From 861876f99d13a2edb7f154c9beded7ea2089dd6f Mon Sep 17 00:00:00 2001 From: zhanglifang Date: Thu, 9 Mar 2023 15:50:08 +0800 Subject: [PATCH] Conformance results for v1.25/eck MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张力方 --- v1.25/eck/PRODUCT.yaml | 10 + v1.25/eck/README.md | 31 + v1.25/eck/e2e.log | 32604 +++++++++++++++++++++++++++++++++++++++ v1.25/eck/junit_01.xml | 20502 ++++++++++++++++++++++++ 4 files changed, 53147 insertions(+) create mode 100644 v1.25/eck/PRODUCT.yaml create mode 100644 v1.25/eck/README.md create mode 100644 v1.25/eck/e2e.log create mode 100644 v1.25/eck/junit_01.xml diff --git a/v1.25/eck/PRODUCT.yaml b/v1.25/eck/PRODUCT.yaml new file mode 100644 index 0000000000..1c64acc166 --- /dev/null +++ b/v1.25/eck/PRODUCT.yaml @@ -0,0 +1,10 @@ +vendor: China Telecom Cloud Technology Co., Ltd. +name: Chinatelecom Cloud Edge Container Service for Kubernetes +version: v1.17.0 +website_url: https://www.ctyun.cn/products/eck +repo_url: +documentation_url: https://www.ctyun.cn/document/10024899 +product_logo_url: https://landscape.cncf.io/logos/china-telecom-cloud-technology-co-ltd-member.svg +type: hosted +description: "The Chinatelecom Cloud Edge Container Service for Kubernetes is a offering to allow customers to create and operator Kubernetes cluster builds on top of Chinatelecom Cloud resources." +contact_email_address: zhanglifang@chinatelecom.cn \ No newline at end of file diff --git a/v1.25/eck/README.md b/v1.25/eck/README.md new file mode 100644 index 0000000000..f2c33f1a61 --- /dev/null +++ b/v1.25/eck/README.md @@ -0,0 +1,31 @@ +# Chinatelecom Cloud Edge Container Service for Kubernetes + +## Create a ECK cluster + +Sign in Chinatelecom Cloud and navigate to [container service web console](https://esx.ctyun.cn/eck/#/resource/cluster/create). +Select `Standard Kubernetes` cluster type and `v1.25.6` version, fill other required fields in the form and submit. + +## Run the tests +Once the cluster state become `running`, download the kubeconfig file and save to `kubeconfig`. +Run the test: +```bash +sonobuoy run --mode=certified-conformance \ + --e2e-repo-config custom-repos.yaml \ + --kube-conformance-image ehub.ctcdn.cn/eck/sonobuoy/conformance:v1.25.6 \ + --sonobuoy-image ehub.ctcdn.cn/eck/sonobuoy/sonobuoy:v0.56.15 \ + --systemd-logs-image ehub.ctcdn.cn/eck/sonobuoy/systemd-logs:v0.4 \ + --kubeconfig kubeconfig +``` + +The content of `custom-repos.yaml` is as follows: +```yaml +buildImageRegistry: ehub.ctcdn.cn/eck/sonobuoy +dockerGluster: ehub.ctcdn.cn/eck/sonobuoy +dockerLibraryRegistry: ehub.ctcdn.cn/eck/sonobuoy +e2eRegistry: ehub.ctcdn.cn/eck/sonobuoy +e2eVolumeRegistry: ehub.ctcdn.cn/eck/sonobuoy +gcRegistry: ehub.ctcdn.cn/eck/sonobuoy +gcEtcdRegistry: ehub.ctcdn.cn/eck/sonobuoy +promoterE2eRegistry: ehub.ctcdn.cn/eck/sonobuoy +sigStorageRegistry: ehub.ctcdn.cn/eck/sonobuoy +``` \ No newline at end of file diff --git a/v1.25/eck/e2e.log b/v1.25/eck/e2e.log new file mode 100644 index 0000000000..b6d59ed6bc --- /dev/null +++ b/v1.25/eck/e2e.log @@ -0,0 +1,32604 @@ +I0308 14:09:51.541121 20 e2e.go:116] Starting e2e run "a1ad6ab7-fc70-4b5a-9718-db7b75f25c6b" on Ginkgo node 1 +Mar 8 14:09:51.562: INFO: Enabling in-tree volume drivers +Running Suite: Kubernetes e2e suite - /usr/local/bin +==================================================== +Random Seed: 1678284591 - will randomize all specs + +Will run 362 of 7066 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} +Mar 8 14:09:51.759: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +Mar 8 14:09:51.761: INFO: Waiting up to 30m0s for all (but 0) nodes to be schedulable +E0308 14:09:51.763946 20 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 +E0308 14:09:51.763946 20 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 +Mar 8 14:09:51.781: INFO: Waiting up to 10m0s for all pods (need at least 0) in namespace 'kube-system' to be running and ready +Mar 8 14:09:51.809: INFO: The status of Pod node-shell-22447456-21a0-4f5e-8044-61e68fd2d1b1 is Succeeded, skipping waiting +Mar 8 14:09:51.809: INFO: 25 / 26 pods in namespace 'kube-system' are running and ready (0 seconds elapsed) +Mar 8 14:09:51.809: INFO: expected 3 pod replicas in namespace 'kube-system', 3 are Running and Ready. +Mar 8 14:09:51.809: INFO: Waiting up to 5m0s for all daemonsets in namespace 'kube-system' to start +Mar 8 14:09:51.814: INFO: 5 / 5 pods ready in namespace 'kube-system' in daemonset 'kube-proxy' (0 seconds elapsed) +Mar 8 14:09:51.814: INFO: e2e test version: v1.25.6 +Mar 8 14:09:51.815: INFO: kube-apiserver version: v1.25.6 +[SynchronizedBeforeSuite] TOP-LEVEL + test/e2e/e2e.go:76 +Mar 8 14:09:51.815: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +Mar 8 14:09:51.819: INFO: Cluster IP family: ipv4 +------------------------------ +[SynchronizedBeforeSuite] PASSED [0.060 seconds] +[SynchronizedBeforeSuite] +test/e2e/e2e.go:76 + + Begin Captured GinkgoWriter Output >> + [SynchronizedBeforeSuite] TOP-LEVEL + test/e2e/e2e.go:76 + Mar 8 14:09:51.759: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + Mar 8 14:09:51.761: INFO: Waiting up to 30m0s for all (but 0) nodes to be schedulable + E0308 14:09:51.763946 20 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 + Mar 8 14:09:51.781: INFO: Waiting up to 10m0s for all pods (need at least 0) in namespace 'kube-system' to be running and ready + Mar 8 14:09:51.809: INFO: The status of Pod node-shell-22447456-21a0-4f5e-8044-61e68fd2d1b1 is Succeeded, skipping waiting + Mar 8 14:09:51.809: INFO: 25 / 26 pods in namespace 'kube-system' are running and ready (0 seconds elapsed) + Mar 8 14:09:51.809: INFO: expected 3 pod replicas in namespace 'kube-system', 3 are Running and Ready. + Mar 8 14:09:51.809: INFO: Waiting up to 5m0s for all daemonsets in namespace 'kube-system' to start + Mar 8 14:09:51.814: INFO: 5 / 5 pods ready in namespace 'kube-system' in daemonset 'kube-proxy' (0 seconds elapsed) + Mar 8 14:09:51.814: INFO: e2e test version: v1.25.6 + Mar 8 14:09:51.815: INFO: kube-apiserver version: v1.25.6 + [SynchronizedBeforeSuite] TOP-LEVEL + test/e2e/e2e.go:76 + Mar 8 14:09:51.815: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + Mar 8 14:09:51.819: INFO: Cluster IP family: ipv4 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSS +------------------------------ +[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 03/08/23 14:09:51.858 +Mar 8 14:09:51.858: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename svcaccounts 03/08/23 14:09:51.86 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:09:51.878 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:09:51.882 +[It] should allow opting out of API token automount [Conformance] + test/e2e/auth/service_accounts.go:158 +Mar 8 14:09:51.900: INFO: created pod pod-service-account-defaultsa +Mar 8 14:09:51.900: INFO: pod pod-service-account-defaultsa service account token volume mount: true +Mar 8 14:09:51.904: INFO: created pod pod-service-account-mountsa +Mar 8 14:09:51.904: INFO: pod pod-service-account-mountsa service account token volume mount: true +Mar 8 14:09:51.912: INFO: created pod pod-service-account-nomountsa +Mar 8 14:09:51.912: INFO: pod pod-service-account-nomountsa service account token volume mount: false +Mar 8 14:09:51.918: INFO: created pod pod-service-account-defaultsa-mountspec +Mar 8 14:09:51.918: INFO: pod pod-service-account-defaultsa-mountspec service account token volume mount: true +Mar 8 14:09:51.925: INFO: created pod pod-service-account-mountsa-mountspec +Mar 8 14:09:51.925: INFO: pod pod-service-account-mountsa-mountspec service account token volume mount: true +Mar 8 14:09:51.930: INFO: created pod pod-service-account-nomountsa-mountspec +Mar 8 14:09:51.930: INFO: pod pod-service-account-nomountsa-mountspec service account token volume mount: true +Mar 8 14:09:51.938: INFO: created pod pod-service-account-defaultsa-nomountspec +Mar 8 14:09:51.938: INFO: pod pod-service-account-defaultsa-nomountspec service account token volume mount: false +Mar 8 14:09:51.943: INFO: created pod pod-service-account-mountsa-nomountspec +Mar 8 14:09:51.943: INFO: pod pod-service-account-mountsa-nomountspec service account token volume mount: false +Mar 8 14:09:51.950: INFO: created pod pod-service-account-nomountsa-nomountspec +Mar 8 14:09:51.950: INFO: pod pod-service-account-nomountsa-nomountspec service account token volume mount: false +[AfterEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:187 +Mar 8 14:09:51.950: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "svcaccounts-6783" for this suite. 03/08/23 14:09:51.957 +{"msg":"PASSED [sig-auth] ServiceAccounts should allow opting out of API token automount [Conformance]","completed":1,"skipped":7,"failed":0} +------------------------------ +• [0.107 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 03/08/23 14:09:51.858 + Mar 8 14:09:51.858: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename svcaccounts 03/08/23 14:09:51.86 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:09:51.878 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:09:51.882 + [It] should allow opting out of API token automount [Conformance] + test/e2e/auth/service_accounts.go:158 + Mar 8 14:09:51.900: INFO: created pod pod-service-account-defaultsa + Mar 8 14:09:51.900: INFO: pod pod-service-account-defaultsa service account token volume mount: true + Mar 8 14:09:51.904: INFO: created pod pod-service-account-mountsa + Mar 8 14:09:51.904: INFO: pod pod-service-account-mountsa service account token volume mount: true + Mar 8 14:09:51.912: INFO: created pod pod-service-account-nomountsa + Mar 8 14:09:51.912: INFO: pod pod-service-account-nomountsa service account token volume mount: false + Mar 8 14:09:51.918: INFO: created pod pod-service-account-defaultsa-mountspec + Mar 8 14:09:51.918: INFO: pod pod-service-account-defaultsa-mountspec service account token volume mount: true + Mar 8 14:09:51.925: INFO: created pod pod-service-account-mountsa-mountspec + Mar 8 14:09:51.925: INFO: pod pod-service-account-mountsa-mountspec service account token volume mount: true + Mar 8 14:09:51.930: INFO: created pod pod-service-account-nomountsa-mountspec + Mar 8 14:09:51.930: INFO: pod pod-service-account-nomountsa-mountspec service account token volume mount: true + Mar 8 14:09:51.938: INFO: created pod pod-service-account-defaultsa-nomountspec + Mar 8 14:09:51.938: INFO: pod pod-service-account-defaultsa-nomountspec service account token volume mount: false + Mar 8 14:09:51.943: INFO: created pod pod-service-account-mountsa-nomountspec + Mar 8 14:09:51.943: INFO: pod pod-service-account-mountsa-nomountspec service account token volume mount: false + Mar 8 14:09:51.950: INFO: created pod pod-service-account-nomountsa-nomountspec + Mar 8 14:09:51.950: INFO: pod pod-service-account-nomountsa-nomountspec service account token volume mount: false + [AfterEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:187 + Mar 8 14:09:51.950: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "svcaccounts-6783" for this suite. 03/08/23 14:09:51.957 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:09:51.967 +Mar 8 14:09:51.967: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename endpointslice 03/08/23 14:09:51.968 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:09:51.983 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:09:51.988 +[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 +Mar 8 14:09:54.080: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "endpointslice-3930" for this suite. 03/08/23 14:09:54.086 +{"msg":"PASSED [sig-network] EndpointSlice should create and delete Endpoints and EndpointSlices for a Service with a selector specified [Conformance]","completed":2,"skipped":57,"failed":0} +------------------------------ +• [2.127 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 03/08/23 14:09:51.967 + Mar 8 14:09:51.967: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename endpointslice 03/08/23 14:09:51.968 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:09:51.983 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:09:51.988 + [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 + Mar 8 14:09:54.080: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "endpointslice-3930" for this suite. 03/08/23 14:09:54.086 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:09:54.094 +Mar 8 14:09:54.094: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename secrets 03/08/23 14:09:54.095 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:09:54.109 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:09:54.111 +[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-62255398-5565-40b9-a225-0bbe77a9a027 03/08/23 14:09:54.114 +STEP: Creating a pod to test consume secrets 03/08/23 14:09:54.119 +Mar 8 14:09:54.127: INFO: Waiting up to 5m0s for pod "pod-secrets-4b0353ee-db97-4878-9df2-cce01ef11922" in namespace "secrets-7119" to be "Succeeded or Failed" +Mar 8 14:09:54.129: INFO: Pod "pod-secrets-4b0353ee-db97-4878-9df2-cce01ef11922": Phase="Pending", Reason="", readiness=false. Elapsed: 2.734391ms +Mar 8 14:09:56.134: INFO: Pod "pod-secrets-4b0353ee-db97-4878-9df2-cce01ef11922": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006841907s +Mar 8 14:09:58.134: INFO: Pod "pod-secrets-4b0353ee-db97-4878-9df2-cce01ef11922": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007313106s +STEP: Saw pod success 03/08/23 14:09:58.134 +Mar 8 14:09:58.134: INFO: Pod "pod-secrets-4b0353ee-db97-4878-9df2-cce01ef11922" satisfied condition "Succeeded or Failed" +Mar 8 14:09:58.137: INFO: Trying to get logs from node worker2 pod pod-secrets-4b0353ee-db97-4878-9df2-cce01ef11922 container secret-volume-test: +STEP: delete the pod 03/08/23 14:09:58.563 +Mar 8 14:09:58.575: INFO: Waiting for pod pod-secrets-4b0353ee-db97-4878-9df2-cce01ef11922 to disappear +Mar 8 14:09:58.578: INFO: Pod pod-secrets-4b0353ee-db97-4878-9df2-cce01ef11922 no longer exists +[AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 +Mar 8 14:09:58.578: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "secrets-7119" for this suite. 03/08/23 14:09:58.582 +{"msg":"PASSED [sig-storage] Secrets should be consumable from pods in volume with mappings [NodeConformance] [Conformance]","completed":3,"skipped":69,"failed":0} +------------------------------ +• [4.494 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 03/08/23 14:09:54.094 + Mar 8 14:09:54.094: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename secrets 03/08/23 14:09:54.095 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:09:54.109 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:09:54.111 + [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-62255398-5565-40b9-a225-0bbe77a9a027 03/08/23 14:09:54.114 + STEP: Creating a pod to test consume secrets 03/08/23 14:09:54.119 + Mar 8 14:09:54.127: INFO: Waiting up to 5m0s for pod "pod-secrets-4b0353ee-db97-4878-9df2-cce01ef11922" in namespace "secrets-7119" to be "Succeeded or Failed" + Mar 8 14:09:54.129: INFO: Pod "pod-secrets-4b0353ee-db97-4878-9df2-cce01ef11922": Phase="Pending", Reason="", readiness=false. Elapsed: 2.734391ms + Mar 8 14:09:56.134: INFO: Pod "pod-secrets-4b0353ee-db97-4878-9df2-cce01ef11922": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006841907s + Mar 8 14:09:58.134: INFO: Pod "pod-secrets-4b0353ee-db97-4878-9df2-cce01ef11922": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007313106s + STEP: Saw pod success 03/08/23 14:09:58.134 + Mar 8 14:09:58.134: INFO: Pod "pod-secrets-4b0353ee-db97-4878-9df2-cce01ef11922" satisfied condition "Succeeded or Failed" + Mar 8 14:09:58.137: INFO: Trying to get logs from node worker2 pod pod-secrets-4b0353ee-db97-4878-9df2-cce01ef11922 container secret-volume-test: + STEP: delete the pod 03/08/23 14:09:58.563 + Mar 8 14:09:58.575: INFO: Waiting for pod pod-secrets-4b0353ee-db97-4878-9df2-cce01ef11922 to disappear + Mar 8 14:09:58.578: INFO: Pod pod-secrets-4b0353ee-db97-4878-9df2-cce01ef11922 no longer exists + [AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 + Mar 8 14:09:58.578: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "secrets-7119" for this suite. 03/08/23 14:09:58.582 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:09:58.591 +Mar 8 14:09:58.591: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename crd-publish-openapi 03/08/23 14:09:58.592 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:09:58.606 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:09:58.608 +[It] works for CRD preserving unknown fields in an embedded object [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:235 +Mar 8 14:09:58.612: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: kubectl validation (kubectl create and apply) allows request with any unknown properties 03/08/23 14:10:03 +Mar 8 14:10:03.000: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-1243 --namespace=crd-publish-openapi-1243 create -f -' +Mar 8 14:10:03.678: INFO: stderr: "" +Mar 8 14:10:03.678: INFO: stdout: "e2e-test-crd-publish-openapi-1048-crd.crd-publish-openapi-test-unknown-in-nested.example.com/test-cr created\n" +Mar 8 14:10:03.678: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-1243 --namespace=crd-publish-openapi-1243 delete e2e-test-crd-publish-openapi-1048-crds test-cr' +Mar 8 14:10:03.761: INFO: stderr: "" +Mar 8 14:10:03.761: INFO: stdout: "e2e-test-crd-publish-openapi-1048-crd.crd-publish-openapi-test-unknown-in-nested.example.com \"test-cr\" deleted\n" +Mar 8 14:10:03.761: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-1243 --namespace=crd-publish-openapi-1243 apply -f -' +Mar 8 14:10:04.461: INFO: stderr: "" +Mar 8 14:10:04.461: INFO: stdout: "e2e-test-crd-publish-openapi-1048-crd.crd-publish-openapi-test-unknown-in-nested.example.com/test-cr created\n" +Mar 8 14:10:04.461: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-1243 --namespace=crd-publish-openapi-1243 delete e2e-test-crd-publish-openapi-1048-crds test-cr' +Mar 8 14:10:04.533: INFO: stderr: "" +Mar 8 14:10:04.533: INFO: stdout: "e2e-test-crd-publish-openapi-1048-crd.crd-publish-openapi-test-unknown-in-nested.example.com \"test-cr\" deleted\n" +STEP: kubectl explain works to explain CR 03/08/23 14:10:04.534 +Mar 8 14:10:04.534: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-1243 explain e2e-test-crd-publish-openapi-1048-crds' +Mar 8 14:10:04.715: INFO: stderr: "" +Mar 8 14:10:04.715: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-1048-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 +Mar 8 14:10:07.417: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "crd-publish-openapi-1243" for this suite. 03/08/23 14:10:07.426 +{"msg":"PASSED [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] works for CRD preserving unknown fields in an embedded object [Conformance]","completed":4,"skipped":135,"failed":0} +------------------------------ +• [SLOW TEST] [8.841 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 03/08/23 14:09:58.591 + Mar 8 14:09:58.591: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename crd-publish-openapi 03/08/23 14:09:58.592 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:09:58.606 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:09:58.608 + [It] works for CRD preserving unknown fields in an embedded object [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:235 + Mar 8 14:09:58.612: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: kubectl validation (kubectl create and apply) allows request with any unknown properties 03/08/23 14:10:03 + Mar 8 14:10:03.000: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-1243 --namespace=crd-publish-openapi-1243 create -f -' + Mar 8 14:10:03.678: INFO: stderr: "" + Mar 8 14:10:03.678: INFO: stdout: "e2e-test-crd-publish-openapi-1048-crd.crd-publish-openapi-test-unknown-in-nested.example.com/test-cr created\n" + Mar 8 14:10:03.678: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-1243 --namespace=crd-publish-openapi-1243 delete e2e-test-crd-publish-openapi-1048-crds test-cr' + Mar 8 14:10:03.761: INFO: stderr: "" + Mar 8 14:10:03.761: INFO: stdout: "e2e-test-crd-publish-openapi-1048-crd.crd-publish-openapi-test-unknown-in-nested.example.com \"test-cr\" deleted\n" + Mar 8 14:10:03.761: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-1243 --namespace=crd-publish-openapi-1243 apply -f -' + Mar 8 14:10:04.461: INFO: stderr: "" + Mar 8 14:10:04.461: INFO: stdout: "e2e-test-crd-publish-openapi-1048-crd.crd-publish-openapi-test-unknown-in-nested.example.com/test-cr created\n" + Mar 8 14:10:04.461: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-1243 --namespace=crd-publish-openapi-1243 delete e2e-test-crd-publish-openapi-1048-crds test-cr' + Mar 8 14:10:04.533: INFO: stderr: "" + Mar 8 14:10:04.533: INFO: stdout: "e2e-test-crd-publish-openapi-1048-crd.crd-publish-openapi-test-unknown-in-nested.example.com \"test-cr\" deleted\n" + STEP: kubectl explain works to explain CR 03/08/23 14:10:04.534 + Mar 8 14:10:04.534: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-1243 explain e2e-test-crd-publish-openapi-1048-crds' + Mar 8 14:10:04.715: INFO: stderr: "" + Mar 8 14:10:04.715: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-1048-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 + Mar 8 14:10:07.417: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "crd-publish-openapi-1243" for this suite. 03/08/23 14:10:07.426 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:10:07.435 +Mar 8 14:10:07.435: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename projected 03/08/23 14:10:07.436 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:10:07.451 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:10:07.453 +[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-010fd3bb-fb99-47ad-ab10-e961afde4fe8 03/08/23 14:10:07.455 +STEP: Creating a pod to test consume configMaps 03/08/23 14:10:07.459 +Mar 8 14:10:07.468: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-c9fa8c6f-0c89-4ec4-8aa7-441a42a8071f" in namespace "projected-3699" to be "Succeeded or Failed" +Mar 8 14:10:07.472: INFO: Pod "pod-projected-configmaps-c9fa8c6f-0c89-4ec4-8aa7-441a42a8071f": Phase="Pending", Reason="", readiness=false. Elapsed: 4.275245ms +Mar 8 14:10:09.476: INFO: Pod "pod-projected-configmaps-c9fa8c6f-0c89-4ec4-8aa7-441a42a8071f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00812283s +Mar 8 14:10:11.477: INFO: Pod "pod-projected-configmaps-c9fa8c6f-0c89-4ec4-8aa7-441a42a8071f": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009122375s +STEP: Saw pod success 03/08/23 14:10:11.477 +Mar 8 14:10:11.477: INFO: Pod "pod-projected-configmaps-c9fa8c6f-0c89-4ec4-8aa7-441a42a8071f" satisfied condition "Succeeded or Failed" +Mar 8 14:10:11.480: INFO: Trying to get logs from node worker1 pod pod-projected-configmaps-c9fa8c6f-0c89-4ec4-8aa7-441a42a8071f container agnhost-container: +STEP: delete the pod 03/08/23 14:10:11.495 +Mar 8 14:10:11.505: INFO: Waiting for pod pod-projected-configmaps-c9fa8c6f-0c89-4ec4-8aa7-441a42a8071f to disappear +Mar 8 14:10:11.508: INFO: Pod pod-projected-configmaps-c9fa8c6f-0c89-4ec4-8aa7-441a42a8071f no longer exists +[AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 +Mar 8 14:10:11.508: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-3699" for this suite. 03/08/23 14:10:11.511 +{"msg":"PASSED [sig-storage] Projected configMap should be consumable from pods in volume with mappings as non-root [NodeConformance] [Conformance]","completed":5,"skipped":154,"failed":0} +------------------------------ +• [4.082 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 03/08/23 14:10:07.435 + Mar 8 14:10:07.435: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename projected 03/08/23 14:10:07.436 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:10:07.451 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:10:07.453 + [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-010fd3bb-fb99-47ad-ab10-e961afde4fe8 03/08/23 14:10:07.455 + STEP: Creating a pod to test consume configMaps 03/08/23 14:10:07.459 + Mar 8 14:10:07.468: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-c9fa8c6f-0c89-4ec4-8aa7-441a42a8071f" in namespace "projected-3699" to be "Succeeded or Failed" + Mar 8 14:10:07.472: INFO: Pod "pod-projected-configmaps-c9fa8c6f-0c89-4ec4-8aa7-441a42a8071f": Phase="Pending", Reason="", readiness=false. Elapsed: 4.275245ms + Mar 8 14:10:09.476: INFO: Pod "pod-projected-configmaps-c9fa8c6f-0c89-4ec4-8aa7-441a42a8071f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00812283s + Mar 8 14:10:11.477: INFO: Pod "pod-projected-configmaps-c9fa8c6f-0c89-4ec4-8aa7-441a42a8071f": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009122375s + STEP: Saw pod success 03/08/23 14:10:11.477 + Mar 8 14:10:11.477: INFO: Pod "pod-projected-configmaps-c9fa8c6f-0c89-4ec4-8aa7-441a42a8071f" satisfied condition "Succeeded or Failed" + Mar 8 14:10:11.480: INFO: Trying to get logs from node worker1 pod pod-projected-configmaps-c9fa8c6f-0c89-4ec4-8aa7-441a42a8071f container agnhost-container: + STEP: delete the pod 03/08/23 14:10:11.495 + Mar 8 14:10:11.505: INFO: Waiting for pod pod-projected-configmaps-c9fa8c6f-0c89-4ec4-8aa7-441a42a8071f to disappear + Mar 8 14:10:11.508: INFO: Pod pod-projected-configmaps-c9fa8c6f-0c89-4ec4-8aa7-441a42a8071f no longer exists + [AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 + Mar 8 14:10:11.508: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-3699" for this suite. 03/08/23 14:10:11.511 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSS +------------------------------ +[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 03/08/23 14:10:11.518 +Mar 8 14:10:11.518: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename svcaccounts 03/08/23 14:10:11.519 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:10:11.534 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:10:11.536 +[It] should guarantee kube-root-ca.crt exist in any namespace [Conformance] + test/e2e/auth/service_accounts.go:739 +Mar 8 14:10:11.542: INFO: Got root ca configmap in namespace "svcaccounts-144" +Mar 8 14:10:11.547: INFO: Deleted root ca configmap in namespace "svcaccounts-144" +STEP: waiting for a new root ca configmap created 03/08/23 14:10:12.048 +Mar 8 14:10:12.051: INFO: Recreated root ca configmap in namespace "svcaccounts-144" +Mar 8 14:10:12.056: INFO: Updated root ca configmap in namespace "svcaccounts-144" +STEP: waiting for the root ca configmap reconciled 03/08/23 14:10:12.557 +Mar 8 14:10:12.561: INFO: Reconciled root ca configmap in namespace "svcaccounts-144" +[AfterEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:187 +Mar 8 14:10:12.561: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "svcaccounts-144" for this suite. 03/08/23 14:10:12.567 +{"msg":"PASSED [sig-auth] ServiceAccounts should guarantee kube-root-ca.crt exist in any namespace [Conformance]","completed":6,"skipped":164,"failed":0} +------------------------------ +• [1.058 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 03/08/23 14:10:11.518 + Mar 8 14:10:11.518: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename svcaccounts 03/08/23 14:10:11.519 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:10:11.534 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:10:11.536 + [It] should guarantee kube-root-ca.crt exist in any namespace [Conformance] + test/e2e/auth/service_accounts.go:739 + Mar 8 14:10:11.542: INFO: Got root ca configmap in namespace "svcaccounts-144" + Mar 8 14:10:11.547: INFO: Deleted root ca configmap in namespace "svcaccounts-144" + STEP: waiting for a new root ca configmap created 03/08/23 14:10:12.048 + Mar 8 14:10:12.051: INFO: Recreated root ca configmap in namespace "svcaccounts-144" + Mar 8 14:10:12.056: INFO: Updated root ca configmap in namespace "svcaccounts-144" + STEP: waiting for the root ca configmap reconciled 03/08/23 14:10:12.557 + Mar 8 14:10:12.561: INFO: Reconciled root ca configmap in namespace "svcaccounts-144" + [AfterEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:187 + Mar 8 14:10:12.561: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "svcaccounts-144" for this suite. 03/08/23 14:10:12.567 + << End Captured GinkgoWriter Output +------------------------------ +SSSSS +------------------------------ +[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 03/08/23 14:10:12.576 +Mar 8 14:10:12.576: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename kubectl 03/08/23 14:10:12.577 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:10:12.59 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:10:12.593 +[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 03/08/23 14:10:12.595 +Mar 8 14:10:12.595: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-3793 api-versions' +Mar 8 14:10:12.659: INFO: stderr: "" +Mar 8 14:10:12.659: 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\necp.ctyun.cn/v1\nevents.k8s.io/v1\nflowcontrol.apiserver.k8s.io/v1beta1\nflowcontrol.apiserver.k8s.io/v1beta2\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\nv1\n" +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 +Mar 8 14:10:12.659: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubectl-3793" for this suite. 03/08/23 14:10:12.665 +{"msg":"PASSED [sig-cli] Kubectl client Kubectl api-versions should check if v1 is in available api versions [Conformance]","completed":7,"skipped":169,"failed":0} +------------------------------ +• [0.095 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 03/08/23 14:10:12.576 + Mar 8 14:10:12.576: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename kubectl 03/08/23 14:10:12.577 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:10:12.59 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:10:12.593 + [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 03/08/23 14:10:12.595 + Mar 8 14:10:12.595: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-3793 api-versions' + Mar 8 14:10:12.659: INFO: stderr: "" + Mar 8 14:10:12.659: 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\necp.ctyun.cn/v1\nevents.k8s.io/v1\nflowcontrol.apiserver.k8s.io/v1beta1\nflowcontrol.apiserver.k8s.io/v1beta2\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\nv1\n" + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 + Mar 8 14:10:12.659: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubectl-3793" for this suite. 03/08/23 14:10:12.665 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:10:12.672 +Mar 8 14:10:12.672: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename var-expansion 03/08/23 14:10:12.673 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:10:12.689 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:10:12.691 +[It] should succeed in writing subpaths in container [Slow] [Conformance] + test/e2e/common/node/expansion.go:296 +STEP: creating the pod 03/08/23 14:10:12.693 +STEP: waiting for pod running 03/08/23 14:10:12.7 +Mar 8 14:10:12.700: INFO: Waiting up to 2m0s for pod "var-expansion-2698b08f-c2ee-45b2-b78a-fbcd295305e9" in namespace "var-expansion-6142" to be "running" +Mar 8 14:10:12.703: INFO: Pod "var-expansion-2698b08f-c2ee-45b2-b78a-fbcd295305e9": Phase="Pending", Reason="", readiness=false. Elapsed: 2.436197ms +Mar 8 14:10:14.708: INFO: Pod "var-expansion-2698b08f-c2ee-45b2-b78a-fbcd295305e9": Phase="Running", Reason="", readiness=true. Elapsed: 2.007271491s +Mar 8 14:10:14.708: INFO: Pod "var-expansion-2698b08f-c2ee-45b2-b78a-fbcd295305e9" satisfied condition "running" +STEP: creating a file in subpath 03/08/23 14:10:14.708 +Mar 8 14:10:14.711: INFO: ExecWithOptions {Command:[/bin/sh -c touch /volume_mount/mypath/foo/test.log] Namespace:var-expansion-6142 PodName:var-expansion-2698b08f-c2ee-45b2-b78a-fbcd295305e9 ContainerName:dapi-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Mar 8 14:10:14.711: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +Mar 8 14:10:14.711: INFO: ExecWithOptions: Clientset creation +Mar 8 14:10:14.711: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/var-expansion-6142/pods/var-expansion-2698b08f-c2ee-45b2-b78a-fbcd295305e9/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 03/08/23 14:10:14.771 +Mar 8 14:10:14.774: INFO: ExecWithOptions {Command:[/bin/sh -c test -f /subpath_mount/test.log] Namespace:var-expansion-6142 PodName:var-expansion-2698b08f-c2ee-45b2-b78a-fbcd295305e9 ContainerName:dapi-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Mar 8 14:10:14.774: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +Mar 8 14:10:14.775: INFO: ExecWithOptions: Clientset creation +Mar 8 14:10:14.775: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/var-expansion-6142/pods/var-expansion-2698b08f-c2ee-45b2-b78a-fbcd295305e9/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 03/08/23 14:10:14.826 +Mar 8 14:10:15.337: INFO: Successfully updated pod "var-expansion-2698b08f-c2ee-45b2-b78a-fbcd295305e9" +STEP: waiting for annotated pod running 03/08/23 14:10:15.337 +Mar 8 14:10:15.338: INFO: Waiting up to 2m0s for pod "var-expansion-2698b08f-c2ee-45b2-b78a-fbcd295305e9" in namespace "var-expansion-6142" to be "running" +Mar 8 14:10:15.340: INFO: Pod "var-expansion-2698b08f-c2ee-45b2-b78a-fbcd295305e9": Phase="Running", Reason="", readiness=true. Elapsed: 2.798449ms +Mar 8 14:10:15.340: INFO: Pod "var-expansion-2698b08f-c2ee-45b2-b78a-fbcd295305e9" satisfied condition "running" +STEP: deleting the pod gracefully 03/08/23 14:10:15.34 +Mar 8 14:10:15.341: INFO: Deleting pod "var-expansion-2698b08f-c2ee-45b2-b78a-fbcd295305e9" in namespace "var-expansion-6142" +Mar 8 14:10:15.347: INFO: Wait up to 5m0s for pod "var-expansion-2698b08f-c2ee-45b2-b78a-fbcd295305e9" to be fully deleted +[AfterEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:187 +Mar 8 14:10:49.352: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "var-expansion-6142" for this suite. 03/08/23 14:10:49.357 +{"msg":"PASSED [sig-node] Variable Expansion should succeed in writing subpaths in container [Slow] [Conformance]","completed":8,"skipped":184,"failed":0} +------------------------------ +• [SLOW TEST] [36.691 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 03/08/23 14:10:12.672 + Mar 8 14:10:12.672: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename var-expansion 03/08/23 14:10:12.673 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:10:12.689 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:10:12.691 + [It] should succeed in writing subpaths in container [Slow] [Conformance] + test/e2e/common/node/expansion.go:296 + STEP: creating the pod 03/08/23 14:10:12.693 + STEP: waiting for pod running 03/08/23 14:10:12.7 + Mar 8 14:10:12.700: INFO: Waiting up to 2m0s for pod "var-expansion-2698b08f-c2ee-45b2-b78a-fbcd295305e9" in namespace "var-expansion-6142" to be "running" + Mar 8 14:10:12.703: INFO: Pod "var-expansion-2698b08f-c2ee-45b2-b78a-fbcd295305e9": Phase="Pending", Reason="", readiness=false. Elapsed: 2.436197ms + Mar 8 14:10:14.708: INFO: Pod "var-expansion-2698b08f-c2ee-45b2-b78a-fbcd295305e9": Phase="Running", Reason="", readiness=true. Elapsed: 2.007271491s + Mar 8 14:10:14.708: INFO: Pod "var-expansion-2698b08f-c2ee-45b2-b78a-fbcd295305e9" satisfied condition "running" + STEP: creating a file in subpath 03/08/23 14:10:14.708 + Mar 8 14:10:14.711: INFO: ExecWithOptions {Command:[/bin/sh -c touch /volume_mount/mypath/foo/test.log] Namespace:var-expansion-6142 PodName:var-expansion-2698b08f-c2ee-45b2-b78a-fbcd295305e9 ContainerName:dapi-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Mar 8 14:10:14.711: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + Mar 8 14:10:14.711: INFO: ExecWithOptions: Clientset creation + Mar 8 14:10:14.711: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/var-expansion-6142/pods/var-expansion-2698b08f-c2ee-45b2-b78a-fbcd295305e9/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 03/08/23 14:10:14.771 + Mar 8 14:10:14.774: INFO: ExecWithOptions {Command:[/bin/sh -c test -f /subpath_mount/test.log] Namespace:var-expansion-6142 PodName:var-expansion-2698b08f-c2ee-45b2-b78a-fbcd295305e9 ContainerName:dapi-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Mar 8 14:10:14.774: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + Mar 8 14:10:14.775: INFO: ExecWithOptions: Clientset creation + Mar 8 14:10:14.775: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/var-expansion-6142/pods/var-expansion-2698b08f-c2ee-45b2-b78a-fbcd295305e9/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 03/08/23 14:10:14.826 + Mar 8 14:10:15.337: INFO: Successfully updated pod "var-expansion-2698b08f-c2ee-45b2-b78a-fbcd295305e9" + STEP: waiting for annotated pod running 03/08/23 14:10:15.337 + Mar 8 14:10:15.338: INFO: Waiting up to 2m0s for pod "var-expansion-2698b08f-c2ee-45b2-b78a-fbcd295305e9" in namespace "var-expansion-6142" to be "running" + Mar 8 14:10:15.340: INFO: Pod "var-expansion-2698b08f-c2ee-45b2-b78a-fbcd295305e9": Phase="Running", Reason="", readiness=true. Elapsed: 2.798449ms + Mar 8 14:10:15.340: INFO: Pod "var-expansion-2698b08f-c2ee-45b2-b78a-fbcd295305e9" satisfied condition "running" + STEP: deleting the pod gracefully 03/08/23 14:10:15.34 + Mar 8 14:10:15.341: INFO: Deleting pod "var-expansion-2698b08f-c2ee-45b2-b78a-fbcd295305e9" in namespace "var-expansion-6142" + Mar 8 14:10:15.347: INFO: Wait up to 5m0s for pod "var-expansion-2698b08f-c2ee-45b2-b78a-fbcd295305e9" to be fully deleted + [AfterEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:187 + Mar 8 14:10:49.352: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "var-expansion-6142" for this suite. 03/08/23 14:10:49.357 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:10:49.364 +Mar 8 14:10:49.364: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename sched-preemption 03/08/23 14:10:49.365 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:10:49.382 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:10:49.385 +[BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:92 +Mar 8 14:10:49.397: INFO: Waiting up to 1m0s for all nodes to be ready +Mar 8 14:11:49.426: INFO: Waiting for terminating namespaces to be deleted... +[BeforeEach] PreemptionExecutionPath + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 03/08/23 14:11:49.429 +Mar 8 14:11:49.429: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename sched-preemption-path 03/08/23 14:11:49.43 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:11:49.445 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:11:49.447 +[BeforeEach] PreemptionExecutionPath + test/e2e/scheduling/preemption.go:496 +STEP: Finding an available node 03/08/23 14:11:49.45 +STEP: Trying to launch a pod without a label to get a node which can launch it. 03/08/23 14:11:49.45 +Mar 8 14:11:49.458: INFO: Waiting up to 1m0s for pod "without-label" in namespace "sched-preemption-path-8095" to be "running" +Mar 8 14:11:49.465: INFO: Pod "without-label": Phase="Pending", Reason="", readiness=false. Elapsed: 6.713485ms +Mar 8 14:11:51.468: INFO: Pod "without-label": Phase="Running", Reason="", readiness=true. Elapsed: 2.01057635s +Mar 8 14:11:51.468: INFO: Pod "without-label" satisfied condition "running" +STEP: Explicitly delete pod here to free the resource it takes. 03/08/23 14:11:51.471 +Mar 8 14:11:51.483: INFO: found a healthy node: worker1 +[It] runs ReplicaSets to verify preemption running path [Conformance] + test/e2e/scheduling/preemption.go:543 +Mar 8 14:12:09.555: INFO: pods created so far: [1 1 1] +Mar 8 14:12:09.555: INFO: length of pods created so far: 3 +Mar 8 14:12:11.566: INFO: pods created so far: [2 2 1] +[AfterEach] PreemptionExecutionPath + test/e2e/framework/framework.go:187 +Mar 8 14:12:18.569: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "sched-preemption-path-8095" for this suite. 03/08/23 14:12:18.573 +[AfterEach] PreemptionExecutionPath + test/e2e/scheduling/preemption.go:470 +[AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/framework.go:187 +Mar 8 14:12:18.606: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "sched-preemption-3919" for this suite. 03/08/23 14:12:18.61 +[AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:80 +{"msg":"PASSED [sig-scheduling] SchedulerPreemption [Serial] PreemptionExecutionPath runs ReplicaSets to verify preemption running path [Conformance]","completed":9,"skipped":223,"failed":0} +------------------------------ +• [SLOW TEST] [89.279 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 03/08/23 14:10:49.364 + Mar 8 14:10:49.364: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename sched-preemption 03/08/23 14:10:49.365 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:10:49.382 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:10:49.385 + [BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:92 + Mar 8 14:10:49.397: INFO: Waiting up to 1m0s for all nodes to be ready + Mar 8 14:11:49.426: INFO: Waiting for terminating namespaces to be deleted... + [BeforeEach] PreemptionExecutionPath + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 03/08/23 14:11:49.429 + Mar 8 14:11:49.429: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename sched-preemption-path 03/08/23 14:11:49.43 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:11:49.445 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:11:49.447 + [BeforeEach] PreemptionExecutionPath + test/e2e/scheduling/preemption.go:496 + STEP: Finding an available node 03/08/23 14:11:49.45 + STEP: Trying to launch a pod without a label to get a node which can launch it. 03/08/23 14:11:49.45 + Mar 8 14:11:49.458: INFO: Waiting up to 1m0s for pod "without-label" in namespace "sched-preemption-path-8095" to be "running" + Mar 8 14:11:49.465: INFO: Pod "without-label": Phase="Pending", Reason="", readiness=false. Elapsed: 6.713485ms + Mar 8 14:11:51.468: INFO: Pod "without-label": Phase="Running", Reason="", readiness=true. Elapsed: 2.01057635s + Mar 8 14:11:51.468: INFO: Pod "without-label" satisfied condition "running" + STEP: Explicitly delete pod here to free the resource it takes. 03/08/23 14:11:51.471 + Mar 8 14:11:51.483: INFO: found a healthy node: worker1 + [It] runs ReplicaSets to verify preemption running path [Conformance] + test/e2e/scheduling/preemption.go:543 + Mar 8 14:12:09.555: INFO: pods created so far: [1 1 1] + Mar 8 14:12:09.555: INFO: length of pods created so far: 3 + Mar 8 14:12:11.566: INFO: pods created so far: [2 2 1] + [AfterEach] PreemptionExecutionPath + test/e2e/framework/framework.go:187 + Mar 8 14:12:18.569: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "sched-preemption-path-8095" for this suite. 03/08/23 14:12:18.573 + [AfterEach] PreemptionExecutionPath + test/e2e/scheduling/preemption.go:470 + [AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/framework.go:187 + Mar 8 14:12:18.606: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "sched-preemption-3919" for this suite. 03/08/23 14:12:18.61 + [AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:80 + << End Captured GinkgoWriter Output +------------------------------ +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 03/08/23 14:12:18.643 +Mar 8 14:12:18.643: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename podtemplate 03/08/23 14:12:18.644 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:12:18.662 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:12:18.664 +[It] should delete a collection of pod templates [Conformance] + test/e2e/common/node/podtemplates.go:122 +STEP: Create set of pod templates 03/08/23 14:12:18.666 +Mar 8 14:12:18.670: INFO: created test-podtemplate-1 +Mar 8 14:12:18.674: INFO: created test-podtemplate-2 +Mar 8 14:12:18.679: INFO: created test-podtemplate-3 +STEP: get a list of pod templates with a label in the current namespace 03/08/23 14:12:18.679 +STEP: delete collection of pod templates 03/08/23 14:12:18.682 +Mar 8 14:12:18.682: INFO: requesting DeleteCollection of pod templates +STEP: check that the list of pod templates matches the requested quantity 03/08/23 14:12:18.696 +Mar 8 14:12:18.697: INFO: requesting list of pod templates to confirm quantity +[AfterEach] [sig-node] PodTemplates + test/e2e/framework/framework.go:187 +Mar 8 14:12:18.699: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "podtemplate-3599" for this suite. 03/08/23 14:12:18.703 +{"msg":"PASSED [sig-node] PodTemplates should delete a collection of pod templates [Conformance]","completed":10,"skipped":224,"failed":0} +------------------------------ +• [0.065 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 03/08/23 14:12:18.643 + Mar 8 14:12:18.643: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename podtemplate 03/08/23 14:12:18.644 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:12:18.662 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:12:18.664 + [It] should delete a collection of pod templates [Conformance] + test/e2e/common/node/podtemplates.go:122 + STEP: Create set of pod templates 03/08/23 14:12:18.666 + Mar 8 14:12:18.670: INFO: created test-podtemplate-1 + Mar 8 14:12:18.674: INFO: created test-podtemplate-2 + Mar 8 14:12:18.679: INFO: created test-podtemplate-3 + STEP: get a list of pod templates with a label in the current namespace 03/08/23 14:12:18.679 + STEP: delete collection of pod templates 03/08/23 14:12:18.682 + Mar 8 14:12:18.682: INFO: requesting DeleteCollection of pod templates + STEP: check that the list of pod templates matches the requested quantity 03/08/23 14:12:18.696 + Mar 8 14:12:18.697: INFO: requesting list of pod templates to confirm quantity + [AfterEach] [sig-node] PodTemplates + test/e2e/framework/framework.go:187 + Mar 8 14:12:18.699: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "podtemplate-3599" for this suite. 03/08/23 14:12:18.703 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:12:18.71 +Mar 8 14:12:18.710: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename services 03/08/23 14:12:18.711 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:12:18.725 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:12:18.727 +[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-6791 03/08/23 14:12:18.729 +Mar 8 14:12:18.737: INFO: Waiting up to 5m0s for pod "kube-proxy-mode-detector" in namespace "services-6791" to be "running and ready" +Mar 8 14:12:18.741: INFO: Pod "kube-proxy-mode-detector": Phase="Pending", Reason="", readiness=false. Elapsed: 4.179564ms +Mar 8 14:12:18.741: INFO: The phase of Pod kube-proxy-mode-detector is Pending, waiting for it to be Running (with Ready = true) +Mar 8 14:12:20.746: INFO: Pod "kube-proxy-mode-detector": Phase="Running", Reason="", readiness=true. Elapsed: 2.008771406s +Mar 8 14:12:20.746: INFO: The phase of Pod kube-proxy-mode-detector is Running (Ready = true) +Mar 8 14:12:20.746: INFO: Pod "kube-proxy-mode-detector" satisfied condition "running and ready" +Mar 8 14:12:20.749: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-6791 exec kube-proxy-mode-detector -- /bin/sh -x -c curl -q -s --connect-timeout 1 http://localhost:10249/proxyMode' +Mar 8 14:12:20.878: INFO: stderr: "+ curl -q -s --connect-timeout 1 http://localhost:10249/proxyMode\n" +Mar 8 14:12:20.878: INFO: stdout: "iptables" +Mar 8 14:12:20.878: INFO: proxyMode: iptables +Mar 8 14:12:20.887: INFO: Waiting for pod kube-proxy-mode-detector to disappear +Mar 8 14:12:20.890: INFO: Pod kube-proxy-mode-detector no longer exists +STEP: creating service affinity-clusterip-timeout in namespace services-6791 03/08/23 14:12:20.89 +STEP: creating replication controller affinity-clusterip-timeout in namespace services-6791 03/08/23 14:12:20.9 +I0308 14:12:20.907741 20 runners.go:193] Created replication controller with name: affinity-clusterip-timeout, namespace: services-6791, replica count: 3 +I0308 14:12:23.959678 20 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 +Mar 8 14:12:23.967: INFO: Creating new exec pod +Mar 8 14:12:23.971: INFO: Waiting up to 5m0s for pod "execpod-affinityqk8rl" in namespace "services-6791" to be "running" +Mar 8 14:12:23.975: INFO: Pod "execpod-affinityqk8rl": Phase="Pending", Reason="", readiness=false. Elapsed: 4.126904ms +Mar 8 14:12:25.979: INFO: Pod "execpod-affinityqk8rl": Phase="Running", Reason="", readiness=true. Elapsed: 2.008739517s +Mar 8 14:12:25.980: INFO: Pod "execpod-affinityqk8rl" satisfied condition "running" +Mar 8 14:12:26.980: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-6791 exec execpod-affinityqk8rl -- /bin/sh -x -c echo hostName | nc -v -t -w 2 affinity-clusterip-timeout 80' +Mar 8 14:12:27.109: 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" +Mar 8 14:12:27.110: 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" +Mar 8 14:12:27.110: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-6791 exec execpod-affinityqk8rl -- /bin/sh -x -c echo hostName | nc -v -t -w 2 192.168.187.7 80' +Mar 8 14:12:27.234: INFO: stderr: "+ nc -v -t -w 2 192.168.187.7 80\n+ echo hostName\nConnection to 192.168.187.7 80 port [tcp/http] succeeded!\n" +Mar 8 14:12:27.234: 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" +Mar 8 14:12:27.234: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-6791 exec execpod-affinityqk8rl -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://192.168.187.7:80/ ; done' +Mar 8 14:12:27.421: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.187.7:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.187.7:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.187.7:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.187.7:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.187.7:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.187.7:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.187.7:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.187.7:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.187.7:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.187.7:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.187.7:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.187.7:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.187.7:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.187.7:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.187.7:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.187.7:80/\n" +Mar 8 14:12:27.421: INFO: stdout: "\naffinity-clusterip-timeout-gbv5k\naffinity-clusterip-timeout-gbv5k\naffinity-clusterip-timeout-gbv5k\naffinity-clusterip-timeout-gbv5k\naffinity-clusterip-timeout-gbv5k\naffinity-clusterip-timeout-gbv5k\naffinity-clusterip-timeout-gbv5k\naffinity-clusterip-timeout-gbv5k\naffinity-clusterip-timeout-gbv5k\naffinity-clusterip-timeout-gbv5k\naffinity-clusterip-timeout-gbv5k\naffinity-clusterip-timeout-gbv5k\naffinity-clusterip-timeout-gbv5k\naffinity-clusterip-timeout-gbv5k\naffinity-clusterip-timeout-gbv5k\naffinity-clusterip-timeout-gbv5k" +Mar 8 14:12:27.421: INFO: Received response from host: affinity-clusterip-timeout-gbv5k +Mar 8 14:12:27.421: INFO: Received response from host: affinity-clusterip-timeout-gbv5k +Mar 8 14:12:27.421: INFO: Received response from host: affinity-clusterip-timeout-gbv5k +Mar 8 14:12:27.421: INFO: Received response from host: affinity-clusterip-timeout-gbv5k +Mar 8 14:12:27.421: INFO: Received response from host: affinity-clusterip-timeout-gbv5k +Mar 8 14:12:27.421: INFO: Received response from host: affinity-clusterip-timeout-gbv5k +Mar 8 14:12:27.421: INFO: Received response from host: affinity-clusterip-timeout-gbv5k +Mar 8 14:12:27.421: INFO: Received response from host: affinity-clusterip-timeout-gbv5k +Mar 8 14:12:27.421: INFO: Received response from host: affinity-clusterip-timeout-gbv5k +Mar 8 14:12:27.421: INFO: Received response from host: affinity-clusterip-timeout-gbv5k +Mar 8 14:12:27.421: INFO: Received response from host: affinity-clusterip-timeout-gbv5k +Mar 8 14:12:27.421: INFO: Received response from host: affinity-clusterip-timeout-gbv5k +Mar 8 14:12:27.421: INFO: Received response from host: affinity-clusterip-timeout-gbv5k +Mar 8 14:12:27.421: INFO: Received response from host: affinity-clusterip-timeout-gbv5k +Mar 8 14:12:27.421: INFO: Received response from host: affinity-clusterip-timeout-gbv5k +Mar 8 14:12:27.421: INFO: Received response from host: affinity-clusterip-timeout-gbv5k +Mar 8 14:12:27.422: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-6791 exec execpod-affinityqk8rl -- /bin/sh -x -c curl -q -s --connect-timeout 2 http://192.168.187.7:80/' +Mar 8 14:12:27.573: INFO: stderr: "+ curl -q -s --connect-timeout 2 http://192.168.187.7:80/\n" +Mar 8 14:12:27.573: INFO: stdout: "affinity-clusterip-timeout-gbv5k" +Mar 8 14:12:47.574: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-6791 exec execpod-affinityqk8rl -- /bin/sh -x -c curl -q -s --connect-timeout 2 http://192.168.187.7:80/' +Mar 8 14:12:47.689: INFO: stderr: "+ curl -q -s --connect-timeout 2 http://192.168.187.7:80/\n" +Mar 8 14:12:47.689: INFO: stdout: "affinity-clusterip-timeout-r5869" +Mar 8 14:12:47.689: INFO: Cleaning up the exec pod +STEP: deleting ReplicationController affinity-clusterip-timeout in namespace services-6791, will wait for the garbage collector to delete the pods 03/08/23 14:12:47.699 +Mar 8 14:12:47.758: INFO: Deleting ReplicationController affinity-clusterip-timeout took: 5.41262ms +Mar 8 14:12:47.860: INFO: Terminating ReplicationController affinity-clusterip-timeout pods took: 101.433855ms +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Mar 8 14:12:50.977: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-6791" for this suite. 03/08/23 14:12:50.982 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +{"msg":"PASSED [sig-network] Services should have session affinity timeout work for service with type clusterIP [LinuxOnly] [Conformance]","completed":11,"skipped":258,"failed":0} +------------------------------ +• [SLOW TEST] [32.278 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 03/08/23 14:12:18.71 + Mar 8 14:12:18.710: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename services 03/08/23 14:12:18.711 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:12:18.725 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:12:18.727 + [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-6791 03/08/23 14:12:18.729 + Mar 8 14:12:18.737: INFO: Waiting up to 5m0s for pod "kube-proxy-mode-detector" in namespace "services-6791" to be "running and ready" + Mar 8 14:12:18.741: INFO: Pod "kube-proxy-mode-detector": Phase="Pending", Reason="", readiness=false. Elapsed: 4.179564ms + Mar 8 14:12:18.741: INFO: The phase of Pod kube-proxy-mode-detector is Pending, waiting for it to be Running (with Ready = true) + Mar 8 14:12:20.746: INFO: Pod "kube-proxy-mode-detector": Phase="Running", Reason="", readiness=true. Elapsed: 2.008771406s + Mar 8 14:12:20.746: INFO: The phase of Pod kube-proxy-mode-detector is Running (Ready = true) + Mar 8 14:12:20.746: INFO: Pod "kube-proxy-mode-detector" satisfied condition "running and ready" + Mar 8 14:12:20.749: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-6791 exec kube-proxy-mode-detector -- /bin/sh -x -c curl -q -s --connect-timeout 1 http://localhost:10249/proxyMode' + Mar 8 14:12:20.878: INFO: stderr: "+ curl -q -s --connect-timeout 1 http://localhost:10249/proxyMode\n" + Mar 8 14:12:20.878: INFO: stdout: "iptables" + Mar 8 14:12:20.878: INFO: proxyMode: iptables + Mar 8 14:12:20.887: INFO: Waiting for pod kube-proxy-mode-detector to disappear + Mar 8 14:12:20.890: INFO: Pod kube-proxy-mode-detector no longer exists + STEP: creating service affinity-clusterip-timeout in namespace services-6791 03/08/23 14:12:20.89 + STEP: creating replication controller affinity-clusterip-timeout in namespace services-6791 03/08/23 14:12:20.9 + I0308 14:12:20.907741 20 runners.go:193] Created replication controller with name: affinity-clusterip-timeout, namespace: services-6791, replica count: 3 + I0308 14:12:23.959678 20 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 + Mar 8 14:12:23.967: INFO: Creating new exec pod + Mar 8 14:12:23.971: INFO: Waiting up to 5m0s for pod "execpod-affinityqk8rl" in namespace "services-6791" to be "running" + Mar 8 14:12:23.975: INFO: Pod "execpod-affinityqk8rl": Phase="Pending", Reason="", readiness=false. Elapsed: 4.126904ms + Mar 8 14:12:25.979: INFO: Pod "execpod-affinityqk8rl": Phase="Running", Reason="", readiness=true. Elapsed: 2.008739517s + Mar 8 14:12:25.980: INFO: Pod "execpod-affinityqk8rl" satisfied condition "running" + Mar 8 14:12:26.980: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-6791 exec execpod-affinityqk8rl -- /bin/sh -x -c echo hostName | nc -v -t -w 2 affinity-clusterip-timeout 80' + Mar 8 14:12:27.109: 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" + Mar 8 14:12:27.110: 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" + Mar 8 14:12:27.110: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-6791 exec execpod-affinityqk8rl -- /bin/sh -x -c echo hostName | nc -v -t -w 2 192.168.187.7 80' + Mar 8 14:12:27.234: INFO: stderr: "+ nc -v -t -w 2 192.168.187.7 80\n+ echo hostName\nConnection to 192.168.187.7 80 port [tcp/http] succeeded!\n" + Mar 8 14:12:27.234: 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" + Mar 8 14:12:27.234: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-6791 exec execpod-affinityqk8rl -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://192.168.187.7:80/ ; done' + Mar 8 14:12:27.421: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.187.7:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.187.7:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.187.7:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.187.7:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.187.7:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.187.7:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.187.7:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.187.7:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.187.7:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.187.7:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.187.7:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.187.7:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.187.7:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.187.7:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.187.7:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.187.7:80/\n" + Mar 8 14:12:27.421: INFO: stdout: "\naffinity-clusterip-timeout-gbv5k\naffinity-clusterip-timeout-gbv5k\naffinity-clusterip-timeout-gbv5k\naffinity-clusterip-timeout-gbv5k\naffinity-clusterip-timeout-gbv5k\naffinity-clusterip-timeout-gbv5k\naffinity-clusterip-timeout-gbv5k\naffinity-clusterip-timeout-gbv5k\naffinity-clusterip-timeout-gbv5k\naffinity-clusterip-timeout-gbv5k\naffinity-clusterip-timeout-gbv5k\naffinity-clusterip-timeout-gbv5k\naffinity-clusterip-timeout-gbv5k\naffinity-clusterip-timeout-gbv5k\naffinity-clusterip-timeout-gbv5k\naffinity-clusterip-timeout-gbv5k" + Mar 8 14:12:27.421: INFO: Received response from host: affinity-clusterip-timeout-gbv5k + Mar 8 14:12:27.421: INFO: Received response from host: affinity-clusterip-timeout-gbv5k + Mar 8 14:12:27.421: INFO: Received response from host: affinity-clusterip-timeout-gbv5k + Mar 8 14:12:27.421: INFO: Received response from host: affinity-clusterip-timeout-gbv5k + Mar 8 14:12:27.421: INFO: Received response from host: affinity-clusterip-timeout-gbv5k + Mar 8 14:12:27.421: INFO: Received response from host: affinity-clusterip-timeout-gbv5k + Mar 8 14:12:27.421: INFO: Received response from host: affinity-clusterip-timeout-gbv5k + Mar 8 14:12:27.421: INFO: Received response from host: affinity-clusterip-timeout-gbv5k + Mar 8 14:12:27.421: INFO: Received response from host: affinity-clusterip-timeout-gbv5k + Mar 8 14:12:27.421: INFO: Received response from host: affinity-clusterip-timeout-gbv5k + Mar 8 14:12:27.421: INFO: Received response from host: affinity-clusterip-timeout-gbv5k + Mar 8 14:12:27.421: INFO: Received response from host: affinity-clusterip-timeout-gbv5k + Mar 8 14:12:27.421: INFO: Received response from host: affinity-clusterip-timeout-gbv5k + Mar 8 14:12:27.421: INFO: Received response from host: affinity-clusterip-timeout-gbv5k + Mar 8 14:12:27.421: INFO: Received response from host: affinity-clusterip-timeout-gbv5k + Mar 8 14:12:27.421: INFO: Received response from host: affinity-clusterip-timeout-gbv5k + Mar 8 14:12:27.422: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-6791 exec execpod-affinityqk8rl -- /bin/sh -x -c curl -q -s --connect-timeout 2 http://192.168.187.7:80/' + Mar 8 14:12:27.573: INFO: stderr: "+ curl -q -s --connect-timeout 2 http://192.168.187.7:80/\n" + Mar 8 14:12:27.573: INFO: stdout: "affinity-clusterip-timeout-gbv5k" + Mar 8 14:12:47.574: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-6791 exec execpod-affinityqk8rl -- /bin/sh -x -c curl -q -s --connect-timeout 2 http://192.168.187.7:80/' + Mar 8 14:12:47.689: INFO: stderr: "+ curl -q -s --connect-timeout 2 http://192.168.187.7:80/\n" + Mar 8 14:12:47.689: INFO: stdout: "affinity-clusterip-timeout-r5869" + Mar 8 14:12:47.689: INFO: Cleaning up the exec pod + STEP: deleting ReplicationController affinity-clusterip-timeout in namespace services-6791, will wait for the garbage collector to delete the pods 03/08/23 14:12:47.699 + Mar 8 14:12:47.758: INFO: Deleting ReplicationController affinity-clusterip-timeout took: 5.41262ms + Mar 8 14:12:47.860: INFO: Terminating ReplicationController affinity-clusterip-timeout pods took: 101.433855ms + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Mar 8 14:12:50.977: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-6791" for this suite. 03/08/23 14:12:50.982 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSS +------------------------------ +[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 03/08/23 14:12:50.989 +Mar 8 14:12:50.989: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename var-expansion 03/08/23 14:12:50.989 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:12:51.016 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:12:51.018 +[It] should fail substituting values in a volume subpath with backticks [Slow] [Conformance] + test/e2e/common/node/expansion.go:151 +Mar 8 14:12:51.027: INFO: Waiting up to 2m0s for pod "var-expansion-5afb77c7-8a43-4a21-9c3e-28c7d8c68bb2" in namespace "var-expansion-9786" to be "container 0 failed with reason CreateContainerConfigError" +Mar 8 14:12:51.032: INFO: Pod "var-expansion-5afb77c7-8a43-4a21-9c3e-28c7d8c68bb2": Phase="Pending", Reason="", readiness=false. Elapsed: 4.653799ms +Mar 8 14:12:53.037: INFO: Pod "var-expansion-5afb77c7-8a43-4a21-9c3e-28c7d8c68bb2": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010453603s +Mar 8 14:12:53.037: INFO: Pod "var-expansion-5afb77c7-8a43-4a21-9c3e-28c7d8c68bb2" satisfied condition "container 0 failed with reason CreateContainerConfigError" +Mar 8 14:12:53.037: INFO: Deleting pod "var-expansion-5afb77c7-8a43-4a21-9c3e-28c7d8c68bb2" in namespace "var-expansion-9786" +Mar 8 14:12:53.044: INFO: Wait up to 5m0s for pod "var-expansion-5afb77c7-8a43-4a21-9c3e-28c7d8c68bb2" to be fully deleted +[AfterEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:187 +Mar 8 14:12:55.052: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "var-expansion-9786" for this suite. 03/08/23 14:12:55.056 +{"msg":"PASSED [sig-node] Variable Expansion should fail substituting values in a volume subpath with backticks [Slow] [Conformance]","completed":12,"skipped":269,"failed":0} +------------------------------ +• [4.073 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 03/08/23 14:12:50.989 + Mar 8 14:12:50.989: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename var-expansion 03/08/23 14:12:50.989 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:12:51.016 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:12:51.018 + [It] should fail substituting values in a volume subpath with backticks [Slow] [Conformance] + test/e2e/common/node/expansion.go:151 + Mar 8 14:12:51.027: INFO: Waiting up to 2m0s for pod "var-expansion-5afb77c7-8a43-4a21-9c3e-28c7d8c68bb2" in namespace "var-expansion-9786" to be "container 0 failed with reason CreateContainerConfigError" + Mar 8 14:12:51.032: INFO: Pod "var-expansion-5afb77c7-8a43-4a21-9c3e-28c7d8c68bb2": Phase="Pending", Reason="", readiness=false. Elapsed: 4.653799ms + Mar 8 14:12:53.037: INFO: Pod "var-expansion-5afb77c7-8a43-4a21-9c3e-28c7d8c68bb2": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010453603s + Mar 8 14:12:53.037: INFO: Pod "var-expansion-5afb77c7-8a43-4a21-9c3e-28c7d8c68bb2" satisfied condition "container 0 failed with reason CreateContainerConfigError" + Mar 8 14:12:53.037: INFO: Deleting pod "var-expansion-5afb77c7-8a43-4a21-9c3e-28c7d8c68bb2" in namespace "var-expansion-9786" + Mar 8 14:12:53.044: INFO: Wait up to 5m0s for pod "var-expansion-5afb77c7-8a43-4a21-9c3e-28c7d8c68bb2" to be fully deleted + [AfterEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:187 + Mar 8 14:12:55.052: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "var-expansion-9786" for this suite. 03/08/23 14:12:55.056 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:12:55.063 +Mar 8 14:12:55.063: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename kubectl 03/08/23 14:12:55.064 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:12:55.078 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:12:55.08 +[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 ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2 03/08/23 14:12:55.083 +Mar 8 14:12:55.083: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-7298 run e2e-test-httpd-pod --image=ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2 --pod-running-timeout=2m0s --labels=run=e2e-test-httpd-pod' +Mar 8 14:12:55.163: INFO: stderr: "" +Mar 8 14:12:55.163: INFO: stdout: "pod/e2e-test-httpd-pod created\n" +STEP: verifying the pod e2e-test-httpd-pod is running 03/08/23 14:12:55.163 +STEP: verifying the pod e2e-test-httpd-pod was created 03/08/23 14:13:00.217 +Mar 8 14:13:00.218: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-7298 get pod e2e-test-httpd-pod -o json' +Mar 8 14:13:00.286: INFO: stderr: "" +Mar 8 14:13:00.286: INFO: stdout: "{\n \"apiVersion\": \"v1\",\n \"kind\": \"Pod\",\n \"metadata\": {\n \"creationTimestamp\": \"2023-03-08T14:12:55Z\",\n \"labels\": {\n \"run\": \"e2e-test-httpd-pod\"\n },\n \"name\": \"e2e-test-httpd-pod\",\n \"namespace\": \"kubectl-7298\",\n \"resourceVersion\": \"619716\",\n \"uid\": \"bed64384-d161-4e00-aa84-9af454d66449\"\n },\n \"spec\": {\n \"containers\": [\n {\n \"image\": \"ehub.ctcdn.cn/eck/sonobuoy/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-swtz9\",\n \"readOnly\": true\n }\n ]\n }\n ],\n \"dnsPolicy\": \"ClusterFirst\",\n \"enableServiceLinks\": true,\n \"nodeName\": \"worker2\",\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-swtz9\",\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\": \"2023-03-08T14:12:55Z\",\n \"status\": \"True\",\n \"type\": \"Initialized\"\n },\n {\n \"lastProbeTime\": null,\n \"lastTransitionTime\": \"2023-03-08T14:12:55Z\",\n \"status\": \"True\",\n \"type\": \"Ready\"\n },\n {\n \"lastProbeTime\": null,\n \"lastTransitionTime\": \"2023-03-08T14:12:55Z\",\n \"status\": \"True\",\n \"type\": \"ContainersReady\"\n },\n {\n \"lastProbeTime\": null,\n \"lastTransitionTime\": \"2023-03-08T14:12:55Z\",\n \"status\": \"True\",\n \"type\": \"PodScheduled\"\n }\n ],\n \"containerStatuses\": [\n {\n \"containerID\": \"containerd://3ef366200d4e43d70f92f403d1d9f0ddb5c8c0e3874b88e211411d243808bf13\",\n \"image\": \"ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2\",\n \"imageID\": \"ehub.ctcdn.cn/eck/sonobuoy/httpd@sha256:758aa7ccf1af0569310f77155e9408e51191291b60d3a49bfee31efc07105019\",\n \"lastState\": {},\n \"name\": \"e2e-test-httpd-pod\",\n \"ready\": true,\n \"restartCount\": 0,\n \"started\": true,\n \"state\": {\n \"running\": {\n \"startedAt\": \"2023-03-08T14:12:55Z\"\n }\n }\n }\n ],\n \"hostIP\": \"10.0.0.18\",\n \"phase\": \"Running\",\n \"podIP\": \"172.16.0.222\",\n \"podIPs\": [\n {\n \"ip\": \"172.16.0.222\"\n }\n ],\n \"qosClass\": \"BestEffort\",\n \"startTime\": \"2023-03-08T14:12:55Z\"\n }\n}\n" +STEP: replace the image in the pod 03/08/23 14:13:00.286 +Mar 8 14:13:00.286: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-7298 replace -f -' +Mar 8 14:13:00.817: INFO: stderr: "" +Mar 8 14:13:00.817: INFO: stdout: "pod/e2e-test-httpd-pod replaced\n" +STEP: verifying the pod e2e-test-httpd-pod has the right image ehub.ctcdn.cn/eck/sonobuoy/busybox:1.29-2 03/08/23 14:13:00.817 +[AfterEach] Kubectl replace + test/e2e/kubectl/kubectl.go:1736 +Mar 8 14:13:00.820: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-7298 delete pods e2e-test-httpd-pod' +Mar 8 14:13:02.967: INFO: stderr: "" +Mar 8 14:13:02.967: INFO: stdout: "pod \"e2e-test-httpd-pod\" deleted\n" +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 +Mar 8 14:13:02.967: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubectl-7298" for this suite. 03/08/23 14:13:02.97 +{"msg":"PASSED [sig-cli] Kubectl client Kubectl replace should update a single-container pod's image [Conformance]","completed":13,"skipped":288,"failed":0} +------------------------------ +• [SLOW TEST] [7.913 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 03/08/23 14:12:55.063 + Mar 8 14:12:55.063: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename kubectl 03/08/23 14:12:55.064 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:12:55.078 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:12:55.08 + [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 ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2 03/08/23 14:12:55.083 + Mar 8 14:12:55.083: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-7298 run e2e-test-httpd-pod --image=ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2 --pod-running-timeout=2m0s --labels=run=e2e-test-httpd-pod' + Mar 8 14:12:55.163: INFO: stderr: "" + Mar 8 14:12:55.163: INFO: stdout: "pod/e2e-test-httpd-pod created\n" + STEP: verifying the pod e2e-test-httpd-pod is running 03/08/23 14:12:55.163 + STEP: verifying the pod e2e-test-httpd-pod was created 03/08/23 14:13:00.217 + Mar 8 14:13:00.218: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-7298 get pod e2e-test-httpd-pod -o json' + Mar 8 14:13:00.286: INFO: stderr: "" + Mar 8 14:13:00.286: INFO: stdout: "{\n \"apiVersion\": \"v1\",\n \"kind\": \"Pod\",\n \"metadata\": {\n \"creationTimestamp\": \"2023-03-08T14:12:55Z\",\n \"labels\": {\n \"run\": \"e2e-test-httpd-pod\"\n },\n \"name\": \"e2e-test-httpd-pod\",\n \"namespace\": \"kubectl-7298\",\n \"resourceVersion\": \"619716\",\n \"uid\": \"bed64384-d161-4e00-aa84-9af454d66449\"\n },\n \"spec\": {\n \"containers\": [\n {\n \"image\": \"ehub.ctcdn.cn/eck/sonobuoy/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-swtz9\",\n \"readOnly\": true\n }\n ]\n }\n ],\n \"dnsPolicy\": \"ClusterFirst\",\n \"enableServiceLinks\": true,\n \"nodeName\": \"worker2\",\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-swtz9\",\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\": \"2023-03-08T14:12:55Z\",\n \"status\": \"True\",\n \"type\": \"Initialized\"\n },\n {\n \"lastProbeTime\": null,\n \"lastTransitionTime\": \"2023-03-08T14:12:55Z\",\n \"status\": \"True\",\n \"type\": \"Ready\"\n },\n {\n \"lastProbeTime\": null,\n \"lastTransitionTime\": \"2023-03-08T14:12:55Z\",\n \"status\": \"True\",\n \"type\": \"ContainersReady\"\n },\n {\n \"lastProbeTime\": null,\n \"lastTransitionTime\": \"2023-03-08T14:12:55Z\",\n \"status\": \"True\",\n \"type\": \"PodScheduled\"\n }\n ],\n \"containerStatuses\": [\n {\n \"containerID\": \"containerd://3ef366200d4e43d70f92f403d1d9f0ddb5c8c0e3874b88e211411d243808bf13\",\n \"image\": \"ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2\",\n \"imageID\": \"ehub.ctcdn.cn/eck/sonobuoy/httpd@sha256:758aa7ccf1af0569310f77155e9408e51191291b60d3a49bfee31efc07105019\",\n \"lastState\": {},\n \"name\": \"e2e-test-httpd-pod\",\n \"ready\": true,\n \"restartCount\": 0,\n \"started\": true,\n \"state\": {\n \"running\": {\n \"startedAt\": \"2023-03-08T14:12:55Z\"\n }\n }\n }\n ],\n \"hostIP\": \"10.0.0.18\",\n \"phase\": \"Running\",\n \"podIP\": \"172.16.0.222\",\n \"podIPs\": [\n {\n \"ip\": \"172.16.0.222\"\n }\n ],\n \"qosClass\": \"BestEffort\",\n \"startTime\": \"2023-03-08T14:12:55Z\"\n }\n}\n" + STEP: replace the image in the pod 03/08/23 14:13:00.286 + Mar 8 14:13:00.286: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-7298 replace -f -' + Mar 8 14:13:00.817: INFO: stderr: "" + Mar 8 14:13:00.817: INFO: stdout: "pod/e2e-test-httpd-pod replaced\n" + STEP: verifying the pod e2e-test-httpd-pod has the right image ehub.ctcdn.cn/eck/sonobuoy/busybox:1.29-2 03/08/23 14:13:00.817 + [AfterEach] Kubectl replace + test/e2e/kubectl/kubectl.go:1736 + Mar 8 14:13:00.820: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-7298 delete pods e2e-test-httpd-pod' + Mar 8 14:13:02.967: INFO: stderr: "" + Mar 8 14:13:02.967: INFO: stdout: "pod \"e2e-test-httpd-pod\" deleted\n" + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 + Mar 8 14:13:02.967: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubectl-7298" for this suite. 03/08/23 14:13:02.97 + << End Captured GinkgoWriter Output +------------------------------ +SSSSS +------------------------------ +[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 03/08/23 14:13:02.976 +Mar 8 14:13:02.976: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename replication-controller 03/08/23 14:13:02.977 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:13:02.992 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:13:02.994 +[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 03/08/23 14:13:02.996 +Mar 8 14:13:03.002: INFO: Waiting up to 5m0s for pod "pod-adoption" in namespace "replication-controller-1908" to be "running and ready" +Mar 8 14:13:03.007: INFO: Pod "pod-adoption": Phase="Pending", Reason="", readiness=false. Elapsed: 4.711223ms +Mar 8 14:13:03.007: INFO: The phase of Pod pod-adoption is Pending, waiting for it to be Running (with Ready = true) +Mar 8 14:13:05.012: INFO: Pod "pod-adoption": Phase="Running", Reason="", readiness=true. Elapsed: 2.00982564s +Mar 8 14:13:05.012: INFO: The phase of Pod pod-adoption is Running (Ready = true) +Mar 8 14:13:05.012: INFO: Pod "pod-adoption" satisfied condition "running and ready" +STEP: When a replication controller with a matching selector is created 03/08/23 14:13:05.015 +STEP: Then the orphan pod is adopted 03/08/23 14:13:05.022 +[AfterEach] [sig-apps] ReplicationController + test/e2e/framework/framework.go:187 +Mar 8 14:13:06.029: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "replication-controller-1908" for this suite. 03/08/23 14:13:06.035 +{"msg":"PASSED [sig-apps] ReplicationController should adopt matching pods on creation [Conformance]","completed":14,"skipped":293,"failed":0} +------------------------------ +• [3.064 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 03/08/23 14:13:02.976 + Mar 8 14:13:02.976: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename replication-controller 03/08/23 14:13:02.977 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:13:02.992 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:13:02.994 + [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 03/08/23 14:13:02.996 + Mar 8 14:13:03.002: INFO: Waiting up to 5m0s for pod "pod-adoption" in namespace "replication-controller-1908" to be "running and ready" + Mar 8 14:13:03.007: INFO: Pod "pod-adoption": Phase="Pending", Reason="", readiness=false. Elapsed: 4.711223ms + Mar 8 14:13:03.007: INFO: The phase of Pod pod-adoption is Pending, waiting for it to be Running (with Ready = true) + Mar 8 14:13:05.012: INFO: Pod "pod-adoption": Phase="Running", Reason="", readiness=true. Elapsed: 2.00982564s + Mar 8 14:13:05.012: INFO: The phase of Pod pod-adoption is Running (Ready = true) + Mar 8 14:13:05.012: INFO: Pod "pod-adoption" satisfied condition "running and ready" + STEP: When a replication controller with a matching selector is created 03/08/23 14:13:05.015 + STEP: Then the orphan pod is adopted 03/08/23 14:13:05.022 + [AfterEach] [sig-apps] ReplicationController + test/e2e/framework/framework.go:187 + Mar 8 14:13:06.029: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "replication-controller-1908" for this suite. 03/08/23 14:13:06.035 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSS +------------------------------ +[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 03/08/23 14:13:06.041 +Mar 8 14:13:06.041: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename downward-api 03/08/23 14:13:06.042 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:13:06.058 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:13:06.06 +[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 03/08/23 14:13:06.062 +Mar 8 14:13:06.069: INFO: Waiting up to 5m0s for pod "downwardapi-volume-417fa1df-6fc0-40fb-8ef8-6849f78704a1" in namespace "downward-api-5815" to be "Succeeded or Failed" +Mar 8 14:13:06.074: INFO: Pod "downwardapi-volume-417fa1df-6fc0-40fb-8ef8-6849f78704a1": Phase="Pending", Reason="", readiness=false. Elapsed: 4.975608ms +Mar 8 14:13:08.079: INFO: Pod "downwardapi-volume-417fa1df-6fc0-40fb-8ef8-6849f78704a1": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009485947s +Mar 8 14:13:10.079: INFO: Pod "downwardapi-volume-417fa1df-6fc0-40fb-8ef8-6849f78704a1": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009120825s +STEP: Saw pod success 03/08/23 14:13:10.079 +Mar 8 14:13:10.079: INFO: Pod "downwardapi-volume-417fa1df-6fc0-40fb-8ef8-6849f78704a1" satisfied condition "Succeeded or Failed" +Mar 8 14:13:10.083: INFO: Trying to get logs from node worker2 pod downwardapi-volume-417fa1df-6fc0-40fb-8ef8-6849f78704a1 container client-container: +STEP: delete the pod 03/08/23 14:13:10.096 +Mar 8 14:13:10.106: INFO: Waiting for pod downwardapi-volume-417fa1df-6fc0-40fb-8ef8-6849f78704a1 to disappear +Mar 8 14:13:10.109: INFO: Pod downwardapi-volume-417fa1df-6fc0-40fb-8ef8-6849f78704a1 no longer exists +[AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 +Mar 8 14:13:10.109: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "downward-api-5815" for this suite. 03/08/23 14:13:10.113 +{"msg":"PASSED [sig-storage] Downward API volume should provide podname only [NodeConformance] [Conformance]","completed":15,"skipped":300,"failed":0} +------------------------------ +• [4.078 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 03/08/23 14:13:06.041 + Mar 8 14:13:06.041: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename downward-api 03/08/23 14:13:06.042 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:13:06.058 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:13:06.06 + [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 03/08/23 14:13:06.062 + Mar 8 14:13:06.069: INFO: Waiting up to 5m0s for pod "downwardapi-volume-417fa1df-6fc0-40fb-8ef8-6849f78704a1" in namespace "downward-api-5815" to be "Succeeded or Failed" + Mar 8 14:13:06.074: INFO: Pod "downwardapi-volume-417fa1df-6fc0-40fb-8ef8-6849f78704a1": Phase="Pending", Reason="", readiness=false. Elapsed: 4.975608ms + Mar 8 14:13:08.079: INFO: Pod "downwardapi-volume-417fa1df-6fc0-40fb-8ef8-6849f78704a1": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009485947s + Mar 8 14:13:10.079: INFO: Pod "downwardapi-volume-417fa1df-6fc0-40fb-8ef8-6849f78704a1": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009120825s + STEP: Saw pod success 03/08/23 14:13:10.079 + Mar 8 14:13:10.079: INFO: Pod "downwardapi-volume-417fa1df-6fc0-40fb-8ef8-6849f78704a1" satisfied condition "Succeeded or Failed" + Mar 8 14:13:10.083: INFO: Trying to get logs from node worker2 pod downwardapi-volume-417fa1df-6fc0-40fb-8ef8-6849f78704a1 container client-container: + STEP: delete the pod 03/08/23 14:13:10.096 + Mar 8 14:13:10.106: INFO: Waiting for pod downwardapi-volume-417fa1df-6fc0-40fb-8ef8-6849f78704a1 to disappear + Mar 8 14:13:10.109: INFO: Pod downwardapi-volume-417fa1df-6fc0-40fb-8ef8-6849f78704a1 no longer exists + [AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 + Mar 8 14:13:10.109: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "downward-api-5815" for this suite. 03/08/23 14:13:10.113 + << End Captured GinkgoWriter Output +------------------------------ +[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 03/08/23 14:13:10.12 +Mar 8 14:13:10.120: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename container-probe 03/08/23 14:13:10.121 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:13:10.136 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:13:10.138 +[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-44bfaa08-4477-4777-8daa-76824e7878d3 in namespace container-probe-9378 03/08/23 14:13:10.141 +Mar 8 14:13:10.148: INFO: Waiting up to 5m0s for pod "test-webserver-44bfaa08-4477-4777-8daa-76824e7878d3" in namespace "container-probe-9378" to be "not pending" +Mar 8 14:13:10.153: INFO: Pod "test-webserver-44bfaa08-4477-4777-8daa-76824e7878d3": Phase="Pending", Reason="", readiness=false. Elapsed: 4.237525ms +Mar 8 14:13:12.156: INFO: Pod "test-webserver-44bfaa08-4477-4777-8daa-76824e7878d3": Phase="Running", Reason="", readiness=true. Elapsed: 2.007534245s +Mar 8 14:13:12.156: INFO: Pod "test-webserver-44bfaa08-4477-4777-8daa-76824e7878d3" satisfied condition "not pending" +Mar 8 14:13:12.156: INFO: Started pod test-webserver-44bfaa08-4477-4777-8daa-76824e7878d3 in namespace container-probe-9378 +STEP: checking the pod's current state and verifying that restartCount is present 03/08/23 14:13:12.156 +Mar 8 14:13:12.159: INFO: Initial restart count of pod test-webserver-44bfaa08-4477-4777-8daa-76824e7878d3 is 0 +STEP: deleting the pod 03/08/23 14:17:13.002 +[AfterEach] [sig-node] Probing container + test/e2e/framework/framework.go:187 +Mar 8 14:17:13.017: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "container-probe-9378" for this suite. 03/08/23 14:17:13.022 +{"msg":"PASSED [sig-node] Probing container should *not* be restarted with a /healthz http liveness probe [NodeConformance] [Conformance]","completed":16,"skipped":300,"failed":0} +------------------------------ +• [SLOW TEST] [242.908 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 03/08/23 14:13:10.12 + Mar 8 14:13:10.120: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename container-probe 03/08/23 14:13:10.121 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:13:10.136 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:13:10.138 + [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-44bfaa08-4477-4777-8daa-76824e7878d3 in namespace container-probe-9378 03/08/23 14:13:10.141 + Mar 8 14:13:10.148: INFO: Waiting up to 5m0s for pod "test-webserver-44bfaa08-4477-4777-8daa-76824e7878d3" in namespace "container-probe-9378" to be "not pending" + Mar 8 14:13:10.153: INFO: Pod "test-webserver-44bfaa08-4477-4777-8daa-76824e7878d3": Phase="Pending", Reason="", readiness=false. Elapsed: 4.237525ms + Mar 8 14:13:12.156: INFO: Pod "test-webserver-44bfaa08-4477-4777-8daa-76824e7878d3": Phase="Running", Reason="", readiness=true. Elapsed: 2.007534245s + Mar 8 14:13:12.156: INFO: Pod "test-webserver-44bfaa08-4477-4777-8daa-76824e7878d3" satisfied condition "not pending" + Mar 8 14:13:12.156: INFO: Started pod test-webserver-44bfaa08-4477-4777-8daa-76824e7878d3 in namespace container-probe-9378 + STEP: checking the pod's current state and verifying that restartCount is present 03/08/23 14:13:12.156 + Mar 8 14:13:12.159: INFO: Initial restart count of pod test-webserver-44bfaa08-4477-4777-8daa-76824e7878d3 is 0 + STEP: deleting the pod 03/08/23 14:17:13.002 + [AfterEach] [sig-node] Probing container + test/e2e/framework/framework.go:187 + Mar 8 14:17:13.017: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "container-probe-9378" for this suite. 03/08/23 14:17:13.022 + << End Captured GinkgoWriter Output +------------------------------ +SSS +------------------------------ +[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 03/08/23 14:17:13.028 +Mar 8 14:17:13.028: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename downward-api 03/08/23 14:17:13.029 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:17:13.043 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:17:13.045 +[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 03/08/23 14:17:13.047 +Mar 8 14:17:13.055: INFO: Waiting up to 5m0s for pod "downward-api-0be5194b-8157-4467-8c77-ab89f9cac3f3" in namespace "downward-api-3191" to be "Succeeded or Failed" +Mar 8 14:17:13.059: INFO: Pod "downward-api-0be5194b-8157-4467-8c77-ab89f9cac3f3": Phase="Pending", Reason="", readiness=false. Elapsed: 3.324421ms +Mar 8 14:17:15.064: INFO: Pod "downward-api-0be5194b-8157-4467-8c77-ab89f9cac3f3": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008919869s +Mar 8 14:17:17.063: INFO: Pod "downward-api-0be5194b-8157-4467-8c77-ab89f9cac3f3": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008057041s +STEP: Saw pod success 03/08/23 14:17:17.063 +Mar 8 14:17:17.064: INFO: Pod "downward-api-0be5194b-8157-4467-8c77-ab89f9cac3f3" satisfied condition "Succeeded or Failed" +Mar 8 14:17:17.067: INFO: Trying to get logs from node worker2 pod downward-api-0be5194b-8157-4467-8c77-ab89f9cac3f3 container dapi-container: +STEP: delete the pod 03/08/23 14:17:17.081 +Mar 8 14:17:17.093: INFO: Waiting for pod downward-api-0be5194b-8157-4467-8c77-ab89f9cac3f3 to disappear +Mar 8 14:17:17.095: INFO: Pod downward-api-0be5194b-8157-4467-8c77-ab89f9cac3f3 no longer exists +[AfterEach] [sig-node] Downward API + test/e2e/framework/framework.go:187 +Mar 8 14:17:17.095: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "downward-api-3191" for this suite. 03/08/23 14:17:17.099 +{"msg":"PASSED [sig-node] Downward API should provide container's limits.cpu/memory and requests.cpu/memory as env vars [NodeConformance] [Conformance]","completed":17,"skipped":303,"failed":0} +------------------------------ +• [4.077 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 03/08/23 14:17:13.028 + Mar 8 14:17:13.028: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename downward-api 03/08/23 14:17:13.029 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:17:13.043 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:17:13.045 + [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 03/08/23 14:17:13.047 + Mar 8 14:17:13.055: INFO: Waiting up to 5m0s for pod "downward-api-0be5194b-8157-4467-8c77-ab89f9cac3f3" in namespace "downward-api-3191" to be "Succeeded or Failed" + Mar 8 14:17:13.059: INFO: Pod "downward-api-0be5194b-8157-4467-8c77-ab89f9cac3f3": Phase="Pending", Reason="", readiness=false. Elapsed: 3.324421ms + Mar 8 14:17:15.064: INFO: Pod "downward-api-0be5194b-8157-4467-8c77-ab89f9cac3f3": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008919869s + Mar 8 14:17:17.063: INFO: Pod "downward-api-0be5194b-8157-4467-8c77-ab89f9cac3f3": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008057041s + STEP: Saw pod success 03/08/23 14:17:17.063 + Mar 8 14:17:17.064: INFO: Pod "downward-api-0be5194b-8157-4467-8c77-ab89f9cac3f3" satisfied condition "Succeeded or Failed" + Mar 8 14:17:17.067: INFO: Trying to get logs from node worker2 pod downward-api-0be5194b-8157-4467-8c77-ab89f9cac3f3 container dapi-container: + STEP: delete the pod 03/08/23 14:17:17.081 + Mar 8 14:17:17.093: INFO: Waiting for pod downward-api-0be5194b-8157-4467-8c77-ab89f9cac3f3 to disappear + Mar 8 14:17:17.095: INFO: Pod downward-api-0be5194b-8157-4467-8c77-ab89f9cac3f3 no longer exists + [AfterEach] [sig-node] Downward API + test/e2e/framework/framework.go:187 + Mar 8 14:17:17.095: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "downward-api-3191" for this suite. 03/08/23 14:17:17.099 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:17:17.106 +Mar 8 14:17:17.106: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename custom-resource-definition 03/08/23 14:17:17.107 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:17:17.121 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:17:17.123 +[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 03/08/23 14:17:17.125 +STEP: finding the apiextensions.k8s.io API group in the /apis discovery document 03/08/23 14:17:17.126 +STEP: finding the apiextensions.k8s.io/v1 API group/version in the /apis discovery document 03/08/23 14:17:17.126 +STEP: fetching the /apis/apiextensions.k8s.io discovery document 03/08/23 14:17:17.126 +STEP: finding the apiextensions.k8s.io/v1 API group/version in the /apis/apiextensions.k8s.io discovery document 03/08/23 14:17:17.127 +STEP: fetching the /apis/apiextensions.k8s.io/v1 discovery document 03/08/23 14:17:17.127 +STEP: finding customresourcedefinitions resources in the /apis/apiextensions.k8s.io/v1 discovery document 03/08/23 14:17:17.128 +[AfterEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Mar 8 14:17:17.128: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "custom-resource-definition-1520" for this suite. 03/08/23 14:17:17.132 +{"msg":"PASSED [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] should include custom resource definition resources in discovery documents [Conformance]","completed":18,"skipped":335,"failed":0} +------------------------------ +• [0.031 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 03/08/23 14:17:17.106 + Mar 8 14:17:17.106: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename custom-resource-definition 03/08/23 14:17:17.107 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:17:17.121 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:17:17.123 + [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 03/08/23 14:17:17.125 + STEP: finding the apiextensions.k8s.io API group in the /apis discovery document 03/08/23 14:17:17.126 + STEP: finding the apiextensions.k8s.io/v1 API group/version in the /apis discovery document 03/08/23 14:17:17.126 + STEP: fetching the /apis/apiextensions.k8s.io discovery document 03/08/23 14:17:17.126 + STEP: finding the apiextensions.k8s.io/v1 API group/version in the /apis/apiextensions.k8s.io discovery document 03/08/23 14:17:17.127 + STEP: fetching the /apis/apiextensions.k8s.io/v1 discovery document 03/08/23 14:17:17.127 + STEP: finding customresourcedefinitions resources in the /apis/apiextensions.k8s.io/v1 discovery document 03/08/23 14:17:17.128 + [AfterEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Mar 8 14:17:17.128: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "custom-resource-definition-1520" for this suite. 03/08/23 14:17:17.132 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSS +------------------------------ +[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 03/08/23 14:17:17.138 +Mar 8 14:17:17.138: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename kubectl 03/08/23 14:17:17.138 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:17:17.152 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:17:17.153 +[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 03/08/23 14:17:17.159 +Mar 8 14:17:17.159: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-5887 create -f -' +Mar 8 14:17:17.912: INFO: stderr: "" +Mar 8 14:17:17.912: INFO: stdout: "deployment.apps/httpd-deployment created\n" +STEP: verify diff finds difference between live and declared image 03/08/23 14:17:17.912 +Mar 8 14:17:17.913: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-5887 diff -f -' +Mar 8 14:17:18.632: INFO: rc: 1 +Mar 8 14:17:18.632: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-5887 delete -f -' +Mar 8 14:17:18.704: INFO: stderr: "" +Mar 8 14:17:18.704: INFO: stdout: "deployment.apps \"httpd-deployment\" deleted\n" +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 +Mar 8 14:17:18.704: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubectl-5887" for this suite. 03/08/23 14:17:18.708 +{"msg":"PASSED [sig-cli] Kubectl client Kubectl diff should check if kubectl diff finds a difference for Deployments [Conformance]","completed":19,"skipped":346,"failed":0} +------------------------------ +• [1.576 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 03/08/23 14:17:17.138 + Mar 8 14:17:17.138: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename kubectl 03/08/23 14:17:17.138 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:17:17.152 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:17:17.153 + [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 03/08/23 14:17:17.159 + Mar 8 14:17:17.159: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-5887 create -f -' + Mar 8 14:17:17.912: INFO: stderr: "" + Mar 8 14:17:17.912: INFO: stdout: "deployment.apps/httpd-deployment created\n" + STEP: verify diff finds difference between live and declared image 03/08/23 14:17:17.912 + Mar 8 14:17:17.913: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-5887 diff -f -' + Mar 8 14:17:18.632: INFO: rc: 1 + Mar 8 14:17:18.632: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-5887 delete -f -' + Mar 8 14:17:18.704: INFO: stderr: "" + Mar 8 14:17:18.704: INFO: stdout: "deployment.apps \"httpd-deployment\" deleted\n" + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 + Mar 8 14:17:18.704: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubectl-5887" for this suite. 03/08/23 14:17:18.708 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:17:18.717 +Mar 8 14:17:18.717: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename crd-webhook 03/08/23 14:17:18.718 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:17:18.784 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:17:18.786 +[BeforeEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/crd_conversion_webhook.go:128 +STEP: Setting up server cert 03/08/23 14:17:18.79 +STEP: Create role binding to let cr conversion webhook read extension-apiserver-authentication 03/08/23 14:17:19.641 +STEP: Deploying the custom resource conversion webhook pod 03/08/23 14:17:19.648 +STEP: Wait for the deployment to be ready 03/08/23 14:17:19.658 +Mar 8 14:17:19.664: INFO: deployment "sample-crd-conversion-webhook-deployment" doesn't have the required revision set +STEP: Deploying the webhook service 03/08/23 14:17:21.674 +STEP: Verifying the service has paired with the endpoint 03/08/23 14:17:21.684 +Mar 8 14:17:22.684: 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 +Mar 8 14:17:22.687: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Creating a v1 custom resource 03/08/23 14:17:25.265 +STEP: Create a v2 custom resource 03/08/23 14:17:25.279 +STEP: List CRs in v1 03/08/23 14:17:25.337 +STEP: List CRs in v2 03/08/23 14:17:25.341 +[AfterEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Mar 8 14:17:25.860: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "crd-webhook-1354" for this suite. 03/08/23 14:17:25.864 +[AfterEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/crd_conversion_webhook.go:139 +{"msg":"PASSED [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] should be able to convert a non homogeneous list of CRs [Conformance]","completed":20,"skipped":422,"failed":0} +------------------------------ +• [SLOW TEST] [7.215 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 03/08/23 14:17:18.717 + Mar 8 14:17:18.717: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename crd-webhook 03/08/23 14:17:18.718 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:17:18.784 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:17:18.786 + [BeforeEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/crd_conversion_webhook.go:128 + STEP: Setting up server cert 03/08/23 14:17:18.79 + STEP: Create role binding to let cr conversion webhook read extension-apiserver-authentication 03/08/23 14:17:19.641 + STEP: Deploying the custom resource conversion webhook pod 03/08/23 14:17:19.648 + STEP: Wait for the deployment to be ready 03/08/23 14:17:19.658 + Mar 8 14:17:19.664: INFO: deployment "sample-crd-conversion-webhook-deployment" doesn't have the required revision set + STEP: Deploying the webhook service 03/08/23 14:17:21.674 + STEP: Verifying the service has paired with the endpoint 03/08/23 14:17:21.684 + Mar 8 14:17:22.684: 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 + Mar 8 14:17:22.687: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Creating a v1 custom resource 03/08/23 14:17:25.265 + STEP: Create a v2 custom resource 03/08/23 14:17:25.279 + STEP: List CRs in v1 03/08/23 14:17:25.337 + STEP: List CRs in v2 03/08/23 14:17:25.341 + [AfterEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Mar 8 14:17:25.860: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "crd-webhook-1354" for this suite. 03/08/23 14:17:25.864 + [AfterEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/crd_conversion_webhook.go:139 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:17:25.934 +Mar 8 14:17:25.934: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename cronjob 03/08/23 14:17:25.935 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:17:25.957 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:17:25.959 +[It] should not schedule new jobs when ForbidConcurrent [Slow] [Conformance] + test/e2e/apps/cronjob.go:124 +STEP: Creating a ForbidConcurrent cronjob 03/08/23 14:17:25.961 +STEP: Ensuring a job is scheduled 03/08/23 14:17:25.968 +STEP: Ensuring exactly one is scheduled 03/08/23 14:18:01.973 +STEP: Ensuring exactly one running job exists by listing jobs explicitly 03/08/23 14:18:01.977 +STEP: Ensuring no more jobs are scheduled 03/08/23 14:18:01.98 +STEP: Removing cronjob 03/08/23 14:23:01.986 +[AfterEach] [sig-apps] CronJob + test/e2e/framework/framework.go:187 +Mar 8 14:23:01.993: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "cronjob-6437" for this suite. 03/08/23 14:23:01.997 +{"msg":"PASSED [sig-apps] CronJob should not schedule new jobs when ForbidConcurrent [Slow] [Conformance]","completed":21,"skipped":462,"failed":0} +------------------------------ +• [SLOW TEST] [336.070 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 03/08/23 14:17:25.934 + Mar 8 14:17:25.934: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename cronjob 03/08/23 14:17:25.935 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:17:25.957 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:17:25.959 + [It] should not schedule new jobs when ForbidConcurrent [Slow] [Conformance] + test/e2e/apps/cronjob.go:124 + STEP: Creating a ForbidConcurrent cronjob 03/08/23 14:17:25.961 + STEP: Ensuring a job is scheduled 03/08/23 14:17:25.968 + STEP: Ensuring exactly one is scheduled 03/08/23 14:18:01.973 + STEP: Ensuring exactly one running job exists by listing jobs explicitly 03/08/23 14:18:01.977 + STEP: Ensuring no more jobs are scheduled 03/08/23 14:18:01.98 + STEP: Removing cronjob 03/08/23 14:23:01.986 + [AfterEach] [sig-apps] CronJob + test/e2e/framework/framework.go:187 + Mar 8 14:23:01.993: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "cronjob-6437" for this suite. 03/08/23 14:23:01.997 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:23:02.005 +Mar 8 14:23:02.005: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename webhook 03/08/23 14:23:02.006 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:23:02.028 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:23:02.03 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 +STEP: Setting up server cert 03/08/23 14:23:02.042 +STEP: Create role binding to let webhook read extension-apiserver-authentication 03/08/23 14:23:02.924 +STEP: Deploying the webhook pod 03/08/23 14:23:02.93 +STEP: Wait for the deployment to be ready 03/08/23 14:23:02.941 +Mar 8 14:23:02.948: INFO: new replicaset for deployment "sample-webhook-deployment" is yet to be created +STEP: Deploying the webhook service 03/08/23 14:23:04.957 +STEP: Verifying the service has paired with the endpoint 03/08/23 14:23:04.966 +Mar 8 14:23:05.967: 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 03/08/23 14:23:05.974 +STEP: finding the admissionregistration.k8s.io API group in the /apis discovery document 03/08/23 14:23:05.976 +STEP: finding the admissionregistration.k8s.io/v1 API group/version in the /apis discovery document 03/08/23 14:23:05.976 +STEP: fetching the /apis/admissionregistration.k8s.io discovery document 03/08/23 14:23:05.976 +STEP: finding the admissionregistration.k8s.io/v1 API group/version in the /apis/admissionregistration.k8s.io discovery document 03/08/23 14:23:05.977 +STEP: fetching the /apis/admissionregistration.k8s.io/v1 discovery document 03/08/23 14:23:05.977 +STEP: finding mutatingwebhookconfigurations and validatingwebhookconfigurations resources in the /apis/admissionregistration.k8s.io/v1 discovery document 03/08/23 14:23:05.978 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Mar 8 14:23:05.978: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "webhook-788" for this suite. 03/08/23 14:23:05.986 +STEP: Destroying namespace "webhook-788-markers" for this suite. 03/08/23 14:23:05.996 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 +{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should include webhook resources in discovery documents [Conformance]","completed":22,"skipped":483,"failed":0} +------------------------------ +• [4.061 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 03/08/23 14:23:02.005 + Mar 8 14:23:02.005: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename webhook 03/08/23 14:23:02.006 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:23:02.028 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:23:02.03 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 + STEP: Setting up server cert 03/08/23 14:23:02.042 + STEP: Create role binding to let webhook read extension-apiserver-authentication 03/08/23 14:23:02.924 + STEP: Deploying the webhook pod 03/08/23 14:23:02.93 + STEP: Wait for the deployment to be ready 03/08/23 14:23:02.941 + Mar 8 14:23:02.948: INFO: new replicaset for deployment "sample-webhook-deployment" is yet to be created + STEP: Deploying the webhook service 03/08/23 14:23:04.957 + STEP: Verifying the service has paired with the endpoint 03/08/23 14:23:04.966 + Mar 8 14:23:05.967: 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 03/08/23 14:23:05.974 + STEP: finding the admissionregistration.k8s.io API group in the /apis discovery document 03/08/23 14:23:05.976 + STEP: finding the admissionregistration.k8s.io/v1 API group/version in the /apis discovery document 03/08/23 14:23:05.976 + STEP: fetching the /apis/admissionregistration.k8s.io discovery document 03/08/23 14:23:05.976 + STEP: finding the admissionregistration.k8s.io/v1 API group/version in the /apis/admissionregistration.k8s.io discovery document 03/08/23 14:23:05.977 + STEP: fetching the /apis/admissionregistration.k8s.io/v1 discovery document 03/08/23 14:23:05.977 + STEP: finding mutatingwebhookconfigurations and validatingwebhookconfigurations resources in the /apis/admissionregistration.k8s.io/v1 discovery document 03/08/23 14:23:05.978 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Mar 8 14:23:05.978: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "webhook-788" for this suite. 03/08/23 14:23:05.986 + STEP: Destroying namespace "webhook-788-markers" for this suite. 03/08/23 14:23:05.996 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:23:06.067 +Mar 8 14:23:06.068: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename events 03/08/23 14:23:06.068 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:23:06.089 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:23:06.091 +[It] should delete a collection of events [Conformance] + test/e2e/instrumentation/core_events.go:175 +STEP: Create set of events 03/08/23 14:23:06.093 +Mar 8 14:23:06.098: INFO: created test-event-1 +Mar 8 14:23:06.102: INFO: created test-event-2 +Mar 8 14:23:06.106: INFO: created test-event-3 +STEP: get a list of Events with a label in the current namespace 03/08/23 14:23:06.106 +STEP: delete collection of events 03/08/23 14:23:06.109 +Mar 8 14:23:06.109: INFO: requesting DeleteCollection of events +STEP: check that the list of events matches the requested quantity 03/08/23 14:23:06.127 +Mar 8 14:23:06.127: INFO: requesting list of events to confirm quantity +[AfterEach] [sig-instrumentation] Events + test/e2e/framework/framework.go:187 +Mar 8 14:23:06.129: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "events-6299" for this suite. 03/08/23 14:23:06.133 +{"msg":"PASSED [sig-instrumentation] Events should delete a collection of events [Conformance]","completed":23,"skipped":525,"failed":0} +------------------------------ +• [0.071 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 03/08/23 14:23:06.067 + Mar 8 14:23:06.068: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename events 03/08/23 14:23:06.068 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:23:06.089 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:23:06.091 + [It] should delete a collection of events [Conformance] + test/e2e/instrumentation/core_events.go:175 + STEP: Create set of events 03/08/23 14:23:06.093 + Mar 8 14:23:06.098: INFO: created test-event-1 + Mar 8 14:23:06.102: INFO: created test-event-2 + Mar 8 14:23:06.106: INFO: created test-event-3 + STEP: get a list of Events with a label in the current namespace 03/08/23 14:23:06.106 + STEP: delete collection of events 03/08/23 14:23:06.109 + Mar 8 14:23:06.109: INFO: requesting DeleteCollection of events + STEP: check that the list of events matches the requested quantity 03/08/23 14:23:06.127 + Mar 8 14:23:06.127: INFO: requesting list of events to confirm quantity + [AfterEach] [sig-instrumentation] Events + test/e2e/framework/framework.go:187 + Mar 8 14:23:06.129: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "events-6299" for this suite. 03/08/23 14:23:06.133 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:23:06.139 +Mar 8 14:23:06.139: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename projected 03/08/23 14:23:06.14 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:23:06.155 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:23:06.157 +[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-ddd5dabe-9e41-4a33-8446-ad9a739d77a6 03/08/23 14:23:06.159 +STEP: Creating a pod to test consume secrets 03/08/23 14:23:06.164 +Mar 8 14:23:06.171: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-231820bb-6738-439e-97e1-b9698fb4737d" in namespace "projected-47" to be "Succeeded or Failed" +Mar 8 14:23:06.174: INFO: Pod "pod-projected-secrets-231820bb-6738-439e-97e1-b9698fb4737d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.626657ms +Mar 8 14:23:08.179: INFO: Pod "pod-projected-secrets-231820bb-6738-439e-97e1-b9698fb4737d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007781835s +Mar 8 14:23:10.178: INFO: Pod "pod-projected-secrets-231820bb-6738-439e-97e1-b9698fb4737d": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006654442s +STEP: Saw pod success 03/08/23 14:23:10.178 +Mar 8 14:23:10.178: INFO: Pod "pod-projected-secrets-231820bb-6738-439e-97e1-b9698fb4737d" satisfied condition "Succeeded or Failed" +Mar 8 14:23:10.182: INFO: Trying to get logs from node worker2 pod pod-projected-secrets-231820bb-6738-439e-97e1-b9698fb4737d container projected-secret-volume-test: +STEP: delete the pod 03/08/23 14:23:10.199 +Mar 8 14:23:10.211: INFO: Waiting for pod pod-projected-secrets-231820bb-6738-439e-97e1-b9698fb4737d to disappear +Mar 8 14:23:10.214: INFO: Pod pod-projected-secrets-231820bb-6738-439e-97e1-b9698fb4737d no longer exists +[AfterEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:187 +Mar 8 14:23:10.214: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-47" for this suite. 03/08/23 14:23:10.218 +{"msg":"PASSED [sig-storage] Projected secret should be consumable from pods in volume with mappings [NodeConformance] [Conformance]","completed":24,"skipped":547,"failed":0} +------------------------------ +• [4.086 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 03/08/23 14:23:06.139 + Mar 8 14:23:06.139: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename projected 03/08/23 14:23:06.14 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:23:06.155 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:23:06.157 + [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-ddd5dabe-9e41-4a33-8446-ad9a739d77a6 03/08/23 14:23:06.159 + STEP: Creating a pod to test consume secrets 03/08/23 14:23:06.164 + Mar 8 14:23:06.171: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-231820bb-6738-439e-97e1-b9698fb4737d" in namespace "projected-47" to be "Succeeded or Failed" + Mar 8 14:23:06.174: INFO: Pod "pod-projected-secrets-231820bb-6738-439e-97e1-b9698fb4737d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.626657ms + Mar 8 14:23:08.179: INFO: Pod "pod-projected-secrets-231820bb-6738-439e-97e1-b9698fb4737d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007781835s + Mar 8 14:23:10.178: INFO: Pod "pod-projected-secrets-231820bb-6738-439e-97e1-b9698fb4737d": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006654442s + STEP: Saw pod success 03/08/23 14:23:10.178 + Mar 8 14:23:10.178: INFO: Pod "pod-projected-secrets-231820bb-6738-439e-97e1-b9698fb4737d" satisfied condition "Succeeded or Failed" + Mar 8 14:23:10.182: INFO: Trying to get logs from node worker2 pod pod-projected-secrets-231820bb-6738-439e-97e1-b9698fb4737d container projected-secret-volume-test: + STEP: delete the pod 03/08/23 14:23:10.199 + Mar 8 14:23:10.211: INFO: Waiting for pod pod-projected-secrets-231820bb-6738-439e-97e1-b9698fb4737d to disappear + Mar 8 14:23:10.214: INFO: Pod pod-projected-secrets-231820bb-6738-439e-97e1-b9698fb4737d no longer exists + [AfterEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:187 + Mar 8 14:23:10.214: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-47" for this suite. 03/08/23 14:23:10.218 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[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 03/08/23 14:23:10.226 +Mar 8 14:23:10.226: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename resourcequota 03/08/23 14:23:10.227 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:23:10.241 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:23:10.244 +[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 03/08/23 14:23:10.246 +STEP: Creating a ResourceQuota 03/08/23 14:23:15.25 +STEP: Ensuring resource quota status is calculated 03/08/23 14:23:15.255 +STEP: Creating a ReplicaSet 03/08/23 14:23:17.26 +STEP: Ensuring resource quota status captures replicaset creation 03/08/23 14:23:17.269 +STEP: Deleting a ReplicaSet 03/08/23 14:23:19.274 +STEP: Ensuring resource quota status released usage 03/08/23 14:23:19.28 +[AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 +Mar 8 14:23:21.285: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "resourcequota-8762" for this suite. 03/08/23 14:23:21.289 +{"msg":"PASSED [sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a replica set. [Conformance]","completed":25,"skipped":551,"failed":0} +------------------------------ +• [SLOW TEST] [11.070 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 03/08/23 14:23:10.226 + Mar 8 14:23:10.226: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename resourcequota 03/08/23 14:23:10.227 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:23:10.241 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:23:10.244 + [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 03/08/23 14:23:10.246 + STEP: Creating a ResourceQuota 03/08/23 14:23:15.25 + STEP: Ensuring resource quota status is calculated 03/08/23 14:23:15.255 + STEP: Creating a ReplicaSet 03/08/23 14:23:17.26 + STEP: Ensuring resource quota status captures replicaset creation 03/08/23 14:23:17.269 + STEP: Deleting a ReplicaSet 03/08/23 14:23:19.274 + STEP: Ensuring resource quota status released usage 03/08/23 14:23:19.28 + [AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 + Mar 8 14:23:21.285: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "resourcequota-8762" for this suite. 03/08/23 14:23:21.289 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:23:21.297 +Mar 8 14:23:21.297: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename downward-api 03/08/23 14:23:21.298 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:23:21.315 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:23:21.317 +[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 03/08/23 14:23:21.32 +Mar 8 14:23:21.327: INFO: Waiting up to 5m0s for pod "downward-api-b9b7b99d-a40c-40dd-ac1f-49bf00f89924" in namespace "downward-api-4912" to be "Succeeded or Failed" +Mar 8 14:23:21.332: INFO: Pod "downward-api-b9b7b99d-a40c-40dd-ac1f-49bf00f89924": Phase="Pending", Reason="", readiness=false. Elapsed: 4.140597ms +Mar 8 14:23:23.335: INFO: Pod "downward-api-b9b7b99d-a40c-40dd-ac1f-49bf00f89924": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00787399s +Mar 8 14:23:25.337: INFO: Pod "downward-api-b9b7b99d-a40c-40dd-ac1f-49bf00f89924": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009330943s +STEP: Saw pod success 03/08/23 14:23:25.337 +Mar 8 14:23:25.337: INFO: Pod "downward-api-b9b7b99d-a40c-40dd-ac1f-49bf00f89924" satisfied condition "Succeeded or Failed" +Mar 8 14:23:25.340: INFO: Trying to get logs from node worker2 pod downward-api-b9b7b99d-a40c-40dd-ac1f-49bf00f89924 container dapi-container: +STEP: delete the pod 03/08/23 14:23:25.346 +Mar 8 14:23:25.355: INFO: Waiting for pod downward-api-b9b7b99d-a40c-40dd-ac1f-49bf00f89924 to disappear +Mar 8 14:23:25.358: INFO: Pod downward-api-b9b7b99d-a40c-40dd-ac1f-49bf00f89924 no longer exists +[AfterEach] [sig-node] Downward API + test/e2e/framework/framework.go:187 +Mar 8 14:23:25.358: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "downward-api-4912" for this suite. 03/08/23 14:23:25.362 +{"msg":"PASSED [sig-node] Downward API should provide pod UID as env vars [NodeConformance] [Conformance]","completed":26,"skipped":581,"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 03/08/23 14:23:21.297 + Mar 8 14:23:21.297: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename downward-api 03/08/23 14:23:21.298 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:23:21.315 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:23:21.317 + [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 03/08/23 14:23:21.32 + Mar 8 14:23:21.327: INFO: Waiting up to 5m0s for pod "downward-api-b9b7b99d-a40c-40dd-ac1f-49bf00f89924" in namespace "downward-api-4912" to be "Succeeded or Failed" + Mar 8 14:23:21.332: INFO: Pod "downward-api-b9b7b99d-a40c-40dd-ac1f-49bf00f89924": Phase="Pending", Reason="", readiness=false. Elapsed: 4.140597ms + Mar 8 14:23:23.335: INFO: Pod "downward-api-b9b7b99d-a40c-40dd-ac1f-49bf00f89924": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00787399s + Mar 8 14:23:25.337: INFO: Pod "downward-api-b9b7b99d-a40c-40dd-ac1f-49bf00f89924": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009330943s + STEP: Saw pod success 03/08/23 14:23:25.337 + Mar 8 14:23:25.337: INFO: Pod "downward-api-b9b7b99d-a40c-40dd-ac1f-49bf00f89924" satisfied condition "Succeeded or Failed" + Mar 8 14:23:25.340: INFO: Trying to get logs from node worker2 pod downward-api-b9b7b99d-a40c-40dd-ac1f-49bf00f89924 container dapi-container: + STEP: delete the pod 03/08/23 14:23:25.346 + Mar 8 14:23:25.355: INFO: Waiting for pod downward-api-b9b7b99d-a40c-40dd-ac1f-49bf00f89924 to disappear + Mar 8 14:23:25.358: INFO: Pod downward-api-b9b7b99d-a40c-40dd-ac1f-49bf00f89924 no longer exists + [AfterEach] [sig-node] Downward API + test/e2e/framework/framework.go:187 + Mar 8 14:23:25.358: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "downward-api-4912" for this suite. 03/08/23 14:23:25.362 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:23:25.369 +Mar 8 14:23:25.369: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename services 03/08/23 14:23:25.37 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:23:25.384 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:23:25.387 +[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 03/08/23 14:23:25.392 +STEP: waiting for available Endpoint 03/08/23 14:23:25.396 +STEP: listing all Endpoints 03/08/23 14:23:25.397 +STEP: updating the Endpoint 03/08/23 14:23:25.4 +STEP: fetching the Endpoint 03/08/23 14:23:25.404 +STEP: patching the Endpoint 03/08/23 14:23:25.407 +STEP: fetching the Endpoint 03/08/23 14:23:25.412 +STEP: deleting the Endpoint by Collection 03/08/23 14:23:25.418 +STEP: waiting for Endpoint deletion 03/08/23 14:23:25.425 +STEP: fetching the Endpoint 03/08/23 14:23:25.426 +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Mar 8 14:23:25.428: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-6659" for this suite. 03/08/23 14:23:25.432 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +{"msg":"PASSED [sig-network] Services should test the lifecycle of an Endpoint [Conformance]","completed":27,"skipped":609,"failed":0} +------------------------------ +• [0.068 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 03/08/23 14:23:25.369 + Mar 8 14:23:25.369: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename services 03/08/23 14:23:25.37 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:23:25.384 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:23:25.387 + [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 03/08/23 14:23:25.392 + STEP: waiting for available Endpoint 03/08/23 14:23:25.396 + STEP: listing all Endpoints 03/08/23 14:23:25.397 + STEP: updating the Endpoint 03/08/23 14:23:25.4 + STEP: fetching the Endpoint 03/08/23 14:23:25.404 + STEP: patching the Endpoint 03/08/23 14:23:25.407 + STEP: fetching the Endpoint 03/08/23 14:23:25.412 + STEP: deleting the Endpoint by Collection 03/08/23 14:23:25.418 + STEP: waiting for Endpoint deletion 03/08/23 14:23:25.425 + STEP: fetching the Endpoint 03/08/23 14:23:25.426 + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Mar 8 14:23:25.428: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-6659" for this suite. 03/08/23 14:23:25.432 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[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 03/08/23 14:23:25.437 +Mar 8 14:23:25.438: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename kubectl 03/08/23 14:23:25.438 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:23:25.453 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:23:25.456 +[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 03/08/23 14:23:25.458 +Mar 8 14:23:25.458: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-7851 create -f -' +Mar 8 14:23:26.229: INFO: stderr: "" +Mar 8 14:23:26.229: INFO: stdout: "replicationcontroller/update-demo-nautilus created\n" +STEP: waiting for all containers in name=update-demo pods to come up. 03/08/23 14:23:26.229 +Mar 8 14:23:26.230: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-7851 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' +Mar 8 14:23:26.331: INFO: stderr: "" +Mar 8 14:23:26.331: INFO: stdout: "update-demo-nautilus-grthv update-demo-nautilus-pcnqh " +Mar 8 14:23:26.331: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-7851 get pods update-demo-nautilus-grthv -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Mar 8 14:23:26.408: INFO: stderr: "" +Mar 8 14:23:26.408: INFO: stdout: "" +Mar 8 14:23:26.408: INFO: update-demo-nautilus-grthv is created but not running +Mar 8 14:23:31.409: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-7851 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' +Mar 8 14:23:31.494: INFO: stderr: "" +Mar 8 14:23:31.494: INFO: stdout: "update-demo-nautilus-grthv update-demo-nautilus-pcnqh " +Mar 8 14:23:31.494: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-7851 get pods update-demo-nautilus-grthv -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Mar 8 14:23:31.565: INFO: stderr: "" +Mar 8 14:23:31.565: INFO: stdout: "true" +Mar 8 14:23:31.565: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-7851 get pods update-demo-nautilus-grthv -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' +Mar 8 14:23:31.643: INFO: stderr: "" +Mar 8 14:23:31.643: INFO: stdout: "ehub.ctcdn.cn/eck/sonobuoy/nautilus:1.5" +Mar 8 14:23:31.643: INFO: validating pod update-demo-nautilus-grthv +Mar 8 14:23:31.649: INFO: got data: { + "image": "nautilus.jpg" +} + +Mar 8 14:23:31.649: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . +Mar 8 14:23:31.649: INFO: update-demo-nautilus-grthv is verified up and running +Mar 8 14:23:31.649: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-7851 get pods update-demo-nautilus-pcnqh -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Mar 8 14:23:31.722: INFO: stderr: "" +Mar 8 14:23:31.722: INFO: stdout: "true" +Mar 8 14:23:31.722: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-7851 get pods update-demo-nautilus-pcnqh -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' +Mar 8 14:23:31.793: INFO: stderr: "" +Mar 8 14:23:31.793: INFO: stdout: "ehub.ctcdn.cn/eck/sonobuoy/nautilus:1.5" +Mar 8 14:23:31.793: INFO: validating pod update-demo-nautilus-pcnqh +Mar 8 14:23:31.797: INFO: got data: { + "image": "nautilus.jpg" +} + +Mar 8 14:23:31.798: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . +Mar 8 14:23:31.798: INFO: update-demo-nautilus-pcnqh is verified up and running +STEP: using delete to clean up resources 03/08/23 14:23:31.798 +Mar 8 14:23:31.798: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-7851 delete --grace-period=0 --force -f -' +Mar 8 14:23:31.870: 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" +Mar 8 14:23:31.870: INFO: stdout: "replicationcontroller \"update-demo-nautilus\" force deleted\n" +Mar 8 14:23:31.870: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-7851 get rc,svc -l name=update-demo --no-headers' +Mar 8 14:23:31.957: INFO: stderr: "No resources found in kubectl-7851 namespace.\n" +Mar 8 14:23:31.957: INFO: stdout: "" +Mar 8 14:23:31.957: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-7851 get pods -l name=update-demo -o go-template={{ range .items }}{{ if not .metadata.deletionTimestamp }}{{ .metadata.name }}{{ "\n" }}{{ end }}{{ end }}' +Mar 8 14:23:32.038: INFO: stderr: "" +Mar 8 14:23:32.038: INFO: stdout: "" +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 +Mar 8 14:23:32.038: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubectl-7851" for this suite. 03/08/23 14:23:32.043 +{"msg":"PASSED [sig-cli] Kubectl client Update Demo should create and stop a replication controller [Conformance]","completed":28,"skipped":613,"failed":0} +------------------------------ +• [SLOW TEST] [6.611 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 03/08/23 14:23:25.437 + Mar 8 14:23:25.438: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename kubectl 03/08/23 14:23:25.438 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:23:25.453 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:23:25.456 + [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 03/08/23 14:23:25.458 + Mar 8 14:23:25.458: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-7851 create -f -' + Mar 8 14:23:26.229: INFO: stderr: "" + Mar 8 14:23:26.229: INFO: stdout: "replicationcontroller/update-demo-nautilus created\n" + STEP: waiting for all containers in name=update-demo pods to come up. 03/08/23 14:23:26.229 + Mar 8 14:23:26.230: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-7851 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' + Mar 8 14:23:26.331: INFO: stderr: "" + Mar 8 14:23:26.331: INFO: stdout: "update-demo-nautilus-grthv update-demo-nautilus-pcnqh " + Mar 8 14:23:26.331: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-7851 get pods update-demo-nautilus-grthv -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Mar 8 14:23:26.408: INFO: stderr: "" + Mar 8 14:23:26.408: INFO: stdout: "" + Mar 8 14:23:26.408: INFO: update-demo-nautilus-grthv is created but not running + Mar 8 14:23:31.409: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-7851 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' + Mar 8 14:23:31.494: INFO: stderr: "" + Mar 8 14:23:31.494: INFO: stdout: "update-demo-nautilus-grthv update-demo-nautilus-pcnqh " + Mar 8 14:23:31.494: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-7851 get pods update-demo-nautilus-grthv -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Mar 8 14:23:31.565: INFO: stderr: "" + Mar 8 14:23:31.565: INFO: stdout: "true" + Mar 8 14:23:31.565: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-7851 get pods update-demo-nautilus-grthv -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' + Mar 8 14:23:31.643: INFO: stderr: "" + Mar 8 14:23:31.643: INFO: stdout: "ehub.ctcdn.cn/eck/sonobuoy/nautilus:1.5" + Mar 8 14:23:31.643: INFO: validating pod update-demo-nautilus-grthv + Mar 8 14:23:31.649: INFO: got data: { + "image": "nautilus.jpg" + } + + Mar 8 14:23:31.649: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . + Mar 8 14:23:31.649: INFO: update-demo-nautilus-grthv is verified up and running + Mar 8 14:23:31.649: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-7851 get pods update-demo-nautilus-pcnqh -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Mar 8 14:23:31.722: INFO: stderr: "" + Mar 8 14:23:31.722: INFO: stdout: "true" + Mar 8 14:23:31.722: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-7851 get pods update-demo-nautilus-pcnqh -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' + Mar 8 14:23:31.793: INFO: stderr: "" + Mar 8 14:23:31.793: INFO: stdout: "ehub.ctcdn.cn/eck/sonobuoy/nautilus:1.5" + Mar 8 14:23:31.793: INFO: validating pod update-demo-nautilus-pcnqh + Mar 8 14:23:31.797: INFO: got data: { + "image": "nautilus.jpg" + } + + Mar 8 14:23:31.798: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . + Mar 8 14:23:31.798: INFO: update-demo-nautilus-pcnqh is verified up and running + STEP: using delete to clean up resources 03/08/23 14:23:31.798 + Mar 8 14:23:31.798: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-7851 delete --grace-period=0 --force -f -' + Mar 8 14:23:31.870: 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" + Mar 8 14:23:31.870: INFO: stdout: "replicationcontroller \"update-demo-nautilus\" force deleted\n" + Mar 8 14:23:31.870: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-7851 get rc,svc -l name=update-demo --no-headers' + Mar 8 14:23:31.957: INFO: stderr: "No resources found in kubectl-7851 namespace.\n" + Mar 8 14:23:31.957: INFO: stdout: "" + Mar 8 14:23:31.957: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-7851 get pods -l name=update-demo -o go-template={{ range .items }}{{ if not .metadata.deletionTimestamp }}{{ .metadata.name }}{{ "\n" }}{{ end }}{{ end }}' + Mar 8 14:23:32.038: INFO: stderr: "" + Mar 8 14:23:32.038: INFO: stdout: "" + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 + Mar 8 14:23:32.038: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubectl-7851" for this suite. 03/08/23 14:23:32.043 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[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 03/08/23 14:23:32.049 +Mar 8 14:23:32.049: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename emptydir 03/08/23 14:23:32.05 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:23:32.063 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:23:32.065 +[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 03/08/23 14:23:32.067 +Mar 8 14:23:32.073: INFO: Waiting up to 5m0s for pod "pod-de7e86ac-3466-4b47-9ec2-445d1010ee4b" in namespace "emptydir-9981" to be "Succeeded or Failed" +Mar 8 14:23:32.076: INFO: Pod "pod-de7e86ac-3466-4b47-9ec2-445d1010ee4b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.644722ms +Mar 8 14:23:34.080: INFO: Pod "pod-de7e86ac-3466-4b47-9ec2-445d1010ee4b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007204575s +Mar 8 14:23:36.081: INFO: Pod "pod-de7e86ac-3466-4b47-9ec2-445d1010ee4b": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007567056s +STEP: Saw pod success 03/08/23 14:23:36.081 +Mar 8 14:23:36.081: INFO: Pod "pod-de7e86ac-3466-4b47-9ec2-445d1010ee4b" satisfied condition "Succeeded or Failed" +Mar 8 14:23:36.084: INFO: Trying to get logs from node worker2 pod pod-de7e86ac-3466-4b47-9ec2-445d1010ee4b container test-container: +STEP: delete the pod 03/08/23 14:23:36.09 +Mar 8 14:23:36.104: INFO: Waiting for pod pod-de7e86ac-3466-4b47-9ec2-445d1010ee4b to disappear +Mar 8 14:23:36.107: INFO: Pod pod-de7e86ac-3466-4b47-9ec2-445d1010ee4b no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 +Mar 8 14:23:36.107: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "emptydir-9981" for this suite. 03/08/23 14:23:36.111 +{"msg":"PASSED [sig-storage] EmptyDir volumes volume on tmpfs should have the correct mode [LinuxOnly] [NodeConformance] [Conformance]","completed":29,"skipped":615,"failed":0} +------------------------------ +• [4.068 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 03/08/23 14:23:32.049 + Mar 8 14:23:32.049: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename emptydir 03/08/23 14:23:32.05 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:23:32.063 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:23:32.065 + [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 03/08/23 14:23:32.067 + Mar 8 14:23:32.073: INFO: Waiting up to 5m0s for pod "pod-de7e86ac-3466-4b47-9ec2-445d1010ee4b" in namespace "emptydir-9981" to be "Succeeded or Failed" + Mar 8 14:23:32.076: INFO: Pod "pod-de7e86ac-3466-4b47-9ec2-445d1010ee4b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.644722ms + Mar 8 14:23:34.080: INFO: Pod "pod-de7e86ac-3466-4b47-9ec2-445d1010ee4b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007204575s + Mar 8 14:23:36.081: INFO: Pod "pod-de7e86ac-3466-4b47-9ec2-445d1010ee4b": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007567056s + STEP: Saw pod success 03/08/23 14:23:36.081 + Mar 8 14:23:36.081: INFO: Pod "pod-de7e86ac-3466-4b47-9ec2-445d1010ee4b" satisfied condition "Succeeded or Failed" + Mar 8 14:23:36.084: INFO: Trying to get logs from node worker2 pod pod-de7e86ac-3466-4b47-9ec2-445d1010ee4b container test-container: + STEP: delete the pod 03/08/23 14:23:36.09 + Mar 8 14:23:36.104: INFO: Waiting for pod pod-de7e86ac-3466-4b47-9ec2-445d1010ee4b to disappear + Mar 8 14:23:36.107: INFO: Pod pod-de7e86ac-3466-4b47-9ec2-445d1010ee4b no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 + Mar 8 14:23:36.107: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "emptydir-9981" for this suite. 03/08/23 14:23:36.111 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:23:36.118 +Mar 8 14:23:36.118: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename ingressclass 03/08/23 14:23:36.12 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:23:36.135 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:23:36.138 +[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 03/08/23 14:23:36.14 +STEP: getting /apis/networking.k8s.io 03/08/23 14:23:36.142 +STEP: getting /apis/networking.k8s.iov1 03/08/23 14:23:36.143 +STEP: creating 03/08/23 14:23:36.144 +STEP: getting 03/08/23 14:23:36.156 +STEP: listing 03/08/23 14:23:36.159 +STEP: watching 03/08/23 14:23:36.162 +Mar 8 14:23:36.162: INFO: starting watch +STEP: patching 03/08/23 14:23:36.166 +STEP: updating 03/08/23 14:23:36.17 +Mar 8 14:23:36.174: INFO: waiting for watch events with expected annotations +Mar 8 14:23:36.174: INFO: saw patched and updated annotations +STEP: deleting 03/08/23 14:23:36.174 +STEP: deleting a collection 03/08/23 14:23:36.184 +[AfterEach] [sig-network] IngressClass API + test/e2e/framework/framework.go:187 +Mar 8 14:23:36.197: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "ingressclass-5846" for this suite. 03/08/23 14:23:36.201 +{"msg":"PASSED [sig-network] IngressClass API should support creating IngressClass API operations [Conformance]","completed":30,"skipped":644,"failed":0} +------------------------------ +• [0.088 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 03/08/23 14:23:36.118 + Mar 8 14:23:36.118: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename ingressclass 03/08/23 14:23:36.12 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:23:36.135 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:23:36.138 + [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 03/08/23 14:23:36.14 + STEP: getting /apis/networking.k8s.io 03/08/23 14:23:36.142 + STEP: getting /apis/networking.k8s.iov1 03/08/23 14:23:36.143 + STEP: creating 03/08/23 14:23:36.144 + STEP: getting 03/08/23 14:23:36.156 + STEP: listing 03/08/23 14:23:36.159 + STEP: watching 03/08/23 14:23:36.162 + Mar 8 14:23:36.162: INFO: starting watch + STEP: patching 03/08/23 14:23:36.166 + STEP: updating 03/08/23 14:23:36.17 + Mar 8 14:23:36.174: INFO: waiting for watch events with expected annotations + Mar 8 14:23:36.174: INFO: saw patched and updated annotations + STEP: deleting 03/08/23 14:23:36.174 + STEP: deleting a collection 03/08/23 14:23:36.184 + [AfterEach] [sig-network] IngressClass API + test/e2e/framework/framework.go:187 + Mar 8 14:23:36.197: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "ingressclass-5846" for this suite. 03/08/23 14:23:36.201 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:23:36.206 +Mar 8 14:23:36.206: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename container-lifecycle-hook 03/08/23 14:23:36.207 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:23:36.222 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:23:36.224 +[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. 03/08/23 14:23:36.23 +Mar 8 14:23:36.238: INFO: Waiting up to 5m0s for pod "pod-handle-http-request" in namespace "container-lifecycle-hook-760" to be "running and ready" +Mar 8 14:23:36.240: INFO: Pod "pod-handle-http-request": Phase="Pending", Reason="", readiness=false. Elapsed: 2.548032ms +Mar 8 14:23:36.240: INFO: The phase of Pod pod-handle-http-request is Pending, waiting for it to be Running (with Ready = true) +Mar 8 14:23:38.245: INFO: Pod "pod-handle-http-request": Phase="Running", Reason="", readiness=true. Elapsed: 2.007130665s +Mar 8 14:23:38.245: INFO: The phase of Pod pod-handle-http-request is Running (Ready = true) +Mar 8 14:23:38.245: 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 03/08/23 14:23:38.248 +Mar 8 14:23:38.253: INFO: Waiting up to 5m0s for pod "pod-with-poststart-exec-hook" in namespace "container-lifecycle-hook-760" to be "running and ready" +Mar 8 14:23:38.256: INFO: Pod "pod-with-poststart-exec-hook": Phase="Pending", Reason="", readiness=false. Elapsed: 2.973027ms +Mar 8 14:23:38.256: INFO: The phase of Pod pod-with-poststart-exec-hook is Pending, waiting for it to be Running (with Ready = true) +Mar 8 14:23:40.262: INFO: Pod "pod-with-poststart-exec-hook": Phase="Running", Reason="", readiness=true. Elapsed: 2.008307516s +Mar 8 14:23:40.262: INFO: The phase of Pod pod-with-poststart-exec-hook is Running (Ready = true) +Mar 8 14:23:40.262: INFO: Pod "pod-with-poststart-exec-hook" satisfied condition "running and ready" +STEP: check poststart hook 03/08/23 14:23:40.265 +STEP: delete the pod with lifecycle hook 03/08/23 14:23:40.279 +Mar 8 14:23:40.285: INFO: Waiting for pod pod-with-poststart-exec-hook to disappear +Mar 8 14:23:40.288: INFO: Pod pod-with-poststart-exec-hook still exists +Mar 8 14:23:42.288: INFO: Waiting for pod pod-with-poststart-exec-hook to disappear +Mar 8 14:23:42.291: INFO: Pod pod-with-poststart-exec-hook no longer exists +[AfterEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/framework.go:187 +Mar 8 14:23:42.291: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "container-lifecycle-hook-760" for this suite. 03/08/23 14:23:42.295 +{"msg":"PASSED [sig-node] Container Lifecycle Hook when create a pod with lifecycle hook should execute poststart exec hook properly [NodeConformance] [Conformance]","completed":31,"skipped":659,"failed":0} +------------------------------ +• [SLOW TEST] [6.095 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 03/08/23 14:23:36.206 + Mar 8 14:23:36.206: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename container-lifecycle-hook 03/08/23 14:23:36.207 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:23:36.222 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:23:36.224 + [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. 03/08/23 14:23:36.23 + Mar 8 14:23:36.238: INFO: Waiting up to 5m0s for pod "pod-handle-http-request" in namespace "container-lifecycle-hook-760" to be "running and ready" + Mar 8 14:23:36.240: INFO: Pod "pod-handle-http-request": Phase="Pending", Reason="", readiness=false. Elapsed: 2.548032ms + Mar 8 14:23:36.240: INFO: The phase of Pod pod-handle-http-request is Pending, waiting for it to be Running (with Ready = true) + Mar 8 14:23:38.245: INFO: Pod "pod-handle-http-request": Phase="Running", Reason="", readiness=true. Elapsed: 2.007130665s + Mar 8 14:23:38.245: INFO: The phase of Pod pod-handle-http-request is Running (Ready = true) + Mar 8 14:23:38.245: 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 03/08/23 14:23:38.248 + Mar 8 14:23:38.253: INFO: Waiting up to 5m0s for pod "pod-with-poststart-exec-hook" in namespace "container-lifecycle-hook-760" to be "running and ready" + Mar 8 14:23:38.256: INFO: Pod "pod-with-poststart-exec-hook": Phase="Pending", Reason="", readiness=false. Elapsed: 2.973027ms + Mar 8 14:23:38.256: INFO: The phase of Pod pod-with-poststart-exec-hook is Pending, waiting for it to be Running (with Ready = true) + Mar 8 14:23:40.262: INFO: Pod "pod-with-poststart-exec-hook": Phase="Running", Reason="", readiness=true. Elapsed: 2.008307516s + Mar 8 14:23:40.262: INFO: The phase of Pod pod-with-poststart-exec-hook is Running (Ready = true) + Mar 8 14:23:40.262: INFO: Pod "pod-with-poststart-exec-hook" satisfied condition "running and ready" + STEP: check poststart hook 03/08/23 14:23:40.265 + STEP: delete the pod with lifecycle hook 03/08/23 14:23:40.279 + Mar 8 14:23:40.285: INFO: Waiting for pod pod-with-poststart-exec-hook to disappear + Mar 8 14:23:40.288: INFO: Pod pod-with-poststart-exec-hook still exists + Mar 8 14:23:42.288: INFO: Waiting for pod pod-with-poststart-exec-hook to disappear + Mar 8 14:23:42.291: INFO: Pod pod-with-poststart-exec-hook no longer exists + [AfterEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/framework.go:187 + Mar 8 14:23:42.291: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "container-lifecycle-hook-760" for this suite. 03/08/23 14:23:42.295 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:23:42.303 +Mar 8 14:23:42.303: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename cronjob 03/08/23 14:23:42.304 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:23:42.317 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:23:42.319 +[It] should schedule multiple jobs concurrently [Conformance] + test/e2e/apps/cronjob.go:69 +STEP: Creating a cronjob 03/08/23 14:23:42.321 +STEP: Ensuring more than one job is running at a time 03/08/23 14:23:42.325 +STEP: Ensuring at least two running jobs exists by listing jobs explicitly 03/08/23 14:25:00.33 +STEP: Removing cronjob 03/08/23 14:25:00.333 +[AfterEach] [sig-apps] CronJob + test/e2e/framework/framework.go:187 +Mar 8 14:25:00.339: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "cronjob-396" for this suite. 03/08/23 14:25:00.343 +{"msg":"PASSED [sig-apps] CronJob should schedule multiple jobs concurrently [Conformance]","completed":32,"skipped":674,"failed":0} +------------------------------ +• [SLOW TEST] [78.048 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 03/08/23 14:23:42.303 + Mar 8 14:23:42.303: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename cronjob 03/08/23 14:23:42.304 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:23:42.317 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:23:42.319 + [It] should schedule multiple jobs concurrently [Conformance] + test/e2e/apps/cronjob.go:69 + STEP: Creating a cronjob 03/08/23 14:23:42.321 + STEP: Ensuring more than one job is running at a time 03/08/23 14:23:42.325 + STEP: Ensuring at least two running jobs exists by listing jobs explicitly 03/08/23 14:25:00.33 + STEP: Removing cronjob 03/08/23 14:25:00.333 + [AfterEach] [sig-apps] CronJob + test/e2e/framework/framework.go:187 + Mar 8 14:25:00.339: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "cronjob-396" for this suite. 03/08/23 14:25:00.343 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:25:00.351 +Mar 8 14:25:00.351: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename security-context 03/08/23 14:25:00.352 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:25:00.374 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:25:00.376 +[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 03/08/23 14:25:00.378 +Mar 8 14:25:00.387: INFO: Waiting up to 5m0s for pod "security-context-857444c8-a116-495c-b831-cb87499a20eb" in namespace "security-context-2115" to be "Succeeded or Failed" +Mar 8 14:25:00.392: INFO: Pod "security-context-857444c8-a116-495c-b831-cb87499a20eb": Phase="Pending", Reason="", readiness=false. Elapsed: 4.072837ms +Mar 8 14:25:02.396: INFO: Pod "security-context-857444c8-a116-495c-b831-cb87499a20eb": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008426433s +Mar 8 14:25:04.395: INFO: Pod "security-context-857444c8-a116-495c-b831-cb87499a20eb": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007943811s +STEP: Saw pod success 03/08/23 14:25:04.395 +Mar 8 14:25:04.396: INFO: Pod "security-context-857444c8-a116-495c-b831-cb87499a20eb" satisfied condition "Succeeded or Failed" +Mar 8 14:25:04.399: INFO: Trying to get logs from node worker1 pod security-context-857444c8-a116-495c-b831-cb87499a20eb container test-container: +STEP: delete the pod 03/08/23 14:25:04.404 +Mar 8 14:25:04.412: INFO: Waiting for pod security-context-857444c8-a116-495c-b831-cb87499a20eb to disappear +Mar 8 14:25:04.415: INFO: Pod security-context-857444c8-a116-495c-b831-cb87499a20eb no longer exists +[AfterEach] [sig-node] Security Context + test/e2e/framework/framework.go:187 +Mar 8 14:25:04.415: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "security-context-2115" for this suite. 03/08/23 14:25:04.418 +{"msg":"PASSED [sig-node] Security Context should support pod.Spec.SecurityContext.RunAsUser And pod.Spec.SecurityContext.RunAsGroup [LinuxOnly] [Conformance]","completed":33,"skipped":688,"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 03/08/23 14:25:00.351 + Mar 8 14:25:00.351: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename security-context 03/08/23 14:25:00.352 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:25:00.374 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:25:00.376 + [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 03/08/23 14:25:00.378 + Mar 8 14:25:00.387: INFO: Waiting up to 5m0s for pod "security-context-857444c8-a116-495c-b831-cb87499a20eb" in namespace "security-context-2115" to be "Succeeded or Failed" + Mar 8 14:25:00.392: INFO: Pod "security-context-857444c8-a116-495c-b831-cb87499a20eb": Phase="Pending", Reason="", readiness=false. Elapsed: 4.072837ms + Mar 8 14:25:02.396: INFO: Pod "security-context-857444c8-a116-495c-b831-cb87499a20eb": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008426433s + Mar 8 14:25:04.395: INFO: Pod "security-context-857444c8-a116-495c-b831-cb87499a20eb": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007943811s + STEP: Saw pod success 03/08/23 14:25:04.395 + Mar 8 14:25:04.396: INFO: Pod "security-context-857444c8-a116-495c-b831-cb87499a20eb" satisfied condition "Succeeded or Failed" + Mar 8 14:25:04.399: INFO: Trying to get logs from node worker1 pod security-context-857444c8-a116-495c-b831-cb87499a20eb container test-container: + STEP: delete the pod 03/08/23 14:25:04.404 + Mar 8 14:25:04.412: INFO: Waiting for pod security-context-857444c8-a116-495c-b831-cb87499a20eb to disappear + Mar 8 14:25:04.415: INFO: Pod security-context-857444c8-a116-495c-b831-cb87499a20eb no longer exists + [AfterEach] [sig-node] Security Context + test/e2e/framework/framework.go:187 + Mar 8 14:25:04.415: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "security-context-2115" for this suite. 03/08/23 14:25:04.418 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:25:04.424 +Mar 8 14:25:04.424: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename pods 03/08/23 14:25:04.425 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:25:04.439 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:25:04.441 +[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 03/08/23 14:25:04.443 +STEP: submitting the pod to kubernetes 03/08/23 14:25:04.443 +STEP: verifying QOS class is set on the pod 03/08/23 14:25:04.45 +[AfterEach] [sig-node] Pods Extended + test/e2e/framework/framework.go:187 +Mar 8 14:25:04.452: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "pods-506" for this suite. 03/08/23 14:25:04.457 +{"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":34,"skipped":713,"failed":0} +------------------------------ +• [0.040 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 03/08/23 14:25:04.424 + Mar 8 14:25:04.424: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename pods 03/08/23 14:25:04.425 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:25:04.439 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:25:04.441 + [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 03/08/23 14:25:04.443 + STEP: submitting the pod to kubernetes 03/08/23 14:25:04.443 + STEP: verifying QOS class is set on the pod 03/08/23 14:25:04.45 + [AfterEach] [sig-node] Pods Extended + test/e2e/framework/framework.go:187 + Mar 8 14:25:04.452: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "pods-506" for this suite. 03/08/23 14:25:04.457 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:25:04.466 +Mar 8 14:25:04.466: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename pods 03/08/23 14:25:04.466 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:25:04.48 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:25:04.482 +[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 +Mar 8 14:25:04.484: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: creating the pod 03/08/23 14:25:04.484 +STEP: submitting the pod to kubernetes 03/08/23 14:25:04.485 +Mar 8 14:25:04.491: INFO: Waiting up to 5m0s for pod "pod-logs-websocket-f97fde79-96da-4702-901f-5f42d92dee11" in namespace "pods-1580" to be "running and ready" +Mar 8 14:25:04.494: INFO: Pod "pod-logs-websocket-f97fde79-96da-4702-901f-5f42d92dee11": Phase="Pending", Reason="", readiness=false. Elapsed: 3.043599ms +Mar 8 14:25:04.494: INFO: The phase of Pod pod-logs-websocket-f97fde79-96da-4702-901f-5f42d92dee11 is Pending, waiting for it to be Running (with Ready = true) +Mar 8 14:25:06.498: INFO: Pod "pod-logs-websocket-f97fde79-96da-4702-901f-5f42d92dee11": Phase="Running", Reason="", readiness=true. Elapsed: 2.007301155s +Mar 8 14:25:06.498: INFO: The phase of Pod pod-logs-websocket-f97fde79-96da-4702-901f-5f42d92dee11 is Running (Ready = true) +Mar 8 14:25:06.498: INFO: Pod "pod-logs-websocket-f97fde79-96da-4702-901f-5f42d92dee11" satisfied condition "running and ready" +[AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 +Mar 8 14:25:06.520: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "pods-1580" for this suite. 03/08/23 14:25:06.525 +{"msg":"PASSED [sig-node] Pods should support retrieving logs from the container over websockets [NodeConformance] [Conformance]","completed":35,"skipped":757,"failed":0} +------------------------------ +• [2.065 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 03/08/23 14:25:04.466 + Mar 8 14:25:04.466: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename pods 03/08/23 14:25:04.466 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:25:04.48 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:25:04.482 + [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 + Mar 8 14:25:04.484: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: creating the pod 03/08/23 14:25:04.484 + STEP: submitting the pod to kubernetes 03/08/23 14:25:04.485 + Mar 8 14:25:04.491: INFO: Waiting up to 5m0s for pod "pod-logs-websocket-f97fde79-96da-4702-901f-5f42d92dee11" in namespace "pods-1580" to be "running and ready" + Mar 8 14:25:04.494: INFO: Pod "pod-logs-websocket-f97fde79-96da-4702-901f-5f42d92dee11": Phase="Pending", Reason="", readiness=false. Elapsed: 3.043599ms + Mar 8 14:25:04.494: INFO: The phase of Pod pod-logs-websocket-f97fde79-96da-4702-901f-5f42d92dee11 is Pending, waiting for it to be Running (with Ready = true) + Mar 8 14:25:06.498: INFO: Pod "pod-logs-websocket-f97fde79-96da-4702-901f-5f42d92dee11": Phase="Running", Reason="", readiness=true. Elapsed: 2.007301155s + Mar 8 14:25:06.498: INFO: The phase of Pod pod-logs-websocket-f97fde79-96da-4702-901f-5f42d92dee11 is Running (Ready = true) + Mar 8 14:25:06.498: INFO: Pod "pod-logs-websocket-f97fde79-96da-4702-901f-5f42d92dee11" satisfied condition "running and ready" + [AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 + Mar 8 14:25:06.520: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "pods-1580" for this suite. 03/08/23 14:25:06.525 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:25:06.531 +Mar 8 14:25:06.532: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename downward-api 03/08/23 14:25:06.532 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:25:06.549 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:25:06.551 +[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 03/08/23 14:25:06.554 +Mar 8 14:25:06.563: INFO: Waiting up to 5m0s for pod "annotationupdate80436486-23c1-467a-802b-8f6dcb908fc2" in namespace "downward-api-4618" to be "running and ready" +Mar 8 14:25:06.567: INFO: Pod "annotationupdate80436486-23c1-467a-802b-8f6dcb908fc2": Phase="Pending", Reason="", readiness=false. Elapsed: 4.530111ms +Mar 8 14:25:06.567: INFO: The phase of Pod annotationupdate80436486-23c1-467a-802b-8f6dcb908fc2 is Pending, waiting for it to be Running (with Ready = true) +Mar 8 14:25:08.572: INFO: Pod "annotationupdate80436486-23c1-467a-802b-8f6dcb908fc2": Phase="Running", Reason="", readiness=true. Elapsed: 2.008917511s +Mar 8 14:25:08.572: INFO: The phase of Pod annotationupdate80436486-23c1-467a-802b-8f6dcb908fc2 is Running (Ready = true) +Mar 8 14:25:08.572: INFO: Pod "annotationupdate80436486-23c1-467a-802b-8f6dcb908fc2" satisfied condition "running and ready" +Mar 8 14:25:09.093: INFO: Successfully updated pod "annotationupdate80436486-23c1-467a-802b-8f6dcb908fc2" +[AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 +Mar 8 14:25:13.115: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "downward-api-4618" for this suite. 03/08/23 14:25:13.119 +{"msg":"PASSED [sig-storage] Downward API volume should update annotations on modification [NodeConformance] [Conformance]","completed":36,"skipped":774,"failed":0} +------------------------------ +• [SLOW TEST] [6.594 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 03/08/23 14:25:06.531 + Mar 8 14:25:06.532: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename downward-api 03/08/23 14:25:06.532 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:25:06.549 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:25:06.551 + [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 03/08/23 14:25:06.554 + Mar 8 14:25:06.563: INFO: Waiting up to 5m0s for pod "annotationupdate80436486-23c1-467a-802b-8f6dcb908fc2" in namespace "downward-api-4618" to be "running and ready" + Mar 8 14:25:06.567: INFO: Pod "annotationupdate80436486-23c1-467a-802b-8f6dcb908fc2": Phase="Pending", Reason="", readiness=false. Elapsed: 4.530111ms + Mar 8 14:25:06.567: INFO: The phase of Pod annotationupdate80436486-23c1-467a-802b-8f6dcb908fc2 is Pending, waiting for it to be Running (with Ready = true) + Mar 8 14:25:08.572: INFO: Pod "annotationupdate80436486-23c1-467a-802b-8f6dcb908fc2": Phase="Running", Reason="", readiness=true. Elapsed: 2.008917511s + Mar 8 14:25:08.572: INFO: The phase of Pod annotationupdate80436486-23c1-467a-802b-8f6dcb908fc2 is Running (Ready = true) + Mar 8 14:25:08.572: INFO: Pod "annotationupdate80436486-23c1-467a-802b-8f6dcb908fc2" satisfied condition "running and ready" + Mar 8 14:25:09.093: INFO: Successfully updated pod "annotationupdate80436486-23c1-467a-802b-8f6dcb908fc2" + [AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 + Mar 8 14:25:13.115: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "downward-api-4618" for this suite. 03/08/23 14:25:13.119 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:25:13.127 +Mar 8 14:25:13.127: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename crd-publish-openapi 03/08/23 14:25:13.128 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:25:13.142 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:25:13.144 +[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 03/08/23 14:25:13.146 +Mar 8 14:25:13.147: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: CRs in the same group but different versions (two CRDs) show up in OpenAPI documentation 03/08/23 14:25:24.243 +Mar 8 14:25:24.244: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +Mar 8 14:25:26.851: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +[AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Mar 8 14:25:40.352: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "crd-publish-openapi-3350" for this suite. 03/08/23 14:25:40.362 +{"msg":"PASSED [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] works for multiple CRDs of same group but different versions [Conformance]","completed":37,"skipped":822,"failed":0} +------------------------------ +• [SLOW TEST] [27.241 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 03/08/23 14:25:13.127 + Mar 8 14:25:13.127: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename crd-publish-openapi 03/08/23 14:25:13.128 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:25:13.142 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:25:13.144 + [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 03/08/23 14:25:13.146 + Mar 8 14:25:13.147: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: CRs in the same group but different versions (two CRDs) show up in OpenAPI documentation 03/08/23 14:25:24.243 + Mar 8 14:25:24.244: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + Mar 8 14:25:26.851: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + [AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Mar 8 14:25:40.352: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "crd-publish-openapi-3350" for this suite. 03/08/23 14:25:40.362 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:25:40.37 +Mar 8 14:25:40.370: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename namespaces 03/08/23 14:25:40.371 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:25:40.383 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:25:40.386 +[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 03/08/23 14:25:40.389 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:25:40.4 +STEP: Creating a pod in the namespace 03/08/23 14:25:40.402 +STEP: Waiting for the pod to have running status 03/08/23 14:25:40.409 +Mar 8 14:25:40.409: INFO: Waiting up to 5m0s for pod "test-pod" in namespace "nsdeletetest-6759" to be "running" +Mar 8 14:25:40.412: INFO: Pod "test-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 3.073078ms +Mar 8 14:25:42.417: INFO: Pod "test-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.007987281s +Mar 8 14:25:42.417: INFO: Pod "test-pod" satisfied condition "running" +STEP: Deleting the namespace 03/08/23 14:25:42.417 +STEP: Waiting for the namespace to be removed. 03/08/23 14:25:42.423 +STEP: Recreating the namespace 03/08/23 14:25:53.428 +STEP: Verifying there are no pods in the namespace 03/08/23 14:25:53.442 +[AfterEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/framework.go:187 +Mar 8 14:25:53.445: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "namespaces-8264" for this suite. 03/08/23 14:25:53.449 +STEP: Destroying namespace "nsdeletetest-6759" for this suite. 03/08/23 14:25:53.456 +Mar 8 14:25:53.459: INFO: Namespace nsdeletetest-6759 was already deleted +STEP: Destroying namespace "nsdeletetest-9487" for this suite. 03/08/23 14:25:53.459 +{"msg":"PASSED [sig-api-machinery] Namespaces [Serial] should ensure that all pods are removed when a namespace is deleted [Conformance]","completed":38,"skipped":837,"failed":0} +------------------------------ +• [SLOW TEST] [13.095 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 03/08/23 14:25:40.37 + Mar 8 14:25:40.370: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename namespaces 03/08/23 14:25:40.371 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:25:40.383 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:25:40.386 + [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 03/08/23 14:25:40.389 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:25:40.4 + STEP: Creating a pod in the namespace 03/08/23 14:25:40.402 + STEP: Waiting for the pod to have running status 03/08/23 14:25:40.409 + Mar 8 14:25:40.409: INFO: Waiting up to 5m0s for pod "test-pod" in namespace "nsdeletetest-6759" to be "running" + Mar 8 14:25:40.412: INFO: Pod "test-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 3.073078ms + Mar 8 14:25:42.417: INFO: Pod "test-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.007987281s + Mar 8 14:25:42.417: INFO: Pod "test-pod" satisfied condition "running" + STEP: Deleting the namespace 03/08/23 14:25:42.417 + STEP: Waiting for the namespace to be removed. 03/08/23 14:25:42.423 + STEP: Recreating the namespace 03/08/23 14:25:53.428 + STEP: Verifying there are no pods in the namespace 03/08/23 14:25:53.442 + [AfterEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/framework.go:187 + Mar 8 14:25:53.445: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "namespaces-8264" for this suite. 03/08/23 14:25:53.449 + STEP: Destroying namespace "nsdeletetest-6759" for this suite. 03/08/23 14:25:53.456 + Mar 8 14:25:53.459: INFO: Namespace nsdeletetest-6759 was already deleted + STEP: Destroying namespace "nsdeletetest-9487" for this suite. 03/08/23 14:25:53.459 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSS +------------------------------ +[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 03/08/23 14:25:53.465 +Mar 8 14:25:53.465: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename configmap 03/08/23 14:25:53.466 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:25:53.479 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:25:53.481 +[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-d128eec3-c925-4d1b-81de-4316fb430db0 03/08/23 14:25:53.484 +STEP: Creating a pod to test consume configMaps 03/08/23 14:25:53.488 +Mar 8 14:25:53.494: INFO: Waiting up to 5m0s for pod "pod-configmaps-92b99290-6bb4-46ba-bd3a-d6decaf7bbef" in namespace "configmap-8805" to be "Succeeded or Failed" +Mar 8 14:25:53.497: INFO: Pod "pod-configmaps-92b99290-6bb4-46ba-bd3a-d6decaf7bbef": Phase="Pending", Reason="", readiness=false. Elapsed: 2.908159ms +Mar 8 14:25:55.503: INFO: Pod "pod-configmaps-92b99290-6bb4-46ba-bd3a-d6decaf7bbef": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008212192s +Mar 8 14:25:57.502: INFO: Pod "pod-configmaps-92b99290-6bb4-46ba-bd3a-d6decaf7bbef": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007555942s +STEP: Saw pod success 03/08/23 14:25:57.502 +Mar 8 14:25:57.502: INFO: Pod "pod-configmaps-92b99290-6bb4-46ba-bd3a-d6decaf7bbef" satisfied condition "Succeeded or Failed" +Mar 8 14:25:57.505: INFO: Trying to get logs from node worker2 pod pod-configmaps-92b99290-6bb4-46ba-bd3a-d6decaf7bbef container agnhost-container: +STEP: delete the pod 03/08/23 14:25:57.511 +Mar 8 14:25:57.521: INFO: Waiting for pod pod-configmaps-92b99290-6bb4-46ba-bd3a-d6decaf7bbef to disappear +Mar 8 14:25:57.523: INFO: Pod pod-configmaps-92b99290-6bb4-46ba-bd3a-d6decaf7bbef no longer exists +[AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 +Mar 8 14:25:57.524: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "configmap-8805" for this suite. 03/08/23 14:25:57.528 +{"msg":"PASSED [sig-storage] ConfigMap should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance]","completed":39,"skipped":843,"failed":0} +------------------------------ +• [4.068 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 03/08/23 14:25:53.465 + Mar 8 14:25:53.465: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename configmap 03/08/23 14:25:53.466 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:25:53.479 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:25:53.481 + [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-d128eec3-c925-4d1b-81de-4316fb430db0 03/08/23 14:25:53.484 + STEP: Creating a pod to test consume configMaps 03/08/23 14:25:53.488 + Mar 8 14:25:53.494: INFO: Waiting up to 5m0s for pod "pod-configmaps-92b99290-6bb4-46ba-bd3a-d6decaf7bbef" in namespace "configmap-8805" to be "Succeeded or Failed" + Mar 8 14:25:53.497: INFO: Pod "pod-configmaps-92b99290-6bb4-46ba-bd3a-d6decaf7bbef": Phase="Pending", Reason="", readiness=false. Elapsed: 2.908159ms + Mar 8 14:25:55.503: INFO: Pod "pod-configmaps-92b99290-6bb4-46ba-bd3a-d6decaf7bbef": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008212192s + Mar 8 14:25:57.502: INFO: Pod "pod-configmaps-92b99290-6bb4-46ba-bd3a-d6decaf7bbef": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007555942s + STEP: Saw pod success 03/08/23 14:25:57.502 + Mar 8 14:25:57.502: INFO: Pod "pod-configmaps-92b99290-6bb4-46ba-bd3a-d6decaf7bbef" satisfied condition "Succeeded or Failed" + Mar 8 14:25:57.505: INFO: Trying to get logs from node worker2 pod pod-configmaps-92b99290-6bb4-46ba-bd3a-d6decaf7bbef container agnhost-container: + STEP: delete the pod 03/08/23 14:25:57.511 + Mar 8 14:25:57.521: INFO: Waiting for pod pod-configmaps-92b99290-6bb4-46ba-bd3a-d6decaf7bbef to disappear + Mar 8 14:25:57.523: INFO: Pod pod-configmaps-92b99290-6bb4-46ba-bd3a-d6decaf7bbef no longer exists + [AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 + Mar 8 14:25:57.524: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "configmap-8805" for this suite. 03/08/23 14:25:57.528 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:25:57.535 +Mar 8 14:25:57.535: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename endpointslice 03/08/23 14:25:57.536 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:25:57.548 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:25:57.551 +[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 03/08/23 14:26:02.615 +STEP: referencing matching pods with named port 03/08/23 14:26:07.624 +STEP: creating empty Endpoints and EndpointSlices for no matching Pods 03/08/23 14:26:12.634 +STEP: recreating EndpointSlices after they've been deleted 03/08/23 14:26:17.642 +Mar 8 14:26:17.667: INFO: EndpointSlice for Service endpointslice-7699/example-named-port not found +[AfterEach] [sig-network] EndpointSlice + test/e2e/framework/framework.go:187 +Mar 8 14:26:27.678: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "endpointslice-7699" for this suite. 03/08/23 14:26:27.683 +{"msg":"PASSED [sig-network] EndpointSlice should create Endpoints and EndpointSlices for Pods matching a Service [Conformance]","completed":40,"skipped":859,"failed":0} +------------------------------ +• [SLOW TEST] [30.155 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 03/08/23 14:25:57.535 + Mar 8 14:25:57.535: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename endpointslice 03/08/23 14:25:57.536 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:25:57.548 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:25:57.551 + [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 03/08/23 14:26:02.615 + STEP: referencing matching pods with named port 03/08/23 14:26:07.624 + STEP: creating empty Endpoints and EndpointSlices for no matching Pods 03/08/23 14:26:12.634 + STEP: recreating EndpointSlices after they've been deleted 03/08/23 14:26:17.642 + Mar 8 14:26:17.667: INFO: EndpointSlice for Service endpointslice-7699/example-named-port not found + [AfterEach] [sig-network] EndpointSlice + test/e2e/framework/framework.go:187 + Mar 8 14:26:27.678: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "endpointslice-7699" for this suite. 03/08/23 14:26:27.683 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:26:27.691 +Mar 8 14:26:27.691: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename pod-network-test 03/08/23 14:26:27.692 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:26:27.706 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:26:27.709 +[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-6299 03/08/23 14:26:27.712 +STEP: creating a selector 03/08/23 14:26:27.712 +STEP: Creating the service pods in kubernetes 03/08/23 14:26:27.712 +Mar 8 14:26:27.712: INFO: Waiting up to 10m0s for all (but 0) nodes to be schedulable +Mar 8 14:26:27.732: INFO: Waiting up to 5m0s for pod "netserver-0" in namespace "pod-network-test-6299" to be "running and ready" +Mar 8 14:26:27.744: INFO: Pod "netserver-0": Phase="Pending", Reason="", readiness=false. Elapsed: 11.584399ms +Mar 8 14:26:27.744: INFO: The phase of Pod netserver-0 is Pending, waiting for it to be Running (with Ready = true) +Mar 8 14:26:29.751: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 2.018352036s +Mar 8 14:26:29.751: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Mar 8 14:26:31.750: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 4.017235359s +Mar 8 14:26:31.750: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Mar 8 14:26:33.749: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 6.016456423s +Mar 8 14:26:33.749: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Mar 8 14:26:35.748: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 8.015899268s +Mar 8 14:26:35.748: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Mar 8 14:26:37.749: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 10.016736891s +Mar 8 14:26:37.749: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Mar 8 14:26:39.751: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=true. Elapsed: 12.01859997s +Mar 8 14:26:39.751: INFO: The phase of Pod netserver-0 is Running (Ready = true) +Mar 8 14:26:39.751: INFO: Pod "netserver-0" satisfied condition "running and ready" +Mar 8 14:26:39.755: INFO: Waiting up to 5m0s for pod "netserver-1" in namespace "pod-network-test-6299" to be "running and ready" +Mar 8 14:26:39.759: INFO: Pod "netserver-1": Phase="Running", Reason="", readiness=true. Elapsed: 3.467263ms +Mar 8 14:26:39.759: INFO: The phase of Pod netserver-1 is Running (Ready = true) +Mar 8 14:26:39.759: INFO: Pod "netserver-1" satisfied condition "running and ready" +STEP: Creating test pods 03/08/23 14:26:39.762 +Mar 8 14:26:39.773: INFO: Waiting up to 5m0s for pod "test-container-pod" in namespace "pod-network-test-6299" to be "running" +Mar 8 14:26:39.777: INFO: Pod "test-container-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 3.923351ms +Mar 8 14:26:41.783: INFO: Pod "test-container-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.010141941s +Mar 8 14:26:41.783: INFO: Pod "test-container-pod" satisfied condition "running" +Mar 8 14:26:41.786: INFO: Waiting up to 5m0s for pod "host-test-container-pod" in namespace "pod-network-test-6299" to be "running" +Mar 8 14:26:41.788: INFO: Pod "host-test-container-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.651454ms +Mar 8 14:26:41.788: INFO: Pod "host-test-container-pod" satisfied condition "running" +Mar 8 14:26:41.791: INFO: Setting MaxTries for pod polling to 34 for networking test based on endpoint count 2 +Mar 8 14:26:41.791: INFO: Going to poll 172.16.1.23 on port 8083 at least 0 times, with a maximum of 34 tries before failing +Mar 8 14:26:41.797: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s --max-time 15 --connect-timeout 1 http://172.16.1.23:8083/hostName | grep -v '^\s*$'] Namespace:pod-network-test-6299 PodName:host-test-container-pod ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Mar 8 14:26:41.797: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +Mar 8 14:26:41.798: INFO: ExecWithOptions: Clientset creation +Mar 8 14:26:41.798: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/pod-network-test-6299/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%2F172.16.1.23%3A8083%2FhostName+%7C+grep+-v+%27%5E%5Cs%2A%24%27&container=agnhost-container&container=agnhost-container&stderr=true&stdout=true) +Mar 8 14:26:41.853: INFO: Found all 1 expected endpoints: [netserver-0] +Mar 8 14:26:41.853: INFO: Going to poll 172.16.0.242 on port 8083 at least 0 times, with a maximum of 34 tries before failing +Mar 8 14:26:41.856: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s --max-time 15 --connect-timeout 1 http://172.16.0.242:8083/hostName | grep -v '^\s*$'] Namespace:pod-network-test-6299 PodName:host-test-container-pod ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Mar 8 14:26:41.856: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +Mar 8 14:26:41.856: INFO: ExecWithOptions: Clientset creation +Mar 8 14:26:41.856: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/pod-network-test-6299/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%2F172.16.0.242%3A8083%2FhostName+%7C+grep+-v+%27%5E%5Cs%2A%24%27&container=agnhost-container&container=agnhost-container&stderr=true&stdout=true) +Mar 8 14:26:41.917: INFO: Found all 1 expected endpoints: [netserver-1] +[AfterEach] [sig-network] Networking + test/e2e/framework/framework.go:187 +Mar 8 14:26:41.917: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "pod-network-test-6299" for this suite. 03/08/23 14:26:41.922 +{"msg":"PASSED [sig-network] Networking Granular Checks: Pods should function for node-pod communication: http [LinuxOnly] [NodeConformance] [Conformance]","completed":41,"skipped":875,"failed":0} +------------------------------ +• [SLOW TEST] [14.237 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 03/08/23 14:26:27.691 + Mar 8 14:26:27.691: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename pod-network-test 03/08/23 14:26:27.692 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:26:27.706 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:26:27.709 + [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-6299 03/08/23 14:26:27.712 + STEP: creating a selector 03/08/23 14:26:27.712 + STEP: Creating the service pods in kubernetes 03/08/23 14:26:27.712 + Mar 8 14:26:27.712: INFO: Waiting up to 10m0s for all (but 0) nodes to be schedulable + Mar 8 14:26:27.732: INFO: Waiting up to 5m0s for pod "netserver-0" in namespace "pod-network-test-6299" to be "running and ready" + Mar 8 14:26:27.744: INFO: Pod "netserver-0": Phase="Pending", Reason="", readiness=false. Elapsed: 11.584399ms + Mar 8 14:26:27.744: INFO: The phase of Pod netserver-0 is Pending, waiting for it to be Running (with Ready = true) + Mar 8 14:26:29.751: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 2.018352036s + Mar 8 14:26:29.751: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Mar 8 14:26:31.750: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 4.017235359s + Mar 8 14:26:31.750: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Mar 8 14:26:33.749: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 6.016456423s + Mar 8 14:26:33.749: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Mar 8 14:26:35.748: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 8.015899268s + Mar 8 14:26:35.748: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Mar 8 14:26:37.749: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 10.016736891s + Mar 8 14:26:37.749: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Mar 8 14:26:39.751: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=true. Elapsed: 12.01859997s + Mar 8 14:26:39.751: INFO: The phase of Pod netserver-0 is Running (Ready = true) + Mar 8 14:26:39.751: INFO: Pod "netserver-0" satisfied condition "running and ready" + Mar 8 14:26:39.755: INFO: Waiting up to 5m0s for pod "netserver-1" in namespace "pod-network-test-6299" to be "running and ready" + Mar 8 14:26:39.759: INFO: Pod "netserver-1": Phase="Running", Reason="", readiness=true. Elapsed: 3.467263ms + Mar 8 14:26:39.759: INFO: The phase of Pod netserver-1 is Running (Ready = true) + Mar 8 14:26:39.759: INFO: Pod "netserver-1" satisfied condition "running and ready" + STEP: Creating test pods 03/08/23 14:26:39.762 + Mar 8 14:26:39.773: INFO: Waiting up to 5m0s for pod "test-container-pod" in namespace "pod-network-test-6299" to be "running" + Mar 8 14:26:39.777: INFO: Pod "test-container-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 3.923351ms + Mar 8 14:26:41.783: INFO: Pod "test-container-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.010141941s + Mar 8 14:26:41.783: INFO: Pod "test-container-pod" satisfied condition "running" + Mar 8 14:26:41.786: INFO: Waiting up to 5m0s for pod "host-test-container-pod" in namespace "pod-network-test-6299" to be "running" + Mar 8 14:26:41.788: INFO: Pod "host-test-container-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.651454ms + Mar 8 14:26:41.788: INFO: Pod "host-test-container-pod" satisfied condition "running" + Mar 8 14:26:41.791: INFO: Setting MaxTries for pod polling to 34 for networking test based on endpoint count 2 + Mar 8 14:26:41.791: INFO: Going to poll 172.16.1.23 on port 8083 at least 0 times, with a maximum of 34 tries before failing + Mar 8 14:26:41.797: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s --max-time 15 --connect-timeout 1 http://172.16.1.23:8083/hostName | grep -v '^\s*$'] Namespace:pod-network-test-6299 PodName:host-test-container-pod ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Mar 8 14:26:41.797: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + Mar 8 14:26:41.798: INFO: ExecWithOptions: Clientset creation + Mar 8 14:26:41.798: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/pod-network-test-6299/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%2F172.16.1.23%3A8083%2FhostName+%7C+grep+-v+%27%5E%5Cs%2A%24%27&container=agnhost-container&container=agnhost-container&stderr=true&stdout=true) + Mar 8 14:26:41.853: INFO: Found all 1 expected endpoints: [netserver-0] + Mar 8 14:26:41.853: INFO: Going to poll 172.16.0.242 on port 8083 at least 0 times, with a maximum of 34 tries before failing + Mar 8 14:26:41.856: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s --max-time 15 --connect-timeout 1 http://172.16.0.242:8083/hostName | grep -v '^\s*$'] Namespace:pod-network-test-6299 PodName:host-test-container-pod ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Mar 8 14:26:41.856: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + Mar 8 14:26:41.856: INFO: ExecWithOptions: Clientset creation + Mar 8 14:26:41.856: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/pod-network-test-6299/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%2F172.16.0.242%3A8083%2FhostName+%7C+grep+-v+%27%5E%5Cs%2A%24%27&container=agnhost-container&container=agnhost-container&stderr=true&stdout=true) + Mar 8 14:26:41.917: INFO: Found all 1 expected endpoints: [netserver-1] + [AfterEach] [sig-network] Networking + test/e2e/framework/framework.go:187 + Mar 8 14:26:41.917: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "pod-network-test-6299" for this suite. 03/08/23 14:26:41.922 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[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 03/08/23 14:26:41.929 +Mar 8 14:26:41.929: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename gc 03/08/23 14:26:41.93 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:26:41.944 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:26:41.947 +[It] should delete pods created by rc when not orphaning [Conformance] + test/e2e/apimachinery/garbage_collector.go:312 +STEP: create the rc 03/08/23 14:26:41.949 +STEP: delete the rc 03/08/23 14:26:46.957 +STEP: wait for all pods to be garbage collected 03/08/23 14:26:46.964 +STEP: Gathering metrics 03/08/23 14:26:51.972 +Mar 8 14:26:51.996: INFO: Waiting up to 5m0s for pod "kube-controller-manager-master3" in namespace "kube-system" to be "running and ready" +Mar 8 14:26:51.999: INFO: Pod "kube-controller-manager-master3": Phase="Running", Reason="", readiness=true. Elapsed: 3.170476ms +Mar 8 14:26:52.000: INFO: The phase of Pod kube-controller-manager-master3 is Running (Ready = true) +Mar 8 14:26:52.000: INFO: Pod "kube-controller-manager-master3" satisfied condition "running and ready" +Mar 8 14:26:52.052: 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 +Mar 8 14:26:52.052: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "gc-3403" for this suite. 03/08/23 14:26:52.057 +{"msg":"PASSED [sig-api-machinery] Garbage collector should delete pods created by rc when not orphaning [Conformance]","completed":42,"skipped":877,"failed":0} +------------------------------ +• [SLOW TEST] [10.134 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 03/08/23 14:26:41.929 + Mar 8 14:26:41.929: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename gc 03/08/23 14:26:41.93 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:26:41.944 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:26:41.947 + [It] should delete pods created by rc when not orphaning [Conformance] + test/e2e/apimachinery/garbage_collector.go:312 + STEP: create the rc 03/08/23 14:26:41.949 + STEP: delete the rc 03/08/23 14:26:46.957 + STEP: wait for all pods to be garbage collected 03/08/23 14:26:46.964 + STEP: Gathering metrics 03/08/23 14:26:51.972 + Mar 8 14:26:51.996: INFO: Waiting up to 5m0s for pod "kube-controller-manager-master3" in namespace "kube-system" to be "running and ready" + Mar 8 14:26:51.999: INFO: Pod "kube-controller-manager-master3": Phase="Running", Reason="", readiness=true. Elapsed: 3.170476ms + Mar 8 14:26:52.000: INFO: The phase of Pod kube-controller-manager-master3 is Running (Ready = true) + Mar 8 14:26:52.000: INFO: Pod "kube-controller-manager-master3" satisfied condition "running and ready" + Mar 8 14:26:52.052: 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 + Mar 8 14:26:52.052: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "gc-3403" for this suite. 03/08/23 14:26:52.057 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:26:52.063 +Mar 8 14:26:52.063: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename projected 03/08/23 14:26:52.064 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:26:52.077 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:26:52.079 +[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-b6682978-947d-4a97-851e-2dc44f6abf1a 03/08/23 14:26:52.082 +STEP: Creating secret with name secret-projected-all-test-volume-30b1d782-c3e3-4f9b-8358-49d85abb1ac7 03/08/23 14:26:52.086 +STEP: Creating a pod to test Check all projections for projected volume plugin 03/08/23 14:26:52.09 +Mar 8 14:26:52.096: INFO: Waiting up to 5m0s for pod "projected-volume-bf5067ca-6730-48a6-be35-692804f49a25" in namespace "projected-2547" to be "Succeeded or Failed" +Mar 8 14:26:52.099: INFO: Pod "projected-volume-bf5067ca-6730-48a6-be35-692804f49a25": Phase="Pending", Reason="", readiness=false. Elapsed: 2.839927ms +Mar 8 14:26:54.105: INFO: Pod "projected-volume-bf5067ca-6730-48a6-be35-692804f49a25": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008240014s +Mar 8 14:26:56.104: INFO: Pod "projected-volume-bf5067ca-6730-48a6-be35-692804f49a25": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007677443s +STEP: Saw pod success 03/08/23 14:26:56.104 +Mar 8 14:26:56.104: INFO: Pod "projected-volume-bf5067ca-6730-48a6-be35-692804f49a25" satisfied condition "Succeeded or Failed" +Mar 8 14:26:56.107: INFO: Trying to get logs from node worker2 pod projected-volume-bf5067ca-6730-48a6-be35-692804f49a25 container projected-all-volume-test: +STEP: delete the pod 03/08/23 14:26:56.113 +Mar 8 14:26:56.123: INFO: Waiting for pod projected-volume-bf5067ca-6730-48a6-be35-692804f49a25 to disappear +Mar 8 14:26:56.125: INFO: Pod projected-volume-bf5067ca-6730-48a6-be35-692804f49a25 no longer exists +[AfterEach] [sig-storage] Projected combined + test/e2e/framework/framework.go:187 +Mar 8 14:26:56.126: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-2547" for this suite. 03/08/23 14:26:56.129 +{"msg":"PASSED [sig-storage] Projected combined should project all components that make up the projection API [Projection][NodeConformance] [Conformance]","completed":43,"skipped":894,"failed":0} +------------------------------ +• [4.072 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 03/08/23 14:26:52.063 + Mar 8 14:26:52.063: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename projected 03/08/23 14:26:52.064 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:26:52.077 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:26:52.079 + [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-b6682978-947d-4a97-851e-2dc44f6abf1a 03/08/23 14:26:52.082 + STEP: Creating secret with name secret-projected-all-test-volume-30b1d782-c3e3-4f9b-8358-49d85abb1ac7 03/08/23 14:26:52.086 + STEP: Creating a pod to test Check all projections for projected volume plugin 03/08/23 14:26:52.09 + Mar 8 14:26:52.096: INFO: Waiting up to 5m0s for pod "projected-volume-bf5067ca-6730-48a6-be35-692804f49a25" in namespace "projected-2547" to be "Succeeded or Failed" + Mar 8 14:26:52.099: INFO: Pod "projected-volume-bf5067ca-6730-48a6-be35-692804f49a25": Phase="Pending", Reason="", readiness=false. Elapsed: 2.839927ms + Mar 8 14:26:54.105: INFO: Pod "projected-volume-bf5067ca-6730-48a6-be35-692804f49a25": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008240014s + Mar 8 14:26:56.104: INFO: Pod "projected-volume-bf5067ca-6730-48a6-be35-692804f49a25": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007677443s + STEP: Saw pod success 03/08/23 14:26:56.104 + Mar 8 14:26:56.104: INFO: Pod "projected-volume-bf5067ca-6730-48a6-be35-692804f49a25" satisfied condition "Succeeded or Failed" + Mar 8 14:26:56.107: INFO: Trying to get logs from node worker2 pod projected-volume-bf5067ca-6730-48a6-be35-692804f49a25 container projected-all-volume-test: + STEP: delete the pod 03/08/23 14:26:56.113 + Mar 8 14:26:56.123: INFO: Waiting for pod projected-volume-bf5067ca-6730-48a6-be35-692804f49a25 to disappear + Mar 8 14:26:56.125: INFO: Pod projected-volume-bf5067ca-6730-48a6-be35-692804f49a25 no longer exists + [AfterEach] [sig-storage] Projected combined + test/e2e/framework/framework.go:187 + Mar 8 14:26:56.126: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-2547" for this suite. 03/08/23 14:26:56.129 + << End Captured GinkgoWriter Output +------------------------------ +[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 03/08/23 14:26:56.135 +Mar 8 14:26:56.135: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename gc 03/08/23 14:26:56.136 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:26:56.149 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:26:56.151 +[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 03/08/23 14:26:56.158 +STEP: delete the rc 03/08/23 14:27:01.18 +STEP: wait for the rc to be deleted 03/08/23 14:27:01.187 +Mar 8 14:27:02.202: INFO: 44 pods remaining +Mar 8 14:27:02.202: INFO: 44 pods has nil DeletionTimestamp +Mar 8 14:27:02.202: INFO: +Mar 8 14:27:03.201: INFO: 34 pods remaining +Mar 8 14:27:03.201: INFO: 34 pods has nil DeletionTimestamp +Mar 8 14:27:03.201: INFO: +Mar 8 14:27:04.203: INFO: 24 pods remaining +Mar 8 14:27:04.203: INFO: 24 pods has nil DeletionTimestamp +Mar 8 14:27:04.203: INFO: +Mar 8 14:27:05.195: INFO: 4 pods remaining +Mar 8 14:27:05.196: INFO: 4 pods has nil DeletionTimestamp +Mar 8 14:27:05.196: INFO: +STEP: Gathering metrics 03/08/23 14:27:06.198 +Mar 8 14:27:06.214: INFO: Waiting up to 5m0s for pod "kube-controller-manager-master3" in namespace "kube-system" to be "running and ready" +Mar 8 14:27:06.217: INFO: Pod "kube-controller-manager-master3": Phase="Running", Reason="", readiness=true. Elapsed: 2.72589ms +Mar 8 14:27:06.217: INFO: The phase of Pod kube-controller-manager-master3 is Running (Ready = true) +Mar 8 14:27:06.217: INFO: Pod "kube-controller-manager-master3" satisfied condition "running and ready" +Mar 8 14:27:06.291: 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 +Mar 8 14:27:06.291: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "gc-9234" for this suite. 03/08/23 14:27:06.297 +{"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":44,"skipped":894,"failed":0} +------------------------------ +• [SLOW TEST] [10.167 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 03/08/23 14:26:56.135 + Mar 8 14:26:56.135: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename gc 03/08/23 14:26:56.136 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:26:56.149 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:26:56.151 + [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 03/08/23 14:26:56.158 + STEP: delete the rc 03/08/23 14:27:01.18 + STEP: wait for the rc to be deleted 03/08/23 14:27:01.187 + Mar 8 14:27:02.202: INFO: 44 pods remaining + Mar 8 14:27:02.202: INFO: 44 pods has nil DeletionTimestamp + Mar 8 14:27:02.202: INFO: + Mar 8 14:27:03.201: INFO: 34 pods remaining + Mar 8 14:27:03.201: INFO: 34 pods has nil DeletionTimestamp + Mar 8 14:27:03.201: INFO: + Mar 8 14:27:04.203: INFO: 24 pods remaining + Mar 8 14:27:04.203: INFO: 24 pods has nil DeletionTimestamp + Mar 8 14:27:04.203: INFO: + Mar 8 14:27:05.195: INFO: 4 pods remaining + Mar 8 14:27:05.196: INFO: 4 pods has nil DeletionTimestamp + Mar 8 14:27:05.196: INFO: + STEP: Gathering metrics 03/08/23 14:27:06.198 + Mar 8 14:27:06.214: INFO: Waiting up to 5m0s for pod "kube-controller-manager-master3" in namespace "kube-system" to be "running and ready" + Mar 8 14:27:06.217: INFO: Pod "kube-controller-manager-master3": Phase="Running", Reason="", readiness=true. Elapsed: 2.72589ms + Mar 8 14:27:06.217: INFO: The phase of Pod kube-controller-manager-master3 is Running (Ready = true) + Mar 8 14:27:06.217: INFO: Pod "kube-controller-manager-master3" satisfied condition "running and ready" + Mar 8 14:27:06.291: 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 + Mar 8 14:27:06.291: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "gc-9234" for this suite. 03/08/23 14:27:06.297 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[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 03/08/23 14:27:06.303 +Mar 8 14:27:06.303: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename crd-publish-openapi 03/08/23 14:27:06.304 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:27:06.319 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:27:06.322 +[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 03/08/23 14:27:06.325 +Mar 8 14:27:06.326: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +Mar 8 14:27:08.914: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +[AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Mar 8 14:27:20.504: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "crd-publish-openapi-2429" for this suite. 03/08/23 14:27:20.514 +{"msg":"PASSED [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] works for multiple CRDs of different groups [Conformance]","completed":45,"skipped":898,"failed":0} +------------------------------ +• [SLOW TEST] [14.216 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 03/08/23 14:27:06.303 + Mar 8 14:27:06.303: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename crd-publish-openapi 03/08/23 14:27:06.304 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:27:06.319 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:27:06.322 + [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 03/08/23 14:27:06.325 + Mar 8 14:27:06.326: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + Mar 8 14:27:08.914: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + [AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Mar 8 14:27:20.504: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "crd-publish-openapi-2429" for this suite. 03/08/23 14:27:20.514 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:27:20.52 +Mar 8 14:27:20.520: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename dns 03/08/23 14:27:20.521 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:27:20.607 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:27:20.61 +[It] should provide DNS for pods for Hostname [Conformance] + test/e2e/network/dns.go:248 +STEP: Creating a test headless service 03/08/23 14:27:20.612 +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-62.svc.cluster.local)" && echo OK > /results/wheezy_hosts@dns-querier-2.dns-test-service-2.dns-62.svc.cluster.local;test -n "$$(getent hosts dns-querier-2)" && echo OK > /results/wheezy_hosts@dns-querier-2;sleep 1; done + 03/08/23 14:27:20.618 +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-62.svc.cluster.local)" && echo OK > /results/jessie_hosts@dns-querier-2.dns-test-service-2.dns-62.svc.cluster.local;test -n "$$(getent hosts dns-querier-2)" && echo OK > /results/jessie_hosts@dns-querier-2;sleep 1; done + 03/08/23 14:27:20.618 +STEP: creating a pod to probe DNS 03/08/23 14:27:20.618 +STEP: submitting the pod to kubernetes 03/08/23 14:27:20.618 +Mar 8 14:27:20.629: INFO: Waiting up to 15m0s for pod "dns-test-6dec1d32-978e-4ebf-b8e3-da3f5a455802" in namespace "dns-62" to be "running" +Mar 8 14:27:20.631: INFO: Pod "dns-test-6dec1d32-978e-4ebf-b8e3-da3f5a455802": Phase="Pending", Reason="", readiness=false. Elapsed: 2.674057ms +Mar 8 14:27:22.636: INFO: Pod "dns-test-6dec1d32-978e-4ebf-b8e3-da3f5a455802": Phase="Running", Reason="", readiness=true. Elapsed: 2.0067523s +Mar 8 14:27:22.636: INFO: Pod "dns-test-6dec1d32-978e-4ebf-b8e3-da3f5a455802" satisfied condition "running" +STEP: retrieving the pod 03/08/23 14:27:22.636 +STEP: looking for the results for each expected name from probers 03/08/23 14:27:22.639 +Mar 8 14:27:22.653: INFO: DNS probes using dns-62/dns-test-6dec1d32-978e-4ebf-b8e3-da3f5a455802 succeeded + +STEP: deleting the pod 03/08/23 14:27:22.653 +STEP: deleting the test headless service 03/08/23 14:27:22.662 +[AfterEach] [sig-network] DNS + test/e2e/framework/framework.go:187 +Mar 8 14:27:22.671: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "dns-62" for this suite. 03/08/23 14:27:22.675 +{"msg":"PASSED [sig-network] DNS should provide DNS for pods for Hostname [Conformance]","completed":46,"skipped":919,"failed":0} +------------------------------ +• [2.160 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 03/08/23 14:27:20.52 + Mar 8 14:27:20.520: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename dns 03/08/23 14:27:20.521 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:27:20.607 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:27:20.61 + [It] should provide DNS for pods for Hostname [Conformance] + test/e2e/network/dns.go:248 + STEP: Creating a test headless service 03/08/23 14:27:20.612 + 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-62.svc.cluster.local)" && echo OK > /results/wheezy_hosts@dns-querier-2.dns-test-service-2.dns-62.svc.cluster.local;test -n "$$(getent hosts dns-querier-2)" && echo OK > /results/wheezy_hosts@dns-querier-2;sleep 1; done + 03/08/23 14:27:20.618 + 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-62.svc.cluster.local)" && echo OK > /results/jessie_hosts@dns-querier-2.dns-test-service-2.dns-62.svc.cluster.local;test -n "$$(getent hosts dns-querier-2)" && echo OK > /results/jessie_hosts@dns-querier-2;sleep 1; done + 03/08/23 14:27:20.618 + STEP: creating a pod to probe DNS 03/08/23 14:27:20.618 + STEP: submitting the pod to kubernetes 03/08/23 14:27:20.618 + Mar 8 14:27:20.629: INFO: Waiting up to 15m0s for pod "dns-test-6dec1d32-978e-4ebf-b8e3-da3f5a455802" in namespace "dns-62" to be "running" + Mar 8 14:27:20.631: INFO: Pod "dns-test-6dec1d32-978e-4ebf-b8e3-da3f5a455802": Phase="Pending", Reason="", readiness=false. Elapsed: 2.674057ms + Mar 8 14:27:22.636: INFO: Pod "dns-test-6dec1d32-978e-4ebf-b8e3-da3f5a455802": Phase="Running", Reason="", readiness=true. Elapsed: 2.0067523s + Mar 8 14:27:22.636: INFO: Pod "dns-test-6dec1d32-978e-4ebf-b8e3-da3f5a455802" satisfied condition "running" + STEP: retrieving the pod 03/08/23 14:27:22.636 + STEP: looking for the results for each expected name from probers 03/08/23 14:27:22.639 + Mar 8 14:27:22.653: INFO: DNS probes using dns-62/dns-test-6dec1d32-978e-4ebf-b8e3-da3f5a455802 succeeded + + STEP: deleting the pod 03/08/23 14:27:22.653 + STEP: deleting the test headless service 03/08/23 14:27:22.662 + [AfterEach] [sig-network] DNS + test/e2e/framework/framework.go:187 + Mar 8 14:27:22.671: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "dns-62" for this suite. 03/08/23 14:27:22.675 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:27:22.682 +Mar 8 14:27:22.682: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename cronjob 03/08/23 14:27:22.683 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:27:22.696 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:27:22.698 +[It] should not schedule jobs when suspended [Slow] [Conformance] + test/e2e/apps/cronjob.go:96 +STEP: Creating a suspended cronjob 03/08/23 14:27:22.701 +STEP: Ensuring no jobs are scheduled 03/08/23 14:27:22.705 +STEP: Ensuring no job exists by listing jobs explicitly 03/08/23 14:32:22.713 +STEP: Removing cronjob 03/08/23 14:32:22.716 +[AfterEach] [sig-apps] CronJob + test/e2e/framework/framework.go:187 +Mar 8 14:32:22.721: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "cronjob-7442" for this suite. 03/08/23 14:32:22.726 +{"msg":"PASSED [sig-apps] CronJob should not schedule jobs when suspended [Slow] [Conformance]","completed":47,"skipped":960,"failed":0} +------------------------------ +• [SLOW TEST] [300.051 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 03/08/23 14:27:22.682 + Mar 8 14:27:22.682: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename cronjob 03/08/23 14:27:22.683 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:27:22.696 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:27:22.698 + [It] should not schedule jobs when suspended [Slow] [Conformance] + test/e2e/apps/cronjob.go:96 + STEP: Creating a suspended cronjob 03/08/23 14:27:22.701 + STEP: Ensuring no jobs are scheduled 03/08/23 14:27:22.705 + STEP: Ensuring no job exists by listing jobs explicitly 03/08/23 14:32:22.713 + STEP: Removing cronjob 03/08/23 14:32:22.716 + [AfterEach] [sig-apps] CronJob + test/e2e/framework/framework.go:187 + Mar 8 14:32:22.721: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "cronjob-7442" for this suite. 03/08/23 14:32:22.726 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:32:22.733 +Mar 8 14:32:22.733: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename webhook 03/08/23 14:32:22.734 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:32:22.749 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:32:22.752 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 +STEP: Setting up server cert 03/08/23 14:32:22.765 +STEP: Create role binding to let webhook read extension-apiserver-authentication 03/08/23 14:32:23.121 +STEP: Deploying the webhook pod 03/08/23 14:32:23.128 +STEP: Wait for the deployment to be ready 03/08/23 14:32:23.139 +Mar 8 14:32:23.144: INFO: new replicaset for deployment "sample-webhook-deployment" is yet to be created +STEP: Deploying the webhook service 03/08/23 14:32:25.156 +STEP: Verifying the service has paired with the endpoint 03/08/23 14:32:25.166 +Mar 8 14:32:26.167: 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 03/08/23 14:32:26.221 +STEP: Creating a configMap that does not comply to the validation webhook rules 03/08/23 14:32:26.259 +STEP: Deleting the collection of validation webhooks 03/08/23 14:32:26.293 +STEP: Creating a configMap that does not comply to the validation webhook rules 03/08/23 14:32:26.341 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Mar 8 14:32:26.351: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "webhook-788" for this suite. 03/08/23 14:32:26.355 +STEP: Destroying namespace "webhook-788-markers" for this suite. 03/08/23 14:32:26.36 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 +{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] listing validating webhooks should work [Conformance]","completed":48,"skipped":973,"failed":0} +------------------------------ +• [3.673 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 03/08/23 14:32:22.733 + Mar 8 14:32:22.733: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename webhook 03/08/23 14:32:22.734 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:32:22.749 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:32:22.752 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 + STEP: Setting up server cert 03/08/23 14:32:22.765 + STEP: Create role binding to let webhook read extension-apiserver-authentication 03/08/23 14:32:23.121 + STEP: Deploying the webhook pod 03/08/23 14:32:23.128 + STEP: Wait for the deployment to be ready 03/08/23 14:32:23.139 + Mar 8 14:32:23.144: INFO: new replicaset for deployment "sample-webhook-deployment" is yet to be created + STEP: Deploying the webhook service 03/08/23 14:32:25.156 + STEP: Verifying the service has paired with the endpoint 03/08/23 14:32:25.166 + Mar 8 14:32:26.167: 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 03/08/23 14:32:26.221 + STEP: Creating a configMap that does not comply to the validation webhook rules 03/08/23 14:32:26.259 + STEP: Deleting the collection of validation webhooks 03/08/23 14:32:26.293 + STEP: Creating a configMap that does not comply to the validation webhook rules 03/08/23 14:32:26.341 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Mar 8 14:32:26.351: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "webhook-788" for this suite. 03/08/23 14:32:26.355 + STEP: Destroying namespace "webhook-788-markers" for this suite. 03/08/23 14:32:26.36 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:32:26.407 +Mar 8 14:32:26.407: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename replicaset 03/08/23 14:32:26.408 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:32:26.428 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:32:26.431 +[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 03/08/23 14:32:26.434 +Mar 8 14:32:26.442: INFO: Waiting up to 5m0s for pod "pod-adoption-release" in namespace "replicaset-4626" to be "running and ready" +Mar 8 14:32:26.446: INFO: Pod "pod-adoption-release": Phase="Pending", Reason="", readiness=false. Elapsed: 3.731298ms +Mar 8 14:32:26.446: INFO: The phase of Pod pod-adoption-release is Pending, waiting for it to be Running (with Ready = true) +Mar 8 14:32:28.450: INFO: Pod "pod-adoption-release": Phase="Running", Reason="", readiness=true. Elapsed: 2.007865909s +Mar 8 14:32:28.450: INFO: The phase of Pod pod-adoption-release is Running (Ready = true) +Mar 8 14:32:28.450: INFO: Pod "pod-adoption-release" satisfied condition "running and ready" +STEP: When a replicaset with a matching selector is created 03/08/23 14:32:28.453 +STEP: Then the orphan pod is adopted 03/08/23 14:32:28.458 +STEP: When the matched label of one of its pods change 03/08/23 14:32:29.465 +Mar 8 14:32:29.468: INFO: Pod name pod-adoption-release: Found 1 pods out of 1 +STEP: Then the pod is released 03/08/23 14:32:29.479 +[AfterEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:187 +Mar 8 14:32:30.489: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "replicaset-4626" for this suite. 03/08/23 14:32:30.493 +{"msg":"PASSED [sig-apps] ReplicaSet should adopt matching pods on creation and release no longer matching pods [Conformance]","completed":49,"skipped":1010,"failed":0} +------------------------------ +• [4.094 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 03/08/23 14:32:26.407 + Mar 8 14:32:26.407: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename replicaset 03/08/23 14:32:26.408 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:32:26.428 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:32:26.431 + [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 03/08/23 14:32:26.434 + Mar 8 14:32:26.442: INFO: Waiting up to 5m0s for pod "pod-adoption-release" in namespace "replicaset-4626" to be "running and ready" + Mar 8 14:32:26.446: INFO: Pod "pod-adoption-release": Phase="Pending", Reason="", readiness=false. Elapsed: 3.731298ms + Mar 8 14:32:26.446: INFO: The phase of Pod pod-adoption-release is Pending, waiting for it to be Running (with Ready = true) + Mar 8 14:32:28.450: INFO: Pod "pod-adoption-release": Phase="Running", Reason="", readiness=true. Elapsed: 2.007865909s + Mar 8 14:32:28.450: INFO: The phase of Pod pod-adoption-release is Running (Ready = true) + Mar 8 14:32:28.450: INFO: Pod "pod-adoption-release" satisfied condition "running and ready" + STEP: When a replicaset with a matching selector is created 03/08/23 14:32:28.453 + STEP: Then the orphan pod is adopted 03/08/23 14:32:28.458 + STEP: When the matched label of one of its pods change 03/08/23 14:32:29.465 + Mar 8 14:32:29.468: INFO: Pod name pod-adoption-release: Found 1 pods out of 1 + STEP: Then the pod is released 03/08/23 14:32:29.479 + [AfterEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:187 + Mar 8 14:32:30.489: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "replicaset-4626" for this suite. 03/08/23 14:32:30.493 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:32:30.503 +Mar 8 14:32:30.503: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename resourcequota 03/08/23 14:32:30.504 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:32:30.519 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:32:30.521 +[It] should create a ResourceQuota and capture the life of a configMap. [Conformance] + test/e2e/apimachinery/resource_quota.go:316 +STEP: Counting existing ResourceQuota 03/08/23 14:32:47.528 +STEP: Creating a ResourceQuota 03/08/23 14:32:52.532 +STEP: Ensuring resource quota status is calculated 03/08/23 14:32:52.538 +STEP: Creating a ConfigMap 03/08/23 14:32:54.543 +STEP: Ensuring resource quota status captures configMap creation 03/08/23 14:32:54.551 +STEP: Deleting a ConfigMap 03/08/23 14:32:56.556 +STEP: Ensuring resource quota status released usage 03/08/23 14:32:56.561 +[AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 +Mar 8 14:32:58.565: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "resourcequota-4870" for this suite. 03/08/23 14:32:58.571 +{"msg":"PASSED [sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a configMap. [Conformance]","completed":50,"skipped":1056,"failed":0} +------------------------------ +• [SLOW TEST] [28.073 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 03/08/23 14:32:30.503 + Mar 8 14:32:30.503: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename resourcequota 03/08/23 14:32:30.504 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:32:30.519 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:32:30.521 + [It] should create a ResourceQuota and capture the life of a configMap. [Conformance] + test/e2e/apimachinery/resource_quota.go:316 + STEP: Counting existing ResourceQuota 03/08/23 14:32:47.528 + STEP: Creating a ResourceQuota 03/08/23 14:32:52.532 + STEP: Ensuring resource quota status is calculated 03/08/23 14:32:52.538 + STEP: Creating a ConfigMap 03/08/23 14:32:54.543 + STEP: Ensuring resource quota status captures configMap creation 03/08/23 14:32:54.551 + STEP: Deleting a ConfigMap 03/08/23 14:32:56.556 + STEP: Ensuring resource quota status released usage 03/08/23 14:32:56.561 + [AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 + Mar 8 14:32:58.565: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "resourcequota-4870" for this suite. 03/08/23 14:32:58.571 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSS +------------------------------ +[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 03/08/23 14:32:58.576 +Mar 8 14:32:58.577: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename pods 03/08/23 14:32:58.577 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:32:58.592 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:32:58.595 +[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 +Mar 8 14:32:58.606: INFO: Waiting up to 5m0s for pod "server-envvars-278fcc27-ba9e-4c2f-ae9c-8c547f46d267" in namespace "pods-9827" to be "running and ready" +Mar 8 14:32:58.609: INFO: Pod "server-envvars-278fcc27-ba9e-4c2f-ae9c-8c547f46d267": Phase="Pending", Reason="", readiness=false. Elapsed: 2.875182ms +Mar 8 14:32:58.609: INFO: The phase of Pod server-envvars-278fcc27-ba9e-4c2f-ae9c-8c547f46d267 is Pending, waiting for it to be Running (with Ready = true) +Mar 8 14:33:00.615: INFO: Pod "server-envvars-278fcc27-ba9e-4c2f-ae9c-8c547f46d267": Phase="Running", Reason="", readiness=true. Elapsed: 2.008891351s +Mar 8 14:33:00.615: INFO: The phase of Pod server-envvars-278fcc27-ba9e-4c2f-ae9c-8c547f46d267 is Running (Ready = true) +Mar 8 14:33:00.615: INFO: Pod "server-envvars-278fcc27-ba9e-4c2f-ae9c-8c547f46d267" satisfied condition "running and ready" +Mar 8 14:33:00.633: INFO: Waiting up to 5m0s for pod "client-envvars-a1196c45-9c1e-4c7a-a51e-7255d2cf2946" in namespace "pods-9827" to be "Succeeded or Failed" +Mar 8 14:33:00.639: INFO: Pod "client-envvars-a1196c45-9c1e-4c7a-a51e-7255d2cf2946": Phase="Pending", Reason="", readiness=false. Elapsed: 5.330255ms +Mar 8 14:33:02.643: INFO: Pod "client-envvars-a1196c45-9c1e-4c7a-a51e-7255d2cf2946": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010102402s +Mar 8 14:33:04.643: INFO: Pod "client-envvars-a1196c45-9c1e-4c7a-a51e-7255d2cf2946": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009696288s +STEP: Saw pod success 03/08/23 14:33:04.643 +Mar 8 14:33:04.643: INFO: Pod "client-envvars-a1196c45-9c1e-4c7a-a51e-7255d2cf2946" satisfied condition "Succeeded or Failed" +Mar 8 14:33:04.646: INFO: Trying to get logs from node worker2 pod client-envvars-a1196c45-9c1e-4c7a-a51e-7255d2cf2946 container env3cont: +STEP: delete the pod 03/08/23 14:33:04.661 +Mar 8 14:33:04.672: INFO: Waiting for pod client-envvars-a1196c45-9c1e-4c7a-a51e-7255d2cf2946 to disappear +Mar 8 14:33:04.675: INFO: Pod client-envvars-a1196c45-9c1e-4c7a-a51e-7255d2cf2946 no longer exists +[AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 +Mar 8 14:33:04.675: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "pods-9827" for this suite. 03/08/23 14:33:04.679 +{"msg":"PASSED [sig-node] Pods should contain environment variables for services [NodeConformance] [Conformance]","completed":51,"skipped":1065,"failed":0} +------------------------------ +• [SLOW TEST] [6.108 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 03/08/23 14:32:58.576 + Mar 8 14:32:58.577: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename pods 03/08/23 14:32:58.577 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:32:58.592 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:32:58.595 + [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 + Mar 8 14:32:58.606: INFO: Waiting up to 5m0s for pod "server-envvars-278fcc27-ba9e-4c2f-ae9c-8c547f46d267" in namespace "pods-9827" to be "running and ready" + Mar 8 14:32:58.609: INFO: Pod "server-envvars-278fcc27-ba9e-4c2f-ae9c-8c547f46d267": Phase="Pending", Reason="", readiness=false. Elapsed: 2.875182ms + Mar 8 14:32:58.609: INFO: The phase of Pod server-envvars-278fcc27-ba9e-4c2f-ae9c-8c547f46d267 is Pending, waiting for it to be Running (with Ready = true) + Mar 8 14:33:00.615: INFO: Pod "server-envvars-278fcc27-ba9e-4c2f-ae9c-8c547f46d267": Phase="Running", Reason="", readiness=true. Elapsed: 2.008891351s + Mar 8 14:33:00.615: INFO: The phase of Pod server-envvars-278fcc27-ba9e-4c2f-ae9c-8c547f46d267 is Running (Ready = true) + Mar 8 14:33:00.615: INFO: Pod "server-envvars-278fcc27-ba9e-4c2f-ae9c-8c547f46d267" satisfied condition "running and ready" + Mar 8 14:33:00.633: INFO: Waiting up to 5m0s for pod "client-envvars-a1196c45-9c1e-4c7a-a51e-7255d2cf2946" in namespace "pods-9827" to be "Succeeded or Failed" + Mar 8 14:33:00.639: INFO: Pod "client-envvars-a1196c45-9c1e-4c7a-a51e-7255d2cf2946": Phase="Pending", Reason="", readiness=false. Elapsed: 5.330255ms + Mar 8 14:33:02.643: INFO: Pod "client-envvars-a1196c45-9c1e-4c7a-a51e-7255d2cf2946": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010102402s + Mar 8 14:33:04.643: INFO: Pod "client-envvars-a1196c45-9c1e-4c7a-a51e-7255d2cf2946": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009696288s + STEP: Saw pod success 03/08/23 14:33:04.643 + Mar 8 14:33:04.643: INFO: Pod "client-envvars-a1196c45-9c1e-4c7a-a51e-7255d2cf2946" satisfied condition "Succeeded or Failed" + Mar 8 14:33:04.646: INFO: Trying to get logs from node worker2 pod client-envvars-a1196c45-9c1e-4c7a-a51e-7255d2cf2946 container env3cont: + STEP: delete the pod 03/08/23 14:33:04.661 + Mar 8 14:33:04.672: INFO: Waiting for pod client-envvars-a1196c45-9c1e-4c7a-a51e-7255d2cf2946 to disappear + Mar 8 14:33:04.675: INFO: Pod client-envvars-a1196c45-9c1e-4c7a-a51e-7255d2cf2946 no longer exists + [AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 + Mar 8 14:33:04.675: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "pods-9827" for this suite. 03/08/23 14:33:04.679 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:33:04.687 +Mar 8 14:33:04.687: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename kubelet-test 03/08/23 14:33:04.688 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:33:04.702 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:33:04.705 +[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 +Mar 8 14:33:04.726: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubelet-test-3788" for this suite. 03/08/23 14:33:04.73 +{"msg":"PASSED [sig-node] Kubelet when scheduling a busybox command that always fails in a pod should be possible to delete [NodeConformance] [Conformance]","completed":52,"skipped":1131,"failed":0} +------------------------------ +• [0.047 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 03/08/23 14:33:04.687 + Mar 8 14:33:04.687: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename kubelet-test 03/08/23 14:33:04.688 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:33:04.702 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:33:04.705 + [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 + Mar 8 14:33:04.726: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubelet-test-3788" for this suite. 03/08/23 14:33:04.73 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:33:04.737 +Mar 8 14:33:04.737: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename projected 03/08/23 14:33:04.737 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:33:04.803 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:33:04.808 +[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-9a634dc8-674b-4a02-8333-6852e2b889c5 03/08/23 14:33:04.813 +STEP: Creating a pod to test consume configMaps 03/08/23 14:33:04.818 +Mar 8 14:33:04.825: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-fbeea387-0652-4f61-81a4-faf55461a962" in namespace "projected-3863" to be "Succeeded or Failed" +Mar 8 14:33:04.829: INFO: Pod "pod-projected-configmaps-fbeea387-0652-4f61-81a4-faf55461a962": Phase="Pending", Reason="", readiness=false. Elapsed: 4.401773ms +Mar 8 14:33:06.834: INFO: Pod "pod-projected-configmaps-fbeea387-0652-4f61-81a4-faf55461a962": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009077463s +Mar 8 14:33:08.834: INFO: Pod "pod-projected-configmaps-fbeea387-0652-4f61-81a4-faf55461a962": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008839096s +STEP: Saw pod success 03/08/23 14:33:08.834 +Mar 8 14:33:08.834: INFO: Pod "pod-projected-configmaps-fbeea387-0652-4f61-81a4-faf55461a962" satisfied condition "Succeeded or Failed" +Mar 8 14:33:08.837: INFO: Trying to get logs from node worker2 pod pod-projected-configmaps-fbeea387-0652-4f61-81a4-faf55461a962 container projected-configmap-volume-test: +STEP: delete the pod 03/08/23 14:33:08.842 +Mar 8 14:33:08.852: INFO: Waiting for pod pod-projected-configmaps-fbeea387-0652-4f61-81a4-faf55461a962 to disappear +Mar 8 14:33:08.854: INFO: Pod pod-projected-configmaps-fbeea387-0652-4f61-81a4-faf55461a962 no longer exists +[AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 +Mar 8 14:33:08.854: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-3863" for this suite. 03/08/23 14:33:08.858 +{"msg":"PASSED [sig-storage] Projected configMap should be consumable in multiple volumes in the same pod [NodeConformance] [Conformance]","completed":53,"skipped":1184,"failed":0} +------------------------------ +• [4.127 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 03/08/23 14:33:04.737 + Mar 8 14:33:04.737: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename projected 03/08/23 14:33:04.737 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:33:04.803 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:33:04.808 + [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-9a634dc8-674b-4a02-8333-6852e2b889c5 03/08/23 14:33:04.813 + STEP: Creating a pod to test consume configMaps 03/08/23 14:33:04.818 + Mar 8 14:33:04.825: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-fbeea387-0652-4f61-81a4-faf55461a962" in namespace "projected-3863" to be "Succeeded or Failed" + Mar 8 14:33:04.829: INFO: Pod "pod-projected-configmaps-fbeea387-0652-4f61-81a4-faf55461a962": Phase="Pending", Reason="", readiness=false. Elapsed: 4.401773ms + Mar 8 14:33:06.834: INFO: Pod "pod-projected-configmaps-fbeea387-0652-4f61-81a4-faf55461a962": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009077463s + Mar 8 14:33:08.834: INFO: Pod "pod-projected-configmaps-fbeea387-0652-4f61-81a4-faf55461a962": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008839096s + STEP: Saw pod success 03/08/23 14:33:08.834 + Mar 8 14:33:08.834: INFO: Pod "pod-projected-configmaps-fbeea387-0652-4f61-81a4-faf55461a962" satisfied condition "Succeeded or Failed" + Mar 8 14:33:08.837: INFO: Trying to get logs from node worker2 pod pod-projected-configmaps-fbeea387-0652-4f61-81a4-faf55461a962 container projected-configmap-volume-test: + STEP: delete the pod 03/08/23 14:33:08.842 + Mar 8 14:33:08.852: INFO: Waiting for pod pod-projected-configmaps-fbeea387-0652-4f61-81a4-faf55461a962 to disappear + Mar 8 14:33:08.854: INFO: Pod pod-projected-configmaps-fbeea387-0652-4f61-81a4-faf55461a962 no longer exists + [AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 + Mar 8 14:33:08.854: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-3863" for this suite. 03/08/23 14:33:08.858 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:33:08.865 +Mar 8 14:33:08.865: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename webhook 03/08/23 14:33:08.866 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:33:08.881 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:33:08.885 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 +STEP: Setting up server cert 03/08/23 14:33:08.899 +STEP: Create role binding to let webhook read extension-apiserver-authentication 03/08/23 14:33:09.287 +STEP: Deploying the webhook pod 03/08/23 14:33:09.295 +STEP: Wait for the deployment to be ready 03/08/23 14:33:09.307 +Mar 8 14:33:09.314: INFO: new replicaset for deployment "sample-webhook-deployment" is yet to be created +STEP: Deploying the webhook service 03/08/23 14:33:11.324 +STEP: Verifying the service has paired with the endpoint 03/08/23 14:33:11.333 +Mar 8 14:33:12.333: 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 03/08/23 14:33:12.337 +STEP: Registering a mutating webhook on ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects, via the AdmissionRegistration API 03/08/23 14:33:13.357 +STEP: Creating a dummy validating-webhook-configuration object 03/08/23 14:33:13.373 +STEP: Deleting the validating-webhook-configuration, which should be possible to remove 03/08/23 14:33:13.381 +STEP: Creating a dummy mutating-webhook-configuration object 03/08/23 14:33:13.388 +STEP: Deleting the mutating-webhook-configuration, which should be possible to remove 03/08/23 14:33:13.396 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Mar 8 14:33:13.412: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "webhook-2544" for this suite. 03/08/23 14:33:13.416 +STEP: Destroying namespace "webhook-2544-markers" for this suite. 03/08/23 14:33:13.422 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 +{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should not be able to mutate or prevent deletion of webhook configuration objects [Conformance]","completed":54,"skipped":1225,"failed":0} +------------------------------ +• [4.605 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 03/08/23 14:33:08.865 + Mar 8 14:33:08.865: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename webhook 03/08/23 14:33:08.866 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:33:08.881 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:33:08.885 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 + STEP: Setting up server cert 03/08/23 14:33:08.899 + STEP: Create role binding to let webhook read extension-apiserver-authentication 03/08/23 14:33:09.287 + STEP: Deploying the webhook pod 03/08/23 14:33:09.295 + STEP: Wait for the deployment to be ready 03/08/23 14:33:09.307 + Mar 8 14:33:09.314: INFO: new replicaset for deployment "sample-webhook-deployment" is yet to be created + STEP: Deploying the webhook service 03/08/23 14:33:11.324 + STEP: Verifying the service has paired with the endpoint 03/08/23 14:33:11.333 + Mar 8 14:33:12.333: 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 03/08/23 14:33:12.337 + STEP: Registering a mutating webhook on ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects, via the AdmissionRegistration API 03/08/23 14:33:13.357 + STEP: Creating a dummy validating-webhook-configuration object 03/08/23 14:33:13.373 + STEP: Deleting the validating-webhook-configuration, which should be possible to remove 03/08/23 14:33:13.381 + STEP: Creating a dummy mutating-webhook-configuration object 03/08/23 14:33:13.388 + STEP: Deleting the mutating-webhook-configuration, which should be possible to remove 03/08/23 14:33:13.396 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Mar 8 14:33:13.412: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "webhook-2544" for this suite. 03/08/23 14:33:13.416 + STEP: Destroying namespace "webhook-2544-markers" for this suite. 03/08/23 14:33:13.422 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSS +------------------------------ +[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 03/08/23 14:33:13.47 +Mar 8 14:33:13.471: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename crd-watch 03/08/23 14:33:13.471 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:33:13.492 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:33:13.495 +[It] watch on custom resource definition objects [Conformance] + test/e2e/apimachinery/crd_watch.go:51 +Mar 8 14:33:13.498: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Creating first CR 03/08/23 14:33:16.063 +Mar 8 14:33:16.069: INFO: Got : ADDED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2023-03-08T14:33:16Z 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:2023-03-08T14:33:16Z]] name:name1 resourceVersion:627741 uid:0a549cea-de04-4f22-964f-f606e7cff50a] num:map[num1:9223372036854775807 num2:1000000]]} +STEP: Creating second CR 03/08/23 14:33:26.07 +Mar 8 14:33:26.078: INFO: Got : ADDED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2023-03-08T14:33:26Z 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:2023-03-08T14:33:26Z]] name:name2 resourceVersion:627805 uid:c6ff34c7-e32c-4730-a8a7-fcdb1b08a6d2] num:map[num1:9223372036854775807 num2:1000000]]} +STEP: Modifying first CR 03/08/23 14:33:36.079 +Mar 8 14:33:36.088: INFO: Got : MODIFIED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] dummy:test kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2023-03-08T14:33:16Z 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:2023-03-08T14:33:36Z]] name:name1 resourceVersion:627854 uid:0a549cea-de04-4f22-964f-f606e7cff50a] num:map[num1:9223372036854775807 num2:1000000]]} +STEP: Modifying second CR 03/08/23 14:33:46.092 +Mar 8 14:33:46.101: INFO: Got : MODIFIED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] dummy:test kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2023-03-08T14:33:26Z 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:2023-03-08T14:33:46Z]] name:name2 resourceVersion:627904 uid:c6ff34c7-e32c-4730-a8a7-fcdb1b08a6d2] num:map[num1:9223372036854775807 num2:1000000]]} +STEP: Deleting first CR 03/08/23 14:33:56.102 +Mar 8 14:33:56.110: INFO: Got : DELETED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] dummy:test kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2023-03-08T14:33:16Z 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:2023-03-08T14:33:36Z]] name:name1 resourceVersion:627953 uid:0a549cea-de04-4f22-964f-f606e7cff50a] num:map[num1:9223372036854775807 num2:1000000]]} +STEP: Deleting second CR 03/08/23 14:34:06.11 +Mar 8 14:34:06.117: INFO: Got : DELETED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] dummy:test kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2023-03-08T14:33:26Z 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:2023-03-08T14:33:46Z]] name:name2 resourceVersion:628002 uid:c6ff34c7-e32c-4730-a8a7-fcdb1b08a6d2] num:map[num1:9223372036854775807 num2:1000000]]} +[AfterEach] [sig-api-machinery] CustomResourceDefinition Watch [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Mar 8 14:34:16.637: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "crd-watch-6515" for this suite. 03/08/23 14:34:16.642 +{"msg":"PASSED [sig-api-machinery] CustomResourceDefinition Watch [Privileged:ClusterAdmin] CustomResourceDefinition Watch watch on custom resource definition objects [Conformance]","completed":55,"skipped":1236,"failed":0} +------------------------------ +• [SLOW TEST] [63.177 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 03/08/23 14:33:13.47 + Mar 8 14:33:13.471: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename crd-watch 03/08/23 14:33:13.471 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:33:13.492 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:33:13.495 + [It] watch on custom resource definition objects [Conformance] + test/e2e/apimachinery/crd_watch.go:51 + Mar 8 14:33:13.498: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Creating first CR 03/08/23 14:33:16.063 + Mar 8 14:33:16.069: INFO: Got : ADDED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2023-03-08T14:33:16Z 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:2023-03-08T14:33:16Z]] name:name1 resourceVersion:627741 uid:0a549cea-de04-4f22-964f-f606e7cff50a] num:map[num1:9223372036854775807 num2:1000000]]} + STEP: Creating second CR 03/08/23 14:33:26.07 + Mar 8 14:33:26.078: INFO: Got : ADDED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2023-03-08T14:33:26Z 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:2023-03-08T14:33:26Z]] name:name2 resourceVersion:627805 uid:c6ff34c7-e32c-4730-a8a7-fcdb1b08a6d2] num:map[num1:9223372036854775807 num2:1000000]]} + STEP: Modifying first CR 03/08/23 14:33:36.079 + Mar 8 14:33:36.088: INFO: Got : MODIFIED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] dummy:test kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2023-03-08T14:33:16Z 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:2023-03-08T14:33:36Z]] name:name1 resourceVersion:627854 uid:0a549cea-de04-4f22-964f-f606e7cff50a] num:map[num1:9223372036854775807 num2:1000000]]} + STEP: Modifying second CR 03/08/23 14:33:46.092 + Mar 8 14:33:46.101: INFO: Got : MODIFIED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] dummy:test kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2023-03-08T14:33:26Z 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:2023-03-08T14:33:46Z]] name:name2 resourceVersion:627904 uid:c6ff34c7-e32c-4730-a8a7-fcdb1b08a6d2] num:map[num1:9223372036854775807 num2:1000000]]} + STEP: Deleting first CR 03/08/23 14:33:56.102 + Mar 8 14:33:56.110: INFO: Got : DELETED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] dummy:test kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2023-03-08T14:33:16Z 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:2023-03-08T14:33:36Z]] name:name1 resourceVersion:627953 uid:0a549cea-de04-4f22-964f-f606e7cff50a] num:map[num1:9223372036854775807 num2:1000000]]} + STEP: Deleting second CR 03/08/23 14:34:06.11 + Mar 8 14:34:06.117: INFO: Got : DELETED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] dummy:test kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2023-03-08T14:33:26Z 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:2023-03-08T14:33:46Z]] name:name2 resourceVersion:628002 uid:c6ff34c7-e32c-4730-a8a7-fcdb1b08a6d2] num:map[num1:9223372036854775807 num2:1000000]]} + [AfterEach] [sig-api-machinery] CustomResourceDefinition Watch [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Mar 8 14:34:16.637: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "crd-watch-6515" for this suite. 03/08/23 14:34:16.642 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:34:16.65 +Mar 8 14:34:16.650: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename svcaccounts 03/08/23 14:34:16.651 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:34:16.667 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:34:16.67 +[It] should run through the lifecycle of a ServiceAccount [Conformance] + test/e2e/auth/service_accounts.go:646 +STEP: creating a ServiceAccount 03/08/23 14:34:16.673 +STEP: watching for the ServiceAccount to be added 03/08/23 14:34:16.679 +STEP: patching the ServiceAccount 03/08/23 14:34:16.681 +STEP: finding ServiceAccount in list of all ServiceAccounts (by LabelSelector) 03/08/23 14:34:16.685 +STEP: deleting the ServiceAccount 03/08/23 14:34:16.688 +[AfterEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:187 +Mar 8 14:34:16.696: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "svcaccounts-3156" for this suite. 03/08/23 14:34:16.7 +{"msg":"PASSED [sig-auth] ServiceAccounts should run through the lifecycle of a ServiceAccount [Conformance]","completed":56,"skipped":1280,"failed":0} +------------------------------ +• [0.055 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 03/08/23 14:34:16.65 + Mar 8 14:34:16.650: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename svcaccounts 03/08/23 14:34:16.651 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:34:16.667 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:34:16.67 + [It] should run through the lifecycle of a ServiceAccount [Conformance] + test/e2e/auth/service_accounts.go:646 + STEP: creating a ServiceAccount 03/08/23 14:34:16.673 + STEP: watching for the ServiceAccount to be added 03/08/23 14:34:16.679 + STEP: patching the ServiceAccount 03/08/23 14:34:16.681 + STEP: finding ServiceAccount in list of all ServiceAccounts (by LabelSelector) 03/08/23 14:34:16.685 + STEP: deleting the ServiceAccount 03/08/23 14:34:16.688 + [AfterEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:187 + Mar 8 14:34:16.696: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "svcaccounts-3156" for this suite. 03/08/23 14:34:16.7 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:34:16.706 +Mar 8 14:34:16.706: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename secrets 03/08/23 14:34:16.707 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:34:16.719 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:34:16.722 +[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-13cb3e28-7dd4-4af2-b577-8ecd093f3916 03/08/23 14:34:16.729 +STEP: Creating secret with name s-test-opt-upd-aaef38ed-f193-462a-8d94-e475ccc95e78 03/08/23 14:34:16.733 +STEP: Creating the pod 03/08/23 14:34:16.737 +Mar 8 14:34:16.743: INFO: Waiting up to 5m0s for pod "pod-secrets-1265ded5-6055-4bdd-8cfb-3476920f2d31" in namespace "secrets-9310" to be "running and ready" +Mar 8 14:34:16.745: INFO: Pod "pod-secrets-1265ded5-6055-4bdd-8cfb-3476920f2d31": Phase="Pending", Reason="", readiness=false. Elapsed: 2.27836ms +Mar 8 14:34:16.746: INFO: The phase of Pod pod-secrets-1265ded5-6055-4bdd-8cfb-3476920f2d31 is Pending, waiting for it to be Running (with Ready = true) +Mar 8 14:34:18.751: INFO: Pod "pod-secrets-1265ded5-6055-4bdd-8cfb-3476920f2d31": Phase="Running", Reason="", readiness=true. Elapsed: 2.007310114s +Mar 8 14:34:18.751: INFO: The phase of Pod pod-secrets-1265ded5-6055-4bdd-8cfb-3476920f2d31 is Running (Ready = true) +Mar 8 14:34:18.751: INFO: Pod "pod-secrets-1265ded5-6055-4bdd-8cfb-3476920f2d31" satisfied condition "running and ready" +STEP: Deleting secret s-test-opt-del-13cb3e28-7dd4-4af2-b577-8ecd093f3916 03/08/23 14:34:18.767 +STEP: Updating secret s-test-opt-upd-aaef38ed-f193-462a-8d94-e475ccc95e78 03/08/23 14:34:18.772 +STEP: Creating secret with name s-test-opt-create-c879c14f-13af-4b25-b591-e2789ff315b1 03/08/23 14:34:18.776 +STEP: waiting to observe update in volume 03/08/23 14:34:18.779 +[AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 +Mar 8 14:34:20.800: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "secrets-9310" for this suite. 03/08/23 14:34:20.804 +{"msg":"PASSED [sig-storage] Secrets optional updates should be reflected in volume [NodeConformance] [Conformance]","completed":57,"skipped":1306,"failed":0} +------------------------------ +• [4.105 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 03/08/23 14:34:16.706 + Mar 8 14:34:16.706: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename secrets 03/08/23 14:34:16.707 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:34:16.719 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:34:16.722 + [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-13cb3e28-7dd4-4af2-b577-8ecd093f3916 03/08/23 14:34:16.729 + STEP: Creating secret with name s-test-opt-upd-aaef38ed-f193-462a-8d94-e475ccc95e78 03/08/23 14:34:16.733 + STEP: Creating the pod 03/08/23 14:34:16.737 + Mar 8 14:34:16.743: INFO: Waiting up to 5m0s for pod "pod-secrets-1265ded5-6055-4bdd-8cfb-3476920f2d31" in namespace "secrets-9310" to be "running and ready" + Mar 8 14:34:16.745: INFO: Pod "pod-secrets-1265ded5-6055-4bdd-8cfb-3476920f2d31": Phase="Pending", Reason="", readiness=false. Elapsed: 2.27836ms + Mar 8 14:34:16.746: INFO: The phase of Pod pod-secrets-1265ded5-6055-4bdd-8cfb-3476920f2d31 is Pending, waiting for it to be Running (with Ready = true) + Mar 8 14:34:18.751: INFO: Pod "pod-secrets-1265ded5-6055-4bdd-8cfb-3476920f2d31": Phase="Running", Reason="", readiness=true. Elapsed: 2.007310114s + Mar 8 14:34:18.751: INFO: The phase of Pod pod-secrets-1265ded5-6055-4bdd-8cfb-3476920f2d31 is Running (Ready = true) + Mar 8 14:34:18.751: INFO: Pod "pod-secrets-1265ded5-6055-4bdd-8cfb-3476920f2d31" satisfied condition "running and ready" + STEP: Deleting secret s-test-opt-del-13cb3e28-7dd4-4af2-b577-8ecd093f3916 03/08/23 14:34:18.767 + STEP: Updating secret s-test-opt-upd-aaef38ed-f193-462a-8d94-e475ccc95e78 03/08/23 14:34:18.772 + STEP: Creating secret with name s-test-opt-create-c879c14f-13af-4b25-b591-e2789ff315b1 03/08/23 14:34:18.776 + STEP: waiting to observe update in volume 03/08/23 14:34:18.779 + [AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 + Mar 8 14:34:20.800: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "secrets-9310" for this suite. 03/08/23 14:34:20.804 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:34:20.813 +Mar 8 14:34:20.813: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename sched-pred 03/08/23 14:34:20.814 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:34:20.836 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:34:20.839 +[BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:92 +Mar 8 14:34:20.841: INFO: Waiting up to 1m0s for all (but 0) nodes to be ready +Mar 8 14:34:20.849: INFO: Waiting for terminating namespaces to be deleted... +Mar 8 14:34:20.852: INFO: +Logging pods the apiserver thinks is on node worker1 before test +Mar 8 14:34:20.859: INFO: kube-flannel-ds-7nbpm from kube-flannel started at 2023-03-08 07:28:47 +0000 UTC (1 container statuses recorded) +Mar 8 14:34:20.859: INFO: Container kube-flannel ready: true, restart count 0 +Mar 8 14:34:20.859: INFO: kube-proxy-hl82v from kube-system started at 2023-03-07 06:32:23 +0000 UTC (1 container statuses recorded) +Mar 8 14:34:20.859: INFO: Container kube-proxy ready: true, restart count 0 +Mar 8 14:34:20.859: INFO: metrics-server-548d8b6db7-gwq5j from kube-system started at 2023-03-07 06:33:40 +0000 UTC (1 container statuses recorded) +Mar 8 14:34:20.859: INFO: Container metrics-server ready: true, restart count 0 +Mar 8 14:34:20.859: INFO: node-shell-d8c79cec-027f-401a-8161-5f13829b3a9c from kube-system started at 2023-03-08 14:11:47 +0000 UTC (1 container statuses recorded) +Mar 8 14:34:20.859: INFO: Container shell ready: true, restart count 0 +Mar 8 14:34:20.859: INFO: sonobuoy-e2e-job-58662121d0d14a0b from sonobuoy started at 2023-03-08 14:09:50 +0000 UTC (2 container statuses recorded) +Mar 8 14:34:20.859: INFO: Container e2e ready: true, restart count 0 +Mar 8 14:34:20.859: INFO: Container sonobuoy-worker ready: true, restart count 0 +Mar 8 14:34:20.859: INFO: sonobuoy-systemd-logs-daemon-set-93720c3627c543b7-w659z from sonobuoy started at 2023-03-08 14:09:50 +0000 UTC (2 container statuses recorded) +Mar 8 14:34:20.859: INFO: Container sonobuoy-worker ready: true, restart count 0 +Mar 8 14:34:20.859: INFO: Container systemd-logs ready: true, restart count 0 +Mar 8 14:34:20.859: INFO: +Logging pods the apiserver thinks is on node worker2 before test +Mar 8 14:34:20.865: INFO: ecp-crd-controller-manager-766895f4d9-9dgh8 from ecp-crd-system started at 2023-03-08 06:41:45 +0000 UTC (2 container statuses recorded) +Mar 8 14:34:20.865: INFO: Container kube-rbac-proxy ready: true, restart count 0 +Mar 8 14:34:20.865: INFO: Container manager ready: true, restart count 0 +Mar 8 14:34:20.865: INFO: kube-flannel-ds-d5ncx from kube-flannel started at 2023-03-08 04:36:23 +0000 UTC (1 container statuses recorded) +Mar 8 14:34:20.865: INFO: Container kube-flannel ready: true, restart count 0 +Mar 8 14:34:20.865: INFO: kube-proxy-t792v from kube-system started at 2023-03-07 06:32:30 +0000 UTC (1 container statuses recorded) +Mar 8 14:34:20.865: INFO: Container kube-proxy ready: true, restart count 0 +Mar 8 14:34:20.865: INFO: node-shell-b8ac941b-26e9-4dde-8a0a-ebe2b52938e4 from kube-system started at 2023-03-08 14:11:47 +0000 UTC (1 container statuses recorded) +Mar 8 14:34:20.865: INFO: Container shell ready: true, restart count 0 +Mar 8 14:34:20.865: INFO: pod-secrets-1265ded5-6055-4bdd-8cfb-3476920f2d31 from secrets-9310 started at 2023-03-08 14:34:16 +0000 UTC (3 container statuses recorded) +Mar 8 14:34:20.865: INFO: Container creates-volume-test ready: true, restart count 0 +Mar 8 14:34:20.865: INFO: Container dels-volume-test ready: true, restart count 0 +Mar 8 14:34:20.865: INFO: Container upds-volume-test ready: true, restart count 0 +Mar 8 14:34:20.865: INFO: sonobuoy from sonobuoy started at 2023-03-08 14:09:49 +0000 UTC (1 container statuses recorded) +Mar 8 14:34:20.865: INFO: Container kube-sonobuoy ready: true, restart count 0 +Mar 8 14:34:20.865: INFO: sonobuoy-systemd-logs-daemon-set-93720c3627c543b7-94fks from sonobuoy started at 2023-03-08 14:09:50 +0000 UTC (2 container statuses recorded) +Mar 8 14:34:20.865: INFO: Container sonobuoy-worker ready: true, restart count 0 +Mar 8 14:34:20.865: 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. 03/08/23 14:34:20.865 +Mar 8 14:34:20.873: INFO: Waiting up to 1m0s for pod "without-label" in namespace "sched-pred-8684" to be "running" +Mar 8 14:34:20.875: INFO: Pod "without-label": Phase="Pending", Reason="", readiness=false. Elapsed: 2.547345ms +Mar 8 14:34:22.882: INFO: Pod "without-label": Phase="Running", Reason="", readiness=true. Elapsed: 2.008739718s +Mar 8 14:34:22.882: INFO: Pod "without-label" satisfied condition "running" +STEP: Explicitly delete pod here to free the resource it takes. 03/08/23 14:34:22.885 +STEP: Trying to apply a random label on the found node. 03/08/23 14:34:22.896 +STEP: verifying the node has the label kubernetes.io/e2e-726c4781-92b1-4908-85e7-5f3393edfca3 95 03/08/23 14:34:22.905 +STEP: Trying to create a pod(pod4) with hostport 54322 and hostIP 0.0.0.0(empty string here) and expect scheduled 03/08/23 14:34:22.908 +Mar 8 14:34:22.914: INFO: Waiting up to 5m0s for pod "pod4" in namespace "sched-pred-8684" to be "not pending" +Mar 8 14:34:22.917: INFO: Pod "pod4": Phase="Pending", Reason="", readiness=false. Elapsed: 2.472945ms +Mar 8 14:34:24.924: INFO: Pod "pod4": Phase="Running", Reason="", readiness=true. Elapsed: 2.009290364s +Mar 8 14:34:24.924: INFO: Pod "pod4" satisfied condition "not pending" +STEP: Trying to create another pod(pod5) with hostport 54322 but hostIP 10.0.0.17 on the node which pod4 resides and expect not scheduled 03/08/23 14:34:24.924 +Mar 8 14:34:24.930: INFO: Waiting up to 5m0s for pod "pod5" in namespace "sched-pred-8684" to be "not pending" +Mar 8 14:34:24.933: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2.973558ms +Mar 8 14:34:26.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007811431s +Mar 8 14:34:28.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4.008149715s +Mar 8 14:34:30.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 6.007293385s +Mar 8 14:34:32.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 8.007500487s +Mar 8 14:34:34.939: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 10.009410829s +Mar 8 14:34:36.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 12.00795463s +Mar 8 14:34:38.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 14.00844102s +Mar 8 14:34:40.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 16.007897299s +Mar 8 14:34:42.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 18.00803905s +Mar 8 14:34:44.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 20.007090206s +Mar 8 14:34:46.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 22.007007257s +Mar 8 14:34:48.939: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 24.008938888s +Mar 8 14:34:50.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 26.007181413s +Mar 8 14:34:52.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 28.008838345s +Mar 8 14:34:54.936: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 30.006641468s +Mar 8 14:34:56.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 32.008485318s +Mar 8 14:34:58.936: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 34.006885766s +Mar 8 14:35:00.940: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 36.009889916s +Mar 8 14:35:02.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 38.007562993s +Mar 8 14:35:04.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 40.008694927s +Mar 8 14:35:06.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 42.007735653s +Mar 8 14:35:08.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 44.007393535s +Mar 8 14:35:10.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 46.007557576s +Mar 8 14:35:12.939: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 48.009779233s +Mar 8 14:35:14.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 50.00812416s +Mar 8 14:35:16.936: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 52.006823524s +Mar 8 14:35:18.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 54.008766371s +Mar 8 14:35:20.939: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 56.009100379s +Mar 8 14:35:22.939: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 58.009278716s +Mar 8 14:35:24.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m0.008604504s +Mar 8 14:35:26.936: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m2.006676298s +Mar 8 14:35:28.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m4.006903563s +Mar 8 14:35:30.939: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m6.00895295s +Mar 8 14:35:32.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m8.008332739s +Mar 8 14:35:34.939: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m10.009152515s +Mar 8 14:35:36.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m12.007370772s +Mar 8 14:35:38.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m14.007345406s +Mar 8 14:35:40.939: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m16.008911112s +Mar 8 14:35:42.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m18.008734821s +Mar 8 14:35:44.939: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m20.009040338s +Mar 8 14:35:46.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m22.007042849s +Mar 8 14:35:48.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m24.007174237s +Mar 8 14:35:50.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m26.008034286s +Mar 8 14:35:52.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m28.008803195s +Mar 8 14:35:54.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m30.007742612s +Mar 8 14:35:56.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m32.008399895s +Mar 8 14:35:58.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m34.007123002s +Mar 8 14:36:00.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m36.007104889s +Mar 8 14:36:02.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m38.007685325s +Mar 8 14:36:04.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m40.007186717s +Mar 8 14:36:06.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m42.00740832s +Mar 8 14:36:08.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m44.007676123s +Mar 8 14:36:10.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m46.007559546s +Mar 8 14:36:12.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m48.008575045s +Mar 8 14:36:14.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m50.008328262s +Mar 8 14:36:16.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m52.007066091s +Mar 8 14:36:18.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m54.00766196s +Mar 8 14:36:20.939: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m56.008941994s +Mar 8 14:36:22.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m58.007784674s +Mar 8 14:36:24.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m0.007342972s +Mar 8 14:36:26.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m2.007180916s +Mar 8 14:36:28.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m4.008351241s +Mar 8 14:36:30.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m6.008284685s +Mar 8 14:36:32.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m8.007569105s +Mar 8 14:36:34.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m10.008019163s +Mar 8 14:36:36.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m12.007554464s +Mar 8 14:36:38.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m14.008576525s +Mar 8 14:36:40.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m16.008417422s +Mar 8 14:36:42.936: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m18.006788799s +Mar 8 14:36:44.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m20.007297258s +Mar 8 14:36:46.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m22.007203094s +Mar 8 14:36:48.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m24.007304179s +Mar 8 14:36:50.936: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m26.006731296s +Mar 8 14:36:52.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m28.007682066s +Mar 8 14:36:54.940: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m30.010220622s +Mar 8 14:36:56.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m32.007920095s +Mar 8 14:36:58.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m34.008172461s +Mar 8 14:37:00.939: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m36.009326385s +Mar 8 14:37:02.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m38.007604719s +Mar 8 14:37:04.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m40.008507156s +Mar 8 14:37:06.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m42.007694347s +Mar 8 14:37:08.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m44.007563028s +Mar 8 14:37:10.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m46.007323785s +Mar 8 14:37:12.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m48.007636005s +Mar 8 14:37:14.939: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m50.008905693s +Mar 8 14:37:16.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m52.007458666s +Mar 8 14:37:18.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m54.007373799s +Mar 8 14:37:20.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m56.007195837s +Mar 8 14:37:22.940: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m58.010603913s +Mar 8 14:37:24.939: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m0.008972574s +Mar 8 14:37:26.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m2.008420387s +Mar 8 14:37:28.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m4.008502027s +Mar 8 14:37:30.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m6.00799377s +Mar 8 14:37:32.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m8.007877234s +Mar 8 14:37:34.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m10.00800593s +Mar 8 14:37:36.936: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m12.006807009s +Mar 8 14:37:38.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m14.008740793s +Mar 8 14:37:40.939: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m16.009180154s +Mar 8 14:37:42.949: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m18.019286209s +Mar 8 14:37:44.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m20.007101339s +Mar 8 14:37:46.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m22.006984621s +Mar 8 14:37:48.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m24.007179696s +Mar 8 14:37:50.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m26.007182387s +Mar 8 14:37:52.939: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m28.008936391s +Mar 8 14:37:54.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m30.007796663s +Mar 8 14:37:56.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m32.008231648s +Mar 8 14:37:58.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m34.007933948s +Mar 8 14:38:00.939: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m36.009383428s +Mar 8 14:38:02.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m38.008066647s +Mar 8 14:38:04.940: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m40.009963146s +Mar 8 14:38:06.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m42.008008696s +Mar 8 14:38:08.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m44.007233927s +Mar 8 14:38:10.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m46.007385959s +Mar 8 14:38:12.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m48.008676663s +Mar 8 14:38:14.940: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m50.010007824s +Mar 8 14:38:16.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m52.00786602s +Mar 8 14:38:18.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m54.007703095s +Mar 8 14:38:20.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m56.00752374s +Mar 8 14:38:22.994: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m58.064485863s +Mar 8 14:38:24.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m0.007043765s +Mar 8 14:38:26.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m2.007635958s +Mar 8 14:38:28.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m4.008853496s +Mar 8 14:38:30.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m6.008672929s +Mar 8 14:38:32.939: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m8.00918912s +Mar 8 14:38:34.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m10.007981833s +Mar 8 14:38:36.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m12.007907019s +Mar 8 14:38:38.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m14.007051891s +Mar 8 14:38:40.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m16.008676641s +Mar 8 14:38:42.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m18.008122474s +Mar 8 14:38:44.939: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m20.009180294s +Mar 8 14:38:46.936: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m22.006709124s +Mar 8 14:38:48.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m24.00842383s +Mar 8 14:38:50.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m26.007002274s +Mar 8 14:38:52.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m28.007158959s +Mar 8 14:38:54.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m30.007262386s +Mar 8 14:38:56.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m32.007268578s +Mar 8 14:38:58.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m34.006968182s +Mar 8 14:39:00.940: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m36.010440569s +Mar 8 14:39:02.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m38.007522219s +Mar 8 14:39:04.942: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m40.012604604s +Mar 8 14:39:06.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m42.007725204s +Mar 8 14:39:08.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m44.007698664s +Mar 8 14:39:10.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m46.008038786s +Mar 8 14:39:12.939: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m48.00973391s +Mar 8 14:39:14.942: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m50.012338075s +Mar 8 14:39:16.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m52.006991998s +Mar 8 14:39:18.936: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m54.006796968s +Mar 8 14:39:20.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m56.007255116s +Mar 8 14:39:22.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m58.007365547s +Mar 8 14:39:24.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 5m0.008150717s +Mar 8 14:39:24.941: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 5m0.011592319s +STEP: removing the label kubernetes.io/e2e-726c4781-92b1-4908-85e7-5f3393edfca3 off the node worker1 03/08/23 14:39:24.941 +STEP: verifying the node doesn't have the label kubernetes.io/e2e-726c4781-92b1-4908-85e7-5f3393edfca3 03/08/23 14:39:24.956 +[AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/framework.go:187 +Mar 8 14:39:24.961: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "sched-pred-8684" for this suite. 03/08/23 14:39:24.967 +[AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:83 +{"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":58,"skipped":1338,"failed":0} +------------------------------ +• [SLOW TEST] [304.162 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 03/08/23 14:34:20.813 + Mar 8 14:34:20.813: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename sched-pred 03/08/23 14:34:20.814 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:34:20.836 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:34:20.839 + [BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:92 + Mar 8 14:34:20.841: INFO: Waiting up to 1m0s for all (but 0) nodes to be ready + Mar 8 14:34:20.849: INFO: Waiting for terminating namespaces to be deleted... + Mar 8 14:34:20.852: INFO: + Logging pods the apiserver thinks is on node worker1 before test + Mar 8 14:34:20.859: INFO: kube-flannel-ds-7nbpm from kube-flannel started at 2023-03-08 07:28:47 +0000 UTC (1 container statuses recorded) + Mar 8 14:34:20.859: INFO: Container kube-flannel ready: true, restart count 0 + Mar 8 14:34:20.859: INFO: kube-proxy-hl82v from kube-system started at 2023-03-07 06:32:23 +0000 UTC (1 container statuses recorded) + Mar 8 14:34:20.859: INFO: Container kube-proxy ready: true, restart count 0 + Mar 8 14:34:20.859: INFO: metrics-server-548d8b6db7-gwq5j from kube-system started at 2023-03-07 06:33:40 +0000 UTC (1 container statuses recorded) + Mar 8 14:34:20.859: INFO: Container metrics-server ready: true, restart count 0 + Mar 8 14:34:20.859: INFO: node-shell-d8c79cec-027f-401a-8161-5f13829b3a9c from kube-system started at 2023-03-08 14:11:47 +0000 UTC (1 container statuses recorded) + Mar 8 14:34:20.859: INFO: Container shell ready: true, restart count 0 + Mar 8 14:34:20.859: INFO: sonobuoy-e2e-job-58662121d0d14a0b from sonobuoy started at 2023-03-08 14:09:50 +0000 UTC (2 container statuses recorded) + Mar 8 14:34:20.859: INFO: Container e2e ready: true, restart count 0 + Mar 8 14:34:20.859: INFO: Container sonobuoy-worker ready: true, restart count 0 + Mar 8 14:34:20.859: INFO: sonobuoy-systemd-logs-daemon-set-93720c3627c543b7-w659z from sonobuoy started at 2023-03-08 14:09:50 +0000 UTC (2 container statuses recorded) + Mar 8 14:34:20.859: INFO: Container sonobuoy-worker ready: true, restart count 0 + Mar 8 14:34:20.859: INFO: Container systemd-logs ready: true, restart count 0 + Mar 8 14:34:20.859: INFO: + Logging pods the apiserver thinks is on node worker2 before test + Mar 8 14:34:20.865: INFO: ecp-crd-controller-manager-766895f4d9-9dgh8 from ecp-crd-system started at 2023-03-08 06:41:45 +0000 UTC (2 container statuses recorded) + Mar 8 14:34:20.865: INFO: Container kube-rbac-proxy ready: true, restart count 0 + Mar 8 14:34:20.865: INFO: Container manager ready: true, restart count 0 + Mar 8 14:34:20.865: INFO: kube-flannel-ds-d5ncx from kube-flannel started at 2023-03-08 04:36:23 +0000 UTC (1 container statuses recorded) + Mar 8 14:34:20.865: INFO: Container kube-flannel ready: true, restart count 0 + Mar 8 14:34:20.865: INFO: kube-proxy-t792v from kube-system started at 2023-03-07 06:32:30 +0000 UTC (1 container statuses recorded) + Mar 8 14:34:20.865: INFO: Container kube-proxy ready: true, restart count 0 + Mar 8 14:34:20.865: INFO: node-shell-b8ac941b-26e9-4dde-8a0a-ebe2b52938e4 from kube-system started at 2023-03-08 14:11:47 +0000 UTC (1 container statuses recorded) + Mar 8 14:34:20.865: INFO: Container shell ready: true, restart count 0 + Mar 8 14:34:20.865: INFO: pod-secrets-1265ded5-6055-4bdd-8cfb-3476920f2d31 from secrets-9310 started at 2023-03-08 14:34:16 +0000 UTC (3 container statuses recorded) + Mar 8 14:34:20.865: INFO: Container creates-volume-test ready: true, restart count 0 + Mar 8 14:34:20.865: INFO: Container dels-volume-test ready: true, restart count 0 + Mar 8 14:34:20.865: INFO: Container upds-volume-test ready: true, restart count 0 + Mar 8 14:34:20.865: INFO: sonobuoy from sonobuoy started at 2023-03-08 14:09:49 +0000 UTC (1 container statuses recorded) + Mar 8 14:34:20.865: INFO: Container kube-sonobuoy ready: true, restart count 0 + Mar 8 14:34:20.865: INFO: sonobuoy-systemd-logs-daemon-set-93720c3627c543b7-94fks from sonobuoy started at 2023-03-08 14:09:50 +0000 UTC (2 container statuses recorded) + Mar 8 14:34:20.865: INFO: Container sonobuoy-worker ready: true, restart count 0 + Mar 8 14:34:20.865: 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. 03/08/23 14:34:20.865 + Mar 8 14:34:20.873: INFO: Waiting up to 1m0s for pod "without-label" in namespace "sched-pred-8684" to be "running" + Mar 8 14:34:20.875: INFO: Pod "without-label": Phase="Pending", Reason="", readiness=false. Elapsed: 2.547345ms + Mar 8 14:34:22.882: INFO: Pod "without-label": Phase="Running", Reason="", readiness=true. Elapsed: 2.008739718s + Mar 8 14:34:22.882: INFO: Pod "without-label" satisfied condition "running" + STEP: Explicitly delete pod here to free the resource it takes. 03/08/23 14:34:22.885 + STEP: Trying to apply a random label on the found node. 03/08/23 14:34:22.896 + STEP: verifying the node has the label kubernetes.io/e2e-726c4781-92b1-4908-85e7-5f3393edfca3 95 03/08/23 14:34:22.905 + STEP: Trying to create a pod(pod4) with hostport 54322 and hostIP 0.0.0.0(empty string here) and expect scheduled 03/08/23 14:34:22.908 + Mar 8 14:34:22.914: INFO: Waiting up to 5m0s for pod "pod4" in namespace "sched-pred-8684" to be "not pending" + Mar 8 14:34:22.917: INFO: Pod "pod4": Phase="Pending", Reason="", readiness=false. Elapsed: 2.472945ms + Mar 8 14:34:24.924: INFO: Pod "pod4": Phase="Running", Reason="", readiness=true. Elapsed: 2.009290364s + Mar 8 14:34:24.924: INFO: Pod "pod4" satisfied condition "not pending" + STEP: Trying to create another pod(pod5) with hostport 54322 but hostIP 10.0.0.17 on the node which pod4 resides and expect not scheduled 03/08/23 14:34:24.924 + Mar 8 14:34:24.930: INFO: Waiting up to 5m0s for pod "pod5" in namespace "sched-pred-8684" to be "not pending" + Mar 8 14:34:24.933: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2.973558ms + Mar 8 14:34:26.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007811431s + Mar 8 14:34:28.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4.008149715s + Mar 8 14:34:30.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 6.007293385s + Mar 8 14:34:32.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 8.007500487s + Mar 8 14:34:34.939: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 10.009410829s + Mar 8 14:34:36.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 12.00795463s + Mar 8 14:34:38.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 14.00844102s + Mar 8 14:34:40.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 16.007897299s + Mar 8 14:34:42.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 18.00803905s + Mar 8 14:34:44.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 20.007090206s + Mar 8 14:34:46.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 22.007007257s + Mar 8 14:34:48.939: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 24.008938888s + Mar 8 14:34:50.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 26.007181413s + Mar 8 14:34:52.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 28.008838345s + Mar 8 14:34:54.936: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 30.006641468s + Mar 8 14:34:56.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 32.008485318s + Mar 8 14:34:58.936: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 34.006885766s + Mar 8 14:35:00.940: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 36.009889916s + Mar 8 14:35:02.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 38.007562993s + Mar 8 14:35:04.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 40.008694927s + Mar 8 14:35:06.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 42.007735653s + Mar 8 14:35:08.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 44.007393535s + Mar 8 14:35:10.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 46.007557576s + Mar 8 14:35:12.939: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 48.009779233s + Mar 8 14:35:14.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 50.00812416s + Mar 8 14:35:16.936: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 52.006823524s + Mar 8 14:35:18.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 54.008766371s + Mar 8 14:35:20.939: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 56.009100379s + Mar 8 14:35:22.939: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 58.009278716s + Mar 8 14:35:24.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m0.008604504s + Mar 8 14:35:26.936: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m2.006676298s + Mar 8 14:35:28.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m4.006903563s + Mar 8 14:35:30.939: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m6.00895295s + Mar 8 14:35:32.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m8.008332739s + Mar 8 14:35:34.939: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m10.009152515s + Mar 8 14:35:36.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m12.007370772s + Mar 8 14:35:38.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m14.007345406s + Mar 8 14:35:40.939: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m16.008911112s + Mar 8 14:35:42.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m18.008734821s + Mar 8 14:35:44.939: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m20.009040338s + Mar 8 14:35:46.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m22.007042849s + Mar 8 14:35:48.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m24.007174237s + Mar 8 14:35:50.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m26.008034286s + Mar 8 14:35:52.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m28.008803195s + Mar 8 14:35:54.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m30.007742612s + Mar 8 14:35:56.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m32.008399895s + Mar 8 14:35:58.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m34.007123002s + Mar 8 14:36:00.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m36.007104889s + Mar 8 14:36:02.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m38.007685325s + Mar 8 14:36:04.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m40.007186717s + Mar 8 14:36:06.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m42.00740832s + Mar 8 14:36:08.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m44.007676123s + Mar 8 14:36:10.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m46.007559546s + Mar 8 14:36:12.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m48.008575045s + Mar 8 14:36:14.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m50.008328262s + Mar 8 14:36:16.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m52.007066091s + Mar 8 14:36:18.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m54.00766196s + Mar 8 14:36:20.939: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m56.008941994s + Mar 8 14:36:22.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m58.007784674s + Mar 8 14:36:24.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m0.007342972s + Mar 8 14:36:26.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m2.007180916s + Mar 8 14:36:28.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m4.008351241s + Mar 8 14:36:30.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m6.008284685s + Mar 8 14:36:32.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m8.007569105s + Mar 8 14:36:34.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m10.008019163s + Mar 8 14:36:36.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m12.007554464s + Mar 8 14:36:38.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m14.008576525s + Mar 8 14:36:40.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m16.008417422s + Mar 8 14:36:42.936: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m18.006788799s + Mar 8 14:36:44.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m20.007297258s + Mar 8 14:36:46.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m22.007203094s + Mar 8 14:36:48.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m24.007304179s + Mar 8 14:36:50.936: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m26.006731296s + Mar 8 14:36:52.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m28.007682066s + Mar 8 14:36:54.940: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m30.010220622s + Mar 8 14:36:56.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m32.007920095s + Mar 8 14:36:58.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m34.008172461s + Mar 8 14:37:00.939: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m36.009326385s + Mar 8 14:37:02.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m38.007604719s + Mar 8 14:37:04.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m40.008507156s + Mar 8 14:37:06.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m42.007694347s + Mar 8 14:37:08.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m44.007563028s + Mar 8 14:37:10.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m46.007323785s + Mar 8 14:37:12.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m48.007636005s + Mar 8 14:37:14.939: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m50.008905693s + Mar 8 14:37:16.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m52.007458666s + Mar 8 14:37:18.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m54.007373799s + Mar 8 14:37:20.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m56.007195837s + Mar 8 14:37:22.940: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m58.010603913s + Mar 8 14:37:24.939: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m0.008972574s + Mar 8 14:37:26.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m2.008420387s + Mar 8 14:37:28.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m4.008502027s + Mar 8 14:37:30.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m6.00799377s + Mar 8 14:37:32.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m8.007877234s + Mar 8 14:37:34.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m10.00800593s + Mar 8 14:37:36.936: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m12.006807009s + Mar 8 14:37:38.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m14.008740793s + Mar 8 14:37:40.939: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m16.009180154s + Mar 8 14:37:42.949: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m18.019286209s + Mar 8 14:37:44.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m20.007101339s + Mar 8 14:37:46.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m22.006984621s + Mar 8 14:37:48.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m24.007179696s + Mar 8 14:37:50.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m26.007182387s + Mar 8 14:37:52.939: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m28.008936391s + Mar 8 14:37:54.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m30.007796663s + Mar 8 14:37:56.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m32.008231648s + Mar 8 14:37:58.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m34.007933948s + Mar 8 14:38:00.939: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m36.009383428s + Mar 8 14:38:02.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m38.008066647s + Mar 8 14:38:04.940: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m40.009963146s + Mar 8 14:38:06.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m42.008008696s + Mar 8 14:38:08.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m44.007233927s + Mar 8 14:38:10.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m46.007385959s + Mar 8 14:38:12.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m48.008676663s + Mar 8 14:38:14.940: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m50.010007824s + Mar 8 14:38:16.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m52.00786602s + Mar 8 14:38:18.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m54.007703095s + Mar 8 14:38:20.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m56.00752374s + Mar 8 14:38:22.994: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m58.064485863s + Mar 8 14:38:24.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m0.007043765s + Mar 8 14:38:26.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m2.007635958s + Mar 8 14:38:28.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m4.008853496s + Mar 8 14:38:30.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m6.008672929s + Mar 8 14:38:32.939: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m8.00918912s + Mar 8 14:38:34.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m10.007981833s + Mar 8 14:38:36.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m12.007907019s + Mar 8 14:38:38.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m14.007051891s + Mar 8 14:38:40.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m16.008676641s + Mar 8 14:38:42.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m18.008122474s + Mar 8 14:38:44.939: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m20.009180294s + Mar 8 14:38:46.936: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m22.006709124s + Mar 8 14:38:48.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m24.00842383s + Mar 8 14:38:50.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m26.007002274s + Mar 8 14:38:52.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m28.007158959s + Mar 8 14:38:54.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m30.007262386s + Mar 8 14:38:56.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m32.007268578s + Mar 8 14:38:58.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m34.006968182s + Mar 8 14:39:00.940: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m36.010440569s + Mar 8 14:39:02.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m38.007522219s + Mar 8 14:39:04.942: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m40.012604604s + Mar 8 14:39:06.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m42.007725204s + Mar 8 14:39:08.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m44.007698664s + Mar 8 14:39:10.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m46.008038786s + Mar 8 14:39:12.939: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m48.00973391s + Mar 8 14:39:14.942: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m50.012338075s + Mar 8 14:39:16.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m52.006991998s + Mar 8 14:39:18.936: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m54.006796968s + Mar 8 14:39:20.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m56.007255116s + Mar 8 14:39:22.937: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m58.007365547s + Mar 8 14:39:24.938: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 5m0.008150717s + Mar 8 14:39:24.941: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 5m0.011592319s + STEP: removing the label kubernetes.io/e2e-726c4781-92b1-4908-85e7-5f3393edfca3 off the node worker1 03/08/23 14:39:24.941 + STEP: verifying the node doesn't have the label kubernetes.io/e2e-726c4781-92b1-4908-85e7-5f3393edfca3 03/08/23 14:39:24.956 + [AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/framework.go:187 + Mar 8 14:39:24.961: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "sched-pred-8684" for this suite. 03/08/23 14:39:24.967 + [AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:83 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSS +------------------------------ +[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 03/08/23 14:39:24.975 +Mar 8 14:39:24.975: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename projected 03/08/23 14:39:24.976 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:39:24.994 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:39:24.997 +[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 03/08/23 14:39:25 +Mar 8 14:39:25.008: INFO: Waiting up to 5m0s for pod "downwardapi-volume-06ae65ac-f1ac-4d46-8d68-489a52a09ac6" in namespace "projected-3034" to be "Succeeded or Failed" +Mar 8 14:39:25.010: INFO: Pod "downwardapi-volume-06ae65ac-f1ac-4d46-8d68-489a52a09ac6": Phase="Pending", Reason="", readiness=false. Elapsed: 2.499638ms +Mar 8 14:39:27.016: INFO: Pod "downwardapi-volume-06ae65ac-f1ac-4d46-8d68-489a52a09ac6": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007887365s +Mar 8 14:39:29.015: INFO: Pod "downwardapi-volume-06ae65ac-f1ac-4d46-8d68-489a52a09ac6": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006906708s +STEP: Saw pod success 03/08/23 14:39:29.015 +Mar 8 14:39:29.015: INFO: Pod "downwardapi-volume-06ae65ac-f1ac-4d46-8d68-489a52a09ac6" satisfied condition "Succeeded or Failed" +Mar 8 14:39:29.018: INFO: Trying to get logs from node worker2 pod downwardapi-volume-06ae65ac-f1ac-4d46-8d68-489a52a09ac6 container client-container: +STEP: delete the pod 03/08/23 14:39:29.035 +Mar 8 14:39:29.047: INFO: Waiting for pod downwardapi-volume-06ae65ac-f1ac-4d46-8d68-489a52a09ac6 to disappear +Mar 8 14:39:29.050: INFO: Pod downwardapi-volume-06ae65ac-f1ac-4d46-8d68-489a52a09ac6 no longer exists +[AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 +Mar 8 14:39:29.050: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-3034" for this suite. 03/08/23 14:39:29.054 +{"msg":"PASSED [sig-storage] Projected downwardAPI should provide node allocatable (cpu) as default cpu limit if the limit is not set [NodeConformance] [Conformance]","completed":59,"skipped":1345,"failed":0} +------------------------------ +• [4.085 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 03/08/23 14:39:24.975 + Mar 8 14:39:24.975: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename projected 03/08/23 14:39:24.976 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:39:24.994 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:39:24.997 + [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 03/08/23 14:39:25 + Mar 8 14:39:25.008: INFO: Waiting up to 5m0s for pod "downwardapi-volume-06ae65ac-f1ac-4d46-8d68-489a52a09ac6" in namespace "projected-3034" to be "Succeeded or Failed" + Mar 8 14:39:25.010: INFO: Pod "downwardapi-volume-06ae65ac-f1ac-4d46-8d68-489a52a09ac6": Phase="Pending", Reason="", readiness=false. Elapsed: 2.499638ms + Mar 8 14:39:27.016: INFO: Pod "downwardapi-volume-06ae65ac-f1ac-4d46-8d68-489a52a09ac6": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007887365s + Mar 8 14:39:29.015: INFO: Pod "downwardapi-volume-06ae65ac-f1ac-4d46-8d68-489a52a09ac6": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006906708s + STEP: Saw pod success 03/08/23 14:39:29.015 + Mar 8 14:39:29.015: INFO: Pod "downwardapi-volume-06ae65ac-f1ac-4d46-8d68-489a52a09ac6" satisfied condition "Succeeded or Failed" + Mar 8 14:39:29.018: INFO: Trying to get logs from node worker2 pod downwardapi-volume-06ae65ac-f1ac-4d46-8d68-489a52a09ac6 container client-container: + STEP: delete the pod 03/08/23 14:39:29.035 + Mar 8 14:39:29.047: INFO: Waiting for pod downwardapi-volume-06ae65ac-f1ac-4d46-8d68-489a52a09ac6 to disappear + Mar 8 14:39:29.050: INFO: Pod downwardapi-volume-06ae65ac-f1ac-4d46-8d68-489a52a09ac6 no longer exists + [AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 + Mar 8 14:39:29.050: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-3034" for this suite. 03/08/23 14:39:29.054 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:39:29.061 +Mar 8 14:39:29.061: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename configmap 03/08/23 14:39:29.062 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:39:29.075 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:39:29.078 +[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-ec9a4abe-e9c8-42a5-aaa7-e59dab2a7f15 03/08/23 14:39:29.081 +[AfterEach] [sig-node] ConfigMap + test/e2e/framework/framework.go:187 +Mar 8 14:39:29.083: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "configmap-5834" for this suite. 03/08/23 14:39:29.087 +{"msg":"PASSED [sig-node] ConfigMap should fail to create ConfigMap with empty key [Conformance]","completed":60,"skipped":1364,"failed":0} +------------------------------ +• [0.031 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 03/08/23 14:39:29.061 + Mar 8 14:39:29.061: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename configmap 03/08/23 14:39:29.062 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:39:29.075 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:39:29.078 + [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-ec9a4abe-e9c8-42a5-aaa7-e59dab2a7f15 03/08/23 14:39:29.081 + [AfterEach] [sig-node] ConfigMap + test/e2e/framework/framework.go:187 + Mar 8 14:39:29.083: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "configmap-5834" for this suite. 03/08/23 14:39:29.087 + << End Captured GinkgoWriter Output +------------------------------ +SSS +------------------------------ +[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 03/08/23 14:39:29.092 +Mar 8 14:39:29.092: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename emptydir 03/08/23 14:39:29.093 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:39:29.108 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:39:29.11 +[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 03/08/23 14:39:29.113 +Mar 8 14:39:29.120: INFO: Waiting up to 5m0s for pod "pod-43d31ec2-20da-4835-b633-93079b44d254" in namespace "emptydir-782" to be "Succeeded or Failed" +Mar 8 14:39:29.122: INFO: Pod "pod-43d31ec2-20da-4835-b633-93079b44d254": Phase="Pending", Reason="", readiness=false. Elapsed: 2.524395ms +Mar 8 14:39:31.127: INFO: Pod "pod-43d31ec2-20da-4835-b633-93079b44d254": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007518473s +Mar 8 14:39:33.127: INFO: Pod "pod-43d31ec2-20da-4835-b633-93079b44d254": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007609929s +STEP: Saw pod success 03/08/23 14:39:33.127 +Mar 8 14:39:33.127: INFO: Pod "pod-43d31ec2-20da-4835-b633-93079b44d254" satisfied condition "Succeeded or Failed" +Mar 8 14:39:33.130: INFO: Trying to get logs from node worker2 pod pod-43d31ec2-20da-4835-b633-93079b44d254 container test-container: +STEP: delete the pod 03/08/23 14:39:33.136 +Mar 8 14:39:33.146: INFO: Waiting for pod pod-43d31ec2-20da-4835-b633-93079b44d254 to disappear +Mar 8 14:39:33.149: INFO: Pod pod-43d31ec2-20da-4835-b633-93079b44d254 no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 +Mar 8 14:39:33.149: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "emptydir-782" for this suite. 03/08/23 14:39:33.153 +{"msg":"PASSED [sig-storage] EmptyDir volumes should support (non-root,0777,default) [LinuxOnly] [NodeConformance] [Conformance]","completed":61,"skipped":1367,"failed":0} +------------------------------ +• [4.066 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 03/08/23 14:39:29.092 + Mar 8 14:39:29.092: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename emptydir 03/08/23 14:39:29.093 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:39:29.108 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:39:29.11 + [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 03/08/23 14:39:29.113 + Mar 8 14:39:29.120: INFO: Waiting up to 5m0s for pod "pod-43d31ec2-20da-4835-b633-93079b44d254" in namespace "emptydir-782" to be "Succeeded or Failed" + Mar 8 14:39:29.122: INFO: Pod "pod-43d31ec2-20da-4835-b633-93079b44d254": Phase="Pending", Reason="", readiness=false. Elapsed: 2.524395ms + Mar 8 14:39:31.127: INFO: Pod "pod-43d31ec2-20da-4835-b633-93079b44d254": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007518473s + Mar 8 14:39:33.127: INFO: Pod "pod-43d31ec2-20da-4835-b633-93079b44d254": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007609929s + STEP: Saw pod success 03/08/23 14:39:33.127 + Mar 8 14:39:33.127: INFO: Pod "pod-43d31ec2-20da-4835-b633-93079b44d254" satisfied condition "Succeeded or Failed" + Mar 8 14:39:33.130: INFO: Trying to get logs from node worker2 pod pod-43d31ec2-20da-4835-b633-93079b44d254 container test-container: + STEP: delete the pod 03/08/23 14:39:33.136 + Mar 8 14:39:33.146: INFO: Waiting for pod pod-43d31ec2-20da-4835-b633-93079b44d254 to disappear + Mar 8 14:39:33.149: INFO: Pod pod-43d31ec2-20da-4835-b633-93079b44d254 no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 + Mar 8 14:39:33.149: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "emptydir-782" for this suite. 03/08/23 14:39:33.153 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:39:33.159 +Mar 8 14:39:33.159: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename emptydir 03/08/23 14:39:33.16 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:39:33.172 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:39:33.175 +[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 03/08/23 14:39:33.178 +Mar 8 14:39:33.185: INFO: Waiting up to 5m0s for pod "pod-8f3e79cb-cb18-47b6-86d9-a4c12d6d46f2" in namespace "emptydir-5227" to be "Succeeded or Failed" +Mar 8 14:39:33.187: INFO: Pod "pod-8f3e79cb-cb18-47b6-86d9-a4c12d6d46f2": Phase="Pending", Reason="", readiness=false. Elapsed: 2.697815ms +Mar 8 14:39:35.192: INFO: Pod "pod-8f3e79cb-cb18-47b6-86d9-a4c12d6d46f2": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007440886s +Mar 8 14:39:37.192: INFO: Pod "pod-8f3e79cb-cb18-47b6-86d9-a4c12d6d46f2": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007388185s +STEP: Saw pod success 03/08/23 14:39:37.192 +Mar 8 14:39:37.192: INFO: Pod "pod-8f3e79cb-cb18-47b6-86d9-a4c12d6d46f2" satisfied condition "Succeeded or Failed" +Mar 8 14:39:37.195: INFO: Trying to get logs from node worker2 pod pod-8f3e79cb-cb18-47b6-86d9-a4c12d6d46f2 container test-container: +STEP: delete the pod 03/08/23 14:39:37.2 +Mar 8 14:39:37.208: INFO: Waiting for pod pod-8f3e79cb-cb18-47b6-86d9-a4c12d6d46f2 to disappear +Mar 8 14:39:37.211: INFO: Pod pod-8f3e79cb-cb18-47b6-86d9-a4c12d6d46f2 no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 +Mar 8 14:39:37.211: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "emptydir-5227" for this suite. 03/08/23 14:39:37.215 +{"msg":"PASSED [sig-storage] EmptyDir volumes should support (non-root,0666,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]","completed":62,"skipped":1381,"failed":0} +------------------------------ +• [4.061 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 03/08/23 14:39:33.159 + Mar 8 14:39:33.159: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename emptydir 03/08/23 14:39:33.16 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:39:33.172 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:39:33.175 + [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 03/08/23 14:39:33.178 + Mar 8 14:39:33.185: INFO: Waiting up to 5m0s for pod "pod-8f3e79cb-cb18-47b6-86d9-a4c12d6d46f2" in namespace "emptydir-5227" to be "Succeeded or Failed" + Mar 8 14:39:33.187: INFO: Pod "pod-8f3e79cb-cb18-47b6-86d9-a4c12d6d46f2": Phase="Pending", Reason="", readiness=false. Elapsed: 2.697815ms + Mar 8 14:39:35.192: INFO: Pod "pod-8f3e79cb-cb18-47b6-86d9-a4c12d6d46f2": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007440886s + Mar 8 14:39:37.192: INFO: Pod "pod-8f3e79cb-cb18-47b6-86d9-a4c12d6d46f2": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007388185s + STEP: Saw pod success 03/08/23 14:39:37.192 + Mar 8 14:39:37.192: INFO: Pod "pod-8f3e79cb-cb18-47b6-86d9-a4c12d6d46f2" satisfied condition "Succeeded or Failed" + Mar 8 14:39:37.195: INFO: Trying to get logs from node worker2 pod pod-8f3e79cb-cb18-47b6-86d9-a4c12d6d46f2 container test-container: + STEP: delete the pod 03/08/23 14:39:37.2 + Mar 8 14:39:37.208: INFO: Waiting for pod pod-8f3e79cb-cb18-47b6-86d9-a4c12d6d46f2 to disappear + Mar 8 14:39:37.211: INFO: Pod pod-8f3e79cb-cb18-47b6-86d9-a4c12d6d46f2 no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 + Mar 8 14:39:37.211: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "emptydir-5227" for this suite. 03/08/23 14:39:37.215 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSS +------------------------------ +[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 03/08/23 14:39:37.22 +Mar 8 14:39:37.221: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename downward-api 03/08/23 14:39:37.221 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:39:37.237 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:39:37.24 +[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 03/08/23 14:39:37.242 +Mar 8 14:39:37.250: INFO: Waiting up to 5m0s for pod "downwardapi-volume-c0953bdf-f952-4848-83ec-821da6de917d" in namespace "downward-api-9107" to be "Succeeded or Failed" +Mar 8 14:39:37.253: INFO: Pod "downwardapi-volume-c0953bdf-f952-4848-83ec-821da6de917d": Phase="Pending", Reason="", readiness=false. Elapsed: 3.368023ms +Mar 8 14:39:39.258: INFO: Pod "downwardapi-volume-c0953bdf-f952-4848-83ec-821da6de917d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007950845s +Mar 8 14:39:41.258: INFO: Pod "downwardapi-volume-c0953bdf-f952-4848-83ec-821da6de917d": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008272329s +STEP: Saw pod success 03/08/23 14:39:41.258 +Mar 8 14:39:41.258: INFO: Pod "downwardapi-volume-c0953bdf-f952-4848-83ec-821da6de917d" satisfied condition "Succeeded or Failed" +Mar 8 14:39:41.261: INFO: Trying to get logs from node worker2 pod downwardapi-volume-c0953bdf-f952-4848-83ec-821da6de917d container client-container: +STEP: delete the pod 03/08/23 14:39:41.266 +Mar 8 14:39:41.277: INFO: Waiting for pod downwardapi-volume-c0953bdf-f952-4848-83ec-821da6de917d to disappear +Mar 8 14:39:41.280: INFO: Pod downwardapi-volume-c0953bdf-f952-4848-83ec-821da6de917d no longer exists +[AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 +Mar 8 14:39:41.280: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "downward-api-9107" for this suite. 03/08/23 14:39:41.285 +{"msg":"PASSED [sig-storage] Downward API volume should provide container's cpu limit [NodeConformance] [Conformance]","completed":63,"skipped":1392,"failed":0} +------------------------------ +• [4.091 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 03/08/23 14:39:37.22 + Mar 8 14:39:37.221: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename downward-api 03/08/23 14:39:37.221 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:39:37.237 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:39:37.24 + [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 03/08/23 14:39:37.242 + Mar 8 14:39:37.250: INFO: Waiting up to 5m0s for pod "downwardapi-volume-c0953bdf-f952-4848-83ec-821da6de917d" in namespace "downward-api-9107" to be "Succeeded or Failed" + Mar 8 14:39:37.253: INFO: Pod "downwardapi-volume-c0953bdf-f952-4848-83ec-821da6de917d": Phase="Pending", Reason="", readiness=false. Elapsed: 3.368023ms + Mar 8 14:39:39.258: INFO: Pod "downwardapi-volume-c0953bdf-f952-4848-83ec-821da6de917d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007950845s + Mar 8 14:39:41.258: INFO: Pod "downwardapi-volume-c0953bdf-f952-4848-83ec-821da6de917d": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008272329s + STEP: Saw pod success 03/08/23 14:39:41.258 + Mar 8 14:39:41.258: INFO: Pod "downwardapi-volume-c0953bdf-f952-4848-83ec-821da6de917d" satisfied condition "Succeeded or Failed" + Mar 8 14:39:41.261: INFO: Trying to get logs from node worker2 pod downwardapi-volume-c0953bdf-f952-4848-83ec-821da6de917d container client-container: + STEP: delete the pod 03/08/23 14:39:41.266 + Mar 8 14:39:41.277: INFO: Waiting for pod downwardapi-volume-c0953bdf-f952-4848-83ec-821da6de917d to disappear + Mar 8 14:39:41.280: INFO: Pod downwardapi-volume-c0953bdf-f952-4848-83ec-821da6de917d no longer exists + [AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 + Mar 8 14:39:41.280: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "downward-api-9107" for this suite. 03/08/23 14:39:41.285 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[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 03/08/23 14:39:41.312 +Mar 8 14:39:41.312: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename job 03/08/23 14:39:41.313 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:39:41.342 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:39:41.345 +[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 03/08/23 14:39:41.348 +STEP: Ensuring job reaches completions 03/08/23 14:39:41.356 +STEP: Ensuring pods with index for job exist 03/08/23 14:39:49.359 +[AfterEach] [sig-apps] Job + test/e2e/framework/framework.go:187 +Mar 8 14:39:49.364: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "job-5982" for this suite. 03/08/23 14:39:49.368 +{"msg":"PASSED [sig-apps] Job should create pods for an Indexed job with completion indexes and specified hostname [Conformance]","completed":64,"skipped":1394,"failed":0} +------------------------------ +• [SLOW TEST] [8.061 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 03/08/23 14:39:41.312 + Mar 8 14:39:41.312: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename job 03/08/23 14:39:41.313 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:39:41.342 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:39:41.345 + [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 03/08/23 14:39:41.348 + STEP: Ensuring job reaches completions 03/08/23 14:39:41.356 + STEP: Ensuring pods with index for job exist 03/08/23 14:39:49.359 + [AfterEach] [sig-apps] Job + test/e2e/framework/framework.go:187 + Mar 8 14:39:49.364: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "job-5982" for this suite. 03/08/23 14:39:49.368 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:39:49.376 +Mar 8 14:39:49.376: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename prestop 03/08/23 14:39:49.377 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:39:49.393 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:39:49.396 +[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-5504 03/08/23 14:39:49.399 +STEP: Waiting for pods to come up. 03/08/23 14:39:49.405 +Mar 8 14:39:49.405: INFO: Waiting up to 5m0s for pod "server" in namespace "prestop-5504" to be "running" +Mar 8 14:39:49.408: INFO: Pod "server": Phase="Pending", Reason="", readiness=false. Elapsed: 2.643548ms +Mar 8 14:39:51.412: INFO: Pod "server": Phase="Running", Reason="", readiness=true. Elapsed: 2.006948274s +Mar 8 14:39:51.412: INFO: Pod "server" satisfied condition "running" +STEP: Creating tester pod tester in namespace prestop-5504 03/08/23 14:39:51.415 +Mar 8 14:39:51.420: INFO: Waiting up to 5m0s for pod "tester" in namespace "prestop-5504" to be "running" +Mar 8 14:39:51.423: INFO: Pod "tester": Phase="Pending", Reason="", readiness=false. Elapsed: 2.98186ms +Mar 8 14:39:53.429: INFO: Pod "tester": Phase="Running", Reason="", readiness=true. Elapsed: 2.008711423s +Mar 8 14:39:53.429: INFO: Pod "tester" satisfied condition "running" +STEP: Deleting pre-stop pod 03/08/23 14:39:53.429 +Mar 8 14:39:58.443: 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 03/08/23 14:39:58.443 +[AfterEach] [sig-node] PreStop + test/e2e/framework/framework.go:187 +Mar 8 14:39:58.451: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "prestop-5504" for this suite. 03/08/23 14:39:58.456 +{"msg":"PASSED [sig-node] PreStop should call prestop when killing a pod [Conformance]","completed":65,"skipped":1447,"failed":0} +------------------------------ +• [SLOW TEST] [9.085 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 03/08/23 14:39:49.376 + Mar 8 14:39:49.376: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename prestop 03/08/23 14:39:49.377 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:39:49.393 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:39:49.396 + [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-5504 03/08/23 14:39:49.399 + STEP: Waiting for pods to come up. 03/08/23 14:39:49.405 + Mar 8 14:39:49.405: INFO: Waiting up to 5m0s for pod "server" in namespace "prestop-5504" to be "running" + Mar 8 14:39:49.408: INFO: Pod "server": Phase="Pending", Reason="", readiness=false. Elapsed: 2.643548ms + Mar 8 14:39:51.412: INFO: Pod "server": Phase="Running", Reason="", readiness=true. Elapsed: 2.006948274s + Mar 8 14:39:51.412: INFO: Pod "server" satisfied condition "running" + STEP: Creating tester pod tester in namespace prestop-5504 03/08/23 14:39:51.415 + Mar 8 14:39:51.420: INFO: Waiting up to 5m0s for pod "tester" in namespace "prestop-5504" to be "running" + Mar 8 14:39:51.423: INFO: Pod "tester": Phase="Pending", Reason="", readiness=false. Elapsed: 2.98186ms + Mar 8 14:39:53.429: INFO: Pod "tester": Phase="Running", Reason="", readiness=true. Elapsed: 2.008711423s + Mar 8 14:39:53.429: INFO: Pod "tester" satisfied condition "running" + STEP: Deleting pre-stop pod 03/08/23 14:39:53.429 + Mar 8 14:39:58.443: 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 03/08/23 14:39:58.443 + [AfterEach] [sig-node] PreStop + test/e2e/framework/framework.go:187 + Mar 8 14:39:58.451: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "prestop-5504" for this suite. 03/08/23 14:39:58.456 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:39:58.462 +Mar 8 14:39:58.462: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename pod-network-test 03/08/23 14:39:58.463 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:39:58.475 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:39:58.478 +[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-2368 03/08/23 14:39:58.481 +STEP: creating a selector 03/08/23 14:39:58.481 +STEP: Creating the service pods in kubernetes 03/08/23 14:39:58.481 +Mar 8 14:39:58.481: INFO: Waiting up to 10m0s for all (but 0) nodes to be schedulable +Mar 8 14:39:58.500: INFO: Waiting up to 5m0s for pod "netserver-0" in namespace "pod-network-test-2368" to be "running and ready" +Mar 8 14:39:58.503: INFO: Pod "netserver-0": Phase="Pending", Reason="", readiness=false. Elapsed: 2.207062ms +Mar 8 14:39:58.503: INFO: The phase of Pod netserver-0 is Pending, waiting for it to be Running (with Ready = true) +Mar 8 14:40:00.507: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 2.006692609s +Mar 8 14:40:00.507: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Mar 8 14:40:02.508: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 4.00813748s +Mar 8 14:40:02.508: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Mar 8 14:40:04.506: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 6.005975991s +Mar 8 14:40:04.506: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Mar 8 14:40:06.507: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 8.006643508s +Mar 8 14:40:06.507: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Mar 8 14:40:08.508: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 10.007275864s +Mar 8 14:40:08.508: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Mar 8 14:40:10.508: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 12.007358049s +Mar 8 14:40:10.508: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Mar 8 14:40:12.507: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 14.00674372s +Mar 8 14:40:12.507: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Mar 8 14:40:14.506: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 16.006148656s +Mar 8 14:40:14.507: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Mar 8 14:40:16.507: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 18.006371035s +Mar 8 14:40:16.507: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Mar 8 14:40:18.507: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 20.006320517s +Mar 8 14:40:18.507: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Mar 8 14:40:20.509: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=true. Elapsed: 22.00821307s +Mar 8 14:40:20.509: INFO: The phase of Pod netserver-0 is Running (Ready = true) +Mar 8 14:40:20.509: INFO: Pod "netserver-0" satisfied condition "running and ready" +Mar 8 14:40:20.511: INFO: Waiting up to 5m0s for pod "netserver-1" in namespace "pod-network-test-2368" to be "running and ready" +Mar 8 14:40:20.514: INFO: Pod "netserver-1": Phase="Running", Reason="", readiness=true. Elapsed: 2.671454ms +Mar 8 14:40:20.514: INFO: The phase of Pod netserver-1 is Running (Ready = true) +Mar 8 14:40:20.514: INFO: Pod "netserver-1" satisfied condition "running and ready" +STEP: Creating test pods 03/08/23 14:40:20.516 +Mar 8 14:40:20.525: INFO: Waiting up to 5m0s for pod "test-container-pod" in namespace "pod-network-test-2368" to be "running" +Mar 8 14:40:20.528: INFO: Pod "test-container-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.266973ms +Mar 8 14:40:22.532: INFO: Pod "test-container-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.006001879s +Mar 8 14:40:22.532: INFO: Pod "test-container-pod" satisfied condition "running" +Mar 8 14:40:22.534: INFO: Waiting up to 5m0s for pod "host-test-container-pod" in namespace "pod-network-test-2368" to be "running" +Mar 8 14:40:22.537: INFO: Pod "host-test-container-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.771055ms +Mar 8 14:40:22.537: INFO: Pod "host-test-container-pod" satisfied condition "running" +Mar 8 14:40:22.540: INFO: Setting MaxTries for pod polling to 34 for networking test based on endpoint count 2 +Mar 8 14:40:22.540: INFO: Going to poll 172.16.1.58 on port 8081 at least 0 times, with a maximum of 34 tries before failing +Mar 8 14:40:22.542: INFO: ExecWithOptions {Command:[/bin/sh -c echo hostName | nc -w 1 -u 172.16.1.58 8081 | grep -v '^\s*$'] Namespace:pod-network-test-2368 PodName:host-test-container-pod ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Mar 8 14:40:22.542: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +Mar 8 14:40:22.543: INFO: ExecWithOptions: Clientset creation +Mar 8 14:40:22.543: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/pod-network-test-2368/pods/host-test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=echo+hostName+%7C+nc+-w+1+-u+172.16.1.58+8081+%7C+grep+-v+%27%5E%5Cs%2A%24%27&container=agnhost-container&container=agnhost-container&stderr=true&stdout=true) +Mar 8 14:40:23.613: INFO: Found all 1 expected endpoints: [netserver-0] +Mar 8 14:40:23.613: INFO: Going to poll 172.16.0.234 on port 8081 at least 0 times, with a maximum of 34 tries before failing +Mar 8 14:40:23.616: INFO: ExecWithOptions {Command:[/bin/sh -c echo hostName | nc -w 1 -u 172.16.0.234 8081 | grep -v '^\s*$'] Namespace:pod-network-test-2368 PodName:host-test-container-pod ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Mar 8 14:40:23.616: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +Mar 8 14:40:23.617: INFO: ExecWithOptions: Clientset creation +Mar 8 14:40:23.617: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/pod-network-test-2368/pods/host-test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=echo+hostName+%7C+nc+-w+1+-u+172.16.0.234+8081+%7C+grep+-v+%27%5E%5Cs%2A%24%27&container=agnhost-container&container=agnhost-container&stderr=true&stdout=true) +Mar 8 14:40:24.676: INFO: Found all 1 expected endpoints: [netserver-1] +[AfterEach] [sig-network] Networking + test/e2e/framework/framework.go:187 +Mar 8 14:40:24.676: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "pod-network-test-2368" for this suite. 03/08/23 14:40:24.681 +{"msg":"PASSED [sig-network] Networking Granular Checks: Pods should function for node-pod communication: udp [LinuxOnly] [NodeConformance] [Conformance]","completed":66,"skipped":1495,"failed":0} +------------------------------ +• [SLOW TEST] [26.224 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 03/08/23 14:39:58.462 + Mar 8 14:39:58.462: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename pod-network-test 03/08/23 14:39:58.463 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:39:58.475 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:39:58.478 + [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-2368 03/08/23 14:39:58.481 + STEP: creating a selector 03/08/23 14:39:58.481 + STEP: Creating the service pods in kubernetes 03/08/23 14:39:58.481 + Mar 8 14:39:58.481: INFO: Waiting up to 10m0s for all (but 0) nodes to be schedulable + Mar 8 14:39:58.500: INFO: Waiting up to 5m0s for pod "netserver-0" in namespace "pod-network-test-2368" to be "running and ready" + Mar 8 14:39:58.503: INFO: Pod "netserver-0": Phase="Pending", Reason="", readiness=false. Elapsed: 2.207062ms + Mar 8 14:39:58.503: INFO: The phase of Pod netserver-0 is Pending, waiting for it to be Running (with Ready = true) + Mar 8 14:40:00.507: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 2.006692609s + Mar 8 14:40:00.507: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Mar 8 14:40:02.508: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 4.00813748s + Mar 8 14:40:02.508: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Mar 8 14:40:04.506: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 6.005975991s + Mar 8 14:40:04.506: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Mar 8 14:40:06.507: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 8.006643508s + Mar 8 14:40:06.507: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Mar 8 14:40:08.508: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 10.007275864s + Mar 8 14:40:08.508: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Mar 8 14:40:10.508: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 12.007358049s + Mar 8 14:40:10.508: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Mar 8 14:40:12.507: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 14.00674372s + Mar 8 14:40:12.507: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Mar 8 14:40:14.506: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 16.006148656s + Mar 8 14:40:14.507: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Mar 8 14:40:16.507: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 18.006371035s + Mar 8 14:40:16.507: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Mar 8 14:40:18.507: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 20.006320517s + Mar 8 14:40:18.507: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Mar 8 14:40:20.509: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=true. Elapsed: 22.00821307s + Mar 8 14:40:20.509: INFO: The phase of Pod netserver-0 is Running (Ready = true) + Mar 8 14:40:20.509: INFO: Pod "netserver-0" satisfied condition "running and ready" + Mar 8 14:40:20.511: INFO: Waiting up to 5m0s for pod "netserver-1" in namespace "pod-network-test-2368" to be "running and ready" + Mar 8 14:40:20.514: INFO: Pod "netserver-1": Phase="Running", Reason="", readiness=true. Elapsed: 2.671454ms + Mar 8 14:40:20.514: INFO: The phase of Pod netserver-1 is Running (Ready = true) + Mar 8 14:40:20.514: INFO: Pod "netserver-1" satisfied condition "running and ready" + STEP: Creating test pods 03/08/23 14:40:20.516 + Mar 8 14:40:20.525: INFO: Waiting up to 5m0s for pod "test-container-pod" in namespace "pod-network-test-2368" to be "running" + Mar 8 14:40:20.528: INFO: Pod "test-container-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.266973ms + Mar 8 14:40:22.532: INFO: Pod "test-container-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.006001879s + Mar 8 14:40:22.532: INFO: Pod "test-container-pod" satisfied condition "running" + Mar 8 14:40:22.534: INFO: Waiting up to 5m0s for pod "host-test-container-pod" in namespace "pod-network-test-2368" to be "running" + Mar 8 14:40:22.537: INFO: Pod "host-test-container-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.771055ms + Mar 8 14:40:22.537: INFO: Pod "host-test-container-pod" satisfied condition "running" + Mar 8 14:40:22.540: INFO: Setting MaxTries for pod polling to 34 for networking test based on endpoint count 2 + Mar 8 14:40:22.540: INFO: Going to poll 172.16.1.58 on port 8081 at least 0 times, with a maximum of 34 tries before failing + Mar 8 14:40:22.542: INFO: ExecWithOptions {Command:[/bin/sh -c echo hostName | nc -w 1 -u 172.16.1.58 8081 | grep -v '^\s*$'] Namespace:pod-network-test-2368 PodName:host-test-container-pod ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Mar 8 14:40:22.542: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + Mar 8 14:40:22.543: INFO: ExecWithOptions: Clientset creation + Mar 8 14:40:22.543: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/pod-network-test-2368/pods/host-test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=echo+hostName+%7C+nc+-w+1+-u+172.16.1.58+8081+%7C+grep+-v+%27%5E%5Cs%2A%24%27&container=agnhost-container&container=agnhost-container&stderr=true&stdout=true) + Mar 8 14:40:23.613: INFO: Found all 1 expected endpoints: [netserver-0] + Mar 8 14:40:23.613: INFO: Going to poll 172.16.0.234 on port 8081 at least 0 times, with a maximum of 34 tries before failing + Mar 8 14:40:23.616: INFO: ExecWithOptions {Command:[/bin/sh -c echo hostName | nc -w 1 -u 172.16.0.234 8081 | grep -v '^\s*$'] Namespace:pod-network-test-2368 PodName:host-test-container-pod ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Mar 8 14:40:23.616: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + Mar 8 14:40:23.617: INFO: ExecWithOptions: Clientset creation + Mar 8 14:40:23.617: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/pod-network-test-2368/pods/host-test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=echo+hostName+%7C+nc+-w+1+-u+172.16.0.234+8081+%7C+grep+-v+%27%5E%5Cs%2A%24%27&container=agnhost-container&container=agnhost-container&stderr=true&stdout=true) + Mar 8 14:40:24.676: INFO: Found all 1 expected endpoints: [netserver-1] + [AfterEach] [sig-network] Networking + test/e2e/framework/framework.go:187 + Mar 8 14:40:24.676: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "pod-network-test-2368" for this suite. 03/08/23 14:40:24.681 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[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 03/08/23 14:40:24.687 +Mar 8 14:40:24.687: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename kubectl 03/08/23 14:40:24.688 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:40:24.703 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:40:24.705 +[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 +Mar 8 14:40:24.708: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-7025 version' +Mar 8 14:40:24.775: 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" +Mar 8 14:40:24.775: INFO: stdout: "Client Version: version.Info{Major:\"1\", Minor:\"25\", GitVersion:\"v1.25.6\", GitCommit:\"ff2c119726cc1f8926fb0585c74b25921e866a28\", GitTreeState:\"clean\", BuildDate:\"2023-01-18T19:22:09Z\", GoVersion:\"go1.19.5\", Compiler:\"gc\", Platform:\"linux/amd64\"}\nKustomize Version: v4.5.7\nServer Version: version.Info{Major:\"1\", Minor:\"25\", GitVersion:\"v1.25.6\", GitCommit:\"ff2c119726cc1f8926fb0585c74b25921e866a28\", GitTreeState:\"clean\", BuildDate:\"2023-01-18T19:15:26Z\", GoVersion:\"go1.19.5\", Compiler:\"gc\", Platform:\"linux/amd64\"}\n" +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 +Mar 8 14:40:24.776: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubectl-7025" for this suite. 03/08/23 14:40:24.78 +{"msg":"PASSED [sig-cli] Kubectl client Kubectl version should check is all data is printed [Conformance]","completed":67,"skipped":1499,"failed":0} +------------------------------ +• [0.099 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 03/08/23 14:40:24.687 + Mar 8 14:40:24.687: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename kubectl 03/08/23 14:40:24.688 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:40:24.703 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:40:24.705 + [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 + Mar 8 14:40:24.708: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-7025 version' + Mar 8 14:40:24.775: 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" + Mar 8 14:40:24.775: INFO: stdout: "Client Version: version.Info{Major:\"1\", Minor:\"25\", GitVersion:\"v1.25.6\", GitCommit:\"ff2c119726cc1f8926fb0585c74b25921e866a28\", GitTreeState:\"clean\", BuildDate:\"2023-01-18T19:22:09Z\", GoVersion:\"go1.19.5\", Compiler:\"gc\", Platform:\"linux/amd64\"}\nKustomize Version: v4.5.7\nServer Version: version.Info{Major:\"1\", Minor:\"25\", GitVersion:\"v1.25.6\", GitCommit:\"ff2c119726cc1f8926fb0585c74b25921e866a28\", GitTreeState:\"clean\", BuildDate:\"2023-01-18T19:15:26Z\", GoVersion:\"go1.19.5\", Compiler:\"gc\", Platform:\"linux/amd64\"}\n" + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 + Mar 8 14:40:24.776: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubectl-7025" for this suite. 03/08/23 14:40:24.78 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:40:24.788 +Mar 8 14:40:24.788: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename cronjob 03/08/23 14:40:24.789 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:40:24.804 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:40:24.807 +[It] should replace jobs when ReplaceConcurrent [Conformance] + test/e2e/apps/cronjob.go:160 +STEP: Creating a ReplaceConcurrent cronjob 03/08/23 14:40:24.81 +STEP: Ensuring a job is scheduled 03/08/23 14:40:24.814 +STEP: Ensuring exactly one is scheduled 03/08/23 14:41:00.819 +STEP: Ensuring exactly one running job exists by listing jobs explicitly 03/08/23 14:41:00.822 +STEP: Ensuring the job is replaced with a new one 03/08/23 14:41:00.824 +STEP: Removing cronjob 03/08/23 14:42:00.829 +[AfterEach] [sig-apps] CronJob + test/e2e/framework/framework.go:187 +Mar 8 14:42:00.834: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "cronjob-9300" for this suite. 03/08/23 14:42:00.838 +{"msg":"PASSED [sig-apps] CronJob should replace jobs when ReplaceConcurrent [Conformance]","completed":68,"skipped":1536,"failed":0} +------------------------------ +• [SLOW TEST] [96.055 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 03/08/23 14:40:24.788 + Mar 8 14:40:24.788: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename cronjob 03/08/23 14:40:24.789 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:40:24.804 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:40:24.807 + [It] should replace jobs when ReplaceConcurrent [Conformance] + test/e2e/apps/cronjob.go:160 + STEP: Creating a ReplaceConcurrent cronjob 03/08/23 14:40:24.81 + STEP: Ensuring a job is scheduled 03/08/23 14:40:24.814 + STEP: Ensuring exactly one is scheduled 03/08/23 14:41:00.819 + STEP: Ensuring exactly one running job exists by listing jobs explicitly 03/08/23 14:41:00.822 + STEP: Ensuring the job is replaced with a new one 03/08/23 14:41:00.824 + STEP: Removing cronjob 03/08/23 14:42:00.829 + [AfterEach] [sig-apps] CronJob + test/e2e/framework/framework.go:187 + Mar 8 14:42:00.834: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "cronjob-9300" for this suite. 03/08/23 14:42:00.838 + << End Captured GinkgoWriter Output +------------------------------ +SSS +------------------------------ +[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 03/08/23 14:42:00.844 +Mar 8 14:42:00.844: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename projected 03/08/23 14:42:00.844 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:42:00.863 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:42:00.866 +[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-ca3549ea-60cf-4c2c-ac77-7f4fb8851537 03/08/23 14:42:00.868 +STEP: Creating a pod to test consume configMaps 03/08/23 14:42:00.872 +Mar 8 14:42:00.883: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-983f0076-aa2a-475e-a585-d2196101008b" in namespace "projected-4550" to be "Succeeded or Failed" +Mar 8 14:42:00.888: INFO: Pod "pod-projected-configmaps-983f0076-aa2a-475e-a585-d2196101008b": Phase="Pending", Reason="", readiness=false. Elapsed: 4.273616ms +Mar 8 14:42:02.893: INFO: Pod "pod-projected-configmaps-983f0076-aa2a-475e-a585-d2196101008b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009019068s +Mar 8 14:42:04.894: INFO: Pod "pod-projected-configmaps-983f0076-aa2a-475e-a585-d2196101008b": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010089359s +STEP: Saw pod success 03/08/23 14:42:04.894 +Mar 8 14:42:04.894: INFO: Pod "pod-projected-configmaps-983f0076-aa2a-475e-a585-d2196101008b" satisfied condition "Succeeded or Failed" +Mar 8 14:42:04.897: INFO: Trying to get logs from node worker1 pod pod-projected-configmaps-983f0076-aa2a-475e-a585-d2196101008b container agnhost-container: +STEP: delete the pod 03/08/23 14:42:04.913 +Mar 8 14:42:04.924: INFO: Waiting for pod pod-projected-configmaps-983f0076-aa2a-475e-a585-d2196101008b to disappear +Mar 8 14:42:04.927: INFO: Pod pod-projected-configmaps-983f0076-aa2a-475e-a585-d2196101008b no longer exists +[AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 +Mar 8 14:42:04.927: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-4550" for this suite. 03/08/23 14:42:04.931 +{"msg":"PASSED [sig-storage] Projected configMap should be consumable from pods in volume [NodeConformance] [Conformance]","completed":69,"skipped":1539,"failed":0} +------------------------------ +• [4.093 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 03/08/23 14:42:00.844 + Mar 8 14:42:00.844: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename projected 03/08/23 14:42:00.844 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:42:00.863 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:42:00.866 + [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-ca3549ea-60cf-4c2c-ac77-7f4fb8851537 03/08/23 14:42:00.868 + STEP: Creating a pod to test consume configMaps 03/08/23 14:42:00.872 + Mar 8 14:42:00.883: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-983f0076-aa2a-475e-a585-d2196101008b" in namespace "projected-4550" to be "Succeeded or Failed" + Mar 8 14:42:00.888: INFO: Pod "pod-projected-configmaps-983f0076-aa2a-475e-a585-d2196101008b": Phase="Pending", Reason="", readiness=false. Elapsed: 4.273616ms + Mar 8 14:42:02.893: INFO: Pod "pod-projected-configmaps-983f0076-aa2a-475e-a585-d2196101008b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009019068s + Mar 8 14:42:04.894: INFO: Pod "pod-projected-configmaps-983f0076-aa2a-475e-a585-d2196101008b": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010089359s + STEP: Saw pod success 03/08/23 14:42:04.894 + Mar 8 14:42:04.894: INFO: Pod "pod-projected-configmaps-983f0076-aa2a-475e-a585-d2196101008b" satisfied condition "Succeeded or Failed" + Mar 8 14:42:04.897: INFO: Trying to get logs from node worker1 pod pod-projected-configmaps-983f0076-aa2a-475e-a585-d2196101008b container agnhost-container: + STEP: delete the pod 03/08/23 14:42:04.913 + Mar 8 14:42:04.924: INFO: Waiting for pod pod-projected-configmaps-983f0076-aa2a-475e-a585-d2196101008b to disappear + Mar 8 14:42:04.927: INFO: Pod pod-projected-configmaps-983f0076-aa2a-475e-a585-d2196101008b no longer exists + [AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 + Mar 8 14:42:04.927: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-4550" for this suite. 03/08/23 14:42:04.931 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSS +------------------------------ +[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 03/08/23 14:42:04.937 +Mar 8 14:42:04.937: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename daemonsets 03/08/23 14:42:04.938 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:42:04.954 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:42:04.956 +[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" 03/08/23 14:42:04.976 +STEP: Check that daemon pods launch on every node of the cluster. 03/08/23 14:42:04.981 +Mar 8 14:42:04.985: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:42:04.985: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:42:04.985: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:42:04.987: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Mar 8 14:42:04.987: INFO: Node worker1 is running 0 daemon pod, expected 1 +Mar 8 14:42:05.993: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:42:05.993: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:42:05.993: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:42:05.996: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Mar 8 14:42:05.996: INFO: Node worker1 is running 0 daemon pod, expected 1 +Mar 8 14:42:06.994: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:42:06.994: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:42:06.994: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:42:06.997: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 +Mar 8 14:42:06.997: INFO: Number of running nodes: 2, number of available pods: 2 in daemonset daemon-set +STEP: Getting /status 03/08/23 14:42:07 +Mar 8 14:42:07.006: INFO: Daemon Set daemon-set has Conditions: [] +STEP: updating the DaemonSet Status 03/08/23 14:42:07.006 +Mar 8 14:42:07.015: 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 03/08/23 14:42:07.015 +Mar 8 14:42:07.017: INFO: Observed &DaemonSet event: ADDED +Mar 8 14:42:07.017: INFO: Observed &DaemonSet event: MODIFIED +Mar 8 14:42:07.017: INFO: Observed &DaemonSet event: MODIFIED +Mar 8 14:42:07.017: INFO: Observed &DaemonSet event: MODIFIED +Mar 8 14:42:07.017: INFO: Found daemon set daemon-set in namespace daemonsets-8068 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}] +Mar 8 14:42:07.017: INFO: Daemon set daemon-set has an updated status +STEP: patching the DaemonSet Status 03/08/23 14:42:07.017 +STEP: watching for the daemon set status to be patched 03/08/23 14:42:07.025 +Mar 8 14:42:07.027: INFO: Observed &DaemonSet event: ADDED +Mar 8 14:42:07.027: INFO: Observed &DaemonSet event: MODIFIED +Mar 8 14:42:07.027: INFO: Observed &DaemonSet event: MODIFIED +Mar 8 14:42:07.027: INFO: Observed &DaemonSet event: MODIFIED +Mar 8 14:42:07.027: INFO: Observed daemon set daemon-set in namespace daemonsets-8068 with annotations: map[deprecated.daemonset.template.generation:1] & Conditions: [{StatusUpdate True 0001-01-01 00:00:00 +0000 UTC E2E Set from e2e test}] +Mar 8 14:42:07.027: INFO: Observed &DaemonSet event: MODIFIED +Mar 8 14:42:07.027: INFO: Found daemon set daemon-set in namespace daemonsets-8068 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 }] +Mar 8 14:42:07.027: 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" 03/08/23 14:42:07.03 +STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-8068, will wait for the garbage collector to delete the pods 03/08/23 14:42:07.03 +Mar 8 14:42:07.090: INFO: Deleting DaemonSet.extensions daemon-set took: 5.8027ms +Mar 8 14:42:07.191: INFO: Terminating DaemonSet.extensions daemon-set pods took: 100.694168ms +Mar 8 14:42:09.595: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Mar 8 14:42:09.595: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set +Mar 8 14:42:09.597: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"630865"},"items":null} + +Mar 8 14:42:09.601: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"630865"},"items":null} + +[AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:187 +Mar 8 14:42:09.612: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "daemonsets-8068" for this suite. 03/08/23 14:42:09.617 +{"msg":"PASSED [sig-apps] Daemon set [Serial] should verify changes to a daemon set status [Conformance]","completed":70,"skipped":1548,"failed":0} +------------------------------ +• [4.686 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 03/08/23 14:42:04.937 + Mar 8 14:42:04.937: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename daemonsets 03/08/23 14:42:04.938 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:42:04.954 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:42:04.956 + [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" 03/08/23 14:42:04.976 + STEP: Check that daemon pods launch on every node of the cluster. 03/08/23 14:42:04.981 + Mar 8 14:42:04.985: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:42:04.985: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:42:04.985: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:42:04.987: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Mar 8 14:42:04.987: INFO: Node worker1 is running 0 daemon pod, expected 1 + Mar 8 14:42:05.993: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:42:05.993: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:42:05.993: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:42:05.996: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Mar 8 14:42:05.996: INFO: Node worker1 is running 0 daemon pod, expected 1 + Mar 8 14:42:06.994: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:42:06.994: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:42:06.994: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:42:06.997: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 + Mar 8 14:42:06.997: INFO: Number of running nodes: 2, number of available pods: 2 in daemonset daemon-set + STEP: Getting /status 03/08/23 14:42:07 + Mar 8 14:42:07.006: INFO: Daemon Set daemon-set has Conditions: [] + STEP: updating the DaemonSet Status 03/08/23 14:42:07.006 + Mar 8 14:42:07.015: 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 03/08/23 14:42:07.015 + Mar 8 14:42:07.017: INFO: Observed &DaemonSet event: ADDED + Mar 8 14:42:07.017: INFO: Observed &DaemonSet event: MODIFIED + Mar 8 14:42:07.017: INFO: Observed &DaemonSet event: MODIFIED + Mar 8 14:42:07.017: INFO: Observed &DaemonSet event: MODIFIED + Mar 8 14:42:07.017: INFO: Found daemon set daemon-set in namespace daemonsets-8068 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}] + Mar 8 14:42:07.017: INFO: Daemon set daemon-set has an updated status + STEP: patching the DaemonSet Status 03/08/23 14:42:07.017 + STEP: watching for the daemon set status to be patched 03/08/23 14:42:07.025 + Mar 8 14:42:07.027: INFO: Observed &DaemonSet event: ADDED + Mar 8 14:42:07.027: INFO: Observed &DaemonSet event: MODIFIED + Mar 8 14:42:07.027: INFO: Observed &DaemonSet event: MODIFIED + Mar 8 14:42:07.027: INFO: Observed &DaemonSet event: MODIFIED + Mar 8 14:42:07.027: INFO: Observed daemon set daemon-set in namespace daemonsets-8068 with annotations: map[deprecated.daemonset.template.generation:1] & Conditions: [{StatusUpdate True 0001-01-01 00:00:00 +0000 UTC E2E Set from e2e test}] + Mar 8 14:42:07.027: INFO: Observed &DaemonSet event: MODIFIED + Mar 8 14:42:07.027: INFO: Found daemon set daemon-set in namespace daemonsets-8068 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 }] + Mar 8 14:42:07.027: 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" 03/08/23 14:42:07.03 + STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-8068, will wait for the garbage collector to delete the pods 03/08/23 14:42:07.03 + Mar 8 14:42:07.090: INFO: Deleting DaemonSet.extensions daemon-set took: 5.8027ms + Mar 8 14:42:07.191: INFO: Terminating DaemonSet.extensions daemon-set pods took: 100.694168ms + Mar 8 14:42:09.595: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Mar 8 14:42:09.595: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set + Mar 8 14:42:09.597: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"630865"},"items":null} + + Mar 8 14:42:09.601: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"630865"},"items":null} + + [AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:187 + Mar 8 14:42:09.612: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "daemonsets-8068" for this suite. 03/08/23 14:42:09.617 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:42:09.627 +Mar 8 14:42:09.627: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename runtimeclass 03/08/23 14:42:09.628 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:42:09.643 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:42:09.646 +[It] should support RuntimeClasses API operations [Conformance] + test/e2e/common/node/runtimeclass.go:189 +STEP: getting /apis 03/08/23 14:42:09.649 +STEP: getting /apis/node.k8s.io 03/08/23 14:42:09.652 +STEP: getting /apis/node.k8s.io/v1 03/08/23 14:42:09.653 +STEP: creating 03/08/23 14:42:09.655 +STEP: watching 03/08/23 14:42:09.669 +Mar 8 14:42:09.669: INFO: starting watch +STEP: getting 03/08/23 14:42:09.673 +STEP: listing 03/08/23 14:42:09.676 +STEP: patching 03/08/23 14:42:09.679 +STEP: updating 03/08/23 14:42:09.684 +Mar 8 14:42:09.689: INFO: waiting for watch events with expected annotations +STEP: deleting 03/08/23 14:42:09.689 +STEP: deleting a collection 03/08/23 14:42:09.698 +[AfterEach] [sig-node] RuntimeClass + test/e2e/framework/framework.go:187 +Mar 8 14:42:09.712: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "runtimeclass-5642" for this suite. 03/08/23 14:42:09.716 +{"msg":"PASSED [sig-node] RuntimeClass should support RuntimeClasses API operations [Conformance]","completed":71,"skipped":1643,"failed":0} +------------------------------ +• [0.094 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 03/08/23 14:42:09.627 + Mar 8 14:42:09.627: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename runtimeclass 03/08/23 14:42:09.628 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:42:09.643 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:42:09.646 + [It] should support RuntimeClasses API operations [Conformance] + test/e2e/common/node/runtimeclass.go:189 + STEP: getting /apis 03/08/23 14:42:09.649 + STEP: getting /apis/node.k8s.io 03/08/23 14:42:09.652 + STEP: getting /apis/node.k8s.io/v1 03/08/23 14:42:09.653 + STEP: creating 03/08/23 14:42:09.655 + STEP: watching 03/08/23 14:42:09.669 + Mar 8 14:42:09.669: INFO: starting watch + STEP: getting 03/08/23 14:42:09.673 + STEP: listing 03/08/23 14:42:09.676 + STEP: patching 03/08/23 14:42:09.679 + STEP: updating 03/08/23 14:42:09.684 + Mar 8 14:42:09.689: INFO: waiting for watch events with expected annotations + STEP: deleting 03/08/23 14:42:09.689 + STEP: deleting a collection 03/08/23 14:42:09.698 + [AfterEach] [sig-node] RuntimeClass + test/e2e/framework/framework.go:187 + Mar 8 14:42:09.712: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "runtimeclass-5642" for this suite. 03/08/23 14:42:09.716 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSS +------------------------------ +[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 03/08/23 14:42:09.721 +Mar 8 14:42:09.721: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename kubelet-test 03/08/23 14:42:09.722 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:42:09.737 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:42:09.739 +[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 +Mar 8 14:42:09.748: INFO: Waiting up to 5m0s for pod "busybox-readonly-fs72a1c82a-0fc2-47e1-8c99-f6e2ff7ab8e6" in namespace "kubelet-test-4350" to be "running and ready" +Mar 8 14:42:09.751: INFO: Pod "busybox-readonly-fs72a1c82a-0fc2-47e1-8c99-f6e2ff7ab8e6": Phase="Pending", Reason="", readiness=false. Elapsed: 2.563418ms +Mar 8 14:42:09.751: INFO: The phase of Pod busybox-readonly-fs72a1c82a-0fc2-47e1-8c99-f6e2ff7ab8e6 is Pending, waiting for it to be Running (with Ready = true) +Mar 8 14:42:11.756: INFO: Pod "busybox-readonly-fs72a1c82a-0fc2-47e1-8c99-f6e2ff7ab8e6": Phase="Running", Reason="", readiness=true. Elapsed: 2.007113824s +Mar 8 14:42:11.756: INFO: The phase of Pod busybox-readonly-fs72a1c82a-0fc2-47e1-8c99-f6e2ff7ab8e6 is Running (Ready = true) +Mar 8 14:42:11.756: INFO: Pod "busybox-readonly-fs72a1c82a-0fc2-47e1-8c99-f6e2ff7ab8e6" satisfied condition "running and ready" +[AfterEach] [sig-node] Kubelet + test/e2e/framework/framework.go:187 +Mar 8 14:42:11.764: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubelet-test-4350" for this suite. 03/08/23 14:42:11.768 +{"msg":"PASSED [sig-node] Kubelet when scheduling a read only busybox container should not write to root filesystem [LinuxOnly] [NodeConformance] [Conformance]","completed":72,"skipped":1654,"failed":0} +------------------------------ +• [2.051 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 03/08/23 14:42:09.721 + Mar 8 14:42:09.721: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename kubelet-test 03/08/23 14:42:09.722 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:42:09.737 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:42:09.739 + [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 + Mar 8 14:42:09.748: INFO: Waiting up to 5m0s for pod "busybox-readonly-fs72a1c82a-0fc2-47e1-8c99-f6e2ff7ab8e6" in namespace "kubelet-test-4350" to be "running and ready" + Mar 8 14:42:09.751: INFO: Pod "busybox-readonly-fs72a1c82a-0fc2-47e1-8c99-f6e2ff7ab8e6": Phase="Pending", Reason="", readiness=false. Elapsed: 2.563418ms + Mar 8 14:42:09.751: INFO: The phase of Pod busybox-readonly-fs72a1c82a-0fc2-47e1-8c99-f6e2ff7ab8e6 is Pending, waiting for it to be Running (with Ready = true) + Mar 8 14:42:11.756: INFO: Pod "busybox-readonly-fs72a1c82a-0fc2-47e1-8c99-f6e2ff7ab8e6": Phase="Running", Reason="", readiness=true. Elapsed: 2.007113824s + Mar 8 14:42:11.756: INFO: The phase of Pod busybox-readonly-fs72a1c82a-0fc2-47e1-8c99-f6e2ff7ab8e6 is Running (Ready = true) + Mar 8 14:42:11.756: INFO: Pod "busybox-readonly-fs72a1c82a-0fc2-47e1-8c99-f6e2ff7ab8e6" satisfied condition "running and ready" + [AfterEach] [sig-node] Kubelet + test/e2e/framework/framework.go:187 + Mar 8 14:42:11.764: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubelet-test-4350" for this suite. 03/08/23 14:42:11.768 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:42:11.775 +Mar 8 14:42:11.775: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename tables 03/08/23 14:42:11.776 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:42:11.791 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:42:11.794 +[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 +Mar 8 14:42:11.799: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "tables-3572" for this suite. 03/08/23 14:42:11.803 +{"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":73,"skipped":1730,"failed":0} +------------------------------ +• [0.033 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 03/08/23 14:42:11.775 + Mar 8 14:42:11.775: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename tables 03/08/23 14:42:11.776 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:42:11.791 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:42:11.794 + [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 + Mar 8 14:42:11.799: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "tables-3572" for this suite. 03/08/23 14:42:11.803 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSS +------------------------------ +[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 03/08/23 14:42:11.809 +Mar 8 14:42:11.809: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename svcaccounts 03/08/23 14:42:11.809 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:42:11.825 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:42:11.827 +[It] should mount projected service account token [Conformance] + test/e2e/auth/service_accounts.go:272 +STEP: Creating a pod to test service account token: 03/08/23 14:42:11.83 +Mar 8 14:42:11.838: INFO: Waiting up to 5m0s for pod "test-pod-2a1556cd-a6c6-4cb2-8a79-7f50a6dcb910" in namespace "svcaccounts-153" to be "Succeeded or Failed" +Mar 8 14:42:11.842: INFO: Pod "test-pod-2a1556cd-a6c6-4cb2-8a79-7f50a6dcb910": Phase="Pending", Reason="", readiness=false. Elapsed: 3.694453ms +Mar 8 14:42:13.848: INFO: Pod "test-pod-2a1556cd-a6c6-4cb2-8a79-7f50a6dcb910": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009591351s +Mar 8 14:42:15.847: INFO: Pod "test-pod-2a1556cd-a6c6-4cb2-8a79-7f50a6dcb910": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008203868s +STEP: Saw pod success 03/08/23 14:42:15.847 +Mar 8 14:42:15.847: INFO: Pod "test-pod-2a1556cd-a6c6-4cb2-8a79-7f50a6dcb910" satisfied condition "Succeeded or Failed" +Mar 8 14:42:15.850: INFO: Trying to get logs from node worker2 pod test-pod-2a1556cd-a6c6-4cb2-8a79-7f50a6dcb910 container agnhost-container: +STEP: delete the pod 03/08/23 14:42:15.864 +Mar 8 14:42:15.875: INFO: Waiting for pod test-pod-2a1556cd-a6c6-4cb2-8a79-7f50a6dcb910 to disappear +Mar 8 14:42:15.877: INFO: Pod test-pod-2a1556cd-a6c6-4cb2-8a79-7f50a6dcb910 no longer exists +[AfterEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:187 +Mar 8 14:42:15.877: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "svcaccounts-153" for this suite. 03/08/23 14:42:15.882 +{"msg":"PASSED [sig-auth] ServiceAccounts should mount projected service account token [Conformance]","completed":74,"skipped":1736,"failed":0} +------------------------------ +• [4.079 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 03/08/23 14:42:11.809 + Mar 8 14:42:11.809: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename svcaccounts 03/08/23 14:42:11.809 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:42:11.825 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:42:11.827 + [It] should mount projected service account token [Conformance] + test/e2e/auth/service_accounts.go:272 + STEP: Creating a pod to test service account token: 03/08/23 14:42:11.83 + Mar 8 14:42:11.838: INFO: Waiting up to 5m0s for pod "test-pod-2a1556cd-a6c6-4cb2-8a79-7f50a6dcb910" in namespace "svcaccounts-153" to be "Succeeded or Failed" + Mar 8 14:42:11.842: INFO: Pod "test-pod-2a1556cd-a6c6-4cb2-8a79-7f50a6dcb910": Phase="Pending", Reason="", readiness=false. Elapsed: 3.694453ms + Mar 8 14:42:13.848: INFO: Pod "test-pod-2a1556cd-a6c6-4cb2-8a79-7f50a6dcb910": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009591351s + Mar 8 14:42:15.847: INFO: Pod "test-pod-2a1556cd-a6c6-4cb2-8a79-7f50a6dcb910": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008203868s + STEP: Saw pod success 03/08/23 14:42:15.847 + Mar 8 14:42:15.847: INFO: Pod "test-pod-2a1556cd-a6c6-4cb2-8a79-7f50a6dcb910" satisfied condition "Succeeded or Failed" + Mar 8 14:42:15.850: INFO: Trying to get logs from node worker2 pod test-pod-2a1556cd-a6c6-4cb2-8a79-7f50a6dcb910 container agnhost-container: + STEP: delete the pod 03/08/23 14:42:15.864 + Mar 8 14:42:15.875: INFO: Waiting for pod test-pod-2a1556cd-a6c6-4cb2-8a79-7f50a6dcb910 to disappear + Mar 8 14:42:15.877: INFO: Pod test-pod-2a1556cd-a6c6-4cb2-8a79-7f50a6dcb910 no longer exists + [AfterEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:187 + Mar 8 14:42:15.877: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "svcaccounts-153" for this suite. 03/08/23 14:42:15.882 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:42:15.89 +Mar 8 14:42:15.890: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename gc 03/08/23 14:42:15.891 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:42:15.906 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:42:15.91 +[It] should orphan pods created by rc if delete options say so [Conformance] + test/e2e/apimachinery/garbage_collector.go:370 +STEP: create the rc 03/08/23 14:42:15.918 +STEP: delete the rc 03/08/23 14:42:20.933 +STEP: wait for the rc to be deleted 03/08/23 14:42:20.938 +STEP: wait for 30 seconds to see if the garbage collector mistakenly deletes the pods 03/08/23 14:42:25.942 +STEP: Gathering metrics 03/08/23 14:42:55.955 +Mar 8 14:42:55.979: INFO: Waiting up to 5m0s for pod "kube-controller-manager-master3" in namespace "kube-system" to be "running and ready" +Mar 8 14:42:55.983: INFO: Pod "kube-controller-manager-master3": Phase="Running", Reason="", readiness=true. Elapsed: 3.252589ms +Mar 8 14:42:55.983: INFO: The phase of Pod kube-controller-manager-master3 is Running (Ready = true) +Mar 8 14:42:55.983: INFO: Pod "kube-controller-manager-master3" satisfied condition "running and ready" +Mar 8 14:42:56.035: 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: + +Mar 8 14:42:56.035: INFO: Deleting pod "simpletest.rc-2x8t6" in namespace "gc-355" +Mar 8 14:42:56.046: INFO: Deleting pod "simpletest.rc-47qx5" in namespace "gc-355" +Mar 8 14:42:56.055: INFO: Deleting pod "simpletest.rc-4c7nq" in namespace "gc-355" +Mar 8 14:42:56.065: INFO: Deleting pod "simpletest.rc-4gcbn" in namespace "gc-355" +Mar 8 14:42:56.077: INFO: Deleting pod "simpletest.rc-67kld" in namespace "gc-355" +Mar 8 14:42:56.141: INFO: Deleting pod "simpletest.rc-6fbdz" in namespace "gc-355" +Mar 8 14:42:56.150: INFO: Deleting pod "simpletest.rc-78kvz" in namespace "gc-355" +Mar 8 14:42:56.160: INFO: Deleting pod "simpletest.rc-7qbbt" in namespace "gc-355" +Mar 8 14:42:56.168: INFO: Deleting pod "simpletest.rc-7r695" in namespace "gc-355" +Mar 8 14:42:56.179: INFO: Deleting pod "simpletest.rc-7v4ql" in namespace "gc-355" +Mar 8 14:42:56.189: INFO: Deleting pod "simpletest.rc-85tnq" in namespace "gc-355" +Mar 8 14:42:56.220: INFO: Deleting pod "simpletest.rc-87974" in namespace "gc-355" +Mar 8 14:42:56.236: INFO: Deleting pod "simpletest.rc-8pmnx" in namespace "gc-355" +Mar 8 14:42:56.247: INFO: Deleting pod "simpletest.rc-8q7x8" in namespace "gc-355" +Mar 8 14:42:56.254: INFO: Deleting pod "simpletest.rc-8ss2h" in namespace "gc-355" +Mar 8 14:42:56.263: INFO: Deleting pod "simpletest.rc-8tw5s" in namespace "gc-355" +Mar 8 14:42:56.274: INFO: Deleting pod "simpletest.rc-8wqkv" in namespace "gc-355" +Mar 8 14:42:56.283: INFO: Deleting pod "simpletest.rc-8xkqm" in namespace "gc-355" +Mar 8 14:42:56.296: INFO: Deleting pod "simpletest.rc-9df97" in namespace "gc-355" +Mar 8 14:42:56.307: INFO: Deleting pod "simpletest.rc-9rvn5" in namespace "gc-355" +Mar 8 14:42:56.316: INFO: Deleting pod "simpletest.rc-b7z7m" in namespace "gc-355" +Mar 8 14:42:56.330: INFO: Deleting pod "simpletest.rc-bgxmr" in namespace "gc-355" +Mar 8 14:42:56.352: INFO: Deleting pod "simpletest.rc-bqss9" in namespace "gc-355" +Mar 8 14:42:56.360: INFO: Deleting pod "simpletest.rc-dt48g" in namespace "gc-355" +Mar 8 14:42:56.370: INFO: Deleting pod "simpletest.rc-dzf6j" in namespace "gc-355" +Mar 8 14:42:56.382: INFO: Deleting pod "simpletest.rc-f9nrl" in namespace "gc-355" +Mar 8 14:42:56.392: INFO: Deleting pod "simpletest.rc-fj25p" in namespace "gc-355" +Mar 8 14:42:56.420: INFO: Deleting pod "simpletest.rc-gdppq" in namespace "gc-355" +Mar 8 14:42:56.428: INFO: Deleting pod "simpletest.rc-gxrd2" in namespace "gc-355" +Mar 8 14:42:56.438: INFO: Deleting pod "simpletest.rc-h449n" in namespace "gc-355" +Mar 8 14:42:56.446: INFO: Deleting pod "simpletest.rc-hb9p7" in namespace "gc-355" +Mar 8 14:42:56.457: INFO: Deleting pod "simpletest.rc-hznhb" in namespace "gc-355" +Mar 8 14:42:56.466: INFO: Deleting pod "simpletest.rc-l4fg2" in namespace "gc-355" +Mar 8 14:42:56.475: INFO: Deleting pod "simpletest.rc-l5k6n" in namespace "gc-355" +Mar 8 14:42:56.485: INFO: Deleting pod "simpletest.rc-mj66m" in namespace "gc-355" +Mar 8 14:42:56.501: INFO: Deleting pod "simpletest.rc-n4f7s" in namespace "gc-355" +Mar 8 14:42:56.510: INFO: Deleting pod "simpletest.rc-nj9bv" in namespace "gc-355" +Mar 8 14:42:56.542: INFO: Deleting pod "simpletest.rc-p6mv9" in namespace "gc-355" +Mar 8 14:42:56.557: INFO: Deleting pod "simpletest.rc-plrk8" in namespace "gc-355" +Mar 8 14:42:56.576: INFO: Deleting pod "simpletest.rc-pqxcw" in namespace "gc-355" +Mar 8 14:42:56.587: INFO: Deleting pod "simpletest.rc-ptrcg" in namespace "gc-355" +Mar 8 14:42:56.598: INFO: Deleting pod "simpletest.rc-qsq4b" in namespace "gc-355" +Mar 8 14:42:56.612: INFO: Deleting pod "simpletest.rc-qwfmd" in namespace "gc-355" +Mar 8 14:42:56.649: INFO: Deleting pod "simpletest.rc-r8ssk" in namespace "gc-355" +Mar 8 14:42:56.663: INFO: Deleting pod "simpletest.rc-rhk45" in namespace "gc-355" +Mar 8 14:42:56.677: INFO: Deleting pod "simpletest.rc-rs6nd" in namespace "gc-355" +Mar 8 14:42:56.688: INFO: Deleting pod "simpletest.rc-rtdd2" in namespace "gc-355" +Mar 8 14:42:56.696: INFO: Deleting pod "simpletest.rc-rxh9n" in namespace "gc-355" +Mar 8 14:42:56.706: INFO: Deleting pod "simpletest.rc-s77fv" in namespace "gc-355" +Mar 8 14:42:56.715: INFO: Deleting pod "simpletest.rc-sgkvf" in namespace "gc-355" +Mar 8 14:42:56.725: INFO: Deleting pod "simpletest.rc-ssvw7" in namespace "gc-355" +Mar 8 14:42:56.734: INFO: Deleting pod "simpletest.rc-szt7s" in namespace "gc-355" +Mar 8 14:42:56.746: INFO: Deleting pod "simpletest.rc-t5krz" in namespace "gc-355" +Mar 8 14:42:56.755: INFO: Deleting pod "simpletest.rc-tbzwk" in namespace "gc-355" +Mar 8 14:42:56.766: INFO: Deleting pod "simpletest.rc-tfcgf" in namespace "gc-355" +Mar 8 14:42:56.780: INFO: Deleting pod "simpletest.rc-tvjjq" in namespace "gc-355" +Mar 8 14:42:56.798: INFO: Deleting pod "simpletest.rc-v97cw" in namespace "gc-355" +Mar 8 14:42:56.814: INFO: Deleting pod "simpletest.rc-vl589" in namespace "gc-355" +Mar 8 14:42:56.825: INFO: Deleting pod "simpletest.rc-wm4qn" in namespace "gc-355" +Mar 8 14:42:56.842: INFO: Deleting pod "simpletest.rc-wqwtm" in namespace "gc-355" +Mar 8 14:42:56.854: INFO: Deleting pod "simpletest.rc-xt4kf" in namespace "gc-355" +Mar 8 14:42:56.867: INFO: Deleting pod "simpletest.rc-xzmlq" in namespace "gc-355" +Mar 8 14:42:56.879: INFO: Deleting pod "simpletest.rc-z6hj8" in namespace "gc-355" +Mar 8 14:42:56.893: INFO: Deleting pod "simpletest.rc-zmx6q" in namespace "gc-355" +[AfterEach] [sig-api-machinery] Garbage collector + test/e2e/framework/framework.go:187 +Mar 8 14:42:56.909: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "gc-355" for this suite. 03/08/23 14:42:56.955 +{"msg":"PASSED [sig-api-machinery] Garbage collector should orphan pods created by rc if delete options say so [Conformance]","completed":75,"skipped":1769,"failed":0} +------------------------------ +• [SLOW TEST] [41.073 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 03/08/23 14:42:15.89 + Mar 8 14:42:15.890: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename gc 03/08/23 14:42:15.891 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:42:15.906 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:42:15.91 + [It] should orphan pods created by rc if delete options say so [Conformance] + test/e2e/apimachinery/garbage_collector.go:370 + STEP: create the rc 03/08/23 14:42:15.918 + STEP: delete the rc 03/08/23 14:42:20.933 + STEP: wait for the rc to be deleted 03/08/23 14:42:20.938 + STEP: wait for 30 seconds to see if the garbage collector mistakenly deletes the pods 03/08/23 14:42:25.942 + STEP: Gathering metrics 03/08/23 14:42:55.955 + Mar 8 14:42:55.979: INFO: Waiting up to 5m0s for pod "kube-controller-manager-master3" in namespace "kube-system" to be "running and ready" + Mar 8 14:42:55.983: INFO: Pod "kube-controller-manager-master3": Phase="Running", Reason="", readiness=true. Elapsed: 3.252589ms + Mar 8 14:42:55.983: INFO: The phase of Pod kube-controller-manager-master3 is Running (Ready = true) + Mar 8 14:42:55.983: INFO: Pod "kube-controller-manager-master3" satisfied condition "running and ready" + Mar 8 14:42:56.035: 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: + + Mar 8 14:42:56.035: INFO: Deleting pod "simpletest.rc-2x8t6" in namespace "gc-355" + Mar 8 14:42:56.046: INFO: Deleting pod "simpletest.rc-47qx5" in namespace "gc-355" + Mar 8 14:42:56.055: INFO: Deleting pod "simpletest.rc-4c7nq" in namespace "gc-355" + Mar 8 14:42:56.065: INFO: Deleting pod "simpletest.rc-4gcbn" in namespace "gc-355" + Mar 8 14:42:56.077: INFO: Deleting pod "simpletest.rc-67kld" in namespace "gc-355" + Mar 8 14:42:56.141: INFO: Deleting pod "simpletest.rc-6fbdz" in namespace "gc-355" + Mar 8 14:42:56.150: INFO: Deleting pod "simpletest.rc-78kvz" in namespace "gc-355" + Mar 8 14:42:56.160: INFO: Deleting pod "simpletest.rc-7qbbt" in namespace "gc-355" + Mar 8 14:42:56.168: INFO: Deleting pod "simpletest.rc-7r695" in namespace "gc-355" + Mar 8 14:42:56.179: INFO: Deleting pod "simpletest.rc-7v4ql" in namespace "gc-355" + Mar 8 14:42:56.189: INFO: Deleting pod "simpletest.rc-85tnq" in namespace "gc-355" + Mar 8 14:42:56.220: INFO: Deleting pod "simpletest.rc-87974" in namespace "gc-355" + Mar 8 14:42:56.236: INFO: Deleting pod "simpletest.rc-8pmnx" in namespace "gc-355" + Mar 8 14:42:56.247: INFO: Deleting pod "simpletest.rc-8q7x8" in namespace "gc-355" + Mar 8 14:42:56.254: INFO: Deleting pod "simpletest.rc-8ss2h" in namespace "gc-355" + Mar 8 14:42:56.263: INFO: Deleting pod "simpletest.rc-8tw5s" in namespace "gc-355" + Mar 8 14:42:56.274: INFO: Deleting pod "simpletest.rc-8wqkv" in namespace "gc-355" + Mar 8 14:42:56.283: INFO: Deleting pod "simpletest.rc-8xkqm" in namespace "gc-355" + Mar 8 14:42:56.296: INFO: Deleting pod "simpletest.rc-9df97" in namespace "gc-355" + Mar 8 14:42:56.307: INFO: Deleting pod "simpletest.rc-9rvn5" in namespace "gc-355" + Mar 8 14:42:56.316: INFO: Deleting pod "simpletest.rc-b7z7m" in namespace "gc-355" + Mar 8 14:42:56.330: INFO: Deleting pod "simpletest.rc-bgxmr" in namespace "gc-355" + Mar 8 14:42:56.352: INFO: Deleting pod "simpletest.rc-bqss9" in namespace "gc-355" + Mar 8 14:42:56.360: INFO: Deleting pod "simpletest.rc-dt48g" in namespace "gc-355" + Mar 8 14:42:56.370: INFO: Deleting pod "simpletest.rc-dzf6j" in namespace "gc-355" + Mar 8 14:42:56.382: INFO: Deleting pod "simpletest.rc-f9nrl" in namespace "gc-355" + Mar 8 14:42:56.392: INFO: Deleting pod "simpletest.rc-fj25p" in namespace "gc-355" + Mar 8 14:42:56.420: INFO: Deleting pod "simpletest.rc-gdppq" in namespace "gc-355" + Mar 8 14:42:56.428: INFO: Deleting pod "simpletest.rc-gxrd2" in namespace "gc-355" + Mar 8 14:42:56.438: INFO: Deleting pod "simpletest.rc-h449n" in namespace "gc-355" + Mar 8 14:42:56.446: INFO: Deleting pod "simpletest.rc-hb9p7" in namespace "gc-355" + Mar 8 14:42:56.457: INFO: Deleting pod "simpletest.rc-hznhb" in namespace "gc-355" + Mar 8 14:42:56.466: INFO: Deleting pod "simpletest.rc-l4fg2" in namespace "gc-355" + Mar 8 14:42:56.475: INFO: Deleting pod "simpletest.rc-l5k6n" in namespace "gc-355" + Mar 8 14:42:56.485: INFO: Deleting pod "simpletest.rc-mj66m" in namespace "gc-355" + Mar 8 14:42:56.501: INFO: Deleting pod "simpletest.rc-n4f7s" in namespace "gc-355" + Mar 8 14:42:56.510: INFO: Deleting pod "simpletest.rc-nj9bv" in namespace "gc-355" + Mar 8 14:42:56.542: INFO: Deleting pod "simpletest.rc-p6mv9" in namespace "gc-355" + Mar 8 14:42:56.557: INFO: Deleting pod "simpletest.rc-plrk8" in namespace "gc-355" + Mar 8 14:42:56.576: INFO: Deleting pod "simpletest.rc-pqxcw" in namespace "gc-355" + Mar 8 14:42:56.587: INFO: Deleting pod "simpletest.rc-ptrcg" in namespace "gc-355" + Mar 8 14:42:56.598: INFO: Deleting pod "simpletest.rc-qsq4b" in namespace "gc-355" + Mar 8 14:42:56.612: INFO: Deleting pod "simpletest.rc-qwfmd" in namespace "gc-355" + Mar 8 14:42:56.649: INFO: Deleting pod "simpletest.rc-r8ssk" in namespace "gc-355" + Mar 8 14:42:56.663: INFO: Deleting pod "simpletest.rc-rhk45" in namespace "gc-355" + Mar 8 14:42:56.677: INFO: Deleting pod "simpletest.rc-rs6nd" in namespace "gc-355" + Mar 8 14:42:56.688: INFO: Deleting pod "simpletest.rc-rtdd2" in namespace "gc-355" + Mar 8 14:42:56.696: INFO: Deleting pod "simpletest.rc-rxh9n" in namespace "gc-355" + Mar 8 14:42:56.706: INFO: Deleting pod "simpletest.rc-s77fv" in namespace "gc-355" + Mar 8 14:42:56.715: INFO: Deleting pod "simpletest.rc-sgkvf" in namespace "gc-355" + Mar 8 14:42:56.725: INFO: Deleting pod "simpletest.rc-ssvw7" in namespace "gc-355" + Mar 8 14:42:56.734: INFO: Deleting pod "simpletest.rc-szt7s" in namespace "gc-355" + Mar 8 14:42:56.746: INFO: Deleting pod "simpletest.rc-t5krz" in namespace "gc-355" + Mar 8 14:42:56.755: INFO: Deleting pod "simpletest.rc-tbzwk" in namespace "gc-355" + Mar 8 14:42:56.766: INFO: Deleting pod "simpletest.rc-tfcgf" in namespace "gc-355" + Mar 8 14:42:56.780: INFO: Deleting pod "simpletest.rc-tvjjq" in namespace "gc-355" + Mar 8 14:42:56.798: INFO: Deleting pod "simpletest.rc-v97cw" in namespace "gc-355" + Mar 8 14:42:56.814: INFO: Deleting pod "simpletest.rc-vl589" in namespace "gc-355" + Mar 8 14:42:56.825: INFO: Deleting pod "simpletest.rc-wm4qn" in namespace "gc-355" + Mar 8 14:42:56.842: INFO: Deleting pod "simpletest.rc-wqwtm" in namespace "gc-355" + Mar 8 14:42:56.854: INFO: Deleting pod "simpletest.rc-xt4kf" in namespace "gc-355" + Mar 8 14:42:56.867: INFO: Deleting pod "simpletest.rc-xzmlq" in namespace "gc-355" + Mar 8 14:42:56.879: INFO: Deleting pod "simpletest.rc-z6hj8" in namespace "gc-355" + Mar 8 14:42:56.893: INFO: Deleting pod "simpletest.rc-zmx6q" in namespace "gc-355" + [AfterEach] [sig-api-machinery] Garbage collector + test/e2e/framework/framework.go:187 + Mar 8 14:42:56.909: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "gc-355" for this suite. 03/08/23 14:42:56.955 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:42:56.964 +Mar 8 14:42:56.964: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename downward-api 03/08/23 14:42:56.966 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:42:56.982 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:42:56.984 +[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 03/08/23 14:42:56.987 +Mar 8 14:42:56.995: INFO: Waiting up to 5m0s for pod "downwardapi-volume-94a29cfd-6fdd-4fa4-a489-5905541f0417" in namespace "downward-api-7982" to be "Succeeded or Failed" +Mar 8 14:42:56.997: INFO: Pod "downwardapi-volume-94a29cfd-6fdd-4fa4-a489-5905541f0417": Phase="Pending", Reason="", readiness=false. Elapsed: 2.234803ms +Mar 8 14:42:59.001: INFO: Pod "downwardapi-volume-94a29cfd-6fdd-4fa4-a489-5905541f0417": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006588781s +Mar 8 14:43:01.001: INFO: Pod "downwardapi-volume-94a29cfd-6fdd-4fa4-a489-5905541f0417": Phase="Pending", Reason="", readiness=false. Elapsed: 4.006697459s +Mar 8 14:43:03.001: INFO: Pod "downwardapi-volume-94a29cfd-6fdd-4fa4-a489-5905541f0417": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.006022097s +STEP: Saw pod success 03/08/23 14:43:03.001 +Mar 8 14:43:03.001: INFO: Pod "downwardapi-volume-94a29cfd-6fdd-4fa4-a489-5905541f0417" satisfied condition "Succeeded or Failed" +Mar 8 14:43:03.004: INFO: Trying to get logs from node worker2 pod downwardapi-volume-94a29cfd-6fdd-4fa4-a489-5905541f0417 container client-container: +STEP: delete the pod 03/08/23 14:43:03.01 +Mar 8 14:43:03.020: INFO: Waiting for pod downwardapi-volume-94a29cfd-6fdd-4fa4-a489-5905541f0417 to disappear +Mar 8 14:43:03.022: INFO: Pod downwardapi-volume-94a29cfd-6fdd-4fa4-a489-5905541f0417 no longer exists +[AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 +Mar 8 14:43:03.023: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "downward-api-7982" for this suite. 03/08/23 14:43:03.027 +{"msg":"PASSED [sig-storage] Downward API volume should provide container's memory request [NodeConformance] [Conformance]","completed":76,"skipped":1783,"failed":0} +------------------------------ +• [SLOW TEST] [6.068 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 03/08/23 14:42:56.964 + Mar 8 14:42:56.964: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename downward-api 03/08/23 14:42:56.966 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:42:56.982 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:42:56.984 + [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 03/08/23 14:42:56.987 + Mar 8 14:42:56.995: INFO: Waiting up to 5m0s for pod "downwardapi-volume-94a29cfd-6fdd-4fa4-a489-5905541f0417" in namespace "downward-api-7982" to be "Succeeded or Failed" + Mar 8 14:42:56.997: INFO: Pod "downwardapi-volume-94a29cfd-6fdd-4fa4-a489-5905541f0417": Phase="Pending", Reason="", readiness=false. Elapsed: 2.234803ms + Mar 8 14:42:59.001: INFO: Pod "downwardapi-volume-94a29cfd-6fdd-4fa4-a489-5905541f0417": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006588781s + Mar 8 14:43:01.001: INFO: Pod "downwardapi-volume-94a29cfd-6fdd-4fa4-a489-5905541f0417": Phase="Pending", Reason="", readiness=false. Elapsed: 4.006697459s + Mar 8 14:43:03.001: INFO: Pod "downwardapi-volume-94a29cfd-6fdd-4fa4-a489-5905541f0417": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.006022097s + STEP: Saw pod success 03/08/23 14:43:03.001 + Mar 8 14:43:03.001: INFO: Pod "downwardapi-volume-94a29cfd-6fdd-4fa4-a489-5905541f0417" satisfied condition "Succeeded or Failed" + Mar 8 14:43:03.004: INFO: Trying to get logs from node worker2 pod downwardapi-volume-94a29cfd-6fdd-4fa4-a489-5905541f0417 container client-container: + STEP: delete the pod 03/08/23 14:43:03.01 + Mar 8 14:43:03.020: INFO: Waiting for pod downwardapi-volume-94a29cfd-6fdd-4fa4-a489-5905541f0417 to disappear + Mar 8 14:43:03.022: INFO: Pod downwardapi-volume-94a29cfd-6fdd-4fa4-a489-5905541f0417 no longer exists + [AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 + Mar 8 14:43:03.023: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "downward-api-7982" for this suite. 03/08/23 14:43:03.027 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:43:03.033 +Mar 8 14:43:03.033: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename kubectl 03/08/23 14:43:03.034 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:43:03.05 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:43:03.052 +[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 03/08/23 14:43:03.055 +Mar 8 14:43:03.056: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-2150 cluster-info' +Mar 8 14:43:03.133: INFO: stderr: "" +Mar 8 14:43:03.133: INFO: stdout: "\x1b[0;32mKubernetes control plane\x1b[0m is running at \x1b[0;33mhttps://192.168.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 +Mar 8 14:43:03.133: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubectl-2150" for this suite. 03/08/23 14:43:03.138 +{"msg":"PASSED [sig-cli] Kubectl client Kubectl cluster-info should check if Kubernetes control plane services is included in cluster-info [Conformance]","completed":77,"skipped":1809,"failed":0} +------------------------------ +• [0.110 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 03/08/23 14:43:03.033 + Mar 8 14:43:03.033: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename kubectl 03/08/23 14:43:03.034 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:43:03.05 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:43:03.052 + [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 03/08/23 14:43:03.055 + Mar 8 14:43:03.056: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-2150 cluster-info' + Mar 8 14:43:03.133: INFO: stderr: "" + Mar 8 14:43:03.133: INFO: stdout: "\x1b[0;32mKubernetes control plane\x1b[0m is running at \x1b[0;33mhttps://192.168.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 + Mar 8 14:43:03.133: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubectl-2150" for this suite. 03/08/23 14:43:03.138 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:43:03.145 +Mar 8 14:43:03.145: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename kubectl 03/08/23 14:43:03.146 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:43:03.16 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:43:03.162 +[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 03/08/23 14:43:03.165 +Mar 8 14:43:03.165: INFO: Asynchronously running '/usr/local/bin/kubectl kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-5563 proxy --unix-socket=/tmp/kubectl-proxy-unix1035095713/test' +STEP: retrieving proxy /api/ output 03/08/23 14:43:03.222 +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 +Mar 8 14:43:03.223: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubectl-5563" for this suite. 03/08/23 14:43:03.23 +{"msg":"PASSED [sig-cli] Kubectl client Proxy server should support --unix-socket=/path [Conformance]","completed":78,"skipped":1845,"failed":0} +------------------------------ +• [0.090 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 03/08/23 14:43:03.145 + Mar 8 14:43:03.145: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename kubectl 03/08/23 14:43:03.146 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:43:03.16 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:43:03.162 + [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 03/08/23 14:43:03.165 + Mar 8 14:43:03.165: INFO: Asynchronously running '/usr/local/bin/kubectl kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-5563 proxy --unix-socket=/tmp/kubectl-proxy-unix1035095713/test' + STEP: retrieving proxy /api/ output 03/08/23 14:43:03.222 + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 + Mar 8 14:43:03.223: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubectl-5563" for this suite. 03/08/23 14:43:03.23 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSS +------------------------------ +[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 03/08/23 14:43:03.236 +Mar 8 14:43:03.236: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename pods 03/08/23 14:43:03.237 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:43:03.255 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:43:03.258 +[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 03/08/23 14:43:03.261 +Mar 8 14:43:03.268: INFO: created test-pod-1 +Mar 8 14:43:03.272: INFO: created test-pod-2 +Mar 8 14:43:03.276: INFO: created test-pod-3 +STEP: waiting for all 3 pods to be running 03/08/23 14:43:03.276 +Mar 8 14:43:03.276: INFO: Waiting up to 5m0s for all pods (need at least 3) in namespace 'pods-9311' to be running and ready +Mar 8 14:43:03.286: INFO: The status of Pod test-pod-1 is Pending (Ready = false), waiting for it to be either Running (with Ready = true) or Failed +Mar 8 14:43:03.286: INFO: The status of Pod test-pod-2 is Pending (Ready = false), waiting for it to be either Running (with Ready = true) or Failed +Mar 8 14:43:03.286: INFO: The status of Pod test-pod-3 is Pending (Ready = false), waiting for it to be either Running (with Ready = true) or Failed +Mar 8 14:43:03.286: INFO: 0 / 3 pods in namespace 'pods-9311' are running and ready (0 seconds elapsed) +Mar 8 14:43:03.286: INFO: expected 0 pod replicas in namespace 'pods-9311', 0 are Running and Ready. +Mar 8 14:43:03.286: INFO: POD NODE PHASE GRACE CONDITIONS +Mar 8 14:43:03.286: INFO: test-pod-1 worker2 Pending [{PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:43:03 +0000 UTC }] +Mar 8 14:43:03.286: INFO: test-pod-2 worker2 Pending [{PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:43:03 +0000 UTC }] +Mar 8 14:43:03.286: INFO: test-pod-3 worker1 Pending [{PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:43:03 +0000 UTC }] +Mar 8 14:43:03.286: INFO: +Mar 8 14:43:05.296: INFO: The status of Pod test-pod-1 is Pending (Ready = false), waiting for it to be either Running (with Ready = true) or Failed +Mar 8 14:43:05.296: INFO: The status of Pod test-pod-2 is Pending (Ready = false), waiting for it to be either Running (with Ready = true) or Failed +Mar 8 14:43:05.296: INFO: The status of Pod test-pod-3 is Pending (Ready = false), waiting for it to be either Running (with Ready = true) or Failed +Mar 8 14:43:05.296: INFO: 0 / 3 pods in namespace 'pods-9311' are running and ready (2 seconds elapsed) +Mar 8 14:43:05.296: INFO: expected 0 pod replicas in namespace 'pods-9311', 0 are Running and Ready. +Mar 8 14:43:05.296: INFO: POD NODE PHASE GRACE CONDITIONS +Mar 8 14:43:05.296: INFO: test-pod-1 worker2 Pending [{PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:43:03 +0000 UTC }] +Mar 8 14:43:05.296: INFO: test-pod-2 worker2 Pending [{PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:43:03 +0000 UTC }] +Mar 8 14:43:05.296: INFO: test-pod-3 worker1 Pending [{PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:43:03 +0000 UTC }] +Mar 8 14:43:05.296: INFO: +Mar 8 14:43:07.295: INFO: The status of Pod test-pod-1 is Pending (Ready = false), waiting for it to be either Running (with Ready = true) or Failed +Mar 8 14:43:07.295: INFO: The status of Pod test-pod-2 is Pending (Ready = false), waiting for it to be either Running (with Ready = true) or Failed +Mar 8 14:43:07.295: INFO: The status of Pod test-pod-3 is Pending (Ready = false), waiting for it to be either Running (with Ready = true) or Failed +Mar 8 14:43:07.295: INFO: 0 / 3 pods in namespace 'pods-9311' are running and ready (4 seconds elapsed) +Mar 8 14:43:07.295: INFO: expected 0 pod replicas in namespace 'pods-9311', 0 are Running and Ready. +Mar 8 14:43:07.295: INFO: POD NODE PHASE GRACE CONDITIONS +Mar 8 14:43:07.295: INFO: test-pod-1 worker2 Pending [{PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:43:03 +0000 UTC }] +Mar 8 14:43:07.295: INFO: test-pod-2 worker2 Pending [{PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:43:03 +0000 UTC }] +Mar 8 14:43:07.295: INFO: test-pod-3 worker1 Pending [{PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:43:03 +0000 UTC }] +Mar 8 14:43:07.295: INFO: +Mar 8 14:43:09.296: INFO: 3 / 3 pods in namespace 'pods-9311' are running and ready (6 seconds elapsed) +Mar 8 14:43:09.296: INFO: expected 0 pod replicas in namespace 'pods-9311', 0 are Running and Ready. +STEP: waiting for all pods to be deleted 03/08/23 14:43:09.313 +Mar 8 14:43:09.316: INFO: Pod quantity 3 is different from expected quantity 0 +Mar 8 14:43:10.320: INFO: Pod quantity 2 is different from expected quantity 0 +[AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 +Mar 8 14:43:11.322: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "pods-9311" for this suite. 03/08/23 14:43:11.327 +{"msg":"PASSED [sig-node] Pods should delete a collection of pods [Conformance]","completed":79,"skipped":1854,"failed":0} +------------------------------ +• [SLOW TEST] [8.096 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 03/08/23 14:43:03.236 + Mar 8 14:43:03.236: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename pods 03/08/23 14:43:03.237 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:43:03.255 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:43:03.258 + [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 03/08/23 14:43:03.261 + Mar 8 14:43:03.268: INFO: created test-pod-1 + Mar 8 14:43:03.272: INFO: created test-pod-2 + Mar 8 14:43:03.276: INFO: created test-pod-3 + STEP: waiting for all 3 pods to be running 03/08/23 14:43:03.276 + Mar 8 14:43:03.276: INFO: Waiting up to 5m0s for all pods (need at least 3) in namespace 'pods-9311' to be running and ready + Mar 8 14:43:03.286: INFO: The status of Pod test-pod-1 is Pending (Ready = false), waiting for it to be either Running (with Ready = true) or Failed + Mar 8 14:43:03.286: INFO: The status of Pod test-pod-2 is Pending (Ready = false), waiting for it to be either Running (with Ready = true) or Failed + Mar 8 14:43:03.286: INFO: The status of Pod test-pod-3 is Pending (Ready = false), waiting for it to be either Running (with Ready = true) or Failed + Mar 8 14:43:03.286: INFO: 0 / 3 pods in namespace 'pods-9311' are running and ready (0 seconds elapsed) + Mar 8 14:43:03.286: INFO: expected 0 pod replicas in namespace 'pods-9311', 0 are Running and Ready. + Mar 8 14:43:03.286: INFO: POD NODE PHASE GRACE CONDITIONS + Mar 8 14:43:03.286: INFO: test-pod-1 worker2 Pending [{PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:43:03 +0000 UTC }] + Mar 8 14:43:03.286: INFO: test-pod-2 worker2 Pending [{PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:43:03 +0000 UTC }] + Mar 8 14:43:03.286: INFO: test-pod-3 worker1 Pending [{PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:43:03 +0000 UTC }] + Mar 8 14:43:03.286: INFO: + Mar 8 14:43:05.296: INFO: The status of Pod test-pod-1 is Pending (Ready = false), waiting for it to be either Running (with Ready = true) or Failed + Mar 8 14:43:05.296: INFO: The status of Pod test-pod-2 is Pending (Ready = false), waiting for it to be either Running (with Ready = true) or Failed + Mar 8 14:43:05.296: INFO: The status of Pod test-pod-3 is Pending (Ready = false), waiting for it to be either Running (with Ready = true) or Failed + Mar 8 14:43:05.296: INFO: 0 / 3 pods in namespace 'pods-9311' are running and ready (2 seconds elapsed) + Mar 8 14:43:05.296: INFO: expected 0 pod replicas in namespace 'pods-9311', 0 are Running and Ready. + Mar 8 14:43:05.296: INFO: POD NODE PHASE GRACE CONDITIONS + Mar 8 14:43:05.296: INFO: test-pod-1 worker2 Pending [{PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:43:03 +0000 UTC }] + Mar 8 14:43:05.296: INFO: test-pod-2 worker2 Pending [{PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:43:03 +0000 UTC }] + Mar 8 14:43:05.296: INFO: test-pod-3 worker1 Pending [{PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:43:03 +0000 UTC }] + Mar 8 14:43:05.296: INFO: + Mar 8 14:43:07.295: INFO: The status of Pod test-pod-1 is Pending (Ready = false), waiting for it to be either Running (with Ready = true) or Failed + Mar 8 14:43:07.295: INFO: The status of Pod test-pod-2 is Pending (Ready = false), waiting for it to be either Running (with Ready = true) or Failed + Mar 8 14:43:07.295: INFO: The status of Pod test-pod-3 is Pending (Ready = false), waiting for it to be either Running (with Ready = true) or Failed + Mar 8 14:43:07.295: INFO: 0 / 3 pods in namespace 'pods-9311' are running and ready (4 seconds elapsed) + Mar 8 14:43:07.295: INFO: expected 0 pod replicas in namespace 'pods-9311', 0 are Running and Ready. + Mar 8 14:43:07.295: INFO: POD NODE PHASE GRACE CONDITIONS + Mar 8 14:43:07.295: INFO: test-pod-1 worker2 Pending [{PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:43:03 +0000 UTC }] + Mar 8 14:43:07.295: INFO: test-pod-2 worker2 Pending [{PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:43:03 +0000 UTC }] + Mar 8 14:43:07.295: INFO: test-pod-3 worker1 Pending [{PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:43:03 +0000 UTC }] + Mar 8 14:43:07.295: INFO: + Mar 8 14:43:09.296: INFO: 3 / 3 pods in namespace 'pods-9311' are running and ready (6 seconds elapsed) + Mar 8 14:43:09.296: INFO: expected 0 pod replicas in namespace 'pods-9311', 0 are Running and Ready. + STEP: waiting for all pods to be deleted 03/08/23 14:43:09.313 + Mar 8 14:43:09.316: INFO: Pod quantity 3 is different from expected quantity 0 + Mar 8 14:43:10.320: INFO: Pod quantity 2 is different from expected quantity 0 + [AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 + Mar 8 14:43:11.322: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "pods-9311" for this suite. 03/08/23 14:43:11.327 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:43:11.335 +Mar 8 14:43:11.335: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename sched-pred 03/08/23 14:43:11.336 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:43:11.353 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:43:11.358 +[BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:92 +Mar 8 14:43:11.361: INFO: Waiting up to 1m0s for all (but 0) nodes to be ready +Mar 8 14:43:11.369: INFO: Waiting for terminating namespaces to be deleted... +Mar 8 14:43:11.372: INFO: +Logging pods the apiserver thinks is on node worker1 before test +Mar 8 14:43:11.381: INFO: kube-flannel-ds-7nbpm from kube-flannel started at 2023-03-08 07:28:47 +0000 UTC (1 container statuses recorded) +Mar 8 14:43:11.381: INFO: Container kube-flannel ready: true, restart count 0 +Mar 8 14:43:11.381: INFO: kube-proxy-hl82v from kube-system started at 2023-03-07 06:32:23 +0000 UTC (1 container statuses recorded) +Mar 8 14:43:11.381: INFO: Container kube-proxy ready: true, restart count 0 +Mar 8 14:43:11.381: INFO: metrics-server-548d8b6db7-gwq5j from kube-system started at 2023-03-07 06:33:40 +0000 UTC (1 container statuses recorded) +Mar 8 14:43:11.381: INFO: Container metrics-server ready: true, restart count 0 +Mar 8 14:43:11.381: INFO: node-shell-d8c79cec-027f-401a-8161-5f13829b3a9c from kube-system started at 2023-03-08 14:11:47 +0000 UTC (1 container statuses recorded) +Mar 8 14:43:11.381: INFO: Container shell ready: true, restart count 0 +Mar 8 14:43:11.381: INFO: sonobuoy-e2e-job-58662121d0d14a0b from sonobuoy started at 2023-03-08 14:09:50 +0000 UTC (2 container statuses recorded) +Mar 8 14:43:11.381: INFO: Container e2e ready: true, restart count 0 +Mar 8 14:43:11.381: INFO: Container sonobuoy-worker ready: true, restart count 0 +Mar 8 14:43:11.381: INFO: sonobuoy-systemd-logs-daemon-set-93720c3627c543b7-w659z from sonobuoy started at 2023-03-08 14:09:50 +0000 UTC (2 container statuses recorded) +Mar 8 14:43:11.381: INFO: Container sonobuoy-worker ready: true, restart count 0 +Mar 8 14:43:11.381: INFO: Container systemd-logs ready: true, restart count 0 +Mar 8 14:43:11.381: INFO: +Logging pods the apiserver thinks is on node worker2 before test +Mar 8 14:43:11.389: INFO: ecp-crd-controller-manager-766895f4d9-9dgh8 from ecp-crd-system started at 2023-03-08 06:41:45 +0000 UTC (2 container statuses recorded) +Mar 8 14:43:11.389: INFO: Container kube-rbac-proxy ready: true, restart count 0 +Mar 8 14:43:11.389: INFO: Container manager ready: true, restart count 0 +Mar 8 14:43:11.389: INFO: kube-flannel-ds-d5ncx from kube-flannel started at 2023-03-08 04:36:23 +0000 UTC (1 container statuses recorded) +Mar 8 14:43:11.389: INFO: Container kube-flannel ready: true, restart count 0 +Mar 8 14:43:11.389: INFO: kube-proxy-t792v from kube-system started at 2023-03-07 06:32:30 +0000 UTC (1 container statuses recorded) +Mar 8 14:43:11.389: INFO: Container kube-proxy ready: true, restart count 0 +Mar 8 14:43:11.389: INFO: node-shell-b8ac941b-26e9-4dde-8a0a-ebe2b52938e4 from kube-system started at 2023-03-08 14:11:47 +0000 UTC (1 container statuses recorded) +Mar 8 14:43:11.389: INFO: Container shell ready: true, restart count 0 +Mar 8 14:43:11.389: INFO: sonobuoy from sonobuoy started at 2023-03-08 14:09:49 +0000 UTC (1 container statuses recorded) +Mar 8 14:43:11.389: INFO: Container kube-sonobuoy ready: true, restart count 0 +Mar 8 14:43:11.389: INFO: sonobuoy-systemd-logs-daemon-set-93720c3627c543b7-94fks from sonobuoy started at 2023-03-08 14:09:50 +0000 UTC (2 container statuses recorded) +Mar 8 14:43:11.389: INFO: Container sonobuoy-worker ready: true, restart count 0 +Mar 8 14:43:11.389: 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 worker1 03/08/23 14:43:11.41 +STEP: verifying the node has the label node worker2 03/08/23 14:43:11.424 +Mar 8 14:43:11.437: INFO: Pod ecp-crd-controller-manager-766895f4d9-9dgh8 requesting resource cpu=15m on Node worker2 +Mar 8 14:43:11.437: INFO: Pod kube-flannel-ds-7nbpm requesting resource cpu=100m on Node worker1 +Mar 8 14:43:11.438: INFO: Pod kube-flannel-ds-d5ncx requesting resource cpu=100m on Node worker2 +Mar 8 14:43:11.438: INFO: Pod kube-proxy-hl82v requesting resource cpu=0m on Node worker1 +Mar 8 14:43:11.438: INFO: Pod kube-proxy-t792v requesting resource cpu=0m on Node worker2 +Mar 8 14:43:11.438: INFO: Pod metrics-server-548d8b6db7-gwq5j requesting resource cpu=100m on Node worker1 +Mar 8 14:43:11.438: INFO: Pod node-shell-b8ac941b-26e9-4dde-8a0a-ebe2b52938e4 requesting resource cpu=0m on Node worker2 +Mar 8 14:43:11.438: INFO: Pod node-shell-d8c79cec-027f-401a-8161-5f13829b3a9c requesting resource cpu=0m on Node worker1 +Mar 8 14:43:11.438: INFO: Pod sonobuoy requesting resource cpu=0m on Node worker2 +Mar 8 14:43:11.438: INFO: Pod sonobuoy-e2e-job-58662121d0d14a0b requesting resource cpu=0m on Node worker1 +Mar 8 14:43:11.438: INFO: Pod sonobuoy-systemd-logs-daemon-set-93720c3627c543b7-94fks requesting resource cpu=0m on Node worker2 +Mar 8 14:43:11.438: INFO: Pod sonobuoy-systemd-logs-daemon-set-93720c3627c543b7-w659z requesting resource cpu=0m on Node worker1 +STEP: Starting Pods to consume most of the cluster CPU. 03/08/23 14:43:11.438 +Mar 8 14:43:11.438: INFO: Creating a pod which consumes cpu=1260m on Node worker1 +Mar 8 14:43:11.445: INFO: Creating a pod which consumes cpu=1319m on Node worker2 +Mar 8 14:43:11.450: INFO: Waiting up to 5m0s for pod "filler-pod-7d9286b5-5b10-446e-900d-4883b9456e41" in namespace "sched-pred-4611" to be "running" +Mar 8 14:43:11.455: INFO: Pod "filler-pod-7d9286b5-5b10-446e-900d-4883b9456e41": Phase="Pending", Reason="", readiness=false. Elapsed: 5.45149ms +Mar 8 14:43:13.460: INFO: Pod "filler-pod-7d9286b5-5b10-446e-900d-4883b9456e41": Phase="Running", Reason="", readiness=true. Elapsed: 2.009885352s +Mar 8 14:43:13.460: INFO: Pod "filler-pod-7d9286b5-5b10-446e-900d-4883b9456e41" satisfied condition "running" +Mar 8 14:43:13.460: INFO: Waiting up to 5m0s for pod "filler-pod-32e22078-ed11-4b72-80ba-3db9583008d7" in namespace "sched-pred-4611" to be "running" +Mar 8 14:43:13.463: INFO: Pod "filler-pod-32e22078-ed11-4b72-80ba-3db9583008d7": Phase="Running", Reason="", readiness=true. Elapsed: 3.047967ms +Mar 8 14:43:13.463: INFO: Pod "filler-pod-32e22078-ed11-4b72-80ba-3db9583008d7" satisfied condition "running" +STEP: Creating another pod that requires unavailable amount of CPU. 03/08/23 14:43:13.463 +STEP: Considering event: +Type = [Normal], Name = [filler-pod-32e22078-ed11-4b72-80ba-3db9583008d7.174a78c352ce5d89], Reason = [Scheduled], Message = [Successfully assigned sched-pred-4611/filler-pod-32e22078-ed11-4b72-80ba-3db9583008d7 to worker2] 03/08/23 14:43:13.466 +STEP: Considering event: +Type = [Normal], Name = [filler-pod-32e22078-ed11-4b72-80ba-3db9583008d7.174a78c38122df11], Reason = [Pulled], Message = [Container image "ehub.ctcdn.cn/eck/sonobuoy/pause:3.8" already present on machine] 03/08/23 14:43:13.466 +STEP: Considering event: +Type = [Normal], Name = [filler-pod-32e22078-ed11-4b72-80ba-3db9583008d7.174a78c3828bc605], Reason = [Created], Message = [Created container filler-pod-32e22078-ed11-4b72-80ba-3db9583008d7] 03/08/23 14:43:13.467 +STEP: Considering event: +Type = [Normal], Name = [filler-pod-32e22078-ed11-4b72-80ba-3db9583008d7.174a78c3888e53aa], Reason = [Started], Message = [Started container filler-pod-32e22078-ed11-4b72-80ba-3db9583008d7] 03/08/23 14:43:13.467 +STEP: Considering event: +Type = [Normal], Name = [filler-pod-7d9286b5-5b10-446e-900d-4883b9456e41.174a78c352a491d2], Reason = [Scheduled], Message = [Successfully assigned sched-pred-4611/filler-pod-7d9286b5-5b10-446e-900d-4883b9456e41 to worker1] 03/08/23 14:43:13.467 +STEP: Considering event: +Type = [Normal], Name = [filler-pod-7d9286b5-5b10-446e-900d-4883b9456e41.174a78c3747c444c], Reason = [Pulled], Message = [Container image "ehub.ctcdn.cn/eck/sonobuoy/pause:3.8" already present on machine] 03/08/23 14:43:13.467 +STEP: Considering event: +Type = [Normal], Name = [filler-pod-7d9286b5-5b10-446e-900d-4883b9456e41.174a78c376106c49], Reason = [Created], Message = [Created container filler-pod-7d9286b5-5b10-446e-900d-4883b9456e41] 03/08/23 14:43:13.467 +STEP: Considering event: +Type = [Normal], Name = [filler-pod-7d9286b5-5b10-446e-900d-4883b9456e41.174a78c37cb45cba], Reason = [Started], Message = [Started container filler-pod-7d9286b5-5b10-446e-900d-4883b9456e41] 03/08/23 14:43:13.467 +STEP: Considering event: +Type = [Warning], Name = [additional-pod.174a78c3cb2c26ed], Reason = [FailedScheduling], Message = [0/5 nodes are available: 2 Insufficient cpu, 3 node(s) had untolerated taint {node-role.kubernetes.io/control-plane: }. preemption: 0/5 nodes are available: 2 No preemption victims found for incoming pod, 3 Preemption is not helpful for scheduling.] 03/08/23 14:43:13.478 +STEP: removing the label node off the node worker1 03/08/23 14:43:14.479 +STEP: verifying the node doesn't have the label node 03/08/23 14:43:14.49 +STEP: removing the label node off the node worker2 03/08/23 14:43:14.497 +STEP: verifying the node doesn't have the label node 03/08/23 14:43:14.509 +[AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/framework.go:187 +Mar 8 14:43:14.512: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "sched-pred-4611" for this suite. 03/08/23 14:43:14.517 +[AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:83 +{"msg":"PASSED [sig-scheduling] SchedulerPredicates [Serial] validates resource limits of pods that are allowed to run [Conformance]","completed":80,"skipped":1868,"failed":0} +------------------------------ +• [3.187 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 03/08/23 14:43:11.335 + Mar 8 14:43:11.335: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename sched-pred 03/08/23 14:43:11.336 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:43:11.353 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:43:11.358 + [BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:92 + Mar 8 14:43:11.361: INFO: Waiting up to 1m0s for all (but 0) nodes to be ready + Mar 8 14:43:11.369: INFO: Waiting for terminating namespaces to be deleted... + Mar 8 14:43:11.372: INFO: + Logging pods the apiserver thinks is on node worker1 before test + Mar 8 14:43:11.381: INFO: kube-flannel-ds-7nbpm from kube-flannel started at 2023-03-08 07:28:47 +0000 UTC (1 container statuses recorded) + Mar 8 14:43:11.381: INFO: Container kube-flannel ready: true, restart count 0 + Mar 8 14:43:11.381: INFO: kube-proxy-hl82v from kube-system started at 2023-03-07 06:32:23 +0000 UTC (1 container statuses recorded) + Mar 8 14:43:11.381: INFO: Container kube-proxy ready: true, restart count 0 + Mar 8 14:43:11.381: INFO: metrics-server-548d8b6db7-gwq5j from kube-system started at 2023-03-07 06:33:40 +0000 UTC (1 container statuses recorded) + Mar 8 14:43:11.381: INFO: Container metrics-server ready: true, restart count 0 + Mar 8 14:43:11.381: INFO: node-shell-d8c79cec-027f-401a-8161-5f13829b3a9c from kube-system started at 2023-03-08 14:11:47 +0000 UTC (1 container statuses recorded) + Mar 8 14:43:11.381: INFO: Container shell ready: true, restart count 0 + Mar 8 14:43:11.381: INFO: sonobuoy-e2e-job-58662121d0d14a0b from sonobuoy started at 2023-03-08 14:09:50 +0000 UTC (2 container statuses recorded) + Mar 8 14:43:11.381: INFO: Container e2e ready: true, restart count 0 + Mar 8 14:43:11.381: INFO: Container sonobuoy-worker ready: true, restart count 0 + Mar 8 14:43:11.381: INFO: sonobuoy-systemd-logs-daemon-set-93720c3627c543b7-w659z from sonobuoy started at 2023-03-08 14:09:50 +0000 UTC (2 container statuses recorded) + Mar 8 14:43:11.381: INFO: Container sonobuoy-worker ready: true, restart count 0 + Mar 8 14:43:11.381: INFO: Container systemd-logs ready: true, restart count 0 + Mar 8 14:43:11.381: INFO: + Logging pods the apiserver thinks is on node worker2 before test + Mar 8 14:43:11.389: INFO: ecp-crd-controller-manager-766895f4d9-9dgh8 from ecp-crd-system started at 2023-03-08 06:41:45 +0000 UTC (2 container statuses recorded) + Mar 8 14:43:11.389: INFO: Container kube-rbac-proxy ready: true, restart count 0 + Mar 8 14:43:11.389: INFO: Container manager ready: true, restart count 0 + Mar 8 14:43:11.389: INFO: kube-flannel-ds-d5ncx from kube-flannel started at 2023-03-08 04:36:23 +0000 UTC (1 container statuses recorded) + Mar 8 14:43:11.389: INFO: Container kube-flannel ready: true, restart count 0 + Mar 8 14:43:11.389: INFO: kube-proxy-t792v from kube-system started at 2023-03-07 06:32:30 +0000 UTC (1 container statuses recorded) + Mar 8 14:43:11.389: INFO: Container kube-proxy ready: true, restart count 0 + Mar 8 14:43:11.389: INFO: node-shell-b8ac941b-26e9-4dde-8a0a-ebe2b52938e4 from kube-system started at 2023-03-08 14:11:47 +0000 UTC (1 container statuses recorded) + Mar 8 14:43:11.389: INFO: Container shell ready: true, restart count 0 + Mar 8 14:43:11.389: INFO: sonobuoy from sonobuoy started at 2023-03-08 14:09:49 +0000 UTC (1 container statuses recorded) + Mar 8 14:43:11.389: INFO: Container kube-sonobuoy ready: true, restart count 0 + Mar 8 14:43:11.389: INFO: sonobuoy-systemd-logs-daemon-set-93720c3627c543b7-94fks from sonobuoy started at 2023-03-08 14:09:50 +0000 UTC (2 container statuses recorded) + Mar 8 14:43:11.389: INFO: Container sonobuoy-worker ready: true, restart count 0 + Mar 8 14:43:11.389: 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 worker1 03/08/23 14:43:11.41 + STEP: verifying the node has the label node worker2 03/08/23 14:43:11.424 + Mar 8 14:43:11.437: INFO: Pod ecp-crd-controller-manager-766895f4d9-9dgh8 requesting resource cpu=15m on Node worker2 + Mar 8 14:43:11.437: INFO: Pod kube-flannel-ds-7nbpm requesting resource cpu=100m on Node worker1 + Mar 8 14:43:11.438: INFO: Pod kube-flannel-ds-d5ncx requesting resource cpu=100m on Node worker2 + Mar 8 14:43:11.438: INFO: Pod kube-proxy-hl82v requesting resource cpu=0m on Node worker1 + Mar 8 14:43:11.438: INFO: Pod kube-proxy-t792v requesting resource cpu=0m on Node worker2 + Mar 8 14:43:11.438: INFO: Pod metrics-server-548d8b6db7-gwq5j requesting resource cpu=100m on Node worker1 + Mar 8 14:43:11.438: INFO: Pod node-shell-b8ac941b-26e9-4dde-8a0a-ebe2b52938e4 requesting resource cpu=0m on Node worker2 + Mar 8 14:43:11.438: INFO: Pod node-shell-d8c79cec-027f-401a-8161-5f13829b3a9c requesting resource cpu=0m on Node worker1 + Mar 8 14:43:11.438: INFO: Pod sonobuoy requesting resource cpu=0m on Node worker2 + Mar 8 14:43:11.438: INFO: Pod sonobuoy-e2e-job-58662121d0d14a0b requesting resource cpu=0m on Node worker1 + Mar 8 14:43:11.438: INFO: Pod sonobuoy-systemd-logs-daemon-set-93720c3627c543b7-94fks requesting resource cpu=0m on Node worker2 + Mar 8 14:43:11.438: INFO: Pod sonobuoy-systemd-logs-daemon-set-93720c3627c543b7-w659z requesting resource cpu=0m on Node worker1 + STEP: Starting Pods to consume most of the cluster CPU. 03/08/23 14:43:11.438 + Mar 8 14:43:11.438: INFO: Creating a pod which consumes cpu=1260m on Node worker1 + Mar 8 14:43:11.445: INFO: Creating a pod which consumes cpu=1319m on Node worker2 + Mar 8 14:43:11.450: INFO: Waiting up to 5m0s for pod "filler-pod-7d9286b5-5b10-446e-900d-4883b9456e41" in namespace "sched-pred-4611" to be "running" + Mar 8 14:43:11.455: INFO: Pod "filler-pod-7d9286b5-5b10-446e-900d-4883b9456e41": Phase="Pending", Reason="", readiness=false. Elapsed: 5.45149ms + Mar 8 14:43:13.460: INFO: Pod "filler-pod-7d9286b5-5b10-446e-900d-4883b9456e41": Phase="Running", Reason="", readiness=true. Elapsed: 2.009885352s + Mar 8 14:43:13.460: INFO: Pod "filler-pod-7d9286b5-5b10-446e-900d-4883b9456e41" satisfied condition "running" + Mar 8 14:43:13.460: INFO: Waiting up to 5m0s for pod "filler-pod-32e22078-ed11-4b72-80ba-3db9583008d7" in namespace "sched-pred-4611" to be "running" + Mar 8 14:43:13.463: INFO: Pod "filler-pod-32e22078-ed11-4b72-80ba-3db9583008d7": Phase="Running", Reason="", readiness=true. Elapsed: 3.047967ms + Mar 8 14:43:13.463: INFO: Pod "filler-pod-32e22078-ed11-4b72-80ba-3db9583008d7" satisfied condition "running" + STEP: Creating another pod that requires unavailable amount of CPU. 03/08/23 14:43:13.463 + STEP: Considering event: + Type = [Normal], Name = [filler-pod-32e22078-ed11-4b72-80ba-3db9583008d7.174a78c352ce5d89], Reason = [Scheduled], Message = [Successfully assigned sched-pred-4611/filler-pod-32e22078-ed11-4b72-80ba-3db9583008d7 to worker2] 03/08/23 14:43:13.466 + STEP: Considering event: + Type = [Normal], Name = [filler-pod-32e22078-ed11-4b72-80ba-3db9583008d7.174a78c38122df11], Reason = [Pulled], Message = [Container image "ehub.ctcdn.cn/eck/sonobuoy/pause:3.8" already present on machine] 03/08/23 14:43:13.466 + STEP: Considering event: + Type = [Normal], Name = [filler-pod-32e22078-ed11-4b72-80ba-3db9583008d7.174a78c3828bc605], Reason = [Created], Message = [Created container filler-pod-32e22078-ed11-4b72-80ba-3db9583008d7] 03/08/23 14:43:13.467 + STEP: Considering event: + Type = [Normal], Name = [filler-pod-32e22078-ed11-4b72-80ba-3db9583008d7.174a78c3888e53aa], Reason = [Started], Message = [Started container filler-pod-32e22078-ed11-4b72-80ba-3db9583008d7] 03/08/23 14:43:13.467 + STEP: Considering event: + Type = [Normal], Name = [filler-pod-7d9286b5-5b10-446e-900d-4883b9456e41.174a78c352a491d2], Reason = [Scheduled], Message = [Successfully assigned sched-pred-4611/filler-pod-7d9286b5-5b10-446e-900d-4883b9456e41 to worker1] 03/08/23 14:43:13.467 + STEP: Considering event: + Type = [Normal], Name = [filler-pod-7d9286b5-5b10-446e-900d-4883b9456e41.174a78c3747c444c], Reason = [Pulled], Message = [Container image "ehub.ctcdn.cn/eck/sonobuoy/pause:3.8" already present on machine] 03/08/23 14:43:13.467 + STEP: Considering event: + Type = [Normal], Name = [filler-pod-7d9286b5-5b10-446e-900d-4883b9456e41.174a78c376106c49], Reason = [Created], Message = [Created container filler-pod-7d9286b5-5b10-446e-900d-4883b9456e41] 03/08/23 14:43:13.467 + STEP: Considering event: + Type = [Normal], Name = [filler-pod-7d9286b5-5b10-446e-900d-4883b9456e41.174a78c37cb45cba], Reason = [Started], Message = [Started container filler-pod-7d9286b5-5b10-446e-900d-4883b9456e41] 03/08/23 14:43:13.467 + STEP: Considering event: + Type = [Warning], Name = [additional-pod.174a78c3cb2c26ed], Reason = [FailedScheduling], Message = [0/5 nodes are available: 2 Insufficient cpu, 3 node(s) had untolerated taint {node-role.kubernetes.io/control-plane: }. preemption: 0/5 nodes are available: 2 No preemption victims found for incoming pod, 3 Preemption is not helpful for scheduling.] 03/08/23 14:43:13.478 + STEP: removing the label node off the node worker1 03/08/23 14:43:14.479 + STEP: verifying the node doesn't have the label node 03/08/23 14:43:14.49 + STEP: removing the label node off the node worker2 03/08/23 14:43:14.497 + STEP: verifying the node doesn't have the label node 03/08/23 14:43:14.509 + [AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/framework.go:187 + Mar 8 14:43:14.512: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "sched-pred-4611" for this suite. 03/08/23 14:43:14.517 + [AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:83 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSS +------------------------------ +[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 03/08/23 14:43:14.522 +Mar 8 14:43:14.522: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename kubectl 03/08/23 14:43:14.523 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:43:14.538 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:43:14.541 +[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 03/08/23 14:43:14.544 +Mar 8 14:43:14.544: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-5426 create -f -' +Mar 8 14:43:15.361: INFO: stderr: "" +Mar 8 14:43:15.361: INFO: stdout: "replicationcontroller/update-demo-nautilus created\n" +STEP: waiting for all containers in name=update-demo pods to come up. 03/08/23 14:43:15.361 +Mar 8 14:43:15.361: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-5426 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' +Mar 8 14:43:15.441: INFO: stderr: "" +Mar 8 14:43:15.441: INFO: stdout: "update-demo-nautilus-4wr5d update-demo-nautilus-wbrd2 " +Mar 8 14:43:15.441: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-5426 get pods update-demo-nautilus-4wr5d -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Mar 8 14:43:15.512: INFO: stderr: "" +Mar 8 14:43:15.512: INFO: stdout: "" +Mar 8 14:43:15.512: INFO: update-demo-nautilus-4wr5d is created but not running +Mar 8 14:43:20.515: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-5426 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' +Mar 8 14:43:20.591: INFO: stderr: "" +Mar 8 14:43:20.591: INFO: stdout: "update-demo-nautilus-4wr5d update-demo-nautilus-wbrd2 " +Mar 8 14:43:20.591: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-5426 get pods update-demo-nautilus-4wr5d -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Mar 8 14:43:20.663: INFO: stderr: "" +Mar 8 14:43:20.663: INFO: stdout: "true" +Mar 8 14:43:20.663: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-5426 get pods update-demo-nautilus-4wr5d -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' +Mar 8 14:43:20.733: INFO: stderr: "" +Mar 8 14:43:20.733: INFO: stdout: "ehub.ctcdn.cn/eck/sonobuoy/nautilus:1.5" +Mar 8 14:43:20.733: INFO: validating pod update-demo-nautilus-4wr5d +Mar 8 14:43:20.738: INFO: got data: { + "image": "nautilus.jpg" +} + +Mar 8 14:43:20.738: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . +Mar 8 14:43:20.738: INFO: update-demo-nautilus-4wr5d is verified up and running +Mar 8 14:43:20.739: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-5426 get pods update-demo-nautilus-wbrd2 -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Mar 8 14:43:20.809: INFO: stderr: "" +Mar 8 14:43:20.809: INFO: stdout: "true" +Mar 8 14:43:20.809: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-5426 get pods update-demo-nautilus-wbrd2 -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' +Mar 8 14:43:20.876: INFO: stderr: "" +Mar 8 14:43:20.876: INFO: stdout: "ehub.ctcdn.cn/eck/sonobuoy/nautilus:1.5" +Mar 8 14:43:20.876: INFO: validating pod update-demo-nautilus-wbrd2 +Mar 8 14:43:20.882: INFO: got data: { + "image": "nautilus.jpg" +} + +Mar 8 14:43:20.882: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . +Mar 8 14:43:20.882: INFO: update-demo-nautilus-wbrd2 is verified up and running +STEP: scaling down the replication controller 03/08/23 14:43:20.882 +Mar 8 14:43:20.883: INFO: scanned /root for discovery docs: +Mar 8 14:43:20.883: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-5426 scale rc update-demo-nautilus --replicas=1 --timeout=5m' +Mar 8 14:43:21.969: INFO: stderr: "" +Mar 8 14:43:21.969: INFO: stdout: "replicationcontroller/update-demo-nautilus scaled\n" +STEP: waiting for all containers in name=update-demo pods to come up. 03/08/23 14:43:21.969 +Mar 8 14:43:21.969: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-5426 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' +Mar 8 14:43:22.047: INFO: stderr: "" +Mar 8 14:43:22.047: INFO: stdout: "update-demo-nautilus-4wr5d " +Mar 8 14:43:22.047: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-5426 get pods update-demo-nautilus-4wr5d -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Mar 8 14:43:22.126: INFO: stderr: "" +Mar 8 14:43:22.126: INFO: stdout: "true" +Mar 8 14:43:22.126: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-5426 get pods update-demo-nautilus-4wr5d -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' +Mar 8 14:43:22.199: INFO: stderr: "" +Mar 8 14:43:22.199: INFO: stdout: "ehub.ctcdn.cn/eck/sonobuoy/nautilus:1.5" +Mar 8 14:43:22.199: INFO: validating pod update-demo-nautilus-4wr5d +Mar 8 14:43:22.203: INFO: got data: { + "image": "nautilus.jpg" +} + +Mar 8 14:43:22.203: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . +Mar 8 14:43:22.203: INFO: update-demo-nautilus-4wr5d is verified up and running +STEP: scaling up the replication controller 03/08/23 14:43:22.203 +Mar 8 14:43:22.204: INFO: scanned /root for discovery docs: +Mar 8 14:43:22.204: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-5426 scale rc update-demo-nautilus --replicas=2 --timeout=5m' +Mar 8 14:43:23.303: INFO: stderr: "" +Mar 8 14:43:23.303: INFO: stdout: "replicationcontroller/update-demo-nautilus scaled\n" +STEP: waiting for all containers in name=update-demo pods to come up. 03/08/23 14:43:23.303 +Mar 8 14:43:23.303: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-5426 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' +Mar 8 14:43:23.381: INFO: stderr: "" +Mar 8 14:43:23.381: INFO: stdout: "update-demo-nautilus-4wr5d update-demo-nautilus-gdb9g " +Mar 8 14:43:23.381: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-5426 get pods update-demo-nautilus-4wr5d -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Mar 8 14:43:23.449: INFO: stderr: "" +Mar 8 14:43:23.449: INFO: stdout: "true" +Mar 8 14:43:23.449: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-5426 get pods update-demo-nautilus-4wr5d -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' +Mar 8 14:43:23.521: INFO: stderr: "" +Mar 8 14:43:23.521: INFO: stdout: "ehub.ctcdn.cn/eck/sonobuoy/nautilus:1.5" +Mar 8 14:43:23.521: INFO: validating pod update-demo-nautilus-4wr5d +Mar 8 14:43:23.524: INFO: got data: { + "image": "nautilus.jpg" +} + +Mar 8 14:43:23.524: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . +Mar 8 14:43:23.524: INFO: update-demo-nautilus-4wr5d is verified up and running +Mar 8 14:43:23.524: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-5426 get pods update-demo-nautilus-gdb9g -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Mar 8 14:43:23.592: INFO: stderr: "" +Mar 8 14:43:23.592: INFO: stdout: "true" +Mar 8 14:43:23.592: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-5426 get pods update-demo-nautilus-gdb9g -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' +Mar 8 14:43:23.657: INFO: stderr: "" +Mar 8 14:43:23.657: INFO: stdout: "ehub.ctcdn.cn/eck/sonobuoy/nautilus:1.5" +Mar 8 14:43:23.657: INFO: validating pod update-demo-nautilus-gdb9g +Mar 8 14:43:23.662: INFO: got data: { + "image": "nautilus.jpg" +} + +Mar 8 14:43:23.662: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . +Mar 8 14:43:23.662: INFO: update-demo-nautilus-gdb9g is verified up and running +STEP: using delete to clean up resources 03/08/23 14:43:23.662 +Mar 8 14:43:23.662: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-5426 delete --grace-period=0 --force -f -' +Mar 8 14:43:23.731: 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" +Mar 8 14:43:23.731: INFO: stdout: "replicationcontroller \"update-demo-nautilus\" force deleted\n" +Mar 8 14:43:23.731: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-5426 get rc,svc -l name=update-demo --no-headers' +Mar 8 14:43:23.819: INFO: stderr: "No resources found in kubectl-5426 namespace.\n" +Mar 8 14:43:23.819: INFO: stdout: "" +Mar 8 14:43:23.819: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-5426 get pods -l name=update-demo -o go-template={{ range .items }}{{ if not .metadata.deletionTimestamp }}{{ .metadata.name }}{{ "\n" }}{{ end }}{{ end }}' +Mar 8 14:43:23.901: INFO: stderr: "" +Mar 8 14:43:23.901: INFO: stdout: "" +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 +Mar 8 14:43:23.902: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubectl-5426" for this suite. 03/08/23 14:43:23.907 +{"msg":"PASSED [sig-cli] Kubectl client Update Demo should scale a replication controller [Conformance]","completed":81,"skipped":1877,"failed":0} +------------------------------ +• [SLOW TEST] [9.390 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 03/08/23 14:43:14.522 + Mar 8 14:43:14.522: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename kubectl 03/08/23 14:43:14.523 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:43:14.538 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:43:14.541 + [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 03/08/23 14:43:14.544 + Mar 8 14:43:14.544: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-5426 create -f -' + Mar 8 14:43:15.361: INFO: stderr: "" + Mar 8 14:43:15.361: INFO: stdout: "replicationcontroller/update-demo-nautilus created\n" + STEP: waiting for all containers in name=update-demo pods to come up. 03/08/23 14:43:15.361 + Mar 8 14:43:15.361: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-5426 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' + Mar 8 14:43:15.441: INFO: stderr: "" + Mar 8 14:43:15.441: INFO: stdout: "update-demo-nautilus-4wr5d update-demo-nautilus-wbrd2 " + Mar 8 14:43:15.441: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-5426 get pods update-demo-nautilus-4wr5d -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Mar 8 14:43:15.512: INFO: stderr: "" + Mar 8 14:43:15.512: INFO: stdout: "" + Mar 8 14:43:15.512: INFO: update-demo-nautilus-4wr5d is created but not running + Mar 8 14:43:20.515: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-5426 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' + Mar 8 14:43:20.591: INFO: stderr: "" + Mar 8 14:43:20.591: INFO: stdout: "update-demo-nautilus-4wr5d update-demo-nautilus-wbrd2 " + Mar 8 14:43:20.591: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-5426 get pods update-demo-nautilus-4wr5d -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Mar 8 14:43:20.663: INFO: stderr: "" + Mar 8 14:43:20.663: INFO: stdout: "true" + Mar 8 14:43:20.663: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-5426 get pods update-demo-nautilus-4wr5d -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' + Mar 8 14:43:20.733: INFO: stderr: "" + Mar 8 14:43:20.733: INFO: stdout: "ehub.ctcdn.cn/eck/sonobuoy/nautilus:1.5" + Mar 8 14:43:20.733: INFO: validating pod update-demo-nautilus-4wr5d + Mar 8 14:43:20.738: INFO: got data: { + "image": "nautilus.jpg" + } + + Mar 8 14:43:20.738: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . + Mar 8 14:43:20.738: INFO: update-demo-nautilus-4wr5d is verified up and running + Mar 8 14:43:20.739: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-5426 get pods update-demo-nautilus-wbrd2 -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Mar 8 14:43:20.809: INFO: stderr: "" + Mar 8 14:43:20.809: INFO: stdout: "true" + Mar 8 14:43:20.809: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-5426 get pods update-demo-nautilus-wbrd2 -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' + Mar 8 14:43:20.876: INFO: stderr: "" + Mar 8 14:43:20.876: INFO: stdout: "ehub.ctcdn.cn/eck/sonobuoy/nautilus:1.5" + Mar 8 14:43:20.876: INFO: validating pod update-demo-nautilus-wbrd2 + Mar 8 14:43:20.882: INFO: got data: { + "image": "nautilus.jpg" + } + + Mar 8 14:43:20.882: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . + Mar 8 14:43:20.882: INFO: update-demo-nautilus-wbrd2 is verified up and running + STEP: scaling down the replication controller 03/08/23 14:43:20.882 + Mar 8 14:43:20.883: INFO: scanned /root for discovery docs: + Mar 8 14:43:20.883: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-5426 scale rc update-demo-nautilus --replicas=1 --timeout=5m' + Mar 8 14:43:21.969: INFO: stderr: "" + Mar 8 14:43:21.969: INFO: stdout: "replicationcontroller/update-demo-nautilus scaled\n" + STEP: waiting for all containers in name=update-demo pods to come up. 03/08/23 14:43:21.969 + Mar 8 14:43:21.969: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-5426 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' + Mar 8 14:43:22.047: INFO: stderr: "" + Mar 8 14:43:22.047: INFO: stdout: "update-demo-nautilus-4wr5d " + Mar 8 14:43:22.047: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-5426 get pods update-demo-nautilus-4wr5d -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Mar 8 14:43:22.126: INFO: stderr: "" + Mar 8 14:43:22.126: INFO: stdout: "true" + Mar 8 14:43:22.126: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-5426 get pods update-demo-nautilus-4wr5d -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' + Mar 8 14:43:22.199: INFO: stderr: "" + Mar 8 14:43:22.199: INFO: stdout: "ehub.ctcdn.cn/eck/sonobuoy/nautilus:1.5" + Mar 8 14:43:22.199: INFO: validating pod update-demo-nautilus-4wr5d + Mar 8 14:43:22.203: INFO: got data: { + "image": "nautilus.jpg" + } + + Mar 8 14:43:22.203: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . + Mar 8 14:43:22.203: INFO: update-demo-nautilus-4wr5d is verified up and running + STEP: scaling up the replication controller 03/08/23 14:43:22.203 + Mar 8 14:43:22.204: INFO: scanned /root for discovery docs: + Mar 8 14:43:22.204: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-5426 scale rc update-demo-nautilus --replicas=2 --timeout=5m' + Mar 8 14:43:23.303: INFO: stderr: "" + Mar 8 14:43:23.303: INFO: stdout: "replicationcontroller/update-demo-nautilus scaled\n" + STEP: waiting for all containers in name=update-demo pods to come up. 03/08/23 14:43:23.303 + Mar 8 14:43:23.303: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-5426 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' + Mar 8 14:43:23.381: INFO: stderr: "" + Mar 8 14:43:23.381: INFO: stdout: "update-demo-nautilus-4wr5d update-demo-nautilus-gdb9g " + Mar 8 14:43:23.381: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-5426 get pods update-demo-nautilus-4wr5d -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Mar 8 14:43:23.449: INFO: stderr: "" + Mar 8 14:43:23.449: INFO: stdout: "true" + Mar 8 14:43:23.449: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-5426 get pods update-demo-nautilus-4wr5d -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' + Mar 8 14:43:23.521: INFO: stderr: "" + Mar 8 14:43:23.521: INFO: stdout: "ehub.ctcdn.cn/eck/sonobuoy/nautilus:1.5" + Mar 8 14:43:23.521: INFO: validating pod update-demo-nautilus-4wr5d + Mar 8 14:43:23.524: INFO: got data: { + "image": "nautilus.jpg" + } + + Mar 8 14:43:23.524: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . + Mar 8 14:43:23.524: INFO: update-demo-nautilus-4wr5d is verified up and running + Mar 8 14:43:23.524: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-5426 get pods update-demo-nautilus-gdb9g -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Mar 8 14:43:23.592: INFO: stderr: "" + Mar 8 14:43:23.592: INFO: stdout: "true" + Mar 8 14:43:23.592: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-5426 get pods update-demo-nautilus-gdb9g -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' + Mar 8 14:43:23.657: INFO: stderr: "" + Mar 8 14:43:23.657: INFO: stdout: "ehub.ctcdn.cn/eck/sonobuoy/nautilus:1.5" + Mar 8 14:43:23.657: INFO: validating pod update-demo-nautilus-gdb9g + Mar 8 14:43:23.662: INFO: got data: { + "image": "nautilus.jpg" + } + + Mar 8 14:43:23.662: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . + Mar 8 14:43:23.662: INFO: update-demo-nautilus-gdb9g is verified up and running + STEP: using delete to clean up resources 03/08/23 14:43:23.662 + Mar 8 14:43:23.662: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-5426 delete --grace-period=0 --force -f -' + Mar 8 14:43:23.731: 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" + Mar 8 14:43:23.731: INFO: stdout: "replicationcontroller \"update-demo-nautilus\" force deleted\n" + Mar 8 14:43:23.731: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-5426 get rc,svc -l name=update-demo --no-headers' + Mar 8 14:43:23.819: INFO: stderr: "No resources found in kubectl-5426 namespace.\n" + Mar 8 14:43:23.819: INFO: stdout: "" + Mar 8 14:43:23.819: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-5426 get pods -l name=update-demo -o go-template={{ range .items }}{{ if not .metadata.deletionTimestamp }}{{ .metadata.name }}{{ "\n" }}{{ end }}{{ end }}' + Mar 8 14:43:23.901: INFO: stderr: "" + Mar 8 14:43:23.901: INFO: stdout: "" + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 + Mar 8 14:43:23.902: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubectl-5426" for this suite. 03/08/23 14:43:23.907 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:43:23.913 +Mar 8 14:43:23.913: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename emptydir 03/08/23 14:43:23.914 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:43:23.928 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:43:23.931 +[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 03/08/23 14:43:23.933 +Mar 8 14:43:23.939: INFO: Waiting up to 5m0s for pod "pod-1685330a-1aa4-4783-9bdd-38529105abcc" in namespace "emptydir-981" to be "Succeeded or Failed" +Mar 8 14:43:23.942: INFO: Pod "pod-1685330a-1aa4-4783-9bdd-38529105abcc": Phase="Pending", Reason="", readiness=false. Elapsed: 2.403661ms +Mar 8 14:43:25.946: INFO: Pod "pod-1685330a-1aa4-4783-9bdd-38529105abcc": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006901168s +Mar 8 14:43:27.946: INFO: Pod "pod-1685330a-1aa4-4783-9bdd-38529105abcc": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006997517s +STEP: Saw pod success 03/08/23 14:43:27.946 +Mar 8 14:43:27.947: INFO: Pod "pod-1685330a-1aa4-4783-9bdd-38529105abcc" satisfied condition "Succeeded or Failed" +Mar 8 14:43:27.950: INFO: Trying to get logs from node worker2 pod pod-1685330a-1aa4-4783-9bdd-38529105abcc container test-container: +STEP: delete the pod 03/08/23 14:43:27.955 +Mar 8 14:43:27.965: INFO: Waiting for pod pod-1685330a-1aa4-4783-9bdd-38529105abcc to disappear +Mar 8 14:43:27.968: INFO: Pod pod-1685330a-1aa4-4783-9bdd-38529105abcc no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 +Mar 8 14:43:27.968: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "emptydir-981" for this suite. 03/08/23 14:43:27.973 +{"msg":"PASSED [sig-storage] EmptyDir volumes should support (root,0777,default) [LinuxOnly] [NodeConformance] [Conformance]","completed":82,"skipped":1892,"failed":0} +------------------------------ +• [4.065 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 03/08/23 14:43:23.913 + Mar 8 14:43:23.913: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename emptydir 03/08/23 14:43:23.914 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:43:23.928 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:43:23.931 + [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 03/08/23 14:43:23.933 + Mar 8 14:43:23.939: INFO: Waiting up to 5m0s for pod "pod-1685330a-1aa4-4783-9bdd-38529105abcc" in namespace "emptydir-981" to be "Succeeded or Failed" + Mar 8 14:43:23.942: INFO: Pod "pod-1685330a-1aa4-4783-9bdd-38529105abcc": Phase="Pending", Reason="", readiness=false. Elapsed: 2.403661ms + Mar 8 14:43:25.946: INFO: Pod "pod-1685330a-1aa4-4783-9bdd-38529105abcc": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006901168s + Mar 8 14:43:27.946: INFO: Pod "pod-1685330a-1aa4-4783-9bdd-38529105abcc": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006997517s + STEP: Saw pod success 03/08/23 14:43:27.946 + Mar 8 14:43:27.947: INFO: Pod "pod-1685330a-1aa4-4783-9bdd-38529105abcc" satisfied condition "Succeeded or Failed" + Mar 8 14:43:27.950: INFO: Trying to get logs from node worker2 pod pod-1685330a-1aa4-4783-9bdd-38529105abcc container test-container: + STEP: delete the pod 03/08/23 14:43:27.955 + Mar 8 14:43:27.965: INFO: Waiting for pod pod-1685330a-1aa4-4783-9bdd-38529105abcc to disappear + Mar 8 14:43:27.968: INFO: Pod pod-1685330a-1aa4-4783-9bdd-38529105abcc no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 + Mar 8 14:43:27.968: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "emptydir-981" for this suite. 03/08/23 14:43:27.973 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:43:27.979 +Mar 8 14:43:27.979: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename discovery 03/08/23 14:43:27.98 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:43:27.994 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:43:27.997 +[BeforeEach] [sig-api-machinery] Discovery + test/e2e/apimachinery/discovery.go:43 +STEP: Setting up server cert 03/08/23 14:43:28.001 +[It] should validate PreferredVersion for each APIGroup [Conformance] + test/e2e/apimachinery/discovery.go:122 +Mar 8 14:43:28.776: INFO: Checking APIGroup: apiregistration.k8s.io +Mar 8 14:43:28.778: INFO: PreferredVersion.GroupVersion: apiregistration.k8s.io/v1 +Mar 8 14:43:28.778: INFO: Versions found [{apiregistration.k8s.io/v1 v1}] +Mar 8 14:43:28.778: INFO: apiregistration.k8s.io/v1 matches apiregistration.k8s.io/v1 +Mar 8 14:43:28.778: INFO: Checking APIGroup: apps +Mar 8 14:43:28.779: INFO: PreferredVersion.GroupVersion: apps/v1 +Mar 8 14:43:28.779: INFO: Versions found [{apps/v1 v1}] +Mar 8 14:43:28.779: INFO: apps/v1 matches apps/v1 +Mar 8 14:43:28.779: INFO: Checking APIGroup: events.k8s.io +Mar 8 14:43:28.780: INFO: PreferredVersion.GroupVersion: events.k8s.io/v1 +Mar 8 14:43:28.780: INFO: Versions found [{events.k8s.io/v1 v1}] +Mar 8 14:43:28.780: INFO: events.k8s.io/v1 matches events.k8s.io/v1 +Mar 8 14:43:28.780: INFO: Checking APIGroup: authentication.k8s.io +Mar 8 14:43:28.781: INFO: PreferredVersion.GroupVersion: authentication.k8s.io/v1 +Mar 8 14:43:28.781: INFO: Versions found [{authentication.k8s.io/v1 v1}] +Mar 8 14:43:28.781: INFO: authentication.k8s.io/v1 matches authentication.k8s.io/v1 +Mar 8 14:43:28.781: INFO: Checking APIGroup: authorization.k8s.io +Mar 8 14:43:28.782: INFO: PreferredVersion.GroupVersion: authorization.k8s.io/v1 +Mar 8 14:43:28.782: INFO: Versions found [{authorization.k8s.io/v1 v1}] +Mar 8 14:43:28.782: INFO: authorization.k8s.io/v1 matches authorization.k8s.io/v1 +Mar 8 14:43:28.782: INFO: Checking APIGroup: autoscaling +Mar 8 14:43:28.783: INFO: PreferredVersion.GroupVersion: autoscaling/v2 +Mar 8 14:43:28.783: INFO: Versions found [{autoscaling/v2 v2} {autoscaling/v1 v1} {autoscaling/v2beta2 v2beta2}] +Mar 8 14:43:28.783: INFO: autoscaling/v2 matches autoscaling/v2 +Mar 8 14:43:28.783: INFO: Checking APIGroup: batch +Mar 8 14:43:28.784: INFO: PreferredVersion.GroupVersion: batch/v1 +Mar 8 14:43:28.784: INFO: Versions found [{batch/v1 v1}] +Mar 8 14:43:28.784: INFO: batch/v1 matches batch/v1 +Mar 8 14:43:28.784: INFO: Checking APIGroup: certificates.k8s.io +Mar 8 14:43:28.785: INFO: PreferredVersion.GroupVersion: certificates.k8s.io/v1 +Mar 8 14:43:28.785: INFO: Versions found [{certificates.k8s.io/v1 v1}] +Mar 8 14:43:28.785: INFO: certificates.k8s.io/v1 matches certificates.k8s.io/v1 +Mar 8 14:43:28.785: INFO: Checking APIGroup: networking.k8s.io +Mar 8 14:43:28.787: INFO: PreferredVersion.GroupVersion: networking.k8s.io/v1 +Mar 8 14:43:28.787: INFO: Versions found [{networking.k8s.io/v1 v1}] +Mar 8 14:43:28.787: INFO: networking.k8s.io/v1 matches networking.k8s.io/v1 +Mar 8 14:43:28.787: INFO: Checking APIGroup: policy +Mar 8 14:43:28.788: INFO: PreferredVersion.GroupVersion: policy/v1 +Mar 8 14:43:28.788: INFO: Versions found [{policy/v1 v1}] +Mar 8 14:43:28.788: INFO: policy/v1 matches policy/v1 +Mar 8 14:43:28.788: INFO: Checking APIGroup: rbac.authorization.k8s.io +Mar 8 14:43:28.789: INFO: PreferredVersion.GroupVersion: rbac.authorization.k8s.io/v1 +Mar 8 14:43:28.789: INFO: Versions found [{rbac.authorization.k8s.io/v1 v1}] +Mar 8 14:43:28.789: INFO: rbac.authorization.k8s.io/v1 matches rbac.authorization.k8s.io/v1 +Mar 8 14:43:28.789: INFO: Checking APIGroup: storage.k8s.io +Mar 8 14:43:28.790: INFO: PreferredVersion.GroupVersion: storage.k8s.io/v1 +Mar 8 14:43:28.790: INFO: Versions found [{storage.k8s.io/v1 v1} {storage.k8s.io/v1beta1 v1beta1}] +Mar 8 14:43:28.790: INFO: storage.k8s.io/v1 matches storage.k8s.io/v1 +Mar 8 14:43:28.790: INFO: Checking APIGroup: admissionregistration.k8s.io +Mar 8 14:43:28.791: INFO: PreferredVersion.GroupVersion: admissionregistration.k8s.io/v1 +Mar 8 14:43:28.791: INFO: Versions found [{admissionregistration.k8s.io/v1 v1}] +Mar 8 14:43:28.791: INFO: admissionregistration.k8s.io/v1 matches admissionregistration.k8s.io/v1 +Mar 8 14:43:28.791: INFO: Checking APIGroup: apiextensions.k8s.io +Mar 8 14:43:28.792: INFO: PreferredVersion.GroupVersion: apiextensions.k8s.io/v1 +Mar 8 14:43:28.792: INFO: Versions found [{apiextensions.k8s.io/v1 v1}] +Mar 8 14:43:28.792: INFO: apiextensions.k8s.io/v1 matches apiextensions.k8s.io/v1 +Mar 8 14:43:28.792: INFO: Checking APIGroup: scheduling.k8s.io +Mar 8 14:43:28.793: INFO: PreferredVersion.GroupVersion: scheduling.k8s.io/v1 +Mar 8 14:43:28.793: INFO: Versions found [{scheduling.k8s.io/v1 v1}] +Mar 8 14:43:28.793: INFO: scheduling.k8s.io/v1 matches scheduling.k8s.io/v1 +Mar 8 14:43:28.793: INFO: Checking APIGroup: coordination.k8s.io +Mar 8 14:43:28.794: INFO: PreferredVersion.GroupVersion: coordination.k8s.io/v1 +Mar 8 14:43:28.794: INFO: Versions found [{coordination.k8s.io/v1 v1}] +Mar 8 14:43:28.794: INFO: coordination.k8s.io/v1 matches coordination.k8s.io/v1 +Mar 8 14:43:28.794: INFO: Checking APIGroup: node.k8s.io +Mar 8 14:43:28.795: INFO: PreferredVersion.GroupVersion: node.k8s.io/v1 +Mar 8 14:43:28.795: INFO: Versions found [{node.k8s.io/v1 v1}] +Mar 8 14:43:28.795: INFO: node.k8s.io/v1 matches node.k8s.io/v1 +Mar 8 14:43:28.795: INFO: Checking APIGroup: discovery.k8s.io +Mar 8 14:43:28.796: INFO: PreferredVersion.GroupVersion: discovery.k8s.io/v1 +Mar 8 14:43:28.796: INFO: Versions found [{discovery.k8s.io/v1 v1}] +Mar 8 14:43:28.796: INFO: discovery.k8s.io/v1 matches discovery.k8s.io/v1 +Mar 8 14:43:28.796: INFO: Checking APIGroup: flowcontrol.apiserver.k8s.io +Mar 8 14:43:28.797: INFO: PreferredVersion.GroupVersion: flowcontrol.apiserver.k8s.io/v1beta2 +Mar 8 14:43:28.797: INFO: Versions found [{flowcontrol.apiserver.k8s.io/v1beta2 v1beta2} {flowcontrol.apiserver.k8s.io/v1beta1 v1beta1}] +Mar 8 14:43:28.797: INFO: flowcontrol.apiserver.k8s.io/v1beta2 matches flowcontrol.apiserver.k8s.io/v1beta2 +Mar 8 14:43:28.797: INFO: Checking APIGroup: ecp.ctyun.cn +Mar 8 14:43:28.798: INFO: PreferredVersion.GroupVersion: ecp.ctyun.cn/v1 +Mar 8 14:43:28.798: INFO: Versions found [{ecp.ctyun.cn/v1 v1}] +Mar 8 14:43:28.798: INFO: ecp.ctyun.cn/v1 matches ecp.ctyun.cn/v1 +Mar 8 14:43:28.798: INFO: Checking APIGroup: metrics.k8s.io +Mar 8 14:43:28.800: INFO: PreferredVersion.GroupVersion: metrics.k8s.io/v1beta1 +Mar 8 14:43:28.800: INFO: Versions found [{metrics.k8s.io/v1beta1 v1beta1}] +Mar 8 14:43:28.800: INFO: metrics.k8s.io/v1beta1 matches metrics.k8s.io/v1beta1 +[AfterEach] [sig-api-machinery] Discovery + test/e2e/framework/framework.go:187 +Mar 8 14:43:28.800: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "discovery-7404" for this suite. 03/08/23 14:43:28.804 +{"msg":"PASSED [sig-api-machinery] Discovery should validate PreferredVersion for each APIGroup [Conformance]","completed":83,"skipped":1904,"failed":0} +------------------------------ +• [0.832 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 03/08/23 14:43:27.979 + Mar 8 14:43:27.979: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename discovery 03/08/23 14:43:27.98 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:43:27.994 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:43:27.997 + [BeforeEach] [sig-api-machinery] Discovery + test/e2e/apimachinery/discovery.go:43 + STEP: Setting up server cert 03/08/23 14:43:28.001 + [It] should validate PreferredVersion for each APIGroup [Conformance] + test/e2e/apimachinery/discovery.go:122 + Mar 8 14:43:28.776: INFO: Checking APIGroup: apiregistration.k8s.io + Mar 8 14:43:28.778: INFO: PreferredVersion.GroupVersion: apiregistration.k8s.io/v1 + Mar 8 14:43:28.778: INFO: Versions found [{apiregistration.k8s.io/v1 v1}] + Mar 8 14:43:28.778: INFO: apiregistration.k8s.io/v1 matches apiregistration.k8s.io/v1 + Mar 8 14:43:28.778: INFO: Checking APIGroup: apps + Mar 8 14:43:28.779: INFO: PreferredVersion.GroupVersion: apps/v1 + Mar 8 14:43:28.779: INFO: Versions found [{apps/v1 v1}] + Mar 8 14:43:28.779: INFO: apps/v1 matches apps/v1 + Mar 8 14:43:28.779: INFO: Checking APIGroup: events.k8s.io + Mar 8 14:43:28.780: INFO: PreferredVersion.GroupVersion: events.k8s.io/v1 + Mar 8 14:43:28.780: INFO: Versions found [{events.k8s.io/v1 v1}] + Mar 8 14:43:28.780: INFO: events.k8s.io/v1 matches events.k8s.io/v1 + Mar 8 14:43:28.780: INFO: Checking APIGroup: authentication.k8s.io + Mar 8 14:43:28.781: INFO: PreferredVersion.GroupVersion: authentication.k8s.io/v1 + Mar 8 14:43:28.781: INFO: Versions found [{authentication.k8s.io/v1 v1}] + Mar 8 14:43:28.781: INFO: authentication.k8s.io/v1 matches authentication.k8s.io/v1 + Mar 8 14:43:28.781: INFO: Checking APIGroup: authorization.k8s.io + Mar 8 14:43:28.782: INFO: PreferredVersion.GroupVersion: authorization.k8s.io/v1 + Mar 8 14:43:28.782: INFO: Versions found [{authorization.k8s.io/v1 v1}] + Mar 8 14:43:28.782: INFO: authorization.k8s.io/v1 matches authorization.k8s.io/v1 + Mar 8 14:43:28.782: INFO: Checking APIGroup: autoscaling + Mar 8 14:43:28.783: INFO: PreferredVersion.GroupVersion: autoscaling/v2 + Mar 8 14:43:28.783: INFO: Versions found [{autoscaling/v2 v2} {autoscaling/v1 v1} {autoscaling/v2beta2 v2beta2}] + Mar 8 14:43:28.783: INFO: autoscaling/v2 matches autoscaling/v2 + Mar 8 14:43:28.783: INFO: Checking APIGroup: batch + Mar 8 14:43:28.784: INFO: PreferredVersion.GroupVersion: batch/v1 + Mar 8 14:43:28.784: INFO: Versions found [{batch/v1 v1}] + Mar 8 14:43:28.784: INFO: batch/v1 matches batch/v1 + Mar 8 14:43:28.784: INFO: Checking APIGroup: certificates.k8s.io + Mar 8 14:43:28.785: INFO: PreferredVersion.GroupVersion: certificates.k8s.io/v1 + Mar 8 14:43:28.785: INFO: Versions found [{certificates.k8s.io/v1 v1}] + Mar 8 14:43:28.785: INFO: certificates.k8s.io/v1 matches certificates.k8s.io/v1 + Mar 8 14:43:28.785: INFO: Checking APIGroup: networking.k8s.io + Mar 8 14:43:28.787: INFO: PreferredVersion.GroupVersion: networking.k8s.io/v1 + Mar 8 14:43:28.787: INFO: Versions found [{networking.k8s.io/v1 v1}] + Mar 8 14:43:28.787: INFO: networking.k8s.io/v1 matches networking.k8s.io/v1 + Mar 8 14:43:28.787: INFO: Checking APIGroup: policy + Mar 8 14:43:28.788: INFO: PreferredVersion.GroupVersion: policy/v1 + Mar 8 14:43:28.788: INFO: Versions found [{policy/v1 v1}] + Mar 8 14:43:28.788: INFO: policy/v1 matches policy/v1 + Mar 8 14:43:28.788: INFO: Checking APIGroup: rbac.authorization.k8s.io + Mar 8 14:43:28.789: INFO: PreferredVersion.GroupVersion: rbac.authorization.k8s.io/v1 + Mar 8 14:43:28.789: INFO: Versions found [{rbac.authorization.k8s.io/v1 v1}] + Mar 8 14:43:28.789: INFO: rbac.authorization.k8s.io/v1 matches rbac.authorization.k8s.io/v1 + Mar 8 14:43:28.789: INFO: Checking APIGroup: storage.k8s.io + Mar 8 14:43:28.790: INFO: PreferredVersion.GroupVersion: storage.k8s.io/v1 + Mar 8 14:43:28.790: INFO: Versions found [{storage.k8s.io/v1 v1} {storage.k8s.io/v1beta1 v1beta1}] + Mar 8 14:43:28.790: INFO: storage.k8s.io/v1 matches storage.k8s.io/v1 + Mar 8 14:43:28.790: INFO: Checking APIGroup: admissionregistration.k8s.io + Mar 8 14:43:28.791: INFO: PreferredVersion.GroupVersion: admissionregistration.k8s.io/v1 + Mar 8 14:43:28.791: INFO: Versions found [{admissionregistration.k8s.io/v1 v1}] + Mar 8 14:43:28.791: INFO: admissionregistration.k8s.io/v1 matches admissionregistration.k8s.io/v1 + Mar 8 14:43:28.791: INFO: Checking APIGroup: apiextensions.k8s.io + Mar 8 14:43:28.792: INFO: PreferredVersion.GroupVersion: apiextensions.k8s.io/v1 + Mar 8 14:43:28.792: INFO: Versions found [{apiextensions.k8s.io/v1 v1}] + Mar 8 14:43:28.792: INFO: apiextensions.k8s.io/v1 matches apiextensions.k8s.io/v1 + Mar 8 14:43:28.792: INFO: Checking APIGroup: scheduling.k8s.io + Mar 8 14:43:28.793: INFO: PreferredVersion.GroupVersion: scheduling.k8s.io/v1 + Mar 8 14:43:28.793: INFO: Versions found [{scheduling.k8s.io/v1 v1}] + Mar 8 14:43:28.793: INFO: scheduling.k8s.io/v1 matches scheduling.k8s.io/v1 + Mar 8 14:43:28.793: INFO: Checking APIGroup: coordination.k8s.io + Mar 8 14:43:28.794: INFO: PreferredVersion.GroupVersion: coordination.k8s.io/v1 + Mar 8 14:43:28.794: INFO: Versions found [{coordination.k8s.io/v1 v1}] + Mar 8 14:43:28.794: INFO: coordination.k8s.io/v1 matches coordination.k8s.io/v1 + Mar 8 14:43:28.794: INFO: Checking APIGroup: node.k8s.io + Mar 8 14:43:28.795: INFO: PreferredVersion.GroupVersion: node.k8s.io/v1 + Mar 8 14:43:28.795: INFO: Versions found [{node.k8s.io/v1 v1}] + Mar 8 14:43:28.795: INFO: node.k8s.io/v1 matches node.k8s.io/v1 + Mar 8 14:43:28.795: INFO: Checking APIGroup: discovery.k8s.io + Mar 8 14:43:28.796: INFO: PreferredVersion.GroupVersion: discovery.k8s.io/v1 + Mar 8 14:43:28.796: INFO: Versions found [{discovery.k8s.io/v1 v1}] + Mar 8 14:43:28.796: INFO: discovery.k8s.io/v1 matches discovery.k8s.io/v1 + Mar 8 14:43:28.796: INFO: Checking APIGroup: flowcontrol.apiserver.k8s.io + Mar 8 14:43:28.797: INFO: PreferredVersion.GroupVersion: flowcontrol.apiserver.k8s.io/v1beta2 + Mar 8 14:43:28.797: INFO: Versions found [{flowcontrol.apiserver.k8s.io/v1beta2 v1beta2} {flowcontrol.apiserver.k8s.io/v1beta1 v1beta1}] + Mar 8 14:43:28.797: INFO: flowcontrol.apiserver.k8s.io/v1beta2 matches flowcontrol.apiserver.k8s.io/v1beta2 + Mar 8 14:43:28.797: INFO: Checking APIGroup: ecp.ctyun.cn + Mar 8 14:43:28.798: INFO: PreferredVersion.GroupVersion: ecp.ctyun.cn/v1 + Mar 8 14:43:28.798: INFO: Versions found [{ecp.ctyun.cn/v1 v1}] + Mar 8 14:43:28.798: INFO: ecp.ctyun.cn/v1 matches ecp.ctyun.cn/v1 + Mar 8 14:43:28.798: INFO: Checking APIGroup: metrics.k8s.io + Mar 8 14:43:28.800: INFO: PreferredVersion.GroupVersion: metrics.k8s.io/v1beta1 + Mar 8 14:43:28.800: INFO: Versions found [{metrics.k8s.io/v1beta1 v1beta1}] + Mar 8 14:43:28.800: INFO: metrics.k8s.io/v1beta1 matches metrics.k8s.io/v1beta1 + [AfterEach] [sig-api-machinery] Discovery + test/e2e/framework/framework.go:187 + Mar 8 14:43:28.800: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "discovery-7404" for this suite. 03/08/23 14:43:28.804 + << End Captured GinkgoWriter Output +------------------------------ +SSS +------------------------------ +[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 03/08/23 14:43:28.811 +Mar 8 14:43:28.811: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename emptydir 03/08/23 14:43:28.812 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:43:28.825 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:43:28.828 +[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 03/08/23 14:43:28.831 +Mar 8 14:43:28.838: INFO: Waiting up to 5m0s for pod "pod-2a7db959-8738-44b5-8d7d-da15e4d90968" in namespace "emptydir-460" to be "Succeeded or Failed" +Mar 8 14:43:28.842: INFO: Pod "pod-2a7db959-8738-44b5-8d7d-da15e4d90968": Phase="Pending", Reason="", readiness=false. Elapsed: 3.481683ms +Mar 8 14:43:30.846: INFO: Pod "pod-2a7db959-8738-44b5-8d7d-da15e4d90968": Phase="Running", Reason="", readiness=false. Elapsed: 2.007939765s +Mar 8 14:43:32.848: INFO: Pod "pod-2a7db959-8738-44b5-8d7d-da15e4d90968": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010146798s +STEP: Saw pod success 03/08/23 14:43:32.848 +Mar 8 14:43:32.849: INFO: Pod "pod-2a7db959-8738-44b5-8d7d-da15e4d90968" satisfied condition "Succeeded or Failed" +Mar 8 14:43:32.853: INFO: Trying to get logs from node worker2 pod pod-2a7db959-8738-44b5-8d7d-da15e4d90968 container test-container: +STEP: delete the pod 03/08/23 14:43:32.86 +Mar 8 14:43:32.871: INFO: Waiting for pod pod-2a7db959-8738-44b5-8d7d-da15e4d90968 to disappear +Mar 8 14:43:32.874: INFO: Pod pod-2a7db959-8738-44b5-8d7d-da15e4d90968 no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 +Mar 8 14:43:32.874: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "emptydir-460" for this suite. 03/08/23 14:43:32.879 +{"msg":"PASSED [sig-storage] EmptyDir volumes should support (non-root,0644,default) [LinuxOnly] [NodeConformance] [Conformance]","completed":84,"skipped":1907,"failed":0} +------------------------------ +• [4.073 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 03/08/23 14:43:28.811 + Mar 8 14:43:28.811: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename emptydir 03/08/23 14:43:28.812 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:43:28.825 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:43:28.828 + [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 03/08/23 14:43:28.831 + Mar 8 14:43:28.838: INFO: Waiting up to 5m0s for pod "pod-2a7db959-8738-44b5-8d7d-da15e4d90968" in namespace "emptydir-460" to be "Succeeded or Failed" + Mar 8 14:43:28.842: INFO: Pod "pod-2a7db959-8738-44b5-8d7d-da15e4d90968": Phase="Pending", Reason="", readiness=false. Elapsed: 3.481683ms + Mar 8 14:43:30.846: INFO: Pod "pod-2a7db959-8738-44b5-8d7d-da15e4d90968": Phase="Running", Reason="", readiness=false. Elapsed: 2.007939765s + Mar 8 14:43:32.848: INFO: Pod "pod-2a7db959-8738-44b5-8d7d-da15e4d90968": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010146798s + STEP: Saw pod success 03/08/23 14:43:32.848 + Mar 8 14:43:32.849: INFO: Pod "pod-2a7db959-8738-44b5-8d7d-da15e4d90968" satisfied condition "Succeeded or Failed" + Mar 8 14:43:32.853: INFO: Trying to get logs from node worker2 pod pod-2a7db959-8738-44b5-8d7d-da15e4d90968 container test-container: + STEP: delete the pod 03/08/23 14:43:32.86 + Mar 8 14:43:32.871: INFO: Waiting for pod pod-2a7db959-8738-44b5-8d7d-da15e4d90968 to disappear + Mar 8 14:43:32.874: INFO: Pod pod-2a7db959-8738-44b5-8d7d-da15e4d90968 no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 + Mar 8 14:43:32.874: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "emptydir-460" for this suite. 03/08/23 14:43:32.879 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSS +------------------------------ +[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 03/08/23 14:43:32.885 +Mar 8 14:43:32.885: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename custom-resource-definition 03/08/23 14:43:32.886 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:43:32.901 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:43:32.904 +[It] creating/deleting custom resource definition objects works [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:58 +Mar 8 14:43:32.907: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +[AfterEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Mar 8 14:43:33.943: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "custom-resource-definition-8014" for this suite. 03/08/23 14:43:33.948 +{"msg":"PASSED [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] Simple CustomResourceDefinition creating/deleting custom resource definition objects works [Conformance]","completed":85,"skipped":1916,"failed":0} +------------------------------ +• [1.068 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 03/08/23 14:43:32.885 + Mar 8 14:43:32.885: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename custom-resource-definition 03/08/23 14:43:32.886 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:43:32.901 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:43:32.904 + [It] creating/deleting custom resource definition objects works [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:58 + Mar 8 14:43:32.907: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + [AfterEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Mar 8 14:43:33.943: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "custom-resource-definition-8014" for this suite. 03/08/23 14:43:33.948 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:43:33.954 +Mar 8 14:43:33.954: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename secrets 03/08/23 14:43:33.955 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:43:33.971 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:43:33.974 +[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-2a84a37a-70b1-4937-9b24-d130c9dc31c8 03/08/23 14:43:33.976 +STEP: Creating a pod to test consume secrets 03/08/23 14:43:33.989 +Mar 8 14:43:33.998: INFO: Waiting up to 5m0s for pod "pod-secrets-7a5c494d-4c9e-4cc3-82ae-f29714569f45" in namespace "secrets-3555" to be "Succeeded or Failed" +Mar 8 14:43:34.001: INFO: Pod "pod-secrets-7a5c494d-4c9e-4cc3-82ae-f29714569f45": Phase="Pending", Reason="", readiness=false. Elapsed: 2.860649ms +Mar 8 14:43:36.005: INFO: Pod "pod-secrets-7a5c494d-4c9e-4cc3-82ae-f29714569f45": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006995046s +Mar 8 14:43:38.005: INFO: Pod "pod-secrets-7a5c494d-4c9e-4cc3-82ae-f29714569f45": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007504857s +STEP: Saw pod success 03/08/23 14:43:38.005 +Mar 8 14:43:38.006: INFO: Pod "pod-secrets-7a5c494d-4c9e-4cc3-82ae-f29714569f45" satisfied condition "Succeeded or Failed" +Mar 8 14:43:38.009: INFO: Trying to get logs from node worker2 pod pod-secrets-7a5c494d-4c9e-4cc3-82ae-f29714569f45 container secret-volume-test: +STEP: delete the pod 03/08/23 14:43:38.014 +Mar 8 14:43:38.025: INFO: Waiting for pod pod-secrets-7a5c494d-4c9e-4cc3-82ae-f29714569f45 to disappear +Mar 8 14:43:38.027: INFO: Pod pod-secrets-7a5c494d-4c9e-4cc3-82ae-f29714569f45 no longer exists +[AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 +Mar 8 14:43:38.027: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "secrets-3555" for this suite. 03/08/23 14:43:38.032 +{"msg":"PASSED [sig-storage] Secrets should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly] [NodeConformance] [Conformance]","completed":86,"skipped":1940,"failed":0} +------------------------------ +• [4.083 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 03/08/23 14:43:33.954 + Mar 8 14:43:33.954: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename secrets 03/08/23 14:43:33.955 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:43:33.971 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:43:33.974 + [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-2a84a37a-70b1-4937-9b24-d130c9dc31c8 03/08/23 14:43:33.976 + STEP: Creating a pod to test consume secrets 03/08/23 14:43:33.989 + Mar 8 14:43:33.998: INFO: Waiting up to 5m0s for pod "pod-secrets-7a5c494d-4c9e-4cc3-82ae-f29714569f45" in namespace "secrets-3555" to be "Succeeded or Failed" + Mar 8 14:43:34.001: INFO: Pod "pod-secrets-7a5c494d-4c9e-4cc3-82ae-f29714569f45": Phase="Pending", Reason="", readiness=false. Elapsed: 2.860649ms + Mar 8 14:43:36.005: INFO: Pod "pod-secrets-7a5c494d-4c9e-4cc3-82ae-f29714569f45": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006995046s + Mar 8 14:43:38.005: INFO: Pod "pod-secrets-7a5c494d-4c9e-4cc3-82ae-f29714569f45": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007504857s + STEP: Saw pod success 03/08/23 14:43:38.005 + Mar 8 14:43:38.006: INFO: Pod "pod-secrets-7a5c494d-4c9e-4cc3-82ae-f29714569f45" satisfied condition "Succeeded or Failed" + Mar 8 14:43:38.009: INFO: Trying to get logs from node worker2 pod pod-secrets-7a5c494d-4c9e-4cc3-82ae-f29714569f45 container secret-volume-test: + STEP: delete the pod 03/08/23 14:43:38.014 + Mar 8 14:43:38.025: INFO: Waiting for pod pod-secrets-7a5c494d-4c9e-4cc3-82ae-f29714569f45 to disappear + Mar 8 14:43:38.027: INFO: Pod pod-secrets-7a5c494d-4c9e-4cc3-82ae-f29714569f45 no longer exists + [AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 + Mar 8 14:43:38.027: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "secrets-3555" for this suite. 03/08/23 14:43:38.032 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:43:38.039 +Mar 8 14:43:38.039: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename emptydir 03/08/23 14:43:38.04 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:43:38.057 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:43:38.06 +[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 03/08/23 14:43:38.063 +Mar 8 14:43:38.070: INFO: Waiting up to 5m0s for pod "pod-13c4ebb2-2322-4b05-bca4-dd12ca771ad8" in namespace "emptydir-1916" to be "Succeeded or Failed" +Mar 8 14:43:38.073: INFO: Pod "pod-13c4ebb2-2322-4b05-bca4-dd12ca771ad8": Phase="Pending", Reason="", readiness=false. Elapsed: 3.037243ms +Mar 8 14:43:40.364: INFO: Pod "pod-13c4ebb2-2322-4b05-bca4-dd12ca771ad8": Phase="Pending", Reason="", readiness=false. Elapsed: 2.294076546s +Mar 8 14:43:42.077: INFO: Pod "pod-13c4ebb2-2322-4b05-bca4-dd12ca771ad8": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.00757072s +STEP: Saw pod success 03/08/23 14:43:42.077 +Mar 8 14:43:42.078: INFO: Pod "pod-13c4ebb2-2322-4b05-bca4-dd12ca771ad8" satisfied condition "Succeeded or Failed" +Mar 8 14:43:42.080: INFO: Trying to get logs from node worker2 pod pod-13c4ebb2-2322-4b05-bca4-dd12ca771ad8 container test-container: +STEP: delete the pod 03/08/23 14:43:42.086 +Mar 8 14:43:42.094: INFO: Waiting for pod pod-13c4ebb2-2322-4b05-bca4-dd12ca771ad8 to disappear +Mar 8 14:43:42.097: INFO: Pod pod-13c4ebb2-2322-4b05-bca4-dd12ca771ad8 no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 +Mar 8 14:43:42.097: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "emptydir-1916" for this suite. 03/08/23 14:43:42.101 +{"msg":"PASSED [sig-storage] EmptyDir volumes should support (non-root,0644,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]","completed":87,"skipped":1967,"failed":0} +------------------------------ +• [4.067 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 03/08/23 14:43:38.039 + Mar 8 14:43:38.039: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename emptydir 03/08/23 14:43:38.04 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:43:38.057 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:43:38.06 + [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 03/08/23 14:43:38.063 + Mar 8 14:43:38.070: INFO: Waiting up to 5m0s for pod "pod-13c4ebb2-2322-4b05-bca4-dd12ca771ad8" in namespace "emptydir-1916" to be "Succeeded or Failed" + Mar 8 14:43:38.073: INFO: Pod "pod-13c4ebb2-2322-4b05-bca4-dd12ca771ad8": Phase="Pending", Reason="", readiness=false. Elapsed: 3.037243ms + Mar 8 14:43:40.364: INFO: Pod "pod-13c4ebb2-2322-4b05-bca4-dd12ca771ad8": Phase="Pending", Reason="", readiness=false. Elapsed: 2.294076546s + Mar 8 14:43:42.077: INFO: Pod "pod-13c4ebb2-2322-4b05-bca4-dd12ca771ad8": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.00757072s + STEP: Saw pod success 03/08/23 14:43:42.077 + Mar 8 14:43:42.078: INFO: Pod "pod-13c4ebb2-2322-4b05-bca4-dd12ca771ad8" satisfied condition "Succeeded or Failed" + Mar 8 14:43:42.080: INFO: Trying to get logs from node worker2 pod pod-13c4ebb2-2322-4b05-bca4-dd12ca771ad8 container test-container: + STEP: delete the pod 03/08/23 14:43:42.086 + Mar 8 14:43:42.094: INFO: Waiting for pod pod-13c4ebb2-2322-4b05-bca4-dd12ca771ad8 to disappear + Mar 8 14:43:42.097: INFO: Pod pod-13c4ebb2-2322-4b05-bca4-dd12ca771ad8 no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 + Mar 8 14:43:42.097: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "emptydir-1916" for this suite. 03/08/23 14:43:42.101 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:43:42.107 +Mar 8 14:43:42.107: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename statefulset 03/08/23 14:43:42.108 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:43:42.121 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:43:42.124 +[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-497 03/08/23 14:43:42.127 +[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-497 03/08/23 14:43:42.132 +STEP: Waiting until all stateful set ss replicas will be running in namespace statefulset-497 03/08/23 14:43:42.138 +Mar 8 14:43:42.140: INFO: Found 0 stateful pods, waiting for 1 +Mar 8 14:43:52.146: 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 03/08/23 14:43:52.146 +Mar 8 14:43:52.149: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=statefulset-497 exec ss-0 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' +Mar 8 14:43:52.305: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" +Mar 8 14:43:52.305: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" +Mar 8 14:43:52.305: 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' + +Mar 8 14:43:52.309: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=true +Mar 8 14:44:02.314: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=false +Mar 8 14:44:02.314: INFO: Waiting for statefulset status.replicas updated to 0 +Mar 8 14:44:02.328: INFO: POD NODE PHASE GRACE CONDITIONS +Mar 8 14:44:02.328: INFO: ss-0 worker2 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:43:42 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:43:52 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:43:52 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:43:42 +0000 UTC }] +Mar 8 14:44:02.328: INFO: +Mar 8 14:44:02.328: INFO: StatefulSet ss has not reached scale 3, at 1 +Mar 8 14:44:03.333: INFO: Verifying statefulset ss doesn't scale past 3 for another 8.996706273s +Mar 8 14:44:04.338: INFO: Verifying statefulset ss doesn't scale past 3 for another 7.99191639s +Mar 8 14:44:05.343: INFO: Verifying statefulset ss doesn't scale past 3 for another 6.987205169s +Mar 8 14:44:06.349: INFO: Verifying statefulset ss doesn't scale past 3 for another 5.981467289s +Mar 8 14:44:07.354: INFO: Verifying statefulset ss doesn't scale past 3 for another 4.975826782s +Mar 8 14:44:08.358: INFO: Verifying statefulset ss doesn't scale past 3 for another 3.971218657s +Mar 8 14:44:09.362: INFO: Verifying statefulset ss doesn't scale past 3 for another 2.96684684s +Mar 8 14:44:10.367: INFO: Verifying statefulset ss doesn't scale past 3 for another 1.963021939s +Mar 8 14:44:11.373: INFO: Verifying statefulset ss doesn't scale past 3 for another 957.984311ms +STEP: Scaling up stateful set ss to 3 replicas and waiting until all of them will be running in namespace statefulset-497 03/08/23 14:44:12.373 +Mar 8 14:44:12.379: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=statefulset-497 exec ss-0 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' +Mar 8 14:44:12.507: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" +Mar 8 14:44:12.507: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" +Mar 8 14:44:12.507: 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' + +Mar 8 14:44:12.507: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=statefulset-497 exec ss-1 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' +Mar 8 14:44:12.649: 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" +Mar 8 14:44:12.649: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" +Mar 8 14:44:12.649: 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' + +Mar 8 14:44:12.649: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=statefulset-497 exec ss-2 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' +Mar 8 14:44:12.768: 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" +Mar 8 14:44:12.768: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" +Mar 8 14:44:12.768: 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' + +Mar 8 14:44:12.773: INFO: Waiting for pod ss-0 to enter Running - Ready=true, currently Running - Ready=false +Mar 8 14:44:22.777: INFO: Waiting for pod ss-0 to enter Running - Ready=true, currently Running - Ready=true +Mar 8 14:44:22.777: INFO: Waiting for pod ss-1 to enter Running - Ready=true, currently Running - Ready=true +Mar 8 14:44:22.777: 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 03/08/23 14:44:22.777 +Mar 8 14:44:22.781: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=statefulset-497 exec ss-0 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' +Mar 8 14:44:22.912: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" +Mar 8 14:44:22.912: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" +Mar 8 14:44:22.912: 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' + +Mar 8 14:44:22.912: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=statefulset-497 exec ss-1 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' +Mar 8 14:44:23.034: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" +Mar 8 14:44:23.034: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" +Mar 8 14:44:23.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' + +Mar 8 14:44:23.034: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=statefulset-497 exec ss-2 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' +Mar 8 14:44:23.156: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" +Mar 8 14:44:23.156: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" +Mar 8 14:44:23.156: 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' + +Mar 8 14:44:23.156: INFO: Waiting for statefulset status.replicas updated to 0 +Mar 8 14:44:23.160: INFO: Waiting for stateful set status.readyReplicas to become 0, currently 3 +Mar 8 14:44:33.168: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=false +Mar 8 14:44:33.168: INFO: Waiting for pod ss-1 to enter Running - Ready=false, currently Running - Ready=false +Mar 8 14:44:33.168: INFO: Waiting for pod ss-2 to enter Running - Ready=false, currently Running - Ready=false +Mar 8 14:44:33.179: INFO: POD NODE PHASE GRACE CONDITIONS +Mar 8 14:44:33.179: INFO: ss-0 worker2 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:43:42 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:44:23 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:44:23 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:43:42 +0000 UTC }] +Mar 8 14:44:33.179: INFO: ss-1 worker1 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:44:02 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:44:23 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:44:23 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:44:02 +0000 UTC }] +Mar 8 14:44:33.179: INFO: ss-2 worker2 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:44:02 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:44:23 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:44:23 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:44:02 +0000 UTC }] +Mar 8 14:44:33.179: INFO: +Mar 8 14:44:33.179: INFO: StatefulSet ss has not reached scale 0, at 3 +Mar 8 14:44:34.183: INFO: POD NODE PHASE GRACE CONDITIONS +Mar 8 14:44:34.183: INFO: ss-1 worker1 Running 30s [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:44:02 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:44:23 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:44:23 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:44:02 +0000 UTC }] +Mar 8 14:44:34.183: INFO: +Mar 8 14:44:34.183: INFO: StatefulSet ss has not reached scale 0, at 1 +Mar 8 14:44:35.188: INFO: Verifying statefulset ss doesn't scale past 0 for another 7.992581074s +Mar 8 14:44:36.191: INFO: Verifying statefulset ss doesn't scale past 0 for another 6.988378709s +Mar 8 14:44:37.195: INFO: Verifying statefulset ss doesn't scale past 0 for another 5.984597858s +Mar 8 14:44:38.199: INFO: Verifying statefulset ss doesn't scale past 0 for another 4.980829753s +Mar 8 14:44:39.204: INFO: Verifying statefulset ss doesn't scale past 0 for another 3.976519072s +Mar 8 14:44:40.208: INFO: Verifying statefulset ss doesn't scale past 0 for another 2.97237959s +Mar 8 14:44:41.212: INFO: Verifying statefulset ss doesn't scale past 0 for another 1.967652129s +Mar 8 14:44:42.216: INFO: Verifying statefulset ss doesn't scale past 0 for another 963.657767ms +STEP: Scaling down stateful set ss to 0 replicas and waiting until none of pods will run in namespacestatefulset-497 03/08/23 14:44:43.216 +Mar 8 14:44:43.221: INFO: Scaling statefulset ss to 0 +Mar 8 14:44:43.230: INFO: Waiting for statefulset status.replicas updated to 0 +[AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:122 +Mar 8 14:44:43.233: INFO: Deleting all statefulset in ns statefulset-497 +Mar 8 14:44:43.235: INFO: Scaling statefulset ss to 0 +Mar 8 14:44:43.244: INFO: Waiting for statefulset status.replicas updated to 0 +Mar 8 14:44:43.246: INFO: Deleting statefulset ss +[AfterEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:187 +Mar 8 14:44:43.256: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "statefulset-497" for this suite. 03/08/23 14:44:43.26 +{"msg":"PASSED [sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic] Burst scaling should run to completion even with unhealthy pods [Slow] [Conformance]","completed":88,"skipped":1982,"failed":0} +------------------------------ +• [SLOW TEST] [61.158 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 03/08/23 14:43:42.107 + Mar 8 14:43:42.107: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename statefulset 03/08/23 14:43:42.108 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:43:42.121 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:43:42.124 + [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-497 03/08/23 14:43:42.127 + [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-497 03/08/23 14:43:42.132 + STEP: Waiting until all stateful set ss replicas will be running in namespace statefulset-497 03/08/23 14:43:42.138 + Mar 8 14:43:42.140: INFO: Found 0 stateful pods, waiting for 1 + Mar 8 14:43:52.146: 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 03/08/23 14:43:52.146 + Mar 8 14:43:52.149: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=statefulset-497 exec ss-0 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' + Mar 8 14:43:52.305: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" + Mar 8 14:43:52.305: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" + Mar 8 14:43:52.305: 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' + + Mar 8 14:43:52.309: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=true + Mar 8 14:44:02.314: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=false + Mar 8 14:44:02.314: INFO: Waiting for statefulset status.replicas updated to 0 + Mar 8 14:44:02.328: INFO: POD NODE PHASE GRACE CONDITIONS + Mar 8 14:44:02.328: INFO: ss-0 worker2 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:43:42 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:43:52 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:43:52 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:43:42 +0000 UTC }] + Mar 8 14:44:02.328: INFO: + Mar 8 14:44:02.328: INFO: StatefulSet ss has not reached scale 3, at 1 + Mar 8 14:44:03.333: INFO: Verifying statefulset ss doesn't scale past 3 for another 8.996706273s + Mar 8 14:44:04.338: INFO: Verifying statefulset ss doesn't scale past 3 for another 7.99191639s + Mar 8 14:44:05.343: INFO: Verifying statefulset ss doesn't scale past 3 for another 6.987205169s + Mar 8 14:44:06.349: INFO: Verifying statefulset ss doesn't scale past 3 for another 5.981467289s + Mar 8 14:44:07.354: INFO: Verifying statefulset ss doesn't scale past 3 for another 4.975826782s + Mar 8 14:44:08.358: INFO: Verifying statefulset ss doesn't scale past 3 for another 3.971218657s + Mar 8 14:44:09.362: INFO: Verifying statefulset ss doesn't scale past 3 for another 2.96684684s + Mar 8 14:44:10.367: INFO: Verifying statefulset ss doesn't scale past 3 for another 1.963021939s + Mar 8 14:44:11.373: INFO: Verifying statefulset ss doesn't scale past 3 for another 957.984311ms + STEP: Scaling up stateful set ss to 3 replicas and waiting until all of them will be running in namespace statefulset-497 03/08/23 14:44:12.373 + Mar 8 14:44:12.379: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=statefulset-497 exec ss-0 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' + Mar 8 14:44:12.507: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" + Mar 8 14:44:12.507: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" + Mar 8 14:44:12.507: 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' + + Mar 8 14:44:12.507: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=statefulset-497 exec ss-1 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' + Mar 8 14:44:12.649: 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" + Mar 8 14:44:12.649: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" + Mar 8 14:44:12.649: 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' + + Mar 8 14:44:12.649: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=statefulset-497 exec ss-2 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' + Mar 8 14:44:12.768: 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" + Mar 8 14:44:12.768: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" + Mar 8 14:44:12.768: 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' + + Mar 8 14:44:12.773: INFO: Waiting for pod ss-0 to enter Running - Ready=true, currently Running - Ready=false + Mar 8 14:44:22.777: INFO: Waiting for pod ss-0 to enter Running - Ready=true, currently Running - Ready=true + Mar 8 14:44:22.777: INFO: Waiting for pod ss-1 to enter Running - Ready=true, currently Running - Ready=true + Mar 8 14:44:22.777: 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 03/08/23 14:44:22.777 + Mar 8 14:44:22.781: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=statefulset-497 exec ss-0 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' + Mar 8 14:44:22.912: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" + Mar 8 14:44:22.912: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" + Mar 8 14:44:22.912: 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' + + Mar 8 14:44:22.912: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=statefulset-497 exec ss-1 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' + Mar 8 14:44:23.034: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" + Mar 8 14:44:23.034: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" + Mar 8 14:44:23.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' + + Mar 8 14:44:23.034: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=statefulset-497 exec ss-2 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' + Mar 8 14:44:23.156: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" + Mar 8 14:44:23.156: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" + Mar 8 14:44:23.156: 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' + + Mar 8 14:44:23.156: INFO: Waiting for statefulset status.replicas updated to 0 + Mar 8 14:44:23.160: INFO: Waiting for stateful set status.readyReplicas to become 0, currently 3 + Mar 8 14:44:33.168: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=false + Mar 8 14:44:33.168: INFO: Waiting for pod ss-1 to enter Running - Ready=false, currently Running - Ready=false + Mar 8 14:44:33.168: INFO: Waiting for pod ss-2 to enter Running - Ready=false, currently Running - Ready=false + Mar 8 14:44:33.179: INFO: POD NODE PHASE GRACE CONDITIONS + Mar 8 14:44:33.179: INFO: ss-0 worker2 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:43:42 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:44:23 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:44:23 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:43:42 +0000 UTC }] + Mar 8 14:44:33.179: INFO: ss-1 worker1 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:44:02 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:44:23 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:44:23 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:44:02 +0000 UTC }] + Mar 8 14:44:33.179: INFO: ss-2 worker2 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:44:02 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:44:23 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:44:23 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:44:02 +0000 UTC }] + Mar 8 14:44:33.179: INFO: + Mar 8 14:44:33.179: INFO: StatefulSet ss has not reached scale 0, at 3 + Mar 8 14:44:34.183: INFO: POD NODE PHASE GRACE CONDITIONS + Mar 8 14:44:34.183: INFO: ss-1 worker1 Running 30s [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:44:02 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:44:23 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:44:23 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 14:44:02 +0000 UTC }] + Mar 8 14:44:34.183: INFO: + Mar 8 14:44:34.183: INFO: StatefulSet ss has not reached scale 0, at 1 + Mar 8 14:44:35.188: INFO: Verifying statefulset ss doesn't scale past 0 for another 7.992581074s + Mar 8 14:44:36.191: INFO: Verifying statefulset ss doesn't scale past 0 for another 6.988378709s + Mar 8 14:44:37.195: INFO: Verifying statefulset ss doesn't scale past 0 for another 5.984597858s + Mar 8 14:44:38.199: INFO: Verifying statefulset ss doesn't scale past 0 for another 4.980829753s + Mar 8 14:44:39.204: INFO: Verifying statefulset ss doesn't scale past 0 for another 3.976519072s + Mar 8 14:44:40.208: INFO: Verifying statefulset ss doesn't scale past 0 for another 2.97237959s + Mar 8 14:44:41.212: INFO: Verifying statefulset ss doesn't scale past 0 for another 1.967652129s + Mar 8 14:44:42.216: INFO: Verifying statefulset ss doesn't scale past 0 for another 963.657767ms + STEP: Scaling down stateful set ss to 0 replicas and waiting until none of pods will run in namespacestatefulset-497 03/08/23 14:44:43.216 + Mar 8 14:44:43.221: INFO: Scaling statefulset ss to 0 + Mar 8 14:44:43.230: INFO: Waiting for statefulset status.replicas updated to 0 + [AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:122 + Mar 8 14:44:43.233: INFO: Deleting all statefulset in ns statefulset-497 + Mar 8 14:44:43.235: INFO: Scaling statefulset ss to 0 + Mar 8 14:44:43.244: INFO: Waiting for statefulset status.replicas updated to 0 + Mar 8 14:44:43.246: INFO: Deleting statefulset ss + [AfterEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:187 + Mar 8 14:44:43.256: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "statefulset-497" for this suite. 03/08/23 14:44:43.26 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:44:43.266 +Mar 8 14:44:43.266: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename emptydir 03/08/23 14:44:43.267 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:44:43.281 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:44:43.284 +[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 03/08/23 14:44:43.287 +Mar 8 14:44:43.293: INFO: Waiting up to 5m0s for pod "pod-6c573e90-a6a8-4e0c-9042-290de23cb0bf" in namespace "emptydir-1509" to be "Succeeded or Failed" +Mar 8 14:44:43.295: INFO: Pod "pod-6c573e90-a6a8-4e0c-9042-290de23cb0bf": Phase="Pending", Reason="", readiness=false. Elapsed: 2.234598ms +Mar 8 14:44:45.300: INFO: Pod "pod-6c573e90-a6a8-4e0c-9042-290de23cb0bf": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00710572s +Mar 8 14:44:47.303: INFO: Pod "pod-6c573e90-a6a8-4e0c-9042-290de23cb0bf": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010187533s +STEP: Saw pod success 03/08/23 14:44:47.303 +Mar 8 14:44:47.303: INFO: Pod "pod-6c573e90-a6a8-4e0c-9042-290de23cb0bf" satisfied condition "Succeeded or Failed" +Mar 8 14:44:47.306: INFO: Trying to get logs from node worker2 pod pod-6c573e90-a6a8-4e0c-9042-290de23cb0bf container test-container: +STEP: delete the pod 03/08/23 14:44:47.315 +Mar 8 14:44:47.324: INFO: Waiting for pod pod-6c573e90-a6a8-4e0c-9042-290de23cb0bf to disappear +Mar 8 14:44:47.327: INFO: Pod pod-6c573e90-a6a8-4e0c-9042-290de23cb0bf no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 +Mar 8 14:44:47.327: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "emptydir-1509" for this suite. 03/08/23 14:44:47.332 +{"msg":"PASSED [sig-storage] EmptyDir volumes volume on default medium should have the correct mode [LinuxOnly] [NodeConformance] [Conformance]","completed":89,"skipped":1994,"failed":0} +------------------------------ +• [4.071 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 03/08/23 14:44:43.266 + Mar 8 14:44:43.266: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename emptydir 03/08/23 14:44:43.267 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:44:43.281 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:44:43.284 + [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 03/08/23 14:44:43.287 + Mar 8 14:44:43.293: INFO: Waiting up to 5m0s for pod "pod-6c573e90-a6a8-4e0c-9042-290de23cb0bf" in namespace "emptydir-1509" to be "Succeeded or Failed" + Mar 8 14:44:43.295: INFO: Pod "pod-6c573e90-a6a8-4e0c-9042-290de23cb0bf": Phase="Pending", Reason="", readiness=false. Elapsed: 2.234598ms + Mar 8 14:44:45.300: INFO: Pod "pod-6c573e90-a6a8-4e0c-9042-290de23cb0bf": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00710572s + Mar 8 14:44:47.303: INFO: Pod "pod-6c573e90-a6a8-4e0c-9042-290de23cb0bf": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010187533s + STEP: Saw pod success 03/08/23 14:44:47.303 + Mar 8 14:44:47.303: INFO: Pod "pod-6c573e90-a6a8-4e0c-9042-290de23cb0bf" satisfied condition "Succeeded or Failed" + Mar 8 14:44:47.306: INFO: Trying to get logs from node worker2 pod pod-6c573e90-a6a8-4e0c-9042-290de23cb0bf container test-container: + STEP: delete the pod 03/08/23 14:44:47.315 + Mar 8 14:44:47.324: INFO: Waiting for pod pod-6c573e90-a6a8-4e0c-9042-290de23cb0bf to disappear + Mar 8 14:44:47.327: INFO: Pod pod-6c573e90-a6a8-4e0c-9042-290de23cb0bf no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 + Mar 8 14:44:47.327: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "emptydir-1509" for this suite. 03/08/23 14:44:47.332 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:44:47.338 +Mar 8 14:44:47.338: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename container-probe 03/08/23 14:44:47.339 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:44:47.354 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:44:47.357 +[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-d860eaf6-b99b-4fff-b3e4-9f5b9f4bbbc3 in namespace container-probe-8450 03/08/23 14:44:47.36 +Mar 8 14:44:47.367: INFO: Waiting up to 5m0s for pod "busybox-d860eaf6-b99b-4fff-b3e4-9f5b9f4bbbc3" in namespace "container-probe-8450" to be "not pending" +Mar 8 14:44:47.370: INFO: Pod "busybox-d860eaf6-b99b-4fff-b3e4-9f5b9f4bbbc3": Phase="Pending", Reason="", readiness=false. Elapsed: 2.542124ms +Mar 8 14:44:49.374: INFO: Pod "busybox-d860eaf6-b99b-4fff-b3e4-9f5b9f4bbbc3": Phase="Running", Reason="", readiness=true. Elapsed: 2.006944494s +Mar 8 14:44:49.374: INFO: Pod "busybox-d860eaf6-b99b-4fff-b3e4-9f5b9f4bbbc3" satisfied condition "not pending" +Mar 8 14:44:49.374: INFO: Started pod busybox-d860eaf6-b99b-4fff-b3e4-9f5b9f4bbbc3 in namespace container-probe-8450 +STEP: checking the pod's current state and verifying that restartCount is present 03/08/23 14:44:49.374 +Mar 8 14:44:49.381: INFO: Initial restart count of pod busybox-d860eaf6-b99b-4fff-b3e4-9f5b9f4bbbc3 is 0 +Mar 8 14:45:39.504: INFO: Restart count of pod container-probe-8450/busybox-d860eaf6-b99b-4fff-b3e4-9f5b9f4bbbc3 is now 1 (50.123033641s elapsed) +STEP: deleting the pod 03/08/23 14:45:39.504 +[AfterEach] [sig-node] Probing container + test/e2e/framework/framework.go:187 +Mar 8 14:45:39.515: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "container-probe-8450" for this suite. 03/08/23 14:45:39.519 +{"msg":"PASSED [sig-node] Probing container should be restarted with a exec \"cat /tmp/health\" liveness probe [NodeConformance] [Conformance]","completed":90,"skipped":2008,"failed":0} +------------------------------ +• [SLOW TEST] [52.185 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 03/08/23 14:44:47.338 + Mar 8 14:44:47.338: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename container-probe 03/08/23 14:44:47.339 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:44:47.354 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:44:47.357 + [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-d860eaf6-b99b-4fff-b3e4-9f5b9f4bbbc3 in namespace container-probe-8450 03/08/23 14:44:47.36 + Mar 8 14:44:47.367: INFO: Waiting up to 5m0s for pod "busybox-d860eaf6-b99b-4fff-b3e4-9f5b9f4bbbc3" in namespace "container-probe-8450" to be "not pending" + Mar 8 14:44:47.370: INFO: Pod "busybox-d860eaf6-b99b-4fff-b3e4-9f5b9f4bbbc3": Phase="Pending", Reason="", readiness=false. Elapsed: 2.542124ms + Mar 8 14:44:49.374: INFO: Pod "busybox-d860eaf6-b99b-4fff-b3e4-9f5b9f4bbbc3": Phase="Running", Reason="", readiness=true. Elapsed: 2.006944494s + Mar 8 14:44:49.374: INFO: Pod "busybox-d860eaf6-b99b-4fff-b3e4-9f5b9f4bbbc3" satisfied condition "not pending" + Mar 8 14:44:49.374: INFO: Started pod busybox-d860eaf6-b99b-4fff-b3e4-9f5b9f4bbbc3 in namespace container-probe-8450 + STEP: checking the pod's current state and verifying that restartCount is present 03/08/23 14:44:49.374 + Mar 8 14:44:49.381: INFO: Initial restart count of pod busybox-d860eaf6-b99b-4fff-b3e4-9f5b9f4bbbc3 is 0 + Mar 8 14:45:39.504: INFO: Restart count of pod container-probe-8450/busybox-d860eaf6-b99b-4fff-b3e4-9f5b9f4bbbc3 is now 1 (50.123033641s elapsed) + STEP: deleting the pod 03/08/23 14:45:39.504 + [AfterEach] [sig-node] Probing container + test/e2e/framework/framework.go:187 + Mar 8 14:45:39.515: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "container-probe-8450" for this suite. 03/08/23 14:45:39.519 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:45:39.524 +Mar 8 14:45:39.524: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename security-context-test 03/08/23 14:45:39.525 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:45:39.539 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:45:39.541 +[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 +Mar 8 14:45:39.550: INFO: Waiting up to 5m0s for pod "busybox-privileged-false-b4a0a96d-d698-4fd8-9d1f-b70d5131a059" in namespace "security-context-test-3669" to be "Succeeded or Failed" +Mar 8 14:45:39.553: INFO: Pod "busybox-privileged-false-b4a0a96d-d698-4fd8-9d1f-b70d5131a059": Phase="Pending", Reason="", readiness=false. Elapsed: 2.472274ms +Mar 8 14:45:41.558: INFO: Pod "busybox-privileged-false-b4a0a96d-d698-4fd8-9d1f-b70d5131a059": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007186206s +Mar 8 14:45:43.557: INFO: Pod "busybox-privileged-false-b4a0a96d-d698-4fd8-9d1f-b70d5131a059": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006479697s +Mar 8 14:45:43.557: INFO: Pod "busybox-privileged-false-b4a0a96d-d698-4fd8-9d1f-b70d5131a059" satisfied condition "Succeeded or Failed" +Mar 8 14:45:43.563: INFO: Got logs for pod "busybox-privileged-false-b4a0a96d-d698-4fd8-9d1f-b70d5131a059": "ip: RTNETLINK answers: Operation not permitted\n" +[AfterEach] [sig-node] Security Context + test/e2e/framework/framework.go:187 +Mar 8 14:45:43.563: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "security-context-test-3669" for this suite. 03/08/23 14:45:43.567 +{"msg":"PASSED [sig-node] Security Context When creating a pod with privileged should run the container as unprivileged when false [LinuxOnly] [NodeConformance] [Conformance]","completed":91,"skipped":2020,"failed":0} +------------------------------ +• [4.048 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 03/08/23 14:45:39.524 + Mar 8 14:45:39.524: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename security-context-test 03/08/23 14:45:39.525 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:45:39.539 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:45:39.541 + [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 + Mar 8 14:45:39.550: INFO: Waiting up to 5m0s for pod "busybox-privileged-false-b4a0a96d-d698-4fd8-9d1f-b70d5131a059" in namespace "security-context-test-3669" to be "Succeeded or Failed" + Mar 8 14:45:39.553: INFO: Pod "busybox-privileged-false-b4a0a96d-d698-4fd8-9d1f-b70d5131a059": Phase="Pending", Reason="", readiness=false. Elapsed: 2.472274ms + Mar 8 14:45:41.558: INFO: Pod "busybox-privileged-false-b4a0a96d-d698-4fd8-9d1f-b70d5131a059": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007186206s + Mar 8 14:45:43.557: INFO: Pod "busybox-privileged-false-b4a0a96d-d698-4fd8-9d1f-b70d5131a059": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006479697s + Mar 8 14:45:43.557: INFO: Pod "busybox-privileged-false-b4a0a96d-d698-4fd8-9d1f-b70d5131a059" satisfied condition "Succeeded or Failed" + Mar 8 14:45:43.563: INFO: Got logs for pod "busybox-privileged-false-b4a0a96d-d698-4fd8-9d1f-b70d5131a059": "ip: RTNETLINK answers: Operation not permitted\n" + [AfterEach] [sig-node] Security Context + test/e2e/framework/framework.go:187 + Mar 8 14:45:43.563: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "security-context-test-3669" for this suite. 03/08/23 14:45:43.567 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:45:43.573 +Mar 8 14:45:43.573: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename proxy 03/08/23 14:45:43.574 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:45:43.587 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:45:43.59 +[It] A set of valid responses are returned for both pod and service Proxy [Conformance] + test/e2e/network/proxy.go:380 +Mar 8 14:45:43.592: INFO: Creating pod... +Mar 8 14:45:43.598: INFO: Waiting up to 5m0s for pod "agnhost" in namespace "proxy-5683" to be "running" +Mar 8 14:45:43.607: INFO: Pod "agnhost": Phase="Pending", Reason="", readiness=false. Elapsed: 8.376545ms +Mar 8 14:45:45.611: INFO: Pod "agnhost": Phase="Running", Reason="", readiness=true. Elapsed: 2.012676539s +Mar 8 14:45:45.611: INFO: Pod "agnhost" satisfied condition "running" +Mar 8 14:45:45.611: INFO: Creating service... +Mar 8 14:45:45.620: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5683/pods/agnhost/proxy?method=DELETE +Mar 8 14:46:00.660: INFO: http.Client request:DELETE | StatusCode:200 | Response:foo | Method:DELETE +Mar 8 14:46:00.660: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5683/pods/agnhost/proxy?method=OPTIONS +Mar 8 14:46:00.664: INFO: http.Client request:OPTIONS | StatusCode:200 | Response:foo | Method:OPTIONS +Mar 8 14:46:00.664: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5683/pods/agnhost/proxy?method=PATCH +Mar 8 14:46:00.667: INFO: http.Client request:PATCH | StatusCode:200 | Response:foo | Method:PATCH +Mar 8 14:46:00.667: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5683/pods/agnhost/proxy?method=POST +Mar 8 14:46:00.670: INFO: http.Client request:POST | StatusCode:200 | Response:foo | Method:POST +Mar 8 14:46:00.670: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5683/pods/agnhost/proxy?method=PUT +Mar 8 14:46:00.673: INFO: http.Client request:PUT | StatusCode:200 | Response:foo | Method:PUT +Mar 8 14:46:00.673: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5683/services/e2e-proxy-test-service/proxy?method=DELETE +Mar 8 14:46:00.677: INFO: http.Client request:DELETE | StatusCode:200 | Response:foo | Method:DELETE +Mar 8 14:46:00.677: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5683/services/e2e-proxy-test-service/proxy?method=OPTIONS +Mar 8 14:46:00.681: INFO: http.Client request:OPTIONS | StatusCode:200 | Response:foo | Method:OPTIONS +Mar 8 14:46:00.681: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5683/services/e2e-proxy-test-service/proxy?method=PATCH +Mar 8 14:46:00.686: INFO: http.Client request:PATCH | StatusCode:200 | Response:foo | Method:PATCH +Mar 8 14:46:00.686: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5683/services/e2e-proxy-test-service/proxy?method=POST +Mar 8 14:46:00.690: INFO: http.Client request:POST | StatusCode:200 | Response:foo | Method:POST +Mar 8 14:46:00.690: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5683/services/e2e-proxy-test-service/proxy?method=PUT +Mar 8 14:46:00.694: INFO: http.Client request:PUT | StatusCode:200 | Response:foo | Method:PUT +Mar 8 14:46:00.694: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5683/pods/agnhost/proxy?method=GET +Mar 8 14:46:00.696: INFO: http.Client request:GET StatusCode:301 +Mar 8 14:46:00.696: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5683/services/e2e-proxy-test-service/proxy?method=GET +Mar 8 14:46:00.700: INFO: http.Client request:GET StatusCode:301 +Mar 8 14:46:00.700: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5683/pods/agnhost/proxy?method=HEAD +Mar 8 14:46:00.702: INFO: http.Client request:HEAD StatusCode:301 +Mar 8 14:46:00.702: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5683/services/e2e-proxy-test-service/proxy?method=HEAD +Mar 8 14:46:00.706: INFO: http.Client request:HEAD StatusCode:301 +[AfterEach] version v1 + test/e2e/framework/framework.go:187 +Mar 8 14:46:00.706: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "proxy-5683" for this suite. 03/08/23 14:46:00.71 +{"msg":"PASSED [sig-network] Proxy version v1 A set of valid responses are returned for both pod and service Proxy [Conformance]","completed":92,"skipped":2033,"failed":0} +------------------------------ +• [SLOW TEST] [17.142 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 03/08/23 14:45:43.573 + Mar 8 14:45:43.573: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename proxy 03/08/23 14:45:43.574 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:45:43.587 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:45:43.59 + [It] A set of valid responses are returned for both pod and service Proxy [Conformance] + test/e2e/network/proxy.go:380 + Mar 8 14:45:43.592: INFO: Creating pod... + Mar 8 14:45:43.598: INFO: Waiting up to 5m0s for pod "agnhost" in namespace "proxy-5683" to be "running" + Mar 8 14:45:43.607: INFO: Pod "agnhost": Phase="Pending", Reason="", readiness=false. Elapsed: 8.376545ms + Mar 8 14:45:45.611: INFO: Pod "agnhost": Phase="Running", Reason="", readiness=true. Elapsed: 2.012676539s + Mar 8 14:45:45.611: INFO: Pod "agnhost" satisfied condition "running" + Mar 8 14:45:45.611: INFO: Creating service... + Mar 8 14:45:45.620: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5683/pods/agnhost/proxy?method=DELETE + Mar 8 14:46:00.660: INFO: http.Client request:DELETE | StatusCode:200 | Response:foo | Method:DELETE + Mar 8 14:46:00.660: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5683/pods/agnhost/proxy?method=OPTIONS + Mar 8 14:46:00.664: INFO: http.Client request:OPTIONS | StatusCode:200 | Response:foo | Method:OPTIONS + Mar 8 14:46:00.664: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5683/pods/agnhost/proxy?method=PATCH + Mar 8 14:46:00.667: INFO: http.Client request:PATCH | StatusCode:200 | Response:foo | Method:PATCH + Mar 8 14:46:00.667: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5683/pods/agnhost/proxy?method=POST + Mar 8 14:46:00.670: INFO: http.Client request:POST | StatusCode:200 | Response:foo | Method:POST + Mar 8 14:46:00.670: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5683/pods/agnhost/proxy?method=PUT + Mar 8 14:46:00.673: INFO: http.Client request:PUT | StatusCode:200 | Response:foo | Method:PUT + Mar 8 14:46:00.673: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5683/services/e2e-proxy-test-service/proxy?method=DELETE + Mar 8 14:46:00.677: INFO: http.Client request:DELETE | StatusCode:200 | Response:foo | Method:DELETE + Mar 8 14:46:00.677: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5683/services/e2e-proxy-test-service/proxy?method=OPTIONS + Mar 8 14:46:00.681: INFO: http.Client request:OPTIONS | StatusCode:200 | Response:foo | Method:OPTIONS + Mar 8 14:46:00.681: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5683/services/e2e-proxy-test-service/proxy?method=PATCH + Mar 8 14:46:00.686: INFO: http.Client request:PATCH | StatusCode:200 | Response:foo | Method:PATCH + Mar 8 14:46:00.686: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5683/services/e2e-proxy-test-service/proxy?method=POST + Mar 8 14:46:00.690: INFO: http.Client request:POST | StatusCode:200 | Response:foo | Method:POST + Mar 8 14:46:00.690: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5683/services/e2e-proxy-test-service/proxy?method=PUT + Mar 8 14:46:00.694: INFO: http.Client request:PUT | StatusCode:200 | Response:foo | Method:PUT + Mar 8 14:46:00.694: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5683/pods/agnhost/proxy?method=GET + Mar 8 14:46:00.696: INFO: http.Client request:GET StatusCode:301 + Mar 8 14:46:00.696: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5683/services/e2e-proxy-test-service/proxy?method=GET + Mar 8 14:46:00.700: INFO: http.Client request:GET StatusCode:301 + Mar 8 14:46:00.700: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5683/pods/agnhost/proxy?method=HEAD + Mar 8 14:46:00.702: INFO: http.Client request:HEAD StatusCode:301 + Mar 8 14:46:00.702: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5683/services/e2e-proxy-test-service/proxy?method=HEAD + Mar 8 14:46:00.706: INFO: http.Client request:HEAD StatusCode:301 + [AfterEach] version v1 + test/e2e/framework/framework.go:187 + Mar 8 14:46:00.706: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "proxy-5683" for this suite. 03/08/23 14:46:00.71 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSS +------------------------------ +[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 03/08/23 14:46:00.716 +Mar 8 14:46:00.716: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename var-expansion 03/08/23 14:46:00.717 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:46:00.732 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:46:00.734 +[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 03/08/23 14:46:00.737 +Mar 8 14:46:00.745: INFO: Waiting up to 5m0s for pod "var-expansion-07aadb36-a179-49ca-8e66-abb9b294ce67" in namespace "var-expansion-6963" to be "Succeeded or Failed" +Mar 8 14:46:00.748: INFO: Pod "var-expansion-07aadb36-a179-49ca-8e66-abb9b294ce67": Phase="Pending", Reason="", readiness=false. Elapsed: 2.426531ms +Mar 8 14:46:02.753: INFO: Pod "var-expansion-07aadb36-a179-49ca-8e66-abb9b294ce67": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007210577s +Mar 8 14:46:04.752: INFO: Pod "var-expansion-07aadb36-a179-49ca-8e66-abb9b294ce67": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006402096s +STEP: Saw pod success 03/08/23 14:46:04.752 +Mar 8 14:46:04.752: INFO: Pod "var-expansion-07aadb36-a179-49ca-8e66-abb9b294ce67" satisfied condition "Succeeded or Failed" +Mar 8 14:46:04.755: INFO: Trying to get logs from node worker2 pod var-expansion-07aadb36-a179-49ca-8e66-abb9b294ce67 container dapi-container: +STEP: delete the pod 03/08/23 14:46:04.76 +Mar 8 14:46:04.769: INFO: Waiting for pod var-expansion-07aadb36-a179-49ca-8e66-abb9b294ce67 to disappear +Mar 8 14:46:04.771: INFO: Pod var-expansion-07aadb36-a179-49ca-8e66-abb9b294ce67 no longer exists +[AfterEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:187 +Mar 8 14:46:04.771: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "var-expansion-6963" for this suite. 03/08/23 14:46:04.775 +{"msg":"PASSED [sig-node] Variable Expansion should allow composing env vars into new env vars [NodeConformance] [Conformance]","completed":93,"skipped":2040,"failed":0} +------------------------------ +• [4.065 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 03/08/23 14:46:00.716 + Mar 8 14:46:00.716: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename var-expansion 03/08/23 14:46:00.717 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:46:00.732 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:46:00.734 + [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 03/08/23 14:46:00.737 + Mar 8 14:46:00.745: INFO: Waiting up to 5m0s for pod "var-expansion-07aadb36-a179-49ca-8e66-abb9b294ce67" in namespace "var-expansion-6963" to be "Succeeded or Failed" + Mar 8 14:46:00.748: INFO: Pod "var-expansion-07aadb36-a179-49ca-8e66-abb9b294ce67": Phase="Pending", Reason="", readiness=false. Elapsed: 2.426531ms + Mar 8 14:46:02.753: INFO: Pod "var-expansion-07aadb36-a179-49ca-8e66-abb9b294ce67": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007210577s + Mar 8 14:46:04.752: INFO: Pod "var-expansion-07aadb36-a179-49ca-8e66-abb9b294ce67": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006402096s + STEP: Saw pod success 03/08/23 14:46:04.752 + Mar 8 14:46:04.752: INFO: Pod "var-expansion-07aadb36-a179-49ca-8e66-abb9b294ce67" satisfied condition "Succeeded or Failed" + Mar 8 14:46:04.755: INFO: Trying to get logs from node worker2 pod var-expansion-07aadb36-a179-49ca-8e66-abb9b294ce67 container dapi-container: + STEP: delete the pod 03/08/23 14:46:04.76 + Mar 8 14:46:04.769: INFO: Waiting for pod var-expansion-07aadb36-a179-49ca-8e66-abb9b294ce67 to disappear + Mar 8 14:46:04.771: INFO: Pod var-expansion-07aadb36-a179-49ca-8e66-abb9b294ce67 no longer exists + [AfterEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:187 + Mar 8 14:46:04.771: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "var-expansion-6963" for this suite. 03/08/23 14:46:04.775 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[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 03/08/23 14:46:04.781 +Mar 8 14:46:04.781: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename projected 03/08/23 14:46:04.782 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:46:04.796 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:46:04.798 +[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-6a9b106a-9d0d-4592-a52b-c23852b51a14 03/08/23 14:46:04.801 +STEP: Creating a pod to test consume configMaps 03/08/23 14:46:04.805 +Mar 8 14:46:04.812: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-698d1e40-c47b-408e-ada4-c5aa25598cbd" in namespace "projected-4619" to be "Succeeded or Failed" +Mar 8 14:46:04.815: INFO: Pod "pod-projected-configmaps-698d1e40-c47b-408e-ada4-c5aa25598cbd": Phase="Pending", Reason="", readiness=false. Elapsed: 2.688803ms +Mar 8 14:46:06.819: INFO: Pod "pod-projected-configmaps-698d1e40-c47b-408e-ada4-c5aa25598cbd": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006609265s +Mar 8 14:46:08.821: INFO: Pod "pod-projected-configmaps-698d1e40-c47b-408e-ada4-c5aa25598cbd": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008577167s +STEP: Saw pod success 03/08/23 14:46:08.821 +Mar 8 14:46:08.821: INFO: Pod "pod-projected-configmaps-698d1e40-c47b-408e-ada4-c5aa25598cbd" satisfied condition "Succeeded or Failed" +Mar 8 14:46:08.825: INFO: Trying to get logs from node worker2 pod pod-projected-configmaps-698d1e40-c47b-408e-ada4-c5aa25598cbd container agnhost-container: +STEP: delete the pod 03/08/23 14:46:08.831 +Mar 8 14:46:08.839: INFO: Waiting for pod pod-projected-configmaps-698d1e40-c47b-408e-ada4-c5aa25598cbd to disappear +Mar 8 14:46:08.841: INFO: Pod pod-projected-configmaps-698d1e40-c47b-408e-ada4-c5aa25598cbd no longer exists +[AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 +Mar 8 14:46:08.841: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-4619" for this suite. 03/08/23 14:46:08.846 +{"msg":"PASSED [sig-storage] Projected configMap should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance]","completed":94,"skipped":2042,"failed":0} +------------------------------ +• [4.069 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 03/08/23 14:46:04.781 + Mar 8 14:46:04.781: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename projected 03/08/23 14:46:04.782 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:46:04.796 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:46:04.798 + [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-6a9b106a-9d0d-4592-a52b-c23852b51a14 03/08/23 14:46:04.801 + STEP: Creating a pod to test consume configMaps 03/08/23 14:46:04.805 + Mar 8 14:46:04.812: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-698d1e40-c47b-408e-ada4-c5aa25598cbd" in namespace "projected-4619" to be "Succeeded or Failed" + Mar 8 14:46:04.815: INFO: Pod "pod-projected-configmaps-698d1e40-c47b-408e-ada4-c5aa25598cbd": Phase="Pending", Reason="", readiness=false. Elapsed: 2.688803ms + Mar 8 14:46:06.819: INFO: Pod "pod-projected-configmaps-698d1e40-c47b-408e-ada4-c5aa25598cbd": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006609265s + Mar 8 14:46:08.821: INFO: Pod "pod-projected-configmaps-698d1e40-c47b-408e-ada4-c5aa25598cbd": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008577167s + STEP: Saw pod success 03/08/23 14:46:08.821 + Mar 8 14:46:08.821: INFO: Pod "pod-projected-configmaps-698d1e40-c47b-408e-ada4-c5aa25598cbd" satisfied condition "Succeeded or Failed" + Mar 8 14:46:08.825: INFO: Trying to get logs from node worker2 pod pod-projected-configmaps-698d1e40-c47b-408e-ada4-c5aa25598cbd container agnhost-container: + STEP: delete the pod 03/08/23 14:46:08.831 + Mar 8 14:46:08.839: INFO: Waiting for pod pod-projected-configmaps-698d1e40-c47b-408e-ada4-c5aa25598cbd to disappear + Mar 8 14:46:08.841: INFO: Pod pod-projected-configmaps-698d1e40-c47b-408e-ada4-c5aa25598cbd no longer exists + [AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 + Mar 8 14:46:08.841: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-4619" for this suite. 03/08/23 14:46:08.846 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSS +------------------------------ +[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 03/08/23 14:46:08.851 +Mar 8 14:46:08.851: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename pods 03/08/23 14:46:08.852 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:46:08.866 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:46:08.869 +[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 +Mar 8 14:46:08.871: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: creating the pod 03/08/23 14:46:08.872 +STEP: submitting the pod to kubernetes 03/08/23 14:46:08.872 +Mar 8 14:46:08.879: INFO: Waiting up to 5m0s for pod "pod-exec-websocket-9d0c87ed-a37a-4c1a-94d9-5e48dafad459" in namespace "pods-3092" to be "running and ready" +Mar 8 14:46:08.881: INFO: Pod "pod-exec-websocket-9d0c87ed-a37a-4c1a-94d9-5e48dafad459": Phase="Pending", Reason="", readiness=false. Elapsed: 2.628073ms +Mar 8 14:46:08.881: INFO: The phase of Pod pod-exec-websocket-9d0c87ed-a37a-4c1a-94d9-5e48dafad459 is Pending, waiting for it to be Running (with Ready = true) +Mar 8 14:46:10.886: INFO: Pod "pod-exec-websocket-9d0c87ed-a37a-4c1a-94d9-5e48dafad459": Phase="Running", Reason="", readiness=true. Elapsed: 2.007549193s +Mar 8 14:46:10.886: INFO: The phase of Pod pod-exec-websocket-9d0c87ed-a37a-4c1a-94d9-5e48dafad459 is Running (Ready = true) +Mar 8 14:46:10.886: INFO: Pod "pod-exec-websocket-9d0c87ed-a37a-4c1a-94d9-5e48dafad459" satisfied condition "running and ready" +[AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 +Mar 8 14:46:10.952: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "pods-3092" for this suite. 03/08/23 14:46:10.957 +{"msg":"PASSED [sig-node] Pods should support remote command execution over websockets [NodeConformance] [Conformance]","completed":95,"skipped":2051,"failed":0} +------------------------------ +• [2.112 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 03/08/23 14:46:08.851 + Mar 8 14:46:08.851: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename pods 03/08/23 14:46:08.852 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:46:08.866 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:46:08.869 + [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 + Mar 8 14:46:08.871: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: creating the pod 03/08/23 14:46:08.872 + STEP: submitting the pod to kubernetes 03/08/23 14:46:08.872 + Mar 8 14:46:08.879: INFO: Waiting up to 5m0s for pod "pod-exec-websocket-9d0c87ed-a37a-4c1a-94d9-5e48dafad459" in namespace "pods-3092" to be "running and ready" + Mar 8 14:46:08.881: INFO: Pod "pod-exec-websocket-9d0c87ed-a37a-4c1a-94d9-5e48dafad459": Phase="Pending", Reason="", readiness=false. Elapsed: 2.628073ms + Mar 8 14:46:08.881: INFO: The phase of Pod pod-exec-websocket-9d0c87ed-a37a-4c1a-94d9-5e48dafad459 is Pending, waiting for it to be Running (with Ready = true) + Mar 8 14:46:10.886: INFO: Pod "pod-exec-websocket-9d0c87ed-a37a-4c1a-94d9-5e48dafad459": Phase="Running", Reason="", readiness=true. Elapsed: 2.007549193s + Mar 8 14:46:10.886: INFO: The phase of Pod pod-exec-websocket-9d0c87ed-a37a-4c1a-94d9-5e48dafad459 is Running (Ready = true) + Mar 8 14:46:10.886: INFO: Pod "pod-exec-websocket-9d0c87ed-a37a-4c1a-94d9-5e48dafad459" satisfied condition "running and ready" + [AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 + Mar 8 14:46:10.952: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "pods-3092" for this suite. 03/08/23 14:46:10.957 + << End Captured GinkgoWriter Output +------------------------------ +SSS +------------------------------ +[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 03/08/23 14:46:10.963 +Mar 8 14:46:10.963: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename dns 03/08/23 14:46:10.964 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:46:10.978 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:46:10.981 +[It] should support configurable pod DNS nameservers [Conformance] + test/e2e/network/dns.go:411 +STEP: Creating a pod with dnsPolicy=None and customized dnsConfig... 03/08/23 14:46:10.984 +Mar 8 14:46:10.993: INFO: Created pod &Pod{ObjectMeta:{test-dns-nameservers dns-4720 393072c1-2dd6-4b96-86e3-6866dde8fb69 633921 0 2023-03-08 14:46:10 +0000 UTC map[] map[] [] [] [{e2e.test Update v1 2023-03-08 14:46:10 +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-b2mmp,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:ehub.ctcdn.cn/eck/sonobuoy/agnhost:2.40,Command:[],Args:[pause],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-b2mmp,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{},},} +Mar 8 14:46:10.993: INFO: Waiting up to 5m0s for pod "test-dns-nameservers" in namespace "dns-4720" to be "running and ready" +Mar 8 14:46:10.996: INFO: Pod "test-dns-nameservers": Phase="Pending", Reason="", readiness=false. Elapsed: 2.945587ms +Mar 8 14:46:10.996: INFO: The phase of Pod test-dns-nameservers is Pending, waiting for it to be Running (with Ready = true) +Mar 8 14:46:13.002: INFO: Pod "test-dns-nameservers": Phase="Running", Reason="", readiness=true. Elapsed: 2.008181804s +Mar 8 14:46:13.002: INFO: The phase of Pod test-dns-nameservers is Running (Ready = true) +Mar 8 14:46:13.002: INFO: Pod "test-dns-nameservers" satisfied condition "running and ready" +STEP: Verifying customized DNS suffix list is configured on pod... 03/08/23 14:46:13.002 +Mar 8 14:46:13.002: INFO: ExecWithOptions {Command:[/agnhost dns-suffix] Namespace:dns-4720 PodName:test-dns-nameservers ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Mar 8 14:46:13.002: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +Mar 8 14:46:13.002: INFO: ExecWithOptions: Clientset creation +Mar 8 14:46:13.002: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/dns-4720/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... 03/08/23 14:46:13.068 +Mar 8 14:46:13.068: INFO: ExecWithOptions {Command:[/agnhost dns-server-list] Namespace:dns-4720 PodName:test-dns-nameservers ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Mar 8 14:46:13.068: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +Mar 8 14:46:13.069: INFO: ExecWithOptions: Clientset creation +Mar 8 14:46:13.069: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/dns-4720/pods/test-dns-nameservers/exec?command=%2Fagnhost&command=dns-server-list&container=agnhost-container&container=agnhost-container&stderr=true&stdout=true) +Mar 8 14:46:13.140: INFO: Deleting pod test-dns-nameservers... +[AfterEach] [sig-network] DNS + test/e2e/framework/framework.go:187 +Mar 8 14:46:13.150: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "dns-4720" for this suite. 03/08/23 14:46:13.154 +{"msg":"PASSED [sig-network] DNS should support configurable pod DNS nameservers [Conformance]","completed":96,"skipped":2054,"failed":0} +------------------------------ +• [2.197 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 03/08/23 14:46:10.963 + Mar 8 14:46:10.963: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename dns 03/08/23 14:46:10.964 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:46:10.978 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:46:10.981 + [It] should support configurable pod DNS nameservers [Conformance] + test/e2e/network/dns.go:411 + STEP: Creating a pod with dnsPolicy=None and customized dnsConfig... 03/08/23 14:46:10.984 + Mar 8 14:46:10.993: INFO: Created pod &Pod{ObjectMeta:{test-dns-nameservers dns-4720 393072c1-2dd6-4b96-86e3-6866dde8fb69 633921 0 2023-03-08 14:46:10 +0000 UTC map[] map[] [] [] [{e2e.test Update v1 2023-03-08 14:46:10 +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-b2mmp,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:ehub.ctcdn.cn/eck/sonobuoy/agnhost:2.40,Command:[],Args:[pause],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-b2mmp,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{},},} + Mar 8 14:46:10.993: INFO: Waiting up to 5m0s for pod "test-dns-nameservers" in namespace "dns-4720" to be "running and ready" + Mar 8 14:46:10.996: INFO: Pod "test-dns-nameservers": Phase="Pending", Reason="", readiness=false. Elapsed: 2.945587ms + Mar 8 14:46:10.996: INFO: The phase of Pod test-dns-nameservers is Pending, waiting for it to be Running (with Ready = true) + Mar 8 14:46:13.002: INFO: Pod "test-dns-nameservers": Phase="Running", Reason="", readiness=true. Elapsed: 2.008181804s + Mar 8 14:46:13.002: INFO: The phase of Pod test-dns-nameservers is Running (Ready = true) + Mar 8 14:46:13.002: INFO: Pod "test-dns-nameservers" satisfied condition "running and ready" + STEP: Verifying customized DNS suffix list is configured on pod... 03/08/23 14:46:13.002 + Mar 8 14:46:13.002: INFO: ExecWithOptions {Command:[/agnhost dns-suffix] Namespace:dns-4720 PodName:test-dns-nameservers ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Mar 8 14:46:13.002: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + Mar 8 14:46:13.002: INFO: ExecWithOptions: Clientset creation + Mar 8 14:46:13.002: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/dns-4720/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... 03/08/23 14:46:13.068 + Mar 8 14:46:13.068: INFO: ExecWithOptions {Command:[/agnhost dns-server-list] Namespace:dns-4720 PodName:test-dns-nameservers ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Mar 8 14:46:13.068: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + Mar 8 14:46:13.069: INFO: ExecWithOptions: Clientset creation + Mar 8 14:46:13.069: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/dns-4720/pods/test-dns-nameservers/exec?command=%2Fagnhost&command=dns-server-list&container=agnhost-container&container=agnhost-container&stderr=true&stdout=true) + Mar 8 14:46:13.140: INFO: Deleting pod test-dns-nameservers... + [AfterEach] [sig-network] DNS + test/e2e/framework/framework.go:187 + Mar 8 14:46:13.150: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "dns-4720" for this suite. 03/08/23 14:46:13.154 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSS +------------------------------ +[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 03/08/23 14:46:13.16 +Mar 8 14:46:13.160: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename services 03/08/23 14:46:13.161 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:46:13.175 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:46:13.178 +[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-7575 03/08/23 14:46:13.181 +STEP: changing the ExternalName service to type=NodePort 03/08/23 14:46:13.186 +STEP: creating replication controller externalname-service in namespace services-7575 03/08/23 14:46:13.207 +I0308 14:46:13.212744 20 runners.go:193] Created replication controller with name: externalname-service, namespace: services-7575, replica count: 2 +I0308 14:46:16.265435 20 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 +Mar 8 14:46:16.265: INFO: Creating new exec pod +Mar 8 14:46:16.272: INFO: Waiting up to 5m0s for pod "execpodsg9vd" in namespace "services-7575" to be "running" +Mar 8 14:46:16.275: INFO: Pod "execpodsg9vd": Phase="Pending", Reason="", readiness=false. Elapsed: 3.164416ms +Mar 8 14:46:18.279: INFO: Pod "execpodsg9vd": Phase="Running", Reason="", readiness=true. Elapsed: 2.006859248s +Mar 8 14:46:18.279: INFO: Pod "execpodsg9vd" satisfied condition "running" +Mar 8 14:46:19.285: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-7575 exec execpodsg9vd -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80' +Mar 8 14:46:19.403: INFO: stderr: "+ echo+ hostName\nnc -v -t -w 2 externalname-service 80\nConnection to externalname-service 80 port [tcp/http] succeeded!\n" +Mar 8 14:46:19.404: INFO: stdout: "externalname-service-kvm8q" +Mar 8 14:46:19.404: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-7575 exec execpodsg9vd -- /bin/sh -x -c echo hostName | nc -v -t -w 2 192.168.202.188 80' +Mar 8 14:46:21.521: INFO: rc: 1 +Mar 8 14:46:21.521: INFO: Service reachability failing with error: error running /usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-7575 exec execpodsg9vd -- /bin/sh -x -c echo hostName | nc -v -t -w 2 192.168.202.188 80: +Command stdout: + +stderr: ++ nc -v -t -w 2 192.168.202.188 80 ++ echo hostName +nc: connect to 192.168.202.188 port 80 (tcp) timed out: Operation in progress +command terminated with exit code 1 + +error: +exit status 1 +Retrying... +Mar 8 14:46:22.521: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-7575 exec execpodsg9vd -- /bin/sh -x -c echo hostName | nc -v -t -w 2 192.168.202.188 80' +Mar 8 14:46:22.642: INFO: stderr: "+ nc -v -t -w 2 192.168.202.188 80\n+ echo hostName\nConnection to 192.168.202.188 80 port [tcp/http] succeeded!\n" +Mar 8 14:46:22.642: INFO: stdout: "externalname-service-kvm8q" +Mar 8 14:46:22.642: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-7575 exec execpodsg9vd -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.0.0.17 30908' +Mar 8 14:46:22.772: INFO: stderr: "+ nc -v -t -w 2 10.0.0.17 30908\n+ echo hostName\nConnection to 10.0.0.17 30908 port [tcp/*] succeeded!\n" +Mar 8 14:46:22.772: INFO: stdout: "externalname-service-kvm8q" +Mar 8 14:46:22.772: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-7575 exec execpodsg9vd -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.0.0.18 30908' +Mar 8 14:46:24.893: INFO: rc: 1 +Mar 8 14:46:24.893: INFO: Service reachability failing with error: error running /usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-7575 exec execpodsg9vd -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.0.0.18 30908: +Command stdout: + +stderr: ++ nc -v -t -w 2 10.0.0.18 30908 ++ echo hostName +nc: connect to 10.0.0.18 port 30908 (tcp) timed out: Operation in progress +command terminated with exit code 1 + +error: +exit status 1 +Retrying... +Mar 8 14:46:25.893: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-7575 exec execpodsg9vd -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.0.0.18 30908' +Mar 8 14:46:26.018: INFO: stderr: "+ nc -v -t -w 2 10.0.0.18 30908\n+ echo hostName\nConnection to 10.0.0.18 30908 port [tcp/*] succeeded!\n" +Mar 8 14:46:26.018: INFO: stdout: "externalname-service-kvm8q" +Mar 8 14:46:26.018: INFO: Cleaning up the ExternalName to NodePort test service +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Mar 8 14:46:26.043: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-7575" for this suite. 03/08/23 14:46:26.049 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +{"msg":"PASSED [sig-network] Services should be able to change the type from ExternalName to NodePort [Conformance]","completed":97,"skipped":2062,"failed":0} +------------------------------ +• [SLOW TEST] [12.895 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 03/08/23 14:46:13.16 + Mar 8 14:46:13.160: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename services 03/08/23 14:46:13.161 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:46:13.175 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:46:13.178 + [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-7575 03/08/23 14:46:13.181 + STEP: changing the ExternalName service to type=NodePort 03/08/23 14:46:13.186 + STEP: creating replication controller externalname-service in namespace services-7575 03/08/23 14:46:13.207 + I0308 14:46:13.212744 20 runners.go:193] Created replication controller with name: externalname-service, namespace: services-7575, replica count: 2 + I0308 14:46:16.265435 20 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 + Mar 8 14:46:16.265: INFO: Creating new exec pod + Mar 8 14:46:16.272: INFO: Waiting up to 5m0s for pod "execpodsg9vd" in namespace "services-7575" to be "running" + Mar 8 14:46:16.275: INFO: Pod "execpodsg9vd": Phase="Pending", Reason="", readiness=false. Elapsed: 3.164416ms + Mar 8 14:46:18.279: INFO: Pod "execpodsg9vd": Phase="Running", Reason="", readiness=true. Elapsed: 2.006859248s + Mar 8 14:46:18.279: INFO: Pod "execpodsg9vd" satisfied condition "running" + Mar 8 14:46:19.285: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-7575 exec execpodsg9vd -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80' + Mar 8 14:46:19.403: INFO: stderr: "+ echo+ hostName\nnc -v -t -w 2 externalname-service 80\nConnection to externalname-service 80 port [tcp/http] succeeded!\n" + Mar 8 14:46:19.404: INFO: stdout: "externalname-service-kvm8q" + Mar 8 14:46:19.404: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-7575 exec execpodsg9vd -- /bin/sh -x -c echo hostName | nc -v -t -w 2 192.168.202.188 80' + Mar 8 14:46:21.521: INFO: rc: 1 + Mar 8 14:46:21.521: INFO: Service reachability failing with error: error running /usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-7575 exec execpodsg9vd -- /bin/sh -x -c echo hostName | nc -v -t -w 2 192.168.202.188 80: + Command stdout: + + stderr: + + nc -v -t -w 2 192.168.202.188 80 + + echo hostName + nc: connect to 192.168.202.188 port 80 (tcp) timed out: Operation in progress + command terminated with exit code 1 + + error: + exit status 1 + Retrying... + Mar 8 14:46:22.521: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-7575 exec execpodsg9vd -- /bin/sh -x -c echo hostName | nc -v -t -w 2 192.168.202.188 80' + Mar 8 14:46:22.642: INFO: stderr: "+ nc -v -t -w 2 192.168.202.188 80\n+ echo hostName\nConnection to 192.168.202.188 80 port [tcp/http] succeeded!\n" + Mar 8 14:46:22.642: INFO: stdout: "externalname-service-kvm8q" + Mar 8 14:46:22.642: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-7575 exec execpodsg9vd -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.0.0.17 30908' + Mar 8 14:46:22.772: INFO: stderr: "+ nc -v -t -w 2 10.0.0.17 30908\n+ echo hostName\nConnection to 10.0.0.17 30908 port [tcp/*] succeeded!\n" + Mar 8 14:46:22.772: INFO: stdout: "externalname-service-kvm8q" + Mar 8 14:46:22.772: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-7575 exec execpodsg9vd -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.0.0.18 30908' + Mar 8 14:46:24.893: INFO: rc: 1 + Mar 8 14:46:24.893: INFO: Service reachability failing with error: error running /usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-7575 exec execpodsg9vd -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.0.0.18 30908: + Command stdout: + + stderr: + + nc -v -t -w 2 10.0.0.18 30908 + + echo hostName + nc: connect to 10.0.0.18 port 30908 (tcp) timed out: Operation in progress + command terminated with exit code 1 + + error: + exit status 1 + Retrying... + Mar 8 14:46:25.893: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-7575 exec execpodsg9vd -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.0.0.18 30908' + Mar 8 14:46:26.018: INFO: stderr: "+ nc -v -t -w 2 10.0.0.18 30908\n+ echo hostName\nConnection to 10.0.0.18 30908 port [tcp/*] succeeded!\n" + Mar 8 14:46:26.018: INFO: stdout: "externalname-service-kvm8q" + Mar 8 14:46:26.018: INFO: Cleaning up the ExternalName to NodePort test service + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Mar 8 14:46:26.043: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-7575" for this suite. 03/08/23 14:46:26.049 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:46:26.056 +Mar 8 14:46:26.056: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename emptydir-wrapper 03/08/23 14:46:26.057 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:46:26.074 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:46:26.077 +[It] should not cause race condition when used for configmaps [Serial] [Conformance] + test/e2e/storage/empty_dir_wrapper.go:189 +STEP: Creating 50 configmaps 03/08/23 14:46:26.08 +STEP: Creating RC which spawns configmap-volume pods 03/08/23 14:46:26.312 +Mar 8 14:46:26.417: INFO: Pod name wrapped-volume-race-cbe87b41-859a-42a2-bfff-7e1976f66a8b: Found 4 pods out of 5 +Mar 8 14:46:31.429: INFO: Pod name wrapped-volume-race-cbe87b41-859a-42a2-bfff-7e1976f66a8b: Found 5 pods out of 5 +STEP: Ensuring each pod is running 03/08/23 14:46:31.429 +Mar 8 14:46:31.429: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-cbe87b41-859a-42a2-bfff-7e1976f66a8b-7zw4d" in namespace "emptydir-wrapper-7802" to be "running" +Mar 8 14:46:31.432: INFO: Pod "wrapped-volume-race-cbe87b41-859a-42a2-bfff-7e1976f66a8b-7zw4d": Phase="Pending", Reason="", readiness=false. Elapsed: 3.603075ms +Mar 8 14:46:33.438: INFO: Pod "wrapped-volume-race-cbe87b41-859a-42a2-bfff-7e1976f66a8b-7zw4d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009463703s +Mar 8 14:46:35.438: INFO: Pod "wrapped-volume-race-cbe87b41-859a-42a2-bfff-7e1976f66a8b-7zw4d": Phase="Pending", Reason="", readiness=false. Elapsed: 4.008949153s +Mar 8 14:46:37.437: INFO: Pod "wrapped-volume-race-cbe87b41-859a-42a2-bfff-7e1976f66a8b-7zw4d": Phase="Pending", Reason="", readiness=false. Elapsed: 6.008269212s +Mar 8 14:46:39.439: INFO: Pod "wrapped-volume-race-cbe87b41-859a-42a2-bfff-7e1976f66a8b-7zw4d": Phase="Pending", Reason="", readiness=false. Elapsed: 8.010476686s +Mar 8 14:46:41.439: INFO: Pod "wrapped-volume-race-cbe87b41-859a-42a2-bfff-7e1976f66a8b-7zw4d": Phase="Running", Reason="", readiness=true. Elapsed: 10.009976506s +Mar 8 14:46:41.439: INFO: Pod "wrapped-volume-race-cbe87b41-859a-42a2-bfff-7e1976f66a8b-7zw4d" satisfied condition "running" +Mar 8 14:46:41.439: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-cbe87b41-859a-42a2-bfff-7e1976f66a8b-djpcd" in namespace "emptydir-wrapper-7802" to be "running" +Mar 8 14:46:41.442: INFO: Pod "wrapped-volume-race-cbe87b41-859a-42a2-bfff-7e1976f66a8b-djpcd": Phase="Running", Reason="", readiness=true. Elapsed: 3.379908ms +Mar 8 14:46:41.442: INFO: Pod "wrapped-volume-race-cbe87b41-859a-42a2-bfff-7e1976f66a8b-djpcd" satisfied condition "running" +Mar 8 14:46:41.442: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-cbe87b41-859a-42a2-bfff-7e1976f66a8b-vnmvf" in namespace "emptydir-wrapper-7802" to be "running" +Mar 8 14:46:41.447: INFO: Pod "wrapped-volume-race-cbe87b41-859a-42a2-bfff-7e1976f66a8b-vnmvf": Phase="Running", Reason="", readiness=true. Elapsed: 4.237105ms +Mar 8 14:46:41.447: INFO: Pod "wrapped-volume-race-cbe87b41-859a-42a2-bfff-7e1976f66a8b-vnmvf" satisfied condition "running" +Mar 8 14:46:41.447: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-cbe87b41-859a-42a2-bfff-7e1976f66a8b-x6jhb" in namespace "emptydir-wrapper-7802" to be "running" +Mar 8 14:46:41.450: INFO: Pod "wrapped-volume-race-cbe87b41-859a-42a2-bfff-7e1976f66a8b-x6jhb": Phase="Running", Reason="", readiness=true. Elapsed: 3.199563ms +Mar 8 14:46:41.450: INFO: Pod "wrapped-volume-race-cbe87b41-859a-42a2-bfff-7e1976f66a8b-x6jhb" satisfied condition "running" +Mar 8 14:46:41.450: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-cbe87b41-859a-42a2-bfff-7e1976f66a8b-zx824" in namespace "emptydir-wrapper-7802" to be "running" +Mar 8 14:46:41.453: INFO: Pod "wrapped-volume-race-cbe87b41-859a-42a2-bfff-7e1976f66a8b-zx824": Phase="Running", Reason="", readiness=true. Elapsed: 3.563431ms +Mar 8 14:46:41.453: INFO: Pod "wrapped-volume-race-cbe87b41-859a-42a2-bfff-7e1976f66a8b-zx824" satisfied condition "running" +STEP: deleting ReplicationController wrapped-volume-race-cbe87b41-859a-42a2-bfff-7e1976f66a8b in namespace emptydir-wrapper-7802, will wait for the garbage collector to delete the pods 03/08/23 14:46:41.453 +Mar 8 14:46:41.515: INFO: Deleting ReplicationController wrapped-volume-race-cbe87b41-859a-42a2-bfff-7e1976f66a8b took: 6.699656ms +Mar 8 14:46:41.615: INFO: Terminating ReplicationController wrapped-volume-race-cbe87b41-859a-42a2-bfff-7e1976f66a8b pods took: 100.185522ms +STEP: Creating RC which spawns configmap-volume pods 03/08/23 14:46:44.82 +Mar 8 14:46:44.832: INFO: Pod name wrapped-volume-race-e21ed427-4817-4a8e-96a1-0524f73d82c9: Found 0 pods out of 5 +Mar 8 14:46:49.844: INFO: Pod name wrapped-volume-race-e21ed427-4817-4a8e-96a1-0524f73d82c9: Found 5 pods out of 5 +STEP: Ensuring each pod is running 03/08/23 14:46:49.844 +Mar 8 14:46:49.844: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-e21ed427-4817-4a8e-96a1-0524f73d82c9-5fwk8" in namespace "emptydir-wrapper-7802" to be "running" +Mar 8 14:46:49.848: INFO: Pod "wrapped-volume-race-e21ed427-4817-4a8e-96a1-0524f73d82c9-5fwk8": Phase="Pending", Reason="", readiness=false. Elapsed: 3.513625ms +Mar 8 14:46:51.853: INFO: Pod "wrapped-volume-race-e21ed427-4817-4a8e-96a1-0524f73d82c9-5fwk8": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008834191s +Mar 8 14:46:53.854: INFO: Pod "wrapped-volume-race-e21ed427-4817-4a8e-96a1-0524f73d82c9-5fwk8": Phase="Pending", Reason="", readiness=false. Elapsed: 4.009876862s +Mar 8 14:46:55.853: INFO: Pod "wrapped-volume-race-e21ed427-4817-4a8e-96a1-0524f73d82c9-5fwk8": Phase="Pending", Reason="", readiness=false. Elapsed: 6.009075511s +Mar 8 14:46:57.853: INFO: Pod "wrapped-volume-race-e21ed427-4817-4a8e-96a1-0524f73d82c9-5fwk8": Phase="Pending", Reason="", readiness=false. Elapsed: 8.009072789s +Mar 8 14:46:59.853: INFO: Pod "wrapped-volume-race-e21ed427-4817-4a8e-96a1-0524f73d82c9-5fwk8": Phase="Running", Reason="", readiness=true. Elapsed: 10.008494274s +Mar 8 14:46:59.853: INFO: Pod "wrapped-volume-race-e21ed427-4817-4a8e-96a1-0524f73d82c9-5fwk8" satisfied condition "running" +Mar 8 14:46:59.853: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-e21ed427-4817-4a8e-96a1-0524f73d82c9-7swx8" in namespace "emptydir-wrapper-7802" to be "running" +Mar 8 14:46:59.856: INFO: Pod "wrapped-volume-race-e21ed427-4817-4a8e-96a1-0524f73d82c9-7swx8": Phase="Running", Reason="", readiness=true. Elapsed: 3.780054ms +Mar 8 14:46:59.856: INFO: Pod "wrapped-volume-race-e21ed427-4817-4a8e-96a1-0524f73d82c9-7swx8" satisfied condition "running" +Mar 8 14:46:59.856: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-e21ed427-4817-4a8e-96a1-0524f73d82c9-9dzgk" in namespace "emptydir-wrapper-7802" to be "running" +Mar 8 14:46:59.860: INFO: Pod "wrapped-volume-race-e21ed427-4817-4a8e-96a1-0524f73d82c9-9dzgk": Phase="Running", Reason="", readiness=true. Elapsed: 3.170242ms +Mar 8 14:46:59.860: INFO: Pod "wrapped-volume-race-e21ed427-4817-4a8e-96a1-0524f73d82c9-9dzgk" satisfied condition "running" +Mar 8 14:46:59.860: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-e21ed427-4817-4a8e-96a1-0524f73d82c9-jzq67" in namespace "emptydir-wrapper-7802" to be "running" +Mar 8 14:46:59.864: INFO: Pod "wrapped-volume-race-e21ed427-4817-4a8e-96a1-0524f73d82c9-jzq67": Phase="Running", Reason="", readiness=true. Elapsed: 3.924742ms +Mar 8 14:46:59.864: INFO: Pod "wrapped-volume-race-e21ed427-4817-4a8e-96a1-0524f73d82c9-jzq67" satisfied condition "running" +Mar 8 14:46:59.864: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-e21ed427-4817-4a8e-96a1-0524f73d82c9-xv6lg" in namespace "emptydir-wrapper-7802" to be "running" +Mar 8 14:46:59.867: INFO: Pod "wrapped-volume-race-e21ed427-4817-4a8e-96a1-0524f73d82c9-xv6lg": Phase="Running", Reason="", readiness=true. Elapsed: 3.804474ms +Mar 8 14:46:59.867: INFO: Pod "wrapped-volume-race-e21ed427-4817-4a8e-96a1-0524f73d82c9-xv6lg" satisfied condition "running" +STEP: deleting ReplicationController wrapped-volume-race-e21ed427-4817-4a8e-96a1-0524f73d82c9 in namespace emptydir-wrapper-7802, will wait for the garbage collector to delete the pods 03/08/23 14:46:59.867 +Mar 8 14:46:59.928: INFO: Deleting ReplicationController wrapped-volume-race-e21ed427-4817-4a8e-96a1-0524f73d82c9 took: 6.591873ms +Mar 8 14:47:00.029: INFO: Terminating ReplicationController wrapped-volume-race-e21ed427-4817-4a8e-96a1-0524f73d82c9 pods took: 100.412586ms +STEP: Creating RC which spawns configmap-volume pods 03/08/23 14:47:03.135 +Mar 8 14:47:03.149: INFO: Pod name wrapped-volume-race-2eb0474f-d5d7-499f-a5d7-7dab16d28c12: Found 0 pods out of 5 +Mar 8 14:47:08.158: INFO: Pod name wrapped-volume-race-2eb0474f-d5d7-499f-a5d7-7dab16d28c12: Found 5 pods out of 5 +STEP: Ensuring each pod is running 03/08/23 14:47:08.158 +Mar 8 14:47:08.158: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-2eb0474f-d5d7-499f-a5d7-7dab16d28c12-4q259" in namespace "emptydir-wrapper-7802" to be "running" +Mar 8 14:47:08.162: INFO: Pod "wrapped-volume-race-2eb0474f-d5d7-499f-a5d7-7dab16d28c12-4q259": Phase="Pending", Reason="", readiness=false. Elapsed: 3.487847ms +Mar 8 14:47:10.167: INFO: Pod "wrapped-volume-race-2eb0474f-d5d7-499f-a5d7-7dab16d28c12-4q259": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008939453s +Mar 8 14:47:12.167: INFO: Pod "wrapped-volume-race-2eb0474f-d5d7-499f-a5d7-7dab16d28c12-4q259": Phase="Pending", Reason="", readiness=false. Elapsed: 4.008450645s +Mar 8 14:47:14.167: INFO: Pod "wrapped-volume-race-2eb0474f-d5d7-499f-a5d7-7dab16d28c12-4q259": Phase="Pending", Reason="", readiness=false. Elapsed: 6.009084283s +Mar 8 14:47:16.167: INFO: Pod "wrapped-volume-race-2eb0474f-d5d7-499f-a5d7-7dab16d28c12-4q259": Phase="Running", Reason="", readiness=true. Elapsed: 8.008499267s +Mar 8 14:47:16.167: INFO: Pod "wrapped-volume-race-2eb0474f-d5d7-499f-a5d7-7dab16d28c12-4q259" satisfied condition "running" +Mar 8 14:47:16.167: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-2eb0474f-d5d7-499f-a5d7-7dab16d28c12-6gk7c" in namespace "emptydir-wrapper-7802" to be "running" +Mar 8 14:47:16.171: INFO: Pod "wrapped-volume-race-2eb0474f-d5d7-499f-a5d7-7dab16d28c12-6gk7c": Phase="Running", Reason="", readiness=true. Elapsed: 3.764061ms +Mar 8 14:47:16.171: INFO: Pod "wrapped-volume-race-2eb0474f-d5d7-499f-a5d7-7dab16d28c12-6gk7c" satisfied condition "running" +Mar 8 14:47:16.171: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-2eb0474f-d5d7-499f-a5d7-7dab16d28c12-74nqn" in namespace "emptydir-wrapper-7802" to be "running" +Mar 8 14:47:16.174: INFO: Pod "wrapped-volume-race-2eb0474f-d5d7-499f-a5d7-7dab16d28c12-74nqn": Phase="Pending", Reason="", readiness=false. Elapsed: 3.392573ms +Mar 8 14:47:18.179: INFO: Pod "wrapped-volume-race-2eb0474f-d5d7-499f-a5d7-7dab16d28c12-74nqn": Phase="Running", Reason="", readiness=true. Elapsed: 2.008793084s +Mar 8 14:47:18.179: INFO: Pod "wrapped-volume-race-2eb0474f-d5d7-499f-a5d7-7dab16d28c12-74nqn" satisfied condition "running" +Mar 8 14:47:18.179: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-2eb0474f-d5d7-499f-a5d7-7dab16d28c12-9wq88" in namespace "emptydir-wrapper-7802" to be "running" +Mar 8 14:47:18.183: INFO: Pod "wrapped-volume-race-2eb0474f-d5d7-499f-a5d7-7dab16d28c12-9wq88": Phase="Running", Reason="", readiness=true. Elapsed: 3.435109ms +Mar 8 14:47:18.183: INFO: Pod "wrapped-volume-race-2eb0474f-d5d7-499f-a5d7-7dab16d28c12-9wq88" satisfied condition "running" +Mar 8 14:47:18.183: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-2eb0474f-d5d7-499f-a5d7-7dab16d28c12-pgkdp" in namespace "emptydir-wrapper-7802" to be "running" +Mar 8 14:47:18.186: INFO: Pod "wrapped-volume-race-2eb0474f-d5d7-499f-a5d7-7dab16d28c12-pgkdp": Phase="Running", Reason="", readiness=true. Elapsed: 3.20572ms +Mar 8 14:47:18.186: INFO: Pod "wrapped-volume-race-2eb0474f-d5d7-499f-a5d7-7dab16d28c12-pgkdp" satisfied condition "running" +STEP: deleting ReplicationController wrapped-volume-race-2eb0474f-d5d7-499f-a5d7-7dab16d28c12 in namespace emptydir-wrapper-7802, will wait for the garbage collector to delete the pods 03/08/23 14:47:18.186 +Mar 8 14:47:18.248: INFO: Deleting ReplicationController wrapped-volume-race-2eb0474f-d5d7-499f-a5d7-7dab16d28c12 took: 6.084747ms +Mar 8 14:47:18.348: INFO: Terminating ReplicationController wrapped-volume-race-2eb0474f-d5d7-499f-a5d7-7dab16d28c12 pods took: 100.441377ms +STEP: Cleaning up the configMaps 03/08/23 14:47:20.849 +[AfterEach] [sig-storage] EmptyDir wrapper volumes + test/e2e/framework/framework.go:187 +Mar 8 14:47:21.074: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "emptydir-wrapper-7802" for this suite. 03/08/23 14:47:21.078 +{"msg":"PASSED [sig-storage] EmptyDir wrapper volumes should not cause race condition when used for configmaps [Serial] [Conformance]","completed":98,"skipped":2098,"failed":0} +------------------------------ +• [SLOW TEST] [55.027 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 03/08/23 14:46:26.056 + Mar 8 14:46:26.056: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename emptydir-wrapper 03/08/23 14:46:26.057 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:46:26.074 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:46:26.077 + [It] should not cause race condition when used for configmaps [Serial] [Conformance] + test/e2e/storage/empty_dir_wrapper.go:189 + STEP: Creating 50 configmaps 03/08/23 14:46:26.08 + STEP: Creating RC which spawns configmap-volume pods 03/08/23 14:46:26.312 + Mar 8 14:46:26.417: INFO: Pod name wrapped-volume-race-cbe87b41-859a-42a2-bfff-7e1976f66a8b: Found 4 pods out of 5 + Mar 8 14:46:31.429: INFO: Pod name wrapped-volume-race-cbe87b41-859a-42a2-bfff-7e1976f66a8b: Found 5 pods out of 5 + STEP: Ensuring each pod is running 03/08/23 14:46:31.429 + Mar 8 14:46:31.429: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-cbe87b41-859a-42a2-bfff-7e1976f66a8b-7zw4d" in namespace "emptydir-wrapper-7802" to be "running" + Mar 8 14:46:31.432: INFO: Pod "wrapped-volume-race-cbe87b41-859a-42a2-bfff-7e1976f66a8b-7zw4d": Phase="Pending", Reason="", readiness=false. Elapsed: 3.603075ms + Mar 8 14:46:33.438: INFO: Pod "wrapped-volume-race-cbe87b41-859a-42a2-bfff-7e1976f66a8b-7zw4d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009463703s + Mar 8 14:46:35.438: INFO: Pod "wrapped-volume-race-cbe87b41-859a-42a2-bfff-7e1976f66a8b-7zw4d": Phase="Pending", Reason="", readiness=false. Elapsed: 4.008949153s + Mar 8 14:46:37.437: INFO: Pod "wrapped-volume-race-cbe87b41-859a-42a2-bfff-7e1976f66a8b-7zw4d": Phase="Pending", Reason="", readiness=false. Elapsed: 6.008269212s + Mar 8 14:46:39.439: INFO: Pod "wrapped-volume-race-cbe87b41-859a-42a2-bfff-7e1976f66a8b-7zw4d": Phase="Pending", Reason="", readiness=false. Elapsed: 8.010476686s + Mar 8 14:46:41.439: INFO: Pod "wrapped-volume-race-cbe87b41-859a-42a2-bfff-7e1976f66a8b-7zw4d": Phase="Running", Reason="", readiness=true. Elapsed: 10.009976506s + Mar 8 14:46:41.439: INFO: Pod "wrapped-volume-race-cbe87b41-859a-42a2-bfff-7e1976f66a8b-7zw4d" satisfied condition "running" + Mar 8 14:46:41.439: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-cbe87b41-859a-42a2-bfff-7e1976f66a8b-djpcd" in namespace "emptydir-wrapper-7802" to be "running" + Mar 8 14:46:41.442: INFO: Pod "wrapped-volume-race-cbe87b41-859a-42a2-bfff-7e1976f66a8b-djpcd": Phase="Running", Reason="", readiness=true. Elapsed: 3.379908ms + Mar 8 14:46:41.442: INFO: Pod "wrapped-volume-race-cbe87b41-859a-42a2-bfff-7e1976f66a8b-djpcd" satisfied condition "running" + Mar 8 14:46:41.442: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-cbe87b41-859a-42a2-bfff-7e1976f66a8b-vnmvf" in namespace "emptydir-wrapper-7802" to be "running" + Mar 8 14:46:41.447: INFO: Pod "wrapped-volume-race-cbe87b41-859a-42a2-bfff-7e1976f66a8b-vnmvf": Phase="Running", Reason="", readiness=true. Elapsed: 4.237105ms + Mar 8 14:46:41.447: INFO: Pod "wrapped-volume-race-cbe87b41-859a-42a2-bfff-7e1976f66a8b-vnmvf" satisfied condition "running" + Mar 8 14:46:41.447: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-cbe87b41-859a-42a2-bfff-7e1976f66a8b-x6jhb" in namespace "emptydir-wrapper-7802" to be "running" + Mar 8 14:46:41.450: INFO: Pod "wrapped-volume-race-cbe87b41-859a-42a2-bfff-7e1976f66a8b-x6jhb": Phase="Running", Reason="", readiness=true. Elapsed: 3.199563ms + Mar 8 14:46:41.450: INFO: Pod "wrapped-volume-race-cbe87b41-859a-42a2-bfff-7e1976f66a8b-x6jhb" satisfied condition "running" + Mar 8 14:46:41.450: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-cbe87b41-859a-42a2-bfff-7e1976f66a8b-zx824" in namespace "emptydir-wrapper-7802" to be "running" + Mar 8 14:46:41.453: INFO: Pod "wrapped-volume-race-cbe87b41-859a-42a2-bfff-7e1976f66a8b-zx824": Phase="Running", Reason="", readiness=true. Elapsed: 3.563431ms + Mar 8 14:46:41.453: INFO: Pod "wrapped-volume-race-cbe87b41-859a-42a2-bfff-7e1976f66a8b-zx824" satisfied condition "running" + STEP: deleting ReplicationController wrapped-volume-race-cbe87b41-859a-42a2-bfff-7e1976f66a8b in namespace emptydir-wrapper-7802, will wait for the garbage collector to delete the pods 03/08/23 14:46:41.453 + Mar 8 14:46:41.515: INFO: Deleting ReplicationController wrapped-volume-race-cbe87b41-859a-42a2-bfff-7e1976f66a8b took: 6.699656ms + Mar 8 14:46:41.615: INFO: Terminating ReplicationController wrapped-volume-race-cbe87b41-859a-42a2-bfff-7e1976f66a8b pods took: 100.185522ms + STEP: Creating RC which spawns configmap-volume pods 03/08/23 14:46:44.82 + Mar 8 14:46:44.832: INFO: Pod name wrapped-volume-race-e21ed427-4817-4a8e-96a1-0524f73d82c9: Found 0 pods out of 5 + Mar 8 14:46:49.844: INFO: Pod name wrapped-volume-race-e21ed427-4817-4a8e-96a1-0524f73d82c9: Found 5 pods out of 5 + STEP: Ensuring each pod is running 03/08/23 14:46:49.844 + Mar 8 14:46:49.844: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-e21ed427-4817-4a8e-96a1-0524f73d82c9-5fwk8" in namespace "emptydir-wrapper-7802" to be "running" + Mar 8 14:46:49.848: INFO: Pod "wrapped-volume-race-e21ed427-4817-4a8e-96a1-0524f73d82c9-5fwk8": Phase="Pending", Reason="", readiness=false. Elapsed: 3.513625ms + Mar 8 14:46:51.853: INFO: Pod "wrapped-volume-race-e21ed427-4817-4a8e-96a1-0524f73d82c9-5fwk8": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008834191s + Mar 8 14:46:53.854: INFO: Pod "wrapped-volume-race-e21ed427-4817-4a8e-96a1-0524f73d82c9-5fwk8": Phase="Pending", Reason="", readiness=false. Elapsed: 4.009876862s + Mar 8 14:46:55.853: INFO: Pod "wrapped-volume-race-e21ed427-4817-4a8e-96a1-0524f73d82c9-5fwk8": Phase="Pending", Reason="", readiness=false. Elapsed: 6.009075511s + Mar 8 14:46:57.853: INFO: Pod "wrapped-volume-race-e21ed427-4817-4a8e-96a1-0524f73d82c9-5fwk8": Phase="Pending", Reason="", readiness=false. Elapsed: 8.009072789s + Mar 8 14:46:59.853: INFO: Pod "wrapped-volume-race-e21ed427-4817-4a8e-96a1-0524f73d82c9-5fwk8": Phase="Running", Reason="", readiness=true. Elapsed: 10.008494274s + Mar 8 14:46:59.853: INFO: Pod "wrapped-volume-race-e21ed427-4817-4a8e-96a1-0524f73d82c9-5fwk8" satisfied condition "running" + Mar 8 14:46:59.853: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-e21ed427-4817-4a8e-96a1-0524f73d82c9-7swx8" in namespace "emptydir-wrapper-7802" to be "running" + Mar 8 14:46:59.856: INFO: Pod "wrapped-volume-race-e21ed427-4817-4a8e-96a1-0524f73d82c9-7swx8": Phase="Running", Reason="", readiness=true. Elapsed: 3.780054ms + Mar 8 14:46:59.856: INFO: Pod "wrapped-volume-race-e21ed427-4817-4a8e-96a1-0524f73d82c9-7swx8" satisfied condition "running" + Mar 8 14:46:59.856: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-e21ed427-4817-4a8e-96a1-0524f73d82c9-9dzgk" in namespace "emptydir-wrapper-7802" to be "running" + Mar 8 14:46:59.860: INFO: Pod "wrapped-volume-race-e21ed427-4817-4a8e-96a1-0524f73d82c9-9dzgk": Phase="Running", Reason="", readiness=true. Elapsed: 3.170242ms + Mar 8 14:46:59.860: INFO: Pod "wrapped-volume-race-e21ed427-4817-4a8e-96a1-0524f73d82c9-9dzgk" satisfied condition "running" + Mar 8 14:46:59.860: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-e21ed427-4817-4a8e-96a1-0524f73d82c9-jzq67" in namespace "emptydir-wrapper-7802" to be "running" + Mar 8 14:46:59.864: INFO: Pod "wrapped-volume-race-e21ed427-4817-4a8e-96a1-0524f73d82c9-jzq67": Phase="Running", Reason="", readiness=true. Elapsed: 3.924742ms + Mar 8 14:46:59.864: INFO: Pod "wrapped-volume-race-e21ed427-4817-4a8e-96a1-0524f73d82c9-jzq67" satisfied condition "running" + Mar 8 14:46:59.864: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-e21ed427-4817-4a8e-96a1-0524f73d82c9-xv6lg" in namespace "emptydir-wrapper-7802" to be "running" + Mar 8 14:46:59.867: INFO: Pod "wrapped-volume-race-e21ed427-4817-4a8e-96a1-0524f73d82c9-xv6lg": Phase="Running", Reason="", readiness=true. Elapsed: 3.804474ms + Mar 8 14:46:59.867: INFO: Pod "wrapped-volume-race-e21ed427-4817-4a8e-96a1-0524f73d82c9-xv6lg" satisfied condition "running" + STEP: deleting ReplicationController wrapped-volume-race-e21ed427-4817-4a8e-96a1-0524f73d82c9 in namespace emptydir-wrapper-7802, will wait for the garbage collector to delete the pods 03/08/23 14:46:59.867 + Mar 8 14:46:59.928: INFO: Deleting ReplicationController wrapped-volume-race-e21ed427-4817-4a8e-96a1-0524f73d82c9 took: 6.591873ms + Mar 8 14:47:00.029: INFO: Terminating ReplicationController wrapped-volume-race-e21ed427-4817-4a8e-96a1-0524f73d82c9 pods took: 100.412586ms + STEP: Creating RC which spawns configmap-volume pods 03/08/23 14:47:03.135 + Mar 8 14:47:03.149: INFO: Pod name wrapped-volume-race-2eb0474f-d5d7-499f-a5d7-7dab16d28c12: Found 0 pods out of 5 + Mar 8 14:47:08.158: INFO: Pod name wrapped-volume-race-2eb0474f-d5d7-499f-a5d7-7dab16d28c12: Found 5 pods out of 5 + STEP: Ensuring each pod is running 03/08/23 14:47:08.158 + Mar 8 14:47:08.158: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-2eb0474f-d5d7-499f-a5d7-7dab16d28c12-4q259" in namespace "emptydir-wrapper-7802" to be "running" + Mar 8 14:47:08.162: INFO: Pod "wrapped-volume-race-2eb0474f-d5d7-499f-a5d7-7dab16d28c12-4q259": Phase="Pending", Reason="", readiness=false. Elapsed: 3.487847ms + Mar 8 14:47:10.167: INFO: Pod "wrapped-volume-race-2eb0474f-d5d7-499f-a5d7-7dab16d28c12-4q259": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008939453s + Mar 8 14:47:12.167: INFO: Pod "wrapped-volume-race-2eb0474f-d5d7-499f-a5d7-7dab16d28c12-4q259": Phase="Pending", Reason="", readiness=false. Elapsed: 4.008450645s + Mar 8 14:47:14.167: INFO: Pod "wrapped-volume-race-2eb0474f-d5d7-499f-a5d7-7dab16d28c12-4q259": Phase="Pending", Reason="", readiness=false. Elapsed: 6.009084283s + Mar 8 14:47:16.167: INFO: Pod "wrapped-volume-race-2eb0474f-d5d7-499f-a5d7-7dab16d28c12-4q259": Phase="Running", Reason="", readiness=true. Elapsed: 8.008499267s + Mar 8 14:47:16.167: INFO: Pod "wrapped-volume-race-2eb0474f-d5d7-499f-a5d7-7dab16d28c12-4q259" satisfied condition "running" + Mar 8 14:47:16.167: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-2eb0474f-d5d7-499f-a5d7-7dab16d28c12-6gk7c" in namespace "emptydir-wrapper-7802" to be "running" + Mar 8 14:47:16.171: INFO: Pod "wrapped-volume-race-2eb0474f-d5d7-499f-a5d7-7dab16d28c12-6gk7c": Phase="Running", Reason="", readiness=true. Elapsed: 3.764061ms + Mar 8 14:47:16.171: INFO: Pod "wrapped-volume-race-2eb0474f-d5d7-499f-a5d7-7dab16d28c12-6gk7c" satisfied condition "running" + Mar 8 14:47:16.171: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-2eb0474f-d5d7-499f-a5d7-7dab16d28c12-74nqn" in namespace "emptydir-wrapper-7802" to be "running" + Mar 8 14:47:16.174: INFO: Pod "wrapped-volume-race-2eb0474f-d5d7-499f-a5d7-7dab16d28c12-74nqn": Phase="Pending", Reason="", readiness=false. Elapsed: 3.392573ms + Mar 8 14:47:18.179: INFO: Pod "wrapped-volume-race-2eb0474f-d5d7-499f-a5d7-7dab16d28c12-74nqn": Phase="Running", Reason="", readiness=true. Elapsed: 2.008793084s + Mar 8 14:47:18.179: INFO: Pod "wrapped-volume-race-2eb0474f-d5d7-499f-a5d7-7dab16d28c12-74nqn" satisfied condition "running" + Mar 8 14:47:18.179: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-2eb0474f-d5d7-499f-a5d7-7dab16d28c12-9wq88" in namespace "emptydir-wrapper-7802" to be "running" + Mar 8 14:47:18.183: INFO: Pod "wrapped-volume-race-2eb0474f-d5d7-499f-a5d7-7dab16d28c12-9wq88": Phase="Running", Reason="", readiness=true. Elapsed: 3.435109ms + Mar 8 14:47:18.183: INFO: Pod "wrapped-volume-race-2eb0474f-d5d7-499f-a5d7-7dab16d28c12-9wq88" satisfied condition "running" + Mar 8 14:47:18.183: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-2eb0474f-d5d7-499f-a5d7-7dab16d28c12-pgkdp" in namespace "emptydir-wrapper-7802" to be "running" + Mar 8 14:47:18.186: INFO: Pod "wrapped-volume-race-2eb0474f-d5d7-499f-a5d7-7dab16d28c12-pgkdp": Phase="Running", Reason="", readiness=true. Elapsed: 3.20572ms + Mar 8 14:47:18.186: INFO: Pod "wrapped-volume-race-2eb0474f-d5d7-499f-a5d7-7dab16d28c12-pgkdp" satisfied condition "running" + STEP: deleting ReplicationController wrapped-volume-race-2eb0474f-d5d7-499f-a5d7-7dab16d28c12 in namespace emptydir-wrapper-7802, will wait for the garbage collector to delete the pods 03/08/23 14:47:18.186 + Mar 8 14:47:18.248: INFO: Deleting ReplicationController wrapped-volume-race-2eb0474f-d5d7-499f-a5d7-7dab16d28c12 took: 6.084747ms + Mar 8 14:47:18.348: INFO: Terminating ReplicationController wrapped-volume-race-2eb0474f-d5d7-499f-a5d7-7dab16d28c12 pods took: 100.441377ms + STEP: Cleaning up the configMaps 03/08/23 14:47:20.849 + [AfterEach] [sig-storage] EmptyDir wrapper volumes + test/e2e/framework/framework.go:187 + Mar 8 14:47:21.074: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "emptydir-wrapper-7802" for this suite. 03/08/23 14:47:21.078 + << End Captured GinkgoWriter Output +------------------------------ +[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 03/08/23 14:47:21.083 +Mar 8 14:47:21.083: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename gc 03/08/23 14:47:21.084 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:47:21.099 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:47:21.102 +[It] should delete RS created by deployment when not orphaning [Conformance] + test/e2e/apimachinery/garbage_collector.go:491 +STEP: create the deployment 03/08/23 14:47:21.104 +STEP: Wait for the Deployment to create new ReplicaSet 03/08/23 14:47:21.109 +STEP: delete the deployment 03/08/23 14:47:21.616 +STEP: wait for all rs to be garbage collected 03/08/23 14:47:21.622 +STEP: expected 0 pods, got 2 pods 03/08/23 14:47:21.626 +STEP: Gathering metrics 03/08/23 14:47:22.141 +Mar 8 14:47:22.163: INFO: Waiting up to 5m0s for pod "kube-controller-manager-master3" in namespace "kube-system" to be "running and ready" +Mar 8 14:47:22.166: INFO: Pod "kube-controller-manager-master3": Phase="Running", Reason="", readiness=true. Elapsed: 3.005622ms +Mar 8 14:47:22.166: INFO: The phase of Pod kube-controller-manager-master3 is Running (Ready = true) +Mar 8 14:47:22.166: INFO: Pod "kube-controller-manager-master3" satisfied condition "running and ready" +Mar 8 14:47:22.212: 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 +Mar 8 14:47:22.212: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "gc-3183" for this suite. 03/08/23 14:47:22.217 +{"msg":"PASSED [sig-api-machinery] Garbage collector should delete RS created by deployment when not orphaning [Conformance]","completed":99,"skipped":2098,"failed":0} +------------------------------ +• [1.141 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 03/08/23 14:47:21.083 + Mar 8 14:47:21.083: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename gc 03/08/23 14:47:21.084 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:47:21.099 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:47:21.102 + [It] should delete RS created by deployment when not orphaning [Conformance] + test/e2e/apimachinery/garbage_collector.go:491 + STEP: create the deployment 03/08/23 14:47:21.104 + STEP: Wait for the Deployment to create new ReplicaSet 03/08/23 14:47:21.109 + STEP: delete the deployment 03/08/23 14:47:21.616 + STEP: wait for all rs to be garbage collected 03/08/23 14:47:21.622 + STEP: expected 0 pods, got 2 pods 03/08/23 14:47:21.626 + STEP: Gathering metrics 03/08/23 14:47:22.141 + Mar 8 14:47:22.163: INFO: Waiting up to 5m0s for pod "kube-controller-manager-master3" in namespace "kube-system" to be "running and ready" + Mar 8 14:47:22.166: INFO: Pod "kube-controller-manager-master3": Phase="Running", Reason="", readiness=true. Elapsed: 3.005622ms + Mar 8 14:47:22.166: INFO: The phase of Pod kube-controller-manager-master3 is Running (Ready = true) + Mar 8 14:47:22.166: INFO: Pod "kube-controller-manager-master3" satisfied condition "running and ready" + Mar 8 14:47:22.212: 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 + Mar 8 14:47:22.212: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "gc-3183" for this suite. 03/08/23 14:47:22.217 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:47:22.225 +Mar 8 14:47:22.225: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename custom-resource-definition 03/08/23 14:47:22.226 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:47:22.238 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:47:22.24 +[It] custom resource defaulting for requests and from storage works [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:269 +Mar 8 14:47:22.243: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +[AfterEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Mar 8 14:47:25.429: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "custom-resource-definition-5866" for this suite. 03/08/23 14:47:25.433 +{"msg":"PASSED [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] custom resource defaulting for requests and from storage works [Conformance]","completed":100,"skipped":2121,"failed":0} +------------------------------ +• [3.214 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 03/08/23 14:47:22.225 + Mar 8 14:47:22.225: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename custom-resource-definition 03/08/23 14:47:22.226 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:47:22.238 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:47:22.24 + [It] custom resource defaulting for requests and from storage works [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:269 + Mar 8 14:47:22.243: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + [AfterEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Mar 8 14:47:25.429: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "custom-resource-definition-5866" for this suite. 03/08/23 14:47:25.433 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:47:25.44 +Mar 8 14:47:25.440: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename security-context-test 03/08/23 14:47:25.441 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:47:25.454 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:47:25.457 +[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 +Mar 8 14:47:25.467: INFO: Waiting up to 5m0s for pod "busybox-readonly-false-d34fb12d-f8c0-4fe8-b6da-dc4d15f35d19" in namespace "security-context-test-3943" to be "Succeeded or Failed" +Mar 8 14:47:25.472: INFO: Pod "busybox-readonly-false-d34fb12d-f8c0-4fe8-b6da-dc4d15f35d19": Phase="Pending", Reason="", readiness=false. Elapsed: 4.911128ms +Mar 8 14:47:27.477: INFO: Pod "busybox-readonly-false-d34fb12d-f8c0-4fe8-b6da-dc4d15f35d19": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009174012s +Mar 8 14:47:29.477: INFO: Pod "busybox-readonly-false-d34fb12d-f8c0-4fe8-b6da-dc4d15f35d19": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009073953s +Mar 8 14:47:29.477: INFO: Pod "busybox-readonly-false-d34fb12d-f8c0-4fe8-b6da-dc4d15f35d19" satisfied condition "Succeeded or Failed" +[AfterEach] [sig-node] Security Context + test/e2e/framework/framework.go:187 +Mar 8 14:47:29.477: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "security-context-test-3943" for this suite. 03/08/23 14:47:29.481 +{"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":101,"skipped":2146,"failed":0} +------------------------------ +• [4.046 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 03/08/23 14:47:25.44 + Mar 8 14:47:25.440: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename security-context-test 03/08/23 14:47:25.441 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:47:25.454 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:47:25.457 + [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 + Mar 8 14:47:25.467: INFO: Waiting up to 5m0s for pod "busybox-readonly-false-d34fb12d-f8c0-4fe8-b6da-dc4d15f35d19" in namespace "security-context-test-3943" to be "Succeeded or Failed" + Mar 8 14:47:25.472: INFO: Pod "busybox-readonly-false-d34fb12d-f8c0-4fe8-b6da-dc4d15f35d19": Phase="Pending", Reason="", readiness=false. Elapsed: 4.911128ms + Mar 8 14:47:27.477: INFO: Pod "busybox-readonly-false-d34fb12d-f8c0-4fe8-b6da-dc4d15f35d19": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009174012s + Mar 8 14:47:29.477: INFO: Pod "busybox-readonly-false-d34fb12d-f8c0-4fe8-b6da-dc4d15f35d19": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009073953s + Mar 8 14:47:29.477: INFO: Pod "busybox-readonly-false-d34fb12d-f8c0-4fe8-b6da-dc4d15f35d19" satisfied condition "Succeeded or Failed" + [AfterEach] [sig-node] Security Context + test/e2e/framework/framework.go:187 + Mar 8 14:47:29.477: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "security-context-test-3943" for this suite. 03/08/23 14:47:29.481 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSS +------------------------------ +[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 03/08/23 14:47:29.487 +Mar 8 14:47:29.487: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename kubectl 03/08/23 14:47:29.488 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:47:29.505 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:47:29.507 +[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 ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2 03/08/23 14:47:29.51 +Mar 8 14:47:29.510: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-1891 run e2e-test-httpd-pod --image=ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2 --pod-running-timeout=2m0s --labels=run=e2e-test-httpd-pod' +Mar 8 14:47:29.583: INFO: stderr: "" +Mar 8 14:47:29.583: INFO: stdout: "pod/e2e-test-httpd-pod created\n" +STEP: replace the image in the pod with server-side dry-run 03/08/23 14:47:29.583 +Mar 8 14:47:29.584: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-1891 patch pod e2e-test-httpd-pod -p {"spec":{"containers":[{"name": "e2e-test-httpd-pod","image": "ehub.ctcdn.cn/eck/sonobuoy/busybox:1.29-2"}]}} --dry-run=server' +Mar 8 14:47:30.515: INFO: stderr: "" +Mar 8 14:47:30.515: INFO: stdout: "pod/e2e-test-httpd-pod patched\n" +STEP: verifying the pod e2e-test-httpd-pod has the right image ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2 03/08/23 14:47:30.515 +Mar 8 14:47:30.519: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-1891 delete pods e2e-test-httpd-pod' +Mar 8 14:47:33.132: INFO: stderr: "" +Mar 8 14:47:33.132: INFO: stdout: "pod \"e2e-test-httpd-pod\" deleted\n" +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 +Mar 8 14:47:33.132: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubectl-1891" for this suite. 03/08/23 14:47:33.137 +{"msg":"PASSED [sig-cli] Kubectl client Kubectl server-side dry-run should check if kubectl can dry-run update Pods [Conformance]","completed":102,"skipped":2152,"failed":0} +------------------------------ +• [3.657 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 03/08/23 14:47:29.487 + Mar 8 14:47:29.487: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename kubectl 03/08/23 14:47:29.488 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:47:29.505 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:47:29.507 + [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 ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2 03/08/23 14:47:29.51 + Mar 8 14:47:29.510: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-1891 run e2e-test-httpd-pod --image=ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2 --pod-running-timeout=2m0s --labels=run=e2e-test-httpd-pod' + Mar 8 14:47:29.583: INFO: stderr: "" + Mar 8 14:47:29.583: INFO: stdout: "pod/e2e-test-httpd-pod created\n" + STEP: replace the image in the pod with server-side dry-run 03/08/23 14:47:29.583 + Mar 8 14:47:29.584: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-1891 patch pod e2e-test-httpd-pod -p {"spec":{"containers":[{"name": "e2e-test-httpd-pod","image": "ehub.ctcdn.cn/eck/sonobuoy/busybox:1.29-2"}]}} --dry-run=server' + Mar 8 14:47:30.515: INFO: stderr: "" + Mar 8 14:47:30.515: INFO: stdout: "pod/e2e-test-httpd-pod patched\n" + STEP: verifying the pod e2e-test-httpd-pod has the right image ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2 03/08/23 14:47:30.515 + Mar 8 14:47:30.519: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-1891 delete pods e2e-test-httpd-pod' + Mar 8 14:47:33.132: INFO: stderr: "" + Mar 8 14:47:33.132: INFO: stdout: "pod \"e2e-test-httpd-pod\" deleted\n" + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 + Mar 8 14:47:33.132: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubectl-1891" for this suite. 03/08/23 14:47:33.137 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:47:33.145 +Mar 8 14:47:33.145: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename webhook 03/08/23 14:47:33.146 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:47:33.162 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:47:33.165 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 +STEP: Setting up server cert 03/08/23 14:47:33.179 +STEP: Create role binding to let webhook read extension-apiserver-authentication 03/08/23 14:47:33.625 +STEP: Deploying the webhook pod 03/08/23 14:47:33.633 +STEP: Wait for the deployment to be ready 03/08/23 14:47:33.644 +Mar 8 14:47:33.658: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set +STEP: Deploying the webhook service 03/08/23 14:47:35.672 +STEP: Verifying the service has paired with the endpoint 03/08/23 14:47:35.683 +Mar 8 14:47:36.683: 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 03/08/23 14:47:36.688 +STEP: Creating a configMap that does not comply to the validation webhook rules 03/08/23 14:47:36.702 +STEP: Updating a validating webhook configuration's rules to not include the create operation 03/08/23 14:47:36.709 +STEP: Creating a configMap that does not comply to the validation webhook rules 03/08/23 14:47:36.716 +STEP: Patching a validating webhook configuration's rules to include the create operation 03/08/23 14:47:36.725 +STEP: Creating a configMap that does not comply to the validation webhook rules 03/08/23 14:47:36.73 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Mar 8 14:47:36.738: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "webhook-6306" for this suite. 03/08/23 14:47:36.742 +STEP: Destroying namespace "webhook-6306-markers" for this suite. 03/08/23 14:47:36.746 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 +{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] patching/updating a validating webhook should work [Conformance]","completed":103,"skipped":2190,"failed":0} +------------------------------ +• [3.641 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 03/08/23 14:47:33.145 + Mar 8 14:47:33.145: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename webhook 03/08/23 14:47:33.146 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:47:33.162 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:47:33.165 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 + STEP: Setting up server cert 03/08/23 14:47:33.179 + STEP: Create role binding to let webhook read extension-apiserver-authentication 03/08/23 14:47:33.625 + STEP: Deploying the webhook pod 03/08/23 14:47:33.633 + STEP: Wait for the deployment to be ready 03/08/23 14:47:33.644 + Mar 8 14:47:33.658: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set + STEP: Deploying the webhook service 03/08/23 14:47:35.672 + STEP: Verifying the service has paired with the endpoint 03/08/23 14:47:35.683 + Mar 8 14:47:36.683: 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 03/08/23 14:47:36.688 + STEP: Creating a configMap that does not comply to the validation webhook rules 03/08/23 14:47:36.702 + STEP: Updating a validating webhook configuration's rules to not include the create operation 03/08/23 14:47:36.709 + STEP: Creating a configMap that does not comply to the validation webhook rules 03/08/23 14:47:36.716 + STEP: Patching a validating webhook configuration's rules to include the create operation 03/08/23 14:47:36.725 + STEP: Creating a configMap that does not comply to the validation webhook rules 03/08/23 14:47:36.73 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Mar 8 14:47:36.738: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "webhook-6306" for this suite. 03/08/23 14:47:36.742 + STEP: Destroying namespace "webhook-6306-markers" for this suite. 03/08/23 14:47:36.746 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[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 03/08/23 14:47:36.786 +Mar 8 14:47:36.786: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename gc 03/08/23 14:47:36.787 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:47:36.803 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:47:36.805 +[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 03/08/23 14:47:36.813 +STEP: create the rc2 03/08/23 14:47:36.817 +STEP: set half of pods created by rc simpletest-rc-to-be-deleted to have rc simpletest-rc-to-stay as owner as well 03/08/23 14:47:41.827 +STEP: delete the rc simpletest-rc-to-be-deleted 03/08/23 14:47:42.074 +STEP: wait for the rc to be deleted 03/08/23 14:47:42.079 +Mar 8 14:47:47.090: INFO: 33 pods remaining +Mar 8 14:47:47.090: INFO: 33 pods has nil DeletionTimestamp +Mar 8 14:47:47.090: INFO: +STEP: Gathering metrics 03/08/23 14:47:52.09 +Mar 8 14:47:52.106: INFO: Waiting up to 5m0s for pod "kube-controller-manager-master3" in namespace "kube-system" to be "running and ready" +Mar 8 14:47:52.109: INFO: Pod "kube-controller-manager-master3": Phase="Running", Reason="", readiness=true. Elapsed: 2.898915ms +Mar 8 14:47:52.109: INFO: The phase of Pod kube-controller-manager-master3 is Running (Ready = true) +Mar 8 14:47:52.109: INFO: Pod "kube-controller-manager-master3" satisfied condition "running and ready" +Mar 8 14:47:52.151: 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: + +Mar 8 14:47:52.151: INFO: Deleting pod "simpletest-rc-to-be-deleted-297mr" in namespace "gc-340" +Mar 8 14:47:52.159: INFO: Deleting pod "simpletest-rc-to-be-deleted-2tdn9" in namespace "gc-340" +Mar 8 14:47:52.167: INFO: Deleting pod "simpletest-rc-to-be-deleted-2xjxz" in namespace "gc-340" +Mar 8 14:47:52.176: INFO: Deleting pod "simpletest-rc-to-be-deleted-4gsc6" in namespace "gc-340" +Mar 8 14:47:52.184: INFO: Deleting pod "simpletest-rc-to-be-deleted-52hhf" in namespace "gc-340" +Mar 8 14:47:52.194: INFO: Deleting pod "simpletest-rc-to-be-deleted-5gpq5" in namespace "gc-340" +Mar 8 14:47:52.206: INFO: Deleting pod "simpletest-rc-to-be-deleted-77ss9" in namespace "gc-340" +Mar 8 14:47:52.217: INFO: Deleting pod "simpletest-rc-to-be-deleted-7b5h2" in namespace "gc-340" +Mar 8 14:47:52.227: INFO: Deleting pod "simpletest-rc-to-be-deleted-7h22z" in namespace "gc-340" +Mar 8 14:47:52.238: INFO: Deleting pod "simpletest-rc-to-be-deleted-82vxg" in namespace "gc-340" +Mar 8 14:47:52.247: INFO: Deleting pod "simpletest-rc-to-be-deleted-8b9xb" in namespace "gc-340" +Mar 8 14:47:52.257: INFO: Deleting pod "simpletest-rc-to-be-deleted-8hj5q" in namespace "gc-340" +Mar 8 14:47:52.269: INFO: Deleting pod "simpletest-rc-to-be-deleted-8r5t7" in namespace "gc-340" +Mar 8 14:47:52.282: INFO: Deleting pod "simpletest-rc-to-be-deleted-8zrqj" in namespace "gc-340" +Mar 8 14:47:52.292: INFO: Deleting pod "simpletest-rc-to-be-deleted-922t5" in namespace "gc-340" +Mar 8 14:47:52.302: INFO: Deleting pod "simpletest-rc-to-be-deleted-95gbv" in namespace "gc-340" +Mar 8 14:47:52.311: INFO: Deleting pod "simpletest-rc-to-be-deleted-9nqnv" in namespace "gc-340" +Mar 8 14:47:52.319: INFO: Deleting pod "simpletest-rc-to-be-deleted-b4w7p" in namespace "gc-340" +Mar 8 14:47:52.333: INFO: Deleting pod "simpletest-rc-to-be-deleted-b7dzn" in namespace "gc-340" +Mar 8 14:47:52.346: INFO: Deleting pod "simpletest-rc-to-be-deleted-bfm5q" in namespace "gc-340" +Mar 8 14:47:52.357: INFO: Deleting pod "simpletest-rc-to-be-deleted-ccz9g" in namespace "gc-340" +Mar 8 14:47:52.368: INFO: Deleting pod "simpletest-rc-to-be-deleted-cxsm2" in namespace "gc-340" +Mar 8 14:47:52.377: INFO: Deleting pod "simpletest-rc-to-be-deleted-cz756" in namespace "gc-340" +Mar 8 14:47:52.386: INFO: Deleting pod "simpletest-rc-to-be-deleted-d5655" in namespace "gc-340" +Mar 8 14:47:52.399: INFO: Deleting pod "simpletest-rc-to-be-deleted-dh7cl" in namespace "gc-340" +Mar 8 14:47:52.413: INFO: Deleting pod "simpletest-rc-to-be-deleted-dhjxr" in namespace "gc-340" +Mar 8 14:47:52.426: INFO: Deleting pod "simpletest-rc-to-be-deleted-f88mn" in namespace "gc-340" +Mar 8 14:47:52.438: INFO: Deleting pod "simpletest-rc-to-be-deleted-g2rd4" in namespace "gc-340" +Mar 8 14:47:52.453: INFO: Deleting pod "simpletest-rc-to-be-deleted-h6kmn" in namespace "gc-340" +Mar 8 14:47:52.466: INFO: Deleting pod "simpletest-rc-to-be-deleted-h7pjd" in namespace "gc-340" +Mar 8 14:47:52.477: INFO: Deleting pod "simpletest-rc-to-be-deleted-hg2gl" in namespace "gc-340" +Mar 8 14:47:52.492: INFO: Deleting pod "simpletest-rc-to-be-deleted-hh59q" in namespace "gc-340" +[AfterEach] [sig-api-machinery] Garbage collector + test/e2e/framework/framework.go:187 +Mar 8 14:47:52.511: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "gc-340" for this suite. 03/08/23 14:47:52.517 +{"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":104,"skipped":2194,"failed":0} +------------------------------ +• [SLOW TEST] [15.740 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 03/08/23 14:47:36.786 + Mar 8 14:47:36.786: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename gc 03/08/23 14:47:36.787 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:47:36.803 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:47:36.805 + [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 03/08/23 14:47:36.813 + STEP: create the rc2 03/08/23 14:47:36.817 + STEP: set half of pods created by rc simpletest-rc-to-be-deleted to have rc simpletest-rc-to-stay as owner as well 03/08/23 14:47:41.827 + STEP: delete the rc simpletest-rc-to-be-deleted 03/08/23 14:47:42.074 + STEP: wait for the rc to be deleted 03/08/23 14:47:42.079 + Mar 8 14:47:47.090: INFO: 33 pods remaining + Mar 8 14:47:47.090: INFO: 33 pods has nil DeletionTimestamp + Mar 8 14:47:47.090: INFO: + STEP: Gathering metrics 03/08/23 14:47:52.09 + Mar 8 14:47:52.106: INFO: Waiting up to 5m0s for pod "kube-controller-manager-master3" in namespace "kube-system" to be "running and ready" + Mar 8 14:47:52.109: INFO: Pod "kube-controller-manager-master3": Phase="Running", Reason="", readiness=true. Elapsed: 2.898915ms + Mar 8 14:47:52.109: INFO: The phase of Pod kube-controller-manager-master3 is Running (Ready = true) + Mar 8 14:47:52.109: INFO: Pod "kube-controller-manager-master3" satisfied condition "running and ready" + Mar 8 14:47:52.151: 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: + + Mar 8 14:47:52.151: INFO: Deleting pod "simpletest-rc-to-be-deleted-297mr" in namespace "gc-340" + Mar 8 14:47:52.159: INFO: Deleting pod "simpletest-rc-to-be-deleted-2tdn9" in namespace "gc-340" + Mar 8 14:47:52.167: INFO: Deleting pod "simpletest-rc-to-be-deleted-2xjxz" in namespace "gc-340" + Mar 8 14:47:52.176: INFO: Deleting pod "simpletest-rc-to-be-deleted-4gsc6" in namespace "gc-340" + Mar 8 14:47:52.184: INFO: Deleting pod "simpletest-rc-to-be-deleted-52hhf" in namespace "gc-340" + Mar 8 14:47:52.194: INFO: Deleting pod "simpletest-rc-to-be-deleted-5gpq5" in namespace "gc-340" + Mar 8 14:47:52.206: INFO: Deleting pod "simpletest-rc-to-be-deleted-77ss9" in namespace "gc-340" + Mar 8 14:47:52.217: INFO: Deleting pod "simpletest-rc-to-be-deleted-7b5h2" in namespace "gc-340" + Mar 8 14:47:52.227: INFO: Deleting pod "simpletest-rc-to-be-deleted-7h22z" in namespace "gc-340" + Mar 8 14:47:52.238: INFO: Deleting pod "simpletest-rc-to-be-deleted-82vxg" in namespace "gc-340" + Mar 8 14:47:52.247: INFO: Deleting pod "simpletest-rc-to-be-deleted-8b9xb" in namespace "gc-340" + Mar 8 14:47:52.257: INFO: Deleting pod "simpletest-rc-to-be-deleted-8hj5q" in namespace "gc-340" + Mar 8 14:47:52.269: INFO: Deleting pod "simpletest-rc-to-be-deleted-8r5t7" in namespace "gc-340" + Mar 8 14:47:52.282: INFO: Deleting pod "simpletest-rc-to-be-deleted-8zrqj" in namespace "gc-340" + Mar 8 14:47:52.292: INFO: Deleting pod "simpletest-rc-to-be-deleted-922t5" in namespace "gc-340" + Mar 8 14:47:52.302: INFO: Deleting pod "simpletest-rc-to-be-deleted-95gbv" in namespace "gc-340" + Mar 8 14:47:52.311: INFO: Deleting pod "simpletest-rc-to-be-deleted-9nqnv" in namespace "gc-340" + Mar 8 14:47:52.319: INFO: Deleting pod "simpletest-rc-to-be-deleted-b4w7p" in namespace "gc-340" + Mar 8 14:47:52.333: INFO: Deleting pod "simpletest-rc-to-be-deleted-b7dzn" in namespace "gc-340" + Mar 8 14:47:52.346: INFO: Deleting pod "simpletest-rc-to-be-deleted-bfm5q" in namespace "gc-340" + Mar 8 14:47:52.357: INFO: Deleting pod "simpletest-rc-to-be-deleted-ccz9g" in namespace "gc-340" + Mar 8 14:47:52.368: INFO: Deleting pod "simpletest-rc-to-be-deleted-cxsm2" in namespace "gc-340" + Mar 8 14:47:52.377: INFO: Deleting pod "simpletest-rc-to-be-deleted-cz756" in namespace "gc-340" + Mar 8 14:47:52.386: INFO: Deleting pod "simpletest-rc-to-be-deleted-d5655" in namespace "gc-340" + Mar 8 14:47:52.399: INFO: Deleting pod "simpletest-rc-to-be-deleted-dh7cl" in namespace "gc-340" + Mar 8 14:47:52.413: INFO: Deleting pod "simpletest-rc-to-be-deleted-dhjxr" in namespace "gc-340" + Mar 8 14:47:52.426: INFO: Deleting pod "simpletest-rc-to-be-deleted-f88mn" in namespace "gc-340" + Mar 8 14:47:52.438: INFO: Deleting pod "simpletest-rc-to-be-deleted-g2rd4" in namespace "gc-340" + Mar 8 14:47:52.453: INFO: Deleting pod "simpletest-rc-to-be-deleted-h6kmn" in namespace "gc-340" + Mar 8 14:47:52.466: INFO: Deleting pod "simpletest-rc-to-be-deleted-h7pjd" in namespace "gc-340" + Mar 8 14:47:52.477: INFO: Deleting pod "simpletest-rc-to-be-deleted-hg2gl" in namespace "gc-340" + Mar 8 14:47:52.492: INFO: Deleting pod "simpletest-rc-to-be-deleted-hh59q" in namespace "gc-340" + [AfterEach] [sig-api-machinery] Garbage collector + test/e2e/framework/framework.go:187 + Mar 8 14:47:52.511: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "gc-340" for this suite. 03/08/23 14:47:52.517 + << End Captured GinkgoWriter Output +------------------------------ +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 03/08/23 14:47:52.526 +Mar 8 14:47:52.526: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename container-lifecycle-hook 03/08/23 14:47:52.527 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:47:52.545 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:47:52.549 +[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. 03/08/23 14:47:52.559 +Mar 8 14:47:52.567: INFO: Waiting up to 5m0s for pod "pod-handle-http-request" in namespace "container-lifecycle-hook-8533" to be "running and ready" +Mar 8 14:47:52.570: INFO: Pod "pod-handle-http-request": Phase="Pending", Reason="", readiness=false. Elapsed: 3.076332ms +Mar 8 14:47:52.570: INFO: The phase of Pod pod-handle-http-request is Pending, waiting for it to be Running (with Ready = true) +Mar 8 14:47:54.574: INFO: Pod "pod-handle-http-request": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006515502s +Mar 8 14:47:54.574: INFO: The phase of Pod pod-handle-http-request is Pending, waiting for it to be Running (with Ready = true) +Mar 8 14:47:56.576: INFO: Pod "pod-handle-http-request": Phase="Pending", Reason="", readiness=false. Elapsed: 4.009150959s +Mar 8 14:47:56.576: INFO: The phase of Pod pod-handle-http-request is Pending, waiting for it to be Running (with Ready = true) +Mar 8 14:47:58.575: INFO: Pod "pod-handle-http-request": Phase="Running", Reason="", readiness=true. Elapsed: 6.007503049s +Mar 8 14:47:58.575: INFO: The phase of Pod pod-handle-http-request is Running (Ready = true) +Mar 8 14:47:58.575: 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 03/08/23 14:47:58.578 +Mar 8 14:47:58.583: INFO: Waiting up to 5m0s for pod "pod-with-prestop-http-hook" in namespace "container-lifecycle-hook-8533" to be "running and ready" +Mar 8 14:47:58.586: INFO: Pod "pod-with-prestop-http-hook": Phase="Pending", Reason="", readiness=false. Elapsed: 2.607159ms +Mar 8 14:47:58.586: INFO: The phase of Pod pod-with-prestop-http-hook is Pending, waiting for it to be Running (with Ready = true) +Mar 8 14:48:00.590: INFO: Pod "pod-with-prestop-http-hook": Phase="Running", Reason="", readiness=true. Elapsed: 2.007361552s +Mar 8 14:48:00.590: INFO: The phase of Pod pod-with-prestop-http-hook is Running (Ready = true) +Mar 8 14:48:00.590: INFO: Pod "pod-with-prestop-http-hook" satisfied condition "running and ready" +STEP: delete the pod with lifecycle hook 03/08/23 14:48:00.593 +Mar 8 14:48:00.599: INFO: Waiting for pod pod-with-prestop-http-hook to disappear +Mar 8 14:48:00.602: INFO: Pod pod-with-prestop-http-hook still exists +Mar 8 14:48:02.602: INFO: Waiting for pod pod-with-prestop-http-hook to disappear +Mar 8 14:48:02.607: INFO: Pod pod-with-prestop-http-hook no longer exists +STEP: check prestop hook 03/08/23 14:48:02.607 +[AfterEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/framework.go:187 +Mar 8 14:48:02.622: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "container-lifecycle-hook-8533" for this suite. 03/08/23 14:48:02.626 +{"msg":"PASSED [sig-node] Container Lifecycle Hook when create a pod with lifecycle hook should execute prestop http hook properly [NodeConformance] [Conformance]","completed":105,"skipped":2195,"failed":0} +------------------------------ +• [SLOW TEST] [10.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 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 03/08/23 14:47:52.526 + Mar 8 14:47:52.526: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename container-lifecycle-hook 03/08/23 14:47:52.527 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:47:52.545 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:47:52.549 + [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. 03/08/23 14:47:52.559 + Mar 8 14:47:52.567: INFO: Waiting up to 5m0s for pod "pod-handle-http-request" in namespace "container-lifecycle-hook-8533" to be "running and ready" + Mar 8 14:47:52.570: INFO: Pod "pod-handle-http-request": Phase="Pending", Reason="", readiness=false. Elapsed: 3.076332ms + Mar 8 14:47:52.570: INFO: The phase of Pod pod-handle-http-request is Pending, waiting for it to be Running (with Ready = true) + Mar 8 14:47:54.574: INFO: Pod "pod-handle-http-request": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006515502s + Mar 8 14:47:54.574: INFO: The phase of Pod pod-handle-http-request is Pending, waiting for it to be Running (with Ready = true) + Mar 8 14:47:56.576: INFO: Pod "pod-handle-http-request": Phase="Pending", Reason="", readiness=false. Elapsed: 4.009150959s + Mar 8 14:47:56.576: INFO: The phase of Pod pod-handle-http-request is Pending, waiting for it to be Running (with Ready = true) + Mar 8 14:47:58.575: INFO: Pod "pod-handle-http-request": Phase="Running", Reason="", readiness=true. Elapsed: 6.007503049s + Mar 8 14:47:58.575: INFO: The phase of Pod pod-handle-http-request is Running (Ready = true) + Mar 8 14:47:58.575: 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 03/08/23 14:47:58.578 + Mar 8 14:47:58.583: INFO: Waiting up to 5m0s for pod "pod-with-prestop-http-hook" in namespace "container-lifecycle-hook-8533" to be "running and ready" + Mar 8 14:47:58.586: INFO: Pod "pod-with-prestop-http-hook": Phase="Pending", Reason="", readiness=false. Elapsed: 2.607159ms + Mar 8 14:47:58.586: INFO: The phase of Pod pod-with-prestop-http-hook is Pending, waiting for it to be Running (with Ready = true) + Mar 8 14:48:00.590: INFO: Pod "pod-with-prestop-http-hook": Phase="Running", Reason="", readiness=true. Elapsed: 2.007361552s + Mar 8 14:48:00.590: INFO: The phase of Pod pod-with-prestop-http-hook is Running (Ready = true) + Mar 8 14:48:00.590: INFO: Pod "pod-with-prestop-http-hook" satisfied condition "running and ready" + STEP: delete the pod with lifecycle hook 03/08/23 14:48:00.593 + Mar 8 14:48:00.599: INFO: Waiting for pod pod-with-prestop-http-hook to disappear + Mar 8 14:48:00.602: INFO: Pod pod-with-prestop-http-hook still exists + Mar 8 14:48:02.602: INFO: Waiting for pod pod-with-prestop-http-hook to disappear + Mar 8 14:48:02.607: INFO: Pod pod-with-prestop-http-hook no longer exists + STEP: check prestop hook 03/08/23 14:48:02.607 + [AfterEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/framework.go:187 + Mar 8 14:48:02.622: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "container-lifecycle-hook-8533" for this suite. 03/08/23 14:48:02.626 + << End Captured GinkgoWriter Output +------------------------------ +SSS +------------------------------ +[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 03/08/23 14:48:02.633 +Mar 8 14:48:02.634: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename aggregator 03/08/23 14:48:02.635 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:48:02.653 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:48:02.656 +[BeforeEach] [sig-api-machinery] Aggregator + test/e2e/apimachinery/aggregator.go:78 +Mar 8 14:48:02.658: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +[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. 03/08/23 14:48:02.659 +Mar 8 14:48:03.270: INFO: deployment "sample-apiserver-deployment" doesn't have the required revision set +Mar 8 14:48:05.321: 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(2023, time.March, 8, 14, 48, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-74b4565f48\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 14:48:07.326: 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(2023, time.March, 8, 14, 48, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-74b4565f48\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 14:48:09.326: 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(2023, time.March, 8, 14, 48, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-74b4565f48\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 14:48:11.325: 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(2023, time.March, 8, 14, 48, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-74b4565f48\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 14:48:13.325: 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(2023, time.March, 8, 14, 48, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-74b4565f48\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 14:48:15.326: 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(2023, time.March, 8, 14, 48, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-74b4565f48\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 14:48:17.325: 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(2023, time.March, 8, 14, 48, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-74b4565f48\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 14:48:19.325: 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(2023, time.March, 8, 14, 48, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-74b4565f48\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 14:48:21.326: 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(2023, time.March, 8, 14, 48, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-74b4565f48\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 14:48:23.326: 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(2023, time.March, 8, 14, 48, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-74b4565f48\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 14:48:25.325: 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(2023, time.March, 8, 14, 48, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-74b4565f48\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 14:48:27.451: INFO: Waited 118.876344ms for the sample-apiserver to be ready to handle requests. +STEP: Read Status for v1alpha1.wardle.example.com 03/08/23 14:48:27.492 +STEP: kubectl patch apiservice v1alpha1.wardle.example.com -p '{"spec":{"versionPriority": 400}}' 03/08/23 14:48:27.495 +STEP: List APIServices 03/08/23 14:48:27.5 +Mar 8 14:48:27.506: 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 +Mar 8 14:48:27.694: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "aggregator-359" for this suite. 03/08/23 14:48:27.744 +{"msg":"PASSED [sig-api-machinery] Aggregator Should be able to support the 1.17 Sample API Server using the current Aggregator [Conformance]","completed":106,"skipped":2198,"failed":0} +------------------------------ +• [SLOW TEST] [25.159 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 03/08/23 14:48:02.633 + Mar 8 14:48:02.634: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename aggregator 03/08/23 14:48:02.635 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:48:02.653 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:48:02.656 + [BeforeEach] [sig-api-machinery] Aggregator + test/e2e/apimachinery/aggregator.go:78 + Mar 8 14:48:02.658: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + [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. 03/08/23 14:48:02.659 + Mar 8 14:48:03.270: INFO: deployment "sample-apiserver-deployment" doesn't have the required revision set + Mar 8 14:48:05.321: 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(2023, time.March, 8, 14, 48, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-74b4565f48\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 14:48:07.326: 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(2023, time.March, 8, 14, 48, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-74b4565f48\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 14:48:09.326: 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(2023, time.March, 8, 14, 48, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-74b4565f48\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 14:48:11.325: 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(2023, time.March, 8, 14, 48, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-74b4565f48\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 14:48:13.325: 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(2023, time.March, 8, 14, 48, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-74b4565f48\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 14:48:15.326: 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(2023, time.March, 8, 14, 48, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-74b4565f48\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 14:48:17.325: 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(2023, time.March, 8, 14, 48, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-74b4565f48\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 14:48:19.325: 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(2023, time.March, 8, 14, 48, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-74b4565f48\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 14:48:21.326: 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(2023, time.March, 8, 14, 48, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-74b4565f48\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 14:48:23.326: 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(2023, time.March, 8, 14, 48, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-74b4565f48\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 14:48:25.325: 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(2023, time.March, 8, 14, 48, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 48, 3, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-74b4565f48\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 14:48:27.451: INFO: Waited 118.876344ms for the sample-apiserver to be ready to handle requests. + STEP: Read Status for v1alpha1.wardle.example.com 03/08/23 14:48:27.492 + STEP: kubectl patch apiservice v1alpha1.wardle.example.com -p '{"spec":{"versionPriority": 400}}' 03/08/23 14:48:27.495 + STEP: List APIServices 03/08/23 14:48:27.5 + Mar 8 14:48:27.506: 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 + Mar 8 14:48:27.694: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "aggregator-359" for this suite. 03/08/23 14:48:27.744 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:48:27.794 +Mar 8 14:48:27.794: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename statefulset 03/08/23 14:48:27.795 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:48:27.81 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:48:27.813 +[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-2576 03/08/23 14:48:27.815 +[It] should have a working scale subresource [Conformance] + test/e2e/apps/statefulset.go:846 +STEP: Creating statefulset ss in namespace statefulset-2576 03/08/23 14:48:27.82 +Mar 8 14:48:27.827: INFO: Found 0 stateful pods, waiting for 1 +Mar 8 14:48:37.832: INFO: Waiting for pod ss-0 to enter Running - Ready=true, currently Running - Ready=true +STEP: getting scale subresource 03/08/23 14:48:37.838 +STEP: updating a scale subresource 03/08/23 14:48:37.841 +STEP: verifying the statefulset Spec.Replicas was modified 03/08/23 14:48:37.847 +STEP: Patch a scale subresource 03/08/23 14:48:37.85 +STEP: verifying the statefulset Spec.Replicas was modified 03/08/23 14:48:37.856 +[AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:122 +Mar 8 14:48:37.860: INFO: Deleting all statefulset in ns statefulset-2576 +Mar 8 14:48:37.862: INFO: Scaling statefulset ss to 0 +Mar 8 14:48:47.882: INFO: Waiting for statefulset status.replicas updated to 0 +Mar 8 14:48:47.885: INFO: Deleting statefulset ss +[AfterEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:187 +Mar 8 14:48:47.896: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "statefulset-2576" for this suite. 03/08/23 14:48:47.899 +{"msg":"PASSED [sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic] should have a working scale subresource [Conformance]","completed":107,"skipped":2229,"failed":0} +------------------------------ +• [SLOW TEST] [20.110 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 03/08/23 14:48:27.794 + Mar 8 14:48:27.794: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename statefulset 03/08/23 14:48:27.795 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:48:27.81 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:48:27.813 + [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-2576 03/08/23 14:48:27.815 + [It] should have a working scale subresource [Conformance] + test/e2e/apps/statefulset.go:846 + STEP: Creating statefulset ss in namespace statefulset-2576 03/08/23 14:48:27.82 + Mar 8 14:48:27.827: INFO: Found 0 stateful pods, waiting for 1 + Mar 8 14:48:37.832: INFO: Waiting for pod ss-0 to enter Running - Ready=true, currently Running - Ready=true + STEP: getting scale subresource 03/08/23 14:48:37.838 + STEP: updating a scale subresource 03/08/23 14:48:37.841 + STEP: verifying the statefulset Spec.Replicas was modified 03/08/23 14:48:37.847 + STEP: Patch a scale subresource 03/08/23 14:48:37.85 + STEP: verifying the statefulset Spec.Replicas was modified 03/08/23 14:48:37.856 + [AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:122 + Mar 8 14:48:37.860: INFO: Deleting all statefulset in ns statefulset-2576 + Mar 8 14:48:37.862: INFO: Scaling statefulset ss to 0 + Mar 8 14:48:47.882: INFO: Waiting for statefulset status.replicas updated to 0 + Mar 8 14:48:47.885: INFO: Deleting statefulset ss + [AfterEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:187 + Mar 8 14:48:47.896: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "statefulset-2576" for this suite. 03/08/23 14:48:47.899 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSS +------------------------------ +[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 03/08/23 14:48:47.905 +Mar 8 14:48:47.905: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename kubectl 03/08/23 14:48:47.906 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:48:47.919 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:48:47.921 +[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 ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2 03/08/23 14:48:47.924 +Mar 8 14:48:47.924: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-8719 run e2e-test-httpd-pod --restart=Never --pod-running-timeout=2m0s --image=ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2' +Mar 8 14:48:47.999: INFO: stderr: "" +Mar 8 14:48:47.999: INFO: stdout: "pod/e2e-test-httpd-pod created\n" +STEP: verifying the pod e2e-test-httpd-pod was created 03/08/23 14:48:47.999 +[AfterEach] Kubectl run pod + test/e2e/kubectl/kubectl.go:1702 +Mar 8 14:48:48.002: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-8719 delete pods e2e-test-httpd-pod' +Mar 8 14:48:49.673: INFO: stderr: "" +Mar 8 14:48:49.673: INFO: stdout: "pod \"e2e-test-httpd-pod\" deleted\n" +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 +Mar 8 14:48:49.673: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubectl-8719" for this suite. 03/08/23 14:48:49.678 +{"msg":"PASSED [sig-cli] Kubectl client Kubectl run pod should create a pod from an image when restart is Never [Conformance]","completed":108,"skipped":2239,"failed":0} +------------------------------ +• [1.778 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 03/08/23 14:48:47.905 + Mar 8 14:48:47.905: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename kubectl 03/08/23 14:48:47.906 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:48:47.919 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:48:47.921 + [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 ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2 03/08/23 14:48:47.924 + Mar 8 14:48:47.924: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-8719 run e2e-test-httpd-pod --restart=Never --pod-running-timeout=2m0s --image=ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2' + Mar 8 14:48:47.999: INFO: stderr: "" + Mar 8 14:48:47.999: INFO: stdout: "pod/e2e-test-httpd-pod created\n" + STEP: verifying the pod e2e-test-httpd-pod was created 03/08/23 14:48:47.999 + [AfterEach] Kubectl run pod + test/e2e/kubectl/kubectl.go:1702 + Mar 8 14:48:48.002: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-8719 delete pods e2e-test-httpd-pod' + Mar 8 14:48:49.673: INFO: stderr: "" + Mar 8 14:48:49.673: INFO: stdout: "pod \"e2e-test-httpd-pod\" deleted\n" + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 + Mar 8 14:48:49.673: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubectl-8719" for this suite. 03/08/23 14:48:49.678 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSS +------------------------------ +[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 03/08/23 14:48:49.684 +Mar 8 14:48:49.684: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename deployment 03/08/23 14:48:49.685 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:48:49.699 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:48:49.702 +[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 03/08/23 14:48:49.708 +Mar 8 14:48:49.708: INFO: Creating simple deployment test-deployment-kfbpz +Mar 8 14:48:49.725: INFO: deployment "test-deployment-kfbpz" doesn't have the required revision set +STEP: Getting /status 03/08/23 14:48:51.737 +Mar 8 14:48:51.740: INFO: Deployment test-deployment-kfbpz has Conditions: [{Available True 2023-03-08 14:48:50 +0000 UTC 2023-03-08 14:48:50 +0000 UTC MinimumReplicasAvailable Deployment has minimum availability.} {Progressing True 2023-03-08 14:48:50 +0000 UTC 2023-03-08 14:48:49 +0000 UTC NewReplicaSetAvailable ReplicaSet "test-deployment-kfbpz-746bc768d9" has successfully progressed.}] +STEP: updating Deployment Status 03/08/23 14:48:51.74 +Mar 8 14:48:51.748: INFO: updatedStatus.Conditions: []v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 14, 48, 50, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 48, 50, 0, time.Local), Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 14, 48, 50, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 48, 49, 0, time.Local), Reason:"NewReplicaSetAvailable", Message:"ReplicaSet \"test-deployment-kfbpz-746bc768d9\" 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 03/08/23 14:48:51.748 +Mar 8 14:48:51.750: INFO: Observed &Deployment event: ADDED +Mar 8 14:48:51.750: INFO: Observed Deployment test-deployment-kfbpz in namespace deployment-8213 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2023-03-08 14:48:49 +0000 UTC 2023-03-08 14:48:49 +0000 UTC NewReplicaSetCreated Created new replica set "test-deployment-kfbpz-746bc768d9"} +Mar 8 14:48:51.750: INFO: Observed &Deployment event: MODIFIED +Mar 8 14:48:51.750: INFO: Observed Deployment test-deployment-kfbpz in namespace deployment-8213 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2023-03-08 14:48:49 +0000 UTC 2023-03-08 14:48:49 +0000 UTC NewReplicaSetCreated Created new replica set "test-deployment-kfbpz-746bc768d9"} +Mar 8 14:48:51.750: INFO: Observed Deployment test-deployment-kfbpz in namespace deployment-8213 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available False 2023-03-08 14:48:49 +0000 UTC 2023-03-08 14:48:49 +0000 UTC MinimumReplicasUnavailable Deployment does not have minimum availability.} +Mar 8 14:48:51.750: INFO: Observed &Deployment event: MODIFIED +Mar 8 14:48:51.750: INFO: Observed Deployment test-deployment-kfbpz in namespace deployment-8213 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available False 2023-03-08 14:48:49 +0000 UTC 2023-03-08 14:48:49 +0000 UTC MinimumReplicasUnavailable Deployment does not have minimum availability.} +Mar 8 14:48:51.750: INFO: Observed Deployment test-deployment-kfbpz in namespace deployment-8213 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2023-03-08 14:48:49 +0000 UTC 2023-03-08 14:48:49 +0000 UTC ReplicaSetUpdated ReplicaSet "test-deployment-kfbpz-746bc768d9" is progressing.} +Mar 8 14:48:51.750: INFO: Observed &Deployment event: MODIFIED +Mar 8 14:48:51.750: INFO: Observed Deployment test-deployment-kfbpz in namespace deployment-8213 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available True 2023-03-08 14:48:50 +0000 UTC 2023-03-08 14:48:50 +0000 UTC MinimumReplicasAvailable Deployment has minimum availability.} +Mar 8 14:48:51.750: INFO: Observed Deployment test-deployment-kfbpz in namespace deployment-8213 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2023-03-08 14:48:50 +0000 UTC 2023-03-08 14:48:49 +0000 UTC NewReplicaSetAvailable ReplicaSet "test-deployment-kfbpz-746bc768d9" has successfully progressed.} +Mar 8 14:48:51.751: INFO: Observed &Deployment event: MODIFIED +Mar 8 14:48:51.751: INFO: Observed Deployment test-deployment-kfbpz in namespace deployment-8213 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available True 2023-03-08 14:48:50 +0000 UTC 2023-03-08 14:48:50 +0000 UTC MinimumReplicasAvailable Deployment has minimum availability.} +Mar 8 14:48:51.751: INFO: Observed Deployment test-deployment-kfbpz in namespace deployment-8213 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2023-03-08 14:48:50 +0000 UTC 2023-03-08 14:48:49 +0000 UTC NewReplicaSetAvailable ReplicaSet "test-deployment-kfbpz-746bc768d9" has successfully progressed.} +Mar 8 14:48:51.751: INFO: Found Deployment test-deployment-kfbpz in namespace deployment-8213 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} +Mar 8 14:48:51.751: INFO: Deployment test-deployment-kfbpz has an updated status +STEP: patching the Statefulset Status 03/08/23 14:48:51.751 +Mar 8 14:48:51.751: INFO: Patch payload: {"status":{"conditions":[{"type":"StatusPatched","status":"True"}]}} +Mar 8 14:48:51.757: 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 03/08/23 14:48:51.757 +Mar 8 14:48:51.759: INFO: Observed &Deployment event: ADDED +Mar 8 14:48:51.759: INFO: Observed deployment test-deployment-kfbpz in namespace deployment-8213 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2023-03-08 14:48:49 +0000 UTC 2023-03-08 14:48:49 +0000 UTC NewReplicaSetCreated Created new replica set "test-deployment-kfbpz-746bc768d9"} +Mar 8 14:48:51.759: INFO: Observed &Deployment event: MODIFIED +Mar 8 14:48:51.759: INFO: Observed deployment test-deployment-kfbpz in namespace deployment-8213 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2023-03-08 14:48:49 +0000 UTC 2023-03-08 14:48:49 +0000 UTC NewReplicaSetCreated Created new replica set "test-deployment-kfbpz-746bc768d9"} +Mar 8 14:48:51.759: INFO: Observed deployment test-deployment-kfbpz in namespace deployment-8213 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available False 2023-03-08 14:48:49 +0000 UTC 2023-03-08 14:48:49 +0000 UTC MinimumReplicasUnavailable Deployment does not have minimum availability.} +Mar 8 14:48:51.759: INFO: Observed &Deployment event: MODIFIED +Mar 8 14:48:51.759: INFO: Observed deployment test-deployment-kfbpz in namespace deployment-8213 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available False 2023-03-08 14:48:49 +0000 UTC 2023-03-08 14:48:49 +0000 UTC MinimumReplicasUnavailable Deployment does not have minimum availability.} +Mar 8 14:48:51.759: INFO: Observed deployment test-deployment-kfbpz in namespace deployment-8213 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2023-03-08 14:48:49 +0000 UTC 2023-03-08 14:48:49 +0000 UTC ReplicaSetUpdated ReplicaSet "test-deployment-kfbpz-746bc768d9" is progressing.} +Mar 8 14:48:51.759: INFO: Observed &Deployment event: MODIFIED +Mar 8 14:48:51.759: INFO: Observed deployment test-deployment-kfbpz in namespace deployment-8213 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available True 2023-03-08 14:48:50 +0000 UTC 2023-03-08 14:48:50 +0000 UTC MinimumReplicasAvailable Deployment has minimum availability.} +Mar 8 14:48:51.759: INFO: Observed deployment test-deployment-kfbpz in namespace deployment-8213 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2023-03-08 14:48:50 +0000 UTC 2023-03-08 14:48:49 +0000 UTC NewReplicaSetAvailable ReplicaSet "test-deployment-kfbpz-746bc768d9" has successfully progressed.} +Mar 8 14:48:51.759: INFO: Observed &Deployment event: MODIFIED +Mar 8 14:48:51.759: INFO: Observed deployment test-deployment-kfbpz in namespace deployment-8213 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available True 2023-03-08 14:48:50 +0000 UTC 2023-03-08 14:48:50 +0000 UTC MinimumReplicasAvailable Deployment has minimum availability.} +Mar 8 14:48:51.759: INFO: Observed deployment test-deployment-kfbpz in namespace deployment-8213 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2023-03-08 14:48:50 +0000 UTC 2023-03-08 14:48:49 +0000 UTC NewReplicaSetAvailable ReplicaSet "test-deployment-kfbpz-746bc768d9" has successfully progressed.} +Mar 8 14:48:51.760: INFO: Observed deployment test-deployment-kfbpz in namespace deployment-8213 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} +Mar 8 14:48:51.760: INFO: Observed &Deployment event: MODIFIED +Mar 8 14:48:51.760: INFO: Found deployment test-deployment-kfbpz in namespace deployment-8213 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 } +Mar 8 14:48:51.760: INFO: Deployment test-deployment-kfbpz has a patched status +[AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 +Mar 8 14:48:51.764: INFO: Deployment "test-deployment-kfbpz": +&Deployment{ObjectMeta:{test-deployment-kfbpz deployment-8213 37a5553e-4fdc-49f1-b12a-4dc5a0ac08d2 636973 1 2023-03-08 14:48:49 +0000 UTC map[e2e:testing name:httpd] map[deployment.kubernetes.io/revision:1] [] [] [{e2e.test Update apps/v1 2023-03-08 14:48:49 +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 2023-03-08 14:48:51 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"StatusPatched\"}":{".":{},"f:lastTransitionTime":{},"f:lastUpdateTime":{},"f:status":{},"f:type":{}}}}} status} {kube-controller-manager Update apps/v1 2023-03-08 14:48:51 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/revision":{}}},"f:status":{"f:availableReplicas":{},"f:conditions":{".":{},"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{e2e: testing,name: httpd,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[e2e:testing name:httpd] map[] [] [] []} {[] [] [{httpd ehub.ctcdn.cn/eck/sonobuoy/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 0xc002aab878 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,},DeploymentCondition{Type:Progressing,Status:True,Reason:FoundNewReplicaSet,Message:Found new replica set "test-deployment-kfbpz-746bc768d9",LastUpdateTime:2023-03-08 14:48:51 +0000 UTC,LastTransitionTime:2023-03-08 14:48:51 +0000 UTC,},},ReadyReplicas:1,CollisionCount:nil,},} + +Mar 8 14:48:51.767: INFO: New ReplicaSet "test-deployment-kfbpz-746bc768d9" of Deployment "test-deployment-kfbpz": +&ReplicaSet{ObjectMeta:{test-deployment-kfbpz-746bc768d9 deployment-8213 273577ed-b770-4dcb-b1e3-1b9c4bbc8f85 636964 1 2023-03-08 14:48:49 +0000 UTC map[e2e:testing name:httpd pod-template-hash:746bc768d9] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:2 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment test-deployment-kfbpz 37a5553e-4fdc-49f1-b12a-4dc5a0ac08d2 0xc002aabc60 0xc002aabc61}] [] [{kube-controller-manager Update apps/v1 2023-03-08 14:48:49 +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\":\"37a5553e-4fdc-49f1-b12a-4dc5a0ac08d2\"}":{}}},"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":{}}}}} } {kube-controller-manager Update apps/v1 2023-03-08 14:48:50 +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: 746bc768d9,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[e2e:testing name:httpd pod-template-hash:746bc768d9] map[] [] [] []} {[] [] [{httpd ehub.ctcdn.cn/eck/sonobuoy/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 0xc002aabd08 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{},},} +Mar 8 14:48:51.770: INFO: Pod "test-deployment-kfbpz-746bc768d9-2lnbb" is available: +&Pod{ObjectMeta:{test-deployment-kfbpz-746bc768d9-2lnbb test-deployment-kfbpz-746bc768d9- deployment-8213 6c57c900-4e44-486d-8bd1-f9ebda59ee5a 636963 0 2023-03-08 14:48:49 +0000 UTC map[e2e:testing name:httpd pod-template-hash:746bc768d9] map[] [{apps/v1 ReplicaSet test-deployment-kfbpz-746bc768d9 273577ed-b770-4dcb-b1e3-1b9c4bbc8f85 0xc000908520 0xc000908521}] [] [{kube-controller-manager Update v1 2023-03-08 14:48:49 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:e2e":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"273577ed-b770-4dcb-b1e3-1b9c4bbc8f85\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-03-08 14:48:50 +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\":\"172.16.0.224\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-dc524,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:ehub.ctcdn.cn/eck/sonobuoy/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-dc524,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:worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*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:2023-03-08 14:48:49 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 14:48:50 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 14:48:50 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 14:48:49 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.0.0.18,PodIP:172.16.0.224,StartTime:2023-03-08 14:48:49 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-03-08 14:48:50 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2,ImageID:ehub.ctcdn.cn/eck/sonobuoy/httpd@sha256:758aa7ccf1af0569310f77155e9408e51191291b60d3a49bfee31efc07105019,ContainerID:containerd://9da2f5384d8a224f9130c380e59b6800fe572c3fc4b07670c7e0ecd9a58fcae3,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.16.0.224,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +[AfterEach] [sig-apps] Deployment + test/e2e/framework/framework.go:187 +Mar 8 14:48:51.770: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "deployment-8213" for this suite. 03/08/23 14:48:51.775 +{"msg":"PASSED [sig-apps] Deployment should validate Deployment Status endpoints [Conformance]","completed":109,"skipped":2247,"failed":0} +------------------------------ +• [2.096 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 03/08/23 14:48:49.684 + Mar 8 14:48:49.684: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename deployment 03/08/23 14:48:49.685 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:48:49.699 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:48:49.702 + [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 03/08/23 14:48:49.708 + Mar 8 14:48:49.708: INFO: Creating simple deployment test-deployment-kfbpz + Mar 8 14:48:49.725: INFO: deployment "test-deployment-kfbpz" doesn't have the required revision set + STEP: Getting /status 03/08/23 14:48:51.737 + Mar 8 14:48:51.740: INFO: Deployment test-deployment-kfbpz has Conditions: [{Available True 2023-03-08 14:48:50 +0000 UTC 2023-03-08 14:48:50 +0000 UTC MinimumReplicasAvailable Deployment has minimum availability.} {Progressing True 2023-03-08 14:48:50 +0000 UTC 2023-03-08 14:48:49 +0000 UTC NewReplicaSetAvailable ReplicaSet "test-deployment-kfbpz-746bc768d9" has successfully progressed.}] + STEP: updating Deployment Status 03/08/23 14:48:51.74 + Mar 8 14:48:51.748: INFO: updatedStatus.Conditions: []v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 14, 48, 50, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 48, 50, 0, time.Local), Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 14, 48, 50, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 48, 49, 0, time.Local), Reason:"NewReplicaSetAvailable", Message:"ReplicaSet \"test-deployment-kfbpz-746bc768d9\" 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 03/08/23 14:48:51.748 + Mar 8 14:48:51.750: INFO: Observed &Deployment event: ADDED + Mar 8 14:48:51.750: INFO: Observed Deployment test-deployment-kfbpz in namespace deployment-8213 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2023-03-08 14:48:49 +0000 UTC 2023-03-08 14:48:49 +0000 UTC NewReplicaSetCreated Created new replica set "test-deployment-kfbpz-746bc768d9"} + Mar 8 14:48:51.750: INFO: Observed &Deployment event: MODIFIED + Mar 8 14:48:51.750: INFO: Observed Deployment test-deployment-kfbpz in namespace deployment-8213 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2023-03-08 14:48:49 +0000 UTC 2023-03-08 14:48:49 +0000 UTC NewReplicaSetCreated Created new replica set "test-deployment-kfbpz-746bc768d9"} + Mar 8 14:48:51.750: INFO: Observed Deployment test-deployment-kfbpz in namespace deployment-8213 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available False 2023-03-08 14:48:49 +0000 UTC 2023-03-08 14:48:49 +0000 UTC MinimumReplicasUnavailable Deployment does not have minimum availability.} + Mar 8 14:48:51.750: INFO: Observed &Deployment event: MODIFIED + Mar 8 14:48:51.750: INFO: Observed Deployment test-deployment-kfbpz in namespace deployment-8213 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available False 2023-03-08 14:48:49 +0000 UTC 2023-03-08 14:48:49 +0000 UTC MinimumReplicasUnavailable Deployment does not have minimum availability.} + Mar 8 14:48:51.750: INFO: Observed Deployment test-deployment-kfbpz in namespace deployment-8213 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2023-03-08 14:48:49 +0000 UTC 2023-03-08 14:48:49 +0000 UTC ReplicaSetUpdated ReplicaSet "test-deployment-kfbpz-746bc768d9" is progressing.} + Mar 8 14:48:51.750: INFO: Observed &Deployment event: MODIFIED + Mar 8 14:48:51.750: INFO: Observed Deployment test-deployment-kfbpz in namespace deployment-8213 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available True 2023-03-08 14:48:50 +0000 UTC 2023-03-08 14:48:50 +0000 UTC MinimumReplicasAvailable Deployment has minimum availability.} + Mar 8 14:48:51.750: INFO: Observed Deployment test-deployment-kfbpz in namespace deployment-8213 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2023-03-08 14:48:50 +0000 UTC 2023-03-08 14:48:49 +0000 UTC NewReplicaSetAvailable ReplicaSet "test-deployment-kfbpz-746bc768d9" has successfully progressed.} + Mar 8 14:48:51.751: INFO: Observed &Deployment event: MODIFIED + Mar 8 14:48:51.751: INFO: Observed Deployment test-deployment-kfbpz in namespace deployment-8213 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available True 2023-03-08 14:48:50 +0000 UTC 2023-03-08 14:48:50 +0000 UTC MinimumReplicasAvailable Deployment has minimum availability.} + Mar 8 14:48:51.751: INFO: Observed Deployment test-deployment-kfbpz in namespace deployment-8213 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2023-03-08 14:48:50 +0000 UTC 2023-03-08 14:48:49 +0000 UTC NewReplicaSetAvailable ReplicaSet "test-deployment-kfbpz-746bc768d9" has successfully progressed.} + Mar 8 14:48:51.751: INFO: Found Deployment test-deployment-kfbpz in namespace deployment-8213 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} + Mar 8 14:48:51.751: INFO: Deployment test-deployment-kfbpz has an updated status + STEP: patching the Statefulset Status 03/08/23 14:48:51.751 + Mar 8 14:48:51.751: INFO: Patch payload: {"status":{"conditions":[{"type":"StatusPatched","status":"True"}]}} + Mar 8 14:48:51.757: 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 03/08/23 14:48:51.757 + Mar 8 14:48:51.759: INFO: Observed &Deployment event: ADDED + Mar 8 14:48:51.759: INFO: Observed deployment test-deployment-kfbpz in namespace deployment-8213 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2023-03-08 14:48:49 +0000 UTC 2023-03-08 14:48:49 +0000 UTC NewReplicaSetCreated Created new replica set "test-deployment-kfbpz-746bc768d9"} + Mar 8 14:48:51.759: INFO: Observed &Deployment event: MODIFIED + Mar 8 14:48:51.759: INFO: Observed deployment test-deployment-kfbpz in namespace deployment-8213 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2023-03-08 14:48:49 +0000 UTC 2023-03-08 14:48:49 +0000 UTC NewReplicaSetCreated Created new replica set "test-deployment-kfbpz-746bc768d9"} + Mar 8 14:48:51.759: INFO: Observed deployment test-deployment-kfbpz in namespace deployment-8213 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available False 2023-03-08 14:48:49 +0000 UTC 2023-03-08 14:48:49 +0000 UTC MinimumReplicasUnavailable Deployment does not have minimum availability.} + Mar 8 14:48:51.759: INFO: Observed &Deployment event: MODIFIED + Mar 8 14:48:51.759: INFO: Observed deployment test-deployment-kfbpz in namespace deployment-8213 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available False 2023-03-08 14:48:49 +0000 UTC 2023-03-08 14:48:49 +0000 UTC MinimumReplicasUnavailable Deployment does not have minimum availability.} + Mar 8 14:48:51.759: INFO: Observed deployment test-deployment-kfbpz in namespace deployment-8213 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2023-03-08 14:48:49 +0000 UTC 2023-03-08 14:48:49 +0000 UTC ReplicaSetUpdated ReplicaSet "test-deployment-kfbpz-746bc768d9" is progressing.} + Mar 8 14:48:51.759: INFO: Observed &Deployment event: MODIFIED + Mar 8 14:48:51.759: INFO: Observed deployment test-deployment-kfbpz in namespace deployment-8213 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available True 2023-03-08 14:48:50 +0000 UTC 2023-03-08 14:48:50 +0000 UTC MinimumReplicasAvailable Deployment has minimum availability.} + Mar 8 14:48:51.759: INFO: Observed deployment test-deployment-kfbpz in namespace deployment-8213 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2023-03-08 14:48:50 +0000 UTC 2023-03-08 14:48:49 +0000 UTC NewReplicaSetAvailable ReplicaSet "test-deployment-kfbpz-746bc768d9" has successfully progressed.} + Mar 8 14:48:51.759: INFO: Observed &Deployment event: MODIFIED + Mar 8 14:48:51.759: INFO: Observed deployment test-deployment-kfbpz in namespace deployment-8213 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available True 2023-03-08 14:48:50 +0000 UTC 2023-03-08 14:48:50 +0000 UTC MinimumReplicasAvailable Deployment has minimum availability.} + Mar 8 14:48:51.759: INFO: Observed deployment test-deployment-kfbpz in namespace deployment-8213 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2023-03-08 14:48:50 +0000 UTC 2023-03-08 14:48:49 +0000 UTC NewReplicaSetAvailable ReplicaSet "test-deployment-kfbpz-746bc768d9" has successfully progressed.} + Mar 8 14:48:51.760: INFO: Observed deployment test-deployment-kfbpz in namespace deployment-8213 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} + Mar 8 14:48:51.760: INFO: Observed &Deployment event: MODIFIED + Mar 8 14:48:51.760: INFO: Found deployment test-deployment-kfbpz in namespace deployment-8213 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 } + Mar 8 14:48:51.760: INFO: Deployment test-deployment-kfbpz has a patched status + [AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 + Mar 8 14:48:51.764: INFO: Deployment "test-deployment-kfbpz": + &Deployment{ObjectMeta:{test-deployment-kfbpz deployment-8213 37a5553e-4fdc-49f1-b12a-4dc5a0ac08d2 636973 1 2023-03-08 14:48:49 +0000 UTC map[e2e:testing name:httpd] map[deployment.kubernetes.io/revision:1] [] [] [{e2e.test Update apps/v1 2023-03-08 14:48:49 +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 2023-03-08 14:48:51 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"StatusPatched\"}":{".":{},"f:lastTransitionTime":{},"f:lastUpdateTime":{},"f:status":{},"f:type":{}}}}} status} {kube-controller-manager Update apps/v1 2023-03-08 14:48:51 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/revision":{}}},"f:status":{"f:availableReplicas":{},"f:conditions":{".":{},"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{e2e: testing,name: httpd,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[e2e:testing name:httpd] map[] [] [] []} {[] [] [{httpd ehub.ctcdn.cn/eck/sonobuoy/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 0xc002aab878 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,},DeploymentCondition{Type:Progressing,Status:True,Reason:FoundNewReplicaSet,Message:Found new replica set "test-deployment-kfbpz-746bc768d9",LastUpdateTime:2023-03-08 14:48:51 +0000 UTC,LastTransitionTime:2023-03-08 14:48:51 +0000 UTC,},},ReadyReplicas:1,CollisionCount:nil,},} + + Mar 8 14:48:51.767: INFO: New ReplicaSet "test-deployment-kfbpz-746bc768d9" of Deployment "test-deployment-kfbpz": + &ReplicaSet{ObjectMeta:{test-deployment-kfbpz-746bc768d9 deployment-8213 273577ed-b770-4dcb-b1e3-1b9c4bbc8f85 636964 1 2023-03-08 14:48:49 +0000 UTC map[e2e:testing name:httpd pod-template-hash:746bc768d9] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:2 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment test-deployment-kfbpz 37a5553e-4fdc-49f1-b12a-4dc5a0ac08d2 0xc002aabc60 0xc002aabc61}] [] [{kube-controller-manager Update apps/v1 2023-03-08 14:48:49 +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\":\"37a5553e-4fdc-49f1-b12a-4dc5a0ac08d2\"}":{}}},"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":{}}}}} } {kube-controller-manager Update apps/v1 2023-03-08 14:48:50 +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: 746bc768d9,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[e2e:testing name:httpd pod-template-hash:746bc768d9] map[] [] [] []} {[] [] [{httpd ehub.ctcdn.cn/eck/sonobuoy/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 0xc002aabd08 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{},},} + Mar 8 14:48:51.770: INFO: Pod "test-deployment-kfbpz-746bc768d9-2lnbb" is available: + &Pod{ObjectMeta:{test-deployment-kfbpz-746bc768d9-2lnbb test-deployment-kfbpz-746bc768d9- deployment-8213 6c57c900-4e44-486d-8bd1-f9ebda59ee5a 636963 0 2023-03-08 14:48:49 +0000 UTC map[e2e:testing name:httpd pod-template-hash:746bc768d9] map[] [{apps/v1 ReplicaSet test-deployment-kfbpz-746bc768d9 273577ed-b770-4dcb-b1e3-1b9c4bbc8f85 0xc000908520 0xc000908521}] [] [{kube-controller-manager Update v1 2023-03-08 14:48:49 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:e2e":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"273577ed-b770-4dcb-b1e3-1b9c4bbc8f85\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-03-08 14:48:50 +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\":\"172.16.0.224\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-dc524,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:ehub.ctcdn.cn/eck/sonobuoy/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-dc524,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:worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*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:2023-03-08 14:48:49 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 14:48:50 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 14:48:50 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 14:48:49 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.0.0.18,PodIP:172.16.0.224,StartTime:2023-03-08 14:48:49 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-03-08 14:48:50 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2,ImageID:ehub.ctcdn.cn/eck/sonobuoy/httpd@sha256:758aa7ccf1af0569310f77155e9408e51191291b60d3a49bfee31efc07105019,ContainerID:containerd://9da2f5384d8a224f9130c380e59b6800fe572c3fc4b07670c7e0ecd9a58fcae3,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.16.0.224,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + [AfterEach] [sig-apps] Deployment + test/e2e/framework/framework.go:187 + Mar 8 14:48:51.770: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "deployment-8213" for this suite. 03/08/23 14:48:51.775 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:48:51.781 +Mar 8 14:48:51.781: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename projected 03/08/23 14:48:51.782 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:48:51.796 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:48:51.798 +[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 03/08/23 14:48:51.801 +Mar 8 14:48:51.808: INFO: Waiting up to 5m0s for pod "annotationupdate9381f37a-db74-411a-a4a6-5e13849df68c" in namespace "projected-4566" to be "running and ready" +Mar 8 14:48:51.811: INFO: Pod "annotationupdate9381f37a-db74-411a-a4a6-5e13849df68c": Phase="Pending", Reason="", readiness=false. Elapsed: 2.692141ms +Mar 8 14:48:51.811: INFO: The phase of Pod annotationupdate9381f37a-db74-411a-a4a6-5e13849df68c is Pending, waiting for it to be Running (with Ready = true) +Mar 8 14:48:53.815: INFO: Pod "annotationupdate9381f37a-db74-411a-a4a6-5e13849df68c": Phase="Running", Reason="", readiness=true. Elapsed: 2.007412379s +Mar 8 14:48:53.816: INFO: The phase of Pod annotationupdate9381f37a-db74-411a-a4a6-5e13849df68c is Running (Ready = true) +Mar 8 14:48:53.816: INFO: Pod "annotationupdate9381f37a-db74-411a-a4a6-5e13849df68c" satisfied condition "running and ready" +Mar 8 14:48:54.337: INFO: Successfully updated pod "annotationupdate9381f37a-db74-411a-a4a6-5e13849df68c" +[AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 +Mar 8 14:48:58.357: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-4566" for this suite. 03/08/23 14:48:58.362 +{"msg":"PASSED [sig-storage] Projected downwardAPI should update annotations on modification [NodeConformance] [Conformance]","completed":110,"skipped":2273,"failed":0} +------------------------------ +• [SLOW TEST] [6.589 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 03/08/23 14:48:51.781 + Mar 8 14:48:51.781: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename projected 03/08/23 14:48:51.782 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:48:51.796 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:48:51.798 + [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 03/08/23 14:48:51.801 + Mar 8 14:48:51.808: INFO: Waiting up to 5m0s for pod "annotationupdate9381f37a-db74-411a-a4a6-5e13849df68c" in namespace "projected-4566" to be "running and ready" + Mar 8 14:48:51.811: INFO: Pod "annotationupdate9381f37a-db74-411a-a4a6-5e13849df68c": Phase="Pending", Reason="", readiness=false. Elapsed: 2.692141ms + Mar 8 14:48:51.811: INFO: The phase of Pod annotationupdate9381f37a-db74-411a-a4a6-5e13849df68c is Pending, waiting for it to be Running (with Ready = true) + Mar 8 14:48:53.815: INFO: Pod "annotationupdate9381f37a-db74-411a-a4a6-5e13849df68c": Phase="Running", Reason="", readiness=true. Elapsed: 2.007412379s + Mar 8 14:48:53.816: INFO: The phase of Pod annotationupdate9381f37a-db74-411a-a4a6-5e13849df68c is Running (Ready = true) + Mar 8 14:48:53.816: INFO: Pod "annotationupdate9381f37a-db74-411a-a4a6-5e13849df68c" satisfied condition "running and ready" + Mar 8 14:48:54.337: INFO: Successfully updated pod "annotationupdate9381f37a-db74-411a-a4a6-5e13849df68c" + [AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 + Mar 8 14:48:58.357: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-4566" for this suite. 03/08/23 14:48:58.362 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:48:58.371 +Mar 8 14:48:58.371: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename emptydir 03/08/23 14:48:58.372 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:48:58.385 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:48:58.388 +[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 03/08/23 14:48:58.391 +Mar 8 14:48:58.397: INFO: Waiting up to 5m0s for pod "pod-bf1a4d57-0e61-4890-a0a6-5ac54d7ca933" in namespace "emptydir-6306" to be "Succeeded or Failed" +Mar 8 14:48:58.400: INFO: Pod "pod-bf1a4d57-0e61-4890-a0a6-5ac54d7ca933": Phase="Pending", Reason="", readiness=false. Elapsed: 2.365964ms +Mar 8 14:49:00.404: INFO: Pod "pod-bf1a4d57-0e61-4890-a0a6-5ac54d7ca933": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007041356s +Mar 8 14:49:02.404: INFO: Pod "pod-bf1a4d57-0e61-4890-a0a6-5ac54d7ca933": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006886627s +STEP: Saw pod success 03/08/23 14:49:02.404 +Mar 8 14:49:02.404: INFO: Pod "pod-bf1a4d57-0e61-4890-a0a6-5ac54d7ca933" satisfied condition "Succeeded or Failed" +Mar 8 14:49:02.407: INFO: Trying to get logs from node worker2 pod pod-bf1a4d57-0e61-4890-a0a6-5ac54d7ca933 container test-container: +STEP: delete the pod 03/08/23 14:49:02.412 +Mar 8 14:49:02.422: INFO: Waiting for pod pod-bf1a4d57-0e61-4890-a0a6-5ac54d7ca933 to disappear +Mar 8 14:49:02.424: INFO: Pod pod-bf1a4d57-0e61-4890-a0a6-5ac54d7ca933 no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 +Mar 8 14:49:02.424: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "emptydir-6306" for this suite. 03/08/23 14:49:02.428 +{"msg":"PASSED [sig-storage] EmptyDir volumes should support (non-root,0666,default) [LinuxOnly] [NodeConformance] [Conformance]","completed":111,"skipped":2306,"failed":0} +------------------------------ +• [4.061 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 03/08/23 14:48:58.371 + Mar 8 14:48:58.371: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename emptydir 03/08/23 14:48:58.372 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:48:58.385 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:48:58.388 + [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 03/08/23 14:48:58.391 + Mar 8 14:48:58.397: INFO: Waiting up to 5m0s for pod "pod-bf1a4d57-0e61-4890-a0a6-5ac54d7ca933" in namespace "emptydir-6306" to be "Succeeded or Failed" + Mar 8 14:48:58.400: INFO: Pod "pod-bf1a4d57-0e61-4890-a0a6-5ac54d7ca933": Phase="Pending", Reason="", readiness=false. Elapsed: 2.365964ms + Mar 8 14:49:00.404: INFO: Pod "pod-bf1a4d57-0e61-4890-a0a6-5ac54d7ca933": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007041356s + Mar 8 14:49:02.404: INFO: Pod "pod-bf1a4d57-0e61-4890-a0a6-5ac54d7ca933": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006886627s + STEP: Saw pod success 03/08/23 14:49:02.404 + Mar 8 14:49:02.404: INFO: Pod "pod-bf1a4d57-0e61-4890-a0a6-5ac54d7ca933" satisfied condition "Succeeded or Failed" + Mar 8 14:49:02.407: INFO: Trying to get logs from node worker2 pod pod-bf1a4d57-0e61-4890-a0a6-5ac54d7ca933 container test-container: + STEP: delete the pod 03/08/23 14:49:02.412 + Mar 8 14:49:02.422: INFO: Waiting for pod pod-bf1a4d57-0e61-4890-a0a6-5ac54d7ca933 to disappear + Mar 8 14:49:02.424: INFO: Pod pod-bf1a4d57-0e61-4890-a0a6-5ac54d7ca933 no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 + Mar 8 14:49:02.424: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "emptydir-6306" for this suite. 03/08/23 14:49:02.428 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:49:02.433 +Mar 8 14:49:02.433: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename svcaccounts 03/08/23 14:49:02.434 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:49:02.448 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:49:02.451 +[It] should mount an API token into pods [Conformance] + test/e2e/auth/service_accounts.go:75 +Mar 8 14:49:02.463: INFO: Waiting up to 5m0s for pod "pod-service-account-51f82458-18f1-426b-abf3-70d221ad8f05" in namespace "svcaccounts-1911" to be "running" +Mar 8 14:49:02.465: INFO: Pod "pod-service-account-51f82458-18f1-426b-abf3-70d221ad8f05": Phase="Pending", Reason="", readiness=false. Elapsed: 2.393936ms +Mar 8 14:49:04.470: INFO: Pod "pod-service-account-51f82458-18f1-426b-abf3-70d221ad8f05": Phase="Running", Reason="", readiness=true. Elapsed: 2.00753258s +Mar 8 14:49:04.470: INFO: Pod "pod-service-account-51f82458-18f1-426b-abf3-70d221ad8f05" satisfied condition "running" +STEP: reading a file in the container 03/08/23 14:49:04.47 +Mar 8 14:49:04.470: INFO: Running '/usr/local/bin/kubectl exec --namespace=svcaccounts-1911 pod-service-account-51f82458-18f1-426b-abf3-70d221ad8f05 -c=test -- cat /var/run/secrets/kubernetes.io/serviceaccount/token' +STEP: reading a file in the container 03/08/23 14:49:04.59 +Mar 8 14:49:04.590: INFO: Running '/usr/local/bin/kubectl exec --namespace=svcaccounts-1911 pod-service-account-51f82458-18f1-426b-abf3-70d221ad8f05 -c=test -- cat /var/run/secrets/kubernetes.io/serviceaccount/ca.crt' +STEP: reading a file in the container 03/08/23 14:49:04.71 +Mar 8 14:49:04.711: INFO: Running '/usr/local/bin/kubectl exec --namespace=svcaccounts-1911 pod-service-account-51f82458-18f1-426b-abf3-70d221ad8f05 -c=test -- cat /var/run/secrets/kubernetes.io/serviceaccount/namespace' +Mar 8 14:49:04.832: INFO: Got root ca configmap in namespace "svcaccounts-1911" +[AfterEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:187 +Mar 8 14:49:04.834: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "svcaccounts-1911" for this suite. 03/08/23 14:49:04.838 +{"msg":"PASSED [sig-auth] ServiceAccounts should mount an API token into pods [Conformance]","completed":112,"skipped":2333,"failed":0} +------------------------------ +• [2.411 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 03/08/23 14:49:02.433 + Mar 8 14:49:02.433: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename svcaccounts 03/08/23 14:49:02.434 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:49:02.448 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:49:02.451 + [It] should mount an API token into pods [Conformance] + test/e2e/auth/service_accounts.go:75 + Mar 8 14:49:02.463: INFO: Waiting up to 5m0s for pod "pod-service-account-51f82458-18f1-426b-abf3-70d221ad8f05" in namespace "svcaccounts-1911" to be "running" + Mar 8 14:49:02.465: INFO: Pod "pod-service-account-51f82458-18f1-426b-abf3-70d221ad8f05": Phase="Pending", Reason="", readiness=false. Elapsed: 2.393936ms + Mar 8 14:49:04.470: INFO: Pod "pod-service-account-51f82458-18f1-426b-abf3-70d221ad8f05": Phase="Running", Reason="", readiness=true. Elapsed: 2.00753258s + Mar 8 14:49:04.470: INFO: Pod "pod-service-account-51f82458-18f1-426b-abf3-70d221ad8f05" satisfied condition "running" + STEP: reading a file in the container 03/08/23 14:49:04.47 + Mar 8 14:49:04.470: INFO: Running '/usr/local/bin/kubectl exec --namespace=svcaccounts-1911 pod-service-account-51f82458-18f1-426b-abf3-70d221ad8f05 -c=test -- cat /var/run/secrets/kubernetes.io/serviceaccount/token' + STEP: reading a file in the container 03/08/23 14:49:04.59 + Mar 8 14:49:04.590: INFO: Running '/usr/local/bin/kubectl exec --namespace=svcaccounts-1911 pod-service-account-51f82458-18f1-426b-abf3-70d221ad8f05 -c=test -- cat /var/run/secrets/kubernetes.io/serviceaccount/ca.crt' + STEP: reading a file in the container 03/08/23 14:49:04.71 + Mar 8 14:49:04.711: INFO: Running '/usr/local/bin/kubectl exec --namespace=svcaccounts-1911 pod-service-account-51f82458-18f1-426b-abf3-70d221ad8f05 -c=test -- cat /var/run/secrets/kubernetes.io/serviceaccount/namespace' + Mar 8 14:49:04.832: INFO: Got root ca configmap in namespace "svcaccounts-1911" + [AfterEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:187 + Mar 8 14:49:04.834: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "svcaccounts-1911" for this suite. 03/08/23 14:49:04.838 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:49:04.848 +Mar 8 14:49:04.848: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename webhook 03/08/23 14:49:04.855 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:49:04.87 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:49:04.873 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 +STEP: Setting up server cert 03/08/23 14:49:04.885 +STEP: Create role binding to let webhook read extension-apiserver-authentication 03/08/23 14:49:05.567 +STEP: Deploying the webhook pod 03/08/23 14:49:05.577 +STEP: Wait for the deployment to be ready 03/08/23 14:49:05.587 +Mar 8 14:49:05.595: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set +Mar 8 14:49:07.606: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.March, 8, 14, 49, 5, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 49, 5, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 14, 49, 5, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 49, 5, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 14:49:09.610: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.March, 8, 14, 49, 5, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 49, 5, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 14, 49, 5, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 49, 5, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 14:49:11.611: 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(2023, time.March, 8, 14, 49, 5, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 49, 5, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 14, 49, 5, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 49, 5, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 14:49:13.612: 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(2023, time.March, 8, 14, 49, 5, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 49, 5, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 14, 49, 5, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 49, 5, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 14:49:15.610: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.March, 8, 14, 49, 5, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 49, 5, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 14, 49, 5, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 49, 5, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 14:49:17.610: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.March, 8, 14, 49, 5, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 49, 5, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 14, 49, 5, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 49, 5, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} +STEP: Deploying the webhook service 03/08/23 14:49:19.61 +STEP: Verifying the service has paired with the endpoint 03/08/23 14:49:19.622 +Mar 8 14:49:20.622: 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 +Mar 8 14:49:20.626: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Registering the mutating webhook for custom resource e2e-test-webhook-83-crds.webhook.example.com via the AdmissionRegistration API 03/08/23 14:49:21.244 +STEP: Creating a custom resource that should be mutated by the webhook 03/08/23 14:49:21.26 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Mar 8 14:49:23.859: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "webhook-9403" for this suite. 03/08/23 14:49:23.864 +STEP: Destroying namespace "webhook-9403-markers" for this suite. 03/08/23 14:49:23.87 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 +{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate custom resource with pruning [Conformance]","completed":113,"skipped":2382,"failed":0} +------------------------------ +• [SLOW TEST] [19.068 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 03/08/23 14:49:04.848 + Mar 8 14:49:04.848: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename webhook 03/08/23 14:49:04.855 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:49:04.87 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:49:04.873 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 + STEP: Setting up server cert 03/08/23 14:49:04.885 + STEP: Create role binding to let webhook read extension-apiserver-authentication 03/08/23 14:49:05.567 + STEP: Deploying the webhook pod 03/08/23 14:49:05.577 + STEP: Wait for the deployment to be ready 03/08/23 14:49:05.587 + Mar 8 14:49:05.595: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set + Mar 8 14:49:07.606: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.March, 8, 14, 49, 5, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 49, 5, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 14, 49, 5, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 49, 5, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 14:49:09.610: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.March, 8, 14, 49, 5, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 49, 5, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 14, 49, 5, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 49, 5, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 14:49:11.611: 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(2023, time.March, 8, 14, 49, 5, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 49, 5, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 14, 49, 5, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 49, 5, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 14:49:13.612: 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(2023, time.March, 8, 14, 49, 5, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 49, 5, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 14, 49, 5, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 49, 5, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 14:49:15.610: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.March, 8, 14, 49, 5, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 49, 5, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 14, 49, 5, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 49, 5, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 14:49:17.610: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.March, 8, 14, 49, 5, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 49, 5, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 14, 49, 5, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 14, 49, 5, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} + STEP: Deploying the webhook service 03/08/23 14:49:19.61 + STEP: Verifying the service has paired with the endpoint 03/08/23 14:49:19.622 + Mar 8 14:49:20.622: 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 + Mar 8 14:49:20.626: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Registering the mutating webhook for custom resource e2e-test-webhook-83-crds.webhook.example.com via the AdmissionRegistration API 03/08/23 14:49:21.244 + STEP: Creating a custom resource that should be mutated by the webhook 03/08/23 14:49:21.26 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Mar 8 14:49:23.859: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "webhook-9403" for this suite. 03/08/23 14:49:23.864 + STEP: Destroying namespace "webhook-9403-markers" for this suite. 03/08/23 14:49:23.87 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:49:23.917 +Mar 8 14:49:23.917: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename secrets 03/08/23 14:49:23.917 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:49:23.938 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:49:23.941 +[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-9c8f5a18-da13-4d4f-95c3-fb772a7c6e48 03/08/23 14:49:23.945 +[AfterEach] [sig-node] Secrets + test/e2e/framework/framework.go:187 +Mar 8 14:49:23.947: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "secrets-3097" for this suite. 03/08/23 14:49:23.951 +{"msg":"PASSED [sig-node] Secrets should fail to create secret due to empty secret key [Conformance]","completed":114,"skipped":2407,"failed":0} +------------------------------ +• [0.040 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 03/08/23 14:49:23.917 + Mar 8 14:49:23.917: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename secrets 03/08/23 14:49:23.917 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:49:23.938 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:49:23.941 + [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-9c8f5a18-da13-4d4f-95c3-fb772a7c6e48 03/08/23 14:49:23.945 + [AfterEach] [sig-node] Secrets + test/e2e/framework/framework.go:187 + Mar 8 14:49:23.947: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "secrets-3097" for this suite. 03/08/23 14:49:23.951 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:49:23.957 +Mar 8 14:49:23.957: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename secrets 03/08/23 14:49:23.958 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:49:23.974 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:49:23.977 +[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-2aed868d-a1b9-4e75-814a-f5139dc7ec33 03/08/23 14:49:23.979 +STEP: Creating a pod to test consume secrets 03/08/23 14:49:23.984 +Mar 8 14:49:23.991: INFO: Waiting up to 5m0s for pod "pod-secrets-c4629903-8748-4381-ba25-9edc750f91be" in namespace "secrets-5339" to be "Succeeded or Failed" +Mar 8 14:49:23.995: INFO: Pod "pod-secrets-c4629903-8748-4381-ba25-9edc750f91be": Phase="Pending", Reason="", readiness=false. Elapsed: 3.968469ms +Mar 8 14:49:25.999: INFO: Pod "pod-secrets-c4629903-8748-4381-ba25-9edc750f91be": Phase="Running", Reason="", readiness=false. Elapsed: 2.008460824s +Mar 8 14:49:27.998: INFO: Pod "pod-secrets-c4629903-8748-4381-ba25-9edc750f91be": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007625645s +STEP: Saw pod success 03/08/23 14:49:27.998 +Mar 8 14:49:27.998: INFO: Pod "pod-secrets-c4629903-8748-4381-ba25-9edc750f91be" satisfied condition "Succeeded or Failed" +Mar 8 14:49:28.001: INFO: Trying to get logs from node worker2 pod pod-secrets-c4629903-8748-4381-ba25-9edc750f91be container secret-volume-test: +STEP: delete the pod 03/08/23 14:49:28.006 +Mar 8 14:49:28.013: INFO: Waiting for pod pod-secrets-c4629903-8748-4381-ba25-9edc750f91be to disappear +Mar 8 14:49:28.016: INFO: Pod pod-secrets-c4629903-8748-4381-ba25-9edc750f91be no longer exists +[AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 +Mar 8 14:49:28.016: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "secrets-5339" for this suite. 03/08/23 14:49:28.019 +{"msg":"PASSED [sig-storage] Secrets should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance]","completed":115,"skipped":2429,"failed":0} +------------------------------ +• [4.067 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 03/08/23 14:49:23.957 + Mar 8 14:49:23.957: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename secrets 03/08/23 14:49:23.958 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:49:23.974 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:49:23.977 + [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-2aed868d-a1b9-4e75-814a-f5139dc7ec33 03/08/23 14:49:23.979 + STEP: Creating a pod to test consume secrets 03/08/23 14:49:23.984 + Mar 8 14:49:23.991: INFO: Waiting up to 5m0s for pod "pod-secrets-c4629903-8748-4381-ba25-9edc750f91be" in namespace "secrets-5339" to be "Succeeded or Failed" + Mar 8 14:49:23.995: INFO: Pod "pod-secrets-c4629903-8748-4381-ba25-9edc750f91be": Phase="Pending", Reason="", readiness=false. Elapsed: 3.968469ms + Mar 8 14:49:25.999: INFO: Pod "pod-secrets-c4629903-8748-4381-ba25-9edc750f91be": Phase="Running", Reason="", readiness=false. Elapsed: 2.008460824s + Mar 8 14:49:27.998: INFO: Pod "pod-secrets-c4629903-8748-4381-ba25-9edc750f91be": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007625645s + STEP: Saw pod success 03/08/23 14:49:27.998 + Mar 8 14:49:27.998: INFO: Pod "pod-secrets-c4629903-8748-4381-ba25-9edc750f91be" satisfied condition "Succeeded or Failed" + Mar 8 14:49:28.001: INFO: Trying to get logs from node worker2 pod pod-secrets-c4629903-8748-4381-ba25-9edc750f91be container secret-volume-test: + STEP: delete the pod 03/08/23 14:49:28.006 + Mar 8 14:49:28.013: INFO: Waiting for pod pod-secrets-c4629903-8748-4381-ba25-9edc750f91be to disappear + Mar 8 14:49:28.016: INFO: Pod pod-secrets-c4629903-8748-4381-ba25-9edc750f91be no longer exists + [AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 + Mar 8 14:49:28.016: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "secrets-5339" for this suite. 03/08/23 14:49:28.019 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSS +------------------------------ +[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 03/08/23 14:49:28.024 +Mar 8 14:49:28.024: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename containers 03/08/23 14:49:28.025 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:49:28.038 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:49:28.041 +[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 03/08/23 14:49:28.044 +Mar 8 14:49:28.050: INFO: Waiting up to 5m0s for pod "client-containers-5f33c7e0-2c21-4a57-a152-21903853398a" in namespace "containers-9314" to be "Succeeded or Failed" +Mar 8 14:49:28.052: INFO: Pod "client-containers-5f33c7e0-2c21-4a57-a152-21903853398a": Phase="Pending", Reason="", readiness=false. Elapsed: 2.313544ms +Mar 8 14:49:30.057: INFO: Pod "client-containers-5f33c7e0-2c21-4a57-a152-21903853398a": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006957657s +Mar 8 14:49:32.057: INFO: Pod "client-containers-5f33c7e0-2c21-4a57-a152-21903853398a": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.00733599s +STEP: Saw pod success 03/08/23 14:49:32.057 +Mar 8 14:49:32.057: INFO: Pod "client-containers-5f33c7e0-2c21-4a57-a152-21903853398a" satisfied condition "Succeeded or Failed" +Mar 8 14:49:32.061: INFO: Trying to get logs from node worker2 pod client-containers-5f33c7e0-2c21-4a57-a152-21903853398a container agnhost-container: +STEP: delete the pod 03/08/23 14:49:32.066 +Mar 8 14:49:32.077: INFO: Waiting for pod client-containers-5f33c7e0-2c21-4a57-a152-21903853398a to disappear +Mar 8 14:49:32.080: INFO: Pod client-containers-5f33c7e0-2c21-4a57-a152-21903853398a no longer exists +[AfterEach] [sig-node] Containers + test/e2e/framework/framework.go:187 +Mar 8 14:49:32.080: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "containers-9314" for this suite. 03/08/23 14:49:32.085 +{"msg":"PASSED [sig-node] Containers should be able to override the image's default command (container entrypoint) [NodeConformance] [Conformance]","completed":116,"skipped":2435,"failed":0} +------------------------------ +• [4.066 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 03/08/23 14:49:28.024 + Mar 8 14:49:28.024: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename containers 03/08/23 14:49:28.025 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:49:28.038 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:49:28.041 + [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 03/08/23 14:49:28.044 + Mar 8 14:49:28.050: INFO: Waiting up to 5m0s for pod "client-containers-5f33c7e0-2c21-4a57-a152-21903853398a" in namespace "containers-9314" to be "Succeeded or Failed" + Mar 8 14:49:28.052: INFO: Pod "client-containers-5f33c7e0-2c21-4a57-a152-21903853398a": Phase="Pending", Reason="", readiness=false. Elapsed: 2.313544ms + Mar 8 14:49:30.057: INFO: Pod "client-containers-5f33c7e0-2c21-4a57-a152-21903853398a": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006957657s + Mar 8 14:49:32.057: INFO: Pod "client-containers-5f33c7e0-2c21-4a57-a152-21903853398a": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.00733599s + STEP: Saw pod success 03/08/23 14:49:32.057 + Mar 8 14:49:32.057: INFO: Pod "client-containers-5f33c7e0-2c21-4a57-a152-21903853398a" satisfied condition "Succeeded or Failed" + Mar 8 14:49:32.061: INFO: Trying to get logs from node worker2 pod client-containers-5f33c7e0-2c21-4a57-a152-21903853398a container agnhost-container: + STEP: delete the pod 03/08/23 14:49:32.066 + Mar 8 14:49:32.077: INFO: Waiting for pod client-containers-5f33c7e0-2c21-4a57-a152-21903853398a to disappear + Mar 8 14:49:32.080: INFO: Pod client-containers-5f33c7e0-2c21-4a57-a152-21903853398a no longer exists + [AfterEach] [sig-node] Containers + test/e2e/framework/framework.go:187 + Mar 8 14:49:32.080: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "containers-9314" for this suite. 03/08/23 14:49:32.085 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:49:32.09 +Mar 8 14:49:32.091: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename configmap 03/08/23 14:49:32.091 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:49:32.105 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:49:32.108 +[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-28350fd0-9cb2-495c-b835-34e34ef207d7 03/08/23 14:49:32.111 +STEP: Creating a pod to test consume configMaps 03/08/23 14:49:32.115 +Mar 8 14:49:32.122: INFO: Waiting up to 5m0s for pod "pod-configmaps-7fbfb051-fa25-4f4c-91e1-74834f1345b0" in namespace "configmap-9619" to be "Succeeded or Failed" +Mar 8 14:49:32.125: INFO: Pod "pod-configmaps-7fbfb051-fa25-4f4c-91e1-74834f1345b0": Phase="Pending", Reason="", readiness=false. Elapsed: 2.877868ms +Mar 8 14:49:34.132: INFO: Pod "pod-configmaps-7fbfb051-fa25-4f4c-91e1-74834f1345b0": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009714613s +Mar 8 14:49:36.131: INFO: Pod "pod-configmaps-7fbfb051-fa25-4f4c-91e1-74834f1345b0": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008701048s +STEP: Saw pod success 03/08/23 14:49:36.131 +Mar 8 14:49:36.131: INFO: Pod "pod-configmaps-7fbfb051-fa25-4f4c-91e1-74834f1345b0" satisfied condition "Succeeded or Failed" +Mar 8 14:49:36.134: INFO: Trying to get logs from node worker2 pod pod-configmaps-7fbfb051-fa25-4f4c-91e1-74834f1345b0 container agnhost-container: +STEP: delete the pod 03/08/23 14:49:36.14 +Mar 8 14:49:36.150: INFO: Waiting for pod pod-configmaps-7fbfb051-fa25-4f4c-91e1-74834f1345b0 to disappear +Mar 8 14:49:36.152: INFO: Pod pod-configmaps-7fbfb051-fa25-4f4c-91e1-74834f1345b0 no longer exists +[AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 +Mar 8 14:49:36.152: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "configmap-9619" for this suite. 03/08/23 14:49:36.157 +{"msg":"PASSED [sig-storage] ConfigMap should be consumable from pods in volume [NodeConformance] [Conformance]","completed":117,"skipped":2451,"failed":0} +------------------------------ +• [4.071 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 03/08/23 14:49:32.09 + Mar 8 14:49:32.091: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename configmap 03/08/23 14:49:32.091 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:49:32.105 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:49:32.108 + [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-28350fd0-9cb2-495c-b835-34e34ef207d7 03/08/23 14:49:32.111 + STEP: Creating a pod to test consume configMaps 03/08/23 14:49:32.115 + Mar 8 14:49:32.122: INFO: Waiting up to 5m0s for pod "pod-configmaps-7fbfb051-fa25-4f4c-91e1-74834f1345b0" in namespace "configmap-9619" to be "Succeeded or Failed" + Mar 8 14:49:32.125: INFO: Pod "pod-configmaps-7fbfb051-fa25-4f4c-91e1-74834f1345b0": Phase="Pending", Reason="", readiness=false. Elapsed: 2.877868ms + Mar 8 14:49:34.132: INFO: Pod "pod-configmaps-7fbfb051-fa25-4f4c-91e1-74834f1345b0": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009714613s + Mar 8 14:49:36.131: INFO: Pod "pod-configmaps-7fbfb051-fa25-4f4c-91e1-74834f1345b0": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008701048s + STEP: Saw pod success 03/08/23 14:49:36.131 + Mar 8 14:49:36.131: INFO: Pod "pod-configmaps-7fbfb051-fa25-4f4c-91e1-74834f1345b0" satisfied condition "Succeeded or Failed" + Mar 8 14:49:36.134: INFO: Trying to get logs from node worker2 pod pod-configmaps-7fbfb051-fa25-4f4c-91e1-74834f1345b0 container agnhost-container: + STEP: delete the pod 03/08/23 14:49:36.14 + Mar 8 14:49:36.150: INFO: Waiting for pod pod-configmaps-7fbfb051-fa25-4f4c-91e1-74834f1345b0 to disappear + Mar 8 14:49:36.152: INFO: Pod pod-configmaps-7fbfb051-fa25-4f4c-91e1-74834f1345b0 no longer exists + [AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 + Mar 8 14:49:36.152: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "configmap-9619" for this suite. 03/08/23 14:49:36.157 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:49:36.163 +Mar 8 14:49:36.163: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename custom-resource-definition 03/08/23 14:49:36.164 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:49:36.177 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:49:36.18 +[It] getting/updating/patching custom resource definition status sub-resource works [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:145 +Mar 8 14:49:36.183: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +[AfterEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Mar 8 14:49:36.718: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "custom-resource-definition-2159" for this suite. 03/08/23 14:49:36.723 +{"msg":"PASSED [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] Simple CustomResourceDefinition getting/updating/patching custom resource definition status sub-resource works [Conformance]","completed":118,"skipped":2463,"failed":0} +------------------------------ +• [0.567 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 03/08/23 14:49:36.163 + Mar 8 14:49:36.163: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename custom-resource-definition 03/08/23 14:49:36.164 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:49:36.177 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:49:36.18 + [It] getting/updating/patching custom resource definition status sub-resource works [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:145 + Mar 8 14:49:36.183: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + [AfterEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Mar 8 14:49:36.718: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "custom-resource-definition-2159" for this suite. 03/08/23 14:49:36.723 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:49:36.731 +Mar 8 14:49:36.731: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename job 03/08/23 14:49:36.732 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:49:36.748 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:49:36.75 +[It] should delete a job [Conformance] + test/e2e/apps/job.go:309 +STEP: Creating a job 03/08/23 14:49:36.753 +STEP: Ensuring active pods == parallelism 03/08/23 14:49:36.757 +STEP: delete a job 03/08/23 14:49:38.762 +STEP: deleting Job.batch foo in namespace job-5372, will wait for the garbage collector to delete the pods 03/08/23 14:49:38.762 +Mar 8 14:49:38.821: INFO: Deleting Job.batch foo took: 5.667827ms +Mar 8 14:49:38.921: INFO: Terminating Job.batch foo pods took: 100.696492ms +STEP: Ensuring job was deleted 03/08/23 14:50:10.922 +[AfterEach] [sig-apps] Job + test/e2e/framework/framework.go:187 +Mar 8 14:50:10.925: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "job-5372" for this suite. 03/08/23 14:50:10.93 +{"msg":"PASSED [sig-apps] Job should delete a job [Conformance]","completed":119,"skipped":2495,"failed":0} +------------------------------ +• [SLOW TEST] [34.204 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 03/08/23 14:49:36.731 + Mar 8 14:49:36.731: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename job 03/08/23 14:49:36.732 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:49:36.748 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:49:36.75 + [It] should delete a job [Conformance] + test/e2e/apps/job.go:309 + STEP: Creating a job 03/08/23 14:49:36.753 + STEP: Ensuring active pods == parallelism 03/08/23 14:49:36.757 + STEP: delete a job 03/08/23 14:49:38.762 + STEP: deleting Job.batch foo in namespace job-5372, will wait for the garbage collector to delete the pods 03/08/23 14:49:38.762 + Mar 8 14:49:38.821: INFO: Deleting Job.batch foo took: 5.667827ms + Mar 8 14:49:38.921: INFO: Terminating Job.batch foo pods took: 100.696492ms + STEP: Ensuring job was deleted 03/08/23 14:50:10.922 + [AfterEach] [sig-apps] Job + test/e2e/framework/framework.go:187 + Mar 8 14:50:10.925: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "job-5372" for this suite. 03/08/23 14:50:10.93 + << End Captured GinkgoWriter Output +------------------------------ +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 03/08/23 14:50:10.935 +Mar 8 14:50:10.935: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename gc 03/08/23 14:50:10.936 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:50:10.949 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:50:10.951 +[It] should not be blocked by dependency circle [Conformance] + test/e2e/apimachinery/garbage_collector.go:849 +Mar 8 14:50:10.975: INFO: pod1.ObjectMeta.OwnerReferences=[]v1.OwnerReference{v1.OwnerReference{APIVersion:"v1", Kind:"Pod", Name:"pod3", UID:"f2c784b5-d7af-450e-900a-f9d68babfdd9", Controller:(*bool)(0xc002aab892), BlockOwnerDeletion:(*bool)(0xc002aab893)}} +Mar 8 14:50:10.982: INFO: pod2.ObjectMeta.OwnerReferences=[]v1.OwnerReference{v1.OwnerReference{APIVersion:"v1", Kind:"Pod", Name:"pod1", UID:"07c1481c-827a-4849-bc5d-257bb1e18324", Controller:(*bool)(0xc004092112), BlockOwnerDeletion:(*bool)(0xc004092113)}} +Mar 8 14:50:10.987: INFO: pod3.ObjectMeta.OwnerReferences=[]v1.OwnerReference{v1.OwnerReference{APIVersion:"v1", Kind:"Pod", Name:"pod2", UID:"9d85d1db-cedc-4049-bb02-69ae47e10a94", Controller:(*bool)(0xc002aabada), BlockOwnerDeletion:(*bool)(0xc002aabadb)}} +[AfterEach] [sig-api-machinery] Garbage collector + test/e2e/framework/framework.go:187 +Mar 8 14:50:16.002: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "gc-9807" for this suite. 03/08/23 14:50:16.006 +{"msg":"PASSED [sig-api-machinery] Garbage collector should not be blocked by dependency circle [Conformance]","completed":120,"skipped":2496,"failed":0} +------------------------------ +• [SLOW TEST] [5.077 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 03/08/23 14:50:10.935 + Mar 8 14:50:10.935: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename gc 03/08/23 14:50:10.936 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:50:10.949 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:50:10.951 + [It] should not be blocked by dependency circle [Conformance] + test/e2e/apimachinery/garbage_collector.go:849 + Mar 8 14:50:10.975: INFO: pod1.ObjectMeta.OwnerReferences=[]v1.OwnerReference{v1.OwnerReference{APIVersion:"v1", Kind:"Pod", Name:"pod3", UID:"f2c784b5-d7af-450e-900a-f9d68babfdd9", Controller:(*bool)(0xc002aab892), BlockOwnerDeletion:(*bool)(0xc002aab893)}} + Mar 8 14:50:10.982: INFO: pod2.ObjectMeta.OwnerReferences=[]v1.OwnerReference{v1.OwnerReference{APIVersion:"v1", Kind:"Pod", Name:"pod1", UID:"07c1481c-827a-4849-bc5d-257bb1e18324", Controller:(*bool)(0xc004092112), BlockOwnerDeletion:(*bool)(0xc004092113)}} + Mar 8 14:50:10.987: INFO: pod3.ObjectMeta.OwnerReferences=[]v1.OwnerReference{v1.OwnerReference{APIVersion:"v1", Kind:"Pod", Name:"pod2", UID:"9d85d1db-cedc-4049-bb02-69ae47e10a94", Controller:(*bool)(0xc002aabada), BlockOwnerDeletion:(*bool)(0xc002aabadb)}} + [AfterEach] [sig-api-machinery] Garbage collector + test/e2e/framework/framework.go:187 + Mar 8 14:50:16.002: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "gc-9807" for this suite. 03/08/23 14:50:16.006 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[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 03/08/23 14:50:16.013 +Mar 8 14:50:16.013: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename watch 03/08/23 14:50:16.014 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:50:16.028 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:50:16.03 +[It] should be able to start watching from a specific resource version [Conformance] + test/e2e/apimachinery/watch.go:142 +STEP: creating a new configmap 03/08/23 14:50:16.033 +STEP: modifying the configmap once 03/08/23 14:50:16.038 +STEP: modifying the configmap a second time 03/08/23 14:50:16.044 +STEP: deleting the configmap 03/08/23 14:50:16.051 +STEP: creating a watch on configmaps from the resource version returned by the first update 03/08/23 14:50:16.056 +STEP: Expecting to observe notifications for all changes to the configmap after the first update 03/08/23 14:50:16.057 +Mar 8 14:50:16.057: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-resource-version watch-7375 007075ff-53e3-4b33-b2af-93f76d77b9b5 637781 0 2023-03-08 14:50:16 +0000 UTC map[watch-this-configmap:from-resource-version] map[] [] [] [{e2e.test Update v1 2023-03-08 14:50:16 +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,} +Mar 8 14:50:16.058: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-resource-version watch-7375 007075ff-53e3-4b33-b2af-93f76d77b9b5 637782 0 2023-03-08 14:50:16 +0000 UTC map[watch-this-configmap:from-resource-version] map[] [] [] [{e2e.test Update v1 2023-03-08 14:50:16 +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 +Mar 8 14:50:16.058: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "watch-7375" for this suite. 03/08/23 14:50:16.061 +{"msg":"PASSED [sig-api-machinery] Watchers should be able to start watching from a specific resource version [Conformance]","completed":121,"skipped":2500,"failed":0} +------------------------------ +• [0.053 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 03/08/23 14:50:16.013 + Mar 8 14:50:16.013: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename watch 03/08/23 14:50:16.014 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:50:16.028 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:50:16.03 + [It] should be able to start watching from a specific resource version [Conformance] + test/e2e/apimachinery/watch.go:142 + STEP: creating a new configmap 03/08/23 14:50:16.033 + STEP: modifying the configmap once 03/08/23 14:50:16.038 + STEP: modifying the configmap a second time 03/08/23 14:50:16.044 + STEP: deleting the configmap 03/08/23 14:50:16.051 + STEP: creating a watch on configmaps from the resource version returned by the first update 03/08/23 14:50:16.056 + STEP: Expecting to observe notifications for all changes to the configmap after the first update 03/08/23 14:50:16.057 + Mar 8 14:50:16.057: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-resource-version watch-7375 007075ff-53e3-4b33-b2af-93f76d77b9b5 637781 0 2023-03-08 14:50:16 +0000 UTC map[watch-this-configmap:from-resource-version] map[] [] [] [{e2e.test Update v1 2023-03-08 14:50:16 +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,} + Mar 8 14:50:16.058: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-resource-version watch-7375 007075ff-53e3-4b33-b2af-93f76d77b9b5 637782 0 2023-03-08 14:50:16 +0000 UTC map[watch-this-configmap:from-resource-version] map[] [] [] [{e2e.test Update v1 2023-03-08 14:50:16 +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 + Mar 8 14:50:16.058: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "watch-7375" for this suite. 03/08/23 14:50:16.061 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[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 03/08/23 14:50:16.067 +Mar 8 14:50:16.067: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename statefulset 03/08/23 14:50:16.067 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:50:16.08 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:50:16.083 +[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-6577 03/08/23 14:50:16.086 +[It] should perform canary updates and phased rolling updates of template modifications [Conformance] + test/e2e/apps/statefulset.go:315 +STEP: Creating a new StatefulSet 03/08/23 14:50:16.09 +Mar 8 14:50:16.102: INFO: Found 0 stateful pods, waiting for 3 +Mar 8 14:50:26.108: INFO: Found 2 stateful pods, waiting for 3 +Mar 8 14:50:36.111: INFO: Waiting for pod ss2-0 to enter Running - Ready=true, currently Running - Ready=true +Mar 8 14:50:36.111: INFO: Waiting for pod ss2-1 to enter Running - Ready=true, currently Running - Ready=true +Mar 8 14:50:36.111: INFO: Waiting for pod ss2-2 to enter Running - Ready=true, currently Running - Ready=true +STEP: Updating stateful set template: update image from ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2 to ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.39-2 03/08/23 14:50:36.12 +Mar 8 14:50:36.140: INFO: Updating stateful set ss2 +STEP: Creating a new revision 03/08/23 14:50:36.14 +STEP: Not applying an update when the partition is greater than the number of replicas 03/08/23 14:50:46.155 +STEP: Performing a canary update 03/08/23 14:50:46.155 +Mar 8 14:50:46.176: INFO: Updating stateful set ss2 +Mar 8 14:50:46.183: INFO: Waiting for Pod statefulset-6577/ss2-2 to have revision ss2-55d47fd7b update revision ss2-68b9894877 +STEP: Restoring Pods to the correct revision when they are deleted 03/08/23 14:50:56.192 +Mar 8 14:50:56.219: INFO: Found 1 stateful pods, waiting for 3 +Mar 8 14:51:06.225: INFO: Waiting for pod ss2-0 to enter Running - Ready=true, currently Running - Ready=true +Mar 8 14:51:06.225: INFO: Waiting for pod ss2-1 to enter Running - Ready=true, currently Running - Ready=true +Mar 8 14:51:06.225: INFO: Waiting for pod ss2-2 to enter Running - Ready=true, currently Running - Ready=true +STEP: Performing a phased rolling update 03/08/23 14:51:06.231 +Mar 8 14:51:06.250: INFO: Updating stateful set ss2 +Mar 8 14:51:06.256: INFO: Waiting for Pod statefulset-6577/ss2-1 to have revision ss2-55d47fd7b update revision ss2-68b9894877 +Mar 8 14:51:16.290: INFO: Updating stateful set ss2 +Mar 8 14:51:16.296: INFO: Waiting for StatefulSet statefulset-6577/ss2 to complete update +Mar 8 14:51:16.296: INFO: Waiting for Pod statefulset-6577/ss2-0 to have revision ss2-55d47fd7b update revision ss2-68b9894877 +[AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:122 +Mar 8 14:51:26.305: INFO: Deleting all statefulset in ns statefulset-6577 +Mar 8 14:51:26.307: INFO: Scaling statefulset ss2 to 0 +Mar 8 14:51:36.328: INFO: Waiting for statefulset status.replicas updated to 0 +Mar 8 14:51:36.331: INFO: Deleting statefulset ss2 +[AfterEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:187 +Mar 8 14:51:36.345: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "statefulset-6577" for this suite. 03/08/23 14:51:36.35 +{"msg":"PASSED [sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic] should perform canary updates and phased rolling updates of template modifications [Conformance]","completed":122,"skipped":2504,"failed":0} +------------------------------ +• [SLOW TEST] [80.290 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 03/08/23 14:50:16.067 + Mar 8 14:50:16.067: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename statefulset 03/08/23 14:50:16.067 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:50:16.08 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:50:16.083 + [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-6577 03/08/23 14:50:16.086 + [It] should perform canary updates and phased rolling updates of template modifications [Conformance] + test/e2e/apps/statefulset.go:315 + STEP: Creating a new StatefulSet 03/08/23 14:50:16.09 + Mar 8 14:50:16.102: INFO: Found 0 stateful pods, waiting for 3 + Mar 8 14:50:26.108: INFO: Found 2 stateful pods, waiting for 3 + Mar 8 14:50:36.111: INFO: Waiting for pod ss2-0 to enter Running - Ready=true, currently Running - Ready=true + Mar 8 14:50:36.111: INFO: Waiting for pod ss2-1 to enter Running - Ready=true, currently Running - Ready=true + Mar 8 14:50:36.111: INFO: Waiting for pod ss2-2 to enter Running - Ready=true, currently Running - Ready=true + STEP: Updating stateful set template: update image from ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2 to ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.39-2 03/08/23 14:50:36.12 + Mar 8 14:50:36.140: INFO: Updating stateful set ss2 + STEP: Creating a new revision 03/08/23 14:50:36.14 + STEP: Not applying an update when the partition is greater than the number of replicas 03/08/23 14:50:46.155 + STEP: Performing a canary update 03/08/23 14:50:46.155 + Mar 8 14:50:46.176: INFO: Updating stateful set ss2 + Mar 8 14:50:46.183: INFO: Waiting for Pod statefulset-6577/ss2-2 to have revision ss2-55d47fd7b update revision ss2-68b9894877 + STEP: Restoring Pods to the correct revision when they are deleted 03/08/23 14:50:56.192 + Mar 8 14:50:56.219: INFO: Found 1 stateful pods, waiting for 3 + Mar 8 14:51:06.225: INFO: Waiting for pod ss2-0 to enter Running - Ready=true, currently Running - Ready=true + Mar 8 14:51:06.225: INFO: Waiting for pod ss2-1 to enter Running - Ready=true, currently Running - Ready=true + Mar 8 14:51:06.225: INFO: Waiting for pod ss2-2 to enter Running - Ready=true, currently Running - Ready=true + STEP: Performing a phased rolling update 03/08/23 14:51:06.231 + Mar 8 14:51:06.250: INFO: Updating stateful set ss2 + Mar 8 14:51:06.256: INFO: Waiting for Pod statefulset-6577/ss2-1 to have revision ss2-55d47fd7b update revision ss2-68b9894877 + Mar 8 14:51:16.290: INFO: Updating stateful set ss2 + Mar 8 14:51:16.296: INFO: Waiting for StatefulSet statefulset-6577/ss2 to complete update + Mar 8 14:51:16.296: INFO: Waiting for Pod statefulset-6577/ss2-0 to have revision ss2-55d47fd7b update revision ss2-68b9894877 + [AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:122 + Mar 8 14:51:26.305: INFO: Deleting all statefulset in ns statefulset-6577 + Mar 8 14:51:26.307: INFO: Scaling statefulset ss2 to 0 + Mar 8 14:51:36.328: INFO: Waiting for statefulset status.replicas updated to 0 + Mar 8 14:51:36.331: INFO: Deleting statefulset ss2 + [AfterEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:187 + Mar 8 14:51:36.345: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "statefulset-6577" for this suite. 03/08/23 14:51:36.35 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:51:36.358 +Mar 8 14:51:36.358: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename deployment 03/08/23 14:51:36.359 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:51:36.383 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:51:36.386 +[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 +Mar 8 14:51:36.390: INFO: Creating deployment "test-recreate-deployment" +Mar 8 14:51:36.396: INFO: Waiting deployment "test-recreate-deployment" to be updated to revision 1 +Mar 8 14:51:36.404: INFO: deployment "test-recreate-deployment" doesn't have the required revision set +Mar 8 14:51:38.413: INFO: Waiting deployment "test-recreate-deployment" to complete +Mar 8 14:51:38.416: INFO: Triggering a new rollout for deployment "test-recreate-deployment" +Mar 8 14:51:38.425: INFO: Updating deployment test-recreate-deployment +Mar 8 14:51:38.425: 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 +Mar 8 14:51:38.501: INFO: Deployment "test-recreate-deployment": +&Deployment{ObjectMeta:{test-recreate-deployment deployment-43 f0bfe179-9e75-4d01-b758-ae072ad97944 638493 2 2023-03-08 14:51:36 +0000 UTC map[name:sample-pod-3] map[deployment.kubernetes.io/revision:2] [] [] [{e2e.test Update apps/v1 2023-03-08 14:51:38 +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":{}}}}} } {kube-controller-manager Update apps/v1 2023-03-08 14:51:38 +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 ehub.ctcdn.cn/eck/sonobuoy/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 0xc0045b7798 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:2023-03-08 14:51:38 +0000 UTC,LastTransitionTime:2023-03-08 14:51:38 +0000 UTC,},DeploymentCondition{Type:Progressing,Status:True,Reason:ReplicaSetUpdated,Message:ReplicaSet "test-recreate-deployment-6764f4f485" is progressing.,LastUpdateTime:2023-03-08 14:51:38 +0000 UTC,LastTransitionTime:2023-03-08 14:51:36 +0000 UTC,},},ReadyReplicas:0,CollisionCount:nil,},} + +Mar 8 14:51:38.504: INFO: New ReplicaSet "test-recreate-deployment-6764f4f485" of Deployment "test-recreate-deployment": +&ReplicaSet{ObjectMeta:{test-recreate-deployment-6764f4f485 deployment-43 82e8f37d-887f-4000-b7c5-59a3d174d6fd 638492 1 2023-03-08 14:51:38 +0000 UTC map[name:sample-pod-3 pod-template-hash:6764f4f485] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:1 deployment.kubernetes.io/revision:2] [{apps/v1 Deployment test-recreate-deployment f0bfe179-9e75-4d01-b758-ae072ad97944 0xc0045b7c27 0xc0045b7c28}] [] [{kube-controller-manager Update apps/v1 2023-03-08 14:51:38 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{},"f:deployment.kubernetes.io/revision":{}},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"f0bfe179-9e75-4d01-b758-ae072ad97944\"}":{}}},"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":{}}}}} } {kube-controller-manager Update apps/v1 2023-03-08 14:51:38 +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: 6764f4f485,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:sample-pod-3 pod-template-hash:6764f4f485] map[] [] [] []} {[] [] [{httpd ehub.ctcdn.cn/eck/sonobuoy/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 0xc0045b7cc8 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{},},} +Mar 8 14:51:38.504: INFO: All old ReplicaSets of Deployment "test-recreate-deployment": +Mar 8 14:51:38.504: INFO: &ReplicaSet{ObjectMeta:{test-recreate-deployment-5dcb7bcf9 deployment-43 5b89aa2c-e3f8-41c9-abd7-c4edf4d9a7d4 638481 2 2023-03-08 14:51:36 +0000 UTC map[name:sample-pod-3 pod-template-hash:5dcb7bcf9] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:1 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment test-recreate-deployment f0bfe179-9e75-4d01-b758-ae072ad97944 0xc0045b7b20 0xc0045b7b21}] [] [{kube-controller-manager Update apps/v1 2023-03-08 14:51:38 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{},"f:deployment.kubernetes.io/revision":{}},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"f0bfe179-9e75-4d01-b758-ae072ad97944\"}":{}}},"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":{}}}}} } {kube-controller-manager Update apps/v1 2023-03-08 14:51:38 +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: 5dcb7bcf9,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:sample-pod-3 pod-template-hash:5dcb7bcf9] map[] [] [] []} {[] [] [{agnhost ehub.ctcdn.cn/eck/sonobuoy/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 0xc0045b7bb8 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{},},} +Mar 8 14:51:38.507: INFO: Pod "test-recreate-deployment-6764f4f485-plfbd" is not available: +&Pod{ObjectMeta:{test-recreate-deployment-6764f4f485-plfbd test-recreate-deployment-6764f4f485- deployment-43 0ee665f1-f8d6-48fd-a7b8-f41cd1d2550a 638490 0 2023-03-08 14:51:38 +0000 UTC map[name:sample-pod-3 pod-template-hash:6764f4f485] map[] [{apps/v1 ReplicaSet test-recreate-deployment-6764f4f485 82e8f37d-887f-4000-b7c5-59a3d174d6fd 0xc0004d8ff7 0xc0004d8ff8}] [] [{kube-controller-manager Update v1 2023-03-08 14:51:38 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"82e8f37d-887f-4000-b7c5-59a3d174d6fd\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-03-08 14:51:38 +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-rjc9p,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:ehub.ctcdn.cn/eck/sonobuoy/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-rjc9p,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:worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*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:2023-03-08 14:51:38 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 14:51:38 +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:2023-03-08 14:51:38 +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:2023-03-08 14:51:38 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.0.0.18,PodIP:,StartTime:2023-03-08 14:51:38 +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:ehub.ctcdn.cn/eck/sonobuoy/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 +Mar 8 14:51:38.507: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "deployment-43" for this suite. 03/08/23 14:51:38.511 +{"msg":"PASSED [sig-apps] Deployment RecreateDeployment should delete old pods and create new ones [Conformance]","completed":123,"skipped":2529,"failed":0} +------------------------------ +• [2.161 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 03/08/23 14:51:36.358 + Mar 8 14:51:36.358: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename deployment 03/08/23 14:51:36.359 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:51:36.383 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:51:36.386 + [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 + Mar 8 14:51:36.390: INFO: Creating deployment "test-recreate-deployment" + Mar 8 14:51:36.396: INFO: Waiting deployment "test-recreate-deployment" to be updated to revision 1 + Mar 8 14:51:36.404: INFO: deployment "test-recreate-deployment" doesn't have the required revision set + Mar 8 14:51:38.413: INFO: Waiting deployment "test-recreate-deployment" to complete + Mar 8 14:51:38.416: INFO: Triggering a new rollout for deployment "test-recreate-deployment" + Mar 8 14:51:38.425: INFO: Updating deployment test-recreate-deployment + Mar 8 14:51:38.425: 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 + Mar 8 14:51:38.501: INFO: Deployment "test-recreate-deployment": + &Deployment{ObjectMeta:{test-recreate-deployment deployment-43 f0bfe179-9e75-4d01-b758-ae072ad97944 638493 2 2023-03-08 14:51:36 +0000 UTC map[name:sample-pod-3] map[deployment.kubernetes.io/revision:2] [] [] [{e2e.test Update apps/v1 2023-03-08 14:51:38 +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":{}}}}} } {kube-controller-manager Update apps/v1 2023-03-08 14:51:38 +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 ehub.ctcdn.cn/eck/sonobuoy/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 0xc0045b7798 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:2023-03-08 14:51:38 +0000 UTC,LastTransitionTime:2023-03-08 14:51:38 +0000 UTC,},DeploymentCondition{Type:Progressing,Status:True,Reason:ReplicaSetUpdated,Message:ReplicaSet "test-recreate-deployment-6764f4f485" is progressing.,LastUpdateTime:2023-03-08 14:51:38 +0000 UTC,LastTransitionTime:2023-03-08 14:51:36 +0000 UTC,},},ReadyReplicas:0,CollisionCount:nil,},} + + Mar 8 14:51:38.504: INFO: New ReplicaSet "test-recreate-deployment-6764f4f485" of Deployment "test-recreate-deployment": + &ReplicaSet{ObjectMeta:{test-recreate-deployment-6764f4f485 deployment-43 82e8f37d-887f-4000-b7c5-59a3d174d6fd 638492 1 2023-03-08 14:51:38 +0000 UTC map[name:sample-pod-3 pod-template-hash:6764f4f485] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:1 deployment.kubernetes.io/revision:2] [{apps/v1 Deployment test-recreate-deployment f0bfe179-9e75-4d01-b758-ae072ad97944 0xc0045b7c27 0xc0045b7c28}] [] [{kube-controller-manager Update apps/v1 2023-03-08 14:51:38 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{},"f:deployment.kubernetes.io/revision":{}},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"f0bfe179-9e75-4d01-b758-ae072ad97944\"}":{}}},"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":{}}}}} } {kube-controller-manager Update apps/v1 2023-03-08 14:51:38 +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: 6764f4f485,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:sample-pod-3 pod-template-hash:6764f4f485] map[] [] [] []} {[] [] [{httpd ehub.ctcdn.cn/eck/sonobuoy/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 0xc0045b7cc8 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{},},} + Mar 8 14:51:38.504: INFO: All old ReplicaSets of Deployment "test-recreate-deployment": + Mar 8 14:51:38.504: INFO: &ReplicaSet{ObjectMeta:{test-recreate-deployment-5dcb7bcf9 deployment-43 5b89aa2c-e3f8-41c9-abd7-c4edf4d9a7d4 638481 2 2023-03-08 14:51:36 +0000 UTC map[name:sample-pod-3 pod-template-hash:5dcb7bcf9] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:1 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment test-recreate-deployment f0bfe179-9e75-4d01-b758-ae072ad97944 0xc0045b7b20 0xc0045b7b21}] [] [{kube-controller-manager Update apps/v1 2023-03-08 14:51:38 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{},"f:deployment.kubernetes.io/revision":{}},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"f0bfe179-9e75-4d01-b758-ae072ad97944\"}":{}}},"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":{}}}}} } {kube-controller-manager Update apps/v1 2023-03-08 14:51:38 +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: 5dcb7bcf9,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:sample-pod-3 pod-template-hash:5dcb7bcf9] map[] [] [] []} {[] [] [{agnhost ehub.ctcdn.cn/eck/sonobuoy/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 0xc0045b7bb8 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{},},} + Mar 8 14:51:38.507: INFO: Pod "test-recreate-deployment-6764f4f485-plfbd" is not available: + &Pod{ObjectMeta:{test-recreate-deployment-6764f4f485-plfbd test-recreate-deployment-6764f4f485- deployment-43 0ee665f1-f8d6-48fd-a7b8-f41cd1d2550a 638490 0 2023-03-08 14:51:38 +0000 UTC map[name:sample-pod-3 pod-template-hash:6764f4f485] map[] [{apps/v1 ReplicaSet test-recreate-deployment-6764f4f485 82e8f37d-887f-4000-b7c5-59a3d174d6fd 0xc0004d8ff7 0xc0004d8ff8}] [] [{kube-controller-manager Update v1 2023-03-08 14:51:38 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"82e8f37d-887f-4000-b7c5-59a3d174d6fd\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-03-08 14:51:38 +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-rjc9p,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:ehub.ctcdn.cn/eck/sonobuoy/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-rjc9p,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:worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*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:2023-03-08 14:51:38 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 14:51:38 +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:2023-03-08 14:51:38 +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:2023-03-08 14:51:38 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.0.0.18,PodIP:,StartTime:2023-03-08 14:51:38 +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:ehub.ctcdn.cn/eck/sonobuoy/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 + Mar 8 14:51:38.507: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "deployment-43" for this suite. 03/08/23 14:51:38.511 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSS +------------------------------ +[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 03/08/23 14:51:38.52 +Mar 8 14:51:38.520: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename emptydir 03/08/23 14:51:38.521 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:51:38.534 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:51:38.537 +[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 03/08/23 14:51:38.54 +Mar 8 14:51:38.548: INFO: Waiting up to 5m0s for pod "pod-07288da7-1e2a-492f-9487-f3fbaf6106f9" in namespace "emptydir-5454" to be "Succeeded or Failed" +Mar 8 14:51:38.552: INFO: Pod "pod-07288da7-1e2a-492f-9487-f3fbaf6106f9": Phase="Pending", Reason="", readiness=false. Elapsed: 3.188876ms +Mar 8 14:51:40.556: INFO: Pod "pod-07288da7-1e2a-492f-9487-f3fbaf6106f9": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007380407s +Mar 8 14:51:42.556: INFO: Pod "pod-07288da7-1e2a-492f-9487-f3fbaf6106f9": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007565598s +STEP: Saw pod success 03/08/23 14:51:42.556 +Mar 8 14:51:42.556: INFO: Pod "pod-07288da7-1e2a-492f-9487-f3fbaf6106f9" satisfied condition "Succeeded or Failed" +Mar 8 14:51:42.559: INFO: Trying to get logs from node worker2 pod pod-07288da7-1e2a-492f-9487-f3fbaf6106f9 container test-container: +STEP: delete the pod 03/08/23 14:51:42.574 +Mar 8 14:51:42.584: INFO: Waiting for pod pod-07288da7-1e2a-492f-9487-f3fbaf6106f9 to disappear +Mar 8 14:51:42.587: INFO: Pod pod-07288da7-1e2a-492f-9487-f3fbaf6106f9 no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 +Mar 8 14:51:42.587: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "emptydir-5454" for this suite. 03/08/23 14:51:42.591 +{"msg":"PASSED [sig-storage] EmptyDir volumes should support (root,0666,default) [LinuxOnly] [NodeConformance] [Conformance]","completed":124,"skipped":2539,"failed":0} +------------------------------ +• [4.076 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 03/08/23 14:51:38.52 + Mar 8 14:51:38.520: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename emptydir 03/08/23 14:51:38.521 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:51:38.534 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:51:38.537 + [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 03/08/23 14:51:38.54 + Mar 8 14:51:38.548: INFO: Waiting up to 5m0s for pod "pod-07288da7-1e2a-492f-9487-f3fbaf6106f9" in namespace "emptydir-5454" to be "Succeeded or Failed" + Mar 8 14:51:38.552: INFO: Pod "pod-07288da7-1e2a-492f-9487-f3fbaf6106f9": Phase="Pending", Reason="", readiness=false. Elapsed: 3.188876ms + Mar 8 14:51:40.556: INFO: Pod "pod-07288da7-1e2a-492f-9487-f3fbaf6106f9": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007380407s + Mar 8 14:51:42.556: INFO: Pod "pod-07288da7-1e2a-492f-9487-f3fbaf6106f9": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007565598s + STEP: Saw pod success 03/08/23 14:51:42.556 + Mar 8 14:51:42.556: INFO: Pod "pod-07288da7-1e2a-492f-9487-f3fbaf6106f9" satisfied condition "Succeeded or Failed" + Mar 8 14:51:42.559: INFO: Trying to get logs from node worker2 pod pod-07288da7-1e2a-492f-9487-f3fbaf6106f9 container test-container: + STEP: delete the pod 03/08/23 14:51:42.574 + Mar 8 14:51:42.584: INFO: Waiting for pod pod-07288da7-1e2a-492f-9487-f3fbaf6106f9 to disappear + Mar 8 14:51:42.587: INFO: Pod pod-07288da7-1e2a-492f-9487-f3fbaf6106f9 no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 + Mar 8 14:51:42.587: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "emptydir-5454" for this suite. 03/08/23 14:51:42.591 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:51:42.597 +Mar 8 14:51:42.597: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename subpath 03/08/23 14:51:42.598 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:51:42.611 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:51:42.614 +[BeforeEach] Atomic writer volumes + test/e2e/storage/subpath.go:40 +STEP: Setting up data 03/08/23 14:51:42.616 +[It] should support subpaths with projected pod [Conformance] + test/e2e/storage/subpath.go:106 +STEP: Creating pod pod-subpath-test-projected-zltq 03/08/23 14:51:42.624 +STEP: Creating a pod to test atomic-volume-subpath 03/08/23 14:51:42.624 +Mar 8 14:51:42.631: INFO: Waiting up to 5m0s for pod "pod-subpath-test-projected-zltq" in namespace "subpath-3798" to be "Succeeded or Failed" +Mar 8 14:51:42.634: INFO: Pod "pod-subpath-test-projected-zltq": Phase="Pending", Reason="", readiness=false. Elapsed: 2.837093ms +Mar 8 14:51:44.638: INFO: Pod "pod-subpath-test-projected-zltq": Phase="Running", Reason="", readiness=true. Elapsed: 2.00702347s +Mar 8 14:51:46.639: INFO: Pod "pod-subpath-test-projected-zltq": Phase="Running", Reason="", readiness=true. Elapsed: 4.007890768s +Mar 8 14:51:48.642: INFO: Pod "pod-subpath-test-projected-zltq": Phase="Running", Reason="", readiness=true. Elapsed: 6.011578766s +Mar 8 14:51:50.638: INFO: Pod "pod-subpath-test-projected-zltq": Phase="Running", Reason="", readiness=true. Elapsed: 8.007223229s +Mar 8 14:51:52.639: INFO: Pod "pod-subpath-test-projected-zltq": Phase="Running", Reason="", readiness=true. Elapsed: 10.008375251s +Mar 8 14:51:54.638: INFO: Pod "pod-subpath-test-projected-zltq": Phase="Running", Reason="", readiness=true. Elapsed: 12.007628127s +Mar 8 14:51:56.640: INFO: Pod "pod-subpath-test-projected-zltq": Phase="Running", Reason="", readiness=true. Elapsed: 14.00919063s +Mar 8 14:51:58.639: INFO: Pod "pod-subpath-test-projected-zltq": Phase="Running", Reason="", readiness=true. Elapsed: 16.008403781s +Mar 8 14:52:00.638: INFO: Pod "pod-subpath-test-projected-zltq": Phase="Running", Reason="", readiness=true. Elapsed: 18.007284745s +Mar 8 14:52:02.638: INFO: Pod "pod-subpath-test-projected-zltq": Phase="Running", Reason="", readiness=true. Elapsed: 20.007114349s +Mar 8 14:52:04.639: INFO: Pod "pod-subpath-test-projected-zltq": Phase="Running", Reason="", readiness=false. Elapsed: 22.008242001s +Mar 8 14:52:06.640: INFO: Pod "pod-subpath-test-projected-zltq": Phase="Succeeded", Reason="", readiness=false. Elapsed: 24.009272569s +STEP: Saw pod success 03/08/23 14:52:06.64 +Mar 8 14:52:06.641: INFO: Pod "pod-subpath-test-projected-zltq" satisfied condition "Succeeded or Failed" +Mar 8 14:52:06.644: INFO: Trying to get logs from node worker2 pod pod-subpath-test-projected-zltq container test-container-subpath-projected-zltq: +STEP: delete the pod 03/08/23 14:52:06.656 +Mar 8 14:52:06.666: INFO: Waiting for pod pod-subpath-test-projected-zltq to disappear +Mar 8 14:52:06.669: INFO: Pod pod-subpath-test-projected-zltq no longer exists +STEP: Deleting pod pod-subpath-test-projected-zltq 03/08/23 14:52:06.669 +Mar 8 14:52:06.669: INFO: Deleting pod "pod-subpath-test-projected-zltq" in namespace "subpath-3798" +[AfterEach] [sig-storage] Subpath + test/e2e/framework/framework.go:187 +Mar 8 14:52:06.672: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "subpath-3798" for this suite. 03/08/23 14:52:06.676 +{"msg":"PASSED [sig-storage] Subpath Atomic writer volumes should support subpaths with projected pod [Conformance]","completed":125,"skipped":2566,"failed":0} +------------------------------ +• [SLOW TEST] [24.084 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 03/08/23 14:51:42.597 + Mar 8 14:51:42.597: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename subpath 03/08/23 14:51:42.598 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:51:42.611 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:51:42.614 + [BeforeEach] Atomic writer volumes + test/e2e/storage/subpath.go:40 + STEP: Setting up data 03/08/23 14:51:42.616 + [It] should support subpaths with projected pod [Conformance] + test/e2e/storage/subpath.go:106 + STEP: Creating pod pod-subpath-test-projected-zltq 03/08/23 14:51:42.624 + STEP: Creating a pod to test atomic-volume-subpath 03/08/23 14:51:42.624 + Mar 8 14:51:42.631: INFO: Waiting up to 5m0s for pod "pod-subpath-test-projected-zltq" in namespace "subpath-3798" to be "Succeeded or Failed" + Mar 8 14:51:42.634: INFO: Pod "pod-subpath-test-projected-zltq": Phase="Pending", Reason="", readiness=false. Elapsed: 2.837093ms + Mar 8 14:51:44.638: INFO: Pod "pod-subpath-test-projected-zltq": Phase="Running", Reason="", readiness=true. Elapsed: 2.00702347s + Mar 8 14:51:46.639: INFO: Pod "pod-subpath-test-projected-zltq": Phase="Running", Reason="", readiness=true. Elapsed: 4.007890768s + Mar 8 14:51:48.642: INFO: Pod "pod-subpath-test-projected-zltq": Phase="Running", Reason="", readiness=true. Elapsed: 6.011578766s + Mar 8 14:51:50.638: INFO: Pod "pod-subpath-test-projected-zltq": Phase="Running", Reason="", readiness=true. Elapsed: 8.007223229s + Mar 8 14:51:52.639: INFO: Pod "pod-subpath-test-projected-zltq": Phase="Running", Reason="", readiness=true. Elapsed: 10.008375251s + Mar 8 14:51:54.638: INFO: Pod "pod-subpath-test-projected-zltq": Phase="Running", Reason="", readiness=true. Elapsed: 12.007628127s + Mar 8 14:51:56.640: INFO: Pod "pod-subpath-test-projected-zltq": Phase="Running", Reason="", readiness=true. Elapsed: 14.00919063s + Mar 8 14:51:58.639: INFO: Pod "pod-subpath-test-projected-zltq": Phase="Running", Reason="", readiness=true. Elapsed: 16.008403781s + Mar 8 14:52:00.638: INFO: Pod "pod-subpath-test-projected-zltq": Phase="Running", Reason="", readiness=true. Elapsed: 18.007284745s + Mar 8 14:52:02.638: INFO: Pod "pod-subpath-test-projected-zltq": Phase="Running", Reason="", readiness=true. Elapsed: 20.007114349s + Mar 8 14:52:04.639: INFO: Pod "pod-subpath-test-projected-zltq": Phase="Running", Reason="", readiness=false. Elapsed: 22.008242001s + Mar 8 14:52:06.640: INFO: Pod "pod-subpath-test-projected-zltq": Phase="Succeeded", Reason="", readiness=false. Elapsed: 24.009272569s + STEP: Saw pod success 03/08/23 14:52:06.64 + Mar 8 14:52:06.641: INFO: Pod "pod-subpath-test-projected-zltq" satisfied condition "Succeeded or Failed" + Mar 8 14:52:06.644: INFO: Trying to get logs from node worker2 pod pod-subpath-test-projected-zltq container test-container-subpath-projected-zltq: + STEP: delete the pod 03/08/23 14:52:06.656 + Mar 8 14:52:06.666: INFO: Waiting for pod pod-subpath-test-projected-zltq to disappear + Mar 8 14:52:06.669: INFO: Pod pod-subpath-test-projected-zltq no longer exists + STEP: Deleting pod pod-subpath-test-projected-zltq 03/08/23 14:52:06.669 + Mar 8 14:52:06.669: INFO: Deleting pod "pod-subpath-test-projected-zltq" in namespace "subpath-3798" + [AfterEach] [sig-storage] Subpath + test/e2e/framework/framework.go:187 + Mar 8 14:52:06.672: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "subpath-3798" for this suite. 03/08/23 14:52:06.676 + << End Captured GinkgoWriter Output +------------------------------ +SSSSS +------------------------------ +[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 03/08/23 14:52:06.682 +Mar 8 14:52:06.682: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename endpointslice 03/08/23 14:52:06.683 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:52:06.697 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:52:06.7 +[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 03/08/23 14:52:06.702 +STEP: getting /apis/discovery.k8s.io 03/08/23 14:52:06.705 +STEP: getting /apis/discovery.k8s.iov1 03/08/23 14:52:06.706 +STEP: creating 03/08/23 14:52:06.707 +STEP: getting 03/08/23 14:52:06.721 +STEP: listing 03/08/23 14:52:06.724 +STEP: watching 03/08/23 14:52:06.727 +Mar 8 14:52:06.727: INFO: starting watch +STEP: cluster-wide listing 03/08/23 14:52:06.728 +STEP: cluster-wide watching 03/08/23 14:52:06.731 +Mar 8 14:52:06.731: INFO: starting watch +STEP: patching 03/08/23 14:52:06.732 +STEP: updating 03/08/23 14:52:06.737 +Mar 8 14:52:06.745: INFO: waiting for watch events with expected annotations +Mar 8 14:52:06.745: INFO: saw patched and updated annotations +STEP: deleting 03/08/23 14:52:06.745 +STEP: deleting a collection 03/08/23 14:52:06.755 +[AfterEach] [sig-network] EndpointSlice + test/e2e/framework/framework.go:187 +Mar 8 14:52:06.766: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "endpointslice-4442" for this suite. 03/08/23 14:52:06.77 +{"msg":"PASSED [sig-network] EndpointSlice should support creating EndpointSlice API operations [Conformance]","completed":126,"skipped":2571,"failed":0} +------------------------------ +• [0.093 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 03/08/23 14:52:06.682 + Mar 8 14:52:06.682: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename endpointslice 03/08/23 14:52:06.683 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:52:06.697 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:52:06.7 + [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 03/08/23 14:52:06.702 + STEP: getting /apis/discovery.k8s.io 03/08/23 14:52:06.705 + STEP: getting /apis/discovery.k8s.iov1 03/08/23 14:52:06.706 + STEP: creating 03/08/23 14:52:06.707 + STEP: getting 03/08/23 14:52:06.721 + STEP: listing 03/08/23 14:52:06.724 + STEP: watching 03/08/23 14:52:06.727 + Mar 8 14:52:06.727: INFO: starting watch + STEP: cluster-wide listing 03/08/23 14:52:06.728 + STEP: cluster-wide watching 03/08/23 14:52:06.731 + Mar 8 14:52:06.731: INFO: starting watch + STEP: patching 03/08/23 14:52:06.732 + STEP: updating 03/08/23 14:52:06.737 + Mar 8 14:52:06.745: INFO: waiting for watch events with expected annotations + Mar 8 14:52:06.745: INFO: saw patched and updated annotations + STEP: deleting 03/08/23 14:52:06.745 + STEP: deleting a collection 03/08/23 14:52:06.755 + [AfterEach] [sig-network] EndpointSlice + test/e2e/framework/framework.go:187 + Mar 8 14:52:06.766: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "endpointslice-4442" for this suite. 03/08/23 14:52:06.77 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:52:06.776 +Mar 8 14:52:06.776: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename services 03/08/23 14:52:06.776 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:52:06.791 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:52:06.794 +[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-3501 03/08/23 14:52:06.796 +Mar 8 14:52:06.804: INFO: Waiting up to 5m0s for pod "kube-proxy-mode-detector" in namespace "services-3501" to be "running and ready" +Mar 8 14:52:06.806: INFO: Pod "kube-proxy-mode-detector": Phase="Pending", Reason="", readiness=false. Elapsed: 2.842835ms +Mar 8 14:52:06.806: INFO: The phase of Pod kube-proxy-mode-detector is Pending, waiting for it to be Running (with Ready = true) +Mar 8 14:52:08.812: INFO: Pod "kube-proxy-mode-detector": Phase="Running", Reason="", readiness=true. Elapsed: 2.008514256s +Mar 8 14:52:08.812: INFO: The phase of Pod kube-proxy-mode-detector is Running (Ready = true) +Mar 8 14:52:08.812: INFO: Pod "kube-proxy-mode-detector" satisfied condition "running and ready" +Mar 8 14:52:08.815: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-3501 exec kube-proxy-mode-detector -- /bin/sh -x -c curl -q -s --connect-timeout 1 http://localhost:10249/proxyMode' +Mar 8 14:52:08.939: INFO: stderr: "+ curl -q -s --connect-timeout 1 http://localhost:10249/proxyMode\n" +Mar 8 14:52:08.939: INFO: stdout: "iptables" +Mar 8 14:52:08.939: INFO: proxyMode: iptables +Mar 8 14:52:08.949: INFO: Waiting for pod kube-proxy-mode-detector to disappear +Mar 8 14:52:08.952: INFO: Pod kube-proxy-mode-detector no longer exists +STEP: creating service affinity-nodeport-timeout in namespace services-3501 03/08/23 14:52:08.952 +STEP: creating replication controller affinity-nodeport-timeout in namespace services-3501 03/08/23 14:52:08.977 +I0308 14:52:08.983225 20 runners.go:193] Created replication controller with name: affinity-nodeport-timeout, namespace: services-3501, replica count: 3 +I0308 14:52:12.034949 20 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 +Mar 8 14:52:12.045: INFO: Creating new exec pod +Mar 8 14:52:12.050: INFO: Waiting up to 5m0s for pod "execpod-affinityftcjd" in namespace "services-3501" to be "running" +Mar 8 14:52:12.053: INFO: Pod "execpod-affinityftcjd": Phase="Pending", Reason="", readiness=false. Elapsed: 2.795555ms +Mar 8 14:52:14.057: INFO: Pod "execpod-affinityftcjd": Phase="Running", Reason="", readiness=true. Elapsed: 2.006846578s +Mar 8 14:52:14.057: INFO: Pod "execpod-affinityftcjd" satisfied condition "running" +Mar 8 14:52:15.063: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-3501 exec execpod-affinityftcjd -- /bin/sh -x -c echo hostName | nc -v -t -w 2 affinity-nodeport-timeout 80' +Mar 8 14:52:15.194: 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" +Mar 8 14:52:15.194: 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" +Mar 8 14:52:15.194: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-3501 exec execpod-affinityftcjd -- /bin/sh -x -c echo hostName | nc -v -t -w 2 192.168.146.167 80' +Mar 8 14:52:15.309: INFO: stderr: "+ nc -v -t -w 2 192.168.146.167 80\n+ echo hostName\nConnection to 192.168.146.167 80 port [tcp/http] succeeded!\n" +Mar 8 14:52:15.309: 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" +Mar 8 14:52:15.309: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-3501 exec execpod-affinityftcjd -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.0.0.17 30460' +Mar 8 14:52:15.437: INFO: stderr: "+ nc -v -t -w 2 10.0.0.17 30460\n+ echo hostName\nConnection to 10.0.0.17 30460 port [tcp/*] succeeded!\n" +Mar 8 14:52:15.437: 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" +Mar 8 14:52:15.437: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-3501 exec execpod-affinityftcjd -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.0.0.18 30460' +Mar 8 14:52:15.558: INFO: stderr: "+ nc -v -t -w 2 10.0.0.18 30460\n+ echo hostName\nConnection to 10.0.0.18 30460 port [tcp/*] succeeded!\n" +Mar 8 14:52:15.558: 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" +Mar 8 14:52:15.558: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-3501 exec execpod-affinityftcjd -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://10.0.0.17:30460/ ; done' +Mar 8 14:52:15.735: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30460/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30460/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30460/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30460/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30460/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30460/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30460/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30460/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30460/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30460/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30460/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30460/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30460/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30460/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30460/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30460/\n" +Mar 8 14:52:15.735: INFO: stdout: "\naffinity-nodeport-timeout-q6xcw\naffinity-nodeport-timeout-q6xcw\naffinity-nodeport-timeout-q6xcw\naffinity-nodeport-timeout-q6xcw\naffinity-nodeport-timeout-q6xcw\naffinity-nodeport-timeout-q6xcw\naffinity-nodeport-timeout-q6xcw\naffinity-nodeport-timeout-q6xcw\naffinity-nodeport-timeout-q6xcw\naffinity-nodeport-timeout-q6xcw\naffinity-nodeport-timeout-q6xcw\naffinity-nodeport-timeout-q6xcw\naffinity-nodeport-timeout-q6xcw\naffinity-nodeport-timeout-q6xcw\naffinity-nodeport-timeout-q6xcw\naffinity-nodeport-timeout-q6xcw" +Mar 8 14:52:15.735: INFO: Received response from host: affinity-nodeport-timeout-q6xcw +Mar 8 14:52:15.735: INFO: Received response from host: affinity-nodeport-timeout-q6xcw +Mar 8 14:52:15.735: INFO: Received response from host: affinity-nodeport-timeout-q6xcw +Mar 8 14:52:15.735: INFO: Received response from host: affinity-nodeport-timeout-q6xcw +Mar 8 14:52:15.735: INFO: Received response from host: affinity-nodeport-timeout-q6xcw +Mar 8 14:52:15.735: INFO: Received response from host: affinity-nodeport-timeout-q6xcw +Mar 8 14:52:15.735: INFO: Received response from host: affinity-nodeport-timeout-q6xcw +Mar 8 14:52:15.735: INFO: Received response from host: affinity-nodeport-timeout-q6xcw +Mar 8 14:52:15.735: INFO: Received response from host: affinity-nodeport-timeout-q6xcw +Mar 8 14:52:15.735: INFO: Received response from host: affinity-nodeport-timeout-q6xcw +Mar 8 14:52:15.735: INFO: Received response from host: affinity-nodeport-timeout-q6xcw +Mar 8 14:52:15.735: INFO: Received response from host: affinity-nodeport-timeout-q6xcw +Mar 8 14:52:15.735: INFO: Received response from host: affinity-nodeport-timeout-q6xcw +Mar 8 14:52:15.735: INFO: Received response from host: affinity-nodeport-timeout-q6xcw +Mar 8 14:52:15.735: INFO: Received response from host: affinity-nodeport-timeout-q6xcw +Mar 8 14:52:15.735: INFO: Received response from host: affinity-nodeport-timeout-q6xcw +Mar 8 14:52:15.735: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-3501 exec execpod-affinityftcjd -- /bin/sh -x -c curl -q -s --connect-timeout 2 http://10.0.0.17:30460/' +Mar 8 14:52:15.852: INFO: stderr: "+ curl -q -s --connect-timeout 2 http://10.0.0.17:30460/\n" +Mar 8 14:52:15.852: INFO: stdout: "affinity-nodeport-timeout-q6xcw" +Mar 8 14:52:35.856: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-3501 exec execpod-affinityftcjd -- /bin/sh -x -c curl -q -s --connect-timeout 2 http://10.0.0.17:30460/' +Mar 8 14:52:35.986: INFO: stderr: "+ curl -q -s --connect-timeout 2 http://10.0.0.17:30460/\n" +Mar 8 14:52:35.986: INFO: stdout: "affinity-nodeport-timeout-vmntv" +Mar 8 14:52:35.986: INFO: Cleaning up the exec pod +STEP: deleting ReplicationController affinity-nodeport-timeout in namespace services-3501, will wait for the garbage collector to delete the pods 03/08/23 14:52:35.998 +Mar 8 14:52:36.058: INFO: Deleting ReplicationController affinity-nodeport-timeout took: 5.578071ms +Mar 8 14:52:36.158: INFO: Terminating ReplicationController affinity-nodeport-timeout pods took: 100.276707ms +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Mar 8 14:52:38.277: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-3501" for this suite. 03/08/23 14:52:38.281 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +{"msg":"PASSED [sig-network] Services should have session affinity timeout work for NodePort service [LinuxOnly] [Conformance]","completed":127,"skipped":2583,"failed":0} +------------------------------ +• [SLOW TEST] [31.510 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 03/08/23 14:52:06.776 + Mar 8 14:52:06.776: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename services 03/08/23 14:52:06.776 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:52:06.791 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:52:06.794 + [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-3501 03/08/23 14:52:06.796 + Mar 8 14:52:06.804: INFO: Waiting up to 5m0s for pod "kube-proxy-mode-detector" in namespace "services-3501" to be "running and ready" + Mar 8 14:52:06.806: INFO: Pod "kube-proxy-mode-detector": Phase="Pending", Reason="", readiness=false. Elapsed: 2.842835ms + Mar 8 14:52:06.806: INFO: The phase of Pod kube-proxy-mode-detector is Pending, waiting for it to be Running (with Ready = true) + Mar 8 14:52:08.812: INFO: Pod "kube-proxy-mode-detector": Phase="Running", Reason="", readiness=true. Elapsed: 2.008514256s + Mar 8 14:52:08.812: INFO: The phase of Pod kube-proxy-mode-detector is Running (Ready = true) + Mar 8 14:52:08.812: INFO: Pod "kube-proxy-mode-detector" satisfied condition "running and ready" + Mar 8 14:52:08.815: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-3501 exec kube-proxy-mode-detector -- /bin/sh -x -c curl -q -s --connect-timeout 1 http://localhost:10249/proxyMode' + Mar 8 14:52:08.939: INFO: stderr: "+ curl -q -s --connect-timeout 1 http://localhost:10249/proxyMode\n" + Mar 8 14:52:08.939: INFO: stdout: "iptables" + Mar 8 14:52:08.939: INFO: proxyMode: iptables + Mar 8 14:52:08.949: INFO: Waiting for pod kube-proxy-mode-detector to disappear + Mar 8 14:52:08.952: INFO: Pod kube-proxy-mode-detector no longer exists + STEP: creating service affinity-nodeport-timeout in namespace services-3501 03/08/23 14:52:08.952 + STEP: creating replication controller affinity-nodeport-timeout in namespace services-3501 03/08/23 14:52:08.977 + I0308 14:52:08.983225 20 runners.go:193] Created replication controller with name: affinity-nodeport-timeout, namespace: services-3501, replica count: 3 + I0308 14:52:12.034949 20 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 + Mar 8 14:52:12.045: INFO: Creating new exec pod + Mar 8 14:52:12.050: INFO: Waiting up to 5m0s for pod "execpod-affinityftcjd" in namespace "services-3501" to be "running" + Mar 8 14:52:12.053: INFO: Pod "execpod-affinityftcjd": Phase="Pending", Reason="", readiness=false. Elapsed: 2.795555ms + Mar 8 14:52:14.057: INFO: Pod "execpod-affinityftcjd": Phase="Running", Reason="", readiness=true. Elapsed: 2.006846578s + Mar 8 14:52:14.057: INFO: Pod "execpod-affinityftcjd" satisfied condition "running" + Mar 8 14:52:15.063: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-3501 exec execpod-affinityftcjd -- /bin/sh -x -c echo hostName | nc -v -t -w 2 affinity-nodeport-timeout 80' + Mar 8 14:52:15.194: 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" + Mar 8 14:52:15.194: 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" + Mar 8 14:52:15.194: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-3501 exec execpod-affinityftcjd -- /bin/sh -x -c echo hostName | nc -v -t -w 2 192.168.146.167 80' + Mar 8 14:52:15.309: INFO: stderr: "+ nc -v -t -w 2 192.168.146.167 80\n+ echo hostName\nConnection to 192.168.146.167 80 port [tcp/http] succeeded!\n" + Mar 8 14:52:15.309: 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" + Mar 8 14:52:15.309: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-3501 exec execpod-affinityftcjd -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.0.0.17 30460' + Mar 8 14:52:15.437: INFO: stderr: "+ nc -v -t -w 2 10.0.0.17 30460\n+ echo hostName\nConnection to 10.0.0.17 30460 port [tcp/*] succeeded!\n" + Mar 8 14:52:15.437: 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" + Mar 8 14:52:15.437: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-3501 exec execpod-affinityftcjd -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.0.0.18 30460' + Mar 8 14:52:15.558: INFO: stderr: "+ nc -v -t -w 2 10.0.0.18 30460\n+ echo hostName\nConnection to 10.0.0.18 30460 port [tcp/*] succeeded!\n" + Mar 8 14:52:15.558: 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" + Mar 8 14:52:15.558: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-3501 exec execpod-affinityftcjd -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://10.0.0.17:30460/ ; done' + Mar 8 14:52:15.735: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30460/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30460/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30460/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30460/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30460/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30460/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30460/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30460/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30460/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30460/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30460/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30460/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30460/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30460/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30460/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30460/\n" + Mar 8 14:52:15.735: INFO: stdout: "\naffinity-nodeport-timeout-q6xcw\naffinity-nodeport-timeout-q6xcw\naffinity-nodeport-timeout-q6xcw\naffinity-nodeport-timeout-q6xcw\naffinity-nodeport-timeout-q6xcw\naffinity-nodeport-timeout-q6xcw\naffinity-nodeport-timeout-q6xcw\naffinity-nodeport-timeout-q6xcw\naffinity-nodeport-timeout-q6xcw\naffinity-nodeport-timeout-q6xcw\naffinity-nodeport-timeout-q6xcw\naffinity-nodeport-timeout-q6xcw\naffinity-nodeport-timeout-q6xcw\naffinity-nodeport-timeout-q6xcw\naffinity-nodeport-timeout-q6xcw\naffinity-nodeport-timeout-q6xcw" + Mar 8 14:52:15.735: INFO: Received response from host: affinity-nodeport-timeout-q6xcw + Mar 8 14:52:15.735: INFO: Received response from host: affinity-nodeport-timeout-q6xcw + Mar 8 14:52:15.735: INFO: Received response from host: affinity-nodeport-timeout-q6xcw + Mar 8 14:52:15.735: INFO: Received response from host: affinity-nodeport-timeout-q6xcw + Mar 8 14:52:15.735: INFO: Received response from host: affinity-nodeport-timeout-q6xcw + Mar 8 14:52:15.735: INFO: Received response from host: affinity-nodeport-timeout-q6xcw + Mar 8 14:52:15.735: INFO: Received response from host: affinity-nodeport-timeout-q6xcw + Mar 8 14:52:15.735: INFO: Received response from host: affinity-nodeport-timeout-q6xcw + Mar 8 14:52:15.735: INFO: Received response from host: affinity-nodeport-timeout-q6xcw + Mar 8 14:52:15.735: INFO: Received response from host: affinity-nodeport-timeout-q6xcw + Mar 8 14:52:15.735: INFO: Received response from host: affinity-nodeport-timeout-q6xcw + Mar 8 14:52:15.735: INFO: Received response from host: affinity-nodeport-timeout-q6xcw + Mar 8 14:52:15.735: INFO: Received response from host: affinity-nodeport-timeout-q6xcw + Mar 8 14:52:15.735: INFO: Received response from host: affinity-nodeport-timeout-q6xcw + Mar 8 14:52:15.735: INFO: Received response from host: affinity-nodeport-timeout-q6xcw + Mar 8 14:52:15.735: INFO: Received response from host: affinity-nodeport-timeout-q6xcw + Mar 8 14:52:15.735: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-3501 exec execpod-affinityftcjd -- /bin/sh -x -c curl -q -s --connect-timeout 2 http://10.0.0.17:30460/' + Mar 8 14:52:15.852: INFO: stderr: "+ curl -q -s --connect-timeout 2 http://10.0.0.17:30460/\n" + Mar 8 14:52:15.852: INFO: stdout: "affinity-nodeport-timeout-q6xcw" + Mar 8 14:52:35.856: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-3501 exec execpod-affinityftcjd -- /bin/sh -x -c curl -q -s --connect-timeout 2 http://10.0.0.17:30460/' + Mar 8 14:52:35.986: INFO: stderr: "+ curl -q -s --connect-timeout 2 http://10.0.0.17:30460/\n" + Mar 8 14:52:35.986: INFO: stdout: "affinity-nodeport-timeout-vmntv" + Mar 8 14:52:35.986: INFO: Cleaning up the exec pod + STEP: deleting ReplicationController affinity-nodeport-timeout in namespace services-3501, will wait for the garbage collector to delete the pods 03/08/23 14:52:35.998 + Mar 8 14:52:36.058: INFO: Deleting ReplicationController affinity-nodeport-timeout took: 5.578071ms + Mar 8 14:52:36.158: INFO: Terminating ReplicationController affinity-nodeport-timeout pods took: 100.276707ms + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Mar 8 14:52:38.277: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-3501" for this suite. 03/08/23 14:52:38.281 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSS +------------------------------ +[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 03/08/23 14:52:38.287 +Mar 8 14:52:38.287: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename custom-resource-definition 03/08/23 14:52:38.287 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:52:38.303 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:52:38.306 +[It] listing custom resource definition objects works [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:85 +Mar 8 14:52:38.308: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +[AfterEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Mar 8 14:52:44.536: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "custom-resource-definition-1142" for this suite. 03/08/23 14:52:44.548 +{"msg":"PASSED [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] Simple CustomResourceDefinition listing custom resource definition objects works [Conformance]","completed":128,"skipped":2594,"failed":0} +------------------------------ +• [SLOW TEST] [6.279 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 03/08/23 14:52:38.287 + Mar 8 14:52:38.287: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename custom-resource-definition 03/08/23 14:52:38.287 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:52:38.303 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:52:38.306 + [It] listing custom resource definition objects works [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:85 + Mar 8 14:52:38.308: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + [AfterEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Mar 8 14:52:44.536: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "custom-resource-definition-1142" for this suite. 03/08/23 14:52:44.548 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:52:44.567 +Mar 8 14:52:44.567: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename daemonsets 03/08/23 14:52:44.568 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:52:44.585 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:52:44.588 +[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" 03/08/23 14:52:44.605 +STEP: Check that daemon pods launch on every node of the cluster. 03/08/23 14:52:44.609 +Mar 8 14:52:44.613: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:52:44.613: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:52:44.613: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:52:44.616: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Mar 8 14:52:44.616: INFO: Node worker1 is running 0 daemon pod, expected 1 +Mar 8 14:52:45.621: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:52:45.621: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:52:45.621: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:52:45.624: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Mar 8 14:52:45.624: INFO: Node worker1 is running 0 daemon pod, expected 1 +Mar 8 14:52:46.622: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:52:46.622: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:52:46.622: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:52:46.625: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 +Mar 8 14:52:46.625: 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. 03/08/23 14:52:46.628 +Mar 8 14:52:46.645: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:52:46.645: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:52:46.645: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:52:46.651: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 +Mar 8 14:52:46.652: INFO: Node worker1 is running 0 daemon pod, expected 1 +Mar 8 14:52:47.657: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:52:47.657: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:52:47.657: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:52:47.660: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 +Mar 8 14:52:47.660: INFO: Node worker1 is running 0 daemon pod, expected 1 +Mar 8 14:52:48.657: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:52:48.658: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:52:48.658: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:52:48.661: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 +Mar 8 14:52:48.661: INFO: Node worker1 is running 0 daemon pod, expected 1 +Mar 8 14:52:49.663: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:52:49.663: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:52:49.663: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:52:49.666: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 +Mar 8 14:52:49.666: INFO: Node worker1 is running 0 daemon pod, expected 1 +Mar 8 14:52:50.657: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:52:50.657: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:52:50.657: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:52:50.660: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 +Mar 8 14:52:50.660: 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" 03/08/23 14:52:50.662 +STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-1218, will wait for the garbage collector to delete the pods 03/08/23 14:52:50.662 +Mar 8 14:52:50.721: INFO: Deleting DaemonSet.extensions daemon-set took: 5.562981ms +Mar 8 14:52:50.822: INFO: Terminating DaemonSet.extensions daemon-set pods took: 101.144373ms +Mar 8 14:52:53.127: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Mar 8 14:52:53.127: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set +Mar 8 14:52:53.130: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"639246"},"items":null} + +Mar 8 14:52:53.132: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"639246"},"items":null} + +[AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:187 +Mar 8 14:52:53.142: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "daemonsets-1218" for this suite. 03/08/23 14:52:53.146 +{"msg":"PASSED [sig-apps] Daemon set [Serial] should run and stop simple daemon [Conformance]","completed":129,"skipped":2616,"failed":0} +------------------------------ +• [SLOW TEST] [8.584 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 03/08/23 14:52:44.567 + Mar 8 14:52:44.567: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename daemonsets 03/08/23 14:52:44.568 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:52:44.585 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:52:44.588 + [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" 03/08/23 14:52:44.605 + STEP: Check that daemon pods launch on every node of the cluster. 03/08/23 14:52:44.609 + Mar 8 14:52:44.613: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:52:44.613: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:52:44.613: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:52:44.616: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Mar 8 14:52:44.616: INFO: Node worker1 is running 0 daemon pod, expected 1 + Mar 8 14:52:45.621: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:52:45.621: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:52:45.621: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:52:45.624: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Mar 8 14:52:45.624: INFO: Node worker1 is running 0 daemon pod, expected 1 + Mar 8 14:52:46.622: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:52:46.622: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:52:46.622: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:52:46.625: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 + Mar 8 14:52:46.625: 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. 03/08/23 14:52:46.628 + Mar 8 14:52:46.645: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:52:46.645: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:52:46.645: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:52:46.651: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 + Mar 8 14:52:46.652: INFO: Node worker1 is running 0 daemon pod, expected 1 + Mar 8 14:52:47.657: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:52:47.657: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:52:47.657: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:52:47.660: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 + Mar 8 14:52:47.660: INFO: Node worker1 is running 0 daemon pod, expected 1 + Mar 8 14:52:48.657: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:52:48.658: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:52:48.658: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:52:48.661: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 + Mar 8 14:52:48.661: INFO: Node worker1 is running 0 daemon pod, expected 1 + Mar 8 14:52:49.663: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:52:49.663: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:52:49.663: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:52:49.666: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 + Mar 8 14:52:49.666: INFO: Node worker1 is running 0 daemon pod, expected 1 + Mar 8 14:52:50.657: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:52:50.657: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:52:50.657: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:52:50.660: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 + Mar 8 14:52:50.660: 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" 03/08/23 14:52:50.662 + STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-1218, will wait for the garbage collector to delete the pods 03/08/23 14:52:50.662 + Mar 8 14:52:50.721: INFO: Deleting DaemonSet.extensions daemon-set took: 5.562981ms + Mar 8 14:52:50.822: INFO: Terminating DaemonSet.extensions daemon-set pods took: 101.144373ms + Mar 8 14:52:53.127: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Mar 8 14:52:53.127: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set + Mar 8 14:52:53.130: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"639246"},"items":null} + + Mar 8 14:52:53.132: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"639246"},"items":null} + + [AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:187 + Mar 8 14:52:53.142: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "daemonsets-1218" for this suite. 03/08/23 14:52:53.146 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:52:53.152 +Mar 8 14:52:53.152: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename disruption 03/08/23 14:52:53.153 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:52:53.165 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:52:53.169 +[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 03/08/23 14:52:53.171 +Mar 8 14:52:53.171: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename disruption-2 03/08/23 14:52:53.172 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:52:53.186 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:52:53.189 +[It] should list and delete a collection of PodDisruptionBudgets [Conformance] + test/e2e/apps/disruption.go:86 +STEP: Waiting for the pdb to be processed 03/08/23 14:52:53.197 +STEP: Waiting for the pdb to be processed 03/08/23 14:52:55.207 +STEP: Waiting for the pdb to be processed 03/08/23 14:52:57.22 +STEP: listing a collection of PDBs across all namespaces 03/08/23 14:52:59.228 +STEP: listing a collection of PDBs in namespace disruption-7640 03/08/23 14:52:59.232 +STEP: deleting a collection of PDBs 03/08/23 14:52:59.234 +STEP: Waiting for the PDB collection to be deleted 03/08/23 14:52:59.244 +[AfterEach] Listing PodDisruptionBudgets for all namespaces + test/e2e/framework/framework.go:187 +Mar 8 14:52:59.246: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "disruption-2-9497" for this suite. 03/08/23 14:52:59.25 +[AfterEach] [sig-apps] DisruptionController + test/e2e/framework/framework.go:187 +Mar 8 14:52:59.254: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "disruption-7640" for this suite. 03/08/23 14:52:59.258 +{"msg":"PASSED [sig-apps] DisruptionController Listing PodDisruptionBudgets for all namespaces should list and delete a collection of PodDisruptionBudgets [Conformance]","completed":130,"skipped":2640,"failed":0} +------------------------------ +• [SLOW TEST] [6.110 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 03/08/23 14:52:53.152 + Mar 8 14:52:53.152: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename disruption 03/08/23 14:52:53.153 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:52:53.165 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:52:53.169 + [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 03/08/23 14:52:53.171 + Mar 8 14:52:53.171: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename disruption-2 03/08/23 14:52:53.172 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:52:53.186 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:52:53.189 + [It] should list and delete a collection of PodDisruptionBudgets [Conformance] + test/e2e/apps/disruption.go:86 + STEP: Waiting for the pdb to be processed 03/08/23 14:52:53.197 + STEP: Waiting for the pdb to be processed 03/08/23 14:52:55.207 + STEP: Waiting for the pdb to be processed 03/08/23 14:52:57.22 + STEP: listing a collection of PDBs across all namespaces 03/08/23 14:52:59.228 + STEP: listing a collection of PDBs in namespace disruption-7640 03/08/23 14:52:59.232 + STEP: deleting a collection of PDBs 03/08/23 14:52:59.234 + STEP: Waiting for the PDB collection to be deleted 03/08/23 14:52:59.244 + [AfterEach] Listing PodDisruptionBudgets for all namespaces + test/e2e/framework/framework.go:187 + Mar 8 14:52:59.246: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "disruption-2-9497" for this suite. 03/08/23 14:52:59.25 + [AfterEach] [sig-apps] DisruptionController + test/e2e/framework/framework.go:187 + Mar 8 14:52:59.254: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "disruption-7640" for this suite. 03/08/23 14:52:59.258 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:52:59.263 +Mar 8 14:52:59.264: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename runtimeclass 03/08/23 14:52:59.264 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:52:59.277 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:52:59.28 +[It] should reject a Pod requesting a deleted RuntimeClass [NodeConformance] [Conformance] + test/e2e/common/node/runtimeclass.go:156 +STEP: Deleting RuntimeClass runtimeclass-4256-delete-me 03/08/23 14:52:59.286 +STEP: Waiting for the RuntimeClass to disappear 03/08/23 14:52:59.29 +[AfterEach] [sig-node] RuntimeClass + test/e2e/framework/framework.go:187 +Mar 8 14:52:59.300: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "runtimeclass-4256" for this suite. 03/08/23 14:52:59.303 +{"msg":"PASSED [sig-node] RuntimeClass should reject a Pod requesting a deleted RuntimeClass [NodeConformance] [Conformance]","completed":131,"skipped":2662,"failed":0} +------------------------------ +• [0.044 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 03/08/23 14:52:59.263 + Mar 8 14:52:59.264: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename runtimeclass 03/08/23 14:52:59.264 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:52:59.277 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:52:59.28 + [It] should reject a Pod requesting a deleted RuntimeClass [NodeConformance] [Conformance] + test/e2e/common/node/runtimeclass.go:156 + STEP: Deleting RuntimeClass runtimeclass-4256-delete-me 03/08/23 14:52:59.286 + STEP: Waiting for the RuntimeClass to disappear 03/08/23 14:52:59.29 + [AfterEach] [sig-node] RuntimeClass + test/e2e/framework/framework.go:187 + Mar 8 14:52:59.300: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "runtimeclass-4256" for this suite. 03/08/23 14:52:59.303 + << End Captured GinkgoWriter Output +------------------------------ +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 03/08/23 14:52:59.308 +Mar 8 14:52:59.308: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename crd-publish-openapi 03/08/23 14:52:59.309 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:52:59.321 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:52:59.324 +[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 03/08/23 14:52:59.326 +Mar 8 14:52:59.327: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: mark a version not serverd 03/08/23 14:53:06.284 +STEP: check the unserved version gets removed 03/08/23 14:53:06.304 +STEP: check the other version is not changed 03/08/23 14:53:08.432 +[AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Mar 8 14:53:13.688: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "crd-publish-openapi-5576" for this suite. 03/08/23 14:53:13.697 +{"msg":"PASSED [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] removes definition from spec when one version gets changed to not be served [Conformance]","completed":132,"skipped":2663,"failed":0} +------------------------------ +• [SLOW TEST] [14.395 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 03/08/23 14:52:59.308 + Mar 8 14:52:59.308: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename crd-publish-openapi 03/08/23 14:52:59.309 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:52:59.321 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:52:59.324 + [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 03/08/23 14:52:59.326 + Mar 8 14:52:59.327: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: mark a version not serverd 03/08/23 14:53:06.284 + STEP: check the unserved version gets removed 03/08/23 14:53:06.304 + STEP: check the other version is not changed 03/08/23 14:53:08.432 + [AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Mar 8 14:53:13.688: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "crd-publish-openapi-5576" for this suite. 03/08/23 14:53:13.697 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:53:13.705 +Mar 8 14:53:13.705: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename resourcequota 03/08/23 14:53:13.705 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:53:13.719 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:53:13.721 +[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 03/08/23 14:53:13.723 +STEP: Creating a ResourceQuota 03/08/23 14:53:18.727 +STEP: Ensuring resource quota status is calculated 03/08/23 14:53:18.733 +STEP: Creating a ReplicationController 03/08/23 14:53:20.737 +STEP: Ensuring resource quota status captures replication controller creation 03/08/23 14:53:20.751 +STEP: Deleting a ReplicationController 03/08/23 14:53:22.756 +STEP: Ensuring resource quota status released usage 03/08/23 14:53:22.82 +[AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 +Mar 8 14:53:24.824: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "resourcequota-4030" for this suite. 03/08/23 14:53:24.828 +{"msg":"PASSED [sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a replication controller. [Conformance]","completed":133,"skipped":2698,"failed":0} +------------------------------ +• [SLOW TEST] [11.131 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 03/08/23 14:53:13.705 + Mar 8 14:53:13.705: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename resourcequota 03/08/23 14:53:13.705 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:53:13.719 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:53:13.721 + [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 03/08/23 14:53:13.723 + STEP: Creating a ResourceQuota 03/08/23 14:53:18.727 + STEP: Ensuring resource quota status is calculated 03/08/23 14:53:18.733 + STEP: Creating a ReplicationController 03/08/23 14:53:20.737 + STEP: Ensuring resource quota status captures replication controller creation 03/08/23 14:53:20.751 + STEP: Deleting a ReplicationController 03/08/23 14:53:22.756 + STEP: Ensuring resource quota status released usage 03/08/23 14:53:22.82 + [AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 + Mar 8 14:53:24.824: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "resourcequota-4030" for this suite. 03/08/23 14:53:24.828 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:53:24.836 +Mar 8 14:53:24.837: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename downward-api 03/08/23 14:53:24.838 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:53:24.852 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:53:24.855 +[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 03/08/23 14:53:24.857 +Mar 8 14:53:24.865: INFO: Waiting up to 5m0s for pod "downward-api-ba5c054a-7c8e-4a2a-a49d-e121086b88b7" in namespace "downward-api-7793" to be "Succeeded or Failed" +Mar 8 14:53:24.868: INFO: Pod "downward-api-ba5c054a-7c8e-4a2a-a49d-e121086b88b7": Phase="Pending", Reason="", readiness=false. Elapsed: 2.815642ms +Mar 8 14:53:26.872: INFO: Pod "downward-api-ba5c054a-7c8e-4a2a-a49d-e121086b88b7": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006852958s +Mar 8 14:53:28.872: INFO: Pod "downward-api-ba5c054a-7c8e-4a2a-a49d-e121086b88b7": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007488854s +STEP: Saw pod success 03/08/23 14:53:28.873 +Mar 8 14:53:28.873: INFO: Pod "downward-api-ba5c054a-7c8e-4a2a-a49d-e121086b88b7" satisfied condition "Succeeded or Failed" +Mar 8 14:53:28.875: INFO: Trying to get logs from node worker2 pod downward-api-ba5c054a-7c8e-4a2a-a49d-e121086b88b7 container dapi-container: +STEP: delete the pod 03/08/23 14:53:28.889 +Mar 8 14:53:28.899: INFO: Waiting for pod downward-api-ba5c054a-7c8e-4a2a-a49d-e121086b88b7 to disappear +Mar 8 14:53:28.901: INFO: Pod downward-api-ba5c054a-7c8e-4a2a-a49d-e121086b88b7 no longer exists +[AfterEach] [sig-node] Downward API + test/e2e/framework/framework.go:187 +Mar 8 14:53:28.901: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "downward-api-7793" for this suite. 03/08/23 14:53:28.905 +{"msg":"PASSED [sig-node] Downward API should provide pod name, namespace and IP address as env vars [NodeConformance] [Conformance]","completed":134,"skipped":2723,"failed":0} +------------------------------ +• [4.074 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 03/08/23 14:53:24.836 + Mar 8 14:53:24.837: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename downward-api 03/08/23 14:53:24.838 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:53:24.852 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:53:24.855 + [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 03/08/23 14:53:24.857 + Mar 8 14:53:24.865: INFO: Waiting up to 5m0s for pod "downward-api-ba5c054a-7c8e-4a2a-a49d-e121086b88b7" in namespace "downward-api-7793" to be "Succeeded or Failed" + Mar 8 14:53:24.868: INFO: Pod "downward-api-ba5c054a-7c8e-4a2a-a49d-e121086b88b7": Phase="Pending", Reason="", readiness=false. Elapsed: 2.815642ms + Mar 8 14:53:26.872: INFO: Pod "downward-api-ba5c054a-7c8e-4a2a-a49d-e121086b88b7": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006852958s + Mar 8 14:53:28.872: INFO: Pod "downward-api-ba5c054a-7c8e-4a2a-a49d-e121086b88b7": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007488854s + STEP: Saw pod success 03/08/23 14:53:28.873 + Mar 8 14:53:28.873: INFO: Pod "downward-api-ba5c054a-7c8e-4a2a-a49d-e121086b88b7" satisfied condition "Succeeded or Failed" + Mar 8 14:53:28.875: INFO: Trying to get logs from node worker2 pod downward-api-ba5c054a-7c8e-4a2a-a49d-e121086b88b7 container dapi-container: + STEP: delete the pod 03/08/23 14:53:28.889 + Mar 8 14:53:28.899: INFO: Waiting for pod downward-api-ba5c054a-7c8e-4a2a-a49d-e121086b88b7 to disappear + Mar 8 14:53:28.901: INFO: Pod downward-api-ba5c054a-7c8e-4a2a-a49d-e121086b88b7 no longer exists + [AfterEach] [sig-node] Downward API + test/e2e/framework/framework.go:187 + Mar 8 14:53:28.901: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "downward-api-7793" for this suite. 03/08/23 14:53:28.905 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:53:28.911 +Mar 8 14:53:28.911: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename secrets 03/08/23 14:53:28.912 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:53:28.924 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:53:28.926 +[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-2b31e367-45a5-469f-807c-9492abd8e2fd 03/08/23 14:53:28.929 +STEP: Creating a pod to test consume secrets 03/08/23 14:53:28.932 +Mar 8 14:53:28.939: INFO: Waiting up to 5m0s for pod "pod-secrets-93615665-0a11-427b-93c6-b0e11995fc2c" in namespace "secrets-1382" to be "Succeeded or Failed" +Mar 8 14:53:28.942: INFO: Pod "pod-secrets-93615665-0a11-427b-93c6-b0e11995fc2c": Phase="Pending", Reason="", readiness=false. Elapsed: 2.518493ms +Mar 8 14:53:30.947: INFO: Pod "pod-secrets-93615665-0a11-427b-93c6-b0e11995fc2c": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00704103s +Mar 8 14:53:32.948: INFO: Pod "pod-secrets-93615665-0a11-427b-93c6-b0e11995fc2c": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008100384s +STEP: Saw pod success 03/08/23 14:53:32.948 +Mar 8 14:53:32.948: INFO: Pod "pod-secrets-93615665-0a11-427b-93c6-b0e11995fc2c" satisfied condition "Succeeded or Failed" +Mar 8 14:53:32.951: INFO: Trying to get logs from node worker2 pod pod-secrets-93615665-0a11-427b-93c6-b0e11995fc2c container secret-volume-test: +STEP: delete the pod 03/08/23 14:53:32.958 +Mar 8 14:53:32.973: INFO: Waiting for pod pod-secrets-93615665-0a11-427b-93c6-b0e11995fc2c to disappear +Mar 8 14:53:32.976: INFO: Pod pod-secrets-93615665-0a11-427b-93c6-b0e11995fc2c no longer exists +[AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 +Mar 8 14:53:32.976: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "secrets-1382" for this suite. 03/08/23 14:53:32.981 +{"msg":"PASSED [sig-storage] Secrets should be consumable from pods in volume with mappings and Item Mode set [LinuxOnly] [NodeConformance] [Conformance]","completed":135,"skipped":2735,"failed":0} +------------------------------ +• [4.077 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 03/08/23 14:53:28.911 + Mar 8 14:53:28.911: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename secrets 03/08/23 14:53:28.912 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:53:28.924 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:53:28.926 + [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-2b31e367-45a5-469f-807c-9492abd8e2fd 03/08/23 14:53:28.929 + STEP: Creating a pod to test consume secrets 03/08/23 14:53:28.932 + Mar 8 14:53:28.939: INFO: Waiting up to 5m0s for pod "pod-secrets-93615665-0a11-427b-93c6-b0e11995fc2c" in namespace "secrets-1382" to be "Succeeded or Failed" + Mar 8 14:53:28.942: INFO: Pod "pod-secrets-93615665-0a11-427b-93c6-b0e11995fc2c": Phase="Pending", Reason="", readiness=false. Elapsed: 2.518493ms + Mar 8 14:53:30.947: INFO: Pod "pod-secrets-93615665-0a11-427b-93c6-b0e11995fc2c": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00704103s + Mar 8 14:53:32.948: INFO: Pod "pod-secrets-93615665-0a11-427b-93c6-b0e11995fc2c": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008100384s + STEP: Saw pod success 03/08/23 14:53:32.948 + Mar 8 14:53:32.948: INFO: Pod "pod-secrets-93615665-0a11-427b-93c6-b0e11995fc2c" satisfied condition "Succeeded or Failed" + Mar 8 14:53:32.951: INFO: Trying to get logs from node worker2 pod pod-secrets-93615665-0a11-427b-93c6-b0e11995fc2c container secret-volume-test: + STEP: delete the pod 03/08/23 14:53:32.958 + Mar 8 14:53:32.973: INFO: Waiting for pod pod-secrets-93615665-0a11-427b-93c6-b0e11995fc2c to disappear + Mar 8 14:53:32.976: INFO: Pod pod-secrets-93615665-0a11-427b-93c6-b0e11995fc2c no longer exists + [AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 + Mar 8 14:53:32.976: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "secrets-1382" for this suite. 03/08/23 14:53:32.981 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:53:32.99 +Mar 8 14:53:32.990: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename podtemplate 03/08/23 14:53:32.991 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:53:33.004 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:53:33.007 +[It] should replace a pod template [Conformance] + test/e2e/common/node/podtemplates.go:176 +STEP: Create a pod template 03/08/23 14:53:33.009 +STEP: Replace a pod template 03/08/23 14:53:33.013 +Mar 8 14:53:33.021: INFO: Found updated podtemplate annotation: "true" + +[AfterEach] [sig-node] PodTemplates + test/e2e/framework/framework.go:187 +Mar 8 14:53:33.021: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "podtemplate-4678" for this suite. 03/08/23 14:53:33.025 +{"msg":"PASSED [sig-node] PodTemplates should replace a pod template [Conformance]","completed":136,"skipped":2802,"failed":0} +------------------------------ +• [0.040 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 03/08/23 14:53:32.99 + Mar 8 14:53:32.990: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename podtemplate 03/08/23 14:53:32.991 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:53:33.004 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:53:33.007 + [It] should replace a pod template [Conformance] + test/e2e/common/node/podtemplates.go:176 + STEP: Create a pod template 03/08/23 14:53:33.009 + STEP: Replace a pod template 03/08/23 14:53:33.013 + Mar 8 14:53:33.021: INFO: Found updated podtemplate annotation: "true" + + [AfterEach] [sig-node] PodTemplates + test/e2e/framework/framework.go:187 + Mar 8 14:53:33.021: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "podtemplate-4678" for this suite. 03/08/23 14:53:33.025 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[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 03/08/23 14:53:33.03 +Mar 8 14:53:33.030: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename kubectl 03/08/23 14:53:33.031 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:53:33.045 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:53:33.047 +[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 03/08/23 14:53:33.049 +Mar 8 14:53:33.050: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-7623 create -f -' +Mar 8 14:53:33.681: INFO: stderr: "" +Mar 8 14:53:33.681: INFO: stdout: "replicationcontroller/agnhost-primary created\n" +STEP: Waiting for Agnhost primary to start. 03/08/23 14:53:33.681 +Mar 8 14:53:34.686: INFO: Selector matched 1 pods for map[app:agnhost] +Mar 8 14:53:34.686: INFO: Found 0 / 1 +Mar 8 14:53:35.685: INFO: Selector matched 1 pods for map[app:agnhost] +Mar 8 14:53:35.685: INFO: Found 1 / 1 +Mar 8 14:53:35.685: INFO: WaitFor completed with timeout 5m0s. Pods found = 1 out of 1 +STEP: patching all pods 03/08/23 14:53:35.685 +Mar 8 14:53:35.689: INFO: Selector matched 1 pods for map[app:agnhost] +Mar 8 14:53:35.689: INFO: ForEach: Found 1 pods from the filter. Now looping through them. +Mar 8 14:53:35.689: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-7623 patch pod agnhost-primary-pfqxt -p {"metadata":{"annotations":{"x":"y"}}}' +Mar 8 14:53:35.769: INFO: stderr: "" +Mar 8 14:53:35.769: INFO: stdout: "pod/agnhost-primary-pfqxt patched\n" +STEP: checking annotations 03/08/23 14:53:35.769 +Mar 8 14:53:35.772: INFO: Selector matched 1 pods for map[app:agnhost] +Mar 8 14:53:35.772: INFO: ForEach: Found 1 pods from the filter. Now looping through them. +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 +Mar 8 14:53:35.772: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubectl-7623" for this suite. 03/08/23 14:53:35.777 +{"msg":"PASSED [sig-cli] Kubectl client Kubectl patch should add annotations for pods in rc [Conformance]","completed":137,"skipped":2806,"failed":0} +------------------------------ +• [2.752 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 03/08/23 14:53:33.03 + Mar 8 14:53:33.030: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename kubectl 03/08/23 14:53:33.031 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:53:33.045 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:53:33.047 + [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 03/08/23 14:53:33.049 + Mar 8 14:53:33.050: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-7623 create -f -' + Mar 8 14:53:33.681: INFO: stderr: "" + Mar 8 14:53:33.681: INFO: stdout: "replicationcontroller/agnhost-primary created\n" + STEP: Waiting for Agnhost primary to start. 03/08/23 14:53:33.681 + Mar 8 14:53:34.686: INFO: Selector matched 1 pods for map[app:agnhost] + Mar 8 14:53:34.686: INFO: Found 0 / 1 + Mar 8 14:53:35.685: INFO: Selector matched 1 pods for map[app:agnhost] + Mar 8 14:53:35.685: INFO: Found 1 / 1 + Mar 8 14:53:35.685: INFO: WaitFor completed with timeout 5m0s. Pods found = 1 out of 1 + STEP: patching all pods 03/08/23 14:53:35.685 + Mar 8 14:53:35.689: INFO: Selector matched 1 pods for map[app:agnhost] + Mar 8 14:53:35.689: INFO: ForEach: Found 1 pods from the filter. Now looping through them. + Mar 8 14:53:35.689: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-7623 patch pod agnhost-primary-pfqxt -p {"metadata":{"annotations":{"x":"y"}}}' + Mar 8 14:53:35.769: INFO: stderr: "" + Mar 8 14:53:35.769: INFO: stdout: "pod/agnhost-primary-pfqxt patched\n" + STEP: checking annotations 03/08/23 14:53:35.769 + Mar 8 14:53:35.772: INFO: Selector matched 1 pods for map[app:agnhost] + Mar 8 14:53:35.772: INFO: ForEach: Found 1 pods from the filter. Now looping through them. + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 + Mar 8 14:53:35.772: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubectl-7623" for this suite. 03/08/23 14:53:35.777 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[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 03/08/23 14:53:35.783 +Mar 8 14:53:35.783: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename subpath 03/08/23 14:53:35.784 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:53:35.807 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:53:35.809 +[BeforeEach] Atomic writer volumes + test/e2e/storage/subpath.go:40 +STEP: Setting up data 03/08/23 14:53:35.811 +[It] should support subpaths with secret pod [Conformance] + test/e2e/storage/subpath.go:60 +STEP: Creating pod pod-subpath-test-secret-mbrj 03/08/23 14:53:35.819 +STEP: Creating a pod to test atomic-volume-subpath 03/08/23 14:53:35.819 +Mar 8 14:53:35.826: INFO: Waiting up to 5m0s for pod "pod-subpath-test-secret-mbrj" in namespace "subpath-4511" to be "Succeeded or Failed" +Mar 8 14:53:35.828: INFO: Pod "pod-subpath-test-secret-mbrj": Phase="Pending", Reason="", readiness=false. Elapsed: 2.19141ms +Mar 8 14:53:37.832: INFO: Pod "pod-subpath-test-secret-mbrj": Phase="Running", Reason="", readiness=true. Elapsed: 2.006162424s +Mar 8 14:53:39.833: INFO: Pod "pod-subpath-test-secret-mbrj": Phase="Running", Reason="", readiness=true. Elapsed: 4.007476265s +Mar 8 14:53:41.832: INFO: Pod "pod-subpath-test-secret-mbrj": Phase="Running", Reason="", readiness=true. Elapsed: 6.005877567s +Mar 8 14:53:43.832: INFO: Pod "pod-subpath-test-secret-mbrj": Phase="Running", Reason="", readiness=true. Elapsed: 8.005533657s +Mar 8 14:53:45.832: INFO: Pod "pod-subpath-test-secret-mbrj": Phase="Running", Reason="", readiness=true. Elapsed: 10.006001231s +Mar 8 14:53:47.833: INFO: Pod "pod-subpath-test-secret-mbrj": Phase="Running", Reason="", readiness=true. Elapsed: 12.006975742s +Mar 8 14:53:49.832: INFO: Pod "pod-subpath-test-secret-mbrj": Phase="Running", Reason="", readiness=true. Elapsed: 14.00635785s +Mar 8 14:53:51.833: INFO: Pod "pod-subpath-test-secret-mbrj": Phase="Running", Reason="", readiness=true. Elapsed: 16.007146222s +Mar 8 14:53:53.833: INFO: Pod "pod-subpath-test-secret-mbrj": Phase="Running", Reason="", readiness=true. Elapsed: 18.007056785s +Mar 8 14:53:55.832: INFO: Pod "pod-subpath-test-secret-mbrj": Phase="Running", Reason="", readiness=true. Elapsed: 20.006482848s +Mar 8 14:53:57.833: INFO: Pod "pod-subpath-test-secret-mbrj": Phase="Running", Reason="", readiness=false. Elapsed: 22.006834313s +Mar 8 14:53:59.833: INFO: Pod "pod-subpath-test-secret-mbrj": Phase="Succeeded", Reason="", readiness=false. Elapsed: 24.006968947s +STEP: Saw pod success 03/08/23 14:53:59.833 +Mar 8 14:53:59.833: INFO: Pod "pod-subpath-test-secret-mbrj" satisfied condition "Succeeded or Failed" +Mar 8 14:53:59.836: INFO: Trying to get logs from node worker2 pod pod-subpath-test-secret-mbrj container test-container-subpath-secret-mbrj: +STEP: delete the pod 03/08/23 14:53:59.842 +Mar 8 14:53:59.851: INFO: Waiting for pod pod-subpath-test-secret-mbrj to disappear +Mar 8 14:53:59.855: INFO: Pod pod-subpath-test-secret-mbrj no longer exists +STEP: Deleting pod pod-subpath-test-secret-mbrj 03/08/23 14:53:59.855 +Mar 8 14:53:59.855: INFO: Deleting pod "pod-subpath-test-secret-mbrj" in namespace "subpath-4511" +[AfterEach] [sig-storage] Subpath + test/e2e/framework/framework.go:187 +Mar 8 14:53:59.858: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "subpath-4511" for this suite. 03/08/23 14:53:59.861 +{"msg":"PASSED [sig-storage] Subpath Atomic writer volumes should support subpaths with secret pod [Conformance]","completed":138,"skipped":2808,"failed":0} +------------------------------ +• [SLOW TEST] [24.087 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 03/08/23 14:53:35.783 + Mar 8 14:53:35.783: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename subpath 03/08/23 14:53:35.784 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:53:35.807 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:53:35.809 + [BeforeEach] Atomic writer volumes + test/e2e/storage/subpath.go:40 + STEP: Setting up data 03/08/23 14:53:35.811 + [It] should support subpaths with secret pod [Conformance] + test/e2e/storage/subpath.go:60 + STEP: Creating pod pod-subpath-test-secret-mbrj 03/08/23 14:53:35.819 + STEP: Creating a pod to test atomic-volume-subpath 03/08/23 14:53:35.819 + Mar 8 14:53:35.826: INFO: Waiting up to 5m0s for pod "pod-subpath-test-secret-mbrj" in namespace "subpath-4511" to be "Succeeded or Failed" + Mar 8 14:53:35.828: INFO: Pod "pod-subpath-test-secret-mbrj": Phase="Pending", Reason="", readiness=false. Elapsed: 2.19141ms + Mar 8 14:53:37.832: INFO: Pod "pod-subpath-test-secret-mbrj": Phase="Running", Reason="", readiness=true. Elapsed: 2.006162424s + Mar 8 14:53:39.833: INFO: Pod "pod-subpath-test-secret-mbrj": Phase="Running", Reason="", readiness=true. Elapsed: 4.007476265s + Mar 8 14:53:41.832: INFO: Pod "pod-subpath-test-secret-mbrj": Phase="Running", Reason="", readiness=true. Elapsed: 6.005877567s + Mar 8 14:53:43.832: INFO: Pod "pod-subpath-test-secret-mbrj": Phase="Running", Reason="", readiness=true. Elapsed: 8.005533657s + Mar 8 14:53:45.832: INFO: Pod "pod-subpath-test-secret-mbrj": Phase="Running", Reason="", readiness=true. Elapsed: 10.006001231s + Mar 8 14:53:47.833: INFO: Pod "pod-subpath-test-secret-mbrj": Phase="Running", Reason="", readiness=true. Elapsed: 12.006975742s + Mar 8 14:53:49.832: INFO: Pod "pod-subpath-test-secret-mbrj": Phase="Running", Reason="", readiness=true. Elapsed: 14.00635785s + Mar 8 14:53:51.833: INFO: Pod "pod-subpath-test-secret-mbrj": Phase="Running", Reason="", readiness=true. Elapsed: 16.007146222s + Mar 8 14:53:53.833: INFO: Pod "pod-subpath-test-secret-mbrj": Phase="Running", Reason="", readiness=true. Elapsed: 18.007056785s + Mar 8 14:53:55.832: INFO: Pod "pod-subpath-test-secret-mbrj": Phase="Running", Reason="", readiness=true. Elapsed: 20.006482848s + Mar 8 14:53:57.833: INFO: Pod "pod-subpath-test-secret-mbrj": Phase="Running", Reason="", readiness=false. Elapsed: 22.006834313s + Mar 8 14:53:59.833: INFO: Pod "pod-subpath-test-secret-mbrj": Phase="Succeeded", Reason="", readiness=false. Elapsed: 24.006968947s + STEP: Saw pod success 03/08/23 14:53:59.833 + Mar 8 14:53:59.833: INFO: Pod "pod-subpath-test-secret-mbrj" satisfied condition "Succeeded or Failed" + Mar 8 14:53:59.836: INFO: Trying to get logs from node worker2 pod pod-subpath-test-secret-mbrj container test-container-subpath-secret-mbrj: + STEP: delete the pod 03/08/23 14:53:59.842 + Mar 8 14:53:59.851: INFO: Waiting for pod pod-subpath-test-secret-mbrj to disappear + Mar 8 14:53:59.855: INFO: Pod pod-subpath-test-secret-mbrj no longer exists + STEP: Deleting pod pod-subpath-test-secret-mbrj 03/08/23 14:53:59.855 + Mar 8 14:53:59.855: INFO: Deleting pod "pod-subpath-test-secret-mbrj" in namespace "subpath-4511" + [AfterEach] [sig-storage] Subpath + test/e2e/framework/framework.go:187 + Mar 8 14:53:59.858: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "subpath-4511" for this suite. 03/08/23 14:53:59.861 + << End Captured GinkgoWriter Output +------------------------------ +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 03/08/23 14:53:59.871 +Mar 8 14:53:59.871: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename downward-api 03/08/23 14:53:59.872 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:53:59.886 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:53:59.888 +[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 03/08/23 14:53:59.889 +Mar 8 14:53:59.896: INFO: Waiting up to 5m0s for pod "downward-api-1e028a44-d642-4c84-85fd-b1887db95293" in namespace "downward-api-5413" to be "Succeeded or Failed" +Mar 8 14:53:59.901: INFO: Pod "downward-api-1e028a44-d642-4c84-85fd-b1887db95293": Phase="Pending", Reason="", readiness=false. Elapsed: 4.570592ms +Mar 8 14:54:01.908: INFO: Pod "downward-api-1e028a44-d642-4c84-85fd-b1887db95293": Phase="Pending", Reason="", readiness=false. Elapsed: 2.011942119s +Mar 8 14:54:03.905: INFO: Pod "downward-api-1e028a44-d642-4c84-85fd-b1887db95293": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008616192s +STEP: Saw pod success 03/08/23 14:54:03.905 +Mar 8 14:54:03.905: INFO: Pod "downward-api-1e028a44-d642-4c84-85fd-b1887db95293" satisfied condition "Succeeded or Failed" +Mar 8 14:54:03.908: INFO: Trying to get logs from node worker2 pod downward-api-1e028a44-d642-4c84-85fd-b1887db95293 container dapi-container: +STEP: delete the pod 03/08/23 14:54:03.913 +Mar 8 14:54:03.924: INFO: Waiting for pod downward-api-1e028a44-d642-4c84-85fd-b1887db95293 to disappear +Mar 8 14:54:03.926: INFO: Pod downward-api-1e028a44-d642-4c84-85fd-b1887db95293 no longer exists +[AfterEach] [sig-node] Downward API + test/e2e/framework/framework.go:187 +Mar 8 14:54:03.926: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "downward-api-5413" for this suite. 03/08/23 14:54:03.93 +{"msg":"PASSED [sig-node] Downward API should provide default limits.cpu/memory from node allocatable [NodeConformance] [Conformance]","completed":139,"skipped":2809,"failed":0} +------------------------------ +• [4.064 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 03/08/23 14:53:59.871 + Mar 8 14:53:59.871: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename downward-api 03/08/23 14:53:59.872 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:53:59.886 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:53:59.888 + [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 03/08/23 14:53:59.889 + Mar 8 14:53:59.896: INFO: Waiting up to 5m0s for pod "downward-api-1e028a44-d642-4c84-85fd-b1887db95293" in namespace "downward-api-5413" to be "Succeeded or Failed" + Mar 8 14:53:59.901: INFO: Pod "downward-api-1e028a44-d642-4c84-85fd-b1887db95293": Phase="Pending", Reason="", readiness=false. Elapsed: 4.570592ms + Mar 8 14:54:01.908: INFO: Pod "downward-api-1e028a44-d642-4c84-85fd-b1887db95293": Phase="Pending", Reason="", readiness=false. Elapsed: 2.011942119s + Mar 8 14:54:03.905: INFO: Pod "downward-api-1e028a44-d642-4c84-85fd-b1887db95293": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008616192s + STEP: Saw pod success 03/08/23 14:54:03.905 + Mar 8 14:54:03.905: INFO: Pod "downward-api-1e028a44-d642-4c84-85fd-b1887db95293" satisfied condition "Succeeded or Failed" + Mar 8 14:54:03.908: INFO: Trying to get logs from node worker2 pod downward-api-1e028a44-d642-4c84-85fd-b1887db95293 container dapi-container: + STEP: delete the pod 03/08/23 14:54:03.913 + Mar 8 14:54:03.924: INFO: Waiting for pod downward-api-1e028a44-d642-4c84-85fd-b1887db95293 to disappear + Mar 8 14:54:03.926: INFO: Pod downward-api-1e028a44-d642-4c84-85fd-b1887db95293 no longer exists + [AfterEach] [sig-node] Downward API + test/e2e/framework/framework.go:187 + Mar 8 14:54:03.926: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "downward-api-5413" for this suite. 03/08/23 14:54:03.93 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:54:03.936 +Mar 8 14:54:03.936: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename resourcequota 03/08/23 14:54:03.937 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:54:03.949 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:54:03.952 +[It] should create a ResourceQuota and capture the life of a service. [Conformance] + test/e2e/apimachinery/resource_quota.go:90 +STEP: Counting existing ResourceQuota 03/08/23 14:54:03.954 +STEP: Creating a ResourceQuota 03/08/23 14:54:08.957 +STEP: Ensuring resource quota status is calculated 03/08/23 14:54:08.963 +STEP: Creating a Service 03/08/23 14:54:10.968 +STEP: Creating a NodePort Service 03/08/23 14:54:10.983 +STEP: Not allowing a LoadBalancer Service with NodePort to be created that exceeds remaining quota 03/08/23 14:54:11.01 +STEP: Ensuring resource quota status captures service creation 03/08/23 14:54:11.035 +STEP: Deleting Services 03/08/23 14:54:13.04 +STEP: Ensuring resource quota status released usage 03/08/23 14:54:13.102 +[AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 +Mar 8 14:54:15.106: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "resourcequota-481" for this suite. 03/08/23 14:54:15.11 +{"msg":"PASSED [sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a service. [Conformance]","completed":140,"skipped":2831,"failed":0} +------------------------------ +• [SLOW TEST] [11.180 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 03/08/23 14:54:03.936 + Mar 8 14:54:03.936: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename resourcequota 03/08/23 14:54:03.937 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:54:03.949 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:54:03.952 + [It] should create a ResourceQuota and capture the life of a service. [Conformance] + test/e2e/apimachinery/resource_quota.go:90 + STEP: Counting existing ResourceQuota 03/08/23 14:54:03.954 + STEP: Creating a ResourceQuota 03/08/23 14:54:08.957 + STEP: Ensuring resource quota status is calculated 03/08/23 14:54:08.963 + STEP: Creating a Service 03/08/23 14:54:10.968 + STEP: Creating a NodePort Service 03/08/23 14:54:10.983 + STEP: Not allowing a LoadBalancer Service with NodePort to be created that exceeds remaining quota 03/08/23 14:54:11.01 + STEP: Ensuring resource quota status captures service creation 03/08/23 14:54:11.035 + STEP: Deleting Services 03/08/23 14:54:13.04 + STEP: Ensuring resource quota status released usage 03/08/23 14:54:13.102 + [AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 + Mar 8 14:54:15.106: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "resourcequota-481" for this suite. 03/08/23 14:54:15.11 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSS +------------------------------ +[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 03/08/23 14:54:15.117 +Mar 8 14:54:15.117: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename cronjob 03/08/23 14:54:15.118 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:54:15.134 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:54:15.136 +[It] should support CronJob API operations [Conformance] + test/e2e/apps/cronjob.go:319 +STEP: Creating a cronjob 03/08/23 14:54:15.138 +STEP: creating 03/08/23 14:54:15.138 +STEP: getting 03/08/23 14:54:15.144 +STEP: listing 03/08/23 14:54:15.146 +STEP: watching 03/08/23 14:54:15.149 +Mar 8 14:54:15.149: INFO: starting watch +STEP: cluster-wide listing 03/08/23 14:54:15.15 +STEP: cluster-wide watching 03/08/23 14:54:15.153 +Mar 8 14:54:15.153: INFO: starting watch +STEP: patching 03/08/23 14:54:15.154 +STEP: updating 03/08/23 14:54:15.159 +Mar 8 14:54:15.167: INFO: waiting for watch events with expected annotations +Mar 8 14:54:15.167: INFO: saw patched and updated annotations +STEP: patching /status 03/08/23 14:54:15.167 +STEP: updating /status 03/08/23 14:54:15.176 +STEP: get /status 03/08/23 14:54:15.182 +STEP: deleting 03/08/23 14:54:15.185 +STEP: deleting a collection 03/08/23 14:54:15.197 +[AfterEach] [sig-apps] CronJob + test/e2e/framework/framework.go:187 +Mar 8 14:54:15.207: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "cronjob-3981" for this suite. 03/08/23 14:54:15.21 +{"msg":"PASSED [sig-apps] CronJob should support CronJob API operations [Conformance]","completed":141,"skipped":2839,"failed":0} +------------------------------ +• [0.100 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 03/08/23 14:54:15.117 + Mar 8 14:54:15.117: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename cronjob 03/08/23 14:54:15.118 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:54:15.134 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:54:15.136 + [It] should support CronJob API operations [Conformance] + test/e2e/apps/cronjob.go:319 + STEP: Creating a cronjob 03/08/23 14:54:15.138 + STEP: creating 03/08/23 14:54:15.138 + STEP: getting 03/08/23 14:54:15.144 + STEP: listing 03/08/23 14:54:15.146 + STEP: watching 03/08/23 14:54:15.149 + Mar 8 14:54:15.149: INFO: starting watch + STEP: cluster-wide listing 03/08/23 14:54:15.15 + STEP: cluster-wide watching 03/08/23 14:54:15.153 + Mar 8 14:54:15.153: INFO: starting watch + STEP: patching 03/08/23 14:54:15.154 + STEP: updating 03/08/23 14:54:15.159 + Mar 8 14:54:15.167: INFO: waiting for watch events with expected annotations + Mar 8 14:54:15.167: INFO: saw patched and updated annotations + STEP: patching /status 03/08/23 14:54:15.167 + STEP: updating /status 03/08/23 14:54:15.176 + STEP: get /status 03/08/23 14:54:15.182 + STEP: deleting 03/08/23 14:54:15.185 + STEP: deleting a collection 03/08/23 14:54:15.197 + [AfterEach] [sig-apps] CronJob + test/e2e/framework/framework.go:187 + Mar 8 14:54:15.207: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "cronjob-3981" for this suite. 03/08/23 14:54:15.21 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[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 03/08/23 14:54:15.217 +Mar 8 14:54:15.217: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename container-runtime 03/08/23 14:54:15.218 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:54:15.232 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:54:15.234 +[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 03/08/23 14:54:15.236 +STEP: wait for the container to reach Succeeded 03/08/23 14:54:15.244 +STEP: get the container status 03/08/23 14:54:20.267 +STEP: the container should be terminated 03/08/23 14:54:20.271 +STEP: the termination message should be set 03/08/23 14:54:20.271 +Mar 8 14:54:20.271: INFO: Expected: &{OK} to match Container's Termination Message: OK -- +STEP: delete the container 03/08/23 14:54:20.271 +[AfterEach] [sig-node] Container Runtime + test/e2e/framework/framework.go:187 +Mar 8 14:54:20.283: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "container-runtime-4852" for this suite. 03/08/23 14:54:20.286 +{"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":142,"skipped":2841,"failed":0} +------------------------------ +• [SLOW TEST] [5.075 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 03/08/23 14:54:15.217 + Mar 8 14:54:15.217: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename container-runtime 03/08/23 14:54:15.218 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:54:15.232 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:54:15.234 + [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 03/08/23 14:54:15.236 + STEP: wait for the container to reach Succeeded 03/08/23 14:54:15.244 + STEP: get the container status 03/08/23 14:54:20.267 + STEP: the container should be terminated 03/08/23 14:54:20.271 + STEP: the termination message should be set 03/08/23 14:54:20.271 + Mar 8 14:54:20.271: INFO: Expected: &{OK} to match Container's Termination Message: OK -- + STEP: delete the container 03/08/23 14:54:20.271 + [AfterEach] [sig-node] Container Runtime + test/e2e/framework/framework.go:187 + Mar 8 14:54:20.283: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "container-runtime-4852" for this suite. 03/08/23 14:54:20.286 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSS +------------------------------ +[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 03/08/23 14:54:20.292 +Mar 8 14:54:20.292: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename configmap 03/08/23 14:54:20.293 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:54:20.312 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:54:20.314 +[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-61971483-2d71-4dc2-849c-427e9717a80c 03/08/23 14:54:20.32 +STEP: Creating the pod 03/08/23 14:54:20.325 +Mar 8 14:54:20.333: INFO: Waiting up to 5m0s for pod "pod-configmaps-27b73674-bab7-4276-bb14-77f947c7322f" in namespace "configmap-6512" to be "running" +Mar 8 14:54:20.358: INFO: Pod "pod-configmaps-27b73674-bab7-4276-bb14-77f947c7322f": Phase="Pending", Reason="", readiness=false. Elapsed: 24.727248ms +Mar 8 14:54:22.362: INFO: Pod "pod-configmaps-27b73674-bab7-4276-bb14-77f947c7322f": Phase="Running", Reason="", readiness=false. Elapsed: 2.029032003s +Mar 8 14:54:22.362: INFO: Pod "pod-configmaps-27b73674-bab7-4276-bb14-77f947c7322f" satisfied condition "running" +STEP: Waiting for pod with text data 03/08/23 14:54:22.362 +STEP: Waiting for pod with binary data 03/08/23 14:54:22.368 +[AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 +Mar 8 14:54:22.376: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "configmap-6512" for this suite. 03/08/23 14:54:22.38 +{"msg":"PASSED [sig-storage] ConfigMap binary data should be reflected in volume [NodeConformance] [Conformance]","completed":143,"skipped":2847,"failed":0} +------------------------------ +• [2.094 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 03/08/23 14:54:20.292 + Mar 8 14:54:20.292: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename configmap 03/08/23 14:54:20.293 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:54:20.312 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:54:20.314 + [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-61971483-2d71-4dc2-849c-427e9717a80c 03/08/23 14:54:20.32 + STEP: Creating the pod 03/08/23 14:54:20.325 + Mar 8 14:54:20.333: INFO: Waiting up to 5m0s for pod "pod-configmaps-27b73674-bab7-4276-bb14-77f947c7322f" in namespace "configmap-6512" to be "running" + Mar 8 14:54:20.358: INFO: Pod "pod-configmaps-27b73674-bab7-4276-bb14-77f947c7322f": Phase="Pending", Reason="", readiness=false. Elapsed: 24.727248ms + Mar 8 14:54:22.362: INFO: Pod "pod-configmaps-27b73674-bab7-4276-bb14-77f947c7322f": Phase="Running", Reason="", readiness=false. Elapsed: 2.029032003s + Mar 8 14:54:22.362: INFO: Pod "pod-configmaps-27b73674-bab7-4276-bb14-77f947c7322f" satisfied condition "running" + STEP: Waiting for pod with text data 03/08/23 14:54:22.362 + STEP: Waiting for pod with binary data 03/08/23 14:54:22.368 + [AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 + Mar 8 14:54:22.376: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "configmap-6512" for this suite. 03/08/23 14:54:22.38 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSS +------------------------------ +[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 03/08/23 14:54:22.386 +Mar 8 14:54:22.387: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename security-context-test 03/08/23 14:54:22.387 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:54:22.407 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:54:22.409 +[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 +Mar 8 14:54:22.418: INFO: Waiting up to 5m0s for pod "alpine-nnp-false-11c2363c-c631-4f2b-ad05-83f7d61c4af7" in namespace "security-context-test-42" to be "Succeeded or Failed" +Mar 8 14:54:22.420: INFO: Pod "alpine-nnp-false-11c2363c-c631-4f2b-ad05-83f7d61c4af7": Phase="Pending", Reason="", readiness=false. Elapsed: 2.72845ms +Mar 8 14:54:24.425: INFO: Pod "alpine-nnp-false-11c2363c-c631-4f2b-ad05-83f7d61c4af7": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007525988s +Mar 8 14:54:26.424: INFO: Pod "alpine-nnp-false-11c2363c-c631-4f2b-ad05-83f7d61c4af7": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006274333s +Mar 8 14:54:26.424: INFO: Pod "alpine-nnp-false-11c2363c-c631-4f2b-ad05-83f7d61c4af7" satisfied condition "Succeeded or Failed" +[AfterEach] [sig-node] Security Context + test/e2e/framework/framework.go:187 +Mar 8 14:54:26.438: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "security-context-test-42" for this suite. 03/08/23 14:54:26.442 +{"msg":"PASSED [sig-node] Security Context when creating containers with AllowPrivilegeEscalation should not allow privilege escalation when false [LinuxOnly] [NodeConformance] [Conformance]","completed":144,"skipped":2853,"failed":0} +------------------------------ +• [4.072 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 03/08/23 14:54:22.386 + Mar 8 14:54:22.387: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename security-context-test 03/08/23 14:54:22.387 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:54:22.407 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:54:22.409 + [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 + Mar 8 14:54:22.418: INFO: Waiting up to 5m0s for pod "alpine-nnp-false-11c2363c-c631-4f2b-ad05-83f7d61c4af7" in namespace "security-context-test-42" to be "Succeeded or Failed" + Mar 8 14:54:22.420: INFO: Pod "alpine-nnp-false-11c2363c-c631-4f2b-ad05-83f7d61c4af7": Phase="Pending", Reason="", readiness=false. Elapsed: 2.72845ms + Mar 8 14:54:24.425: INFO: Pod "alpine-nnp-false-11c2363c-c631-4f2b-ad05-83f7d61c4af7": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007525988s + Mar 8 14:54:26.424: INFO: Pod "alpine-nnp-false-11c2363c-c631-4f2b-ad05-83f7d61c4af7": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006274333s + Mar 8 14:54:26.424: INFO: Pod "alpine-nnp-false-11c2363c-c631-4f2b-ad05-83f7d61c4af7" satisfied condition "Succeeded or Failed" + [AfterEach] [sig-node] Security Context + test/e2e/framework/framework.go:187 + Mar 8 14:54:26.438: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "security-context-test-42" for this suite. 03/08/23 14:54:26.442 + << End Captured GinkgoWriter Output +------------------------------ +[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 03/08/23 14:54:26.459 +Mar 8 14:54:26.459: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename daemonsets 03/08/23 14:54:26.46 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:54:26.473 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:54:26.475 +[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 +Mar 8 14:54:26.492: INFO: Creating simple daemon set daemon-set +STEP: Check that daemon pods launch on every node of the cluster. 03/08/23 14:54:26.497 +Mar 8 14:54:26.500: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:54:26.500: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:54:26.500: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:54:26.503: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Mar 8 14:54:26.503: INFO: Node worker1 is running 0 daemon pod, expected 1 +Mar 8 14:54:27.508: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:54:27.508: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:54:27.508: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:54:27.511: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 +Mar 8 14:54:27.511: INFO: Number of running nodes: 2, number of available pods: 2 in daemonset daemon-set +STEP: Update daemon pods image. 03/08/23 14:54:27.522 +STEP: Check that daemon pods images are updated. 03/08/23 14:54:27.531 +Mar 8 14:54:27.534: INFO: Wrong image for pod: daemon-set-gttrs. Expected: ehub.ctcdn.cn/eck/sonobuoy/agnhost:2.40, got: ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2. +Mar 8 14:54:27.534: INFO: Wrong image for pod: daemon-set-xzb9s. Expected: ehub.ctcdn.cn/eck/sonobuoy/agnhost:2.40, got: ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2. +Mar 8 14:54:27.538: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:54:27.538: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:54:27.538: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:54:28.542: INFO: Wrong image for pod: daemon-set-xzb9s. Expected: ehub.ctcdn.cn/eck/sonobuoy/agnhost:2.40, got: ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2. +Mar 8 14:54:28.546: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:54:28.546: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:54:28.546: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:54:29.542: INFO: Wrong image for pod: daemon-set-xzb9s. Expected: ehub.ctcdn.cn/eck/sonobuoy/agnhost:2.40, got: ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2. +Mar 8 14:54:29.546: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:54:29.546: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:54:29.546: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:54:30.541: INFO: Pod daemon-set-94669 is not available +Mar 8 14:54:30.541: INFO: Wrong image for pod: daemon-set-xzb9s. Expected: ehub.ctcdn.cn/eck/sonobuoy/agnhost:2.40, got: ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2. +Mar 8 14:54:30.545: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:54:30.545: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:54:30.545: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:54:31.547: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:54:31.547: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:54:31.547: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:54:32.542: INFO: Pod daemon-set-n57zd is not available +Mar 8 14:54:32.545: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:54:32.546: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:54:32.546: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +STEP: Check that daemon pods are still running on every node of the cluster. 03/08/23 14:54:32.546 +Mar 8 14:54:32.549: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:54:32.549: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:54:32.549: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:54:32.552: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 +Mar 8 14:54:32.552: INFO: Node worker2 is running 0 daemon pod, expected 1 +Mar 8 14:54:33.556: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:54:33.556: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:54:33.556: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 14:54:33.559: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 +Mar 8 14:54:33.559: 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" 03/08/23 14:54:33.574 +STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-6392, will wait for the garbage collector to delete the pods 03/08/23 14:54:33.574 +Mar 8 14:54:33.633: INFO: Deleting DaemonSet.extensions daemon-set took: 5.703608ms +Mar 8 14:54:33.734: INFO: Terminating DaemonSet.extensions daemon-set pods took: 100.963327ms +Mar 8 14:54:36.437: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Mar 8 14:54:36.437: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set +Mar 8 14:54:36.440: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"640196"},"items":null} + +Mar 8 14:54:36.442: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"640196"},"items":null} + +[AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:187 +Mar 8 14:54:36.451: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "daemonsets-6392" for this suite. 03/08/23 14:54:36.455 +{"msg":"PASSED [sig-apps] Daemon set [Serial] should update pod when spec was updated and update strategy is RollingUpdate [Conformance]","completed":145,"skipped":2853,"failed":0} +------------------------------ +• [SLOW TEST] [10.005 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 03/08/23 14:54:26.459 + Mar 8 14:54:26.459: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename daemonsets 03/08/23 14:54:26.46 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:54:26.473 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:54:26.475 + [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 + Mar 8 14:54:26.492: INFO: Creating simple daemon set daemon-set + STEP: Check that daemon pods launch on every node of the cluster. 03/08/23 14:54:26.497 + Mar 8 14:54:26.500: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:54:26.500: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:54:26.500: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:54:26.503: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Mar 8 14:54:26.503: INFO: Node worker1 is running 0 daemon pod, expected 1 + Mar 8 14:54:27.508: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:54:27.508: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:54:27.508: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:54:27.511: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 + Mar 8 14:54:27.511: INFO: Number of running nodes: 2, number of available pods: 2 in daemonset daemon-set + STEP: Update daemon pods image. 03/08/23 14:54:27.522 + STEP: Check that daemon pods images are updated. 03/08/23 14:54:27.531 + Mar 8 14:54:27.534: INFO: Wrong image for pod: daemon-set-gttrs. Expected: ehub.ctcdn.cn/eck/sonobuoy/agnhost:2.40, got: ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2. + Mar 8 14:54:27.534: INFO: Wrong image for pod: daemon-set-xzb9s. Expected: ehub.ctcdn.cn/eck/sonobuoy/agnhost:2.40, got: ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2. + Mar 8 14:54:27.538: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:54:27.538: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:54:27.538: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:54:28.542: INFO: Wrong image for pod: daemon-set-xzb9s. Expected: ehub.ctcdn.cn/eck/sonobuoy/agnhost:2.40, got: ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2. + Mar 8 14:54:28.546: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:54:28.546: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:54:28.546: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:54:29.542: INFO: Wrong image for pod: daemon-set-xzb9s. Expected: ehub.ctcdn.cn/eck/sonobuoy/agnhost:2.40, got: ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2. + Mar 8 14:54:29.546: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:54:29.546: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:54:29.546: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:54:30.541: INFO: Pod daemon-set-94669 is not available + Mar 8 14:54:30.541: INFO: Wrong image for pod: daemon-set-xzb9s. Expected: ehub.ctcdn.cn/eck/sonobuoy/agnhost:2.40, got: ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2. + Mar 8 14:54:30.545: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:54:30.545: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:54:30.545: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:54:31.547: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:54:31.547: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:54:31.547: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:54:32.542: INFO: Pod daemon-set-n57zd is not available + Mar 8 14:54:32.545: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:54:32.546: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:54:32.546: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + STEP: Check that daemon pods are still running on every node of the cluster. 03/08/23 14:54:32.546 + Mar 8 14:54:32.549: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:54:32.549: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:54:32.549: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:54:32.552: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 + Mar 8 14:54:32.552: INFO: Node worker2 is running 0 daemon pod, expected 1 + Mar 8 14:54:33.556: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:54:33.556: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:54:33.556: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 14:54:33.559: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 + Mar 8 14:54:33.559: 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" 03/08/23 14:54:33.574 + STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-6392, will wait for the garbage collector to delete the pods 03/08/23 14:54:33.574 + Mar 8 14:54:33.633: INFO: Deleting DaemonSet.extensions daemon-set took: 5.703608ms + Mar 8 14:54:33.734: INFO: Terminating DaemonSet.extensions daemon-set pods took: 100.963327ms + Mar 8 14:54:36.437: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Mar 8 14:54:36.437: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set + Mar 8 14:54:36.440: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"640196"},"items":null} + + Mar 8 14:54:36.442: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"640196"},"items":null} + + [AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:187 + Mar 8 14:54:36.451: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "daemonsets-6392" for this suite. 03/08/23 14:54:36.455 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSS +------------------------------ +[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 03/08/23 14:54:36.464 +Mar 8 14:54:36.465: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename kubectl 03/08/23 14:54:36.466 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:54:36.481 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:54:36.483 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 +[BeforeEach] Kubectl label + test/e2e/kubectl/kubectl.go:1492 +STEP: creating the pod 03/08/23 14:54:36.485 +Mar 8 14:54:36.485: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-23 create -f -' +Mar 8 14:54:36.705: INFO: stderr: "" +Mar 8 14:54:36.705: INFO: stdout: "pod/pause created\n" +Mar 8 14:54:36.705: INFO: Waiting up to 5m0s for 1 pods to be running and ready: [pause] +Mar 8 14:54:36.705: INFO: Waiting up to 5m0s for pod "pause" in namespace "kubectl-23" to be "running and ready" +Mar 8 14:54:36.708: INFO: Pod "pause": Phase="Pending", Reason="", readiness=false. Elapsed: 3.291148ms +Mar 8 14:54:36.708: INFO: Error evaluating pod condition running and ready: want pod 'pause' on 'worker2' to be 'Running' but was 'Pending' +Mar 8 14:54:38.713: INFO: Pod "pause": Phase="Running", Reason="", readiness=true. Elapsed: 2.007668611s +Mar 8 14:54:38.713: INFO: Pod "pause" satisfied condition "running and ready" +Mar 8 14:54:38.713: 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 03/08/23 14:54:38.713 +Mar 8 14:54:38.713: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-23 label pods pause testing-label=testing-label-value' +Mar 8 14:54:38.792: INFO: stderr: "" +Mar 8 14:54:38.792: INFO: stdout: "pod/pause labeled\n" +STEP: verifying the pod has the label testing-label with the value testing-label-value 03/08/23 14:54:38.792 +Mar 8 14:54:38.792: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-23 get pod pause -L testing-label' +Mar 8 14:54:38.859: INFO: stderr: "" +Mar 8 14:54:38.859: 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 03/08/23 14:54:38.859 +Mar 8 14:54:38.859: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-23 label pods pause testing-label-' +Mar 8 14:54:38.936: INFO: stderr: "" +Mar 8 14:54:38.936: INFO: stdout: "pod/pause unlabeled\n" +STEP: verifying the pod doesn't have the label testing-label 03/08/23 14:54:38.936 +Mar 8 14:54:38.936: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-23 get pod pause -L testing-label' +Mar 8 14:54:39.002: INFO: stderr: "" +Mar 8 14:54:39.002: INFO: stdout: "NAME READY STATUS RESTARTS AGE TESTING-LABEL\npause 1/1 Running 0 2s \n" +[AfterEach] Kubectl label + test/e2e/kubectl/kubectl.go:1498 +STEP: using delete to clean up resources 03/08/23 14:54:39.002 +Mar 8 14:54:39.002: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-23 delete --grace-period=0 --force -f -' +Mar 8 14:54:39.090: 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" +Mar 8 14:54:39.090: INFO: stdout: "pod \"pause\" force deleted\n" +Mar 8 14:54:39.090: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-23 get rc,svc -l name=pause --no-headers' +Mar 8 14:54:39.173: INFO: stderr: "No resources found in kubectl-23 namespace.\n" +Mar 8 14:54:39.173: INFO: stdout: "" +Mar 8 14:54:39.173: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-23 get pods -l name=pause -o go-template={{ range .items }}{{ if not .metadata.deletionTimestamp }}{{ .metadata.name }}{{ "\n" }}{{ end }}{{ end }}' +Mar 8 14:54:39.241: INFO: stderr: "" +Mar 8 14:54:39.241: INFO: stdout: "" +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 +Mar 8 14:54:39.241: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubectl-23" for this suite. 03/08/23 14:54:39.245 +{"msg":"PASSED [sig-cli] Kubectl client Kubectl label should update the label on a resource [Conformance]","completed":146,"skipped":2861,"failed":0} +------------------------------ +• [2.786 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 03/08/23 14:54:36.464 + Mar 8 14:54:36.465: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename kubectl 03/08/23 14:54:36.466 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:54:36.481 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:54:36.483 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 + [BeforeEach] Kubectl label + test/e2e/kubectl/kubectl.go:1492 + STEP: creating the pod 03/08/23 14:54:36.485 + Mar 8 14:54:36.485: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-23 create -f -' + Mar 8 14:54:36.705: INFO: stderr: "" + Mar 8 14:54:36.705: INFO: stdout: "pod/pause created\n" + Mar 8 14:54:36.705: INFO: Waiting up to 5m0s for 1 pods to be running and ready: [pause] + Mar 8 14:54:36.705: INFO: Waiting up to 5m0s for pod "pause" in namespace "kubectl-23" to be "running and ready" + Mar 8 14:54:36.708: INFO: Pod "pause": Phase="Pending", Reason="", readiness=false. Elapsed: 3.291148ms + Mar 8 14:54:36.708: INFO: Error evaluating pod condition running and ready: want pod 'pause' on 'worker2' to be 'Running' but was 'Pending' + Mar 8 14:54:38.713: INFO: Pod "pause": Phase="Running", Reason="", readiness=true. Elapsed: 2.007668611s + Mar 8 14:54:38.713: INFO: Pod "pause" satisfied condition "running and ready" + Mar 8 14:54:38.713: 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 03/08/23 14:54:38.713 + Mar 8 14:54:38.713: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-23 label pods pause testing-label=testing-label-value' + Mar 8 14:54:38.792: INFO: stderr: "" + Mar 8 14:54:38.792: INFO: stdout: "pod/pause labeled\n" + STEP: verifying the pod has the label testing-label with the value testing-label-value 03/08/23 14:54:38.792 + Mar 8 14:54:38.792: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-23 get pod pause -L testing-label' + Mar 8 14:54:38.859: INFO: stderr: "" + Mar 8 14:54:38.859: 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 03/08/23 14:54:38.859 + Mar 8 14:54:38.859: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-23 label pods pause testing-label-' + Mar 8 14:54:38.936: INFO: stderr: "" + Mar 8 14:54:38.936: INFO: stdout: "pod/pause unlabeled\n" + STEP: verifying the pod doesn't have the label testing-label 03/08/23 14:54:38.936 + Mar 8 14:54:38.936: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-23 get pod pause -L testing-label' + Mar 8 14:54:39.002: INFO: stderr: "" + Mar 8 14:54:39.002: INFO: stdout: "NAME READY STATUS RESTARTS AGE TESTING-LABEL\npause 1/1 Running 0 2s \n" + [AfterEach] Kubectl label + test/e2e/kubectl/kubectl.go:1498 + STEP: using delete to clean up resources 03/08/23 14:54:39.002 + Mar 8 14:54:39.002: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-23 delete --grace-period=0 --force -f -' + Mar 8 14:54:39.090: 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" + Mar 8 14:54:39.090: INFO: stdout: "pod \"pause\" force deleted\n" + Mar 8 14:54:39.090: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-23 get rc,svc -l name=pause --no-headers' + Mar 8 14:54:39.173: INFO: stderr: "No resources found in kubectl-23 namespace.\n" + Mar 8 14:54:39.173: INFO: stdout: "" + Mar 8 14:54:39.173: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-23 get pods -l name=pause -o go-template={{ range .items }}{{ if not .metadata.deletionTimestamp }}{{ .metadata.name }}{{ "\n" }}{{ end }}{{ end }}' + Mar 8 14:54:39.241: INFO: stderr: "" + Mar 8 14:54:39.241: INFO: stdout: "" + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 + Mar 8 14:54:39.241: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubectl-23" for this suite. 03/08/23 14:54:39.245 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[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 03/08/23 14:54:39.251 +Mar 8 14:54:39.251: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename job 03/08/23 14:54:39.252 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:54:39.266 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:54:39.268 +[It] should adopt matching orphans and release non-matching pods [Conformance] + test/e2e/apps/job.go:335 +STEP: Creating a job 03/08/23 14:54:39.269 +STEP: Ensuring active pods == parallelism 03/08/23 14:54:39.275 +STEP: Orphaning one of the Job's Pods 03/08/23 14:54:41.28 +Mar 8 14:54:41.797: INFO: Successfully updated pod "adopt-release-jgkp9" +STEP: Checking that the Job readopts the Pod 03/08/23 14:54:41.797 +Mar 8 14:54:41.797: INFO: Waiting up to 15m0s for pod "adopt-release-jgkp9" in namespace "job-2545" to be "adopted" +Mar 8 14:54:41.800: INFO: Pod "adopt-release-jgkp9": Phase="Running", Reason="", readiness=true. Elapsed: 2.593776ms +Mar 8 14:54:43.804: INFO: Pod "adopt-release-jgkp9": Phase="Running", Reason="", readiness=true. Elapsed: 2.006995021s +Mar 8 14:54:43.804: INFO: Pod "adopt-release-jgkp9" satisfied condition "adopted" +STEP: Removing the labels from the Job's Pod 03/08/23 14:54:43.804 +Mar 8 14:54:44.315: INFO: Successfully updated pod "adopt-release-jgkp9" +STEP: Checking that the Job releases the Pod 03/08/23 14:54:44.315 +Mar 8 14:54:44.315: INFO: Waiting up to 15m0s for pod "adopt-release-jgkp9" in namespace "job-2545" to be "released" +Mar 8 14:54:44.317: INFO: Pod "adopt-release-jgkp9": Phase="Running", Reason="", readiness=true. Elapsed: 2.438204ms +Mar 8 14:54:46.321: INFO: Pod "adopt-release-jgkp9": Phase="Running", Reason="", readiness=true. Elapsed: 2.006404138s +Mar 8 14:54:46.321: INFO: Pod "adopt-release-jgkp9" satisfied condition "released" +[AfterEach] [sig-apps] Job + test/e2e/framework/framework.go:187 +Mar 8 14:54:46.322: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "job-2545" for this suite. 03/08/23 14:54:46.326 +{"msg":"PASSED [sig-apps] Job should adopt matching orphans and release non-matching pods [Conformance]","completed":147,"skipped":2863,"failed":0} +------------------------------ +• [SLOW TEST] [7.081 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 03/08/23 14:54:39.251 + Mar 8 14:54:39.251: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename job 03/08/23 14:54:39.252 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:54:39.266 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:54:39.268 + [It] should adopt matching orphans and release non-matching pods [Conformance] + test/e2e/apps/job.go:335 + STEP: Creating a job 03/08/23 14:54:39.269 + STEP: Ensuring active pods == parallelism 03/08/23 14:54:39.275 + STEP: Orphaning one of the Job's Pods 03/08/23 14:54:41.28 + Mar 8 14:54:41.797: INFO: Successfully updated pod "adopt-release-jgkp9" + STEP: Checking that the Job readopts the Pod 03/08/23 14:54:41.797 + Mar 8 14:54:41.797: INFO: Waiting up to 15m0s for pod "adopt-release-jgkp9" in namespace "job-2545" to be "adopted" + Mar 8 14:54:41.800: INFO: Pod "adopt-release-jgkp9": Phase="Running", Reason="", readiness=true. Elapsed: 2.593776ms + Mar 8 14:54:43.804: INFO: Pod "adopt-release-jgkp9": Phase="Running", Reason="", readiness=true. Elapsed: 2.006995021s + Mar 8 14:54:43.804: INFO: Pod "adopt-release-jgkp9" satisfied condition "adopted" + STEP: Removing the labels from the Job's Pod 03/08/23 14:54:43.804 + Mar 8 14:54:44.315: INFO: Successfully updated pod "adopt-release-jgkp9" + STEP: Checking that the Job releases the Pod 03/08/23 14:54:44.315 + Mar 8 14:54:44.315: INFO: Waiting up to 15m0s for pod "adopt-release-jgkp9" in namespace "job-2545" to be "released" + Mar 8 14:54:44.317: INFO: Pod "adopt-release-jgkp9": Phase="Running", Reason="", readiness=true. Elapsed: 2.438204ms + Mar 8 14:54:46.321: INFO: Pod "adopt-release-jgkp9": Phase="Running", Reason="", readiness=true. Elapsed: 2.006404138s + Mar 8 14:54:46.321: INFO: Pod "adopt-release-jgkp9" satisfied condition "released" + [AfterEach] [sig-apps] Job + test/e2e/framework/framework.go:187 + Mar 8 14:54:46.322: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "job-2545" for this suite. 03/08/23 14:54:46.326 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:54:46.333 +Mar 8 14:54:46.333: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename var-expansion 03/08/23 14:54:46.334 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:54:46.347 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:54:46.35 +[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 03/08/23 14:54:46.352 +Mar 8 14:54:46.359: INFO: Waiting up to 2m0s for pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6" in namespace "var-expansion-9124" to be "running" +Mar 8 14:54:46.363: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 4.468785ms +Mar 8 14:54:48.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008670082s +Mar 8 14:54:50.367: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 4.008501134s +Mar 8 14:54:52.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 6.008996235s +Mar 8 14:54:54.367: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 8.008534868s +Mar 8 14:54:56.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 10.00911821s +Mar 8 14:54:58.369: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 12.010367926s +Mar 8 14:55:00.367: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 14.008238246s +Mar 8 14:55:02.367: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 16.008525619s +Mar 8 14:55:04.367: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 18.008526519s +Mar 8 14:55:06.369: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 20.009878527s +Mar 8 14:55:08.369: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 22.010238884s +Mar 8 14:55:10.369: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 24.009714422s +Mar 8 14:55:12.367: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 26.008362588s +Mar 8 14:55:14.367: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 28.00798347s +Mar 8 14:55:16.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 30.008764264s +Mar 8 14:55:18.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 32.008853733s +Mar 8 14:55:20.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 34.008891179s +Mar 8 14:55:22.371: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 36.01247472s +Mar 8 14:55:24.367: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 38.007983011s +Mar 8 14:55:26.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 40.008791349s +Mar 8 14:55:28.370: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 42.011457361s +Mar 8 14:55:30.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 44.008893502s +Mar 8 14:55:32.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 46.009314195s +Mar 8 14:55:34.367: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 48.008437688s +Mar 8 14:55:36.369: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 50.009787317s +Mar 8 14:55:38.369: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 52.009614407s +Mar 8 14:55:40.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 54.008786274s +Mar 8 14:55:42.367: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 56.00849259s +Mar 8 14:55:44.369: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 58.010038203s +Mar 8 14:55:46.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m0.009552278s +Mar 8 14:55:48.369: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m2.009732722s +Mar 8 14:55:50.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m4.009448471s +Mar 8 14:55:52.367: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m6.008421882s +Mar 8 14:55:54.370: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m8.011043744s +Mar 8 14:55:56.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m10.008966048s +Mar 8 14:55:58.371: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m12.012511205s +Mar 8 14:56:00.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m14.009389728s +Mar 8 14:56:02.367: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m16.008253602s +Mar 8 14:56:04.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m18.008770839s +Mar 8 14:56:06.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m20.008845557s +Mar 8 14:56:08.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m22.009511361s +Mar 8 14:56:10.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m24.009520312s +Mar 8 14:56:12.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m26.009157469s +Mar 8 14:56:14.367: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m28.008021385s +Mar 8 14:56:16.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m30.009263299s +Mar 8 14:56:18.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m32.009325484s +Mar 8 14:56:20.367: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m34.008169125s +Mar 8 14:56:22.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m36.009250682s +Mar 8 14:56:24.367: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m38.008427519s +Mar 8 14:56:26.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m40.008704897s +Mar 8 14:56:28.369: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m42.010313597s +Mar 8 14:56:30.367: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m44.008328924s +Mar 8 14:56:32.367: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m46.008228331s +Mar 8 14:56:34.367: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m48.008540513s +Mar 8 14:56:36.369: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m50.009973729s +Mar 8 14:56:38.369: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m52.010299867s +Mar 8 14:56:40.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m54.009165639s +Mar 8 14:56:42.367: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m56.008282145s +Mar 8 14:56:44.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m58.008675159s +Mar 8 14:56:46.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 2m0.008655756s +Mar 8 14:56:46.371: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 2m0.011676618s +STEP: updating the pod 03/08/23 14:56:46.371 +Mar 8 14:56:46.883: INFO: Successfully updated pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6" +STEP: waiting for pod running 03/08/23 14:56:46.883 +Mar 8 14:56:46.883: INFO: Waiting up to 2m0s for pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6" in namespace "var-expansion-9124" to be "running" +Mar 8 14:56:46.886: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 2.712227ms +Mar 8 14:56:48.890: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Running", Reason="", readiness=true. Elapsed: 2.00675733s +Mar 8 14:56:48.890: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6" satisfied condition "running" +STEP: deleting the pod gracefully 03/08/23 14:56:48.89 +Mar 8 14:56:48.890: INFO: Deleting pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6" in namespace "var-expansion-9124" +Mar 8 14:56:48.898: INFO: Wait up to 5m0s for pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6" to be fully deleted +[AfterEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:187 +Mar 8 14:57:20.907: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "var-expansion-9124" for this suite. 03/08/23 14:57:20.911 +{"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":148,"skipped":2890,"failed":0} +------------------------------ +• [SLOW TEST] [154.589 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 03/08/23 14:54:46.333 + Mar 8 14:54:46.333: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename var-expansion 03/08/23 14:54:46.334 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:54:46.347 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:54:46.35 + [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 03/08/23 14:54:46.352 + Mar 8 14:54:46.359: INFO: Waiting up to 2m0s for pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6" in namespace "var-expansion-9124" to be "running" + Mar 8 14:54:46.363: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 4.468785ms + Mar 8 14:54:48.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008670082s + Mar 8 14:54:50.367: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 4.008501134s + Mar 8 14:54:52.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 6.008996235s + Mar 8 14:54:54.367: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 8.008534868s + Mar 8 14:54:56.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 10.00911821s + Mar 8 14:54:58.369: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 12.010367926s + Mar 8 14:55:00.367: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 14.008238246s + Mar 8 14:55:02.367: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 16.008525619s + Mar 8 14:55:04.367: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 18.008526519s + Mar 8 14:55:06.369: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 20.009878527s + Mar 8 14:55:08.369: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 22.010238884s + Mar 8 14:55:10.369: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 24.009714422s + Mar 8 14:55:12.367: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 26.008362588s + Mar 8 14:55:14.367: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 28.00798347s + Mar 8 14:55:16.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 30.008764264s + Mar 8 14:55:18.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 32.008853733s + Mar 8 14:55:20.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 34.008891179s + Mar 8 14:55:22.371: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 36.01247472s + Mar 8 14:55:24.367: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 38.007983011s + Mar 8 14:55:26.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 40.008791349s + Mar 8 14:55:28.370: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 42.011457361s + Mar 8 14:55:30.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 44.008893502s + Mar 8 14:55:32.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 46.009314195s + Mar 8 14:55:34.367: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 48.008437688s + Mar 8 14:55:36.369: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 50.009787317s + Mar 8 14:55:38.369: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 52.009614407s + Mar 8 14:55:40.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 54.008786274s + Mar 8 14:55:42.367: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 56.00849259s + Mar 8 14:55:44.369: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 58.010038203s + Mar 8 14:55:46.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m0.009552278s + Mar 8 14:55:48.369: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m2.009732722s + Mar 8 14:55:50.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m4.009448471s + Mar 8 14:55:52.367: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m6.008421882s + Mar 8 14:55:54.370: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m8.011043744s + Mar 8 14:55:56.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m10.008966048s + Mar 8 14:55:58.371: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m12.012511205s + Mar 8 14:56:00.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m14.009389728s + Mar 8 14:56:02.367: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m16.008253602s + Mar 8 14:56:04.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m18.008770839s + Mar 8 14:56:06.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m20.008845557s + Mar 8 14:56:08.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m22.009511361s + Mar 8 14:56:10.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m24.009520312s + Mar 8 14:56:12.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m26.009157469s + Mar 8 14:56:14.367: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m28.008021385s + Mar 8 14:56:16.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m30.009263299s + Mar 8 14:56:18.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m32.009325484s + Mar 8 14:56:20.367: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m34.008169125s + Mar 8 14:56:22.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m36.009250682s + Mar 8 14:56:24.367: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m38.008427519s + Mar 8 14:56:26.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m40.008704897s + Mar 8 14:56:28.369: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m42.010313597s + Mar 8 14:56:30.367: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m44.008328924s + Mar 8 14:56:32.367: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m46.008228331s + Mar 8 14:56:34.367: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m48.008540513s + Mar 8 14:56:36.369: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m50.009973729s + Mar 8 14:56:38.369: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m52.010299867s + Mar 8 14:56:40.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m54.009165639s + Mar 8 14:56:42.367: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m56.008282145s + Mar 8 14:56:44.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 1m58.008675159s + Mar 8 14:56:46.368: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 2m0.008655756s + Mar 8 14:56:46.371: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 2m0.011676618s + STEP: updating the pod 03/08/23 14:56:46.371 + Mar 8 14:56:46.883: INFO: Successfully updated pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6" + STEP: waiting for pod running 03/08/23 14:56:46.883 + Mar 8 14:56:46.883: INFO: Waiting up to 2m0s for pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6" in namespace "var-expansion-9124" to be "running" + Mar 8 14:56:46.886: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Pending", Reason="", readiness=false. Elapsed: 2.712227ms + Mar 8 14:56:48.890: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6": Phase="Running", Reason="", readiness=true. Elapsed: 2.00675733s + Mar 8 14:56:48.890: INFO: Pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6" satisfied condition "running" + STEP: deleting the pod gracefully 03/08/23 14:56:48.89 + Mar 8 14:56:48.890: INFO: Deleting pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6" in namespace "var-expansion-9124" + Mar 8 14:56:48.898: INFO: Wait up to 5m0s for pod "var-expansion-84c14cc2-c2a4-40b4-b64b-ba23245717b6" to be fully deleted + [AfterEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:187 + Mar 8 14:57:20.907: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "var-expansion-9124" for this suite. 03/08/23 14:57:20.911 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:57:20.922 +Mar 8 14:57:20.922: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename container-probe 03/08/23 14:57:20.923 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:57:20.938 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:57:20.941 +[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 +Mar 8 14:57:20.951: INFO: Waiting up to 5m0s for pod "test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c" in namespace "container-probe-9507" to be "running and ready" +Mar 8 14:57:20.954: INFO: Pod "test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c": Phase="Pending", Reason="", readiness=false. Elapsed: 2.785441ms +Mar 8 14:57:20.954: INFO: The phase of Pod test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c is Pending, waiting for it to be Running (with Ready = true) +Mar 8 14:57:22.959: INFO: Pod "test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c": Phase="Running", Reason="", readiness=false. Elapsed: 2.008293332s +Mar 8 14:57:22.959: INFO: The phase of Pod test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c is Running (Ready = false) +Mar 8 14:57:24.958: INFO: Pod "test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c": Phase="Running", Reason="", readiness=false. Elapsed: 4.007107503s +Mar 8 14:57:24.958: INFO: The phase of Pod test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c is Running (Ready = false) +Mar 8 14:57:26.957: INFO: Pod "test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c": Phase="Running", Reason="", readiness=false. Elapsed: 6.006675245s +Mar 8 14:57:26.957: INFO: The phase of Pod test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c is Running (Ready = false) +Mar 8 14:57:28.958: INFO: Pod "test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c": Phase="Running", Reason="", readiness=false. Elapsed: 8.007533016s +Mar 8 14:57:28.958: INFO: The phase of Pod test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c is Running (Ready = false) +Mar 8 14:57:30.958: INFO: Pod "test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c": Phase="Running", Reason="", readiness=false. Elapsed: 10.007435448s +Mar 8 14:57:30.958: INFO: The phase of Pod test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c is Running (Ready = false) +Mar 8 14:57:32.959: INFO: Pod "test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c": Phase="Running", Reason="", readiness=false. Elapsed: 12.007867343s +Mar 8 14:57:32.959: INFO: The phase of Pod test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c is Running (Ready = false) +Mar 8 14:57:34.959: INFO: Pod "test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c": Phase="Running", Reason="", readiness=false. Elapsed: 14.00865365s +Mar 8 14:57:34.959: INFO: The phase of Pod test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c is Running (Ready = false) +Mar 8 14:57:36.958: INFO: Pod "test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c": Phase="Running", Reason="", readiness=false. Elapsed: 16.007460964s +Mar 8 14:57:36.958: INFO: The phase of Pod test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c is Running (Ready = false) +Mar 8 14:57:38.958: INFO: Pod "test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c": Phase="Running", Reason="", readiness=false. Elapsed: 18.007136453s +Mar 8 14:57:38.958: INFO: The phase of Pod test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c is Running (Ready = false) +Mar 8 14:57:40.959: INFO: Pod "test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c": Phase="Running", Reason="", readiness=false. Elapsed: 20.008049631s +Mar 8 14:57:40.959: INFO: The phase of Pod test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c is Running (Ready = false) +Mar 8 14:57:42.958: INFO: Pod "test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c": Phase="Running", Reason="", readiness=true. Elapsed: 22.007152688s +Mar 8 14:57:42.958: INFO: The phase of Pod test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c is Running (Ready = true) +Mar 8 14:57:42.958: INFO: Pod "test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c" satisfied condition "running and ready" +Mar 8 14:57:42.961: INFO: Container started at 2023-03-08 14:57:21 +0000 UTC, pod became ready at 2023-03-08 14:57:41 +0000 UTC +[AfterEach] [sig-node] Probing container + test/e2e/framework/framework.go:187 +Mar 8 14:57:42.961: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "container-probe-9507" for this suite. 03/08/23 14:57:42.966 +{"msg":"PASSED [sig-node] Probing container with readiness probe should not be ready before initial delay and never restart [NodeConformance] [Conformance]","completed":149,"skipped":2907,"failed":0} +------------------------------ +• [SLOW TEST] [22.050 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 03/08/23 14:57:20.922 + Mar 8 14:57:20.922: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename container-probe 03/08/23 14:57:20.923 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:57:20.938 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:57:20.941 + [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 + Mar 8 14:57:20.951: INFO: Waiting up to 5m0s for pod "test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c" in namespace "container-probe-9507" to be "running and ready" + Mar 8 14:57:20.954: INFO: Pod "test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c": Phase="Pending", Reason="", readiness=false. Elapsed: 2.785441ms + Mar 8 14:57:20.954: INFO: The phase of Pod test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c is Pending, waiting for it to be Running (with Ready = true) + Mar 8 14:57:22.959: INFO: Pod "test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c": Phase="Running", Reason="", readiness=false. Elapsed: 2.008293332s + Mar 8 14:57:22.959: INFO: The phase of Pod test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c is Running (Ready = false) + Mar 8 14:57:24.958: INFO: Pod "test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c": Phase="Running", Reason="", readiness=false. Elapsed: 4.007107503s + Mar 8 14:57:24.958: INFO: The phase of Pod test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c is Running (Ready = false) + Mar 8 14:57:26.957: INFO: Pod "test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c": Phase="Running", Reason="", readiness=false. Elapsed: 6.006675245s + Mar 8 14:57:26.957: INFO: The phase of Pod test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c is Running (Ready = false) + Mar 8 14:57:28.958: INFO: Pod "test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c": Phase="Running", Reason="", readiness=false. Elapsed: 8.007533016s + Mar 8 14:57:28.958: INFO: The phase of Pod test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c is Running (Ready = false) + Mar 8 14:57:30.958: INFO: Pod "test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c": Phase="Running", Reason="", readiness=false. Elapsed: 10.007435448s + Mar 8 14:57:30.958: INFO: The phase of Pod test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c is Running (Ready = false) + Mar 8 14:57:32.959: INFO: Pod "test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c": Phase="Running", Reason="", readiness=false. Elapsed: 12.007867343s + Mar 8 14:57:32.959: INFO: The phase of Pod test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c is Running (Ready = false) + Mar 8 14:57:34.959: INFO: Pod "test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c": Phase="Running", Reason="", readiness=false. Elapsed: 14.00865365s + Mar 8 14:57:34.959: INFO: The phase of Pod test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c is Running (Ready = false) + Mar 8 14:57:36.958: INFO: Pod "test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c": Phase="Running", Reason="", readiness=false. Elapsed: 16.007460964s + Mar 8 14:57:36.958: INFO: The phase of Pod test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c is Running (Ready = false) + Mar 8 14:57:38.958: INFO: Pod "test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c": Phase="Running", Reason="", readiness=false. Elapsed: 18.007136453s + Mar 8 14:57:38.958: INFO: The phase of Pod test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c is Running (Ready = false) + Mar 8 14:57:40.959: INFO: Pod "test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c": Phase="Running", Reason="", readiness=false. Elapsed: 20.008049631s + Mar 8 14:57:40.959: INFO: The phase of Pod test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c is Running (Ready = false) + Mar 8 14:57:42.958: INFO: Pod "test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c": Phase="Running", Reason="", readiness=true. Elapsed: 22.007152688s + Mar 8 14:57:42.958: INFO: The phase of Pod test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c is Running (Ready = true) + Mar 8 14:57:42.958: INFO: Pod "test-webserver-15328654-1fec-4f3a-ba61-fd3216442b9c" satisfied condition "running and ready" + Mar 8 14:57:42.961: INFO: Container started at 2023-03-08 14:57:21 +0000 UTC, pod became ready at 2023-03-08 14:57:41 +0000 UTC + [AfterEach] [sig-node] Probing container + test/e2e/framework/framework.go:187 + Mar 8 14:57:42.961: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "container-probe-9507" for this suite. 03/08/23 14:57:42.966 + << End Captured GinkgoWriter Output +------------------------------ +SSSSS +------------------------------ +[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 03/08/23 14:57:42.972 +Mar 8 14:57:42.973: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename statefulset 03/08/23 14:57:42.973 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:57:42.989 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:57:42.992 +[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-9471 03/08/23 14:57:42.994 +[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 03/08/23 14:57:43 +STEP: Creating stateful set ss in namespace statefulset-9471 03/08/23 14:57:43.005 +STEP: Waiting until all stateful set ss replicas will be running in namespace statefulset-9471 03/08/23 14:57:43.01 +Mar 8 14:57:43.013: INFO: Found 0 stateful pods, waiting for 1 +Mar 8 14:57:53.017: 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 03/08/23 14:57:53.017 +Mar 8 14:57:53.021: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=statefulset-9471 exec ss-0 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' +Mar 8 14:57:53.172: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" +Mar 8 14:57:53.172: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" +Mar 8 14:57:53.172: 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' + +Mar 8 14:57:53.175: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=true +Mar 8 14:58:03.180: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=false +Mar 8 14:58:03.180: INFO: Waiting for statefulset status.replicas updated to 0 +Mar 8 14:58:03.195: INFO: Verifying statefulset ss doesn't scale past 1 for another 9.999999712s +Mar 8 14:58:04.199: INFO: Verifying statefulset ss doesn't scale past 1 for another 8.996974693s +Mar 8 14:58:05.203: INFO: Verifying statefulset ss doesn't scale past 1 for another 7.993125014s +Mar 8 14:58:06.206: INFO: Verifying statefulset ss doesn't scale past 1 for another 6.988997835s +Mar 8 14:58:07.210: INFO: Verifying statefulset ss doesn't scale past 1 for another 5.98539129s +Mar 8 14:58:08.214: INFO: Verifying statefulset ss doesn't scale past 1 for another 4.98172984s +Mar 8 14:58:09.218: INFO: Verifying statefulset ss doesn't scale past 1 for another 3.977826935s +Mar 8 14:58:10.222: INFO: Verifying statefulset ss doesn't scale past 1 for another 2.974156552s +Mar 8 14:58:11.225: INFO: Verifying statefulset ss doesn't scale past 1 for another 1.97019065s +Mar 8 14:58:12.230: INFO: Verifying statefulset ss doesn't scale past 1 for another 966.469973ms +STEP: Scaling up stateful set ss to 3 replicas and waiting until all of them will be running in namespace statefulset-9471 03/08/23 14:58:13.23 +Mar 8 14:58:13.233: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=statefulset-9471 exec ss-0 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' +Mar 8 14:58:13.356: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" +Mar 8 14:58:13.356: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" +Mar 8 14:58:13.356: 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' + +Mar 8 14:58:13.364: INFO: Found 1 stateful pods, waiting for 3 +Mar 8 14:58:23.368: INFO: Waiting for pod ss-0 to enter Running - Ready=true, currently Running - Ready=true +Mar 8 14:58:23.368: INFO: Waiting for pod ss-1 to enter Running - Ready=true, currently Running - Ready=true +Mar 8 14:58:23.368: 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 03/08/23 14:58:23.368 +STEP: Scale down will halt with unhealthy stateful pod 03/08/23 14:58:23.368 +Mar 8 14:58:23.375: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=statefulset-9471 exec ss-0 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' +Mar 8 14:58:23.501: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" +Mar 8 14:58:23.501: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" +Mar 8 14:58:23.501: 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' + +Mar 8 14:58:23.501: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=statefulset-9471 exec ss-1 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' +Mar 8 14:58:23.639: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" +Mar 8 14:58:23.639: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" +Mar 8 14:58:23.639: 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' + +Mar 8 14:58:23.639: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=statefulset-9471 exec ss-2 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' +Mar 8 14:58:23.772: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" +Mar 8 14:58:23.772: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" +Mar 8 14:58:23.772: 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' + +Mar 8 14:58:23.772: INFO: Waiting for statefulset status.replicas updated to 0 +Mar 8 14:58:23.775: INFO: Waiting for stateful set status.readyReplicas to become 0, currently 2 +Mar 8 14:58:33.785: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=false +Mar 8 14:58:33.785: INFO: Waiting for pod ss-1 to enter Running - Ready=false, currently Running - Ready=false +Mar 8 14:58:33.785: INFO: Waiting for pod ss-2 to enter Running - Ready=false, currently Running - Ready=false +Mar 8 14:58:33.796: INFO: Verifying statefulset ss doesn't scale past 3 for another 9.999999582s +Mar 8 14:58:34.800: INFO: Verifying statefulset ss doesn't scale past 3 for another 8.996611843s +Mar 8 14:58:35.804: INFO: Verifying statefulset ss doesn't scale past 3 for another 7.992451934s +Mar 8 14:58:36.809: INFO: Verifying statefulset ss doesn't scale past 3 for another 6.988258622s +Mar 8 14:58:37.813: INFO: Verifying statefulset ss doesn't scale past 3 for another 5.983423353s +Mar 8 14:58:38.818: INFO: Verifying statefulset ss doesn't scale past 3 for another 4.979426915s +Mar 8 14:58:39.822: INFO: Verifying statefulset ss doesn't scale past 3 for another 3.974577223s +Mar 8 14:58:40.826: INFO: Verifying statefulset ss doesn't scale past 3 for another 2.970339759s +Mar 8 14:58:41.830: INFO: Verifying statefulset ss doesn't scale past 3 for another 1.96595035s +Mar 8 14:58:42.834: INFO: Verifying statefulset ss doesn't scale past 3 for another 961.881929ms +STEP: Scaling down stateful set ss to 0 replicas and waiting until none of pods will run in namespacestatefulset-9471 03/08/23 14:58:43.835 +Mar 8 14:58:43.840: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=statefulset-9471 exec ss-0 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' +Mar 8 14:58:43.966: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" +Mar 8 14:58:43.966: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" +Mar 8 14:58:43.966: 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' + +Mar 8 14:58:43.966: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=statefulset-9471 exec ss-1 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' +Mar 8 14:58:44.115: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" +Mar 8 14:58:44.115: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" +Mar 8 14:58:44.115: 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' + +Mar 8 14:58:44.115: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=statefulset-9471 exec ss-2 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' +Mar 8 14:58:44.242: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" +Mar 8 14:58:44.242: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" +Mar 8 14:58:44.242: 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' + +Mar 8 14:58:44.242: INFO: Scaling statefulset ss to 0 +STEP: Verifying that stateful set ss was scaled down in reverse order 03/08/23 14:58:54.26 +[AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:122 +Mar 8 14:58:54.261: INFO: Deleting all statefulset in ns statefulset-9471 +Mar 8 14:58:54.264: INFO: Scaling statefulset ss to 0 +Mar 8 14:58:54.274: INFO: Waiting for statefulset status.replicas updated to 0 +Mar 8 14:58:54.277: INFO: Deleting statefulset ss +[AfterEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:187 +Mar 8 14:58:54.288: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "statefulset-9471" for this suite. 03/08/23 14:58:54.292 +{"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":150,"skipped":2912,"failed":0} +------------------------------ +• [SLOW TEST] [71.325 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 03/08/23 14:57:42.972 + Mar 8 14:57:42.973: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename statefulset 03/08/23 14:57:42.973 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:57:42.989 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:57:42.992 + [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-9471 03/08/23 14:57:42.994 + [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 03/08/23 14:57:43 + STEP: Creating stateful set ss in namespace statefulset-9471 03/08/23 14:57:43.005 + STEP: Waiting until all stateful set ss replicas will be running in namespace statefulset-9471 03/08/23 14:57:43.01 + Mar 8 14:57:43.013: INFO: Found 0 stateful pods, waiting for 1 + Mar 8 14:57:53.017: 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 03/08/23 14:57:53.017 + Mar 8 14:57:53.021: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=statefulset-9471 exec ss-0 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' + Mar 8 14:57:53.172: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" + Mar 8 14:57:53.172: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" + Mar 8 14:57:53.172: 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' + + Mar 8 14:57:53.175: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=true + Mar 8 14:58:03.180: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=false + Mar 8 14:58:03.180: INFO: Waiting for statefulset status.replicas updated to 0 + Mar 8 14:58:03.195: INFO: Verifying statefulset ss doesn't scale past 1 for another 9.999999712s + Mar 8 14:58:04.199: INFO: Verifying statefulset ss doesn't scale past 1 for another 8.996974693s + Mar 8 14:58:05.203: INFO: Verifying statefulset ss doesn't scale past 1 for another 7.993125014s + Mar 8 14:58:06.206: INFO: Verifying statefulset ss doesn't scale past 1 for another 6.988997835s + Mar 8 14:58:07.210: INFO: Verifying statefulset ss doesn't scale past 1 for another 5.98539129s + Mar 8 14:58:08.214: INFO: Verifying statefulset ss doesn't scale past 1 for another 4.98172984s + Mar 8 14:58:09.218: INFO: Verifying statefulset ss doesn't scale past 1 for another 3.977826935s + Mar 8 14:58:10.222: INFO: Verifying statefulset ss doesn't scale past 1 for another 2.974156552s + Mar 8 14:58:11.225: INFO: Verifying statefulset ss doesn't scale past 1 for another 1.97019065s + Mar 8 14:58:12.230: INFO: Verifying statefulset ss doesn't scale past 1 for another 966.469973ms + STEP: Scaling up stateful set ss to 3 replicas and waiting until all of them will be running in namespace statefulset-9471 03/08/23 14:58:13.23 + Mar 8 14:58:13.233: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=statefulset-9471 exec ss-0 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' + Mar 8 14:58:13.356: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" + Mar 8 14:58:13.356: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" + Mar 8 14:58:13.356: 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' + + Mar 8 14:58:13.364: INFO: Found 1 stateful pods, waiting for 3 + Mar 8 14:58:23.368: INFO: Waiting for pod ss-0 to enter Running - Ready=true, currently Running - Ready=true + Mar 8 14:58:23.368: INFO: Waiting for pod ss-1 to enter Running - Ready=true, currently Running - Ready=true + Mar 8 14:58:23.368: 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 03/08/23 14:58:23.368 + STEP: Scale down will halt with unhealthy stateful pod 03/08/23 14:58:23.368 + Mar 8 14:58:23.375: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=statefulset-9471 exec ss-0 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' + Mar 8 14:58:23.501: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" + Mar 8 14:58:23.501: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" + Mar 8 14:58:23.501: 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' + + Mar 8 14:58:23.501: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=statefulset-9471 exec ss-1 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' + Mar 8 14:58:23.639: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" + Mar 8 14:58:23.639: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" + Mar 8 14:58:23.639: 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' + + Mar 8 14:58:23.639: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=statefulset-9471 exec ss-2 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' + Mar 8 14:58:23.772: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" + Mar 8 14:58:23.772: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" + Mar 8 14:58:23.772: 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' + + Mar 8 14:58:23.772: INFO: Waiting for statefulset status.replicas updated to 0 + Mar 8 14:58:23.775: INFO: Waiting for stateful set status.readyReplicas to become 0, currently 2 + Mar 8 14:58:33.785: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=false + Mar 8 14:58:33.785: INFO: Waiting for pod ss-1 to enter Running - Ready=false, currently Running - Ready=false + Mar 8 14:58:33.785: INFO: Waiting for pod ss-2 to enter Running - Ready=false, currently Running - Ready=false + Mar 8 14:58:33.796: INFO: Verifying statefulset ss doesn't scale past 3 for another 9.999999582s + Mar 8 14:58:34.800: INFO: Verifying statefulset ss doesn't scale past 3 for another 8.996611843s + Mar 8 14:58:35.804: INFO: Verifying statefulset ss doesn't scale past 3 for another 7.992451934s + Mar 8 14:58:36.809: INFO: Verifying statefulset ss doesn't scale past 3 for another 6.988258622s + Mar 8 14:58:37.813: INFO: Verifying statefulset ss doesn't scale past 3 for another 5.983423353s + Mar 8 14:58:38.818: INFO: Verifying statefulset ss doesn't scale past 3 for another 4.979426915s + Mar 8 14:58:39.822: INFO: Verifying statefulset ss doesn't scale past 3 for another 3.974577223s + Mar 8 14:58:40.826: INFO: Verifying statefulset ss doesn't scale past 3 for another 2.970339759s + Mar 8 14:58:41.830: INFO: Verifying statefulset ss doesn't scale past 3 for another 1.96595035s + Mar 8 14:58:42.834: INFO: Verifying statefulset ss doesn't scale past 3 for another 961.881929ms + STEP: Scaling down stateful set ss to 0 replicas and waiting until none of pods will run in namespacestatefulset-9471 03/08/23 14:58:43.835 + Mar 8 14:58:43.840: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=statefulset-9471 exec ss-0 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' + Mar 8 14:58:43.966: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" + Mar 8 14:58:43.966: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" + Mar 8 14:58:43.966: 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' + + Mar 8 14:58:43.966: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=statefulset-9471 exec ss-1 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' + Mar 8 14:58:44.115: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" + Mar 8 14:58:44.115: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" + Mar 8 14:58:44.115: 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' + + Mar 8 14:58:44.115: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=statefulset-9471 exec ss-2 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' + Mar 8 14:58:44.242: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" + Mar 8 14:58:44.242: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" + Mar 8 14:58:44.242: 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' + + Mar 8 14:58:44.242: INFO: Scaling statefulset ss to 0 + STEP: Verifying that stateful set ss was scaled down in reverse order 03/08/23 14:58:54.26 + [AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:122 + Mar 8 14:58:54.261: INFO: Deleting all statefulset in ns statefulset-9471 + Mar 8 14:58:54.264: INFO: Scaling statefulset ss to 0 + Mar 8 14:58:54.274: INFO: Waiting for statefulset status.replicas updated to 0 + Mar 8 14:58:54.277: INFO: Deleting statefulset ss + [AfterEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:187 + Mar 8 14:58:54.288: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "statefulset-9471" for this suite. 03/08/23 14:58:54.292 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSS +------------------------------ +[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 03/08/23 14:58:54.298 +Mar 8 14:58:54.298: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename projected 03/08/23 14:58:54.299 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:58:54.319 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:58:54.321 +[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 03/08/23 14:58:54.323 +Mar 8 14:58:54.331: INFO: Waiting up to 5m0s for pod "downwardapi-volume-541470e8-3484-463c-addf-a17653978feb" in namespace "projected-6165" to be "Succeeded or Failed" +Mar 8 14:58:54.336: INFO: Pod "downwardapi-volume-541470e8-3484-463c-addf-a17653978feb": Phase="Pending", Reason="", readiness=false. Elapsed: 5.593368ms +Mar 8 14:58:56.341: INFO: Pod "downwardapi-volume-541470e8-3484-463c-addf-a17653978feb": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010283592s +Mar 8 14:58:58.342: INFO: Pod "downwardapi-volume-541470e8-3484-463c-addf-a17653978feb": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.011084476s +STEP: Saw pod success 03/08/23 14:58:58.342 +Mar 8 14:58:58.342: INFO: Pod "downwardapi-volume-541470e8-3484-463c-addf-a17653978feb" satisfied condition "Succeeded or Failed" +Mar 8 14:58:58.345: INFO: Trying to get logs from node worker2 pod downwardapi-volume-541470e8-3484-463c-addf-a17653978feb container client-container: +STEP: delete the pod 03/08/23 14:58:58.359 +Mar 8 14:58:58.371: INFO: Waiting for pod downwardapi-volume-541470e8-3484-463c-addf-a17653978feb to disappear +Mar 8 14:58:58.374: INFO: Pod downwardapi-volume-541470e8-3484-463c-addf-a17653978feb no longer exists +[AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 +Mar 8 14:58:58.374: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-6165" for this suite. 03/08/23 14:58:58.378 +{"msg":"PASSED [sig-storage] Projected downwardAPI should provide podname only [NodeConformance] [Conformance]","completed":151,"skipped":2922,"failed":0} +------------------------------ +• [4.085 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 03/08/23 14:58:54.298 + Mar 8 14:58:54.298: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename projected 03/08/23 14:58:54.299 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:58:54.319 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:58:54.321 + [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 03/08/23 14:58:54.323 + Mar 8 14:58:54.331: INFO: Waiting up to 5m0s for pod "downwardapi-volume-541470e8-3484-463c-addf-a17653978feb" in namespace "projected-6165" to be "Succeeded or Failed" + Mar 8 14:58:54.336: INFO: Pod "downwardapi-volume-541470e8-3484-463c-addf-a17653978feb": Phase="Pending", Reason="", readiness=false. Elapsed: 5.593368ms + Mar 8 14:58:56.341: INFO: Pod "downwardapi-volume-541470e8-3484-463c-addf-a17653978feb": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010283592s + Mar 8 14:58:58.342: INFO: Pod "downwardapi-volume-541470e8-3484-463c-addf-a17653978feb": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.011084476s + STEP: Saw pod success 03/08/23 14:58:58.342 + Mar 8 14:58:58.342: INFO: Pod "downwardapi-volume-541470e8-3484-463c-addf-a17653978feb" satisfied condition "Succeeded or Failed" + Mar 8 14:58:58.345: INFO: Trying to get logs from node worker2 pod downwardapi-volume-541470e8-3484-463c-addf-a17653978feb container client-container: + STEP: delete the pod 03/08/23 14:58:58.359 + Mar 8 14:58:58.371: INFO: Waiting for pod downwardapi-volume-541470e8-3484-463c-addf-a17653978feb to disappear + Mar 8 14:58:58.374: INFO: Pod downwardapi-volume-541470e8-3484-463c-addf-a17653978feb no longer exists + [AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 + Mar 8 14:58:58.374: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-6165" for this suite. 03/08/23 14:58:58.378 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:58:58.384 +Mar 8 14:58:58.384: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename watch 03/08/23 14:58:58.385 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:58:58.399 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:58:58.401 +[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 03/08/23 14:58:58.403 +STEP: creating a new configmap 03/08/23 14:58:58.404 +STEP: modifying the configmap once 03/08/23 14:58:58.407 +STEP: changing the label value of the configmap 03/08/23 14:58:58.415 +STEP: Expecting to observe a delete notification for the watched object 03/08/23 14:58:58.422 +Mar 8 14:58:58.422: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-8038 61e72dc2-f78c-404d-b477-a1639b226ee3 641870 0 2023-03-08 14:58:58 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2023-03-08 14:58:58 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} +Mar 8 14:58:58.422: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-8038 61e72dc2-f78c-404d-b477-a1639b226ee3 641871 0 2023-03-08 14:58:58 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2023-03-08 14:58:58 +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,} +Mar 8 14:58:58.422: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-8038 61e72dc2-f78c-404d-b477-a1639b226ee3 641872 0 2023-03-08 14:58:58 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2023-03-08 14:58:58 +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 03/08/23 14:58:58.423 +STEP: Expecting not to observe a notification because the object no longer meets the selector's requirements 03/08/23 14:58:58.429 +STEP: changing the label value of the configmap back 03/08/23 14:59:08.43 +STEP: modifying the configmap a third time 03/08/23 14:59:08.439 +STEP: deleting the configmap 03/08/23 14:59:08.446 +STEP: Expecting to observe an add notification for the watched object when the label value was restored 03/08/23 14:59:08.451 +Mar 8 14:59:08.451: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-8038 61e72dc2-f78c-404d-b477-a1639b226ee3 641959 0 2023-03-08 14:58:58 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2023-03-08 14:59:08 +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,} +Mar 8 14:59:08.451: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-8038 61e72dc2-f78c-404d-b477-a1639b226ee3 641960 0 2023-03-08 14:58:58 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2023-03-08 14:59:08 +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,} +Mar 8 14:59:08.451: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-8038 61e72dc2-f78c-404d-b477-a1639b226ee3 641961 0 2023-03-08 14:58:58 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2023-03-08 14:59:08 +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 +Mar 8 14:59:08.451: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "watch-8038" for this suite. 03/08/23 14:59:08.455 +{"msg":"PASSED [sig-api-machinery] Watchers should observe an object deletion if it stops meeting the requirements of the selector [Conformance]","completed":152,"skipped":2935,"failed":0} +------------------------------ +• [SLOW TEST] [10.077 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 03/08/23 14:58:58.384 + Mar 8 14:58:58.384: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename watch 03/08/23 14:58:58.385 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:58:58.399 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:58:58.401 + [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 03/08/23 14:58:58.403 + STEP: creating a new configmap 03/08/23 14:58:58.404 + STEP: modifying the configmap once 03/08/23 14:58:58.407 + STEP: changing the label value of the configmap 03/08/23 14:58:58.415 + STEP: Expecting to observe a delete notification for the watched object 03/08/23 14:58:58.422 + Mar 8 14:58:58.422: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-8038 61e72dc2-f78c-404d-b477-a1639b226ee3 641870 0 2023-03-08 14:58:58 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2023-03-08 14:58:58 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} + Mar 8 14:58:58.422: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-8038 61e72dc2-f78c-404d-b477-a1639b226ee3 641871 0 2023-03-08 14:58:58 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2023-03-08 14:58:58 +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,} + Mar 8 14:58:58.422: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-8038 61e72dc2-f78c-404d-b477-a1639b226ee3 641872 0 2023-03-08 14:58:58 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2023-03-08 14:58:58 +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 03/08/23 14:58:58.423 + STEP: Expecting not to observe a notification because the object no longer meets the selector's requirements 03/08/23 14:58:58.429 + STEP: changing the label value of the configmap back 03/08/23 14:59:08.43 + STEP: modifying the configmap a third time 03/08/23 14:59:08.439 + STEP: deleting the configmap 03/08/23 14:59:08.446 + STEP: Expecting to observe an add notification for the watched object when the label value was restored 03/08/23 14:59:08.451 + Mar 8 14:59:08.451: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-8038 61e72dc2-f78c-404d-b477-a1639b226ee3 641959 0 2023-03-08 14:58:58 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2023-03-08 14:59:08 +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,} + Mar 8 14:59:08.451: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-8038 61e72dc2-f78c-404d-b477-a1639b226ee3 641960 0 2023-03-08 14:58:58 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2023-03-08 14:59:08 +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,} + Mar 8 14:59:08.451: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-8038 61e72dc2-f78c-404d-b477-a1639b226ee3 641961 0 2023-03-08 14:58:58 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2023-03-08 14:59:08 +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 + Mar 8 14:59:08.451: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "watch-8038" for this suite. 03/08/23 14:59:08.455 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 14:59:08.461 +Mar 8 14:59:08.461: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename taint-single-pod 03/08/23 14:59:08.462 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:59:08.476 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:59:08.479 +[BeforeEach] [sig-node] NoExecuteTaintManager Single Pod [Serial] + test/e2e/node/taints.go:166 +Mar 8 14:59:08.481: INFO: Waiting up to 1m0s for all nodes to be ready +Mar 8 15:00:08.506: INFO: Waiting for terminating namespaces to be deleted... +[It] removing taint cancels eviction [Disruptive] [Conformance] + test/e2e/node/taints.go:289 +Mar 8 15:00:08.510: INFO: Starting informer... +STEP: Starting pod... 03/08/23 15:00:08.51 +Mar 8 15:00:08.724: INFO: Pod is running on worker2. Tainting Node +STEP: Trying to apply a taint on the Node 03/08/23 15:00:08.724 +STEP: verifying the node has the taint kubernetes.io/e2e-evict-taint-key=evictTaintVal:NoExecute 03/08/23 15:00:08.744 +STEP: Waiting short time to make sure Pod is queued for deletion 03/08/23 15:00:08.748 +Mar 8 15:00:08.748: INFO: Pod wasn't evicted. Proceeding +Mar 8 15:00:08.748: INFO: Removing taint from Node +STEP: verifying the node doesn't have the taint kubernetes.io/e2e-evict-taint-key=evictTaintVal:NoExecute 03/08/23 15:00:08.758 +STEP: Waiting some time to make sure that toleration time passed. 03/08/23 15:00:08.76 +Mar 8 15:01:23.763: INFO: Pod wasn't evicted. Test successful +[AfterEach] [sig-node] NoExecuteTaintManager Single Pod [Serial] + test/e2e/framework/framework.go:187 +Mar 8 15:01:23.763: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "taint-single-pod-1907" for this suite. 03/08/23 15:01:23.768 +{"msg":"PASSED [sig-node] NoExecuteTaintManager Single Pod [Serial] removing taint cancels eviction [Disruptive] [Conformance]","completed":153,"skipped":2950,"failed":0} +------------------------------ +• [SLOW TEST] [135.313 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 03/08/23 14:59:08.461 + Mar 8 14:59:08.461: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename taint-single-pod 03/08/23 14:59:08.462 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 14:59:08.476 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 14:59:08.479 + [BeforeEach] [sig-node] NoExecuteTaintManager Single Pod [Serial] + test/e2e/node/taints.go:166 + Mar 8 14:59:08.481: INFO: Waiting up to 1m0s for all nodes to be ready + Mar 8 15:00:08.506: INFO: Waiting for terminating namespaces to be deleted... + [It] removing taint cancels eviction [Disruptive] [Conformance] + test/e2e/node/taints.go:289 + Mar 8 15:00:08.510: INFO: Starting informer... + STEP: Starting pod... 03/08/23 15:00:08.51 + Mar 8 15:00:08.724: INFO: Pod is running on worker2. Tainting Node + STEP: Trying to apply a taint on the Node 03/08/23 15:00:08.724 + STEP: verifying the node has the taint kubernetes.io/e2e-evict-taint-key=evictTaintVal:NoExecute 03/08/23 15:00:08.744 + STEP: Waiting short time to make sure Pod is queued for deletion 03/08/23 15:00:08.748 + Mar 8 15:00:08.748: INFO: Pod wasn't evicted. Proceeding + Mar 8 15:00:08.748: INFO: Removing taint from Node + STEP: verifying the node doesn't have the taint kubernetes.io/e2e-evict-taint-key=evictTaintVal:NoExecute 03/08/23 15:00:08.758 + STEP: Waiting some time to make sure that toleration time passed. 03/08/23 15:00:08.76 + Mar 8 15:01:23.763: INFO: Pod wasn't evicted. Test successful + [AfterEach] [sig-node] NoExecuteTaintManager Single Pod [Serial] + test/e2e/framework/framework.go:187 + Mar 8 15:01:23.763: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "taint-single-pod-1907" for this suite. 03/08/23 15:01:23.768 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[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 03/08/23 15:01:23.775 +Mar 8 15:01:23.775: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename pods 03/08/23 15:01:23.776 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:01:23.791 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:01:23.793 +[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 03/08/23 15:01:23.795 +STEP: setting up watch 03/08/23 15:01:23.796 +STEP: submitting the pod to kubernetes 03/08/23 15:01:23.899 +STEP: verifying the pod is in kubernetes 03/08/23 15:01:23.908 +STEP: verifying pod creation was observed 03/08/23 15:01:23.912 +Mar 8 15:01:23.912: INFO: Waiting up to 5m0s for pod "pod-submit-remove-5e286cec-16cc-494c-8693-d7df194fcccc" in namespace "pods-6849" to be "running" +Mar 8 15:01:23.917: INFO: Pod "pod-submit-remove-5e286cec-16cc-494c-8693-d7df194fcccc": Phase="Pending", Reason="", readiness=false. Elapsed: 4.91369ms +Mar 8 15:01:25.921: INFO: Pod "pod-submit-remove-5e286cec-16cc-494c-8693-d7df194fcccc": Phase="Running", Reason="", readiness=true. Elapsed: 2.008874983s +Mar 8 15:01:25.921: INFO: Pod "pod-submit-remove-5e286cec-16cc-494c-8693-d7df194fcccc" satisfied condition "running" +STEP: deleting the pod gracefully 03/08/23 15:01:25.923 +STEP: verifying pod deletion was observed 03/08/23 15:01:25.93 +[AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 +Mar 8 15:01:28.256: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "pods-6849" for this suite. 03/08/23 15:01:28.26 +{"msg":"PASSED [sig-node] Pods should be submitted and removed [NodeConformance] [Conformance]","completed":154,"skipped":2952,"failed":0} +------------------------------ +• [4.489 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 03/08/23 15:01:23.775 + Mar 8 15:01:23.775: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename pods 03/08/23 15:01:23.776 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:01:23.791 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:01:23.793 + [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 03/08/23 15:01:23.795 + STEP: setting up watch 03/08/23 15:01:23.796 + STEP: submitting the pod to kubernetes 03/08/23 15:01:23.899 + STEP: verifying the pod is in kubernetes 03/08/23 15:01:23.908 + STEP: verifying pod creation was observed 03/08/23 15:01:23.912 + Mar 8 15:01:23.912: INFO: Waiting up to 5m0s for pod "pod-submit-remove-5e286cec-16cc-494c-8693-d7df194fcccc" in namespace "pods-6849" to be "running" + Mar 8 15:01:23.917: INFO: Pod "pod-submit-remove-5e286cec-16cc-494c-8693-d7df194fcccc": Phase="Pending", Reason="", readiness=false. Elapsed: 4.91369ms + Mar 8 15:01:25.921: INFO: Pod "pod-submit-remove-5e286cec-16cc-494c-8693-d7df194fcccc": Phase="Running", Reason="", readiness=true. Elapsed: 2.008874983s + Mar 8 15:01:25.921: INFO: Pod "pod-submit-remove-5e286cec-16cc-494c-8693-d7df194fcccc" satisfied condition "running" + STEP: deleting the pod gracefully 03/08/23 15:01:25.923 + STEP: verifying pod deletion was observed 03/08/23 15:01:25.93 + [AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 + Mar 8 15:01:28.256: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "pods-6849" for this suite. 03/08/23 15:01:28.26 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:01:28.266 +Mar 8 15:01:28.266: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename downward-api 03/08/23 15:01:28.267 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:01:28.281 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:01:28.282 +[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 03/08/23 15:01:28.285 +Mar 8 15:01:28.294: INFO: Waiting up to 5m0s for pod "downward-api-5e7c1c64-19a9-427e-b807-c4ff1b122173" in namespace "downward-api-6976" to be "Succeeded or Failed" +Mar 8 15:01:28.298: INFO: Pod "downward-api-5e7c1c64-19a9-427e-b807-c4ff1b122173": Phase="Pending", Reason="", readiness=false. Elapsed: 3.804952ms +Mar 8 15:01:30.302: INFO: Pod "downward-api-5e7c1c64-19a9-427e-b807-c4ff1b122173": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007200025s +Mar 8 15:01:32.308: INFO: Pod "downward-api-5e7c1c64-19a9-427e-b807-c4ff1b122173": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.013983834s +STEP: Saw pod success 03/08/23 15:01:32.308 +Mar 8 15:01:32.309: INFO: Pod "downward-api-5e7c1c64-19a9-427e-b807-c4ff1b122173" satisfied condition "Succeeded or Failed" +Mar 8 15:01:32.313: INFO: Trying to get logs from node worker2 pod downward-api-5e7c1c64-19a9-427e-b807-c4ff1b122173 container dapi-container: +STEP: delete the pod 03/08/23 15:01:32.326 +Mar 8 15:01:32.336: INFO: Waiting for pod downward-api-5e7c1c64-19a9-427e-b807-c4ff1b122173 to disappear +Mar 8 15:01:32.339: INFO: Pod downward-api-5e7c1c64-19a9-427e-b807-c4ff1b122173 no longer exists +[AfterEach] [sig-node] Downward API + test/e2e/framework/framework.go:187 +Mar 8 15:01:32.339: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "downward-api-6976" for this suite. 03/08/23 15:01:32.342 +{"msg":"PASSED [sig-node] Downward API should provide host IP as an env var [NodeConformance] [Conformance]","completed":155,"skipped":2983,"failed":0} +------------------------------ +• [4.082 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 03/08/23 15:01:28.266 + Mar 8 15:01:28.266: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename downward-api 03/08/23 15:01:28.267 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:01:28.281 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:01:28.282 + [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 03/08/23 15:01:28.285 + Mar 8 15:01:28.294: INFO: Waiting up to 5m0s for pod "downward-api-5e7c1c64-19a9-427e-b807-c4ff1b122173" in namespace "downward-api-6976" to be "Succeeded or Failed" + Mar 8 15:01:28.298: INFO: Pod "downward-api-5e7c1c64-19a9-427e-b807-c4ff1b122173": Phase="Pending", Reason="", readiness=false. Elapsed: 3.804952ms + Mar 8 15:01:30.302: INFO: Pod "downward-api-5e7c1c64-19a9-427e-b807-c4ff1b122173": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007200025s + Mar 8 15:01:32.308: INFO: Pod "downward-api-5e7c1c64-19a9-427e-b807-c4ff1b122173": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.013983834s + STEP: Saw pod success 03/08/23 15:01:32.308 + Mar 8 15:01:32.309: INFO: Pod "downward-api-5e7c1c64-19a9-427e-b807-c4ff1b122173" satisfied condition "Succeeded or Failed" + Mar 8 15:01:32.313: INFO: Trying to get logs from node worker2 pod downward-api-5e7c1c64-19a9-427e-b807-c4ff1b122173 container dapi-container: + STEP: delete the pod 03/08/23 15:01:32.326 + Mar 8 15:01:32.336: INFO: Waiting for pod downward-api-5e7c1c64-19a9-427e-b807-c4ff1b122173 to disappear + Mar 8 15:01:32.339: INFO: Pod downward-api-5e7c1c64-19a9-427e-b807-c4ff1b122173 no longer exists + [AfterEach] [sig-node] Downward API + test/e2e/framework/framework.go:187 + Mar 8 15:01:32.339: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "downward-api-6976" for this suite. 03/08/23 15:01:32.342 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[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 03/08/23 15:01:32.348 +Mar 8 15:01:32.348: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename container-lifecycle-hook 03/08/23 15:01:32.349 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:01:32.365 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:01:32.367 +[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. 03/08/23 15:01:32.373 +Mar 8 15:01:32.380: INFO: Waiting up to 5m0s for pod "pod-handle-http-request" in namespace "container-lifecycle-hook-2737" to be "running and ready" +Mar 8 15:01:32.384: INFO: Pod "pod-handle-http-request": Phase="Pending", Reason="", readiness=false. Elapsed: 4.407408ms +Mar 8 15:01:32.384: INFO: The phase of Pod pod-handle-http-request is Pending, waiting for it to be Running (with Ready = true) +Mar 8 15:01:34.389: INFO: Pod "pod-handle-http-request": Phase="Running", Reason="", readiness=true. Elapsed: 2.008737192s +Mar 8 15:01:34.389: INFO: The phase of Pod pod-handle-http-request is Running (Ready = true) +Mar 8 15:01:34.389: 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 03/08/23 15:01:34.392 +Mar 8 15:01:34.397: INFO: Waiting up to 5m0s for pod "pod-with-poststart-http-hook" in namespace "container-lifecycle-hook-2737" to be "running and ready" +Mar 8 15:01:34.401: INFO: Pod "pod-with-poststart-http-hook": Phase="Pending", Reason="", readiness=false. Elapsed: 3.993464ms +Mar 8 15:01:34.401: INFO: The phase of Pod pod-with-poststart-http-hook is Pending, waiting for it to be Running (with Ready = true) +Mar 8 15:01:36.406: INFO: Pod "pod-with-poststart-http-hook": Phase="Running", Reason="", readiness=true. Elapsed: 2.008928326s +Mar 8 15:01:36.406: INFO: The phase of Pod pod-with-poststart-http-hook is Running (Ready = true) +Mar 8 15:01:36.406: INFO: Pod "pod-with-poststart-http-hook" satisfied condition "running and ready" +STEP: check poststart hook 03/08/23 15:01:36.409 +STEP: delete the pod with lifecycle hook 03/08/23 15:01:36.416 +Mar 8 15:01:36.423: INFO: Waiting for pod pod-with-poststart-http-hook to disappear +Mar 8 15:01:36.426: INFO: Pod pod-with-poststart-http-hook still exists +Mar 8 15:01:38.426: INFO: Waiting for pod pod-with-poststart-http-hook to disappear +Mar 8 15:01:38.430: INFO: Pod pod-with-poststart-http-hook no longer exists +[AfterEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/framework.go:187 +Mar 8 15:01:38.430: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "container-lifecycle-hook-2737" for this suite. 03/08/23 15:01:38.433 +{"msg":"PASSED [sig-node] Container Lifecycle Hook when create a pod with lifecycle hook should execute poststart http hook properly [NodeConformance] [Conformance]","completed":156,"skipped":2987,"failed":0} +------------------------------ +• [SLOW TEST] [6.091 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 03/08/23 15:01:32.348 + Mar 8 15:01:32.348: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename container-lifecycle-hook 03/08/23 15:01:32.349 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:01:32.365 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:01:32.367 + [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. 03/08/23 15:01:32.373 + Mar 8 15:01:32.380: INFO: Waiting up to 5m0s for pod "pod-handle-http-request" in namespace "container-lifecycle-hook-2737" to be "running and ready" + Mar 8 15:01:32.384: INFO: Pod "pod-handle-http-request": Phase="Pending", Reason="", readiness=false. Elapsed: 4.407408ms + Mar 8 15:01:32.384: INFO: The phase of Pod pod-handle-http-request is Pending, waiting for it to be Running (with Ready = true) + Mar 8 15:01:34.389: INFO: Pod "pod-handle-http-request": Phase="Running", Reason="", readiness=true. Elapsed: 2.008737192s + Mar 8 15:01:34.389: INFO: The phase of Pod pod-handle-http-request is Running (Ready = true) + Mar 8 15:01:34.389: 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 03/08/23 15:01:34.392 + Mar 8 15:01:34.397: INFO: Waiting up to 5m0s for pod "pod-with-poststart-http-hook" in namespace "container-lifecycle-hook-2737" to be "running and ready" + Mar 8 15:01:34.401: INFO: Pod "pod-with-poststart-http-hook": Phase="Pending", Reason="", readiness=false. Elapsed: 3.993464ms + Mar 8 15:01:34.401: INFO: The phase of Pod pod-with-poststart-http-hook is Pending, waiting for it to be Running (with Ready = true) + Mar 8 15:01:36.406: INFO: Pod "pod-with-poststart-http-hook": Phase="Running", Reason="", readiness=true. Elapsed: 2.008928326s + Mar 8 15:01:36.406: INFO: The phase of Pod pod-with-poststart-http-hook is Running (Ready = true) + Mar 8 15:01:36.406: INFO: Pod "pod-with-poststart-http-hook" satisfied condition "running and ready" + STEP: check poststart hook 03/08/23 15:01:36.409 + STEP: delete the pod with lifecycle hook 03/08/23 15:01:36.416 + Mar 8 15:01:36.423: INFO: Waiting for pod pod-with-poststart-http-hook to disappear + Mar 8 15:01:36.426: INFO: Pod pod-with-poststart-http-hook still exists + Mar 8 15:01:38.426: INFO: Waiting for pod pod-with-poststart-http-hook to disappear + Mar 8 15:01:38.430: INFO: Pod pod-with-poststart-http-hook no longer exists + [AfterEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/framework.go:187 + Mar 8 15:01:38.430: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "container-lifecycle-hook-2737" for this suite. 03/08/23 15:01:38.433 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:01:38.44 +Mar 8 15:01:38.440: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename services 03/08/23 15:01:38.441 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:01:38.456 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:01:38.459 +[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-1513 03/08/23 15:01:38.461 +STEP: Creating active service to test reachability when its FQDN is referred as externalName for another service 03/08/23 15:01:38.474 +STEP: creating service externalsvc in namespace services-1513 03/08/23 15:01:38.474 +STEP: creating replication controller externalsvc in namespace services-1513 03/08/23 15:01:38.486 +I0308 15:01:38.496240 20 runners.go:193] Created replication controller with name: externalsvc, namespace: services-1513, replica count: 2 +I0308 15:01:41.547473 20 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 03/08/23 15:01:41.551 +Mar 8 15:01:41.567: INFO: Creating new exec pod +Mar 8 15:01:41.576: INFO: Waiting up to 5m0s for pod "execpod9hd7k" in namespace "services-1513" to be "running" +Mar 8 15:01:41.580: INFO: Pod "execpod9hd7k": Phase="Pending", Reason="", readiness=false. Elapsed: 3.130684ms +Mar 8 15:01:43.583: INFO: Pod "execpod9hd7k": Phase="Running", Reason="", readiness=true. Elapsed: 2.007024585s +Mar 8 15:01:43.584: INFO: Pod "execpod9hd7k" satisfied condition "running" +Mar 8 15:01:43.584: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-1513 exec execpod9hd7k -- /bin/sh -x -c nslookup nodeport-service.services-1513.svc.cluster.local' +Mar 8 15:01:43.746: INFO: stderr: "+ nslookup nodeport-service.services-1513.svc.cluster.local\n" +Mar 8 15:01:43.746: INFO: stdout: "Server:\t\t192.168.0.10\nAddress:\t192.168.0.10#53\n\nnodeport-service.services-1513.svc.cluster.local\tcanonical name = externalsvc.services-1513.svc.cluster.local.\nName:\texternalsvc.services-1513.svc.cluster.local\nAddress: 192.168.136.58\n\n" +STEP: deleting ReplicationController externalsvc in namespace services-1513, will wait for the garbage collector to delete the pods 03/08/23 15:01:43.746 +Mar 8 15:01:43.805: INFO: Deleting ReplicationController externalsvc took: 5.204902ms +Mar 8 15:01:43.906: INFO: Terminating ReplicationController externalsvc pods took: 100.924385ms +Mar 8 15:01:45.423: INFO: Cleaning up the NodePort to ExternalName test service +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Mar 8 15:01:45.432: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-1513" for this suite. 03/08/23 15:01:45.436 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +{"msg":"PASSED [sig-network] Services should be able to change the type from NodePort to ExternalName [Conformance]","completed":157,"skipped":3005,"failed":0} +------------------------------ +• [SLOW TEST] [7.002 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 03/08/23 15:01:38.44 + Mar 8 15:01:38.440: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename services 03/08/23 15:01:38.441 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:01:38.456 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:01:38.459 + [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-1513 03/08/23 15:01:38.461 + STEP: Creating active service to test reachability when its FQDN is referred as externalName for another service 03/08/23 15:01:38.474 + STEP: creating service externalsvc in namespace services-1513 03/08/23 15:01:38.474 + STEP: creating replication controller externalsvc in namespace services-1513 03/08/23 15:01:38.486 + I0308 15:01:38.496240 20 runners.go:193] Created replication controller with name: externalsvc, namespace: services-1513, replica count: 2 + I0308 15:01:41.547473 20 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 03/08/23 15:01:41.551 + Mar 8 15:01:41.567: INFO: Creating new exec pod + Mar 8 15:01:41.576: INFO: Waiting up to 5m0s for pod "execpod9hd7k" in namespace "services-1513" to be "running" + Mar 8 15:01:41.580: INFO: Pod "execpod9hd7k": Phase="Pending", Reason="", readiness=false. Elapsed: 3.130684ms + Mar 8 15:01:43.583: INFO: Pod "execpod9hd7k": Phase="Running", Reason="", readiness=true. Elapsed: 2.007024585s + Mar 8 15:01:43.584: INFO: Pod "execpod9hd7k" satisfied condition "running" + Mar 8 15:01:43.584: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-1513 exec execpod9hd7k -- /bin/sh -x -c nslookup nodeport-service.services-1513.svc.cluster.local' + Mar 8 15:01:43.746: INFO: stderr: "+ nslookup nodeport-service.services-1513.svc.cluster.local\n" + Mar 8 15:01:43.746: INFO: stdout: "Server:\t\t192.168.0.10\nAddress:\t192.168.0.10#53\n\nnodeport-service.services-1513.svc.cluster.local\tcanonical name = externalsvc.services-1513.svc.cluster.local.\nName:\texternalsvc.services-1513.svc.cluster.local\nAddress: 192.168.136.58\n\n" + STEP: deleting ReplicationController externalsvc in namespace services-1513, will wait for the garbage collector to delete the pods 03/08/23 15:01:43.746 + Mar 8 15:01:43.805: INFO: Deleting ReplicationController externalsvc took: 5.204902ms + Mar 8 15:01:43.906: INFO: Terminating ReplicationController externalsvc pods took: 100.924385ms + Mar 8 15:01:45.423: INFO: Cleaning up the NodePort to ExternalName test service + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Mar 8 15:01:45.432: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-1513" for this suite. 03/08/23 15:01:45.436 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:01:45.444 +Mar 8 15:01:45.444: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename replication-controller 03/08/23 15:01:45.444 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:01:45.458 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:01:45.46 +[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-e290ca64-ce63-4154-b48d-62db1d74c4e8 03/08/23 15:01:45.462 +Mar 8 15:01:45.469: INFO: Pod name my-hostname-basic-e290ca64-ce63-4154-b48d-62db1d74c4e8: Found 0 pods out of 1 +Mar 8 15:01:50.473: INFO: Pod name my-hostname-basic-e290ca64-ce63-4154-b48d-62db1d74c4e8: Found 1 pods out of 1 +Mar 8 15:01:50.473: INFO: Ensuring all pods for ReplicationController "my-hostname-basic-e290ca64-ce63-4154-b48d-62db1d74c4e8" are running +Mar 8 15:01:50.473: INFO: Waiting up to 5m0s for pod "my-hostname-basic-e290ca64-ce63-4154-b48d-62db1d74c4e8-kgldz" in namespace "replication-controller-8945" to be "running" +Mar 8 15:01:50.476: INFO: Pod "my-hostname-basic-e290ca64-ce63-4154-b48d-62db1d74c4e8-kgldz": Phase="Running", Reason="", readiness=true. Elapsed: 3.003335ms +Mar 8 15:01:50.476: INFO: Pod "my-hostname-basic-e290ca64-ce63-4154-b48d-62db1d74c4e8-kgldz" satisfied condition "running" +Mar 8 15:01:50.476: INFO: Pod "my-hostname-basic-e290ca64-ce63-4154-b48d-62db1d74c4e8-kgldz" is running (conditions: [{Type:Initialized Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2023-03-08 15:01:45 +0000 UTC Reason: Message:} {Type:Ready Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2023-03-08 15:01:46 +0000 UTC Reason: Message:} {Type:ContainersReady Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2023-03-08 15:01:46 +0000 UTC Reason: Message:} {Type:PodScheduled Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2023-03-08 15:01:45 +0000 UTC Reason: Message:}]) +Mar 8 15:01:50.476: INFO: Trying to dial the pod +Mar 8 15:01:55.489: INFO: Controller my-hostname-basic-e290ca64-ce63-4154-b48d-62db1d74c4e8: Got expected result from replica 1 [my-hostname-basic-e290ca64-ce63-4154-b48d-62db1d74c4e8-kgldz]: "my-hostname-basic-e290ca64-ce63-4154-b48d-62db1d74c4e8-kgldz", 1 of 1 required successes so far +[AfterEach] [sig-apps] ReplicationController + test/e2e/framework/framework.go:187 +Mar 8 15:01:55.490: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "replication-controller-8945" for this suite. 03/08/23 15:01:55.495 +{"msg":"PASSED [sig-apps] ReplicationController should serve a basic image on each replica with a public image [Conformance]","completed":158,"skipped":3023,"failed":0} +------------------------------ +• [SLOW TEST] [10.058 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 03/08/23 15:01:45.444 + Mar 8 15:01:45.444: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename replication-controller 03/08/23 15:01:45.444 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:01:45.458 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:01:45.46 + [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-e290ca64-ce63-4154-b48d-62db1d74c4e8 03/08/23 15:01:45.462 + Mar 8 15:01:45.469: INFO: Pod name my-hostname-basic-e290ca64-ce63-4154-b48d-62db1d74c4e8: Found 0 pods out of 1 + Mar 8 15:01:50.473: INFO: Pod name my-hostname-basic-e290ca64-ce63-4154-b48d-62db1d74c4e8: Found 1 pods out of 1 + Mar 8 15:01:50.473: INFO: Ensuring all pods for ReplicationController "my-hostname-basic-e290ca64-ce63-4154-b48d-62db1d74c4e8" are running + Mar 8 15:01:50.473: INFO: Waiting up to 5m0s for pod "my-hostname-basic-e290ca64-ce63-4154-b48d-62db1d74c4e8-kgldz" in namespace "replication-controller-8945" to be "running" + Mar 8 15:01:50.476: INFO: Pod "my-hostname-basic-e290ca64-ce63-4154-b48d-62db1d74c4e8-kgldz": Phase="Running", Reason="", readiness=true. Elapsed: 3.003335ms + Mar 8 15:01:50.476: INFO: Pod "my-hostname-basic-e290ca64-ce63-4154-b48d-62db1d74c4e8-kgldz" satisfied condition "running" + Mar 8 15:01:50.476: INFO: Pod "my-hostname-basic-e290ca64-ce63-4154-b48d-62db1d74c4e8-kgldz" is running (conditions: [{Type:Initialized Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2023-03-08 15:01:45 +0000 UTC Reason: Message:} {Type:Ready Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2023-03-08 15:01:46 +0000 UTC Reason: Message:} {Type:ContainersReady Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2023-03-08 15:01:46 +0000 UTC Reason: Message:} {Type:PodScheduled Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2023-03-08 15:01:45 +0000 UTC Reason: Message:}]) + Mar 8 15:01:50.476: INFO: Trying to dial the pod + Mar 8 15:01:55.489: INFO: Controller my-hostname-basic-e290ca64-ce63-4154-b48d-62db1d74c4e8: Got expected result from replica 1 [my-hostname-basic-e290ca64-ce63-4154-b48d-62db1d74c4e8-kgldz]: "my-hostname-basic-e290ca64-ce63-4154-b48d-62db1d74c4e8-kgldz", 1 of 1 required successes so far + [AfterEach] [sig-apps] ReplicationController + test/e2e/framework/framework.go:187 + Mar 8 15:01:55.490: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "replication-controller-8945" for this suite. 03/08/23 15:01:55.495 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:01:55.503 +Mar 8 15:01:55.503: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename downward-api 03/08/23 15:01:55.504 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:01:55.52 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:01:55.522 +[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 03/08/23 15:01:55.525 +Mar 8 15:01:55.533: INFO: Waiting up to 5m0s for pod "downwardapi-volume-42576de3-2a5b-4728-88b1-0279eda95324" in namespace "downward-api-8043" to be "Succeeded or Failed" +Mar 8 15:01:55.538: INFO: Pod "downwardapi-volume-42576de3-2a5b-4728-88b1-0279eda95324": Phase="Pending", Reason="", readiness=false. Elapsed: 4.966376ms +Mar 8 15:01:57.542: INFO: Pod "downwardapi-volume-42576de3-2a5b-4728-88b1-0279eda95324": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009034496s +Mar 8 15:01:59.543: INFO: Pod "downwardapi-volume-42576de3-2a5b-4728-88b1-0279eda95324": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.01066692s +STEP: Saw pod success 03/08/23 15:01:59.543 +Mar 8 15:01:59.544: INFO: Pod "downwardapi-volume-42576de3-2a5b-4728-88b1-0279eda95324" satisfied condition "Succeeded or Failed" +Mar 8 15:01:59.547: INFO: Trying to get logs from node worker2 pod downwardapi-volume-42576de3-2a5b-4728-88b1-0279eda95324 container client-container: +STEP: delete the pod 03/08/23 15:01:59.553 +Mar 8 15:01:59.566: INFO: Waiting for pod downwardapi-volume-42576de3-2a5b-4728-88b1-0279eda95324 to disappear +Mar 8 15:01:59.569: INFO: Pod downwardapi-volume-42576de3-2a5b-4728-88b1-0279eda95324 no longer exists +[AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 +Mar 8 15:01:59.569: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "downward-api-8043" for this suite. 03/08/23 15:01:59.572 +{"msg":"PASSED [sig-storage] Downward API volume should set DefaultMode on files [LinuxOnly] [NodeConformance] [Conformance]","completed":159,"skipped":3040,"failed":0} +------------------------------ +• [4.075 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 03/08/23 15:01:55.503 + Mar 8 15:01:55.503: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename downward-api 03/08/23 15:01:55.504 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:01:55.52 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:01:55.522 + [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 03/08/23 15:01:55.525 + Mar 8 15:01:55.533: INFO: Waiting up to 5m0s for pod "downwardapi-volume-42576de3-2a5b-4728-88b1-0279eda95324" in namespace "downward-api-8043" to be "Succeeded or Failed" + Mar 8 15:01:55.538: INFO: Pod "downwardapi-volume-42576de3-2a5b-4728-88b1-0279eda95324": Phase="Pending", Reason="", readiness=false. Elapsed: 4.966376ms + Mar 8 15:01:57.542: INFO: Pod "downwardapi-volume-42576de3-2a5b-4728-88b1-0279eda95324": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009034496s + Mar 8 15:01:59.543: INFO: Pod "downwardapi-volume-42576de3-2a5b-4728-88b1-0279eda95324": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.01066692s + STEP: Saw pod success 03/08/23 15:01:59.543 + Mar 8 15:01:59.544: INFO: Pod "downwardapi-volume-42576de3-2a5b-4728-88b1-0279eda95324" satisfied condition "Succeeded or Failed" + Mar 8 15:01:59.547: INFO: Trying to get logs from node worker2 pod downwardapi-volume-42576de3-2a5b-4728-88b1-0279eda95324 container client-container: + STEP: delete the pod 03/08/23 15:01:59.553 + Mar 8 15:01:59.566: INFO: Waiting for pod downwardapi-volume-42576de3-2a5b-4728-88b1-0279eda95324 to disappear + Mar 8 15:01:59.569: INFO: Pod downwardapi-volume-42576de3-2a5b-4728-88b1-0279eda95324 no longer exists + [AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 + Mar 8 15:01:59.569: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "downward-api-8043" for this suite. 03/08/23 15:01:59.572 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:01:59.579 +Mar 8 15:01:59.579: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename statefulset 03/08/23 15:01:59.58 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:01:59.593 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:01:59.595 +[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-3508 03/08/23 15:01:59.597 +[It] should perform rolling updates and roll backs of template modifications [Conformance] + test/e2e/apps/statefulset.go:304 +STEP: Creating a new StatefulSet 03/08/23 15:01:59.602 +Mar 8 15:01:59.610: INFO: Found 0 stateful pods, waiting for 3 +Mar 8 15:02:09.614: INFO: Waiting for pod ss2-0 to enter Running - Ready=true, currently Running - Ready=true +Mar 8 15:02:09.614: INFO: Waiting for pod ss2-1 to enter Running - Ready=true, currently Running - Ready=true +Mar 8 15:02:09.614: INFO: Waiting for pod ss2-2 to enter Running - Ready=true, currently Running - Ready=false +Mar 8 15:02:19.614: INFO: Waiting for pod ss2-0 to enter Running - Ready=true, currently Running - Ready=true +Mar 8 15:02:19.614: INFO: Waiting for pod ss2-1 to enter Running - Ready=true, currently Running - Ready=true +Mar 8 15:02:19.614: INFO: Waiting for pod ss2-2 to enter Running - Ready=true, currently Running - Ready=true +Mar 8 15:02:19.623: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=statefulset-3508 exec ss2-1 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' +Mar 8 15:02:19.757: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" +Mar 8 15:02:19.757: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" +Mar 8 15:02:19.757: 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 ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2 to ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.39-2 03/08/23 15:02:29.776 +Mar 8 15:02:29.801: INFO: Updating stateful set ss2 +STEP: Creating a new revision 03/08/23 15:02:29.801 +STEP: Updating Pods in reverse ordinal order 03/08/23 15:02:39.818 +Mar 8 15:02:39.821: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=statefulset-3508 exec ss2-1 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' +Mar 8 15:02:39.956: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" +Mar 8 15:02:39.956: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" +Mar 8 15:02:39.956: 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' + +Mar 8 15:02:49.979: INFO: Waiting for StatefulSet statefulset-3508/ss2 to complete update +Mar 8 15:02:49.979: INFO: Waiting for Pod statefulset-3508/ss2-0 to have revision ss2-55d47fd7b update revision ss2-68b9894877 +Mar 8 15:02:49.979: INFO: Waiting for Pod statefulset-3508/ss2-1 to have revision ss2-55d47fd7b update revision ss2-68b9894877 +STEP: Rolling back to a previous revision 03/08/23 15:02:59.99 +Mar 8 15:02:59.990: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=statefulset-3508 exec ss2-1 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' +Mar 8 15:03:00.133: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" +Mar 8 15:03:00.133: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" +Mar 8 15:03:00.133: 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' + +Mar 8 15:03:10.169: INFO: Updating stateful set ss2 +STEP: Rolling back update in reverse ordinal order 03/08/23 15:03:20.182 +Mar 8 15:03:20.185: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=statefulset-3508 exec ss2-1 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' +Mar 8 15:03:20.314: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" +Mar 8 15:03:20.314: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" +Mar 8 15:03:20.314: 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' + +Mar 8 15:03:30.336: INFO: Waiting for StatefulSet statefulset-3508/ss2 to complete update +Mar 8 15:03:30.336: INFO: Waiting for Pod statefulset-3508/ss2-0 to have revision ss2-68b9894877 update revision ss2-55d47fd7b +Mar 8 15:03:30.336: INFO: Waiting for Pod statefulset-3508/ss2-1 to have revision ss2-68b9894877 update revision ss2-55d47fd7b +[AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:122 +Mar 8 15:03:40.348: INFO: Deleting all statefulset in ns statefulset-3508 +Mar 8 15:03:40.351: INFO: Scaling statefulset ss2 to 0 +Mar 8 15:03:50.369: INFO: Waiting for statefulset status.replicas updated to 0 +Mar 8 15:03:50.372: INFO: Deleting statefulset ss2 +[AfterEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:187 +Mar 8 15:03:50.383: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "statefulset-3508" for this suite. 03/08/23 15:03:50.388 +{"msg":"PASSED [sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic] should perform rolling updates and roll backs of template modifications [Conformance]","completed":160,"skipped":3067,"failed":0} +------------------------------ +• [SLOW TEST] [110.827 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 03/08/23 15:01:59.579 + Mar 8 15:01:59.579: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename statefulset 03/08/23 15:01:59.58 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:01:59.593 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:01:59.595 + [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-3508 03/08/23 15:01:59.597 + [It] should perform rolling updates and roll backs of template modifications [Conformance] + test/e2e/apps/statefulset.go:304 + STEP: Creating a new StatefulSet 03/08/23 15:01:59.602 + Mar 8 15:01:59.610: INFO: Found 0 stateful pods, waiting for 3 + Mar 8 15:02:09.614: INFO: Waiting for pod ss2-0 to enter Running - Ready=true, currently Running - Ready=true + Mar 8 15:02:09.614: INFO: Waiting for pod ss2-1 to enter Running - Ready=true, currently Running - Ready=true + Mar 8 15:02:09.614: INFO: Waiting for pod ss2-2 to enter Running - Ready=true, currently Running - Ready=false + Mar 8 15:02:19.614: INFO: Waiting for pod ss2-0 to enter Running - Ready=true, currently Running - Ready=true + Mar 8 15:02:19.614: INFO: Waiting for pod ss2-1 to enter Running - Ready=true, currently Running - Ready=true + Mar 8 15:02:19.614: INFO: Waiting for pod ss2-2 to enter Running - Ready=true, currently Running - Ready=true + Mar 8 15:02:19.623: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=statefulset-3508 exec ss2-1 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' + Mar 8 15:02:19.757: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" + Mar 8 15:02:19.757: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" + Mar 8 15:02:19.757: 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 ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2 to ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.39-2 03/08/23 15:02:29.776 + Mar 8 15:02:29.801: INFO: Updating stateful set ss2 + STEP: Creating a new revision 03/08/23 15:02:29.801 + STEP: Updating Pods in reverse ordinal order 03/08/23 15:02:39.818 + Mar 8 15:02:39.821: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=statefulset-3508 exec ss2-1 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' + Mar 8 15:02:39.956: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" + Mar 8 15:02:39.956: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" + Mar 8 15:02:39.956: 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' + + Mar 8 15:02:49.979: INFO: Waiting for StatefulSet statefulset-3508/ss2 to complete update + Mar 8 15:02:49.979: INFO: Waiting for Pod statefulset-3508/ss2-0 to have revision ss2-55d47fd7b update revision ss2-68b9894877 + Mar 8 15:02:49.979: INFO: Waiting for Pod statefulset-3508/ss2-1 to have revision ss2-55d47fd7b update revision ss2-68b9894877 + STEP: Rolling back to a previous revision 03/08/23 15:02:59.99 + Mar 8 15:02:59.990: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=statefulset-3508 exec ss2-1 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' + Mar 8 15:03:00.133: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" + Mar 8 15:03:00.133: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" + Mar 8 15:03:00.133: 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' + + Mar 8 15:03:10.169: INFO: Updating stateful set ss2 + STEP: Rolling back update in reverse ordinal order 03/08/23 15:03:20.182 + Mar 8 15:03:20.185: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=statefulset-3508 exec ss2-1 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' + Mar 8 15:03:20.314: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" + Mar 8 15:03:20.314: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" + Mar 8 15:03:20.314: 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' + + Mar 8 15:03:30.336: INFO: Waiting for StatefulSet statefulset-3508/ss2 to complete update + Mar 8 15:03:30.336: INFO: Waiting for Pod statefulset-3508/ss2-0 to have revision ss2-68b9894877 update revision ss2-55d47fd7b + Mar 8 15:03:30.336: INFO: Waiting for Pod statefulset-3508/ss2-1 to have revision ss2-68b9894877 update revision ss2-55d47fd7b + [AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:122 + Mar 8 15:03:40.348: INFO: Deleting all statefulset in ns statefulset-3508 + Mar 8 15:03:40.351: INFO: Scaling statefulset ss2 to 0 + Mar 8 15:03:50.369: INFO: Waiting for statefulset status.replicas updated to 0 + Mar 8 15:03:50.372: INFO: Deleting statefulset ss2 + [AfterEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:187 + Mar 8 15:03:50.383: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "statefulset-3508" for this suite. 03/08/23 15:03:50.388 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSS +------------------------------ +[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 03/08/23 15:03:50.406 +Mar 8 15:03:50.407: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename projected 03/08/23 15:03:50.407 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:03:50.421 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:03:50.423 +[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 03/08/23 15:03:50.425 +Mar 8 15:03:50.433: INFO: Waiting up to 5m0s for pod "downwardapi-volume-f9bcce35-df79-4291-8997-a4829db05563" in namespace "projected-9073" to be "Succeeded or Failed" +Mar 8 15:03:50.437: INFO: Pod "downwardapi-volume-f9bcce35-df79-4291-8997-a4829db05563": Phase="Pending", Reason="", readiness=false. Elapsed: 3.499305ms +Mar 8 15:03:52.441: INFO: Pod "downwardapi-volume-f9bcce35-df79-4291-8997-a4829db05563": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007663623s +Mar 8 15:03:54.441: INFO: Pod "downwardapi-volume-f9bcce35-df79-4291-8997-a4829db05563": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007394446s +STEP: Saw pod success 03/08/23 15:03:54.441 +Mar 8 15:03:54.441: INFO: Pod "downwardapi-volume-f9bcce35-df79-4291-8997-a4829db05563" satisfied condition "Succeeded or Failed" +Mar 8 15:03:54.444: INFO: Trying to get logs from node worker2 pod downwardapi-volume-f9bcce35-df79-4291-8997-a4829db05563 container client-container: +STEP: delete the pod 03/08/23 15:03:54.457 +Mar 8 15:03:54.469: INFO: Waiting for pod downwardapi-volume-f9bcce35-df79-4291-8997-a4829db05563 to disappear +Mar 8 15:03:54.472: INFO: Pod downwardapi-volume-f9bcce35-df79-4291-8997-a4829db05563 no longer exists +[AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 +Mar 8 15:03:54.472: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-9073" for this suite. 03/08/23 15:03:54.476 +{"msg":"PASSED [sig-storage] Projected downwardAPI should provide container's memory request [NodeConformance] [Conformance]","completed":161,"skipped":3073,"failed":0} +------------------------------ +• [4.076 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 03/08/23 15:03:50.406 + Mar 8 15:03:50.407: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename projected 03/08/23 15:03:50.407 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:03:50.421 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:03:50.423 + [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 03/08/23 15:03:50.425 + Mar 8 15:03:50.433: INFO: Waiting up to 5m0s for pod "downwardapi-volume-f9bcce35-df79-4291-8997-a4829db05563" in namespace "projected-9073" to be "Succeeded or Failed" + Mar 8 15:03:50.437: INFO: Pod "downwardapi-volume-f9bcce35-df79-4291-8997-a4829db05563": Phase="Pending", Reason="", readiness=false. Elapsed: 3.499305ms + Mar 8 15:03:52.441: INFO: Pod "downwardapi-volume-f9bcce35-df79-4291-8997-a4829db05563": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007663623s + Mar 8 15:03:54.441: INFO: Pod "downwardapi-volume-f9bcce35-df79-4291-8997-a4829db05563": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007394446s + STEP: Saw pod success 03/08/23 15:03:54.441 + Mar 8 15:03:54.441: INFO: Pod "downwardapi-volume-f9bcce35-df79-4291-8997-a4829db05563" satisfied condition "Succeeded or Failed" + Mar 8 15:03:54.444: INFO: Trying to get logs from node worker2 pod downwardapi-volume-f9bcce35-df79-4291-8997-a4829db05563 container client-container: + STEP: delete the pod 03/08/23 15:03:54.457 + Mar 8 15:03:54.469: INFO: Waiting for pod downwardapi-volume-f9bcce35-df79-4291-8997-a4829db05563 to disappear + Mar 8 15:03:54.472: INFO: Pod downwardapi-volume-f9bcce35-df79-4291-8997-a4829db05563 no longer exists + [AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 + Mar 8 15:03:54.472: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-9073" for this suite. 03/08/23 15:03:54.476 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSS +------------------------------ +[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 03/08/23 15:03:54.483 +Mar 8 15:03:54.483: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename container-probe 03/08/23 15:03:54.483 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:03:54.498 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:03:54.501 +[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-aacf3a76-6476-4621-96cc-d2fd1dc2d9f0 in namespace container-probe-7215 03/08/23 15:03:54.503 +Mar 8 15:03:54.511: INFO: Waiting up to 5m0s for pod "liveness-aacf3a76-6476-4621-96cc-d2fd1dc2d9f0" in namespace "container-probe-7215" to be "not pending" +Mar 8 15:03:54.513: INFO: Pod "liveness-aacf3a76-6476-4621-96cc-d2fd1dc2d9f0": Phase="Pending", Reason="", readiness=false. Elapsed: 2.530383ms +Mar 8 15:03:56.518: INFO: Pod "liveness-aacf3a76-6476-4621-96cc-d2fd1dc2d9f0": Phase="Running", Reason="", readiness=true. Elapsed: 2.007028537s +Mar 8 15:03:56.518: INFO: Pod "liveness-aacf3a76-6476-4621-96cc-d2fd1dc2d9f0" satisfied condition "not pending" +Mar 8 15:03:56.518: INFO: Started pod liveness-aacf3a76-6476-4621-96cc-d2fd1dc2d9f0 in namespace container-probe-7215 +STEP: checking the pod's current state and verifying that restartCount is present 03/08/23 15:03:56.518 +Mar 8 15:03:56.521: INFO: Initial restart count of pod liveness-aacf3a76-6476-4621-96cc-d2fd1dc2d9f0 is 0 +Mar 8 15:04:18.575: INFO: Restart count of pod container-probe-7215/liveness-aacf3a76-6476-4621-96cc-d2fd1dc2d9f0 is now 1 (22.054006028s elapsed) +STEP: deleting the pod 03/08/23 15:04:18.575 +[AfterEach] [sig-node] Probing container + test/e2e/framework/framework.go:187 +Mar 8 15:04:18.585: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "container-probe-7215" for this suite. 03/08/23 15:04:18.589 +{"msg":"PASSED [sig-node] Probing container should be restarted with a /healthz http liveness probe [NodeConformance] [Conformance]","completed":162,"skipped":3084,"failed":0} +------------------------------ +• [SLOW TEST] [24.112 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 03/08/23 15:03:54.483 + Mar 8 15:03:54.483: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename container-probe 03/08/23 15:03:54.483 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:03:54.498 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:03:54.501 + [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-aacf3a76-6476-4621-96cc-d2fd1dc2d9f0 in namespace container-probe-7215 03/08/23 15:03:54.503 + Mar 8 15:03:54.511: INFO: Waiting up to 5m0s for pod "liveness-aacf3a76-6476-4621-96cc-d2fd1dc2d9f0" in namespace "container-probe-7215" to be "not pending" + Mar 8 15:03:54.513: INFO: Pod "liveness-aacf3a76-6476-4621-96cc-d2fd1dc2d9f0": Phase="Pending", Reason="", readiness=false. Elapsed: 2.530383ms + Mar 8 15:03:56.518: INFO: Pod "liveness-aacf3a76-6476-4621-96cc-d2fd1dc2d9f0": Phase="Running", Reason="", readiness=true. Elapsed: 2.007028537s + Mar 8 15:03:56.518: INFO: Pod "liveness-aacf3a76-6476-4621-96cc-d2fd1dc2d9f0" satisfied condition "not pending" + Mar 8 15:03:56.518: INFO: Started pod liveness-aacf3a76-6476-4621-96cc-d2fd1dc2d9f0 in namespace container-probe-7215 + STEP: checking the pod's current state and verifying that restartCount is present 03/08/23 15:03:56.518 + Mar 8 15:03:56.521: INFO: Initial restart count of pod liveness-aacf3a76-6476-4621-96cc-d2fd1dc2d9f0 is 0 + Mar 8 15:04:18.575: INFO: Restart count of pod container-probe-7215/liveness-aacf3a76-6476-4621-96cc-d2fd1dc2d9f0 is now 1 (22.054006028s elapsed) + STEP: deleting the pod 03/08/23 15:04:18.575 + [AfterEach] [sig-node] Probing container + test/e2e/framework/framework.go:187 + Mar 8 15:04:18.585: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "container-probe-7215" for this suite. 03/08/23 15:04:18.589 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:04:18.595 +Mar 8 15:04:18.595: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename subpath 03/08/23 15:04:18.596 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:04:18.61 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:04:18.612 +[BeforeEach] Atomic writer volumes + test/e2e/storage/subpath.go:40 +STEP: Setting up data 03/08/23 15:04:18.614 +[It] should support subpaths with downward pod [Conformance] + test/e2e/storage/subpath.go:92 +STEP: Creating pod pod-subpath-test-downwardapi-pwdz 03/08/23 15:04:18.622 +STEP: Creating a pod to test atomic-volume-subpath 03/08/23 15:04:18.622 +Mar 8 15:04:18.630: INFO: Waiting up to 5m0s for pod "pod-subpath-test-downwardapi-pwdz" in namespace "subpath-272" to be "Succeeded or Failed" +Mar 8 15:04:18.634: INFO: Pod "pod-subpath-test-downwardapi-pwdz": Phase="Pending", Reason="", readiness=false. Elapsed: 4.626286ms +Mar 8 15:04:20.639: INFO: Pod "pod-subpath-test-downwardapi-pwdz": Phase="Running", Reason="", readiness=true. Elapsed: 2.009234153s +Mar 8 15:04:22.639: INFO: Pod "pod-subpath-test-downwardapi-pwdz": Phase="Running", Reason="", readiness=true. Elapsed: 4.009148331s +Mar 8 15:04:24.642: INFO: Pod "pod-subpath-test-downwardapi-pwdz": Phase="Running", Reason="", readiness=true. Elapsed: 6.012171927s +Mar 8 15:04:26.640: INFO: Pod "pod-subpath-test-downwardapi-pwdz": Phase="Running", Reason="", readiness=true. Elapsed: 8.010537308s +Mar 8 15:04:28.638: INFO: Pod "pod-subpath-test-downwardapi-pwdz": Phase="Running", Reason="", readiness=true. Elapsed: 10.008139616s +Mar 8 15:04:30.640: INFO: Pod "pod-subpath-test-downwardapi-pwdz": Phase="Running", Reason="", readiness=true. Elapsed: 12.010125647s +Mar 8 15:04:32.639: INFO: Pod "pod-subpath-test-downwardapi-pwdz": Phase="Running", Reason="", readiness=true. Elapsed: 14.00892061s +Mar 8 15:04:34.638: INFO: Pod "pod-subpath-test-downwardapi-pwdz": Phase="Running", Reason="", readiness=true. Elapsed: 16.008320574s +Mar 8 15:04:36.639: INFO: Pod "pod-subpath-test-downwardapi-pwdz": Phase="Running", Reason="", readiness=true. Elapsed: 18.00974218s +Mar 8 15:04:38.641: INFO: Pod "pod-subpath-test-downwardapi-pwdz": Phase="Running", Reason="", readiness=true. Elapsed: 20.011670609s +Mar 8 15:04:40.638: INFO: Pod "pod-subpath-test-downwardapi-pwdz": Phase="Running", Reason="", readiness=false. Elapsed: 22.00822708s +Mar 8 15:04:42.639: INFO: Pod "pod-subpath-test-downwardapi-pwdz": Phase="Succeeded", Reason="", readiness=false. Elapsed: 24.008943274s +STEP: Saw pod success 03/08/23 15:04:42.639 +Mar 8 15:04:42.639: INFO: Pod "pod-subpath-test-downwardapi-pwdz" satisfied condition "Succeeded or Failed" +Mar 8 15:04:42.641: INFO: Trying to get logs from node worker2 pod pod-subpath-test-downwardapi-pwdz container test-container-subpath-downwardapi-pwdz: +STEP: delete the pod 03/08/23 15:04:42.648 +Mar 8 15:04:42.658: INFO: Waiting for pod pod-subpath-test-downwardapi-pwdz to disappear +Mar 8 15:04:42.661: INFO: Pod pod-subpath-test-downwardapi-pwdz no longer exists +STEP: Deleting pod pod-subpath-test-downwardapi-pwdz 03/08/23 15:04:42.661 +Mar 8 15:04:42.661: INFO: Deleting pod "pod-subpath-test-downwardapi-pwdz" in namespace "subpath-272" +[AfterEach] [sig-storage] Subpath + test/e2e/framework/framework.go:187 +Mar 8 15:04:42.663: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "subpath-272" for this suite. 03/08/23 15:04:42.667 +{"msg":"PASSED [sig-storage] Subpath Atomic writer volumes should support subpaths with downward pod [Conformance]","completed":163,"skipped":3098,"failed":0} +------------------------------ +• [SLOW TEST] [24.076 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 03/08/23 15:04:18.595 + Mar 8 15:04:18.595: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename subpath 03/08/23 15:04:18.596 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:04:18.61 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:04:18.612 + [BeforeEach] Atomic writer volumes + test/e2e/storage/subpath.go:40 + STEP: Setting up data 03/08/23 15:04:18.614 + [It] should support subpaths with downward pod [Conformance] + test/e2e/storage/subpath.go:92 + STEP: Creating pod pod-subpath-test-downwardapi-pwdz 03/08/23 15:04:18.622 + STEP: Creating a pod to test atomic-volume-subpath 03/08/23 15:04:18.622 + Mar 8 15:04:18.630: INFO: Waiting up to 5m0s for pod "pod-subpath-test-downwardapi-pwdz" in namespace "subpath-272" to be "Succeeded or Failed" + Mar 8 15:04:18.634: INFO: Pod "pod-subpath-test-downwardapi-pwdz": Phase="Pending", Reason="", readiness=false. Elapsed: 4.626286ms + Mar 8 15:04:20.639: INFO: Pod "pod-subpath-test-downwardapi-pwdz": Phase="Running", Reason="", readiness=true. Elapsed: 2.009234153s + Mar 8 15:04:22.639: INFO: Pod "pod-subpath-test-downwardapi-pwdz": Phase="Running", Reason="", readiness=true. Elapsed: 4.009148331s + Mar 8 15:04:24.642: INFO: Pod "pod-subpath-test-downwardapi-pwdz": Phase="Running", Reason="", readiness=true. Elapsed: 6.012171927s + Mar 8 15:04:26.640: INFO: Pod "pod-subpath-test-downwardapi-pwdz": Phase="Running", Reason="", readiness=true. Elapsed: 8.010537308s + Mar 8 15:04:28.638: INFO: Pod "pod-subpath-test-downwardapi-pwdz": Phase="Running", Reason="", readiness=true. Elapsed: 10.008139616s + Mar 8 15:04:30.640: INFO: Pod "pod-subpath-test-downwardapi-pwdz": Phase="Running", Reason="", readiness=true. Elapsed: 12.010125647s + Mar 8 15:04:32.639: INFO: Pod "pod-subpath-test-downwardapi-pwdz": Phase="Running", Reason="", readiness=true. Elapsed: 14.00892061s + Mar 8 15:04:34.638: INFO: Pod "pod-subpath-test-downwardapi-pwdz": Phase="Running", Reason="", readiness=true. Elapsed: 16.008320574s + Mar 8 15:04:36.639: INFO: Pod "pod-subpath-test-downwardapi-pwdz": Phase="Running", Reason="", readiness=true. Elapsed: 18.00974218s + Mar 8 15:04:38.641: INFO: Pod "pod-subpath-test-downwardapi-pwdz": Phase="Running", Reason="", readiness=true. Elapsed: 20.011670609s + Mar 8 15:04:40.638: INFO: Pod "pod-subpath-test-downwardapi-pwdz": Phase="Running", Reason="", readiness=false. Elapsed: 22.00822708s + Mar 8 15:04:42.639: INFO: Pod "pod-subpath-test-downwardapi-pwdz": Phase="Succeeded", Reason="", readiness=false. Elapsed: 24.008943274s + STEP: Saw pod success 03/08/23 15:04:42.639 + Mar 8 15:04:42.639: INFO: Pod "pod-subpath-test-downwardapi-pwdz" satisfied condition "Succeeded or Failed" + Mar 8 15:04:42.641: INFO: Trying to get logs from node worker2 pod pod-subpath-test-downwardapi-pwdz container test-container-subpath-downwardapi-pwdz: + STEP: delete the pod 03/08/23 15:04:42.648 + Mar 8 15:04:42.658: INFO: Waiting for pod pod-subpath-test-downwardapi-pwdz to disappear + Mar 8 15:04:42.661: INFO: Pod pod-subpath-test-downwardapi-pwdz no longer exists + STEP: Deleting pod pod-subpath-test-downwardapi-pwdz 03/08/23 15:04:42.661 + Mar 8 15:04:42.661: INFO: Deleting pod "pod-subpath-test-downwardapi-pwdz" in namespace "subpath-272" + [AfterEach] [sig-storage] Subpath + test/e2e/framework/framework.go:187 + Mar 8 15:04:42.663: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "subpath-272" for this suite. 03/08/23 15:04:42.667 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:04:42.676 +Mar 8 15:04:42.676: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename statefulset 03/08/23 15:04:42.676 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:04:42.692 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:04:42.694 +[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-6630 03/08/23 15:04:42.696 +[It] should list, patch and delete a collection of StatefulSets [Conformance] + test/e2e/apps/statefulset.go:906 +Mar 8 15:04:42.707: INFO: Found 0 stateful pods, waiting for 1 +Mar 8 15:04:52.712: INFO: Waiting for pod test-ss-0 to enter Running - Ready=true, currently Running - Ready=false +Mar 8 15:05:02.712: INFO: Waiting for pod test-ss-0 to enter Running - Ready=true, currently Running - Ready=true +STEP: patching the StatefulSet 03/08/23 15:05:02.718 +W0308 15:05:02.729201 20 warnings.go:70] unknown field "spec.template.spec.TerminationGracePeriodSeconds" +Mar 8 15:05:02.736: INFO: Found 1 stateful pods, waiting for 2 +Mar 8 15:05:12.741: INFO: Waiting for pod test-ss-0 to enter Running - Ready=true, currently Running - Ready=true +Mar 8 15:05:12.742: INFO: Waiting for pod test-ss-1 to enter Running - Ready=true, currently Running - Ready=true +STEP: Listing all StatefulSets 03/08/23 15:05:12.747 +STEP: Delete all of the StatefulSets 03/08/23 15:05:12.751 +STEP: Verify that StatefulSets have been deleted 03/08/23 15:05:12.758 +[AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:122 +Mar 8 15:05:12.760: INFO: Deleting all statefulset in ns statefulset-6630 +[AfterEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:187 +Mar 8 15:05:12.768: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "statefulset-6630" for this suite. 03/08/23 15:05:12.771 +{"msg":"PASSED [sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic] should list, patch and delete a collection of StatefulSets [Conformance]","completed":164,"skipped":3155,"failed":0} +------------------------------ +• [SLOW TEST] [30.101 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 03/08/23 15:04:42.676 + Mar 8 15:04:42.676: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename statefulset 03/08/23 15:04:42.676 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:04:42.692 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:04:42.694 + [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-6630 03/08/23 15:04:42.696 + [It] should list, patch and delete a collection of StatefulSets [Conformance] + test/e2e/apps/statefulset.go:906 + Mar 8 15:04:42.707: INFO: Found 0 stateful pods, waiting for 1 + Mar 8 15:04:52.712: INFO: Waiting for pod test-ss-0 to enter Running - Ready=true, currently Running - Ready=false + Mar 8 15:05:02.712: INFO: Waiting for pod test-ss-0 to enter Running - Ready=true, currently Running - Ready=true + STEP: patching the StatefulSet 03/08/23 15:05:02.718 + W0308 15:05:02.729201 20 warnings.go:70] unknown field "spec.template.spec.TerminationGracePeriodSeconds" + Mar 8 15:05:02.736: INFO: Found 1 stateful pods, waiting for 2 + Mar 8 15:05:12.741: INFO: Waiting for pod test-ss-0 to enter Running - Ready=true, currently Running - Ready=true + Mar 8 15:05:12.742: INFO: Waiting for pod test-ss-1 to enter Running - Ready=true, currently Running - Ready=true + STEP: Listing all StatefulSets 03/08/23 15:05:12.747 + STEP: Delete all of the StatefulSets 03/08/23 15:05:12.751 + STEP: Verify that StatefulSets have been deleted 03/08/23 15:05:12.758 + [AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:122 + Mar 8 15:05:12.760: INFO: Deleting all statefulset in ns statefulset-6630 + [AfterEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:187 + Mar 8 15:05:12.768: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "statefulset-6630" for this suite. 03/08/23 15:05:12.771 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:05:12.778 +Mar 8 15:05:12.779: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename container-runtime 03/08/23 15:05:12.779 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:05:12.8 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:05:12.801 +[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' 03/08/23 15:05:12.81 +STEP: Container 'terminate-cmd-rpa': should get the expected 'Phase' 03/08/23 15:05:29.889 +STEP: Container 'terminate-cmd-rpa': should get the expected 'Ready' condition 03/08/23 15:05:29.892 +STEP: Container 'terminate-cmd-rpa': should get the expected 'State' 03/08/23 15:05:29.898 +STEP: Container 'terminate-cmd-rpa': should be possible to delete [NodeConformance] 03/08/23 15:05:29.898 +STEP: Container 'terminate-cmd-rpof': should get the expected 'RestartCount' 03/08/23 15:05:29.916 +STEP: Container 'terminate-cmd-rpof': should get the expected 'Phase' 03/08/23 15:05:32.932 +STEP: Container 'terminate-cmd-rpof': should get the expected 'Ready' condition 03/08/23 15:05:34.944 +STEP: Container 'terminate-cmd-rpof': should get the expected 'State' 03/08/23 15:05:34.95 +STEP: Container 'terminate-cmd-rpof': should be possible to delete [NodeConformance] 03/08/23 15:05:34.95 +STEP: Container 'terminate-cmd-rpn': should get the expected 'RestartCount' 03/08/23 15:05:34.968 +STEP: Container 'terminate-cmd-rpn': should get the expected 'Phase' 03/08/23 15:05:35.977 +STEP: Container 'terminate-cmd-rpn': should get the expected 'Ready' condition 03/08/23 15:05:38.992 +STEP: Container 'terminate-cmd-rpn': should get the expected 'State' 03/08/23 15:05:38.999 +STEP: Container 'terminate-cmd-rpn': should be possible to delete [NodeConformance] 03/08/23 15:05:38.999 +[AfterEach] [sig-node] Container Runtime + test/e2e/framework/framework.go:187 +Mar 8 15:05:39.020: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "container-runtime-4403" for this suite. 03/08/23 15:05:39.024 +{"msg":"PASSED [sig-node] Container Runtime blackbox test when starting a container that exits should run with the expected status [NodeConformance] [Conformance]","completed":165,"skipped":3183,"failed":0} +------------------------------ +• [SLOW TEST] [26.252 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 03/08/23 15:05:12.778 + Mar 8 15:05:12.779: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename container-runtime 03/08/23 15:05:12.779 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:05:12.8 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:05:12.801 + [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' 03/08/23 15:05:12.81 + STEP: Container 'terminate-cmd-rpa': should get the expected 'Phase' 03/08/23 15:05:29.889 + STEP: Container 'terminate-cmd-rpa': should get the expected 'Ready' condition 03/08/23 15:05:29.892 + STEP: Container 'terminate-cmd-rpa': should get the expected 'State' 03/08/23 15:05:29.898 + STEP: Container 'terminate-cmd-rpa': should be possible to delete [NodeConformance] 03/08/23 15:05:29.898 + STEP: Container 'terminate-cmd-rpof': should get the expected 'RestartCount' 03/08/23 15:05:29.916 + STEP: Container 'terminate-cmd-rpof': should get the expected 'Phase' 03/08/23 15:05:32.932 + STEP: Container 'terminate-cmd-rpof': should get the expected 'Ready' condition 03/08/23 15:05:34.944 + STEP: Container 'terminate-cmd-rpof': should get the expected 'State' 03/08/23 15:05:34.95 + STEP: Container 'terminate-cmd-rpof': should be possible to delete [NodeConformance] 03/08/23 15:05:34.95 + STEP: Container 'terminate-cmd-rpn': should get the expected 'RestartCount' 03/08/23 15:05:34.968 + STEP: Container 'terminate-cmd-rpn': should get the expected 'Phase' 03/08/23 15:05:35.977 + STEP: Container 'terminate-cmd-rpn': should get the expected 'Ready' condition 03/08/23 15:05:38.992 + STEP: Container 'terminate-cmd-rpn': should get the expected 'State' 03/08/23 15:05:38.999 + STEP: Container 'terminate-cmd-rpn': should be possible to delete [NodeConformance] 03/08/23 15:05:38.999 + [AfterEach] [sig-node] Container Runtime + test/e2e/framework/framework.go:187 + Mar 8 15:05:39.020: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "container-runtime-4403" for this suite. 03/08/23 15:05:39.024 + << End Captured GinkgoWriter Output +------------------------------ +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 03/08/23 15:05:39.031 +Mar 8 15:05:39.031: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename pods 03/08/23 15:05:39.032 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:05:39.048 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:05:39.05 +[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 03/08/23 15:05:39.052 +STEP: submitting the pod to kubernetes 03/08/23 15:05:39.052 +Mar 8 15:05:39.060: INFO: Waiting up to 5m0s for pod "pod-update-activedeadlineseconds-0c499a41-00e6-4bad-b15e-d2a55f5c3403" in namespace "pods-6091" to be "running and ready" +Mar 8 15:05:39.063: INFO: Pod "pod-update-activedeadlineseconds-0c499a41-00e6-4bad-b15e-d2a55f5c3403": Phase="Pending", Reason="", readiness=false. Elapsed: 3.134886ms +Mar 8 15:05:39.063: INFO: The phase of Pod pod-update-activedeadlineseconds-0c499a41-00e6-4bad-b15e-d2a55f5c3403 is Pending, waiting for it to be Running (with Ready = true) +Mar 8 15:05:41.068: INFO: Pod "pod-update-activedeadlineseconds-0c499a41-00e6-4bad-b15e-d2a55f5c3403": Phase="Running", Reason="", readiness=true. Elapsed: 2.007412756s +Mar 8 15:05:41.068: INFO: The phase of Pod pod-update-activedeadlineseconds-0c499a41-00e6-4bad-b15e-d2a55f5c3403 is Running (Ready = true) +Mar 8 15:05:41.068: INFO: Pod "pod-update-activedeadlineseconds-0c499a41-00e6-4bad-b15e-d2a55f5c3403" satisfied condition "running and ready" +STEP: verifying the pod is in kubernetes 03/08/23 15:05:41.071 +STEP: updating the pod 03/08/23 15:05:41.074 +Mar 8 15:05:41.585: INFO: Successfully updated pod "pod-update-activedeadlineseconds-0c499a41-00e6-4bad-b15e-d2a55f5c3403" +Mar 8 15:05:41.585: INFO: Waiting up to 5m0s for pod "pod-update-activedeadlineseconds-0c499a41-00e6-4bad-b15e-d2a55f5c3403" in namespace "pods-6091" to be "terminated with reason DeadlineExceeded" +Mar 8 15:05:41.588: INFO: Pod "pod-update-activedeadlineseconds-0c499a41-00e6-4bad-b15e-d2a55f5c3403": Phase="Running", Reason="", readiness=true. Elapsed: 2.730246ms +Mar 8 15:05:43.593: INFO: Pod "pod-update-activedeadlineseconds-0c499a41-00e6-4bad-b15e-d2a55f5c3403": Phase="Running", Reason="", readiness=true. Elapsed: 2.008108489s +Mar 8 15:05:45.592: INFO: Pod "pod-update-activedeadlineseconds-0c499a41-00e6-4bad-b15e-d2a55f5c3403": Phase="Failed", Reason="DeadlineExceeded", readiness=false. Elapsed: 4.006876642s +Mar 8 15:05:45.592: INFO: Pod "pod-update-activedeadlineseconds-0c499a41-00e6-4bad-b15e-d2a55f5c3403" satisfied condition "terminated with reason DeadlineExceeded" +[AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 +Mar 8 15:05:45.592: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "pods-6091" for this suite. 03/08/23 15:05:45.597 +{"msg":"PASSED [sig-node] Pods should allow activeDeadlineSeconds to be updated [NodeConformance] [Conformance]","completed":166,"skipped":3184,"failed":0} +------------------------------ +• [SLOW TEST] [6.572 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 03/08/23 15:05:39.031 + Mar 8 15:05:39.031: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename pods 03/08/23 15:05:39.032 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:05:39.048 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:05:39.05 + [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 03/08/23 15:05:39.052 + STEP: submitting the pod to kubernetes 03/08/23 15:05:39.052 + Mar 8 15:05:39.060: INFO: Waiting up to 5m0s for pod "pod-update-activedeadlineseconds-0c499a41-00e6-4bad-b15e-d2a55f5c3403" in namespace "pods-6091" to be "running and ready" + Mar 8 15:05:39.063: INFO: Pod "pod-update-activedeadlineseconds-0c499a41-00e6-4bad-b15e-d2a55f5c3403": Phase="Pending", Reason="", readiness=false. Elapsed: 3.134886ms + Mar 8 15:05:39.063: INFO: The phase of Pod pod-update-activedeadlineseconds-0c499a41-00e6-4bad-b15e-d2a55f5c3403 is Pending, waiting for it to be Running (with Ready = true) + Mar 8 15:05:41.068: INFO: Pod "pod-update-activedeadlineseconds-0c499a41-00e6-4bad-b15e-d2a55f5c3403": Phase="Running", Reason="", readiness=true. Elapsed: 2.007412756s + Mar 8 15:05:41.068: INFO: The phase of Pod pod-update-activedeadlineseconds-0c499a41-00e6-4bad-b15e-d2a55f5c3403 is Running (Ready = true) + Mar 8 15:05:41.068: INFO: Pod "pod-update-activedeadlineseconds-0c499a41-00e6-4bad-b15e-d2a55f5c3403" satisfied condition "running and ready" + STEP: verifying the pod is in kubernetes 03/08/23 15:05:41.071 + STEP: updating the pod 03/08/23 15:05:41.074 + Mar 8 15:05:41.585: INFO: Successfully updated pod "pod-update-activedeadlineseconds-0c499a41-00e6-4bad-b15e-d2a55f5c3403" + Mar 8 15:05:41.585: INFO: Waiting up to 5m0s for pod "pod-update-activedeadlineseconds-0c499a41-00e6-4bad-b15e-d2a55f5c3403" in namespace "pods-6091" to be "terminated with reason DeadlineExceeded" + Mar 8 15:05:41.588: INFO: Pod "pod-update-activedeadlineseconds-0c499a41-00e6-4bad-b15e-d2a55f5c3403": Phase="Running", Reason="", readiness=true. Elapsed: 2.730246ms + Mar 8 15:05:43.593: INFO: Pod "pod-update-activedeadlineseconds-0c499a41-00e6-4bad-b15e-d2a55f5c3403": Phase="Running", Reason="", readiness=true. Elapsed: 2.008108489s + Mar 8 15:05:45.592: INFO: Pod "pod-update-activedeadlineseconds-0c499a41-00e6-4bad-b15e-d2a55f5c3403": Phase="Failed", Reason="DeadlineExceeded", readiness=false. Elapsed: 4.006876642s + Mar 8 15:05:45.592: INFO: Pod "pod-update-activedeadlineseconds-0c499a41-00e6-4bad-b15e-d2a55f5c3403" satisfied condition "terminated with reason DeadlineExceeded" + [AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 + Mar 8 15:05:45.592: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "pods-6091" for this suite. 03/08/23 15:05:45.597 + << End Captured GinkgoWriter Output +------------------------------ +SSSSS +------------------------------ +[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 03/08/23 15:05:45.604 +Mar 8 15:05:45.604: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename container-probe 03/08/23 15:05:45.605 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:05:45.62 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:05:45.622 +[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-79266100-68ea-44ab-9956-59bb865e1b2a in namespace container-probe-8439 03/08/23 15:05:45.624 +Mar 8 15:05:45.631: INFO: Waiting up to 5m0s for pod "liveness-79266100-68ea-44ab-9956-59bb865e1b2a" in namespace "container-probe-8439" to be "not pending" +Mar 8 15:05:45.635: INFO: Pod "liveness-79266100-68ea-44ab-9956-59bb865e1b2a": Phase="Pending", Reason="", readiness=false. Elapsed: 3.365704ms +Mar 8 15:05:47.639: INFO: Pod "liveness-79266100-68ea-44ab-9956-59bb865e1b2a": Phase="Running", Reason="", readiness=true. Elapsed: 2.007119768s +Mar 8 15:05:47.639: INFO: Pod "liveness-79266100-68ea-44ab-9956-59bb865e1b2a" satisfied condition "not pending" +Mar 8 15:05:47.639: INFO: Started pod liveness-79266100-68ea-44ab-9956-59bb865e1b2a in namespace container-probe-8439 +STEP: checking the pod's current state and verifying that restartCount is present 03/08/23 15:05:47.639 +Mar 8 15:05:47.642: INFO: Initial restart count of pod liveness-79266100-68ea-44ab-9956-59bb865e1b2a is 0 +STEP: deleting the pod 03/08/23 15:09:48.344 +[AfterEach] [sig-node] Probing container + test/e2e/framework/framework.go:187 +Mar 8 15:09:48.356: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "container-probe-8439" for this suite. 03/08/23 15:09:48.36 +{"msg":"PASSED [sig-node] Probing container should *not* be restarted with a tcp:8080 liveness probe [NodeConformance] [Conformance]","completed":167,"skipped":3189,"failed":0} +------------------------------ +• [SLOW TEST] [242.762 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 03/08/23 15:05:45.604 + Mar 8 15:05:45.604: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename container-probe 03/08/23 15:05:45.605 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:05:45.62 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:05:45.622 + [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-79266100-68ea-44ab-9956-59bb865e1b2a in namespace container-probe-8439 03/08/23 15:05:45.624 + Mar 8 15:05:45.631: INFO: Waiting up to 5m0s for pod "liveness-79266100-68ea-44ab-9956-59bb865e1b2a" in namespace "container-probe-8439" to be "not pending" + Mar 8 15:05:45.635: INFO: Pod "liveness-79266100-68ea-44ab-9956-59bb865e1b2a": Phase="Pending", Reason="", readiness=false. Elapsed: 3.365704ms + Mar 8 15:05:47.639: INFO: Pod "liveness-79266100-68ea-44ab-9956-59bb865e1b2a": Phase="Running", Reason="", readiness=true. Elapsed: 2.007119768s + Mar 8 15:05:47.639: INFO: Pod "liveness-79266100-68ea-44ab-9956-59bb865e1b2a" satisfied condition "not pending" + Mar 8 15:05:47.639: INFO: Started pod liveness-79266100-68ea-44ab-9956-59bb865e1b2a in namespace container-probe-8439 + STEP: checking the pod's current state and verifying that restartCount is present 03/08/23 15:05:47.639 + Mar 8 15:05:47.642: INFO: Initial restart count of pod liveness-79266100-68ea-44ab-9956-59bb865e1b2a is 0 + STEP: deleting the pod 03/08/23 15:09:48.344 + [AfterEach] [sig-node] Probing container + test/e2e/framework/framework.go:187 + Mar 8 15:09:48.356: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "container-probe-8439" for this suite. 03/08/23 15:09:48.36 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:09:48.367 +Mar 8 15:09:48.367: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename security-context-test 03/08/23 15:09:48.368 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:09:48.381 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:09:48.383 +[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 +Mar 8 15:09:48.392: INFO: Waiting up to 5m0s for pod "busybox-user-65534-738eceb4-b586-430a-bcd7-1b6a12c7c3f3" in namespace "security-context-test-9104" to be "Succeeded or Failed" +Mar 8 15:09:48.395: INFO: Pod "busybox-user-65534-738eceb4-b586-430a-bcd7-1b6a12c7c3f3": Phase="Pending", Reason="", readiness=false. Elapsed: 2.614193ms +Mar 8 15:09:50.399: INFO: Pod "busybox-user-65534-738eceb4-b586-430a-bcd7-1b6a12c7c3f3": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006455771s +Mar 8 15:09:52.399: INFO: Pod "busybox-user-65534-738eceb4-b586-430a-bcd7-1b6a12c7c3f3": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006668568s +Mar 8 15:09:52.399: INFO: Pod "busybox-user-65534-738eceb4-b586-430a-bcd7-1b6a12c7c3f3" satisfied condition "Succeeded or Failed" +[AfterEach] [sig-node] Security Context + test/e2e/framework/framework.go:187 +Mar 8 15:09:52.399: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "security-context-test-9104" for this suite. 03/08/23 15:09:52.403 +{"msg":"PASSED [sig-node] Security Context When creating a container with runAsUser should run the container with uid 65534 [LinuxOnly] [NodeConformance] [Conformance]","completed":168,"skipped":3202,"failed":0} +------------------------------ +• [4.044 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 03/08/23 15:09:48.367 + Mar 8 15:09:48.367: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename security-context-test 03/08/23 15:09:48.368 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:09:48.381 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:09:48.383 + [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 + Mar 8 15:09:48.392: INFO: Waiting up to 5m0s for pod "busybox-user-65534-738eceb4-b586-430a-bcd7-1b6a12c7c3f3" in namespace "security-context-test-9104" to be "Succeeded or Failed" + Mar 8 15:09:48.395: INFO: Pod "busybox-user-65534-738eceb4-b586-430a-bcd7-1b6a12c7c3f3": Phase="Pending", Reason="", readiness=false. Elapsed: 2.614193ms + Mar 8 15:09:50.399: INFO: Pod "busybox-user-65534-738eceb4-b586-430a-bcd7-1b6a12c7c3f3": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006455771s + Mar 8 15:09:52.399: INFO: Pod "busybox-user-65534-738eceb4-b586-430a-bcd7-1b6a12c7c3f3": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006668568s + Mar 8 15:09:52.399: INFO: Pod "busybox-user-65534-738eceb4-b586-430a-bcd7-1b6a12c7c3f3" satisfied condition "Succeeded or Failed" + [AfterEach] [sig-node] Security Context + test/e2e/framework/framework.go:187 + Mar 8 15:09:52.399: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "security-context-test-9104" for this suite. 03/08/23 15:09:52.403 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:09:52.411 +Mar 8 15:09:52.411: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename services 03/08/23 15:09:52.412 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:09:52.429 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:09:52.432 +[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-6778 03/08/23 15:09:52.434 +STEP: creating service affinity-nodeport in namespace services-6778 03/08/23 15:09:52.434 +STEP: creating replication controller affinity-nodeport in namespace services-6778 03/08/23 15:09:52.45 +I0308 15:09:52.458325 20 runners.go:193] Created replication controller with name: affinity-nodeport, namespace: services-6778, replica count: 3 +I0308 15:09:55.508998 20 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 +Mar 8 15:09:55.520: INFO: Creating new exec pod +Mar 8 15:09:55.527: INFO: Waiting up to 5m0s for pod "execpod-affinity4tlkj" in namespace "services-6778" to be "running" +Mar 8 15:09:55.530: INFO: Pod "execpod-affinity4tlkj": Phase="Pending", Reason="", readiness=false. Elapsed: 2.731931ms +Mar 8 15:09:57.533: INFO: Pod "execpod-affinity4tlkj": Phase="Running", Reason="", readiness=true. Elapsed: 2.006250263s +Mar 8 15:09:57.533: INFO: Pod "execpod-affinity4tlkj" satisfied condition "running" +Mar 8 15:09:58.538: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-6778 exec execpod-affinity4tlkj -- /bin/sh -x -c echo hostName | nc -v -t -w 2 affinity-nodeport 80' +Mar 8 15:09:58.672: INFO: stderr: "+ echo+ nc hostName\n -v -t -w 2 affinity-nodeport 80\nConnection to affinity-nodeport 80 port [tcp/http] succeeded!\n" +Mar 8 15:09:58.672: 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" +Mar 8 15:09:58.672: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-6778 exec execpod-affinity4tlkj -- /bin/sh -x -c echo hostName | nc -v -t -w 2 192.168.198.67 80' +Mar 8 15:09:58.800: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 192.168.198.67 80\nConnection to 192.168.198.67 80 port [tcp/http] succeeded!\n" +Mar 8 15:09:58.800: 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" +Mar 8 15:09:58.800: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-6778 exec execpod-affinity4tlkj -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.0.0.17 31048' +Mar 8 15:09:58.936: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 10.0.0.17 31048\nConnection to 10.0.0.17 31048 port [tcp/*] succeeded!\n" +Mar 8 15:09:58.936: 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" +Mar 8 15:09:58.936: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-6778 exec execpod-affinity4tlkj -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.0.0.18 31048' +Mar 8 15:09:59.051: INFO: stderr: "+ nc -v -t -w 2 10.0.0.18 31048\n+ echo hostName\nConnection to 10.0.0.18 31048 port [tcp/*] succeeded!\n" +Mar 8 15:09:59.051: 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" +Mar 8 15:09:59.051: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-6778 exec execpod-affinity4tlkj -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://10.0.0.17:31048/ ; done' +Mar 8 15:09:59.257: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:31048/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:31048/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:31048/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:31048/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:31048/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:31048/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:31048/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:31048/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:31048/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:31048/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:31048/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:31048/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:31048/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:31048/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:31048/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:31048/\n" +Mar 8 15:09:59.258: INFO: stdout: "\naffinity-nodeport-wgvnl\naffinity-nodeport-wgvnl\naffinity-nodeport-wgvnl\naffinity-nodeport-wgvnl\naffinity-nodeport-wgvnl\naffinity-nodeport-wgvnl\naffinity-nodeport-wgvnl\naffinity-nodeport-wgvnl\naffinity-nodeport-wgvnl\naffinity-nodeport-wgvnl\naffinity-nodeport-wgvnl\naffinity-nodeport-wgvnl\naffinity-nodeport-wgvnl\naffinity-nodeport-wgvnl\naffinity-nodeport-wgvnl\naffinity-nodeport-wgvnl" +Mar 8 15:09:59.258: INFO: Received response from host: affinity-nodeport-wgvnl +Mar 8 15:09:59.258: INFO: Received response from host: affinity-nodeport-wgvnl +Mar 8 15:09:59.258: INFO: Received response from host: affinity-nodeport-wgvnl +Mar 8 15:09:59.258: INFO: Received response from host: affinity-nodeport-wgvnl +Mar 8 15:09:59.258: INFO: Received response from host: affinity-nodeport-wgvnl +Mar 8 15:09:59.258: INFO: Received response from host: affinity-nodeport-wgvnl +Mar 8 15:09:59.258: INFO: Received response from host: affinity-nodeport-wgvnl +Mar 8 15:09:59.258: INFO: Received response from host: affinity-nodeport-wgvnl +Mar 8 15:09:59.258: INFO: Received response from host: affinity-nodeport-wgvnl +Mar 8 15:09:59.258: INFO: Received response from host: affinity-nodeport-wgvnl +Mar 8 15:09:59.258: INFO: Received response from host: affinity-nodeport-wgvnl +Mar 8 15:09:59.258: INFO: Received response from host: affinity-nodeport-wgvnl +Mar 8 15:09:59.258: INFO: Received response from host: affinity-nodeport-wgvnl +Mar 8 15:09:59.258: INFO: Received response from host: affinity-nodeport-wgvnl +Mar 8 15:09:59.258: INFO: Received response from host: affinity-nodeport-wgvnl +Mar 8 15:09:59.258: INFO: Received response from host: affinity-nodeport-wgvnl +Mar 8 15:09:59.258: INFO: Cleaning up the exec pod +STEP: deleting ReplicationController affinity-nodeport in namespace services-6778, will wait for the garbage collector to delete the pods 03/08/23 15:09:59.268 +Mar 8 15:09:59.327: INFO: Deleting ReplicationController affinity-nodeport took: 5.768321ms +Mar 8 15:09:59.428: INFO: Terminating ReplicationController affinity-nodeport pods took: 100.612942ms +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Mar 8 15:10:01.348: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-6778" for this suite. 03/08/23 15:10:01.352 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +{"msg":"PASSED [sig-network] Services should have session affinity work for NodePort service [LinuxOnly] [Conformance]","completed":169,"skipped":3220,"failed":0} +------------------------------ +• [SLOW TEST] [8.946 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 03/08/23 15:09:52.411 + Mar 8 15:09:52.411: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename services 03/08/23 15:09:52.412 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:09:52.429 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:09:52.432 + [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-6778 03/08/23 15:09:52.434 + STEP: creating service affinity-nodeport in namespace services-6778 03/08/23 15:09:52.434 + STEP: creating replication controller affinity-nodeport in namespace services-6778 03/08/23 15:09:52.45 + I0308 15:09:52.458325 20 runners.go:193] Created replication controller with name: affinity-nodeport, namespace: services-6778, replica count: 3 + I0308 15:09:55.508998 20 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 + Mar 8 15:09:55.520: INFO: Creating new exec pod + Mar 8 15:09:55.527: INFO: Waiting up to 5m0s for pod "execpod-affinity4tlkj" in namespace "services-6778" to be "running" + Mar 8 15:09:55.530: INFO: Pod "execpod-affinity4tlkj": Phase="Pending", Reason="", readiness=false. Elapsed: 2.731931ms + Mar 8 15:09:57.533: INFO: Pod "execpod-affinity4tlkj": Phase="Running", Reason="", readiness=true. Elapsed: 2.006250263s + Mar 8 15:09:57.533: INFO: Pod "execpod-affinity4tlkj" satisfied condition "running" + Mar 8 15:09:58.538: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-6778 exec execpod-affinity4tlkj -- /bin/sh -x -c echo hostName | nc -v -t -w 2 affinity-nodeport 80' + Mar 8 15:09:58.672: INFO: stderr: "+ echo+ nc hostName\n -v -t -w 2 affinity-nodeport 80\nConnection to affinity-nodeport 80 port [tcp/http] succeeded!\n" + Mar 8 15:09:58.672: 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" + Mar 8 15:09:58.672: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-6778 exec execpod-affinity4tlkj -- /bin/sh -x -c echo hostName | nc -v -t -w 2 192.168.198.67 80' + Mar 8 15:09:58.800: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 192.168.198.67 80\nConnection to 192.168.198.67 80 port [tcp/http] succeeded!\n" + Mar 8 15:09:58.800: 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" + Mar 8 15:09:58.800: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-6778 exec execpod-affinity4tlkj -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.0.0.17 31048' + Mar 8 15:09:58.936: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 10.0.0.17 31048\nConnection to 10.0.0.17 31048 port [tcp/*] succeeded!\n" + Mar 8 15:09:58.936: 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" + Mar 8 15:09:58.936: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-6778 exec execpod-affinity4tlkj -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.0.0.18 31048' + Mar 8 15:09:59.051: INFO: stderr: "+ nc -v -t -w 2 10.0.0.18 31048\n+ echo hostName\nConnection to 10.0.0.18 31048 port [tcp/*] succeeded!\n" + Mar 8 15:09:59.051: 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" + Mar 8 15:09:59.051: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-6778 exec execpod-affinity4tlkj -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://10.0.0.17:31048/ ; done' + Mar 8 15:09:59.257: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:31048/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:31048/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:31048/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:31048/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:31048/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:31048/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:31048/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:31048/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:31048/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:31048/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:31048/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:31048/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:31048/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:31048/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:31048/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:31048/\n" + Mar 8 15:09:59.258: INFO: stdout: "\naffinity-nodeport-wgvnl\naffinity-nodeport-wgvnl\naffinity-nodeport-wgvnl\naffinity-nodeport-wgvnl\naffinity-nodeport-wgvnl\naffinity-nodeport-wgvnl\naffinity-nodeport-wgvnl\naffinity-nodeport-wgvnl\naffinity-nodeport-wgvnl\naffinity-nodeport-wgvnl\naffinity-nodeport-wgvnl\naffinity-nodeport-wgvnl\naffinity-nodeport-wgvnl\naffinity-nodeport-wgvnl\naffinity-nodeport-wgvnl\naffinity-nodeport-wgvnl" + Mar 8 15:09:59.258: INFO: Received response from host: affinity-nodeport-wgvnl + Mar 8 15:09:59.258: INFO: Received response from host: affinity-nodeport-wgvnl + Mar 8 15:09:59.258: INFO: Received response from host: affinity-nodeport-wgvnl + Mar 8 15:09:59.258: INFO: Received response from host: affinity-nodeport-wgvnl + Mar 8 15:09:59.258: INFO: Received response from host: affinity-nodeport-wgvnl + Mar 8 15:09:59.258: INFO: Received response from host: affinity-nodeport-wgvnl + Mar 8 15:09:59.258: INFO: Received response from host: affinity-nodeport-wgvnl + Mar 8 15:09:59.258: INFO: Received response from host: affinity-nodeport-wgvnl + Mar 8 15:09:59.258: INFO: Received response from host: affinity-nodeport-wgvnl + Mar 8 15:09:59.258: INFO: Received response from host: affinity-nodeport-wgvnl + Mar 8 15:09:59.258: INFO: Received response from host: affinity-nodeport-wgvnl + Mar 8 15:09:59.258: INFO: Received response from host: affinity-nodeport-wgvnl + Mar 8 15:09:59.258: INFO: Received response from host: affinity-nodeport-wgvnl + Mar 8 15:09:59.258: INFO: Received response from host: affinity-nodeport-wgvnl + Mar 8 15:09:59.258: INFO: Received response from host: affinity-nodeport-wgvnl + Mar 8 15:09:59.258: INFO: Received response from host: affinity-nodeport-wgvnl + Mar 8 15:09:59.258: INFO: Cleaning up the exec pod + STEP: deleting ReplicationController affinity-nodeport in namespace services-6778, will wait for the garbage collector to delete the pods 03/08/23 15:09:59.268 + Mar 8 15:09:59.327: INFO: Deleting ReplicationController affinity-nodeport took: 5.768321ms + Mar 8 15:09:59.428: INFO: Terminating ReplicationController affinity-nodeport pods took: 100.612942ms + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Mar 8 15:10:01.348: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-6778" for this suite. 03/08/23 15:10:01.352 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + << End Captured GinkgoWriter Output +------------------------------ +SSSSS +------------------------------ +[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 03/08/23 15:10:01.358 +Mar 8 15:10:01.358: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename daemonsets 03/08/23 15:10:01.359 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:10:01.372 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:10:01.374 +[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 +Mar 8 15:10:01.392: INFO: Create a RollingUpdate DaemonSet +Mar 8 15:10:01.397: INFO: Check that daemon pods launch on every node of the cluster +Mar 8 15:10:01.400: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:01.400: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:01.400: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:01.405: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Mar 8 15:10:01.405: INFO: Node worker1 is running 0 daemon pod, expected 1 +Mar 8 15:10:02.410: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:02.410: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:02.410: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:02.413: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 +Mar 8 15:10:02.413: INFO: Number of running nodes: 2, number of available pods: 2 in daemonset daemon-set +Mar 8 15:10:02.413: INFO: Update the DaemonSet to trigger a rollout +Mar 8 15:10:02.420: INFO: Updating DaemonSet daemon-set +Mar 8 15:10:05.433: INFO: Roll back the DaemonSet before rollout is complete +Mar 8 15:10:05.440: INFO: Updating DaemonSet daemon-set +Mar 8 15:10:05.441: INFO: Make sure DaemonSet rollback is complete +Mar 8 15:10:05.445: INFO: Wrong image for pod: daemon-set-fmbdz. Expected: ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2, got: foo:non-existent. +Mar 8 15:10:05.445: INFO: Pod daemon-set-fmbdz is not available +Mar 8 15:10:05.523: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:05.523: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:05.523: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:06.531: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:06.531: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:06.531: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:07.531: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:07.532: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:07.532: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:08.531: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:08.531: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:08.531: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:09.531: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:09.531: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:09.531: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:10.531: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:10.531: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:10.531: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:11.533: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:11.533: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:11.533: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:12.531: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:12.531: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:12.531: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:13.532: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:13.532: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:13.532: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:14.530: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:14.531: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:14.531: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:15.531: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:15.531: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:15.531: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:16.532: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:16.532: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:16.532: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:17.531: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:17.531: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:17.531: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:18.531: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:18.531: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:18.531: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:19.531: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:19.531: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:19.531: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:20.530: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:20.530: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:20.530: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:21.532: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:21.532: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:21.532: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:22.531: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:22.531: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:22.531: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:23.531: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:23.531: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:23.531: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:24.531: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:24.531: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:24.531: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:25.530: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:25.530: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:25.530: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:26.532: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:26.532: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:26.532: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:27.531: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:27.531: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:27.531: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:28.533: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:28.533: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:28.533: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:29.531: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:29.531: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:29.531: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:30.531: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:30.531: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:30.531: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:31.531: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:31.531: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:31.531: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:32.531: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:32.531: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:32.531: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:33.532: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:33.532: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:33.532: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:34.531: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:34.531: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:34.532: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:35.531: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:35.531: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:35.531: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:36.532: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:36.532: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:36.532: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:37.527: INFO: Pod daemon-set-85xng is not available +Mar 8 15:10:37.531: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:37.531: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:10:37.531: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +[AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:110 +STEP: Deleting DaemonSet "daemon-set" 03/08/23 15:10:37.537 +STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-5729, will wait for the garbage collector to delete the pods 03/08/23 15:10:37.537 +Mar 8 15:10:37.599: INFO: Deleting DaemonSet.extensions daemon-set took: 7.973612ms +Mar 8 15:10:37.700: INFO: Terminating DaemonSet.extensions daemon-set pods took: 101.146361ms +Mar 8 15:10:39.503: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Mar 8 15:10:39.504: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set +Mar 8 15:10:39.506: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"646574"},"items":null} + +Mar 8 15:10:39.509: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"646574"},"items":null} + +[AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:187 +Mar 8 15:10:39.518: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "daemonsets-5729" for this suite. 03/08/23 15:10:39.522 +{"msg":"PASSED [sig-apps] Daemon set [Serial] should rollback without unnecessary restarts [Conformance]","completed":170,"skipped":3225,"failed":0} +------------------------------ +• [SLOW TEST] [38.171 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 03/08/23 15:10:01.358 + Mar 8 15:10:01.358: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename daemonsets 03/08/23 15:10:01.359 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:10:01.372 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:10:01.374 + [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 + Mar 8 15:10:01.392: INFO: Create a RollingUpdate DaemonSet + Mar 8 15:10:01.397: INFO: Check that daemon pods launch on every node of the cluster + Mar 8 15:10:01.400: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:01.400: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:01.400: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:01.405: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Mar 8 15:10:01.405: INFO: Node worker1 is running 0 daemon pod, expected 1 + Mar 8 15:10:02.410: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:02.410: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:02.410: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:02.413: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 + Mar 8 15:10:02.413: INFO: Number of running nodes: 2, number of available pods: 2 in daemonset daemon-set + Mar 8 15:10:02.413: INFO: Update the DaemonSet to trigger a rollout + Mar 8 15:10:02.420: INFO: Updating DaemonSet daemon-set + Mar 8 15:10:05.433: INFO: Roll back the DaemonSet before rollout is complete + Mar 8 15:10:05.440: INFO: Updating DaemonSet daemon-set + Mar 8 15:10:05.441: INFO: Make sure DaemonSet rollback is complete + Mar 8 15:10:05.445: INFO: Wrong image for pod: daemon-set-fmbdz. Expected: ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2, got: foo:non-existent. + Mar 8 15:10:05.445: INFO: Pod daemon-set-fmbdz is not available + Mar 8 15:10:05.523: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:05.523: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:05.523: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:06.531: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:06.531: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:06.531: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:07.531: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:07.532: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:07.532: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:08.531: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:08.531: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:08.531: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:09.531: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:09.531: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:09.531: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:10.531: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:10.531: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:10.531: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:11.533: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:11.533: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:11.533: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:12.531: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:12.531: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:12.531: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:13.532: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:13.532: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:13.532: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:14.530: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:14.531: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:14.531: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:15.531: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:15.531: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:15.531: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:16.532: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:16.532: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:16.532: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:17.531: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:17.531: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:17.531: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:18.531: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:18.531: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:18.531: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:19.531: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:19.531: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:19.531: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:20.530: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:20.530: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:20.530: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:21.532: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:21.532: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:21.532: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:22.531: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:22.531: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:22.531: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:23.531: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:23.531: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:23.531: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:24.531: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:24.531: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:24.531: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:25.530: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:25.530: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:25.530: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:26.532: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:26.532: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:26.532: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:27.531: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:27.531: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:27.531: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:28.533: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:28.533: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:28.533: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:29.531: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:29.531: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:29.531: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:30.531: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:30.531: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:30.531: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:31.531: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:31.531: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:31.531: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:32.531: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:32.531: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:32.531: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:33.532: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:33.532: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:33.532: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:34.531: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:34.531: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:34.532: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:35.531: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:35.531: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:35.531: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:36.532: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:36.532: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:36.532: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:37.527: INFO: Pod daemon-set-85xng is not available + Mar 8 15:10:37.531: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:37.531: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:10:37.531: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + [AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:110 + STEP: Deleting DaemonSet "daemon-set" 03/08/23 15:10:37.537 + STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-5729, will wait for the garbage collector to delete the pods 03/08/23 15:10:37.537 + Mar 8 15:10:37.599: INFO: Deleting DaemonSet.extensions daemon-set took: 7.973612ms + Mar 8 15:10:37.700: INFO: Terminating DaemonSet.extensions daemon-set pods took: 101.146361ms + Mar 8 15:10:39.503: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Mar 8 15:10:39.504: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set + Mar 8 15:10:39.506: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"646574"},"items":null} + + Mar 8 15:10:39.509: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"646574"},"items":null} + + [AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:187 + Mar 8 15:10:39.518: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "daemonsets-5729" for this suite. 03/08/23 15:10:39.522 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:10:39.53 +Mar 8 15:10:39.530: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename kubectl 03/08/23 15:10:39.531 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:10:39.545 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:10:39.546 +[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 03/08/23 15:10:39.549 +Mar 8 15:10:39.549: INFO: Asynchronously running '/usr/local/bin/kubectl kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-2231 proxy -p 0 --disable-filter' +STEP: curling proxy /api/ output 03/08/23 15:10:39.599 +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 +Mar 8 15:10:39.609: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubectl-2231" for this suite. 03/08/23 15:10:39.613 +{"msg":"PASSED [sig-cli] Kubectl client Proxy server should support proxy with --port 0 [Conformance]","completed":171,"skipped":3243,"failed":0} +------------------------------ +• [0.089 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 03/08/23 15:10:39.53 + Mar 8 15:10:39.530: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename kubectl 03/08/23 15:10:39.531 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:10:39.545 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:10:39.546 + [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 03/08/23 15:10:39.549 + Mar 8 15:10:39.549: INFO: Asynchronously running '/usr/local/bin/kubectl kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-2231 proxy -p 0 --disable-filter' + STEP: curling proxy /api/ output 03/08/23 15:10:39.599 + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 + Mar 8 15:10:39.609: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubectl-2231" for this suite. 03/08/23 15:10:39.613 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSS +------------------------------ +[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 03/08/23 15:10:39.62 +Mar 8 15:10:39.620: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename proxy 03/08/23 15:10:39.62 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:10:39.635 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:10:39.637 +[It] A set of valid responses are returned for both pod and service ProxyWithPath [Conformance] + test/e2e/network/proxy.go:286 +Mar 8 15:10:39.639: INFO: Creating pod... +Mar 8 15:10:39.645: INFO: Waiting up to 5m0s for pod "agnhost" in namespace "proxy-5340" to be "running" +Mar 8 15:10:39.649: INFO: Pod "agnhost": Phase="Pending", Reason="", readiness=false. Elapsed: 3.774282ms +Mar 8 15:10:41.653: INFO: Pod "agnhost": Phase="Running", Reason="", readiness=true. Elapsed: 2.008211091s +Mar 8 15:10:41.653: INFO: Pod "agnhost" satisfied condition "running" +Mar 8 15:10:41.653: INFO: Creating service... +Mar 8 15:10:41.665: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5340/pods/agnhost/proxy/some/path/with/DELETE +Mar 8 15:10:56.701: INFO: http.Client request:DELETE | StatusCode:200 | Response:foo | Method:DELETE +Mar 8 15:10:56.701: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5340/pods/agnhost/proxy/some/path/with/GET +Mar 8 15:10:56.704: INFO: http.Client request:GET | StatusCode:200 | Response:foo | Method:GET +Mar 8 15:10:56.704: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5340/pods/agnhost/proxy/some/path/with/HEAD +Mar 8 15:10:56.707: INFO: http.Client request:HEAD | StatusCode:200 +Mar 8 15:10:56.707: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5340/pods/agnhost/proxy/some/path/with/OPTIONS +Mar 8 15:10:56.710: INFO: http.Client request:OPTIONS | StatusCode:200 | Response:foo | Method:OPTIONS +Mar 8 15:10:56.710: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5340/pods/agnhost/proxy/some/path/with/PATCH +Mar 8 15:10:56.713: INFO: http.Client request:PATCH | StatusCode:200 | Response:foo | Method:PATCH +Mar 8 15:10:56.713: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5340/pods/agnhost/proxy/some/path/with/POST +Mar 8 15:10:56.716: INFO: http.Client request:POST | StatusCode:200 | Response:foo | Method:POST +Mar 8 15:10:56.716: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5340/pods/agnhost/proxy/some/path/with/PUT +Mar 8 15:10:56.719: INFO: http.Client request:PUT | StatusCode:200 | Response:foo | Method:PUT +Mar 8 15:10:56.719: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5340/services/test-service/proxy/some/path/with/DELETE +Mar 8 15:10:56.724: INFO: http.Client request:DELETE | StatusCode:200 | Response:foo | Method:DELETE +Mar 8 15:10:56.724: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5340/services/test-service/proxy/some/path/with/GET +Mar 8 15:10:56.728: INFO: http.Client request:GET | StatusCode:200 | Response:foo | Method:GET +Mar 8 15:10:56.728: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5340/services/test-service/proxy/some/path/with/HEAD +Mar 8 15:10:56.732: INFO: http.Client request:HEAD | StatusCode:200 +Mar 8 15:10:56.732: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5340/services/test-service/proxy/some/path/with/OPTIONS +Mar 8 15:10:56.736: INFO: http.Client request:OPTIONS | StatusCode:200 | Response:foo | Method:OPTIONS +Mar 8 15:10:56.736: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5340/services/test-service/proxy/some/path/with/PATCH +Mar 8 15:10:56.741: INFO: http.Client request:PATCH | StatusCode:200 | Response:foo | Method:PATCH +Mar 8 15:10:56.741: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5340/services/test-service/proxy/some/path/with/POST +Mar 8 15:10:56.745: INFO: http.Client request:POST | StatusCode:200 | Response:foo | Method:POST +Mar 8 15:10:56.745: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5340/services/test-service/proxy/some/path/with/PUT +Mar 8 15:10:56.749: INFO: http.Client request:PUT | StatusCode:200 | Response:foo | Method:PUT +[AfterEach] version v1 + test/e2e/framework/framework.go:187 +Mar 8 15:10:56.749: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "proxy-5340" for this suite. 03/08/23 15:10:56.753 +{"msg":"PASSED [sig-network] Proxy version v1 A set of valid responses are returned for both pod and service ProxyWithPath [Conformance]","completed":172,"skipped":3249,"failed":0} +------------------------------ +• [SLOW TEST] [17.139 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 03/08/23 15:10:39.62 + Mar 8 15:10:39.620: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename proxy 03/08/23 15:10:39.62 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:10:39.635 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:10:39.637 + [It] A set of valid responses are returned for both pod and service ProxyWithPath [Conformance] + test/e2e/network/proxy.go:286 + Mar 8 15:10:39.639: INFO: Creating pod... + Mar 8 15:10:39.645: INFO: Waiting up to 5m0s for pod "agnhost" in namespace "proxy-5340" to be "running" + Mar 8 15:10:39.649: INFO: Pod "agnhost": Phase="Pending", Reason="", readiness=false. Elapsed: 3.774282ms + Mar 8 15:10:41.653: INFO: Pod "agnhost": Phase="Running", Reason="", readiness=true. Elapsed: 2.008211091s + Mar 8 15:10:41.653: INFO: Pod "agnhost" satisfied condition "running" + Mar 8 15:10:41.653: INFO: Creating service... + Mar 8 15:10:41.665: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5340/pods/agnhost/proxy/some/path/with/DELETE + Mar 8 15:10:56.701: INFO: http.Client request:DELETE | StatusCode:200 | Response:foo | Method:DELETE + Mar 8 15:10:56.701: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5340/pods/agnhost/proxy/some/path/with/GET + Mar 8 15:10:56.704: INFO: http.Client request:GET | StatusCode:200 | Response:foo | Method:GET + Mar 8 15:10:56.704: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5340/pods/agnhost/proxy/some/path/with/HEAD + Mar 8 15:10:56.707: INFO: http.Client request:HEAD | StatusCode:200 + Mar 8 15:10:56.707: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5340/pods/agnhost/proxy/some/path/with/OPTIONS + Mar 8 15:10:56.710: INFO: http.Client request:OPTIONS | StatusCode:200 | Response:foo | Method:OPTIONS + Mar 8 15:10:56.710: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5340/pods/agnhost/proxy/some/path/with/PATCH + Mar 8 15:10:56.713: INFO: http.Client request:PATCH | StatusCode:200 | Response:foo | Method:PATCH + Mar 8 15:10:56.713: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5340/pods/agnhost/proxy/some/path/with/POST + Mar 8 15:10:56.716: INFO: http.Client request:POST | StatusCode:200 | Response:foo | Method:POST + Mar 8 15:10:56.716: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5340/pods/agnhost/proxy/some/path/with/PUT + Mar 8 15:10:56.719: INFO: http.Client request:PUT | StatusCode:200 | Response:foo | Method:PUT + Mar 8 15:10:56.719: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5340/services/test-service/proxy/some/path/with/DELETE + Mar 8 15:10:56.724: INFO: http.Client request:DELETE | StatusCode:200 | Response:foo | Method:DELETE + Mar 8 15:10:56.724: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5340/services/test-service/proxy/some/path/with/GET + Mar 8 15:10:56.728: INFO: http.Client request:GET | StatusCode:200 | Response:foo | Method:GET + Mar 8 15:10:56.728: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5340/services/test-service/proxy/some/path/with/HEAD + Mar 8 15:10:56.732: INFO: http.Client request:HEAD | StatusCode:200 + Mar 8 15:10:56.732: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5340/services/test-service/proxy/some/path/with/OPTIONS + Mar 8 15:10:56.736: INFO: http.Client request:OPTIONS | StatusCode:200 | Response:foo | Method:OPTIONS + Mar 8 15:10:56.736: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5340/services/test-service/proxy/some/path/with/PATCH + Mar 8 15:10:56.741: INFO: http.Client request:PATCH | StatusCode:200 | Response:foo | Method:PATCH + Mar 8 15:10:56.741: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5340/services/test-service/proxy/some/path/with/POST + Mar 8 15:10:56.745: INFO: http.Client request:POST | StatusCode:200 | Response:foo | Method:POST + Mar 8 15:10:56.745: INFO: Starting http.Client for https://192.168.0.1:443/api/v1/namespaces/proxy-5340/services/test-service/proxy/some/path/with/PUT + Mar 8 15:10:56.749: INFO: http.Client request:PUT | StatusCode:200 | Response:foo | Method:PUT + [AfterEach] version v1 + test/e2e/framework/framework.go:187 + Mar 8 15:10:56.749: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "proxy-5340" for this suite. 03/08/23 15:10:56.753 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[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 03/08/23 15:10:56.759 +Mar 8 15:10:56.759: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename downward-api 03/08/23 15:10:56.76 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:10:56.773 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:10:56.775 +[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 03/08/23 15:10:56.777 +Mar 8 15:10:56.784: INFO: Waiting up to 5m0s for pod "downwardapi-volume-3a91ae20-cace-4796-b82b-dcebd7ededb9" in namespace "downward-api-6374" to be "Succeeded or Failed" +Mar 8 15:10:56.788: INFO: Pod "downwardapi-volume-3a91ae20-cace-4796-b82b-dcebd7ededb9": Phase="Pending", Reason="", readiness=false. Elapsed: 3.932074ms +Mar 8 15:10:58.792: INFO: Pod "downwardapi-volume-3a91ae20-cace-4796-b82b-dcebd7ededb9": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007880526s +Mar 8 15:11:00.792: INFO: Pod "downwardapi-volume-3a91ae20-cace-4796-b82b-dcebd7ededb9": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007825649s +STEP: Saw pod success 03/08/23 15:11:00.792 +Mar 8 15:11:00.793: INFO: Pod "downwardapi-volume-3a91ae20-cace-4796-b82b-dcebd7ededb9" satisfied condition "Succeeded or Failed" +Mar 8 15:11:00.796: INFO: Trying to get logs from node worker2 pod downwardapi-volume-3a91ae20-cace-4796-b82b-dcebd7ededb9 container client-container: +STEP: delete the pod 03/08/23 15:11:00.81 +Mar 8 15:11:00.819: INFO: Waiting for pod downwardapi-volume-3a91ae20-cace-4796-b82b-dcebd7ededb9 to disappear +Mar 8 15:11:00.822: INFO: Pod downwardapi-volume-3a91ae20-cace-4796-b82b-dcebd7ededb9 no longer exists +[AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 +Mar 8 15:11:00.822: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "downward-api-6374" for this suite. 03/08/23 15:11:00.826 +{"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":173,"skipped":3251,"failed":0} +------------------------------ +• [4.072 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 03/08/23 15:10:56.759 + Mar 8 15:10:56.759: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename downward-api 03/08/23 15:10:56.76 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:10:56.773 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:10:56.775 + [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 03/08/23 15:10:56.777 + Mar 8 15:10:56.784: INFO: Waiting up to 5m0s for pod "downwardapi-volume-3a91ae20-cace-4796-b82b-dcebd7ededb9" in namespace "downward-api-6374" to be "Succeeded or Failed" + Mar 8 15:10:56.788: INFO: Pod "downwardapi-volume-3a91ae20-cace-4796-b82b-dcebd7ededb9": Phase="Pending", Reason="", readiness=false. Elapsed: 3.932074ms + Mar 8 15:10:58.792: INFO: Pod "downwardapi-volume-3a91ae20-cace-4796-b82b-dcebd7ededb9": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007880526s + Mar 8 15:11:00.792: INFO: Pod "downwardapi-volume-3a91ae20-cace-4796-b82b-dcebd7ededb9": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007825649s + STEP: Saw pod success 03/08/23 15:11:00.792 + Mar 8 15:11:00.793: INFO: Pod "downwardapi-volume-3a91ae20-cace-4796-b82b-dcebd7ededb9" satisfied condition "Succeeded or Failed" + Mar 8 15:11:00.796: INFO: Trying to get logs from node worker2 pod downwardapi-volume-3a91ae20-cace-4796-b82b-dcebd7ededb9 container client-container: + STEP: delete the pod 03/08/23 15:11:00.81 + Mar 8 15:11:00.819: INFO: Waiting for pod downwardapi-volume-3a91ae20-cace-4796-b82b-dcebd7ededb9 to disappear + Mar 8 15:11:00.822: INFO: Pod downwardapi-volume-3a91ae20-cace-4796-b82b-dcebd7ededb9 no longer exists + [AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 + Mar 8 15:11:00.822: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "downward-api-6374" for this suite. 03/08/23 15:11:00.826 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[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 03/08/23 15:11:00.831 +Mar 8 15:11:00.832: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename job 03/08/23 15:11:00.832 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:11:00.846 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:11:00.848 +[It] should apply changes to a job status [Conformance] + test/e2e/apps/job.go:464 +STEP: Creating a job 03/08/23 15:11:00.85 +STEP: Ensure pods equal to paralellism count is attached to the job 03/08/23 15:11:00.855 +STEP: patching /status 03/08/23 15:11:02.86 +STEP: updating /status 03/08/23 15:11:02.867 +STEP: get /status 03/08/23 15:11:02.893 +[AfterEach] [sig-apps] Job + test/e2e/framework/framework.go:187 +Mar 8 15:11:02.896: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "job-20" for this suite. 03/08/23 15:11:02.9 +{"msg":"PASSED [sig-apps] Job should apply changes to a job status [Conformance]","completed":174,"skipped":3253,"failed":0} +------------------------------ +• [2.075 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 03/08/23 15:11:00.831 + Mar 8 15:11:00.832: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename job 03/08/23 15:11:00.832 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:11:00.846 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:11:00.848 + [It] should apply changes to a job status [Conformance] + test/e2e/apps/job.go:464 + STEP: Creating a job 03/08/23 15:11:00.85 + STEP: Ensure pods equal to paralellism count is attached to the job 03/08/23 15:11:00.855 + STEP: patching /status 03/08/23 15:11:02.86 + STEP: updating /status 03/08/23 15:11:02.867 + STEP: get /status 03/08/23 15:11:02.893 + [AfterEach] [sig-apps] Job + test/e2e/framework/framework.go:187 + Mar 8 15:11:02.896: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "job-20" for this suite. 03/08/23 15:11:02.9 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:11:02.91 +Mar 8 15:11:02.910: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename webhook 03/08/23 15:11:02.911 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:11:02.945 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:11:02.947 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 +STEP: Setting up server cert 03/08/23 15:11:02.96 +STEP: Create role binding to let webhook read extension-apiserver-authentication 03/08/23 15:11:03.321 +STEP: Deploying the webhook pod 03/08/23 15:11:03.333 +STEP: Wait for the deployment to be ready 03/08/23 15:11:03.345 +Mar 8 15:11:03.355: INFO: new replicaset for deployment "sample-webhook-deployment" is yet to be created +Mar 8 15:11:05.367: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.March, 8, 15, 11, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 11, 3, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 11, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 11, 3, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 15:11:07.372: 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(2023, time.March, 8, 15, 11, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 11, 3, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 11, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 11, 3, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 15:11:09.371: 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(2023, time.March, 8, 15, 11, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 11, 3, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 11, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 11, 3, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 15:11:11.371: 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(2023, time.March, 8, 15, 11, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 11, 3, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 11, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 11, 3, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 15:11:13.374: 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(2023, time.March, 8, 15, 11, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 11, 3, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 11, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 11, 3, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 15:11:15.371: 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(2023, time.March, 8, 15, 11, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 11, 3, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 11, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 11, 3, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} +STEP: Deploying the webhook service 03/08/23 15:11:17.371 +STEP: Verifying the service has paired with the endpoint 03/08/23 15:11:17.382 +Mar 8 15:11:18.382: 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 03/08/23 15:11:18.386 +STEP: create a pod that should be denied by the webhook 03/08/23 15:11:18.4 +STEP: create a pod that causes the webhook to hang 03/08/23 15:11:18.411 +STEP: create a configmap that should be denied by the webhook 03/08/23 15:11:28.418 +STEP: create a configmap that should be admitted by the webhook 03/08/23 15:11:28.426 +STEP: update (PUT) the admitted configmap to a non-compliant one should be rejected by the webhook 03/08/23 15:11:28.434 +STEP: update (PATCH) the admitted configmap to a non-compliant one should be rejected by the webhook 03/08/23 15:11:28.442 +STEP: create a namespace that bypass the webhook 03/08/23 15:11:28.446 +STEP: create a configmap that violates the webhook policy but is in a whitelisted namespace 03/08/23 15:11:28.452 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Mar 8 15:11:28.473: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "webhook-133" for this suite. 03/08/23 15:11:28.477 +STEP: Destroying namespace "webhook-133-markers" for this suite. 03/08/23 15:11:28.482 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 +{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should be able to deny pod and configmap creation [Conformance]","completed":175,"skipped":3327,"failed":0} +------------------------------ +• [SLOW TEST] [25.632 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 03/08/23 15:11:02.91 + Mar 8 15:11:02.910: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename webhook 03/08/23 15:11:02.911 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:11:02.945 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:11:02.947 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 + STEP: Setting up server cert 03/08/23 15:11:02.96 + STEP: Create role binding to let webhook read extension-apiserver-authentication 03/08/23 15:11:03.321 + STEP: Deploying the webhook pod 03/08/23 15:11:03.333 + STEP: Wait for the deployment to be ready 03/08/23 15:11:03.345 + Mar 8 15:11:03.355: INFO: new replicaset for deployment "sample-webhook-deployment" is yet to be created + Mar 8 15:11:05.367: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.March, 8, 15, 11, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 11, 3, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 11, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 11, 3, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 15:11:07.372: 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(2023, time.March, 8, 15, 11, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 11, 3, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 11, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 11, 3, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 15:11:09.371: 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(2023, time.March, 8, 15, 11, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 11, 3, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 11, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 11, 3, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 15:11:11.371: 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(2023, time.March, 8, 15, 11, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 11, 3, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 11, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 11, 3, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 15:11:13.374: 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(2023, time.March, 8, 15, 11, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 11, 3, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 11, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 11, 3, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 15:11:15.371: 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(2023, time.March, 8, 15, 11, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 11, 3, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 11, 3, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 11, 3, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} + STEP: Deploying the webhook service 03/08/23 15:11:17.371 + STEP: Verifying the service has paired with the endpoint 03/08/23 15:11:17.382 + Mar 8 15:11:18.382: 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 03/08/23 15:11:18.386 + STEP: create a pod that should be denied by the webhook 03/08/23 15:11:18.4 + STEP: create a pod that causes the webhook to hang 03/08/23 15:11:18.411 + STEP: create a configmap that should be denied by the webhook 03/08/23 15:11:28.418 + STEP: create a configmap that should be admitted by the webhook 03/08/23 15:11:28.426 + STEP: update (PUT) the admitted configmap to a non-compliant one should be rejected by the webhook 03/08/23 15:11:28.434 + STEP: update (PATCH) the admitted configmap to a non-compliant one should be rejected by the webhook 03/08/23 15:11:28.442 + STEP: create a namespace that bypass the webhook 03/08/23 15:11:28.446 + STEP: create a configmap that violates the webhook policy but is in a whitelisted namespace 03/08/23 15:11:28.452 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Mar 8 15:11:28.473: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "webhook-133" for this suite. 03/08/23 15:11:28.477 + STEP: Destroying namespace "webhook-133-markers" for this suite. 03/08/23 15:11:28.482 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:11:28.543 +Mar 8 15:11:28.543: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename configmap 03/08/23 15:11:28.544 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:11:28.564 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:11:28.567 +[It] should be consumable via the environment [NodeConformance] [Conformance] + test/e2e/common/node/configmap.go:92 +STEP: Creating configMap configmap-8057/configmap-test-f5a7c5d7-b03e-48f4-be69-03429b5cd631 03/08/23 15:11:28.569 +STEP: Creating a pod to test consume configMaps 03/08/23 15:11:28.575 +Mar 8 15:11:28.583: INFO: Waiting up to 5m0s for pod "pod-configmaps-28866a13-fbb2-4053-a4ed-e70def6fb55f" in namespace "configmap-8057" to be "Succeeded or Failed" +Mar 8 15:11:28.585: INFO: Pod "pod-configmaps-28866a13-fbb2-4053-a4ed-e70def6fb55f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.405034ms +Mar 8 15:11:30.589: INFO: Pod "pod-configmaps-28866a13-fbb2-4053-a4ed-e70def6fb55f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006083971s +Mar 8 15:11:32.590: INFO: Pod "pod-configmaps-28866a13-fbb2-4053-a4ed-e70def6fb55f": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007318427s +STEP: Saw pod success 03/08/23 15:11:32.59 +Mar 8 15:11:32.590: INFO: Pod "pod-configmaps-28866a13-fbb2-4053-a4ed-e70def6fb55f" satisfied condition "Succeeded or Failed" +Mar 8 15:11:32.593: INFO: Trying to get logs from node worker2 pod pod-configmaps-28866a13-fbb2-4053-a4ed-e70def6fb55f container env-test: +STEP: delete the pod 03/08/23 15:11:32.6 +Mar 8 15:11:32.611: INFO: Waiting for pod pod-configmaps-28866a13-fbb2-4053-a4ed-e70def6fb55f to disappear +Mar 8 15:11:32.614: INFO: Pod pod-configmaps-28866a13-fbb2-4053-a4ed-e70def6fb55f no longer exists +[AfterEach] [sig-node] ConfigMap + test/e2e/framework/framework.go:187 +Mar 8 15:11:32.614: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "configmap-8057" for this suite. 03/08/23 15:11:32.618 +{"msg":"PASSED [sig-node] ConfigMap should be consumable via the environment [NodeConformance] [Conformance]","completed":176,"skipped":3371,"failed":0} +------------------------------ +• [4.081 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 03/08/23 15:11:28.543 + Mar 8 15:11:28.543: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename configmap 03/08/23 15:11:28.544 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:11:28.564 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:11:28.567 + [It] should be consumable via the environment [NodeConformance] [Conformance] + test/e2e/common/node/configmap.go:92 + STEP: Creating configMap configmap-8057/configmap-test-f5a7c5d7-b03e-48f4-be69-03429b5cd631 03/08/23 15:11:28.569 + STEP: Creating a pod to test consume configMaps 03/08/23 15:11:28.575 + Mar 8 15:11:28.583: INFO: Waiting up to 5m0s for pod "pod-configmaps-28866a13-fbb2-4053-a4ed-e70def6fb55f" in namespace "configmap-8057" to be "Succeeded or Failed" + Mar 8 15:11:28.585: INFO: Pod "pod-configmaps-28866a13-fbb2-4053-a4ed-e70def6fb55f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.405034ms + Mar 8 15:11:30.589: INFO: Pod "pod-configmaps-28866a13-fbb2-4053-a4ed-e70def6fb55f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006083971s + Mar 8 15:11:32.590: INFO: Pod "pod-configmaps-28866a13-fbb2-4053-a4ed-e70def6fb55f": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007318427s + STEP: Saw pod success 03/08/23 15:11:32.59 + Mar 8 15:11:32.590: INFO: Pod "pod-configmaps-28866a13-fbb2-4053-a4ed-e70def6fb55f" satisfied condition "Succeeded or Failed" + Mar 8 15:11:32.593: INFO: Trying to get logs from node worker2 pod pod-configmaps-28866a13-fbb2-4053-a4ed-e70def6fb55f container env-test: + STEP: delete the pod 03/08/23 15:11:32.6 + Mar 8 15:11:32.611: INFO: Waiting for pod pod-configmaps-28866a13-fbb2-4053-a4ed-e70def6fb55f to disappear + Mar 8 15:11:32.614: INFO: Pod pod-configmaps-28866a13-fbb2-4053-a4ed-e70def6fb55f no longer exists + [AfterEach] [sig-node] ConfigMap + test/e2e/framework/framework.go:187 + Mar 8 15:11:32.614: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "configmap-8057" for this suite. 03/08/23 15:11:32.618 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSS +------------------------------ +[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 03/08/23 15:11:32.625 +Mar 8 15:11:32.625: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename disruption 03/08/23 15:11:32.626 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:11:32.641 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:11:32.643 +[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 03/08/23 15:11:32.645 +STEP: Waiting for the pdb to be processed 03/08/23 15:11:32.65 +STEP: First trying to evict a pod which shouldn't be evictable 03/08/23 15:11:34.664 +STEP: Waiting for all pods to be running 03/08/23 15:11:34.664 +Mar 8 15:11:34.666: INFO: pods: 0 < 3 +STEP: locating a running pod 03/08/23 15:11:36.671 +STEP: Updating the pdb to allow a pod to be evicted 03/08/23 15:11:36.68 +STEP: Waiting for the pdb to be processed 03/08/23 15:11:36.687 +STEP: Trying to evict the same pod we tried earlier which should now be evictable 03/08/23 15:11:38.693 +STEP: Waiting for all pods to be running 03/08/23 15:11:38.693 +STEP: Waiting for the pdb to observed all healthy pods 03/08/23 15:11:38.696 +STEP: Patching the pdb to disallow a pod to be evicted 03/08/23 15:11:38.712 +STEP: Waiting for the pdb to be processed 03/08/23 15:11:38.727 +STEP: Waiting for all pods to be running 03/08/23 15:11:40.74 +STEP: locating a running pod 03/08/23 15:11:40.744 +STEP: Deleting the pdb to allow a pod to be evicted 03/08/23 15:11:40.752 +STEP: Waiting for the pdb to be deleted 03/08/23 15:11:40.766 +STEP: Trying to evict the same pod we tried earlier which should now be evictable 03/08/23 15:11:40.77 +STEP: Waiting for all pods to be running 03/08/23 15:11:40.77 +[AfterEach] [sig-apps] DisruptionController + test/e2e/framework/framework.go:187 +Mar 8 15:11:40.783: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "disruption-8328" for this suite. 03/08/23 15:11:40.787 +{"msg":"PASSED [sig-apps] DisruptionController should block an eviction until the PDB is updated to allow it [Conformance]","completed":177,"skipped":3382,"failed":0} +------------------------------ +• [SLOW TEST] [8.169 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 03/08/23 15:11:32.625 + Mar 8 15:11:32.625: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename disruption 03/08/23 15:11:32.626 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:11:32.641 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:11:32.643 + [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 03/08/23 15:11:32.645 + STEP: Waiting for the pdb to be processed 03/08/23 15:11:32.65 + STEP: First trying to evict a pod which shouldn't be evictable 03/08/23 15:11:34.664 + STEP: Waiting for all pods to be running 03/08/23 15:11:34.664 + Mar 8 15:11:34.666: INFO: pods: 0 < 3 + STEP: locating a running pod 03/08/23 15:11:36.671 + STEP: Updating the pdb to allow a pod to be evicted 03/08/23 15:11:36.68 + STEP: Waiting for the pdb to be processed 03/08/23 15:11:36.687 + STEP: Trying to evict the same pod we tried earlier which should now be evictable 03/08/23 15:11:38.693 + STEP: Waiting for all pods to be running 03/08/23 15:11:38.693 + STEP: Waiting for the pdb to observed all healthy pods 03/08/23 15:11:38.696 + STEP: Patching the pdb to disallow a pod to be evicted 03/08/23 15:11:38.712 + STEP: Waiting for the pdb to be processed 03/08/23 15:11:38.727 + STEP: Waiting for all pods to be running 03/08/23 15:11:40.74 + STEP: locating a running pod 03/08/23 15:11:40.744 + STEP: Deleting the pdb to allow a pod to be evicted 03/08/23 15:11:40.752 + STEP: Waiting for the pdb to be deleted 03/08/23 15:11:40.766 + STEP: Trying to evict the same pod we tried earlier which should now be evictable 03/08/23 15:11:40.77 + STEP: Waiting for all pods to be running 03/08/23 15:11:40.77 + [AfterEach] [sig-apps] DisruptionController + test/e2e/framework/framework.go:187 + Mar 8 15:11:40.783: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "disruption-8328" for this suite. 03/08/23 15:11:40.787 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:11:40.794 +Mar 8 15:11:40.794: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename init-container 03/08/23 15:11:40.795 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:11:40.811 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:11:40.814 +[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 03/08/23 15:11:40.816 +Mar 8 15:11:40.816: INFO: PodSpec: initContainers in spec.initContainers +[AfterEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/framework.go:187 +Mar 8 15:11:45.732: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "init-container-3802" for this suite. 03/08/23 15:11:45.736 +{"msg":"PASSED [sig-node] InitContainer [NodeConformance] should invoke init containers on a RestartNever pod [Conformance]","completed":178,"skipped":3394,"failed":0} +------------------------------ +• [4.947 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 03/08/23 15:11:40.794 + Mar 8 15:11:40.794: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename init-container 03/08/23 15:11:40.795 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:11:40.811 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:11:40.814 + [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 03/08/23 15:11:40.816 + Mar 8 15:11:40.816: INFO: PodSpec: initContainers in spec.initContainers + [AfterEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/framework.go:187 + Mar 8 15:11:45.732: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "init-container-3802" for this suite. 03/08/23 15:11:45.736 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:11:45.742 +Mar 8 15:11:45.742: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename downward-api 03/08/23 15:11:45.743 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:11:45.758 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:11:45.76 +[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 03/08/23 15:11:45.762 +Mar 8 15:11:45.769: INFO: Waiting up to 5m0s for pod "downwardapi-volume-37bcc059-fd80-444a-a4da-bb8280bb823a" in namespace "downward-api-4604" to be "Succeeded or Failed" +Mar 8 15:11:45.773: INFO: Pod "downwardapi-volume-37bcc059-fd80-444a-a4da-bb8280bb823a": Phase="Pending", Reason="", readiness=false. Elapsed: 3.997005ms +Mar 8 15:11:47.777: INFO: Pod "downwardapi-volume-37bcc059-fd80-444a-a4da-bb8280bb823a": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008224074s +Mar 8 15:11:49.777: INFO: Pod "downwardapi-volume-37bcc059-fd80-444a-a4da-bb8280bb823a": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.00811925s +STEP: Saw pod success 03/08/23 15:11:49.777 +Mar 8 15:11:49.777: INFO: Pod "downwardapi-volume-37bcc059-fd80-444a-a4da-bb8280bb823a" satisfied condition "Succeeded or Failed" +Mar 8 15:11:49.780: INFO: Trying to get logs from node worker2 pod downwardapi-volume-37bcc059-fd80-444a-a4da-bb8280bb823a container client-container: +STEP: delete the pod 03/08/23 15:11:49.785 +Mar 8 15:11:49.800: INFO: Waiting for pod downwardapi-volume-37bcc059-fd80-444a-a4da-bb8280bb823a to disappear +Mar 8 15:11:49.802: INFO: Pod downwardapi-volume-37bcc059-fd80-444a-a4da-bb8280bb823a no longer exists +[AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 +Mar 8 15:11:49.803: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "downward-api-4604" for this suite. 03/08/23 15:11:49.806 +{"msg":"PASSED [sig-storage] Downward API volume should set mode on item file [LinuxOnly] [NodeConformance] [Conformance]","completed":179,"skipped":3413,"failed":0} +------------------------------ +• [4.069 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 03/08/23 15:11:45.742 + Mar 8 15:11:45.742: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename downward-api 03/08/23 15:11:45.743 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:11:45.758 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:11:45.76 + [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 03/08/23 15:11:45.762 + Mar 8 15:11:45.769: INFO: Waiting up to 5m0s for pod "downwardapi-volume-37bcc059-fd80-444a-a4da-bb8280bb823a" in namespace "downward-api-4604" to be "Succeeded or Failed" + Mar 8 15:11:45.773: INFO: Pod "downwardapi-volume-37bcc059-fd80-444a-a4da-bb8280bb823a": Phase="Pending", Reason="", readiness=false. Elapsed: 3.997005ms + Mar 8 15:11:47.777: INFO: Pod "downwardapi-volume-37bcc059-fd80-444a-a4da-bb8280bb823a": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008224074s + Mar 8 15:11:49.777: INFO: Pod "downwardapi-volume-37bcc059-fd80-444a-a4da-bb8280bb823a": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.00811925s + STEP: Saw pod success 03/08/23 15:11:49.777 + Mar 8 15:11:49.777: INFO: Pod "downwardapi-volume-37bcc059-fd80-444a-a4da-bb8280bb823a" satisfied condition "Succeeded or Failed" + Mar 8 15:11:49.780: INFO: Trying to get logs from node worker2 pod downwardapi-volume-37bcc059-fd80-444a-a4da-bb8280bb823a container client-container: + STEP: delete the pod 03/08/23 15:11:49.785 + Mar 8 15:11:49.800: INFO: Waiting for pod downwardapi-volume-37bcc059-fd80-444a-a4da-bb8280bb823a to disappear + Mar 8 15:11:49.802: INFO: Pod downwardapi-volume-37bcc059-fd80-444a-a4da-bb8280bb823a no longer exists + [AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 + Mar 8 15:11:49.803: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "downward-api-4604" for this suite. 03/08/23 15:11:49.806 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:11:49.812 +Mar 8 15:11:49.812: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename emptydir-wrapper 03/08/23 15:11:49.813 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:11:49.827 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:11:49.829 +[It] should not conflict [Conformance] + test/e2e/storage/empty_dir_wrapper.go:67 +Mar 8 15:11:49.854: INFO: Waiting up to 5m0s for pod "pod-secrets-58b681a7-bca3-442b-8b7e-1dd2708ed050" in namespace "emptydir-wrapper-1230" to be "running and ready" +Mar 8 15:11:49.857: INFO: Pod "pod-secrets-58b681a7-bca3-442b-8b7e-1dd2708ed050": Phase="Pending", Reason="", readiness=false. Elapsed: 2.716402ms +Mar 8 15:11:49.857: INFO: The phase of Pod pod-secrets-58b681a7-bca3-442b-8b7e-1dd2708ed050 is Pending, waiting for it to be Running (with Ready = true) +Mar 8 15:11:51.864: INFO: Pod "pod-secrets-58b681a7-bca3-442b-8b7e-1dd2708ed050": Phase="Running", Reason="", readiness=true. Elapsed: 2.009657619s +Mar 8 15:11:51.864: INFO: The phase of Pod pod-secrets-58b681a7-bca3-442b-8b7e-1dd2708ed050 is Running (Ready = true) +Mar 8 15:11:51.864: INFO: Pod "pod-secrets-58b681a7-bca3-442b-8b7e-1dd2708ed050" satisfied condition "running and ready" +STEP: Cleaning up the secret 03/08/23 15:11:51.869 +STEP: Cleaning up the configmap 03/08/23 15:11:51.878 +STEP: Cleaning up the pod 03/08/23 15:11:51.883 +[AfterEach] [sig-storage] EmptyDir wrapper volumes + test/e2e/framework/framework.go:187 +Mar 8 15:11:51.894: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "emptydir-wrapper-1230" for this suite. 03/08/23 15:11:51.898 +{"msg":"PASSED [sig-storage] EmptyDir wrapper volumes should not conflict [Conformance]","completed":180,"skipped":3433,"failed":0} +------------------------------ +• [2.091 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 03/08/23 15:11:49.812 + Mar 8 15:11:49.812: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename emptydir-wrapper 03/08/23 15:11:49.813 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:11:49.827 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:11:49.829 + [It] should not conflict [Conformance] + test/e2e/storage/empty_dir_wrapper.go:67 + Mar 8 15:11:49.854: INFO: Waiting up to 5m0s for pod "pod-secrets-58b681a7-bca3-442b-8b7e-1dd2708ed050" in namespace "emptydir-wrapper-1230" to be "running and ready" + Mar 8 15:11:49.857: INFO: Pod "pod-secrets-58b681a7-bca3-442b-8b7e-1dd2708ed050": Phase="Pending", Reason="", readiness=false. Elapsed: 2.716402ms + Mar 8 15:11:49.857: INFO: The phase of Pod pod-secrets-58b681a7-bca3-442b-8b7e-1dd2708ed050 is Pending, waiting for it to be Running (with Ready = true) + Mar 8 15:11:51.864: INFO: Pod "pod-secrets-58b681a7-bca3-442b-8b7e-1dd2708ed050": Phase="Running", Reason="", readiness=true. Elapsed: 2.009657619s + Mar 8 15:11:51.864: INFO: The phase of Pod pod-secrets-58b681a7-bca3-442b-8b7e-1dd2708ed050 is Running (Ready = true) + Mar 8 15:11:51.864: INFO: Pod "pod-secrets-58b681a7-bca3-442b-8b7e-1dd2708ed050" satisfied condition "running and ready" + STEP: Cleaning up the secret 03/08/23 15:11:51.869 + STEP: Cleaning up the configmap 03/08/23 15:11:51.878 + STEP: Cleaning up the pod 03/08/23 15:11:51.883 + [AfterEach] [sig-storage] EmptyDir wrapper volumes + test/e2e/framework/framework.go:187 + Mar 8 15:11:51.894: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "emptydir-wrapper-1230" for this suite. 03/08/23 15:11:51.898 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:11:51.905 +Mar 8 15:11:51.905: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename webhook 03/08/23 15:11:51.905 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:11:51.919 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:11:51.921 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 +STEP: Setting up server cert 03/08/23 15:11:51.935 +STEP: Create role binding to let webhook read extension-apiserver-authentication 03/08/23 15:11:52.284 +STEP: Deploying the webhook pod 03/08/23 15:11:52.291 +STEP: Wait for the deployment to be ready 03/08/23 15:11:52.299 +Mar 8 15:11:52.305: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set +STEP: Deploying the webhook service 03/08/23 15:11:54.315 +STEP: Verifying the service has paired with the endpoint 03/08/23 15:11:54.328 +Mar 8 15:11:55.329: 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 03/08/23 15:11:55.332 +STEP: create a pod 03/08/23 15:11:55.347 +Mar 8 15:11:55.353: INFO: Waiting up to 5m0s for pod "to-be-attached-pod" in namespace "webhook-9108" to be "running" +Mar 8 15:11:55.358: INFO: Pod "to-be-attached-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 4.711491ms +Mar 8 15:11:57.362: INFO: Pod "to-be-attached-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.008810059s +Mar 8 15:11:57.362: INFO: Pod "to-be-attached-pod" satisfied condition "running" +STEP: 'kubectl attach' the pod, should be denied by the webhook 03/08/23 15:11:57.362 +Mar 8 15:11:57.362: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=webhook-9108 attach --namespace=webhook-9108 to-be-attached-pod -i -c=container1' +Mar 8 15:11:57.456: INFO: rc: 1 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Mar 8 15:11:57.463: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "webhook-9108" for this suite. 03/08/23 15:11:57.467 +STEP: Destroying namespace "webhook-9108-markers" for this suite. 03/08/23 15:11:57.472 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 +{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should be able to deny attaching pod [Conformance]","completed":181,"skipped":3489,"failed":0} +------------------------------ +• [SLOW TEST] [5.612 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 03/08/23 15:11:51.905 + Mar 8 15:11:51.905: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename webhook 03/08/23 15:11:51.905 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:11:51.919 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:11:51.921 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 + STEP: Setting up server cert 03/08/23 15:11:51.935 + STEP: Create role binding to let webhook read extension-apiserver-authentication 03/08/23 15:11:52.284 + STEP: Deploying the webhook pod 03/08/23 15:11:52.291 + STEP: Wait for the deployment to be ready 03/08/23 15:11:52.299 + Mar 8 15:11:52.305: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set + STEP: Deploying the webhook service 03/08/23 15:11:54.315 + STEP: Verifying the service has paired with the endpoint 03/08/23 15:11:54.328 + Mar 8 15:11:55.329: 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 03/08/23 15:11:55.332 + STEP: create a pod 03/08/23 15:11:55.347 + Mar 8 15:11:55.353: INFO: Waiting up to 5m0s for pod "to-be-attached-pod" in namespace "webhook-9108" to be "running" + Mar 8 15:11:55.358: INFO: Pod "to-be-attached-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 4.711491ms + Mar 8 15:11:57.362: INFO: Pod "to-be-attached-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.008810059s + Mar 8 15:11:57.362: INFO: Pod "to-be-attached-pod" satisfied condition "running" + STEP: 'kubectl attach' the pod, should be denied by the webhook 03/08/23 15:11:57.362 + Mar 8 15:11:57.362: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=webhook-9108 attach --namespace=webhook-9108 to-be-attached-pod -i -c=container1' + Mar 8 15:11:57.456: INFO: rc: 1 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Mar 8 15:11:57.463: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "webhook-9108" for this suite. 03/08/23 15:11:57.467 + STEP: Destroying namespace "webhook-9108-markers" for this suite. 03/08/23 15:11:57.472 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:11:57.518 +Mar 8 15:11:57.518: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename projected 03/08/23 15:11:57.518 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:11:57.541 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:11:57.543 +[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-1a6d1965-37f9-46f7-91e5-e587531451e9 03/08/23 15:11:57.544 +STEP: Creating a pod to test consume secrets 03/08/23 15:11:57.549 +Mar 8 15:11:57.558: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-be17a0a6-ba02-437c-8fc4-fe00401db0c4" in namespace "projected-6923" to be "Succeeded or Failed" +Mar 8 15:11:57.564: INFO: Pod "pod-projected-secrets-be17a0a6-ba02-437c-8fc4-fe00401db0c4": Phase="Pending", Reason="", readiness=false. Elapsed: 6.678477ms +Mar 8 15:11:59.569: INFO: Pod "pod-projected-secrets-be17a0a6-ba02-437c-8fc4-fe00401db0c4": Phase="Pending", Reason="", readiness=false. Elapsed: 2.011669158s +Mar 8 15:12:01.568: INFO: Pod "pod-projected-secrets-be17a0a6-ba02-437c-8fc4-fe00401db0c4": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010808318s +STEP: Saw pod success 03/08/23 15:12:01.568 +Mar 8 15:12:01.569: INFO: Pod "pod-projected-secrets-be17a0a6-ba02-437c-8fc4-fe00401db0c4" satisfied condition "Succeeded or Failed" +Mar 8 15:12:01.571: INFO: Trying to get logs from node worker2 pod pod-projected-secrets-be17a0a6-ba02-437c-8fc4-fe00401db0c4 container projected-secret-volume-test: +STEP: delete the pod 03/08/23 15:12:01.579 +Mar 8 15:12:01.589: INFO: Waiting for pod pod-projected-secrets-be17a0a6-ba02-437c-8fc4-fe00401db0c4 to disappear +Mar 8 15:12:01.592: INFO: Pod pod-projected-secrets-be17a0a6-ba02-437c-8fc4-fe00401db0c4 no longer exists +[AfterEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:187 +Mar 8 15:12:01.592: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-6923" for this suite. 03/08/23 15:12:01.597 +{"msg":"PASSED [sig-storage] Projected secret should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance]","completed":182,"skipped":3530,"failed":0} +------------------------------ +• [4.087 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 03/08/23 15:11:57.518 + Mar 8 15:11:57.518: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename projected 03/08/23 15:11:57.518 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:11:57.541 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:11:57.543 + [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-1a6d1965-37f9-46f7-91e5-e587531451e9 03/08/23 15:11:57.544 + STEP: Creating a pod to test consume secrets 03/08/23 15:11:57.549 + Mar 8 15:11:57.558: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-be17a0a6-ba02-437c-8fc4-fe00401db0c4" in namespace "projected-6923" to be "Succeeded or Failed" + Mar 8 15:11:57.564: INFO: Pod "pod-projected-secrets-be17a0a6-ba02-437c-8fc4-fe00401db0c4": Phase="Pending", Reason="", readiness=false. Elapsed: 6.678477ms + Mar 8 15:11:59.569: INFO: Pod "pod-projected-secrets-be17a0a6-ba02-437c-8fc4-fe00401db0c4": Phase="Pending", Reason="", readiness=false. Elapsed: 2.011669158s + Mar 8 15:12:01.568: INFO: Pod "pod-projected-secrets-be17a0a6-ba02-437c-8fc4-fe00401db0c4": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010808318s + STEP: Saw pod success 03/08/23 15:12:01.568 + Mar 8 15:12:01.569: INFO: Pod "pod-projected-secrets-be17a0a6-ba02-437c-8fc4-fe00401db0c4" satisfied condition "Succeeded or Failed" + Mar 8 15:12:01.571: INFO: Trying to get logs from node worker2 pod pod-projected-secrets-be17a0a6-ba02-437c-8fc4-fe00401db0c4 container projected-secret-volume-test: + STEP: delete the pod 03/08/23 15:12:01.579 + Mar 8 15:12:01.589: INFO: Waiting for pod pod-projected-secrets-be17a0a6-ba02-437c-8fc4-fe00401db0c4 to disappear + Mar 8 15:12:01.592: INFO: Pod pod-projected-secrets-be17a0a6-ba02-437c-8fc4-fe00401db0c4 no longer exists + [AfterEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:187 + Mar 8 15:12:01.592: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-6923" for this suite. 03/08/23 15:12:01.597 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:12:01.605 +Mar 8 15:12:01.605: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename configmap 03/08/23 15:12:01.606 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:12:01.623 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:12:01.625 +[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-eaf1742f-2f58-49cc-aa33-4136d64e3dec 03/08/23 15:12:01.627 +STEP: Creating a pod to test consume configMaps 03/08/23 15:12:01.637 +Mar 8 15:12:01.644: INFO: Waiting up to 5m0s for pod "pod-configmaps-a5f51872-1897-4fcf-aa34-3ff1cec9aa49" in namespace "configmap-3983" to be "Succeeded or Failed" +Mar 8 15:12:01.650: INFO: Pod "pod-configmaps-a5f51872-1897-4fcf-aa34-3ff1cec9aa49": Phase="Pending", Reason="", readiness=false. Elapsed: 5.953859ms +Mar 8 15:12:03.655: INFO: Pod "pod-configmaps-a5f51872-1897-4fcf-aa34-3ff1cec9aa49": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010974726s +Mar 8 15:12:05.654: INFO: Pod "pod-configmaps-a5f51872-1897-4fcf-aa34-3ff1cec9aa49": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009819707s +STEP: Saw pod success 03/08/23 15:12:05.654 +Mar 8 15:12:05.654: INFO: Pod "pod-configmaps-a5f51872-1897-4fcf-aa34-3ff1cec9aa49" satisfied condition "Succeeded or Failed" +Mar 8 15:12:05.658: INFO: Trying to get logs from node worker2 pod pod-configmaps-a5f51872-1897-4fcf-aa34-3ff1cec9aa49 container agnhost-container: +STEP: delete the pod 03/08/23 15:12:05.669 +Mar 8 15:12:05.682: INFO: Waiting for pod pod-configmaps-a5f51872-1897-4fcf-aa34-3ff1cec9aa49 to disappear +Mar 8 15:12:05.685: INFO: Pod pod-configmaps-a5f51872-1897-4fcf-aa34-3ff1cec9aa49 no longer exists +[AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 +Mar 8 15:12:05.685: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "configmap-3983" for this suite. 03/08/23 15:12:05.689 +{"msg":"PASSED [sig-storage] ConfigMap should be consumable from pods in volume with mappings [NodeConformance] [Conformance]","completed":183,"skipped":3547,"failed":0} +------------------------------ +• [4.093 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 03/08/23 15:12:01.605 + Mar 8 15:12:01.605: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename configmap 03/08/23 15:12:01.606 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:12:01.623 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:12:01.625 + [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-eaf1742f-2f58-49cc-aa33-4136d64e3dec 03/08/23 15:12:01.627 + STEP: Creating a pod to test consume configMaps 03/08/23 15:12:01.637 + Mar 8 15:12:01.644: INFO: Waiting up to 5m0s for pod "pod-configmaps-a5f51872-1897-4fcf-aa34-3ff1cec9aa49" in namespace "configmap-3983" to be "Succeeded or Failed" + Mar 8 15:12:01.650: INFO: Pod "pod-configmaps-a5f51872-1897-4fcf-aa34-3ff1cec9aa49": Phase="Pending", Reason="", readiness=false. Elapsed: 5.953859ms + Mar 8 15:12:03.655: INFO: Pod "pod-configmaps-a5f51872-1897-4fcf-aa34-3ff1cec9aa49": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010974726s + Mar 8 15:12:05.654: INFO: Pod "pod-configmaps-a5f51872-1897-4fcf-aa34-3ff1cec9aa49": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009819707s + STEP: Saw pod success 03/08/23 15:12:05.654 + Mar 8 15:12:05.654: INFO: Pod "pod-configmaps-a5f51872-1897-4fcf-aa34-3ff1cec9aa49" satisfied condition "Succeeded or Failed" + Mar 8 15:12:05.658: INFO: Trying to get logs from node worker2 pod pod-configmaps-a5f51872-1897-4fcf-aa34-3ff1cec9aa49 container agnhost-container: + STEP: delete the pod 03/08/23 15:12:05.669 + Mar 8 15:12:05.682: INFO: Waiting for pod pod-configmaps-a5f51872-1897-4fcf-aa34-3ff1cec9aa49 to disappear + Mar 8 15:12:05.685: INFO: Pod pod-configmaps-a5f51872-1897-4fcf-aa34-3ff1cec9aa49 no longer exists + [AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 + Mar 8 15:12:05.685: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "configmap-3983" for this suite. 03/08/23 15:12:05.689 + << End Captured GinkgoWriter Output +------------------------------ +[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 03/08/23 15:12:05.699 +Mar 8 15:12:05.699: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename webhook 03/08/23 15:12:05.7 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:12:05.714 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:12:05.716 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 +STEP: Setting up server cert 03/08/23 15:12:05.73 +STEP: Create role binding to let webhook read extension-apiserver-authentication 03/08/23 15:12:06.796 +STEP: Deploying the webhook pod 03/08/23 15:12:06.8 +STEP: Wait for the deployment to be ready 03/08/23 15:12:06.809 +Mar 8 15:12:06.817: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set +STEP: Deploying the webhook service 03/08/23 15:12:08.826 +STEP: Verifying the service has paired with the endpoint 03/08/23 15:12:08.847 +Mar 8 15:12:09.848: 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 +Mar 8 15:12:09.852: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Registering the mutating webhook for custom resource e2e-test-webhook-623-crds.webhook.example.com via the AdmissionRegistration API 03/08/23 15:12:10.362 +STEP: Creating a custom resource that should be mutated by the webhook 03/08/23 15:12:10.375 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Mar 8 15:12:12.938: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "webhook-5450" for this suite. 03/08/23 15:12:12.943 +STEP: Destroying namespace "webhook-5450-markers" for this suite. 03/08/23 15:12:12.949 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 +{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate custom resource [Conformance]","completed":184,"skipped":3547,"failed":0} +------------------------------ +• [SLOW TEST] [7.429 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 03/08/23 15:12:05.699 + Mar 8 15:12:05.699: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename webhook 03/08/23 15:12:05.7 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:12:05.714 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:12:05.716 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 + STEP: Setting up server cert 03/08/23 15:12:05.73 + STEP: Create role binding to let webhook read extension-apiserver-authentication 03/08/23 15:12:06.796 + STEP: Deploying the webhook pod 03/08/23 15:12:06.8 + STEP: Wait for the deployment to be ready 03/08/23 15:12:06.809 + Mar 8 15:12:06.817: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set + STEP: Deploying the webhook service 03/08/23 15:12:08.826 + STEP: Verifying the service has paired with the endpoint 03/08/23 15:12:08.847 + Mar 8 15:12:09.848: 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 + Mar 8 15:12:09.852: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Registering the mutating webhook for custom resource e2e-test-webhook-623-crds.webhook.example.com via the AdmissionRegistration API 03/08/23 15:12:10.362 + STEP: Creating a custom resource that should be mutated by the webhook 03/08/23 15:12:10.375 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Mar 8 15:12:12.938: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "webhook-5450" for this suite. 03/08/23 15:12:12.943 + STEP: Destroying namespace "webhook-5450-markers" for this suite. 03/08/23 15:12:12.949 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:12:13.128 +Mar 8 15:12:13.128: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename sched-preemption 03/08/23 15:12:13.129 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:12:13.152 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:12:13.154 +[BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:92 +Mar 8 15:12:13.171: INFO: Waiting up to 1m0s for all nodes to be ready +Mar 8 15:13:13.208: 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. 03/08/23 15:13:13.211 +Mar 8 15:13:13.230: INFO: Created pod: pod0-0-sched-preemption-low-priority +Mar 8 15:13:13.236: INFO: Created pod: pod0-1-sched-preemption-medium-priority +Mar 8 15:13:13.254: INFO: Created pod: pod1-0-sched-preemption-medium-priority +Mar 8 15:13:13.261: INFO: Created pod: pod1-1-sched-preemption-medium-priority +STEP: Wait for pods to be scheduled. 03/08/23 15:13:13.261 +Mar 8 15:13:13.261: INFO: Waiting up to 5m0s for pod "pod0-0-sched-preemption-low-priority" in namespace "sched-preemption-6944" to be "running" +Mar 8 15:13:13.264: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Pending", Reason="", readiness=false. Elapsed: 3.206477ms +Mar 8 15:13:15.268: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007026119s +Mar 8 15:13:17.268: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Pending", Reason="", readiness=false. Elapsed: 4.007656964s +Mar 8 15:13:19.269: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Pending", Reason="", readiness=false. Elapsed: 6.008025843s +Mar 8 15:13:21.269: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Pending", Reason="", readiness=false. Elapsed: 8.008729696s +Mar 8 15:13:23.269: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Pending", Reason="", readiness=false. Elapsed: 10.008508119s +Mar 8 15:13:25.268: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Running", Reason="", readiness=true. Elapsed: 12.007630909s +Mar 8 15:13:25.268: INFO: Pod "pod0-0-sched-preemption-low-priority" satisfied condition "running" +Mar 8 15:13:25.268: INFO: Waiting up to 5m0s for pod "pod0-1-sched-preemption-medium-priority" in namespace "sched-preemption-6944" to be "running" +Mar 8 15:13:25.272: INFO: Pod "pod0-1-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 3.44023ms +Mar 8 15:13:25.272: INFO: Pod "pod0-1-sched-preemption-medium-priority" satisfied condition "running" +Mar 8 15:13:25.272: INFO: Waiting up to 5m0s for pod "pod1-0-sched-preemption-medium-priority" in namespace "sched-preemption-6944" to be "running" +Mar 8 15:13:25.275: INFO: Pod "pod1-0-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 3.169615ms +Mar 8 15:13:25.275: INFO: Pod "pod1-0-sched-preemption-medium-priority" satisfied condition "running" +Mar 8 15:13:25.275: INFO: Waiting up to 5m0s for pod "pod1-1-sched-preemption-medium-priority" in namespace "sched-preemption-6944" to be "running" +Mar 8 15:13:25.278: INFO: Pod "pod1-1-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 3.173902ms +Mar 8 15:13:25.278: 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 03/08/23 15:13:25.278 +Mar 8 15:13:25.292: INFO: Waiting up to 2m0s for pod "preemptor-pod" in namespace "sched-preemption-6944" to be "running" +Mar 8 15:13:25.295: INFO: Pod "preemptor-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 3.04316ms +Mar 8 15:13:27.298: INFO: Pod "preemptor-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006069778s +Mar 8 15:13:29.300: INFO: Pod "preemptor-pod": Phase="Running", Reason="", readiness=true. Elapsed: 4.007562745s +Mar 8 15:13:29.300: INFO: Pod "preemptor-pod" satisfied condition "running" +[AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/framework.go:187 +Mar 8 15:13:29.314: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "sched-preemption-6944" for this suite. 03/08/23 15:13:29.318 +[AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:80 +{"msg":"PASSED [sig-scheduling] SchedulerPreemption [Serial] validates basic preemption works [Conformance]","completed":185,"skipped":3565,"failed":0} +------------------------------ +• [SLOW TEST] [76.228 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 03/08/23 15:12:13.128 + Mar 8 15:12:13.128: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename sched-preemption 03/08/23 15:12:13.129 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:12:13.152 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:12:13.154 + [BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:92 + Mar 8 15:12:13.171: INFO: Waiting up to 1m0s for all nodes to be ready + Mar 8 15:13:13.208: 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. 03/08/23 15:13:13.211 + Mar 8 15:13:13.230: INFO: Created pod: pod0-0-sched-preemption-low-priority + Mar 8 15:13:13.236: INFO: Created pod: pod0-1-sched-preemption-medium-priority + Mar 8 15:13:13.254: INFO: Created pod: pod1-0-sched-preemption-medium-priority + Mar 8 15:13:13.261: INFO: Created pod: pod1-1-sched-preemption-medium-priority + STEP: Wait for pods to be scheduled. 03/08/23 15:13:13.261 + Mar 8 15:13:13.261: INFO: Waiting up to 5m0s for pod "pod0-0-sched-preemption-low-priority" in namespace "sched-preemption-6944" to be "running" + Mar 8 15:13:13.264: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Pending", Reason="", readiness=false. Elapsed: 3.206477ms + Mar 8 15:13:15.268: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007026119s + Mar 8 15:13:17.268: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Pending", Reason="", readiness=false. Elapsed: 4.007656964s + Mar 8 15:13:19.269: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Pending", Reason="", readiness=false. Elapsed: 6.008025843s + Mar 8 15:13:21.269: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Pending", Reason="", readiness=false. Elapsed: 8.008729696s + Mar 8 15:13:23.269: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Pending", Reason="", readiness=false. Elapsed: 10.008508119s + Mar 8 15:13:25.268: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Running", Reason="", readiness=true. Elapsed: 12.007630909s + Mar 8 15:13:25.268: INFO: Pod "pod0-0-sched-preemption-low-priority" satisfied condition "running" + Mar 8 15:13:25.268: INFO: Waiting up to 5m0s for pod "pod0-1-sched-preemption-medium-priority" in namespace "sched-preemption-6944" to be "running" + Mar 8 15:13:25.272: INFO: Pod "pod0-1-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 3.44023ms + Mar 8 15:13:25.272: INFO: Pod "pod0-1-sched-preemption-medium-priority" satisfied condition "running" + Mar 8 15:13:25.272: INFO: Waiting up to 5m0s for pod "pod1-0-sched-preemption-medium-priority" in namespace "sched-preemption-6944" to be "running" + Mar 8 15:13:25.275: INFO: Pod "pod1-0-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 3.169615ms + Mar 8 15:13:25.275: INFO: Pod "pod1-0-sched-preemption-medium-priority" satisfied condition "running" + Mar 8 15:13:25.275: INFO: Waiting up to 5m0s for pod "pod1-1-sched-preemption-medium-priority" in namespace "sched-preemption-6944" to be "running" + Mar 8 15:13:25.278: INFO: Pod "pod1-1-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 3.173902ms + Mar 8 15:13:25.278: 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 03/08/23 15:13:25.278 + Mar 8 15:13:25.292: INFO: Waiting up to 2m0s for pod "preemptor-pod" in namespace "sched-preemption-6944" to be "running" + Mar 8 15:13:25.295: INFO: Pod "preemptor-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 3.04316ms + Mar 8 15:13:27.298: INFO: Pod "preemptor-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006069778s + Mar 8 15:13:29.300: INFO: Pod "preemptor-pod": Phase="Running", Reason="", readiness=true. Elapsed: 4.007562745s + Mar 8 15:13:29.300: INFO: Pod "preemptor-pod" satisfied condition "running" + [AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/framework.go:187 + Mar 8 15:13:29.314: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "sched-preemption-6944" for this suite. 03/08/23 15:13:29.318 + [AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:80 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:13:29.36 +Mar 8 15:13:29.360: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename services 03/08/23 15:13:29.362 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:13:29.375 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:13:29.377 +[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 03/08/23 15:13:29.379 +Mar 8 15:13:29.379: INFO: Creating e2e-svc-a-w9mnf +Mar 8 15:13:29.388: INFO: Creating e2e-svc-b-cwm62 +Mar 8 15:13:29.400: INFO: Creating e2e-svc-c-dl4sd +STEP: deleting service collection 03/08/23 15:13:29.417 +Mar 8 15:13:29.458: INFO: Collection of services has been deleted +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Mar 8 15:13:29.458: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-388" for this suite. 03/08/23 15:13:29.462 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +{"msg":"PASSED [sig-network] Services should delete a collection of services [Conformance]","completed":186,"skipped":3597,"failed":0} +------------------------------ +• [0.109 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 03/08/23 15:13:29.36 + Mar 8 15:13:29.360: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename services 03/08/23 15:13:29.362 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:13:29.375 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:13:29.377 + [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 03/08/23 15:13:29.379 + Mar 8 15:13:29.379: INFO: Creating e2e-svc-a-w9mnf + Mar 8 15:13:29.388: INFO: Creating e2e-svc-b-cwm62 + Mar 8 15:13:29.400: INFO: Creating e2e-svc-c-dl4sd + STEP: deleting service collection 03/08/23 15:13:29.417 + Mar 8 15:13:29.458: INFO: Collection of services has been deleted + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Mar 8 15:13:29.458: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-388" for this suite. 03/08/23 15:13:29.462 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[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 03/08/23 15:13:29.469 +Mar 8 15:13:29.469: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename services 03/08/23 15:13:29.47 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:13:29.485 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:13:29.488 +[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-2981 03/08/23 15:13:29.49 +STEP: creating replication controller nodeport-test in namespace services-2981 03/08/23 15:13:29.507 +I0308 15:13:29.512817 20 runners.go:193] Created replication controller with name: nodeport-test, namespace: services-2981, replica count: 2 +I0308 15:13:32.564719 20 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 +Mar 8 15:13:32.564: INFO: Creating new exec pod +Mar 8 15:13:32.572: INFO: Waiting up to 5m0s for pod "execpodz9w5x" in namespace "services-2981" to be "running" +Mar 8 15:13:32.576: INFO: Pod "execpodz9w5x": Phase="Pending", Reason="", readiness=false. Elapsed: 3.937769ms +Mar 8 15:13:34.582: INFO: Pod "execpodz9w5x": Phase="Running", Reason="", readiness=true. Elapsed: 2.010068859s +Mar 8 15:13:34.582: INFO: Pod "execpodz9w5x" satisfied condition "running" +Mar 8 15:13:35.588: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-2981 exec execpodz9w5x -- /bin/sh -x -c echo hostName | nc -v -t -w 2 nodeport-test 80' +Mar 8 15:13:35.717: INFO: stderr: "+ nc -v -t -w 2 nodeport-test 80\n+ echo hostName\nConnection to nodeport-test 80 port [tcp/http] succeeded!\n" +Mar 8 15:13:35.717: INFO: stdout: "" +Mar 8 15:13:36.717: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-2981 exec execpodz9w5x -- /bin/sh -x -c echo hostName | nc -v -t -w 2 nodeport-test 80' +Mar 8 15:13:36.836: INFO: stderr: "+ nc -v -t -w 2 nodeport-test 80\n+ echo hostName\nConnection to nodeport-test 80 port [tcp/http] succeeded!\n" +Mar 8 15:13:36.836: INFO: stdout: "" +Mar 8 15:13:37.717: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-2981 exec execpodz9w5x -- /bin/sh -x -c echo hostName | nc -v -t -w 2 nodeport-test 80' +Mar 8 15:13:37.861: INFO: stderr: "+ nc -v -t -w 2 nodeport-test 80\n+ echo hostName\nConnection to nodeport-test 80 port [tcp/http] succeeded!\n" +Mar 8 15:13:37.861: INFO: stdout: "" +Mar 8 15:13:38.717: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-2981 exec execpodz9w5x -- /bin/sh -x -c echo hostName | nc -v -t -w 2 nodeport-test 80' +Mar 8 15:13:38.847: INFO: stderr: "+ nc -v -t -w 2 nodeport-test 80\n+ echo hostName\nConnection to nodeport-test 80 port [tcp/http] succeeded!\n" +Mar 8 15:13:38.847: INFO: stdout: "" +Mar 8 15:13:39.718: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-2981 exec execpodz9w5x -- /bin/sh -x -c echo hostName | nc -v -t -w 2 nodeport-test 80' +Mar 8 15:13:39.848: INFO: stderr: "+ nc -v -t -w 2 nodeport-test 80\n+ echo hostName\nConnection to nodeport-test 80 port [tcp/http] succeeded!\n" +Mar 8 15:13:39.848: INFO: stdout: "" +Mar 8 15:13:40.717: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-2981 exec execpodz9w5x -- /bin/sh -x -c echo hostName | nc -v -t -w 2 nodeport-test 80' +Mar 8 15:13:40.847: INFO: stderr: "+ nc -v -t -w 2 nodeport-test 80\n+ echo hostName\nConnection to nodeport-test 80 port [tcp/http] succeeded!\n" +Mar 8 15:13:40.847: INFO: stdout: "" +Mar 8 15:13:41.718: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-2981 exec execpodz9w5x -- /bin/sh -x -c echo hostName | nc -v -t -w 2 nodeport-test 80' +Mar 8 15:13:41.845: INFO: stderr: "+ nc -v -t -w 2 nodeport-test 80\n+ echo hostName\nConnection to nodeport-test 80 port [tcp/http] succeeded!\n" +Mar 8 15:13:41.845: INFO: stdout: "" +Mar 8 15:13:42.717: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-2981 exec execpodz9w5x -- /bin/sh -x -c echo hostName | nc -v -t -w 2 nodeport-test 80' +Mar 8 15:13:42.843: INFO: stderr: "+ nc -v -t -w 2 nodeport-test 80\n+ echo hostName\nConnection to nodeport-test 80 port [tcp/http] succeeded!\n" +Mar 8 15:13:42.843: INFO: stdout: "nodeport-test-jgvwq" +Mar 8 15:13:42.843: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-2981 exec execpodz9w5x -- /bin/sh -x -c echo hostName | nc -v -t -w 2 192.168.196.190 80' +Mar 8 15:13:42.979: INFO: stderr: "+ nc -v -t -w 2 192.168.196.190 80\n+ echo hostName\nConnection to 192.168.196.190 80 port [tcp/http] succeeded!\n" +Mar 8 15:13:42.979: INFO: stdout: "" +Mar 8 15:13:43.979: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-2981 exec execpodz9w5x -- /bin/sh -x -c echo hostName | nc -v -t -w 2 192.168.196.190 80' +Mar 8 15:13:44.100: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 192.168.196.190 80\nConnection to 192.168.196.190 80 port [tcp/http] succeeded!\n" +Mar 8 15:13:44.100: INFO: stdout: "nodeport-test-jgvwq" +Mar 8 15:13:44.100: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-2981 exec execpodz9w5x -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.0.0.17 30701' +Mar 8 15:13:44.224: INFO: stderr: "+ nc -v -t -w 2 10.0.0.17 30701\n+ echo hostName\nConnection to 10.0.0.17 30701 port [tcp/*] succeeded!\n" +Mar 8 15:13:44.224: INFO: stdout: "" +Mar 8 15:13:45.224: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-2981 exec execpodz9w5x -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.0.0.17 30701' +Mar 8 15:13:45.342: INFO: stderr: "+ nc -v -t -w 2 10.0.0.17 30701\n+ echo hostName\nConnection to 10.0.0.17 30701 port [tcp/*] succeeded!\n" +Mar 8 15:13:45.342: INFO: stdout: "" +Mar 8 15:13:46.225: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-2981 exec execpodz9w5x -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.0.0.17 30701' +Mar 8 15:13:46.343: INFO: stderr: "+ nc -v -t -w 2 10.0.0.17 30701\n+ echo hostName\nConnection to 10.0.0.17 30701 port [tcp/*] succeeded!\n" +Mar 8 15:13:46.343: INFO: stdout: "nodeport-test-dv499" +Mar 8 15:13:46.343: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-2981 exec execpodz9w5x -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.0.0.18 30701' +Mar 8 15:13:46.471: INFO: stderr: "+ nc -v -t -w 2 10.0.0.18 30701\n+ echo hostName\nConnection to 10.0.0.18 30701 port [tcp/*] succeeded!\n" +Mar 8 15:13:46.471: INFO: stdout: "nodeport-test-jgvwq" +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Mar 8 15:13:46.471: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-2981" for this suite. 03/08/23 15:13:46.476 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +{"msg":"PASSED [sig-network] Services should be able to create a functioning NodePort service [Conformance]","completed":187,"skipped":3599,"failed":0} +------------------------------ +• [SLOW TEST] [17.012 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 03/08/23 15:13:29.469 + Mar 8 15:13:29.469: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename services 03/08/23 15:13:29.47 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:13:29.485 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:13:29.488 + [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-2981 03/08/23 15:13:29.49 + STEP: creating replication controller nodeport-test in namespace services-2981 03/08/23 15:13:29.507 + I0308 15:13:29.512817 20 runners.go:193] Created replication controller with name: nodeport-test, namespace: services-2981, replica count: 2 + I0308 15:13:32.564719 20 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 + Mar 8 15:13:32.564: INFO: Creating new exec pod + Mar 8 15:13:32.572: INFO: Waiting up to 5m0s for pod "execpodz9w5x" in namespace "services-2981" to be "running" + Mar 8 15:13:32.576: INFO: Pod "execpodz9w5x": Phase="Pending", Reason="", readiness=false. Elapsed: 3.937769ms + Mar 8 15:13:34.582: INFO: Pod "execpodz9w5x": Phase="Running", Reason="", readiness=true. Elapsed: 2.010068859s + Mar 8 15:13:34.582: INFO: Pod "execpodz9w5x" satisfied condition "running" + Mar 8 15:13:35.588: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-2981 exec execpodz9w5x -- /bin/sh -x -c echo hostName | nc -v -t -w 2 nodeport-test 80' + Mar 8 15:13:35.717: INFO: stderr: "+ nc -v -t -w 2 nodeport-test 80\n+ echo hostName\nConnection to nodeport-test 80 port [tcp/http] succeeded!\n" + Mar 8 15:13:35.717: INFO: stdout: "" + Mar 8 15:13:36.717: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-2981 exec execpodz9w5x -- /bin/sh -x -c echo hostName | nc -v -t -w 2 nodeport-test 80' + Mar 8 15:13:36.836: INFO: stderr: "+ nc -v -t -w 2 nodeport-test 80\n+ echo hostName\nConnection to nodeport-test 80 port [tcp/http] succeeded!\n" + Mar 8 15:13:36.836: INFO: stdout: "" + Mar 8 15:13:37.717: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-2981 exec execpodz9w5x -- /bin/sh -x -c echo hostName | nc -v -t -w 2 nodeport-test 80' + Mar 8 15:13:37.861: INFO: stderr: "+ nc -v -t -w 2 nodeport-test 80\n+ echo hostName\nConnection to nodeport-test 80 port [tcp/http] succeeded!\n" + Mar 8 15:13:37.861: INFO: stdout: "" + Mar 8 15:13:38.717: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-2981 exec execpodz9w5x -- /bin/sh -x -c echo hostName | nc -v -t -w 2 nodeport-test 80' + Mar 8 15:13:38.847: INFO: stderr: "+ nc -v -t -w 2 nodeport-test 80\n+ echo hostName\nConnection to nodeport-test 80 port [tcp/http] succeeded!\n" + Mar 8 15:13:38.847: INFO: stdout: "" + Mar 8 15:13:39.718: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-2981 exec execpodz9w5x -- /bin/sh -x -c echo hostName | nc -v -t -w 2 nodeport-test 80' + Mar 8 15:13:39.848: INFO: stderr: "+ nc -v -t -w 2 nodeport-test 80\n+ echo hostName\nConnection to nodeport-test 80 port [tcp/http] succeeded!\n" + Mar 8 15:13:39.848: INFO: stdout: "" + Mar 8 15:13:40.717: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-2981 exec execpodz9w5x -- /bin/sh -x -c echo hostName | nc -v -t -w 2 nodeport-test 80' + Mar 8 15:13:40.847: INFO: stderr: "+ nc -v -t -w 2 nodeport-test 80\n+ echo hostName\nConnection to nodeport-test 80 port [tcp/http] succeeded!\n" + Mar 8 15:13:40.847: INFO: stdout: "" + Mar 8 15:13:41.718: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-2981 exec execpodz9w5x -- /bin/sh -x -c echo hostName | nc -v -t -w 2 nodeport-test 80' + Mar 8 15:13:41.845: INFO: stderr: "+ nc -v -t -w 2 nodeport-test 80\n+ echo hostName\nConnection to nodeport-test 80 port [tcp/http] succeeded!\n" + Mar 8 15:13:41.845: INFO: stdout: "" + Mar 8 15:13:42.717: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-2981 exec execpodz9w5x -- /bin/sh -x -c echo hostName | nc -v -t -w 2 nodeport-test 80' + Mar 8 15:13:42.843: INFO: stderr: "+ nc -v -t -w 2 nodeport-test 80\n+ echo hostName\nConnection to nodeport-test 80 port [tcp/http] succeeded!\n" + Mar 8 15:13:42.843: INFO: stdout: "nodeport-test-jgvwq" + Mar 8 15:13:42.843: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-2981 exec execpodz9w5x -- /bin/sh -x -c echo hostName | nc -v -t -w 2 192.168.196.190 80' + Mar 8 15:13:42.979: INFO: stderr: "+ nc -v -t -w 2 192.168.196.190 80\n+ echo hostName\nConnection to 192.168.196.190 80 port [tcp/http] succeeded!\n" + Mar 8 15:13:42.979: INFO: stdout: "" + Mar 8 15:13:43.979: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-2981 exec execpodz9w5x -- /bin/sh -x -c echo hostName | nc -v -t -w 2 192.168.196.190 80' + Mar 8 15:13:44.100: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 192.168.196.190 80\nConnection to 192.168.196.190 80 port [tcp/http] succeeded!\n" + Mar 8 15:13:44.100: INFO: stdout: "nodeport-test-jgvwq" + Mar 8 15:13:44.100: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-2981 exec execpodz9w5x -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.0.0.17 30701' + Mar 8 15:13:44.224: INFO: stderr: "+ nc -v -t -w 2 10.0.0.17 30701\n+ echo hostName\nConnection to 10.0.0.17 30701 port [tcp/*] succeeded!\n" + Mar 8 15:13:44.224: INFO: stdout: "" + Mar 8 15:13:45.224: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-2981 exec execpodz9w5x -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.0.0.17 30701' + Mar 8 15:13:45.342: INFO: stderr: "+ nc -v -t -w 2 10.0.0.17 30701\n+ echo hostName\nConnection to 10.0.0.17 30701 port [tcp/*] succeeded!\n" + Mar 8 15:13:45.342: INFO: stdout: "" + Mar 8 15:13:46.225: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-2981 exec execpodz9w5x -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.0.0.17 30701' + Mar 8 15:13:46.343: INFO: stderr: "+ nc -v -t -w 2 10.0.0.17 30701\n+ echo hostName\nConnection to 10.0.0.17 30701 port [tcp/*] succeeded!\n" + Mar 8 15:13:46.343: INFO: stdout: "nodeport-test-dv499" + Mar 8 15:13:46.343: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-2981 exec execpodz9w5x -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.0.0.18 30701' + Mar 8 15:13:46.471: INFO: stderr: "+ nc -v -t -w 2 10.0.0.18 30701\n+ echo hostName\nConnection to 10.0.0.18 30701 port [tcp/*] succeeded!\n" + Mar 8 15:13:46.471: INFO: stdout: "nodeport-test-jgvwq" + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Mar 8 15:13:46.471: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-2981" for this suite. 03/08/23 15:13:46.476 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:13:46.483 +Mar 8 15:13:46.483: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename projected 03/08/23 15:13:46.484 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:13:46.501 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:13:46.503 +[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-16d06109-4b8d-4bbd-bfc4-fb0c26fcf4cc 03/08/23 15:13:46.505 +STEP: Creating a pod to test consume secrets 03/08/23 15:13:46.509 +Mar 8 15:13:46.516: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-5db6518a-76a4-4123-9490-113aaab002a5" in namespace "projected-2864" to be "Succeeded or Failed" +Mar 8 15:13:46.518: INFO: Pod "pod-projected-secrets-5db6518a-76a4-4123-9490-113aaab002a5": Phase="Pending", Reason="", readiness=false. Elapsed: 2.522132ms +Mar 8 15:13:48.523: INFO: Pod "pod-projected-secrets-5db6518a-76a4-4123-9490-113aaab002a5": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00733349s +Mar 8 15:13:50.522: INFO: Pod "pod-projected-secrets-5db6518a-76a4-4123-9490-113aaab002a5": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006261244s +STEP: Saw pod success 03/08/23 15:13:50.522 +Mar 8 15:13:50.522: INFO: Pod "pod-projected-secrets-5db6518a-76a4-4123-9490-113aaab002a5" satisfied condition "Succeeded or Failed" +Mar 8 15:13:50.525: INFO: Trying to get logs from node worker2 pod pod-projected-secrets-5db6518a-76a4-4123-9490-113aaab002a5 container projected-secret-volume-test: +STEP: delete the pod 03/08/23 15:13:50.538 +Mar 8 15:13:50.549: INFO: Waiting for pod pod-projected-secrets-5db6518a-76a4-4123-9490-113aaab002a5 to disappear +Mar 8 15:13:50.551: INFO: Pod pod-projected-secrets-5db6518a-76a4-4123-9490-113aaab002a5 no longer exists +[AfterEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:187 +Mar 8 15:13:50.551: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-2864" for this suite. 03/08/23 15:13:50.555 +{"msg":"PASSED [sig-storage] Projected secret should be consumable from pods in volume with mappings and Item Mode set [LinuxOnly] [NodeConformance] [Conformance]","completed":188,"skipped":3621,"failed":0} +------------------------------ +• [4.077 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 03/08/23 15:13:46.483 + Mar 8 15:13:46.483: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename projected 03/08/23 15:13:46.484 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:13:46.501 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:13:46.503 + [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-16d06109-4b8d-4bbd-bfc4-fb0c26fcf4cc 03/08/23 15:13:46.505 + STEP: Creating a pod to test consume secrets 03/08/23 15:13:46.509 + Mar 8 15:13:46.516: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-5db6518a-76a4-4123-9490-113aaab002a5" in namespace "projected-2864" to be "Succeeded or Failed" + Mar 8 15:13:46.518: INFO: Pod "pod-projected-secrets-5db6518a-76a4-4123-9490-113aaab002a5": Phase="Pending", Reason="", readiness=false. Elapsed: 2.522132ms + Mar 8 15:13:48.523: INFO: Pod "pod-projected-secrets-5db6518a-76a4-4123-9490-113aaab002a5": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00733349s + Mar 8 15:13:50.522: INFO: Pod "pod-projected-secrets-5db6518a-76a4-4123-9490-113aaab002a5": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006261244s + STEP: Saw pod success 03/08/23 15:13:50.522 + Mar 8 15:13:50.522: INFO: Pod "pod-projected-secrets-5db6518a-76a4-4123-9490-113aaab002a5" satisfied condition "Succeeded or Failed" + Mar 8 15:13:50.525: INFO: Trying to get logs from node worker2 pod pod-projected-secrets-5db6518a-76a4-4123-9490-113aaab002a5 container projected-secret-volume-test: + STEP: delete the pod 03/08/23 15:13:50.538 + Mar 8 15:13:50.549: INFO: Waiting for pod pod-projected-secrets-5db6518a-76a4-4123-9490-113aaab002a5 to disappear + Mar 8 15:13:50.551: INFO: Pod pod-projected-secrets-5db6518a-76a4-4123-9490-113aaab002a5 no longer exists + [AfterEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:187 + Mar 8 15:13:50.551: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-2864" for this suite. 03/08/23 15:13:50.555 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:13:50.561 +Mar 8 15:13:50.561: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename resourcequota 03/08/23 15:13:50.562 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:13:50.576 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:13:50.578 +[It] should verify ResourceQuota with best effort scope. [Conformance] + test/e2e/apimachinery/resource_quota.go:793 +STEP: Creating a ResourceQuota with best effort scope 03/08/23 15:13:50.581 +STEP: Ensuring ResourceQuota status is calculated 03/08/23 15:13:50.584 +STEP: Creating a ResourceQuota with not best effort scope 03/08/23 15:13:52.589 +STEP: Ensuring ResourceQuota status is calculated 03/08/23 15:13:52.593 +STEP: Creating a best-effort pod 03/08/23 15:13:54.597 +STEP: Ensuring resource quota with best effort scope captures the pod usage 03/08/23 15:13:54.609 +STEP: Ensuring resource quota with not best effort ignored the pod usage 03/08/23 15:13:56.615 +STEP: Deleting the pod 03/08/23 15:13:58.619 +STEP: Ensuring resource quota status released the pod usage 03/08/23 15:13:58.635 +STEP: Creating a not best-effort pod 03/08/23 15:14:00.638 +STEP: Ensuring resource quota with not best effort scope captures the pod usage 03/08/23 15:14:00.647 +STEP: Ensuring resource quota with best effort scope ignored the pod usage 03/08/23 15:14:02.651 +STEP: Deleting the pod 03/08/23 15:14:04.656 +STEP: Ensuring resource quota status released the pod usage 03/08/23 15:14:04.668 +[AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 +Mar 8 15:14:06.673: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "resourcequota-9222" for this suite. 03/08/23 15:14:06.677 +{"msg":"PASSED [sig-api-machinery] ResourceQuota should verify ResourceQuota with best effort scope. [Conformance]","completed":189,"skipped":3638,"failed":0} +------------------------------ +• [SLOW TEST] [16.141 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 03/08/23 15:13:50.561 + Mar 8 15:13:50.561: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename resourcequota 03/08/23 15:13:50.562 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:13:50.576 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:13:50.578 + [It] should verify ResourceQuota with best effort scope. [Conformance] + test/e2e/apimachinery/resource_quota.go:793 + STEP: Creating a ResourceQuota with best effort scope 03/08/23 15:13:50.581 + STEP: Ensuring ResourceQuota status is calculated 03/08/23 15:13:50.584 + STEP: Creating a ResourceQuota with not best effort scope 03/08/23 15:13:52.589 + STEP: Ensuring ResourceQuota status is calculated 03/08/23 15:13:52.593 + STEP: Creating a best-effort pod 03/08/23 15:13:54.597 + STEP: Ensuring resource quota with best effort scope captures the pod usage 03/08/23 15:13:54.609 + STEP: Ensuring resource quota with not best effort ignored the pod usage 03/08/23 15:13:56.615 + STEP: Deleting the pod 03/08/23 15:13:58.619 + STEP: Ensuring resource quota status released the pod usage 03/08/23 15:13:58.635 + STEP: Creating a not best-effort pod 03/08/23 15:14:00.638 + STEP: Ensuring resource quota with not best effort scope captures the pod usage 03/08/23 15:14:00.647 + STEP: Ensuring resource quota with best effort scope ignored the pod usage 03/08/23 15:14:02.651 + STEP: Deleting the pod 03/08/23 15:14:04.656 + STEP: Ensuring resource quota status released the pod usage 03/08/23 15:14:04.668 + [AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 + Mar 8 15:14:06.673: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "resourcequota-9222" for this suite. 03/08/23 15:14:06.677 + << End Captured GinkgoWriter Output +------------------------------ +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 03/08/23 15:14:06.703 +Mar 8 15:14:06.703: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename services 03/08/23 15:14:06.703 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:14:06.72 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:14:06.722 +[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-732 03/08/23 15:14:06.724 +STEP: waiting up to 3m0s for service endpoint-test2 in namespace services-732 to expose endpoints map[] 03/08/23 15:14:06.741 +Mar 8 15:14:06.747: INFO: Failed go get Endpoints object: endpoints "endpoint-test2" not found +Mar 8 15:14:07.756: INFO: successfully validated that service endpoint-test2 in namespace services-732 exposes endpoints map[] +STEP: Creating pod pod1 in namespace services-732 03/08/23 15:14:07.756 +Mar 8 15:14:07.763: INFO: Waiting up to 5m0s for pod "pod1" in namespace "services-732" to be "running and ready" +Mar 8 15:14:07.768: INFO: Pod "pod1": Phase="Pending", Reason="", readiness=false. Elapsed: 4.476268ms +Mar 8 15:14:07.768: INFO: The phase of Pod pod1 is Pending, waiting for it to be Running (with Ready = true) +Mar 8 15:14:09.771: INFO: Pod "pod1": Phase="Running", Reason="", readiness=true. Elapsed: 2.007688811s +Mar 8 15:14:09.771: INFO: The phase of Pod pod1 is Running (Ready = true) +Mar 8 15:14:09.771: INFO: Pod "pod1" satisfied condition "running and ready" +STEP: waiting up to 3m0s for service endpoint-test2 in namespace services-732 to expose endpoints map[pod1:[80]] 03/08/23 15:14:09.773 +Mar 8 15:14:09.782: INFO: successfully validated that service endpoint-test2 in namespace services-732 exposes endpoints map[pod1:[80]] +STEP: Checking if the Service forwards traffic to pod1 03/08/23 15:14:09.782 +Mar 8 15:14:09.782: INFO: Creating new exec pod +Mar 8 15:14:09.786: INFO: Waiting up to 5m0s for pod "execpodq95rt" in namespace "services-732" to be "running" +Mar 8 15:14:09.792: INFO: Pod "execpodq95rt": Phase="Pending", Reason="", readiness=false. Elapsed: 5.406746ms +Mar 8 15:14:11.796: INFO: Pod "execpodq95rt": Phase="Running", Reason="", readiness=true. Elapsed: 2.009447815s +Mar 8 15:14:11.796: INFO: Pod "execpodq95rt" satisfied condition "running" +Mar 8 15:14:12.796: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-732 exec execpodq95rt -- /bin/sh -x -c echo hostName | nc -v -t -w 2 endpoint-test2 80' +Mar 8 15:14:12.930: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 endpoint-test2 80\nConnection to endpoint-test2 80 port [tcp/http] succeeded!\n" +Mar 8 15:14:12.930: 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" +Mar 8 15:14:12.930: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-732 exec execpodq95rt -- /bin/sh -x -c echo hostName | nc -v -t -w 2 192.168.173.81 80' +Mar 8 15:14:13.052: INFO: stderr: "+ nc -v -t -w 2 192.168.173.81 80\n+ echo hostName\nConnection to 192.168.173.81 80 port [tcp/http] succeeded!\n" +Mar 8 15:14:13.052: 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-732 03/08/23 15:14:13.052 +Mar 8 15:14:13.060: INFO: Waiting up to 5m0s for pod "pod2" in namespace "services-732" to be "running and ready" +Mar 8 15:14:13.064: INFO: Pod "pod2": Phase="Pending", Reason="", readiness=false. Elapsed: 4.589147ms +Mar 8 15:14:13.064: INFO: The phase of Pod pod2 is Pending, waiting for it to be Running (with Ready = true) +Mar 8 15:14:15.069: INFO: Pod "pod2": Phase="Running", Reason="", readiness=true. Elapsed: 2.00877209s +Mar 8 15:14:15.069: INFO: The phase of Pod pod2 is Running (Ready = true) +Mar 8 15:14:15.069: INFO: Pod "pod2" satisfied condition "running and ready" +STEP: waiting up to 3m0s for service endpoint-test2 in namespace services-732 to expose endpoints map[pod1:[80] pod2:[80]] 03/08/23 15:14:15.071 +Mar 8 15:14:15.083: INFO: successfully validated that service endpoint-test2 in namespace services-732 exposes endpoints map[pod1:[80] pod2:[80]] +STEP: Checking if the Service forwards traffic to pod1 and pod2 03/08/23 15:14:15.083 +Mar 8 15:14:16.084: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-732 exec execpodq95rt -- /bin/sh -x -c echo hostName | nc -v -t -w 2 endpoint-test2 80' +Mar 8 15:14:16.209: INFO: stderr: "+ nc -v -t -w 2 endpoint-test2 80\n+ echo hostName\nConnection to endpoint-test2 80 port [tcp/http] succeeded!\n" +Mar 8 15:14:16.209: 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" +Mar 8 15:14:16.209: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-732 exec execpodq95rt -- /bin/sh -x -c echo hostName | nc -v -t -w 2 192.168.173.81 80' +Mar 8 15:14:16.327: INFO: stderr: "+ nc -v -t -w 2 192.168.173.81 80\n+ echo hostName\nConnection to 192.168.173.81 80 port [tcp/http] succeeded!\n" +Mar 8 15:14:16.327: 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-732 03/08/23 15:14:16.327 +STEP: waiting up to 3m0s for service endpoint-test2 in namespace services-732 to expose endpoints map[pod2:[80]] 03/08/23 15:14:16.338 +Mar 8 15:14:16.349: INFO: successfully validated that service endpoint-test2 in namespace services-732 exposes endpoints map[pod2:[80]] +STEP: Checking if the Service forwards traffic to pod2 03/08/23 15:14:16.349 +Mar 8 15:14:17.350: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-732 exec execpodq95rt -- /bin/sh -x -c echo hostName | nc -v -t -w 2 endpoint-test2 80' +Mar 8 15:14:17.472: INFO: stderr: "+ nc -v -t -w 2 endpoint-test2 80\n+ echo hostName\nConnection to endpoint-test2 80 port [tcp/http] succeeded!\n" +Mar 8 15:14:17.472: 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" +Mar 8 15:14:17.472: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-732 exec execpodq95rt -- /bin/sh -x -c echo hostName | nc -v -t -w 2 192.168.173.81 80' +Mar 8 15:14:17.589: INFO: stderr: "+ nc -v -t -w 2 192.168.173.81 80\n+ echo hostName\nConnection to 192.168.173.81 80 port [tcp/http] succeeded!\n" +Mar 8 15:14:17.589: 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-732 03/08/23 15:14:17.589 +STEP: waiting up to 3m0s for service endpoint-test2 in namespace services-732 to expose endpoints map[] 03/08/23 15:14:17.599 +Mar 8 15:14:18.617: INFO: successfully validated that service endpoint-test2 in namespace services-732 exposes endpoints map[] +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Mar 8 15:14:18.640: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-732" for this suite. 03/08/23 15:14:18.644 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +{"msg":"PASSED [sig-network] Services should serve a basic endpoint from pods [Conformance]","completed":190,"skipped":3639,"failed":0} +------------------------------ +• [SLOW TEST] [11.953 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 03/08/23 15:14:06.703 + Mar 8 15:14:06.703: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename services 03/08/23 15:14:06.703 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:14:06.72 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:14:06.722 + [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-732 03/08/23 15:14:06.724 + STEP: waiting up to 3m0s for service endpoint-test2 in namespace services-732 to expose endpoints map[] 03/08/23 15:14:06.741 + Mar 8 15:14:06.747: INFO: Failed go get Endpoints object: endpoints "endpoint-test2" not found + Mar 8 15:14:07.756: INFO: successfully validated that service endpoint-test2 in namespace services-732 exposes endpoints map[] + STEP: Creating pod pod1 in namespace services-732 03/08/23 15:14:07.756 + Mar 8 15:14:07.763: INFO: Waiting up to 5m0s for pod "pod1" in namespace "services-732" to be "running and ready" + Mar 8 15:14:07.768: INFO: Pod "pod1": Phase="Pending", Reason="", readiness=false. Elapsed: 4.476268ms + Mar 8 15:14:07.768: INFO: The phase of Pod pod1 is Pending, waiting for it to be Running (with Ready = true) + Mar 8 15:14:09.771: INFO: Pod "pod1": Phase="Running", Reason="", readiness=true. Elapsed: 2.007688811s + Mar 8 15:14:09.771: INFO: The phase of Pod pod1 is Running (Ready = true) + Mar 8 15:14:09.771: INFO: Pod "pod1" satisfied condition "running and ready" + STEP: waiting up to 3m0s for service endpoint-test2 in namespace services-732 to expose endpoints map[pod1:[80]] 03/08/23 15:14:09.773 + Mar 8 15:14:09.782: INFO: successfully validated that service endpoint-test2 in namespace services-732 exposes endpoints map[pod1:[80]] + STEP: Checking if the Service forwards traffic to pod1 03/08/23 15:14:09.782 + Mar 8 15:14:09.782: INFO: Creating new exec pod + Mar 8 15:14:09.786: INFO: Waiting up to 5m0s for pod "execpodq95rt" in namespace "services-732" to be "running" + Mar 8 15:14:09.792: INFO: Pod "execpodq95rt": Phase="Pending", Reason="", readiness=false. Elapsed: 5.406746ms + Mar 8 15:14:11.796: INFO: Pod "execpodq95rt": Phase="Running", Reason="", readiness=true. Elapsed: 2.009447815s + Mar 8 15:14:11.796: INFO: Pod "execpodq95rt" satisfied condition "running" + Mar 8 15:14:12.796: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-732 exec execpodq95rt -- /bin/sh -x -c echo hostName | nc -v -t -w 2 endpoint-test2 80' + Mar 8 15:14:12.930: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 endpoint-test2 80\nConnection to endpoint-test2 80 port [tcp/http] succeeded!\n" + Mar 8 15:14:12.930: 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" + Mar 8 15:14:12.930: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-732 exec execpodq95rt -- /bin/sh -x -c echo hostName | nc -v -t -w 2 192.168.173.81 80' + Mar 8 15:14:13.052: INFO: stderr: "+ nc -v -t -w 2 192.168.173.81 80\n+ echo hostName\nConnection to 192.168.173.81 80 port [tcp/http] succeeded!\n" + Mar 8 15:14:13.052: 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-732 03/08/23 15:14:13.052 + Mar 8 15:14:13.060: INFO: Waiting up to 5m0s for pod "pod2" in namespace "services-732" to be "running and ready" + Mar 8 15:14:13.064: INFO: Pod "pod2": Phase="Pending", Reason="", readiness=false. Elapsed: 4.589147ms + Mar 8 15:14:13.064: INFO: The phase of Pod pod2 is Pending, waiting for it to be Running (with Ready = true) + Mar 8 15:14:15.069: INFO: Pod "pod2": Phase="Running", Reason="", readiness=true. Elapsed: 2.00877209s + Mar 8 15:14:15.069: INFO: The phase of Pod pod2 is Running (Ready = true) + Mar 8 15:14:15.069: INFO: Pod "pod2" satisfied condition "running and ready" + STEP: waiting up to 3m0s for service endpoint-test2 in namespace services-732 to expose endpoints map[pod1:[80] pod2:[80]] 03/08/23 15:14:15.071 + Mar 8 15:14:15.083: INFO: successfully validated that service endpoint-test2 in namespace services-732 exposes endpoints map[pod1:[80] pod2:[80]] + STEP: Checking if the Service forwards traffic to pod1 and pod2 03/08/23 15:14:15.083 + Mar 8 15:14:16.084: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-732 exec execpodq95rt -- /bin/sh -x -c echo hostName | nc -v -t -w 2 endpoint-test2 80' + Mar 8 15:14:16.209: INFO: stderr: "+ nc -v -t -w 2 endpoint-test2 80\n+ echo hostName\nConnection to endpoint-test2 80 port [tcp/http] succeeded!\n" + Mar 8 15:14:16.209: 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" + Mar 8 15:14:16.209: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-732 exec execpodq95rt -- /bin/sh -x -c echo hostName | nc -v -t -w 2 192.168.173.81 80' + Mar 8 15:14:16.327: INFO: stderr: "+ nc -v -t -w 2 192.168.173.81 80\n+ echo hostName\nConnection to 192.168.173.81 80 port [tcp/http] succeeded!\n" + Mar 8 15:14:16.327: 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-732 03/08/23 15:14:16.327 + STEP: waiting up to 3m0s for service endpoint-test2 in namespace services-732 to expose endpoints map[pod2:[80]] 03/08/23 15:14:16.338 + Mar 8 15:14:16.349: INFO: successfully validated that service endpoint-test2 in namespace services-732 exposes endpoints map[pod2:[80]] + STEP: Checking if the Service forwards traffic to pod2 03/08/23 15:14:16.349 + Mar 8 15:14:17.350: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-732 exec execpodq95rt -- /bin/sh -x -c echo hostName | nc -v -t -w 2 endpoint-test2 80' + Mar 8 15:14:17.472: INFO: stderr: "+ nc -v -t -w 2 endpoint-test2 80\n+ echo hostName\nConnection to endpoint-test2 80 port [tcp/http] succeeded!\n" + Mar 8 15:14:17.472: 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" + Mar 8 15:14:17.472: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-732 exec execpodq95rt -- /bin/sh -x -c echo hostName | nc -v -t -w 2 192.168.173.81 80' + Mar 8 15:14:17.589: INFO: stderr: "+ nc -v -t -w 2 192.168.173.81 80\n+ echo hostName\nConnection to 192.168.173.81 80 port [tcp/http] succeeded!\n" + Mar 8 15:14:17.589: 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-732 03/08/23 15:14:17.589 + STEP: waiting up to 3m0s for service endpoint-test2 in namespace services-732 to expose endpoints map[] 03/08/23 15:14:17.599 + Mar 8 15:14:18.617: INFO: successfully validated that service endpoint-test2 in namespace services-732 exposes endpoints map[] + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Mar 8 15:14:18.640: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-732" for this suite. 03/08/23 15:14:18.644 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:14:18.658 +Mar 8 15:14:18.658: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename services 03/08/23 15:14:18.659 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:14:18.686 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:14:18.688 +[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-917 03/08/23 15:14:18.69 +STEP: creating service affinity-clusterip in namespace services-917 03/08/23 15:14:18.691 +STEP: creating replication controller affinity-clusterip in namespace services-917 03/08/23 15:14:18.7 +I0308 15:14:18.705397 20 runners.go:193] Created replication controller with name: affinity-clusterip, namespace: services-917, replica count: 3 +I0308 15:14:21.756799 20 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 +Mar 8 15:14:21.763: INFO: Creating new exec pod +Mar 8 15:14:21.771: INFO: Waiting up to 5m0s for pod "execpod-affinityh9dp7" in namespace "services-917" to be "running" +Mar 8 15:14:21.775: INFO: Pod "execpod-affinityh9dp7": Phase="Pending", Reason="", readiness=false. Elapsed: 4.308997ms +Mar 8 15:14:23.782: INFO: Pod "execpod-affinityh9dp7": Phase="Running", Reason="", readiness=true. Elapsed: 2.010592661s +Mar 8 15:14:23.782: INFO: Pod "execpod-affinityh9dp7" satisfied condition "running" +Mar 8 15:14:24.782: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-917 exec execpod-affinityh9dp7 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 affinity-clusterip 80' +Mar 8 15:14:24.919: INFO: stderr: "+ nc -v -t -w 2 affinity-clusterip 80\n+ echo hostName\nConnection to affinity-clusterip 80 port [tcp/http] succeeded!\n" +Mar 8 15:14:24.919: 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" +Mar 8 15:14:24.919: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-917 exec execpod-affinityh9dp7 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 192.168.249.166 80' +Mar 8 15:14:25.050: INFO: stderr: "+ nc -v -t -w 2 192.168.249.166 80\n+ echo hostName\nConnection to 192.168.249.166 80 port [tcp/http] succeeded!\n" +Mar 8 15:14:25.050: 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" +Mar 8 15:14:25.051: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-917 exec execpod-affinityh9dp7 -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://192.168.249.166:80/ ; done' +Mar 8 15:14:25.240: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.249.166:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.249.166:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.249.166:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.249.166:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.249.166:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.249.166:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.249.166:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.249.166:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.249.166:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.249.166:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.249.166:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.249.166:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.249.166:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.249.166:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.249.166:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.249.166:80/\n" +Mar 8 15:14:25.240: INFO: stdout: "\naffinity-clusterip-52fvj\naffinity-clusterip-52fvj\naffinity-clusterip-52fvj\naffinity-clusterip-52fvj\naffinity-clusterip-52fvj\naffinity-clusterip-52fvj\naffinity-clusterip-52fvj\naffinity-clusterip-52fvj\naffinity-clusterip-52fvj\naffinity-clusterip-52fvj\naffinity-clusterip-52fvj\naffinity-clusterip-52fvj\naffinity-clusterip-52fvj\naffinity-clusterip-52fvj\naffinity-clusterip-52fvj\naffinity-clusterip-52fvj" +Mar 8 15:14:25.240: INFO: Received response from host: affinity-clusterip-52fvj +Mar 8 15:14:25.240: INFO: Received response from host: affinity-clusterip-52fvj +Mar 8 15:14:25.240: INFO: Received response from host: affinity-clusterip-52fvj +Mar 8 15:14:25.240: INFO: Received response from host: affinity-clusterip-52fvj +Mar 8 15:14:25.240: INFO: Received response from host: affinity-clusterip-52fvj +Mar 8 15:14:25.240: INFO: Received response from host: affinity-clusterip-52fvj +Mar 8 15:14:25.240: INFO: Received response from host: affinity-clusterip-52fvj +Mar 8 15:14:25.240: INFO: Received response from host: affinity-clusterip-52fvj +Mar 8 15:14:25.240: INFO: Received response from host: affinity-clusterip-52fvj +Mar 8 15:14:25.240: INFO: Received response from host: affinity-clusterip-52fvj +Mar 8 15:14:25.240: INFO: Received response from host: affinity-clusterip-52fvj +Mar 8 15:14:25.240: INFO: Received response from host: affinity-clusterip-52fvj +Mar 8 15:14:25.240: INFO: Received response from host: affinity-clusterip-52fvj +Mar 8 15:14:25.240: INFO: Received response from host: affinity-clusterip-52fvj +Mar 8 15:14:25.240: INFO: Received response from host: affinity-clusterip-52fvj +Mar 8 15:14:25.240: INFO: Received response from host: affinity-clusterip-52fvj +Mar 8 15:14:25.240: INFO: Cleaning up the exec pod +STEP: deleting ReplicationController affinity-clusterip in namespace services-917, will wait for the garbage collector to delete the pods 03/08/23 15:14:25.272 +Mar 8 15:14:25.332: INFO: Deleting ReplicationController affinity-clusterip took: 6.23992ms +Mar 8 15:14:25.433: INFO: Terminating ReplicationController affinity-clusterip pods took: 100.968106ms +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Mar 8 15:14:27.549: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-917" for this suite. 03/08/23 15:14:27.553 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +{"msg":"PASSED [sig-network] Services should have session affinity work for service with type clusterIP [LinuxOnly] [Conformance]","completed":191,"skipped":3704,"failed":0} +------------------------------ +• [SLOW TEST] [8.900 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 03/08/23 15:14:18.658 + Mar 8 15:14:18.658: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename services 03/08/23 15:14:18.659 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:14:18.686 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:14:18.688 + [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-917 03/08/23 15:14:18.69 + STEP: creating service affinity-clusterip in namespace services-917 03/08/23 15:14:18.691 + STEP: creating replication controller affinity-clusterip in namespace services-917 03/08/23 15:14:18.7 + I0308 15:14:18.705397 20 runners.go:193] Created replication controller with name: affinity-clusterip, namespace: services-917, replica count: 3 + I0308 15:14:21.756799 20 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 + Mar 8 15:14:21.763: INFO: Creating new exec pod + Mar 8 15:14:21.771: INFO: Waiting up to 5m0s for pod "execpod-affinityh9dp7" in namespace "services-917" to be "running" + Mar 8 15:14:21.775: INFO: Pod "execpod-affinityh9dp7": Phase="Pending", Reason="", readiness=false. Elapsed: 4.308997ms + Mar 8 15:14:23.782: INFO: Pod "execpod-affinityh9dp7": Phase="Running", Reason="", readiness=true. Elapsed: 2.010592661s + Mar 8 15:14:23.782: INFO: Pod "execpod-affinityh9dp7" satisfied condition "running" + Mar 8 15:14:24.782: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-917 exec execpod-affinityh9dp7 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 affinity-clusterip 80' + Mar 8 15:14:24.919: INFO: stderr: "+ nc -v -t -w 2 affinity-clusterip 80\n+ echo hostName\nConnection to affinity-clusterip 80 port [tcp/http] succeeded!\n" + Mar 8 15:14:24.919: 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" + Mar 8 15:14:24.919: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-917 exec execpod-affinityh9dp7 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 192.168.249.166 80' + Mar 8 15:14:25.050: INFO: stderr: "+ nc -v -t -w 2 192.168.249.166 80\n+ echo hostName\nConnection to 192.168.249.166 80 port [tcp/http] succeeded!\n" + Mar 8 15:14:25.050: 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" + Mar 8 15:14:25.051: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-917 exec execpod-affinityh9dp7 -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://192.168.249.166:80/ ; done' + Mar 8 15:14:25.240: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.249.166:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.249.166:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.249.166:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.249.166:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.249.166:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.249.166:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.249.166:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.249.166:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.249.166:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.249.166:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.249.166:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.249.166:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.249.166:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.249.166:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.249.166:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.249.166:80/\n" + Mar 8 15:14:25.240: INFO: stdout: "\naffinity-clusterip-52fvj\naffinity-clusterip-52fvj\naffinity-clusterip-52fvj\naffinity-clusterip-52fvj\naffinity-clusterip-52fvj\naffinity-clusterip-52fvj\naffinity-clusterip-52fvj\naffinity-clusterip-52fvj\naffinity-clusterip-52fvj\naffinity-clusterip-52fvj\naffinity-clusterip-52fvj\naffinity-clusterip-52fvj\naffinity-clusterip-52fvj\naffinity-clusterip-52fvj\naffinity-clusterip-52fvj\naffinity-clusterip-52fvj" + Mar 8 15:14:25.240: INFO: Received response from host: affinity-clusterip-52fvj + Mar 8 15:14:25.240: INFO: Received response from host: affinity-clusterip-52fvj + Mar 8 15:14:25.240: INFO: Received response from host: affinity-clusterip-52fvj + Mar 8 15:14:25.240: INFO: Received response from host: affinity-clusterip-52fvj + Mar 8 15:14:25.240: INFO: Received response from host: affinity-clusterip-52fvj + Mar 8 15:14:25.240: INFO: Received response from host: affinity-clusterip-52fvj + Mar 8 15:14:25.240: INFO: Received response from host: affinity-clusterip-52fvj + Mar 8 15:14:25.240: INFO: Received response from host: affinity-clusterip-52fvj + Mar 8 15:14:25.240: INFO: Received response from host: affinity-clusterip-52fvj + Mar 8 15:14:25.240: INFO: Received response from host: affinity-clusterip-52fvj + Mar 8 15:14:25.240: INFO: Received response from host: affinity-clusterip-52fvj + Mar 8 15:14:25.240: INFO: Received response from host: affinity-clusterip-52fvj + Mar 8 15:14:25.240: INFO: Received response from host: affinity-clusterip-52fvj + Mar 8 15:14:25.240: INFO: Received response from host: affinity-clusterip-52fvj + Mar 8 15:14:25.240: INFO: Received response from host: affinity-clusterip-52fvj + Mar 8 15:14:25.240: INFO: Received response from host: affinity-clusterip-52fvj + Mar 8 15:14:25.240: INFO: Cleaning up the exec pod + STEP: deleting ReplicationController affinity-clusterip in namespace services-917, will wait for the garbage collector to delete the pods 03/08/23 15:14:25.272 + Mar 8 15:14:25.332: INFO: Deleting ReplicationController affinity-clusterip took: 6.23992ms + Mar 8 15:14:25.433: INFO: Terminating ReplicationController affinity-clusterip pods took: 100.968106ms + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Mar 8 15:14:27.549: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-917" for this suite. 03/08/23 15:14:27.553 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:14:27.559 +Mar 8 15:14:27.559: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename kubelet-test 03/08/23 15:14:27.56 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:14:27.575 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:14:27.577 +[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 +Mar 8 15:14:31.593: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubelet-test-470" for this suite. 03/08/23 15:14:31.597 +{"msg":"PASSED [sig-node] Kubelet when scheduling a busybox command that always fails in a pod should have an terminated reason [NodeConformance] [Conformance]","completed":192,"skipped":3716,"failed":0} +------------------------------ +• [4.044 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 03/08/23 15:14:27.559 + Mar 8 15:14:27.559: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename kubelet-test 03/08/23 15:14:27.56 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:14:27.575 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:14:27.577 + [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 + Mar 8 15:14:31.593: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubelet-test-470" for this suite. 03/08/23 15:14:31.597 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[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 03/08/23 15:14:31.604 +Mar 8 15:14:31.604: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename containers 03/08/23 15:14:31.605 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:14:31.62 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:14:31.622 +[It] should use the image defaults if command and args are blank [NodeConformance] [Conformance] + test/e2e/common/node/containers.go:38 +Mar 8 15:14:31.631: INFO: Waiting up to 5m0s for pod "client-containers-199eb25c-f08a-4802-9fce-a56f850719ff" in namespace "containers-528" to be "running" +Mar 8 15:14:31.633: INFO: Pod "client-containers-199eb25c-f08a-4802-9fce-a56f850719ff": Phase="Pending", Reason="", readiness=false. Elapsed: 2.659481ms +Mar 8 15:14:33.638: INFO: Pod "client-containers-199eb25c-f08a-4802-9fce-a56f850719ff": Phase="Running", Reason="", readiness=true. Elapsed: 2.007368887s +Mar 8 15:14:33.638: INFO: Pod "client-containers-199eb25c-f08a-4802-9fce-a56f850719ff" satisfied condition "running" +[AfterEach] [sig-node] Containers + test/e2e/framework/framework.go:187 +Mar 8 15:14:33.644: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "containers-528" for this suite. 03/08/23 15:14:33.648 +{"msg":"PASSED [sig-node] Containers should use the image defaults if command and args are blank [NodeConformance] [Conformance]","completed":193,"skipped":3718,"failed":0} +------------------------------ +• [2.051 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 03/08/23 15:14:31.604 + Mar 8 15:14:31.604: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename containers 03/08/23 15:14:31.605 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:14:31.62 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:14:31.622 + [It] should use the image defaults if command and args are blank [NodeConformance] [Conformance] + test/e2e/common/node/containers.go:38 + Mar 8 15:14:31.631: INFO: Waiting up to 5m0s for pod "client-containers-199eb25c-f08a-4802-9fce-a56f850719ff" in namespace "containers-528" to be "running" + Mar 8 15:14:31.633: INFO: Pod "client-containers-199eb25c-f08a-4802-9fce-a56f850719ff": Phase="Pending", Reason="", readiness=false. Elapsed: 2.659481ms + Mar 8 15:14:33.638: INFO: Pod "client-containers-199eb25c-f08a-4802-9fce-a56f850719ff": Phase="Running", Reason="", readiness=true. Elapsed: 2.007368887s + Mar 8 15:14:33.638: INFO: Pod "client-containers-199eb25c-f08a-4802-9fce-a56f850719ff" satisfied condition "running" + [AfterEach] [sig-node] Containers + test/e2e/framework/framework.go:187 + Mar 8 15:14:33.644: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "containers-528" for this suite. 03/08/23 15:14:33.648 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:14:33.655 +Mar 8 15:14:33.655: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename ephemeral-containers-test 03/08/23 15:14:33.656 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:14:33.67 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:14:33.672 +[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 03/08/23 15:14:33.674 +Mar 8 15:14:33.682: INFO: Waiting up to 5m0s for pod "ephemeral-containers-target-pod" in namespace "ephemeral-containers-test-9012" to be "running and ready" +Mar 8 15:14:33.685: INFO: Pod "ephemeral-containers-target-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.430352ms +Mar 8 15:14:33.685: INFO: The phase of Pod ephemeral-containers-target-pod is Pending, waiting for it to be Running (with Ready = true) +Mar 8 15:14:35.690: INFO: Pod "ephemeral-containers-target-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.007871624s +Mar 8 15:14:35.690: INFO: The phase of Pod ephemeral-containers-target-pod is Running (Ready = true) +Mar 8 15:14:35.690: INFO: Pod "ephemeral-containers-target-pod" satisfied condition "running and ready" +STEP: adding an ephemeral container 03/08/23 15:14:35.693 +Mar 8 15:14:35.701: INFO: Waiting up to 1m0s for pod "ephemeral-containers-target-pod" in namespace "ephemeral-containers-test-9012" to be "container debugger running" +Mar 8 15:14:35.704: INFO: Pod "ephemeral-containers-target-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.930758ms +Mar 8 15:14:37.711: INFO: Pod "ephemeral-containers-target-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.00932424s +Mar 8 15:14:37.711: INFO: Pod "ephemeral-containers-target-pod" satisfied condition "container debugger running" +STEP: checking pod container endpoints 03/08/23 15:14:37.711 +Mar 8 15:14:37.711: INFO: ExecWithOptions {Command:[/bin/echo marco] Namespace:ephemeral-containers-test-9012 PodName:ephemeral-containers-target-pod ContainerName:debugger Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Mar 8 15:14:37.711: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +Mar 8 15:14:37.712: INFO: ExecWithOptions: Clientset creation +Mar 8 15:14:37.712: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/ephemeral-containers-test-9012/pods/ephemeral-containers-target-pod/exec?command=%2Fbin%2Fecho&command=marco&container=debugger&container=debugger&stderr=true&stdout=true) +Mar 8 15:14:37.759: INFO: Exec stderr: "" +[AfterEach] [sig-node] Ephemeral Containers [NodeConformance] + test/e2e/framework/framework.go:187 +Mar 8 15:14:37.765: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "ephemeral-containers-test-9012" for this suite. 03/08/23 15:14:37.769 +{"msg":"PASSED [sig-node] Ephemeral Containers [NodeConformance] will start an ephemeral container in an existing pod [Conformance]","completed":194,"skipped":3733,"failed":0} +------------------------------ +• [4.120 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 03/08/23 15:14:33.655 + Mar 8 15:14:33.655: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename ephemeral-containers-test 03/08/23 15:14:33.656 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:14:33.67 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:14:33.672 + [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 03/08/23 15:14:33.674 + Mar 8 15:14:33.682: INFO: Waiting up to 5m0s for pod "ephemeral-containers-target-pod" in namespace "ephemeral-containers-test-9012" to be "running and ready" + Mar 8 15:14:33.685: INFO: Pod "ephemeral-containers-target-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.430352ms + Mar 8 15:14:33.685: INFO: The phase of Pod ephemeral-containers-target-pod is Pending, waiting for it to be Running (with Ready = true) + Mar 8 15:14:35.690: INFO: Pod "ephemeral-containers-target-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.007871624s + Mar 8 15:14:35.690: INFO: The phase of Pod ephemeral-containers-target-pod is Running (Ready = true) + Mar 8 15:14:35.690: INFO: Pod "ephemeral-containers-target-pod" satisfied condition "running and ready" + STEP: adding an ephemeral container 03/08/23 15:14:35.693 + Mar 8 15:14:35.701: INFO: Waiting up to 1m0s for pod "ephemeral-containers-target-pod" in namespace "ephemeral-containers-test-9012" to be "container debugger running" + Mar 8 15:14:35.704: INFO: Pod "ephemeral-containers-target-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.930758ms + Mar 8 15:14:37.711: INFO: Pod "ephemeral-containers-target-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.00932424s + Mar 8 15:14:37.711: INFO: Pod "ephemeral-containers-target-pod" satisfied condition "container debugger running" + STEP: checking pod container endpoints 03/08/23 15:14:37.711 + Mar 8 15:14:37.711: INFO: ExecWithOptions {Command:[/bin/echo marco] Namespace:ephemeral-containers-test-9012 PodName:ephemeral-containers-target-pod ContainerName:debugger Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Mar 8 15:14:37.711: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + Mar 8 15:14:37.712: INFO: ExecWithOptions: Clientset creation + Mar 8 15:14:37.712: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/ephemeral-containers-test-9012/pods/ephemeral-containers-target-pod/exec?command=%2Fbin%2Fecho&command=marco&container=debugger&container=debugger&stderr=true&stdout=true) + Mar 8 15:14:37.759: INFO: Exec stderr: "" + [AfterEach] [sig-node] Ephemeral Containers [NodeConformance] + test/e2e/framework/framework.go:187 + Mar 8 15:14:37.765: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "ephemeral-containers-test-9012" for this suite. 03/08/23 15:14:37.769 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:14:37.776 +Mar 8 15:14:37.776: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename resourcequota 03/08/23 15:14:37.777 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:14:37.793 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:14:37.795 +[It] should be able to update and delete ResourceQuota. [Conformance] + test/e2e/apimachinery/resource_quota.go:874 +STEP: Creating a ResourceQuota 03/08/23 15:14:37.797 +STEP: Getting a ResourceQuota 03/08/23 15:14:37.801 +STEP: Updating a ResourceQuota 03/08/23 15:14:37.803 +STEP: Verifying a ResourceQuota was modified 03/08/23 15:14:37.81 +STEP: Deleting a ResourceQuota 03/08/23 15:14:37.812 +STEP: Verifying the deleted ResourceQuota 03/08/23 15:14:37.817 +[AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 +Mar 8 15:14:37.820: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "resourcequota-5602" for this suite. 03/08/23 15:14:37.823 +{"msg":"PASSED [sig-api-machinery] ResourceQuota should be able to update and delete ResourceQuota. [Conformance]","completed":195,"skipped":3752,"failed":0} +------------------------------ +• [0.052 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 03/08/23 15:14:37.776 + Mar 8 15:14:37.776: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename resourcequota 03/08/23 15:14:37.777 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:14:37.793 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:14:37.795 + [It] should be able to update and delete ResourceQuota. [Conformance] + test/e2e/apimachinery/resource_quota.go:874 + STEP: Creating a ResourceQuota 03/08/23 15:14:37.797 + STEP: Getting a ResourceQuota 03/08/23 15:14:37.801 + STEP: Updating a ResourceQuota 03/08/23 15:14:37.803 + STEP: Verifying a ResourceQuota was modified 03/08/23 15:14:37.81 + STEP: Deleting a ResourceQuota 03/08/23 15:14:37.812 + STEP: Verifying the deleted ResourceQuota 03/08/23 15:14:37.817 + [AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 + Mar 8 15:14:37.820: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "resourcequota-5602" for this suite. 03/08/23 15:14:37.823 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSS +------------------------------ +[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 03/08/23 15:14:37.829 +Mar 8 15:14:37.829: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename webhook 03/08/23 15:14:37.829 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:14:37.847 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:14:37.852 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 +STEP: Setting up server cert 03/08/23 15:14:37.868 +STEP: Create role binding to let webhook read extension-apiserver-authentication 03/08/23 15:14:38.283 +STEP: Deploying the webhook pod 03/08/23 15:14:38.29 +STEP: Wait for the deployment to be ready 03/08/23 15:14:38.302 +Mar 8 15:14:38.308: INFO: new replicaset for deployment "sample-webhook-deployment" is yet to be created +STEP: Deploying the webhook service 03/08/23 15:14:40.318 +STEP: Verifying the service has paired with the endpoint 03/08/23 15:14:40.328 +Mar 8 15:14:41.329: 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 03/08/23 15:14:41.333 +STEP: create a pod that should be updated by the webhook 03/08/23 15:14:41.348 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Mar 8 15:14:41.375: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "webhook-4061" for this suite. 03/08/23 15:14:41.379 +STEP: Destroying namespace "webhook-4061-markers" for this suite. 03/08/23 15:14:41.386 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 +{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate pod and apply defaults after mutation [Conformance]","completed":196,"skipped":3759,"failed":0} +------------------------------ +• [3.607 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 03/08/23 15:14:37.829 + Mar 8 15:14:37.829: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename webhook 03/08/23 15:14:37.829 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:14:37.847 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:14:37.852 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 + STEP: Setting up server cert 03/08/23 15:14:37.868 + STEP: Create role binding to let webhook read extension-apiserver-authentication 03/08/23 15:14:38.283 + STEP: Deploying the webhook pod 03/08/23 15:14:38.29 + STEP: Wait for the deployment to be ready 03/08/23 15:14:38.302 + Mar 8 15:14:38.308: INFO: new replicaset for deployment "sample-webhook-deployment" is yet to be created + STEP: Deploying the webhook service 03/08/23 15:14:40.318 + STEP: Verifying the service has paired with the endpoint 03/08/23 15:14:40.328 + Mar 8 15:14:41.329: 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 03/08/23 15:14:41.333 + STEP: create a pod that should be updated by the webhook 03/08/23 15:14:41.348 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Mar 8 15:14:41.375: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "webhook-4061" for this suite. 03/08/23 15:14:41.379 + STEP: Destroying namespace "webhook-4061-markers" for this suite. 03/08/23 15:14:41.386 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:14:41.437 +Mar 8 15:14:41.437: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename certificates 03/08/23 15:14:41.438 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:14:41.46 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:14:41.462 +[It] should support CSR API operations [Conformance] + test/e2e/auth/certificates.go:200 +STEP: getting /apis 03/08/23 15:14:42.174 +STEP: getting /apis/certificates.k8s.io 03/08/23 15:14:42.177 +STEP: getting /apis/certificates.k8s.io/v1 03/08/23 15:14:42.178 +STEP: creating 03/08/23 15:14:42.179 +STEP: getting 03/08/23 15:14:42.193 +STEP: listing 03/08/23 15:14:42.195 +STEP: watching 03/08/23 15:14:42.198 +Mar 8 15:14:42.198: INFO: starting watch +STEP: patching 03/08/23 15:14:42.199 +STEP: updating 03/08/23 15:14:42.203 +Mar 8 15:14:42.208: INFO: waiting for watch events with expected annotations +Mar 8 15:14:42.208: INFO: saw patched and updated annotations +STEP: getting /approval 03/08/23 15:14:42.208 +STEP: patching /approval 03/08/23 15:14:42.211 +STEP: updating /approval 03/08/23 15:14:42.215 +STEP: getting /status 03/08/23 15:14:42.22 +STEP: patching /status 03/08/23 15:14:42.223 +STEP: updating /status 03/08/23 15:14:42.228 +STEP: deleting 03/08/23 15:14:42.233 +STEP: deleting a collection 03/08/23 15:14:42.244 +[AfterEach] [sig-auth] Certificates API [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Mar 8 15:14:42.258: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "certificates-1828" for this suite. 03/08/23 15:14:42.262 +{"msg":"PASSED [sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]","completed":197,"skipped":3784,"failed":0} +------------------------------ +• [0.830 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 03/08/23 15:14:41.437 + Mar 8 15:14:41.437: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename certificates 03/08/23 15:14:41.438 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:14:41.46 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:14:41.462 + [It] should support CSR API operations [Conformance] + test/e2e/auth/certificates.go:200 + STEP: getting /apis 03/08/23 15:14:42.174 + STEP: getting /apis/certificates.k8s.io 03/08/23 15:14:42.177 + STEP: getting /apis/certificates.k8s.io/v1 03/08/23 15:14:42.178 + STEP: creating 03/08/23 15:14:42.179 + STEP: getting 03/08/23 15:14:42.193 + STEP: listing 03/08/23 15:14:42.195 + STEP: watching 03/08/23 15:14:42.198 + Mar 8 15:14:42.198: INFO: starting watch + STEP: patching 03/08/23 15:14:42.199 + STEP: updating 03/08/23 15:14:42.203 + Mar 8 15:14:42.208: INFO: waiting for watch events with expected annotations + Mar 8 15:14:42.208: INFO: saw patched and updated annotations + STEP: getting /approval 03/08/23 15:14:42.208 + STEP: patching /approval 03/08/23 15:14:42.211 + STEP: updating /approval 03/08/23 15:14:42.215 + STEP: getting /status 03/08/23 15:14:42.22 + STEP: patching /status 03/08/23 15:14:42.223 + STEP: updating /status 03/08/23 15:14:42.228 + STEP: deleting 03/08/23 15:14:42.233 + STEP: deleting a collection 03/08/23 15:14:42.244 + [AfterEach] [sig-auth] Certificates API [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Mar 8 15:14:42.258: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "certificates-1828" for this suite. 03/08/23 15:14:42.262 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:14:42.27 +Mar 8 15:14:42.270: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename emptydir 03/08/23 15:14:42.27 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:14:42.284 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:14:42.287 +[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 03/08/23 15:14:42.289 +Mar 8 15:14:42.296: INFO: Waiting up to 5m0s for pod "pod-dc9873a2-d8ab-4074-839e-1379f5d96f4b" in namespace "emptydir-8462" to be "Succeeded or Failed" +Mar 8 15:14:42.300: INFO: Pod "pod-dc9873a2-d8ab-4074-839e-1379f5d96f4b": Phase="Pending", Reason="", readiness=false. Elapsed: 4.059922ms +Mar 8 15:14:44.304: INFO: Pod "pod-dc9873a2-d8ab-4074-839e-1379f5d96f4b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008098462s +Mar 8 15:14:46.304: INFO: Pod "pod-dc9873a2-d8ab-4074-839e-1379f5d96f4b": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008203974s +STEP: Saw pod success 03/08/23 15:14:46.305 +Mar 8 15:14:46.305: INFO: Pod "pod-dc9873a2-d8ab-4074-839e-1379f5d96f4b" satisfied condition "Succeeded or Failed" +Mar 8 15:14:46.308: INFO: Trying to get logs from node worker1 pod pod-dc9873a2-d8ab-4074-839e-1379f5d96f4b container test-container: +STEP: delete the pod 03/08/23 15:14:46.323 +Mar 8 15:14:46.332: INFO: Waiting for pod pod-dc9873a2-d8ab-4074-839e-1379f5d96f4b to disappear +Mar 8 15:14:46.335: INFO: Pod pod-dc9873a2-d8ab-4074-839e-1379f5d96f4b no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 +Mar 8 15:14:46.335: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "emptydir-8462" for this suite. 03/08/23 15:14:46.339 +{"msg":"PASSED [sig-storage] EmptyDir volumes should support (root,0644,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]","completed":198,"skipped":3872,"failed":0} +------------------------------ +• [4.074 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 03/08/23 15:14:42.27 + Mar 8 15:14:42.270: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename emptydir 03/08/23 15:14:42.27 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:14:42.284 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:14:42.287 + [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 03/08/23 15:14:42.289 + Mar 8 15:14:42.296: INFO: Waiting up to 5m0s for pod "pod-dc9873a2-d8ab-4074-839e-1379f5d96f4b" in namespace "emptydir-8462" to be "Succeeded or Failed" + Mar 8 15:14:42.300: INFO: Pod "pod-dc9873a2-d8ab-4074-839e-1379f5d96f4b": Phase="Pending", Reason="", readiness=false. Elapsed: 4.059922ms + Mar 8 15:14:44.304: INFO: Pod "pod-dc9873a2-d8ab-4074-839e-1379f5d96f4b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008098462s + Mar 8 15:14:46.304: INFO: Pod "pod-dc9873a2-d8ab-4074-839e-1379f5d96f4b": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008203974s + STEP: Saw pod success 03/08/23 15:14:46.305 + Mar 8 15:14:46.305: INFO: Pod "pod-dc9873a2-d8ab-4074-839e-1379f5d96f4b" satisfied condition "Succeeded or Failed" + Mar 8 15:14:46.308: INFO: Trying to get logs from node worker1 pod pod-dc9873a2-d8ab-4074-839e-1379f5d96f4b container test-container: + STEP: delete the pod 03/08/23 15:14:46.323 + Mar 8 15:14:46.332: INFO: Waiting for pod pod-dc9873a2-d8ab-4074-839e-1379f5d96f4b to disappear + Mar 8 15:14:46.335: INFO: Pod pod-dc9873a2-d8ab-4074-839e-1379f5d96f4b no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 + Mar 8 15:14:46.335: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "emptydir-8462" for this suite. 03/08/23 15:14:46.339 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:14:46.345 +Mar 8 15:14:46.345: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename csistoragecapacity 03/08/23 15:14:46.346 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:14:46.359 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:14:46.361 +[It] should support CSIStorageCapacities API operations [Conformance] + test/e2e/storage/csistoragecapacity.go:49 +STEP: getting /apis 03/08/23 15:14:46.363 +STEP: getting /apis/storage.k8s.io 03/08/23 15:14:46.365 +STEP: getting /apis/storage.k8s.io/v1 03/08/23 15:14:46.366 +STEP: creating 03/08/23 15:14:46.367 +STEP: watching 03/08/23 15:14:46.381 +Mar 8 15:14:46.381: INFO: starting watch +STEP: getting 03/08/23 15:14:46.387 +STEP: listing in namespace 03/08/23 15:14:46.389 +STEP: listing across namespaces 03/08/23 15:14:46.392 +STEP: patching 03/08/23 15:14:46.395 +STEP: updating 03/08/23 15:14:46.4 +Mar 8 15:14:46.404: INFO: waiting for watch events with expected annotations in namespace +Mar 8 15:14:46.404: INFO: waiting for watch events with expected annotations across namespace +STEP: deleting 03/08/23 15:14:46.404 +STEP: deleting a collection 03/08/23 15:14:46.416 +[AfterEach] [sig-storage] CSIStorageCapacity + test/e2e/framework/framework.go:187 +Mar 8 15:14:46.431: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "csistoragecapacity-8326" for this suite. 03/08/23 15:14:46.435 +{"msg":"PASSED [sig-storage] CSIStorageCapacity should support CSIStorageCapacities API operations [Conformance]","completed":199,"skipped":3887,"failed":0} +------------------------------ +• [0.095 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 03/08/23 15:14:46.345 + Mar 8 15:14:46.345: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename csistoragecapacity 03/08/23 15:14:46.346 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:14:46.359 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:14:46.361 + [It] should support CSIStorageCapacities API operations [Conformance] + test/e2e/storage/csistoragecapacity.go:49 + STEP: getting /apis 03/08/23 15:14:46.363 + STEP: getting /apis/storage.k8s.io 03/08/23 15:14:46.365 + STEP: getting /apis/storage.k8s.io/v1 03/08/23 15:14:46.366 + STEP: creating 03/08/23 15:14:46.367 + STEP: watching 03/08/23 15:14:46.381 + Mar 8 15:14:46.381: INFO: starting watch + STEP: getting 03/08/23 15:14:46.387 + STEP: listing in namespace 03/08/23 15:14:46.389 + STEP: listing across namespaces 03/08/23 15:14:46.392 + STEP: patching 03/08/23 15:14:46.395 + STEP: updating 03/08/23 15:14:46.4 + Mar 8 15:14:46.404: INFO: waiting for watch events with expected annotations in namespace + Mar 8 15:14:46.404: INFO: waiting for watch events with expected annotations across namespace + STEP: deleting 03/08/23 15:14:46.404 + STEP: deleting a collection 03/08/23 15:14:46.416 + [AfterEach] [sig-storage] CSIStorageCapacity + test/e2e/framework/framework.go:187 + Mar 8 15:14:46.431: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "csistoragecapacity-8326" for this suite. 03/08/23 15:14:46.435 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSS +------------------------------ +[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 03/08/23 15:14:46.44 +Mar 8 15:14:46.441: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename replicaset 03/08/23 15:14:46.441 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:14:46.456 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:14:46.458 +[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 03/08/23 15:14:46.46 +Mar 8 15:14:46.467: INFO: Pod name sample-pod: Found 0 pods out of 1 +Mar 8 15:14:51.472: INFO: Pod name sample-pod: Found 1 pods out of 1 +STEP: ensuring each pod is running 03/08/23 15:14:51.472 +STEP: getting scale subresource 03/08/23 15:14:51.472 +STEP: updating a scale subresource 03/08/23 15:14:51.475 +STEP: verifying the replicaset Spec.Replicas was modified 03/08/23 15:14:51.48 +STEP: Patch a scale subresource 03/08/23 15:14:51.482 +[AfterEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:187 +Mar 8 15:14:51.495: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "replicaset-7345" for this suite. 03/08/23 15:14:51.5 +{"msg":"PASSED [sig-apps] ReplicaSet Replicaset should have a working scale subresource [Conformance]","completed":200,"skipped":3897,"failed":0} +------------------------------ +• [SLOW TEST] [5.065 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 03/08/23 15:14:46.44 + Mar 8 15:14:46.441: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename replicaset 03/08/23 15:14:46.441 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:14:46.456 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:14:46.458 + [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 03/08/23 15:14:46.46 + Mar 8 15:14:46.467: INFO: Pod name sample-pod: Found 0 pods out of 1 + Mar 8 15:14:51.472: INFO: Pod name sample-pod: Found 1 pods out of 1 + STEP: ensuring each pod is running 03/08/23 15:14:51.472 + STEP: getting scale subresource 03/08/23 15:14:51.472 + STEP: updating a scale subresource 03/08/23 15:14:51.475 + STEP: verifying the replicaset Spec.Replicas was modified 03/08/23 15:14:51.48 + STEP: Patch a scale subresource 03/08/23 15:14:51.482 + [AfterEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:187 + Mar 8 15:14:51.495: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "replicaset-7345" for this suite. 03/08/23 15:14:51.5 + << End Captured GinkgoWriter Output +------------------------------ +[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 03/08/23 15:14:51.506 +Mar 8 15:14:51.506: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename secrets 03/08/23 15:14:51.507 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:14:51.524 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:14:51.526 +[It] should patch a secret [Conformance] + test/e2e/common/node/secrets.go:153 +STEP: creating a secret 03/08/23 15:14:51.529 +STEP: listing secrets in all namespaces to ensure that there are more than zero 03/08/23 15:14:51.533 +STEP: patching the secret 03/08/23 15:14:51.535 +STEP: deleting the secret using a LabelSelector 03/08/23 15:14:51.543 +STEP: listing secrets in all namespaces, searching for label name and value in patch 03/08/23 15:14:51.551 +[AfterEach] [sig-node] Secrets + test/e2e/framework/framework.go:187 +Mar 8 15:14:51.554: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "secrets-1457" for this suite. 03/08/23 15:14:51.558 +{"msg":"PASSED [sig-node] Secrets should patch a secret [Conformance]","completed":201,"skipped":3897,"failed":0} +------------------------------ +• [0.058 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 03/08/23 15:14:51.506 + Mar 8 15:14:51.506: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename secrets 03/08/23 15:14:51.507 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:14:51.524 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:14:51.526 + [It] should patch a secret [Conformance] + test/e2e/common/node/secrets.go:153 + STEP: creating a secret 03/08/23 15:14:51.529 + STEP: listing secrets in all namespaces to ensure that there are more than zero 03/08/23 15:14:51.533 + STEP: patching the secret 03/08/23 15:14:51.535 + STEP: deleting the secret using a LabelSelector 03/08/23 15:14:51.543 + STEP: listing secrets in all namespaces, searching for label name and value in patch 03/08/23 15:14:51.551 + [AfterEach] [sig-node] Secrets + test/e2e/framework/framework.go:187 + Mar 8 15:14:51.554: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "secrets-1457" for this suite. 03/08/23 15:14:51.558 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:14:51.564 +Mar 8 15:14:51.564: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename pods 03/08/23 15:14:51.565 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:14:51.583 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:14:51.585 +[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 03/08/23 15:14:51.587 +Mar 8 15:14:51.595: INFO: Waiting up to 5m0s for pod "pod-888wt" in namespace "pods-3951" to be "running" +Mar 8 15:14:51.601: INFO: Pod "pod-888wt": Phase="Pending", Reason="", readiness=false. Elapsed: 5.698538ms +Mar 8 15:14:53.606: INFO: Pod "pod-888wt": Phase="Running", Reason="", readiness=true. Elapsed: 2.010547728s +Mar 8 15:14:53.606: INFO: Pod "pod-888wt" satisfied condition "running" +STEP: patching /status 03/08/23 15:14:53.606 +Mar 8 15:14:53.614: INFO: Status Message: "Patched by e2e test" and Reason: "E2E" +[AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 +Mar 8 15:14:53.614: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "pods-3951" for this suite. 03/08/23 15:14:53.618 +{"msg":"PASSED [sig-node] Pods should patch a pod status [Conformance]","completed":202,"skipped":3912,"failed":0} +------------------------------ +• [2.059 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 03/08/23 15:14:51.564 + Mar 8 15:14:51.564: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename pods 03/08/23 15:14:51.565 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:14:51.583 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:14:51.585 + [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 03/08/23 15:14:51.587 + Mar 8 15:14:51.595: INFO: Waiting up to 5m0s for pod "pod-888wt" in namespace "pods-3951" to be "running" + Mar 8 15:14:51.601: INFO: Pod "pod-888wt": Phase="Pending", Reason="", readiness=false. Elapsed: 5.698538ms + Mar 8 15:14:53.606: INFO: Pod "pod-888wt": Phase="Running", Reason="", readiness=true. Elapsed: 2.010547728s + Mar 8 15:14:53.606: INFO: Pod "pod-888wt" satisfied condition "running" + STEP: patching /status 03/08/23 15:14:53.606 + Mar 8 15:14:53.614: INFO: Status Message: "Patched by e2e test" and Reason: "E2E" + [AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 + Mar 8 15:14:53.614: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "pods-3951" for this suite. 03/08/23 15:14:53.618 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[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 03/08/23 15:14:53.624 +Mar 8 15:14:53.624: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename projected 03/08/23 15:14:53.625 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:14:53.639 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:14:53.641 +[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-40900dc8-9933-4dc9-ae2c-a716e272c1ee 03/08/23 15:14:53.646 +STEP: Creating secret with name s-test-opt-upd-4f859f6f-24a9-47c8-b962-3b4937fbe0ac 03/08/23 15:14:53.653 +STEP: Creating the pod 03/08/23 15:14:53.659 +Mar 8 15:14:53.666: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-5a5d9636-511a-449a-91d2-f0892b35095c" in namespace "projected-7958" to be "running and ready" +Mar 8 15:14:53.673: INFO: Pod "pod-projected-secrets-5a5d9636-511a-449a-91d2-f0892b35095c": Phase="Pending", Reason="", readiness=false. Elapsed: 6.870244ms +Mar 8 15:14:53.673: INFO: The phase of Pod pod-projected-secrets-5a5d9636-511a-449a-91d2-f0892b35095c is Pending, waiting for it to be Running (with Ready = true) +Mar 8 15:14:55.677: INFO: Pod "pod-projected-secrets-5a5d9636-511a-449a-91d2-f0892b35095c": Phase="Running", Reason="", readiness=true. Elapsed: 2.010728108s +Mar 8 15:14:55.677: INFO: The phase of Pod pod-projected-secrets-5a5d9636-511a-449a-91d2-f0892b35095c is Running (Ready = true) +Mar 8 15:14:55.677: INFO: Pod "pod-projected-secrets-5a5d9636-511a-449a-91d2-f0892b35095c" satisfied condition "running and ready" +STEP: Deleting secret s-test-opt-del-40900dc8-9933-4dc9-ae2c-a716e272c1ee 03/08/23 15:14:55.707 +STEP: Updating secret s-test-opt-upd-4f859f6f-24a9-47c8-b962-3b4937fbe0ac 03/08/23 15:14:55.712 +STEP: Creating secret with name s-test-opt-create-26d33286-857f-4265-826b-f9ad0e46f1cb 03/08/23 15:14:55.717 +STEP: waiting to observe update in volume 03/08/23 15:14:55.72 +[AfterEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:187 +Mar 8 15:16:12.031: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-7958" for this suite. 03/08/23 15:16:12.035 +{"msg":"PASSED [sig-storage] Projected secret optional updates should be reflected in volume [NodeConformance] [Conformance]","completed":203,"skipped":3914,"failed":0} +------------------------------ +• [SLOW TEST] [78.425 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 03/08/23 15:14:53.624 + Mar 8 15:14:53.624: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename projected 03/08/23 15:14:53.625 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:14:53.639 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:14:53.641 + [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-40900dc8-9933-4dc9-ae2c-a716e272c1ee 03/08/23 15:14:53.646 + STEP: Creating secret with name s-test-opt-upd-4f859f6f-24a9-47c8-b962-3b4937fbe0ac 03/08/23 15:14:53.653 + STEP: Creating the pod 03/08/23 15:14:53.659 + Mar 8 15:14:53.666: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-5a5d9636-511a-449a-91d2-f0892b35095c" in namespace "projected-7958" to be "running and ready" + Mar 8 15:14:53.673: INFO: Pod "pod-projected-secrets-5a5d9636-511a-449a-91d2-f0892b35095c": Phase="Pending", Reason="", readiness=false. Elapsed: 6.870244ms + Mar 8 15:14:53.673: INFO: The phase of Pod pod-projected-secrets-5a5d9636-511a-449a-91d2-f0892b35095c is Pending, waiting for it to be Running (with Ready = true) + Mar 8 15:14:55.677: INFO: Pod "pod-projected-secrets-5a5d9636-511a-449a-91d2-f0892b35095c": Phase="Running", Reason="", readiness=true. Elapsed: 2.010728108s + Mar 8 15:14:55.677: INFO: The phase of Pod pod-projected-secrets-5a5d9636-511a-449a-91d2-f0892b35095c is Running (Ready = true) + Mar 8 15:14:55.677: INFO: Pod "pod-projected-secrets-5a5d9636-511a-449a-91d2-f0892b35095c" satisfied condition "running and ready" + STEP: Deleting secret s-test-opt-del-40900dc8-9933-4dc9-ae2c-a716e272c1ee 03/08/23 15:14:55.707 + STEP: Updating secret s-test-opt-upd-4f859f6f-24a9-47c8-b962-3b4937fbe0ac 03/08/23 15:14:55.712 + STEP: Creating secret with name s-test-opt-create-26d33286-857f-4265-826b-f9ad0e46f1cb 03/08/23 15:14:55.717 + STEP: waiting to observe update in volume 03/08/23 15:14:55.72 + [AfterEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:187 + Mar 8 15:16:12.031: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-7958" for this suite. 03/08/23 15:16:12.035 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:16:12.05 +Mar 8 15:16:12.050: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename secrets 03/08/23 15:16:12.051 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:16:12.067 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:16:12.07 +[It] should be consumable via the environment [NodeConformance] [Conformance] + test/e2e/common/node/secrets.go:94 +STEP: creating secret secrets-4103/secret-test-55e52059-07c0-4f16-b07e-18d361d1c57b 03/08/23 15:16:12.072 +STEP: Creating a pod to test consume secrets 03/08/23 15:16:12.076 +Mar 8 15:16:12.082: INFO: Waiting up to 5m0s for pod "pod-configmaps-6bec07ff-a8bd-4d55-bc38-4f1d59d0d8e6" in namespace "secrets-4103" to be "Succeeded or Failed" +Mar 8 15:16:12.085: INFO: Pod "pod-configmaps-6bec07ff-a8bd-4d55-bc38-4f1d59d0d8e6": Phase="Pending", Reason="", readiness=false. Elapsed: 2.982201ms +Mar 8 15:16:14.090: INFO: Pod "pod-configmaps-6bec07ff-a8bd-4d55-bc38-4f1d59d0d8e6": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00771218s +Mar 8 15:16:16.089: INFO: Pod "pod-configmaps-6bec07ff-a8bd-4d55-bc38-4f1d59d0d8e6": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007024153s +STEP: Saw pod success 03/08/23 15:16:16.089 +Mar 8 15:16:16.090: INFO: Pod "pod-configmaps-6bec07ff-a8bd-4d55-bc38-4f1d59d0d8e6" satisfied condition "Succeeded or Failed" +Mar 8 15:16:16.092: INFO: Trying to get logs from node worker1 pod pod-configmaps-6bec07ff-a8bd-4d55-bc38-4f1d59d0d8e6 container env-test: +STEP: delete the pod 03/08/23 15:16:16.098 +Mar 8 15:16:16.107: INFO: Waiting for pod pod-configmaps-6bec07ff-a8bd-4d55-bc38-4f1d59d0d8e6 to disappear +Mar 8 15:16:16.109: INFO: Pod pod-configmaps-6bec07ff-a8bd-4d55-bc38-4f1d59d0d8e6 no longer exists +[AfterEach] [sig-node] Secrets + test/e2e/framework/framework.go:187 +Mar 8 15:16:16.110: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "secrets-4103" for this suite. 03/08/23 15:16:16.113 +{"msg":"PASSED [sig-node] Secrets should be consumable via the environment [NodeConformance] [Conformance]","completed":204,"skipped":3944,"failed":0} +------------------------------ +• [4.068 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 03/08/23 15:16:12.05 + Mar 8 15:16:12.050: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename secrets 03/08/23 15:16:12.051 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:16:12.067 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:16:12.07 + [It] should be consumable via the environment [NodeConformance] [Conformance] + test/e2e/common/node/secrets.go:94 + STEP: creating secret secrets-4103/secret-test-55e52059-07c0-4f16-b07e-18d361d1c57b 03/08/23 15:16:12.072 + STEP: Creating a pod to test consume secrets 03/08/23 15:16:12.076 + Mar 8 15:16:12.082: INFO: Waiting up to 5m0s for pod "pod-configmaps-6bec07ff-a8bd-4d55-bc38-4f1d59d0d8e6" in namespace "secrets-4103" to be "Succeeded or Failed" + Mar 8 15:16:12.085: INFO: Pod "pod-configmaps-6bec07ff-a8bd-4d55-bc38-4f1d59d0d8e6": Phase="Pending", Reason="", readiness=false. Elapsed: 2.982201ms + Mar 8 15:16:14.090: INFO: Pod "pod-configmaps-6bec07ff-a8bd-4d55-bc38-4f1d59d0d8e6": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00771218s + Mar 8 15:16:16.089: INFO: Pod "pod-configmaps-6bec07ff-a8bd-4d55-bc38-4f1d59d0d8e6": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007024153s + STEP: Saw pod success 03/08/23 15:16:16.089 + Mar 8 15:16:16.090: INFO: Pod "pod-configmaps-6bec07ff-a8bd-4d55-bc38-4f1d59d0d8e6" satisfied condition "Succeeded or Failed" + Mar 8 15:16:16.092: INFO: Trying to get logs from node worker1 pod pod-configmaps-6bec07ff-a8bd-4d55-bc38-4f1d59d0d8e6 container env-test: + STEP: delete the pod 03/08/23 15:16:16.098 + Mar 8 15:16:16.107: INFO: Waiting for pod pod-configmaps-6bec07ff-a8bd-4d55-bc38-4f1d59d0d8e6 to disappear + Mar 8 15:16:16.109: INFO: Pod pod-configmaps-6bec07ff-a8bd-4d55-bc38-4f1d59d0d8e6 no longer exists + [AfterEach] [sig-node] Secrets + test/e2e/framework/framework.go:187 + Mar 8 15:16:16.110: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "secrets-4103" for this suite. 03/08/23 15:16:16.113 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:16:16.119 +Mar 8 15:16:16.119: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename var-expansion 03/08/23 15:16:16.119 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:16:16.134 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:16:16.136 +[It] should fail substituting values in a volume subpath with absolute path [Slow] [Conformance] + test/e2e/common/node/expansion.go:185 +Mar 8 15:16:16.145: INFO: Waiting up to 2m0s for pod "var-expansion-04f47971-bcfe-40ca-afdb-a14733e5bcb0" in namespace "var-expansion-9538" to be "container 0 failed with reason CreateContainerConfigError" +Mar 8 15:16:16.149: INFO: Pod "var-expansion-04f47971-bcfe-40ca-afdb-a14733e5bcb0": Phase="Pending", Reason="", readiness=false. Elapsed: 4.213302ms +Mar 8 15:16:18.153: INFO: Pod "var-expansion-04f47971-bcfe-40ca-afdb-a14733e5bcb0": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008297781s +Mar 8 15:16:18.153: INFO: Pod "var-expansion-04f47971-bcfe-40ca-afdb-a14733e5bcb0" satisfied condition "container 0 failed with reason CreateContainerConfigError" +Mar 8 15:16:18.153: INFO: Deleting pod "var-expansion-04f47971-bcfe-40ca-afdb-a14733e5bcb0" in namespace "var-expansion-9538" +Mar 8 15:16:18.159: INFO: Wait up to 5m0s for pod "var-expansion-04f47971-bcfe-40ca-afdb-a14733e5bcb0" to be fully deleted +[AfterEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:187 +Mar 8 15:16:20.168: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "var-expansion-9538" for this suite. 03/08/23 15:16:20.172 +{"msg":"PASSED [sig-node] Variable Expansion should fail substituting values in a volume subpath with absolute path [Slow] [Conformance]","completed":205,"skipped":3958,"failed":0} +------------------------------ +• [4.059 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 03/08/23 15:16:16.119 + Mar 8 15:16:16.119: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename var-expansion 03/08/23 15:16:16.119 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:16:16.134 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:16:16.136 + [It] should fail substituting values in a volume subpath with absolute path [Slow] [Conformance] + test/e2e/common/node/expansion.go:185 + Mar 8 15:16:16.145: INFO: Waiting up to 2m0s for pod "var-expansion-04f47971-bcfe-40ca-afdb-a14733e5bcb0" in namespace "var-expansion-9538" to be "container 0 failed with reason CreateContainerConfigError" + Mar 8 15:16:16.149: INFO: Pod "var-expansion-04f47971-bcfe-40ca-afdb-a14733e5bcb0": Phase="Pending", Reason="", readiness=false. Elapsed: 4.213302ms + Mar 8 15:16:18.153: INFO: Pod "var-expansion-04f47971-bcfe-40ca-afdb-a14733e5bcb0": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008297781s + Mar 8 15:16:18.153: INFO: Pod "var-expansion-04f47971-bcfe-40ca-afdb-a14733e5bcb0" satisfied condition "container 0 failed with reason CreateContainerConfigError" + Mar 8 15:16:18.153: INFO: Deleting pod "var-expansion-04f47971-bcfe-40ca-afdb-a14733e5bcb0" in namespace "var-expansion-9538" + Mar 8 15:16:18.159: INFO: Wait up to 5m0s for pod "var-expansion-04f47971-bcfe-40ca-afdb-a14733e5bcb0" to be fully deleted + [AfterEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:187 + Mar 8 15:16:20.168: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "var-expansion-9538" for this suite. 03/08/23 15:16:20.172 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:16:20.179 +Mar 8 15:16:20.179: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename container-probe 03/08/23 15:16:20.18 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:16:20.194 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:16:20.196 +[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-5dcc2a1b-3d1c-4f97-9875-a613f57aa834 in namespace container-probe-9679 03/08/23 15:16:20.198 +Mar 8 15:16:20.205: INFO: Waiting up to 5m0s for pod "busybox-5dcc2a1b-3d1c-4f97-9875-a613f57aa834" in namespace "container-probe-9679" to be "not pending" +Mar 8 15:16:20.211: INFO: Pod "busybox-5dcc2a1b-3d1c-4f97-9875-a613f57aa834": Phase="Pending", Reason="", readiness=false. Elapsed: 5.419993ms +Mar 8 15:16:22.214: INFO: Pod "busybox-5dcc2a1b-3d1c-4f97-9875-a613f57aa834": Phase="Running", Reason="", readiness=true. Elapsed: 2.009220313s +Mar 8 15:16:22.214: INFO: Pod "busybox-5dcc2a1b-3d1c-4f97-9875-a613f57aa834" satisfied condition "not pending" +Mar 8 15:16:22.214: INFO: Started pod busybox-5dcc2a1b-3d1c-4f97-9875-a613f57aa834 in namespace container-probe-9679 +STEP: checking the pod's current state and verifying that restartCount is present 03/08/23 15:16:22.214 +Mar 8 15:16:22.217: INFO: Initial restart count of pod busybox-5dcc2a1b-3d1c-4f97-9875-a613f57aa834 is 0 +STEP: deleting the pod 03/08/23 15:20:22.76 +[AfterEach] [sig-node] Probing container + test/e2e/framework/framework.go:187 +Mar 8 15:20:22.773: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "container-probe-9679" for this suite. 03/08/23 15:20:22.777 +{"msg":"PASSED [sig-node] Probing container should *not* be restarted with a exec \"cat /tmp/health\" liveness probe [NodeConformance] [Conformance]","completed":206,"skipped":3979,"failed":0} +------------------------------ +• [SLOW TEST] [242.604 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 03/08/23 15:16:20.179 + Mar 8 15:16:20.179: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename container-probe 03/08/23 15:16:20.18 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:16:20.194 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:16:20.196 + [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-5dcc2a1b-3d1c-4f97-9875-a613f57aa834 in namespace container-probe-9679 03/08/23 15:16:20.198 + Mar 8 15:16:20.205: INFO: Waiting up to 5m0s for pod "busybox-5dcc2a1b-3d1c-4f97-9875-a613f57aa834" in namespace "container-probe-9679" to be "not pending" + Mar 8 15:16:20.211: INFO: Pod "busybox-5dcc2a1b-3d1c-4f97-9875-a613f57aa834": Phase="Pending", Reason="", readiness=false. Elapsed: 5.419993ms + Mar 8 15:16:22.214: INFO: Pod "busybox-5dcc2a1b-3d1c-4f97-9875-a613f57aa834": Phase="Running", Reason="", readiness=true. Elapsed: 2.009220313s + Mar 8 15:16:22.214: INFO: Pod "busybox-5dcc2a1b-3d1c-4f97-9875-a613f57aa834" satisfied condition "not pending" + Mar 8 15:16:22.214: INFO: Started pod busybox-5dcc2a1b-3d1c-4f97-9875-a613f57aa834 in namespace container-probe-9679 + STEP: checking the pod's current state and verifying that restartCount is present 03/08/23 15:16:22.214 + Mar 8 15:16:22.217: INFO: Initial restart count of pod busybox-5dcc2a1b-3d1c-4f97-9875-a613f57aa834 is 0 + STEP: deleting the pod 03/08/23 15:20:22.76 + [AfterEach] [sig-node] Probing container + test/e2e/framework/framework.go:187 + Mar 8 15:20:22.773: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "container-probe-9679" for this suite. 03/08/23 15:20:22.777 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSS +------------------------------ +[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 03/08/23 15:20:22.783 +Mar 8 15:20:22.783: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename disruption 03/08/23 15:20:22.784 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:20:22.798 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:20:22.801 +[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 03/08/23 15:20:22.806 +STEP: Updating PodDisruptionBudget status 03/08/23 15:20:24.814 +STEP: Waiting for all pods to be running 03/08/23 15:20:24.821 +Mar 8 15:20:24.824: INFO: running pods: 0 < 1 +STEP: locating a running pod 03/08/23 15:20:26.829 +STEP: Waiting for the pdb to be processed 03/08/23 15:20:26.838 +STEP: Patching PodDisruptionBudget status 03/08/23 15:20:26.845 +STEP: Waiting for the pdb to be processed 03/08/23 15:20:26.854 +[AfterEach] [sig-apps] DisruptionController + test/e2e/framework/framework.go:187 +Mar 8 15:20:26.857: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "disruption-1941" for this suite. 03/08/23 15:20:26.86 +{"msg":"PASSED [sig-apps] DisruptionController should update/patch PodDisruptionBudget status [Conformance]","completed":207,"skipped":3988,"failed":0} +------------------------------ +• [4.082 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 03/08/23 15:20:22.783 + Mar 8 15:20:22.783: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename disruption 03/08/23 15:20:22.784 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:20:22.798 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:20:22.801 + [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 03/08/23 15:20:22.806 + STEP: Updating PodDisruptionBudget status 03/08/23 15:20:24.814 + STEP: Waiting for all pods to be running 03/08/23 15:20:24.821 + Mar 8 15:20:24.824: INFO: running pods: 0 < 1 + STEP: locating a running pod 03/08/23 15:20:26.829 + STEP: Waiting for the pdb to be processed 03/08/23 15:20:26.838 + STEP: Patching PodDisruptionBudget status 03/08/23 15:20:26.845 + STEP: Waiting for the pdb to be processed 03/08/23 15:20:26.854 + [AfterEach] [sig-apps] DisruptionController + test/e2e/framework/framework.go:187 + Mar 8 15:20:26.857: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "disruption-1941" for this suite. 03/08/23 15:20:26.86 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:20:26.866 +Mar 8 15:20:26.866: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename projected 03/08/23 15:20:26.867 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:20:26.88 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:20:26.882 +[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-04f4f223-1945-4f96-9d2b-94084800e419 03/08/23 15:20:26.888 +STEP: Creating configMap with name cm-test-opt-upd-f437afb1-927a-4154-9216-c279133dce95 03/08/23 15:20:26.891 +STEP: Creating the pod 03/08/23 15:20:26.894 +Mar 8 15:20:26.902: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-93a15322-1e17-478c-ba17-fc9ad6514cdf" in namespace "projected-3327" to be "running and ready" +Mar 8 15:20:26.907: INFO: Pod "pod-projected-configmaps-93a15322-1e17-478c-ba17-fc9ad6514cdf": Phase="Pending", Reason="", readiness=false. Elapsed: 4.476664ms +Mar 8 15:20:26.907: INFO: The phase of Pod pod-projected-configmaps-93a15322-1e17-478c-ba17-fc9ad6514cdf is Pending, waiting for it to be Running (with Ready = true) +Mar 8 15:20:28.911: INFO: Pod "pod-projected-configmaps-93a15322-1e17-478c-ba17-fc9ad6514cdf": Phase="Running", Reason="", readiness=true. Elapsed: 2.009050637s +Mar 8 15:20:28.911: INFO: The phase of Pod pod-projected-configmaps-93a15322-1e17-478c-ba17-fc9ad6514cdf is Running (Ready = true) +Mar 8 15:20:28.911: INFO: Pod "pod-projected-configmaps-93a15322-1e17-478c-ba17-fc9ad6514cdf" satisfied condition "running and ready" +STEP: Deleting configmap cm-test-opt-del-04f4f223-1945-4f96-9d2b-94084800e419 03/08/23 15:20:28.937 +STEP: Updating configmap cm-test-opt-upd-f437afb1-927a-4154-9216-c279133dce95 03/08/23 15:20:28.942 +STEP: Creating configMap with name cm-test-opt-create-28e78c39-f946-4894-b438-7648325bd859 03/08/23 15:20:28.946 +STEP: waiting to observe update in volume 03/08/23 15:20:28.95 +[AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 +Mar 8 15:20:32.980: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-3327" for this suite. 03/08/23 15:20:32.984 +{"msg":"PASSED [sig-storage] Projected configMap optional updates should be reflected in volume [NodeConformance] [Conformance]","completed":208,"skipped":4006,"failed":0} +------------------------------ +• [SLOW TEST] [6.124 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 03/08/23 15:20:26.866 + Mar 8 15:20:26.866: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename projected 03/08/23 15:20:26.867 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:20:26.88 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:20:26.882 + [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-04f4f223-1945-4f96-9d2b-94084800e419 03/08/23 15:20:26.888 + STEP: Creating configMap with name cm-test-opt-upd-f437afb1-927a-4154-9216-c279133dce95 03/08/23 15:20:26.891 + STEP: Creating the pod 03/08/23 15:20:26.894 + Mar 8 15:20:26.902: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-93a15322-1e17-478c-ba17-fc9ad6514cdf" in namespace "projected-3327" to be "running and ready" + Mar 8 15:20:26.907: INFO: Pod "pod-projected-configmaps-93a15322-1e17-478c-ba17-fc9ad6514cdf": Phase="Pending", Reason="", readiness=false. Elapsed: 4.476664ms + Mar 8 15:20:26.907: INFO: The phase of Pod pod-projected-configmaps-93a15322-1e17-478c-ba17-fc9ad6514cdf is Pending, waiting for it to be Running (with Ready = true) + Mar 8 15:20:28.911: INFO: Pod "pod-projected-configmaps-93a15322-1e17-478c-ba17-fc9ad6514cdf": Phase="Running", Reason="", readiness=true. Elapsed: 2.009050637s + Mar 8 15:20:28.911: INFO: The phase of Pod pod-projected-configmaps-93a15322-1e17-478c-ba17-fc9ad6514cdf is Running (Ready = true) + Mar 8 15:20:28.911: INFO: Pod "pod-projected-configmaps-93a15322-1e17-478c-ba17-fc9ad6514cdf" satisfied condition "running and ready" + STEP: Deleting configmap cm-test-opt-del-04f4f223-1945-4f96-9d2b-94084800e419 03/08/23 15:20:28.937 + STEP: Updating configmap cm-test-opt-upd-f437afb1-927a-4154-9216-c279133dce95 03/08/23 15:20:28.942 + STEP: Creating configMap with name cm-test-opt-create-28e78c39-f946-4894-b438-7648325bd859 03/08/23 15:20:28.946 + STEP: waiting to observe update in volume 03/08/23 15:20:28.95 + [AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 + Mar 8 15:20:32.980: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-3327" for this suite. 03/08/23 15:20:32.984 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:20:32.991 +Mar 8 15:20:32.991: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename deployment 03/08/23 15:20:32.992 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:20:33.006 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:20:33.008 +[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 03/08/23 15:20:33.015 +STEP: waiting for Deployment to be created 03/08/23 15:20:33.022 +STEP: waiting for all Replicas to be Ready 03/08/23 15:20:33.023 +Mar 8 15:20:33.025: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 0 and labels map[test-deployment-static:true] +Mar 8 15:20:33.025: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 0 and labels map[test-deployment-static:true] +Mar 8 15:20:33.035: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 0 and labels map[test-deployment-static:true] +Mar 8 15:20:33.036: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 0 and labels map[test-deployment-static:true] +Mar 8 15:20:33.053: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 0 and labels map[test-deployment-static:true] +Mar 8 15:20:33.053: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 0 and labels map[test-deployment-static:true] +Mar 8 15:20:33.086: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 0 and labels map[test-deployment-static:true] +Mar 8 15:20:33.086: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 0 and labels map[test-deployment-static:true] +Mar 8 15:20:33.740: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 1 and labels map[test-deployment-static:true] +Mar 8 15:20:33.740: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 1 and labels map[test-deployment-static:true] +Mar 8 15:20:34.572: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 2 and labels map[test-deployment-static:true] +STEP: patching the Deployment 03/08/23 15:20:34.572 +W0308 15:20:34.578555 20 warnings.go:70] unknown field "spec.template.spec.TerminationGracePeriodSeconds" +Mar 8 15:20:34.579: INFO: observed event type ADDED +STEP: waiting for Replicas to scale 03/08/23 15:20:34.579 +Mar 8 15:20:34.581: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 0 +Mar 8 15:20:34.581: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 0 +Mar 8 15:20:34.581: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 0 +Mar 8 15:20:34.581: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 0 +Mar 8 15:20:34.581: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 0 +Mar 8 15:20:34.581: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 0 +Mar 8 15:20:34.581: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 0 +Mar 8 15:20:34.581: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 0 +Mar 8 15:20:34.581: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 1 +Mar 8 15:20:34.581: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 1 +Mar 8 15:20:34.581: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 2 +Mar 8 15:20:34.581: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 2 +Mar 8 15:20:34.581: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 2 +Mar 8 15:20:34.581: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 2 +Mar 8 15:20:34.589: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 2 +Mar 8 15:20:34.589: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 2 +Mar 8 15:20:34.603: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 2 +Mar 8 15:20:34.603: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 2 +Mar 8 15:20:34.617: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 1 +Mar 8 15:20:34.617: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 1 +Mar 8 15:20:34.634: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 1 +Mar 8 15:20:34.634: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 1 +Mar 8 15:20:35.590: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 2 +Mar 8 15:20:35.590: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 2 +Mar 8 15:20:35.613: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 1 +STEP: listing Deployments 03/08/23 15:20:35.613 +Mar 8 15:20:35.616: INFO: Found test-deployment with labels: map[test-deployment:patched test-deployment-static:true] +STEP: updating the Deployment 03/08/23 15:20:35.616 +Mar 8 15:20:35.628: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 1 +STEP: fetching the DeploymentStatus 03/08/23 15:20:35.628 +Mar 8 15:20:35.635: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 1 and labels map[test-deployment:updated test-deployment-static:true] +Mar 8 15:20:35.639: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 1 and labels map[test-deployment:updated test-deployment-static:true] +Mar 8 15:20:35.670: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 1 and labels map[test-deployment:updated test-deployment-static:true] +Mar 8 15:20:35.684: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 1 and labels map[test-deployment:updated test-deployment-static:true] +Mar 8 15:20:36.651: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 2 and labels map[test-deployment:updated test-deployment-static:true] +Mar 8 15:20:36.652: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 2 and labels map[test-deployment:updated test-deployment-static:true] +Mar 8 15:20:36.652: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 2 and labels map[test-deployment:updated test-deployment-static:true] +Mar 8 15:20:37.782: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 3 and labels map[test-deployment:updated test-deployment-static:true] +STEP: patching the DeploymentStatus 03/08/23 15:20:37.818 +STEP: fetching the DeploymentStatus 03/08/23 15:20:37.824 +Mar 8 15:20:37.828: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 1 +Mar 8 15:20:37.829: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 1 +Mar 8 15:20:37.829: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 1 +Mar 8 15:20:37.829: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 1 +Mar 8 15:20:37.829: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 2 +Mar 8 15:20:37.829: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 2 +Mar 8 15:20:37.829: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 2 +Mar 8 15:20:37.829: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 3 +STEP: deleting the Deployment 03/08/23 15:20:37.829 +Mar 8 15:20:37.837: INFO: observed event type MODIFIED +Mar 8 15:20:37.837: INFO: observed event type MODIFIED +Mar 8 15:20:37.837: INFO: observed event type MODIFIED +Mar 8 15:20:37.837: INFO: observed event type MODIFIED +Mar 8 15:20:37.837: INFO: observed event type MODIFIED +Mar 8 15:20:37.837: INFO: observed event type MODIFIED +Mar 8 15:20:37.837: INFO: observed event type MODIFIED +Mar 8 15:20:37.837: INFO: observed event type MODIFIED +Mar 8 15:20:37.837: INFO: observed event type MODIFIED +[AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 +Mar 8 15:20:37.840: INFO: Log out all the ReplicaSets if there is no deployment created +Mar 8 15:20:37.843: INFO: ReplicaSet "test-deployment-549d47f94f": +&ReplicaSet{ObjectMeta:{test-deployment-549d47f94f deployment-2374 ecd97bff-56e9-4a44-9f29-d56d2dc7ed6f 651218 4 2023-03-08 15:20:34 +0000 UTC map[pod-template-hash:549d47f94f 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 2a635495-4c33-459b-bdc2-55fb8f0d676e 0xc003912277 0xc003912278}] [] [{kube-controller-manager Update apps/v1 2023-03-08 15:20:37 +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\":\"2a635495-4c33-459b-bdc2-55fb8f0d676e\"}":{}}},"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":{}}}}} } {kube-controller-manager Update apps/v1 2023-03-08 15:20:37 +0000 UTC FieldsV1 {"f:status":{"f:observedGeneration":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*0,Selector:&v1.LabelSelector{MatchLabels:map[string]string{pod-template-hash: 549d47f94f,test-deployment-static: true,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[pod-template-hash:549d47f94f test-deployment-static:true] map[] [] [] []} {[] [] [{test-deployment ehub.ctcdn.cn/eck/sonobuoy/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 0xc003912300 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{},},} + +Mar 8 15:20:37.846: INFO: pod: "test-deployment-549d47f94f-k8vh7": +&Pod{ObjectMeta:{test-deployment-549d47f94f-k8vh7 test-deployment-549d47f94f- deployment-2374 c29eacba-2f04-423d-814a-4f6f6951b79c 651214 0 2023-03-08 15:20:34 +0000 UTC 2023-03-08 15:20:38 +0000 UTC 0xc0036ea938 map[pod-template-hash:549d47f94f test-deployment-static:true] map[] [{apps/v1 ReplicaSet test-deployment-549d47f94f ecd97bff-56e9-4a44-9f29-d56d2dc7ed6f 0xc0036ea967 0xc0036ea968}] [] [{kube-controller-manager Update v1 2023-03-08 15:20:34 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:pod-template-hash":{},"f:test-deployment-static":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"ecd97bff-56e9-4a44-9f29-d56d2dc7ed6f\"}":{}}},"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":{}}} } {kubelet Update v1 2023-03-08 15:20: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\":\"172.16.1.53\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-4p7mr,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:ehub.ctcdn.cn/eck/sonobuoy/pause:3.8,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-4p7mr,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:worker1,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:2023-03-08 15:20:34 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:35 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:35 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:34 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.0.0.17,PodIP:172.16.1.53,StartTime:2023-03-08 15:20:34 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:test-deployment,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-03-08 15:20:35 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:ehub.ctcdn.cn/eck/sonobuoy/pause:3.8,ImageID:ehub.ctcdn.cn/eck/sonobuoy/pause@sha256:e0cc6dba04bee00badd8b13495d4411060b5563a9499fbc20e46316328efad30,ContainerID:containerd://b9ef5ea6aac506fc8c9e71993768e2426654b9886dd860d921899e6503e5be4e,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.16.1.53,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + +Mar 8 15:20:37.846: INFO: ReplicaSet "test-deployment-6fdf68fc4": +&ReplicaSet{ObjectMeta:{test-deployment-6fdf68fc4 deployment-2374 c4f5b4f4-a663-482c-a7af-b044f5c4f9b6 651207 2 2023-03-08 15:20:35 +0000 UTC map[pod-template-hash:6fdf68fc4 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 2a635495-4c33-459b-bdc2-55fb8f0d676e 0xc003912367 0xc003912368}] [] [{kube-controller-manager Update apps/v1 2023-03-08 15:20: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:pod-template-hash":{},"f:test-deployment-static":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"2a635495-4c33-459b-bdc2-55fb8f0d676e\"}":{}}},"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":{}}}}} } {kube-controller-manager Update apps/v1 2023-03-08 15:20:37 +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: 6fdf68fc4,test-deployment-static: true,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[pod-template-hash:6fdf68fc4 test-deployment-static:true] map[] [] [] []} {[] [] [{test-deployment ehub.ctcdn.cn/eck/sonobuoy/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 0xc0039123f0 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{},},} + +Mar 8 15:20:37.849: INFO: pod: "test-deployment-6fdf68fc4-gsk97": +&Pod{ObjectMeta:{test-deployment-6fdf68fc4-gsk97 test-deployment-6fdf68fc4- deployment-2374 028a41c7-8e6d-4a32-9334-9e14366b0cdd 651170 0 2023-03-08 15:20:35 +0000 UTC map[pod-template-hash:6fdf68fc4 test-deployment-static:true] map[] [{apps/v1 ReplicaSet test-deployment-6fdf68fc4 c4f5b4f4-a663-482c-a7af-b044f5c4f9b6 0xc003912777 0xc003912778}] [] [{kube-controller-manager Update v1 2023-03-08 15:20:35 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:pod-template-hash":{},"f:test-deployment-static":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"c4f5b4f4-a663-482c-a7af-b044f5c4f9b6\"}":{}}},"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":{}}} } {kubelet Update v1 2023-03-08 15:20:36 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:phase":{},"f:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"172.16.1.54\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-27k4j,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:ehub.ctcdn.cn/eck/sonobuoy/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-27k4j,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:worker1,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:2023-03-08 15:20:35 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:36 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:36 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:35 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.0.0.17,PodIP:172.16.1.54,StartTime:2023-03-08 15:20:35 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:test-deployment,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-03-08 15:20:36 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2,ImageID:ehub.ctcdn.cn/eck/sonobuoy/httpd@sha256:758aa7ccf1af0569310f77155e9408e51191291b60d3a49bfee31efc07105019,ContainerID:containerd://7ac980cb85f4c7565d8186ed0b3c6c2419f823424c6d9f04d8ee9dcf50bf992f,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.16.1.54,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + +Mar 8 15:20:37.849: INFO: pod: "test-deployment-6fdf68fc4-ttwd5": +&Pod{ObjectMeta:{test-deployment-6fdf68fc4-ttwd5 test-deployment-6fdf68fc4- deployment-2374 68ca2ab7-c9bf-4d56-aeb9-63c1383bf3fc 651206 0 2023-03-08 15:20:36 +0000 UTC map[pod-template-hash:6fdf68fc4 test-deployment-static:true] map[] [{apps/v1 ReplicaSet test-deployment-6fdf68fc4 c4f5b4f4-a663-482c-a7af-b044f5c4f9b6 0xc003912967 0xc003912968}] [] [{kube-controller-manager Update v1 2023-03-08 15:20:36 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:pod-template-hash":{},"f:test-deployment-static":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"c4f5b4f4-a663-482c-a7af-b044f5c4f9b6\"}":{}}},"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":{}}} } {kubelet Update v1 2023-03-08 15:20:37 +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\":\"172.16.0.213\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-76fwh,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:ehub.ctcdn.cn/eck/sonobuoy/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-76fwh,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:worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*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:2023-03-08 15:20:36 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:37 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:37 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:36 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.0.0.18,PodIP:172.16.0.213,StartTime:2023-03-08 15:20:36 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:test-deployment,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-03-08 15:20:37 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2,ImageID:ehub.ctcdn.cn/eck/sonobuoy/httpd@sha256:758aa7ccf1af0569310f77155e9408e51191291b60d3a49bfee31efc07105019,ContainerID:containerd://04d81dad1b5194e57a7ab2d330cf294797d155122ae0768d0335e570ab68c7bf,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.16.0.213,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + +Mar 8 15:20:37.849: INFO: ReplicaSet "test-deployment-9f5794944": +&ReplicaSet{ObjectMeta:{test-deployment-9f5794944 deployment-2374 c8f8846b-3828-4203-a6f6-7fb67ce9fc28 651131 3 2023-03-08 15:20:33 +0000 UTC map[pod-template-hash:9f5794944 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 2a635495-4c33-459b-bdc2-55fb8f0d676e 0xc003912457 0xc003912458}] [] [{kube-controller-manager Update apps/v1 2023-03-08 15:20:35 +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\":\"2a635495-4c33-459b-bdc2-55fb8f0d676e\"}":{}}},"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":{}}}}} } {kube-controller-manager Update apps/v1 2023-03-08 15:20:35 +0000 UTC FieldsV1 {"f:status":{"f:observedGeneration":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*0,Selector:&v1.LabelSelector{MatchLabels:map[string]string{pod-template-hash: 9f5794944,test-deployment-static: true,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[pod-template-hash:9f5794944 test-deployment-static:true] map[] [] [] []} {[] [] [{test-deployment ehub.ctcdn.cn/eck/sonobuoy/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 0xc0039124e0 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 +Mar 8 15:20:37.852: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "deployment-2374" for this suite. 03/08/23 15:20:37.857 +{"msg":"PASSED [sig-apps] Deployment should run the lifecycle of a Deployment [Conformance]","completed":209,"skipped":4037,"failed":0} +------------------------------ +• [4.872 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 03/08/23 15:20:32.991 + Mar 8 15:20:32.991: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename deployment 03/08/23 15:20:32.992 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:20:33.006 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:20:33.008 + [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 03/08/23 15:20:33.015 + STEP: waiting for Deployment to be created 03/08/23 15:20:33.022 + STEP: waiting for all Replicas to be Ready 03/08/23 15:20:33.023 + Mar 8 15:20:33.025: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 0 and labels map[test-deployment-static:true] + Mar 8 15:20:33.025: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 0 and labels map[test-deployment-static:true] + Mar 8 15:20:33.035: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 0 and labels map[test-deployment-static:true] + Mar 8 15:20:33.036: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 0 and labels map[test-deployment-static:true] + Mar 8 15:20:33.053: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 0 and labels map[test-deployment-static:true] + Mar 8 15:20:33.053: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 0 and labels map[test-deployment-static:true] + Mar 8 15:20:33.086: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 0 and labels map[test-deployment-static:true] + Mar 8 15:20:33.086: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 0 and labels map[test-deployment-static:true] + Mar 8 15:20:33.740: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 1 and labels map[test-deployment-static:true] + Mar 8 15:20:33.740: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 1 and labels map[test-deployment-static:true] + Mar 8 15:20:34.572: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 2 and labels map[test-deployment-static:true] + STEP: patching the Deployment 03/08/23 15:20:34.572 + W0308 15:20:34.578555 20 warnings.go:70] unknown field "spec.template.spec.TerminationGracePeriodSeconds" + Mar 8 15:20:34.579: INFO: observed event type ADDED + STEP: waiting for Replicas to scale 03/08/23 15:20:34.579 + Mar 8 15:20:34.581: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 0 + Mar 8 15:20:34.581: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 0 + Mar 8 15:20:34.581: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 0 + Mar 8 15:20:34.581: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 0 + Mar 8 15:20:34.581: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 0 + Mar 8 15:20:34.581: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 0 + Mar 8 15:20:34.581: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 0 + Mar 8 15:20:34.581: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 0 + Mar 8 15:20:34.581: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 1 + Mar 8 15:20:34.581: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 1 + Mar 8 15:20:34.581: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 2 + Mar 8 15:20:34.581: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 2 + Mar 8 15:20:34.581: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 2 + Mar 8 15:20:34.581: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 2 + Mar 8 15:20:34.589: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 2 + Mar 8 15:20:34.589: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 2 + Mar 8 15:20:34.603: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 2 + Mar 8 15:20:34.603: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 2 + Mar 8 15:20:34.617: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 1 + Mar 8 15:20:34.617: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 1 + Mar 8 15:20:34.634: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 1 + Mar 8 15:20:34.634: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 1 + Mar 8 15:20:35.590: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 2 + Mar 8 15:20:35.590: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 2 + Mar 8 15:20:35.613: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 1 + STEP: listing Deployments 03/08/23 15:20:35.613 + Mar 8 15:20:35.616: INFO: Found test-deployment with labels: map[test-deployment:patched test-deployment-static:true] + STEP: updating the Deployment 03/08/23 15:20:35.616 + Mar 8 15:20:35.628: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 1 + STEP: fetching the DeploymentStatus 03/08/23 15:20:35.628 + Mar 8 15:20:35.635: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 1 and labels map[test-deployment:updated test-deployment-static:true] + Mar 8 15:20:35.639: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 1 and labels map[test-deployment:updated test-deployment-static:true] + Mar 8 15:20:35.670: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 1 and labels map[test-deployment:updated test-deployment-static:true] + Mar 8 15:20:35.684: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 1 and labels map[test-deployment:updated test-deployment-static:true] + Mar 8 15:20:36.651: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 2 and labels map[test-deployment:updated test-deployment-static:true] + Mar 8 15:20:36.652: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 2 and labels map[test-deployment:updated test-deployment-static:true] + Mar 8 15:20:36.652: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 2 and labels map[test-deployment:updated test-deployment-static:true] + Mar 8 15:20:37.782: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 3 and labels map[test-deployment:updated test-deployment-static:true] + STEP: patching the DeploymentStatus 03/08/23 15:20:37.818 + STEP: fetching the DeploymentStatus 03/08/23 15:20:37.824 + Mar 8 15:20:37.828: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 1 + Mar 8 15:20:37.829: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 1 + Mar 8 15:20:37.829: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 1 + Mar 8 15:20:37.829: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 1 + Mar 8 15:20:37.829: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 2 + Mar 8 15:20:37.829: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 2 + Mar 8 15:20:37.829: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 2 + Mar 8 15:20:37.829: INFO: observed Deployment test-deployment in namespace deployment-2374 with ReadyReplicas 3 + STEP: deleting the Deployment 03/08/23 15:20:37.829 + Mar 8 15:20:37.837: INFO: observed event type MODIFIED + Mar 8 15:20:37.837: INFO: observed event type MODIFIED + Mar 8 15:20:37.837: INFO: observed event type MODIFIED + Mar 8 15:20:37.837: INFO: observed event type MODIFIED + Mar 8 15:20:37.837: INFO: observed event type MODIFIED + Mar 8 15:20:37.837: INFO: observed event type MODIFIED + Mar 8 15:20:37.837: INFO: observed event type MODIFIED + Mar 8 15:20:37.837: INFO: observed event type MODIFIED + Mar 8 15:20:37.837: INFO: observed event type MODIFIED + [AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 + Mar 8 15:20:37.840: INFO: Log out all the ReplicaSets if there is no deployment created + Mar 8 15:20:37.843: INFO: ReplicaSet "test-deployment-549d47f94f": + &ReplicaSet{ObjectMeta:{test-deployment-549d47f94f deployment-2374 ecd97bff-56e9-4a44-9f29-d56d2dc7ed6f 651218 4 2023-03-08 15:20:34 +0000 UTC map[pod-template-hash:549d47f94f 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 2a635495-4c33-459b-bdc2-55fb8f0d676e 0xc003912277 0xc003912278}] [] [{kube-controller-manager Update apps/v1 2023-03-08 15:20:37 +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\":\"2a635495-4c33-459b-bdc2-55fb8f0d676e\"}":{}}},"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":{}}}}} } {kube-controller-manager Update apps/v1 2023-03-08 15:20:37 +0000 UTC FieldsV1 {"f:status":{"f:observedGeneration":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*0,Selector:&v1.LabelSelector{MatchLabels:map[string]string{pod-template-hash: 549d47f94f,test-deployment-static: true,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[pod-template-hash:549d47f94f test-deployment-static:true] map[] [] [] []} {[] [] [{test-deployment ehub.ctcdn.cn/eck/sonobuoy/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 0xc003912300 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{},},} + + Mar 8 15:20:37.846: INFO: pod: "test-deployment-549d47f94f-k8vh7": + &Pod{ObjectMeta:{test-deployment-549d47f94f-k8vh7 test-deployment-549d47f94f- deployment-2374 c29eacba-2f04-423d-814a-4f6f6951b79c 651214 0 2023-03-08 15:20:34 +0000 UTC 2023-03-08 15:20:38 +0000 UTC 0xc0036ea938 map[pod-template-hash:549d47f94f test-deployment-static:true] map[] [{apps/v1 ReplicaSet test-deployment-549d47f94f ecd97bff-56e9-4a44-9f29-d56d2dc7ed6f 0xc0036ea967 0xc0036ea968}] [] [{kube-controller-manager Update v1 2023-03-08 15:20:34 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:pod-template-hash":{},"f:test-deployment-static":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"ecd97bff-56e9-4a44-9f29-d56d2dc7ed6f\"}":{}}},"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":{}}} } {kubelet Update v1 2023-03-08 15:20: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\":\"172.16.1.53\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-4p7mr,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:ehub.ctcdn.cn/eck/sonobuoy/pause:3.8,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-4p7mr,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:worker1,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:2023-03-08 15:20:34 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:35 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:35 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:34 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.0.0.17,PodIP:172.16.1.53,StartTime:2023-03-08 15:20:34 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:test-deployment,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-03-08 15:20:35 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:ehub.ctcdn.cn/eck/sonobuoy/pause:3.8,ImageID:ehub.ctcdn.cn/eck/sonobuoy/pause@sha256:e0cc6dba04bee00badd8b13495d4411060b5563a9499fbc20e46316328efad30,ContainerID:containerd://b9ef5ea6aac506fc8c9e71993768e2426654b9886dd860d921899e6503e5be4e,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.16.1.53,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + + Mar 8 15:20:37.846: INFO: ReplicaSet "test-deployment-6fdf68fc4": + &ReplicaSet{ObjectMeta:{test-deployment-6fdf68fc4 deployment-2374 c4f5b4f4-a663-482c-a7af-b044f5c4f9b6 651207 2 2023-03-08 15:20:35 +0000 UTC map[pod-template-hash:6fdf68fc4 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 2a635495-4c33-459b-bdc2-55fb8f0d676e 0xc003912367 0xc003912368}] [] [{kube-controller-manager Update apps/v1 2023-03-08 15:20: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:pod-template-hash":{},"f:test-deployment-static":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"2a635495-4c33-459b-bdc2-55fb8f0d676e\"}":{}}},"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":{}}}}} } {kube-controller-manager Update apps/v1 2023-03-08 15:20:37 +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: 6fdf68fc4,test-deployment-static: true,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[pod-template-hash:6fdf68fc4 test-deployment-static:true] map[] [] [] []} {[] [] [{test-deployment ehub.ctcdn.cn/eck/sonobuoy/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 0xc0039123f0 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{},},} + + Mar 8 15:20:37.849: INFO: pod: "test-deployment-6fdf68fc4-gsk97": + &Pod{ObjectMeta:{test-deployment-6fdf68fc4-gsk97 test-deployment-6fdf68fc4- deployment-2374 028a41c7-8e6d-4a32-9334-9e14366b0cdd 651170 0 2023-03-08 15:20:35 +0000 UTC map[pod-template-hash:6fdf68fc4 test-deployment-static:true] map[] [{apps/v1 ReplicaSet test-deployment-6fdf68fc4 c4f5b4f4-a663-482c-a7af-b044f5c4f9b6 0xc003912777 0xc003912778}] [] [{kube-controller-manager Update v1 2023-03-08 15:20:35 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:pod-template-hash":{},"f:test-deployment-static":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"c4f5b4f4-a663-482c-a7af-b044f5c4f9b6\"}":{}}},"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":{}}} } {kubelet Update v1 2023-03-08 15:20:36 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:phase":{},"f:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"172.16.1.54\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-27k4j,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:ehub.ctcdn.cn/eck/sonobuoy/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-27k4j,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:worker1,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:2023-03-08 15:20:35 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:36 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:36 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:35 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.0.0.17,PodIP:172.16.1.54,StartTime:2023-03-08 15:20:35 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:test-deployment,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-03-08 15:20:36 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2,ImageID:ehub.ctcdn.cn/eck/sonobuoy/httpd@sha256:758aa7ccf1af0569310f77155e9408e51191291b60d3a49bfee31efc07105019,ContainerID:containerd://7ac980cb85f4c7565d8186ed0b3c6c2419f823424c6d9f04d8ee9dcf50bf992f,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.16.1.54,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + + Mar 8 15:20:37.849: INFO: pod: "test-deployment-6fdf68fc4-ttwd5": + &Pod{ObjectMeta:{test-deployment-6fdf68fc4-ttwd5 test-deployment-6fdf68fc4- deployment-2374 68ca2ab7-c9bf-4d56-aeb9-63c1383bf3fc 651206 0 2023-03-08 15:20:36 +0000 UTC map[pod-template-hash:6fdf68fc4 test-deployment-static:true] map[] [{apps/v1 ReplicaSet test-deployment-6fdf68fc4 c4f5b4f4-a663-482c-a7af-b044f5c4f9b6 0xc003912967 0xc003912968}] [] [{kube-controller-manager Update v1 2023-03-08 15:20:36 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:pod-template-hash":{},"f:test-deployment-static":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"c4f5b4f4-a663-482c-a7af-b044f5c4f9b6\"}":{}}},"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":{}}} } {kubelet Update v1 2023-03-08 15:20:37 +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\":\"172.16.0.213\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-76fwh,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:ehub.ctcdn.cn/eck/sonobuoy/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-76fwh,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:worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*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:2023-03-08 15:20:36 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:37 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:37 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:36 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.0.0.18,PodIP:172.16.0.213,StartTime:2023-03-08 15:20:36 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:test-deployment,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-03-08 15:20:37 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2,ImageID:ehub.ctcdn.cn/eck/sonobuoy/httpd@sha256:758aa7ccf1af0569310f77155e9408e51191291b60d3a49bfee31efc07105019,ContainerID:containerd://04d81dad1b5194e57a7ab2d330cf294797d155122ae0768d0335e570ab68c7bf,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.16.0.213,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + + Mar 8 15:20:37.849: INFO: ReplicaSet "test-deployment-9f5794944": + &ReplicaSet{ObjectMeta:{test-deployment-9f5794944 deployment-2374 c8f8846b-3828-4203-a6f6-7fb67ce9fc28 651131 3 2023-03-08 15:20:33 +0000 UTC map[pod-template-hash:9f5794944 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 2a635495-4c33-459b-bdc2-55fb8f0d676e 0xc003912457 0xc003912458}] [] [{kube-controller-manager Update apps/v1 2023-03-08 15:20:35 +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\":\"2a635495-4c33-459b-bdc2-55fb8f0d676e\"}":{}}},"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":{}}}}} } {kube-controller-manager Update apps/v1 2023-03-08 15:20:35 +0000 UTC FieldsV1 {"f:status":{"f:observedGeneration":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*0,Selector:&v1.LabelSelector{MatchLabels:map[string]string{pod-template-hash: 9f5794944,test-deployment-static: true,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[pod-template-hash:9f5794944 test-deployment-static:true] map[] [] [] []} {[] [] [{test-deployment ehub.ctcdn.cn/eck/sonobuoy/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 0xc0039124e0 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 + Mar 8 15:20:37.852: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "deployment-2374" for this suite. 03/08/23 15:20:37.857 + << End Captured GinkgoWriter Output +------------------------------ +[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 03/08/23 15:20:37.864 +Mar 8 15:20:37.864: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename kubectl 03/08/23 15:20:37.864 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:20:37.884 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:20:37.886 +[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 03/08/23 15:20:37.888 +Mar 8 15:20:37.888: INFO: namespace kubectl-7148 +Mar 8 15:20:37.888: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-7148 create -f -' +Mar 8 15:20:38.862: INFO: stderr: "" +Mar 8 15:20:38.862: INFO: stdout: "replicationcontroller/agnhost-primary created\n" +STEP: Waiting for Agnhost primary to start. 03/08/23 15:20:38.862 +Mar 8 15:20:39.869: INFO: Selector matched 1 pods for map[app:agnhost] +Mar 8 15:20:39.869: INFO: Found 0 / 1 +Mar 8 15:20:40.866: INFO: Selector matched 1 pods for map[app:agnhost] +Mar 8 15:20:40.866: INFO: Found 1 / 1 +Mar 8 15:20:40.866: INFO: WaitFor completed with timeout 5m0s. Pods found = 1 out of 1 +Mar 8 15:20:40.869: INFO: Selector matched 1 pods for map[app:agnhost] +Mar 8 15:20:40.869: INFO: ForEach: Found 1 pods from the filter. Now looping through them. +Mar 8 15:20:40.869: INFO: wait on agnhost-primary startup in kubectl-7148 +Mar 8 15:20:40.869: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-7148 logs agnhost-primary-pg4mp agnhost-primary' +Mar 8 15:20:40.955: INFO: stderr: "" +Mar 8 15:20:40.955: INFO: stdout: "Paused\n" +STEP: exposing RC 03/08/23 15:20:40.955 +Mar 8 15:20:40.955: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-7148 expose rc agnhost-primary --name=rm2 --port=1234 --target-port=6379' +Mar 8 15:20:41.039: INFO: stderr: "" +Mar 8 15:20:41.039: INFO: stdout: "service/rm2 exposed\n" +Mar 8 15:20:41.042: INFO: Service rm2 in namespace kubectl-7148 found. +STEP: exposing service 03/08/23 15:20:43.055 +Mar 8 15:20:43.055: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-7148 expose service rm2 --name=rm3 --port=2345 --target-port=6379' +Mar 8 15:20:43.143: INFO: stderr: "" +Mar 8 15:20:43.143: INFO: stdout: "service/rm3 exposed\n" +Mar 8 15:20:43.149: INFO: Service rm3 in namespace kubectl-7148 found. +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 +Mar 8 15:20:45.155: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubectl-7148" for this suite. 03/08/23 15:20:45.159 +{"msg":"PASSED [sig-cli] Kubectl client Kubectl expose should create services for rc [Conformance]","completed":210,"skipped":4037,"failed":0} +------------------------------ +• [SLOW TEST] [7.302 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 03/08/23 15:20:37.864 + Mar 8 15:20:37.864: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename kubectl 03/08/23 15:20:37.864 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:20:37.884 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:20:37.886 + [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 03/08/23 15:20:37.888 + Mar 8 15:20:37.888: INFO: namespace kubectl-7148 + Mar 8 15:20:37.888: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-7148 create -f -' + Mar 8 15:20:38.862: INFO: stderr: "" + Mar 8 15:20:38.862: INFO: stdout: "replicationcontroller/agnhost-primary created\n" + STEP: Waiting for Agnhost primary to start. 03/08/23 15:20:38.862 + Mar 8 15:20:39.869: INFO: Selector matched 1 pods for map[app:agnhost] + Mar 8 15:20:39.869: INFO: Found 0 / 1 + Mar 8 15:20:40.866: INFO: Selector matched 1 pods for map[app:agnhost] + Mar 8 15:20:40.866: INFO: Found 1 / 1 + Mar 8 15:20:40.866: INFO: WaitFor completed with timeout 5m0s. Pods found = 1 out of 1 + Mar 8 15:20:40.869: INFO: Selector matched 1 pods for map[app:agnhost] + Mar 8 15:20:40.869: INFO: ForEach: Found 1 pods from the filter. Now looping through them. + Mar 8 15:20:40.869: INFO: wait on agnhost-primary startup in kubectl-7148 + Mar 8 15:20:40.869: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-7148 logs agnhost-primary-pg4mp agnhost-primary' + Mar 8 15:20:40.955: INFO: stderr: "" + Mar 8 15:20:40.955: INFO: stdout: "Paused\n" + STEP: exposing RC 03/08/23 15:20:40.955 + Mar 8 15:20:40.955: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-7148 expose rc agnhost-primary --name=rm2 --port=1234 --target-port=6379' + Mar 8 15:20:41.039: INFO: stderr: "" + Mar 8 15:20:41.039: INFO: stdout: "service/rm2 exposed\n" + Mar 8 15:20:41.042: INFO: Service rm2 in namespace kubectl-7148 found. + STEP: exposing service 03/08/23 15:20:43.055 + Mar 8 15:20:43.055: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-7148 expose service rm2 --name=rm3 --port=2345 --target-port=6379' + Mar 8 15:20:43.143: INFO: stderr: "" + Mar 8 15:20:43.143: INFO: stdout: "service/rm3 exposed\n" + Mar 8 15:20:43.149: INFO: Service rm3 in namespace kubectl-7148 found. + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 + Mar 8 15:20:45.155: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubectl-7148" for this suite. 03/08/23 15:20:45.159 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[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 03/08/23 15:20:45.166 +Mar 8 15:20:45.166: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename emptydir 03/08/23 15:20:45.166 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:20:45.181 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:20:45.183 +[It] pod should support shared volumes between containers [Conformance] + test/e2e/common/storage/empty_dir.go:226 +STEP: Creating Pod 03/08/23 15:20:45.185 +Mar 8 15:20:45.192: INFO: Waiting up to 5m0s for pod "pod-sharedvolume-c6d1a0c4-f5af-4312-a5ca-2edf51943b1d" in namespace "emptydir-7268" to be "running" +Mar 8 15:20:45.197: INFO: Pod "pod-sharedvolume-c6d1a0c4-f5af-4312-a5ca-2edf51943b1d": Phase="Pending", Reason="", readiness=false. Elapsed: 4.720142ms +Mar 8 15:20:47.200: INFO: Pod "pod-sharedvolume-c6d1a0c4-f5af-4312-a5ca-2edf51943b1d": Phase="Running", Reason="", readiness=false. Elapsed: 2.008088285s +Mar 8 15:20:47.200: INFO: Pod "pod-sharedvolume-c6d1a0c4-f5af-4312-a5ca-2edf51943b1d" satisfied condition "running" +STEP: Reading file content from the nginx-container 03/08/23 15:20:47.2 +Mar 8 15:20:47.200: INFO: ExecWithOptions {Command:[/bin/sh -c cat /usr/share/volumeshare/shareddata.txt] Namespace:emptydir-7268 PodName:pod-sharedvolume-c6d1a0c4-f5af-4312-a5ca-2edf51943b1d ContainerName:busybox-main-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Mar 8 15:20:47.200: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +Mar 8 15:20:47.201: INFO: ExecWithOptions: Clientset creation +Mar 8 15:20:47.201: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/emptydir-7268/pods/pod-sharedvolume-c6d1a0c4-f5af-4312-a5ca-2edf51943b1d/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) +Mar 8 15:20:47.263: INFO: Exec stderr: "" +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 +Mar 8 15:20:47.263: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "emptydir-7268" for this suite. 03/08/23 15:20:47.267 +{"msg":"PASSED [sig-storage] EmptyDir volumes pod should support shared volumes between containers [Conformance]","completed":211,"skipped":4041,"failed":0} +------------------------------ +• [2.107 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 03/08/23 15:20:45.166 + Mar 8 15:20:45.166: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename emptydir 03/08/23 15:20:45.166 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:20:45.181 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:20:45.183 + [It] pod should support shared volumes between containers [Conformance] + test/e2e/common/storage/empty_dir.go:226 + STEP: Creating Pod 03/08/23 15:20:45.185 + Mar 8 15:20:45.192: INFO: Waiting up to 5m0s for pod "pod-sharedvolume-c6d1a0c4-f5af-4312-a5ca-2edf51943b1d" in namespace "emptydir-7268" to be "running" + Mar 8 15:20:45.197: INFO: Pod "pod-sharedvolume-c6d1a0c4-f5af-4312-a5ca-2edf51943b1d": Phase="Pending", Reason="", readiness=false. Elapsed: 4.720142ms + Mar 8 15:20:47.200: INFO: Pod "pod-sharedvolume-c6d1a0c4-f5af-4312-a5ca-2edf51943b1d": Phase="Running", Reason="", readiness=false. Elapsed: 2.008088285s + Mar 8 15:20:47.200: INFO: Pod "pod-sharedvolume-c6d1a0c4-f5af-4312-a5ca-2edf51943b1d" satisfied condition "running" + STEP: Reading file content from the nginx-container 03/08/23 15:20:47.2 + Mar 8 15:20:47.200: INFO: ExecWithOptions {Command:[/bin/sh -c cat /usr/share/volumeshare/shareddata.txt] Namespace:emptydir-7268 PodName:pod-sharedvolume-c6d1a0c4-f5af-4312-a5ca-2edf51943b1d ContainerName:busybox-main-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Mar 8 15:20:47.200: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + Mar 8 15:20:47.201: INFO: ExecWithOptions: Clientset creation + Mar 8 15:20:47.201: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/emptydir-7268/pods/pod-sharedvolume-c6d1a0c4-f5af-4312-a5ca-2edf51943b1d/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) + Mar 8 15:20:47.263: INFO: Exec stderr: "" + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 + Mar 8 15:20:47.263: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "emptydir-7268" for this suite. 03/08/23 15:20:47.267 + << End Captured GinkgoWriter Output +------------------------------ +[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 03/08/23 15:20:47.273 +Mar 8 15:20:47.273: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename disruption 03/08/23 15:20:47.274 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:20:47.287 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:20:47.289 +[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 03/08/23 15:20:47.295 +STEP: Waiting for all pods to be running 03/08/23 15:20:49.327 +Mar 8 15:20:49.336: INFO: running pods: 0 < 3 +[AfterEach] [sig-apps] DisruptionController + test/e2e/framework/framework.go:187 +Mar 8 15:20:51.342: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "disruption-5880" for this suite. 03/08/23 15:20:51.346 +{"msg":"PASSED [sig-apps] DisruptionController should observe PodDisruptionBudget status updated [Conformance]","completed":212,"skipped":4041,"failed":0} +------------------------------ +• [4.081 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 03/08/23 15:20:47.273 + Mar 8 15:20:47.273: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename disruption 03/08/23 15:20:47.274 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:20:47.287 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:20:47.289 + [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 03/08/23 15:20:47.295 + STEP: Waiting for all pods to be running 03/08/23 15:20:49.327 + Mar 8 15:20:49.336: INFO: running pods: 0 < 3 + [AfterEach] [sig-apps] DisruptionController + test/e2e/framework/framework.go:187 + Mar 8 15:20:51.342: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "disruption-5880" for this suite. 03/08/23 15:20:51.346 + << End Captured GinkgoWriter Output +------------------------------ +[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 03/08/23 15:20:51.354 +Mar 8 15:20:51.354: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename deployment 03/08/23 15:20:51.355 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:20:51.368 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:20:51.374 +[BeforeEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:91 +[It] deployment should support proportional scaling [Conformance] + test/e2e/apps/deployment.go:160 +Mar 8 15:20:51.376: INFO: Creating deployment "webserver-deployment" +Mar 8 15:20:51.381: INFO: Waiting for observed generation 1 +Mar 8 15:20:53.387: INFO: Waiting for all required pods to come up +Mar 8 15:20:53.391: INFO: Pod name httpd: Found 10 pods out of 10 +STEP: ensuring each pod is running 03/08/23 15:20:53.391 +Mar 8 15:20:53.391: INFO: Waiting up to 5m0s for pod "webserver-deployment-6b87449b65-vnm9d" in namespace "deployment-2164" to be "running" +Mar 8 15:20:53.391: INFO: Waiting up to 5m0s for pod "webserver-deployment-6b87449b65-48w56" in namespace "deployment-2164" to be "running" +Mar 8 15:20:53.391: INFO: Waiting up to 5m0s for pod "webserver-deployment-6b87449b65-72msr" in namespace "deployment-2164" to be "running" +Mar 8 15:20:53.391: INFO: Waiting up to 5m0s for pod "webserver-deployment-6b87449b65-7gvjv" in namespace "deployment-2164" to be "running" +Mar 8 15:20:53.392: INFO: Waiting up to 5m0s for pod "webserver-deployment-6b87449b65-h75k8" in namespace "deployment-2164" to be "running" +Mar 8 15:20:53.392: INFO: Waiting up to 5m0s for pod "webserver-deployment-6b87449b65-hn7p4" in namespace "deployment-2164" to be "running" +Mar 8 15:20:53.392: INFO: Waiting up to 5m0s for pod "webserver-deployment-6b87449b65-j85s7" in namespace "deployment-2164" to be "running" +Mar 8 15:20:53.392: INFO: Waiting up to 5m0s for pod "webserver-deployment-6b87449b65-svjjl" in namespace "deployment-2164" to be "running" +Mar 8 15:20:53.392: INFO: Waiting up to 5m0s for pod "webserver-deployment-6b87449b65-tcrrx" in namespace "deployment-2164" to be "running" +Mar 8 15:20:53.394: INFO: Pod "webserver-deployment-6b87449b65-vnm9d": Phase="Pending", Reason="", readiness=false. Elapsed: 3.391204ms +Mar 8 15:20:53.395: INFO: Pod "webserver-deployment-6b87449b65-48w56": Phase="Pending", Reason="", readiness=false. Elapsed: 3.937643ms +Mar 8 15:20:53.397: INFO: Pod "webserver-deployment-6b87449b65-h75k8": Phase="Pending", Reason="", readiness=false. Elapsed: 5.806103ms +Mar 8 15:20:53.397: INFO: Pod "webserver-deployment-6b87449b65-j85s7": Phase="Pending", Reason="", readiness=false. Elapsed: 5.671459ms +Mar 8 15:20:53.398: INFO: Pod "webserver-deployment-6b87449b65-72msr": Phase="Pending", Reason="", readiness=false. Elapsed: 6.193639ms +Mar 8 15:20:53.398: INFO: Pod "webserver-deployment-6b87449b65-hn7p4": Phase="Pending", Reason="", readiness=false. Elapsed: 5.91742ms +Mar 8 15:20:53.398: INFO: Pod "webserver-deployment-6b87449b65-tcrrx": Phase="Pending", Reason="", readiness=false. Elapsed: 5.623557ms +Mar 8 15:20:53.398: INFO: Pod "webserver-deployment-6b87449b65-svjjl": Phase="Pending", Reason="", readiness=false. Elapsed: 5.77641ms +Mar 8 15:20:53.398: INFO: Pod "webserver-deployment-6b87449b65-7gvjv": Phase="Pending", Reason="", readiness=false. Elapsed: 6.188165ms +Mar 8 15:20:55.399: INFO: Pod "webserver-deployment-6b87449b65-vnm9d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008221947s +Mar 8 15:20:55.399: INFO: Pod "webserver-deployment-6b87449b65-48w56": Phase="Running", Reason="", readiness=true. Elapsed: 2.008142908s +Mar 8 15:20:55.399: INFO: Pod "webserver-deployment-6b87449b65-48w56" satisfied condition "running" +Mar 8 15:20:55.403: INFO: Pod "webserver-deployment-6b87449b65-7gvjv": Phase="Pending", Reason="", readiness=false. Elapsed: 2.011496931s +Mar 8 15:20:55.405: INFO: Pod "webserver-deployment-6b87449b65-72msr": Phase="Running", Reason="", readiness=true. Elapsed: 2.013291885s +Mar 8 15:20:55.405: INFO: Pod "webserver-deployment-6b87449b65-72msr" satisfied condition "running" +Mar 8 15:20:55.405: INFO: Pod "webserver-deployment-6b87449b65-j85s7": Phase="Running", Reason="", readiness=true. Elapsed: 2.012910287s +Mar 8 15:20:55.405: INFO: Pod "webserver-deployment-6b87449b65-j85s7" satisfied condition "running" +Mar 8 15:20:55.405: INFO: Pod "webserver-deployment-6b87449b65-svjjl": Phase="Running", Reason="", readiness=true. Elapsed: 2.013450209s +Mar 8 15:20:55.405: INFO: Pod "webserver-deployment-6b87449b65-svjjl" satisfied condition "running" +Mar 8 15:20:55.405: INFO: Pod "webserver-deployment-6b87449b65-h75k8": Phase="Running", Reason="", readiness=true. Elapsed: 2.013765554s +Mar 8 15:20:55.405: INFO: Pod "webserver-deployment-6b87449b65-h75k8" satisfied condition "running" +Mar 8 15:20:55.405: INFO: Pod "webserver-deployment-6b87449b65-hn7p4": Phase="Running", Reason="", readiness=true. Elapsed: 2.01374079s +Mar 8 15:20:55.405: INFO: Pod "webserver-deployment-6b87449b65-hn7p4" satisfied condition "running" +Mar 8 15:20:55.405: INFO: Pod "webserver-deployment-6b87449b65-tcrrx": Phase="Running", Reason="", readiness=true. Elapsed: 2.013466906s +Mar 8 15:20:55.405: INFO: Pod "webserver-deployment-6b87449b65-tcrrx" satisfied condition "running" +Mar 8 15:20:57.399: INFO: Pod "webserver-deployment-6b87449b65-vnm9d": Phase="Running", Reason="", readiness=true. Elapsed: 4.007728593s +Mar 8 15:20:57.399: INFO: Pod "webserver-deployment-6b87449b65-vnm9d" satisfied condition "running" +Mar 8 15:20:57.401: INFO: Pod "webserver-deployment-6b87449b65-7gvjv": Phase="Running", Reason="", readiness=true. Elapsed: 4.009511445s +Mar 8 15:20:57.401: INFO: Pod "webserver-deployment-6b87449b65-7gvjv" satisfied condition "running" +Mar 8 15:20:57.401: INFO: Waiting for deployment "webserver-deployment" to complete +Mar 8 15:20:57.406: INFO: Updating deployment "webserver-deployment" with a non-existent image +Mar 8 15:20:57.414: INFO: Updating deployment webserver-deployment +Mar 8 15:20:57.414: INFO: Waiting for observed generation 2 +Mar 8 15:20:59.421: INFO: Waiting for the first rollout's replicaset to have .status.availableReplicas = 8 +Mar 8 15:20:59.424: INFO: Waiting for the first rollout's replicaset to have .spec.replicas = 8 +Mar 8 15:20:59.426: INFO: Waiting for the first rollout's replicaset of deployment "webserver-deployment" to have desired number of replicas +Mar 8 15:20:59.435: INFO: Verifying that the second rollout's replicaset has .status.availableReplicas = 0 +Mar 8 15:20:59.435: INFO: Waiting for the second rollout's replicaset to have .spec.replicas = 5 +Mar 8 15:20:59.438: INFO: Waiting for the second rollout's replicaset of deployment "webserver-deployment" to have desired number of replicas +Mar 8 15:20:59.443: INFO: Verifying that deployment "webserver-deployment" has minimum required number of available replicas +Mar 8 15:20:59.443: INFO: Scaling up the deployment "webserver-deployment" from 10 to 30 +Mar 8 15:20:59.451: INFO: Updating deployment webserver-deployment +Mar 8 15:20:59.451: INFO: Waiting for the replicasets of deployment "webserver-deployment" to have desired number of replicas +Mar 8 15:20:59.458: INFO: Verifying that first rollout's replicaset has .spec.replicas = 20 +Mar 8 15:20:59.460: INFO: Verifying that second rollout's replicaset has .spec.replicas = 13 +[AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 +Mar 8 15:20:59.469: INFO: Deployment "webserver-deployment": +&Deployment{ObjectMeta:{webserver-deployment deployment-2164 f4425264-ac1a-498b-bae4-8054616b65fb 651735 3 2023-03-08 15:20:51 +0000 UTC map[name:httpd] map[deployment.kubernetes.io/revision:2] [] [] [{kube-controller-manager Update apps/v1 2023-03-08 15:20:57 +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} {e2e.test Update apps/v1 2023-03-08 15:20:59 +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":{}}}}} }]},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 0xc00339a888 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:2,Replicas:13,UpdatedReplicas:5,AvailableReplicas:8,UnavailableReplicas:5,Conditions:[]DeploymentCondition{DeploymentCondition{Type:Available,Status:True,Reason:MinimumReplicasAvailable,Message:Deployment has minimum availability.,LastUpdateTime:2023-03-08 15:20:54 +0000 UTC,LastTransitionTime:2023-03-08 15:20:54 +0000 UTC,},DeploymentCondition{Type:Progressing,Status:True,Reason:ReplicaSetUpdated,Message:ReplicaSet "webserver-deployment-69b7448995" is progressing.,LastUpdateTime:2023-03-08 15:20:57 +0000 UTC,LastTransitionTime:2023-03-08 15:20:51 +0000 UTC,},},ReadyReplicas:8,CollisionCount:nil,},} + +Mar 8 15:20:59.479: INFO: New ReplicaSet "webserver-deployment-69b7448995" of Deployment "webserver-deployment": +&ReplicaSet{ObjectMeta:{webserver-deployment-69b7448995 deployment-2164 3aaf875d-152b-43d7-be2d-42fe3c5e084e 651739 3 2023-03-08 15:20:57 +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 f4425264-ac1a-498b-bae4-8054616b65fb 0xc005ee9c97 0xc005ee9c98}] [] [{kube-controller-manager Update apps/v1 2023-03-08 15:20:57 +0000 UTC FieldsV1 {"f:status":{"f:fullyLabeledReplicas":{},"f:observedGeneration":{},"f:replicas":{}}} status} {kube-controller-manager Update apps/v1 2023-03-08 15:20:59 +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\":\"f4425264-ac1a-498b-bae4-8054616b65fb\"}":{}}},"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":{}}}}} }]},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 0xc005ee9d38 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:5,FullyLabeledReplicas:5,ObservedGeneration:2,ReadyReplicas:0,AvailableReplicas:0,Conditions:[]ReplicaSetCondition{},},} +Mar 8 15:20:59.479: INFO: All old ReplicaSets of Deployment "webserver-deployment": +Mar 8 15:20:59.479: INFO: &ReplicaSet{ObjectMeta:{webserver-deployment-6b87449b65 deployment-2164 d61d47d4-c48b-4025-a980-bee768167073 651736 3 2023-03-08 15:20:51 +0000 UTC map[name:httpd pod-template-hash:6b87449b65] map[deployment.kubernetes.io/desired-replicas:30 deployment.kubernetes.io/max-replicas:33 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment webserver-deployment f4425264-ac1a-498b-bae4-8054616b65fb 0xc005ee9d97 0xc005ee9d98}] [] [{kube-controller-manager Update apps/v1 2023-03-08 15:20:57 +0000 UTC FieldsV1 {"f:status":{"f:availableReplicas":{},"f:fullyLabeledReplicas":{},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{}}} status} {kube-controller-manager Update apps/v1 2023-03-08 15:20:59 +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\":\"f4425264-ac1a-498b-bae4-8054616b65fb\"}":{}}},"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":{}}}}} }]},Spec:ReplicaSetSpec{Replicas:*20,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: httpd,pod-template-hash: 6b87449b65,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:httpd pod-template-hash:6b87449b65] map[] [] [] []} {[] [] [{httpd ehub.ctcdn.cn/eck/sonobuoy/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 0xc005ee9e38 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:8,FullyLabeledReplicas:8,ObservedGeneration:2,ReadyReplicas:8,AvailableReplicas:8,Conditions:[]ReplicaSetCondition{},},} +Mar 8 15:20:59.489: INFO: Pod "webserver-deployment-69b7448995-29wld" is not available: +&Pod{ObjectMeta:{webserver-deployment-69b7448995-29wld webserver-deployment-69b7448995- deployment-2164 2b16b863-074b-4e63-aee7-5061e5e39db5 651703 0 2023-03-08 15:20:57 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 3aaf875d-152b-43d7-be2d-42fe3c5e084e 0xc00339ac27 0xc00339ac28}] [] [{kube-controller-manager Update v1 2023-03-08 15:20:57 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"3aaf875d-152b-43d7-be2d-42fe3c5e084e\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-03-08 15:20:57 +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-hzglk,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-hzglk,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:worker1,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:2023-03-08 15:20:57 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:57 +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:2023-03-08 15:20:57 +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:2023-03-08 15:20:57 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.0.0.17,PodIP:,StartTime:2023-03-08 15:20:57 +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{},},} +Mar 8 15:20:59.490: INFO: Pod "webserver-deployment-69b7448995-54hkh" is not available: +&Pod{ObjectMeta:{webserver-deployment-69b7448995-54hkh webserver-deployment-69b7448995- deployment-2164 e154cae2-2f3c-4822-98a5-7d4500785879 651713 0 2023-03-08 15:20:57 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 3aaf875d-152b-43d7-be2d-42fe3c5e084e 0xc00339ae10 0xc00339ae11}] [] [{kube-controller-manager Update v1 2023-03-08 15:20:57 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"3aaf875d-152b-43d7-be2d-42fe3c5e084e\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-03-08 15:20:57 +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-wsjpt,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-wsjpt,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:worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*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:2023-03-08 15:20:57 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:57 +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:2023-03-08 15:20:57 +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:2023-03-08 15:20:57 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.0.0.18,PodIP:,StartTime:2023-03-08 15:20:57 +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{},},} +Mar 8 15:20:59.490: INFO: Pod "webserver-deployment-69b7448995-kg4nb" is not available: +&Pod{ObjectMeta:{webserver-deployment-69b7448995-kg4nb webserver-deployment-69b7448995- deployment-2164 25f25587-2e45-4de3-9636-617f10ae0ce3 651733 0 2023-03-08 15:20:57 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 3aaf875d-152b-43d7-be2d-42fe3c5e084e 0xc00339aff0 0xc00339aff1}] [] [{kube-controller-manager Update v1 2023-03-08 15:20:57 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"3aaf875d-152b-43d7-be2d-42fe3c5e084e\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-03-08 15:20:59 +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-ljbrl,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-ljbrl,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:worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*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:2023-03-08 15:20:57 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:57 +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:2023-03-08 15:20:57 +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:2023-03-08 15:20:57 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.0.0.18,PodIP:,StartTime:2023-03-08 15:20:57 +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{},},} +Mar 8 15:20:59.490: INFO: Pod "webserver-deployment-69b7448995-mdg4l" is not available: +&Pod{ObjectMeta:{webserver-deployment-69b7448995-mdg4l webserver-deployment-69b7448995- deployment-2164 fe0c74a2-2a00-4fb2-8f96-7df33ce05bee 651686 0 2023-03-08 15:20:57 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 3aaf875d-152b-43d7-be2d-42fe3c5e084e 0xc00339b1d0 0xc00339b1d1}] [] [{kube-controller-manager Update v1 2023-03-08 15:20:57 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"3aaf875d-152b-43d7-be2d-42fe3c5e084e\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-03-08 15:20:57 +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-tr4ld,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-tr4ld,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:worker1,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:2023-03-08 15:20:57 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:57 +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:2023-03-08 15:20:57 +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:2023-03-08 15:20:57 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.0.0.17,PodIP:,StartTime:2023-03-08 15:20:57 +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{},},} +Mar 8 15:20:59.490: INFO: Pod "webserver-deployment-69b7448995-n22qz" is not available: +&Pod{ObjectMeta:{webserver-deployment-69b7448995-n22qz webserver-deployment-69b7448995- deployment-2164 7e2d4838-1ba1-4791-b2dd-4e6bff0ad24c 651749 0 2023-03-08 15:20:59 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 3aaf875d-152b-43d7-be2d-42fe3c5e084e 0xc00339b3b0 0xc00339b3b1}] [] [{kube-controller-manager Update v1 2023-03-08 15:20:59 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"3aaf875d-152b-43d7-be2d-42fe3c5e084e\"}":{}}},"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-lwq4t,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-lwq4t,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:worker1,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:2023-03-08 15:20:59 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Mar 8 15:20:59.490: INFO: Pod "webserver-deployment-69b7448995-nkjb9" is not available: +&Pod{ObjectMeta:{webserver-deployment-69b7448995-nkjb9 webserver-deployment-69b7448995- deployment-2164 54ae287f-0330-49f3-8ec2-aaf5a6a25e4b 651751 0 2023-03-08 15:20:59 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 3aaf875d-152b-43d7-be2d-42fe3c5e084e 0xc00339b530 0xc00339b531}] [] [{kube-controller-manager Update v1 2023-03-08 15:20:59 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"3aaf875d-152b-43d7-be2d-42fe3c5e084e\"}":{}}},"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-ld2bc,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-ld2bc,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:,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{},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Mar 8 15:20:59.490: INFO: Pod "webserver-deployment-69b7448995-szpmq" is not available: +&Pod{ObjectMeta:{webserver-deployment-69b7448995-szpmq webserver-deployment-69b7448995- deployment-2164 1ed99ac7-3598-49ee-81b8-e584e7208e12 651729 0 2023-03-08 15:20:57 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 3aaf875d-152b-43d7-be2d-42fe3c5e084e 0xc00339b690 0xc00339b691}] [] [{kube-controller-manager Update v1 2023-03-08 15:20:57 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"3aaf875d-152b-43d7-be2d-42fe3c5e084e\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-03-08 15:20:58 +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-zfdth,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-zfdth,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:worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*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:2023-03-08 15:20:57 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:57 +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:2023-03-08 15:20:57 +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:2023-03-08 15:20:57 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.0.0.18,PodIP:,StartTime:2023-03-08 15:20:57 +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{},},} +Mar 8 15:20:59.490: INFO: Pod "webserver-deployment-6b87449b65-2bmzb" is available: +&Pod{ObjectMeta:{webserver-deployment-6b87449b65-2bmzb webserver-deployment-6b87449b65- deployment-2164 21f12c4d-c59b-4d07-abe7-2432059e9b40 651580 0 2023-03-08 15:20:51 +0000 UTC map[name:httpd pod-template-hash:6b87449b65] map[] [{apps/v1 ReplicaSet webserver-deployment-6b87449b65 d61d47d4-c48b-4025-a980-bee768167073 0xc00339b870 0xc00339b871}] [] [{kube-controller-manager Update v1 2023-03-08 15:20:51 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"d61d47d4-c48b-4025-a980-bee768167073\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-03-08 15:20:53 +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\":\"172.16.1.57\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-4c6f5,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:ehub.ctcdn.cn/eck/sonobuoy/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-4c6f5,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:worker1,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:2023-03-08 15:20:51 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:52 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:52 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:51 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.0.0.17,PodIP:172.16.1.57,StartTime:2023-03-08 15:20:51 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-03-08 15:20:52 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2,ImageID:ehub.ctcdn.cn/eck/sonobuoy/httpd@sha256:758aa7ccf1af0569310f77155e9408e51191291b60d3a49bfee31efc07105019,ContainerID:containerd://058fd8b7cc5eb684f911ad13e71aef327e87e212190cef57a1816e70330f68db,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.16.1.57,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +Mar 8 15:20:59.491: INFO: Pod "webserver-deployment-6b87449b65-48w56" is available: +&Pod{ObjectMeta:{webserver-deployment-6b87449b65-48w56 webserver-deployment-6b87449b65- deployment-2164 59795563-3edc-4b4a-b0df-e611732fb8f3 651612 0 2023-03-08 15:20:51 +0000 UTC map[name:httpd pod-template-hash:6b87449b65] map[] [{apps/v1 ReplicaSet webserver-deployment-6b87449b65 d61d47d4-c48b-4025-a980-bee768167073 0xc00339ba50 0xc00339ba51}] [] [{kube-controller-manager Update v1 2023-03-08 15:20:51 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"d61d47d4-c48b-4025-a980-bee768167073\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-03-08 15:20:54 +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\":\"172.16.1.61\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-wcgn4,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:ehub.ctcdn.cn/eck/sonobuoy/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-wcgn4,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:worker1,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:2023-03-08 15:20:51 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:53 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:53 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:51 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.0.0.17,PodIP:172.16.1.61,StartTime:2023-03-08 15:20:51 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-03-08 15:20:53 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2,ImageID:ehub.ctcdn.cn/eck/sonobuoy/httpd@sha256:758aa7ccf1af0569310f77155e9408e51191291b60d3a49bfee31efc07105019,ContainerID:containerd://c7d4de2901a659ff143e68e783c26e3f5e5f3e48694b74b220dca320b10f116d,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.16.1.61,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +Mar 8 15:20:59.491: INFO: Pod "webserver-deployment-6b87449b65-7gvjv" is available: +&Pod{ObjectMeta:{webserver-deployment-6b87449b65-7gvjv webserver-deployment-6b87449b65- deployment-2164 30397ec4-70eb-4cbc-98a6-73420868d2e4 651624 0 2023-03-08 15:20:51 +0000 UTC map[name:httpd pod-template-hash:6b87449b65] map[] [{apps/v1 ReplicaSet webserver-deployment-6b87449b65 d61d47d4-c48b-4025-a980-bee768167073 0xc00339bc30 0xc00339bc31}] [] [{kube-controller-manager Update v1 2023-03-08 15:20:51 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"d61d47d4-c48b-4025-a980-bee768167073\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-03-08 15:20:55 +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\":\"172.16.0.220\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-n2xvj,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:ehub.ctcdn.cn/eck/sonobuoy/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-n2xvj,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:worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*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:2023-03-08 15:20:51 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:53 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:53 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:51 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.0.0.18,PodIP:172.16.0.220,StartTime:2023-03-08 15:20:51 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-03-08 15:20:53 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2,ImageID:ehub.ctcdn.cn/eck/sonobuoy/httpd@sha256:758aa7ccf1af0569310f77155e9408e51191291b60d3a49bfee31efc07105019,ContainerID:containerd://6c3c6a4a8143af0485fc8f8f7a268c9f75e62eea26bdeb03297337f42e03b31f,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.16.0.220,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +Mar 8 15:20:59.491: INFO: Pod "webserver-deployment-6b87449b65-879l2" is not available: +&Pod{ObjectMeta:{webserver-deployment-6b87449b65-879l2 webserver-deployment-6b87449b65- deployment-2164 084d8e54-8042-492f-a743-586e7d0e9677 651740 0 2023-03-08 15:20:59 +0000 UTC map[name:httpd pod-template-hash:6b87449b65] map[] [{apps/v1 ReplicaSet webserver-deployment-6b87449b65 d61d47d4-c48b-4025-a980-bee768167073 0xc00339be10 0xc00339be11}] [] [{kube-controller-manager Update v1 2023-03-08 15:20:59 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"d61d47d4-c48b-4025-a980-bee768167073\"}":{}}},"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-9kljq,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:ehub.ctcdn.cn/eck/sonobuoy/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-9kljq,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:worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*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:2023-03-08 15:20:59 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Mar 8 15:20:59.491: INFO: Pod "webserver-deployment-6b87449b65-dq94m" is not available: +&Pod{ObjectMeta:{webserver-deployment-6b87449b65-dq94m webserver-deployment-6b87449b65- deployment-2164 564d039d-6546-4cd0-b5c1-74bbcd2ecd06 651750 0 2023-03-08 15:20:59 +0000 UTC map[name:httpd pod-template-hash:6b87449b65] map[] [{apps/v1 ReplicaSet webserver-deployment-6b87449b65 d61d47d4-c48b-4025-a980-bee768167073 0xc00339bf70 0xc00339bf71}] [] [{kube-controller-manager Update v1 2023-03-08 15:20:59 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"d61d47d4-c48b-4025-a980-bee768167073\"}":{}}},"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-d7g2t,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:ehub.ctcdn.cn/eck/sonobuoy/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-d7g2t,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:worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*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:2023-03-08 15:20:59 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Mar 8 15:20:59.492: INFO: Pod "webserver-deployment-6b87449b65-h75k8" is available: +&Pod{ObjectMeta:{webserver-deployment-6b87449b65-h75k8 webserver-deployment-6b87449b65- deployment-2164 5a9047f3-eeba-408a-b3a2-e9330729f773 651615 0 2023-03-08 15:20:51 +0000 UTC map[name:httpd pod-template-hash:6b87449b65] map[] [{apps/v1 ReplicaSet webserver-deployment-6b87449b65 d61d47d4-c48b-4025-a980-bee768167073 0xc0042920d0 0xc0042920d1}] [] [{kube-controller-manager Update v1 2023-03-08 15:20:51 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"d61d47d4-c48b-4025-a980-bee768167073\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-03-08 15:20:54 +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\":\"172.16.1.59\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-t4fk7,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:ehub.ctcdn.cn/eck/sonobuoy/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-t4fk7,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:worker1,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:2023-03-08 15:20:51 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:53 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:53 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:51 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.0.0.17,PodIP:172.16.1.59,StartTime:2023-03-08 15:20:51 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-03-08 15:20:52 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2,ImageID:ehub.ctcdn.cn/eck/sonobuoy/httpd@sha256:758aa7ccf1af0569310f77155e9408e51191291b60d3a49bfee31efc07105019,ContainerID:containerd://26d888ddbeaaa5f1aba78525e607eee10aae4fab735420a77601cc7af958ad5f,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.16.1.59,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +Mar 8 15:20:59.492: INFO: Pod "webserver-deployment-6b87449b65-j85s7" is available: +&Pod{ObjectMeta:{webserver-deployment-6b87449b65-j85s7 webserver-deployment-6b87449b65- deployment-2164 1f854a04-3b8e-4347-96c0-ef50b17569f1 651601 0 2023-03-08 15:20:51 +0000 UTC map[name:httpd pod-template-hash:6b87449b65] map[] [{apps/v1 ReplicaSet webserver-deployment-6b87449b65 d61d47d4-c48b-4025-a980-bee768167073 0xc0042922c0 0xc0042922c1}] [] [{kube-controller-manager Update v1 2023-03-08 15:20:51 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"d61d47d4-c48b-4025-a980-bee768167073\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-03-08 15:20:53 +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\":\"172.16.1.60\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-b5rbt,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:ehub.ctcdn.cn/eck/sonobuoy/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-b5rbt,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:worker1,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:2023-03-08 15:20:51 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:53 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:53 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:51 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.0.0.17,PodIP:172.16.1.60,StartTime:2023-03-08 15:20:51 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-03-08 15:20:53 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2,ImageID:ehub.ctcdn.cn/eck/sonobuoy/httpd@sha256:758aa7ccf1af0569310f77155e9408e51191291b60d3a49bfee31efc07105019,ContainerID:containerd://202f9ba74155ec481b6a51db0e2cc73477087c1d9099d0a4ec49aeace9904d0d,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.16.1.60,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +Mar 8 15:20:59.492: INFO: Pod "webserver-deployment-6b87449b65-phzbg" is not available: +&Pod{ObjectMeta:{webserver-deployment-6b87449b65-phzbg webserver-deployment-6b87449b65- deployment-2164 9e852b85-2fc6-4805-9dad-58ea5730e32d 651748 0 2023-03-08 15:20:59 +0000 UTC map[name:httpd pod-template-hash:6b87449b65] map[] [{apps/v1 ReplicaSet webserver-deployment-6b87449b65 d61d47d4-c48b-4025-a980-bee768167073 0xc0042924a0 0xc0042924a1}] [] [{kube-controller-manager Update v1 2023-03-08 15:20:59 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"d61d47d4-c48b-4025-a980-bee768167073\"}":{}}},"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-4626k,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:ehub.ctcdn.cn/eck/sonobuoy/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-4626k,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:worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*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:2023-03-08 15:20:59 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Mar 8 15:20:59.492: INFO: Pod "webserver-deployment-6b87449b65-svjjl" is available: +&Pod{ObjectMeta:{webserver-deployment-6b87449b65-svjjl webserver-deployment-6b87449b65- deployment-2164 c9bcbae3-dcdf-4fde-91c1-1bece57b056b 651593 0 2023-03-08 15:20:51 +0000 UTC map[name:httpd pod-template-hash:6b87449b65] map[] [{apps/v1 ReplicaSet webserver-deployment-6b87449b65 d61d47d4-c48b-4025-a980-bee768167073 0xc004292600 0xc004292601}] [] [{kube-controller-manager Update v1 2023-03-08 15:20:51 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"d61d47d4-c48b-4025-a980-bee768167073\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-03-08 15:20:53 +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\":\"172.16.1.58\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-6vzp5,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:ehub.ctcdn.cn/eck/sonobuoy/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-6vzp5,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:worker1,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:2023-03-08 15:20:51 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:53 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:53 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:51 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.0.0.17,PodIP:172.16.1.58,StartTime:2023-03-08 15:20:51 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-03-08 15:20:52 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2,ImageID:ehub.ctcdn.cn/eck/sonobuoy/httpd@sha256:758aa7ccf1af0569310f77155e9408e51191291b60d3a49bfee31efc07105019,ContainerID:containerd://ee416938fccf97a2c22384433aade3838daf8af24b903de2b4cd2b87c8f0def1,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.16.1.58,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +Mar 8 15:20:59.492: INFO: Pod "webserver-deployment-6b87449b65-tcrrx" is available: +&Pod{ObjectMeta:{webserver-deployment-6b87449b65-tcrrx webserver-deployment-6b87449b65- deployment-2164 6ada74d1-fc08-457b-a53a-18d364897be5 651609 0 2023-03-08 15:20:51 +0000 UTC map[name:httpd pod-template-hash:6b87449b65] map[] [{apps/v1 ReplicaSet webserver-deployment-6b87449b65 d61d47d4-c48b-4025-a980-bee768167073 0xc0042927e0 0xc0042927e1}] [] [{kube-controller-manager Update v1 2023-03-08 15:20:51 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"d61d47d4-c48b-4025-a980-bee768167073\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-03-08 15:20:54 +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\":\"172.16.0.221\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-smx5w,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:ehub.ctcdn.cn/eck/sonobuoy/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-smx5w,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:worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*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:2023-03-08 15:20:51 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:53 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:53 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:51 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.0.0.18,PodIP:172.16.0.221,StartTime:2023-03-08 15:20:51 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-03-08 15:20:53 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2,ImageID:ehub.ctcdn.cn/eck/sonobuoy/httpd@sha256:758aa7ccf1af0569310f77155e9408e51191291b60d3a49bfee31efc07105019,ContainerID:containerd://b815818ad15d634f13a816f06e4cc7afa90be22de2a2c076428e650978ab4ccf,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.16.0.221,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +Mar 8 15:20:59.492: INFO: Pod "webserver-deployment-6b87449b65-vnm9d" is available: +&Pod{ObjectMeta:{webserver-deployment-6b87449b65-vnm9d webserver-deployment-6b87449b65- deployment-2164 51f6e35d-06f4-4409-867a-69bcc9de7cef 651630 0 2023-03-08 15:20:51 +0000 UTC map[name:httpd pod-template-hash:6b87449b65] map[] [{apps/v1 ReplicaSet webserver-deployment-6b87449b65 d61d47d4-c48b-4025-a980-bee768167073 0xc0042929d0 0xc0042929d1}] [] [{kube-controller-manager Update v1 2023-03-08 15:20:51 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"d61d47d4-c48b-4025-a980-bee768167073\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-03-08 15:20:55 +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\":\"172.16.0.219\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-llgjl,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:ehub.ctcdn.cn/eck/sonobuoy/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-llgjl,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:worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*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:2023-03-08 15:20:51 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:53 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:53 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:51 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.0.0.18,PodIP:172.16.0.219,StartTime:2023-03-08 15:20:51 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-03-08 15:20:52 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2,ImageID:ehub.ctcdn.cn/eck/sonobuoy/httpd@sha256:758aa7ccf1af0569310f77155e9408e51191291b60d3a49bfee31efc07105019,ContainerID:containerd://25e2454f4e007c452af6ae6240c96dd7f010552dffc3975259baa666de066e10,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.16.0.219,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +[AfterEach] [sig-apps] Deployment + test/e2e/framework/framework.go:187 +Mar 8 15:20:59.493: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "deployment-2164" for this suite. 03/08/23 15:20:59.517 +{"msg":"PASSED [sig-apps] Deployment deployment should support proportional scaling [Conformance]","completed":213,"skipped":4041,"failed":0} +------------------------------ +• [SLOW TEST] [8.200 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 03/08/23 15:20:51.354 + Mar 8 15:20:51.354: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename deployment 03/08/23 15:20:51.355 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:20:51.368 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:20:51.374 + [BeforeEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:91 + [It] deployment should support proportional scaling [Conformance] + test/e2e/apps/deployment.go:160 + Mar 8 15:20:51.376: INFO: Creating deployment "webserver-deployment" + Mar 8 15:20:51.381: INFO: Waiting for observed generation 1 + Mar 8 15:20:53.387: INFO: Waiting for all required pods to come up + Mar 8 15:20:53.391: INFO: Pod name httpd: Found 10 pods out of 10 + STEP: ensuring each pod is running 03/08/23 15:20:53.391 + Mar 8 15:20:53.391: INFO: Waiting up to 5m0s for pod "webserver-deployment-6b87449b65-vnm9d" in namespace "deployment-2164" to be "running" + Mar 8 15:20:53.391: INFO: Waiting up to 5m0s for pod "webserver-deployment-6b87449b65-48w56" in namespace "deployment-2164" to be "running" + Mar 8 15:20:53.391: INFO: Waiting up to 5m0s for pod "webserver-deployment-6b87449b65-72msr" in namespace "deployment-2164" to be "running" + Mar 8 15:20:53.391: INFO: Waiting up to 5m0s for pod "webserver-deployment-6b87449b65-7gvjv" in namespace "deployment-2164" to be "running" + Mar 8 15:20:53.392: INFO: Waiting up to 5m0s for pod "webserver-deployment-6b87449b65-h75k8" in namespace "deployment-2164" to be "running" + Mar 8 15:20:53.392: INFO: Waiting up to 5m0s for pod "webserver-deployment-6b87449b65-hn7p4" in namespace "deployment-2164" to be "running" + Mar 8 15:20:53.392: INFO: Waiting up to 5m0s for pod "webserver-deployment-6b87449b65-j85s7" in namespace "deployment-2164" to be "running" + Mar 8 15:20:53.392: INFO: Waiting up to 5m0s for pod "webserver-deployment-6b87449b65-svjjl" in namespace "deployment-2164" to be "running" + Mar 8 15:20:53.392: INFO: Waiting up to 5m0s for pod "webserver-deployment-6b87449b65-tcrrx" in namespace "deployment-2164" to be "running" + Mar 8 15:20:53.394: INFO: Pod "webserver-deployment-6b87449b65-vnm9d": Phase="Pending", Reason="", readiness=false. Elapsed: 3.391204ms + Mar 8 15:20:53.395: INFO: Pod "webserver-deployment-6b87449b65-48w56": Phase="Pending", Reason="", readiness=false. Elapsed: 3.937643ms + Mar 8 15:20:53.397: INFO: Pod "webserver-deployment-6b87449b65-h75k8": Phase="Pending", Reason="", readiness=false. Elapsed: 5.806103ms + Mar 8 15:20:53.397: INFO: Pod "webserver-deployment-6b87449b65-j85s7": Phase="Pending", Reason="", readiness=false. Elapsed: 5.671459ms + Mar 8 15:20:53.398: INFO: Pod "webserver-deployment-6b87449b65-72msr": Phase="Pending", Reason="", readiness=false. Elapsed: 6.193639ms + Mar 8 15:20:53.398: INFO: Pod "webserver-deployment-6b87449b65-hn7p4": Phase="Pending", Reason="", readiness=false. Elapsed: 5.91742ms + Mar 8 15:20:53.398: INFO: Pod "webserver-deployment-6b87449b65-tcrrx": Phase="Pending", Reason="", readiness=false. Elapsed: 5.623557ms + Mar 8 15:20:53.398: INFO: Pod "webserver-deployment-6b87449b65-svjjl": Phase="Pending", Reason="", readiness=false. Elapsed: 5.77641ms + Mar 8 15:20:53.398: INFO: Pod "webserver-deployment-6b87449b65-7gvjv": Phase="Pending", Reason="", readiness=false. Elapsed: 6.188165ms + Mar 8 15:20:55.399: INFO: Pod "webserver-deployment-6b87449b65-vnm9d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008221947s + Mar 8 15:20:55.399: INFO: Pod "webserver-deployment-6b87449b65-48w56": Phase="Running", Reason="", readiness=true. Elapsed: 2.008142908s + Mar 8 15:20:55.399: INFO: Pod "webserver-deployment-6b87449b65-48w56" satisfied condition "running" + Mar 8 15:20:55.403: INFO: Pod "webserver-deployment-6b87449b65-7gvjv": Phase="Pending", Reason="", readiness=false. Elapsed: 2.011496931s + Mar 8 15:20:55.405: INFO: Pod "webserver-deployment-6b87449b65-72msr": Phase="Running", Reason="", readiness=true. Elapsed: 2.013291885s + Mar 8 15:20:55.405: INFO: Pod "webserver-deployment-6b87449b65-72msr" satisfied condition "running" + Mar 8 15:20:55.405: INFO: Pod "webserver-deployment-6b87449b65-j85s7": Phase="Running", Reason="", readiness=true. Elapsed: 2.012910287s + Mar 8 15:20:55.405: INFO: Pod "webserver-deployment-6b87449b65-j85s7" satisfied condition "running" + Mar 8 15:20:55.405: INFO: Pod "webserver-deployment-6b87449b65-svjjl": Phase="Running", Reason="", readiness=true. Elapsed: 2.013450209s + Mar 8 15:20:55.405: INFO: Pod "webserver-deployment-6b87449b65-svjjl" satisfied condition "running" + Mar 8 15:20:55.405: INFO: Pod "webserver-deployment-6b87449b65-h75k8": Phase="Running", Reason="", readiness=true. Elapsed: 2.013765554s + Mar 8 15:20:55.405: INFO: Pod "webserver-deployment-6b87449b65-h75k8" satisfied condition "running" + Mar 8 15:20:55.405: INFO: Pod "webserver-deployment-6b87449b65-hn7p4": Phase="Running", Reason="", readiness=true. Elapsed: 2.01374079s + Mar 8 15:20:55.405: INFO: Pod "webserver-deployment-6b87449b65-hn7p4" satisfied condition "running" + Mar 8 15:20:55.405: INFO: Pod "webserver-deployment-6b87449b65-tcrrx": Phase="Running", Reason="", readiness=true. Elapsed: 2.013466906s + Mar 8 15:20:55.405: INFO: Pod "webserver-deployment-6b87449b65-tcrrx" satisfied condition "running" + Mar 8 15:20:57.399: INFO: Pod "webserver-deployment-6b87449b65-vnm9d": Phase="Running", Reason="", readiness=true. Elapsed: 4.007728593s + Mar 8 15:20:57.399: INFO: Pod "webserver-deployment-6b87449b65-vnm9d" satisfied condition "running" + Mar 8 15:20:57.401: INFO: Pod "webserver-deployment-6b87449b65-7gvjv": Phase="Running", Reason="", readiness=true. Elapsed: 4.009511445s + Mar 8 15:20:57.401: INFO: Pod "webserver-deployment-6b87449b65-7gvjv" satisfied condition "running" + Mar 8 15:20:57.401: INFO: Waiting for deployment "webserver-deployment" to complete + Mar 8 15:20:57.406: INFO: Updating deployment "webserver-deployment" with a non-existent image + Mar 8 15:20:57.414: INFO: Updating deployment webserver-deployment + Mar 8 15:20:57.414: INFO: Waiting for observed generation 2 + Mar 8 15:20:59.421: INFO: Waiting for the first rollout's replicaset to have .status.availableReplicas = 8 + Mar 8 15:20:59.424: INFO: Waiting for the first rollout's replicaset to have .spec.replicas = 8 + Mar 8 15:20:59.426: INFO: Waiting for the first rollout's replicaset of deployment "webserver-deployment" to have desired number of replicas + Mar 8 15:20:59.435: INFO: Verifying that the second rollout's replicaset has .status.availableReplicas = 0 + Mar 8 15:20:59.435: INFO: Waiting for the second rollout's replicaset to have .spec.replicas = 5 + Mar 8 15:20:59.438: INFO: Waiting for the second rollout's replicaset of deployment "webserver-deployment" to have desired number of replicas + Mar 8 15:20:59.443: INFO: Verifying that deployment "webserver-deployment" has minimum required number of available replicas + Mar 8 15:20:59.443: INFO: Scaling up the deployment "webserver-deployment" from 10 to 30 + Mar 8 15:20:59.451: INFO: Updating deployment webserver-deployment + Mar 8 15:20:59.451: INFO: Waiting for the replicasets of deployment "webserver-deployment" to have desired number of replicas + Mar 8 15:20:59.458: INFO: Verifying that first rollout's replicaset has .spec.replicas = 20 + Mar 8 15:20:59.460: INFO: Verifying that second rollout's replicaset has .spec.replicas = 13 + [AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 + Mar 8 15:20:59.469: INFO: Deployment "webserver-deployment": + &Deployment{ObjectMeta:{webserver-deployment deployment-2164 f4425264-ac1a-498b-bae4-8054616b65fb 651735 3 2023-03-08 15:20:51 +0000 UTC map[name:httpd] map[deployment.kubernetes.io/revision:2] [] [] [{kube-controller-manager Update apps/v1 2023-03-08 15:20:57 +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} {e2e.test Update apps/v1 2023-03-08 15:20:59 +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":{}}}}} }]},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 0xc00339a888 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:2,Replicas:13,UpdatedReplicas:5,AvailableReplicas:8,UnavailableReplicas:5,Conditions:[]DeploymentCondition{DeploymentCondition{Type:Available,Status:True,Reason:MinimumReplicasAvailable,Message:Deployment has minimum availability.,LastUpdateTime:2023-03-08 15:20:54 +0000 UTC,LastTransitionTime:2023-03-08 15:20:54 +0000 UTC,},DeploymentCondition{Type:Progressing,Status:True,Reason:ReplicaSetUpdated,Message:ReplicaSet "webserver-deployment-69b7448995" is progressing.,LastUpdateTime:2023-03-08 15:20:57 +0000 UTC,LastTransitionTime:2023-03-08 15:20:51 +0000 UTC,},},ReadyReplicas:8,CollisionCount:nil,},} + + Mar 8 15:20:59.479: INFO: New ReplicaSet "webserver-deployment-69b7448995" of Deployment "webserver-deployment": + &ReplicaSet{ObjectMeta:{webserver-deployment-69b7448995 deployment-2164 3aaf875d-152b-43d7-be2d-42fe3c5e084e 651739 3 2023-03-08 15:20:57 +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 f4425264-ac1a-498b-bae4-8054616b65fb 0xc005ee9c97 0xc005ee9c98}] [] [{kube-controller-manager Update apps/v1 2023-03-08 15:20:57 +0000 UTC FieldsV1 {"f:status":{"f:fullyLabeledReplicas":{},"f:observedGeneration":{},"f:replicas":{}}} status} {kube-controller-manager Update apps/v1 2023-03-08 15:20:59 +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\":\"f4425264-ac1a-498b-bae4-8054616b65fb\"}":{}}},"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":{}}}}} }]},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 0xc005ee9d38 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:5,FullyLabeledReplicas:5,ObservedGeneration:2,ReadyReplicas:0,AvailableReplicas:0,Conditions:[]ReplicaSetCondition{},},} + Mar 8 15:20:59.479: INFO: All old ReplicaSets of Deployment "webserver-deployment": + Mar 8 15:20:59.479: INFO: &ReplicaSet{ObjectMeta:{webserver-deployment-6b87449b65 deployment-2164 d61d47d4-c48b-4025-a980-bee768167073 651736 3 2023-03-08 15:20:51 +0000 UTC map[name:httpd pod-template-hash:6b87449b65] map[deployment.kubernetes.io/desired-replicas:30 deployment.kubernetes.io/max-replicas:33 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment webserver-deployment f4425264-ac1a-498b-bae4-8054616b65fb 0xc005ee9d97 0xc005ee9d98}] [] [{kube-controller-manager Update apps/v1 2023-03-08 15:20:57 +0000 UTC FieldsV1 {"f:status":{"f:availableReplicas":{},"f:fullyLabeledReplicas":{},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{}}} status} {kube-controller-manager Update apps/v1 2023-03-08 15:20:59 +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\":\"f4425264-ac1a-498b-bae4-8054616b65fb\"}":{}}},"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":{}}}}} }]},Spec:ReplicaSetSpec{Replicas:*20,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: httpd,pod-template-hash: 6b87449b65,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:httpd pod-template-hash:6b87449b65] map[] [] [] []} {[] [] [{httpd ehub.ctcdn.cn/eck/sonobuoy/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 0xc005ee9e38 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:8,FullyLabeledReplicas:8,ObservedGeneration:2,ReadyReplicas:8,AvailableReplicas:8,Conditions:[]ReplicaSetCondition{},},} + Mar 8 15:20:59.489: INFO: Pod "webserver-deployment-69b7448995-29wld" is not available: + &Pod{ObjectMeta:{webserver-deployment-69b7448995-29wld webserver-deployment-69b7448995- deployment-2164 2b16b863-074b-4e63-aee7-5061e5e39db5 651703 0 2023-03-08 15:20:57 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 3aaf875d-152b-43d7-be2d-42fe3c5e084e 0xc00339ac27 0xc00339ac28}] [] [{kube-controller-manager Update v1 2023-03-08 15:20:57 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"3aaf875d-152b-43d7-be2d-42fe3c5e084e\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-03-08 15:20:57 +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-hzglk,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-hzglk,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:worker1,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:2023-03-08 15:20:57 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:57 +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:2023-03-08 15:20:57 +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:2023-03-08 15:20:57 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.0.0.17,PodIP:,StartTime:2023-03-08 15:20:57 +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{},},} + Mar 8 15:20:59.490: INFO: Pod "webserver-deployment-69b7448995-54hkh" is not available: + &Pod{ObjectMeta:{webserver-deployment-69b7448995-54hkh webserver-deployment-69b7448995- deployment-2164 e154cae2-2f3c-4822-98a5-7d4500785879 651713 0 2023-03-08 15:20:57 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 3aaf875d-152b-43d7-be2d-42fe3c5e084e 0xc00339ae10 0xc00339ae11}] [] [{kube-controller-manager Update v1 2023-03-08 15:20:57 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"3aaf875d-152b-43d7-be2d-42fe3c5e084e\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-03-08 15:20:57 +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-wsjpt,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-wsjpt,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:worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*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:2023-03-08 15:20:57 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:57 +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:2023-03-08 15:20:57 +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:2023-03-08 15:20:57 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.0.0.18,PodIP:,StartTime:2023-03-08 15:20:57 +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{},},} + Mar 8 15:20:59.490: INFO: Pod "webserver-deployment-69b7448995-kg4nb" is not available: + &Pod{ObjectMeta:{webserver-deployment-69b7448995-kg4nb webserver-deployment-69b7448995- deployment-2164 25f25587-2e45-4de3-9636-617f10ae0ce3 651733 0 2023-03-08 15:20:57 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 3aaf875d-152b-43d7-be2d-42fe3c5e084e 0xc00339aff0 0xc00339aff1}] [] [{kube-controller-manager Update v1 2023-03-08 15:20:57 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"3aaf875d-152b-43d7-be2d-42fe3c5e084e\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-03-08 15:20:59 +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-ljbrl,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-ljbrl,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:worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*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:2023-03-08 15:20:57 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:57 +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:2023-03-08 15:20:57 +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:2023-03-08 15:20:57 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.0.0.18,PodIP:,StartTime:2023-03-08 15:20:57 +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{},},} + Mar 8 15:20:59.490: INFO: Pod "webserver-deployment-69b7448995-mdg4l" is not available: + &Pod{ObjectMeta:{webserver-deployment-69b7448995-mdg4l webserver-deployment-69b7448995- deployment-2164 fe0c74a2-2a00-4fb2-8f96-7df33ce05bee 651686 0 2023-03-08 15:20:57 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 3aaf875d-152b-43d7-be2d-42fe3c5e084e 0xc00339b1d0 0xc00339b1d1}] [] [{kube-controller-manager Update v1 2023-03-08 15:20:57 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"3aaf875d-152b-43d7-be2d-42fe3c5e084e\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-03-08 15:20:57 +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-tr4ld,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-tr4ld,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:worker1,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:2023-03-08 15:20:57 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:57 +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:2023-03-08 15:20:57 +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:2023-03-08 15:20:57 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.0.0.17,PodIP:,StartTime:2023-03-08 15:20:57 +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{},},} + Mar 8 15:20:59.490: INFO: Pod "webserver-deployment-69b7448995-n22qz" is not available: + &Pod{ObjectMeta:{webserver-deployment-69b7448995-n22qz webserver-deployment-69b7448995- deployment-2164 7e2d4838-1ba1-4791-b2dd-4e6bff0ad24c 651749 0 2023-03-08 15:20:59 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 3aaf875d-152b-43d7-be2d-42fe3c5e084e 0xc00339b3b0 0xc00339b3b1}] [] [{kube-controller-manager Update v1 2023-03-08 15:20:59 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"3aaf875d-152b-43d7-be2d-42fe3c5e084e\"}":{}}},"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-lwq4t,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-lwq4t,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:worker1,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:2023-03-08 15:20:59 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Mar 8 15:20:59.490: INFO: Pod "webserver-deployment-69b7448995-nkjb9" is not available: + &Pod{ObjectMeta:{webserver-deployment-69b7448995-nkjb9 webserver-deployment-69b7448995- deployment-2164 54ae287f-0330-49f3-8ec2-aaf5a6a25e4b 651751 0 2023-03-08 15:20:59 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 3aaf875d-152b-43d7-be2d-42fe3c5e084e 0xc00339b530 0xc00339b531}] [] [{kube-controller-manager Update v1 2023-03-08 15:20:59 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"3aaf875d-152b-43d7-be2d-42fe3c5e084e\"}":{}}},"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-ld2bc,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-ld2bc,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:,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{},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Mar 8 15:20:59.490: INFO: Pod "webserver-deployment-69b7448995-szpmq" is not available: + &Pod{ObjectMeta:{webserver-deployment-69b7448995-szpmq webserver-deployment-69b7448995- deployment-2164 1ed99ac7-3598-49ee-81b8-e584e7208e12 651729 0 2023-03-08 15:20:57 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 3aaf875d-152b-43d7-be2d-42fe3c5e084e 0xc00339b690 0xc00339b691}] [] [{kube-controller-manager Update v1 2023-03-08 15:20:57 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"3aaf875d-152b-43d7-be2d-42fe3c5e084e\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-03-08 15:20:58 +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-zfdth,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-zfdth,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:worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*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:2023-03-08 15:20:57 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:57 +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:2023-03-08 15:20:57 +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:2023-03-08 15:20:57 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.0.0.18,PodIP:,StartTime:2023-03-08 15:20:57 +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{},},} + Mar 8 15:20:59.490: INFO: Pod "webserver-deployment-6b87449b65-2bmzb" is available: + &Pod{ObjectMeta:{webserver-deployment-6b87449b65-2bmzb webserver-deployment-6b87449b65- deployment-2164 21f12c4d-c59b-4d07-abe7-2432059e9b40 651580 0 2023-03-08 15:20:51 +0000 UTC map[name:httpd pod-template-hash:6b87449b65] map[] [{apps/v1 ReplicaSet webserver-deployment-6b87449b65 d61d47d4-c48b-4025-a980-bee768167073 0xc00339b870 0xc00339b871}] [] [{kube-controller-manager Update v1 2023-03-08 15:20:51 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"d61d47d4-c48b-4025-a980-bee768167073\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-03-08 15:20:53 +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\":\"172.16.1.57\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-4c6f5,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:ehub.ctcdn.cn/eck/sonobuoy/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-4c6f5,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:worker1,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:2023-03-08 15:20:51 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:52 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:52 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:51 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.0.0.17,PodIP:172.16.1.57,StartTime:2023-03-08 15:20:51 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-03-08 15:20:52 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2,ImageID:ehub.ctcdn.cn/eck/sonobuoy/httpd@sha256:758aa7ccf1af0569310f77155e9408e51191291b60d3a49bfee31efc07105019,ContainerID:containerd://058fd8b7cc5eb684f911ad13e71aef327e87e212190cef57a1816e70330f68db,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.16.1.57,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + Mar 8 15:20:59.491: INFO: Pod "webserver-deployment-6b87449b65-48w56" is available: + &Pod{ObjectMeta:{webserver-deployment-6b87449b65-48w56 webserver-deployment-6b87449b65- deployment-2164 59795563-3edc-4b4a-b0df-e611732fb8f3 651612 0 2023-03-08 15:20:51 +0000 UTC map[name:httpd pod-template-hash:6b87449b65] map[] [{apps/v1 ReplicaSet webserver-deployment-6b87449b65 d61d47d4-c48b-4025-a980-bee768167073 0xc00339ba50 0xc00339ba51}] [] [{kube-controller-manager Update v1 2023-03-08 15:20:51 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"d61d47d4-c48b-4025-a980-bee768167073\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-03-08 15:20:54 +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\":\"172.16.1.61\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-wcgn4,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:ehub.ctcdn.cn/eck/sonobuoy/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-wcgn4,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:worker1,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:2023-03-08 15:20:51 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:53 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:53 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:51 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.0.0.17,PodIP:172.16.1.61,StartTime:2023-03-08 15:20:51 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-03-08 15:20:53 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2,ImageID:ehub.ctcdn.cn/eck/sonobuoy/httpd@sha256:758aa7ccf1af0569310f77155e9408e51191291b60d3a49bfee31efc07105019,ContainerID:containerd://c7d4de2901a659ff143e68e783c26e3f5e5f3e48694b74b220dca320b10f116d,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.16.1.61,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + Mar 8 15:20:59.491: INFO: Pod "webserver-deployment-6b87449b65-7gvjv" is available: + &Pod{ObjectMeta:{webserver-deployment-6b87449b65-7gvjv webserver-deployment-6b87449b65- deployment-2164 30397ec4-70eb-4cbc-98a6-73420868d2e4 651624 0 2023-03-08 15:20:51 +0000 UTC map[name:httpd pod-template-hash:6b87449b65] map[] [{apps/v1 ReplicaSet webserver-deployment-6b87449b65 d61d47d4-c48b-4025-a980-bee768167073 0xc00339bc30 0xc00339bc31}] [] [{kube-controller-manager Update v1 2023-03-08 15:20:51 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"d61d47d4-c48b-4025-a980-bee768167073\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-03-08 15:20:55 +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\":\"172.16.0.220\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-n2xvj,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:ehub.ctcdn.cn/eck/sonobuoy/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-n2xvj,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:worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*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:2023-03-08 15:20:51 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:53 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:53 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:51 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.0.0.18,PodIP:172.16.0.220,StartTime:2023-03-08 15:20:51 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-03-08 15:20:53 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2,ImageID:ehub.ctcdn.cn/eck/sonobuoy/httpd@sha256:758aa7ccf1af0569310f77155e9408e51191291b60d3a49bfee31efc07105019,ContainerID:containerd://6c3c6a4a8143af0485fc8f8f7a268c9f75e62eea26bdeb03297337f42e03b31f,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.16.0.220,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + Mar 8 15:20:59.491: INFO: Pod "webserver-deployment-6b87449b65-879l2" is not available: + &Pod{ObjectMeta:{webserver-deployment-6b87449b65-879l2 webserver-deployment-6b87449b65- deployment-2164 084d8e54-8042-492f-a743-586e7d0e9677 651740 0 2023-03-08 15:20:59 +0000 UTC map[name:httpd pod-template-hash:6b87449b65] map[] [{apps/v1 ReplicaSet webserver-deployment-6b87449b65 d61d47d4-c48b-4025-a980-bee768167073 0xc00339be10 0xc00339be11}] [] [{kube-controller-manager Update v1 2023-03-08 15:20:59 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"d61d47d4-c48b-4025-a980-bee768167073\"}":{}}},"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-9kljq,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:ehub.ctcdn.cn/eck/sonobuoy/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-9kljq,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:worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*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:2023-03-08 15:20:59 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Mar 8 15:20:59.491: INFO: Pod "webserver-deployment-6b87449b65-dq94m" is not available: + &Pod{ObjectMeta:{webserver-deployment-6b87449b65-dq94m webserver-deployment-6b87449b65- deployment-2164 564d039d-6546-4cd0-b5c1-74bbcd2ecd06 651750 0 2023-03-08 15:20:59 +0000 UTC map[name:httpd pod-template-hash:6b87449b65] map[] [{apps/v1 ReplicaSet webserver-deployment-6b87449b65 d61d47d4-c48b-4025-a980-bee768167073 0xc00339bf70 0xc00339bf71}] [] [{kube-controller-manager Update v1 2023-03-08 15:20:59 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"d61d47d4-c48b-4025-a980-bee768167073\"}":{}}},"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-d7g2t,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:ehub.ctcdn.cn/eck/sonobuoy/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-d7g2t,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:worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*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:2023-03-08 15:20:59 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Mar 8 15:20:59.492: INFO: Pod "webserver-deployment-6b87449b65-h75k8" is available: + &Pod{ObjectMeta:{webserver-deployment-6b87449b65-h75k8 webserver-deployment-6b87449b65- deployment-2164 5a9047f3-eeba-408a-b3a2-e9330729f773 651615 0 2023-03-08 15:20:51 +0000 UTC map[name:httpd pod-template-hash:6b87449b65] map[] [{apps/v1 ReplicaSet webserver-deployment-6b87449b65 d61d47d4-c48b-4025-a980-bee768167073 0xc0042920d0 0xc0042920d1}] [] [{kube-controller-manager Update v1 2023-03-08 15:20:51 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"d61d47d4-c48b-4025-a980-bee768167073\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-03-08 15:20:54 +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\":\"172.16.1.59\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-t4fk7,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:ehub.ctcdn.cn/eck/sonobuoy/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-t4fk7,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:worker1,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:2023-03-08 15:20:51 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:53 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:53 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:51 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.0.0.17,PodIP:172.16.1.59,StartTime:2023-03-08 15:20:51 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-03-08 15:20:52 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2,ImageID:ehub.ctcdn.cn/eck/sonobuoy/httpd@sha256:758aa7ccf1af0569310f77155e9408e51191291b60d3a49bfee31efc07105019,ContainerID:containerd://26d888ddbeaaa5f1aba78525e607eee10aae4fab735420a77601cc7af958ad5f,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.16.1.59,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + Mar 8 15:20:59.492: INFO: Pod "webserver-deployment-6b87449b65-j85s7" is available: + &Pod{ObjectMeta:{webserver-deployment-6b87449b65-j85s7 webserver-deployment-6b87449b65- deployment-2164 1f854a04-3b8e-4347-96c0-ef50b17569f1 651601 0 2023-03-08 15:20:51 +0000 UTC map[name:httpd pod-template-hash:6b87449b65] map[] [{apps/v1 ReplicaSet webserver-deployment-6b87449b65 d61d47d4-c48b-4025-a980-bee768167073 0xc0042922c0 0xc0042922c1}] [] [{kube-controller-manager Update v1 2023-03-08 15:20:51 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"d61d47d4-c48b-4025-a980-bee768167073\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-03-08 15:20:53 +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\":\"172.16.1.60\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-b5rbt,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:ehub.ctcdn.cn/eck/sonobuoy/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-b5rbt,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:worker1,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:2023-03-08 15:20:51 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:53 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:53 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:51 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.0.0.17,PodIP:172.16.1.60,StartTime:2023-03-08 15:20:51 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-03-08 15:20:53 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2,ImageID:ehub.ctcdn.cn/eck/sonobuoy/httpd@sha256:758aa7ccf1af0569310f77155e9408e51191291b60d3a49bfee31efc07105019,ContainerID:containerd://202f9ba74155ec481b6a51db0e2cc73477087c1d9099d0a4ec49aeace9904d0d,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.16.1.60,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + Mar 8 15:20:59.492: INFO: Pod "webserver-deployment-6b87449b65-phzbg" is not available: + &Pod{ObjectMeta:{webserver-deployment-6b87449b65-phzbg webserver-deployment-6b87449b65- deployment-2164 9e852b85-2fc6-4805-9dad-58ea5730e32d 651748 0 2023-03-08 15:20:59 +0000 UTC map[name:httpd pod-template-hash:6b87449b65] map[] [{apps/v1 ReplicaSet webserver-deployment-6b87449b65 d61d47d4-c48b-4025-a980-bee768167073 0xc0042924a0 0xc0042924a1}] [] [{kube-controller-manager Update v1 2023-03-08 15:20:59 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"d61d47d4-c48b-4025-a980-bee768167073\"}":{}}},"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-4626k,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:ehub.ctcdn.cn/eck/sonobuoy/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-4626k,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:worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*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:2023-03-08 15:20:59 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Mar 8 15:20:59.492: INFO: Pod "webserver-deployment-6b87449b65-svjjl" is available: + &Pod{ObjectMeta:{webserver-deployment-6b87449b65-svjjl webserver-deployment-6b87449b65- deployment-2164 c9bcbae3-dcdf-4fde-91c1-1bece57b056b 651593 0 2023-03-08 15:20:51 +0000 UTC map[name:httpd pod-template-hash:6b87449b65] map[] [{apps/v1 ReplicaSet webserver-deployment-6b87449b65 d61d47d4-c48b-4025-a980-bee768167073 0xc004292600 0xc004292601}] [] [{kube-controller-manager Update v1 2023-03-08 15:20:51 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"d61d47d4-c48b-4025-a980-bee768167073\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-03-08 15:20:53 +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\":\"172.16.1.58\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-6vzp5,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:ehub.ctcdn.cn/eck/sonobuoy/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-6vzp5,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:worker1,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:2023-03-08 15:20:51 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:53 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:53 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:51 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.0.0.17,PodIP:172.16.1.58,StartTime:2023-03-08 15:20:51 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-03-08 15:20:52 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2,ImageID:ehub.ctcdn.cn/eck/sonobuoy/httpd@sha256:758aa7ccf1af0569310f77155e9408e51191291b60d3a49bfee31efc07105019,ContainerID:containerd://ee416938fccf97a2c22384433aade3838daf8af24b903de2b4cd2b87c8f0def1,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.16.1.58,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + Mar 8 15:20:59.492: INFO: Pod "webserver-deployment-6b87449b65-tcrrx" is available: + &Pod{ObjectMeta:{webserver-deployment-6b87449b65-tcrrx webserver-deployment-6b87449b65- deployment-2164 6ada74d1-fc08-457b-a53a-18d364897be5 651609 0 2023-03-08 15:20:51 +0000 UTC map[name:httpd pod-template-hash:6b87449b65] map[] [{apps/v1 ReplicaSet webserver-deployment-6b87449b65 d61d47d4-c48b-4025-a980-bee768167073 0xc0042927e0 0xc0042927e1}] [] [{kube-controller-manager Update v1 2023-03-08 15:20:51 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"d61d47d4-c48b-4025-a980-bee768167073\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-03-08 15:20:54 +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\":\"172.16.0.221\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-smx5w,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:ehub.ctcdn.cn/eck/sonobuoy/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-smx5w,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:worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*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:2023-03-08 15:20:51 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:53 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:53 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:51 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.0.0.18,PodIP:172.16.0.221,StartTime:2023-03-08 15:20:51 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-03-08 15:20:53 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2,ImageID:ehub.ctcdn.cn/eck/sonobuoy/httpd@sha256:758aa7ccf1af0569310f77155e9408e51191291b60d3a49bfee31efc07105019,ContainerID:containerd://b815818ad15d634f13a816f06e4cc7afa90be22de2a2c076428e650978ab4ccf,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.16.0.221,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + Mar 8 15:20:59.492: INFO: Pod "webserver-deployment-6b87449b65-vnm9d" is available: + &Pod{ObjectMeta:{webserver-deployment-6b87449b65-vnm9d webserver-deployment-6b87449b65- deployment-2164 51f6e35d-06f4-4409-867a-69bcc9de7cef 651630 0 2023-03-08 15:20:51 +0000 UTC map[name:httpd pod-template-hash:6b87449b65] map[] [{apps/v1 ReplicaSet webserver-deployment-6b87449b65 d61d47d4-c48b-4025-a980-bee768167073 0xc0042929d0 0xc0042929d1}] [] [{kube-controller-manager Update v1 2023-03-08 15:20:51 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"d61d47d4-c48b-4025-a980-bee768167073\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-03-08 15:20:55 +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\":\"172.16.0.219\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-llgjl,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:ehub.ctcdn.cn/eck/sonobuoy/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-llgjl,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:worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*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:2023-03-08 15:20:51 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:53 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:53 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:20:51 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.0.0.18,PodIP:172.16.0.219,StartTime:2023-03-08 15:20:51 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-03-08 15:20:52 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2,ImageID:ehub.ctcdn.cn/eck/sonobuoy/httpd@sha256:758aa7ccf1af0569310f77155e9408e51191291b60d3a49bfee31efc07105019,ContainerID:containerd://25e2454f4e007c452af6ae6240c96dd7f010552dffc3975259baa666de066e10,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.16.0.219,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + [AfterEach] [sig-apps] Deployment + test/e2e/framework/framework.go:187 + Mar 8 15:20:59.493: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "deployment-2164" for this suite. 03/08/23 15:20:59.517 + << End Captured GinkgoWriter Output +------------------------------ +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 03/08/23 15:20:59.556 +Mar 8 15:20:59.556: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename projected 03/08/23 15:20:59.557 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:20:59.578 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:20:59.58 +[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-79ea7979-bba8-4ed5-a213-1a7cd09fb695 03/08/23 15:20:59.583 +STEP: Creating a pod to test consume configMaps 03/08/23 15:20:59.587 +Mar 8 15:20:59.594: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-a14181e2-0b64-481a-acf4-eb763802726a" in namespace "projected-8203" to be "Succeeded or Failed" +Mar 8 15:20:59.598: INFO: Pod "pod-projected-configmaps-a14181e2-0b64-481a-acf4-eb763802726a": Phase="Pending", Reason="", readiness=false. Elapsed: 4.175167ms +Mar 8 15:21:01.602: INFO: Pod "pod-projected-configmaps-a14181e2-0b64-481a-acf4-eb763802726a": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008379588s +Mar 8 15:21:03.602: INFO: Pod "pod-projected-configmaps-a14181e2-0b64-481a-acf4-eb763802726a": Phase="Pending", Reason="", readiness=false. Elapsed: 4.008075412s +Mar 8 15:21:05.602: INFO: Pod "pod-projected-configmaps-a14181e2-0b64-481a-acf4-eb763802726a": Phase="Pending", Reason="", readiness=false. Elapsed: 6.007585866s +Mar 8 15:21:07.602: INFO: Pod "pod-projected-configmaps-a14181e2-0b64-481a-acf4-eb763802726a": Phase="Pending", Reason="", readiness=false. Elapsed: 8.008291955s +Mar 8 15:21:09.602: INFO: Pod "pod-projected-configmaps-a14181e2-0b64-481a-acf4-eb763802726a": Phase="Pending", Reason="", readiness=false. Elapsed: 10.007905118s +Mar 8 15:21:11.603: INFO: Pod "pod-projected-configmaps-a14181e2-0b64-481a-acf4-eb763802726a": Phase="Succeeded", Reason="", readiness=false. Elapsed: 12.008732908s +STEP: Saw pod success 03/08/23 15:21:11.603 +Mar 8 15:21:11.603: INFO: Pod "pod-projected-configmaps-a14181e2-0b64-481a-acf4-eb763802726a" satisfied condition "Succeeded or Failed" +Mar 8 15:21:11.606: INFO: Trying to get logs from node worker2 pod pod-projected-configmaps-a14181e2-0b64-481a-acf4-eb763802726a container agnhost-container: +STEP: delete the pod 03/08/23 15:21:11.613 +Mar 8 15:21:11.624: INFO: Waiting for pod pod-projected-configmaps-a14181e2-0b64-481a-acf4-eb763802726a to disappear +Mar 8 15:21:11.627: INFO: Pod pod-projected-configmaps-a14181e2-0b64-481a-acf4-eb763802726a no longer exists +[AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 +Mar 8 15:21:11.627: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-8203" for this suite. 03/08/23 15:21:11.631 +{"msg":"PASSED [sig-storage] Projected configMap should be consumable from pods in volume with mappings and Item mode set [LinuxOnly] [NodeConformance] [Conformance]","completed":214,"skipped":4042,"failed":0} +------------------------------ +• [SLOW TEST] [12.081 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 03/08/23 15:20:59.556 + Mar 8 15:20:59.556: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename projected 03/08/23 15:20:59.557 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:20:59.578 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:20:59.58 + [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-79ea7979-bba8-4ed5-a213-1a7cd09fb695 03/08/23 15:20:59.583 + STEP: Creating a pod to test consume configMaps 03/08/23 15:20:59.587 + Mar 8 15:20:59.594: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-a14181e2-0b64-481a-acf4-eb763802726a" in namespace "projected-8203" to be "Succeeded or Failed" + Mar 8 15:20:59.598: INFO: Pod "pod-projected-configmaps-a14181e2-0b64-481a-acf4-eb763802726a": Phase="Pending", Reason="", readiness=false. Elapsed: 4.175167ms + Mar 8 15:21:01.602: INFO: Pod "pod-projected-configmaps-a14181e2-0b64-481a-acf4-eb763802726a": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008379588s + Mar 8 15:21:03.602: INFO: Pod "pod-projected-configmaps-a14181e2-0b64-481a-acf4-eb763802726a": Phase="Pending", Reason="", readiness=false. Elapsed: 4.008075412s + Mar 8 15:21:05.602: INFO: Pod "pod-projected-configmaps-a14181e2-0b64-481a-acf4-eb763802726a": Phase="Pending", Reason="", readiness=false. Elapsed: 6.007585866s + Mar 8 15:21:07.602: INFO: Pod "pod-projected-configmaps-a14181e2-0b64-481a-acf4-eb763802726a": Phase="Pending", Reason="", readiness=false. Elapsed: 8.008291955s + Mar 8 15:21:09.602: INFO: Pod "pod-projected-configmaps-a14181e2-0b64-481a-acf4-eb763802726a": Phase="Pending", Reason="", readiness=false. Elapsed: 10.007905118s + Mar 8 15:21:11.603: INFO: Pod "pod-projected-configmaps-a14181e2-0b64-481a-acf4-eb763802726a": Phase="Succeeded", Reason="", readiness=false. Elapsed: 12.008732908s + STEP: Saw pod success 03/08/23 15:21:11.603 + Mar 8 15:21:11.603: INFO: Pod "pod-projected-configmaps-a14181e2-0b64-481a-acf4-eb763802726a" satisfied condition "Succeeded or Failed" + Mar 8 15:21:11.606: INFO: Trying to get logs from node worker2 pod pod-projected-configmaps-a14181e2-0b64-481a-acf4-eb763802726a container agnhost-container: + STEP: delete the pod 03/08/23 15:21:11.613 + Mar 8 15:21:11.624: INFO: Waiting for pod pod-projected-configmaps-a14181e2-0b64-481a-acf4-eb763802726a to disappear + Mar 8 15:21:11.627: INFO: Pod pod-projected-configmaps-a14181e2-0b64-481a-acf4-eb763802726a no longer exists + [AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 + Mar 8 15:21:11.627: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-8203" for this suite. 03/08/23 15:21:11.631 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:21:11.638 +Mar 8 15:21:11.638: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename replicaset 03/08/23 15:21:11.639 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:21:11.652 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:21:11.655 +[It] should serve a basic image on each replica with a public image [Conformance] + test/e2e/apps/replica_set.go:111 +Mar 8 15:21:11.656: INFO: Creating ReplicaSet my-hostname-basic-272c7d3b-cdfd-4740-a58f-45f16ec2246e +Mar 8 15:21:11.664: INFO: Pod name my-hostname-basic-272c7d3b-cdfd-4740-a58f-45f16ec2246e: Found 0 pods out of 1 +Mar 8 15:21:16.667: INFO: Pod name my-hostname-basic-272c7d3b-cdfd-4740-a58f-45f16ec2246e: Found 1 pods out of 1 +Mar 8 15:21:16.667: INFO: Ensuring a pod for ReplicaSet "my-hostname-basic-272c7d3b-cdfd-4740-a58f-45f16ec2246e" is running +Mar 8 15:21:16.667: INFO: Waiting up to 5m0s for pod "my-hostname-basic-272c7d3b-cdfd-4740-a58f-45f16ec2246e-xwgjd" in namespace "replicaset-7485" to be "running" +Mar 8 15:21:16.670: INFO: Pod "my-hostname-basic-272c7d3b-cdfd-4740-a58f-45f16ec2246e-xwgjd": Phase="Running", Reason="", readiness=true. Elapsed: 2.746392ms +Mar 8 15:21:16.670: INFO: Pod "my-hostname-basic-272c7d3b-cdfd-4740-a58f-45f16ec2246e-xwgjd" satisfied condition "running" +Mar 8 15:21:16.670: INFO: Pod "my-hostname-basic-272c7d3b-cdfd-4740-a58f-45f16ec2246e-xwgjd" is running (conditions: [{Type:Initialized Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2023-03-08 15:21:11 +0000 UTC Reason: Message:} {Type:Ready Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2023-03-08 15:21:13 +0000 UTC Reason: Message:} {Type:ContainersReady Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2023-03-08 15:21:13 +0000 UTC Reason: Message:} {Type:PodScheduled Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2023-03-08 15:21:11 +0000 UTC Reason: Message:}]) +Mar 8 15:21:16.670: INFO: Trying to dial the pod +Mar 8 15:21:21.681: INFO: Controller my-hostname-basic-272c7d3b-cdfd-4740-a58f-45f16ec2246e: Got expected result from replica 1 [my-hostname-basic-272c7d3b-cdfd-4740-a58f-45f16ec2246e-xwgjd]: "my-hostname-basic-272c7d3b-cdfd-4740-a58f-45f16ec2246e-xwgjd", 1 of 1 required successes so far +[AfterEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:187 +Mar 8 15:21:21.682: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "replicaset-7485" for this suite. 03/08/23 15:21:21.685 +{"msg":"PASSED [sig-apps] ReplicaSet should serve a basic image on each replica with a public image [Conformance]","completed":215,"skipped":4077,"failed":0} +------------------------------ +• [SLOW TEST] [10.054 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 03/08/23 15:21:11.638 + Mar 8 15:21:11.638: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename replicaset 03/08/23 15:21:11.639 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:21:11.652 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:21:11.655 + [It] should serve a basic image on each replica with a public image [Conformance] + test/e2e/apps/replica_set.go:111 + Mar 8 15:21:11.656: INFO: Creating ReplicaSet my-hostname-basic-272c7d3b-cdfd-4740-a58f-45f16ec2246e + Mar 8 15:21:11.664: INFO: Pod name my-hostname-basic-272c7d3b-cdfd-4740-a58f-45f16ec2246e: Found 0 pods out of 1 + Mar 8 15:21:16.667: INFO: Pod name my-hostname-basic-272c7d3b-cdfd-4740-a58f-45f16ec2246e: Found 1 pods out of 1 + Mar 8 15:21:16.667: INFO: Ensuring a pod for ReplicaSet "my-hostname-basic-272c7d3b-cdfd-4740-a58f-45f16ec2246e" is running + Mar 8 15:21:16.667: INFO: Waiting up to 5m0s for pod "my-hostname-basic-272c7d3b-cdfd-4740-a58f-45f16ec2246e-xwgjd" in namespace "replicaset-7485" to be "running" + Mar 8 15:21:16.670: INFO: Pod "my-hostname-basic-272c7d3b-cdfd-4740-a58f-45f16ec2246e-xwgjd": Phase="Running", Reason="", readiness=true. Elapsed: 2.746392ms + Mar 8 15:21:16.670: INFO: Pod "my-hostname-basic-272c7d3b-cdfd-4740-a58f-45f16ec2246e-xwgjd" satisfied condition "running" + Mar 8 15:21:16.670: INFO: Pod "my-hostname-basic-272c7d3b-cdfd-4740-a58f-45f16ec2246e-xwgjd" is running (conditions: [{Type:Initialized Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2023-03-08 15:21:11 +0000 UTC Reason: Message:} {Type:Ready Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2023-03-08 15:21:13 +0000 UTC Reason: Message:} {Type:ContainersReady Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2023-03-08 15:21:13 +0000 UTC Reason: Message:} {Type:PodScheduled Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2023-03-08 15:21:11 +0000 UTC Reason: Message:}]) + Mar 8 15:21:16.670: INFO: Trying to dial the pod + Mar 8 15:21:21.681: INFO: Controller my-hostname-basic-272c7d3b-cdfd-4740-a58f-45f16ec2246e: Got expected result from replica 1 [my-hostname-basic-272c7d3b-cdfd-4740-a58f-45f16ec2246e-xwgjd]: "my-hostname-basic-272c7d3b-cdfd-4740-a58f-45f16ec2246e-xwgjd", 1 of 1 required successes so far + [AfterEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:187 + Mar 8 15:21:21.682: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "replicaset-7485" for this suite. 03/08/23 15:21:21.685 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:21:21.693 +Mar 8 15:21:21.693: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename init-container 03/08/23 15:21:21.694 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:21:21.711 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:21:21.714 +[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 03/08/23 15:21:21.715 +Mar 8 15:21:21.716: INFO: PodSpec: initContainers in spec.initContainers +[AfterEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/framework.go:187 +Mar 8 15:21:25.091: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "init-container-1410" for this suite. 03/08/23 15:21:25.095 +{"msg":"PASSED [sig-node] InitContainer [NodeConformance] should invoke init containers on a RestartAlways pod [Conformance]","completed":216,"skipped":4091,"failed":0} +------------------------------ +• [3.407 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 03/08/23 15:21:21.693 + Mar 8 15:21:21.693: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename init-container 03/08/23 15:21:21.694 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:21:21.711 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:21:21.714 + [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 03/08/23 15:21:21.715 + Mar 8 15:21:21.716: INFO: PodSpec: initContainers in spec.initContainers + [AfterEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/framework.go:187 + Mar 8 15:21:25.091: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "init-container-1410" for this suite. 03/08/23 15:21:25.095 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:21:25.104 +Mar 8 15:21:25.104: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename watch 03/08/23 15:21:25.105 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:21:25.117 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:21:25.119 +[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 03/08/23 15:21:25.121 +STEP: creating a watch on configmaps with label B 03/08/23 15:21:25.122 +STEP: creating a watch on configmaps with label A or B 03/08/23 15:21:25.123 +STEP: creating a configmap with label A and ensuring the correct watchers observe the notification 03/08/23 15:21:25.124 +Mar 8 15:21:25.128: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-6598 636f2716-aca7-4818-8357-f6f6701f9742 652213 0 2023-03-08 15:21:25 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2023-03-08 15:21:25 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} +Mar 8 15:21:25.128: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-6598 636f2716-aca7-4818-8357-f6f6701f9742 652213 0 2023-03-08 15:21:25 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2023-03-08 15:21:25 +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 03/08/23 15:21:25.128 +Mar 8 15:21:25.134: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-6598 636f2716-aca7-4818-8357-f6f6701f9742 652214 0 2023-03-08 15:21:25 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2023-03-08 15:21:25 +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,} +Mar 8 15:21:25.134: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-6598 636f2716-aca7-4818-8357-f6f6701f9742 652214 0 2023-03-08 15:21:25 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2023-03-08 15:21:25 +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 03/08/23 15:21:25.135 +Mar 8 15:21:25.141: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-6598 636f2716-aca7-4818-8357-f6f6701f9742 652215 0 2023-03-08 15:21:25 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2023-03-08 15:21:25 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{mutation: 2,},BinaryData:map[string][]byte{},Immutable:nil,} +Mar 8 15:21:25.141: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-6598 636f2716-aca7-4818-8357-f6f6701f9742 652215 0 2023-03-08 15:21:25 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2023-03-08 15:21:25 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{mutation: 2,},BinaryData:map[string][]byte{},Immutable:nil,} +STEP: deleting configmap A and ensuring the correct watchers observe the notification 03/08/23 15:21:25.141 +Mar 8 15:21:25.146: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-6598 636f2716-aca7-4818-8357-f6f6701f9742 652216 0 2023-03-08 15:21:25 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2023-03-08 15:21:25 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{mutation: 2,},BinaryData:map[string][]byte{},Immutable:nil,} +Mar 8 15:21:25.146: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-6598 636f2716-aca7-4818-8357-f6f6701f9742 652216 0 2023-03-08 15:21:25 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2023-03-08 15:21:25 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{mutation: 2,},BinaryData:map[string][]byte{},Immutable:nil,} +STEP: creating a configmap with label B and ensuring the correct watchers observe the notification 03/08/23 15:21:25.146 +Mar 8 15:21:25.149: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-b watch-6598 1b2175f8-cf35-4c40-a8c3-3c27499d7354 652217 0 2023-03-08 15:21:25 +0000 UTC map[watch-this-configmap:multiple-watchers-B] map[] [] [] [{e2e.test Update v1 2023-03-08 15:21:25 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} +Mar 8 15:21:25.149: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-b watch-6598 1b2175f8-cf35-4c40-a8c3-3c27499d7354 652217 0 2023-03-08 15:21:25 +0000 UTC map[watch-this-configmap:multiple-watchers-B] map[] [] [] [{e2e.test Update v1 2023-03-08 15:21:25 +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 03/08/23 15:21:35.15 +Mar 8 15:21:35.160: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-b watch-6598 1b2175f8-cf35-4c40-a8c3-3c27499d7354 652296 0 2023-03-08 15:21:25 +0000 UTC map[watch-this-configmap:multiple-watchers-B] map[] [] [] [{e2e.test Update v1 2023-03-08 15:21:25 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} +Mar 8 15:21:35.161: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-b watch-6598 1b2175f8-cf35-4c40-a8c3-3c27499d7354 652296 0 2023-03-08 15:21:25 +0000 UTC map[watch-this-configmap:multiple-watchers-B] map[] [] [] [{e2e.test Update v1 2023-03-08 15:21:25 +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 +Mar 8 15:21:45.164: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "watch-6598" for this suite. 03/08/23 15:21:45.169 +{"msg":"PASSED [sig-api-machinery] Watchers should observe add, update, and delete watch notifications on configmaps [Conformance]","completed":217,"skipped":4115,"failed":0} +------------------------------ +• [SLOW TEST] [20.071 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 03/08/23 15:21:25.104 + Mar 8 15:21:25.104: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename watch 03/08/23 15:21:25.105 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:21:25.117 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:21:25.119 + [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 03/08/23 15:21:25.121 + STEP: creating a watch on configmaps with label B 03/08/23 15:21:25.122 + STEP: creating a watch on configmaps with label A or B 03/08/23 15:21:25.123 + STEP: creating a configmap with label A and ensuring the correct watchers observe the notification 03/08/23 15:21:25.124 + Mar 8 15:21:25.128: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-6598 636f2716-aca7-4818-8357-f6f6701f9742 652213 0 2023-03-08 15:21:25 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2023-03-08 15:21:25 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} + Mar 8 15:21:25.128: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-6598 636f2716-aca7-4818-8357-f6f6701f9742 652213 0 2023-03-08 15:21:25 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2023-03-08 15:21:25 +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 03/08/23 15:21:25.128 + Mar 8 15:21:25.134: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-6598 636f2716-aca7-4818-8357-f6f6701f9742 652214 0 2023-03-08 15:21:25 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2023-03-08 15:21:25 +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,} + Mar 8 15:21:25.134: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-6598 636f2716-aca7-4818-8357-f6f6701f9742 652214 0 2023-03-08 15:21:25 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2023-03-08 15:21:25 +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 03/08/23 15:21:25.135 + Mar 8 15:21:25.141: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-6598 636f2716-aca7-4818-8357-f6f6701f9742 652215 0 2023-03-08 15:21:25 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2023-03-08 15:21:25 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{mutation: 2,},BinaryData:map[string][]byte{},Immutable:nil,} + Mar 8 15:21:25.141: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-6598 636f2716-aca7-4818-8357-f6f6701f9742 652215 0 2023-03-08 15:21:25 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2023-03-08 15:21:25 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{mutation: 2,},BinaryData:map[string][]byte{},Immutable:nil,} + STEP: deleting configmap A and ensuring the correct watchers observe the notification 03/08/23 15:21:25.141 + Mar 8 15:21:25.146: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-6598 636f2716-aca7-4818-8357-f6f6701f9742 652216 0 2023-03-08 15:21:25 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2023-03-08 15:21:25 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{mutation: 2,},BinaryData:map[string][]byte{},Immutable:nil,} + Mar 8 15:21:25.146: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-6598 636f2716-aca7-4818-8357-f6f6701f9742 652216 0 2023-03-08 15:21:25 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2023-03-08 15:21:25 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{mutation: 2,},BinaryData:map[string][]byte{},Immutable:nil,} + STEP: creating a configmap with label B and ensuring the correct watchers observe the notification 03/08/23 15:21:25.146 + Mar 8 15:21:25.149: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-b watch-6598 1b2175f8-cf35-4c40-a8c3-3c27499d7354 652217 0 2023-03-08 15:21:25 +0000 UTC map[watch-this-configmap:multiple-watchers-B] map[] [] [] [{e2e.test Update v1 2023-03-08 15:21:25 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} + Mar 8 15:21:25.149: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-b watch-6598 1b2175f8-cf35-4c40-a8c3-3c27499d7354 652217 0 2023-03-08 15:21:25 +0000 UTC map[watch-this-configmap:multiple-watchers-B] map[] [] [] [{e2e.test Update v1 2023-03-08 15:21:25 +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 03/08/23 15:21:35.15 + Mar 8 15:21:35.160: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-b watch-6598 1b2175f8-cf35-4c40-a8c3-3c27499d7354 652296 0 2023-03-08 15:21:25 +0000 UTC map[watch-this-configmap:multiple-watchers-B] map[] [] [] [{e2e.test Update v1 2023-03-08 15:21:25 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} + Mar 8 15:21:35.161: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-b watch-6598 1b2175f8-cf35-4c40-a8c3-3c27499d7354 652296 0 2023-03-08 15:21:25 +0000 UTC map[watch-this-configmap:multiple-watchers-B] map[] [] [] [{e2e.test Update v1 2023-03-08 15:21:25 +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 + Mar 8 15:21:45.164: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "watch-6598" for this suite. 03/08/23 15:21:45.169 + << End Captured GinkgoWriter Output +------------------------------ +SSSSS +------------------------------ +[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 03/08/23 15:21:45.176 +Mar 8 15:21:45.176: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename security-context 03/08/23 15:21:45.177 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:21:45.192 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:21:45.194 +[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 03/08/23 15:21:45.196 +Mar 8 15:21:45.203: INFO: Waiting up to 5m0s for pod "security-context-4b636fb6-74e5-4b1f-b729-90a9e3df4632" in namespace "security-context-7149" to be "Succeeded or Failed" +Mar 8 15:21:45.206: INFO: Pod "security-context-4b636fb6-74e5-4b1f-b729-90a9e3df4632": Phase="Pending", Reason="", readiness=false. Elapsed: 2.605199ms +Mar 8 15:21:47.216: INFO: Pod "security-context-4b636fb6-74e5-4b1f-b729-90a9e3df4632": Phase="Pending", Reason="", readiness=false. Elapsed: 2.012624434s +Mar 8 15:21:49.210: INFO: Pod "security-context-4b636fb6-74e5-4b1f-b729-90a9e3df4632": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.0066316s +STEP: Saw pod success 03/08/23 15:21:49.21 +Mar 8 15:21:49.210: INFO: Pod "security-context-4b636fb6-74e5-4b1f-b729-90a9e3df4632" satisfied condition "Succeeded or Failed" +Mar 8 15:21:49.213: INFO: Trying to get logs from node worker2 pod security-context-4b636fb6-74e5-4b1f-b729-90a9e3df4632 container test-container: +STEP: delete the pod 03/08/23 15:21:49.219 +Mar 8 15:21:49.231: INFO: Waiting for pod security-context-4b636fb6-74e5-4b1f-b729-90a9e3df4632 to disappear +Mar 8 15:21:49.233: INFO: Pod security-context-4b636fb6-74e5-4b1f-b729-90a9e3df4632 no longer exists +[AfterEach] [sig-node] Security Context + test/e2e/framework/framework.go:187 +Mar 8 15:21:49.233: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "security-context-7149" for this suite. 03/08/23 15:21:49.237 +{"msg":"PASSED [sig-node] Security Context should support container.SecurityContext.RunAsUser And container.SecurityContext.RunAsGroup [LinuxOnly] [Conformance]","completed":218,"skipped":4120,"failed":0} +------------------------------ +• [4.067 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 03/08/23 15:21:45.176 + Mar 8 15:21:45.176: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename security-context 03/08/23 15:21:45.177 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:21:45.192 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:21:45.194 + [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 03/08/23 15:21:45.196 + Mar 8 15:21:45.203: INFO: Waiting up to 5m0s for pod "security-context-4b636fb6-74e5-4b1f-b729-90a9e3df4632" in namespace "security-context-7149" to be "Succeeded or Failed" + Mar 8 15:21:45.206: INFO: Pod "security-context-4b636fb6-74e5-4b1f-b729-90a9e3df4632": Phase="Pending", Reason="", readiness=false. Elapsed: 2.605199ms + Mar 8 15:21:47.216: INFO: Pod "security-context-4b636fb6-74e5-4b1f-b729-90a9e3df4632": Phase="Pending", Reason="", readiness=false. Elapsed: 2.012624434s + Mar 8 15:21:49.210: INFO: Pod "security-context-4b636fb6-74e5-4b1f-b729-90a9e3df4632": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.0066316s + STEP: Saw pod success 03/08/23 15:21:49.21 + Mar 8 15:21:49.210: INFO: Pod "security-context-4b636fb6-74e5-4b1f-b729-90a9e3df4632" satisfied condition "Succeeded or Failed" + Mar 8 15:21:49.213: INFO: Trying to get logs from node worker2 pod security-context-4b636fb6-74e5-4b1f-b729-90a9e3df4632 container test-container: + STEP: delete the pod 03/08/23 15:21:49.219 + Mar 8 15:21:49.231: INFO: Waiting for pod security-context-4b636fb6-74e5-4b1f-b729-90a9e3df4632 to disappear + Mar 8 15:21:49.233: INFO: Pod security-context-4b636fb6-74e5-4b1f-b729-90a9e3df4632 no longer exists + [AfterEach] [sig-node] Security Context + test/e2e/framework/framework.go:187 + Mar 8 15:21:49.233: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "security-context-7149" for this suite. 03/08/23 15:21:49.237 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:21:49.244 +Mar 8 15:21:49.244: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename sysctl 03/08/23 15:21:49.245 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:21:49.259 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:21:49.261 +[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 03/08/23 15:21:49.263 +[AfterEach] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + test/e2e/framework/framework.go:187 +Mar 8 15:21:49.267: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "sysctl-5403" for this suite. 03/08/23 15:21:49.271 +{"msg":"PASSED [sig-node] Sysctls [LinuxOnly] [NodeConformance] should reject invalid sysctls [MinimumKubeletVersion:1.21] [Conformance]","completed":219,"skipped":4158,"failed":0} +------------------------------ +• [0.032 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 03/08/23 15:21:49.244 + Mar 8 15:21:49.244: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename sysctl 03/08/23 15:21:49.245 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:21:49.259 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:21:49.261 + [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 03/08/23 15:21:49.263 + [AfterEach] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + test/e2e/framework/framework.go:187 + Mar 8 15:21:49.267: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "sysctl-5403" for this suite. 03/08/23 15:21:49.271 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[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 03/08/23 15:21:49.277 +Mar 8 15:21:49.277: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename replicaset 03/08/23 15:21:49.278 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:21:49.296 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:21:49.298 +[It] Replace and Patch tests [Conformance] + test/e2e/apps/replica_set.go:154 +Mar 8 15:21:49.310: INFO: Pod name sample-pod: Found 0 pods out of 1 +Mar 8 15:21:54.314: INFO: Pod name sample-pod: Found 1 pods out of 1 +STEP: ensuring each pod is running 03/08/23 15:21:54.314 +STEP: Scaling up "test-rs" replicaset 03/08/23 15:21:54.315 +Mar 8 15:21:54.323: INFO: Updating replica set "test-rs" +STEP: patching the ReplicaSet 03/08/23 15:21:54.323 +W0308 15:21:54.328410 20 warnings.go:70] unknown field "spec.template.spec.TerminationGracePeriodSeconds" +Mar 8 15:21:54.329: INFO: observed ReplicaSet test-rs in namespace replicaset-5460 with ReadyReplicas 1, AvailableReplicas 1 +Mar 8 15:21:54.411: INFO: observed ReplicaSet test-rs in namespace replicaset-5460 with ReadyReplicas 1, AvailableReplicas 1 +Mar 8 15:21:54.421: INFO: observed ReplicaSet test-rs in namespace replicaset-5460 with ReadyReplicas 1, AvailableReplicas 1 +Mar 8 15:21:55.214: INFO: observed ReplicaSet test-rs in namespace replicaset-5460 with ReadyReplicas 2, AvailableReplicas 2 +Mar 8 15:21:55.857: INFO: observed Replicaset test-rs in namespace replicaset-5460 with ReadyReplicas 3 found true +[AfterEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:187 +Mar 8 15:21:55.857: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "replicaset-5460" for this suite. 03/08/23 15:21:55.861 +{"msg":"PASSED [sig-apps] ReplicaSet Replace and Patch tests [Conformance]","completed":220,"skipped":4162,"failed":0} +------------------------------ +• [SLOW TEST] [6.592 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 03/08/23 15:21:49.277 + Mar 8 15:21:49.277: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename replicaset 03/08/23 15:21:49.278 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:21:49.296 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:21:49.298 + [It] Replace and Patch tests [Conformance] + test/e2e/apps/replica_set.go:154 + Mar 8 15:21:49.310: INFO: Pod name sample-pod: Found 0 pods out of 1 + Mar 8 15:21:54.314: INFO: Pod name sample-pod: Found 1 pods out of 1 + STEP: ensuring each pod is running 03/08/23 15:21:54.314 + STEP: Scaling up "test-rs" replicaset 03/08/23 15:21:54.315 + Mar 8 15:21:54.323: INFO: Updating replica set "test-rs" + STEP: patching the ReplicaSet 03/08/23 15:21:54.323 + W0308 15:21:54.328410 20 warnings.go:70] unknown field "spec.template.spec.TerminationGracePeriodSeconds" + Mar 8 15:21:54.329: INFO: observed ReplicaSet test-rs in namespace replicaset-5460 with ReadyReplicas 1, AvailableReplicas 1 + Mar 8 15:21:54.411: INFO: observed ReplicaSet test-rs in namespace replicaset-5460 with ReadyReplicas 1, AvailableReplicas 1 + Mar 8 15:21:54.421: INFO: observed ReplicaSet test-rs in namespace replicaset-5460 with ReadyReplicas 1, AvailableReplicas 1 + Mar 8 15:21:55.214: INFO: observed ReplicaSet test-rs in namespace replicaset-5460 with ReadyReplicas 2, AvailableReplicas 2 + Mar 8 15:21:55.857: INFO: observed Replicaset test-rs in namespace replicaset-5460 with ReadyReplicas 3 found true + [AfterEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:187 + Mar 8 15:21:55.857: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "replicaset-5460" for this suite. 03/08/23 15:21:55.861 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSS +------------------------------ +[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 03/08/23 15:21:55.869 +Mar 8 15:21:55.869: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename services 03/08/23 15:21:55.87 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:21:55.884 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:21:55.886 +[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-9959 03/08/23 15:21:55.888 +STEP: creating service affinity-nodeport-transition in namespace services-9959 03/08/23 15:21:55.888 +STEP: creating replication controller affinity-nodeport-transition in namespace services-9959 03/08/23 15:21:55.901 +I0308 15:21:55.909093 20 runners.go:193] Created replication controller with name: affinity-nodeport-transition, namespace: services-9959, replica count: 3 +I0308 15:21:58.959715 20 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 +Mar 8 15:21:58.970: INFO: Creating new exec pod +Mar 8 15:21:58.979: INFO: Waiting up to 5m0s for pod "execpod-affinityk42pj" in namespace "services-9959" to be "running" +Mar 8 15:21:58.990: INFO: Pod "execpod-affinityk42pj": Phase="Pending", Reason="", readiness=false. Elapsed: 11.621553ms +Mar 8 15:22:00.995: INFO: Pod "execpod-affinityk42pj": Phase="Running", Reason="", readiness=true. Elapsed: 2.016345888s +Mar 8 15:22:00.995: INFO: Pod "execpod-affinityk42pj" satisfied condition "running" +Mar 8 15:22:02.000: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-9959 exec execpod-affinityk42pj -- /bin/sh -x -c echo hostName | nc -v -t -w 2 affinity-nodeport-transition 80' +Mar 8 15:22:02.123: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 affinity-nodeport-transition 80\nConnection to affinity-nodeport-transition 80 port [tcp/http] succeeded!\n" +Mar 8 15:22:02.123: 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" +Mar 8 15:22:02.123: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-9959 exec execpod-affinityk42pj -- /bin/sh -x -c echo hostName | nc -v -t -w 2 192.168.125.97 80' +Mar 8 15:22:02.242: INFO: stderr: "+ nc -v -t -w 2 192.168.125.97 80\n+ echo hostName\nConnection to 192.168.125.97 80 port [tcp/http] succeeded!\n" +Mar 8 15:22:02.242: 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" +Mar 8 15:22:02.242: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-9959 exec execpod-affinityk42pj -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.0.0.17 30699' +Mar 8 15:22:02.368: INFO: stderr: "+ nc -v -t -w 2 10.0.0.17 30699\n+ echo hostName\nConnection to 10.0.0.17 30699 port [tcp/*] succeeded!\n" +Mar 8 15:22:02.368: 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" +Mar 8 15:22:02.368: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-9959 exec execpod-affinityk42pj -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.0.0.18 30699' +Mar 8 15:22:02.492: INFO: stderr: "+ nc -v -t -w 2 10.0.0.18 30699\n+ echo hostName\nConnection to 10.0.0.18 30699 port [tcp/*] succeeded!\n" +Mar 8 15:22:02.492: 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" +Mar 8 15:22:02.501: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-9959 exec execpod-affinityk42pj -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://10.0.0.17:30699/ ; done' +Mar 8 15:22:14.715: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n" +Mar 8 15:22:14.715: INFO: stdout: "\n\naffinity-nodeport-transition-8n4hw\n\n\n\n\n\naffinity-nodeport-transition-82vhg\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-82vhg\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-82vhg\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-8n4hw\naffinity-nodeport-transition-82vhg" +Mar 8 15:22:14.715: INFO: Received response from host: affinity-nodeport-transition-8n4hw +Mar 8 15:22:14.715: INFO: Received response from host: affinity-nodeport-transition-82vhg +Mar 8 15:22:14.715: INFO: Received response from host: affinity-nodeport-transition-65tls +Mar 8 15:22:14.715: INFO: Received response from host: affinity-nodeport-transition-82vhg +Mar 8 15:22:14.715: INFO: Received response from host: affinity-nodeport-transition-65tls +Mar 8 15:22:14.715: INFO: Received response from host: affinity-nodeport-transition-65tls +Mar 8 15:22:14.715: INFO: Received response from host: affinity-nodeport-transition-82vhg +Mar 8 15:22:14.715: INFO: Received response from host: affinity-nodeport-transition-65tls +Mar 8 15:22:14.715: INFO: Received response from host: affinity-nodeport-transition-8n4hw +Mar 8 15:22:14.715: INFO: Received response from host: affinity-nodeport-transition-82vhg +Mar 8 15:22:44.718: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-9959 exec execpod-affinityk42pj -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://10.0.0.17:30699/ ; done' +Mar 8 15:22:44.912: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n" +Mar 8 15:22:44.912: INFO: stdout: "\naffinity-nodeport-transition-8n4hw\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-8n4hw\naffinity-nodeport-transition-82vhg\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-82vhg\naffinity-nodeport-transition-82vhg\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-8n4hw\naffinity-nodeport-transition-82vhg" +Mar 8 15:22:44.912: INFO: Received response from host: affinity-nodeport-transition-8n4hw +Mar 8 15:22:44.912: INFO: Received response from host: affinity-nodeport-transition-65tls +Mar 8 15:22:44.912: INFO: Received response from host: affinity-nodeport-transition-8n4hw +Mar 8 15:22:44.912: INFO: Received response from host: affinity-nodeport-transition-82vhg +Mar 8 15:22:44.912: INFO: Received response from host: affinity-nodeport-transition-65tls +Mar 8 15:22:44.912: INFO: Received response from host: affinity-nodeport-transition-82vhg +Mar 8 15:22:44.912: INFO: Received response from host: affinity-nodeport-transition-82vhg +Mar 8 15:22:44.912: INFO: Received response from host: affinity-nodeport-transition-65tls +Mar 8 15:22:44.912: INFO: Received response from host: affinity-nodeport-transition-65tls +Mar 8 15:22:44.912: INFO: Received response from host: affinity-nodeport-transition-65tls +Mar 8 15:22:44.912: INFO: Received response from host: affinity-nodeport-transition-65tls +Mar 8 15:22:44.912: INFO: Received response from host: affinity-nodeport-transition-65tls +Mar 8 15:22:44.912: INFO: Received response from host: affinity-nodeport-transition-65tls +Mar 8 15:22:44.912: INFO: Received response from host: affinity-nodeport-transition-65tls +Mar 8 15:22:44.912: INFO: Received response from host: affinity-nodeport-transition-8n4hw +Mar 8 15:22:44.912: INFO: Received response from host: affinity-nodeport-transition-82vhg +Mar 8 15:22:44.924: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-9959 exec execpod-affinityk42pj -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://10.0.0.17:30699/ ; done' +Mar 8 15:22:45.128: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n" +Mar 8 15:22:45.128: INFO: stdout: "\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-65tls" +Mar 8 15:22:45.128: INFO: Received response from host: affinity-nodeport-transition-65tls +Mar 8 15:22:45.128: INFO: Received response from host: affinity-nodeport-transition-65tls +Mar 8 15:22:45.128: INFO: Received response from host: affinity-nodeport-transition-65tls +Mar 8 15:22:45.128: INFO: Received response from host: affinity-nodeport-transition-65tls +Mar 8 15:22:45.128: INFO: Received response from host: affinity-nodeport-transition-65tls +Mar 8 15:22:45.128: INFO: Received response from host: affinity-nodeport-transition-65tls +Mar 8 15:22:45.128: INFO: Received response from host: affinity-nodeport-transition-65tls +Mar 8 15:22:45.128: INFO: Received response from host: affinity-nodeport-transition-65tls +Mar 8 15:22:45.128: INFO: Received response from host: affinity-nodeport-transition-65tls +Mar 8 15:22:45.128: INFO: Received response from host: affinity-nodeport-transition-65tls +Mar 8 15:22:45.128: INFO: Received response from host: affinity-nodeport-transition-65tls +Mar 8 15:22:45.128: INFO: Received response from host: affinity-nodeport-transition-65tls +Mar 8 15:22:45.128: INFO: Received response from host: affinity-nodeport-transition-65tls +Mar 8 15:22:45.128: INFO: Received response from host: affinity-nodeport-transition-65tls +Mar 8 15:22:45.128: INFO: Received response from host: affinity-nodeport-transition-65tls +Mar 8 15:22:45.128: INFO: Received response from host: affinity-nodeport-transition-65tls +Mar 8 15:22:45.128: INFO: Cleaning up the exec pod +STEP: deleting ReplicationController affinity-nodeport-transition in namespace services-9959, will wait for the garbage collector to delete the pods 03/08/23 15:22:45.141 +Mar 8 15:22:45.210: INFO: Deleting ReplicationController affinity-nodeport-transition took: 13.794043ms +Mar 8 15:22:45.311: INFO: Terminating ReplicationController affinity-nodeport-transition pods took: 100.986222ms +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Mar 8 15:22:47.532: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-9959" for this suite. 03/08/23 15:22:47.536 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +{"msg":"PASSED [sig-network] Services should be able to switch session affinity for NodePort service [LinuxOnly] [Conformance]","completed":221,"skipped":4173,"failed":0} +------------------------------ +• [SLOW TEST] [51.672 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 03/08/23 15:21:55.869 + Mar 8 15:21:55.869: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename services 03/08/23 15:21:55.87 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:21:55.884 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:21:55.886 + [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-9959 03/08/23 15:21:55.888 + STEP: creating service affinity-nodeport-transition in namespace services-9959 03/08/23 15:21:55.888 + STEP: creating replication controller affinity-nodeport-transition in namespace services-9959 03/08/23 15:21:55.901 + I0308 15:21:55.909093 20 runners.go:193] Created replication controller with name: affinity-nodeport-transition, namespace: services-9959, replica count: 3 + I0308 15:21:58.959715 20 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 + Mar 8 15:21:58.970: INFO: Creating new exec pod + Mar 8 15:21:58.979: INFO: Waiting up to 5m0s for pod "execpod-affinityk42pj" in namespace "services-9959" to be "running" + Mar 8 15:21:58.990: INFO: Pod "execpod-affinityk42pj": Phase="Pending", Reason="", readiness=false. Elapsed: 11.621553ms + Mar 8 15:22:00.995: INFO: Pod "execpod-affinityk42pj": Phase="Running", Reason="", readiness=true. Elapsed: 2.016345888s + Mar 8 15:22:00.995: INFO: Pod "execpod-affinityk42pj" satisfied condition "running" + Mar 8 15:22:02.000: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-9959 exec execpod-affinityk42pj -- /bin/sh -x -c echo hostName | nc -v -t -w 2 affinity-nodeport-transition 80' + Mar 8 15:22:02.123: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 affinity-nodeport-transition 80\nConnection to affinity-nodeport-transition 80 port [tcp/http] succeeded!\n" + Mar 8 15:22:02.123: 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" + Mar 8 15:22:02.123: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-9959 exec execpod-affinityk42pj -- /bin/sh -x -c echo hostName | nc -v -t -w 2 192.168.125.97 80' + Mar 8 15:22:02.242: INFO: stderr: "+ nc -v -t -w 2 192.168.125.97 80\n+ echo hostName\nConnection to 192.168.125.97 80 port [tcp/http] succeeded!\n" + Mar 8 15:22:02.242: 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" + Mar 8 15:22:02.242: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-9959 exec execpod-affinityk42pj -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.0.0.17 30699' + Mar 8 15:22:02.368: INFO: stderr: "+ nc -v -t -w 2 10.0.0.17 30699\n+ echo hostName\nConnection to 10.0.0.17 30699 port [tcp/*] succeeded!\n" + Mar 8 15:22:02.368: 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" + Mar 8 15:22:02.368: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-9959 exec execpod-affinityk42pj -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.0.0.18 30699' + Mar 8 15:22:02.492: INFO: stderr: "+ nc -v -t -w 2 10.0.0.18 30699\n+ echo hostName\nConnection to 10.0.0.18 30699 port [tcp/*] succeeded!\n" + Mar 8 15:22:02.492: 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" + Mar 8 15:22:02.501: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-9959 exec execpod-affinityk42pj -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://10.0.0.17:30699/ ; done' + Mar 8 15:22:14.715: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n" + Mar 8 15:22:14.715: INFO: stdout: "\n\naffinity-nodeport-transition-8n4hw\n\n\n\n\n\naffinity-nodeport-transition-82vhg\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-82vhg\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-82vhg\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-8n4hw\naffinity-nodeport-transition-82vhg" + Mar 8 15:22:14.715: INFO: Received response from host: affinity-nodeport-transition-8n4hw + Mar 8 15:22:14.715: INFO: Received response from host: affinity-nodeport-transition-82vhg + Mar 8 15:22:14.715: INFO: Received response from host: affinity-nodeport-transition-65tls + Mar 8 15:22:14.715: INFO: Received response from host: affinity-nodeport-transition-82vhg + Mar 8 15:22:14.715: INFO: Received response from host: affinity-nodeport-transition-65tls + Mar 8 15:22:14.715: INFO: Received response from host: affinity-nodeport-transition-65tls + Mar 8 15:22:14.715: INFO: Received response from host: affinity-nodeport-transition-82vhg + Mar 8 15:22:14.715: INFO: Received response from host: affinity-nodeport-transition-65tls + Mar 8 15:22:14.715: INFO: Received response from host: affinity-nodeport-transition-8n4hw + Mar 8 15:22:14.715: INFO: Received response from host: affinity-nodeport-transition-82vhg + Mar 8 15:22:44.718: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-9959 exec execpod-affinityk42pj -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://10.0.0.17:30699/ ; done' + Mar 8 15:22:44.912: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n" + Mar 8 15:22:44.912: INFO: stdout: "\naffinity-nodeport-transition-8n4hw\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-8n4hw\naffinity-nodeport-transition-82vhg\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-82vhg\naffinity-nodeport-transition-82vhg\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-8n4hw\naffinity-nodeport-transition-82vhg" + Mar 8 15:22:44.912: INFO: Received response from host: affinity-nodeport-transition-8n4hw + Mar 8 15:22:44.912: INFO: Received response from host: affinity-nodeport-transition-65tls + Mar 8 15:22:44.912: INFO: Received response from host: affinity-nodeport-transition-8n4hw + Mar 8 15:22:44.912: INFO: Received response from host: affinity-nodeport-transition-82vhg + Mar 8 15:22:44.912: INFO: Received response from host: affinity-nodeport-transition-65tls + Mar 8 15:22:44.912: INFO: Received response from host: affinity-nodeport-transition-82vhg + Mar 8 15:22:44.912: INFO: Received response from host: affinity-nodeport-transition-82vhg + Mar 8 15:22:44.912: INFO: Received response from host: affinity-nodeport-transition-65tls + Mar 8 15:22:44.912: INFO: Received response from host: affinity-nodeport-transition-65tls + Mar 8 15:22:44.912: INFO: Received response from host: affinity-nodeport-transition-65tls + Mar 8 15:22:44.912: INFO: Received response from host: affinity-nodeport-transition-65tls + Mar 8 15:22:44.912: INFO: Received response from host: affinity-nodeport-transition-65tls + Mar 8 15:22:44.912: INFO: Received response from host: affinity-nodeport-transition-65tls + Mar 8 15:22:44.912: INFO: Received response from host: affinity-nodeport-transition-65tls + Mar 8 15:22:44.912: INFO: Received response from host: affinity-nodeport-transition-8n4hw + Mar 8 15:22:44.912: INFO: Received response from host: affinity-nodeport-transition-82vhg + Mar 8 15:22:44.924: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-9959 exec execpod-affinityk42pj -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://10.0.0.17:30699/ ; done' + Mar 8 15:22:45.128: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.0.0.17:30699/\n" + Mar 8 15:22:45.128: INFO: stdout: "\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-65tls\naffinity-nodeport-transition-65tls" + Mar 8 15:22:45.128: INFO: Received response from host: affinity-nodeport-transition-65tls + Mar 8 15:22:45.128: INFO: Received response from host: affinity-nodeport-transition-65tls + Mar 8 15:22:45.128: INFO: Received response from host: affinity-nodeport-transition-65tls + Mar 8 15:22:45.128: INFO: Received response from host: affinity-nodeport-transition-65tls + Mar 8 15:22:45.128: INFO: Received response from host: affinity-nodeport-transition-65tls + Mar 8 15:22:45.128: INFO: Received response from host: affinity-nodeport-transition-65tls + Mar 8 15:22:45.128: INFO: Received response from host: affinity-nodeport-transition-65tls + Mar 8 15:22:45.128: INFO: Received response from host: affinity-nodeport-transition-65tls + Mar 8 15:22:45.128: INFO: Received response from host: affinity-nodeport-transition-65tls + Mar 8 15:22:45.128: INFO: Received response from host: affinity-nodeport-transition-65tls + Mar 8 15:22:45.128: INFO: Received response from host: affinity-nodeport-transition-65tls + Mar 8 15:22:45.128: INFO: Received response from host: affinity-nodeport-transition-65tls + Mar 8 15:22:45.128: INFO: Received response from host: affinity-nodeport-transition-65tls + Mar 8 15:22:45.128: INFO: Received response from host: affinity-nodeport-transition-65tls + Mar 8 15:22:45.128: INFO: Received response from host: affinity-nodeport-transition-65tls + Mar 8 15:22:45.128: INFO: Received response from host: affinity-nodeport-transition-65tls + Mar 8 15:22:45.128: INFO: Cleaning up the exec pod + STEP: deleting ReplicationController affinity-nodeport-transition in namespace services-9959, will wait for the garbage collector to delete the pods 03/08/23 15:22:45.141 + Mar 8 15:22:45.210: INFO: Deleting ReplicationController affinity-nodeport-transition took: 13.794043ms + Mar 8 15:22:45.311: INFO: Terminating ReplicationController affinity-nodeport-transition pods took: 100.986222ms + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Mar 8 15:22:47.532: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-9959" for this suite. 03/08/23 15:22:47.536 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:22:47.542 +Mar 8 15:22:47.542: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename deployment 03/08/23 15:22:47.543 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:22:47.557 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:22:47.559 +[BeforeEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:91 +[It] deployment should support rollover [Conformance] + test/e2e/apps/deployment.go:132 +Mar 8 15:22:47.568: INFO: Pod name rollover-pod: Found 0 pods out of 1 +Mar 8 15:22:52.572: INFO: Pod name rollover-pod: Found 1 pods out of 1 +STEP: ensuring each pod is running 03/08/23 15:22:52.572 +Mar 8 15:22:52.572: INFO: Waiting for pods owned by replica set "test-rollover-controller" to become ready +Mar 8 15:22:54.575: INFO: Creating deployment "test-rollover-deployment" +Mar 8 15:22:54.583: INFO: Make sure deployment "test-rollover-deployment" performs scaling operations +Mar 8 15:22:56.589: INFO: Check revision of new replica set for deployment "test-rollover-deployment" +Mar 8 15:22:56.595: INFO: Ensure that both replica sets have 1 created replica +Mar 8 15:22:56.601: INFO: Rollover old replica sets for deployment "test-rollover-deployment" with new image update +Mar 8 15:22:56.609: INFO: Updating deployment test-rollover-deployment +Mar 8 15:22:56.609: INFO: Wait deployment "test-rollover-deployment" to be observed by the deployment controller +Mar 8 15:22:58.616: INFO: Wait for revision update of deployment "test-rollover-deployment" to 2 +Mar 8 15:22:58.622: INFO: Make sure deployment "test-rollover-deployment" is complete +Mar 8 15:22:58.628: INFO: all replica sets need to contain the pod-template-hash label +Mar 8 15:22:58.628: 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(2023, time.March, 8, 15, 22, 54, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 22, 54, 0, time.Local), Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 22, 58, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 22, 54, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-7bf899b494\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 15:23:00.635: INFO: all replica sets need to contain the pod-template-hash label +Mar 8 15:23:00.635: 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(2023, time.March, 8, 15, 22, 54, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 22, 54, 0, time.Local), Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 22, 58, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 22, 54, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-7bf899b494\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 15:23:02.635: INFO: all replica sets need to contain the pod-template-hash label +Mar 8 15:23:02.635: 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(2023, time.March, 8, 15, 22, 54, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 22, 54, 0, time.Local), Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 22, 58, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 22, 54, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-7bf899b494\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 15:23:04.635: INFO: all replica sets need to contain the pod-template-hash label +Mar 8 15:23:04.635: 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(2023, time.March, 8, 15, 22, 54, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 22, 54, 0, time.Local), Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 22, 58, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 22, 54, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-7bf899b494\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 15:23:06.636: INFO: all replica sets need to contain the pod-template-hash label +Mar 8 15:23:06.636: 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(2023, time.March, 8, 15, 22, 54, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 22, 54, 0, time.Local), Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 22, 58, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 22, 54, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-7bf899b494\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 15:23:08.636: INFO: +Mar 8 15:23:08.636: INFO: Ensure that both old replica sets have no replicas +[AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 +Mar 8 15:23:08.644: INFO: Deployment "test-rollover-deployment": +&Deployment{ObjectMeta:{test-rollover-deployment deployment-2354 1e913102-71f3-4ba7-abac-8d55b1635466 653056 2 2023-03-08 15:22:54 +0000 UTC map[name:rollover-pod] map[deployment.kubernetes.io/revision:2] [] [] [{e2e.test Update apps/v1 2023-03-08 15:22:56 +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":{}}}}} } {kube-controller-manager Update apps/v1 2023-03-08 15:23:08 +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 ehub.ctcdn.cn/eck/sonobuoy/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 0xc003b6e978 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:2023-03-08 15:22:54 +0000 UTC,LastTransitionTime:2023-03-08 15:22:54 +0000 UTC,},DeploymentCondition{Type:Progressing,Status:True,Reason:NewReplicaSetAvailable,Message:ReplicaSet "test-rollover-deployment-7bf899b494" has successfully progressed.,LastUpdateTime:2023-03-08 15:23:08 +0000 UTC,LastTransitionTime:2023-03-08 15:22:54 +0000 UTC,},},ReadyReplicas:1,CollisionCount:nil,},} + +Mar 8 15:23:08.647: INFO: New ReplicaSet "test-rollover-deployment-7bf899b494" of Deployment "test-rollover-deployment": +&ReplicaSet{ObjectMeta:{test-rollover-deployment-7bf899b494 deployment-2354 11a3d297-9055-40ee-b96d-2774ec7b718e 653046 2 2023-03-08 15:22:56 +0000 UTC map[name:rollover-pod pod-template-hash:7bf899b494] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:2 deployment.kubernetes.io/revision:2] [{apps/v1 Deployment test-rollover-deployment 1e913102-71f3-4ba7-abac-8d55b1635466 0xc003b6ef47 0xc003b6ef48}] [] [{kube-controller-manager Update apps/v1 2023-03-08 15:22:56 +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\":\"1e913102-71f3-4ba7-abac-8d55b1635466\"}":{}}},"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":{}}}}} } {kube-controller-manager Update apps/v1 2023-03-08 15:23:08 +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: 7bf899b494,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:rollover-pod pod-template-hash:7bf899b494] map[] [] [] []} {[] [] [{agnhost ehub.ctcdn.cn/eck/sonobuoy/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 0xc003b6eff8 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{},},} +Mar 8 15:23:08.647: INFO: All old ReplicaSets of Deployment "test-rollover-deployment": +Mar 8 15:23:08.647: INFO: &ReplicaSet{ObjectMeta:{test-rollover-controller deployment-2354 4ecf925d-f104-4583-82f3-0c428203c7d4 653055 2 2023-03-08 15:22:47 +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 1e913102-71f3-4ba7-abac-8d55b1635466 0xc003b6ecf7 0xc003b6ecf8}] [] [{e2e.test Update apps/v1 2023-03-08 15:22:47 +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":{}}}}} } {kube-controller-manager Update apps/v1 2023-03-08 15:23:08 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"1e913102-71f3-4ba7-abac-8d55b1635466\"}":{}}},"f:spec":{"f:replicas":{}}} } {kube-controller-manager Update apps/v1 2023-03-08 15:23:08 +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 ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2 [] [] [] [] [] {map[] map[]} [] [] nil nil nil nil /dev/termination-log File IfNotPresent nil false false false}] [] Always 0xc003b6edb8 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{},},} +Mar 8 15:23:08.647: INFO: &ReplicaSet{ObjectMeta:{test-rollover-deployment-59b9df946d deployment-2354 c7063e88-4591-42c4-8874-e84ebffd4de1 652982 2 2023-03-08 15:22:54 +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 1e913102-71f3-4ba7-abac-8d55b1635466 0xc003b6ee27 0xc003b6ee28}] [] [{kube-controller-manager Update apps/v1 2023-03-08 15:22:56 +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\":\"1e913102-71f3-4ba7-abac-8d55b1635466\"}":{}}},"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":{}}}}} } {kube-controller-manager Update apps/v1 2023-03-08 15:22:56 +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 0xc003b6eed8 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{},},} +Mar 8 15:23:08.650: INFO: Pod "test-rollover-deployment-7bf899b494-p86rw" is available: +&Pod{ObjectMeta:{test-rollover-deployment-7bf899b494-p86rw test-rollover-deployment-7bf899b494- deployment-2354 7b191c75-a3b2-468d-9146-8ee28ab198d9 652995 0 2023-03-08 15:22:56 +0000 UTC map[name:rollover-pod pod-template-hash:7bf899b494] map[] [{apps/v1 ReplicaSet test-rollover-deployment-7bf899b494 11a3d297-9055-40ee-b96d-2774ec7b718e 0xc003b6f587 0xc003b6f588}] [] [{kube-controller-manager Update v1 2023-03-08 15:22:56 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"11a3d297-9055-40ee-b96d-2774ec7b718e\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"agnhost\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-03-08 15:22:57 +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\":\"172.16.1.8\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-jqq4k,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:ehub.ctcdn.cn/eck/sonobuoy/agnhost:2.40,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-jqq4k,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:worker1,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:2023-03-08 15:22:56 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:22:57 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:22:57 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:22:56 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.0.0.17,PodIP:172.16.1.8,StartTime:2023-03-08 15:22:56 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:agnhost,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-03-08 15:22:57 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:ehub.ctcdn.cn/eck/sonobuoy/agnhost:2.40,ImageID:ehub.ctcdn.cn/eck/sonobuoy/agnhost@sha256:1c9665737fa6e8ea5fa5031c5053c4bc36943d087d5d1d3926df50505b6236a8,ContainerID:containerd://2ba89c9672cd8581af9c346bc853367e0685ac2930a33c630a0ff6bbf27fa94c,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.16.1.8,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +[AfterEach] [sig-apps] Deployment + test/e2e/framework/framework.go:187 +Mar 8 15:23:08.650: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "deployment-2354" for this suite. 03/08/23 15:23:08.654 +{"msg":"PASSED [sig-apps] Deployment deployment should support rollover [Conformance]","completed":222,"skipped":4196,"failed":0} +------------------------------ +• [SLOW TEST] [21.117 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 03/08/23 15:22:47.542 + Mar 8 15:22:47.542: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename deployment 03/08/23 15:22:47.543 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:22:47.557 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:22:47.559 + [BeforeEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:91 + [It] deployment should support rollover [Conformance] + test/e2e/apps/deployment.go:132 + Mar 8 15:22:47.568: INFO: Pod name rollover-pod: Found 0 pods out of 1 + Mar 8 15:22:52.572: INFO: Pod name rollover-pod: Found 1 pods out of 1 + STEP: ensuring each pod is running 03/08/23 15:22:52.572 + Mar 8 15:22:52.572: INFO: Waiting for pods owned by replica set "test-rollover-controller" to become ready + Mar 8 15:22:54.575: INFO: Creating deployment "test-rollover-deployment" + Mar 8 15:22:54.583: INFO: Make sure deployment "test-rollover-deployment" performs scaling operations + Mar 8 15:22:56.589: INFO: Check revision of new replica set for deployment "test-rollover-deployment" + Mar 8 15:22:56.595: INFO: Ensure that both replica sets have 1 created replica + Mar 8 15:22:56.601: INFO: Rollover old replica sets for deployment "test-rollover-deployment" with new image update + Mar 8 15:22:56.609: INFO: Updating deployment test-rollover-deployment + Mar 8 15:22:56.609: INFO: Wait deployment "test-rollover-deployment" to be observed by the deployment controller + Mar 8 15:22:58.616: INFO: Wait for revision update of deployment "test-rollover-deployment" to 2 + Mar 8 15:22:58.622: INFO: Make sure deployment "test-rollover-deployment" is complete + Mar 8 15:22:58.628: INFO: all replica sets need to contain the pod-template-hash label + Mar 8 15:22:58.628: 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(2023, time.March, 8, 15, 22, 54, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 22, 54, 0, time.Local), Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 22, 58, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 22, 54, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-7bf899b494\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 15:23:00.635: INFO: all replica sets need to contain the pod-template-hash label + Mar 8 15:23:00.635: 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(2023, time.March, 8, 15, 22, 54, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 22, 54, 0, time.Local), Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 22, 58, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 22, 54, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-7bf899b494\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 15:23:02.635: INFO: all replica sets need to contain the pod-template-hash label + Mar 8 15:23:02.635: 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(2023, time.March, 8, 15, 22, 54, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 22, 54, 0, time.Local), Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 22, 58, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 22, 54, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-7bf899b494\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 15:23:04.635: INFO: all replica sets need to contain the pod-template-hash label + Mar 8 15:23:04.635: 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(2023, time.March, 8, 15, 22, 54, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 22, 54, 0, time.Local), Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 22, 58, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 22, 54, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-7bf899b494\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 15:23:06.636: INFO: all replica sets need to contain the pod-template-hash label + Mar 8 15:23:06.636: 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(2023, time.March, 8, 15, 22, 54, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 22, 54, 0, time.Local), Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 22, 58, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 22, 54, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-7bf899b494\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 15:23:08.636: INFO: + Mar 8 15:23:08.636: INFO: Ensure that both old replica sets have no replicas + [AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 + Mar 8 15:23:08.644: INFO: Deployment "test-rollover-deployment": + &Deployment{ObjectMeta:{test-rollover-deployment deployment-2354 1e913102-71f3-4ba7-abac-8d55b1635466 653056 2 2023-03-08 15:22:54 +0000 UTC map[name:rollover-pod] map[deployment.kubernetes.io/revision:2] [] [] [{e2e.test Update apps/v1 2023-03-08 15:22:56 +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":{}}}}} } {kube-controller-manager Update apps/v1 2023-03-08 15:23:08 +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 ehub.ctcdn.cn/eck/sonobuoy/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 0xc003b6e978 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:2023-03-08 15:22:54 +0000 UTC,LastTransitionTime:2023-03-08 15:22:54 +0000 UTC,},DeploymentCondition{Type:Progressing,Status:True,Reason:NewReplicaSetAvailable,Message:ReplicaSet "test-rollover-deployment-7bf899b494" has successfully progressed.,LastUpdateTime:2023-03-08 15:23:08 +0000 UTC,LastTransitionTime:2023-03-08 15:22:54 +0000 UTC,},},ReadyReplicas:1,CollisionCount:nil,},} + + Mar 8 15:23:08.647: INFO: New ReplicaSet "test-rollover-deployment-7bf899b494" of Deployment "test-rollover-deployment": + &ReplicaSet{ObjectMeta:{test-rollover-deployment-7bf899b494 deployment-2354 11a3d297-9055-40ee-b96d-2774ec7b718e 653046 2 2023-03-08 15:22:56 +0000 UTC map[name:rollover-pod pod-template-hash:7bf899b494] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:2 deployment.kubernetes.io/revision:2] [{apps/v1 Deployment test-rollover-deployment 1e913102-71f3-4ba7-abac-8d55b1635466 0xc003b6ef47 0xc003b6ef48}] [] [{kube-controller-manager Update apps/v1 2023-03-08 15:22:56 +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\":\"1e913102-71f3-4ba7-abac-8d55b1635466\"}":{}}},"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":{}}}}} } {kube-controller-manager Update apps/v1 2023-03-08 15:23:08 +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: 7bf899b494,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:rollover-pod pod-template-hash:7bf899b494] map[] [] [] []} {[] [] [{agnhost ehub.ctcdn.cn/eck/sonobuoy/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 0xc003b6eff8 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{},},} + Mar 8 15:23:08.647: INFO: All old ReplicaSets of Deployment "test-rollover-deployment": + Mar 8 15:23:08.647: INFO: &ReplicaSet{ObjectMeta:{test-rollover-controller deployment-2354 4ecf925d-f104-4583-82f3-0c428203c7d4 653055 2 2023-03-08 15:22:47 +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 1e913102-71f3-4ba7-abac-8d55b1635466 0xc003b6ecf7 0xc003b6ecf8}] [] [{e2e.test Update apps/v1 2023-03-08 15:22:47 +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":{}}}}} } {kube-controller-manager Update apps/v1 2023-03-08 15:23:08 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"1e913102-71f3-4ba7-abac-8d55b1635466\"}":{}}},"f:spec":{"f:replicas":{}}} } {kube-controller-manager Update apps/v1 2023-03-08 15:23:08 +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 ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2 [] [] [] [] [] {map[] map[]} [] [] nil nil nil nil /dev/termination-log File IfNotPresent nil false false false}] [] Always 0xc003b6edb8 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{},},} + Mar 8 15:23:08.647: INFO: &ReplicaSet{ObjectMeta:{test-rollover-deployment-59b9df946d deployment-2354 c7063e88-4591-42c4-8874-e84ebffd4de1 652982 2 2023-03-08 15:22:54 +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 1e913102-71f3-4ba7-abac-8d55b1635466 0xc003b6ee27 0xc003b6ee28}] [] [{kube-controller-manager Update apps/v1 2023-03-08 15:22:56 +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\":\"1e913102-71f3-4ba7-abac-8d55b1635466\"}":{}}},"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":{}}}}} } {kube-controller-manager Update apps/v1 2023-03-08 15:22:56 +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 0xc003b6eed8 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{},},} + Mar 8 15:23:08.650: INFO: Pod "test-rollover-deployment-7bf899b494-p86rw" is available: + &Pod{ObjectMeta:{test-rollover-deployment-7bf899b494-p86rw test-rollover-deployment-7bf899b494- deployment-2354 7b191c75-a3b2-468d-9146-8ee28ab198d9 652995 0 2023-03-08 15:22:56 +0000 UTC map[name:rollover-pod pod-template-hash:7bf899b494] map[] [{apps/v1 ReplicaSet test-rollover-deployment-7bf899b494 11a3d297-9055-40ee-b96d-2774ec7b718e 0xc003b6f587 0xc003b6f588}] [] [{kube-controller-manager Update v1 2023-03-08 15:22:56 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"11a3d297-9055-40ee-b96d-2774ec7b718e\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"agnhost\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-03-08 15:22:57 +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\":\"172.16.1.8\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-jqq4k,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:ehub.ctcdn.cn/eck/sonobuoy/agnhost:2.40,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-jqq4k,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:worker1,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:2023-03-08 15:22:56 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:22:57 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:22:57 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:22:56 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.0.0.17,PodIP:172.16.1.8,StartTime:2023-03-08 15:22:56 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:agnhost,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-03-08 15:22:57 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:ehub.ctcdn.cn/eck/sonobuoy/agnhost:2.40,ImageID:ehub.ctcdn.cn/eck/sonobuoy/agnhost@sha256:1c9665737fa6e8ea5fa5031c5053c4bc36943d087d5d1d3926df50505b6236a8,ContainerID:containerd://2ba89c9672cd8581af9c346bc853367e0685ac2930a33c630a0ff6bbf27fa94c,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.16.1.8,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + [AfterEach] [sig-apps] Deployment + test/e2e/framework/framework.go:187 + Mar 8 15:23:08.650: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "deployment-2354" for this suite. 03/08/23 15:23:08.654 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:23:08.661 +Mar 8 15:23:08.661: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename kubelet-test 03/08/23 15:23:08.662 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:23:08.676 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:23:08.678 +[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 03/08/23 15:23:08.686 +Mar 8 15:23:08.687: INFO: Waiting up to 3m0s for pod "agnhost-host-aliasesb53ad71e-7cc8-4723-958c-6e65a657f4b0" in namespace "kubelet-test-1659" to be "completed" +Mar 8 15:23:08.692: INFO: Pod "agnhost-host-aliasesb53ad71e-7cc8-4723-958c-6e65a657f4b0": Phase="Pending", Reason="", readiness=false. Elapsed: 5.33124ms +Mar 8 15:23:10.696: INFO: Pod "agnhost-host-aliasesb53ad71e-7cc8-4723-958c-6e65a657f4b0": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00994844s +Mar 8 15:23:12.696: INFO: Pod "agnhost-host-aliasesb53ad71e-7cc8-4723-958c-6e65a657f4b0": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009864098s +Mar 8 15:23:12.696: INFO: Pod "agnhost-host-aliasesb53ad71e-7cc8-4723-958c-6e65a657f4b0" satisfied condition "completed" +[AfterEach] [sig-node] Kubelet + test/e2e/framework/framework.go:187 +Mar 8 15:23:12.702: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubelet-test-1659" for this suite. 03/08/23 15:23:12.706 +{"msg":"PASSED [sig-node] Kubelet when scheduling an agnhost Pod with hostAliases should write entries to /etc/hosts [NodeConformance] [Conformance]","completed":223,"skipped":4245,"failed":0} +------------------------------ +• [4.052 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 03/08/23 15:23:08.661 + Mar 8 15:23:08.661: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename kubelet-test 03/08/23 15:23:08.662 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:23:08.676 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:23:08.678 + [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 03/08/23 15:23:08.686 + Mar 8 15:23:08.687: INFO: Waiting up to 3m0s for pod "agnhost-host-aliasesb53ad71e-7cc8-4723-958c-6e65a657f4b0" in namespace "kubelet-test-1659" to be "completed" + Mar 8 15:23:08.692: INFO: Pod "agnhost-host-aliasesb53ad71e-7cc8-4723-958c-6e65a657f4b0": Phase="Pending", Reason="", readiness=false. Elapsed: 5.33124ms + Mar 8 15:23:10.696: INFO: Pod "agnhost-host-aliasesb53ad71e-7cc8-4723-958c-6e65a657f4b0": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00994844s + Mar 8 15:23:12.696: INFO: Pod "agnhost-host-aliasesb53ad71e-7cc8-4723-958c-6e65a657f4b0": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009864098s + Mar 8 15:23:12.696: INFO: Pod "agnhost-host-aliasesb53ad71e-7cc8-4723-958c-6e65a657f4b0" satisfied condition "completed" + [AfterEach] [sig-node] Kubelet + test/e2e/framework/framework.go:187 + Mar 8 15:23:12.702: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubelet-test-1659" for this suite. 03/08/23 15:23:12.706 + << End Captured GinkgoWriter Output +------------------------------ +[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 03/08/23 15:23:12.713 +Mar 8 15:23:12.713: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename container-runtime 03/08/23 15:23:12.714 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:23:12.73 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:23:12.732 +[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 03/08/23 15:23:12.734 +STEP: wait for the container to reach Succeeded 03/08/23 15:23:12.742 +STEP: get the container status 03/08/23 15:23:15.757 +STEP: the container should be terminated 03/08/23 15:23:15.76 +STEP: the termination message should be set 03/08/23 15:23:15.76 +Mar 8 15:23:15.760: INFO: Expected: &{} to match Container's Termination Message: -- +STEP: delete the container 03/08/23 15:23:15.76 +[AfterEach] [sig-node] Container Runtime + test/e2e/framework/framework.go:187 +Mar 8 15:23:15.779: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "container-runtime-4527" for this suite. 03/08/23 15:23:15.783 +{"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":224,"skipped":4245,"failed":0} +------------------------------ +• [3.074 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 03/08/23 15:23:12.713 + Mar 8 15:23:12.713: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename container-runtime 03/08/23 15:23:12.714 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:23:12.73 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:23:12.732 + [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 03/08/23 15:23:12.734 + STEP: wait for the container to reach Succeeded 03/08/23 15:23:12.742 + STEP: get the container status 03/08/23 15:23:15.757 + STEP: the container should be terminated 03/08/23 15:23:15.76 + STEP: the termination message should be set 03/08/23 15:23:15.76 + Mar 8 15:23:15.760: INFO: Expected: &{} to match Container's Termination Message: -- + STEP: delete the container 03/08/23 15:23:15.76 + [AfterEach] [sig-node] Container Runtime + test/e2e/framework/framework.go:187 + Mar 8 15:23:15.779: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "container-runtime-4527" for this suite. 03/08/23 15:23:15.783 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSS +------------------------------ +[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 03/08/23 15:23:15.788 +Mar 8 15:23:15.788: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename webhook 03/08/23 15:23:15.789 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:23:15.802 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:23:15.804 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 +STEP: Setting up server cert 03/08/23 15:23:15.816 +STEP: Create role binding to let webhook read extension-apiserver-authentication 03/08/23 15:23:16.286 +STEP: Deploying the webhook pod 03/08/23 15:23:16.293 +STEP: Wait for the deployment to be ready 03/08/23 15:23:16.303 +Mar 8 15:23:16.309: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set +Mar 8 15:23:18.319: 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(2023, time.March, 8, 15, 23, 16, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 23, 16, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 23, 16, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 23, 16, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 15:23:20.324: 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(2023, time.March, 8, 15, 23, 16, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 23, 16, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 23, 16, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 23, 16, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 15:23:22.324: 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(2023, time.March, 8, 15, 23, 16, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 23, 16, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 23, 16, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 23, 16, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 15:23:24.324: 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(2023, time.March, 8, 15, 23, 16, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 23, 16, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 23, 16, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 23, 16, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 15:23:26.324: 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(2023, time.March, 8, 15, 23, 16, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 23, 16, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 23, 16, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 23, 16, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 15:23:28.324: 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(2023, time.March, 8, 15, 23, 16, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 23, 16, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 23, 16, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 23, 16, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} +STEP: Deploying the webhook service 03/08/23 15:23:30.326 +STEP: Verifying the service has paired with the endpoint 03/08/23 15:23:30.344 +Mar 8 15:23:31.345: 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 03/08/23 15:23:31.348 +STEP: Creating a custom resource definition that should be denied by the webhook 03/08/23 15:23:31.362 +Mar 8 15:23:31.362: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Mar 8 15:23:31.375: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "webhook-9580" for this suite. 03/08/23 15:23:31.379 +STEP: Destroying namespace "webhook-9580-markers" for this suite. 03/08/23 15:23:31.384 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 +{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should deny crd creation [Conformance]","completed":225,"skipped":4256,"failed":0} +------------------------------ +• [SLOW TEST] [15.643 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 03/08/23 15:23:15.788 + Mar 8 15:23:15.788: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename webhook 03/08/23 15:23:15.789 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:23:15.802 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:23:15.804 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 + STEP: Setting up server cert 03/08/23 15:23:15.816 + STEP: Create role binding to let webhook read extension-apiserver-authentication 03/08/23 15:23:16.286 + STEP: Deploying the webhook pod 03/08/23 15:23:16.293 + STEP: Wait for the deployment to be ready 03/08/23 15:23:16.303 + Mar 8 15:23:16.309: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set + Mar 8 15:23:18.319: 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(2023, time.March, 8, 15, 23, 16, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 23, 16, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 23, 16, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 23, 16, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 15:23:20.324: 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(2023, time.March, 8, 15, 23, 16, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 23, 16, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 23, 16, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 23, 16, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 15:23:22.324: 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(2023, time.March, 8, 15, 23, 16, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 23, 16, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 23, 16, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 23, 16, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 15:23:24.324: 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(2023, time.March, 8, 15, 23, 16, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 23, 16, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 23, 16, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 23, 16, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 15:23:26.324: 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(2023, time.March, 8, 15, 23, 16, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 23, 16, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 23, 16, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 23, 16, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 15:23:28.324: 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(2023, time.March, 8, 15, 23, 16, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 23, 16, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 23, 16, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 23, 16, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} + STEP: Deploying the webhook service 03/08/23 15:23:30.326 + STEP: Verifying the service has paired with the endpoint 03/08/23 15:23:30.344 + Mar 8 15:23:31.345: 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 03/08/23 15:23:31.348 + STEP: Creating a custom resource definition that should be denied by the webhook 03/08/23 15:23:31.362 + Mar 8 15:23:31.362: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Mar 8 15:23:31.375: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "webhook-9580" for this suite. 03/08/23 15:23:31.379 + STEP: Destroying namespace "webhook-9580-markers" for this suite. 03/08/23 15:23:31.384 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSS +------------------------------ +[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 03/08/23 15:23:31.431 +Mar 8 15:23:31.431: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename daemonsets 03/08/23 15:23:31.432 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:23:31.455 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:23:31.457 +[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" 03/08/23 15:23:31.473 +STEP: Check that daemon pods launch on every node of the cluster. 03/08/23 15:23:31.477 +Mar 8 15:23:31.481: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:23:31.481: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:23:31.481: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:23:31.484: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Mar 8 15:23:31.484: INFO: Node worker1 is running 0 daemon pod, expected 1 +Mar 8 15:23:32.488: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:23:32.488: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:23:32.489: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:23:32.491: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Mar 8 15:23:32.491: INFO: Node worker1 is running 0 daemon pod, expected 1 +Mar 8 15:23:33.488: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:23:33.488: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:23:33.488: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:23:33.493: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 +Mar 8 15:23:33.493: INFO: Number of running nodes: 2, number of available pods: 2 in daemonset daemon-set +STEP: listing all DeamonSets 03/08/23 15:23:33.495 +STEP: DeleteCollection of the DaemonSets 03/08/23 15:23:33.498 +STEP: Verify that ReplicaSets have been deleted 03/08/23 15:23:33.505 +[AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:110 +Mar 8 15:23:33.513: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"653345"},"items":null} + +Mar 8 15:23:33.517: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"653346"},"items":[{"metadata":{"name":"daemon-set-t44rr","generateName":"daemon-set-","namespace":"daemonsets-4921","uid":"aa0421f4-f032-4461-b6fb-5da98d50cb20","resourceVersion":"653337","creationTimestamp":"2023-03-08T15:23:31Z","labels":{"controller-revision-hash":"7544788d7","daemonset-name":"daemon-set","pod-template-generation":"1"},"ownerReferences":[{"apiVersion":"apps/v1","kind":"DaemonSet","name":"daemon-set","uid":"2344529a-0d55-47c1-b416-900ae3eab626","controller":true,"blockOwnerDeletion":true}],"managedFields":[{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2023-03-08T15:23:31Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:controller-revision-hash":{},"f:daemonset-name":{},"f:pod-template-generation":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"2344529a-0d55-47c1-b416-900ae3eab626\"}":{}}},"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":"kubelet","operation":"Update","apiVersion":"v1","time":"2023-03-08T15:23:32Z","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\":\"172.16.0.239\"}":{".":{},"f:ip":{}}},"f:startTime":{}}},"subresource":"status"}]},"spec":{"volumes":[{"name":"kube-api-access-wmk4b","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":"ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2","ports":[{"containerPort":9376,"protocol":"TCP"}],"resources":{},"volumeMounts":[{"name":"kube-api-access-wmk4b","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":"worker2","securityContext":{},"affinity":{"nodeAffinity":{"requiredDuringSchedulingIgnoredDuringExecution":{"nodeSelectorTerms":[{"matchFields":[{"key":"metadata.name","operator":"In","values":["worker2"]}]}]}}},"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":"2023-03-08T15:23:31Z"},{"type":"Ready","status":"True","lastProbeTime":null,"lastTransitionTime":"2023-03-08T15:23:32Z"},{"type":"ContainersReady","status":"True","lastProbeTime":null,"lastTransitionTime":"2023-03-08T15:23:32Z"},{"type":"PodScheduled","status":"True","lastProbeTime":null,"lastTransitionTime":"2023-03-08T15:23:31Z"}],"hostIP":"10.0.0.18","podIP":"172.16.0.239","podIPs":[{"ip":"172.16.0.239"}],"startTime":"2023-03-08T15:23:31Z","containerStatuses":[{"name":"app","state":{"running":{"startedAt":"2023-03-08T15:23:32Z"}},"lastState":{},"ready":true,"restartCount":0,"image":"ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2","imageID":"ehub.ctcdn.cn/eck/sonobuoy/httpd@sha256:758aa7ccf1af0569310f77155e9408e51191291b60d3a49bfee31efc07105019","containerID":"containerd://41e39e7a6f0c3311283f29bf29ca90ef7cfd8d3c178caf5e78a8ce01723e235f","started":true}],"qosClass":"BestEffort"}},{"metadata":{"name":"daemon-set-wzvmc","generateName":"daemon-set-","namespace":"daemonsets-4921","uid":"6cce7ba5-2b6b-4a38-90b6-0a7404a6cef0","resourceVersion":"653340","creationTimestamp":"2023-03-08T15:23:31Z","labels":{"controller-revision-hash":"7544788d7","daemonset-name":"daemon-set","pod-template-generation":"1"},"ownerReferences":[{"apiVersion":"apps/v1","kind":"DaemonSet","name":"daemon-set","uid":"2344529a-0d55-47c1-b416-900ae3eab626","controller":true,"blockOwnerDeletion":true}],"managedFields":[{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2023-03-08T15:23:31Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:controller-revision-hash":{},"f:daemonset-name":{},"f:pod-template-generation":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"2344529a-0d55-47c1-b416-900ae3eab626\"}":{}}},"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":"kubelet","operation":"Update","apiVersion":"v1","time":"2023-03-08T15:23:33Z","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\":\"172.16.1.9\"}":{".":{},"f:ip":{}}},"f:startTime":{}}},"subresource":"status"}]},"spec":{"volumes":[{"name":"kube-api-access-45xlh","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":"ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2","ports":[{"containerPort":9376,"protocol":"TCP"}],"resources":{},"volumeMounts":[{"name":"kube-api-access-45xlh","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":"worker1","securityContext":{},"affinity":{"nodeAffinity":{"requiredDuringSchedulingIgnoredDuringExecution":{"nodeSelectorTerms":[{"matchFields":[{"key":"metadata.name","operator":"In","values":["worker1"]}]}]}}},"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":"2023-03-08T15:23:31Z"},{"type":"Ready","status":"True","lastProbeTime":null,"lastTransitionTime":"2023-03-08T15:23:33Z"},{"type":"ContainersReady","status":"True","lastProbeTime":null,"lastTransitionTime":"2023-03-08T15:23:33Z"},{"type":"PodScheduled","status":"True","lastProbeTime":null,"lastTransitionTime":"2023-03-08T15:23:31Z"}],"hostIP":"10.0.0.17","podIP":"172.16.1.9","podIPs":[{"ip":"172.16.1.9"}],"startTime":"2023-03-08T15:23:31Z","containerStatuses":[{"name":"app","state":{"running":{"startedAt":"2023-03-08T15:23:32Z"}},"lastState":{},"ready":true,"restartCount":0,"image":"ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2","imageID":"ehub.ctcdn.cn/eck/sonobuoy/httpd@sha256:758aa7ccf1af0569310f77155e9408e51191291b60d3a49bfee31efc07105019","containerID":"containerd://5bd8f5137653f35de3600c3c384ed49a097332a147140e89b128f392cc364e91","started":true}],"qosClass":"BestEffort"}}]} + +[AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:187 +Mar 8 15:23:33.527: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "daemonsets-4921" for this suite. 03/08/23 15:23:33.531 +{"msg":"PASSED [sig-apps] Daemon set [Serial] should list and delete a collection of DaemonSets [Conformance]","completed":226,"skipped":4263,"failed":0} +------------------------------ +• [2.106 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 03/08/23 15:23:31.431 + Mar 8 15:23:31.431: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename daemonsets 03/08/23 15:23:31.432 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:23:31.455 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:23:31.457 + [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" 03/08/23 15:23:31.473 + STEP: Check that daemon pods launch on every node of the cluster. 03/08/23 15:23:31.477 + Mar 8 15:23:31.481: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:23:31.481: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:23:31.481: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:23:31.484: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Mar 8 15:23:31.484: INFO: Node worker1 is running 0 daemon pod, expected 1 + Mar 8 15:23:32.488: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:23:32.488: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:23:32.489: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:23:32.491: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Mar 8 15:23:32.491: INFO: Node worker1 is running 0 daemon pod, expected 1 + Mar 8 15:23:33.488: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:23:33.488: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:23:33.488: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:23:33.493: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 + Mar 8 15:23:33.493: INFO: Number of running nodes: 2, number of available pods: 2 in daemonset daemon-set + STEP: listing all DeamonSets 03/08/23 15:23:33.495 + STEP: DeleteCollection of the DaemonSets 03/08/23 15:23:33.498 + STEP: Verify that ReplicaSets have been deleted 03/08/23 15:23:33.505 + [AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:110 + Mar 8 15:23:33.513: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"653345"},"items":null} + + Mar 8 15:23:33.517: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"653346"},"items":[{"metadata":{"name":"daemon-set-t44rr","generateName":"daemon-set-","namespace":"daemonsets-4921","uid":"aa0421f4-f032-4461-b6fb-5da98d50cb20","resourceVersion":"653337","creationTimestamp":"2023-03-08T15:23:31Z","labels":{"controller-revision-hash":"7544788d7","daemonset-name":"daemon-set","pod-template-generation":"1"},"ownerReferences":[{"apiVersion":"apps/v1","kind":"DaemonSet","name":"daemon-set","uid":"2344529a-0d55-47c1-b416-900ae3eab626","controller":true,"blockOwnerDeletion":true}],"managedFields":[{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2023-03-08T15:23:31Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:controller-revision-hash":{},"f:daemonset-name":{},"f:pod-template-generation":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"2344529a-0d55-47c1-b416-900ae3eab626\"}":{}}},"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":"kubelet","operation":"Update","apiVersion":"v1","time":"2023-03-08T15:23:32Z","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\":\"172.16.0.239\"}":{".":{},"f:ip":{}}},"f:startTime":{}}},"subresource":"status"}]},"spec":{"volumes":[{"name":"kube-api-access-wmk4b","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":"ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2","ports":[{"containerPort":9376,"protocol":"TCP"}],"resources":{},"volumeMounts":[{"name":"kube-api-access-wmk4b","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":"worker2","securityContext":{},"affinity":{"nodeAffinity":{"requiredDuringSchedulingIgnoredDuringExecution":{"nodeSelectorTerms":[{"matchFields":[{"key":"metadata.name","operator":"In","values":["worker2"]}]}]}}},"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":"2023-03-08T15:23:31Z"},{"type":"Ready","status":"True","lastProbeTime":null,"lastTransitionTime":"2023-03-08T15:23:32Z"},{"type":"ContainersReady","status":"True","lastProbeTime":null,"lastTransitionTime":"2023-03-08T15:23:32Z"},{"type":"PodScheduled","status":"True","lastProbeTime":null,"lastTransitionTime":"2023-03-08T15:23:31Z"}],"hostIP":"10.0.0.18","podIP":"172.16.0.239","podIPs":[{"ip":"172.16.0.239"}],"startTime":"2023-03-08T15:23:31Z","containerStatuses":[{"name":"app","state":{"running":{"startedAt":"2023-03-08T15:23:32Z"}},"lastState":{},"ready":true,"restartCount":0,"image":"ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2","imageID":"ehub.ctcdn.cn/eck/sonobuoy/httpd@sha256:758aa7ccf1af0569310f77155e9408e51191291b60d3a49bfee31efc07105019","containerID":"containerd://41e39e7a6f0c3311283f29bf29ca90ef7cfd8d3c178caf5e78a8ce01723e235f","started":true}],"qosClass":"BestEffort"}},{"metadata":{"name":"daemon-set-wzvmc","generateName":"daemon-set-","namespace":"daemonsets-4921","uid":"6cce7ba5-2b6b-4a38-90b6-0a7404a6cef0","resourceVersion":"653340","creationTimestamp":"2023-03-08T15:23:31Z","labels":{"controller-revision-hash":"7544788d7","daemonset-name":"daemon-set","pod-template-generation":"1"},"ownerReferences":[{"apiVersion":"apps/v1","kind":"DaemonSet","name":"daemon-set","uid":"2344529a-0d55-47c1-b416-900ae3eab626","controller":true,"blockOwnerDeletion":true}],"managedFields":[{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2023-03-08T15:23:31Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:controller-revision-hash":{},"f:daemonset-name":{},"f:pod-template-generation":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"2344529a-0d55-47c1-b416-900ae3eab626\"}":{}}},"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":"kubelet","operation":"Update","apiVersion":"v1","time":"2023-03-08T15:23:33Z","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\":\"172.16.1.9\"}":{".":{},"f:ip":{}}},"f:startTime":{}}},"subresource":"status"}]},"spec":{"volumes":[{"name":"kube-api-access-45xlh","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":"ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2","ports":[{"containerPort":9376,"protocol":"TCP"}],"resources":{},"volumeMounts":[{"name":"kube-api-access-45xlh","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":"worker1","securityContext":{},"affinity":{"nodeAffinity":{"requiredDuringSchedulingIgnoredDuringExecution":{"nodeSelectorTerms":[{"matchFields":[{"key":"metadata.name","operator":"In","values":["worker1"]}]}]}}},"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":"2023-03-08T15:23:31Z"},{"type":"Ready","status":"True","lastProbeTime":null,"lastTransitionTime":"2023-03-08T15:23:33Z"},{"type":"ContainersReady","status":"True","lastProbeTime":null,"lastTransitionTime":"2023-03-08T15:23:33Z"},{"type":"PodScheduled","status":"True","lastProbeTime":null,"lastTransitionTime":"2023-03-08T15:23:31Z"}],"hostIP":"10.0.0.17","podIP":"172.16.1.9","podIPs":[{"ip":"172.16.1.9"}],"startTime":"2023-03-08T15:23:31Z","containerStatuses":[{"name":"app","state":{"running":{"startedAt":"2023-03-08T15:23:32Z"}},"lastState":{},"ready":true,"restartCount":0,"image":"ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2","imageID":"ehub.ctcdn.cn/eck/sonobuoy/httpd@sha256:758aa7ccf1af0569310f77155e9408e51191291b60d3a49bfee31efc07105019","containerID":"containerd://5bd8f5137653f35de3600c3c384ed49a097332a147140e89b128f392cc364e91","started":true}],"qosClass":"BestEffort"}}]} + + [AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:187 + Mar 8 15:23:33.527: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "daemonsets-4921" for this suite. 03/08/23 15:23:33.531 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:23:33.538 +Mar 8 15:23:33.538: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename secrets 03/08/23 15:23:33.539 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:23:33.554 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:23:33.556 +[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-fdf34ace-7182-42f1-9f0c-1c78363cf4a9 03/08/23 15:23:33.558 +STEP: Creating a pod to test consume secrets 03/08/23 15:23:33.562 +Mar 8 15:23:33.569: INFO: Waiting up to 5m0s for pod "pod-secrets-786d3901-37d2-4fb5-b503-609f5657bcf1" in namespace "secrets-3349" to be "Succeeded or Failed" +Mar 8 15:23:33.572: INFO: Pod "pod-secrets-786d3901-37d2-4fb5-b503-609f5657bcf1": Phase="Pending", Reason="", readiness=false. Elapsed: 2.866002ms +Mar 8 15:23:35.576: INFO: Pod "pod-secrets-786d3901-37d2-4fb5-b503-609f5657bcf1": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007483172s +Mar 8 15:23:37.576: INFO: Pod "pod-secrets-786d3901-37d2-4fb5-b503-609f5657bcf1": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007230517s +STEP: Saw pod success 03/08/23 15:23:37.576 +Mar 8 15:23:37.576: INFO: Pod "pod-secrets-786d3901-37d2-4fb5-b503-609f5657bcf1" satisfied condition "Succeeded or Failed" +Mar 8 15:23:37.579: INFO: Trying to get logs from node worker2 pod pod-secrets-786d3901-37d2-4fb5-b503-609f5657bcf1 container secret-volume-test: +STEP: delete the pod 03/08/23 15:23:37.585 +Mar 8 15:23:37.596: INFO: Waiting for pod pod-secrets-786d3901-37d2-4fb5-b503-609f5657bcf1 to disappear +Mar 8 15:23:37.599: INFO: Pod pod-secrets-786d3901-37d2-4fb5-b503-609f5657bcf1 no longer exists +[AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 +Mar 8 15:23:37.599: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "secrets-3349" for this suite. 03/08/23 15:23:37.603 +{"msg":"PASSED [sig-storage] Secrets should be consumable from pods in volume [NodeConformance] [Conformance]","completed":227,"skipped":4308,"failed":0} +------------------------------ +• [4.075 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 03/08/23 15:23:33.538 + Mar 8 15:23:33.538: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename secrets 03/08/23 15:23:33.539 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:23:33.554 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:23:33.556 + [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-fdf34ace-7182-42f1-9f0c-1c78363cf4a9 03/08/23 15:23:33.558 + STEP: Creating a pod to test consume secrets 03/08/23 15:23:33.562 + Mar 8 15:23:33.569: INFO: Waiting up to 5m0s for pod "pod-secrets-786d3901-37d2-4fb5-b503-609f5657bcf1" in namespace "secrets-3349" to be "Succeeded or Failed" + Mar 8 15:23:33.572: INFO: Pod "pod-secrets-786d3901-37d2-4fb5-b503-609f5657bcf1": Phase="Pending", Reason="", readiness=false. Elapsed: 2.866002ms + Mar 8 15:23:35.576: INFO: Pod "pod-secrets-786d3901-37d2-4fb5-b503-609f5657bcf1": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007483172s + Mar 8 15:23:37.576: INFO: Pod "pod-secrets-786d3901-37d2-4fb5-b503-609f5657bcf1": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007230517s + STEP: Saw pod success 03/08/23 15:23:37.576 + Mar 8 15:23:37.576: INFO: Pod "pod-secrets-786d3901-37d2-4fb5-b503-609f5657bcf1" satisfied condition "Succeeded or Failed" + Mar 8 15:23:37.579: INFO: Trying to get logs from node worker2 pod pod-secrets-786d3901-37d2-4fb5-b503-609f5657bcf1 container secret-volume-test: + STEP: delete the pod 03/08/23 15:23:37.585 + Mar 8 15:23:37.596: INFO: Waiting for pod pod-secrets-786d3901-37d2-4fb5-b503-609f5657bcf1 to disappear + Mar 8 15:23:37.599: INFO: Pod pod-secrets-786d3901-37d2-4fb5-b503-609f5657bcf1 no longer exists + [AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 + Mar 8 15:23:37.599: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "secrets-3349" for this suite. 03/08/23 15:23:37.603 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:23:37.615 +Mar 8 15:23:37.615: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename replicaset 03/08/23 15:23:37.616 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:23:37.63 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:23:37.632 +[It] should list and delete a collection of ReplicaSets [Conformance] + test/e2e/apps/replica_set.go:165 +STEP: Create a ReplicaSet 03/08/23 15:23:37.634 +STEP: Verify that the required pods have come up 03/08/23 15:23:37.638 +Mar 8 15:23:37.641: INFO: Pod name sample-pod: Found 0 pods out of 3 +Mar 8 15:23:42.646: INFO: Pod name sample-pod: Found 3 pods out of 3 +STEP: ensuring each pod is running 03/08/23 15:23:42.646 +Mar 8 15:23:42.650: INFO: Replica Status: {Replicas:3 FullyLabeledReplicas:3 ReadyReplicas:3 AvailableReplicas:3 ObservedGeneration:1 Conditions:[]} +STEP: Listing all ReplicaSets 03/08/23 15:23:42.65 +STEP: DeleteCollection of the ReplicaSets 03/08/23 15:23:42.654 +STEP: After DeleteCollection verify that ReplicaSets have been deleted 03/08/23 15:23:42.664 +[AfterEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:187 +Mar 8 15:23:42.670: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "replicaset-883" for this suite. 03/08/23 15:23:42.675 +{"msg":"PASSED [sig-apps] ReplicaSet should list and delete a collection of ReplicaSets [Conformance]","completed":228,"skipped":4334,"failed":0} +------------------------------ +• [SLOW TEST] [5.066 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 03/08/23 15:23:37.615 + Mar 8 15:23:37.615: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename replicaset 03/08/23 15:23:37.616 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:23:37.63 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:23:37.632 + [It] should list and delete a collection of ReplicaSets [Conformance] + test/e2e/apps/replica_set.go:165 + STEP: Create a ReplicaSet 03/08/23 15:23:37.634 + STEP: Verify that the required pods have come up 03/08/23 15:23:37.638 + Mar 8 15:23:37.641: INFO: Pod name sample-pod: Found 0 pods out of 3 + Mar 8 15:23:42.646: INFO: Pod name sample-pod: Found 3 pods out of 3 + STEP: ensuring each pod is running 03/08/23 15:23:42.646 + Mar 8 15:23:42.650: INFO: Replica Status: {Replicas:3 FullyLabeledReplicas:3 ReadyReplicas:3 AvailableReplicas:3 ObservedGeneration:1 Conditions:[]} + STEP: Listing all ReplicaSets 03/08/23 15:23:42.65 + STEP: DeleteCollection of the ReplicaSets 03/08/23 15:23:42.654 + STEP: After DeleteCollection verify that ReplicaSets have been deleted 03/08/23 15:23:42.664 + [AfterEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:187 + Mar 8 15:23:42.670: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "replicaset-883" for this suite. 03/08/23 15:23:42.675 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSS +------------------------------ +[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 03/08/23 15:23:42.682 +Mar 8 15:23:42.682: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename watch 03/08/23 15:23:42.683 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:23:42.705 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:23:42.707 +[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 03/08/23 15:23:42.71 +STEP: creating a new configmap 03/08/23 15:23:42.712 +STEP: modifying the configmap once 03/08/23 15:23:42.716 +STEP: closing the watch once it receives two notifications 03/08/23 15:23:42.722 +Mar 8 15:23:42.723: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-watch-closed watch-5779 f51cb52d-4702-468e-91df-58a91832bb48 653499 0 2023-03-08 15:23:42 +0000 UTC map[watch-this-configmap:watch-closed-and-restarted] map[] [] [] [{e2e.test Update v1 2023-03-08 15:23:42 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} +Mar 8 15:23:42.723: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-watch-closed watch-5779 f51cb52d-4702-468e-91df-58a91832bb48 653501 0 2023-03-08 15:23:42 +0000 UTC map[watch-this-configmap:watch-closed-and-restarted] map[] [] [] [{e2e.test Update v1 2023-03-08 15:23:42 +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 03/08/23 15:23:42.723 +STEP: creating a new watch on configmaps from the last resource version observed by the first watch 03/08/23 15:23:42.73 +STEP: deleting the configmap 03/08/23 15:23:42.731 +STEP: Expecting to observe notifications for all changes to the configmap since the first watch closed 03/08/23 15:23:42.737 +Mar 8 15:23:42.737: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-watch-closed watch-5779 f51cb52d-4702-468e-91df-58a91832bb48 653502 0 2023-03-08 15:23:42 +0000 UTC map[watch-this-configmap:watch-closed-and-restarted] map[] [] [] [{e2e.test Update v1 2023-03-08 15:23:42 +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,} +Mar 8 15:23:42.737: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-watch-closed watch-5779 f51cb52d-4702-468e-91df-58a91832bb48 653503 0 2023-03-08 15:23:42 +0000 UTC map[watch-this-configmap:watch-closed-and-restarted] map[] [] [] [{e2e.test Update v1 2023-03-08 15:23:42 +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 +Mar 8 15:23:42.737: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "watch-5779" for this suite. 03/08/23 15:23:42.74 +{"msg":"PASSED [sig-api-machinery] Watchers should be able to restart watching from the last resource version observed by the previous watch [Conformance]","completed":229,"skipped":4345,"failed":0} +------------------------------ +• [0.064 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 03/08/23 15:23:42.682 + Mar 8 15:23:42.682: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename watch 03/08/23 15:23:42.683 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:23:42.705 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:23:42.707 + [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 03/08/23 15:23:42.71 + STEP: creating a new configmap 03/08/23 15:23:42.712 + STEP: modifying the configmap once 03/08/23 15:23:42.716 + STEP: closing the watch once it receives two notifications 03/08/23 15:23:42.722 + Mar 8 15:23:42.723: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-watch-closed watch-5779 f51cb52d-4702-468e-91df-58a91832bb48 653499 0 2023-03-08 15:23:42 +0000 UTC map[watch-this-configmap:watch-closed-and-restarted] map[] [] [] [{e2e.test Update v1 2023-03-08 15:23:42 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} + Mar 8 15:23:42.723: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-watch-closed watch-5779 f51cb52d-4702-468e-91df-58a91832bb48 653501 0 2023-03-08 15:23:42 +0000 UTC map[watch-this-configmap:watch-closed-and-restarted] map[] [] [] [{e2e.test Update v1 2023-03-08 15:23:42 +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 03/08/23 15:23:42.723 + STEP: creating a new watch on configmaps from the last resource version observed by the first watch 03/08/23 15:23:42.73 + STEP: deleting the configmap 03/08/23 15:23:42.731 + STEP: Expecting to observe notifications for all changes to the configmap since the first watch closed 03/08/23 15:23:42.737 + Mar 8 15:23:42.737: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-watch-closed watch-5779 f51cb52d-4702-468e-91df-58a91832bb48 653502 0 2023-03-08 15:23:42 +0000 UTC map[watch-this-configmap:watch-closed-and-restarted] map[] [] [] [{e2e.test Update v1 2023-03-08 15:23:42 +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,} + Mar 8 15:23:42.737: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-watch-closed watch-5779 f51cb52d-4702-468e-91df-58a91832bb48 653503 0 2023-03-08 15:23:42 +0000 UTC map[watch-this-configmap:watch-closed-and-restarted] map[] [] [] [{e2e.test Update v1 2023-03-08 15:23:42 +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 + Mar 8 15:23:42.737: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "watch-5779" for this suite. 03/08/23 15:23:42.74 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:23:42.747 +Mar 8 15:23:42.747: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename services 03/08/23 15:23:42.748 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:23:42.763 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:23:42.764 +[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 +Mar 8 15:23:42.769: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-2911" for this suite. 03/08/23 15:23:42.773 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +{"msg":"PASSED [sig-network] Services should provide secure master service [Conformance]","completed":230,"skipped":4372,"failed":0} +------------------------------ +• [0.031 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 03/08/23 15:23:42.747 + Mar 8 15:23:42.747: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename services 03/08/23 15:23:42.748 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:23:42.763 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:23:42.764 + [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 + Mar 8 15:23:42.769: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-2911" for this suite. 03/08/23 15:23:42.773 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSS +------------------------------ +[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 03/08/23 15:23:42.779 +Mar 8 15:23:42.779: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename replication-controller 03/08/23 15:23:42.779 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:23:42.795 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:23:42.797 +[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 03/08/23 15:23:42.802 +STEP: waiting for RC to be added 03/08/23 15:23:42.807 +STEP: waiting for available Replicas 03/08/23 15:23:42.807 +STEP: patching ReplicationController 03/08/23 15:23:43.689 +STEP: waiting for RC to be modified 03/08/23 15:23:43.693 +STEP: patching ReplicationController status 03/08/23 15:23:43.694 +STEP: waiting for RC to be modified 03/08/23 15:23:43.7 +STEP: waiting for available Replicas 03/08/23 15:23:43.7 +STEP: fetching ReplicationController status 03/08/23 15:23:43.709 +STEP: patching ReplicationController scale 03/08/23 15:23:43.712 +STEP: waiting for RC to be modified 03/08/23 15:23:43.718 +STEP: waiting for ReplicationController's scale to be the max amount 03/08/23 15:23:43.718 +STEP: fetching ReplicationController; ensuring that it's patched 03/08/23 15:23:45.113 +STEP: updating ReplicationController status 03/08/23 15:23:45.116 +STEP: waiting for RC to be modified 03/08/23 15:23:45.122 +STEP: listing all ReplicationControllers 03/08/23 15:23:45.122 +STEP: checking that ReplicationController has expected values 03/08/23 15:23:45.125 +STEP: deleting ReplicationControllers by collection 03/08/23 15:23:45.125 +STEP: waiting for ReplicationController to have a DELETED watchEvent 03/08/23 15:23:45.133 +[AfterEach] [sig-apps] ReplicationController + test/e2e/framework/framework.go:187 +Mar 8 15:23:45.186: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "replication-controller-5045" for this suite. 03/08/23 15:23:45.19 +{"msg":"PASSED [sig-apps] ReplicationController should test the lifecycle of a ReplicationController [Conformance]","completed":231,"skipped":4378,"failed":0} +------------------------------ +• [2.418 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 03/08/23 15:23:42.779 + Mar 8 15:23:42.779: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename replication-controller 03/08/23 15:23:42.779 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:23:42.795 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:23:42.797 + [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 03/08/23 15:23:42.802 + STEP: waiting for RC to be added 03/08/23 15:23:42.807 + STEP: waiting for available Replicas 03/08/23 15:23:42.807 + STEP: patching ReplicationController 03/08/23 15:23:43.689 + STEP: waiting for RC to be modified 03/08/23 15:23:43.693 + STEP: patching ReplicationController status 03/08/23 15:23:43.694 + STEP: waiting for RC to be modified 03/08/23 15:23:43.7 + STEP: waiting for available Replicas 03/08/23 15:23:43.7 + STEP: fetching ReplicationController status 03/08/23 15:23:43.709 + STEP: patching ReplicationController scale 03/08/23 15:23:43.712 + STEP: waiting for RC to be modified 03/08/23 15:23:43.718 + STEP: waiting for ReplicationController's scale to be the max amount 03/08/23 15:23:43.718 + STEP: fetching ReplicationController; ensuring that it's patched 03/08/23 15:23:45.113 + STEP: updating ReplicationController status 03/08/23 15:23:45.116 + STEP: waiting for RC to be modified 03/08/23 15:23:45.122 + STEP: listing all ReplicationControllers 03/08/23 15:23:45.122 + STEP: checking that ReplicationController has expected values 03/08/23 15:23:45.125 + STEP: deleting ReplicationControllers by collection 03/08/23 15:23:45.125 + STEP: waiting for ReplicationController to have a DELETED watchEvent 03/08/23 15:23:45.133 + [AfterEach] [sig-apps] ReplicationController + test/e2e/framework/framework.go:187 + Mar 8 15:23:45.186: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "replication-controller-5045" for this suite. 03/08/23 15:23:45.19 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSS +------------------------------ +[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 03/08/23 15:23:45.197 +Mar 8 15:23:45.197: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename lease-test 03/08/23 15:23:45.198 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:23:45.212 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:23:45.213 +[It] lease API should be available [Conformance] + test/e2e/common/node/lease.go:72 +[AfterEach] [sig-node] Lease + test/e2e/framework/framework.go:187 +Mar 8 15:23:45.259: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "lease-test-9952" for this suite. 03/08/23 15:23:45.263 +{"msg":"PASSED [sig-node] Lease lease API should be available [Conformance]","completed":232,"skipped":4386,"failed":0} +------------------------------ +• [0.071 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 03/08/23 15:23:45.197 + Mar 8 15:23:45.197: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename lease-test 03/08/23 15:23:45.198 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:23:45.212 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:23:45.213 + [It] lease API should be available [Conformance] + test/e2e/common/node/lease.go:72 + [AfterEach] [sig-node] Lease + test/e2e/framework/framework.go:187 + Mar 8 15:23:45.259: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "lease-test-9952" for this suite. 03/08/23 15:23:45.263 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:23:45.27 +Mar 8 15:23:45.270: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename conformance-tests 03/08/23 15:23:45.271 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:23:45.285 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:23:45.287 +[It] should have at least two untainted nodes [Conformance] + test/e2e/architecture/conformance.go:38 +STEP: Getting node addresses 03/08/23 15:23:45.289 +Mar 8 15:23:45.289: INFO: Waiting up to 10m0s for all (but 0) nodes to be schedulable +[AfterEach] [sig-architecture] Conformance Tests + test/e2e/framework/framework.go:187 +Mar 8 15:23:45.294: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "conformance-tests-2766" for this suite. 03/08/23 15:23:45.299 +{"msg":"PASSED [sig-architecture] Conformance Tests should have at least two untainted nodes [Conformance]","completed":233,"skipped":4432,"failed":0} +------------------------------ +• [0.034 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 03/08/23 15:23:45.27 + Mar 8 15:23:45.270: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename conformance-tests 03/08/23 15:23:45.271 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:23:45.285 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:23:45.287 + [It] should have at least two untainted nodes [Conformance] + test/e2e/architecture/conformance.go:38 + STEP: Getting node addresses 03/08/23 15:23:45.289 + Mar 8 15:23:45.289: INFO: Waiting up to 10m0s for all (but 0) nodes to be schedulable + [AfterEach] [sig-architecture] Conformance Tests + test/e2e/framework/framework.go:187 + Mar 8 15:23:45.294: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "conformance-tests-2766" for this suite. 03/08/23 15:23:45.299 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSS +------------------------------ +[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 03/08/23 15:23:45.304 +Mar 8 15:23:45.305: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename crd-webhook 03/08/23 15:23:45.305 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:23:45.319 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:23:45.321 +[BeforeEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/crd_conversion_webhook.go:128 +STEP: Setting up server cert 03/08/23 15:23:45.323 +STEP: Create role binding to let cr conversion webhook read extension-apiserver-authentication 03/08/23 15:23:45.631 +STEP: Deploying the custom resource conversion webhook pod 03/08/23 15:23:45.636 +STEP: Wait for the deployment to be ready 03/08/23 15:23:45.645 +Mar 8 15:23:45.652: INFO: deployment "sample-crd-conversion-webhook-deployment" doesn't have the required revision set +Mar 8 15:23:47.662: 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(2023, time.March, 8, 15, 23, 45, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 23, 45, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 23, 45, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 23, 45, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-crd-conversion-webhook-deployment-75b6556b6b\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 15:23:49.668: 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(2023, time.March, 8, 15, 23, 45, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 23, 45, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 23, 45, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 23, 45, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-crd-conversion-webhook-deployment-75b6556b6b\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 15:23:51.668: 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(2023, time.March, 8, 15, 23, 45, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 23, 45, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 23, 45, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 23, 45, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-crd-conversion-webhook-deployment-75b6556b6b\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 15:23:53.666: 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(2023, time.March, 8, 15, 23, 45, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 23, 45, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 23, 45, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 23, 45, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-crd-conversion-webhook-deployment-75b6556b6b\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 15:23:55.666: 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(2023, time.March, 8, 15, 23, 45, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 23, 45, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 23, 45, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 23, 45, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-crd-conversion-webhook-deployment-75b6556b6b\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 15:23:57.667: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.March, 8, 15, 23, 45, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 23, 45, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 23, 45, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 23, 45, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-crd-conversion-webhook-deployment-75b6556b6b\" is progressing."}}, CollisionCount:(*int32)(nil)} +STEP: Deploying the webhook service 03/08/23 15:23:59.667 +STEP: Verifying the service has paired with the endpoint 03/08/23 15:23:59.676 +Mar 8 15:24:00.677: 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 +Mar 8 15:24:00.680: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Creating a v1 custom resource 03/08/23 15:24:03.263 +STEP: v2 custom resource should be converted 03/08/23 15:24:03.272 +[AfterEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Mar 8 15:24:03.862: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "crd-webhook-2894" for this suite. 03/08/23 15:24:03.866 +[AfterEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/crd_conversion_webhook.go:139 +{"msg":"PASSED [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] should be able to convert from CR v1 to CR v2 [Conformance]","completed":234,"skipped":4438,"failed":0} +------------------------------ +• [SLOW TEST] [18.614 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 03/08/23 15:23:45.304 + Mar 8 15:23:45.305: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename crd-webhook 03/08/23 15:23:45.305 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:23:45.319 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:23:45.321 + [BeforeEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/crd_conversion_webhook.go:128 + STEP: Setting up server cert 03/08/23 15:23:45.323 + STEP: Create role binding to let cr conversion webhook read extension-apiserver-authentication 03/08/23 15:23:45.631 + STEP: Deploying the custom resource conversion webhook pod 03/08/23 15:23:45.636 + STEP: Wait for the deployment to be ready 03/08/23 15:23:45.645 + Mar 8 15:23:45.652: INFO: deployment "sample-crd-conversion-webhook-deployment" doesn't have the required revision set + Mar 8 15:23:47.662: 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(2023, time.March, 8, 15, 23, 45, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 23, 45, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 23, 45, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 23, 45, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-crd-conversion-webhook-deployment-75b6556b6b\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 15:23:49.668: 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(2023, time.March, 8, 15, 23, 45, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 23, 45, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 23, 45, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 23, 45, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-crd-conversion-webhook-deployment-75b6556b6b\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 15:23:51.668: 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(2023, time.March, 8, 15, 23, 45, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 23, 45, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 23, 45, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 23, 45, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-crd-conversion-webhook-deployment-75b6556b6b\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 15:23:53.666: 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(2023, time.March, 8, 15, 23, 45, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 23, 45, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 23, 45, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 23, 45, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-crd-conversion-webhook-deployment-75b6556b6b\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 15:23:55.666: 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(2023, time.March, 8, 15, 23, 45, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 23, 45, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 23, 45, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 23, 45, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-crd-conversion-webhook-deployment-75b6556b6b\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 15:23:57.667: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.March, 8, 15, 23, 45, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 23, 45, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 23, 45, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 23, 45, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-crd-conversion-webhook-deployment-75b6556b6b\" is progressing."}}, CollisionCount:(*int32)(nil)} + STEP: Deploying the webhook service 03/08/23 15:23:59.667 + STEP: Verifying the service has paired with the endpoint 03/08/23 15:23:59.676 + Mar 8 15:24:00.677: 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 + Mar 8 15:24:00.680: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Creating a v1 custom resource 03/08/23 15:24:03.263 + STEP: v2 custom resource should be converted 03/08/23 15:24:03.272 + [AfterEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Mar 8 15:24:03.862: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "crd-webhook-2894" for this suite. 03/08/23 15:24:03.866 + [AfterEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/crd_conversion_webhook.go:139 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:24:03.919 +Mar 8 15:24:03.919: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename configmap 03/08/23 15:24:03.92 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:24:03.947 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:24:03.95 +[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-b37c3123-6b5a-464c-b45b-f6180144e6e9 03/08/23 15:24:03.952 +STEP: Creating a pod to test consume configMaps 03/08/23 15:24:03.96 +Mar 8 15:24:03.972: INFO: Waiting up to 5m0s for pod "pod-configmaps-9cc58144-4991-440d-9f26-9ba738061381" in namespace "configmap-7909" to be "Succeeded or Failed" +Mar 8 15:24:03.980: INFO: Pod "pod-configmaps-9cc58144-4991-440d-9f26-9ba738061381": Phase="Pending", Reason="", readiness=false. Elapsed: 8.267501ms +Mar 8 15:24:05.984: INFO: Pod "pod-configmaps-9cc58144-4991-440d-9f26-9ba738061381": Phase="Pending", Reason="", readiness=false. Elapsed: 2.012496964s +Mar 8 15:24:07.984: INFO: Pod "pod-configmaps-9cc58144-4991-440d-9f26-9ba738061381": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.012826019s +STEP: Saw pod success 03/08/23 15:24:07.984 +Mar 8 15:24:07.985: INFO: Pod "pod-configmaps-9cc58144-4991-440d-9f26-9ba738061381" satisfied condition "Succeeded or Failed" +Mar 8 15:24:07.988: INFO: Trying to get logs from node worker2 pod pod-configmaps-9cc58144-4991-440d-9f26-9ba738061381 container agnhost-container: +STEP: delete the pod 03/08/23 15:24:07.994 +Mar 8 15:24:08.005: INFO: Waiting for pod pod-configmaps-9cc58144-4991-440d-9f26-9ba738061381 to disappear +Mar 8 15:24:08.007: INFO: Pod pod-configmaps-9cc58144-4991-440d-9f26-9ba738061381 no longer exists +[AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 +Mar 8 15:24:08.007: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "configmap-7909" for this suite. 03/08/23 15:24:08.016 +{"msg":"PASSED [sig-storage] ConfigMap should be consumable from pods in volume with mappings and Item mode set [LinuxOnly] [NodeConformance] [Conformance]","completed":235,"skipped":4450,"failed":0} +------------------------------ +• [4.103 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 03/08/23 15:24:03.919 + Mar 8 15:24:03.919: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename configmap 03/08/23 15:24:03.92 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:24:03.947 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:24:03.95 + [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-b37c3123-6b5a-464c-b45b-f6180144e6e9 03/08/23 15:24:03.952 + STEP: Creating a pod to test consume configMaps 03/08/23 15:24:03.96 + Mar 8 15:24:03.972: INFO: Waiting up to 5m0s for pod "pod-configmaps-9cc58144-4991-440d-9f26-9ba738061381" in namespace "configmap-7909" to be "Succeeded or Failed" + Mar 8 15:24:03.980: INFO: Pod "pod-configmaps-9cc58144-4991-440d-9f26-9ba738061381": Phase="Pending", Reason="", readiness=false. Elapsed: 8.267501ms + Mar 8 15:24:05.984: INFO: Pod "pod-configmaps-9cc58144-4991-440d-9f26-9ba738061381": Phase="Pending", Reason="", readiness=false. Elapsed: 2.012496964s + Mar 8 15:24:07.984: INFO: Pod "pod-configmaps-9cc58144-4991-440d-9f26-9ba738061381": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.012826019s + STEP: Saw pod success 03/08/23 15:24:07.984 + Mar 8 15:24:07.985: INFO: Pod "pod-configmaps-9cc58144-4991-440d-9f26-9ba738061381" satisfied condition "Succeeded or Failed" + Mar 8 15:24:07.988: INFO: Trying to get logs from node worker2 pod pod-configmaps-9cc58144-4991-440d-9f26-9ba738061381 container agnhost-container: + STEP: delete the pod 03/08/23 15:24:07.994 + Mar 8 15:24:08.005: INFO: Waiting for pod pod-configmaps-9cc58144-4991-440d-9f26-9ba738061381 to disappear + Mar 8 15:24:08.007: INFO: Pod pod-configmaps-9cc58144-4991-440d-9f26-9ba738061381 no longer exists + [AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 + Mar 8 15:24:08.007: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "configmap-7909" for this suite. 03/08/23 15:24:08.016 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[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 03/08/23 15:24:08.023 +Mar 8 15:24:08.023: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename crd-publish-openapi 03/08/23 15:24:08.024 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:24:08.039 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:24:08.041 +[It] works for CRD with validation schema [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:68 +Mar 8 15:24:08.044: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: kubectl validation (kubectl create and apply) allows request with known and required properties 03/08/23 15:24:10.813 +Mar 8 15:24:10.813: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-8626 --namespace=crd-publish-openapi-8626 create -f -' +Mar 8 15:24:11.426: INFO: stderr: "" +Mar 8 15:24:11.426: INFO: stdout: "e2e-test-crd-publish-openapi-6551-crd.crd-publish-openapi-test-foo.example.com/test-foo created\n" +Mar 8 15:24:11.426: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-8626 --namespace=crd-publish-openapi-8626 delete e2e-test-crd-publish-openapi-6551-crds test-foo' +Mar 8 15:24:11.501: INFO: stderr: "" +Mar 8 15:24:11.501: INFO: stdout: "e2e-test-crd-publish-openapi-6551-crd.crd-publish-openapi-test-foo.example.com \"test-foo\" deleted\n" +Mar 8 15:24:11.501: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-8626 --namespace=crd-publish-openapi-8626 apply -f -' +Mar 8 15:24:12.066: INFO: stderr: "" +Mar 8 15:24:12.066: INFO: stdout: "e2e-test-crd-publish-openapi-6551-crd.crd-publish-openapi-test-foo.example.com/test-foo created\n" +Mar 8 15:24:12.066: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-8626 --namespace=crd-publish-openapi-8626 delete e2e-test-crd-publish-openapi-6551-crds test-foo' +Mar 8 15:24:12.169: INFO: stderr: "" +Mar 8 15:24:12.169: INFO: stdout: "e2e-test-crd-publish-openapi-6551-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 03/08/23 15:24:12.169 +Mar 8 15:24:12.169: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-8626 --namespace=crd-publish-openapi-8626 create -f -' +Mar 8 15:24:12.355: INFO: rc: 1 +STEP: kubectl validation (kubectl create and apply) rejects request with unknown properties when disallowed by the schema 03/08/23 15:24:12.355 +Mar 8 15:24:12.355: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-8626 --namespace=crd-publish-openapi-8626 create -f -' +Mar 8 15:24:12.532: INFO: rc: 1 +Mar 8 15:24:12.532: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-8626 --namespace=crd-publish-openapi-8626 apply -f -' +Mar 8 15:24:13.171: INFO: rc: 1 +STEP: kubectl validation (kubectl create and apply) rejects request without required properties 03/08/23 15:24:13.172 +Mar 8 15:24:13.172: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-8626 --namespace=crd-publish-openapi-8626 create -f -' +Mar 8 15:24:13.357: INFO: rc: 1 +Mar 8 15:24:13.358: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-8626 --namespace=crd-publish-openapi-8626 apply -f -' +Mar 8 15:24:13.552: INFO: rc: 1 +STEP: kubectl explain works to explain CR properties 03/08/23 15:24:13.553 +Mar 8 15:24:13.553: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-8626 explain e2e-test-crd-publish-openapi-6551-crds' +Mar 8 15:24:13.740: INFO: stderr: "" +Mar 8 15:24:13.740: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-6551-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 03/08/23 15:24:13.74 +Mar 8 15:24:13.740: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-8626 explain e2e-test-crd-publish-openapi-6551-crds.metadata' +Mar 8 15:24:13.929: INFO: stderr: "" +Mar 8 15:24:13.929: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-6551-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" +Mar 8 15:24:13.930: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-8626 explain e2e-test-crd-publish-openapi-6551-crds.spec' +Mar 8 15:24:14.123: INFO: stderr: "" +Mar 8 15:24:14.123: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-6551-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" +Mar 8 15:24:14.123: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-8626 explain e2e-test-crd-publish-openapi-6551-crds.spec.bars' +Mar 8 15:24:14.299: INFO: stderr: "" +Mar 8 15:24:14.299: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-6551-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 03/08/23 15:24:14.299 +Mar 8 15:24:14.299: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-8626 explain e2e-test-crd-publish-openapi-6551-crds.spec.bars2' +Mar 8 15:24:14.466: INFO: rc: 1 +[AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Mar 8 15:24:17.036: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "crd-publish-openapi-8626" for this suite. 03/08/23 15:24:17.046 +{"msg":"PASSED [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] works for CRD with validation schema [Conformance]","completed":236,"skipped":4454,"failed":0} +------------------------------ +• [SLOW TEST] [9.034 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 03/08/23 15:24:08.023 + Mar 8 15:24:08.023: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename crd-publish-openapi 03/08/23 15:24:08.024 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:24:08.039 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:24:08.041 + [It] works for CRD with validation schema [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:68 + Mar 8 15:24:08.044: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: kubectl validation (kubectl create and apply) allows request with known and required properties 03/08/23 15:24:10.813 + Mar 8 15:24:10.813: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-8626 --namespace=crd-publish-openapi-8626 create -f -' + Mar 8 15:24:11.426: INFO: stderr: "" + Mar 8 15:24:11.426: INFO: stdout: "e2e-test-crd-publish-openapi-6551-crd.crd-publish-openapi-test-foo.example.com/test-foo created\n" + Mar 8 15:24:11.426: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-8626 --namespace=crd-publish-openapi-8626 delete e2e-test-crd-publish-openapi-6551-crds test-foo' + Mar 8 15:24:11.501: INFO: stderr: "" + Mar 8 15:24:11.501: INFO: stdout: "e2e-test-crd-publish-openapi-6551-crd.crd-publish-openapi-test-foo.example.com \"test-foo\" deleted\n" + Mar 8 15:24:11.501: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-8626 --namespace=crd-publish-openapi-8626 apply -f -' + Mar 8 15:24:12.066: INFO: stderr: "" + Mar 8 15:24:12.066: INFO: stdout: "e2e-test-crd-publish-openapi-6551-crd.crd-publish-openapi-test-foo.example.com/test-foo created\n" + Mar 8 15:24:12.066: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-8626 --namespace=crd-publish-openapi-8626 delete e2e-test-crd-publish-openapi-6551-crds test-foo' + Mar 8 15:24:12.169: INFO: stderr: "" + Mar 8 15:24:12.169: INFO: stdout: "e2e-test-crd-publish-openapi-6551-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 03/08/23 15:24:12.169 + Mar 8 15:24:12.169: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-8626 --namespace=crd-publish-openapi-8626 create -f -' + Mar 8 15:24:12.355: INFO: rc: 1 + STEP: kubectl validation (kubectl create and apply) rejects request with unknown properties when disallowed by the schema 03/08/23 15:24:12.355 + Mar 8 15:24:12.355: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-8626 --namespace=crd-publish-openapi-8626 create -f -' + Mar 8 15:24:12.532: INFO: rc: 1 + Mar 8 15:24:12.532: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-8626 --namespace=crd-publish-openapi-8626 apply -f -' + Mar 8 15:24:13.171: INFO: rc: 1 + STEP: kubectl validation (kubectl create and apply) rejects request without required properties 03/08/23 15:24:13.172 + Mar 8 15:24:13.172: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-8626 --namespace=crd-publish-openapi-8626 create -f -' + Mar 8 15:24:13.357: INFO: rc: 1 + Mar 8 15:24:13.358: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-8626 --namespace=crd-publish-openapi-8626 apply -f -' + Mar 8 15:24:13.552: INFO: rc: 1 + STEP: kubectl explain works to explain CR properties 03/08/23 15:24:13.553 + Mar 8 15:24:13.553: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-8626 explain e2e-test-crd-publish-openapi-6551-crds' + Mar 8 15:24:13.740: INFO: stderr: "" + Mar 8 15:24:13.740: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-6551-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 03/08/23 15:24:13.74 + Mar 8 15:24:13.740: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-8626 explain e2e-test-crd-publish-openapi-6551-crds.metadata' + Mar 8 15:24:13.929: INFO: stderr: "" + Mar 8 15:24:13.929: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-6551-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" + Mar 8 15:24:13.930: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-8626 explain e2e-test-crd-publish-openapi-6551-crds.spec' + Mar 8 15:24:14.123: INFO: stderr: "" + Mar 8 15:24:14.123: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-6551-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" + Mar 8 15:24:14.123: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-8626 explain e2e-test-crd-publish-openapi-6551-crds.spec.bars' + Mar 8 15:24:14.299: INFO: stderr: "" + Mar 8 15:24:14.299: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-6551-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 03/08/23 15:24:14.299 + Mar 8 15:24:14.299: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-8626 explain e2e-test-crd-publish-openapi-6551-crds.spec.bars2' + Mar 8 15:24:14.466: INFO: rc: 1 + [AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Mar 8 15:24:17.036: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "crd-publish-openapi-8626" for this suite. 03/08/23 15:24:17.046 + << End Captured GinkgoWriter Output +------------------------------ +SSSSS +------------------------------ +[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 03/08/23 15:24:17.057 +Mar 8 15:24:17.057: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename runtimeclass 03/08/23 15:24:17.058 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:24:17.074 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:24:17.076 +[It] should schedule a Pod requesting a RuntimeClass without PodOverhead [NodeConformance] [Conformance] + test/e2e/common/node/runtimeclass.go:104 +Mar 8 15:24:17.090: INFO: Waiting up to 1m20s for at least 1 pods in namespace runtimeclass-4027 to be scheduled +Mar 8 15:24:17.094: INFO: 1 pods are not scheduled: [runtimeclass-4027/test-runtimeclass-runtimeclass-4027-preconfigured-handler-qmmdz(02ff12fe-baad-4c55-a690-47a3a05a7fb0)] +[AfterEach] [sig-node] RuntimeClass + test/e2e/framework/framework.go:187 +Mar 8 15:24:19.106: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "runtimeclass-4027" for this suite. 03/08/23 15:24:19.111 +{"msg":"PASSED [sig-node] RuntimeClass should schedule a Pod requesting a RuntimeClass without PodOverhead [NodeConformance] [Conformance]","completed":237,"skipped":4459,"failed":0} +------------------------------ +• [2.061 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 03/08/23 15:24:17.057 + Mar 8 15:24:17.057: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename runtimeclass 03/08/23 15:24:17.058 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:24:17.074 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:24:17.076 + [It] should schedule a Pod requesting a RuntimeClass without PodOverhead [NodeConformance] [Conformance] + test/e2e/common/node/runtimeclass.go:104 + Mar 8 15:24:17.090: INFO: Waiting up to 1m20s for at least 1 pods in namespace runtimeclass-4027 to be scheduled + Mar 8 15:24:17.094: INFO: 1 pods are not scheduled: [runtimeclass-4027/test-runtimeclass-runtimeclass-4027-preconfigured-handler-qmmdz(02ff12fe-baad-4c55-a690-47a3a05a7fb0)] + [AfterEach] [sig-node] RuntimeClass + test/e2e/framework/framework.go:187 + Mar 8 15:24:19.106: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "runtimeclass-4027" for this suite. 03/08/23 15:24:19.111 + << End Captured GinkgoWriter Output +------------------------------ +SSSSS +------------------------------ +[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 03/08/23 15:24:19.118 +Mar 8 15:24:19.119: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename webhook 03/08/23 15:24:19.12 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:24:19.134 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:24:19.136 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 +STEP: Setting up server cert 03/08/23 15:24:19.149 +STEP: Create role binding to let webhook read extension-apiserver-authentication 03/08/23 15:24:19.548 +STEP: Deploying the webhook pod 03/08/23 15:24:19.556 +STEP: Wait for the deployment to be ready 03/08/23 15:24:19.566 +Mar 8 15:24:19.572: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set +Mar 8 15:24:21.584: 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(2023, time.March, 8, 15, 24, 19, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 24, 19, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 24, 19, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 24, 19, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 15:24:23.588: 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(2023, time.March, 8, 15, 24, 19, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 24, 19, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 24, 19, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 24, 19, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 15:24:25.588: 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(2023, time.March, 8, 15, 24, 19, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 24, 19, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 24, 19, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 24, 19, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 15:24:27.588: 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(2023, time.March, 8, 15, 24, 19, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 24, 19, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 24, 19, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 24, 19, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 15:24:29.588: 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(2023, time.March, 8, 15, 24, 19, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 24, 19, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 24, 19, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 24, 19, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 15:24:31.589: 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(2023, time.March, 8, 15, 24, 19, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 24, 19, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 24, 19, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 24, 19, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} +STEP: Deploying the webhook service 03/08/23 15:24:33.588 +STEP: Verifying the service has paired with the endpoint 03/08/23 15:24:33.598 +Mar 8 15:24:34.599: 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) 03/08/23 15:24:34.603 +STEP: Registering slow webhook via the AdmissionRegistration API 03/08/23 15:24:34.603 +STEP: Request fails when timeout (1s) is shorter than slow webhook latency (5s) 03/08/23 15:24:34.616 +STEP: Having no error when timeout is shorter than webhook latency and failure policy is ignore 03/08/23 15:24:35.626 +STEP: Registering slow webhook via the AdmissionRegistration API 03/08/23 15:24:35.626 +STEP: Having no error when timeout is longer than webhook latency 03/08/23 15:24:36.65 +STEP: Registering slow webhook via the AdmissionRegistration API 03/08/23 15:24:36.65 +STEP: Having no error when timeout is empty (defaulted to 10s in v1) 03/08/23 15:24:41.678 +STEP: Registering slow webhook via the AdmissionRegistration API 03/08/23 15:24:41.678 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Mar 8 15:24:46.703: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "webhook-3993" for this suite. 03/08/23 15:24:46.707 +STEP: Destroying namespace "webhook-3993-markers" for this suite. 03/08/23 15:24:46.712 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 +{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should honor timeout [Conformance]","completed":238,"skipped":4464,"failed":0} +------------------------------ +• [SLOW TEST] [27.649 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 03/08/23 15:24:19.118 + Mar 8 15:24:19.119: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename webhook 03/08/23 15:24:19.12 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:24:19.134 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:24:19.136 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 + STEP: Setting up server cert 03/08/23 15:24:19.149 + STEP: Create role binding to let webhook read extension-apiserver-authentication 03/08/23 15:24:19.548 + STEP: Deploying the webhook pod 03/08/23 15:24:19.556 + STEP: Wait for the deployment to be ready 03/08/23 15:24:19.566 + Mar 8 15:24:19.572: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set + Mar 8 15:24:21.584: 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(2023, time.March, 8, 15, 24, 19, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 24, 19, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 24, 19, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 24, 19, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 15:24:23.588: 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(2023, time.March, 8, 15, 24, 19, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 24, 19, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 24, 19, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 24, 19, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 15:24:25.588: 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(2023, time.March, 8, 15, 24, 19, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 24, 19, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 24, 19, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 24, 19, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 15:24:27.588: 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(2023, time.March, 8, 15, 24, 19, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 24, 19, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 24, 19, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 24, 19, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 15:24:29.588: 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(2023, time.March, 8, 15, 24, 19, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 24, 19, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 24, 19, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 24, 19, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 15:24:31.589: 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(2023, time.March, 8, 15, 24, 19, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 24, 19, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 24, 19, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 24, 19, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} + STEP: Deploying the webhook service 03/08/23 15:24:33.588 + STEP: Verifying the service has paired with the endpoint 03/08/23 15:24:33.598 + Mar 8 15:24:34.599: 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) 03/08/23 15:24:34.603 + STEP: Registering slow webhook via the AdmissionRegistration API 03/08/23 15:24:34.603 + STEP: Request fails when timeout (1s) is shorter than slow webhook latency (5s) 03/08/23 15:24:34.616 + STEP: Having no error when timeout is shorter than webhook latency and failure policy is ignore 03/08/23 15:24:35.626 + STEP: Registering slow webhook via the AdmissionRegistration API 03/08/23 15:24:35.626 + STEP: Having no error when timeout is longer than webhook latency 03/08/23 15:24:36.65 + STEP: Registering slow webhook via the AdmissionRegistration API 03/08/23 15:24:36.65 + STEP: Having no error when timeout is empty (defaulted to 10s in v1) 03/08/23 15:24:41.678 + STEP: Registering slow webhook via the AdmissionRegistration API 03/08/23 15:24:41.678 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Mar 8 15:24:46.703: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "webhook-3993" for this suite. 03/08/23 15:24:46.707 + STEP: Destroying namespace "webhook-3993-markers" for this suite. 03/08/23 15:24:46.712 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:24:46.768 +Mar 8 15:24:46.768: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename webhook 03/08/23 15:24:46.769 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:24:46.79 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:24:46.793 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 +STEP: Setting up server cert 03/08/23 15:24:46.808 +STEP: Create role binding to let webhook read extension-apiserver-authentication 03/08/23 15:24:47.12 +STEP: Deploying the webhook pod 03/08/23 15:24:47.125 +STEP: Wait for the deployment to be ready 03/08/23 15:24:47.133 +Mar 8 15:24:47.139: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set +STEP: Deploying the webhook service 03/08/23 15:24:49.148 +STEP: Verifying the service has paired with the endpoint 03/08/23 15:24:49.157 +Mar 8 15:24:50.157: 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 03/08/23 15:24:50.161 +STEP: create a configmap that should be updated by the webhook 03/08/23 15:24:50.182 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Mar 8 15:24:50.206: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "webhook-4840" for this suite. 03/08/23 15:24:50.209 +STEP: Destroying namespace "webhook-4840-markers" for this suite. 03/08/23 15:24:50.215 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 +{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate configmap [Conformance]","completed":239,"skipped":4476,"failed":0} +------------------------------ +• [3.496 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 03/08/23 15:24:46.768 + Mar 8 15:24:46.768: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename webhook 03/08/23 15:24:46.769 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:24:46.79 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:24:46.793 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 + STEP: Setting up server cert 03/08/23 15:24:46.808 + STEP: Create role binding to let webhook read extension-apiserver-authentication 03/08/23 15:24:47.12 + STEP: Deploying the webhook pod 03/08/23 15:24:47.125 + STEP: Wait for the deployment to be ready 03/08/23 15:24:47.133 + Mar 8 15:24:47.139: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set + STEP: Deploying the webhook service 03/08/23 15:24:49.148 + STEP: Verifying the service has paired with the endpoint 03/08/23 15:24:49.157 + Mar 8 15:24:50.157: 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 03/08/23 15:24:50.161 + STEP: create a configmap that should be updated by the webhook 03/08/23 15:24:50.182 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Mar 8 15:24:50.206: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "webhook-4840" for this suite. 03/08/23 15:24:50.209 + STEP: Destroying namespace "webhook-4840-markers" for this suite. 03/08/23 15:24:50.215 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSS +------------------------------ +[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 03/08/23 15:24:50.264 +Mar 8 15:24:50.264: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename taint-multiple-pods 03/08/23 15:24:50.265 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:24:50.283 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:24:50.286 +[BeforeEach] [sig-node] NoExecuteTaintManager Multiple Pods [Serial] + test/e2e/node/taints.go:348 +Mar 8 15:24:50.288: INFO: Waiting up to 1m0s for all nodes to be ready +Mar 8 15:25:50.312: INFO: Waiting for terminating namespaces to be deleted... +[It] evicts pods with minTolerationSeconds [Disruptive] [Conformance] + test/e2e/node/taints.go:420 +Mar 8 15:25:50.315: INFO: Starting informer... +STEP: Starting pods... 03/08/23 15:25:50.315 +Mar 8 15:25:50.531: INFO: Pod1 is running on worker2. Tainting Node +Mar 8 15:25:50.741: INFO: Waiting up to 5m0s for pod "taint-eviction-b1" in namespace "taint-multiple-pods-3145" to be "running" +Mar 8 15:25:50.744: INFO: Pod "taint-eviction-b1": Phase="Pending", Reason="", readiness=false. Elapsed: 3.07944ms +Mar 8 15:25:52.749: INFO: Pod "taint-eviction-b1": Phase="Running", Reason="", readiness=true. Elapsed: 2.008012851s +Mar 8 15:25:52.749: INFO: Pod "taint-eviction-b1" satisfied condition "running" +Mar 8 15:25:52.749: INFO: Waiting up to 5m0s for pod "taint-eviction-b2" in namespace "taint-multiple-pods-3145" to be "running" +Mar 8 15:25:52.752: INFO: Pod "taint-eviction-b2": Phase="Running", Reason="", readiness=true. Elapsed: 2.932462ms +Mar 8 15:25:52.752: INFO: Pod "taint-eviction-b2" satisfied condition "running" +Mar 8 15:25:52.752: INFO: Pod2 is running on worker2. Tainting Node +STEP: Trying to apply a taint on the Node 03/08/23 15:25:52.752 +STEP: verifying the node has the taint kubernetes.io/e2e-evict-taint-key=evictTaintVal:NoExecute 03/08/23 15:25:52.764 +STEP: Waiting for Pod1 and Pod2 to be deleted 03/08/23 15:25:52.767 +Mar 8 15:25:58.243: INFO: Noticed Pod "taint-eviction-b1" gets evicted. +Mar 8 15:26:18.315: 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 03/08/23 15:26:18.327 +[AfterEach] [sig-node] NoExecuteTaintManager Multiple Pods [Serial] + test/e2e/framework/framework.go:187 +Mar 8 15:26:18.330: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "taint-multiple-pods-3145" for this suite. 03/08/23 15:26:18.333 +{"msg":"PASSED [sig-node] NoExecuteTaintManager Multiple Pods [Serial] evicts pods with minTolerationSeconds [Disruptive] [Conformance]","completed":240,"skipped":4484,"failed":0} +------------------------------ +• [SLOW TEST] [88.074 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 03/08/23 15:24:50.264 + Mar 8 15:24:50.264: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename taint-multiple-pods 03/08/23 15:24:50.265 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:24:50.283 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:24:50.286 + [BeforeEach] [sig-node] NoExecuteTaintManager Multiple Pods [Serial] + test/e2e/node/taints.go:348 + Mar 8 15:24:50.288: INFO: Waiting up to 1m0s for all nodes to be ready + Mar 8 15:25:50.312: INFO: Waiting for terminating namespaces to be deleted... + [It] evicts pods with minTolerationSeconds [Disruptive] [Conformance] + test/e2e/node/taints.go:420 + Mar 8 15:25:50.315: INFO: Starting informer... + STEP: Starting pods... 03/08/23 15:25:50.315 + Mar 8 15:25:50.531: INFO: Pod1 is running on worker2. Tainting Node + Mar 8 15:25:50.741: INFO: Waiting up to 5m0s for pod "taint-eviction-b1" in namespace "taint-multiple-pods-3145" to be "running" + Mar 8 15:25:50.744: INFO: Pod "taint-eviction-b1": Phase="Pending", Reason="", readiness=false. Elapsed: 3.07944ms + Mar 8 15:25:52.749: INFO: Pod "taint-eviction-b1": Phase="Running", Reason="", readiness=true. Elapsed: 2.008012851s + Mar 8 15:25:52.749: INFO: Pod "taint-eviction-b1" satisfied condition "running" + Mar 8 15:25:52.749: INFO: Waiting up to 5m0s for pod "taint-eviction-b2" in namespace "taint-multiple-pods-3145" to be "running" + Mar 8 15:25:52.752: INFO: Pod "taint-eviction-b2": Phase="Running", Reason="", readiness=true. Elapsed: 2.932462ms + Mar 8 15:25:52.752: INFO: Pod "taint-eviction-b2" satisfied condition "running" + Mar 8 15:25:52.752: INFO: Pod2 is running on worker2. Tainting Node + STEP: Trying to apply a taint on the Node 03/08/23 15:25:52.752 + STEP: verifying the node has the taint kubernetes.io/e2e-evict-taint-key=evictTaintVal:NoExecute 03/08/23 15:25:52.764 + STEP: Waiting for Pod1 and Pod2 to be deleted 03/08/23 15:25:52.767 + Mar 8 15:25:58.243: INFO: Noticed Pod "taint-eviction-b1" gets evicted. + Mar 8 15:26:18.315: 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 03/08/23 15:26:18.327 + [AfterEach] [sig-node] NoExecuteTaintManager Multiple Pods [Serial] + test/e2e/framework/framework.go:187 + Mar 8 15:26:18.330: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "taint-multiple-pods-3145" for this suite. 03/08/23 15:26:18.333 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:26:18.339 +Mar 8 15:26:18.340: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename events 03/08/23 15:26:18.34 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:26:18.353 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:26:18.355 +[It] should manage the lifecycle of an event [Conformance] + test/e2e/instrumentation/core_events.go:57 +STEP: creating a test event 03/08/23 15:26:18.357 +STEP: listing all events in all namespaces 03/08/23 15:26:18.364 +STEP: patching the test event 03/08/23 15:26:18.367 +STEP: fetching the test event 03/08/23 15:26:18.373 +STEP: updating the test event 03/08/23 15:26:18.375 +STEP: getting the test event 03/08/23 15:26:18.383 +STEP: deleting the test event 03/08/23 15:26:18.386 +STEP: listing all events in all namespaces 03/08/23 15:26:18.392 +[AfterEach] [sig-instrumentation] Events + test/e2e/framework/framework.go:187 +Mar 8 15:26:18.395: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "events-3806" for this suite. 03/08/23 15:26:18.399 +{"msg":"PASSED [sig-instrumentation] Events should manage the lifecycle of an event [Conformance]","completed":241,"skipped":4504,"failed":0} +------------------------------ +• [0.065 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 03/08/23 15:26:18.339 + Mar 8 15:26:18.340: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename events 03/08/23 15:26:18.34 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:26:18.353 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:26:18.355 + [It] should manage the lifecycle of an event [Conformance] + test/e2e/instrumentation/core_events.go:57 + STEP: creating a test event 03/08/23 15:26:18.357 + STEP: listing all events in all namespaces 03/08/23 15:26:18.364 + STEP: patching the test event 03/08/23 15:26:18.367 + STEP: fetching the test event 03/08/23 15:26:18.373 + STEP: updating the test event 03/08/23 15:26:18.375 + STEP: getting the test event 03/08/23 15:26:18.383 + STEP: deleting the test event 03/08/23 15:26:18.386 + STEP: listing all events in all namespaces 03/08/23 15:26:18.392 + [AfterEach] [sig-instrumentation] Events + test/e2e/framework/framework.go:187 + Mar 8 15:26:18.395: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "events-3806" for this suite. 03/08/23 15:26:18.399 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSS +------------------------------ +[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 03/08/23 15:26:18.405 +Mar 8 15:26:18.405: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename configmap 03/08/23 15:26:18.406 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:26:18.421 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:26:18.422 +[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-1d002bf1-19c1-4fde-bdc3-bbc53eecc9e0 03/08/23 15:26:18.428 +STEP: Creating the pod 03/08/23 15:26:18.432 +Mar 8 15:26:18.439: INFO: Waiting up to 5m0s for pod "pod-configmaps-2250c2d1-0b94-418a-810e-8b8c58cd3689" in namespace "configmap-2836" to be "running and ready" +Mar 8 15:26:18.442: INFO: Pod "pod-configmaps-2250c2d1-0b94-418a-810e-8b8c58cd3689": Phase="Pending", Reason="", readiness=false. Elapsed: 2.459297ms +Mar 8 15:26:18.442: INFO: The phase of Pod pod-configmaps-2250c2d1-0b94-418a-810e-8b8c58cd3689 is Pending, waiting for it to be Running (with Ready = true) +Mar 8 15:26:20.446: INFO: Pod "pod-configmaps-2250c2d1-0b94-418a-810e-8b8c58cd3689": Phase="Running", Reason="", readiness=true. Elapsed: 2.006455431s +Mar 8 15:26:20.446: INFO: The phase of Pod pod-configmaps-2250c2d1-0b94-418a-810e-8b8c58cd3689 is Running (Ready = true) +Mar 8 15:26:20.446: INFO: Pod "pod-configmaps-2250c2d1-0b94-418a-810e-8b8c58cd3689" satisfied condition "running and ready" +STEP: Updating configmap configmap-test-upd-1d002bf1-19c1-4fde-bdc3-bbc53eecc9e0 03/08/23 15:26:20.465 +STEP: waiting to observe update in volume 03/08/23 15:26:20.47 +[AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 +Mar 8 15:27:50.816: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "configmap-2836" for this suite. 03/08/23 15:27:50.82 +{"msg":"PASSED [sig-storage] ConfigMap updates should be reflected in volume [NodeConformance] [Conformance]","completed":242,"skipped":4514,"failed":0} +------------------------------ +• [SLOW TEST] [92.421 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 03/08/23 15:26:18.405 + Mar 8 15:26:18.405: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename configmap 03/08/23 15:26:18.406 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:26:18.421 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:26:18.422 + [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-1d002bf1-19c1-4fde-bdc3-bbc53eecc9e0 03/08/23 15:26:18.428 + STEP: Creating the pod 03/08/23 15:26:18.432 + Mar 8 15:26:18.439: INFO: Waiting up to 5m0s for pod "pod-configmaps-2250c2d1-0b94-418a-810e-8b8c58cd3689" in namespace "configmap-2836" to be "running and ready" + Mar 8 15:26:18.442: INFO: Pod "pod-configmaps-2250c2d1-0b94-418a-810e-8b8c58cd3689": Phase="Pending", Reason="", readiness=false. Elapsed: 2.459297ms + Mar 8 15:26:18.442: INFO: The phase of Pod pod-configmaps-2250c2d1-0b94-418a-810e-8b8c58cd3689 is Pending, waiting for it to be Running (with Ready = true) + Mar 8 15:26:20.446: INFO: Pod "pod-configmaps-2250c2d1-0b94-418a-810e-8b8c58cd3689": Phase="Running", Reason="", readiness=true. Elapsed: 2.006455431s + Mar 8 15:26:20.446: INFO: The phase of Pod pod-configmaps-2250c2d1-0b94-418a-810e-8b8c58cd3689 is Running (Ready = true) + Mar 8 15:26:20.446: INFO: Pod "pod-configmaps-2250c2d1-0b94-418a-810e-8b8c58cd3689" satisfied condition "running and ready" + STEP: Updating configmap configmap-test-upd-1d002bf1-19c1-4fde-bdc3-bbc53eecc9e0 03/08/23 15:26:20.465 + STEP: waiting to observe update in volume 03/08/23 15:26:20.47 + [AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 + Mar 8 15:27:50.816: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "configmap-2836" for this suite. 03/08/23 15:27:50.82 + << End Captured GinkgoWriter Output +------------------------------ +SSSSS +------------------------------ +[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 03/08/23 15:27:50.826 +Mar 8 15:27:50.826: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename daemonsets 03/08/23 15:27:50.827 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:27:50.842 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:27:50.844 +[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 +Mar 8 15:27:50.859: INFO: Creating daemon "daemon-set" with a node selector +STEP: Initially, daemon pods should not be running on any nodes. 03/08/23 15:27:50.864 +Mar 8 15:27:50.867: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Mar 8 15:27:50.867: 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. 03/08/23 15:27:50.867 +Mar 8 15:27:50.885: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Mar 8 15:27:50.885: INFO: Node worker1 is running 0 daemon pod, expected 1 +Mar 8 15:27:51.888: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 +Mar 8 15:27:51.888: 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 03/08/23 15:27:51.891 +Mar 8 15:27:51.906: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 +Mar 8 15:27:51.906: INFO: Number of running nodes: 0, number of available pods: 1 in daemonset daemon-set +Mar 8 15:27:52.910: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Mar 8 15:27:52.910: 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 03/08/23 15:27:52.91 +Mar 8 15:27:52.921: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Mar 8 15:27:52.921: INFO: Node worker1 is running 0 daemon pod, expected 1 +Mar 8 15:27:53.925: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Mar 8 15:27:53.925: INFO: Node worker1 is running 0 daemon pod, expected 1 +Mar 8 15:27:54.926: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Mar 8 15:27:54.926: INFO: Node worker1 is running 0 daemon pod, expected 1 +Mar 8 15:27:55.925: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 +Mar 8 15:27:55.925: 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" 03/08/23 15:27:55.93 +STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-6385, will wait for the garbage collector to delete the pods 03/08/23 15:27:55.931 +Mar 8 15:27:55.989: INFO: Deleting DaemonSet.extensions daemon-set took: 5.307941ms +Mar 8 15:27:56.090: INFO: Terminating DaemonSet.extensions daemon-set pods took: 100.633034ms +Mar 8 15:27:58.693: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Mar 8 15:27:58.693: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set +Mar 8 15:27:58.695: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"655313"},"items":null} + +Mar 8 15:27:58.699: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"655314"},"items":null} + +[AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:187 +Mar 8 15:27:58.717: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "daemonsets-6385" for this suite. 03/08/23 15:27:58.722 +{"msg":"PASSED [sig-apps] Daemon set [Serial] should run and stop complex daemon [Conformance]","completed":243,"skipped":4519,"failed":0} +------------------------------ +• [SLOW TEST] [7.903 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 03/08/23 15:27:50.826 + Mar 8 15:27:50.826: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename daemonsets 03/08/23 15:27:50.827 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:27:50.842 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:27:50.844 + [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 + Mar 8 15:27:50.859: INFO: Creating daemon "daemon-set" with a node selector + STEP: Initially, daemon pods should not be running on any nodes. 03/08/23 15:27:50.864 + Mar 8 15:27:50.867: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Mar 8 15:27:50.867: 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. 03/08/23 15:27:50.867 + Mar 8 15:27:50.885: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Mar 8 15:27:50.885: INFO: Node worker1 is running 0 daemon pod, expected 1 + Mar 8 15:27:51.888: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 + Mar 8 15:27:51.888: 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 03/08/23 15:27:51.891 + Mar 8 15:27:51.906: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 + Mar 8 15:27:51.906: INFO: Number of running nodes: 0, number of available pods: 1 in daemonset daemon-set + Mar 8 15:27:52.910: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Mar 8 15:27:52.910: 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 03/08/23 15:27:52.91 + Mar 8 15:27:52.921: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Mar 8 15:27:52.921: INFO: Node worker1 is running 0 daemon pod, expected 1 + Mar 8 15:27:53.925: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Mar 8 15:27:53.925: INFO: Node worker1 is running 0 daemon pod, expected 1 + Mar 8 15:27:54.926: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Mar 8 15:27:54.926: INFO: Node worker1 is running 0 daemon pod, expected 1 + Mar 8 15:27:55.925: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 + Mar 8 15:27:55.925: 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" 03/08/23 15:27:55.93 + STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-6385, will wait for the garbage collector to delete the pods 03/08/23 15:27:55.931 + Mar 8 15:27:55.989: INFO: Deleting DaemonSet.extensions daemon-set took: 5.307941ms + Mar 8 15:27:56.090: INFO: Terminating DaemonSet.extensions daemon-set pods took: 100.633034ms + Mar 8 15:27:58.693: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Mar 8 15:27:58.693: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set + Mar 8 15:27:58.695: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"655313"},"items":null} + + Mar 8 15:27:58.699: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"655314"},"items":null} + + [AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:187 + Mar 8 15:27:58.717: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "daemonsets-6385" for this suite. 03/08/23 15:27:58.722 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:27:58.729 +Mar 8 15:27:58.729: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename dns 03/08/23 15:27:58.73 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:27:58.744 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:27:58.746 +[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 + 03/08/23 15:27:58.748 +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 + 03/08/23 15:27:58.748 +STEP: creating a pod to probe DNS 03/08/23 15:27:58.748 +STEP: submitting the pod to kubernetes 03/08/23 15:27:58.748 +Mar 8 15:27:58.756: INFO: Waiting up to 15m0s for pod "dns-test-c4a804c1-ef08-4d02-bd45-ebf9c25058b6" in namespace "dns-6344" to be "running" +Mar 8 15:27:58.758: INFO: Pod "dns-test-c4a804c1-ef08-4d02-bd45-ebf9c25058b6": Phase="Pending", Reason="", readiness=false. Elapsed: 2.541392ms +Mar 8 15:28:00.762: INFO: Pod "dns-test-c4a804c1-ef08-4d02-bd45-ebf9c25058b6": Phase="Running", Reason="", readiness=true. Elapsed: 2.006644181s +Mar 8 15:28:00.762: INFO: Pod "dns-test-c4a804c1-ef08-4d02-bd45-ebf9c25058b6" satisfied condition "running" +STEP: retrieving the pod 03/08/23 15:28:00.762 +STEP: looking for the results for each expected name from probers 03/08/23 15:28:00.765 +Mar 8 15:28:00.777: INFO: DNS probes using dns-6344/dns-test-c4a804c1-ef08-4d02-bd45-ebf9c25058b6 succeeded + +STEP: deleting the pod 03/08/23 15:28:00.777 +[AfterEach] [sig-network] DNS + test/e2e/framework/framework.go:187 +Mar 8 15:28:00.789: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "dns-6344" for this suite. 03/08/23 15:28:00.793 +{"msg":"PASSED [sig-network] DNS should provide DNS for the cluster [Conformance]","completed":244,"skipped":4543,"failed":0} +------------------------------ +• [2.068 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 03/08/23 15:27:58.729 + Mar 8 15:27:58.729: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename dns 03/08/23 15:27:58.73 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:27:58.744 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:27:58.746 + [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 + 03/08/23 15:27:58.748 + 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 + 03/08/23 15:27:58.748 + STEP: creating a pod to probe DNS 03/08/23 15:27:58.748 + STEP: submitting the pod to kubernetes 03/08/23 15:27:58.748 + Mar 8 15:27:58.756: INFO: Waiting up to 15m0s for pod "dns-test-c4a804c1-ef08-4d02-bd45-ebf9c25058b6" in namespace "dns-6344" to be "running" + Mar 8 15:27:58.758: INFO: Pod "dns-test-c4a804c1-ef08-4d02-bd45-ebf9c25058b6": Phase="Pending", Reason="", readiness=false. Elapsed: 2.541392ms + Mar 8 15:28:00.762: INFO: Pod "dns-test-c4a804c1-ef08-4d02-bd45-ebf9c25058b6": Phase="Running", Reason="", readiness=true. Elapsed: 2.006644181s + Mar 8 15:28:00.762: INFO: Pod "dns-test-c4a804c1-ef08-4d02-bd45-ebf9c25058b6" satisfied condition "running" + STEP: retrieving the pod 03/08/23 15:28:00.762 + STEP: looking for the results for each expected name from probers 03/08/23 15:28:00.765 + Mar 8 15:28:00.777: INFO: DNS probes using dns-6344/dns-test-c4a804c1-ef08-4d02-bd45-ebf9c25058b6 succeeded + + STEP: deleting the pod 03/08/23 15:28:00.777 + [AfterEach] [sig-network] DNS + test/e2e/framework/framework.go:187 + Mar 8 15:28:00.789: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "dns-6344" for this suite. 03/08/23 15:28:00.793 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:28:00.799 +Mar 8 15:28:00.799: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename services 03/08/23 15:28:00.8 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:28:00.812 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:28:00.814 +[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-9419 03/08/23 15:28:00.816 +STEP: waiting up to 3m0s for service multi-endpoint-test in namespace services-9419 to expose endpoints map[] 03/08/23 15:28:00.824 +Mar 8 15:28:00.827: INFO: Failed go get Endpoints object: endpoints "multi-endpoint-test" not found +Mar 8 15:28:01.840: INFO: successfully validated that service multi-endpoint-test in namespace services-9419 exposes endpoints map[] +STEP: Creating pod pod1 in namespace services-9419 03/08/23 15:28:01.84 +Mar 8 15:28:01.847: INFO: Waiting up to 5m0s for pod "pod1" in namespace "services-9419" to be "running and ready" +Mar 8 15:28:01.851: INFO: Pod "pod1": Phase="Pending", Reason="", readiness=false. Elapsed: 3.711748ms +Mar 8 15:28:01.851: INFO: The phase of Pod pod1 is Pending, waiting for it to be Running (with Ready = true) +Mar 8 15:28:03.854: INFO: Pod "pod1": Phase="Running", Reason="", readiness=true. Elapsed: 2.007326068s +Mar 8 15:28:03.854: INFO: The phase of Pod pod1 is Running (Ready = true) +Mar 8 15:28:03.854: INFO: Pod "pod1" satisfied condition "running and ready" +STEP: waiting up to 3m0s for service multi-endpoint-test in namespace services-9419 to expose endpoints map[pod1:[100]] 03/08/23 15:28:03.857 +Mar 8 15:28:03.866: INFO: successfully validated that service multi-endpoint-test in namespace services-9419 exposes endpoints map[pod1:[100]] +STEP: Creating pod pod2 in namespace services-9419 03/08/23 15:28:03.866 +Mar 8 15:28:03.873: INFO: Waiting up to 5m0s for pod "pod2" in namespace "services-9419" to be "running and ready" +Mar 8 15:28:03.875: INFO: Pod "pod2": Phase="Pending", Reason="", readiness=false. Elapsed: 2.424335ms +Mar 8 15:28:03.875: INFO: The phase of Pod pod2 is Pending, waiting for it to be Running (with Ready = true) +Mar 8 15:28:05.879: INFO: Pod "pod2": Phase="Running", Reason="", readiness=true. Elapsed: 2.006853473s +Mar 8 15:28:05.879: INFO: The phase of Pod pod2 is Running (Ready = true) +Mar 8 15:28:05.880: INFO: Pod "pod2" satisfied condition "running and ready" +STEP: waiting up to 3m0s for service multi-endpoint-test in namespace services-9419 to expose endpoints map[pod1:[100] pod2:[101]] 03/08/23 15:28:05.883 +Mar 8 15:28:05.898: INFO: successfully validated that service multi-endpoint-test in namespace services-9419 exposes endpoints map[pod1:[100] pod2:[101]] +STEP: Checking if the Service forwards traffic to pods 03/08/23 15:28:05.898 +Mar 8 15:28:05.898: INFO: Creating new exec pod +Mar 8 15:28:05.903: INFO: Waiting up to 5m0s for pod "execpodp9hd8" in namespace "services-9419" to be "running" +Mar 8 15:28:05.907: INFO: Pod "execpodp9hd8": Phase="Pending", Reason="", readiness=false. Elapsed: 4.451426ms +Mar 8 15:28:07.912: INFO: Pod "execpodp9hd8": Phase="Running", Reason="", readiness=true. Elapsed: 2.00896997s +Mar 8 15:28:07.912: INFO: Pod "execpodp9hd8" satisfied condition "running" +Mar 8 15:28:08.913: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-9419 exec execpodp9hd8 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 multi-endpoint-test 80' +Mar 8 15:28:09.045: INFO: stderr: "+ nc -v -t -w 2 multi-endpoint-test 80\n+ echo hostName\nConnection to multi-endpoint-test 80 port [tcp/http] succeeded!\n" +Mar 8 15:28:09.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" +Mar 8 15:28:09.045: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-9419 exec execpodp9hd8 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 192.168.182.91 80' +Mar 8 15:28:09.173: INFO: stderr: "+ nc -v -t -w 2 192.168.182.91 80\n+ echo hostName\nConnection to 192.168.182.91 80 port [tcp/http] succeeded!\n" +Mar 8 15:28:09.173: 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" +Mar 8 15:28:09.173: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-9419 exec execpodp9hd8 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 multi-endpoint-test 81' +Mar 8 15:28:09.293: INFO: stderr: "+ nc -v -t -w 2 multi-endpoint-test 81\n+ echo hostName\nConnection to multi-endpoint-test 81 port [tcp/*] succeeded!\n" +Mar 8 15:28:09.293: 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" +Mar 8 15:28:09.293: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-9419 exec execpodp9hd8 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 192.168.182.91 81' +Mar 8 15:28:09.410: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 192.168.182.91 81\nConnection to 192.168.182.91 81 port [tcp/*] succeeded!\n" +Mar 8 15:28:09.410: 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-9419 03/08/23 15:28:09.41 +STEP: waiting up to 3m0s for service multi-endpoint-test in namespace services-9419 to expose endpoints map[pod2:[101]] 03/08/23 15:28:09.421 +Mar 8 15:28:10.447: INFO: successfully validated that service multi-endpoint-test in namespace services-9419 exposes endpoints map[pod2:[101]] +STEP: Deleting pod pod2 in namespace services-9419 03/08/23 15:28:10.447 +STEP: waiting up to 3m0s for service multi-endpoint-test in namespace services-9419 to expose endpoints map[] 03/08/23 15:28:10.467 +Mar 8 15:28:10.478: INFO: successfully validated that service multi-endpoint-test in namespace services-9419 exposes endpoints map[] +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Mar 8 15:28:10.510: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-9419" for this suite. 03/08/23 15:28:10.514 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +{"msg":"PASSED [sig-network] Services should serve multiport endpoints from pods [Conformance]","completed":245,"skipped":4566,"failed":0} +------------------------------ +• [SLOW TEST] [9.726 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 03/08/23 15:28:00.799 + Mar 8 15:28:00.799: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename services 03/08/23 15:28:00.8 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:28:00.812 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:28:00.814 + [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-9419 03/08/23 15:28:00.816 + STEP: waiting up to 3m0s for service multi-endpoint-test in namespace services-9419 to expose endpoints map[] 03/08/23 15:28:00.824 + Mar 8 15:28:00.827: INFO: Failed go get Endpoints object: endpoints "multi-endpoint-test" not found + Mar 8 15:28:01.840: INFO: successfully validated that service multi-endpoint-test in namespace services-9419 exposes endpoints map[] + STEP: Creating pod pod1 in namespace services-9419 03/08/23 15:28:01.84 + Mar 8 15:28:01.847: INFO: Waiting up to 5m0s for pod "pod1" in namespace "services-9419" to be "running and ready" + Mar 8 15:28:01.851: INFO: Pod "pod1": Phase="Pending", Reason="", readiness=false. Elapsed: 3.711748ms + Mar 8 15:28:01.851: INFO: The phase of Pod pod1 is Pending, waiting for it to be Running (with Ready = true) + Mar 8 15:28:03.854: INFO: Pod "pod1": Phase="Running", Reason="", readiness=true. Elapsed: 2.007326068s + Mar 8 15:28:03.854: INFO: The phase of Pod pod1 is Running (Ready = true) + Mar 8 15:28:03.854: INFO: Pod "pod1" satisfied condition "running and ready" + STEP: waiting up to 3m0s for service multi-endpoint-test in namespace services-9419 to expose endpoints map[pod1:[100]] 03/08/23 15:28:03.857 + Mar 8 15:28:03.866: INFO: successfully validated that service multi-endpoint-test in namespace services-9419 exposes endpoints map[pod1:[100]] + STEP: Creating pod pod2 in namespace services-9419 03/08/23 15:28:03.866 + Mar 8 15:28:03.873: INFO: Waiting up to 5m0s for pod "pod2" in namespace "services-9419" to be "running and ready" + Mar 8 15:28:03.875: INFO: Pod "pod2": Phase="Pending", Reason="", readiness=false. Elapsed: 2.424335ms + Mar 8 15:28:03.875: INFO: The phase of Pod pod2 is Pending, waiting for it to be Running (with Ready = true) + Mar 8 15:28:05.879: INFO: Pod "pod2": Phase="Running", Reason="", readiness=true. Elapsed: 2.006853473s + Mar 8 15:28:05.879: INFO: The phase of Pod pod2 is Running (Ready = true) + Mar 8 15:28:05.880: INFO: Pod "pod2" satisfied condition "running and ready" + STEP: waiting up to 3m0s for service multi-endpoint-test in namespace services-9419 to expose endpoints map[pod1:[100] pod2:[101]] 03/08/23 15:28:05.883 + Mar 8 15:28:05.898: INFO: successfully validated that service multi-endpoint-test in namespace services-9419 exposes endpoints map[pod1:[100] pod2:[101]] + STEP: Checking if the Service forwards traffic to pods 03/08/23 15:28:05.898 + Mar 8 15:28:05.898: INFO: Creating new exec pod + Mar 8 15:28:05.903: INFO: Waiting up to 5m0s for pod "execpodp9hd8" in namespace "services-9419" to be "running" + Mar 8 15:28:05.907: INFO: Pod "execpodp9hd8": Phase="Pending", Reason="", readiness=false. Elapsed: 4.451426ms + Mar 8 15:28:07.912: INFO: Pod "execpodp9hd8": Phase="Running", Reason="", readiness=true. Elapsed: 2.00896997s + Mar 8 15:28:07.912: INFO: Pod "execpodp9hd8" satisfied condition "running" + Mar 8 15:28:08.913: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-9419 exec execpodp9hd8 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 multi-endpoint-test 80' + Mar 8 15:28:09.045: INFO: stderr: "+ nc -v -t -w 2 multi-endpoint-test 80\n+ echo hostName\nConnection to multi-endpoint-test 80 port [tcp/http] succeeded!\n" + Mar 8 15:28:09.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" + Mar 8 15:28:09.045: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-9419 exec execpodp9hd8 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 192.168.182.91 80' + Mar 8 15:28:09.173: INFO: stderr: "+ nc -v -t -w 2 192.168.182.91 80\n+ echo hostName\nConnection to 192.168.182.91 80 port [tcp/http] succeeded!\n" + Mar 8 15:28:09.173: 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" + Mar 8 15:28:09.173: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-9419 exec execpodp9hd8 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 multi-endpoint-test 81' + Mar 8 15:28:09.293: INFO: stderr: "+ nc -v -t -w 2 multi-endpoint-test 81\n+ echo hostName\nConnection to multi-endpoint-test 81 port [tcp/*] succeeded!\n" + Mar 8 15:28:09.293: 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" + Mar 8 15:28:09.293: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-9419 exec execpodp9hd8 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 192.168.182.91 81' + Mar 8 15:28:09.410: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 192.168.182.91 81\nConnection to 192.168.182.91 81 port [tcp/*] succeeded!\n" + Mar 8 15:28:09.410: 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-9419 03/08/23 15:28:09.41 + STEP: waiting up to 3m0s for service multi-endpoint-test in namespace services-9419 to expose endpoints map[pod2:[101]] 03/08/23 15:28:09.421 + Mar 8 15:28:10.447: INFO: successfully validated that service multi-endpoint-test in namespace services-9419 exposes endpoints map[pod2:[101]] + STEP: Deleting pod pod2 in namespace services-9419 03/08/23 15:28:10.447 + STEP: waiting up to 3m0s for service multi-endpoint-test in namespace services-9419 to expose endpoints map[] 03/08/23 15:28:10.467 + Mar 8 15:28:10.478: INFO: successfully validated that service multi-endpoint-test in namespace services-9419 exposes endpoints map[] + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Mar 8 15:28:10.510: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-9419" for this suite. 03/08/23 15:28:10.514 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + << End Captured GinkgoWriter Output +------------------------------ +SSS +------------------------------ +[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 03/08/23 15:28:10.525 +Mar 8 15:28:10.525: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename services 03/08/23 15:28:10.526 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:28:10.541 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:28:10.544 +[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 03/08/23 15:28:10.548 +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Mar 8 15:28:10.552: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-7252" for this suite. 03/08/23 15:28:10.556 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +{"msg":"PASSED [sig-network] Services should find a service from listing all namespaces [Conformance]","completed":246,"skipped":4569,"failed":0} +------------------------------ +• [0.038 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 03/08/23 15:28:10.525 + Mar 8 15:28:10.525: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename services 03/08/23 15:28:10.526 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:28:10.541 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:28:10.544 + [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 03/08/23 15:28:10.548 + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Mar 8 15:28:10.552: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-7252" for this suite. 03/08/23 15:28:10.556 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + << End Captured GinkgoWriter Output +------------------------------ +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 03/08/23 15:28:10.563 +Mar 8 15:28:10.563: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename namespaces 03/08/23 15:28:10.564 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:28:10.579 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:28:10.58 +[It] should apply changes to a namespace status [Conformance] + test/e2e/apimachinery/namespace.go:298 +STEP: Read namespace status 03/08/23 15:28:10.583 +Mar 8 15:28:10.589: INFO: Status: v1.NamespaceStatus{Phase:"Active", Conditions:[]v1.NamespaceCondition(nil)} +STEP: Patch namespace status 03/08/23 15:28:10.589 +Mar 8 15:28:10.594: 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 03/08/23 15:28:10.594 +Mar 8 15:28:10.600: 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 +Mar 8 15:28:10.601: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "namespaces-1497" for this suite. 03/08/23 15:28:10.604 +{"msg":"PASSED [sig-api-machinery] Namespaces [Serial] should apply changes to a namespace status [Conformance]","completed":247,"skipped":4570,"failed":0} +------------------------------ +• [0.046 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 03/08/23 15:28:10.563 + Mar 8 15:28:10.563: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename namespaces 03/08/23 15:28:10.564 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:28:10.579 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:28:10.58 + [It] should apply changes to a namespace status [Conformance] + test/e2e/apimachinery/namespace.go:298 + STEP: Read namespace status 03/08/23 15:28:10.583 + Mar 8 15:28:10.589: INFO: Status: v1.NamespaceStatus{Phase:"Active", Conditions:[]v1.NamespaceCondition(nil)} + STEP: Patch namespace status 03/08/23 15:28:10.589 + Mar 8 15:28:10.594: 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 03/08/23 15:28:10.594 + Mar 8 15:28:10.600: 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 + Mar 8 15:28:10.601: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "namespaces-1497" for this suite. 03/08/23 15:28:10.604 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:28:10.61 +Mar 8 15:28:10.610: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename configmap 03/08/23 15:28:10.611 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:28:10.629 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:28:10.63 +[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 +Mar 8 15:28:10.668: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "configmap-687" for this suite. 03/08/23 15:28:10.671 +{"msg":"PASSED [sig-storage] ConfigMap should be immutable if `immutable` field is set [Conformance]","completed":248,"skipped":4590,"failed":0} +------------------------------ +• [0.066 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 03/08/23 15:28:10.61 + Mar 8 15:28:10.610: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename configmap 03/08/23 15:28:10.611 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:28:10.629 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:28:10.63 + [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 + Mar 8 15:28:10.668: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "configmap-687" for this suite. 03/08/23 15:28:10.671 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:28:10.678 +Mar 8 15:28:10.678: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename projected 03/08/23 15:28:10.679 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:28:10.696 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:28:10.698 +[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 03/08/23 15:28:10.7 +Mar 8 15:28:10.707: INFO: Waiting up to 5m0s for pod "labelsupdate8d6b1c5b-d2a8-47fc-97aa-c4b2fecde1a2" in namespace "projected-8434" to be "running and ready" +Mar 8 15:28:10.709: INFO: Pod "labelsupdate8d6b1c5b-d2a8-47fc-97aa-c4b2fecde1a2": Phase="Pending", Reason="", readiness=false. Elapsed: 2.544458ms +Mar 8 15:28:10.709: INFO: The phase of Pod labelsupdate8d6b1c5b-d2a8-47fc-97aa-c4b2fecde1a2 is Pending, waiting for it to be Running (with Ready = true) +Mar 8 15:28:12.714: INFO: Pod "labelsupdate8d6b1c5b-d2a8-47fc-97aa-c4b2fecde1a2": Phase="Running", Reason="", readiness=true. Elapsed: 2.007154737s +Mar 8 15:28:12.714: INFO: The phase of Pod labelsupdate8d6b1c5b-d2a8-47fc-97aa-c4b2fecde1a2 is Running (Ready = true) +Mar 8 15:28:12.714: INFO: Pod "labelsupdate8d6b1c5b-d2a8-47fc-97aa-c4b2fecde1a2" satisfied condition "running and ready" +Mar 8 15:28:13.236: INFO: Successfully updated pod "labelsupdate8d6b1c5b-d2a8-47fc-97aa-c4b2fecde1a2" +[AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 +Mar 8 15:28:17.257: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-8434" for this suite. 03/08/23 15:28:17.261 +{"msg":"PASSED [sig-storage] Projected downwardAPI should update labels on modification [NodeConformance] [Conformance]","completed":249,"skipped":4638,"failed":0} +------------------------------ +• [SLOW TEST] [6.589 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 03/08/23 15:28:10.678 + Mar 8 15:28:10.678: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename projected 03/08/23 15:28:10.679 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:28:10.696 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:28:10.698 + [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 03/08/23 15:28:10.7 + Mar 8 15:28:10.707: INFO: Waiting up to 5m0s for pod "labelsupdate8d6b1c5b-d2a8-47fc-97aa-c4b2fecde1a2" in namespace "projected-8434" to be "running and ready" + Mar 8 15:28:10.709: INFO: Pod "labelsupdate8d6b1c5b-d2a8-47fc-97aa-c4b2fecde1a2": Phase="Pending", Reason="", readiness=false. Elapsed: 2.544458ms + Mar 8 15:28:10.709: INFO: The phase of Pod labelsupdate8d6b1c5b-d2a8-47fc-97aa-c4b2fecde1a2 is Pending, waiting for it to be Running (with Ready = true) + Mar 8 15:28:12.714: INFO: Pod "labelsupdate8d6b1c5b-d2a8-47fc-97aa-c4b2fecde1a2": Phase="Running", Reason="", readiness=true. Elapsed: 2.007154737s + Mar 8 15:28:12.714: INFO: The phase of Pod labelsupdate8d6b1c5b-d2a8-47fc-97aa-c4b2fecde1a2 is Running (Ready = true) + Mar 8 15:28:12.714: INFO: Pod "labelsupdate8d6b1c5b-d2a8-47fc-97aa-c4b2fecde1a2" satisfied condition "running and ready" + Mar 8 15:28:13.236: INFO: Successfully updated pod "labelsupdate8d6b1c5b-d2a8-47fc-97aa-c4b2fecde1a2" + [AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 + Mar 8 15:28:17.257: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-8434" for this suite. 03/08/23 15:28:17.261 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:28:17.267 +Mar 8 15:28:17.267: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename var-expansion 03/08/23 15:28:17.268 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:28:17.283 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:28:17.286 +[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 03/08/23 15:28:17.287 +Mar 8 15:28:17.295: INFO: Waiting up to 5m0s for pod "var-expansion-4a1dcdfd-3b06-4304-8e1d-10a60c2c4114" in namespace "var-expansion-4464" to be "Succeeded or Failed" +Mar 8 15:28:17.298: INFO: Pod "var-expansion-4a1dcdfd-3b06-4304-8e1d-10a60c2c4114": Phase="Pending", Reason="", readiness=false. Elapsed: 2.869095ms +Mar 8 15:28:19.303: INFO: Pod "var-expansion-4a1dcdfd-3b06-4304-8e1d-10a60c2c4114": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007288741s +Mar 8 15:28:21.302: INFO: Pod "var-expansion-4a1dcdfd-3b06-4304-8e1d-10a60c2c4114": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006912943s +STEP: Saw pod success 03/08/23 15:28:21.302 +Mar 8 15:28:21.302: INFO: Pod "var-expansion-4a1dcdfd-3b06-4304-8e1d-10a60c2c4114" satisfied condition "Succeeded or Failed" +Mar 8 15:28:21.305: INFO: Trying to get logs from node worker2 pod var-expansion-4a1dcdfd-3b06-4304-8e1d-10a60c2c4114 container dapi-container: +STEP: delete the pod 03/08/23 15:28:21.311 +Mar 8 15:28:21.320: INFO: Waiting for pod var-expansion-4a1dcdfd-3b06-4304-8e1d-10a60c2c4114 to disappear +Mar 8 15:28:21.322: INFO: Pod var-expansion-4a1dcdfd-3b06-4304-8e1d-10a60c2c4114 no longer exists +[AfterEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:187 +Mar 8 15:28:21.322: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "var-expansion-4464" for this suite. 03/08/23 15:28:21.326 +{"msg":"PASSED [sig-node] Variable Expansion should allow substituting values in a container's command [NodeConformance] [Conformance]","completed":250,"skipped":4655,"failed":0} +------------------------------ +• [4.064 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 03/08/23 15:28:17.267 + Mar 8 15:28:17.267: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename var-expansion 03/08/23 15:28:17.268 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:28:17.283 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:28:17.286 + [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 03/08/23 15:28:17.287 + Mar 8 15:28:17.295: INFO: Waiting up to 5m0s for pod "var-expansion-4a1dcdfd-3b06-4304-8e1d-10a60c2c4114" in namespace "var-expansion-4464" to be "Succeeded or Failed" + Mar 8 15:28:17.298: INFO: Pod "var-expansion-4a1dcdfd-3b06-4304-8e1d-10a60c2c4114": Phase="Pending", Reason="", readiness=false. Elapsed: 2.869095ms + Mar 8 15:28:19.303: INFO: Pod "var-expansion-4a1dcdfd-3b06-4304-8e1d-10a60c2c4114": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007288741s + Mar 8 15:28:21.302: INFO: Pod "var-expansion-4a1dcdfd-3b06-4304-8e1d-10a60c2c4114": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006912943s + STEP: Saw pod success 03/08/23 15:28:21.302 + Mar 8 15:28:21.302: INFO: Pod "var-expansion-4a1dcdfd-3b06-4304-8e1d-10a60c2c4114" satisfied condition "Succeeded or Failed" + Mar 8 15:28:21.305: INFO: Trying to get logs from node worker2 pod var-expansion-4a1dcdfd-3b06-4304-8e1d-10a60c2c4114 container dapi-container: + STEP: delete the pod 03/08/23 15:28:21.311 + Mar 8 15:28:21.320: INFO: Waiting for pod var-expansion-4a1dcdfd-3b06-4304-8e1d-10a60c2c4114 to disappear + Mar 8 15:28:21.322: INFO: Pod var-expansion-4a1dcdfd-3b06-4304-8e1d-10a60c2c4114 no longer exists + [AfterEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:187 + Mar 8 15:28:21.322: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "var-expansion-4464" for this suite. 03/08/23 15:28:21.326 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[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 03/08/23 15:28:21.332 +Mar 8 15:28:21.332: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename crd-publish-openapi 03/08/23 15:28:21.333 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:28:21.348 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:28:21.35 +[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 03/08/23 15:28:21.352 +Mar 8 15:28:21.352: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: rename a version 03/08/23 15:28:28.323 +STEP: check the new version name is served 03/08/23 15:28:28.337 +STEP: check the old version name is removed 03/08/23 15:28:31.563 +STEP: check the other version is not changed 03/08/23 15:28:32.909 +[AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Mar 8 15:28:38.236: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "crd-publish-openapi-3664" for this suite. 03/08/23 15:28:38.246 +{"msg":"PASSED [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] updates the published spec when one version gets renamed [Conformance]","completed":251,"skipped":4659,"failed":0} +------------------------------ +• [SLOW TEST] [16.920 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 03/08/23 15:28:21.332 + Mar 8 15:28:21.332: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename crd-publish-openapi 03/08/23 15:28:21.333 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:28:21.348 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:28:21.35 + [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 03/08/23 15:28:21.352 + Mar 8 15:28:21.352: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: rename a version 03/08/23 15:28:28.323 + STEP: check the new version name is served 03/08/23 15:28:28.337 + STEP: check the old version name is removed 03/08/23 15:28:31.563 + STEP: check the other version is not changed 03/08/23 15:28:32.909 + [AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Mar 8 15:28:38.236: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "crd-publish-openapi-3664" for this suite. 03/08/23 15:28:38.246 + << End Captured GinkgoWriter Output +------------------------------ +[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 03/08/23 15:28:38.252 +Mar 8 15:28:38.252: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename emptydir 03/08/23 15:28:38.253 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:28:38.268 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:28:38.271 +[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 03/08/23 15:28:38.274 +Mar 8 15:28:38.283: INFO: Waiting up to 5m0s for pod "pod-9a836061-2965-472e-82f0-9856428901b7" in namespace "emptydir-2297" to be "Succeeded or Failed" +Mar 8 15:28:38.285: INFO: Pod "pod-9a836061-2965-472e-82f0-9856428901b7": Phase="Pending", Reason="", readiness=false. Elapsed: 2.632472ms +Mar 8 15:28:40.290: INFO: Pod "pod-9a836061-2965-472e-82f0-9856428901b7": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007609945s +Mar 8 15:28:42.289: INFO: Pod "pod-9a836061-2965-472e-82f0-9856428901b7": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.00616422s +STEP: Saw pod success 03/08/23 15:28:42.289 +Mar 8 15:28:42.289: INFO: Pod "pod-9a836061-2965-472e-82f0-9856428901b7" satisfied condition "Succeeded or Failed" +Mar 8 15:28:42.292: INFO: Trying to get logs from node worker2 pod pod-9a836061-2965-472e-82f0-9856428901b7 container test-container: +STEP: delete the pod 03/08/23 15:28:42.304 +Mar 8 15:28:42.312: INFO: Waiting for pod pod-9a836061-2965-472e-82f0-9856428901b7 to disappear +Mar 8 15:28:42.314: INFO: Pod pod-9a836061-2965-472e-82f0-9856428901b7 no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 +Mar 8 15:28:42.314: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "emptydir-2297" for this suite. 03/08/23 15:28:42.318 +{"msg":"PASSED [sig-storage] EmptyDir volumes should support (root,0666,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]","completed":252,"skipped":4659,"failed":0} +------------------------------ +• [4.071 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 03/08/23 15:28:38.252 + Mar 8 15:28:38.252: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename emptydir 03/08/23 15:28:38.253 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:28:38.268 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:28:38.271 + [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 03/08/23 15:28:38.274 + Mar 8 15:28:38.283: INFO: Waiting up to 5m0s for pod "pod-9a836061-2965-472e-82f0-9856428901b7" in namespace "emptydir-2297" to be "Succeeded or Failed" + Mar 8 15:28:38.285: INFO: Pod "pod-9a836061-2965-472e-82f0-9856428901b7": Phase="Pending", Reason="", readiness=false. Elapsed: 2.632472ms + Mar 8 15:28:40.290: INFO: Pod "pod-9a836061-2965-472e-82f0-9856428901b7": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007609945s + Mar 8 15:28:42.289: INFO: Pod "pod-9a836061-2965-472e-82f0-9856428901b7": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.00616422s + STEP: Saw pod success 03/08/23 15:28:42.289 + Mar 8 15:28:42.289: INFO: Pod "pod-9a836061-2965-472e-82f0-9856428901b7" satisfied condition "Succeeded or Failed" + Mar 8 15:28:42.292: INFO: Trying to get logs from node worker2 pod pod-9a836061-2965-472e-82f0-9856428901b7 container test-container: + STEP: delete the pod 03/08/23 15:28:42.304 + Mar 8 15:28:42.312: INFO: Waiting for pod pod-9a836061-2965-472e-82f0-9856428901b7 to disappear + Mar 8 15:28:42.314: INFO: Pod pod-9a836061-2965-472e-82f0-9856428901b7 no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 + Mar 8 15:28:42.314: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "emptydir-2297" for this suite. 03/08/23 15:28:42.318 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:28:42.324 +Mar 8 15:28:42.324: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename svcaccounts 03/08/23 15:28:42.325 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:28:42.339 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:28:42.341 +[It] ServiceAccountIssuerDiscovery should support OIDC discovery of service account issuer [Conformance] + test/e2e/auth/service_accounts.go:528 +Mar 8 15:28:42.354: INFO: created pod +Mar 8 15:28:42.354: INFO: Waiting up to 5m0s for pod "oidc-discovery-validator" in namespace "svcaccounts-7105" to be "Succeeded or Failed" +Mar 8 15:28:42.356: INFO: Pod "oidc-discovery-validator": Phase="Pending", Reason="", readiness=false. Elapsed: 2.276558ms +Mar 8 15:28:44.361: INFO: Pod "oidc-discovery-validator": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007148643s +Mar 8 15:28:46.360: INFO: Pod "oidc-discovery-validator": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006454944s +STEP: Saw pod success 03/08/23 15:28:46.36 +Mar 8 15:28:46.360: INFO: Pod "oidc-discovery-validator" satisfied condition "Succeeded or Failed" +Mar 8 15:29:16.361: INFO: polling logs +Mar 8 15:29:16.368: INFO: Pod logs: +I0308 15:28:42.945518 1 log.go:195] OK: Got token +I0308 15:28:42.945550 1 log.go:195] validating with in-cluster discovery +I0308 15:28:42.947011 1 log.go:195] OK: got issuer https://kubernetes.default.svc.cluster.local +I0308 15:28:42.947051 1 log.go:195] Full, not-validated claims: +openidmetadata.claims{Claims:jwt.Claims{Issuer:"https://kubernetes.default.svc.cluster.local", Subject:"system:serviceaccount:svcaccounts-7105:default", Audience:jwt.Audience{"oidc-discovery-test"}, Expiry:1678289922, NotBefore:1678289322, IssuedAt:1678289322, ID:""}, Kubernetes:openidmetadata.kubeClaims{Namespace:"svcaccounts-7105", ServiceAccount:openidmetadata.kubeName{Name:"default", UID:"ca8400df-cfed-4684-a1cb-a45665f81f36"}}} +I0308 15:28:42.957031 1 log.go:195] OK: Constructed OIDC provider for issuer https://kubernetes.default.svc.cluster.local +I0308 15:28:42.962686 1 log.go:195] OK: Validated signature on JWT +I0308 15:28:42.962746 1 log.go:195] OK: Got valid claims from token! +I0308 15:28:42.962767 1 log.go:195] Full, validated claims: +&openidmetadata.claims{Claims:jwt.Claims{Issuer:"https://kubernetes.default.svc.cluster.local", Subject:"system:serviceaccount:svcaccounts-7105:default", Audience:jwt.Audience{"oidc-discovery-test"}, Expiry:1678289922, NotBefore:1678289322, IssuedAt:1678289322, ID:""}, Kubernetes:openidmetadata.kubeClaims{Namespace:"svcaccounts-7105", ServiceAccount:openidmetadata.kubeName{Name:"default", UID:"ca8400df-cfed-4684-a1cb-a45665f81f36"}}} + +Mar 8 15:29:16.368: INFO: completed pod +[AfterEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:187 +Mar 8 15:29:16.374: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "svcaccounts-7105" for this suite. 03/08/23 15:29:16.378 +{"msg":"PASSED [sig-auth] ServiceAccounts ServiceAccountIssuerDiscovery should support OIDC discovery of service account issuer [Conformance]","completed":253,"skipped":4678,"failed":0} +------------------------------ +• [SLOW TEST] [34.060 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 03/08/23 15:28:42.324 + Mar 8 15:28:42.324: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename svcaccounts 03/08/23 15:28:42.325 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:28:42.339 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:28:42.341 + [It] ServiceAccountIssuerDiscovery should support OIDC discovery of service account issuer [Conformance] + test/e2e/auth/service_accounts.go:528 + Mar 8 15:28:42.354: INFO: created pod + Mar 8 15:28:42.354: INFO: Waiting up to 5m0s for pod "oidc-discovery-validator" in namespace "svcaccounts-7105" to be "Succeeded or Failed" + Mar 8 15:28:42.356: INFO: Pod "oidc-discovery-validator": Phase="Pending", Reason="", readiness=false. Elapsed: 2.276558ms + Mar 8 15:28:44.361: INFO: Pod "oidc-discovery-validator": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007148643s + Mar 8 15:28:46.360: INFO: Pod "oidc-discovery-validator": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006454944s + STEP: Saw pod success 03/08/23 15:28:46.36 + Mar 8 15:28:46.360: INFO: Pod "oidc-discovery-validator" satisfied condition "Succeeded or Failed" + Mar 8 15:29:16.361: INFO: polling logs + Mar 8 15:29:16.368: INFO: Pod logs: + I0308 15:28:42.945518 1 log.go:195] OK: Got token + I0308 15:28:42.945550 1 log.go:195] validating with in-cluster discovery + I0308 15:28:42.947011 1 log.go:195] OK: got issuer https://kubernetes.default.svc.cluster.local + I0308 15:28:42.947051 1 log.go:195] Full, not-validated claims: + openidmetadata.claims{Claims:jwt.Claims{Issuer:"https://kubernetes.default.svc.cluster.local", Subject:"system:serviceaccount:svcaccounts-7105:default", Audience:jwt.Audience{"oidc-discovery-test"}, Expiry:1678289922, NotBefore:1678289322, IssuedAt:1678289322, ID:""}, Kubernetes:openidmetadata.kubeClaims{Namespace:"svcaccounts-7105", ServiceAccount:openidmetadata.kubeName{Name:"default", UID:"ca8400df-cfed-4684-a1cb-a45665f81f36"}}} + I0308 15:28:42.957031 1 log.go:195] OK: Constructed OIDC provider for issuer https://kubernetes.default.svc.cluster.local + I0308 15:28:42.962686 1 log.go:195] OK: Validated signature on JWT + I0308 15:28:42.962746 1 log.go:195] OK: Got valid claims from token! + I0308 15:28:42.962767 1 log.go:195] Full, validated claims: + &openidmetadata.claims{Claims:jwt.Claims{Issuer:"https://kubernetes.default.svc.cluster.local", Subject:"system:serviceaccount:svcaccounts-7105:default", Audience:jwt.Audience{"oidc-discovery-test"}, Expiry:1678289922, NotBefore:1678289322, IssuedAt:1678289322, ID:""}, Kubernetes:openidmetadata.kubeClaims{Namespace:"svcaccounts-7105", ServiceAccount:openidmetadata.kubeName{Name:"default", UID:"ca8400df-cfed-4684-a1cb-a45665f81f36"}}} + + Mar 8 15:29:16.368: INFO: completed pod + [AfterEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:187 + Mar 8 15:29:16.374: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "svcaccounts-7105" for this suite. 03/08/23 15:29:16.378 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[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 03/08/23 15:29:16.384 +Mar 8 15:29:16.385: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename webhook 03/08/23 15:29:16.385 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:29:16.399 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:29:16.402 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 +STEP: Setting up server cert 03/08/23 15:29:16.417 +STEP: Create role binding to let webhook read extension-apiserver-authentication 03/08/23 15:29:17.443 +STEP: Deploying the webhook pod 03/08/23 15:29:17.451 +STEP: Wait for the deployment to be ready 03/08/23 15:29:17.463 +Mar 8 15:29:17.470: INFO: new replicaset for deployment "sample-webhook-deployment" is yet to be created +Mar 8 15:29:19.479: 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(2023, time.March, 8, 15, 29, 17, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 29, 17, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 29, 17, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 29, 17, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 15:29:21.483: 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(2023, time.March, 8, 15, 29, 17, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 29, 17, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 29, 17, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 29, 17, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 15:29:23.483: 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(2023, time.March, 8, 15, 29, 17, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 29, 17, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 29, 17, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 29, 17, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 15:29:25.484: 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(2023, time.March, 8, 15, 29, 17, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 29, 17, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 29, 17, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 29, 17, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 15:29:27.484: 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(2023, time.March, 8, 15, 29, 17, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 29, 17, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 29, 17, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 29, 17, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 15:29:29.485: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.March, 8, 15, 29, 17, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 29, 17, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 29, 17, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 29, 17, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} +STEP: Deploying the webhook service 03/08/23 15:29:31.483 +STEP: Verifying the service has paired with the endpoint 03/08/23 15:29:31.497 +Mar 8 15:29:32.498: 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 03/08/23 15:29:32.548 +STEP: Creating a configMap that should be mutated 03/08/23 15:29:32.562 +STEP: Deleting the collection of validation webhooks 03/08/23 15:29:32.589 +STEP: Creating a configMap that should not be mutated 03/08/23 15:29:32.63 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Mar 8 15:29:32.640: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "webhook-2387" for this suite. 03/08/23 15:29:32.644 +STEP: Destroying namespace "webhook-2387-markers" for this suite. 03/08/23 15:29:32.65 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 +{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] listing mutating webhooks should work [Conformance]","completed":254,"skipped":4680,"failed":0} +------------------------------ +• [SLOW TEST] [16.429 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 03/08/23 15:29:16.384 + Mar 8 15:29:16.385: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename webhook 03/08/23 15:29:16.385 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:29:16.399 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:29:16.402 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 + STEP: Setting up server cert 03/08/23 15:29:16.417 + STEP: Create role binding to let webhook read extension-apiserver-authentication 03/08/23 15:29:17.443 + STEP: Deploying the webhook pod 03/08/23 15:29:17.451 + STEP: Wait for the deployment to be ready 03/08/23 15:29:17.463 + Mar 8 15:29:17.470: INFO: new replicaset for deployment "sample-webhook-deployment" is yet to be created + Mar 8 15:29:19.479: 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(2023, time.March, 8, 15, 29, 17, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 29, 17, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 29, 17, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 29, 17, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 15:29:21.483: 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(2023, time.March, 8, 15, 29, 17, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 29, 17, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 29, 17, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 29, 17, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 15:29:23.483: 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(2023, time.March, 8, 15, 29, 17, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 29, 17, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 29, 17, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 29, 17, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 15:29:25.484: 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(2023, time.March, 8, 15, 29, 17, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 29, 17, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 29, 17, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 29, 17, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 15:29:27.484: 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(2023, time.March, 8, 15, 29, 17, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 29, 17, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 29, 17, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 29, 17, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 15:29:29.485: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.March, 8, 15, 29, 17, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 29, 17, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 29, 17, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 29, 17, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} + STEP: Deploying the webhook service 03/08/23 15:29:31.483 + STEP: Verifying the service has paired with the endpoint 03/08/23 15:29:31.497 + Mar 8 15:29:32.498: 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 03/08/23 15:29:32.548 + STEP: Creating a configMap that should be mutated 03/08/23 15:29:32.562 + STEP: Deleting the collection of validation webhooks 03/08/23 15:29:32.589 + STEP: Creating a configMap that should not be mutated 03/08/23 15:29:32.63 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Mar 8 15:29:32.640: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "webhook-2387" for this suite. 03/08/23 15:29:32.644 + STEP: Destroying namespace "webhook-2387-markers" for this suite. 03/08/23 15:29:32.65 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSS +------------------------------ +[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 03/08/23 15:29:32.814 +Mar 8 15:29:32.814: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename var-expansion 03/08/23 15:29:32.815 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:29:32.844 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:29:32.846 +[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 03/08/23 15:29:32.849 +Mar 8 15:29:32.857: INFO: Waiting up to 5m0s for pod "var-expansion-15bab409-890c-42d7-a2dd-a484820a283b" in namespace "var-expansion-2577" to be "Succeeded or Failed" +Mar 8 15:29:32.865: INFO: Pod "var-expansion-15bab409-890c-42d7-a2dd-a484820a283b": Phase="Pending", Reason="", readiness=false. Elapsed: 7.817214ms +Mar 8 15:29:34.871: INFO: Pod "var-expansion-15bab409-890c-42d7-a2dd-a484820a283b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.013524077s +Mar 8 15:29:36.869: INFO: Pod "var-expansion-15bab409-890c-42d7-a2dd-a484820a283b": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.012136023s +STEP: Saw pod success 03/08/23 15:29:36.869 +Mar 8 15:29:36.869: INFO: Pod "var-expansion-15bab409-890c-42d7-a2dd-a484820a283b" satisfied condition "Succeeded or Failed" +Mar 8 15:29:36.872: INFO: Trying to get logs from node worker2 pod var-expansion-15bab409-890c-42d7-a2dd-a484820a283b container dapi-container: +STEP: delete the pod 03/08/23 15:29:36.878 +Mar 8 15:29:36.888: INFO: Waiting for pod var-expansion-15bab409-890c-42d7-a2dd-a484820a283b to disappear +Mar 8 15:29:36.890: INFO: Pod var-expansion-15bab409-890c-42d7-a2dd-a484820a283b no longer exists +[AfterEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:187 +Mar 8 15:29:36.890: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "var-expansion-2577" for this suite. 03/08/23 15:29:36.894 +{"msg":"PASSED [sig-node] Variable Expansion should allow substituting values in a volume subpath [Conformance]","completed":255,"skipped":4687,"failed":0} +------------------------------ +• [4.084 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 03/08/23 15:29:32.814 + Mar 8 15:29:32.814: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename var-expansion 03/08/23 15:29:32.815 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:29:32.844 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:29:32.846 + [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 03/08/23 15:29:32.849 + Mar 8 15:29:32.857: INFO: Waiting up to 5m0s for pod "var-expansion-15bab409-890c-42d7-a2dd-a484820a283b" in namespace "var-expansion-2577" to be "Succeeded or Failed" + Mar 8 15:29:32.865: INFO: Pod "var-expansion-15bab409-890c-42d7-a2dd-a484820a283b": Phase="Pending", Reason="", readiness=false. Elapsed: 7.817214ms + Mar 8 15:29:34.871: INFO: Pod "var-expansion-15bab409-890c-42d7-a2dd-a484820a283b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.013524077s + Mar 8 15:29:36.869: INFO: Pod "var-expansion-15bab409-890c-42d7-a2dd-a484820a283b": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.012136023s + STEP: Saw pod success 03/08/23 15:29:36.869 + Mar 8 15:29:36.869: INFO: Pod "var-expansion-15bab409-890c-42d7-a2dd-a484820a283b" satisfied condition "Succeeded or Failed" + Mar 8 15:29:36.872: INFO: Trying to get logs from node worker2 pod var-expansion-15bab409-890c-42d7-a2dd-a484820a283b container dapi-container: + STEP: delete the pod 03/08/23 15:29:36.878 + Mar 8 15:29:36.888: INFO: Waiting for pod var-expansion-15bab409-890c-42d7-a2dd-a484820a283b to disappear + Mar 8 15:29:36.890: INFO: Pod var-expansion-15bab409-890c-42d7-a2dd-a484820a283b no longer exists + [AfterEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:187 + Mar 8 15:29:36.890: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "var-expansion-2577" for this suite. 03/08/23 15:29:36.894 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:29:36.899 +Mar 8 15:29:36.899: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename replicaset 03/08/23 15:29:36.9 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:29:36.912 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:29:36.915 +[It] should validate Replicaset Status endpoints [Conformance] + test/e2e/apps/replica_set.go:176 +STEP: Create a Replicaset 03/08/23 15:29:36.92 +STEP: Verify that the required pods have come up. 03/08/23 15:29:36.924 +Mar 8 15:29:36.927: INFO: Pod name sample-pod: Found 0 pods out of 1 +Mar 8 15:29:41.932: INFO: Pod name sample-pod: Found 1 pods out of 1 +STEP: ensuring each pod is running 03/08/23 15:29:41.932 +STEP: Getting /status 03/08/23 15:29:41.932 +Mar 8 15:29:41.936: INFO: Replicaset test-rs has Conditions: [] +STEP: updating the Replicaset Status 03/08/23 15:29:41.936 +Mar 8 15:29:41.947: 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 03/08/23 15:29:41.948 +Mar 8 15:29:41.949: INFO: Observed &ReplicaSet event: ADDED +Mar 8 15:29:41.950: INFO: Observed &ReplicaSet event: MODIFIED +Mar 8 15:29:41.950: INFO: Observed &ReplicaSet event: MODIFIED +Mar 8 15:29:41.950: INFO: Observed &ReplicaSet event: MODIFIED +Mar 8 15:29:41.950: INFO: Found replicaset test-rs in namespace replicaset-4687 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}] +Mar 8 15:29:41.950: INFO: Replicaset test-rs has an updated status +STEP: patching the Replicaset Status 03/08/23 15:29:41.95 +Mar 8 15:29:41.950: INFO: Patch payload: {"status":{"conditions":[{"type":"StatusPatched","status":"True"}]}} +Mar 8 15:29:41.957: 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 03/08/23 15:29:41.957 +Mar 8 15:29:41.959: INFO: Observed &ReplicaSet event: ADDED +Mar 8 15:29:41.959: INFO: Observed &ReplicaSet event: MODIFIED +Mar 8 15:29:41.959: INFO: Observed &ReplicaSet event: MODIFIED +Mar 8 15:29:41.960: INFO: Observed &ReplicaSet event: MODIFIED +Mar 8 15:29:41.960: INFO: Observed replicaset test-rs in namespace replicaset-4687 with annotations: map[] & Conditions: {StatusUpdate True 0001-01-01 00:00:00 +0000 UTC E2E Set from e2e test} +Mar 8 15:29:41.960: INFO: Observed &ReplicaSet event: MODIFIED +Mar 8 15:29:41.960: INFO: Found replicaset test-rs in namespace replicaset-4687 with labels: map[name:sample-pod pod:httpd] annotations: map[] & Conditions: {StatusPatched True 0001-01-01 00:00:00 +0000 UTC } +Mar 8 15:29:41.960: INFO: Replicaset test-rs has a patched status +[AfterEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:187 +Mar 8 15:29:41.960: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "replicaset-4687" for this suite. 03/08/23 15:29:41.965 +{"msg":"PASSED [sig-apps] ReplicaSet should validate Replicaset Status endpoints [Conformance]","completed":256,"skipped":4710,"failed":0} +------------------------------ +• [SLOW TEST] [5.073 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 03/08/23 15:29:36.899 + Mar 8 15:29:36.899: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename replicaset 03/08/23 15:29:36.9 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:29:36.912 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:29:36.915 + [It] should validate Replicaset Status endpoints [Conformance] + test/e2e/apps/replica_set.go:176 + STEP: Create a Replicaset 03/08/23 15:29:36.92 + STEP: Verify that the required pods have come up. 03/08/23 15:29:36.924 + Mar 8 15:29:36.927: INFO: Pod name sample-pod: Found 0 pods out of 1 + Mar 8 15:29:41.932: INFO: Pod name sample-pod: Found 1 pods out of 1 + STEP: ensuring each pod is running 03/08/23 15:29:41.932 + STEP: Getting /status 03/08/23 15:29:41.932 + Mar 8 15:29:41.936: INFO: Replicaset test-rs has Conditions: [] + STEP: updating the Replicaset Status 03/08/23 15:29:41.936 + Mar 8 15:29:41.947: 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 03/08/23 15:29:41.948 + Mar 8 15:29:41.949: INFO: Observed &ReplicaSet event: ADDED + Mar 8 15:29:41.950: INFO: Observed &ReplicaSet event: MODIFIED + Mar 8 15:29:41.950: INFO: Observed &ReplicaSet event: MODIFIED + Mar 8 15:29:41.950: INFO: Observed &ReplicaSet event: MODIFIED + Mar 8 15:29:41.950: INFO: Found replicaset test-rs in namespace replicaset-4687 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}] + Mar 8 15:29:41.950: INFO: Replicaset test-rs has an updated status + STEP: patching the Replicaset Status 03/08/23 15:29:41.95 + Mar 8 15:29:41.950: INFO: Patch payload: {"status":{"conditions":[{"type":"StatusPatched","status":"True"}]}} + Mar 8 15:29:41.957: 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 03/08/23 15:29:41.957 + Mar 8 15:29:41.959: INFO: Observed &ReplicaSet event: ADDED + Mar 8 15:29:41.959: INFO: Observed &ReplicaSet event: MODIFIED + Mar 8 15:29:41.959: INFO: Observed &ReplicaSet event: MODIFIED + Mar 8 15:29:41.960: INFO: Observed &ReplicaSet event: MODIFIED + Mar 8 15:29:41.960: INFO: Observed replicaset test-rs in namespace replicaset-4687 with annotations: map[] & Conditions: {StatusUpdate True 0001-01-01 00:00:00 +0000 UTC E2E Set from e2e test} + Mar 8 15:29:41.960: INFO: Observed &ReplicaSet event: MODIFIED + Mar 8 15:29:41.960: INFO: Found replicaset test-rs in namespace replicaset-4687 with labels: map[name:sample-pod pod:httpd] annotations: map[] & Conditions: {StatusPatched True 0001-01-01 00:00:00 +0000 UTC } + Mar 8 15:29:41.960: INFO: Replicaset test-rs has a patched status + [AfterEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:187 + Mar 8 15:29:41.960: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "replicaset-4687" for this suite. 03/08/23 15:29:41.965 + << End Captured GinkgoWriter Output +------------------------------ +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 03/08/23 15:29:41.972 +Mar 8 15:29:41.972: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename dns 03/08/23 15:29:41.973 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:29:41.99 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:29:41.992 +[It] should provide DNS for ExternalName services [Conformance] + test/e2e/network/dns.go:333 +STEP: Creating a test externalName service 03/08/23 15:29:41.995 +STEP: Running these commands on wheezy: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-3510.svc.cluster.local CNAME > /results/wheezy_udp@dns-test-service-3.dns-3510.svc.cluster.local; sleep 1; done + 03/08/23 15:29:41.999 +STEP: Running these commands on jessie: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-3510.svc.cluster.local CNAME > /results/jessie_udp@dns-test-service-3.dns-3510.svc.cluster.local; sleep 1; done + 03/08/23 15:29:42 +STEP: creating a pod to probe DNS 03/08/23 15:29:42 +STEP: submitting the pod to kubernetes 03/08/23 15:29:42 +Mar 8 15:29:42.008: INFO: Waiting up to 15m0s for pod "dns-test-3022a630-3152-419b-9cdd-7f302fe82718" in namespace "dns-3510" to be "running" +Mar 8 15:29:42.011: INFO: Pod "dns-test-3022a630-3152-419b-9cdd-7f302fe82718": Phase="Pending", Reason="", readiness=false. Elapsed: 3.600391ms +Mar 8 15:29:44.016: INFO: Pod "dns-test-3022a630-3152-419b-9cdd-7f302fe82718": Phase="Running", Reason="", readiness=true. Elapsed: 2.007997855s +Mar 8 15:29:44.016: INFO: Pod "dns-test-3022a630-3152-419b-9cdd-7f302fe82718" satisfied condition "running" +STEP: retrieving the pod 03/08/23 15:29:44.016 +STEP: looking for the results for each expected name from probers 03/08/23 15:29:44.019 +Mar 8 15:29:44.028: INFO: DNS probes using dns-test-3022a630-3152-419b-9cdd-7f302fe82718 succeeded + +STEP: deleting the pod 03/08/23 15:29:44.028 +STEP: changing the externalName to bar.example.com 03/08/23 15:29:44.04 +STEP: Running these commands on wheezy: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-3510.svc.cluster.local CNAME > /results/wheezy_udp@dns-test-service-3.dns-3510.svc.cluster.local; sleep 1; done + 03/08/23 15:29:44.048 +STEP: Running these commands on jessie: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-3510.svc.cluster.local CNAME > /results/jessie_udp@dns-test-service-3.dns-3510.svc.cluster.local; sleep 1; done + 03/08/23 15:29:44.048 +STEP: creating a second pod to probe DNS 03/08/23 15:29:44.048 +STEP: submitting the pod to kubernetes 03/08/23 15:29:44.048 +Mar 8 15:29:44.054: INFO: Waiting up to 15m0s for pod "dns-test-0691bf0d-2a9a-40d4-8958-170a9ee7eb73" in namespace "dns-3510" to be "running" +Mar 8 15:29:44.059: INFO: Pod "dns-test-0691bf0d-2a9a-40d4-8958-170a9ee7eb73": Phase="Pending", Reason="", readiness=false. Elapsed: 4.975984ms +Mar 8 15:29:46.065: INFO: Pod "dns-test-0691bf0d-2a9a-40d4-8958-170a9ee7eb73": Phase="Running", Reason="", readiness=true. Elapsed: 2.010432599s +Mar 8 15:29:46.065: INFO: Pod "dns-test-0691bf0d-2a9a-40d4-8958-170a9ee7eb73" satisfied condition "running" +STEP: retrieving the pod 03/08/23 15:29:46.065 +STEP: looking for the results for each expected name from probers 03/08/23 15:29:46.068 +Mar 8 15:29:46.073: INFO: File wheezy_udp@dns-test-service-3.dns-3510.svc.cluster.local from pod dns-3510/dns-test-0691bf0d-2a9a-40d4-8958-170a9ee7eb73 contains 'foo.example.com. +' instead of 'bar.example.com.' +Mar 8 15:29:46.076: INFO: File jessie_udp@dns-test-service-3.dns-3510.svc.cluster.local from pod dns-3510/dns-test-0691bf0d-2a9a-40d4-8958-170a9ee7eb73 contains 'foo.example.com. +' instead of 'bar.example.com.' +Mar 8 15:29:46.076: INFO: Lookups using dns-3510/dns-test-0691bf0d-2a9a-40d4-8958-170a9ee7eb73 failed for: [wheezy_udp@dns-test-service-3.dns-3510.svc.cluster.local jessie_udp@dns-test-service-3.dns-3510.svc.cluster.local] + +Mar 8 15:29:51.082: INFO: File wheezy_udp@dns-test-service-3.dns-3510.svc.cluster.local from pod dns-3510/dns-test-0691bf0d-2a9a-40d4-8958-170a9ee7eb73 contains 'foo.example.com. +' instead of 'bar.example.com.' +Mar 8 15:29:51.085: INFO: File jessie_udp@dns-test-service-3.dns-3510.svc.cluster.local from pod dns-3510/dns-test-0691bf0d-2a9a-40d4-8958-170a9ee7eb73 contains 'foo.example.com. +' instead of 'bar.example.com.' +Mar 8 15:29:51.085: INFO: Lookups using dns-3510/dns-test-0691bf0d-2a9a-40d4-8958-170a9ee7eb73 failed for: [wheezy_udp@dns-test-service-3.dns-3510.svc.cluster.local jessie_udp@dns-test-service-3.dns-3510.svc.cluster.local] + +Mar 8 15:29:56.085: INFO: File wheezy_udp@dns-test-service-3.dns-3510.svc.cluster.local from pod dns-3510/dns-test-0691bf0d-2a9a-40d4-8958-170a9ee7eb73 contains 'foo.example.com. +' instead of 'bar.example.com.' +Mar 8 15:29:56.088: INFO: File jessie_udp@dns-test-service-3.dns-3510.svc.cluster.local from pod dns-3510/dns-test-0691bf0d-2a9a-40d4-8958-170a9ee7eb73 contains 'foo.example.com. +' instead of 'bar.example.com.' +Mar 8 15:29:56.088: INFO: Lookups using dns-3510/dns-test-0691bf0d-2a9a-40d4-8958-170a9ee7eb73 failed for: [wheezy_udp@dns-test-service-3.dns-3510.svc.cluster.local jessie_udp@dns-test-service-3.dns-3510.svc.cluster.local] + +Mar 8 15:30:01.084: INFO: File wheezy_udp@dns-test-service-3.dns-3510.svc.cluster.local from pod dns-3510/dns-test-0691bf0d-2a9a-40d4-8958-170a9ee7eb73 contains 'foo.example.com. +' instead of 'bar.example.com.' +Mar 8 15:30:01.088: INFO: File jessie_udp@dns-test-service-3.dns-3510.svc.cluster.local from pod dns-3510/dns-test-0691bf0d-2a9a-40d4-8958-170a9ee7eb73 contains 'foo.example.com. +' instead of 'bar.example.com.' +Mar 8 15:30:01.088: INFO: Lookups using dns-3510/dns-test-0691bf0d-2a9a-40d4-8958-170a9ee7eb73 failed for: [wheezy_udp@dns-test-service-3.dns-3510.svc.cluster.local jessie_udp@dns-test-service-3.dns-3510.svc.cluster.local] + +Mar 8 15:30:06.080: INFO: File wheezy_udp@dns-test-service-3.dns-3510.svc.cluster.local from pod dns-3510/dns-test-0691bf0d-2a9a-40d4-8958-170a9ee7eb73 contains 'foo.example.com. +' instead of 'bar.example.com.' +Mar 8 15:30:06.083: INFO: File jessie_udp@dns-test-service-3.dns-3510.svc.cluster.local from pod dns-3510/dns-test-0691bf0d-2a9a-40d4-8958-170a9ee7eb73 contains '' instead of 'bar.example.com.' +Mar 8 15:30:06.083: INFO: Lookups using dns-3510/dns-test-0691bf0d-2a9a-40d4-8958-170a9ee7eb73 failed for: [wheezy_udp@dns-test-service-3.dns-3510.svc.cluster.local jessie_udp@dns-test-service-3.dns-3510.svc.cluster.local] + +Mar 8 15:30:11.085: INFO: File wheezy_udp@dns-test-service-3.dns-3510.svc.cluster.local from pod dns-3510/dns-test-0691bf0d-2a9a-40d4-8958-170a9ee7eb73 contains 'foo.example.com. +' instead of 'bar.example.com.' +Mar 8 15:30:11.088: INFO: File jessie_udp@dns-test-service-3.dns-3510.svc.cluster.local from pod dns-3510/dns-test-0691bf0d-2a9a-40d4-8958-170a9ee7eb73 contains 'foo.example.com. +' instead of 'bar.example.com.' +Mar 8 15:30:11.089: INFO: Lookups using dns-3510/dns-test-0691bf0d-2a9a-40d4-8958-170a9ee7eb73 failed for: [wheezy_udp@dns-test-service-3.dns-3510.svc.cluster.local jessie_udp@dns-test-service-3.dns-3510.svc.cluster.local] + +Mar 8 15:30:16.088: INFO: DNS probes using dns-test-0691bf0d-2a9a-40d4-8958-170a9ee7eb73 succeeded + +STEP: deleting the pod 03/08/23 15:30:16.088 +STEP: changing the service to type=ClusterIP 03/08/23 15:30:16.098 +STEP: Running these commands on wheezy: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-3510.svc.cluster.local A > /results/wheezy_udp@dns-test-service-3.dns-3510.svc.cluster.local; sleep 1; done + 03/08/23 15:30:16.116 +STEP: Running these commands on jessie: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-3510.svc.cluster.local A > /results/jessie_udp@dns-test-service-3.dns-3510.svc.cluster.local; sleep 1; done + 03/08/23 15:30:16.116 +STEP: creating a third pod to probe DNS 03/08/23 15:30:16.116 +STEP: submitting the pod to kubernetes 03/08/23 15:30:16.12 +Mar 8 15:30:16.133: INFO: Waiting up to 15m0s for pod "dns-test-b1b695d3-49e6-4ef6-8f19-191a01b3f9c5" in namespace "dns-3510" to be "running" +Mar 8 15:30:16.137: INFO: Pod "dns-test-b1b695d3-49e6-4ef6-8f19-191a01b3f9c5": Phase="Pending", Reason="", readiness=false. Elapsed: 3.942429ms +Mar 8 15:30:18.143: INFO: Pod "dns-test-b1b695d3-49e6-4ef6-8f19-191a01b3f9c5": Phase="Running", Reason="", readiness=true. Elapsed: 2.009822846s +Mar 8 15:30:18.143: INFO: Pod "dns-test-b1b695d3-49e6-4ef6-8f19-191a01b3f9c5" satisfied condition "running" +STEP: retrieving the pod 03/08/23 15:30:18.143 +STEP: looking for the results for each expected name from probers 03/08/23 15:30:18.147 +Mar 8 15:30:18.155: INFO: DNS probes using dns-test-b1b695d3-49e6-4ef6-8f19-191a01b3f9c5 succeeded + +STEP: deleting the pod 03/08/23 15:30:18.156 +STEP: deleting the test externalName service 03/08/23 15:30:18.169 +[AfterEach] [sig-network] DNS + test/e2e/framework/framework.go:187 +Mar 8 15:30:18.184: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "dns-3510" for this suite. 03/08/23 15:30:18.194 +{"msg":"PASSED [sig-network] DNS should provide DNS for ExternalName services [Conformance]","completed":257,"skipped":4711,"failed":0} +------------------------------ +• [SLOW TEST] [36.233 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 03/08/23 15:29:41.972 + Mar 8 15:29:41.972: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename dns 03/08/23 15:29:41.973 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:29:41.99 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:29:41.992 + [It] should provide DNS for ExternalName services [Conformance] + test/e2e/network/dns.go:333 + STEP: Creating a test externalName service 03/08/23 15:29:41.995 + STEP: Running these commands on wheezy: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-3510.svc.cluster.local CNAME > /results/wheezy_udp@dns-test-service-3.dns-3510.svc.cluster.local; sleep 1; done + 03/08/23 15:29:41.999 + STEP: Running these commands on jessie: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-3510.svc.cluster.local CNAME > /results/jessie_udp@dns-test-service-3.dns-3510.svc.cluster.local; sleep 1; done + 03/08/23 15:29:42 + STEP: creating a pod to probe DNS 03/08/23 15:29:42 + STEP: submitting the pod to kubernetes 03/08/23 15:29:42 + Mar 8 15:29:42.008: INFO: Waiting up to 15m0s for pod "dns-test-3022a630-3152-419b-9cdd-7f302fe82718" in namespace "dns-3510" to be "running" + Mar 8 15:29:42.011: INFO: Pod "dns-test-3022a630-3152-419b-9cdd-7f302fe82718": Phase="Pending", Reason="", readiness=false. Elapsed: 3.600391ms + Mar 8 15:29:44.016: INFO: Pod "dns-test-3022a630-3152-419b-9cdd-7f302fe82718": Phase="Running", Reason="", readiness=true. Elapsed: 2.007997855s + Mar 8 15:29:44.016: INFO: Pod "dns-test-3022a630-3152-419b-9cdd-7f302fe82718" satisfied condition "running" + STEP: retrieving the pod 03/08/23 15:29:44.016 + STEP: looking for the results for each expected name from probers 03/08/23 15:29:44.019 + Mar 8 15:29:44.028: INFO: DNS probes using dns-test-3022a630-3152-419b-9cdd-7f302fe82718 succeeded + + STEP: deleting the pod 03/08/23 15:29:44.028 + STEP: changing the externalName to bar.example.com 03/08/23 15:29:44.04 + STEP: Running these commands on wheezy: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-3510.svc.cluster.local CNAME > /results/wheezy_udp@dns-test-service-3.dns-3510.svc.cluster.local; sleep 1; done + 03/08/23 15:29:44.048 + STEP: Running these commands on jessie: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-3510.svc.cluster.local CNAME > /results/jessie_udp@dns-test-service-3.dns-3510.svc.cluster.local; sleep 1; done + 03/08/23 15:29:44.048 + STEP: creating a second pod to probe DNS 03/08/23 15:29:44.048 + STEP: submitting the pod to kubernetes 03/08/23 15:29:44.048 + Mar 8 15:29:44.054: INFO: Waiting up to 15m0s for pod "dns-test-0691bf0d-2a9a-40d4-8958-170a9ee7eb73" in namespace "dns-3510" to be "running" + Mar 8 15:29:44.059: INFO: Pod "dns-test-0691bf0d-2a9a-40d4-8958-170a9ee7eb73": Phase="Pending", Reason="", readiness=false. Elapsed: 4.975984ms + Mar 8 15:29:46.065: INFO: Pod "dns-test-0691bf0d-2a9a-40d4-8958-170a9ee7eb73": Phase="Running", Reason="", readiness=true. Elapsed: 2.010432599s + Mar 8 15:29:46.065: INFO: Pod "dns-test-0691bf0d-2a9a-40d4-8958-170a9ee7eb73" satisfied condition "running" + STEP: retrieving the pod 03/08/23 15:29:46.065 + STEP: looking for the results for each expected name from probers 03/08/23 15:29:46.068 + Mar 8 15:29:46.073: INFO: File wheezy_udp@dns-test-service-3.dns-3510.svc.cluster.local from pod dns-3510/dns-test-0691bf0d-2a9a-40d4-8958-170a9ee7eb73 contains 'foo.example.com. + ' instead of 'bar.example.com.' + Mar 8 15:29:46.076: INFO: File jessie_udp@dns-test-service-3.dns-3510.svc.cluster.local from pod dns-3510/dns-test-0691bf0d-2a9a-40d4-8958-170a9ee7eb73 contains 'foo.example.com. + ' instead of 'bar.example.com.' + Mar 8 15:29:46.076: INFO: Lookups using dns-3510/dns-test-0691bf0d-2a9a-40d4-8958-170a9ee7eb73 failed for: [wheezy_udp@dns-test-service-3.dns-3510.svc.cluster.local jessie_udp@dns-test-service-3.dns-3510.svc.cluster.local] + + Mar 8 15:29:51.082: INFO: File wheezy_udp@dns-test-service-3.dns-3510.svc.cluster.local from pod dns-3510/dns-test-0691bf0d-2a9a-40d4-8958-170a9ee7eb73 contains 'foo.example.com. + ' instead of 'bar.example.com.' + Mar 8 15:29:51.085: INFO: File jessie_udp@dns-test-service-3.dns-3510.svc.cluster.local from pod dns-3510/dns-test-0691bf0d-2a9a-40d4-8958-170a9ee7eb73 contains 'foo.example.com. + ' instead of 'bar.example.com.' + Mar 8 15:29:51.085: INFO: Lookups using dns-3510/dns-test-0691bf0d-2a9a-40d4-8958-170a9ee7eb73 failed for: [wheezy_udp@dns-test-service-3.dns-3510.svc.cluster.local jessie_udp@dns-test-service-3.dns-3510.svc.cluster.local] + + Mar 8 15:29:56.085: INFO: File wheezy_udp@dns-test-service-3.dns-3510.svc.cluster.local from pod dns-3510/dns-test-0691bf0d-2a9a-40d4-8958-170a9ee7eb73 contains 'foo.example.com. + ' instead of 'bar.example.com.' + Mar 8 15:29:56.088: INFO: File jessie_udp@dns-test-service-3.dns-3510.svc.cluster.local from pod dns-3510/dns-test-0691bf0d-2a9a-40d4-8958-170a9ee7eb73 contains 'foo.example.com. + ' instead of 'bar.example.com.' + Mar 8 15:29:56.088: INFO: Lookups using dns-3510/dns-test-0691bf0d-2a9a-40d4-8958-170a9ee7eb73 failed for: [wheezy_udp@dns-test-service-3.dns-3510.svc.cluster.local jessie_udp@dns-test-service-3.dns-3510.svc.cluster.local] + + Mar 8 15:30:01.084: INFO: File wheezy_udp@dns-test-service-3.dns-3510.svc.cluster.local from pod dns-3510/dns-test-0691bf0d-2a9a-40d4-8958-170a9ee7eb73 contains 'foo.example.com. + ' instead of 'bar.example.com.' + Mar 8 15:30:01.088: INFO: File jessie_udp@dns-test-service-3.dns-3510.svc.cluster.local from pod dns-3510/dns-test-0691bf0d-2a9a-40d4-8958-170a9ee7eb73 contains 'foo.example.com. + ' instead of 'bar.example.com.' + Mar 8 15:30:01.088: INFO: Lookups using dns-3510/dns-test-0691bf0d-2a9a-40d4-8958-170a9ee7eb73 failed for: [wheezy_udp@dns-test-service-3.dns-3510.svc.cluster.local jessie_udp@dns-test-service-3.dns-3510.svc.cluster.local] + + Mar 8 15:30:06.080: INFO: File wheezy_udp@dns-test-service-3.dns-3510.svc.cluster.local from pod dns-3510/dns-test-0691bf0d-2a9a-40d4-8958-170a9ee7eb73 contains 'foo.example.com. + ' instead of 'bar.example.com.' + Mar 8 15:30:06.083: INFO: File jessie_udp@dns-test-service-3.dns-3510.svc.cluster.local from pod dns-3510/dns-test-0691bf0d-2a9a-40d4-8958-170a9ee7eb73 contains '' instead of 'bar.example.com.' + Mar 8 15:30:06.083: INFO: Lookups using dns-3510/dns-test-0691bf0d-2a9a-40d4-8958-170a9ee7eb73 failed for: [wheezy_udp@dns-test-service-3.dns-3510.svc.cluster.local jessie_udp@dns-test-service-3.dns-3510.svc.cluster.local] + + Mar 8 15:30:11.085: INFO: File wheezy_udp@dns-test-service-3.dns-3510.svc.cluster.local from pod dns-3510/dns-test-0691bf0d-2a9a-40d4-8958-170a9ee7eb73 contains 'foo.example.com. + ' instead of 'bar.example.com.' + Mar 8 15:30:11.088: INFO: File jessie_udp@dns-test-service-3.dns-3510.svc.cluster.local from pod dns-3510/dns-test-0691bf0d-2a9a-40d4-8958-170a9ee7eb73 contains 'foo.example.com. + ' instead of 'bar.example.com.' + Mar 8 15:30:11.089: INFO: Lookups using dns-3510/dns-test-0691bf0d-2a9a-40d4-8958-170a9ee7eb73 failed for: [wheezy_udp@dns-test-service-3.dns-3510.svc.cluster.local jessie_udp@dns-test-service-3.dns-3510.svc.cluster.local] + + Mar 8 15:30:16.088: INFO: DNS probes using dns-test-0691bf0d-2a9a-40d4-8958-170a9ee7eb73 succeeded + + STEP: deleting the pod 03/08/23 15:30:16.088 + STEP: changing the service to type=ClusterIP 03/08/23 15:30:16.098 + STEP: Running these commands on wheezy: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-3510.svc.cluster.local A > /results/wheezy_udp@dns-test-service-3.dns-3510.svc.cluster.local; sleep 1; done + 03/08/23 15:30:16.116 + STEP: Running these commands on jessie: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-3510.svc.cluster.local A > /results/jessie_udp@dns-test-service-3.dns-3510.svc.cluster.local; sleep 1; done + 03/08/23 15:30:16.116 + STEP: creating a third pod to probe DNS 03/08/23 15:30:16.116 + STEP: submitting the pod to kubernetes 03/08/23 15:30:16.12 + Mar 8 15:30:16.133: INFO: Waiting up to 15m0s for pod "dns-test-b1b695d3-49e6-4ef6-8f19-191a01b3f9c5" in namespace "dns-3510" to be "running" + Mar 8 15:30:16.137: INFO: Pod "dns-test-b1b695d3-49e6-4ef6-8f19-191a01b3f9c5": Phase="Pending", Reason="", readiness=false. Elapsed: 3.942429ms + Mar 8 15:30:18.143: INFO: Pod "dns-test-b1b695d3-49e6-4ef6-8f19-191a01b3f9c5": Phase="Running", Reason="", readiness=true. Elapsed: 2.009822846s + Mar 8 15:30:18.143: INFO: Pod "dns-test-b1b695d3-49e6-4ef6-8f19-191a01b3f9c5" satisfied condition "running" + STEP: retrieving the pod 03/08/23 15:30:18.143 + STEP: looking for the results for each expected name from probers 03/08/23 15:30:18.147 + Mar 8 15:30:18.155: INFO: DNS probes using dns-test-b1b695d3-49e6-4ef6-8f19-191a01b3f9c5 succeeded + + STEP: deleting the pod 03/08/23 15:30:18.156 + STEP: deleting the test externalName service 03/08/23 15:30:18.169 + [AfterEach] [sig-network] DNS + test/e2e/framework/framework.go:187 + Mar 8 15:30:18.184: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "dns-3510" for this suite. 03/08/23 15:30:18.194 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:30:18.206 +Mar 8 15:30:18.206: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename deployment 03/08/23 15:30:18.207 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:30:18.243 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:30:18.247 +[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 +Mar 8 15:30:18.250: INFO: Creating simple deployment test-new-deployment +Mar 8 15:30:18.261: INFO: new replicaset for deployment "test-new-deployment" is yet to be created +STEP: getting scale subresource 03/08/23 15:30:20.272 +STEP: updating a scale subresource 03/08/23 15:30:20.275 +STEP: verifying the deployment Spec.Replicas was modified 03/08/23 15:30:20.281 +STEP: Patch a scale subresource 03/08/23 15:30:20.283 +[AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 +Mar 8 15:30:20.295: INFO: Deployment "test-new-deployment": +&Deployment{ObjectMeta:{test-new-deployment deployment-7535 c40b506d-5e92-4ced-aadb-6840280d18d4 656518 3 2023-03-08 15:30:18 +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 2023-03-08 15:30:18 +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":{}}}}} } {kube-controller-manager Update apps/v1 2023-03-08 15:30:19 +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 ehub.ctcdn.cn/eck/sonobuoy/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 0xc003f0a168 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:2023-03-08 15:30:19 +0000 UTC,LastTransitionTime:2023-03-08 15:30:19 +0000 UTC,},DeploymentCondition{Type:Progressing,Status:True,Reason:NewReplicaSetAvailable,Message:ReplicaSet "test-new-deployment-6b87449b65" has successfully progressed.,LastUpdateTime:2023-03-08 15:30:19 +0000 UTC,LastTransitionTime:2023-03-08 15:30:18 +0000 UTC,},},ReadyReplicas:1,CollisionCount:nil,},} + +Mar 8 15:30:20.298: INFO: New ReplicaSet "test-new-deployment-6b87449b65" of Deployment "test-new-deployment": +&ReplicaSet{ObjectMeta:{test-new-deployment-6b87449b65 deployment-7535 12afea5c-7295-4a14-8835-776980efdac4 656517 2 2023-03-08 15:30:18 +0000 UTC map[name:httpd pod-template-hash:6b87449b65] map[deployment.kubernetes.io/desired-replicas:2 deployment.kubernetes.io/max-replicas:3 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment test-new-deployment c40b506d-5e92-4ced-aadb-6840280d18d4 0xc003f0a577 0xc003f0a578}] [] [{kube-controller-manager Update apps/v1 2023-03-08 15:30:19 +0000 UTC FieldsV1 {"f:status":{"f:availableReplicas":{},"f:fullyLabeledReplicas":{},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{}}} status} {kube-controller-manager Update apps/v1 2023-03-08 15:30: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\":\"c40b506d-5e92-4ced-aadb-6840280d18d4\"}":{}}},"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":{}}}}} }]},Spec:ReplicaSetSpec{Replicas:*2,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: httpd,pod-template-hash: 6b87449b65,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:httpd pod-template-hash:6b87449b65] map[] [] [] []} {[] [] [{httpd ehub.ctcdn.cn/eck/sonobuoy/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 0xc003f0a608 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{},},} +Mar 8 15:30:20.301: INFO: Pod "test-new-deployment-6b87449b65-8vz4k" is available: +&Pod{ObjectMeta:{test-new-deployment-6b87449b65-8vz4k test-new-deployment-6b87449b65- deployment-7535 699e7c72-a564-4218-8629-411d9629c95d 656508 0 2023-03-08 15:30:18 +0000 UTC map[name:httpd pod-template-hash:6b87449b65] map[] [{apps/v1 ReplicaSet test-new-deployment-6b87449b65 12afea5c-7295-4a14-8835-776980efdac4 0xc00485b717 0xc00485b718}] [] [{kube-controller-manager Update v1 2023-03-08 15:30:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"12afea5c-7295-4a14-8835-776980efdac4\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-03-08 15:30:19 +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\":\"172.16.0.203\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-5chhd,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:ehub.ctcdn.cn/eck/sonobuoy/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-5chhd,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:worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*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:2023-03-08 15:30:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:30:19 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:30:19 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:30:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.0.0.18,PodIP:172.16.0.203,StartTime:2023-03-08 15:30:18 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-03-08 15:30:18 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2,ImageID:ehub.ctcdn.cn/eck/sonobuoy/httpd@sha256:758aa7ccf1af0569310f77155e9408e51191291b60d3a49bfee31efc07105019,ContainerID:containerd://3bdf094fa185993bb2dca5c3e3316a4be21568d2e2b3795a0d397eeef9981764,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.16.0.203,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +Mar 8 15:30:20.302: INFO: Pod "test-new-deployment-6b87449b65-kqf8k" is not available: +&Pod{ObjectMeta:{test-new-deployment-6b87449b65-kqf8k test-new-deployment-6b87449b65- deployment-7535 3a124200-643c-40eb-9a1f-6f63b8c4af80 656520 0 2023-03-08 15:30:20 +0000 UTC map[name:httpd pod-template-hash:6b87449b65] map[] [{apps/v1 ReplicaSet test-new-deployment-6b87449b65 12afea5c-7295-4a14-8835-776980efdac4 0xc00485b900 0xc00485b901}] [] [{kube-controller-manager Update v1 2023-03-08 15:30:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"12afea5c-7295-4a14-8835-776980efdac4\"}":{}}},"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-jzm96,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:ehub.ctcdn.cn/eck/sonobuoy/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-jzm96,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:,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{},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +[AfterEach] [sig-apps] Deployment + test/e2e/framework/framework.go:187 +Mar 8 15:30:20.302: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "deployment-7535" for this suite. 03/08/23 15:30:20.307 +{"msg":"PASSED [sig-apps] Deployment Deployment should have a working scale subresource [Conformance]","completed":258,"skipped":4729,"failed":0} +------------------------------ +• [2.108 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 03/08/23 15:30:18.206 + Mar 8 15:30:18.206: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename deployment 03/08/23 15:30:18.207 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:30:18.243 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:30:18.247 + [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 + Mar 8 15:30:18.250: INFO: Creating simple deployment test-new-deployment + Mar 8 15:30:18.261: INFO: new replicaset for deployment "test-new-deployment" is yet to be created + STEP: getting scale subresource 03/08/23 15:30:20.272 + STEP: updating a scale subresource 03/08/23 15:30:20.275 + STEP: verifying the deployment Spec.Replicas was modified 03/08/23 15:30:20.281 + STEP: Patch a scale subresource 03/08/23 15:30:20.283 + [AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 + Mar 8 15:30:20.295: INFO: Deployment "test-new-deployment": + &Deployment{ObjectMeta:{test-new-deployment deployment-7535 c40b506d-5e92-4ced-aadb-6840280d18d4 656518 3 2023-03-08 15:30:18 +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 2023-03-08 15:30:18 +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":{}}}}} } {kube-controller-manager Update apps/v1 2023-03-08 15:30:19 +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 ehub.ctcdn.cn/eck/sonobuoy/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 0xc003f0a168 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:2023-03-08 15:30:19 +0000 UTC,LastTransitionTime:2023-03-08 15:30:19 +0000 UTC,},DeploymentCondition{Type:Progressing,Status:True,Reason:NewReplicaSetAvailable,Message:ReplicaSet "test-new-deployment-6b87449b65" has successfully progressed.,LastUpdateTime:2023-03-08 15:30:19 +0000 UTC,LastTransitionTime:2023-03-08 15:30:18 +0000 UTC,},},ReadyReplicas:1,CollisionCount:nil,},} + + Mar 8 15:30:20.298: INFO: New ReplicaSet "test-new-deployment-6b87449b65" of Deployment "test-new-deployment": + &ReplicaSet{ObjectMeta:{test-new-deployment-6b87449b65 deployment-7535 12afea5c-7295-4a14-8835-776980efdac4 656517 2 2023-03-08 15:30:18 +0000 UTC map[name:httpd pod-template-hash:6b87449b65] map[deployment.kubernetes.io/desired-replicas:2 deployment.kubernetes.io/max-replicas:3 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment test-new-deployment c40b506d-5e92-4ced-aadb-6840280d18d4 0xc003f0a577 0xc003f0a578}] [] [{kube-controller-manager Update apps/v1 2023-03-08 15:30:19 +0000 UTC FieldsV1 {"f:status":{"f:availableReplicas":{},"f:fullyLabeledReplicas":{},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{}}} status} {kube-controller-manager Update apps/v1 2023-03-08 15:30: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\":\"c40b506d-5e92-4ced-aadb-6840280d18d4\"}":{}}},"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":{}}}}} }]},Spec:ReplicaSetSpec{Replicas:*2,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: httpd,pod-template-hash: 6b87449b65,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:httpd pod-template-hash:6b87449b65] map[] [] [] []} {[] [] [{httpd ehub.ctcdn.cn/eck/sonobuoy/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 0xc003f0a608 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{},},} + Mar 8 15:30:20.301: INFO: Pod "test-new-deployment-6b87449b65-8vz4k" is available: + &Pod{ObjectMeta:{test-new-deployment-6b87449b65-8vz4k test-new-deployment-6b87449b65- deployment-7535 699e7c72-a564-4218-8629-411d9629c95d 656508 0 2023-03-08 15:30:18 +0000 UTC map[name:httpd pod-template-hash:6b87449b65] map[] [{apps/v1 ReplicaSet test-new-deployment-6b87449b65 12afea5c-7295-4a14-8835-776980efdac4 0xc00485b717 0xc00485b718}] [] [{kube-controller-manager Update v1 2023-03-08 15:30:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"12afea5c-7295-4a14-8835-776980efdac4\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-03-08 15:30:19 +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\":\"172.16.0.203\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-5chhd,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:ehub.ctcdn.cn/eck/sonobuoy/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-5chhd,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:worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*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:2023-03-08 15:30:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:30:19 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:30:19 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:30:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.0.0.18,PodIP:172.16.0.203,StartTime:2023-03-08 15:30:18 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-03-08 15:30:18 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2,ImageID:ehub.ctcdn.cn/eck/sonobuoy/httpd@sha256:758aa7ccf1af0569310f77155e9408e51191291b60d3a49bfee31efc07105019,ContainerID:containerd://3bdf094fa185993bb2dca5c3e3316a4be21568d2e2b3795a0d397eeef9981764,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.16.0.203,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + Mar 8 15:30:20.302: INFO: Pod "test-new-deployment-6b87449b65-kqf8k" is not available: + &Pod{ObjectMeta:{test-new-deployment-6b87449b65-kqf8k test-new-deployment-6b87449b65- deployment-7535 3a124200-643c-40eb-9a1f-6f63b8c4af80 656520 0 2023-03-08 15:30:20 +0000 UTC map[name:httpd pod-template-hash:6b87449b65] map[] [{apps/v1 ReplicaSet test-new-deployment-6b87449b65 12afea5c-7295-4a14-8835-776980efdac4 0xc00485b900 0xc00485b901}] [] [{kube-controller-manager Update v1 2023-03-08 15:30:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"12afea5c-7295-4a14-8835-776980efdac4\"}":{}}},"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-jzm96,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:ehub.ctcdn.cn/eck/sonobuoy/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-jzm96,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:,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{},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + [AfterEach] [sig-apps] Deployment + test/e2e/framework/framework.go:187 + Mar 8 15:30:20.302: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "deployment-7535" for this suite. 03/08/23 15:30:20.307 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[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 03/08/23 15:30:20.314 +Mar 8 15:30:20.314: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename configmap 03/08/23 15:30:20.315 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:30:20.336 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:30:20.338 +[It] should run through a ConfigMap lifecycle [Conformance] + test/e2e/common/node/configmap.go:168 +STEP: creating a ConfigMap 03/08/23 15:30:20.341 +STEP: fetching the ConfigMap 03/08/23 15:30:20.345 +STEP: patching the ConfigMap 03/08/23 15:30:20.348 +STEP: listing all ConfigMaps in all namespaces with a label selector 03/08/23 15:30:20.353 +STEP: deleting the ConfigMap by collection with a label selector 03/08/23 15:30:20.356 +STEP: listing all ConfigMaps in test namespace 03/08/23 15:30:20.362 +[AfterEach] [sig-node] ConfigMap + test/e2e/framework/framework.go:187 +Mar 8 15:30:20.365: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "configmap-5701" for this suite. 03/08/23 15:30:20.369 +{"msg":"PASSED [sig-node] ConfigMap should run through a ConfigMap lifecycle [Conformance]","completed":259,"skipped":4733,"failed":0} +------------------------------ +• [0.060 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 03/08/23 15:30:20.314 + Mar 8 15:30:20.314: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename configmap 03/08/23 15:30:20.315 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:30:20.336 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:30:20.338 + [It] should run through a ConfigMap lifecycle [Conformance] + test/e2e/common/node/configmap.go:168 + STEP: creating a ConfigMap 03/08/23 15:30:20.341 + STEP: fetching the ConfigMap 03/08/23 15:30:20.345 + STEP: patching the ConfigMap 03/08/23 15:30:20.348 + STEP: listing all ConfigMaps in all namespaces with a label selector 03/08/23 15:30:20.353 + STEP: deleting the ConfigMap by collection with a label selector 03/08/23 15:30:20.356 + STEP: listing all ConfigMaps in test namespace 03/08/23 15:30:20.362 + [AfterEach] [sig-node] ConfigMap + test/e2e/framework/framework.go:187 + Mar 8 15:30:20.365: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "configmap-5701" for this suite. 03/08/23 15:30:20.369 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:30:20.374 +Mar 8 15:30:20.374: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename emptydir 03/08/23 15:30:20.375 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:30:20.389 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:30:20.391 +[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 03/08/23 15:30:20.394 +Mar 8 15:30:20.400: INFO: Waiting up to 5m0s for pod "pod-bc70bc33-68a9-4c78-8a1a-d66e3ccf34cc" in namespace "emptydir-7644" to be "Succeeded or Failed" +Mar 8 15:30:20.402: INFO: Pod "pod-bc70bc33-68a9-4c78-8a1a-d66e3ccf34cc": Phase="Pending", Reason="", readiness=false. Elapsed: 2.403707ms +Mar 8 15:30:22.408: INFO: Pod "pod-bc70bc33-68a9-4c78-8a1a-d66e3ccf34cc": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007930805s +Mar 8 15:30:24.408: INFO: Pod "pod-bc70bc33-68a9-4c78-8a1a-d66e3ccf34cc": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008068609s +STEP: Saw pod success 03/08/23 15:30:24.408 +Mar 8 15:30:24.408: INFO: Pod "pod-bc70bc33-68a9-4c78-8a1a-d66e3ccf34cc" satisfied condition "Succeeded or Failed" +Mar 8 15:30:24.411: INFO: Trying to get logs from node worker2 pod pod-bc70bc33-68a9-4c78-8a1a-d66e3ccf34cc container test-container: +STEP: delete the pod 03/08/23 15:30:24.417 +Mar 8 15:30:24.427: INFO: Waiting for pod pod-bc70bc33-68a9-4c78-8a1a-d66e3ccf34cc to disappear +Mar 8 15:30:24.430: INFO: Pod pod-bc70bc33-68a9-4c78-8a1a-d66e3ccf34cc no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 +Mar 8 15:30:24.430: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "emptydir-7644" for this suite. 03/08/23 15:30:24.435 +{"msg":"PASSED [sig-storage] EmptyDir volumes should support (root,0777,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]","completed":260,"skipped":4752,"failed":0} +------------------------------ +• [4.066 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 03/08/23 15:30:20.374 + Mar 8 15:30:20.374: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename emptydir 03/08/23 15:30:20.375 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:30:20.389 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:30:20.391 + [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 03/08/23 15:30:20.394 + Mar 8 15:30:20.400: INFO: Waiting up to 5m0s for pod "pod-bc70bc33-68a9-4c78-8a1a-d66e3ccf34cc" in namespace "emptydir-7644" to be "Succeeded or Failed" + Mar 8 15:30:20.402: INFO: Pod "pod-bc70bc33-68a9-4c78-8a1a-d66e3ccf34cc": Phase="Pending", Reason="", readiness=false. Elapsed: 2.403707ms + Mar 8 15:30:22.408: INFO: Pod "pod-bc70bc33-68a9-4c78-8a1a-d66e3ccf34cc": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007930805s + Mar 8 15:30:24.408: INFO: Pod "pod-bc70bc33-68a9-4c78-8a1a-d66e3ccf34cc": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008068609s + STEP: Saw pod success 03/08/23 15:30:24.408 + Mar 8 15:30:24.408: INFO: Pod "pod-bc70bc33-68a9-4c78-8a1a-d66e3ccf34cc" satisfied condition "Succeeded or Failed" + Mar 8 15:30:24.411: INFO: Trying to get logs from node worker2 pod pod-bc70bc33-68a9-4c78-8a1a-d66e3ccf34cc container test-container: + STEP: delete the pod 03/08/23 15:30:24.417 + Mar 8 15:30:24.427: INFO: Waiting for pod pod-bc70bc33-68a9-4c78-8a1a-d66e3ccf34cc to disappear + Mar 8 15:30:24.430: INFO: Pod pod-bc70bc33-68a9-4c78-8a1a-d66e3ccf34cc no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 + Mar 8 15:30:24.430: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "emptydir-7644" for this suite. 03/08/23 15:30:24.435 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:30:24.441 +Mar 8 15:30:24.441: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename statefulset 03/08/23 15:30:24.442 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:30:24.457 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:30:24.46 +[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-4575 03/08/23 15:30:24.463 +[It] Should recreate evicted statefulset [Conformance] + test/e2e/apps/statefulset.go:737 +STEP: Looking for a node to schedule stateful set and pod 03/08/23 15:30:24.467 +STEP: Creating pod with conflicting port in namespace statefulset-4575 03/08/23 15:30:24.472 +STEP: Waiting until pod test-pod will start running in namespace statefulset-4575 03/08/23 15:30:24.481 +Mar 8 15:30:24.481: INFO: Waiting up to 5m0s for pod "test-pod" in namespace "statefulset-4575" to be "running" +Mar 8 15:30:24.484: INFO: Pod "test-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.447238ms +Mar 8 15:30:26.489: INFO: Pod "test-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.008152251s +Mar 8 15:30:26.489: INFO: Pod "test-pod" satisfied condition "running" +STEP: Creating statefulset with conflicting port in namespace statefulset-4575 03/08/23 15:30:26.489 +STEP: Waiting until stateful pod ss-0 will be recreated and deleted at least once in namespace statefulset-4575 03/08/23 15:30:26.496 +Mar 8 15:30:26.512: INFO: Observed stateful pod in namespace: statefulset-4575, name: ss-0, uid: 79c17d28-669a-40d2-a1d2-ec6d79bdfe2f, status phase: Pending. Waiting for statefulset controller to delete. +Mar 8 15:30:26.523: INFO: Observed stateful pod in namespace: statefulset-4575, name: ss-0, uid: 79c17d28-669a-40d2-a1d2-ec6d79bdfe2f, status phase: Failed. Waiting for statefulset controller to delete. +Mar 8 15:30:26.532: INFO: Observed stateful pod in namespace: statefulset-4575, name: ss-0, uid: 79c17d28-669a-40d2-a1d2-ec6d79bdfe2f, status phase: Failed. Waiting for statefulset controller to delete. +Mar 8 15:30:26.536: INFO: Observed delete event for stateful pod ss-0 in namespace statefulset-4575 +STEP: Removing pod with conflicting port in namespace statefulset-4575 03/08/23 15:30:26.536 +STEP: Waiting when stateful pod ss-0 will be recreated in namespace statefulset-4575 and will be in running state 03/08/23 15:30:26.552 +[AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:122 +Mar 8 15:30:28.568: INFO: Deleting all statefulset in ns statefulset-4575 +Mar 8 15:30:28.571: INFO: Scaling statefulset ss to 0 +Mar 8 15:30:38.594: INFO: Waiting for statefulset status.replicas updated to 0 +Mar 8 15:30:38.598: INFO: Deleting statefulset ss +[AfterEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:187 +Mar 8 15:30:38.610: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "statefulset-4575" for this suite. 03/08/23 15:30:38.618 +{"msg":"PASSED [sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic] Should recreate evicted statefulset [Conformance]","completed":261,"skipped":4769,"failed":0} +------------------------------ +• [SLOW TEST] [14.183 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 03/08/23 15:30:24.441 + Mar 8 15:30:24.441: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename statefulset 03/08/23 15:30:24.442 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:30:24.457 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:30:24.46 + [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-4575 03/08/23 15:30:24.463 + [It] Should recreate evicted statefulset [Conformance] + test/e2e/apps/statefulset.go:737 + STEP: Looking for a node to schedule stateful set and pod 03/08/23 15:30:24.467 + STEP: Creating pod with conflicting port in namespace statefulset-4575 03/08/23 15:30:24.472 + STEP: Waiting until pod test-pod will start running in namespace statefulset-4575 03/08/23 15:30:24.481 + Mar 8 15:30:24.481: INFO: Waiting up to 5m0s for pod "test-pod" in namespace "statefulset-4575" to be "running" + Mar 8 15:30:24.484: INFO: Pod "test-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.447238ms + Mar 8 15:30:26.489: INFO: Pod "test-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.008152251s + Mar 8 15:30:26.489: INFO: Pod "test-pod" satisfied condition "running" + STEP: Creating statefulset with conflicting port in namespace statefulset-4575 03/08/23 15:30:26.489 + STEP: Waiting until stateful pod ss-0 will be recreated and deleted at least once in namespace statefulset-4575 03/08/23 15:30:26.496 + Mar 8 15:30:26.512: INFO: Observed stateful pod in namespace: statefulset-4575, name: ss-0, uid: 79c17d28-669a-40d2-a1d2-ec6d79bdfe2f, status phase: Pending. Waiting for statefulset controller to delete. + Mar 8 15:30:26.523: INFO: Observed stateful pod in namespace: statefulset-4575, name: ss-0, uid: 79c17d28-669a-40d2-a1d2-ec6d79bdfe2f, status phase: Failed. Waiting for statefulset controller to delete. + Mar 8 15:30:26.532: INFO: Observed stateful pod in namespace: statefulset-4575, name: ss-0, uid: 79c17d28-669a-40d2-a1d2-ec6d79bdfe2f, status phase: Failed. Waiting for statefulset controller to delete. + Mar 8 15:30:26.536: INFO: Observed delete event for stateful pod ss-0 in namespace statefulset-4575 + STEP: Removing pod with conflicting port in namespace statefulset-4575 03/08/23 15:30:26.536 + STEP: Waiting when stateful pod ss-0 will be recreated in namespace statefulset-4575 and will be in running state 03/08/23 15:30:26.552 + [AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:122 + Mar 8 15:30:28.568: INFO: Deleting all statefulset in ns statefulset-4575 + Mar 8 15:30:28.571: INFO: Scaling statefulset ss to 0 + Mar 8 15:30:38.594: INFO: Waiting for statefulset status.replicas updated to 0 + Mar 8 15:30:38.598: INFO: Deleting statefulset ss + [AfterEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:187 + Mar 8 15:30:38.610: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "statefulset-4575" for this suite. 03/08/23 15:30:38.618 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:30:38.625 +Mar 8 15:30:38.625: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename limitrange 03/08/23 15:30:38.626 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:30:38.641 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:30:38.644 +[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 03/08/23 15:30:38.65 +STEP: Setting up watch 03/08/23 15:30:38.65 +STEP: Submitting a LimitRange 03/08/23 15:30:38.754 +STEP: Verifying LimitRange creation was observed 03/08/23 15:30:38.76 +STEP: Fetching the LimitRange to ensure it has proper values 03/08/23 15:30:38.76 +Mar 8 15:30:38.763: 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}] +Mar 8 15:30:38.763: 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 03/08/23 15:30:38.763 +STEP: Ensuring Pod has resource requirements applied from LimitRange 03/08/23 15:30:38.767 +Mar 8 15:30:38.770: 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}] +Mar 8 15:30:38.770: 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 03/08/23 15:30:38.77 +STEP: Ensuring Pod has merged resource requirements applied from LimitRange 03/08/23 15:30:38.776 +Mar 8 15:30:38.779: 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}] +Mar 8 15:30:38.779: 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 03/08/23 15:30:38.779 +STEP: Failing to create a Pod with more than max resources 03/08/23 15:30:38.781 +STEP: Updating a LimitRange 03/08/23 15:30:38.783 +STEP: Verifying LimitRange updating is effective 03/08/23 15:30:38.788 +STEP: Creating a Pod with less than former min resources 03/08/23 15:30:40.794 +STEP: Failing to create a Pod with more than max resources 03/08/23 15:30:40.799 +STEP: Deleting a LimitRange 03/08/23 15:30:40.802 +STEP: Verifying the LimitRange was deleted 03/08/23 15:30:40.807 +Mar 8 15:30:45.813: INFO: limitRange is already deleted +STEP: Creating a Pod with more than former max resources 03/08/23 15:30:45.813 +[AfterEach] [sig-scheduling] LimitRange + test/e2e/framework/framework.go:187 +Mar 8 15:30:45.820: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "limitrange-8267" for this suite. 03/08/23 15:30:45.824 +{"msg":"PASSED [sig-scheduling] LimitRange should create a LimitRange with defaults and ensure pod has those defaults applied. [Conformance]","completed":262,"skipped":4791,"failed":0} +------------------------------ +• [SLOW TEST] [7.205 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 03/08/23 15:30:38.625 + Mar 8 15:30:38.625: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename limitrange 03/08/23 15:30:38.626 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:30:38.641 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:30:38.644 + [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 03/08/23 15:30:38.65 + STEP: Setting up watch 03/08/23 15:30:38.65 + STEP: Submitting a LimitRange 03/08/23 15:30:38.754 + STEP: Verifying LimitRange creation was observed 03/08/23 15:30:38.76 + STEP: Fetching the LimitRange to ensure it has proper values 03/08/23 15:30:38.76 + Mar 8 15:30:38.763: 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}] + Mar 8 15:30:38.763: 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 03/08/23 15:30:38.763 + STEP: Ensuring Pod has resource requirements applied from LimitRange 03/08/23 15:30:38.767 + Mar 8 15:30:38.770: 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}] + Mar 8 15:30:38.770: 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 03/08/23 15:30:38.77 + STEP: Ensuring Pod has merged resource requirements applied from LimitRange 03/08/23 15:30:38.776 + Mar 8 15:30:38.779: 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}] + Mar 8 15:30:38.779: 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 03/08/23 15:30:38.779 + STEP: Failing to create a Pod with more than max resources 03/08/23 15:30:38.781 + STEP: Updating a LimitRange 03/08/23 15:30:38.783 + STEP: Verifying LimitRange updating is effective 03/08/23 15:30:38.788 + STEP: Creating a Pod with less than former min resources 03/08/23 15:30:40.794 + STEP: Failing to create a Pod with more than max resources 03/08/23 15:30:40.799 + STEP: Deleting a LimitRange 03/08/23 15:30:40.802 + STEP: Verifying the LimitRange was deleted 03/08/23 15:30:40.807 + Mar 8 15:30:45.813: INFO: limitRange is already deleted + STEP: Creating a Pod with more than former max resources 03/08/23 15:30:45.813 + [AfterEach] [sig-scheduling] LimitRange + test/e2e/framework/framework.go:187 + Mar 8 15:30:45.820: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "limitrange-8267" for this suite. 03/08/23 15:30:45.824 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSS +------------------------------ +[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 03/08/23 15:30:45.83 +Mar 8 15:30:45.830: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename resourcequota 03/08/23 15:30:45.831 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:30:45.845 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:30:45.848 +[It] should create a ResourceQuota and ensure its status is promptly calculated. [Conformance] + test/e2e/apimachinery/resource_quota.go:65 +STEP: Counting existing ResourceQuota 03/08/23 15:30:45.851 +STEP: Creating a ResourceQuota 03/08/23 15:30:50.855 +STEP: Ensuring resource quota status is calculated 03/08/23 15:30:50.861 +[AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 +Mar 8 15:30:52.867: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "resourcequota-7276" for this suite. 03/08/23 15:30:52.871 +{"msg":"PASSED [sig-api-machinery] ResourceQuota should create a ResourceQuota and ensure its status is promptly calculated. [Conformance]","completed":263,"skipped":4798,"failed":0} +------------------------------ +• [SLOW TEST] [7.047 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 03/08/23 15:30:45.83 + Mar 8 15:30:45.830: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename resourcequota 03/08/23 15:30:45.831 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:30:45.845 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:30:45.848 + [It] should create a ResourceQuota and ensure its status is promptly calculated. [Conformance] + test/e2e/apimachinery/resource_quota.go:65 + STEP: Counting existing ResourceQuota 03/08/23 15:30:45.851 + STEP: Creating a ResourceQuota 03/08/23 15:30:50.855 + STEP: Ensuring resource quota status is calculated 03/08/23 15:30:50.861 + [AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 + Mar 8 15:30:52.867: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "resourcequota-7276" for this suite. 03/08/23 15:30:52.871 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSS +------------------------------ +[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 03/08/23 15:30:52.877 +Mar 8 15:30:52.877: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename dns 03/08/23 15:30:52.878 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:30:52.891 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:30:52.893 +[It] should provide DNS for pods for Subdomain [Conformance] + test/e2e/network/dns.go:290 +STEP: Creating a test headless service 03/08/23 15:30:52.896 +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-6900.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local;check="$$(dig +notcp +noall +answer +search dns-test-service-2.dns-6900.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-test-service-2.dns-6900.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-test-service-2.dns-6900.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-test-service-2.dns-6900.svc.cluster.local;sleep 1; done + 03/08/23 15:30:52.899 +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-6900.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local;check="$$(dig +notcp +noall +answer +search dns-test-service-2.dns-6900.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-test-service-2.dns-6900.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-test-service-2.dns-6900.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-test-service-2.dns-6900.svc.cluster.local;sleep 1; done + 03/08/23 15:30:52.9 +STEP: creating a pod to probe DNS 03/08/23 15:30:52.9 +STEP: submitting the pod to kubernetes 03/08/23 15:30:52.9 +Mar 8 15:30:52.908: INFO: Waiting up to 15m0s for pod "dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f" in namespace "dns-6900" to be "running" +Mar 8 15:30:52.911: INFO: Pod "dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f": Phase="Pending", Reason="", readiness=false. Elapsed: 3.693796ms +Mar 8 15:30:54.917: INFO: Pod "dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f": Phase="Running", Reason="", readiness=true. Elapsed: 2.009249668s +Mar 8 15:30:54.917: INFO: Pod "dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f" satisfied condition "running" +STEP: retrieving the pod 03/08/23 15:30:54.917 +STEP: looking for the results for each expected name from probers 03/08/23 15:30:54.92 +Mar 8 15:30:54.925: INFO: Unable to read wheezy_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) +Mar 8 15:30:54.928: INFO: Unable to read wheezy_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) +Mar 8 15:30:54.931: INFO: Unable to read wheezy_udp@dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) +Mar 8 15:30:54.934: INFO: Unable to read wheezy_tcp@dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) +Mar 8 15:30:54.937: INFO: Unable to read jessie_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) +Mar 8 15:30:54.941: INFO: Unable to read jessie_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) +Mar 8 15:30:54.944: INFO: Unable to read jessie_udp@dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) +Mar 8 15:30:54.947: INFO: Unable to read jessie_tcp@dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) +Mar 8 15:30:54.947: INFO: Lookups using dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f failed for: [wheezy_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local wheezy_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local wheezy_udp@dns-test-service-2.dns-6900.svc.cluster.local wheezy_tcp@dns-test-service-2.dns-6900.svc.cluster.local jessie_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local jessie_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local jessie_udp@dns-test-service-2.dns-6900.svc.cluster.local jessie_tcp@dns-test-service-2.dns-6900.svc.cluster.local] + +Mar 8 15:30:59.954: INFO: Unable to read wheezy_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) +Mar 8 15:30:59.957: INFO: Unable to read wheezy_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) +Mar 8 15:30:59.960: INFO: Unable to read wheezy_udp@dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) +Mar 8 15:30:59.963: INFO: Unable to read wheezy_tcp@dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) +Mar 8 15:30:59.966: INFO: Unable to read jessie_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) +Mar 8 15:30:59.969: INFO: Unable to read jessie_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) +Mar 8 15:30:59.972: INFO: Unable to read jessie_udp@dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) +Mar 8 15:30:59.976: INFO: Unable to read jessie_tcp@dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) +Mar 8 15:30:59.976: INFO: Lookups using dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f failed for: [wheezy_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local wheezy_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local wheezy_udp@dns-test-service-2.dns-6900.svc.cluster.local wheezy_tcp@dns-test-service-2.dns-6900.svc.cluster.local jessie_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local jessie_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local jessie_udp@dns-test-service-2.dns-6900.svc.cluster.local jessie_tcp@dns-test-service-2.dns-6900.svc.cluster.local] + +Mar 8 15:31:04.952: INFO: Unable to read wheezy_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) +Mar 8 15:31:04.956: INFO: Unable to read wheezy_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) +Mar 8 15:31:04.959: INFO: Unable to read wheezy_udp@dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) +Mar 8 15:31:04.963: INFO: Unable to read wheezy_tcp@dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) +Mar 8 15:31:04.967: INFO: Unable to read jessie_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) +Mar 8 15:31:04.970: INFO: Unable to read jessie_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) +Mar 8 15:31:04.973: INFO: Unable to read jessie_udp@dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) +Mar 8 15:31:04.977: INFO: Unable to read jessie_tcp@dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) +Mar 8 15:31:04.977: INFO: Lookups using dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f failed for: [wheezy_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local wheezy_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local wheezy_udp@dns-test-service-2.dns-6900.svc.cluster.local wheezy_tcp@dns-test-service-2.dns-6900.svc.cluster.local jessie_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local jessie_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local jessie_udp@dns-test-service-2.dns-6900.svc.cluster.local jessie_tcp@dns-test-service-2.dns-6900.svc.cluster.local] + +Mar 8 15:31:09.956: INFO: Unable to read wheezy_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) +Mar 8 15:31:09.959: INFO: Unable to read wheezy_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) +Mar 8 15:31:09.962: INFO: Unable to read wheezy_udp@dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) +Mar 8 15:31:09.966: INFO: Unable to read wheezy_tcp@dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) +Mar 8 15:31:09.969: INFO: Unable to read jessie_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) +Mar 8 15:31:09.972: INFO: Unable to read jessie_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) +Mar 8 15:31:09.975: INFO: Unable to read jessie_udp@dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) +Mar 8 15:31:09.979: INFO: Unable to read jessie_tcp@dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) +Mar 8 15:31:09.979: INFO: Lookups using dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f failed for: [wheezy_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local wheezy_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local wheezy_udp@dns-test-service-2.dns-6900.svc.cluster.local wheezy_tcp@dns-test-service-2.dns-6900.svc.cluster.local jessie_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local jessie_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local jessie_udp@dns-test-service-2.dns-6900.svc.cluster.local jessie_tcp@dns-test-service-2.dns-6900.svc.cluster.local] + +Mar 8 15:31:14.954: INFO: Unable to read wheezy_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) +Mar 8 15:31:14.959: INFO: Unable to read wheezy_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) +Mar 8 15:31:14.964: INFO: Unable to read wheezy_udp@dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) +Mar 8 15:31:14.968: INFO: Unable to read wheezy_tcp@dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) +Mar 8 15:31:14.971: INFO: Unable to read jessie_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) +Mar 8 15:31:14.975: INFO: Unable to read jessie_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) +Mar 8 15:31:14.978: INFO: Unable to read jessie_udp@dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) +Mar 8 15:31:14.981: INFO: Unable to read jessie_tcp@dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) +Mar 8 15:31:14.981: INFO: Lookups using dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f failed for: [wheezy_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local wheezy_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local wheezy_udp@dns-test-service-2.dns-6900.svc.cluster.local wheezy_tcp@dns-test-service-2.dns-6900.svc.cluster.local jessie_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local jessie_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local jessie_udp@dns-test-service-2.dns-6900.svc.cluster.local jessie_tcp@dns-test-service-2.dns-6900.svc.cluster.local] + +Mar 8 15:31:19.952: INFO: Unable to read wheezy_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) +Mar 8 15:31:19.956: INFO: Unable to read wheezy_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) +Mar 8 15:31:19.959: INFO: Unable to read wheezy_udp@dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) +Mar 8 15:31:19.962: INFO: Unable to read wheezy_tcp@dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) +Mar 8 15:31:19.965: INFO: Unable to read jessie_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) +Mar 8 15:31:19.968: INFO: Unable to read jessie_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) +Mar 8 15:31:19.972: INFO: Unable to read jessie_udp@dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) +Mar 8 15:31:19.975: INFO: Unable to read jessie_tcp@dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) +Mar 8 15:31:19.975: INFO: Lookups using dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f failed for: [wheezy_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local wheezy_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local wheezy_udp@dns-test-service-2.dns-6900.svc.cluster.local wheezy_tcp@dns-test-service-2.dns-6900.svc.cluster.local jessie_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local jessie_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local jessie_udp@dns-test-service-2.dns-6900.svc.cluster.local jessie_tcp@dns-test-service-2.dns-6900.svc.cluster.local] + +Mar 8 15:31:24.977: INFO: DNS probes using dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f succeeded + +STEP: deleting the pod 03/08/23 15:31:24.977 +STEP: deleting the test headless service 03/08/23 15:31:24.989 +[AfterEach] [sig-network] DNS + test/e2e/framework/framework.go:187 +Mar 8 15:31:25.003: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "dns-6900" for this suite. 03/08/23 15:31:25.008 +{"msg":"PASSED [sig-network] DNS should provide DNS for pods for Subdomain [Conformance]","completed":264,"skipped":4807,"failed":0} +------------------------------ +• [SLOW TEST] [32.139 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 03/08/23 15:30:52.877 + Mar 8 15:30:52.877: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename dns 03/08/23 15:30:52.878 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:30:52.891 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:30:52.893 + [It] should provide DNS for pods for Subdomain [Conformance] + test/e2e/network/dns.go:290 + STEP: Creating a test headless service 03/08/23 15:30:52.896 + 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-6900.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local;check="$$(dig +notcp +noall +answer +search dns-test-service-2.dns-6900.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-test-service-2.dns-6900.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-test-service-2.dns-6900.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-test-service-2.dns-6900.svc.cluster.local;sleep 1; done + 03/08/23 15:30:52.899 + 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-6900.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local;check="$$(dig +notcp +noall +answer +search dns-test-service-2.dns-6900.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-test-service-2.dns-6900.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-test-service-2.dns-6900.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-test-service-2.dns-6900.svc.cluster.local;sleep 1; done + 03/08/23 15:30:52.9 + STEP: creating a pod to probe DNS 03/08/23 15:30:52.9 + STEP: submitting the pod to kubernetes 03/08/23 15:30:52.9 + Mar 8 15:30:52.908: INFO: Waiting up to 15m0s for pod "dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f" in namespace "dns-6900" to be "running" + Mar 8 15:30:52.911: INFO: Pod "dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f": Phase="Pending", Reason="", readiness=false. Elapsed: 3.693796ms + Mar 8 15:30:54.917: INFO: Pod "dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f": Phase="Running", Reason="", readiness=true. Elapsed: 2.009249668s + Mar 8 15:30:54.917: INFO: Pod "dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f" satisfied condition "running" + STEP: retrieving the pod 03/08/23 15:30:54.917 + STEP: looking for the results for each expected name from probers 03/08/23 15:30:54.92 + Mar 8 15:30:54.925: INFO: Unable to read wheezy_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) + Mar 8 15:30:54.928: INFO: Unable to read wheezy_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) + Mar 8 15:30:54.931: INFO: Unable to read wheezy_udp@dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) + Mar 8 15:30:54.934: INFO: Unable to read wheezy_tcp@dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) + Mar 8 15:30:54.937: INFO: Unable to read jessie_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) + Mar 8 15:30:54.941: INFO: Unable to read jessie_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) + Mar 8 15:30:54.944: INFO: Unable to read jessie_udp@dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) + Mar 8 15:30:54.947: INFO: Unable to read jessie_tcp@dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) + Mar 8 15:30:54.947: INFO: Lookups using dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f failed for: [wheezy_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local wheezy_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local wheezy_udp@dns-test-service-2.dns-6900.svc.cluster.local wheezy_tcp@dns-test-service-2.dns-6900.svc.cluster.local jessie_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local jessie_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local jessie_udp@dns-test-service-2.dns-6900.svc.cluster.local jessie_tcp@dns-test-service-2.dns-6900.svc.cluster.local] + + Mar 8 15:30:59.954: INFO: Unable to read wheezy_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) + Mar 8 15:30:59.957: INFO: Unable to read wheezy_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) + Mar 8 15:30:59.960: INFO: Unable to read wheezy_udp@dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) + Mar 8 15:30:59.963: INFO: Unable to read wheezy_tcp@dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) + Mar 8 15:30:59.966: INFO: Unable to read jessie_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) + Mar 8 15:30:59.969: INFO: Unable to read jessie_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) + Mar 8 15:30:59.972: INFO: Unable to read jessie_udp@dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) + Mar 8 15:30:59.976: INFO: Unable to read jessie_tcp@dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) + Mar 8 15:30:59.976: INFO: Lookups using dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f failed for: [wheezy_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local wheezy_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local wheezy_udp@dns-test-service-2.dns-6900.svc.cluster.local wheezy_tcp@dns-test-service-2.dns-6900.svc.cluster.local jessie_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local jessie_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local jessie_udp@dns-test-service-2.dns-6900.svc.cluster.local jessie_tcp@dns-test-service-2.dns-6900.svc.cluster.local] + + Mar 8 15:31:04.952: INFO: Unable to read wheezy_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) + Mar 8 15:31:04.956: INFO: Unable to read wheezy_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) + Mar 8 15:31:04.959: INFO: Unable to read wheezy_udp@dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) + Mar 8 15:31:04.963: INFO: Unable to read wheezy_tcp@dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) + Mar 8 15:31:04.967: INFO: Unable to read jessie_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) + Mar 8 15:31:04.970: INFO: Unable to read jessie_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) + Mar 8 15:31:04.973: INFO: Unable to read jessie_udp@dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) + Mar 8 15:31:04.977: INFO: Unable to read jessie_tcp@dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) + Mar 8 15:31:04.977: INFO: Lookups using dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f failed for: [wheezy_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local wheezy_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local wheezy_udp@dns-test-service-2.dns-6900.svc.cluster.local wheezy_tcp@dns-test-service-2.dns-6900.svc.cluster.local jessie_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local jessie_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local jessie_udp@dns-test-service-2.dns-6900.svc.cluster.local jessie_tcp@dns-test-service-2.dns-6900.svc.cluster.local] + + Mar 8 15:31:09.956: INFO: Unable to read wheezy_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) + Mar 8 15:31:09.959: INFO: Unable to read wheezy_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) + Mar 8 15:31:09.962: INFO: Unable to read wheezy_udp@dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) + Mar 8 15:31:09.966: INFO: Unable to read wheezy_tcp@dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) + Mar 8 15:31:09.969: INFO: Unable to read jessie_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) + Mar 8 15:31:09.972: INFO: Unable to read jessie_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) + Mar 8 15:31:09.975: INFO: Unable to read jessie_udp@dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) + Mar 8 15:31:09.979: INFO: Unable to read jessie_tcp@dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) + Mar 8 15:31:09.979: INFO: Lookups using dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f failed for: [wheezy_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local wheezy_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local wheezy_udp@dns-test-service-2.dns-6900.svc.cluster.local wheezy_tcp@dns-test-service-2.dns-6900.svc.cluster.local jessie_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local jessie_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local jessie_udp@dns-test-service-2.dns-6900.svc.cluster.local jessie_tcp@dns-test-service-2.dns-6900.svc.cluster.local] + + Mar 8 15:31:14.954: INFO: Unable to read wheezy_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) + Mar 8 15:31:14.959: INFO: Unable to read wheezy_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) + Mar 8 15:31:14.964: INFO: Unable to read wheezy_udp@dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) + Mar 8 15:31:14.968: INFO: Unable to read wheezy_tcp@dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) + Mar 8 15:31:14.971: INFO: Unable to read jessie_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) + Mar 8 15:31:14.975: INFO: Unable to read jessie_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) + Mar 8 15:31:14.978: INFO: Unable to read jessie_udp@dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) + Mar 8 15:31:14.981: INFO: Unable to read jessie_tcp@dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) + Mar 8 15:31:14.981: INFO: Lookups using dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f failed for: [wheezy_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local wheezy_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local wheezy_udp@dns-test-service-2.dns-6900.svc.cluster.local wheezy_tcp@dns-test-service-2.dns-6900.svc.cluster.local jessie_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local jessie_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local jessie_udp@dns-test-service-2.dns-6900.svc.cluster.local jessie_tcp@dns-test-service-2.dns-6900.svc.cluster.local] + + Mar 8 15:31:19.952: INFO: Unable to read wheezy_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) + Mar 8 15:31:19.956: INFO: Unable to read wheezy_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) + Mar 8 15:31:19.959: INFO: Unable to read wheezy_udp@dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) + Mar 8 15:31:19.962: INFO: Unable to read wheezy_tcp@dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) + Mar 8 15:31:19.965: INFO: Unable to read jessie_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) + Mar 8 15:31:19.968: INFO: Unable to read jessie_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) + Mar 8 15:31:19.972: INFO: Unable to read jessie_udp@dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) + Mar 8 15:31:19.975: INFO: Unable to read jessie_tcp@dns-test-service-2.dns-6900.svc.cluster.local from pod dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f: the server could not find the requested resource (get pods dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f) + Mar 8 15:31:19.975: INFO: Lookups using dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f failed for: [wheezy_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local wheezy_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local wheezy_udp@dns-test-service-2.dns-6900.svc.cluster.local wheezy_tcp@dns-test-service-2.dns-6900.svc.cluster.local jessie_udp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local jessie_tcp@dns-querier-2.dns-test-service-2.dns-6900.svc.cluster.local jessie_udp@dns-test-service-2.dns-6900.svc.cluster.local jessie_tcp@dns-test-service-2.dns-6900.svc.cluster.local] + + Mar 8 15:31:24.977: INFO: DNS probes using dns-6900/dns-test-6c23e0d4-9c26-4f61-9f88-fc1ff6d8c94f succeeded + + STEP: deleting the pod 03/08/23 15:31:24.977 + STEP: deleting the test headless service 03/08/23 15:31:24.989 + [AfterEach] [sig-network] DNS + test/e2e/framework/framework.go:187 + Mar 8 15:31:25.003: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "dns-6900" for this suite. 03/08/23 15:31:25.008 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:31:25.016 +Mar 8 15:31:25.017: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename emptydir 03/08/23 15:31:25.018 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:31:25.035 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:31:25.038 +[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 03/08/23 15:31:25.041 +Mar 8 15:31:25.050: INFO: Waiting up to 5m0s for pod "pod-c6ad4c10-30d1-4251-95e0-31529957143e" in namespace "emptydir-5770" to be "Succeeded or Failed" +Mar 8 15:31:25.053: INFO: Pod "pod-c6ad4c10-30d1-4251-95e0-31529957143e": Phase="Pending", Reason="", readiness=false. Elapsed: 3.032999ms +Mar 8 15:31:27.057: INFO: Pod "pod-c6ad4c10-30d1-4251-95e0-31529957143e": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007706762s +Mar 8 15:31:29.058: INFO: Pod "pod-c6ad4c10-30d1-4251-95e0-31529957143e": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008201233s +STEP: Saw pod success 03/08/23 15:31:29.058 +Mar 8 15:31:29.058: INFO: Pod "pod-c6ad4c10-30d1-4251-95e0-31529957143e" satisfied condition "Succeeded or Failed" +Mar 8 15:31:29.061: INFO: Trying to get logs from node worker2 pod pod-c6ad4c10-30d1-4251-95e0-31529957143e container test-container: +STEP: delete the pod 03/08/23 15:31:29.069 +Mar 8 15:31:29.079: INFO: Waiting for pod pod-c6ad4c10-30d1-4251-95e0-31529957143e to disappear +Mar 8 15:31:29.082: INFO: Pod pod-c6ad4c10-30d1-4251-95e0-31529957143e no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 +Mar 8 15:31:29.082: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "emptydir-5770" for this suite. 03/08/23 15:31:29.086 +{"msg":"PASSED [sig-storage] EmptyDir volumes should support (root,0644,default) [LinuxOnly] [NodeConformance] [Conformance]","completed":265,"skipped":4825,"failed":0} +------------------------------ +• [4.074 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 03/08/23 15:31:25.016 + Mar 8 15:31:25.017: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename emptydir 03/08/23 15:31:25.018 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:31:25.035 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:31:25.038 + [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 03/08/23 15:31:25.041 + Mar 8 15:31:25.050: INFO: Waiting up to 5m0s for pod "pod-c6ad4c10-30d1-4251-95e0-31529957143e" in namespace "emptydir-5770" to be "Succeeded or Failed" + Mar 8 15:31:25.053: INFO: Pod "pod-c6ad4c10-30d1-4251-95e0-31529957143e": Phase="Pending", Reason="", readiness=false. Elapsed: 3.032999ms + Mar 8 15:31:27.057: INFO: Pod "pod-c6ad4c10-30d1-4251-95e0-31529957143e": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007706762s + Mar 8 15:31:29.058: INFO: Pod "pod-c6ad4c10-30d1-4251-95e0-31529957143e": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008201233s + STEP: Saw pod success 03/08/23 15:31:29.058 + Mar 8 15:31:29.058: INFO: Pod "pod-c6ad4c10-30d1-4251-95e0-31529957143e" satisfied condition "Succeeded or Failed" + Mar 8 15:31:29.061: INFO: Trying to get logs from node worker2 pod pod-c6ad4c10-30d1-4251-95e0-31529957143e container test-container: + STEP: delete the pod 03/08/23 15:31:29.069 + Mar 8 15:31:29.079: INFO: Waiting for pod pod-c6ad4c10-30d1-4251-95e0-31529957143e to disappear + Mar 8 15:31:29.082: INFO: Pod pod-c6ad4c10-30d1-4251-95e0-31529957143e no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 + Mar 8 15:31:29.082: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "emptydir-5770" for this suite. 03/08/23 15:31:29.086 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:31:29.091 +Mar 8 15:31:29.091: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename containers 03/08/23 15:31:29.092 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:31:29.107 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:31:29.11 +[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 03/08/23 15:31:29.113 +Mar 8 15:31:29.119: INFO: Waiting up to 5m0s for pod "client-containers-0a84c633-a801-4d29-8ef3-339874f3cb97" in namespace "containers-3283" to be "Succeeded or Failed" +Mar 8 15:31:29.122: INFO: Pod "client-containers-0a84c633-a801-4d29-8ef3-339874f3cb97": Phase="Pending", Reason="", readiness=false. Elapsed: 2.3385ms +Mar 8 15:31:31.126: INFO: Pod "client-containers-0a84c633-a801-4d29-8ef3-339874f3cb97": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007006009s +Mar 8 15:31:33.126: INFO: Pod "client-containers-0a84c633-a801-4d29-8ef3-339874f3cb97": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006471482s +STEP: Saw pod success 03/08/23 15:31:33.126 +Mar 8 15:31:33.126: INFO: Pod "client-containers-0a84c633-a801-4d29-8ef3-339874f3cb97" satisfied condition "Succeeded or Failed" +Mar 8 15:31:33.129: INFO: Trying to get logs from node worker2 pod client-containers-0a84c633-a801-4d29-8ef3-339874f3cb97 container agnhost-container: +STEP: delete the pod 03/08/23 15:31:33.133 +Mar 8 15:31:33.144: INFO: Waiting for pod client-containers-0a84c633-a801-4d29-8ef3-339874f3cb97 to disappear +Mar 8 15:31:33.146: INFO: Pod client-containers-0a84c633-a801-4d29-8ef3-339874f3cb97 no longer exists +[AfterEach] [sig-node] Containers + test/e2e/framework/framework.go:187 +Mar 8 15:31:33.146: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "containers-3283" for this suite. 03/08/23 15:31:33.151 +{"msg":"PASSED [sig-node] Containers should be able to override the image's default command and arguments [NodeConformance] [Conformance]","completed":266,"skipped":4840,"failed":0} +------------------------------ +• [4.066 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 03/08/23 15:31:29.091 + Mar 8 15:31:29.091: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename containers 03/08/23 15:31:29.092 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:31:29.107 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:31:29.11 + [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 03/08/23 15:31:29.113 + Mar 8 15:31:29.119: INFO: Waiting up to 5m0s for pod "client-containers-0a84c633-a801-4d29-8ef3-339874f3cb97" in namespace "containers-3283" to be "Succeeded or Failed" + Mar 8 15:31:29.122: INFO: Pod "client-containers-0a84c633-a801-4d29-8ef3-339874f3cb97": Phase="Pending", Reason="", readiness=false. Elapsed: 2.3385ms + Mar 8 15:31:31.126: INFO: Pod "client-containers-0a84c633-a801-4d29-8ef3-339874f3cb97": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007006009s + Mar 8 15:31:33.126: INFO: Pod "client-containers-0a84c633-a801-4d29-8ef3-339874f3cb97": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006471482s + STEP: Saw pod success 03/08/23 15:31:33.126 + Mar 8 15:31:33.126: INFO: Pod "client-containers-0a84c633-a801-4d29-8ef3-339874f3cb97" satisfied condition "Succeeded or Failed" + Mar 8 15:31:33.129: INFO: Trying to get logs from node worker2 pod client-containers-0a84c633-a801-4d29-8ef3-339874f3cb97 container agnhost-container: + STEP: delete the pod 03/08/23 15:31:33.133 + Mar 8 15:31:33.144: INFO: Waiting for pod client-containers-0a84c633-a801-4d29-8ef3-339874f3cb97 to disappear + Mar 8 15:31:33.146: INFO: Pod client-containers-0a84c633-a801-4d29-8ef3-339874f3cb97 no longer exists + [AfterEach] [sig-node] Containers + test/e2e/framework/framework.go:187 + Mar 8 15:31:33.146: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "containers-3283" for this suite. 03/08/23 15:31:33.151 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:31:33.159 +Mar 8 15:31:33.159: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename e2e-kubelet-etc-hosts 03/08/23 15:31:33.159 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:31:33.173 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:31:33.176 +[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 03/08/23 15:31:33.179 +STEP: Creating hostNetwork=false pod 03/08/23 15:31:33.179 +Mar 8 15:31:33.186: INFO: Waiting up to 5m0s for pod "test-pod" in namespace "e2e-kubelet-etc-hosts-1876" to be "running and ready" +Mar 8 15:31:33.188: INFO: Pod "test-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.520149ms +Mar 8 15:31:33.188: INFO: The phase of Pod test-pod is Pending, waiting for it to be Running (with Ready = true) +Mar 8 15:31:35.192: INFO: Pod "test-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.00639977s +Mar 8 15:31:35.192: INFO: The phase of Pod test-pod is Running (Ready = true) +Mar 8 15:31:35.192: INFO: Pod "test-pod" satisfied condition "running and ready" +STEP: Creating hostNetwork=true pod 03/08/23 15:31:35.195 +Mar 8 15:31:35.200: INFO: Waiting up to 5m0s for pod "test-host-network-pod" in namespace "e2e-kubelet-etc-hosts-1876" to be "running and ready" +Mar 8 15:31:35.203: INFO: Pod "test-host-network-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.473596ms +Mar 8 15:31:35.203: INFO: The phase of Pod test-host-network-pod is Pending, waiting for it to be Running (with Ready = true) +Mar 8 15:31:37.207: INFO: Pod "test-host-network-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.006773293s +Mar 8 15:31:37.207: INFO: The phase of Pod test-host-network-pod is Running (Ready = true) +Mar 8 15:31:37.207: INFO: Pod "test-host-network-pod" satisfied condition "running and ready" +STEP: Running the test 03/08/23 15:31:37.21 +STEP: Verifying /etc/hosts of container is kubelet-managed for pod with hostNetwork=false 03/08/23 15:31:37.21 +Mar 8 15:31:37.210: INFO: ExecWithOptions {Command:[cat /etc/hosts] Namespace:e2e-kubelet-etc-hosts-1876 PodName:test-pod ContainerName:busybox-1 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Mar 8 15:31:37.210: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +Mar 8 15:31:37.210: INFO: ExecWithOptions: Clientset creation +Mar 8 15:31:37.210: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-1876/pods/test-pod/exec?command=cat&command=%2Fetc%2Fhosts&container=busybox-1&container=busybox-1&stderr=true&stdout=true) +Mar 8 15:31:37.261: INFO: Exec stderr: "" +Mar 8 15:31:37.261: INFO: ExecWithOptions {Command:[cat /etc/hosts-original] Namespace:e2e-kubelet-etc-hosts-1876 PodName:test-pod ContainerName:busybox-1 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Mar 8 15:31:37.261: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +Mar 8 15:31:37.262: INFO: ExecWithOptions: Clientset creation +Mar 8 15:31:37.262: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-1876/pods/test-pod/exec?command=cat&command=%2Fetc%2Fhosts-original&container=busybox-1&container=busybox-1&stderr=true&stdout=true) +Mar 8 15:31:37.305: INFO: Exec stderr: "" +Mar 8 15:31:37.305: INFO: ExecWithOptions {Command:[cat /etc/hosts] Namespace:e2e-kubelet-etc-hosts-1876 PodName:test-pod ContainerName:busybox-2 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Mar 8 15:31:37.305: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +Mar 8 15:31:37.306: INFO: ExecWithOptions: Clientset creation +Mar 8 15:31:37.306: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-1876/pods/test-pod/exec?command=cat&command=%2Fetc%2Fhosts&container=busybox-2&container=busybox-2&stderr=true&stdout=true) +Mar 8 15:31:37.348: INFO: Exec stderr: "" +Mar 8 15:31:37.348: INFO: ExecWithOptions {Command:[cat /etc/hosts-original] Namespace:e2e-kubelet-etc-hosts-1876 PodName:test-pod ContainerName:busybox-2 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Mar 8 15:31:37.348: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +Mar 8 15:31:37.348: INFO: ExecWithOptions: Clientset creation +Mar 8 15:31:37.348: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-1876/pods/test-pod/exec?command=cat&command=%2Fetc%2Fhosts-original&container=busybox-2&container=busybox-2&stderr=true&stdout=true) +Mar 8 15:31:37.393: INFO: Exec stderr: "" +STEP: Verifying /etc/hosts of container is not kubelet-managed since container specifies /etc/hosts mount 03/08/23 15:31:37.394 +Mar 8 15:31:37.394: INFO: ExecWithOptions {Command:[cat /etc/hosts] Namespace:e2e-kubelet-etc-hosts-1876 PodName:test-pod ContainerName:busybox-3 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Mar 8 15:31:37.394: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +Mar 8 15:31:37.394: INFO: ExecWithOptions: Clientset creation +Mar 8 15:31:37.394: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-1876/pods/test-pod/exec?command=cat&command=%2Fetc%2Fhosts&container=busybox-3&container=busybox-3&stderr=true&stdout=true) +Mar 8 15:31:37.438: INFO: Exec stderr: "" +Mar 8 15:31:37.438: INFO: ExecWithOptions {Command:[cat /etc/hosts-original] Namespace:e2e-kubelet-etc-hosts-1876 PodName:test-pod ContainerName:busybox-3 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Mar 8 15:31:37.438: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +Mar 8 15:31:37.438: INFO: ExecWithOptions: Clientset creation +Mar 8 15:31:37.438: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-1876/pods/test-pod/exec?command=cat&command=%2Fetc%2Fhosts-original&container=busybox-3&container=busybox-3&stderr=true&stdout=true) +Mar 8 15:31:37.484: INFO: Exec stderr: "" +STEP: Verifying /etc/hosts content of container is not kubelet-managed for pod with hostNetwork=true 03/08/23 15:31:37.484 +Mar 8 15:31:37.484: INFO: ExecWithOptions {Command:[cat /etc/hosts] Namespace:e2e-kubelet-etc-hosts-1876 PodName:test-host-network-pod ContainerName:busybox-1 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Mar 8 15:31:37.484: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +Mar 8 15:31:37.484: INFO: ExecWithOptions: Clientset creation +Mar 8 15:31:37.484: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-1876/pods/test-host-network-pod/exec?command=cat&command=%2Fetc%2Fhosts&container=busybox-1&container=busybox-1&stderr=true&stdout=true) +Mar 8 15:31:37.544: INFO: Exec stderr: "" +Mar 8 15:31:37.544: INFO: ExecWithOptions {Command:[cat /etc/hosts-original] Namespace:e2e-kubelet-etc-hosts-1876 PodName:test-host-network-pod ContainerName:busybox-1 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Mar 8 15:31:37.544: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +Mar 8 15:31:37.545: INFO: ExecWithOptions: Clientset creation +Mar 8 15:31:37.545: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-1876/pods/test-host-network-pod/exec?command=cat&command=%2Fetc%2Fhosts-original&container=busybox-1&container=busybox-1&stderr=true&stdout=true) +Mar 8 15:31:37.607: INFO: Exec stderr: "" +Mar 8 15:31:37.607: INFO: ExecWithOptions {Command:[cat /etc/hosts] Namespace:e2e-kubelet-etc-hosts-1876 PodName:test-host-network-pod ContainerName:busybox-2 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Mar 8 15:31:37.607: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +Mar 8 15:31:37.607: INFO: ExecWithOptions: Clientset creation +Mar 8 15:31:37.607: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-1876/pods/test-host-network-pod/exec?command=cat&command=%2Fetc%2Fhosts&container=busybox-2&container=busybox-2&stderr=true&stdout=true) +Mar 8 15:31:37.658: INFO: Exec stderr: "" +Mar 8 15:31:37.658: INFO: ExecWithOptions {Command:[cat /etc/hosts-original] Namespace:e2e-kubelet-etc-hosts-1876 PodName:test-host-network-pod ContainerName:busybox-2 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Mar 8 15:31:37.658: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +Mar 8 15:31:37.659: INFO: ExecWithOptions: Clientset creation +Mar 8 15:31:37.659: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-1876/pods/test-host-network-pod/exec?command=cat&command=%2Fetc%2Fhosts-original&container=busybox-2&container=busybox-2&stderr=true&stdout=true) +Mar 8 15:31:37.734: INFO: Exec stderr: "" +[AfterEach] [sig-node] KubeletManagedEtcHosts + test/e2e/framework/framework.go:187 +Mar 8 15:31:37.734: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "e2e-kubelet-etc-hosts-1876" for this suite. 03/08/23 15:31:37.739 +{"msg":"PASSED [sig-node] KubeletManagedEtcHosts should test kubelet managed /etc/hosts file [LinuxOnly] [NodeConformance] [Conformance]","completed":267,"skipped":4877,"failed":0} +------------------------------ +• [4.586 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 03/08/23 15:31:33.159 + Mar 8 15:31:33.159: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename e2e-kubelet-etc-hosts 03/08/23 15:31:33.159 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:31:33.173 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:31:33.176 + [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 03/08/23 15:31:33.179 + STEP: Creating hostNetwork=false pod 03/08/23 15:31:33.179 + Mar 8 15:31:33.186: INFO: Waiting up to 5m0s for pod "test-pod" in namespace "e2e-kubelet-etc-hosts-1876" to be "running and ready" + Mar 8 15:31:33.188: INFO: Pod "test-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.520149ms + Mar 8 15:31:33.188: INFO: The phase of Pod test-pod is Pending, waiting for it to be Running (with Ready = true) + Mar 8 15:31:35.192: INFO: Pod "test-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.00639977s + Mar 8 15:31:35.192: INFO: The phase of Pod test-pod is Running (Ready = true) + Mar 8 15:31:35.192: INFO: Pod "test-pod" satisfied condition "running and ready" + STEP: Creating hostNetwork=true pod 03/08/23 15:31:35.195 + Mar 8 15:31:35.200: INFO: Waiting up to 5m0s for pod "test-host-network-pod" in namespace "e2e-kubelet-etc-hosts-1876" to be "running and ready" + Mar 8 15:31:35.203: INFO: Pod "test-host-network-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.473596ms + Mar 8 15:31:35.203: INFO: The phase of Pod test-host-network-pod is Pending, waiting for it to be Running (with Ready = true) + Mar 8 15:31:37.207: INFO: Pod "test-host-network-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.006773293s + Mar 8 15:31:37.207: INFO: The phase of Pod test-host-network-pod is Running (Ready = true) + Mar 8 15:31:37.207: INFO: Pod "test-host-network-pod" satisfied condition "running and ready" + STEP: Running the test 03/08/23 15:31:37.21 + STEP: Verifying /etc/hosts of container is kubelet-managed for pod with hostNetwork=false 03/08/23 15:31:37.21 + Mar 8 15:31:37.210: INFO: ExecWithOptions {Command:[cat /etc/hosts] Namespace:e2e-kubelet-etc-hosts-1876 PodName:test-pod ContainerName:busybox-1 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Mar 8 15:31:37.210: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + Mar 8 15:31:37.210: INFO: ExecWithOptions: Clientset creation + Mar 8 15:31:37.210: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-1876/pods/test-pod/exec?command=cat&command=%2Fetc%2Fhosts&container=busybox-1&container=busybox-1&stderr=true&stdout=true) + Mar 8 15:31:37.261: INFO: Exec stderr: "" + Mar 8 15:31:37.261: INFO: ExecWithOptions {Command:[cat /etc/hosts-original] Namespace:e2e-kubelet-etc-hosts-1876 PodName:test-pod ContainerName:busybox-1 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Mar 8 15:31:37.261: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + Mar 8 15:31:37.262: INFO: ExecWithOptions: Clientset creation + Mar 8 15:31:37.262: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-1876/pods/test-pod/exec?command=cat&command=%2Fetc%2Fhosts-original&container=busybox-1&container=busybox-1&stderr=true&stdout=true) + Mar 8 15:31:37.305: INFO: Exec stderr: "" + Mar 8 15:31:37.305: INFO: ExecWithOptions {Command:[cat /etc/hosts] Namespace:e2e-kubelet-etc-hosts-1876 PodName:test-pod ContainerName:busybox-2 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Mar 8 15:31:37.305: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + Mar 8 15:31:37.306: INFO: ExecWithOptions: Clientset creation + Mar 8 15:31:37.306: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-1876/pods/test-pod/exec?command=cat&command=%2Fetc%2Fhosts&container=busybox-2&container=busybox-2&stderr=true&stdout=true) + Mar 8 15:31:37.348: INFO: Exec stderr: "" + Mar 8 15:31:37.348: INFO: ExecWithOptions {Command:[cat /etc/hosts-original] Namespace:e2e-kubelet-etc-hosts-1876 PodName:test-pod ContainerName:busybox-2 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Mar 8 15:31:37.348: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + Mar 8 15:31:37.348: INFO: ExecWithOptions: Clientset creation + Mar 8 15:31:37.348: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-1876/pods/test-pod/exec?command=cat&command=%2Fetc%2Fhosts-original&container=busybox-2&container=busybox-2&stderr=true&stdout=true) + Mar 8 15:31:37.393: INFO: Exec stderr: "" + STEP: Verifying /etc/hosts of container is not kubelet-managed since container specifies /etc/hosts mount 03/08/23 15:31:37.394 + Mar 8 15:31:37.394: INFO: ExecWithOptions {Command:[cat /etc/hosts] Namespace:e2e-kubelet-etc-hosts-1876 PodName:test-pod ContainerName:busybox-3 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Mar 8 15:31:37.394: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + Mar 8 15:31:37.394: INFO: ExecWithOptions: Clientset creation + Mar 8 15:31:37.394: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-1876/pods/test-pod/exec?command=cat&command=%2Fetc%2Fhosts&container=busybox-3&container=busybox-3&stderr=true&stdout=true) + Mar 8 15:31:37.438: INFO: Exec stderr: "" + Mar 8 15:31:37.438: INFO: ExecWithOptions {Command:[cat /etc/hosts-original] Namespace:e2e-kubelet-etc-hosts-1876 PodName:test-pod ContainerName:busybox-3 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Mar 8 15:31:37.438: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + Mar 8 15:31:37.438: INFO: ExecWithOptions: Clientset creation + Mar 8 15:31:37.438: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-1876/pods/test-pod/exec?command=cat&command=%2Fetc%2Fhosts-original&container=busybox-3&container=busybox-3&stderr=true&stdout=true) + Mar 8 15:31:37.484: INFO: Exec stderr: "" + STEP: Verifying /etc/hosts content of container is not kubelet-managed for pod with hostNetwork=true 03/08/23 15:31:37.484 + Mar 8 15:31:37.484: INFO: ExecWithOptions {Command:[cat /etc/hosts] Namespace:e2e-kubelet-etc-hosts-1876 PodName:test-host-network-pod ContainerName:busybox-1 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Mar 8 15:31:37.484: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + Mar 8 15:31:37.484: INFO: ExecWithOptions: Clientset creation + Mar 8 15:31:37.484: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-1876/pods/test-host-network-pod/exec?command=cat&command=%2Fetc%2Fhosts&container=busybox-1&container=busybox-1&stderr=true&stdout=true) + Mar 8 15:31:37.544: INFO: Exec stderr: "" + Mar 8 15:31:37.544: INFO: ExecWithOptions {Command:[cat /etc/hosts-original] Namespace:e2e-kubelet-etc-hosts-1876 PodName:test-host-network-pod ContainerName:busybox-1 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Mar 8 15:31:37.544: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + Mar 8 15:31:37.545: INFO: ExecWithOptions: Clientset creation + Mar 8 15:31:37.545: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-1876/pods/test-host-network-pod/exec?command=cat&command=%2Fetc%2Fhosts-original&container=busybox-1&container=busybox-1&stderr=true&stdout=true) + Mar 8 15:31:37.607: INFO: Exec stderr: "" + Mar 8 15:31:37.607: INFO: ExecWithOptions {Command:[cat /etc/hosts] Namespace:e2e-kubelet-etc-hosts-1876 PodName:test-host-network-pod ContainerName:busybox-2 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Mar 8 15:31:37.607: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + Mar 8 15:31:37.607: INFO: ExecWithOptions: Clientset creation + Mar 8 15:31:37.607: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-1876/pods/test-host-network-pod/exec?command=cat&command=%2Fetc%2Fhosts&container=busybox-2&container=busybox-2&stderr=true&stdout=true) + Mar 8 15:31:37.658: INFO: Exec stderr: "" + Mar 8 15:31:37.658: INFO: ExecWithOptions {Command:[cat /etc/hosts-original] Namespace:e2e-kubelet-etc-hosts-1876 PodName:test-host-network-pod ContainerName:busybox-2 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Mar 8 15:31:37.658: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + Mar 8 15:31:37.659: INFO: ExecWithOptions: Clientset creation + Mar 8 15:31:37.659: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-1876/pods/test-host-network-pod/exec?command=cat&command=%2Fetc%2Fhosts-original&container=busybox-2&container=busybox-2&stderr=true&stdout=true) + Mar 8 15:31:37.734: INFO: Exec stderr: "" + [AfterEach] [sig-node] KubeletManagedEtcHosts + test/e2e/framework/framework.go:187 + Mar 8 15:31:37.734: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "e2e-kubelet-etc-hosts-1876" for this suite. 03/08/23 15:31:37.739 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSS +------------------------------ +[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 03/08/23 15:31:37.745 +Mar 8 15:31:37.746: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename projected 03/08/23 15:31:37.746 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:31:37.763 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:31:37.765 +[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 03/08/23 15:31:37.768 +Mar 8 15:31:37.775: INFO: Waiting up to 5m0s for pod "downwardapi-volume-6df87ed0-aaad-4493-b1a1-c04dae7c3d46" in namespace "projected-5713" to be "Succeeded or Failed" +Mar 8 15:31:37.777: INFO: Pod "downwardapi-volume-6df87ed0-aaad-4493-b1a1-c04dae7c3d46": Phase="Pending", Reason="", readiness=false. Elapsed: 2.443101ms +Mar 8 15:31:39.782: INFO: Pod "downwardapi-volume-6df87ed0-aaad-4493-b1a1-c04dae7c3d46": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007267471s +Mar 8 15:31:41.783: INFO: Pod "downwardapi-volume-6df87ed0-aaad-4493-b1a1-c04dae7c3d46": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008089407s +STEP: Saw pod success 03/08/23 15:31:41.783 +Mar 8 15:31:41.783: INFO: Pod "downwardapi-volume-6df87ed0-aaad-4493-b1a1-c04dae7c3d46" satisfied condition "Succeeded or Failed" +Mar 8 15:31:41.786: INFO: Trying to get logs from node worker2 pod downwardapi-volume-6df87ed0-aaad-4493-b1a1-c04dae7c3d46 container client-container: +STEP: delete the pod 03/08/23 15:31:41.791 +Mar 8 15:31:41.800: INFO: Waiting for pod downwardapi-volume-6df87ed0-aaad-4493-b1a1-c04dae7c3d46 to disappear +Mar 8 15:31:41.803: INFO: Pod downwardapi-volume-6df87ed0-aaad-4493-b1a1-c04dae7c3d46 no longer exists +[AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 +Mar 8 15:31:41.803: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-5713" for this suite. 03/08/23 15:31:41.807 +{"msg":"PASSED [sig-storage] Projected downwardAPI should provide node allocatable (memory) as default memory limit if the limit is not set [NodeConformance] [Conformance]","completed":268,"skipped":4887,"failed":0} +------------------------------ +• [4.066 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 03/08/23 15:31:37.745 + Mar 8 15:31:37.746: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename projected 03/08/23 15:31:37.746 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:31:37.763 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:31:37.765 + [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 03/08/23 15:31:37.768 + Mar 8 15:31:37.775: INFO: Waiting up to 5m0s for pod "downwardapi-volume-6df87ed0-aaad-4493-b1a1-c04dae7c3d46" in namespace "projected-5713" to be "Succeeded or Failed" + Mar 8 15:31:37.777: INFO: Pod "downwardapi-volume-6df87ed0-aaad-4493-b1a1-c04dae7c3d46": Phase="Pending", Reason="", readiness=false. Elapsed: 2.443101ms + Mar 8 15:31:39.782: INFO: Pod "downwardapi-volume-6df87ed0-aaad-4493-b1a1-c04dae7c3d46": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007267471s + Mar 8 15:31:41.783: INFO: Pod "downwardapi-volume-6df87ed0-aaad-4493-b1a1-c04dae7c3d46": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008089407s + STEP: Saw pod success 03/08/23 15:31:41.783 + Mar 8 15:31:41.783: INFO: Pod "downwardapi-volume-6df87ed0-aaad-4493-b1a1-c04dae7c3d46" satisfied condition "Succeeded or Failed" + Mar 8 15:31:41.786: INFO: Trying to get logs from node worker2 pod downwardapi-volume-6df87ed0-aaad-4493-b1a1-c04dae7c3d46 container client-container: + STEP: delete the pod 03/08/23 15:31:41.791 + Mar 8 15:31:41.800: INFO: Waiting for pod downwardapi-volume-6df87ed0-aaad-4493-b1a1-c04dae7c3d46 to disappear + Mar 8 15:31:41.803: INFO: Pod downwardapi-volume-6df87ed0-aaad-4493-b1a1-c04dae7c3d46 no longer exists + [AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 + Mar 8 15:31:41.803: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-5713" for this suite. 03/08/23 15:31:41.807 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:31:41.813 +Mar 8 15:31:41.813: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename dns 03/08/23 15:31:41.814 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:31:41.827 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:31:41.829 +[It] should provide DNS for services [Conformance] + test/e2e/network/dns.go:137 +STEP: Creating a test headless service 03/08/23 15:31:41.832 +STEP: Running these commands on wheezy: for i in `seq 1 600`; do check="$$(dig +notcp +noall +answer +search dns-test-service.dns-9642.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-test-service.dns-9642.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-9642.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-test-service.dns-9642.svc.cluster.local;check="$$(dig +notcp +noall +answer +search _http._tcp.dns-test-service.dns-9642.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/wheezy_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local;check="$$(dig +tcp +noall +answer +search _http._tcp.dns-test-service.dns-9642.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/wheezy_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local;check="$$(dig +notcp +noall +answer +search _http._tcp.test-service-2.dns-9642.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/wheezy_udp@_http._tcp.test-service-2.dns-9642.svc.cluster.local;check="$$(dig +tcp +noall +answer +search _http._tcp.test-service-2.dns-9642.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/wheezy_tcp@_http._tcp.test-service-2.dns-9642.svc.cluster.local;check="$$(dig +notcp +noall +answer +search 162.4.168.192.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/192.168.4.162_udp@PTR;check="$$(dig +tcp +noall +answer +search 162.4.168.192.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/192.168.4.162_tcp@PTR;sleep 1; done + 03/08/23 15:31:41.847 +STEP: Running these commands on jessie: for i in `seq 1 600`; do check="$$(dig +notcp +noall +answer +search dns-test-service.dns-9642.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-test-service.dns-9642.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-9642.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-test-service.dns-9642.svc.cluster.local;check="$$(dig +notcp +noall +answer +search _http._tcp.dns-test-service.dns-9642.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/jessie_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local;check="$$(dig +tcp +noall +answer +search _http._tcp.dns-test-service.dns-9642.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/jessie_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local;check="$$(dig +notcp +noall +answer +search _http._tcp.test-service-2.dns-9642.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/jessie_udp@_http._tcp.test-service-2.dns-9642.svc.cluster.local;check="$$(dig +tcp +noall +answer +search _http._tcp.test-service-2.dns-9642.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/jessie_tcp@_http._tcp.test-service-2.dns-9642.svc.cluster.local;check="$$(dig +notcp +noall +answer +search 162.4.168.192.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/192.168.4.162_udp@PTR;check="$$(dig +tcp +noall +answer +search 162.4.168.192.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/192.168.4.162_tcp@PTR;sleep 1; done + 03/08/23 15:31:41.847 +STEP: creating a pod to probe DNS 03/08/23 15:31:41.847 +STEP: submitting the pod to kubernetes 03/08/23 15:31:41.847 +Mar 8 15:31:41.857: INFO: Waiting up to 15m0s for pod "dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c" in namespace "dns-9642" to be "running" +Mar 8 15:31:41.860: INFO: Pod "dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c": Phase="Pending", Reason="", readiness=false. Elapsed: 2.980229ms +Mar 8 15:31:43.865: INFO: Pod "dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c": Phase="Running", Reason="", readiness=true. Elapsed: 2.007748898s +Mar 8 15:31:43.865: INFO: Pod "dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c" satisfied condition "running" +STEP: retrieving the pod 03/08/23 15:31:43.865 +STEP: looking for the results for each expected name from probers 03/08/23 15:31:43.868 +Mar 8 15:31:43.872: INFO: Unable to read wheezy_udp@dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) +Mar 8 15:31:43.875: INFO: Unable to read wheezy_tcp@dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) +Mar 8 15:31:43.878: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) +Mar 8 15:31:43.881: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) +Mar 8 15:31:43.896: INFO: Unable to read jessie_udp@dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) +Mar 8 15:31:43.899: INFO: Unable to read jessie_tcp@dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) +Mar 8 15:31:43.902: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) +Mar 8 15:31:43.905: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) +Mar 8 15:31:43.917: INFO: Lookups using dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c failed for: [wheezy_udp@dns-test-service.dns-9642.svc.cluster.local wheezy_tcp@dns-test-service.dns-9642.svc.cluster.local wheezy_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local wheezy_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local jessie_udp@dns-test-service.dns-9642.svc.cluster.local jessie_tcp@dns-test-service.dns-9642.svc.cluster.local jessie_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local jessie_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local] + +Mar 8 15:31:48.923: INFO: Unable to read wheezy_udp@dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) +Mar 8 15:31:48.926: INFO: Unable to read wheezy_tcp@dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) +Mar 8 15:31:48.929: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) +Mar 8 15:31:48.932: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) +Mar 8 15:31:48.947: INFO: Unable to read jessie_udp@dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) +Mar 8 15:31:48.950: INFO: Unable to read jessie_tcp@dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) +Mar 8 15:31:48.954: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) +Mar 8 15:31:48.958: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) +Mar 8 15:31:48.972: INFO: Lookups using dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c failed for: [wheezy_udp@dns-test-service.dns-9642.svc.cluster.local wheezy_tcp@dns-test-service.dns-9642.svc.cluster.local wheezy_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local wheezy_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local jessie_udp@dns-test-service.dns-9642.svc.cluster.local jessie_tcp@dns-test-service.dns-9642.svc.cluster.local jessie_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local jessie_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local] + +Mar 8 15:31:53.923: INFO: Unable to read wheezy_udp@dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) +Mar 8 15:31:53.927: INFO: Unable to read wheezy_tcp@dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) +Mar 8 15:31:53.930: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) +Mar 8 15:31:53.933: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) +Mar 8 15:31:53.948: INFO: Unable to read jessie_udp@dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) +Mar 8 15:31:53.951: INFO: Unable to read jessie_tcp@dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) +Mar 8 15:31:53.962: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) +Mar 8 15:31:53.968: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) +Mar 8 15:31:53.979: INFO: Lookups using dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c failed for: [wheezy_udp@dns-test-service.dns-9642.svc.cluster.local wheezy_tcp@dns-test-service.dns-9642.svc.cluster.local wheezy_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local wheezy_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local jessie_udp@dns-test-service.dns-9642.svc.cluster.local jessie_tcp@dns-test-service.dns-9642.svc.cluster.local jessie_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local jessie_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local] + +Mar 8 15:31:58.922: INFO: Unable to read wheezy_udp@dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) +Mar 8 15:31:58.926: INFO: Unable to read wheezy_tcp@dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) +Mar 8 15:31:58.929: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) +Mar 8 15:31:58.932: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) +Mar 8 15:31:58.946: INFO: Unable to read jessie_udp@dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) +Mar 8 15:31:58.949: INFO: Unable to read jessie_tcp@dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) +Mar 8 15:31:58.953: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) +Mar 8 15:31:58.956: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) +Mar 8 15:31:58.968: INFO: Lookups using dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c failed for: [wheezy_udp@dns-test-service.dns-9642.svc.cluster.local wheezy_tcp@dns-test-service.dns-9642.svc.cluster.local wheezy_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local wheezy_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local jessie_udp@dns-test-service.dns-9642.svc.cluster.local jessie_tcp@dns-test-service.dns-9642.svc.cluster.local jessie_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local jessie_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local] + +Mar 8 15:32:03.921: INFO: Unable to read wheezy_udp@dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) +Mar 8 15:32:03.925: INFO: Unable to read wheezy_tcp@dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) +Mar 8 15:32:03.928: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) +Mar 8 15:32:03.930: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) +Mar 8 15:32:03.945: INFO: Unable to read jessie_udp@dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) +Mar 8 15:32:03.948: INFO: Unable to read jessie_tcp@dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) +Mar 8 15:32:03.951: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) +Mar 8 15:32:03.954: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) +Mar 8 15:32:03.966: INFO: Lookups using dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c failed for: [wheezy_udp@dns-test-service.dns-9642.svc.cluster.local wheezy_tcp@dns-test-service.dns-9642.svc.cluster.local wheezy_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local wheezy_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local jessie_udp@dns-test-service.dns-9642.svc.cluster.local jessie_tcp@dns-test-service.dns-9642.svc.cluster.local jessie_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local jessie_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local] + +Mar 8 15:32:08.922: INFO: Unable to read wheezy_udp@dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) +Mar 8 15:32:08.926: INFO: Unable to read wheezy_tcp@dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) +Mar 8 15:32:08.929: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) +Mar 8 15:32:08.932: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) +Mar 8 15:32:08.947: INFO: Unable to read jessie_udp@dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) +Mar 8 15:32:08.950: INFO: Unable to read jessie_tcp@dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) +Mar 8 15:32:08.953: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) +Mar 8 15:32:08.956: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) +Mar 8 15:32:08.969: INFO: Lookups using dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c failed for: [wheezy_udp@dns-test-service.dns-9642.svc.cluster.local wheezy_tcp@dns-test-service.dns-9642.svc.cluster.local wheezy_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local wheezy_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local jessie_udp@dns-test-service.dns-9642.svc.cluster.local jessie_tcp@dns-test-service.dns-9642.svc.cluster.local jessie_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local jessie_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local] + +Mar 8 15:32:13.967: INFO: DNS probes using dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c succeeded + +STEP: deleting the pod 03/08/23 15:32:13.967 +STEP: deleting the test service 03/08/23 15:32:13.976 +STEP: deleting the test headless service 03/08/23 15:32:14.001 +[AfterEach] [sig-network] DNS + test/e2e/framework/framework.go:187 +Mar 8 15:32:14.015: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "dns-9642" for this suite. 03/08/23 15:32:14.02 +{"msg":"PASSED [sig-network] DNS should provide DNS for services [Conformance]","completed":269,"skipped":4917,"failed":0} +------------------------------ +• [SLOW TEST] [32.214 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 03/08/23 15:31:41.813 + Mar 8 15:31:41.813: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename dns 03/08/23 15:31:41.814 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:31:41.827 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:31:41.829 + [It] should provide DNS for services [Conformance] + test/e2e/network/dns.go:137 + STEP: Creating a test headless service 03/08/23 15:31:41.832 + STEP: Running these commands on wheezy: for i in `seq 1 600`; do check="$$(dig +notcp +noall +answer +search dns-test-service.dns-9642.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-test-service.dns-9642.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-9642.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-test-service.dns-9642.svc.cluster.local;check="$$(dig +notcp +noall +answer +search _http._tcp.dns-test-service.dns-9642.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/wheezy_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local;check="$$(dig +tcp +noall +answer +search _http._tcp.dns-test-service.dns-9642.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/wheezy_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local;check="$$(dig +notcp +noall +answer +search _http._tcp.test-service-2.dns-9642.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/wheezy_udp@_http._tcp.test-service-2.dns-9642.svc.cluster.local;check="$$(dig +tcp +noall +answer +search _http._tcp.test-service-2.dns-9642.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/wheezy_tcp@_http._tcp.test-service-2.dns-9642.svc.cluster.local;check="$$(dig +notcp +noall +answer +search 162.4.168.192.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/192.168.4.162_udp@PTR;check="$$(dig +tcp +noall +answer +search 162.4.168.192.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/192.168.4.162_tcp@PTR;sleep 1; done + 03/08/23 15:31:41.847 + STEP: Running these commands on jessie: for i in `seq 1 600`; do check="$$(dig +notcp +noall +answer +search dns-test-service.dns-9642.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-test-service.dns-9642.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-9642.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-test-service.dns-9642.svc.cluster.local;check="$$(dig +notcp +noall +answer +search _http._tcp.dns-test-service.dns-9642.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/jessie_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local;check="$$(dig +tcp +noall +answer +search _http._tcp.dns-test-service.dns-9642.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/jessie_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local;check="$$(dig +notcp +noall +answer +search _http._tcp.test-service-2.dns-9642.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/jessie_udp@_http._tcp.test-service-2.dns-9642.svc.cluster.local;check="$$(dig +tcp +noall +answer +search _http._tcp.test-service-2.dns-9642.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/jessie_tcp@_http._tcp.test-service-2.dns-9642.svc.cluster.local;check="$$(dig +notcp +noall +answer +search 162.4.168.192.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/192.168.4.162_udp@PTR;check="$$(dig +tcp +noall +answer +search 162.4.168.192.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/192.168.4.162_tcp@PTR;sleep 1; done + 03/08/23 15:31:41.847 + STEP: creating a pod to probe DNS 03/08/23 15:31:41.847 + STEP: submitting the pod to kubernetes 03/08/23 15:31:41.847 + Mar 8 15:31:41.857: INFO: Waiting up to 15m0s for pod "dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c" in namespace "dns-9642" to be "running" + Mar 8 15:31:41.860: INFO: Pod "dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c": Phase="Pending", Reason="", readiness=false. Elapsed: 2.980229ms + Mar 8 15:31:43.865: INFO: Pod "dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c": Phase="Running", Reason="", readiness=true. Elapsed: 2.007748898s + Mar 8 15:31:43.865: INFO: Pod "dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c" satisfied condition "running" + STEP: retrieving the pod 03/08/23 15:31:43.865 + STEP: looking for the results for each expected name from probers 03/08/23 15:31:43.868 + Mar 8 15:31:43.872: INFO: Unable to read wheezy_udp@dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) + Mar 8 15:31:43.875: INFO: Unable to read wheezy_tcp@dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) + Mar 8 15:31:43.878: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) + Mar 8 15:31:43.881: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) + Mar 8 15:31:43.896: INFO: Unable to read jessie_udp@dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) + Mar 8 15:31:43.899: INFO: Unable to read jessie_tcp@dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) + Mar 8 15:31:43.902: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) + Mar 8 15:31:43.905: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) + Mar 8 15:31:43.917: INFO: Lookups using dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c failed for: [wheezy_udp@dns-test-service.dns-9642.svc.cluster.local wheezy_tcp@dns-test-service.dns-9642.svc.cluster.local wheezy_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local wheezy_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local jessie_udp@dns-test-service.dns-9642.svc.cluster.local jessie_tcp@dns-test-service.dns-9642.svc.cluster.local jessie_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local jessie_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local] + + Mar 8 15:31:48.923: INFO: Unable to read wheezy_udp@dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) + Mar 8 15:31:48.926: INFO: Unable to read wheezy_tcp@dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) + Mar 8 15:31:48.929: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) + Mar 8 15:31:48.932: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) + Mar 8 15:31:48.947: INFO: Unable to read jessie_udp@dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) + Mar 8 15:31:48.950: INFO: Unable to read jessie_tcp@dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) + Mar 8 15:31:48.954: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) + Mar 8 15:31:48.958: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) + Mar 8 15:31:48.972: INFO: Lookups using dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c failed for: [wheezy_udp@dns-test-service.dns-9642.svc.cluster.local wheezy_tcp@dns-test-service.dns-9642.svc.cluster.local wheezy_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local wheezy_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local jessie_udp@dns-test-service.dns-9642.svc.cluster.local jessie_tcp@dns-test-service.dns-9642.svc.cluster.local jessie_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local jessie_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local] + + Mar 8 15:31:53.923: INFO: Unable to read wheezy_udp@dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) + Mar 8 15:31:53.927: INFO: Unable to read wheezy_tcp@dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) + Mar 8 15:31:53.930: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) + Mar 8 15:31:53.933: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) + Mar 8 15:31:53.948: INFO: Unable to read jessie_udp@dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) + Mar 8 15:31:53.951: INFO: Unable to read jessie_tcp@dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) + Mar 8 15:31:53.962: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) + Mar 8 15:31:53.968: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) + Mar 8 15:31:53.979: INFO: Lookups using dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c failed for: [wheezy_udp@dns-test-service.dns-9642.svc.cluster.local wheezy_tcp@dns-test-service.dns-9642.svc.cluster.local wheezy_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local wheezy_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local jessie_udp@dns-test-service.dns-9642.svc.cluster.local jessie_tcp@dns-test-service.dns-9642.svc.cluster.local jessie_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local jessie_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local] + + Mar 8 15:31:58.922: INFO: Unable to read wheezy_udp@dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) + Mar 8 15:31:58.926: INFO: Unable to read wheezy_tcp@dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) + Mar 8 15:31:58.929: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) + Mar 8 15:31:58.932: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) + Mar 8 15:31:58.946: INFO: Unable to read jessie_udp@dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) + Mar 8 15:31:58.949: INFO: Unable to read jessie_tcp@dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) + Mar 8 15:31:58.953: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) + Mar 8 15:31:58.956: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) + Mar 8 15:31:58.968: INFO: Lookups using dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c failed for: [wheezy_udp@dns-test-service.dns-9642.svc.cluster.local wheezy_tcp@dns-test-service.dns-9642.svc.cluster.local wheezy_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local wheezy_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local jessie_udp@dns-test-service.dns-9642.svc.cluster.local jessie_tcp@dns-test-service.dns-9642.svc.cluster.local jessie_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local jessie_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local] + + Mar 8 15:32:03.921: INFO: Unable to read wheezy_udp@dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) + Mar 8 15:32:03.925: INFO: Unable to read wheezy_tcp@dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) + Mar 8 15:32:03.928: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) + Mar 8 15:32:03.930: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) + Mar 8 15:32:03.945: INFO: Unable to read jessie_udp@dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) + Mar 8 15:32:03.948: INFO: Unable to read jessie_tcp@dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) + Mar 8 15:32:03.951: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) + Mar 8 15:32:03.954: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) + Mar 8 15:32:03.966: INFO: Lookups using dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c failed for: [wheezy_udp@dns-test-service.dns-9642.svc.cluster.local wheezy_tcp@dns-test-service.dns-9642.svc.cluster.local wheezy_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local wheezy_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local jessie_udp@dns-test-service.dns-9642.svc.cluster.local jessie_tcp@dns-test-service.dns-9642.svc.cluster.local jessie_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local jessie_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local] + + Mar 8 15:32:08.922: INFO: Unable to read wheezy_udp@dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) + Mar 8 15:32:08.926: INFO: Unable to read wheezy_tcp@dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) + Mar 8 15:32:08.929: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) + Mar 8 15:32:08.932: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) + Mar 8 15:32:08.947: INFO: Unable to read jessie_udp@dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) + Mar 8 15:32:08.950: INFO: Unable to read jessie_tcp@dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) + Mar 8 15:32:08.953: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) + Mar 8 15:32:08.956: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local from pod dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c: the server could not find the requested resource (get pods dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c) + Mar 8 15:32:08.969: INFO: Lookups using dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c failed for: [wheezy_udp@dns-test-service.dns-9642.svc.cluster.local wheezy_tcp@dns-test-service.dns-9642.svc.cluster.local wheezy_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local wheezy_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local jessie_udp@dns-test-service.dns-9642.svc.cluster.local jessie_tcp@dns-test-service.dns-9642.svc.cluster.local jessie_udp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local jessie_tcp@_http._tcp.dns-test-service.dns-9642.svc.cluster.local] + + Mar 8 15:32:13.967: INFO: DNS probes using dns-9642/dns-test-c10cb382-22d8-4055-84e8-c5c92f4e700c succeeded + + STEP: deleting the pod 03/08/23 15:32:13.967 + STEP: deleting the test service 03/08/23 15:32:13.976 + STEP: deleting the test headless service 03/08/23 15:32:14.001 + [AfterEach] [sig-network] DNS + test/e2e/framework/framework.go:187 + Mar 8 15:32:14.015: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "dns-9642" for this suite. 03/08/23 15:32:14.02 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[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 03/08/23 15:32:14.028 +Mar 8 15:32:14.028: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename subpath 03/08/23 15:32:14.029 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:32:14.046 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:32:14.05 +[BeforeEach] Atomic writer volumes + test/e2e/storage/subpath.go:40 +STEP: Setting up data 03/08/23 15:32:14.053 +[It] should support subpaths with configmap pod [Conformance] + test/e2e/storage/subpath.go:70 +STEP: Creating pod pod-subpath-test-configmap-49tj 03/08/23 15:32:14.065 +STEP: Creating a pod to test atomic-volume-subpath 03/08/23 15:32:14.065 +Mar 8 15:32:14.073: INFO: Waiting up to 5m0s for pod "pod-subpath-test-configmap-49tj" in namespace "subpath-8392" to be "Succeeded or Failed" +Mar 8 15:32:14.079: INFO: Pod "pod-subpath-test-configmap-49tj": Phase="Pending", Reason="", readiness=false. Elapsed: 6.257223ms +Mar 8 15:32:16.083: INFO: Pod "pod-subpath-test-configmap-49tj": Phase="Running", Reason="", readiness=true. Elapsed: 2.010268986s +Mar 8 15:32:18.085: INFO: Pod "pod-subpath-test-configmap-49tj": Phase="Running", Reason="", readiness=true. Elapsed: 4.011806402s +Mar 8 15:32:20.085: INFO: Pod "pod-subpath-test-configmap-49tj": Phase="Running", Reason="", readiness=true. Elapsed: 6.012550574s +Mar 8 15:32:22.083: INFO: Pod "pod-subpath-test-configmap-49tj": Phase="Running", Reason="", readiness=true. Elapsed: 8.010505431s +Mar 8 15:32:24.086: INFO: Pod "pod-subpath-test-configmap-49tj": Phase="Running", Reason="", readiness=true. Elapsed: 10.012913965s +Mar 8 15:32:26.085: INFO: Pod "pod-subpath-test-configmap-49tj": Phase="Running", Reason="", readiness=true. Elapsed: 12.012105826s +Mar 8 15:32:28.084: INFO: Pod "pod-subpath-test-configmap-49tj": Phase="Running", Reason="", readiness=true. Elapsed: 14.01141193s +Mar 8 15:32:30.084: INFO: Pod "pod-subpath-test-configmap-49tj": Phase="Running", Reason="", readiness=true. Elapsed: 16.010814544s +Mar 8 15:32:32.083: INFO: Pod "pod-subpath-test-configmap-49tj": Phase="Running", Reason="", readiness=true. Elapsed: 18.010473368s +Mar 8 15:32:34.083: INFO: Pod "pod-subpath-test-configmap-49tj": Phase="Running", Reason="", readiness=true. Elapsed: 20.010355529s +Mar 8 15:32:36.085: INFO: Pod "pod-subpath-test-configmap-49tj": Phase="Running", Reason="", readiness=false. Elapsed: 22.011839037s +Mar 8 15:32:38.084: INFO: Pod "pod-subpath-test-configmap-49tj": Phase="Succeeded", Reason="", readiness=false. Elapsed: 24.01166169s +STEP: Saw pod success 03/08/23 15:32:38.084 +Mar 8 15:32:38.085: INFO: Pod "pod-subpath-test-configmap-49tj" satisfied condition "Succeeded or Failed" +Mar 8 15:32:38.087: INFO: Trying to get logs from node worker2 pod pod-subpath-test-configmap-49tj container test-container-subpath-configmap-49tj: +STEP: delete the pod 03/08/23 15:32:38.093 +Mar 8 15:32:38.106: INFO: Waiting for pod pod-subpath-test-configmap-49tj to disappear +Mar 8 15:32:38.109: INFO: Pod pod-subpath-test-configmap-49tj no longer exists +STEP: Deleting pod pod-subpath-test-configmap-49tj 03/08/23 15:32:38.109 +Mar 8 15:32:38.109: INFO: Deleting pod "pod-subpath-test-configmap-49tj" in namespace "subpath-8392" +[AfterEach] [sig-storage] Subpath + test/e2e/framework/framework.go:187 +Mar 8 15:32:38.111: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "subpath-8392" for this suite. 03/08/23 15:32:38.115 +{"msg":"PASSED [sig-storage] Subpath Atomic writer volumes should support subpaths with configmap pod [Conformance]","completed":270,"skipped":4919,"failed":0} +------------------------------ +• [SLOW TEST] [24.093 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 03/08/23 15:32:14.028 + Mar 8 15:32:14.028: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename subpath 03/08/23 15:32:14.029 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:32:14.046 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:32:14.05 + [BeforeEach] Atomic writer volumes + test/e2e/storage/subpath.go:40 + STEP: Setting up data 03/08/23 15:32:14.053 + [It] should support subpaths with configmap pod [Conformance] + test/e2e/storage/subpath.go:70 + STEP: Creating pod pod-subpath-test-configmap-49tj 03/08/23 15:32:14.065 + STEP: Creating a pod to test atomic-volume-subpath 03/08/23 15:32:14.065 + Mar 8 15:32:14.073: INFO: Waiting up to 5m0s for pod "pod-subpath-test-configmap-49tj" in namespace "subpath-8392" to be "Succeeded or Failed" + Mar 8 15:32:14.079: INFO: Pod "pod-subpath-test-configmap-49tj": Phase="Pending", Reason="", readiness=false. Elapsed: 6.257223ms + Mar 8 15:32:16.083: INFO: Pod "pod-subpath-test-configmap-49tj": Phase="Running", Reason="", readiness=true. Elapsed: 2.010268986s + Mar 8 15:32:18.085: INFO: Pod "pod-subpath-test-configmap-49tj": Phase="Running", Reason="", readiness=true. Elapsed: 4.011806402s + Mar 8 15:32:20.085: INFO: Pod "pod-subpath-test-configmap-49tj": Phase="Running", Reason="", readiness=true. Elapsed: 6.012550574s + Mar 8 15:32:22.083: INFO: Pod "pod-subpath-test-configmap-49tj": Phase="Running", Reason="", readiness=true. Elapsed: 8.010505431s + Mar 8 15:32:24.086: INFO: Pod "pod-subpath-test-configmap-49tj": Phase="Running", Reason="", readiness=true. Elapsed: 10.012913965s + Mar 8 15:32:26.085: INFO: Pod "pod-subpath-test-configmap-49tj": Phase="Running", Reason="", readiness=true. Elapsed: 12.012105826s + Mar 8 15:32:28.084: INFO: Pod "pod-subpath-test-configmap-49tj": Phase="Running", Reason="", readiness=true. Elapsed: 14.01141193s + Mar 8 15:32:30.084: INFO: Pod "pod-subpath-test-configmap-49tj": Phase="Running", Reason="", readiness=true. Elapsed: 16.010814544s + Mar 8 15:32:32.083: INFO: Pod "pod-subpath-test-configmap-49tj": Phase="Running", Reason="", readiness=true. Elapsed: 18.010473368s + Mar 8 15:32:34.083: INFO: Pod "pod-subpath-test-configmap-49tj": Phase="Running", Reason="", readiness=true. Elapsed: 20.010355529s + Mar 8 15:32:36.085: INFO: Pod "pod-subpath-test-configmap-49tj": Phase="Running", Reason="", readiness=false. Elapsed: 22.011839037s + Mar 8 15:32:38.084: INFO: Pod "pod-subpath-test-configmap-49tj": Phase="Succeeded", Reason="", readiness=false. Elapsed: 24.01166169s + STEP: Saw pod success 03/08/23 15:32:38.084 + Mar 8 15:32:38.085: INFO: Pod "pod-subpath-test-configmap-49tj" satisfied condition "Succeeded or Failed" + Mar 8 15:32:38.087: INFO: Trying to get logs from node worker2 pod pod-subpath-test-configmap-49tj container test-container-subpath-configmap-49tj: + STEP: delete the pod 03/08/23 15:32:38.093 + Mar 8 15:32:38.106: INFO: Waiting for pod pod-subpath-test-configmap-49tj to disappear + Mar 8 15:32:38.109: INFO: Pod pod-subpath-test-configmap-49tj no longer exists + STEP: Deleting pod pod-subpath-test-configmap-49tj 03/08/23 15:32:38.109 + Mar 8 15:32:38.109: INFO: Deleting pod "pod-subpath-test-configmap-49tj" in namespace "subpath-8392" + [AfterEach] [sig-storage] Subpath + test/e2e/framework/framework.go:187 + Mar 8 15:32:38.111: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "subpath-8392" for this suite. 03/08/23 15:32:38.115 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[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 03/08/23 15:32:38.121 +Mar 8 15:32:38.121: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename subpath 03/08/23 15:32:38.121 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:32:38.136 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:32:38.138 +[BeforeEach] Atomic writer volumes + test/e2e/storage/subpath.go:40 +STEP: Setting up data 03/08/23 15:32:38.141 +[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-gx5g 03/08/23 15:32:38.148 +STEP: Creating a pod to test atomic-volume-subpath 03/08/23 15:32:38.148 +Mar 8 15:32:38.155: INFO: Waiting up to 5m0s for pod "pod-subpath-test-configmap-gx5g" in namespace "subpath-3817" to be "Succeeded or Failed" +Mar 8 15:32:38.157: INFO: Pod "pod-subpath-test-configmap-gx5g": Phase="Pending", Reason="", readiness=false. Elapsed: 2.270321ms +Mar 8 15:32:40.162: INFO: Pod "pod-subpath-test-configmap-gx5g": Phase="Running", Reason="", readiness=true. Elapsed: 2.007235755s +Mar 8 15:32:42.160: INFO: Pod "pod-subpath-test-configmap-gx5g": Phase="Running", Reason="", readiness=true. Elapsed: 4.005889432s +Mar 8 15:32:44.161: INFO: Pod "pod-subpath-test-configmap-gx5g": Phase="Running", Reason="", readiness=true. Elapsed: 6.006639934s +Mar 8 15:32:46.162: INFO: Pod "pod-subpath-test-configmap-gx5g": Phase="Running", Reason="", readiness=true. Elapsed: 8.007363597s +Mar 8 15:32:48.161: INFO: Pod "pod-subpath-test-configmap-gx5g": Phase="Running", Reason="", readiness=true. Elapsed: 10.006225966s +Mar 8 15:32:50.161: INFO: Pod "pod-subpath-test-configmap-gx5g": Phase="Running", Reason="", readiness=true. Elapsed: 12.006588416s +Mar 8 15:32:52.162: INFO: Pod "pod-subpath-test-configmap-gx5g": Phase="Running", Reason="", readiness=true. Elapsed: 14.007627813s +Mar 8 15:32:54.162: INFO: Pod "pod-subpath-test-configmap-gx5g": Phase="Running", Reason="", readiness=true. Elapsed: 16.007287567s +Mar 8 15:32:56.163: INFO: Pod "pod-subpath-test-configmap-gx5g": Phase="Running", Reason="", readiness=true. Elapsed: 18.008873111s +Mar 8 15:32:58.162: INFO: Pod "pod-subpath-test-configmap-gx5g": Phase="Running", Reason="", readiness=true. Elapsed: 20.007318445s +Mar 8 15:33:00.163: INFO: Pod "pod-subpath-test-configmap-gx5g": Phase="Running", Reason="", readiness=false. Elapsed: 22.008754088s +Mar 8 15:33:02.162: INFO: Pod "pod-subpath-test-configmap-gx5g": Phase="Succeeded", Reason="", readiness=false. Elapsed: 24.007439563s +STEP: Saw pod success 03/08/23 15:33:02.162 +Mar 8 15:33:02.162: INFO: Pod "pod-subpath-test-configmap-gx5g" satisfied condition "Succeeded or Failed" +Mar 8 15:33:02.165: INFO: Trying to get logs from node worker2 pod pod-subpath-test-configmap-gx5g container test-container-subpath-configmap-gx5g: +STEP: delete the pod 03/08/23 15:33:02.171 +Mar 8 15:33:02.182: INFO: Waiting for pod pod-subpath-test-configmap-gx5g to disappear +Mar 8 15:33:02.184: INFO: Pod pod-subpath-test-configmap-gx5g no longer exists +STEP: Deleting pod pod-subpath-test-configmap-gx5g 03/08/23 15:33:02.184 +Mar 8 15:33:02.185: INFO: Deleting pod "pod-subpath-test-configmap-gx5g" in namespace "subpath-3817" +[AfterEach] [sig-storage] Subpath + test/e2e/framework/framework.go:187 +Mar 8 15:33:02.187: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "subpath-3817" for this suite. 03/08/23 15:33:02.191 +{"msg":"PASSED [sig-storage] Subpath Atomic writer volumes should support subpaths with configmap pod with mountPath of existing file [Conformance]","completed":271,"skipped":4921,"failed":0} +------------------------------ +• [SLOW TEST] [24.075 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 03/08/23 15:32:38.121 + Mar 8 15:32:38.121: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename subpath 03/08/23 15:32:38.121 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:32:38.136 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:32:38.138 + [BeforeEach] Atomic writer volumes + test/e2e/storage/subpath.go:40 + STEP: Setting up data 03/08/23 15:32:38.141 + [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-gx5g 03/08/23 15:32:38.148 + STEP: Creating a pod to test atomic-volume-subpath 03/08/23 15:32:38.148 + Mar 8 15:32:38.155: INFO: Waiting up to 5m0s for pod "pod-subpath-test-configmap-gx5g" in namespace "subpath-3817" to be "Succeeded or Failed" + Mar 8 15:32:38.157: INFO: Pod "pod-subpath-test-configmap-gx5g": Phase="Pending", Reason="", readiness=false. Elapsed: 2.270321ms + Mar 8 15:32:40.162: INFO: Pod "pod-subpath-test-configmap-gx5g": Phase="Running", Reason="", readiness=true. Elapsed: 2.007235755s + Mar 8 15:32:42.160: INFO: Pod "pod-subpath-test-configmap-gx5g": Phase="Running", Reason="", readiness=true. Elapsed: 4.005889432s + Mar 8 15:32:44.161: INFO: Pod "pod-subpath-test-configmap-gx5g": Phase="Running", Reason="", readiness=true. Elapsed: 6.006639934s + Mar 8 15:32:46.162: INFO: Pod "pod-subpath-test-configmap-gx5g": Phase="Running", Reason="", readiness=true. Elapsed: 8.007363597s + Mar 8 15:32:48.161: INFO: Pod "pod-subpath-test-configmap-gx5g": Phase="Running", Reason="", readiness=true. Elapsed: 10.006225966s + Mar 8 15:32:50.161: INFO: Pod "pod-subpath-test-configmap-gx5g": Phase="Running", Reason="", readiness=true. Elapsed: 12.006588416s + Mar 8 15:32:52.162: INFO: Pod "pod-subpath-test-configmap-gx5g": Phase="Running", Reason="", readiness=true. Elapsed: 14.007627813s + Mar 8 15:32:54.162: INFO: Pod "pod-subpath-test-configmap-gx5g": Phase="Running", Reason="", readiness=true. Elapsed: 16.007287567s + Mar 8 15:32:56.163: INFO: Pod "pod-subpath-test-configmap-gx5g": Phase="Running", Reason="", readiness=true. Elapsed: 18.008873111s + Mar 8 15:32:58.162: INFO: Pod "pod-subpath-test-configmap-gx5g": Phase="Running", Reason="", readiness=true. Elapsed: 20.007318445s + Mar 8 15:33:00.163: INFO: Pod "pod-subpath-test-configmap-gx5g": Phase="Running", Reason="", readiness=false. Elapsed: 22.008754088s + Mar 8 15:33:02.162: INFO: Pod "pod-subpath-test-configmap-gx5g": Phase="Succeeded", Reason="", readiness=false. Elapsed: 24.007439563s + STEP: Saw pod success 03/08/23 15:33:02.162 + Mar 8 15:33:02.162: INFO: Pod "pod-subpath-test-configmap-gx5g" satisfied condition "Succeeded or Failed" + Mar 8 15:33:02.165: INFO: Trying to get logs from node worker2 pod pod-subpath-test-configmap-gx5g container test-container-subpath-configmap-gx5g: + STEP: delete the pod 03/08/23 15:33:02.171 + Mar 8 15:33:02.182: INFO: Waiting for pod pod-subpath-test-configmap-gx5g to disappear + Mar 8 15:33:02.184: INFO: Pod pod-subpath-test-configmap-gx5g no longer exists + STEP: Deleting pod pod-subpath-test-configmap-gx5g 03/08/23 15:33:02.184 + Mar 8 15:33:02.185: INFO: Deleting pod "pod-subpath-test-configmap-gx5g" in namespace "subpath-3817" + [AfterEach] [sig-storage] Subpath + test/e2e/framework/framework.go:187 + Mar 8 15:33:02.187: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "subpath-3817" for this suite. 03/08/23 15:33:02.191 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSS +------------------------------ +[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 03/08/23 15:33:02.196 +Mar 8 15:33:02.196: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename downward-api 03/08/23 15:33:02.197 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:33:02.213 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:33:02.215 +[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 03/08/23 15:33:02.218 +Mar 8 15:33:02.226: INFO: Waiting up to 5m0s for pod "downwardapi-volume-a3115a97-b326-4764-a350-438905402dd5" in namespace "downward-api-4631" to be "Succeeded or Failed" +Mar 8 15:33:02.229: INFO: Pod "downwardapi-volume-a3115a97-b326-4764-a350-438905402dd5": Phase="Pending", Reason="", readiness=false. Elapsed: 2.878623ms +Mar 8 15:33:04.233: INFO: Pod "downwardapi-volume-a3115a97-b326-4764-a350-438905402dd5": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007512844s +Mar 8 15:33:06.234: INFO: Pod "downwardapi-volume-a3115a97-b326-4764-a350-438905402dd5": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008284825s +STEP: Saw pod success 03/08/23 15:33:06.234 +Mar 8 15:33:06.234: INFO: Pod "downwardapi-volume-a3115a97-b326-4764-a350-438905402dd5" satisfied condition "Succeeded or Failed" +Mar 8 15:33:06.238: INFO: Trying to get logs from node worker2 pod downwardapi-volume-a3115a97-b326-4764-a350-438905402dd5 container client-container: +STEP: delete the pod 03/08/23 15:33:06.243 +Mar 8 15:33:06.251: INFO: Waiting for pod downwardapi-volume-a3115a97-b326-4764-a350-438905402dd5 to disappear +Mar 8 15:33:06.253: INFO: Pod downwardapi-volume-a3115a97-b326-4764-a350-438905402dd5 no longer exists +[AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 +Mar 8 15:33:06.253: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "downward-api-4631" for this suite. 03/08/23 15:33:06.258 +{"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":272,"skipped":4929,"failed":0} +------------------------------ +• [4.067 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 03/08/23 15:33:02.196 + Mar 8 15:33:02.196: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename downward-api 03/08/23 15:33:02.197 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:33:02.213 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:33:02.215 + [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 03/08/23 15:33:02.218 + Mar 8 15:33:02.226: INFO: Waiting up to 5m0s for pod "downwardapi-volume-a3115a97-b326-4764-a350-438905402dd5" in namespace "downward-api-4631" to be "Succeeded or Failed" + Mar 8 15:33:02.229: INFO: Pod "downwardapi-volume-a3115a97-b326-4764-a350-438905402dd5": Phase="Pending", Reason="", readiness=false. Elapsed: 2.878623ms + Mar 8 15:33:04.233: INFO: Pod "downwardapi-volume-a3115a97-b326-4764-a350-438905402dd5": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007512844s + Mar 8 15:33:06.234: INFO: Pod "downwardapi-volume-a3115a97-b326-4764-a350-438905402dd5": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008284825s + STEP: Saw pod success 03/08/23 15:33:06.234 + Mar 8 15:33:06.234: INFO: Pod "downwardapi-volume-a3115a97-b326-4764-a350-438905402dd5" satisfied condition "Succeeded or Failed" + Mar 8 15:33:06.238: INFO: Trying to get logs from node worker2 pod downwardapi-volume-a3115a97-b326-4764-a350-438905402dd5 container client-container: + STEP: delete the pod 03/08/23 15:33:06.243 + Mar 8 15:33:06.251: INFO: Waiting for pod downwardapi-volume-a3115a97-b326-4764-a350-438905402dd5 to disappear + Mar 8 15:33:06.253: INFO: Pod downwardapi-volume-a3115a97-b326-4764-a350-438905402dd5 no longer exists + [AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 + Mar 8 15:33:06.253: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "downward-api-4631" for this suite. 03/08/23 15:33:06.258 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:33:06.263 +Mar 8 15:33:06.263: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename container-lifecycle-hook 03/08/23 15:33:06.264 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:33:06.277 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:33:06.28 +[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. 03/08/23 15:33:06.286 +Mar 8 15:33:06.293: INFO: Waiting up to 5m0s for pod "pod-handle-http-request" in namespace "container-lifecycle-hook-2915" to be "running and ready" +Mar 8 15:33:06.295: INFO: Pod "pod-handle-http-request": Phase="Pending", Reason="", readiness=false. Elapsed: 2.301908ms +Mar 8 15:33:06.295: INFO: The phase of Pod pod-handle-http-request is Pending, waiting for it to be Running (with Ready = true) +Mar 8 15:33:08.299: INFO: Pod "pod-handle-http-request": Phase="Running", Reason="", readiness=true. Elapsed: 2.00631579s +Mar 8 15:33:08.299: INFO: The phase of Pod pod-handle-http-request is Running (Ready = true) +Mar 8 15:33:08.299: 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 03/08/23 15:33:08.301 +Mar 8 15:33:08.307: INFO: Waiting up to 5m0s for pod "pod-with-prestop-exec-hook" in namespace "container-lifecycle-hook-2915" to be "running and ready" +Mar 8 15:33:08.310: INFO: Pod "pod-with-prestop-exec-hook": Phase="Pending", Reason="", readiness=false. Elapsed: 2.973805ms +Mar 8 15:33:08.310: INFO: The phase of Pod pod-with-prestop-exec-hook is Pending, waiting for it to be Running (with Ready = true) +Mar 8 15:33:10.314: INFO: Pod "pod-with-prestop-exec-hook": Phase="Running", Reason="", readiness=true. Elapsed: 2.007034636s +Mar 8 15:33:10.314: INFO: The phase of Pod pod-with-prestop-exec-hook is Running (Ready = true) +Mar 8 15:33:10.314: INFO: Pod "pod-with-prestop-exec-hook" satisfied condition "running and ready" +STEP: delete the pod with lifecycle hook 03/08/23 15:33:10.316 +Mar 8 15:33:10.322: INFO: Waiting for pod pod-with-prestop-exec-hook to disappear +Mar 8 15:33:10.324: INFO: Pod pod-with-prestop-exec-hook still exists +Mar 8 15:33:12.324: INFO: Waiting for pod pod-with-prestop-exec-hook to disappear +Mar 8 15:33:12.329: INFO: Pod pod-with-prestop-exec-hook no longer exists +STEP: check prestop hook 03/08/23 15:33:12.329 +[AfterEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/framework.go:187 +Mar 8 15:33:12.345: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "container-lifecycle-hook-2915" for this suite. 03/08/23 15:33:12.35 +{"msg":"PASSED [sig-node] Container Lifecycle Hook when create a pod with lifecycle hook should execute prestop exec hook properly [NodeConformance] [Conformance]","completed":273,"skipped":4942,"failed":0} +------------------------------ +• [SLOW TEST] [6.093 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 03/08/23 15:33:06.263 + Mar 8 15:33:06.263: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename container-lifecycle-hook 03/08/23 15:33:06.264 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:33:06.277 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:33:06.28 + [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. 03/08/23 15:33:06.286 + Mar 8 15:33:06.293: INFO: Waiting up to 5m0s for pod "pod-handle-http-request" in namespace "container-lifecycle-hook-2915" to be "running and ready" + Mar 8 15:33:06.295: INFO: Pod "pod-handle-http-request": Phase="Pending", Reason="", readiness=false. Elapsed: 2.301908ms + Mar 8 15:33:06.295: INFO: The phase of Pod pod-handle-http-request is Pending, waiting for it to be Running (with Ready = true) + Mar 8 15:33:08.299: INFO: Pod "pod-handle-http-request": Phase="Running", Reason="", readiness=true. Elapsed: 2.00631579s + Mar 8 15:33:08.299: INFO: The phase of Pod pod-handle-http-request is Running (Ready = true) + Mar 8 15:33:08.299: 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 03/08/23 15:33:08.301 + Mar 8 15:33:08.307: INFO: Waiting up to 5m0s for pod "pod-with-prestop-exec-hook" in namespace "container-lifecycle-hook-2915" to be "running and ready" + Mar 8 15:33:08.310: INFO: Pod "pod-with-prestop-exec-hook": Phase="Pending", Reason="", readiness=false. Elapsed: 2.973805ms + Mar 8 15:33:08.310: INFO: The phase of Pod pod-with-prestop-exec-hook is Pending, waiting for it to be Running (with Ready = true) + Mar 8 15:33:10.314: INFO: Pod "pod-with-prestop-exec-hook": Phase="Running", Reason="", readiness=true. Elapsed: 2.007034636s + Mar 8 15:33:10.314: INFO: The phase of Pod pod-with-prestop-exec-hook is Running (Ready = true) + Mar 8 15:33:10.314: INFO: Pod "pod-with-prestop-exec-hook" satisfied condition "running and ready" + STEP: delete the pod with lifecycle hook 03/08/23 15:33:10.316 + Mar 8 15:33:10.322: INFO: Waiting for pod pod-with-prestop-exec-hook to disappear + Mar 8 15:33:10.324: INFO: Pod pod-with-prestop-exec-hook still exists + Mar 8 15:33:12.324: INFO: Waiting for pod pod-with-prestop-exec-hook to disappear + Mar 8 15:33:12.329: INFO: Pod pod-with-prestop-exec-hook no longer exists + STEP: check prestop hook 03/08/23 15:33:12.329 + [AfterEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/framework.go:187 + Mar 8 15:33:12.345: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "container-lifecycle-hook-2915" for this suite. 03/08/23 15:33:12.35 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[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 03/08/23 15:33:12.356 +Mar 8 15:33:12.356: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename container-runtime 03/08/23 15:33:12.357 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:33:12.373 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:33:12.376 +[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 03/08/23 15:33:12.379 +STEP: wait for the container to reach Succeeded 03/08/23 15:33:12.389 +STEP: get the container status 03/08/23 15:33:16.416 +STEP: the container should be terminated 03/08/23 15:33:16.419 +STEP: the termination message should be set 03/08/23 15:33:16.419 +Mar 8 15:33:16.419: INFO: Expected: &{DONE} to match Container's Termination Message: DONE -- +STEP: delete the container 03/08/23 15:33:16.419 +[AfterEach] [sig-node] Container Runtime + test/e2e/framework/framework.go:187 +Mar 8 15:33:16.432: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "container-runtime-4425" for this suite. 03/08/23 15:33:16.437 +{"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":274,"skipped":4944,"failed":0} +------------------------------ +• [4.086 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 03/08/23 15:33:12.356 + Mar 8 15:33:12.356: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename container-runtime 03/08/23 15:33:12.357 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:33:12.373 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:33:12.376 + [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 03/08/23 15:33:12.379 + STEP: wait for the container to reach Succeeded 03/08/23 15:33:12.389 + STEP: get the container status 03/08/23 15:33:16.416 + STEP: the container should be terminated 03/08/23 15:33:16.419 + STEP: the termination message should be set 03/08/23 15:33:16.419 + Mar 8 15:33:16.419: INFO: Expected: &{DONE} to match Container's Termination Message: DONE -- + STEP: delete the container 03/08/23 15:33:16.419 + [AfterEach] [sig-node] Container Runtime + test/e2e/framework/framework.go:187 + Mar 8 15:33:16.432: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "container-runtime-4425" for this suite. 03/08/23 15:33:16.437 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:33:16.444 +Mar 8 15:33:16.444: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename events 03/08/23 15:33:16.445 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:33:16.457 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:33:16.461 +[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 03/08/23 15:33:16.464 +STEP: listing events in all namespaces 03/08/23 15:33:16.47 +STEP: listing events in test namespace 03/08/23 15:33:16.474 +STEP: listing events with field selection filtering on source 03/08/23 15:33:16.477 +STEP: listing events with field selection filtering on reportingController 03/08/23 15:33:16.48 +STEP: getting the test event 03/08/23 15:33:16.482 +STEP: patching the test event 03/08/23 15:33:16.485 +STEP: getting the test event 03/08/23 15:33:16.498 +STEP: updating the test event 03/08/23 15:33:16.501 +STEP: getting the test event 03/08/23 15:33:16.506 +STEP: deleting the test event 03/08/23 15:33:16.509 +STEP: listing events in all namespaces 03/08/23 15:33:16.515 +STEP: listing events in test namespace 03/08/23 15:33:16.519 +[AfterEach] [sig-instrumentation] Events API + test/e2e/framework/framework.go:187 +Mar 8 15:33:16.521: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "events-1356" for this suite. 03/08/23 15:33:16.525 +{"msg":"PASSED [sig-instrumentation] Events API should ensure that an event can be fetched, patched, deleted, and listed [Conformance]","completed":275,"skipped":4968,"failed":0} +------------------------------ +• [0.087 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 03/08/23 15:33:16.444 + Mar 8 15:33:16.444: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename events 03/08/23 15:33:16.445 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:33:16.457 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:33:16.461 + [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 03/08/23 15:33:16.464 + STEP: listing events in all namespaces 03/08/23 15:33:16.47 + STEP: listing events in test namespace 03/08/23 15:33:16.474 + STEP: listing events with field selection filtering on source 03/08/23 15:33:16.477 + STEP: listing events with field selection filtering on reportingController 03/08/23 15:33:16.48 + STEP: getting the test event 03/08/23 15:33:16.482 + STEP: patching the test event 03/08/23 15:33:16.485 + STEP: getting the test event 03/08/23 15:33:16.498 + STEP: updating the test event 03/08/23 15:33:16.501 + STEP: getting the test event 03/08/23 15:33:16.506 + STEP: deleting the test event 03/08/23 15:33:16.509 + STEP: listing events in all namespaces 03/08/23 15:33:16.515 + STEP: listing events in test namespace 03/08/23 15:33:16.519 + [AfterEach] [sig-instrumentation] Events API + test/e2e/framework/framework.go:187 + Mar 8 15:33:16.521: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "events-1356" for this suite. 03/08/23 15:33:16.525 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[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 03/08/23 15:33:16.531 +Mar 8 15:33:16.531: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename events 03/08/23 15:33:16.532 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:33:16.546 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:33:16.549 +[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 03/08/23 15:33:16.552 +STEP: get a list of Events with a label in the current namespace 03/08/23 15:33:16.563 +STEP: delete a list of events 03/08/23 15:33:16.566 +Mar 8 15:33:16.566: INFO: requesting DeleteCollection of events +STEP: check that the list of events matches the requested quantity 03/08/23 15:33:16.582 +[AfterEach] [sig-instrumentation] Events API + test/e2e/framework/framework.go:187 +Mar 8 15:33:16.585: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "events-5410" for this suite. 03/08/23 15:33:16.588 +{"msg":"PASSED [sig-instrumentation] Events API should delete a collection of events [Conformance]","completed":276,"skipped":4972,"failed":0} +------------------------------ +• [0.063 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 03/08/23 15:33:16.531 + Mar 8 15:33:16.531: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename events 03/08/23 15:33:16.532 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:33:16.546 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:33:16.549 + [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 03/08/23 15:33:16.552 + STEP: get a list of Events with a label in the current namespace 03/08/23 15:33:16.563 + STEP: delete a list of events 03/08/23 15:33:16.566 + Mar 8 15:33:16.566: INFO: requesting DeleteCollection of events + STEP: check that the list of events matches the requested quantity 03/08/23 15:33:16.582 + [AfterEach] [sig-instrumentation] Events API + test/e2e/framework/framework.go:187 + Mar 8 15:33:16.585: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "events-5410" for this suite. 03/08/23 15:33:16.588 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[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 03/08/23 15:33:16.594 +Mar 8 15:33:16.594: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename init-container 03/08/23 15:33:16.594 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:33:16.609 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:33:16.612 +[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 03/08/23 15:33:16.614 +Mar 8 15:33:16.614: INFO: PodSpec: initContainers in spec.initContainers +Mar 8 15:34:00.165: INFO: init container has failed twice: &v1.Pod{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"pod-init-1390edd6-3d72-4d1b-96a3-cd0813ad8442", GenerateName:"", Namespace:"init-container-254", SelfLink:"", UID:"e43e3222-0555-4ccf-ab44-4f77f15e42aa", ResourceVersion:"658250", Generation:0, CreationTimestamp:time.Date(2023, time.March, 8, 15, 33, 16, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string{"name":"foo", "time":"614896950"}, 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(2023, time.March, 8, 15, 33, 16, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc004488288), Subresource:""}, v1.ManagedFieldsEntry{Manager:"kubelet", Operation:"Update", APIVersion:"v1", Time:time.Date(2023, time.March, 8, 15, 34, 0, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc0044882b8), Subresource:"status"}}}, Spec:v1.PodSpec{Volumes:[]v1.Volume{v1.Volume{Name:"kube-api-access-87bx8", 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)(0xc006400220), 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:"ehub.ctcdn.cn/eck/sonobuoy/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-87bx8", 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:"ehub.ctcdn.cn/eck/sonobuoy/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-87bx8", 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:"ehub.ctcdn.cn/eck/sonobuoy/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-87bx8", 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)(0xc002904480), ActiveDeadlineSeconds:(*int64)(nil), DNSPolicy:"ClusterFirst", NodeSelector:map[string]string(nil), ServiceAccountName:"default", DeprecatedServiceAccount:"default", AutomountServiceAccountToken:(*bool)(nil), NodeName:"worker2", HostNetwork:false, HostPID:false, HostIPC:false, ShareProcessNamespace:(*bool)(nil), SecurityContext:(*v1.PodSecurityContext)(0xc0004ea000), 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)(0xc002904500)}, v1.Toleration{Key:"node.kubernetes.io/unreachable", Operator:"Exists", Value:"", Effect:"NoExecute", TolerationSeconds:(*int64)(0xc002904520)}}, HostAliases:[]v1.HostAlias(nil), PriorityClassName:"", Priority:(*int32)(0xc002904528), DNSConfig:(*v1.PodDNSConfig)(nil), ReadinessGates:[]v1.PodReadinessGate(nil), RuntimeClassName:(*string)(nil), EnableServiceLinks:(*bool)(0xc00290452c), PreemptionPolicy:(*v1.PreemptionPolicy)(0xc0048081b0), 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(2023, time.March, 8, 15, 33, 16, 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(2023, time.March, 8, 15, 33, 16, 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(2023, time.March, 8, 15, 33, 16, 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(2023, time.March, 8, 15, 33, 16, 0, time.Local), Reason:"", Message:""}}, Message:"", Reason:"", NominatedNodeName:"", HostIP:"10.0.0.18", PodIP:"172.16.0.219", PodIPs:[]v1.PodIP{v1.PodIP{IP:"172.16.0.219"}}, StartTime:time.Date(2023, time.March, 8, 15, 33, 16, 0, time.Local), InitContainerStatuses:[]v1.ContainerStatus{v1.ContainerStatus{Name:"init1", State:v1.ContainerState{Waiting:(*v1.ContainerStateWaiting)(nil), Running:(*v1.ContainerStateRunning)(nil), Terminated:(*v1.ContainerStateTerminated)(0xc0004ea150)}, LastTerminationState:v1.ContainerState{Waiting:(*v1.ContainerStateWaiting)(nil), Running:(*v1.ContainerStateRunning)(nil), Terminated:(*v1.ContainerStateTerminated)(0xc0004ea1c0)}, Ready:false, RestartCount:3, Image:"ehub.ctcdn.cn/eck/sonobuoy/busybox:1.29-2", ImageID:"ehub.ctcdn.cn/eck/sonobuoy/busybox@sha256:c26091c675b78a3ab71f78839315225279e6aa11660079136bf524d6285488ec", ContainerID:"containerd://56fc5bc9f5e5d2d9133f24efaee88ab4c2bb616680790398c568b7d88c892ed5", Started:(*bool)(nil)}, v1.ContainerStatus{Name:"init2", State:v1.ContainerState{Waiting:(*v1.ContainerStateWaiting)(0xc0064003c0), 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:"ehub.ctcdn.cn/eck/sonobuoy/busybox:1.29-2", ImageID:"", ContainerID:"", Started:(*bool)(nil)}}, ContainerStatuses:[]v1.ContainerStatus{v1.ContainerStatus{Name:"run1", State:v1.ContainerState{Waiting:(*v1.ContainerStateWaiting)(0xc006400380), 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:"ehub.ctcdn.cn/eck/sonobuoy/pause:3.8", ImageID:"", ContainerID:"", Started:(*bool)(0xc0029045af)}}, QOSClass:"Burstable", EphemeralContainerStatuses:[]v1.ContainerStatus(nil)}} +[AfterEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/framework.go:187 +Mar 8 15:34:00.165: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "init-container-254" for this suite. 03/08/23 15:34:00.171 +{"msg":"PASSED [sig-node] InitContainer [NodeConformance] should not start app containers if init containers fail on a RestartAlways pod [Conformance]","completed":277,"skipped":4976,"failed":0} +------------------------------ +• [SLOW TEST] [43.583 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 03/08/23 15:33:16.594 + Mar 8 15:33:16.594: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename init-container 03/08/23 15:33:16.594 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:33:16.609 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:33:16.612 + [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 03/08/23 15:33:16.614 + Mar 8 15:33:16.614: INFO: PodSpec: initContainers in spec.initContainers + Mar 8 15:34:00.165: INFO: init container has failed twice: &v1.Pod{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"pod-init-1390edd6-3d72-4d1b-96a3-cd0813ad8442", GenerateName:"", Namespace:"init-container-254", SelfLink:"", UID:"e43e3222-0555-4ccf-ab44-4f77f15e42aa", ResourceVersion:"658250", Generation:0, CreationTimestamp:time.Date(2023, time.March, 8, 15, 33, 16, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string{"name":"foo", "time":"614896950"}, 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(2023, time.March, 8, 15, 33, 16, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc004488288), Subresource:""}, v1.ManagedFieldsEntry{Manager:"kubelet", Operation:"Update", APIVersion:"v1", Time:time.Date(2023, time.March, 8, 15, 34, 0, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc0044882b8), Subresource:"status"}}}, Spec:v1.PodSpec{Volumes:[]v1.Volume{v1.Volume{Name:"kube-api-access-87bx8", 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)(0xc006400220), 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:"ehub.ctcdn.cn/eck/sonobuoy/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-87bx8", 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:"ehub.ctcdn.cn/eck/sonobuoy/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-87bx8", 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:"ehub.ctcdn.cn/eck/sonobuoy/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-87bx8", 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)(0xc002904480), ActiveDeadlineSeconds:(*int64)(nil), DNSPolicy:"ClusterFirst", NodeSelector:map[string]string(nil), ServiceAccountName:"default", DeprecatedServiceAccount:"default", AutomountServiceAccountToken:(*bool)(nil), NodeName:"worker2", HostNetwork:false, HostPID:false, HostIPC:false, ShareProcessNamespace:(*bool)(nil), SecurityContext:(*v1.PodSecurityContext)(0xc0004ea000), 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)(0xc002904500)}, v1.Toleration{Key:"node.kubernetes.io/unreachable", Operator:"Exists", Value:"", Effect:"NoExecute", TolerationSeconds:(*int64)(0xc002904520)}}, HostAliases:[]v1.HostAlias(nil), PriorityClassName:"", Priority:(*int32)(0xc002904528), DNSConfig:(*v1.PodDNSConfig)(nil), ReadinessGates:[]v1.PodReadinessGate(nil), RuntimeClassName:(*string)(nil), EnableServiceLinks:(*bool)(0xc00290452c), PreemptionPolicy:(*v1.PreemptionPolicy)(0xc0048081b0), 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(2023, time.March, 8, 15, 33, 16, 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(2023, time.March, 8, 15, 33, 16, 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(2023, time.March, 8, 15, 33, 16, 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(2023, time.March, 8, 15, 33, 16, 0, time.Local), Reason:"", Message:""}}, Message:"", Reason:"", NominatedNodeName:"", HostIP:"10.0.0.18", PodIP:"172.16.0.219", PodIPs:[]v1.PodIP{v1.PodIP{IP:"172.16.0.219"}}, StartTime:time.Date(2023, time.March, 8, 15, 33, 16, 0, time.Local), InitContainerStatuses:[]v1.ContainerStatus{v1.ContainerStatus{Name:"init1", State:v1.ContainerState{Waiting:(*v1.ContainerStateWaiting)(nil), Running:(*v1.ContainerStateRunning)(nil), Terminated:(*v1.ContainerStateTerminated)(0xc0004ea150)}, LastTerminationState:v1.ContainerState{Waiting:(*v1.ContainerStateWaiting)(nil), Running:(*v1.ContainerStateRunning)(nil), Terminated:(*v1.ContainerStateTerminated)(0xc0004ea1c0)}, Ready:false, RestartCount:3, Image:"ehub.ctcdn.cn/eck/sonobuoy/busybox:1.29-2", ImageID:"ehub.ctcdn.cn/eck/sonobuoy/busybox@sha256:c26091c675b78a3ab71f78839315225279e6aa11660079136bf524d6285488ec", ContainerID:"containerd://56fc5bc9f5e5d2d9133f24efaee88ab4c2bb616680790398c568b7d88c892ed5", Started:(*bool)(nil)}, v1.ContainerStatus{Name:"init2", State:v1.ContainerState{Waiting:(*v1.ContainerStateWaiting)(0xc0064003c0), 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:"ehub.ctcdn.cn/eck/sonobuoy/busybox:1.29-2", ImageID:"", ContainerID:"", Started:(*bool)(nil)}}, ContainerStatuses:[]v1.ContainerStatus{v1.ContainerStatus{Name:"run1", State:v1.ContainerState{Waiting:(*v1.ContainerStateWaiting)(0xc006400380), 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:"ehub.ctcdn.cn/eck/sonobuoy/pause:3.8", ImageID:"", ContainerID:"", Started:(*bool)(0xc0029045af)}}, QOSClass:"Burstable", EphemeralContainerStatuses:[]v1.ContainerStatus(nil)}} + [AfterEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/framework.go:187 + Mar 8 15:34:00.165: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "init-container-254" for this suite. 03/08/23 15:34:00.171 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[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 03/08/23 15:34:00.177 +Mar 8 15:34:00.177: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename deployment 03/08/23 15:34:00.178 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:34:00.192 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:34:00.195 +[BeforeEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:91 +[It] deployment should delete old replica sets [Conformance] + test/e2e/apps/deployment.go:122 +Mar 8 15:34:00.205: INFO: Pod name cleanup-pod: Found 0 pods out of 1 +Mar 8 15:34:05.213: INFO: Pod name cleanup-pod: Found 1 pods out of 1 +STEP: ensuring each pod is running 03/08/23 15:34:05.213 +Mar 8 15:34:05.213: INFO: Creating deployment test-cleanup-deployment +STEP: Waiting for deployment test-cleanup-deployment history to be cleaned up 03/08/23 15:34:05.224 +[AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 +Mar 8 15:34:05.234: INFO: Deployment "test-cleanup-deployment": +&Deployment{ObjectMeta:{test-cleanup-deployment deployment-9365 1ee9e021-5995-4c19-8bba-0f0e3af93194 658294 1 2023-03-08 15:34:05 +0000 UTC map[name:cleanup-pod] map[] [] [] [{e2e.test Update apps/v1 2023-03-08 15:34:05 +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 ehub.ctcdn.cn/eck/sonobuoy/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 0xc00339ba88 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,},} + +Mar 8 15:34:05.238: INFO: New ReplicaSet of Deployment "test-cleanup-deployment" is nil. +Mar 8 15:34:05.238: INFO: All old ReplicaSets of Deployment "test-cleanup-deployment": +Mar 8 15:34:05.238: INFO: &ReplicaSet{ObjectMeta:{test-cleanup-controller deployment-9365 bb852344-e797-4134-b0c1-2140c0e74758 658296 1 2023-03-08 15:34:00 +0000 UTC map[name:cleanup-pod pod:httpd] map[] [{apps/v1 Deployment test-cleanup-deployment 1ee9e021-5995-4c19-8bba-0f0e3af93194 0xc00339bdd7 0xc00339bdd8}] [] [{e2e.test Update apps/v1 2023-03-08 15:34:00 +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":{}}}}} } {kube-controller-manager Update apps/v1 2023-03-08 15:34:01 +0000 UTC FieldsV1 {"f:status":{"f:availableReplicas":{},"f:fullyLabeledReplicas":{},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{}}} status} {kube-controller-manager Update apps/v1 2023-03-08 15:34:05 +0000 UTC FieldsV1 {"f:metadata":{"f:ownerReferences":{".":{},"k:{\"uid\":\"1ee9e021-5995-4c19-8bba-0f0e3af93194\"}":{}}}} }]},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 ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2 [] [] [] [] [] {map[] map[]} [] [] nil nil nil nil /dev/termination-log File IfNotPresent nil false false false}] [] Always 0xc00339be98 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{},},} +Mar 8 15:34:05.241: INFO: Pod "test-cleanup-controller-2gb5j" is available: +&Pod{ObjectMeta:{test-cleanup-controller-2gb5j test-cleanup-controller- deployment-9365 4fbebefe-87a1-4ea8-b3f0-d86a3f5a6510 658271 0 2023-03-08 15:34:00 +0000 UTC map[name:cleanup-pod pod:httpd] map[] [{apps/v1 ReplicaSet test-cleanup-controller bb852344-e797-4134-b0c1-2140c0e74758 0xc0042921a7 0xc0042921a8}] [] [{kube-controller-manager Update v1 2023-03-08 15:34:00 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"bb852344-e797-4134-b0c1-2140c0e74758\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-03-08 15:34:01 +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\":\"172.16.0.220\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-q7nvj,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:ehub.ctcdn.cn/eck/sonobuoy/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-q7nvj,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:worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*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:2023-03-08 15:34:00 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:34:01 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:34:01 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:34:00 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.0.0.18,PodIP:172.16.0.220,StartTime:2023-03-08 15:34:00 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-03-08 15:34:00 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2,ImageID:ehub.ctcdn.cn/eck/sonobuoy/httpd@sha256:758aa7ccf1af0569310f77155e9408e51191291b60d3a49bfee31efc07105019,ContainerID:containerd://c668e1bbf1a005cd57007d9298a7db8d5e0141b534fcbce3a6da35899d4f07bc,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.16.0.220,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +[AfterEach] [sig-apps] Deployment + test/e2e/framework/framework.go:187 +Mar 8 15:34:05.242: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "deployment-9365" for this suite. 03/08/23 15:34:05.249 +{"msg":"PASSED [sig-apps] Deployment deployment should delete old replica sets [Conformance]","completed":278,"skipped":4978,"failed":0} +------------------------------ +• [SLOW TEST] [5.083 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 03/08/23 15:34:00.177 + Mar 8 15:34:00.177: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename deployment 03/08/23 15:34:00.178 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:34:00.192 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:34:00.195 + [BeforeEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:91 + [It] deployment should delete old replica sets [Conformance] + test/e2e/apps/deployment.go:122 + Mar 8 15:34:00.205: INFO: Pod name cleanup-pod: Found 0 pods out of 1 + Mar 8 15:34:05.213: INFO: Pod name cleanup-pod: Found 1 pods out of 1 + STEP: ensuring each pod is running 03/08/23 15:34:05.213 + Mar 8 15:34:05.213: INFO: Creating deployment test-cleanup-deployment + STEP: Waiting for deployment test-cleanup-deployment history to be cleaned up 03/08/23 15:34:05.224 + [AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 + Mar 8 15:34:05.234: INFO: Deployment "test-cleanup-deployment": + &Deployment{ObjectMeta:{test-cleanup-deployment deployment-9365 1ee9e021-5995-4c19-8bba-0f0e3af93194 658294 1 2023-03-08 15:34:05 +0000 UTC map[name:cleanup-pod] map[] [] [] [{e2e.test Update apps/v1 2023-03-08 15:34:05 +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 ehub.ctcdn.cn/eck/sonobuoy/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 0xc00339ba88 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,},} + + Mar 8 15:34:05.238: INFO: New ReplicaSet of Deployment "test-cleanup-deployment" is nil. + Mar 8 15:34:05.238: INFO: All old ReplicaSets of Deployment "test-cleanup-deployment": + Mar 8 15:34:05.238: INFO: &ReplicaSet{ObjectMeta:{test-cleanup-controller deployment-9365 bb852344-e797-4134-b0c1-2140c0e74758 658296 1 2023-03-08 15:34:00 +0000 UTC map[name:cleanup-pod pod:httpd] map[] [{apps/v1 Deployment test-cleanup-deployment 1ee9e021-5995-4c19-8bba-0f0e3af93194 0xc00339bdd7 0xc00339bdd8}] [] [{e2e.test Update apps/v1 2023-03-08 15:34:00 +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":{}}}}} } {kube-controller-manager Update apps/v1 2023-03-08 15:34:01 +0000 UTC FieldsV1 {"f:status":{"f:availableReplicas":{},"f:fullyLabeledReplicas":{},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{}}} status} {kube-controller-manager Update apps/v1 2023-03-08 15:34:05 +0000 UTC FieldsV1 {"f:metadata":{"f:ownerReferences":{".":{},"k:{\"uid\":\"1ee9e021-5995-4c19-8bba-0f0e3af93194\"}":{}}}} }]},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 ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2 [] [] [] [] [] {map[] map[]} [] [] nil nil nil nil /dev/termination-log File IfNotPresent nil false false false}] [] Always 0xc00339be98 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{},},} + Mar 8 15:34:05.241: INFO: Pod "test-cleanup-controller-2gb5j" is available: + &Pod{ObjectMeta:{test-cleanup-controller-2gb5j test-cleanup-controller- deployment-9365 4fbebefe-87a1-4ea8-b3f0-d86a3f5a6510 658271 0 2023-03-08 15:34:00 +0000 UTC map[name:cleanup-pod pod:httpd] map[] [{apps/v1 ReplicaSet test-cleanup-controller bb852344-e797-4134-b0c1-2140c0e74758 0xc0042921a7 0xc0042921a8}] [] [{kube-controller-manager Update v1 2023-03-08 15:34:00 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"bb852344-e797-4134-b0c1-2140c0e74758\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-03-08 15:34:01 +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\":\"172.16.0.220\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-q7nvj,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:ehub.ctcdn.cn/eck/sonobuoy/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-q7nvj,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:worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*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:2023-03-08 15:34:00 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:34:01 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:34:01 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:34:00 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.0.0.18,PodIP:172.16.0.220,StartTime:2023-03-08 15:34:00 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-03-08 15:34:00 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2,ImageID:ehub.ctcdn.cn/eck/sonobuoy/httpd@sha256:758aa7ccf1af0569310f77155e9408e51191291b60d3a49bfee31efc07105019,ContainerID:containerd://c668e1bbf1a005cd57007d9298a7db8d5e0141b534fcbce3a6da35899d4f07bc,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.16.0.220,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + [AfterEach] [sig-apps] Deployment + test/e2e/framework/framework.go:187 + Mar 8 15:34:05.242: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "deployment-9365" for this suite. 03/08/23 15:34:05.249 + << End Captured GinkgoWriter Output +------------------------------ +SSSSS +------------------------------ +[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 03/08/23 15:34:05.26 +Mar 8 15:34:05.260: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename pod-network-test 03/08/23 15:34:05.261 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:34:05.304 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:34:05.308 +[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-5342 03/08/23 15:34:05.311 +STEP: creating a selector 03/08/23 15:34:05.312 +STEP: Creating the service pods in kubernetes 03/08/23 15:34:05.312 +Mar 8 15:34:05.312: INFO: Waiting up to 10m0s for all (but 0) nodes to be schedulable +Mar 8 15:34:05.350: INFO: Waiting up to 5m0s for pod "netserver-0" in namespace "pod-network-test-5342" to be "running and ready" +Mar 8 15:34:05.354: INFO: Pod "netserver-0": Phase="Pending", Reason="", readiness=false. Elapsed: 3.393191ms +Mar 8 15:34:05.354: INFO: The phase of Pod netserver-0 is Pending, waiting for it to be Running (with Ready = true) +Mar 8 15:34:07.358: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 2.007519041s +Mar 8 15:34:07.358: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Mar 8 15:34:09.359: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 4.009311611s +Mar 8 15:34:09.360: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Mar 8 15:34:11.358: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 6.008165185s +Mar 8 15:34:11.358: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Mar 8 15:34:13.359: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 8.008751638s +Mar 8 15:34:13.359: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Mar 8 15:34:15.360: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 10.009338465s +Mar 8 15:34:15.360: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Mar 8 15:34:17.358: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 12.008187143s +Mar 8 15:34:17.358: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Mar 8 15:34:19.358: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 14.008232713s +Mar 8 15:34:19.358: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Mar 8 15:34:21.358: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 16.008330465s +Mar 8 15:34:21.359: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Mar 8 15:34:23.360: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 18.009617906s +Mar 8 15:34:23.360: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Mar 8 15:34:25.359: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 20.008786572s +Mar 8 15:34:25.359: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Mar 8 15:34:27.358: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=true. Elapsed: 22.007596408s +Mar 8 15:34:27.358: INFO: The phase of Pod netserver-0 is Running (Ready = true) +Mar 8 15:34:27.358: INFO: Pod "netserver-0" satisfied condition "running and ready" +Mar 8 15:34:27.361: INFO: Waiting up to 5m0s for pod "netserver-1" in namespace "pod-network-test-5342" to be "running and ready" +Mar 8 15:34:27.363: INFO: Pod "netserver-1": Phase="Running", Reason="", readiness=true. Elapsed: 2.686552ms +Mar 8 15:34:27.364: INFO: The phase of Pod netserver-1 is Running (Ready = true) +Mar 8 15:34:27.364: INFO: Pod "netserver-1" satisfied condition "running and ready" +STEP: Creating test pods 03/08/23 15:34:27.366 +Mar 8 15:34:27.371: INFO: Waiting up to 5m0s for pod "test-container-pod" in namespace "pod-network-test-5342" to be "running" +Mar 8 15:34:27.373: INFO: Pod "test-container-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.410525ms +Mar 8 15:34:29.382: INFO: Pod "test-container-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.010782488s +Mar 8 15:34:29.382: INFO: Pod "test-container-pod" satisfied condition "running" +Mar 8 15:34:29.384: INFO: Setting MaxTries for pod polling to 34 for networking test based on endpoint count 2 +Mar 8 15:34:29.384: INFO: Breadth first check of 172.16.1.17 on host 10.0.0.17... +Mar 8 15:34:29.392: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s 'http://172.16.0.222:9080/dial?request=hostname&protocol=http&host=172.16.1.17&port=8083&tries=1'] Namespace:pod-network-test-5342 PodName:test-container-pod ContainerName:webserver Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Mar 8 15:34:29.392: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +Mar 8 15:34:29.393: INFO: ExecWithOptions: Clientset creation +Mar 8 15:34:29.393: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/pod-network-test-5342/pods/test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+-q+-s+%27http%3A%2F%2F172.16.0.222%3A9080%2Fdial%3Frequest%3Dhostname%26protocol%3Dhttp%26host%3D172.16.1.17%26port%3D8083%26tries%3D1%27&container=webserver&container=webserver&stderr=true&stdout=true) +Mar 8 15:34:29.444: INFO: Waiting for responses: map[] +Mar 8 15:34:29.444: INFO: reached 172.16.1.17 after 0/1 tries +Mar 8 15:34:29.444: INFO: Breadth first check of 172.16.0.221 on host 10.0.0.18... +Mar 8 15:34:29.449: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s 'http://172.16.0.222:9080/dial?request=hostname&protocol=http&host=172.16.0.221&port=8083&tries=1'] Namespace:pod-network-test-5342 PodName:test-container-pod ContainerName:webserver Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Mar 8 15:34:29.449: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +Mar 8 15:34:29.449: INFO: ExecWithOptions: Clientset creation +Mar 8 15:34:29.449: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/pod-network-test-5342/pods/test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+-q+-s+%27http%3A%2F%2F172.16.0.222%3A9080%2Fdial%3Frequest%3Dhostname%26protocol%3Dhttp%26host%3D172.16.0.221%26port%3D8083%26tries%3D1%27&container=webserver&container=webserver&stderr=true&stdout=true) +Mar 8 15:34:29.501: INFO: Waiting for responses: map[] +Mar 8 15:34:29.501: INFO: reached 172.16.0.221 after 0/1 tries +Mar 8 15:34:29.501: INFO: Going to retry 0 out of 2 pods.... +[AfterEach] [sig-network] Networking + test/e2e/framework/framework.go:187 +Mar 8 15:34:29.501: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "pod-network-test-5342" for this suite. 03/08/23 15:34:29.505 +{"msg":"PASSED [sig-network] Networking Granular Checks: Pods should function for intra-pod communication: http [NodeConformance] [Conformance]","completed":279,"skipped":4983,"failed":0} +------------------------------ +• [SLOW TEST] [24.253 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 03/08/23 15:34:05.26 + Mar 8 15:34:05.260: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename pod-network-test 03/08/23 15:34:05.261 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:34:05.304 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:34:05.308 + [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-5342 03/08/23 15:34:05.311 + STEP: creating a selector 03/08/23 15:34:05.312 + STEP: Creating the service pods in kubernetes 03/08/23 15:34:05.312 + Mar 8 15:34:05.312: INFO: Waiting up to 10m0s for all (but 0) nodes to be schedulable + Mar 8 15:34:05.350: INFO: Waiting up to 5m0s for pod "netserver-0" in namespace "pod-network-test-5342" to be "running and ready" + Mar 8 15:34:05.354: INFO: Pod "netserver-0": Phase="Pending", Reason="", readiness=false. Elapsed: 3.393191ms + Mar 8 15:34:05.354: INFO: The phase of Pod netserver-0 is Pending, waiting for it to be Running (with Ready = true) + Mar 8 15:34:07.358: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 2.007519041s + Mar 8 15:34:07.358: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Mar 8 15:34:09.359: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 4.009311611s + Mar 8 15:34:09.360: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Mar 8 15:34:11.358: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 6.008165185s + Mar 8 15:34:11.358: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Mar 8 15:34:13.359: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 8.008751638s + Mar 8 15:34:13.359: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Mar 8 15:34:15.360: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 10.009338465s + Mar 8 15:34:15.360: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Mar 8 15:34:17.358: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 12.008187143s + Mar 8 15:34:17.358: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Mar 8 15:34:19.358: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 14.008232713s + Mar 8 15:34:19.358: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Mar 8 15:34:21.358: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 16.008330465s + Mar 8 15:34:21.359: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Mar 8 15:34:23.360: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 18.009617906s + Mar 8 15:34:23.360: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Mar 8 15:34:25.359: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 20.008786572s + Mar 8 15:34:25.359: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Mar 8 15:34:27.358: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=true. Elapsed: 22.007596408s + Mar 8 15:34:27.358: INFO: The phase of Pod netserver-0 is Running (Ready = true) + Mar 8 15:34:27.358: INFO: Pod "netserver-0" satisfied condition "running and ready" + Mar 8 15:34:27.361: INFO: Waiting up to 5m0s for pod "netserver-1" in namespace "pod-network-test-5342" to be "running and ready" + Mar 8 15:34:27.363: INFO: Pod "netserver-1": Phase="Running", Reason="", readiness=true. Elapsed: 2.686552ms + Mar 8 15:34:27.364: INFO: The phase of Pod netserver-1 is Running (Ready = true) + Mar 8 15:34:27.364: INFO: Pod "netserver-1" satisfied condition "running and ready" + STEP: Creating test pods 03/08/23 15:34:27.366 + Mar 8 15:34:27.371: INFO: Waiting up to 5m0s for pod "test-container-pod" in namespace "pod-network-test-5342" to be "running" + Mar 8 15:34:27.373: INFO: Pod "test-container-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.410525ms + Mar 8 15:34:29.382: INFO: Pod "test-container-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.010782488s + Mar 8 15:34:29.382: INFO: Pod "test-container-pod" satisfied condition "running" + Mar 8 15:34:29.384: INFO: Setting MaxTries for pod polling to 34 for networking test based on endpoint count 2 + Mar 8 15:34:29.384: INFO: Breadth first check of 172.16.1.17 on host 10.0.0.17... + Mar 8 15:34:29.392: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s 'http://172.16.0.222:9080/dial?request=hostname&protocol=http&host=172.16.1.17&port=8083&tries=1'] Namespace:pod-network-test-5342 PodName:test-container-pod ContainerName:webserver Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Mar 8 15:34:29.392: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + Mar 8 15:34:29.393: INFO: ExecWithOptions: Clientset creation + Mar 8 15:34:29.393: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/pod-network-test-5342/pods/test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+-q+-s+%27http%3A%2F%2F172.16.0.222%3A9080%2Fdial%3Frequest%3Dhostname%26protocol%3Dhttp%26host%3D172.16.1.17%26port%3D8083%26tries%3D1%27&container=webserver&container=webserver&stderr=true&stdout=true) + Mar 8 15:34:29.444: INFO: Waiting for responses: map[] + Mar 8 15:34:29.444: INFO: reached 172.16.1.17 after 0/1 tries + Mar 8 15:34:29.444: INFO: Breadth first check of 172.16.0.221 on host 10.0.0.18... + Mar 8 15:34:29.449: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s 'http://172.16.0.222:9080/dial?request=hostname&protocol=http&host=172.16.0.221&port=8083&tries=1'] Namespace:pod-network-test-5342 PodName:test-container-pod ContainerName:webserver Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Mar 8 15:34:29.449: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + Mar 8 15:34:29.449: INFO: ExecWithOptions: Clientset creation + Mar 8 15:34:29.449: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/pod-network-test-5342/pods/test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+-q+-s+%27http%3A%2F%2F172.16.0.222%3A9080%2Fdial%3Frequest%3Dhostname%26protocol%3Dhttp%26host%3D172.16.0.221%26port%3D8083%26tries%3D1%27&container=webserver&container=webserver&stderr=true&stdout=true) + Mar 8 15:34:29.501: INFO: Waiting for responses: map[] + Mar 8 15:34:29.501: INFO: reached 172.16.0.221 after 0/1 tries + Mar 8 15:34:29.501: INFO: Going to retry 0 out of 2 pods.... + [AfterEach] [sig-network] Networking + test/e2e/framework/framework.go:187 + Mar 8 15:34:29.501: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "pod-network-test-5342" for this suite. 03/08/23 15:34:29.505 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:34:29.514 +Mar 8 15:34:29.514: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename containers 03/08/23 15:34:29.514 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:34:29.528 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:34:29.53 +[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 03/08/23 15:34:29.533 +Mar 8 15:34:29.540: INFO: Waiting up to 5m0s for pod "client-containers-bb13f3ba-43ba-4a90-98d9-e509eaeb3f6c" in namespace "containers-9303" to be "Succeeded or Failed" +Mar 8 15:34:29.543: INFO: Pod "client-containers-bb13f3ba-43ba-4a90-98d9-e509eaeb3f6c": Phase="Pending", Reason="", readiness=false. Elapsed: 2.417838ms +Mar 8 15:34:31.547: INFO: Pod "client-containers-bb13f3ba-43ba-4a90-98d9-e509eaeb3f6c": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006590456s +Mar 8 15:34:33.549: INFO: Pod "client-containers-bb13f3ba-43ba-4a90-98d9-e509eaeb3f6c": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008613779s +STEP: Saw pod success 03/08/23 15:34:33.549 +Mar 8 15:34:33.549: INFO: Pod "client-containers-bb13f3ba-43ba-4a90-98d9-e509eaeb3f6c" satisfied condition "Succeeded or Failed" +Mar 8 15:34:33.552: INFO: Trying to get logs from node worker2 pod client-containers-bb13f3ba-43ba-4a90-98d9-e509eaeb3f6c container agnhost-container: +STEP: delete the pod 03/08/23 15:34:33.558 +Mar 8 15:34:33.569: INFO: Waiting for pod client-containers-bb13f3ba-43ba-4a90-98d9-e509eaeb3f6c to disappear +Mar 8 15:34:33.572: INFO: Pod client-containers-bb13f3ba-43ba-4a90-98d9-e509eaeb3f6c no longer exists +[AfterEach] [sig-node] Containers + test/e2e/framework/framework.go:187 +Mar 8 15:34:33.572: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "containers-9303" for this suite. 03/08/23 15:34:33.576 +{"msg":"PASSED [sig-node] Containers should be able to override the image's default arguments (container cmd) [NodeConformance] [Conformance]","completed":280,"skipped":5008,"failed":0} +------------------------------ +• [4.068 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 03/08/23 15:34:29.514 + Mar 8 15:34:29.514: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename containers 03/08/23 15:34:29.514 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:34:29.528 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:34:29.53 + [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 03/08/23 15:34:29.533 + Mar 8 15:34:29.540: INFO: Waiting up to 5m0s for pod "client-containers-bb13f3ba-43ba-4a90-98d9-e509eaeb3f6c" in namespace "containers-9303" to be "Succeeded or Failed" + Mar 8 15:34:29.543: INFO: Pod "client-containers-bb13f3ba-43ba-4a90-98d9-e509eaeb3f6c": Phase="Pending", Reason="", readiness=false. Elapsed: 2.417838ms + Mar 8 15:34:31.547: INFO: Pod "client-containers-bb13f3ba-43ba-4a90-98d9-e509eaeb3f6c": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006590456s + Mar 8 15:34:33.549: INFO: Pod "client-containers-bb13f3ba-43ba-4a90-98d9-e509eaeb3f6c": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008613779s + STEP: Saw pod success 03/08/23 15:34:33.549 + Mar 8 15:34:33.549: INFO: Pod "client-containers-bb13f3ba-43ba-4a90-98d9-e509eaeb3f6c" satisfied condition "Succeeded or Failed" + Mar 8 15:34:33.552: INFO: Trying to get logs from node worker2 pod client-containers-bb13f3ba-43ba-4a90-98d9-e509eaeb3f6c container agnhost-container: + STEP: delete the pod 03/08/23 15:34:33.558 + Mar 8 15:34:33.569: INFO: Waiting for pod client-containers-bb13f3ba-43ba-4a90-98d9-e509eaeb3f6c to disappear + Mar 8 15:34:33.572: INFO: Pod client-containers-bb13f3ba-43ba-4a90-98d9-e509eaeb3f6c no longer exists + [AfterEach] [sig-node] Containers + test/e2e/framework/framework.go:187 + Mar 8 15:34:33.572: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "containers-9303" for this suite. 03/08/23 15:34:33.576 + << End Captured GinkgoWriter Output +------------------------------ +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 03/08/23 15:34:33.582 +Mar 8 15:34:33.582: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename resourcequota 03/08/23 15:34:33.583 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:34:33.598 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:34:33.601 +[It] should create a ResourceQuota and capture the life of a pod. [Conformance] + test/e2e/apimachinery/resource_quota.go:220 +STEP: Counting existing ResourceQuota 03/08/23 15:34:33.603 +STEP: Creating a ResourceQuota 03/08/23 15:34:38.607 +STEP: Ensuring resource quota status is calculated 03/08/23 15:34:38.616 +STEP: Creating a Pod that fits quota 03/08/23 15:34:40.62 +STEP: Ensuring ResourceQuota status captures the pod usage 03/08/23 15:34:40.636 +STEP: Not allowing a pod to be created that exceeds remaining quota 03/08/23 15:34:42.641 +STEP: Not allowing a pod to be created that exceeds remaining quota(validation on extended resources) 03/08/23 15:34:42.645 +STEP: Ensuring a pod cannot update its resource requirements 03/08/23 15:34:42.647 +STEP: Ensuring attempts to update pod resource requirements did not change quota usage 03/08/23 15:34:42.652 +STEP: Deleting the pod 03/08/23 15:34:44.657 +STEP: Ensuring resource quota status released the pod usage 03/08/23 15:34:44.668 +[AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 +Mar 8 15:34:46.672: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "resourcequota-9226" for this suite. 03/08/23 15:34:46.676 +{"msg":"PASSED [sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a pod. [Conformance]","completed":281,"skipped":5009,"failed":0} +------------------------------ +• [SLOW TEST] [13.101 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 03/08/23 15:34:33.582 + Mar 8 15:34:33.582: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename resourcequota 03/08/23 15:34:33.583 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:34:33.598 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:34:33.601 + [It] should create a ResourceQuota and capture the life of a pod. [Conformance] + test/e2e/apimachinery/resource_quota.go:220 + STEP: Counting existing ResourceQuota 03/08/23 15:34:33.603 + STEP: Creating a ResourceQuota 03/08/23 15:34:38.607 + STEP: Ensuring resource quota status is calculated 03/08/23 15:34:38.616 + STEP: Creating a Pod that fits quota 03/08/23 15:34:40.62 + STEP: Ensuring ResourceQuota status captures the pod usage 03/08/23 15:34:40.636 + STEP: Not allowing a pod to be created that exceeds remaining quota 03/08/23 15:34:42.641 + STEP: Not allowing a pod to be created that exceeds remaining quota(validation on extended resources) 03/08/23 15:34:42.645 + STEP: Ensuring a pod cannot update its resource requirements 03/08/23 15:34:42.647 + STEP: Ensuring attempts to update pod resource requirements did not change quota usage 03/08/23 15:34:42.652 + STEP: Deleting the pod 03/08/23 15:34:44.657 + STEP: Ensuring resource quota status released the pod usage 03/08/23 15:34:44.668 + [AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 + Mar 8 15:34:46.672: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "resourcequota-9226" for this suite. 03/08/23 15:34:46.676 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:34:46.684 +Mar 8 15:34:46.684: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename svc-latency 03/08/23 15:34:46.685 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:34:46.7 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:34:46.702 +[It] should not be very high [Conformance] + test/e2e/network/service_latency.go:59 +Mar 8 15:34:46.705: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: creating replication controller svc-latency-rc in namespace svc-latency-6818 03/08/23 15:34:46.705 +I0308 15:34:46.710737 20 runners.go:193] Created replication controller with name: svc-latency-rc, namespace: svc-latency-6818, replica count: 1 +I0308 15:34:47.762305 20 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 +I0308 15:34:48.762680 20 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 +Mar 8 15:34:48.873: INFO: Created: latency-svc-bhqt9 +Mar 8 15:34:48.878: INFO: Got endpoints: latency-svc-bhqt9 [15.089873ms] +Mar 8 15:34:48.898: INFO: Created: latency-svc-vtkj4 +Mar 8 15:34:48.905: INFO: Got endpoints: latency-svc-vtkj4 [25.851535ms] +Mar 8 15:34:48.908: INFO: Created: latency-svc-q4fg6 +Mar 8 15:34:48.915: INFO: Got endpoints: latency-svc-q4fg6 [36.430562ms] +Mar 8 15:34:48.917: INFO: Created: latency-svc-5crxf +Mar 8 15:34:48.926: INFO: Got endpoints: latency-svc-5crxf [46.081951ms] +Mar 8 15:34:48.927: INFO: Created: latency-svc-7x9hg +Mar 8 15:34:48.934: INFO: Got endpoints: latency-svc-7x9hg [52.845484ms] +Mar 8 15:34:48.935: INFO: Created: latency-svc-fsjx4 +Mar 8 15:34:48.943: INFO: Got endpoints: latency-svc-fsjx4 [62.84688ms] +Mar 8 15:34:48.966: INFO: Created: latency-svc-l6hhp +Mar 8 15:34:48.974: INFO: Got endpoints: latency-svc-l6hhp [92.905198ms] +Mar 8 15:34:48.977: INFO: Created: latency-svc-dt4j9 +Mar 8 15:34:48.987: INFO: Created: latency-svc-b5r7h +Mar 8 15:34:48.991: INFO: Got endpoints: latency-svc-dt4j9 [110.204528ms] +Mar 8 15:34:48.996: INFO: Created: latency-svc-xc6zm +Mar 8 15:34:48.997: INFO: Got endpoints: latency-svc-b5r7h [117.729184ms] +Mar 8 15:34:49.003: INFO: Created: latency-svc-pjm7c +Mar 8 15:34:49.009: INFO: Got endpoints: latency-svc-xc6zm [129.546486ms] +Mar 8 15:34:49.011: INFO: Created: latency-svc-p8q7s +Mar 8 15:34:49.014: INFO: Got endpoints: latency-svc-pjm7c [134.95406ms] +Mar 8 15:34:49.019: INFO: Got endpoints: latency-svc-p8q7s [138.887413ms] +Mar 8 15:34:49.021: INFO: Created: latency-svc-n548p +Mar 8 15:34:49.027: INFO: Got endpoints: latency-svc-n548p [147.511042ms] +Mar 8 15:34:49.028: INFO: Created: latency-svc-84t4n +Mar 8 15:34:49.035: INFO: Got endpoints: latency-svc-84t4n [155.482989ms] +Mar 8 15:34:49.038: INFO: Created: latency-svc-pswkn +Mar 8 15:34:49.044: INFO: Created: latency-svc-m2wn2 +Mar 8 15:34:49.046: INFO: Got endpoints: latency-svc-pswkn [165.499511ms] +Mar 8 15:34:49.050: INFO: Got endpoints: latency-svc-m2wn2 [169.795118ms] +Mar 8 15:34:49.065: INFO: Created: latency-svc-t99dj +Mar 8 15:34:49.074: INFO: Created: latency-svc-kxkhh +Mar 8 15:34:49.074: INFO: Got endpoints: latency-svc-t99dj [169.031894ms] +Mar 8 15:34:49.081: INFO: Created: latency-svc-8lgxt +Mar 8 15:34:49.082: INFO: Got endpoints: latency-svc-kxkhh [166.970361ms] +Mar 8 15:34:49.086: INFO: Created: latency-svc-xjhgf +Mar 8 15:34:49.091: INFO: Created: latency-svc-d2dk7 +Mar 8 15:34:49.096: INFO: Got endpoints: latency-svc-8lgxt [169.135808ms] +Mar 8 15:34:49.098: INFO: Got endpoints: latency-svc-xjhgf [163.814231ms] +Mar 8 15:34:49.098: INFO: Created: latency-svc-46dqh +Mar 8 15:34:49.101: INFO: Got endpoints: latency-svc-d2dk7 [157.877386ms] +Mar 8 15:34:49.106: INFO: Created: latency-svc-9k7fh +Mar 8 15:34:49.110: INFO: Got endpoints: latency-svc-46dqh [136.483609ms] +Mar 8 15:34:49.114: INFO: Created: latency-svc-z6hmg +Mar 8 15:34:49.119: INFO: Created: latency-svc-gb9th +Mar 8 15:34:49.124: INFO: Got endpoints: latency-svc-9k7fh [133.007656ms] +Mar 8 15:34:49.127: INFO: Created: latency-svc-b7df5 +Mar 8 15:34:49.129: INFO: Got endpoints: latency-svc-z6hmg [131.537757ms] +Mar 8 15:34:49.134: INFO: Created: latency-svc-vdq68 +Mar 8 15:34:49.135: INFO: Got endpoints: latency-svc-b7df5 [121.100104ms] +Mar 8 15:34:49.136: INFO: Got endpoints: latency-svc-gb9th [126.940619ms] +Mar 8 15:34:49.142: INFO: Got endpoints: latency-svc-vdq68 [122.888743ms] +Mar 8 15:34:49.144: INFO: Created: latency-svc-wsxql +Mar 8 15:34:49.148: INFO: Created: latency-svc-mlgzn +Mar 8 15:34:49.156: INFO: Created: latency-svc-7knhf +Mar 8 15:34:49.162: INFO: Created: latency-svc-zgc2x +Mar 8 15:34:49.177: INFO: Created: latency-svc-q6md7 +Mar 8 15:34:49.181: INFO: Created: latency-svc-km8t6 +Mar 8 15:34:49.185: INFO: Got endpoints: latency-svc-mlgzn [149.057382ms] +Mar 8 15:34:49.186: INFO: Got endpoints: latency-svc-7knhf [140.312925ms] +Mar 8 15:34:49.189: INFO: Got endpoints: latency-svc-zgc2x [138.944507ms] +Mar 8 15:34:49.193: INFO: Got endpoints: latency-svc-q6md7 [118.975445ms] +Mar 8 15:34:49.193: INFO: Got endpoints: latency-svc-wsxql [165.686231ms] +Mar 8 15:34:49.194: INFO: Created: latency-svc-dcmbn +Mar 8 15:34:49.199: INFO: Got endpoints: latency-svc-km8t6 [116.580579ms] +Mar 8 15:34:49.202: INFO: Got endpoints: latency-svc-dcmbn [106.613143ms] +Mar 8 15:34:49.203: INFO: Created: latency-svc-6nhkk +Mar 8 15:34:49.211: INFO: Got endpoints: latency-svc-6nhkk [112.849742ms] +Mar 8 15:34:49.212: INFO: Created: latency-svc-tgpdz +Mar 8 15:34:49.217: INFO: Created: latency-svc-9pfct +Mar 8 15:34:49.222: INFO: Got endpoints: latency-svc-tgpdz [120.282385ms] +Mar 8 15:34:49.224: INFO: Created: latency-svc-s8s7n +Mar 8 15:34:49.229: INFO: Created: latency-svc-qmr27 +Mar 8 15:34:49.232: INFO: Got endpoints: latency-svc-9pfct [121.807482ms] +Mar 8 15:34:49.238: INFO: Created: latency-svc-9fq7q +Mar 8 15:34:49.244: INFO: Created: latency-svc-zps92 +Mar 8 15:34:49.250: INFO: Created: latency-svc-l55tq +Mar 8 15:34:49.256: INFO: Created: latency-svc-tq8ph +Mar 8 15:34:49.266: INFO: Created: latency-svc-6d2zj +Mar 8 15:34:49.272: INFO: Created: latency-svc-k5tws +Mar 8 15:34:49.281: INFO: Got endpoints: latency-svc-s8s7n [156.946572ms] +Mar 8 15:34:49.285: INFO: Created: latency-svc-7wsnj +Mar 8 15:34:49.291: INFO: Created: latency-svc-8rcp5 +Mar 8 15:34:49.297: INFO: Created: latency-svc-bhbvg +Mar 8 15:34:49.302: INFO: Created: latency-svc-bxrp7 +Mar 8 15:34:49.306: INFO: Created: latency-svc-7qlls +Mar 8 15:34:49.310: INFO: Created: latency-svc-smb86 +Mar 8 15:34:49.317: INFO: Created: latency-svc-p426d +Mar 8 15:34:49.323: INFO: Created: latency-svc-pt2s5 +Mar 8 15:34:49.329: INFO: Got endpoints: latency-svc-qmr27 [199.652183ms] +Mar 8 15:34:49.337: INFO: Created: latency-svc-7dvkz +Mar 8 15:34:49.380: INFO: Got endpoints: latency-svc-9fq7q [244.357369ms] +Mar 8 15:34:49.390: INFO: Created: latency-svc-sng48 +Mar 8 15:34:49.429: INFO: Got endpoints: latency-svc-zps92 [292.92492ms] +Mar 8 15:34:49.437: INFO: Created: latency-svc-mfnvg +Mar 8 15:34:49.477: INFO: Got endpoints: latency-svc-l55tq [335.385069ms] +Mar 8 15:34:49.488: INFO: Created: latency-svc-4g6mk +Mar 8 15:34:49.528: INFO: Got endpoints: latency-svc-tq8ph [343.865067ms] +Mar 8 15:34:49.538: INFO: Created: latency-svc-nwr4m +Mar 8 15:34:49.579: INFO: Got endpoints: latency-svc-6d2zj [393.077889ms] +Mar 8 15:34:49.589: INFO: Created: latency-svc-2xzd4 +Mar 8 15:34:49.628: INFO: Got endpoints: latency-svc-k5tws [438.704588ms] +Mar 8 15:34:49.636: INFO: Created: latency-svc-54q6x +Mar 8 15:34:49.678: INFO: Got endpoints: latency-svc-7wsnj [485.245257ms] +Mar 8 15:34:49.687: INFO: Created: latency-svc-bnw7t +Mar 8 15:34:49.729: INFO: Got endpoints: latency-svc-8rcp5 [535.762583ms] +Mar 8 15:34:49.739: INFO: Created: latency-svc-jh4kw +Mar 8 15:34:49.780: INFO: Got endpoints: latency-svc-bhbvg [580.597901ms] +Mar 8 15:34:49.791: INFO: Created: latency-svc-mnrqt +Mar 8 15:34:49.829: INFO: Got endpoints: latency-svc-bxrp7 [626.487671ms] +Mar 8 15:34:49.840: INFO: Created: latency-svc-wxssd +Mar 8 15:34:49.879: INFO: Got endpoints: latency-svc-7qlls [668.183054ms] +Mar 8 15:34:49.889: INFO: Created: latency-svc-zwhkw +Mar 8 15:34:49.931: INFO: Got endpoints: latency-svc-smb86 [708.949514ms] +Mar 8 15:34:49.947: INFO: Created: latency-svc-m8m7v +Mar 8 15:34:49.978: INFO: Got endpoints: latency-svc-p426d [745.850499ms] +Mar 8 15:34:49.987: INFO: Created: latency-svc-r5lsk +Mar 8 15:34:50.028: INFO: Got endpoints: latency-svc-pt2s5 [747.357825ms] +Mar 8 15:34:50.038: INFO: Created: latency-svc-78jrk +Mar 8 15:34:50.078: INFO: Got endpoints: latency-svc-7dvkz [749.567287ms] +Mar 8 15:34:50.088: INFO: Created: latency-svc-77845 +Mar 8 15:34:50.128: INFO: Got endpoints: latency-svc-sng48 [748.552408ms] +Mar 8 15:34:50.138: INFO: Created: latency-svc-bmzq5 +Mar 8 15:34:50.179: INFO: Got endpoints: latency-svc-mfnvg [750.494273ms] +Mar 8 15:34:50.188: INFO: Created: latency-svc-8tjfm +Mar 8 15:34:50.229: INFO: Got endpoints: latency-svc-4g6mk [751.516786ms] +Mar 8 15:34:50.238: INFO: Created: latency-svc-ftc7m +Mar 8 15:34:50.280: INFO: Got endpoints: latency-svc-nwr4m [751.545643ms] +Mar 8 15:34:50.294: INFO: Created: latency-svc-vgn7m +Mar 8 15:34:50.328: INFO: Got endpoints: latency-svc-2xzd4 [749.372465ms] +Mar 8 15:34:50.338: INFO: Created: latency-svc-4gthk +Mar 8 15:34:50.377: INFO: Got endpoints: latency-svc-54q6x [749.649974ms] +Mar 8 15:34:50.386: INFO: Created: latency-svc-5h76l +Mar 8 15:34:50.429: INFO: Got endpoints: latency-svc-bnw7t [751.5303ms] +Mar 8 15:34:50.438: INFO: Created: latency-svc-fwtnq +Mar 8 15:34:50.478: INFO: Got endpoints: latency-svc-jh4kw [749.565035ms] +Mar 8 15:34:50.487: INFO: Created: latency-svc-r8zgl +Mar 8 15:34:50.528: INFO: Got endpoints: latency-svc-mnrqt [748.454405ms] +Mar 8 15:34:50.538: INFO: Created: latency-svc-9h7w5 +Mar 8 15:34:50.579: INFO: Got endpoints: latency-svc-wxssd [749.962792ms] +Mar 8 15:34:50.602: INFO: Created: latency-svc-z5kjn +Mar 8 15:34:50.628: INFO: Got endpoints: latency-svc-zwhkw [748.826083ms] +Mar 8 15:34:50.639: INFO: Created: latency-svc-klmdt +Mar 8 15:34:50.679: INFO: Got endpoints: latency-svc-m8m7v [748.631164ms] +Mar 8 15:34:50.687: INFO: Created: latency-svc-rsf4d +Mar 8 15:34:50.729: INFO: Got endpoints: latency-svc-r5lsk [751.46898ms] +Mar 8 15:34:50.739: INFO: Created: latency-svc-rscvp +Mar 8 15:34:50.778: INFO: Got endpoints: latency-svc-78jrk [749.293196ms] +Mar 8 15:34:50.788: INFO: Created: latency-svc-cff6g +Mar 8 15:34:50.827: INFO: Got endpoints: latency-svc-77845 [749.220798ms] +Mar 8 15:34:50.837: INFO: Created: latency-svc-rwvfc +Mar 8 15:34:50.878: INFO: Got endpoints: latency-svc-bmzq5 [749.900815ms] +Mar 8 15:34:50.888: INFO: Created: latency-svc-sxs55 +Mar 8 15:34:50.931: INFO: Got endpoints: latency-svc-8tjfm [751.693399ms] +Mar 8 15:34:50.942: INFO: Created: latency-svc-6ttwl +Mar 8 15:34:50.979: INFO: Got endpoints: latency-svc-ftc7m [750.0849ms] +Mar 8 15:34:50.988: INFO: Created: latency-svc-dsmn6 +Mar 8 15:34:51.030: INFO: Got endpoints: latency-svc-vgn7m [749.754308ms] +Mar 8 15:34:51.040: INFO: Created: latency-svc-zpgm2 +Mar 8 15:34:51.080: INFO: Got endpoints: latency-svc-4gthk [751.218887ms] +Mar 8 15:34:51.090: INFO: Created: latency-svc-df5f4 +Mar 8 15:34:51.128: INFO: Got endpoints: latency-svc-5h76l [750.740461ms] +Mar 8 15:34:51.140: INFO: Created: latency-svc-qsgg5 +Mar 8 15:34:51.179: INFO: Got endpoints: latency-svc-fwtnq [749.251418ms] +Mar 8 15:34:51.187: INFO: Created: latency-svc-w9nk6 +Mar 8 15:34:51.229: INFO: Got endpoints: latency-svc-r8zgl [750.585038ms] +Mar 8 15:34:51.240: INFO: Created: latency-svc-5qtz4 +Mar 8 15:34:51.279: INFO: Got endpoints: latency-svc-9h7w5 [750.91611ms] +Mar 8 15:34:51.288: INFO: Created: latency-svc-xfrfm +Mar 8 15:34:51.329: INFO: Got endpoints: latency-svc-z5kjn [750.653338ms] +Mar 8 15:34:51.339: INFO: Created: latency-svc-ndd7h +Mar 8 15:34:51.379: INFO: Got endpoints: latency-svc-klmdt [751.183539ms] +Mar 8 15:34:51.390: INFO: Created: latency-svc-nxx44 +Mar 8 15:34:51.427: INFO: Got endpoints: latency-svc-rsf4d [748.045749ms] +Mar 8 15:34:51.437: INFO: Created: latency-svc-jjjqh +Mar 8 15:34:51.478: INFO: Got endpoints: latency-svc-rscvp [748.521761ms] +Mar 8 15:34:51.488: INFO: Created: latency-svc-f4c6k +Mar 8 15:34:51.529: INFO: Got endpoints: latency-svc-cff6g [751.282933ms] +Mar 8 15:34:51.540: INFO: Created: latency-svc-tbfm6 +Mar 8 15:34:51.580: INFO: Got endpoints: latency-svc-rwvfc [752.866153ms] +Mar 8 15:34:51.589: INFO: Created: latency-svc-pk2nt +Mar 8 15:34:51.629: INFO: Got endpoints: latency-svc-sxs55 [750.260371ms] +Mar 8 15:34:51.638: INFO: Created: latency-svc-rbfxn +Mar 8 15:34:51.679: INFO: Got endpoints: latency-svc-6ttwl [748.371391ms] +Mar 8 15:34:51.690: INFO: Created: latency-svc-ktztv +Mar 8 15:34:51.729: INFO: Got endpoints: latency-svc-dsmn6 [749.76874ms] +Mar 8 15:34:51.742: INFO: Created: latency-svc-tpttc +Mar 8 15:34:51.779: INFO: Got endpoints: latency-svc-zpgm2 [749.583639ms] +Mar 8 15:34:51.790: INFO: Created: latency-svc-l2vdx +Mar 8 15:34:51.830: INFO: Got endpoints: latency-svc-df5f4 [750.644949ms] +Mar 8 15:34:51.839: INFO: Created: latency-svc-zvl8z +Mar 8 15:34:51.879: INFO: Got endpoints: latency-svc-qsgg5 [750.860529ms] +Mar 8 15:34:51.890: INFO: Created: latency-svc-wcqh4 +Mar 8 15:34:51.931: INFO: Got endpoints: latency-svc-w9nk6 [751.787384ms] +Mar 8 15:34:51.940: INFO: Created: latency-svc-nnsmj +Mar 8 15:34:51.980: INFO: Got endpoints: latency-svc-5qtz4 [750.56639ms] +Mar 8 15:34:51.987: INFO: Created: latency-svc-s6wv9 +Mar 8 15:34:52.027: INFO: Got endpoints: latency-svc-xfrfm [748.348704ms] +Mar 8 15:34:52.035: INFO: Created: latency-svc-bwjrx +Mar 8 15:34:52.079: INFO: Got endpoints: latency-svc-ndd7h [749.668801ms] +Mar 8 15:34:52.087: INFO: Created: latency-svc-tbdck +Mar 8 15:34:52.127: INFO: Got endpoints: latency-svc-nxx44 [748.062604ms] +Mar 8 15:34:52.135: INFO: Created: latency-svc-5b5h2 +Mar 8 15:34:52.178: INFO: Got endpoints: latency-svc-jjjqh [750.255956ms] +Mar 8 15:34:52.186: INFO: Created: latency-svc-zjtsb +Mar 8 15:34:52.230: INFO: Got endpoints: latency-svc-f4c6k [751.873359ms] +Mar 8 15:34:52.237: INFO: Created: latency-svc-vwh8h +Mar 8 15:34:52.278: INFO: Got endpoints: latency-svc-tbfm6 [749.059928ms] +Mar 8 15:34:52.288: INFO: Created: latency-svc-w8dcn +Mar 8 15:34:52.330: INFO: Got endpoints: latency-svc-pk2nt [749.689579ms] +Mar 8 15:34:52.338: INFO: Created: latency-svc-9lvl5 +Mar 8 15:34:52.379: INFO: Got endpoints: latency-svc-rbfxn [749.897446ms] +Mar 8 15:34:52.387: INFO: Created: latency-svc-j4smz +Mar 8 15:34:52.428: INFO: Got endpoints: latency-svc-ktztv [748.89886ms] +Mar 8 15:34:52.437: INFO: Created: latency-svc-5jchc +Mar 8 15:34:52.478: INFO: Got endpoints: latency-svc-tpttc [749.691451ms] +Mar 8 15:34:52.489: INFO: Created: latency-svc-7wbh9 +Mar 8 15:34:52.529: INFO: Got endpoints: latency-svc-l2vdx [749.20302ms] +Mar 8 15:34:52.540: INFO: Created: latency-svc-mtd6r +Mar 8 15:34:52.580: INFO: Got endpoints: latency-svc-zvl8z [749.644142ms] +Mar 8 15:34:52.589: INFO: Created: latency-svc-kd2wz +Mar 8 15:34:52.629: INFO: Got endpoints: latency-svc-wcqh4 [749.545929ms] +Mar 8 15:34:52.639: INFO: Created: latency-svc-2xbwz +Mar 8 15:34:52.678: INFO: Got endpoints: latency-svc-nnsmj [747.662935ms] +Mar 8 15:34:52.687: INFO: Created: latency-svc-486k6 +Mar 8 15:34:52.728: INFO: Got endpoints: latency-svc-s6wv9 [748.086149ms] +Mar 8 15:34:52.736: INFO: Created: latency-svc-sv5td +Mar 8 15:34:52.778: INFO: Got endpoints: latency-svc-bwjrx [750.143005ms] +Mar 8 15:34:52.786: INFO: Created: latency-svc-tpjkn +Mar 8 15:34:52.832: INFO: Got endpoints: latency-svc-tbdck [752.583378ms] +Mar 8 15:34:52.840: INFO: Created: latency-svc-hkcp9 +Mar 8 15:34:52.880: INFO: Got endpoints: latency-svc-5b5h2 [753.030168ms] +Mar 8 15:34:52.892: INFO: Created: latency-svc-5pjw9 +Mar 8 15:34:52.930: INFO: Got endpoints: latency-svc-zjtsb [752.269083ms] +Mar 8 15:34:52.942: INFO: Created: latency-svc-kwhsl +Mar 8 15:34:52.979: INFO: Got endpoints: latency-svc-vwh8h [749.475024ms] +Mar 8 15:34:52.992: INFO: Created: latency-svc-xmckg +Mar 8 15:34:53.029: INFO: Got endpoints: latency-svc-w8dcn [750.260829ms] +Mar 8 15:34:53.038: INFO: Created: latency-svc-gmfwv +Mar 8 15:34:53.080: INFO: Got endpoints: latency-svc-9lvl5 [750.004617ms] +Mar 8 15:34:53.091: INFO: Created: latency-svc-pr7nc +Mar 8 15:34:53.130: INFO: Got endpoints: latency-svc-j4smz [751.198271ms] +Mar 8 15:34:53.141: INFO: Created: latency-svc-qtdl8 +Mar 8 15:34:53.178: INFO: Got endpoints: latency-svc-5jchc [749.783042ms] +Mar 8 15:34:53.189: INFO: Created: latency-svc-4dzmb +Mar 8 15:34:53.230: INFO: Got endpoints: latency-svc-7wbh9 [751.203316ms] +Mar 8 15:34:53.242: INFO: Created: latency-svc-7bvlh +Mar 8 15:34:53.278: INFO: Got endpoints: latency-svc-mtd6r [749.642445ms] +Mar 8 15:34:53.290: INFO: Created: latency-svc-9tfsp +Mar 8 15:34:53.331: INFO: Got endpoints: latency-svc-kd2wz [750.506951ms] +Mar 8 15:34:53.342: INFO: Created: latency-svc-wgsws +Mar 8 15:34:53.379: INFO: Got endpoints: latency-svc-2xbwz [750.111469ms] +Mar 8 15:34:53.390: INFO: Created: latency-svc-4jf2q +Mar 8 15:34:53.428: INFO: Got endpoints: latency-svc-486k6 [749.709411ms] +Mar 8 15:34:53.439: INFO: Created: latency-svc-xff6c +Mar 8 15:34:53.478: INFO: Got endpoints: latency-svc-sv5td [750.409365ms] +Mar 8 15:34:53.487: INFO: Created: latency-svc-xnxz9 +Mar 8 15:34:53.529: INFO: Got endpoints: latency-svc-tpjkn [751.237806ms] +Mar 8 15:34:53.540: INFO: Created: latency-svc-5qgzm +Mar 8 15:34:53.579: INFO: Got endpoints: latency-svc-hkcp9 [747.5003ms] +Mar 8 15:34:53.589: INFO: Created: latency-svc-5zrgh +Mar 8 15:34:53.630: INFO: Got endpoints: latency-svc-5pjw9 [750.278871ms] +Mar 8 15:34:53.641: INFO: Created: latency-svc-28nsv +Mar 8 15:34:53.679: INFO: Got endpoints: latency-svc-kwhsl [748.488506ms] +Mar 8 15:34:53.688: INFO: Created: latency-svc-54tjn +Mar 8 15:34:53.729: INFO: Got endpoints: latency-svc-xmckg [749.209343ms] +Mar 8 15:34:53.737: INFO: Created: latency-svc-x82lh +Mar 8 15:34:53.778: INFO: Got endpoints: latency-svc-gmfwv [749.341904ms] +Mar 8 15:34:53.786: INFO: Created: latency-svc-vtjkn +Mar 8 15:34:53.829: INFO: Got endpoints: latency-svc-pr7nc [749.25444ms] +Mar 8 15:34:53.840: INFO: Created: latency-svc-2nwf9 +Mar 8 15:34:53.878: INFO: Got endpoints: latency-svc-qtdl8 [748.463681ms] +Mar 8 15:34:53.888: INFO: Created: latency-svc-gq6tx +Mar 8 15:34:53.930: INFO: Got endpoints: latency-svc-4dzmb [752.05965ms] +Mar 8 15:34:53.941: INFO: Created: latency-svc-m5jwx +Mar 8 15:34:53.979: INFO: Got endpoints: latency-svc-7bvlh [749.449981ms] +Mar 8 15:34:53.987: INFO: Created: latency-svc-9bk6n +Mar 8 15:34:54.030: INFO: Got endpoints: latency-svc-9tfsp [751.343195ms] +Mar 8 15:34:54.038: INFO: Created: latency-svc-m5n8r +Mar 8 15:34:54.078: INFO: Got endpoints: latency-svc-wgsws [747.522394ms] +Mar 8 15:34:54.087: INFO: Created: latency-svc-bhr4p +Mar 8 15:34:54.129: INFO: Got endpoints: latency-svc-4jf2q [750.089221ms] +Mar 8 15:34:54.137: INFO: Created: latency-svc-j7hdw +Mar 8 15:34:54.179: INFO: Got endpoints: latency-svc-xff6c [751.365502ms] +Mar 8 15:34:54.188: INFO: Created: latency-svc-npzvh +Mar 8 15:34:54.229: INFO: Got endpoints: latency-svc-xnxz9 [750.457618ms] +Mar 8 15:34:54.237: INFO: Created: latency-svc-xt9n2 +Mar 8 15:34:54.278: INFO: Got endpoints: latency-svc-5qgzm [748.569867ms] +Mar 8 15:34:54.286: INFO: Created: latency-svc-h4z4f +Mar 8 15:34:54.328: INFO: Got endpoints: latency-svc-5zrgh [749.172756ms] +Mar 8 15:34:54.336: INFO: Created: latency-svc-82swn +Mar 8 15:34:54.378: INFO: Got endpoints: latency-svc-28nsv [747.626639ms] +Mar 8 15:34:54.388: INFO: Created: latency-svc-qbbdh +Mar 8 15:34:54.431: INFO: Got endpoints: latency-svc-54tjn [752.767672ms] +Mar 8 15:34:54.441: INFO: Created: latency-svc-8548w +Mar 8 15:34:54.479: INFO: Got endpoints: latency-svc-x82lh [750.172838ms] +Mar 8 15:34:54.489: INFO: Created: latency-svc-mb8x2 +Mar 8 15:34:54.529: INFO: Got endpoints: latency-svc-vtjkn [750.696547ms] +Mar 8 15:34:54.539: INFO: Created: latency-svc-8s642 +Mar 8 15:34:54.579: INFO: Got endpoints: latency-svc-2nwf9 [749.611341ms] +Mar 8 15:34:54.598: INFO: Created: latency-svc-4psvx +Mar 8 15:34:54.630: INFO: Got endpoints: latency-svc-gq6tx [751.774966ms] +Mar 8 15:34:54.642: INFO: Created: latency-svc-62vcv +Mar 8 15:34:54.678: INFO: Got endpoints: latency-svc-m5jwx [748.236021ms] +Mar 8 15:34:54.687: INFO: Created: latency-svc-xp67g +Mar 8 15:34:54.728: INFO: Got endpoints: latency-svc-9bk6n [749.080613ms] +Mar 8 15:34:54.738: INFO: Created: latency-svc-24clj +Mar 8 15:34:54.781: INFO: Got endpoints: latency-svc-m5n8r [750.947517ms] +Mar 8 15:34:54.794: INFO: Created: latency-svc-n275c +Mar 8 15:34:54.830: INFO: Got endpoints: latency-svc-bhr4p [752.304898ms] +Mar 8 15:34:54.866: INFO: Created: latency-svc-dphxt +Mar 8 15:34:54.887: INFO: Got endpoints: latency-svc-j7hdw [757.620393ms] +Mar 8 15:34:54.952: INFO: Created: latency-svc-sr8wm +Mar 8 15:34:54.953: INFO: Got endpoints: latency-svc-npzvh [773.119888ms] +Mar 8 15:34:54.973: INFO: Created: latency-svc-wmt88 +Mar 8 15:34:54.981: INFO: Got endpoints: latency-svc-xt9n2 [752.634096ms] +Mar 8 15:34:54.992: INFO: Created: latency-svc-pq86s +Mar 8 15:34:55.028: INFO: Got endpoints: latency-svc-h4z4f [750.142982ms] +Mar 8 15:34:55.037: INFO: Created: latency-svc-8w2d5 +Mar 8 15:34:55.080: INFO: Got endpoints: latency-svc-82swn [751.287227ms] +Mar 8 15:34:55.088: INFO: Created: latency-svc-z5dkf +Mar 8 15:34:55.128: INFO: Got endpoints: latency-svc-qbbdh [750.255529ms] +Mar 8 15:34:55.137: INFO: Created: latency-svc-qc6lg +Mar 8 15:34:55.178: INFO: Got endpoints: latency-svc-8548w [746.875802ms] +Mar 8 15:34:55.186: INFO: Created: latency-svc-dlfqt +Mar 8 15:34:55.229: INFO: Got endpoints: latency-svc-mb8x2 [750.308671ms] +Mar 8 15:34:55.237: INFO: Created: latency-svc-gm6rd +Mar 8 15:34:55.279: INFO: Got endpoints: latency-svc-8s642 [749.968402ms] +Mar 8 15:34:55.286: INFO: Created: latency-svc-4gpv7 +Mar 8 15:34:55.332: INFO: Got endpoints: latency-svc-4psvx [752.448413ms] +Mar 8 15:34:55.340: INFO: Created: latency-svc-wwjgg +Mar 8 15:34:55.380: INFO: Got endpoints: latency-svc-62vcv [749.580506ms] +Mar 8 15:34:55.388: INFO: Created: latency-svc-2qhlg +Mar 8 15:34:55.429: INFO: Got endpoints: latency-svc-xp67g [750.566999ms] +Mar 8 15:34:55.438: INFO: Created: latency-svc-9dvfm +Mar 8 15:34:55.480: INFO: Got endpoints: latency-svc-24clj [752.085469ms] +Mar 8 15:34:55.490: INFO: Created: latency-svc-zc2pf +Mar 8 15:34:55.528: INFO: Got endpoints: latency-svc-n275c [747.262055ms] +Mar 8 15:34:55.537: INFO: Created: latency-svc-gc2m7 +Mar 8 15:34:55.578: INFO: Got endpoints: latency-svc-dphxt [747.601313ms] +Mar 8 15:34:55.587: INFO: Created: latency-svc-sxdzk +Mar 8 15:34:55.628: INFO: Got endpoints: latency-svc-sr8wm [741.868594ms] +Mar 8 15:34:55.637: INFO: Created: latency-svc-fzxc4 +Mar 8 15:34:55.678: INFO: Got endpoints: latency-svc-wmt88 [725.737558ms] +Mar 8 15:34:55.687: INFO: Created: latency-svc-5nplk +Mar 8 15:34:55.729: INFO: Got endpoints: latency-svc-pq86s [747.22949ms] +Mar 8 15:34:55.737: INFO: Created: latency-svc-c6xf9 +Mar 8 15:34:55.778: INFO: Got endpoints: latency-svc-8w2d5 [750.303583ms] +Mar 8 15:34:55.788: INFO: Created: latency-svc-vf98x +Mar 8 15:34:55.827: INFO: Got endpoints: latency-svc-z5dkf [747.61905ms] +Mar 8 15:34:55.835: INFO: Created: latency-svc-s8f9v +Mar 8 15:34:55.878: INFO: Got endpoints: latency-svc-qc6lg [749.36291ms] +Mar 8 15:34:55.886: INFO: Created: latency-svc-kwkrq +Mar 8 15:34:55.930: INFO: Got endpoints: latency-svc-dlfqt [751.482783ms] +Mar 8 15:34:55.940: INFO: Created: latency-svc-pcc8q +Mar 8 15:34:55.979: INFO: Got endpoints: latency-svc-gm6rd [749.573002ms] +Mar 8 15:34:55.987: INFO: Created: latency-svc-9dvjg +Mar 8 15:34:56.029: INFO: Got endpoints: latency-svc-4gpv7 [750.414513ms] +Mar 8 15:34:56.040: INFO: Created: latency-svc-vvq8d +Mar 8 15:34:56.080: INFO: Got endpoints: latency-svc-wwjgg [748.403442ms] +Mar 8 15:34:56.089: INFO: Created: latency-svc-7557v +Mar 8 15:34:56.130: INFO: Got endpoints: latency-svc-2qhlg [749.855065ms] +Mar 8 15:34:56.140: INFO: Created: latency-svc-cvqjf +Mar 8 15:34:56.179: INFO: Got endpoints: latency-svc-9dvfm [749.764723ms] +Mar 8 15:34:56.188: INFO: Created: latency-svc-f8gmw +Mar 8 15:34:56.228: INFO: Got endpoints: latency-svc-zc2pf [747.336525ms] +Mar 8 15:34:56.236: INFO: Created: latency-svc-klm2z +Mar 8 15:34:56.278: INFO: Got endpoints: latency-svc-gc2m7 [749.563844ms] +Mar 8 15:34:56.286: INFO: Created: latency-svc-sgjwx +Mar 8 15:34:56.328: INFO: Got endpoints: latency-svc-sxdzk [749.679357ms] +Mar 8 15:34:56.336: INFO: Created: latency-svc-dmcl5 +Mar 8 15:34:56.380: INFO: Got endpoints: latency-svc-fzxc4 [751.081516ms] +Mar 8 15:34:56.388: INFO: Created: latency-svc-tb5jb +Mar 8 15:34:56.461: INFO: Got endpoints: latency-svc-5nplk [782.304959ms] +Mar 8 15:34:56.471: INFO: Created: latency-svc-6xwxk +Mar 8 15:34:56.478: INFO: Got endpoints: latency-svc-c6xf9 [749.858121ms] +Mar 8 15:34:56.487: INFO: Created: latency-svc-4qk6w +Mar 8 15:34:56.529: INFO: Got endpoints: latency-svc-vf98x [750.740396ms] +Mar 8 15:34:56.539: INFO: Created: latency-svc-8k957 +Mar 8 15:34:56.579: INFO: Got endpoints: latency-svc-s8f9v [751.172263ms] +Mar 8 15:34:56.588: INFO: Created: latency-svc-h42pm +Mar 8 15:34:56.633: INFO: Got endpoints: latency-svc-kwkrq [755.107266ms] +Mar 8 15:34:56.643: INFO: Created: latency-svc-t6thg +Mar 8 15:34:56.678: INFO: Got endpoints: latency-svc-pcc8q [748.484127ms] +Mar 8 15:34:56.688: INFO: Created: latency-svc-wsr2z +Mar 8 15:34:56.729: INFO: Got endpoints: latency-svc-9dvjg [750.606932ms] +Mar 8 15:34:56.778: INFO: Got endpoints: latency-svc-vvq8d [749.28597ms] +Mar 8 15:34:56.828: INFO: Got endpoints: latency-svc-7557v [748.260043ms] +Mar 8 15:34:56.880: INFO: Got endpoints: latency-svc-cvqjf [750.025807ms] +Mar 8 15:34:56.933: INFO: Got endpoints: latency-svc-f8gmw [753.751711ms] +Mar 8 15:34:56.980: INFO: Got endpoints: latency-svc-klm2z [752.542784ms] +Mar 8 15:34:57.030: INFO: Got endpoints: latency-svc-sgjwx [752.510533ms] +Mar 8 15:34:57.080: INFO: Got endpoints: latency-svc-dmcl5 [751.773631ms] +Mar 8 15:34:57.128: INFO: Got endpoints: latency-svc-tb5jb [748.546942ms] +Mar 8 15:34:57.178: INFO: Got endpoints: latency-svc-6xwxk [717.772394ms] +Mar 8 15:34:57.228: INFO: Got endpoints: latency-svc-4qk6w [749.185661ms] +Mar 8 15:34:57.278: INFO: Got endpoints: latency-svc-8k957 [749.615632ms] +Mar 8 15:34:57.330: INFO: Got endpoints: latency-svc-h42pm [751.336417ms] +Mar 8 15:34:57.380: INFO: Got endpoints: latency-svc-t6thg [746.962783ms] +Mar 8 15:34:57.429: INFO: Got endpoints: latency-svc-wsr2z [751.097776ms] +Mar 8 15:34:57.430: INFO: Latencies: [25.851535ms 36.430562ms 46.081951ms 52.845484ms 62.84688ms 92.905198ms 106.613143ms 110.204528ms 112.849742ms 116.580579ms 117.729184ms 118.975445ms 120.282385ms 121.100104ms 121.807482ms 122.888743ms 126.940619ms 129.546486ms 131.537757ms 133.007656ms 134.95406ms 136.483609ms 138.887413ms 138.944507ms 140.312925ms 147.511042ms 149.057382ms 155.482989ms 156.946572ms 157.877386ms 163.814231ms 165.499511ms 165.686231ms 166.970361ms 169.031894ms 169.135808ms 169.795118ms 199.652183ms 244.357369ms 292.92492ms 335.385069ms 343.865067ms 393.077889ms 438.704588ms 485.245257ms 535.762583ms 580.597901ms 626.487671ms 668.183054ms 708.949514ms 717.772394ms 725.737558ms 741.868594ms 745.850499ms 746.875802ms 746.962783ms 747.22949ms 747.262055ms 747.336525ms 747.357825ms 747.5003ms 747.522394ms 747.601313ms 747.61905ms 747.626639ms 747.662935ms 748.045749ms 748.062604ms 748.086149ms 748.236021ms 748.260043ms 748.348704ms 748.371391ms 748.403442ms 748.454405ms 748.463681ms 748.484127ms 748.488506ms 748.521761ms 748.546942ms 748.552408ms 748.569867ms 748.631164ms 748.826083ms 748.89886ms 749.059928ms 749.080613ms 749.172756ms 749.185661ms 749.20302ms 749.209343ms 749.220798ms 749.251418ms 749.25444ms 749.28597ms 749.293196ms 749.341904ms 749.36291ms 749.372465ms 749.449981ms 749.475024ms 749.545929ms 749.563844ms 749.565035ms 749.567287ms 749.573002ms 749.580506ms 749.583639ms 749.611341ms 749.615632ms 749.642445ms 749.644142ms 749.649974ms 749.668801ms 749.679357ms 749.689579ms 749.691451ms 749.709411ms 749.754308ms 749.764723ms 749.76874ms 749.783042ms 749.855065ms 749.858121ms 749.897446ms 749.900815ms 749.962792ms 749.968402ms 750.004617ms 750.025807ms 750.0849ms 750.089221ms 750.111469ms 750.142982ms 750.143005ms 750.172838ms 750.255529ms 750.255956ms 750.260371ms 750.260829ms 750.278871ms 750.303583ms 750.308671ms 750.409365ms 750.414513ms 750.457618ms 750.494273ms 750.506951ms 750.56639ms 750.566999ms 750.585038ms 750.606932ms 750.644949ms 750.653338ms 750.696547ms 750.740396ms 750.740461ms 750.860529ms 750.91611ms 750.947517ms 751.081516ms 751.097776ms 751.172263ms 751.183539ms 751.198271ms 751.203316ms 751.218887ms 751.237806ms 751.282933ms 751.287227ms 751.336417ms 751.343195ms 751.365502ms 751.46898ms 751.482783ms 751.516786ms 751.5303ms 751.545643ms 751.693399ms 751.773631ms 751.774966ms 751.787384ms 751.873359ms 752.05965ms 752.085469ms 752.269083ms 752.304898ms 752.448413ms 752.510533ms 752.542784ms 752.583378ms 752.634096ms 752.767672ms 752.866153ms 753.030168ms 753.751711ms 755.107266ms 757.620393ms 773.119888ms 782.304959ms] +Mar 8 15:34:57.430: INFO: 50 %ile: 749.475024ms +Mar 8 15:34:57.430: INFO: 90 %ile: 751.774966ms +Mar 8 15:34:57.430: INFO: 99 %ile: 773.119888ms +Mar 8 15:34:57.430: INFO: Total sample count: 200 +[AfterEach] [sig-network] Service endpoints latency + test/e2e/framework/framework.go:187 +Mar 8 15:34:57.430: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "svc-latency-6818" for this suite. 03/08/23 15:34:57.437 +{"msg":"PASSED [sig-network] Service endpoints latency should not be very high [Conformance]","completed":282,"skipped":5060,"failed":0} +------------------------------ +• [SLOW TEST] [10.758 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 03/08/23 15:34:46.684 + Mar 8 15:34:46.684: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename svc-latency 03/08/23 15:34:46.685 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:34:46.7 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:34:46.702 + [It] should not be very high [Conformance] + test/e2e/network/service_latency.go:59 + Mar 8 15:34:46.705: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: creating replication controller svc-latency-rc in namespace svc-latency-6818 03/08/23 15:34:46.705 + I0308 15:34:46.710737 20 runners.go:193] Created replication controller with name: svc-latency-rc, namespace: svc-latency-6818, replica count: 1 + I0308 15:34:47.762305 20 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 + I0308 15:34:48.762680 20 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 + Mar 8 15:34:48.873: INFO: Created: latency-svc-bhqt9 + Mar 8 15:34:48.878: INFO: Got endpoints: latency-svc-bhqt9 [15.089873ms] + Mar 8 15:34:48.898: INFO: Created: latency-svc-vtkj4 + Mar 8 15:34:48.905: INFO: Got endpoints: latency-svc-vtkj4 [25.851535ms] + Mar 8 15:34:48.908: INFO: Created: latency-svc-q4fg6 + Mar 8 15:34:48.915: INFO: Got endpoints: latency-svc-q4fg6 [36.430562ms] + Mar 8 15:34:48.917: INFO: Created: latency-svc-5crxf + Mar 8 15:34:48.926: INFO: Got endpoints: latency-svc-5crxf [46.081951ms] + Mar 8 15:34:48.927: INFO: Created: latency-svc-7x9hg + Mar 8 15:34:48.934: INFO: Got endpoints: latency-svc-7x9hg [52.845484ms] + Mar 8 15:34:48.935: INFO: Created: latency-svc-fsjx4 + Mar 8 15:34:48.943: INFO: Got endpoints: latency-svc-fsjx4 [62.84688ms] + Mar 8 15:34:48.966: INFO: Created: latency-svc-l6hhp + Mar 8 15:34:48.974: INFO: Got endpoints: latency-svc-l6hhp [92.905198ms] + Mar 8 15:34:48.977: INFO: Created: latency-svc-dt4j9 + Mar 8 15:34:48.987: INFO: Created: latency-svc-b5r7h + Mar 8 15:34:48.991: INFO: Got endpoints: latency-svc-dt4j9 [110.204528ms] + Mar 8 15:34:48.996: INFO: Created: latency-svc-xc6zm + Mar 8 15:34:48.997: INFO: Got endpoints: latency-svc-b5r7h [117.729184ms] + Mar 8 15:34:49.003: INFO: Created: latency-svc-pjm7c + Mar 8 15:34:49.009: INFO: Got endpoints: latency-svc-xc6zm [129.546486ms] + Mar 8 15:34:49.011: INFO: Created: latency-svc-p8q7s + Mar 8 15:34:49.014: INFO: Got endpoints: latency-svc-pjm7c [134.95406ms] + Mar 8 15:34:49.019: INFO: Got endpoints: latency-svc-p8q7s [138.887413ms] + Mar 8 15:34:49.021: INFO: Created: latency-svc-n548p + Mar 8 15:34:49.027: INFO: Got endpoints: latency-svc-n548p [147.511042ms] + Mar 8 15:34:49.028: INFO: Created: latency-svc-84t4n + Mar 8 15:34:49.035: INFO: Got endpoints: latency-svc-84t4n [155.482989ms] + Mar 8 15:34:49.038: INFO: Created: latency-svc-pswkn + Mar 8 15:34:49.044: INFO: Created: latency-svc-m2wn2 + Mar 8 15:34:49.046: INFO: Got endpoints: latency-svc-pswkn [165.499511ms] + Mar 8 15:34:49.050: INFO: Got endpoints: latency-svc-m2wn2 [169.795118ms] + Mar 8 15:34:49.065: INFO: Created: latency-svc-t99dj + Mar 8 15:34:49.074: INFO: Created: latency-svc-kxkhh + Mar 8 15:34:49.074: INFO: Got endpoints: latency-svc-t99dj [169.031894ms] + Mar 8 15:34:49.081: INFO: Created: latency-svc-8lgxt + Mar 8 15:34:49.082: INFO: Got endpoints: latency-svc-kxkhh [166.970361ms] + Mar 8 15:34:49.086: INFO: Created: latency-svc-xjhgf + Mar 8 15:34:49.091: INFO: Created: latency-svc-d2dk7 + Mar 8 15:34:49.096: INFO: Got endpoints: latency-svc-8lgxt [169.135808ms] + Mar 8 15:34:49.098: INFO: Got endpoints: latency-svc-xjhgf [163.814231ms] + Mar 8 15:34:49.098: INFO: Created: latency-svc-46dqh + Mar 8 15:34:49.101: INFO: Got endpoints: latency-svc-d2dk7 [157.877386ms] + Mar 8 15:34:49.106: INFO: Created: latency-svc-9k7fh + Mar 8 15:34:49.110: INFO: Got endpoints: latency-svc-46dqh [136.483609ms] + Mar 8 15:34:49.114: INFO: Created: latency-svc-z6hmg + Mar 8 15:34:49.119: INFO: Created: latency-svc-gb9th + Mar 8 15:34:49.124: INFO: Got endpoints: latency-svc-9k7fh [133.007656ms] + Mar 8 15:34:49.127: INFO: Created: latency-svc-b7df5 + Mar 8 15:34:49.129: INFO: Got endpoints: latency-svc-z6hmg [131.537757ms] + Mar 8 15:34:49.134: INFO: Created: latency-svc-vdq68 + Mar 8 15:34:49.135: INFO: Got endpoints: latency-svc-b7df5 [121.100104ms] + Mar 8 15:34:49.136: INFO: Got endpoints: latency-svc-gb9th [126.940619ms] + Mar 8 15:34:49.142: INFO: Got endpoints: latency-svc-vdq68 [122.888743ms] + Mar 8 15:34:49.144: INFO: Created: latency-svc-wsxql + Mar 8 15:34:49.148: INFO: Created: latency-svc-mlgzn + Mar 8 15:34:49.156: INFO: Created: latency-svc-7knhf + Mar 8 15:34:49.162: INFO: Created: latency-svc-zgc2x + Mar 8 15:34:49.177: INFO: Created: latency-svc-q6md7 + Mar 8 15:34:49.181: INFO: Created: latency-svc-km8t6 + Mar 8 15:34:49.185: INFO: Got endpoints: latency-svc-mlgzn [149.057382ms] + Mar 8 15:34:49.186: INFO: Got endpoints: latency-svc-7knhf [140.312925ms] + Mar 8 15:34:49.189: INFO: Got endpoints: latency-svc-zgc2x [138.944507ms] + Mar 8 15:34:49.193: INFO: Got endpoints: latency-svc-q6md7 [118.975445ms] + Mar 8 15:34:49.193: INFO: Got endpoints: latency-svc-wsxql [165.686231ms] + Mar 8 15:34:49.194: INFO: Created: latency-svc-dcmbn + Mar 8 15:34:49.199: INFO: Got endpoints: latency-svc-km8t6 [116.580579ms] + Mar 8 15:34:49.202: INFO: Got endpoints: latency-svc-dcmbn [106.613143ms] + Mar 8 15:34:49.203: INFO: Created: latency-svc-6nhkk + Mar 8 15:34:49.211: INFO: Got endpoints: latency-svc-6nhkk [112.849742ms] + Mar 8 15:34:49.212: INFO: Created: latency-svc-tgpdz + Mar 8 15:34:49.217: INFO: Created: latency-svc-9pfct + Mar 8 15:34:49.222: INFO: Got endpoints: latency-svc-tgpdz [120.282385ms] + Mar 8 15:34:49.224: INFO: Created: latency-svc-s8s7n + Mar 8 15:34:49.229: INFO: Created: latency-svc-qmr27 + Mar 8 15:34:49.232: INFO: Got endpoints: latency-svc-9pfct [121.807482ms] + Mar 8 15:34:49.238: INFO: Created: latency-svc-9fq7q + Mar 8 15:34:49.244: INFO: Created: latency-svc-zps92 + Mar 8 15:34:49.250: INFO: Created: latency-svc-l55tq + Mar 8 15:34:49.256: INFO: Created: latency-svc-tq8ph + Mar 8 15:34:49.266: INFO: Created: latency-svc-6d2zj + Mar 8 15:34:49.272: INFO: Created: latency-svc-k5tws + Mar 8 15:34:49.281: INFO: Got endpoints: latency-svc-s8s7n [156.946572ms] + Mar 8 15:34:49.285: INFO: Created: latency-svc-7wsnj + Mar 8 15:34:49.291: INFO: Created: latency-svc-8rcp5 + Mar 8 15:34:49.297: INFO: Created: latency-svc-bhbvg + Mar 8 15:34:49.302: INFO: Created: latency-svc-bxrp7 + Mar 8 15:34:49.306: INFO: Created: latency-svc-7qlls + Mar 8 15:34:49.310: INFO: Created: latency-svc-smb86 + Mar 8 15:34:49.317: INFO: Created: latency-svc-p426d + Mar 8 15:34:49.323: INFO: Created: latency-svc-pt2s5 + Mar 8 15:34:49.329: INFO: Got endpoints: latency-svc-qmr27 [199.652183ms] + Mar 8 15:34:49.337: INFO: Created: latency-svc-7dvkz + Mar 8 15:34:49.380: INFO: Got endpoints: latency-svc-9fq7q [244.357369ms] + Mar 8 15:34:49.390: INFO: Created: latency-svc-sng48 + Mar 8 15:34:49.429: INFO: Got endpoints: latency-svc-zps92 [292.92492ms] + Mar 8 15:34:49.437: INFO: Created: latency-svc-mfnvg + Mar 8 15:34:49.477: INFO: Got endpoints: latency-svc-l55tq [335.385069ms] + Mar 8 15:34:49.488: INFO: Created: latency-svc-4g6mk + Mar 8 15:34:49.528: INFO: Got endpoints: latency-svc-tq8ph [343.865067ms] + Mar 8 15:34:49.538: INFO: Created: latency-svc-nwr4m + Mar 8 15:34:49.579: INFO: Got endpoints: latency-svc-6d2zj [393.077889ms] + Mar 8 15:34:49.589: INFO: Created: latency-svc-2xzd4 + Mar 8 15:34:49.628: INFO: Got endpoints: latency-svc-k5tws [438.704588ms] + Mar 8 15:34:49.636: INFO: Created: latency-svc-54q6x + Mar 8 15:34:49.678: INFO: Got endpoints: latency-svc-7wsnj [485.245257ms] + Mar 8 15:34:49.687: INFO: Created: latency-svc-bnw7t + Mar 8 15:34:49.729: INFO: Got endpoints: latency-svc-8rcp5 [535.762583ms] + Mar 8 15:34:49.739: INFO: Created: latency-svc-jh4kw + Mar 8 15:34:49.780: INFO: Got endpoints: latency-svc-bhbvg [580.597901ms] + Mar 8 15:34:49.791: INFO: Created: latency-svc-mnrqt + Mar 8 15:34:49.829: INFO: Got endpoints: latency-svc-bxrp7 [626.487671ms] + Mar 8 15:34:49.840: INFO: Created: latency-svc-wxssd + Mar 8 15:34:49.879: INFO: Got endpoints: latency-svc-7qlls [668.183054ms] + Mar 8 15:34:49.889: INFO: Created: latency-svc-zwhkw + Mar 8 15:34:49.931: INFO: Got endpoints: latency-svc-smb86 [708.949514ms] + Mar 8 15:34:49.947: INFO: Created: latency-svc-m8m7v + Mar 8 15:34:49.978: INFO: Got endpoints: latency-svc-p426d [745.850499ms] + Mar 8 15:34:49.987: INFO: Created: latency-svc-r5lsk + Mar 8 15:34:50.028: INFO: Got endpoints: latency-svc-pt2s5 [747.357825ms] + Mar 8 15:34:50.038: INFO: Created: latency-svc-78jrk + Mar 8 15:34:50.078: INFO: Got endpoints: latency-svc-7dvkz [749.567287ms] + Mar 8 15:34:50.088: INFO: Created: latency-svc-77845 + Mar 8 15:34:50.128: INFO: Got endpoints: latency-svc-sng48 [748.552408ms] + Mar 8 15:34:50.138: INFO: Created: latency-svc-bmzq5 + Mar 8 15:34:50.179: INFO: Got endpoints: latency-svc-mfnvg [750.494273ms] + Mar 8 15:34:50.188: INFO: Created: latency-svc-8tjfm + Mar 8 15:34:50.229: INFO: Got endpoints: latency-svc-4g6mk [751.516786ms] + Mar 8 15:34:50.238: INFO: Created: latency-svc-ftc7m + Mar 8 15:34:50.280: INFO: Got endpoints: latency-svc-nwr4m [751.545643ms] + Mar 8 15:34:50.294: INFO: Created: latency-svc-vgn7m + Mar 8 15:34:50.328: INFO: Got endpoints: latency-svc-2xzd4 [749.372465ms] + Mar 8 15:34:50.338: INFO: Created: latency-svc-4gthk + Mar 8 15:34:50.377: INFO: Got endpoints: latency-svc-54q6x [749.649974ms] + Mar 8 15:34:50.386: INFO: Created: latency-svc-5h76l + Mar 8 15:34:50.429: INFO: Got endpoints: latency-svc-bnw7t [751.5303ms] + Mar 8 15:34:50.438: INFO: Created: latency-svc-fwtnq + Mar 8 15:34:50.478: INFO: Got endpoints: latency-svc-jh4kw [749.565035ms] + Mar 8 15:34:50.487: INFO: Created: latency-svc-r8zgl + Mar 8 15:34:50.528: INFO: Got endpoints: latency-svc-mnrqt [748.454405ms] + Mar 8 15:34:50.538: INFO: Created: latency-svc-9h7w5 + Mar 8 15:34:50.579: INFO: Got endpoints: latency-svc-wxssd [749.962792ms] + Mar 8 15:34:50.602: INFO: Created: latency-svc-z5kjn + Mar 8 15:34:50.628: INFO: Got endpoints: latency-svc-zwhkw [748.826083ms] + Mar 8 15:34:50.639: INFO: Created: latency-svc-klmdt + Mar 8 15:34:50.679: INFO: Got endpoints: latency-svc-m8m7v [748.631164ms] + Mar 8 15:34:50.687: INFO: Created: latency-svc-rsf4d + Mar 8 15:34:50.729: INFO: Got endpoints: latency-svc-r5lsk [751.46898ms] + Mar 8 15:34:50.739: INFO: Created: latency-svc-rscvp + Mar 8 15:34:50.778: INFO: Got endpoints: latency-svc-78jrk [749.293196ms] + Mar 8 15:34:50.788: INFO: Created: latency-svc-cff6g + Mar 8 15:34:50.827: INFO: Got endpoints: latency-svc-77845 [749.220798ms] + Mar 8 15:34:50.837: INFO: Created: latency-svc-rwvfc + Mar 8 15:34:50.878: INFO: Got endpoints: latency-svc-bmzq5 [749.900815ms] + Mar 8 15:34:50.888: INFO: Created: latency-svc-sxs55 + Mar 8 15:34:50.931: INFO: Got endpoints: latency-svc-8tjfm [751.693399ms] + Mar 8 15:34:50.942: INFO: Created: latency-svc-6ttwl + Mar 8 15:34:50.979: INFO: Got endpoints: latency-svc-ftc7m [750.0849ms] + Mar 8 15:34:50.988: INFO: Created: latency-svc-dsmn6 + Mar 8 15:34:51.030: INFO: Got endpoints: latency-svc-vgn7m [749.754308ms] + Mar 8 15:34:51.040: INFO: Created: latency-svc-zpgm2 + Mar 8 15:34:51.080: INFO: Got endpoints: latency-svc-4gthk [751.218887ms] + Mar 8 15:34:51.090: INFO: Created: latency-svc-df5f4 + Mar 8 15:34:51.128: INFO: Got endpoints: latency-svc-5h76l [750.740461ms] + Mar 8 15:34:51.140: INFO: Created: latency-svc-qsgg5 + Mar 8 15:34:51.179: INFO: Got endpoints: latency-svc-fwtnq [749.251418ms] + Mar 8 15:34:51.187: INFO: Created: latency-svc-w9nk6 + Mar 8 15:34:51.229: INFO: Got endpoints: latency-svc-r8zgl [750.585038ms] + Mar 8 15:34:51.240: INFO: Created: latency-svc-5qtz4 + Mar 8 15:34:51.279: INFO: Got endpoints: latency-svc-9h7w5 [750.91611ms] + Mar 8 15:34:51.288: INFO: Created: latency-svc-xfrfm + Mar 8 15:34:51.329: INFO: Got endpoints: latency-svc-z5kjn [750.653338ms] + Mar 8 15:34:51.339: INFO: Created: latency-svc-ndd7h + Mar 8 15:34:51.379: INFO: Got endpoints: latency-svc-klmdt [751.183539ms] + Mar 8 15:34:51.390: INFO: Created: latency-svc-nxx44 + Mar 8 15:34:51.427: INFO: Got endpoints: latency-svc-rsf4d [748.045749ms] + Mar 8 15:34:51.437: INFO: Created: latency-svc-jjjqh + Mar 8 15:34:51.478: INFO: Got endpoints: latency-svc-rscvp [748.521761ms] + Mar 8 15:34:51.488: INFO: Created: latency-svc-f4c6k + Mar 8 15:34:51.529: INFO: Got endpoints: latency-svc-cff6g [751.282933ms] + Mar 8 15:34:51.540: INFO: Created: latency-svc-tbfm6 + Mar 8 15:34:51.580: INFO: Got endpoints: latency-svc-rwvfc [752.866153ms] + Mar 8 15:34:51.589: INFO: Created: latency-svc-pk2nt + Mar 8 15:34:51.629: INFO: Got endpoints: latency-svc-sxs55 [750.260371ms] + Mar 8 15:34:51.638: INFO: Created: latency-svc-rbfxn + Mar 8 15:34:51.679: INFO: Got endpoints: latency-svc-6ttwl [748.371391ms] + Mar 8 15:34:51.690: INFO: Created: latency-svc-ktztv + Mar 8 15:34:51.729: INFO: Got endpoints: latency-svc-dsmn6 [749.76874ms] + Mar 8 15:34:51.742: INFO: Created: latency-svc-tpttc + Mar 8 15:34:51.779: INFO: Got endpoints: latency-svc-zpgm2 [749.583639ms] + Mar 8 15:34:51.790: INFO: Created: latency-svc-l2vdx + Mar 8 15:34:51.830: INFO: Got endpoints: latency-svc-df5f4 [750.644949ms] + Mar 8 15:34:51.839: INFO: Created: latency-svc-zvl8z + Mar 8 15:34:51.879: INFO: Got endpoints: latency-svc-qsgg5 [750.860529ms] + Mar 8 15:34:51.890: INFO: Created: latency-svc-wcqh4 + Mar 8 15:34:51.931: INFO: Got endpoints: latency-svc-w9nk6 [751.787384ms] + Mar 8 15:34:51.940: INFO: Created: latency-svc-nnsmj + Mar 8 15:34:51.980: INFO: Got endpoints: latency-svc-5qtz4 [750.56639ms] + Mar 8 15:34:51.987: INFO: Created: latency-svc-s6wv9 + Mar 8 15:34:52.027: INFO: Got endpoints: latency-svc-xfrfm [748.348704ms] + Mar 8 15:34:52.035: INFO: Created: latency-svc-bwjrx + Mar 8 15:34:52.079: INFO: Got endpoints: latency-svc-ndd7h [749.668801ms] + Mar 8 15:34:52.087: INFO: Created: latency-svc-tbdck + Mar 8 15:34:52.127: INFO: Got endpoints: latency-svc-nxx44 [748.062604ms] + Mar 8 15:34:52.135: INFO: Created: latency-svc-5b5h2 + Mar 8 15:34:52.178: INFO: Got endpoints: latency-svc-jjjqh [750.255956ms] + Mar 8 15:34:52.186: INFO: Created: latency-svc-zjtsb + Mar 8 15:34:52.230: INFO: Got endpoints: latency-svc-f4c6k [751.873359ms] + Mar 8 15:34:52.237: INFO: Created: latency-svc-vwh8h + Mar 8 15:34:52.278: INFO: Got endpoints: latency-svc-tbfm6 [749.059928ms] + Mar 8 15:34:52.288: INFO: Created: latency-svc-w8dcn + Mar 8 15:34:52.330: INFO: Got endpoints: latency-svc-pk2nt [749.689579ms] + Mar 8 15:34:52.338: INFO: Created: latency-svc-9lvl5 + Mar 8 15:34:52.379: INFO: Got endpoints: latency-svc-rbfxn [749.897446ms] + Mar 8 15:34:52.387: INFO: Created: latency-svc-j4smz + Mar 8 15:34:52.428: INFO: Got endpoints: latency-svc-ktztv [748.89886ms] + Mar 8 15:34:52.437: INFO: Created: latency-svc-5jchc + Mar 8 15:34:52.478: INFO: Got endpoints: latency-svc-tpttc [749.691451ms] + Mar 8 15:34:52.489: INFO: Created: latency-svc-7wbh9 + Mar 8 15:34:52.529: INFO: Got endpoints: latency-svc-l2vdx [749.20302ms] + Mar 8 15:34:52.540: INFO: Created: latency-svc-mtd6r + Mar 8 15:34:52.580: INFO: Got endpoints: latency-svc-zvl8z [749.644142ms] + Mar 8 15:34:52.589: INFO: Created: latency-svc-kd2wz + Mar 8 15:34:52.629: INFO: Got endpoints: latency-svc-wcqh4 [749.545929ms] + Mar 8 15:34:52.639: INFO: Created: latency-svc-2xbwz + Mar 8 15:34:52.678: INFO: Got endpoints: latency-svc-nnsmj [747.662935ms] + Mar 8 15:34:52.687: INFO: Created: latency-svc-486k6 + Mar 8 15:34:52.728: INFO: Got endpoints: latency-svc-s6wv9 [748.086149ms] + Mar 8 15:34:52.736: INFO: Created: latency-svc-sv5td + Mar 8 15:34:52.778: INFO: Got endpoints: latency-svc-bwjrx [750.143005ms] + Mar 8 15:34:52.786: INFO: Created: latency-svc-tpjkn + Mar 8 15:34:52.832: INFO: Got endpoints: latency-svc-tbdck [752.583378ms] + Mar 8 15:34:52.840: INFO: Created: latency-svc-hkcp9 + Mar 8 15:34:52.880: INFO: Got endpoints: latency-svc-5b5h2 [753.030168ms] + Mar 8 15:34:52.892: INFO: Created: latency-svc-5pjw9 + Mar 8 15:34:52.930: INFO: Got endpoints: latency-svc-zjtsb [752.269083ms] + Mar 8 15:34:52.942: INFO: Created: latency-svc-kwhsl + Mar 8 15:34:52.979: INFO: Got endpoints: latency-svc-vwh8h [749.475024ms] + Mar 8 15:34:52.992: INFO: Created: latency-svc-xmckg + Mar 8 15:34:53.029: INFO: Got endpoints: latency-svc-w8dcn [750.260829ms] + Mar 8 15:34:53.038: INFO: Created: latency-svc-gmfwv + Mar 8 15:34:53.080: INFO: Got endpoints: latency-svc-9lvl5 [750.004617ms] + Mar 8 15:34:53.091: INFO: Created: latency-svc-pr7nc + Mar 8 15:34:53.130: INFO: Got endpoints: latency-svc-j4smz [751.198271ms] + Mar 8 15:34:53.141: INFO: Created: latency-svc-qtdl8 + Mar 8 15:34:53.178: INFO: Got endpoints: latency-svc-5jchc [749.783042ms] + Mar 8 15:34:53.189: INFO: Created: latency-svc-4dzmb + Mar 8 15:34:53.230: INFO: Got endpoints: latency-svc-7wbh9 [751.203316ms] + Mar 8 15:34:53.242: INFO: Created: latency-svc-7bvlh + Mar 8 15:34:53.278: INFO: Got endpoints: latency-svc-mtd6r [749.642445ms] + Mar 8 15:34:53.290: INFO: Created: latency-svc-9tfsp + Mar 8 15:34:53.331: INFO: Got endpoints: latency-svc-kd2wz [750.506951ms] + Mar 8 15:34:53.342: INFO: Created: latency-svc-wgsws + Mar 8 15:34:53.379: INFO: Got endpoints: latency-svc-2xbwz [750.111469ms] + Mar 8 15:34:53.390: INFO: Created: latency-svc-4jf2q + Mar 8 15:34:53.428: INFO: Got endpoints: latency-svc-486k6 [749.709411ms] + Mar 8 15:34:53.439: INFO: Created: latency-svc-xff6c + Mar 8 15:34:53.478: INFO: Got endpoints: latency-svc-sv5td [750.409365ms] + Mar 8 15:34:53.487: INFO: Created: latency-svc-xnxz9 + Mar 8 15:34:53.529: INFO: Got endpoints: latency-svc-tpjkn [751.237806ms] + Mar 8 15:34:53.540: INFO: Created: latency-svc-5qgzm + Mar 8 15:34:53.579: INFO: Got endpoints: latency-svc-hkcp9 [747.5003ms] + Mar 8 15:34:53.589: INFO: Created: latency-svc-5zrgh + Mar 8 15:34:53.630: INFO: Got endpoints: latency-svc-5pjw9 [750.278871ms] + Mar 8 15:34:53.641: INFO: Created: latency-svc-28nsv + Mar 8 15:34:53.679: INFO: Got endpoints: latency-svc-kwhsl [748.488506ms] + Mar 8 15:34:53.688: INFO: Created: latency-svc-54tjn + Mar 8 15:34:53.729: INFO: Got endpoints: latency-svc-xmckg [749.209343ms] + Mar 8 15:34:53.737: INFO: Created: latency-svc-x82lh + Mar 8 15:34:53.778: INFO: Got endpoints: latency-svc-gmfwv [749.341904ms] + Mar 8 15:34:53.786: INFO: Created: latency-svc-vtjkn + Mar 8 15:34:53.829: INFO: Got endpoints: latency-svc-pr7nc [749.25444ms] + Mar 8 15:34:53.840: INFO: Created: latency-svc-2nwf9 + Mar 8 15:34:53.878: INFO: Got endpoints: latency-svc-qtdl8 [748.463681ms] + Mar 8 15:34:53.888: INFO: Created: latency-svc-gq6tx + Mar 8 15:34:53.930: INFO: Got endpoints: latency-svc-4dzmb [752.05965ms] + Mar 8 15:34:53.941: INFO: Created: latency-svc-m5jwx + Mar 8 15:34:53.979: INFO: Got endpoints: latency-svc-7bvlh [749.449981ms] + Mar 8 15:34:53.987: INFO: Created: latency-svc-9bk6n + Mar 8 15:34:54.030: INFO: Got endpoints: latency-svc-9tfsp [751.343195ms] + Mar 8 15:34:54.038: INFO: Created: latency-svc-m5n8r + Mar 8 15:34:54.078: INFO: Got endpoints: latency-svc-wgsws [747.522394ms] + Mar 8 15:34:54.087: INFO: Created: latency-svc-bhr4p + Mar 8 15:34:54.129: INFO: Got endpoints: latency-svc-4jf2q [750.089221ms] + Mar 8 15:34:54.137: INFO: Created: latency-svc-j7hdw + Mar 8 15:34:54.179: INFO: Got endpoints: latency-svc-xff6c [751.365502ms] + Mar 8 15:34:54.188: INFO: Created: latency-svc-npzvh + Mar 8 15:34:54.229: INFO: Got endpoints: latency-svc-xnxz9 [750.457618ms] + Mar 8 15:34:54.237: INFO: Created: latency-svc-xt9n2 + Mar 8 15:34:54.278: INFO: Got endpoints: latency-svc-5qgzm [748.569867ms] + Mar 8 15:34:54.286: INFO: Created: latency-svc-h4z4f + Mar 8 15:34:54.328: INFO: Got endpoints: latency-svc-5zrgh [749.172756ms] + Mar 8 15:34:54.336: INFO: Created: latency-svc-82swn + Mar 8 15:34:54.378: INFO: Got endpoints: latency-svc-28nsv [747.626639ms] + Mar 8 15:34:54.388: INFO: Created: latency-svc-qbbdh + Mar 8 15:34:54.431: INFO: Got endpoints: latency-svc-54tjn [752.767672ms] + Mar 8 15:34:54.441: INFO: Created: latency-svc-8548w + Mar 8 15:34:54.479: INFO: Got endpoints: latency-svc-x82lh [750.172838ms] + Mar 8 15:34:54.489: INFO: Created: latency-svc-mb8x2 + Mar 8 15:34:54.529: INFO: Got endpoints: latency-svc-vtjkn [750.696547ms] + Mar 8 15:34:54.539: INFO: Created: latency-svc-8s642 + Mar 8 15:34:54.579: INFO: Got endpoints: latency-svc-2nwf9 [749.611341ms] + Mar 8 15:34:54.598: INFO: Created: latency-svc-4psvx + Mar 8 15:34:54.630: INFO: Got endpoints: latency-svc-gq6tx [751.774966ms] + Mar 8 15:34:54.642: INFO: Created: latency-svc-62vcv + Mar 8 15:34:54.678: INFO: Got endpoints: latency-svc-m5jwx [748.236021ms] + Mar 8 15:34:54.687: INFO: Created: latency-svc-xp67g + Mar 8 15:34:54.728: INFO: Got endpoints: latency-svc-9bk6n [749.080613ms] + Mar 8 15:34:54.738: INFO: Created: latency-svc-24clj + Mar 8 15:34:54.781: INFO: Got endpoints: latency-svc-m5n8r [750.947517ms] + Mar 8 15:34:54.794: INFO: Created: latency-svc-n275c + Mar 8 15:34:54.830: INFO: Got endpoints: latency-svc-bhr4p [752.304898ms] + Mar 8 15:34:54.866: INFO: Created: latency-svc-dphxt + Mar 8 15:34:54.887: INFO: Got endpoints: latency-svc-j7hdw [757.620393ms] + Mar 8 15:34:54.952: INFO: Created: latency-svc-sr8wm + Mar 8 15:34:54.953: INFO: Got endpoints: latency-svc-npzvh [773.119888ms] + Mar 8 15:34:54.973: INFO: Created: latency-svc-wmt88 + Mar 8 15:34:54.981: INFO: Got endpoints: latency-svc-xt9n2 [752.634096ms] + Mar 8 15:34:54.992: INFO: Created: latency-svc-pq86s + Mar 8 15:34:55.028: INFO: Got endpoints: latency-svc-h4z4f [750.142982ms] + Mar 8 15:34:55.037: INFO: Created: latency-svc-8w2d5 + Mar 8 15:34:55.080: INFO: Got endpoints: latency-svc-82swn [751.287227ms] + Mar 8 15:34:55.088: INFO: Created: latency-svc-z5dkf + Mar 8 15:34:55.128: INFO: Got endpoints: latency-svc-qbbdh [750.255529ms] + Mar 8 15:34:55.137: INFO: Created: latency-svc-qc6lg + Mar 8 15:34:55.178: INFO: Got endpoints: latency-svc-8548w [746.875802ms] + Mar 8 15:34:55.186: INFO: Created: latency-svc-dlfqt + Mar 8 15:34:55.229: INFO: Got endpoints: latency-svc-mb8x2 [750.308671ms] + Mar 8 15:34:55.237: INFO: Created: latency-svc-gm6rd + Mar 8 15:34:55.279: INFO: Got endpoints: latency-svc-8s642 [749.968402ms] + Mar 8 15:34:55.286: INFO: Created: latency-svc-4gpv7 + Mar 8 15:34:55.332: INFO: Got endpoints: latency-svc-4psvx [752.448413ms] + Mar 8 15:34:55.340: INFO: Created: latency-svc-wwjgg + Mar 8 15:34:55.380: INFO: Got endpoints: latency-svc-62vcv [749.580506ms] + Mar 8 15:34:55.388: INFO: Created: latency-svc-2qhlg + Mar 8 15:34:55.429: INFO: Got endpoints: latency-svc-xp67g [750.566999ms] + Mar 8 15:34:55.438: INFO: Created: latency-svc-9dvfm + Mar 8 15:34:55.480: INFO: Got endpoints: latency-svc-24clj [752.085469ms] + Mar 8 15:34:55.490: INFO: Created: latency-svc-zc2pf + Mar 8 15:34:55.528: INFO: Got endpoints: latency-svc-n275c [747.262055ms] + Mar 8 15:34:55.537: INFO: Created: latency-svc-gc2m7 + Mar 8 15:34:55.578: INFO: Got endpoints: latency-svc-dphxt [747.601313ms] + Mar 8 15:34:55.587: INFO: Created: latency-svc-sxdzk + Mar 8 15:34:55.628: INFO: Got endpoints: latency-svc-sr8wm [741.868594ms] + Mar 8 15:34:55.637: INFO: Created: latency-svc-fzxc4 + Mar 8 15:34:55.678: INFO: Got endpoints: latency-svc-wmt88 [725.737558ms] + Mar 8 15:34:55.687: INFO: Created: latency-svc-5nplk + Mar 8 15:34:55.729: INFO: Got endpoints: latency-svc-pq86s [747.22949ms] + Mar 8 15:34:55.737: INFO: Created: latency-svc-c6xf9 + Mar 8 15:34:55.778: INFO: Got endpoints: latency-svc-8w2d5 [750.303583ms] + Mar 8 15:34:55.788: INFO: Created: latency-svc-vf98x + Mar 8 15:34:55.827: INFO: Got endpoints: latency-svc-z5dkf [747.61905ms] + Mar 8 15:34:55.835: INFO: Created: latency-svc-s8f9v + Mar 8 15:34:55.878: INFO: Got endpoints: latency-svc-qc6lg [749.36291ms] + Mar 8 15:34:55.886: INFO: Created: latency-svc-kwkrq + Mar 8 15:34:55.930: INFO: Got endpoints: latency-svc-dlfqt [751.482783ms] + Mar 8 15:34:55.940: INFO: Created: latency-svc-pcc8q + Mar 8 15:34:55.979: INFO: Got endpoints: latency-svc-gm6rd [749.573002ms] + Mar 8 15:34:55.987: INFO: Created: latency-svc-9dvjg + Mar 8 15:34:56.029: INFO: Got endpoints: latency-svc-4gpv7 [750.414513ms] + Mar 8 15:34:56.040: INFO: Created: latency-svc-vvq8d + Mar 8 15:34:56.080: INFO: Got endpoints: latency-svc-wwjgg [748.403442ms] + Mar 8 15:34:56.089: INFO: Created: latency-svc-7557v + Mar 8 15:34:56.130: INFO: Got endpoints: latency-svc-2qhlg [749.855065ms] + Mar 8 15:34:56.140: INFO: Created: latency-svc-cvqjf + Mar 8 15:34:56.179: INFO: Got endpoints: latency-svc-9dvfm [749.764723ms] + Mar 8 15:34:56.188: INFO: Created: latency-svc-f8gmw + Mar 8 15:34:56.228: INFO: Got endpoints: latency-svc-zc2pf [747.336525ms] + Mar 8 15:34:56.236: INFO: Created: latency-svc-klm2z + Mar 8 15:34:56.278: INFO: Got endpoints: latency-svc-gc2m7 [749.563844ms] + Mar 8 15:34:56.286: INFO: Created: latency-svc-sgjwx + Mar 8 15:34:56.328: INFO: Got endpoints: latency-svc-sxdzk [749.679357ms] + Mar 8 15:34:56.336: INFO: Created: latency-svc-dmcl5 + Mar 8 15:34:56.380: INFO: Got endpoints: latency-svc-fzxc4 [751.081516ms] + Mar 8 15:34:56.388: INFO: Created: latency-svc-tb5jb + Mar 8 15:34:56.461: INFO: Got endpoints: latency-svc-5nplk [782.304959ms] + Mar 8 15:34:56.471: INFO: Created: latency-svc-6xwxk + Mar 8 15:34:56.478: INFO: Got endpoints: latency-svc-c6xf9 [749.858121ms] + Mar 8 15:34:56.487: INFO: Created: latency-svc-4qk6w + Mar 8 15:34:56.529: INFO: Got endpoints: latency-svc-vf98x [750.740396ms] + Mar 8 15:34:56.539: INFO: Created: latency-svc-8k957 + Mar 8 15:34:56.579: INFO: Got endpoints: latency-svc-s8f9v [751.172263ms] + Mar 8 15:34:56.588: INFO: Created: latency-svc-h42pm + Mar 8 15:34:56.633: INFO: Got endpoints: latency-svc-kwkrq [755.107266ms] + Mar 8 15:34:56.643: INFO: Created: latency-svc-t6thg + Mar 8 15:34:56.678: INFO: Got endpoints: latency-svc-pcc8q [748.484127ms] + Mar 8 15:34:56.688: INFO: Created: latency-svc-wsr2z + Mar 8 15:34:56.729: INFO: Got endpoints: latency-svc-9dvjg [750.606932ms] + Mar 8 15:34:56.778: INFO: Got endpoints: latency-svc-vvq8d [749.28597ms] + Mar 8 15:34:56.828: INFO: Got endpoints: latency-svc-7557v [748.260043ms] + Mar 8 15:34:56.880: INFO: Got endpoints: latency-svc-cvqjf [750.025807ms] + Mar 8 15:34:56.933: INFO: Got endpoints: latency-svc-f8gmw [753.751711ms] + Mar 8 15:34:56.980: INFO: Got endpoints: latency-svc-klm2z [752.542784ms] + Mar 8 15:34:57.030: INFO: Got endpoints: latency-svc-sgjwx [752.510533ms] + Mar 8 15:34:57.080: INFO: Got endpoints: latency-svc-dmcl5 [751.773631ms] + Mar 8 15:34:57.128: INFO: Got endpoints: latency-svc-tb5jb [748.546942ms] + Mar 8 15:34:57.178: INFO: Got endpoints: latency-svc-6xwxk [717.772394ms] + Mar 8 15:34:57.228: INFO: Got endpoints: latency-svc-4qk6w [749.185661ms] + Mar 8 15:34:57.278: INFO: Got endpoints: latency-svc-8k957 [749.615632ms] + Mar 8 15:34:57.330: INFO: Got endpoints: latency-svc-h42pm [751.336417ms] + Mar 8 15:34:57.380: INFO: Got endpoints: latency-svc-t6thg [746.962783ms] + Mar 8 15:34:57.429: INFO: Got endpoints: latency-svc-wsr2z [751.097776ms] + Mar 8 15:34:57.430: INFO: Latencies: [25.851535ms 36.430562ms 46.081951ms 52.845484ms 62.84688ms 92.905198ms 106.613143ms 110.204528ms 112.849742ms 116.580579ms 117.729184ms 118.975445ms 120.282385ms 121.100104ms 121.807482ms 122.888743ms 126.940619ms 129.546486ms 131.537757ms 133.007656ms 134.95406ms 136.483609ms 138.887413ms 138.944507ms 140.312925ms 147.511042ms 149.057382ms 155.482989ms 156.946572ms 157.877386ms 163.814231ms 165.499511ms 165.686231ms 166.970361ms 169.031894ms 169.135808ms 169.795118ms 199.652183ms 244.357369ms 292.92492ms 335.385069ms 343.865067ms 393.077889ms 438.704588ms 485.245257ms 535.762583ms 580.597901ms 626.487671ms 668.183054ms 708.949514ms 717.772394ms 725.737558ms 741.868594ms 745.850499ms 746.875802ms 746.962783ms 747.22949ms 747.262055ms 747.336525ms 747.357825ms 747.5003ms 747.522394ms 747.601313ms 747.61905ms 747.626639ms 747.662935ms 748.045749ms 748.062604ms 748.086149ms 748.236021ms 748.260043ms 748.348704ms 748.371391ms 748.403442ms 748.454405ms 748.463681ms 748.484127ms 748.488506ms 748.521761ms 748.546942ms 748.552408ms 748.569867ms 748.631164ms 748.826083ms 748.89886ms 749.059928ms 749.080613ms 749.172756ms 749.185661ms 749.20302ms 749.209343ms 749.220798ms 749.251418ms 749.25444ms 749.28597ms 749.293196ms 749.341904ms 749.36291ms 749.372465ms 749.449981ms 749.475024ms 749.545929ms 749.563844ms 749.565035ms 749.567287ms 749.573002ms 749.580506ms 749.583639ms 749.611341ms 749.615632ms 749.642445ms 749.644142ms 749.649974ms 749.668801ms 749.679357ms 749.689579ms 749.691451ms 749.709411ms 749.754308ms 749.764723ms 749.76874ms 749.783042ms 749.855065ms 749.858121ms 749.897446ms 749.900815ms 749.962792ms 749.968402ms 750.004617ms 750.025807ms 750.0849ms 750.089221ms 750.111469ms 750.142982ms 750.143005ms 750.172838ms 750.255529ms 750.255956ms 750.260371ms 750.260829ms 750.278871ms 750.303583ms 750.308671ms 750.409365ms 750.414513ms 750.457618ms 750.494273ms 750.506951ms 750.56639ms 750.566999ms 750.585038ms 750.606932ms 750.644949ms 750.653338ms 750.696547ms 750.740396ms 750.740461ms 750.860529ms 750.91611ms 750.947517ms 751.081516ms 751.097776ms 751.172263ms 751.183539ms 751.198271ms 751.203316ms 751.218887ms 751.237806ms 751.282933ms 751.287227ms 751.336417ms 751.343195ms 751.365502ms 751.46898ms 751.482783ms 751.516786ms 751.5303ms 751.545643ms 751.693399ms 751.773631ms 751.774966ms 751.787384ms 751.873359ms 752.05965ms 752.085469ms 752.269083ms 752.304898ms 752.448413ms 752.510533ms 752.542784ms 752.583378ms 752.634096ms 752.767672ms 752.866153ms 753.030168ms 753.751711ms 755.107266ms 757.620393ms 773.119888ms 782.304959ms] + Mar 8 15:34:57.430: INFO: 50 %ile: 749.475024ms + Mar 8 15:34:57.430: INFO: 90 %ile: 751.774966ms + Mar 8 15:34:57.430: INFO: 99 %ile: 773.119888ms + Mar 8 15:34:57.430: INFO: Total sample count: 200 + [AfterEach] [sig-network] Service endpoints latency + test/e2e/framework/framework.go:187 + Mar 8 15:34:57.430: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "svc-latency-6818" for this suite. 03/08/23 15:34:57.437 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:34:57.445 +Mar 8 15:34:57.445: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename configmap 03/08/23 15:34:57.445 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:34:57.459 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:34:57.462 +[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-06f80aa8-9dda-4d57-bd93-201299e71197 03/08/23 15:34:57.464 +STEP: Creating a pod to test consume configMaps 03/08/23 15:34:57.468 +Mar 8 15:34:57.476: INFO: Waiting up to 5m0s for pod "pod-configmaps-991fbebd-53a3-44c4-8923-104faaac59f9" in namespace "configmap-8381" to be "Succeeded or Failed" +Mar 8 15:34:57.479: INFO: Pod "pod-configmaps-991fbebd-53a3-44c4-8923-104faaac59f9": Phase="Pending", Reason="", readiness=false. Elapsed: 2.810042ms +Mar 8 15:34:59.483: INFO: Pod "pod-configmaps-991fbebd-53a3-44c4-8923-104faaac59f9": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007113566s +Mar 8 15:35:01.485: INFO: Pod "pod-configmaps-991fbebd-53a3-44c4-8923-104faaac59f9": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008576098s +STEP: Saw pod success 03/08/23 15:35:01.485 +Mar 8 15:35:01.485: INFO: Pod "pod-configmaps-991fbebd-53a3-44c4-8923-104faaac59f9" satisfied condition "Succeeded or Failed" +Mar 8 15:35:01.488: INFO: Trying to get logs from node worker2 pod pod-configmaps-991fbebd-53a3-44c4-8923-104faaac59f9 container agnhost-container: +STEP: delete the pod 03/08/23 15:35:01.494 +Mar 8 15:35:01.507: INFO: Waiting for pod pod-configmaps-991fbebd-53a3-44c4-8923-104faaac59f9 to disappear +Mar 8 15:35:01.509: INFO: Pod pod-configmaps-991fbebd-53a3-44c4-8923-104faaac59f9 no longer exists +[AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 +Mar 8 15:35:01.510: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "configmap-8381" for this suite. 03/08/23 15:35:01.514 +{"msg":"PASSED [sig-storage] ConfigMap should be consumable from pods in volume as non-root [NodeConformance] [Conformance]","completed":283,"skipped":5085,"failed":0} +------------------------------ +• [4.074 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 03/08/23 15:34:57.445 + Mar 8 15:34:57.445: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename configmap 03/08/23 15:34:57.445 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:34:57.459 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:34:57.462 + [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-06f80aa8-9dda-4d57-bd93-201299e71197 03/08/23 15:34:57.464 + STEP: Creating a pod to test consume configMaps 03/08/23 15:34:57.468 + Mar 8 15:34:57.476: INFO: Waiting up to 5m0s for pod "pod-configmaps-991fbebd-53a3-44c4-8923-104faaac59f9" in namespace "configmap-8381" to be "Succeeded or Failed" + Mar 8 15:34:57.479: INFO: Pod "pod-configmaps-991fbebd-53a3-44c4-8923-104faaac59f9": Phase="Pending", Reason="", readiness=false. Elapsed: 2.810042ms + Mar 8 15:34:59.483: INFO: Pod "pod-configmaps-991fbebd-53a3-44c4-8923-104faaac59f9": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007113566s + Mar 8 15:35:01.485: INFO: Pod "pod-configmaps-991fbebd-53a3-44c4-8923-104faaac59f9": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008576098s + STEP: Saw pod success 03/08/23 15:35:01.485 + Mar 8 15:35:01.485: INFO: Pod "pod-configmaps-991fbebd-53a3-44c4-8923-104faaac59f9" satisfied condition "Succeeded or Failed" + Mar 8 15:35:01.488: INFO: Trying to get logs from node worker2 pod pod-configmaps-991fbebd-53a3-44c4-8923-104faaac59f9 container agnhost-container: + STEP: delete the pod 03/08/23 15:35:01.494 + Mar 8 15:35:01.507: INFO: Waiting for pod pod-configmaps-991fbebd-53a3-44c4-8923-104faaac59f9 to disappear + Mar 8 15:35:01.509: INFO: Pod pod-configmaps-991fbebd-53a3-44c4-8923-104faaac59f9 no longer exists + [AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 + Mar 8 15:35:01.510: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "configmap-8381" for this suite. 03/08/23 15:35:01.514 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:35:01.521 +Mar 8 15:35:01.521: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename daemonsets 03/08/23 15:35:01.522 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:35:01.536 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:35:01.54 +[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" 03/08/23 15:35:01.56 +STEP: Check that daemon pods launch on every node of the cluster. 03/08/23 15:35:01.566 +Mar 8 15:35:01.571: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:35:01.571: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:35:01.571: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:35:01.574: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Mar 8 15:35:01.575: INFO: Node worker1 is running 0 daemon pod, expected 1 +Mar 8 15:35:02.580: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:35:02.580: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:35:02.580: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:35:02.583: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 +Mar 8 15:35:02.583: 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. 03/08/23 15:35:02.586 +Mar 8 15:35:02.600: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:35:02.601: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:35:02.601: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:35:02.606: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 +Mar 8 15:35:02.606: 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. 03/08/23 15:35:02.606 +[AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:110 +STEP: Deleting DaemonSet "daemon-set" 03/08/23 15:35:03.615 +STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-5009, will wait for the garbage collector to delete the pods 03/08/23 15:35:03.615 +Mar 8 15:35:03.677: INFO: Deleting DaemonSet.extensions daemon-set took: 8.220013ms +Mar 8 15:35:03.778: INFO: Terminating DaemonSet.extensions daemon-set pods took: 100.645522ms +Mar 8 15:35:06.682: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Mar 8 15:35:06.682: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set +Mar 8 15:35:06.685: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"660412"},"items":null} + +Mar 8 15:35:06.687: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"660412"},"items":null} + +[AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:187 +Mar 8 15:35:06.697: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "daemonsets-5009" for this suite. 03/08/23 15:35:06.701 +{"msg":"PASSED [sig-apps] Daemon set [Serial] should retry creating failed daemon pods [Conformance]","completed":284,"skipped":5117,"failed":0} +------------------------------ +• [SLOW TEST] [5.185 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 03/08/23 15:35:01.521 + Mar 8 15:35:01.521: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename daemonsets 03/08/23 15:35:01.522 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:35:01.536 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:35:01.54 + [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" 03/08/23 15:35:01.56 + STEP: Check that daemon pods launch on every node of the cluster. 03/08/23 15:35:01.566 + Mar 8 15:35:01.571: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:35:01.571: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:35:01.571: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:35:01.574: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Mar 8 15:35:01.575: INFO: Node worker1 is running 0 daemon pod, expected 1 + Mar 8 15:35:02.580: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:35:02.580: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:35:02.580: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:35:02.583: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 + Mar 8 15:35:02.583: 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. 03/08/23 15:35:02.586 + Mar 8 15:35:02.600: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:35:02.601: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:35:02.601: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:35:02.606: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 + Mar 8 15:35:02.606: 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. 03/08/23 15:35:02.606 + [AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:110 + STEP: Deleting DaemonSet "daemon-set" 03/08/23 15:35:03.615 + STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-5009, will wait for the garbage collector to delete the pods 03/08/23 15:35:03.615 + Mar 8 15:35:03.677: INFO: Deleting DaemonSet.extensions daemon-set took: 8.220013ms + Mar 8 15:35:03.778: INFO: Terminating DaemonSet.extensions daemon-set pods took: 100.645522ms + Mar 8 15:35:06.682: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Mar 8 15:35:06.682: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set + Mar 8 15:35:06.685: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"660412"},"items":null} + + Mar 8 15:35:06.687: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"660412"},"items":null} + + [AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:187 + Mar 8 15:35:06.697: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "daemonsets-5009" for this suite. 03/08/23 15:35:06.701 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSS +------------------------------ +[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 03/08/23 15:35:06.706 +Mar 8 15:35:06.706: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename resourcequota 03/08/23 15:35:06.707 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:35:06.724 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:35:06.727 +[It] should verify ResourceQuota with terminating scopes. [Conformance] + test/e2e/apimachinery/resource_quota.go:680 +STEP: Creating a ResourceQuota with terminating scope 03/08/23 15:35:06.729 +STEP: Ensuring ResourceQuota status is calculated 03/08/23 15:35:06.734 +STEP: Creating a ResourceQuota with not terminating scope 03/08/23 15:35:08.74 +STEP: Ensuring ResourceQuota status is calculated 03/08/23 15:35:08.744 +STEP: Creating a long running pod 03/08/23 15:35:10.75 +STEP: Ensuring resource quota with not terminating scope captures the pod usage 03/08/23 15:35:10.761 +STEP: Ensuring resource quota with terminating scope ignored the pod usage 03/08/23 15:35:12.767 +STEP: Deleting the pod 03/08/23 15:35:14.773 +STEP: Ensuring resource quota status released the pod usage 03/08/23 15:35:14.785 +STEP: Creating a terminating pod 03/08/23 15:35:16.79 +STEP: Ensuring resource quota with terminating scope captures the pod usage 03/08/23 15:35:16.8 +STEP: Ensuring resource quota with not terminating scope ignored the pod usage 03/08/23 15:35:18.805 +STEP: Deleting the pod 03/08/23 15:35:20.81 +STEP: Ensuring resource quota status released the pod usage 03/08/23 15:35:20.823 +[AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 +Mar 8 15:35:22.827: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "resourcequota-900" for this suite. 03/08/23 15:35:22.832 +{"msg":"PASSED [sig-api-machinery] ResourceQuota should verify ResourceQuota with terminating scopes. [Conformance]","completed":285,"skipped":5126,"failed":0} +------------------------------ +• [SLOW TEST] [16.132 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 03/08/23 15:35:06.706 + Mar 8 15:35:06.706: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename resourcequota 03/08/23 15:35:06.707 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:35:06.724 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:35:06.727 + [It] should verify ResourceQuota with terminating scopes. [Conformance] + test/e2e/apimachinery/resource_quota.go:680 + STEP: Creating a ResourceQuota with terminating scope 03/08/23 15:35:06.729 + STEP: Ensuring ResourceQuota status is calculated 03/08/23 15:35:06.734 + STEP: Creating a ResourceQuota with not terminating scope 03/08/23 15:35:08.74 + STEP: Ensuring ResourceQuota status is calculated 03/08/23 15:35:08.744 + STEP: Creating a long running pod 03/08/23 15:35:10.75 + STEP: Ensuring resource quota with not terminating scope captures the pod usage 03/08/23 15:35:10.761 + STEP: Ensuring resource quota with terminating scope ignored the pod usage 03/08/23 15:35:12.767 + STEP: Deleting the pod 03/08/23 15:35:14.773 + STEP: Ensuring resource quota status released the pod usage 03/08/23 15:35:14.785 + STEP: Creating a terminating pod 03/08/23 15:35:16.79 + STEP: Ensuring resource quota with terminating scope captures the pod usage 03/08/23 15:35:16.8 + STEP: Ensuring resource quota with not terminating scope ignored the pod usage 03/08/23 15:35:18.805 + STEP: Deleting the pod 03/08/23 15:35:20.81 + STEP: Ensuring resource quota status released the pod usage 03/08/23 15:35:20.823 + [AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 + Mar 8 15:35:22.827: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "resourcequota-900" for this suite. 03/08/23 15:35:22.832 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSS +------------------------------ +[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 03/08/23 15:35:22.839 +Mar 8 15:35:22.839: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename server-version 03/08/23 15:35:22.84 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:35:22.854 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:35:22.857 +[It] should find the server version [Conformance] + test/e2e/apimachinery/server_version.go:39 +STEP: Request ServerVersion 03/08/23 15:35:22.872 +STEP: Confirm major version 03/08/23 15:35:22.873 +Mar 8 15:35:22.873: INFO: Major version: 1 +STEP: Confirm minor version 03/08/23 15:35:22.873 +Mar 8 15:35:22.873: INFO: cleanMinorVersion: 25 +Mar 8 15:35:22.873: INFO: Minor version: 25 +[AfterEach] [sig-api-machinery] server version + test/e2e/framework/framework.go:187 +Mar 8 15:35:22.873: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "server-version-2624" for this suite. 03/08/23 15:35:22.877 +{"msg":"PASSED [sig-api-machinery] server version should find the server version [Conformance]","completed":286,"skipped":5135,"failed":0} +------------------------------ +• [0.044 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 03/08/23 15:35:22.839 + Mar 8 15:35:22.839: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename server-version 03/08/23 15:35:22.84 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:35:22.854 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:35:22.857 + [It] should find the server version [Conformance] + test/e2e/apimachinery/server_version.go:39 + STEP: Request ServerVersion 03/08/23 15:35:22.872 + STEP: Confirm major version 03/08/23 15:35:22.873 + Mar 8 15:35:22.873: INFO: Major version: 1 + STEP: Confirm minor version 03/08/23 15:35:22.873 + Mar 8 15:35:22.873: INFO: cleanMinorVersion: 25 + Mar 8 15:35:22.873: INFO: Minor version: 25 + [AfterEach] [sig-api-machinery] server version + test/e2e/framework/framework.go:187 + Mar 8 15:35:22.873: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "server-version-2624" for this suite. 03/08/23 15:35:22.877 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:35:22.883 +Mar 8 15:35:22.883: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename init-container 03/08/23 15:35:22.884 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:35:22.898 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:35:22.9 +[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 03/08/23 15:35:22.903 +Mar 8 15:35:22.903: INFO: PodSpec: initContainers in spec.initContainers +[AfterEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/framework.go:187 +Mar 8 15:35:27.519: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "init-container-5091" for this suite. 03/08/23 15:35:27.524 +{"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":287,"skipped":5151,"failed":0} +------------------------------ +• [4.646 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 03/08/23 15:35:22.883 + Mar 8 15:35:22.883: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename init-container 03/08/23 15:35:22.884 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:35:22.898 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:35:22.9 + [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 03/08/23 15:35:22.903 + Mar 8 15:35:22.903: INFO: PodSpec: initContainers in spec.initContainers + [AfterEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/framework.go:187 + Mar 8 15:35:27.519: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "init-container-5091" for this suite. 03/08/23 15:35:27.524 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:35:27.531 +Mar 8 15:35:27.531: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename services 03/08/23 15:35:27.531 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:35:27.544 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:35:27.547 +[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-572 03/08/23 15:35:27.55 +STEP: Creating active service to test reachability when its FQDN is referred as externalName for another service 03/08/23 15:35:27.558 +STEP: creating service externalsvc in namespace services-572 03/08/23 15:35:27.558 +STEP: creating replication controller externalsvc in namespace services-572 03/08/23 15:35:27.573 +I0308 15:35:27.578570 20 runners.go:193] Created replication controller with name: externalsvc, namespace: services-572, replica count: 2 +I0308 15:35:30.630021 20 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 03/08/23 15:35:30.633 +Mar 8 15:35:30.646: INFO: Creating new exec pod +Mar 8 15:35:30.656: INFO: Waiting up to 5m0s for pod "execpodgc2sb" in namespace "services-572" to be "running" +Mar 8 15:35:30.658: INFO: Pod "execpodgc2sb": Phase="Pending", Reason="", readiness=false. Elapsed: 2.574511ms +Mar 8 15:35:32.663: INFO: Pod "execpodgc2sb": Phase="Running", Reason="", readiness=true. Elapsed: 2.007429604s +Mar 8 15:35:32.663: INFO: Pod "execpodgc2sb" satisfied condition "running" +Mar 8 15:35:32.663: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-572 exec execpodgc2sb -- /bin/sh -x -c nslookup clusterip-service.services-572.svc.cluster.local' +Mar 8 15:35:32.800: INFO: stderr: "+ nslookup clusterip-service.services-572.svc.cluster.local\n" +Mar 8 15:35:32.800: INFO: stdout: "Server:\t\t192.168.0.10\nAddress:\t192.168.0.10#53\n\nclusterip-service.services-572.svc.cluster.local\tcanonical name = externalsvc.services-572.svc.cluster.local.\nName:\texternalsvc.services-572.svc.cluster.local\nAddress: 192.168.24.55\n\n" +STEP: deleting ReplicationController externalsvc in namespace services-572, will wait for the garbage collector to delete the pods 03/08/23 15:35:32.8 +Mar 8 15:35:32.861: INFO: Deleting ReplicationController externalsvc took: 6.817005ms +Mar 8 15:35:32.962: INFO: Terminating ReplicationController externalsvc pods took: 100.117972ms +Mar 8 15:35:34.777: INFO: Cleaning up the ClusterIP to ExternalName test service +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Mar 8 15:35:34.787: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-572" for this suite. 03/08/23 15:35:34.792 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +{"msg":"PASSED [sig-network] Services should be able to change the type from ClusterIP to ExternalName [Conformance]","completed":288,"skipped":5183,"failed":0} +------------------------------ +• [SLOW TEST] [7.266 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 03/08/23 15:35:27.531 + Mar 8 15:35:27.531: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename services 03/08/23 15:35:27.531 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:35:27.544 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:35:27.547 + [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-572 03/08/23 15:35:27.55 + STEP: Creating active service to test reachability when its FQDN is referred as externalName for another service 03/08/23 15:35:27.558 + STEP: creating service externalsvc in namespace services-572 03/08/23 15:35:27.558 + STEP: creating replication controller externalsvc in namespace services-572 03/08/23 15:35:27.573 + I0308 15:35:27.578570 20 runners.go:193] Created replication controller with name: externalsvc, namespace: services-572, replica count: 2 + I0308 15:35:30.630021 20 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 03/08/23 15:35:30.633 + Mar 8 15:35:30.646: INFO: Creating new exec pod + Mar 8 15:35:30.656: INFO: Waiting up to 5m0s for pod "execpodgc2sb" in namespace "services-572" to be "running" + Mar 8 15:35:30.658: INFO: Pod "execpodgc2sb": Phase="Pending", Reason="", readiness=false. Elapsed: 2.574511ms + Mar 8 15:35:32.663: INFO: Pod "execpodgc2sb": Phase="Running", Reason="", readiness=true. Elapsed: 2.007429604s + Mar 8 15:35:32.663: INFO: Pod "execpodgc2sb" satisfied condition "running" + Mar 8 15:35:32.663: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-572 exec execpodgc2sb -- /bin/sh -x -c nslookup clusterip-service.services-572.svc.cluster.local' + Mar 8 15:35:32.800: INFO: stderr: "+ nslookup clusterip-service.services-572.svc.cluster.local\n" + Mar 8 15:35:32.800: INFO: stdout: "Server:\t\t192.168.0.10\nAddress:\t192.168.0.10#53\n\nclusterip-service.services-572.svc.cluster.local\tcanonical name = externalsvc.services-572.svc.cluster.local.\nName:\texternalsvc.services-572.svc.cluster.local\nAddress: 192.168.24.55\n\n" + STEP: deleting ReplicationController externalsvc in namespace services-572, will wait for the garbage collector to delete the pods 03/08/23 15:35:32.8 + Mar 8 15:35:32.861: INFO: Deleting ReplicationController externalsvc took: 6.817005ms + Mar 8 15:35:32.962: INFO: Terminating ReplicationController externalsvc pods took: 100.117972ms + Mar 8 15:35:34.777: INFO: Cleaning up the ClusterIP to ExternalName test service + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Mar 8 15:35:34.787: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-572" for this suite. 03/08/23 15:35:34.792 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSS +------------------------------ +[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 03/08/23 15:35:34.797 +Mar 8 15:35:34.798: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename crd-publish-openapi 03/08/23 15:35:34.799 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:35:34.813 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:35:34.816 +[It] works for CRD without validation schema [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:152 +Mar 8 15:35:34.818: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: kubectl validation (kubectl create and apply) allows request with any unknown properties 03/08/23 15:35:37.568 +Mar 8 15:35:37.568: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-4238 --namespace=crd-publish-openapi-4238 create -f -' +Mar 8 15:35:38.230: INFO: stderr: "" +Mar 8 15:35:38.230: INFO: stdout: "e2e-test-crd-publish-openapi-433-crd.crd-publish-openapi-test-empty.example.com/test-cr created\n" +Mar 8 15:35:38.230: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-4238 --namespace=crd-publish-openapi-4238 delete e2e-test-crd-publish-openapi-433-crds test-cr' +Mar 8 15:35:38.340: INFO: stderr: "" +Mar 8 15:35:38.340: INFO: stdout: "e2e-test-crd-publish-openapi-433-crd.crd-publish-openapi-test-empty.example.com \"test-cr\" deleted\n" +Mar 8 15:35:38.340: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-4238 --namespace=crd-publish-openapi-4238 apply -f -' +Mar 8 15:35:38.930: INFO: stderr: "" +Mar 8 15:35:38.930: INFO: stdout: "e2e-test-crd-publish-openapi-433-crd.crd-publish-openapi-test-empty.example.com/test-cr created\n" +Mar 8 15:35:38.930: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-4238 --namespace=crd-publish-openapi-4238 delete e2e-test-crd-publish-openapi-433-crds test-cr' +Mar 8 15:35:39.003: INFO: stderr: "" +Mar 8 15:35:39.003: INFO: stdout: "e2e-test-crd-publish-openapi-433-crd.crd-publish-openapi-test-empty.example.com \"test-cr\" deleted\n" +STEP: kubectl explain works to explain CR without validation schema 03/08/23 15:35:39.003 +Mar 8 15:35:39.003: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-4238 explain e2e-test-crd-publish-openapi-433-crds' +Mar 8 15:35:39.189: INFO: stderr: "" +Mar 8 15:35:39.189: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-433-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 +Mar 8 15:35:41.994: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "crd-publish-openapi-4238" for this suite. 03/08/23 15:35:42.004 +{"msg":"PASSED [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] works for CRD without validation schema [Conformance]","completed":289,"skipped":5193,"failed":0} +------------------------------ +• [SLOW TEST] [7.213 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 03/08/23 15:35:34.797 + Mar 8 15:35:34.798: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename crd-publish-openapi 03/08/23 15:35:34.799 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:35:34.813 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:35:34.816 + [It] works for CRD without validation schema [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:152 + Mar 8 15:35:34.818: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: kubectl validation (kubectl create and apply) allows request with any unknown properties 03/08/23 15:35:37.568 + Mar 8 15:35:37.568: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-4238 --namespace=crd-publish-openapi-4238 create -f -' + Mar 8 15:35:38.230: INFO: stderr: "" + Mar 8 15:35:38.230: INFO: stdout: "e2e-test-crd-publish-openapi-433-crd.crd-publish-openapi-test-empty.example.com/test-cr created\n" + Mar 8 15:35:38.230: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-4238 --namespace=crd-publish-openapi-4238 delete e2e-test-crd-publish-openapi-433-crds test-cr' + Mar 8 15:35:38.340: INFO: stderr: "" + Mar 8 15:35:38.340: INFO: stdout: "e2e-test-crd-publish-openapi-433-crd.crd-publish-openapi-test-empty.example.com \"test-cr\" deleted\n" + Mar 8 15:35:38.340: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-4238 --namespace=crd-publish-openapi-4238 apply -f -' + Mar 8 15:35:38.930: INFO: stderr: "" + Mar 8 15:35:38.930: INFO: stdout: "e2e-test-crd-publish-openapi-433-crd.crd-publish-openapi-test-empty.example.com/test-cr created\n" + Mar 8 15:35:38.930: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-4238 --namespace=crd-publish-openapi-4238 delete e2e-test-crd-publish-openapi-433-crds test-cr' + Mar 8 15:35:39.003: INFO: stderr: "" + Mar 8 15:35:39.003: INFO: stdout: "e2e-test-crd-publish-openapi-433-crd.crd-publish-openapi-test-empty.example.com \"test-cr\" deleted\n" + STEP: kubectl explain works to explain CR without validation schema 03/08/23 15:35:39.003 + Mar 8 15:35:39.003: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-4238 explain e2e-test-crd-publish-openapi-433-crds' + Mar 8 15:35:39.189: INFO: stderr: "" + Mar 8 15:35:39.189: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-433-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 + Mar 8 15:35:41.994: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "crd-publish-openapi-4238" for this suite. 03/08/23 15:35:42.004 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:35:42.011 +Mar 8 15:35:42.011: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename job 03/08/23 15:35:42.012 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:35:42.025 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:35:42.027 +[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 03/08/23 15:35:42.03 +STEP: Ensuring job reaches completions 03/08/23 15:35:42.036 +[AfterEach] [sig-apps] Job + test/e2e/framework/framework.go:187 +Mar 8 15:35:54.041: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "job-8472" for this suite. 03/08/23 15:35:54.047 +{"msg":"PASSED [sig-apps] Job should run a job to completion when tasks sometimes fail and are locally restarted [Conformance]","completed":290,"skipped":5205,"failed":0} +------------------------------ +• [SLOW TEST] [12.042 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 03/08/23 15:35:42.011 + Mar 8 15:35:42.011: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename job 03/08/23 15:35:42.012 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:35:42.025 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:35:42.027 + [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 03/08/23 15:35:42.03 + STEP: Ensuring job reaches completions 03/08/23 15:35:42.036 + [AfterEach] [sig-apps] Job + test/e2e/framework/framework.go:187 + Mar 8 15:35:54.041: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "job-8472" for this suite. 03/08/23 15:35:54.047 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:35:54.053 +Mar 8 15:35:54.053: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename dns 03/08/23 15:35:54.054 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:35:54.071 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:35:54.088 +[It] should resolve DNS of partial qualified names for services [LinuxOnly] [Conformance] + test/e2e/network/dns.go:193 +STEP: Creating a test headless service 03/08/23 15:35:54.092 +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-8606 A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-test-service.dns-8606;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-8606 A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-test-service.dns-8606;check="$$(dig +notcp +noall +answer +search dns-test-service.dns-8606.svc A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-test-service.dns-8606.svc;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-8606.svc A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-test-service.dns-8606.svc;check="$$(dig +notcp +noall +answer +search _http._tcp.dns-test-service.dns-8606.svc SRV)" && test -n "$$check" && echo OK > /results/wheezy_udp@_http._tcp.dns-test-service.dns-8606.svc;check="$$(dig +tcp +noall +answer +search _http._tcp.dns-test-service.dns-8606.svc SRV)" && test -n "$$check" && echo OK > /results/wheezy_tcp@_http._tcp.dns-test-service.dns-8606.svc;check="$$(dig +notcp +noall +answer +search _http._tcp.test-service-2.dns-8606.svc SRV)" && test -n "$$check" && echo OK > /results/wheezy_udp@_http._tcp.test-service-2.dns-8606.svc;check="$$(dig +tcp +noall +answer +search _http._tcp.test-service-2.dns-8606.svc SRV)" && test -n "$$check" && echo OK > /results/wheezy_tcp@_http._tcp.test-service-2.dns-8606.svc;check="$$(dig +notcp +noall +answer +search 56.180.168.192.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/192.168.180.56_udp@PTR;check="$$(dig +tcp +noall +answer +search 56.180.168.192.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/192.168.180.56_tcp@PTR;sleep 1; done + 03/08/23 15:35:54.11 +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-8606 A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-test-service.dns-8606;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-8606 A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-test-service.dns-8606;check="$$(dig +notcp +noall +answer +search dns-test-service.dns-8606.svc A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-test-service.dns-8606.svc;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-8606.svc A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-test-service.dns-8606.svc;check="$$(dig +notcp +noall +answer +search _http._tcp.dns-test-service.dns-8606.svc SRV)" && test -n "$$check" && echo OK > /results/jessie_udp@_http._tcp.dns-test-service.dns-8606.svc;check="$$(dig +tcp +noall +answer +search _http._tcp.dns-test-service.dns-8606.svc SRV)" && test -n "$$check" && echo OK > /results/jessie_tcp@_http._tcp.dns-test-service.dns-8606.svc;check="$$(dig +notcp +noall +answer +search _http._tcp.test-service-2.dns-8606.svc SRV)" && test -n "$$check" && echo OK > /results/jessie_udp@_http._tcp.test-service-2.dns-8606.svc;check="$$(dig +tcp +noall +answer +search _http._tcp.test-service-2.dns-8606.svc SRV)" && test -n "$$check" && echo OK > /results/jessie_tcp@_http._tcp.test-service-2.dns-8606.svc;check="$$(dig +notcp +noall +answer +search 56.180.168.192.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/192.168.180.56_udp@PTR;check="$$(dig +tcp +noall +answer +search 56.180.168.192.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/192.168.180.56_tcp@PTR;sleep 1; done + 03/08/23 15:35:54.11 +STEP: creating a pod to probe DNS 03/08/23 15:35:54.11 +STEP: submitting the pod to kubernetes 03/08/23 15:35:54.11 +Mar 8 15:35:54.123: INFO: Waiting up to 15m0s for pod "dns-test-7e648789-efe8-496a-8fd0-04c176339735" in namespace "dns-8606" to be "running" +Mar 8 15:35:54.144: INFO: Pod "dns-test-7e648789-efe8-496a-8fd0-04c176339735": Phase="Pending", Reason="", readiness=false. Elapsed: 20.749024ms +Mar 8 15:35:56.148: INFO: Pod "dns-test-7e648789-efe8-496a-8fd0-04c176339735": Phase="Running", Reason="", readiness=true. Elapsed: 2.024753831s +Mar 8 15:35:56.148: INFO: Pod "dns-test-7e648789-efe8-496a-8fd0-04c176339735" satisfied condition "running" +STEP: retrieving the pod 03/08/23 15:35:56.148 +STEP: looking for the results for each expected name from probers 03/08/23 15:35:56.151 +Mar 8 15:35:56.156: INFO: Unable to read wheezy_udp@dns-test-service from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:35:56.159: INFO: Unable to read wheezy_tcp@dns-test-service from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:35:56.163: INFO: Unable to read wheezy_udp@dns-test-service.dns-8606 from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:35:56.166: INFO: Unable to read wheezy_tcp@dns-test-service.dns-8606 from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:35:56.170: INFO: Unable to read wheezy_udp@dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:35:56.173: INFO: Unable to read wheezy_tcp@dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:35:56.176: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:35:56.180: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:35:56.197: INFO: Unable to read jessie_udp@dns-test-service from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:35:56.201: INFO: Unable to read jessie_tcp@dns-test-service from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:35:56.205: INFO: Unable to read jessie_udp@dns-test-service.dns-8606 from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:35:56.209: INFO: Unable to read jessie_tcp@dns-test-service.dns-8606 from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:35:56.213: INFO: Unable to read jessie_udp@dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:35:56.217: INFO: Unable to read jessie_tcp@dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:35:56.220: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:35:56.225: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:35:56.239: INFO: Lookups using dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735 failed for: [wheezy_udp@dns-test-service wheezy_tcp@dns-test-service wheezy_udp@dns-test-service.dns-8606 wheezy_tcp@dns-test-service.dns-8606 wheezy_udp@dns-test-service.dns-8606.svc wheezy_tcp@dns-test-service.dns-8606.svc wheezy_udp@_http._tcp.dns-test-service.dns-8606.svc wheezy_tcp@_http._tcp.dns-test-service.dns-8606.svc jessie_udp@dns-test-service jessie_tcp@dns-test-service jessie_udp@dns-test-service.dns-8606 jessie_tcp@dns-test-service.dns-8606 jessie_udp@dns-test-service.dns-8606.svc jessie_tcp@dns-test-service.dns-8606.svc jessie_udp@_http._tcp.dns-test-service.dns-8606.svc jessie_tcp@_http._tcp.dns-test-service.dns-8606.svc] + +Mar 8 15:36:01.246: INFO: Unable to read wheezy_udp@dns-test-service from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:01.249: INFO: Unable to read wheezy_tcp@dns-test-service from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:01.252: INFO: Unable to read wheezy_udp@dns-test-service.dns-8606 from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:01.256: INFO: Unable to read wheezy_tcp@dns-test-service.dns-8606 from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:01.259: INFO: Unable to read wheezy_udp@dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:01.262: INFO: Unable to read wheezy_tcp@dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:01.266: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:01.269: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:01.287: INFO: Unable to read jessie_udp@dns-test-service from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:01.290: INFO: Unable to read jessie_tcp@dns-test-service from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:01.295: INFO: Unable to read jessie_udp@dns-test-service.dns-8606 from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:01.299: INFO: Unable to read jessie_tcp@dns-test-service.dns-8606 from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:01.302: INFO: Unable to read jessie_udp@dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:01.305: INFO: Unable to read jessie_tcp@dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:01.309: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:01.312: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:01.326: INFO: Lookups using dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735 failed for: [wheezy_udp@dns-test-service wheezy_tcp@dns-test-service wheezy_udp@dns-test-service.dns-8606 wheezy_tcp@dns-test-service.dns-8606 wheezy_udp@dns-test-service.dns-8606.svc wheezy_tcp@dns-test-service.dns-8606.svc wheezy_udp@_http._tcp.dns-test-service.dns-8606.svc wheezy_tcp@_http._tcp.dns-test-service.dns-8606.svc jessie_udp@dns-test-service jessie_tcp@dns-test-service jessie_udp@dns-test-service.dns-8606 jessie_tcp@dns-test-service.dns-8606 jessie_udp@dns-test-service.dns-8606.svc jessie_tcp@dns-test-service.dns-8606.svc jessie_udp@_http._tcp.dns-test-service.dns-8606.svc jessie_tcp@_http._tcp.dns-test-service.dns-8606.svc] + +Mar 8 15:36:06.247: INFO: Unable to read wheezy_udp@dns-test-service from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:06.251: INFO: Unable to read wheezy_tcp@dns-test-service from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:06.254: INFO: Unable to read wheezy_udp@dns-test-service.dns-8606 from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:06.258: INFO: Unable to read wheezy_tcp@dns-test-service.dns-8606 from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:06.261: INFO: Unable to read wheezy_udp@dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:06.264: INFO: Unable to read wheezy_tcp@dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:06.268: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:06.271: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:06.290: INFO: Unable to read jessie_udp@dns-test-service from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:06.295: INFO: Unable to read jessie_tcp@dns-test-service from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:06.298: INFO: Unable to read jessie_udp@dns-test-service.dns-8606 from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:06.302: INFO: Unable to read jessie_tcp@dns-test-service.dns-8606 from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:06.305: INFO: Unable to read jessie_udp@dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:06.309: INFO: Unable to read jessie_tcp@dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:06.313: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:06.316: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:06.329: INFO: Lookups using dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735 failed for: [wheezy_udp@dns-test-service wheezy_tcp@dns-test-service wheezy_udp@dns-test-service.dns-8606 wheezy_tcp@dns-test-service.dns-8606 wheezy_udp@dns-test-service.dns-8606.svc wheezy_tcp@dns-test-service.dns-8606.svc wheezy_udp@_http._tcp.dns-test-service.dns-8606.svc wheezy_tcp@_http._tcp.dns-test-service.dns-8606.svc jessie_udp@dns-test-service jessie_tcp@dns-test-service jessie_udp@dns-test-service.dns-8606 jessie_tcp@dns-test-service.dns-8606 jessie_udp@dns-test-service.dns-8606.svc jessie_tcp@dns-test-service.dns-8606.svc jessie_udp@_http._tcp.dns-test-service.dns-8606.svc jessie_tcp@_http._tcp.dns-test-service.dns-8606.svc] + +Mar 8 15:36:11.246: INFO: Unable to read wheezy_udp@dns-test-service from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:11.250: INFO: Unable to read wheezy_tcp@dns-test-service from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:11.254: INFO: Unable to read wheezy_udp@dns-test-service.dns-8606 from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:11.257: INFO: Unable to read wheezy_tcp@dns-test-service.dns-8606 from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:11.260: INFO: Unable to read wheezy_udp@dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:11.264: INFO: Unable to read wheezy_tcp@dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:11.267: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:11.271: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:11.289: INFO: Unable to read jessie_udp@dns-test-service from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:11.293: INFO: Unable to read jessie_tcp@dns-test-service from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:11.297: INFO: Unable to read jessie_udp@dns-test-service.dns-8606 from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:11.300: INFO: Unable to read jessie_tcp@dns-test-service.dns-8606 from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:11.304: INFO: Unable to read jessie_udp@dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:11.307: INFO: Unable to read jessie_tcp@dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:11.311: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:11.314: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:11.327: INFO: Lookups using dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735 failed for: [wheezy_udp@dns-test-service wheezy_tcp@dns-test-service wheezy_udp@dns-test-service.dns-8606 wheezy_tcp@dns-test-service.dns-8606 wheezy_udp@dns-test-service.dns-8606.svc wheezy_tcp@dns-test-service.dns-8606.svc wheezy_udp@_http._tcp.dns-test-service.dns-8606.svc wheezy_tcp@_http._tcp.dns-test-service.dns-8606.svc jessie_udp@dns-test-service jessie_tcp@dns-test-service jessie_udp@dns-test-service.dns-8606 jessie_tcp@dns-test-service.dns-8606 jessie_udp@dns-test-service.dns-8606.svc jessie_tcp@dns-test-service.dns-8606.svc jessie_udp@_http._tcp.dns-test-service.dns-8606.svc jessie_tcp@_http._tcp.dns-test-service.dns-8606.svc] + +Mar 8 15:36:16.253: INFO: Unable to read wheezy_udp@dns-test-service from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:16.256: INFO: Unable to read wheezy_tcp@dns-test-service from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:16.260: INFO: Unable to read wheezy_udp@dns-test-service.dns-8606 from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:16.263: INFO: Unable to read wheezy_tcp@dns-test-service.dns-8606 from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:16.266: INFO: Unable to read wheezy_udp@dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:16.270: INFO: Unable to read wheezy_tcp@dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:16.273: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:16.277: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:16.293: INFO: Unable to read jessie_udp@dns-test-service from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:16.296: INFO: Unable to read jessie_tcp@dns-test-service from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:16.300: INFO: Unable to read jessie_udp@dns-test-service.dns-8606 from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:16.303: INFO: Unable to read jessie_tcp@dns-test-service.dns-8606 from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:16.306: INFO: Unable to read jessie_udp@dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:16.309: INFO: Unable to read jessie_tcp@dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:16.314: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:16.317: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:16.330: INFO: Lookups using dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735 failed for: [wheezy_udp@dns-test-service wheezy_tcp@dns-test-service wheezy_udp@dns-test-service.dns-8606 wheezy_tcp@dns-test-service.dns-8606 wheezy_udp@dns-test-service.dns-8606.svc wheezy_tcp@dns-test-service.dns-8606.svc wheezy_udp@_http._tcp.dns-test-service.dns-8606.svc wheezy_tcp@_http._tcp.dns-test-service.dns-8606.svc jessie_udp@dns-test-service jessie_tcp@dns-test-service jessie_udp@dns-test-service.dns-8606 jessie_tcp@dns-test-service.dns-8606 jessie_udp@dns-test-service.dns-8606.svc jessie_tcp@dns-test-service.dns-8606.svc jessie_udp@_http._tcp.dns-test-service.dns-8606.svc jessie_tcp@_http._tcp.dns-test-service.dns-8606.svc] + +Mar 8 15:36:21.248: INFO: Unable to read wheezy_udp@dns-test-service from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:21.252: INFO: Unable to read wheezy_tcp@dns-test-service from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:21.256: INFO: Unable to read wheezy_udp@dns-test-service.dns-8606 from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:21.259: INFO: Unable to read wheezy_tcp@dns-test-service.dns-8606 from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:21.262: INFO: Unable to read wheezy_udp@dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:21.266: INFO: Unable to read wheezy_tcp@dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:21.269: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:21.272: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:21.293: INFO: Unable to read jessie_udp@dns-test-service from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:21.296: INFO: Unable to read jessie_tcp@dns-test-service from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:21.300: INFO: Unable to read jessie_udp@dns-test-service.dns-8606 from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:21.303: INFO: Unable to read jessie_tcp@dns-test-service.dns-8606 from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:21.307: INFO: Unable to read jessie_udp@dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:21.310: INFO: Unable to read jessie_tcp@dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:21.314: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:21.318: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) +Mar 8 15:36:21.332: INFO: Lookups using dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735 failed for: [wheezy_udp@dns-test-service wheezy_tcp@dns-test-service wheezy_udp@dns-test-service.dns-8606 wheezy_tcp@dns-test-service.dns-8606 wheezy_udp@dns-test-service.dns-8606.svc wheezy_tcp@dns-test-service.dns-8606.svc wheezy_udp@_http._tcp.dns-test-service.dns-8606.svc wheezy_tcp@_http._tcp.dns-test-service.dns-8606.svc jessie_udp@dns-test-service jessie_tcp@dns-test-service jessie_udp@dns-test-service.dns-8606 jessie_tcp@dns-test-service.dns-8606 jessie_udp@dns-test-service.dns-8606.svc jessie_tcp@dns-test-service.dns-8606.svc jessie_udp@_http._tcp.dns-test-service.dns-8606.svc jessie_tcp@_http._tcp.dns-test-service.dns-8606.svc] + +Mar 8 15:36:26.345: INFO: DNS probes using dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735 succeeded + +STEP: deleting the pod 03/08/23 15:36:26.345 +STEP: deleting the test service 03/08/23 15:36:26.375 +STEP: deleting the test headless service 03/08/23 15:36:26.413 +[AfterEach] [sig-network] DNS + test/e2e/framework/framework.go:187 +Mar 8 15:36:26.428: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "dns-8606" for this suite. 03/08/23 15:36:26.441 +{"msg":"PASSED [sig-network] DNS should resolve DNS of partial qualified names for services [LinuxOnly] [Conformance]","completed":291,"skipped":5218,"failed":0} +------------------------------ +• [SLOW TEST] [32.400 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 03/08/23 15:35:54.053 + Mar 8 15:35:54.053: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename dns 03/08/23 15:35:54.054 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:35:54.071 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:35:54.088 + [It] should resolve DNS of partial qualified names for services [LinuxOnly] [Conformance] + test/e2e/network/dns.go:193 + STEP: Creating a test headless service 03/08/23 15:35:54.092 + 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-8606 A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-test-service.dns-8606;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-8606 A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-test-service.dns-8606;check="$$(dig +notcp +noall +answer +search dns-test-service.dns-8606.svc A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-test-service.dns-8606.svc;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-8606.svc A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-test-service.dns-8606.svc;check="$$(dig +notcp +noall +answer +search _http._tcp.dns-test-service.dns-8606.svc SRV)" && test -n "$$check" && echo OK > /results/wheezy_udp@_http._tcp.dns-test-service.dns-8606.svc;check="$$(dig +tcp +noall +answer +search _http._tcp.dns-test-service.dns-8606.svc SRV)" && test -n "$$check" && echo OK > /results/wheezy_tcp@_http._tcp.dns-test-service.dns-8606.svc;check="$$(dig +notcp +noall +answer +search _http._tcp.test-service-2.dns-8606.svc SRV)" && test -n "$$check" && echo OK > /results/wheezy_udp@_http._tcp.test-service-2.dns-8606.svc;check="$$(dig +tcp +noall +answer +search _http._tcp.test-service-2.dns-8606.svc SRV)" && test -n "$$check" && echo OK > /results/wheezy_tcp@_http._tcp.test-service-2.dns-8606.svc;check="$$(dig +notcp +noall +answer +search 56.180.168.192.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/192.168.180.56_udp@PTR;check="$$(dig +tcp +noall +answer +search 56.180.168.192.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/192.168.180.56_tcp@PTR;sleep 1; done + 03/08/23 15:35:54.11 + 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-8606 A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-test-service.dns-8606;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-8606 A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-test-service.dns-8606;check="$$(dig +notcp +noall +answer +search dns-test-service.dns-8606.svc A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-test-service.dns-8606.svc;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-8606.svc A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-test-service.dns-8606.svc;check="$$(dig +notcp +noall +answer +search _http._tcp.dns-test-service.dns-8606.svc SRV)" && test -n "$$check" && echo OK > /results/jessie_udp@_http._tcp.dns-test-service.dns-8606.svc;check="$$(dig +tcp +noall +answer +search _http._tcp.dns-test-service.dns-8606.svc SRV)" && test -n "$$check" && echo OK > /results/jessie_tcp@_http._tcp.dns-test-service.dns-8606.svc;check="$$(dig +notcp +noall +answer +search _http._tcp.test-service-2.dns-8606.svc SRV)" && test -n "$$check" && echo OK > /results/jessie_udp@_http._tcp.test-service-2.dns-8606.svc;check="$$(dig +tcp +noall +answer +search _http._tcp.test-service-2.dns-8606.svc SRV)" && test -n "$$check" && echo OK > /results/jessie_tcp@_http._tcp.test-service-2.dns-8606.svc;check="$$(dig +notcp +noall +answer +search 56.180.168.192.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/192.168.180.56_udp@PTR;check="$$(dig +tcp +noall +answer +search 56.180.168.192.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/192.168.180.56_tcp@PTR;sleep 1; done + 03/08/23 15:35:54.11 + STEP: creating a pod to probe DNS 03/08/23 15:35:54.11 + STEP: submitting the pod to kubernetes 03/08/23 15:35:54.11 + Mar 8 15:35:54.123: INFO: Waiting up to 15m0s for pod "dns-test-7e648789-efe8-496a-8fd0-04c176339735" in namespace "dns-8606" to be "running" + Mar 8 15:35:54.144: INFO: Pod "dns-test-7e648789-efe8-496a-8fd0-04c176339735": Phase="Pending", Reason="", readiness=false. Elapsed: 20.749024ms + Mar 8 15:35:56.148: INFO: Pod "dns-test-7e648789-efe8-496a-8fd0-04c176339735": Phase="Running", Reason="", readiness=true. Elapsed: 2.024753831s + Mar 8 15:35:56.148: INFO: Pod "dns-test-7e648789-efe8-496a-8fd0-04c176339735" satisfied condition "running" + STEP: retrieving the pod 03/08/23 15:35:56.148 + STEP: looking for the results for each expected name from probers 03/08/23 15:35:56.151 + Mar 8 15:35:56.156: INFO: Unable to read wheezy_udp@dns-test-service from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:35:56.159: INFO: Unable to read wheezy_tcp@dns-test-service from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:35:56.163: INFO: Unable to read wheezy_udp@dns-test-service.dns-8606 from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:35:56.166: INFO: Unable to read wheezy_tcp@dns-test-service.dns-8606 from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:35:56.170: INFO: Unable to read wheezy_udp@dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:35:56.173: INFO: Unable to read wheezy_tcp@dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:35:56.176: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:35:56.180: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:35:56.197: INFO: Unable to read jessie_udp@dns-test-service from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:35:56.201: INFO: Unable to read jessie_tcp@dns-test-service from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:35:56.205: INFO: Unable to read jessie_udp@dns-test-service.dns-8606 from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:35:56.209: INFO: Unable to read jessie_tcp@dns-test-service.dns-8606 from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:35:56.213: INFO: Unable to read jessie_udp@dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:35:56.217: INFO: Unable to read jessie_tcp@dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:35:56.220: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:35:56.225: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:35:56.239: INFO: Lookups using dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735 failed for: [wheezy_udp@dns-test-service wheezy_tcp@dns-test-service wheezy_udp@dns-test-service.dns-8606 wheezy_tcp@dns-test-service.dns-8606 wheezy_udp@dns-test-service.dns-8606.svc wheezy_tcp@dns-test-service.dns-8606.svc wheezy_udp@_http._tcp.dns-test-service.dns-8606.svc wheezy_tcp@_http._tcp.dns-test-service.dns-8606.svc jessie_udp@dns-test-service jessie_tcp@dns-test-service jessie_udp@dns-test-service.dns-8606 jessie_tcp@dns-test-service.dns-8606 jessie_udp@dns-test-service.dns-8606.svc jessie_tcp@dns-test-service.dns-8606.svc jessie_udp@_http._tcp.dns-test-service.dns-8606.svc jessie_tcp@_http._tcp.dns-test-service.dns-8606.svc] + + Mar 8 15:36:01.246: INFO: Unable to read wheezy_udp@dns-test-service from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:01.249: INFO: Unable to read wheezy_tcp@dns-test-service from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:01.252: INFO: Unable to read wheezy_udp@dns-test-service.dns-8606 from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:01.256: INFO: Unable to read wheezy_tcp@dns-test-service.dns-8606 from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:01.259: INFO: Unable to read wheezy_udp@dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:01.262: INFO: Unable to read wheezy_tcp@dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:01.266: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:01.269: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:01.287: INFO: Unable to read jessie_udp@dns-test-service from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:01.290: INFO: Unable to read jessie_tcp@dns-test-service from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:01.295: INFO: Unable to read jessie_udp@dns-test-service.dns-8606 from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:01.299: INFO: Unable to read jessie_tcp@dns-test-service.dns-8606 from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:01.302: INFO: Unable to read jessie_udp@dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:01.305: INFO: Unable to read jessie_tcp@dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:01.309: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:01.312: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:01.326: INFO: Lookups using dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735 failed for: [wheezy_udp@dns-test-service wheezy_tcp@dns-test-service wheezy_udp@dns-test-service.dns-8606 wheezy_tcp@dns-test-service.dns-8606 wheezy_udp@dns-test-service.dns-8606.svc wheezy_tcp@dns-test-service.dns-8606.svc wheezy_udp@_http._tcp.dns-test-service.dns-8606.svc wheezy_tcp@_http._tcp.dns-test-service.dns-8606.svc jessie_udp@dns-test-service jessie_tcp@dns-test-service jessie_udp@dns-test-service.dns-8606 jessie_tcp@dns-test-service.dns-8606 jessie_udp@dns-test-service.dns-8606.svc jessie_tcp@dns-test-service.dns-8606.svc jessie_udp@_http._tcp.dns-test-service.dns-8606.svc jessie_tcp@_http._tcp.dns-test-service.dns-8606.svc] + + Mar 8 15:36:06.247: INFO: Unable to read wheezy_udp@dns-test-service from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:06.251: INFO: Unable to read wheezy_tcp@dns-test-service from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:06.254: INFO: Unable to read wheezy_udp@dns-test-service.dns-8606 from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:06.258: INFO: Unable to read wheezy_tcp@dns-test-service.dns-8606 from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:06.261: INFO: Unable to read wheezy_udp@dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:06.264: INFO: Unable to read wheezy_tcp@dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:06.268: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:06.271: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:06.290: INFO: Unable to read jessie_udp@dns-test-service from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:06.295: INFO: Unable to read jessie_tcp@dns-test-service from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:06.298: INFO: Unable to read jessie_udp@dns-test-service.dns-8606 from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:06.302: INFO: Unable to read jessie_tcp@dns-test-service.dns-8606 from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:06.305: INFO: Unable to read jessie_udp@dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:06.309: INFO: Unable to read jessie_tcp@dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:06.313: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:06.316: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:06.329: INFO: Lookups using dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735 failed for: [wheezy_udp@dns-test-service wheezy_tcp@dns-test-service wheezy_udp@dns-test-service.dns-8606 wheezy_tcp@dns-test-service.dns-8606 wheezy_udp@dns-test-service.dns-8606.svc wheezy_tcp@dns-test-service.dns-8606.svc wheezy_udp@_http._tcp.dns-test-service.dns-8606.svc wheezy_tcp@_http._tcp.dns-test-service.dns-8606.svc jessie_udp@dns-test-service jessie_tcp@dns-test-service jessie_udp@dns-test-service.dns-8606 jessie_tcp@dns-test-service.dns-8606 jessie_udp@dns-test-service.dns-8606.svc jessie_tcp@dns-test-service.dns-8606.svc jessie_udp@_http._tcp.dns-test-service.dns-8606.svc jessie_tcp@_http._tcp.dns-test-service.dns-8606.svc] + + Mar 8 15:36:11.246: INFO: Unable to read wheezy_udp@dns-test-service from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:11.250: INFO: Unable to read wheezy_tcp@dns-test-service from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:11.254: INFO: Unable to read wheezy_udp@dns-test-service.dns-8606 from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:11.257: INFO: Unable to read wheezy_tcp@dns-test-service.dns-8606 from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:11.260: INFO: Unable to read wheezy_udp@dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:11.264: INFO: Unable to read wheezy_tcp@dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:11.267: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:11.271: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:11.289: INFO: Unable to read jessie_udp@dns-test-service from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:11.293: INFO: Unable to read jessie_tcp@dns-test-service from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:11.297: INFO: Unable to read jessie_udp@dns-test-service.dns-8606 from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:11.300: INFO: Unable to read jessie_tcp@dns-test-service.dns-8606 from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:11.304: INFO: Unable to read jessie_udp@dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:11.307: INFO: Unable to read jessie_tcp@dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:11.311: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:11.314: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:11.327: INFO: Lookups using dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735 failed for: [wheezy_udp@dns-test-service wheezy_tcp@dns-test-service wheezy_udp@dns-test-service.dns-8606 wheezy_tcp@dns-test-service.dns-8606 wheezy_udp@dns-test-service.dns-8606.svc wheezy_tcp@dns-test-service.dns-8606.svc wheezy_udp@_http._tcp.dns-test-service.dns-8606.svc wheezy_tcp@_http._tcp.dns-test-service.dns-8606.svc jessie_udp@dns-test-service jessie_tcp@dns-test-service jessie_udp@dns-test-service.dns-8606 jessie_tcp@dns-test-service.dns-8606 jessie_udp@dns-test-service.dns-8606.svc jessie_tcp@dns-test-service.dns-8606.svc jessie_udp@_http._tcp.dns-test-service.dns-8606.svc jessie_tcp@_http._tcp.dns-test-service.dns-8606.svc] + + Mar 8 15:36:16.253: INFO: Unable to read wheezy_udp@dns-test-service from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:16.256: INFO: Unable to read wheezy_tcp@dns-test-service from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:16.260: INFO: Unable to read wheezy_udp@dns-test-service.dns-8606 from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:16.263: INFO: Unable to read wheezy_tcp@dns-test-service.dns-8606 from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:16.266: INFO: Unable to read wheezy_udp@dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:16.270: INFO: Unable to read wheezy_tcp@dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:16.273: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:16.277: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:16.293: INFO: Unable to read jessie_udp@dns-test-service from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:16.296: INFO: Unable to read jessie_tcp@dns-test-service from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:16.300: INFO: Unable to read jessie_udp@dns-test-service.dns-8606 from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:16.303: INFO: Unable to read jessie_tcp@dns-test-service.dns-8606 from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:16.306: INFO: Unable to read jessie_udp@dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:16.309: INFO: Unable to read jessie_tcp@dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:16.314: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:16.317: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:16.330: INFO: Lookups using dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735 failed for: [wheezy_udp@dns-test-service wheezy_tcp@dns-test-service wheezy_udp@dns-test-service.dns-8606 wheezy_tcp@dns-test-service.dns-8606 wheezy_udp@dns-test-service.dns-8606.svc wheezy_tcp@dns-test-service.dns-8606.svc wheezy_udp@_http._tcp.dns-test-service.dns-8606.svc wheezy_tcp@_http._tcp.dns-test-service.dns-8606.svc jessie_udp@dns-test-service jessie_tcp@dns-test-service jessie_udp@dns-test-service.dns-8606 jessie_tcp@dns-test-service.dns-8606 jessie_udp@dns-test-service.dns-8606.svc jessie_tcp@dns-test-service.dns-8606.svc jessie_udp@_http._tcp.dns-test-service.dns-8606.svc jessie_tcp@_http._tcp.dns-test-service.dns-8606.svc] + + Mar 8 15:36:21.248: INFO: Unable to read wheezy_udp@dns-test-service from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:21.252: INFO: Unable to read wheezy_tcp@dns-test-service from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:21.256: INFO: Unable to read wheezy_udp@dns-test-service.dns-8606 from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:21.259: INFO: Unable to read wheezy_tcp@dns-test-service.dns-8606 from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:21.262: INFO: Unable to read wheezy_udp@dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:21.266: INFO: Unable to read wheezy_tcp@dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:21.269: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:21.272: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:21.293: INFO: Unable to read jessie_udp@dns-test-service from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:21.296: INFO: Unable to read jessie_tcp@dns-test-service from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:21.300: INFO: Unable to read jessie_udp@dns-test-service.dns-8606 from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:21.303: INFO: Unable to read jessie_tcp@dns-test-service.dns-8606 from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:21.307: INFO: Unable to read jessie_udp@dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:21.310: INFO: Unable to read jessie_tcp@dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:21.314: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:21.318: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-8606.svc from pod dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735: the server could not find the requested resource (get pods dns-test-7e648789-efe8-496a-8fd0-04c176339735) + Mar 8 15:36:21.332: INFO: Lookups using dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735 failed for: [wheezy_udp@dns-test-service wheezy_tcp@dns-test-service wheezy_udp@dns-test-service.dns-8606 wheezy_tcp@dns-test-service.dns-8606 wheezy_udp@dns-test-service.dns-8606.svc wheezy_tcp@dns-test-service.dns-8606.svc wheezy_udp@_http._tcp.dns-test-service.dns-8606.svc wheezy_tcp@_http._tcp.dns-test-service.dns-8606.svc jessie_udp@dns-test-service jessie_tcp@dns-test-service jessie_udp@dns-test-service.dns-8606 jessie_tcp@dns-test-service.dns-8606 jessie_udp@dns-test-service.dns-8606.svc jessie_tcp@dns-test-service.dns-8606.svc jessie_udp@_http._tcp.dns-test-service.dns-8606.svc jessie_tcp@_http._tcp.dns-test-service.dns-8606.svc] + + Mar 8 15:36:26.345: INFO: DNS probes using dns-8606/dns-test-7e648789-efe8-496a-8fd0-04c176339735 succeeded + + STEP: deleting the pod 03/08/23 15:36:26.345 + STEP: deleting the test service 03/08/23 15:36:26.375 + STEP: deleting the test headless service 03/08/23 15:36:26.413 + [AfterEach] [sig-network] DNS + test/e2e/framework/framework.go:187 + Mar 8 15:36:26.428: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "dns-8606" for this suite. 03/08/23 15:36:26.441 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:36:26.454 +Mar 8 15:36:26.454: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename replication-controller 03/08/23 15:36:26.455 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:36:26.471 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:36:26.474 +[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 +Mar 8 15:36:26.476: 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 03/08/23 15:36:26.487 +STEP: Checking rc "condition-test" has the desired failure condition set 03/08/23 15:36:26.492 +STEP: Scaling down rc "condition-test" to satisfy pod quota 03/08/23 15:36:27.501 +Mar 8 15:36:27.510: INFO: Updating replication controller "condition-test" +STEP: Checking rc "condition-test" has no failure condition set 03/08/23 15:36:27.51 +[AfterEach] [sig-apps] ReplicationController + test/e2e/framework/framework.go:187 +Mar 8 15:36:28.518: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "replication-controller-9" for this suite. 03/08/23 15:36:28.523 +{"msg":"PASSED [sig-apps] ReplicationController should surface a failure condition on a common issue like exceeded quota [Conformance]","completed":292,"skipped":5244,"failed":0} +------------------------------ +• [2.074 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 03/08/23 15:36:26.454 + Mar 8 15:36:26.454: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename replication-controller 03/08/23 15:36:26.455 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:36:26.471 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:36:26.474 + [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 + Mar 8 15:36:26.476: 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 03/08/23 15:36:26.487 + STEP: Checking rc "condition-test" has the desired failure condition set 03/08/23 15:36:26.492 + STEP: Scaling down rc "condition-test" to satisfy pod quota 03/08/23 15:36:27.501 + Mar 8 15:36:27.510: INFO: Updating replication controller "condition-test" + STEP: Checking rc "condition-test" has no failure condition set 03/08/23 15:36:27.51 + [AfterEach] [sig-apps] ReplicationController + test/e2e/framework/framework.go:187 + Mar 8 15:36:28.518: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "replication-controller-9" for this suite. 03/08/23 15:36:28.523 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:36:28.529 +Mar 8 15:36:28.529: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename kubectl 03/08/23 15:36:28.53 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:36:28.543 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:36:28.546 +[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 03/08/23 15:36:28.548 +Mar 8 15:36:28.549: 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 + +Mar 8 15:36:28.549: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-2884 create -f -' +Mar 8 15:36:29.216: INFO: stderr: "" +Mar 8 15:36:29.216: INFO: stdout: "service/agnhost-replica created\n" +Mar 8 15:36:29.216: 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 + +Mar 8 15:36:29.216: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-2884 create -f -' +Mar 8 15:36:29.809: INFO: stderr: "" +Mar 8 15:36:29.809: INFO: stdout: "service/agnhost-primary created\n" +Mar 8 15:36:29.810: 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 + +Mar 8 15:36:29.810: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-2884 create -f -' +Mar 8 15:36:30.007: INFO: stderr: "" +Mar 8 15:36:30.007: INFO: stdout: "service/frontend created\n" +Mar 8 15:36:30.007: 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: ehub.ctcdn.cn/eck/sonobuoy/agnhost:2.40 + args: [ "guestbook", "--backend-port", "6379" ] + resources: + requests: + cpu: 100m + memory: 100Mi + ports: + - containerPort: 80 + +Mar 8 15:36:30.007: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-2884 create -f -' +Mar 8 15:36:30.560: INFO: stderr: "" +Mar 8 15:36:30.560: INFO: stdout: "deployment.apps/frontend created\n" +Mar 8 15:36:30.560: 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: ehub.ctcdn.cn/eck/sonobuoy/agnhost:2.40 + args: [ "guestbook", "--http-port", "6379" ] + resources: + requests: + cpu: 100m + memory: 100Mi + ports: + - containerPort: 6379 + +Mar 8 15:36:30.560: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-2884 create -f -' +Mar 8 15:36:30.764: INFO: stderr: "" +Mar 8 15:36:30.764: INFO: stdout: "deployment.apps/agnhost-primary created\n" +Mar 8 15:36:30.764: 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: ehub.ctcdn.cn/eck/sonobuoy/agnhost:2.40 + args: [ "guestbook", "--replicaof", "agnhost-primary", "--http-port", "6379" ] + resources: + requests: + cpu: 100m + memory: 100Mi + ports: + - containerPort: 6379 + +Mar 8 15:36:30.764: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-2884 create -f -' +Mar 8 15:36:30.982: INFO: stderr: "" +Mar 8 15:36:30.982: INFO: stdout: "deployment.apps/agnhost-replica created\n" +STEP: validating guestbook app 03/08/23 15:36:30.982 +Mar 8 15:36:30.982: INFO: Waiting for all frontend pods to be Running. +Mar 8 15:36:36.033: INFO: Waiting for frontend to serve content. +Mar 8 15:36:51.072: INFO: Trying to add a new entry to the guestbook. +Mar 8 15:36:51.085: INFO: Verifying that added entry can be retrieved. +STEP: using delete to clean up resources 03/08/23 15:36:51.093 +Mar 8 15:36:51.093: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-2884 delete --grace-period=0 --force -f -' +Mar 8 15:36:51.180: 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" +Mar 8 15:36:51.180: INFO: stdout: "service \"agnhost-replica\" force deleted\n" +STEP: using delete to clean up resources 03/08/23 15:36:51.18 +Mar 8 15:36:51.181: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-2884 delete --grace-period=0 --force -f -' +Mar 8 15:36:51.272: 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" +Mar 8 15:36:51.272: INFO: stdout: "service \"agnhost-primary\" force deleted\n" +STEP: using delete to clean up resources 03/08/23 15:36:51.272 +Mar 8 15:36:51.272: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-2884 delete --grace-period=0 --force -f -' +Mar 8 15:36:51.359: 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" +Mar 8 15:36:51.359: INFO: stdout: "service \"frontend\" force deleted\n" +STEP: using delete to clean up resources 03/08/23 15:36:51.359 +Mar 8 15:36:51.359: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-2884 delete --grace-period=0 --force -f -' +Mar 8 15:36:51.428: 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" +Mar 8 15:36:51.428: INFO: stdout: "deployment.apps \"frontend\" force deleted\n" +STEP: using delete to clean up resources 03/08/23 15:36:51.428 +Mar 8 15:36:51.429: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-2884 delete --grace-period=0 --force -f -' +Mar 8 15:36:51.509: 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" +Mar 8 15:36:51.509: INFO: stdout: "deployment.apps \"agnhost-primary\" force deleted\n" +STEP: using delete to clean up resources 03/08/23 15:36:51.509 +Mar 8 15:36:51.509: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-2884 delete --grace-period=0 --force -f -' +Mar 8 15:36:51.594: 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" +Mar 8 15:36:51.594: INFO: stdout: "deployment.apps \"agnhost-replica\" force deleted\n" +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 +Mar 8 15:36:51.594: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubectl-2884" for this suite. 03/08/23 15:36:51.6 +{"msg":"PASSED [sig-cli] Kubectl client Guestbook application should create and stop a working application [Conformance]","completed":293,"skipped":5261,"failed":0} +------------------------------ +• [SLOW TEST] [23.082 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 03/08/23 15:36:28.529 + Mar 8 15:36:28.529: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename kubectl 03/08/23 15:36:28.53 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:36:28.543 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:36:28.546 + [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 03/08/23 15:36:28.548 + Mar 8 15:36:28.549: 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 + + Mar 8 15:36:28.549: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-2884 create -f -' + Mar 8 15:36:29.216: INFO: stderr: "" + Mar 8 15:36:29.216: INFO: stdout: "service/agnhost-replica created\n" + Mar 8 15:36:29.216: 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 + + Mar 8 15:36:29.216: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-2884 create -f -' + Mar 8 15:36:29.809: INFO: stderr: "" + Mar 8 15:36:29.809: INFO: stdout: "service/agnhost-primary created\n" + Mar 8 15:36:29.810: 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 + + Mar 8 15:36:29.810: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-2884 create -f -' + Mar 8 15:36:30.007: INFO: stderr: "" + Mar 8 15:36:30.007: INFO: stdout: "service/frontend created\n" + Mar 8 15:36:30.007: 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: ehub.ctcdn.cn/eck/sonobuoy/agnhost:2.40 + args: [ "guestbook", "--backend-port", "6379" ] + resources: + requests: + cpu: 100m + memory: 100Mi + ports: + - containerPort: 80 + + Mar 8 15:36:30.007: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-2884 create -f -' + Mar 8 15:36:30.560: INFO: stderr: "" + Mar 8 15:36:30.560: INFO: stdout: "deployment.apps/frontend created\n" + Mar 8 15:36:30.560: 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: ehub.ctcdn.cn/eck/sonobuoy/agnhost:2.40 + args: [ "guestbook", "--http-port", "6379" ] + resources: + requests: + cpu: 100m + memory: 100Mi + ports: + - containerPort: 6379 + + Mar 8 15:36:30.560: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-2884 create -f -' + Mar 8 15:36:30.764: INFO: stderr: "" + Mar 8 15:36:30.764: INFO: stdout: "deployment.apps/agnhost-primary created\n" + Mar 8 15:36:30.764: 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: ehub.ctcdn.cn/eck/sonobuoy/agnhost:2.40 + args: [ "guestbook", "--replicaof", "agnhost-primary", "--http-port", "6379" ] + resources: + requests: + cpu: 100m + memory: 100Mi + ports: + - containerPort: 6379 + + Mar 8 15:36:30.764: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-2884 create -f -' + Mar 8 15:36:30.982: INFO: stderr: "" + Mar 8 15:36:30.982: INFO: stdout: "deployment.apps/agnhost-replica created\n" + STEP: validating guestbook app 03/08/23 15:36:30.982 + Mar 8 15:36:30.982: INFO: Waiting for all frontend pods to be Running. + Mar 8 15:36:36.033: INFO: Waiting for frontend to serve content. + Mar 8 15:36:51.072: INFO: Trying to add a new entry to the guestbook. + Mar 8 15:36:51.085: INFO: Verifying that added entry can be retrieved. + STEP: using delete to clean up resources 03/08/23 15:36:51.093 + Mar 8 15:36:51.093: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-2884 delete --grace-period=0 --force -f -' + Mar 8 15:36:51.180: 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" + Mar 8 15:36:51.180: INFO: stdout: "service \"agnhost-replica\" force deleted\n" + STEP: using delete to clean up resources 03/08/23 15:36:51.18 + Mar 8 15:36:51.181: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-2884 delete --grace-period=0 --force -f -' + Mar 8 15:36:51.272: 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" + Mar 8 15:36:51.272: INFO: stdout: "service \"agnhost-primary\" force deleted\n" + STEP: using delete to clean up resources 03/08/23 15:36:51.272 + Mar 8 15:36:51.272: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-2884 delete --grace-period=0 --force -f -' + Mar 8 15:36:51.359: 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" + Mar 8 15:36:51.359: INFO: stdout: "service \"frontend\" force deleted\n" + STEP: using delete to clean up resources 03/08/23 15:36:51.359 + Mar 8 15:36:51.359: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-2884 delete --grace-period=0 --force -f -' + Mar 8 15:36:51.428: 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" + Mar 8 15:36:51.428: INFO: stdout: "deployment.apps \"frontend\" force deleted\n" + STEP: using delete to clean up resources 03/08/23 15:36:51.428 + Mar 8 15:36:51.429: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-2884 delete --grace-period=0 --force -f -' + Mar 8 15:36:51.509: 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" + Mar 8 15:36:51.509: INFO: stdout: "deployment.apps \"agnhost-primary\" force deleted\n" + STEP: using delete to clean up resources 03/08/23 15:36:51.509 + Mar 8 15:36:51.509: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-2884 delete --grace-period=0 --force -f -' + Mar 8 15:36:51.594: 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" + Mar 8 15:36:51.594: INFO: stdout: "deployment.apps \"agnhost-replica\" force deleted\n" + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 + Mar 8 15:36:51.594: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubectl-2884" for this suite. 03/08/23 15:36:51.6 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:36:51.623 +Mar 8 15:36:51.623: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename endpointslicemirroring 03/08/23 15:36:51.623 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:36:51.636 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:36:51.639 +[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 03/08/23 15:36:51.661 +Mar 8 15:36:51.669: INFO: Waiting for at least 1 EndpointSlice to exist, got 0 +STEP: mirroring an update to a custom Endpoint 03/08/23 15:36:53.673 +Mar 8 15:36:53.683: INFO: Expected EndpointSlice to have 10.2.3.4 as address, got 10.1.2.3 +STEP: mirroring deletion of a custom Endpoint 03/08/23 15:36:55.688 +Mar 8 15:36:55.702: INFO: Waiting for 0 EndpointSlices to exist, got 1 +[AfterEach] [sig-network] EndpointSliceMirroring + test/e2e/framework/framework.go:187 +Mar 8 15:36:57.707: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "endpointslicemirroring-2753" for this suite. 03/08/23 15:36:57.711 +{"msg":"PASSED [sig-network] EndpointSliceMirroring should mirror a custom Endpoints resource through create update and delete [Conformance]","completed":294,"skipped":5406,"failed":0} +------------------------------ +• [SLOW TEST] [6.095 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 03/08/23 15:36:51.623 + Mar 8 15:36:51.623: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename endpointslicemirroring 03/08/23 15:36:51.623 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:36:51.636 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:36:51.639 + [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 03/08/23 15:36:51.661 + Mar 8 15:36:51.669: INFO: Waiting for at least 1 EndpointSlice to exist, got 0 + STEP: mirroring an update to a custom Endpoint 03/08/23 15:36:53.673 + Mar 8 15:36:53.683: INFO: Expected EndpointSlice to have 10.2.3.4 as address, got 10.1.2.3 + STEP: mirroring deletion of a custom Endpoint 03/08/23 15:36:55.688 + Mar 8 15:36:55.702: INFO: Waiting for 0 EndpointSlices to exist, got 1 + [AfterEach] [sig-network] EndpointSliceMirroring + test/e2e/framework/framework.go:187 + Mar 8 15:36:57.707: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "endpointslicemirroring-2753" for this suite. 03/08/23 15:36:57.711 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:36:57.72 +Mar 8 15:36:57.720: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename projected 03/08/23 15:36:57.721 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:36:57.733 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:36:57.736 +[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 03/08/23 15:36:57.738 +Mar 8 15:36:57.746: INFO: Waiting up to 5m0s for pod "downwardapi-volume-fb9bc0f5-b716-4a04-bd69-5fb66ccc61bf" in namespace "projected-2321" to be "Succeeded or Failed" +Mar 8 15:36:57.749: INFO: Pod "downwardapi-volume-fb9bc0f5-b716-4a04-bd69-5fb66ccc61bf": Phase="Pending", Reason="", readiness=false. Elapsed: 2.852186ms +Mar 8 15:36:59.754: INFO: Pod "downwardapi-volume-fb9bc0f5-b716-4a04-bd69-5fb66ccc61bf": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007915984s +Mar 8 15:37:01.755: INFO: Pod "downwardapi-volume-fb9bc0f5-b716-4a04-bd69-5fb66ccc61bf": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.00968033s +STEP: Saw pod success 03/08/23 15:37:01.755 +Mar 8 15:37:01.756: INFO: Pod "downwardapi-volume-fb9bc0f5-b716-4a04-bd69-5fb66ccc61bf" satisfied condition "Succeeded or Failed" +Mar 8 15:37:01.759: INFO: Trying to get logs from node worker2 pod downwardapi-volume-fb9bc0f5-b716-4a04-bd69-5fb66ccc61bf container client-container: +STEP: delete the pod 03/08/23 15:37:01.776 +Mar 8 15:37:01.787: INFO: Waiting for pod downwardapi-volume-fb9bc0f5-b716-4a04-bd69-5fb66ccc61bf to disappear +Mar 8 15:37:01.790: INFO: Pod downwardapi-volume-fb9bc0f5-b716-4a04-bd69-5fb66ccc61bf no longer exists +[AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 +Mar 8 15:37:01.791: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-2321" for this suite. 03/08/23 15:37:01.798 +{"msg":"PASSED [sig-storage] Projected downwardAPI should set DefaultMode on files [LinuxOnly] [NodeConformance] [Conformance]","completed":295,"skipped":5473,"failed":0} +------------------------------ +• [4.083 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 03/08/23 15:36:57.72 + Mar 8 15:36:57.720: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename projected 03/08/23 15:36:57.721 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:36:57.733 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:36:57.736 + [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 03/08/23 15:36:57.738 + Mar 8 15:36:57.746: INFO: Waiting up to 5m0s for pod "downwardapi-volume-fb9bc0f5-b716-4a04-bd69-5fb66ccc61bf" in namespace "projected-2321" to be "Succeeded or Failed" + Mar 8 15:36:57.749: INFO: Pod "downwardapi-volume-fb9bc0f5-b716-4a04-bd69-5fb66ccc61bf": Phase="Pending", Reason="", readiness=false. Elapsed: 2.852186ms + Mar 8 15:36:59.754: INFO: Pod "downwardapi-volume-fb9bc0f5-b716-4a04-bd69-5fb66ccc61bf": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007915984s + Mar 8 15:37:01.755: INFO: Pod "downwardapi-volume-fb9bc0f5-b716-4a04-bd69-5fb66ccc61bf": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.00968033s + STEP: Saw pod success 03/08/23 15:37:01.755 + Mar 8 15:37:01.756: INFO: Pod "downwardapi-volume-fb9bc0f5-b716-4a04-bd69-5fb66ccc61bf" satisfied condition "Succeeded or Failed" + Mar 8 15:37:01.759: INFO: Trying to get logs from node worker2 pod downwardapi-volume-fb9bc0f5-b716-4a04-bd69-5fb66ccc61bf container client-container: + STEP: delete the pod 03/08/23 15:37:01.776 + Mar 8 15:37:01.787: INFO: Waiting for pod downwardapi-volume-fb9bc0f5-b716-4a04-bd69-5fb66ccc61bf to disappear + Mar 8 15:37:01.790: INFO: Pod downwardapi-volume-fb9bc0f5-b716-4a04-bd69-5fb66ccc61bf no longer exists + [AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 + Mar 8 15:37:01.791: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-2321" for this suite. 03/08/23 15:37:01.798 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSS +------------------------------ +[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 03/08/23 15:37:01.804 +Mar 8 15:37:01.804: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename controllerrevisions 03/08/23 15:37:01.805 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:37:01.818 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:37:01.821 +[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-8mvdk-daemon-set" 03/08/23 15:37:01.842 +STEP: Check that daemon pods launch on every node of the cluster. 03/08/23 15:37:01.847 +Mar 8 15:37:01.851: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:37:01.851: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:37:01.851: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:37:01.854: INFO: Number of nodes with available pods controlled by daemonset e2e-8mvdk-daemon-set: 0 +Mar 8 15:37:01.854: INFO: Node worker1 is running 0 daemon pod, expected 1 +Mar 8 15:37:02.860: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:37:02.860: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:37:02.860: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:37:02.864: INFO: Number of nodes with available pods controlled by daemonset e2e-8mvdk-daemon-set: 1 +Mar 8 15:37:02.864: INFO: Node worker2 is running 0 daemon pod, expected 1 +Mar 8 15:37:03.860: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:37:03.860: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:37:03.860: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node +Mar 8 15:37:03.863: INFO: Number of nodes with available pods controlled by daemonset e2e-8mvdk-daemon-set: 2 +Mar 8 15:37:03.863: INFO: Number of running nodes: 2, number of available pods: 2 in daemonset e2e-8mvdk-daemon-set +STEP: Confirm DaemonSet "e2e-8mvdk-daemon-set" successfully created with "daemonset-name=e2e-8mvdk-daemon-set" label 03/08/23 15:37:03.866 +STEP: Listing all ControllerRevisions with label "daemonset-name=e2e-8mvdk-daemon-set" 03/08/23 15:37:03.872 +Mar 8 15:37:03.875: INFO: Located ControllerRevision: "e2e-8mvdk-daemon-set-9bb65b59" +STEP: Patching ControllerRevision "e2e-8mvdk-daemon-set-9bb65b59" 03/08/23 15:37:03.878 +Mar 8 15:37:03.885: INFO: e2e-8mvdk-daemon-set-9bb65b59 has been patched +STEP: Create a new ControllerRevision 03/08/23 15:37:03.885 +Mar 8 15:37:03.889: INFO: Created ControllerRevision: e2e-8mvdk-daemon-set-696c74fc5f +STEP: Confirm that there are two ControllerRevisions 03/08/23 15:37:03.889 +Mar 8 15:37:03.890: INFO: Requesting list of ControllerRevisions to confirm quantity +Mar 8 15:37:03.892: INFO: Found 2 ControllerRevisions +STEP: Deleting ControllerRevision "e2e-8mvdk-daemon-set-9bb65b59" 03/08/23 15:37:03.893 +STEP: Confirm that there is only one ControllerRevision 03/08/23 15:37:03.898 +Mar 8 15:37:03.898: INFO: Requesting list of ControllerRevisions to confirm quantity +Mar 8 15:37:03.901: INFO: Found 1 ControllerRevisions +STEP: Updating ControllerRevision "e2e-8mvdk-daemon-set-696c74fc5f" 03/08/23 15:37:03.903 +Mar 8 15:37:03.912: INFO: e2e-8mvdk-daemon-set-696c74fc5f has been updated +STEP: Generate another ControllerRevision by patching the Daemonset 03/08/23 15:37:03.912 +W0308 15:37:03.919056 20 warnings.go:70] unknown field "updateStrategy" +STEP: Confirm that there are two ControllerRevisions 03/08/23 15:37:03.919 +Mar 8 15:37:03.919: INFO: Requesting list of ControllerRevisions to confirm quantity +Mar 8 15:37:04.923: INFO: Requesting list of ControllerRevisions to confirm quantity +Mar 8 15:37:04.927: INFO: Found 2 ControllerRevisions +STEP: Removing a ControllerRevision via 'DeleteCollection' with labelSelector: "e2e-8mvdk-daemon-set-696c74fc5f=updated" 03/08/23 15:37:04.927 +STEP: Confirm that there is only one ControllerRevision 03/08/23 15:37:04.935 +Mar 8 15:37:04.935: INFO: Requesting list of ControllerRevisions to confirm quantity +Mar 8 15:37:04.938: INFO: Found 1 ControllerRevisions +Mar 8 15:37:04.940: INFO: ControllerRevision "e2e-8mvdk-daemon-set-cf456599d" has revision 3 +[AfterEach] [sig-apps] ControllerRevision [Serial] + test/e2e/apps/controller_revision.go:58 +STEP: Deleting DaemonSet "e2e-8mvdk-daemon-set" 03/08/23 15:37:04.943 +STEP: deleting DaemonSet.extensions e2e-8mvdk-daemon-set in namespace controllerrevisions-575, will wait for the garbage collector to delete the pods 03/08/23 15:37:04.943 +Mar 8 15:37:05.003: INFO: Deleting DaemonSet.extensions e2e-8mvdk-daemon-set took: 6.775904ms +Mar 8 15:37:05.103: INFO: Terminating DaemonSet.extensions e2e-8mvdk-daemon-set pods took: 100.443223ms +Mar 8 15:37:06.008: INFO: Number of nodes with available pods controlled by daemonset e2e-8mvdk-daemon-set: 0 +Mar 8 15:37:06.008: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset e2e-8mvdk-daemon-set +Mar 8 15:37:06.011: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"661791"},"items":null} + +Mar 8 15:37:06.014: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"661791"},"items":null} + +[AfterEach] [sig-apps] ControllerRevision [Serial] + test/e2e/framework/framework.go:187 +Mar 8 15:37:06.024: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "controllerrevisions-575" for this suite. 03/08/23 15:37:06.028 +{"msg":"PASSED [sig-apps] ControllerRevision [Serial] should manage the lifecycle of a ControllerRevision [Conformance]","completed":296,"skipped":5484,"failed":0} +------------------------------ +• [4.230 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 03/08/23 15:37:01.804 + Mar 8 15:37:01.804: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename controllerrevisions 03/08/23 15:37:01.805 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:37:01.818 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:37:01.821 + [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-8mvdk-daemon-set" 03/08/23 15:37:01.842 + STEP: Check that daemon pods launch on every node of the cluster. 03/08/23 15:37:01.847 + Mar 8 15:37:01.851: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:37:01.851: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:37:01.851: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:37:01.854: INFO: Number of nodes with available pods controlled by daemonset e2e-8mvdk-daemon-set: 0 + Mar 8 15:37:01.854: INFO: Node worker1 is running 0 daemon pod, expected 1 + Mar 8 15:37:02.860: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:37:02.860: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:37:02.860: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:37:02.864: INFO: Number of nodes with available pods controlled by daemonset e2e-8mvdk-daemon-set: 1 + Mar 8 15:37:02.864: INFO: Node worker2 is running 0 daemon pod, expected 1 + Mar 8 15:37:03.860: INFO: DaemonSet pods can't tolerate node master1 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:37:03.860: INFO: DaemonSet pods can't tolerate node master2 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:37:03.860: INFO: DaemonSet pods can't tolerate node master3 with taints [{Key:node-role.kubernetes.io/control-plane Value: Effect:NoSchedule TimeAdded:}], skip checking this node + Mar 8 15:37:03.863: INFO: Number of nodes with available pods controlled by daemonset e2e-8mvdk-daemon-set: 2 + Mar 8 15:37:03.863: INFO: Number of running nodes: 2, number of available pods: 2 in daemonset e2e-8mvdk-daemon-set + STEP: Confirm DaemonSet "e2e-8mvdk-daemon-set" successfully created with "daemonset-name=e2e-8mvdk-daemon-set" label 03/08/23 15:37:03.866 + STEP: Listing all ControllerRevisions with label "daemonset-name=e2e-8mvdk-daemon-set" 03/08/23 15:37:03.872 + Mar 8 15:37:03.875: INFO: Located ControllerRevision: "e2e-8mvdk-daemon-set-9bb65b59" + STEP: Patching ControllerRevision "e2e-8mvdk-daemon-set-9bb65b59" 03/08/23 15:37:03.878 + Mar 8 15:37:03.885: INFO: e2e-8mvdk-daemon-set-9bb65b59 has been patched + STEP: Create a new ControllerRevision 03/08/23 15:37:03.885 + Mar 8 15:37:03.889: INFO: Created ControllerRevision: e2e-8mvdk-daemon-set-696c74fc5f + STEP: Confirm that there are two ControllerRevisions 03/08/23 15:37:03.889 + Mar 8 15:37:03.890: INFO: Requesting list of ControllerRevisions to confirm quantity + Mar 8 15:37:03.892: INFO: Found 2 ControllerRevisions + STEP: Deleting ControllerRevision "e2e-8mvdk-daemon-set-9bb65b59" 03/08/23 15:37:03.893 + STEP: Confirm that there is only one ControllerRevision 03/08/23 15:37:03.898 + Mar 8 15:37:03.898: INFO: Requesting list of ControllerRevisions to confirm quantity + Mar 8 15:37:03.901: INFO: Found 1 ControllerRevisions + STEP: Updating ControllerRevision "e2e-8mvdk-daemon-set-696c74fc5f" 03/08/23 15:37:03.903 + Mar 8 15:37:03.912: INFO: e2e-8mvdk-daemon-set-696c74fc5f has been updated + STEP: Generate another ControllerRevision by patching the Daemonset 03/08/23 15:37:03.912 + W0308 15:37:03.919056 20 warnings.go:70] unknown field "updateStrategy" + STEP: Confirm that there are two ControllerRevisions 03/08/23 15:37:03.919 + Mar 8 15:37:03.919: INFO: Requesting list of ControllerRevisions to confirm quantity + Mar 8 15:37:04.923: INFO: Requesting list of ControllerRevisions to confirm quantity + Mar 8 15:37:04.927: INFO: Found 2 ControllerRevisions + STEP: Removing a ControllerRevision via 'DeleteCollection' with labelSelector: "e2e-8mvdk-daemon-set-696c74fc5f=updated" 03/08/23 15:37:04.927 + STEP: Confirm that there is only one ControllerRevision 03/08/23 15:37:04.935 + Mar 8 15:37:04.935: INFO: Requesting list of ControllerRevisions to confirm quantity + Mar 8 15:37:04.938: INFO: Found 1 ControllerRevisions + Mar 8 15:37:04.940: INFO: ControllerRevision "e2e-8mvdk-daemon-set-cf456599d" has revision 3 + [AfterEach] [sig-apps] ControllerRevision [Serial] + test/e2e/apps/controller_revision.go:58 + STEP: Deleting DaemonSet "e2e-8mvdk-daemon-set" 03/08/23 15:37:04.943 + STEP: deleting DaemonSet.extensions e2e-8mvdk-daemon-set in namespace controllerrevisions-575, will wait for the garbage collector to delete the pods 03/08/23 15:37:04.943 + Mar 8 15:37:05.003: INFO: Deleting DaemonSet.extensions e2e-8mvdk-daemon-set took: 6.775904ms + Mar 8 15:37:05.103: INFO: Terminating DaemonSet.extensions e2e-8mvdk-daemon-set pods took: 100.443223ms + Mar 8 15:37:06.008: INFO: Number of nodes with available pods controlled by daemonset e2e-8mvdk-daemon-set: 0 + Mar 8 15:37:06.008: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset e2e-8mvdk-daemon-set + Mar 8 15:37:06.011: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"661791"},"items":null} + + Mar 8 15:37:06.014: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"661791"},"items":null} + + [AfterEach] [sig-apps] ControllerRevision [Serial] + test/e2e/framework/framework.go:187 + Mar 8 15:37:06.024: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "controllerrevisions-575" for this suite. 03/08/23 15:37:06.028 + << End Captured GinkgoWriter Output +------------------------------ +SSS +------------------------------ +[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 03/08/23 15:37:06.034 +Mar 8 15:37:06.034: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename services 03/08/23 15:37:06.035 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:37:06.057 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:37:06.06 +[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-7378 03/08/23 15:37:06.063 +STEP: creating service affinity-clusterip-transition in namespace services-7378 03/08/23 15:37:06.063 +STEP: creating replication controller affinity-clusterip-transition in namespace services-7378 03/08/23 15:37:06.074 +I0308 15:37:06.081824 20 runners.go:193] Created replication controller with name: affinity-clusterip-transition, namespace: services-7378, replica count: 3 +I0308 15:37:09.133000 20 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 +Mar 8 15:37:09.140: INFO: Creating new exec pod +Mar 8 15:37:09.145: INFO: Waiting up to 5m0s for pod "execpod-affinityfrqb8" in namespace "services-7378" to be "running" +Mar 8 15:37:09.148: INFO: Pod "execpod-affinityfrqb8": Phase="Pending", Reason="", readiness=false. Elapsed: 2.838835ms +Mar 8 15:37:11.153: INFO: Pod "execpod-affinityfrqb8": Phase="Running", Reason="", readiness=true. Elapsed: 2.007410066s +Mar 8 15:37:11.153: INFO: Pod "execpod-affinityfrqb8" satisfied condition "running" +Mar 8 15:37:12.154: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-7378 exec execpod-affinityfrqb8 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 affinity-clusterip-transition 80' +Mar 8 15:37:12.281: INFO: stderr: "+ nc -v -t -w 2 affinity-clusterip-transition 80\n+ echo hostName\nConnection to affinity-clusterip-transition 80 port [tcp/http] succeeded!\n" +Mar 8 15:37:12.281: 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" +Mar 8 15:37:12.281: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-7378 exec execpod-affinityfrqb8 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 192.168.21.145 80' +Mar 8 15:37:12.412: INFO: stderr: "+ nc -v -t -w 2 192.168.21.145 80\n+ echo hostName\nConnection to 192.168.21.145 80 port [tcp/http] succeeded!\n" +Mar 8 15:37:12.412: 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" +Mar 8 15:37:12.421: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-7378 exec execpod-affinityfrqb8 -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://192.168.21.145:80/ ; done' +Mar 8 15:37:24.622: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n" +Mar 8 15:37:24.622: INFO: stdout: "\n\naffinity-clusterip-transition-mnd7j\naffinity-clusterip-transition-66swb\n\naffinity-clusterip-transition-mnd7j\naffinity-clusterip-transition-mnd7j\n\naffinity-clusterip-transition-66swb\naffinity-clusterip-transition-mnd7j\naffinity-clusterip-transition-66swb\n\n\naffinity-clusterip-transition-66swb\n\naffinity-clusterip-transition-66swb\naffinity-clusterip-transition-mnd7j" +Mar 8 15:37:24.622: INFO: Received response from host: affinity-clusterip-transition-mnd7j +Mar 8 15:37:24.622: INFO: Received response from host: affinity-clusterip-transition-66swb +Mar 8 15:37:24.622: INFO: Received response from host: affinity-clusterip-transition-mnd7j +Mar 8 15:37:24.622: INFO: Received response from host: affinity-clusterip-transition-mnd7j +Mar 8 15:37:24.622: INFO: Received response from host: affinity-clusterip-transition-66swb +Mar 8 15:37:24.622: INFO: Received response from host: affinity-clusterip-transition-mnd7j +Mar 8 15:37:24.622: INFO: Received response from host: affinity-clusterip-transition-66swb +Mar 8 15:37:24.622: INFO: Received response from host: affinity-clusterip-transition-66swb +Mar 8 15:37:24.622: INFO: Received response from host: affinity-clusterip-transition-66swb +Mar 8 15:37:24.622: INFO: Received response from host: affinity-clusterip-transition-mnd7j +Mar 8 15:37:54.623: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-7378 exec execpod-affinityfrqb8 -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://192.168.21.145:80/ ; done' +Mar 8 15:38:10.818: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n" +Mar 8 15:38:10.818: INFO: stdout: "\naffinity-clusterip-transition-66swb\n\n\n\naffinity-clusterip-transition-mnd7j\n\n\naffinity-clusterip-transition-mnd7j\n\n\naffinity-clusterip-transition-mnd7j\naffinity-clusterip-transition-mnd7j\naffinity-clusterip-transition-mnd7j\n\naffinity-clusterip-transition-66swb\naffinity-clusterip-transition-66swb" +Mar 8 15:38:10.818: INFO: Received response from host: affinity-clusterip-transition-66swb +Mar 8 15:38:10.818: INFO: Received response from host: affinity-clusterip-transition-mnd7j +Mar 8 15:38:10.818: INFO: Received response from host: affinity-clusterip-transition-mnd7j +Mar 8 15:38:10.819: INFO: Received response from host: affinity-clusterip-transition-mnd7j +Mar 8 15:38:10.819: INFO: Received response from host: affinity-clusterip-transition-mnd7j +Mar 8 15:38:10.819: INFO: Received response from host: affinity-clusterip-transition-mnd7j +Mar 8 15:38:10.819: INFO: Received response from host: affinity-clusterip-transition-66swb +Mar 8 15:38:10.819: INFO: Received response from host: affinity-clusterip-transition-66swb +Mar 8 15:38:10.830: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-7378 exec execpod-affinityfrqb8 -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://192.168.21.145:80/ ; done' +Mar 8 15:38:11.025: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n" +Mar 8 15:38:11.025: INFO: stdout: "\naffinity-clusterip-transition-66swb\naffinity-clusterip-transition-66swb\naffinity-clusterip-transition-66swb\naffinity-clusterip-transition-66swb\naffinity-clusterip-transition-66swb\naffinity-clusterip-transition-66swb\naffinity-clusterip-transition-66swb\naffinity-clusterip-transition-66swb\naffinity-clusterip-transition-66swb\naffinity-clusterip-transition-66swb\naffinity-clusterip-transition-66swb\naffinity-clusterip-transition-66swb\naffinity-clusterip-transition-66swb\naffinity-clusterip-transition-66swb\naffinity-clusterip-transition-66swb\naffinity-clusterip-transition-66swb" +Mar 8 15:38:11.025: INFO: Received response from host: affinity-clusterip-transition-66swb +Mar 8 15:38:11.025: INFO: Received response from host: affinity-clusterip-transition-66swb +Mar 8 15:38:11.025: INFO: Received response from host: affinity-clusterip-transition-66swb +Mar 8 15:38:11.025: INFO: Received response from host: affinity-clusterip-transition-66swb +Mar 8 15:38:11.025: INFO: Received response from host: affinity-clusterip-transition-66swb +Mar 8 15:38:11.025: INFO: Received response from host: affinity-clusterip-transition-66swb +Mar 8 15:38:11.025: INFO: Received response from host: affinity-clusterip-transition-66swb +Mar 8 15:38:11.025: INFO: Received response from host: affinity-clusterip-transition-66swb +Mar 8 15:38:11.025: INFO: Received response from host: affinity-clusterip-transition-66swb +Mar 8 15:38:11.025: INFO: Received response from host: affinity-clusterip-transition-66swb +Mar 8 15:38:11.025: INFO: Received response from host: affinity-clusterip-transition-66swb +Mar 8 15:38:11.025: INFO: Received response from host: affinity-clusterip-transition-66swb +Mar 8 15:38:11.025: INFO: Received response from host: affinity-clusterip-transition-66swb +Mar 8 15:38:11.025: INFO: Received response from host: affinity-clusterip-transition-66swb +Mar 8 15:38:11.025: INFO: Received response from host: affinity-clusterip-transition-66swb +Mar 8 15:38:11.025: INFO: Received response from host: affinity-clusterip-transition-66swb +Mar 8 15:38:11.025: INFO: Cleaning up the exec pod +STEP: deleting ReplicationController affinity-clusterip-transition in namespace services-7378, will wait for the garbage collector to delete the pods 03/08/23 15:38:11.038 +Mar 8 15:38:11.099: INFO: Deleting ReplicationController affinity-clusterip-transition took: 6.875785ms +Mar 8 15:38:11.200: INFO: Terminating ReplicationController affinity-clusterip-transition pods took: 100.822716ms +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Mar 8 15:38:13.327: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-7378" for this suite. 03/08/23 15:38:13.332 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +{"msg":"PASSED [sig-network] Services should be able to switch session affinity for service with type clusterIP [LinuxOnly] [Conformance]","completed":297,"skipped":5487,"failed":0} +------------------------------ +• [SLOW TEST] [67.303 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 03/08/23 15:37:06.034 + Mar 8 15:37:06.034: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename services 03/08/23 15:37:06.035 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:37:06.057 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:37:06.06 + [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-7378 03/08/23 15:37:06.063 + STEP: creating service affinity-clusterip-transition in namespace services-7378 03/08/23 15:37:06.063 + STEP: creating replication controller affinity-clusterip-transition in namespace services-7378 03/08/23 15:37:06.074 + I0308 15:37:06.081824 20 runners.go:193] Created replication controller with name: affinity-clusterip-transition, namespace: services-7378, replica count: 3 + I0308 15:37:09.133000 20 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 + Mar 8 15:37:09.140: INFO: Creating new exec pod + Mar 8 15:37:09.145: INFO: Waiting up to 5m0s for pod "execpod-affinityfrqb8" in namespace "services-7378" to be "running" + Mar 8 15:37:09.148: INFO: Pod "execpod-affinityfrqb8": Phase="Pending", Reason="", readiness=false. Elapsed: 2.838835ms + Mar 8 15:37:11.153: INFO: Pod "execpod-affinityfrqb8": Phase="Running", Reason="", readiness=true. Elapsed: 2.007410066s + Mar 8 15:37:11.153: INFO: Pod "execpod-affinityfrqb8" satisfied condition "running" + Mar 8 15:37:12.154: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-7378 exec execpod-affinityfrqb8 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 affinity-clusterip-transition 80' + Mar 8 15:37:12.281: INFO: stderr: "+ nc -v -t -w 2 affinity-clusterip-transition 80\n+ echo hostName\nConnection to affinity-clusterip-transition 80 port [tcp/http] succeeded!\n" + Mar 8 15:37:12.281: 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" + Mar 8 15:37:12.281: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-7378 exec execpod-affinityfrqb8 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 192.168.21.145 80' + Mar 8 15:37:12.412: INFO: stderr: "+ nc -v -t -w 2 192.168.21.145 80\n+ echo hostName\nConnection to 192.168.21.145 80 port [tcp/http] succeeded!\n" + Mar 8 15:37:12.412: 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" + Mar 8 15:37:12.421: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-7378 exec execpod-affinityfrqb8 -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://192.168.21.145:80/ ; done' + Mar 8 15:37:24.622: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n" + Mar 8 15:37:24.622: INFO: stdout: "\n\naffinity-clusterip-transition-mnd7j\naffinity-clusterip-transition-66swb\n\naffinity-clusterip-transition-mnd7j\naffinity-clusterip-transition-mnd7j\n\naffinity-clusterip-transition-66swb\naffinity-clusterip-transition-mnd7j\naffinity-clusterip-transition-66swb\n\n\naffinity-clusterip-transition-66swb\n\naffinity-clusterip-transition-66swb\naffinity-clusterip-transition-mnd7j" + Mar 8 15:37:24.622: INFO: Received response from host: affinity-clusterip-transition-mnd7j + Mar 8 15:37:24.622: INFO: Received response from host: affinity-clusterip-transition-66swb + Mar 8 15:37:24.622: INFO: Received response from host: affinity-clusterip-transition-mnd7j + Mar 8 15:37:24.622: INFO: Received response from host: affinity-clusterip-transition-mnd7j + Mar 8 15:37:24.622: INFO: Received response from host: affinity-clusterip-transition-66swb + Mar 8 15:37:24.622: INFO: Received response from host: affinity-clusterip-transition-mnd7j + Mar 8 15:37:24.622: INFO: Received response from host: affinity-clusterip-transition-66swb + Mar 8 15:37:24.622: INFO: Received response from host: affinity-clusterip-transition-66swb + Mar 8 15:37:24.622: INFO: Received response from host: affinity-clusterip-transition-66swb + Mar 8 15:37:24.622: INFO: Received response from host: affinity-clusterip-transition-mnd7j + Mar 8 15:37:54.623: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-7378 exec execpod-affinityfrqb8 -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://192.168.21.145:80/ ; done' + Mar 8 15:38:10.818: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n" + Mar 8 15:38:10.818: INFO: stdout: "\naffinity-clusterip-transition-66swb\n\n\n\naffinity-clusterip-transition-mnd7j\n\n\naffinity-clusterip-transition-mnd7j\n\n\naffinity-clusterip-transition-mnd7j\naffinity-clusterip-transition-mnd7j\naffinity-clusterip-transition-mnd7j\n\naffinity-clusterip-transition-66swb\naffinity-clusterip-transition-66swb" + Mar 8 15:38:10.818: INFO: Received response from host: affinity-clusterip-transition-66swb + Mar 8 15:38:10.818: INFO: Received response from host: affinity-clusterip-transition-mnd7j + Mar 8 15:38:10.818: INFO: Received response from host: affinity-clusterip-transition-mnd7j + Mar 8 15:38:10.819: INFO: Received response from host: affinity-clusterip-transition-mnd7j + Mar 8 15:38:10.819: INFO: Received response from host: affinity-clusterip-transition-mnd7j + Mar 8 15:38:10.819: INFO: Received response from host: affinity-clusterip-transition-mnd7j + Mar 8 15:38:10.819: INFO: Received response from host: affinity-clusterip-transition-66swb + Mar 8 15:38:10.819: INFO: Received response from host: affinity-clusterip-transition-66swb + Mar 8 15:38:10.830: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-7378 exec execpod-affinityfrqb8 -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://192.168.21.145:80/ ; done' + Mar 8 15:38:11.025: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://192.168.21.145:80/\n" + Mar 8 15:38:11.025: INFO: stdout: "\naffinity-clusterip-transition-66swb\naffinity-clusterip-transition-66swb\naffinity-clusterip-transition-66swb\naffinity-clusterip-transition-66swb\naffinity-clusterip-transition-66swb\naffinity-clusterip-transition-66swb\naffinity-clusterip-transition-66swb\naffinity-clusterip-transition-66swb\naffinity-clusterip-transition-66swb\naffinity-clusterip-transition-66swb\naffinity-clusterip-transition-66swb\naffinity-clusterip-transition-66swb\naffinity-clusterip-transition-66swb\naffinity-clusterip-transition-66swb\naffinity-clusterip-transition-66swb\naffinity-clusterip-transition-66swb" + Mar 8 15:38:11.025: INFO: Received response from host: affinity-clusterip-transition-66swb + Mar 8 15:38:11.025: INFO: Received response from host: affinity-clusterip-transition-66swb + Mar 8 15:38:11.025: INFO: Received response from host: affinity-clusterip-transition-66swb + Mar 8 15:38:11.025: INFO: Received response from host: affinity-clusterip-transition-66swb + Mar 8 15:38:11.025: INFO: Received response from host: affinity-clusterip-transition-66swb + Mar 8 15:38:11.025: INFO: Received response from host: affinity-clusterip-transition-66swb + Mar 8 15:38:11.025: INFO: Received response from host: affinity-clusterip-transition-66swb + Mar 8 15:38:11.025: INFO: Received response from host: affinity-clusterip-transition-66swb + Mar 8 15:38:11.025: INFO: Received response from host: affinity-clusterip-transition-66swb + Mar 8 15:38:11.025: INFO: Received response from host: affinity-clusterip-transition-66swb + Mar 8 15:38:11.025: INFO: Received response from host: affinity-clusterip-transition-66swb + Mar 8 15:38:11.025: INFO: Received response from host: affinity-clusterip-transition-66swb + Mar 8 15:38:11.025: INFO: Received response from host: affinity-clusterip-transition-66swb + Mar 8 15:38:11.025: INFO: Received response from host: affinity-clusterip-transition-66swb + Mar 8 15:38:11.025: INFO: Received response from host: affinity-clusterip-transition-66swb + Mar 8 15:38:11.025: INFO: Received response from host: affinity-clusterip-transition-66swb + Mar 8 15:38:11.025: INFO: Cleaning up the exec pod + STEP: deleting ReplicationController affinity-clusterip-transition in namespace services-7378, will wait for the garbage collector to delete the pods 03/08/23 15:38:11.038 + Mar 8 15:38:11.099: INFO: Deleting ReplicationController affinity-clusterip-transition took: 6.875785ms + Mar 8 15:38:11.200: INFO: Terminating ReplicationController affinity-clusterip-transition pods took: 100.822716ms + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Mar 8 15:38:13.327: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-7378" for this suite. 03/08/23 15:38:13.332 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:38:13.338 +Mar 8 15:38:13.338: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename secrets 03/08/23 15:38:13.338 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:38:13.351 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:38:13.354 +[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-9521691a-6555-4b5f-b82b-30f109fe3e5b 03/08/23 15:38:13.376 +STEP: Creating a pod to test consume secrets 03/08/23 15:38:13.38 +Mar 8 15:38:13.389: INFO: Waiting up to 5m0s for pod "pod-secrets-6aab0de4-01f4-4e13-8fbb-f91b675056db" in namespace "secrets-1069" to be "Succeeded or Failed" +Mar 8 15:38:13.397: INFO: Pod "pod-secrets-6aab0de4-01f4-4e13-8fbb-f91b675056db": Phase="Pending", Reason="", readiness=false. Elapsed: 7.510529ms +Mar 8 15:38:15.401: INFO: Pod "pod-secrets-6aab0de4-01f4-4e13-8fbb-f91b675056db": Phase="Pending", Reason="", readiness=false. Elapsed: 2.011569994s +Mar 8 15:38:17.401: INFO: Pod "pod-secrets-6aab0de4-01f4-4e13-8fbb-f91b675056db": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.011813475s +STEP: Saw pod success 03/08/23 15:38:17.401 +Mar 8 15:38:17.401: INFO: Pod "pod-secrets-6aab0de4-01f4-4e13-8fbb-f91b675056db" satisfied condition "Succeeded or Failed" +Mar 8 15:38:17.404: INFO: Trying to get logs from node worker2 pod pod-secrets-6aab0de4-01f4-4e13-8fbb-f91b675056db container secret-volume-test: +STEP: delete the pod 03/08/23 15:38:17.41 +Mar 8 15:38:17.421: INFO: Waiting for pod pod-secrets-6aab0de4-01f4-4e13-8fbb-f91b675056db to disappear +Mar 8 15:38:17.423: INFO: Pod pod-secrets-6aab0de4-01f4-4e13-8fbb-f91b675056db no longer exists +[AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 +Mar 8 15:38:17.423: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "secrets-1069" for this suite. 03/08/23 15:38:17.428 +STEP: Destroying namespace "secret-namespace-1902" for this suite. 03/08/23 15:38:17.433 +{"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":298,"skipped":5502,"failed":0} +------------------------------ +• [4.100 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 03/08/23 15:38:13.338 + Mar 8 15:38:13.338: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename secrets 03/08/23 15:38:13.338 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:38:13.351 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:38:13.354 + [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-9521691a-6555-4b5f-b82b-30f109fe3e5b 03/08/23 15:38:13.376 + STEP: Creating a pod to test consume secrets 03/08/23 15:38:13.38 + Mar 8 15:38:13.389: INFO: Waiting up to 5m0s for pod "pod-secrets-6aab0de4-01f4-4e13-8fbb-f91b675056db" in namespace "secrets-1069" to be "Succeeded or Failed" + Mar 8 15:38:13.397: INFO: Pod "pod-secrets-6aab0de4-01f4-4e13-8fbb-f91b675056db": Phase="Pending", Reason="", readiness=false. Elapsed: 7.510529ms + Mar 8 15:38:15.401: INFO: Pod "pod-secrets-6aab0de4-01f4-4e13-8fbb-f91b675056db": Phase="Pending", Reason="", readiness=false. Elapsed: 2.011569994s + Mar 8 15:38:17.401: INFO: Pod "pod-secrets-6aab0de4-01f4-4e13-8fbb-f91b675056db": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.011813475s + STEP: Saw pod success 03/08/23 15:38:17.401 + Mar 8 15:38:17.401: INFO: Pod "pod-secrets-6aab0de4-01f4-4e13-8fbb-f91b675056db" satisfied condition "Succeeded or Failed" + Mar 8 15:38:17.404: INFO: Trying to get logs from node worker2 pod pod-secrets-6aab0de4-01f4-4e13-8fbb-f91b675056db container secret-volume-test: + STEP: delete the pod 03/08/23 15:38:17.41 + Mar 8 15:38:17.421: INFO: Waiting for pod pod-secrets-6aab0de4-01f4-4e13-8fbb-f91b675056db to disappear + Mar 8 15:38:17.423: INFO: Pod pod-secrets-6aab0de4-01f4-4e13-8fbb-f91b675056db no longer exists + [AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 + Mar 8 15:38:17.423: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "secrets-1069" for this suite. 03/08/23 15:38:17.428 + STEP: Destroying namespace "secret-namespace-1902" for this suite. 03/08/23 15:38:17.433 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[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 03/08/23 15:38:17.438 +Mar 8 15:38:17.439: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename sysctl 03/08/23 15:38:17.439 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:38:17.451 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:38:17.454 +[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 03/08/23 15:38:17.457 +STEP: Watching for error events or started pod 03/08/23 15:38:17.464 +STEP: Waiting for pod completion 03/08/23 15:38:19.47 +Mar 8 15:38:19.471: INFO: Waiting up to 3m0s for pod "sysctl-79218e11-5ea6-4385-99b0-9bd5639db72b" in namespace "sysctl-8083" to be "completed" +Mar 8 15:38:19.474: INFO: Pod "sysctl-79218e11-5ea6-4385-99b0-9bd5639db72b": Phase="Pending", Reason="", readiness=false. Elapsed: 3.312034ms +Mar 8 15:38:21.479: INFO: Pod "sysctl-79218e11-5ea6-4385-99b0-9bd5639db72b": Phase="Succeeded", Reason="", readiness=false. Elapsed: 2.007926507s +Mar 8 15:38:21.479: INFO: Pod "sysctl-79218e11-5ea6-4385-99b0-9bd5639db72b" satisfied condition "completed" +STEP: Checking that the pod succeeded 03/08/23 15:38:21.481 +STEP: Getting logs from the pod 03/08/23 15:38:21.481 +STEP: Checking that the sysctl is actually updated 03/08/23 15:38:21.487 +[AfterEach] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + test/e2e/framework/framework.go:187 +Mar 8 15:38:21.487: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "sysctl-8083" for this suite. 03/08/23 15:38:21.492 +{"msg":"PASSED [sig-node] Sysctls [LinuxOnly] [NodeConformance] should support sysctls [MinimumKubeletVersion:1.21] [Conformance]","completed":299,"skipped":5506,"failed":0} +------------------------------ +• [4.060 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 03/08/23 15:38:17.438 + Mar 8 15:38:17.439: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename sysctl 03/08/23 15:38:17.439 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:38:17.451 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:38:17.454 + [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 03/08/23 15:38:17.457 + STEP: Watching for error events or started pod 03/08/23 15:38:17.464 + STEP: Waiting for pod completion 03/08/23 15:38:19.47 + Mar 8 15:38:19.471: INFO: Waiting up to 3m0s for pod "sysctl-79218e11-5ea6-4385-99b0-9bd5639db72b" in namespace "sysctl-8083" to be "completed" + Mar 8 15:38:19.474: INFO: Pod "sysctl-79218e11-5ea6-4385-99b0-9bd5639db72b": Phase="Pending", Reason="", readiness=false. Elapsed: 3.312034ms + Mar 8 15:38:21.479: INFO: Pod "sysctl-79218e11-5ea6-4385-99b0-9bd5639db72b": Phase="Succeeded", Reason="", readiness=false. Elapsed: 2.007926507s + Mar 8 15:38:21.479: INFO: Pod "sysctl-79218e11-5ea6-4385-99b0-9bd5639db72b" satisfied condition "completed" + STEP: Checking that the pod succeeded 03/08/23 15:38:21.481 + STEP: Getting logs from the pod 03/08/23 15:38:21.481 + STEP: Checking that the sysctl is actually updated 03/08/23 15:38:21.487 + [AfterEach] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + test/e2e/framework/framework.go:187 + Mar 8 15:38:21.487: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "sysctl-8083" for this suite. 03/08/23 15:38:21.492 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:38:21.502 +Mar 8 15:38:21.502: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename podtemplate 03/08/23 15:38:21.503 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:38:21.514 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:38:21.517 +[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 +Mar 8 15:38:21.545: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "podtemplate-4475" for this suite. 03/08/23 15:38:21.549 +{"msg":"PASSED [sig-node] PodTemplates should run the lifecycle of PodTemplates [Conformance]","completed":300,"skipped":5616,"failed":0} +------------------------------ +• [0.053 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 03/08/23 15:38:21.502 + Mar 8 15:38:21.502: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename podtemplate 03/08/23 15:38:21.503 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:38:21.514 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:38:21.517 + [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 + Mar 8 15:38:21.545: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "podtemplate-4475" for this suite. 03/08/23 15:38:21.549 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:38:21.556 +Mar 8 15:38:21.556: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename container-probe 03/08/23 15:38:21.557 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:38:21.568 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:38:21.57 +[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-1a8f201b-56f0-4578-b477-3a47bcfaee41 in namespace container-probe-5304 03/08/23 15:38:21.573 +Mar 8 15:38:21.581: INFO: Waiting up to 5m0s for pod "liveness-1a8f201b-56f0-4578-b477-3a47bcfaee41" in namespace "container-probe-5304" to be "not pending" +Mar 8 15:38:21.585: INFO: Pod "liveness-1a8f201b-56f0-4578-b477-3a47bcfaee41": Phase="Pending", Reason="", readiness=false. Elapsed: 4.769597ms +Mar 8 15:38:23.590: INFO: Pod "liveness-1a8f201b-56f0-4578-b477-3a47bcfaee41": Phase="Running", Reason="", readiness=true. Elapsed: 2.00898679s +Mar 8 15:38:23.590: INFO: Pod "liveness-1a8f201b-56f0-4578-b477-3a47bcfaee41" satisfied condition "not pending" +Mar 8 15:38:23.590: INFO: Started pod liveness-1a8f201b-56f0-4578-b477-3a47bcfaee41 in namespace container-probe-5304 +STEP: checking the pod's current state and verifying that restartCount is present 03/08/23 15:38:23.59 +Mar 8 15:38:23.593: INFO: Initial restart count of pod liveness-1a8f201b-56f0-4578-b477-3a47bcfaee41 is 0 +Mar 8 15:38:33.619: INFO: Restart count of pod container-probe-5304/liveness-1a8f201b-56f0-4578-b477-3a47bcfaee41 is now 1 (10.026523831s elapsed) +Mar 8 15:38:43.647: INFO: Restart count of pod container-probe-5304/liveness-1a8f201b-56f0-4578-b477-3a47bcfaee41 is now 2 (20.054347914s elapsed) +Mar 8 15:39:03.699: INFO: Restart count of pod container-probe-5304/liveness-1a8f201b-56f0-4578-b477-3a47bcfaee41 is now 3 (40.106527497s elapsed) +Mar 8 15:39:23.748: INFO: Restart count of pod container-probe-5304/liveness-1a8f201b-56f0-4578-b477-3a47bcfaee41 is now 4 (1m0.15504858s elapsed) +Mar 8 15:40:25.903: INFO: Restart count of pod container-probe-5304/liveness-1a8f201b-56f0-4578-b477-3a47bcfaee41 is now 5 (2m2.31005798s elapsed) +STEP: deleting the pod 03/08/23 15:40:25.903 +[AfterEach] [sig-node] Probing container + test/e2e/framework/framework.go:187 +Mar 8 15:40:25.915: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "container-probe-5304" for this suite. 03/08/23 15:40:25.919 +{"msg":"PASSED [sig-node] Probing container should have monotonically increasing restart count [NodeConformance] [Conformance]","completed":301,"skipped":5637,"failed":0} +------------------------------ +• [SLOW TEST] [124.369 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 03/08/23 15:38:21.556 + Mar 8 15:38:21.556: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename container-probe 03/08/23 15:38:21.557 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:38:21.568 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:38:21.57 + [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-1a8f201b-56f0-4578-b477-3a47bcfaee41 in namespace container-probe-5304 03/08/23 15:38:21.573 + Mar 8 15:38:21.581: INFO: Waiting up to 5m0s for pod "liveness-1a8f201b-56f0-4578-b477-3a47bcfaee41" in namespace "container-probe-5304" to be "not pending" + Mar 8 15:38:21.585: INFO: Pod "liveness-1a8f201b-56f0-4578-b477-3a47bcfaee41": Phase="Pending", Reason="", readiness=false. Elapsed: 4.769597ms + Mar 8 15:38:23.590: INFO: Pod "liveness-1a8f201b-56f0-4578-b477-3a47bcfaee41": Phase="Running", Reason="", readiness=true. Elapsed: 2.00898679s + Mar 8 15:38:23.590: INFO: Pod "liveness-1a8f201b-56f0-4578-b477-3a47bcfaee41" satisfied condition "not pending" + Mar 8 15:38:23.590: INFO: Started pod liveness-1a8f201b-56f0-4578-b477-3a47bcfaee41 in namespace container-probe-5304 + STEP: checking the pod's current state and verifying that restartCount is present 03/08/23 15:38:23.59 + Mar 8 15:38:23.593: INFO: Initial restart count of pod liveness-1a8f201b-56f0-4578-b477-3a47bcfaee41 is 0 + Mar 8 15:38:33.619: INFO: Restart count of pod container-probe-5304/liveness-1a8f201b-56f0-4578-b477-3a47bcfaee41 is now 1 (10.026523831s elapsed) + Mar 8 15:38:43.647: INFO: Restart count of pod container-probe-5304/liveness-1a8f201b-56f0-4578-b477-3a47bcfaee41 is now 2 (20.054347914s elapsed) + Mar 8 15:39:03.699: INFO: Restart count of pod container-probe-5304/liveness-1a8f201b-56f0-4578-b477-3a47bcfaee41 is now 3 (40.106527497s elapsed) + Mar 8 15:39:23.748: INFO: Restart count of pod container-probe-5304/liveness-1a8f201b-56f0-4578-b477-3a47bcfaee41 is now 4 (1m0.15504858s elapsed) + Mar 8 15:40:25.903: INFO: Restart count of pod container-probe-5304/liveness-1a8f201b-56f0-4578-b477-3a47bcfaee41 is now 5 (2m2.31005798s elapsed) + STEP: deleting the pod 03/08/23 15:40:25.903 + [AfterEach] [sig-node] Probing container + test/e2e/framework/framework.go:187 + Mar 8 15:40:25.915: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "container-probe-5304" for this suite. 03/08/23 15:40:25.919 + << End Captured GinkgoWriter Output +------------------------------ +SSSSS +------------------------------ +[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 03/08/23 15:40:25.925 +Mar 8 15:40:25.925: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename kubectl 03/08/23 15:40:25.926 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:40:25.939 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:40:25.941 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 +[BeforeEach] Kubectl logs + test/e2e/kubectl/kubectl.go:1570 +STEP: creating an pod 03/08/23 15:40:25.944 +Mar 8 15:40:25.944: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-9887 run logs-generator --image=ehub.ctcdn.cn/eck/sonobuoy/agnhost:2.40 --restart=Never --pod-running-timeout=2m0s -- logs-generator --log-lines-total 100 --run-duration 20s' +Mar 8 15:40:26.022: INFO: stderr: "" +Mar 8 15:40:26.022: 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. 03/08/23 15:40:26.022 +Mar 8 15:40:26.022: INFO: Waiting up to 5m0s for 1 pods to be running and ready, or succeeded: [logs-generator] +Mar 8 15:40:26.022: INFO: Waiting up to 5m0s for pod "logs-generator" in namespace "kubectl-9887" to be "running and ready, or succeeded" +Mar 8 15:40:26.025: INFO: Pod "logs-generator": Phase="Pending", Reason="", readiness=false. Elapsed: 3.137924ms +Mar 8 15:40:26.025: INFO: Error evaluating pod condition running and ready, or succeeded: want pod 'logs-generator' on 'worker2' to be 'Running' but was 'Pending' +Mar 8 15:40:28.031: INFO: Pod "logs-generator": Phase="Running", Reason="", readiness=true. Elapsed: 2.008390696s +Mar 8 15:40:28.031: INFO: Pod "logs-generator" satisfied condition "running and ready, or succeeded" +Mar 8 15:40:28.031: INFO: Wanted all 1 pods to be running and ready, or succeeded. Result: true. Pods: [logs-generator] +STEP: checking for a matching strings 03/08/23 15:40:28.031 +Mar 8 15:40:28.031: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-9887 logs logs-generator logs-generator' +Mar 8 15:40:28.118: INFO: stderr: "" +Mar 8 15:40:28.118: INFO: stdout: "I0308 15:40:26.654822 1 logs_generator.go:76] 0 GET /api/v1/namespaces/default/pods/klrf 321\nI0308 15:40:26.854942 1 logs_generator.go:76] 1 GET /api/v1/namespaces/default/pods/gz6j 511\nI0308 15:40:27.054948 1 logs_generator.go:76] 2 GET /api/v1/namespaces/kube-system/pods/f4gp 331\nI0308 15:40:27.255397 1 logs_generator.go:76] 3 PUT /api/v1/namespaces/ns/pods/452 241\nI0308 15:40:27.455819 1 logs_generator.go:76] 4 GET /api/v1/namespaces/ns/pods/878 451\nI0308 15:40:27.655271 1 logs_generator.go:76] 5 PUT /api/v1/namespaces/default/pods/x9q8 289\nI0308 15:40:27.855745 1 logs_generator.go:76] 6 POST /api/v1/namespaces/default/pods/j2pd 551\nI0308 15:40:28.055040 1 logs_generator.go:76] 7 PUT /api/v1/namespaces/ns/pods/llj9 488\n" +STEP: limiting log lines 03/08/23 15:40:28.118 +Mar 8 15:40:28.119: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-9887 logs logs-generator logs-generator --tail=1' +Mar 8 15:40:28.196: INFO: stderr: "" +Mar 8 15:40:28.197: INFO: stdout: "I0308 15:40:28.055040 1 logs_generator.go:76] 7 PUT /api/v1/namespaces/ns/pods/llj9 488\n" +Mar 8 15:40:28.197: INFO: got output "I0308 15:40:28.055040 1 logs_generator.go:76] 7 PUT /api/v1/namespaces/ns/pods/llj9 488\n" +STEP: limiting log bytes 03/08/23 15:40:28.197 +Mar 8 15:40:28.197: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-9887 logs logs-generator logs-generator --limit-bytes=1' +Mar 8 15:40:28.288: INFO: stderr: "" +Mar 8 15:40:28.288: INFO: stdout: "I" +Mar 8 15:40:28.288: INFO: got output "I" +STEP: exposing timestamps 03/08/23 15:40:28.288 +Mar 8 15:40:28.288: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-9887 logs logs-generator logs-generator --tail=1 --timestamps' +Mar 8 15:40:28.361: INFO: stderr: "" +Mar 8 15:40:28.361: INFO: stdout: "2023-03-08T15:40:28.255689523Z I0308 15:40:28.255474 1 logs_generator.go:76] 8 GET /api/v1/namespaces/ns/pods/m9kg 384\n" +Mar 8 15:40:28.361: INFO: got output "2023-03-08T15:40:28.255689523Z I0308 15:40:28.255474 1 logs_generator.go:76] 8 GET /api/v1/namespaces/ns/pods/m9kg 384\n" +STEP: restricting to a time range 03/08/23 15:40:28.361 +Mar 8 15:40:30.862: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-9887 logs logs-generator logs-generator --since=1s' +Mar 8 15:40:30.941: INFO: stderr: "" +Mar 8 15:40:30.941: INFO: stdout: "I0308 15:40:30.055752 1 logs_generator.go:76] 17 PUT /api/v1/namespaces/ns/pods/rr7 343\nI0308 15:40:30.254965 1 logs_generator.go:76] 18 POST /api/v1/namespaces/kube-system/pods/ktvw 388\nI0308 15:40:30.455325 1 logs_generator.go:76] 19 PUT /api/v1/namespaces/ns/pods/ctn 554\nI0308 15:40:30.655626 1 logs_generator.go:76] 20 PUT /api/v1/namespaces/kube-system/pods/pg24 485\nI0308 15:40:30.854963 1 logs_generator.go:76] 21 GET /api/v1/namespaces/default/pods/g7r 426\n" +Mar 8 15:40:30.941: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-9887 logs logs-generator logs-generator --since=24h' +Mar 8 15:40:31.024: INFO: stderr: "" +Mar 8 15:40:31.024: INFO: stdout: "I0308 15:40:26.654822 1 logs_generator.go:76] 0 GET /api/v1/namespaces/default/pods/klrf 321\nI0308 15:40:26.854942 1 logs_generator.go:76] 1 GET /api/v1/namespaces/default/pods/gz6j 511\nI0308 15:40:27.054948 1 logs_generator.go:76] 2 GET /api/v1/namespaces/kube-system/pods/f4gp 331\nI0308 15:40:27.255397 1 logs_generator.go:76] 3 PUT /api/v1/namespaces/ns/pods/452 241\nI0308 15:40:27.455819 1 logs_generator.go:76] 4 GET /api/v1/namespaces/ns/pods/878 451\nI0308 15:40:27.655271 1 logs_generator.go:76] 5 PUT /api/v1/namespaces/default/pods/x9q8 289\nI0308 15:40:27.855745 1 logs_generator.go:76] 6 POST /api/v1/namespaces/default/pods/j2pd 551\nI0308 15:40:28.055040 1 logs_generator.go:76] 7 PUT /api/v1/namespaces/ns/pods/llj9 488\nI0308 15:40:28.255474 1 logs_generator.go:76] 8 GET /api/v1/namespaces/ns/pods/m9kg 384\nI0308 15:40:28.454895 1 logs_generator.go:76] 9 POST /api/v1/namespaces/ns/pods/5sc 231\nI0308 15:40:28.655406 1 logs_generator.go:76] 10 PUT /api/v1/namespaces/default/pods/rcf 470\nI0308 15:40:28.855738 1 logs_generator.go:76] 11 POST /api/v1/namespaces/default/pods/pbpd 488\nI0308 15:40:29.054984 1 logs_generator.go:76] 12 GET /api/v1/namespaces/default/pods/vbbk 321\nI0308 15:40:29.255322 1 logs_generator.go:76] 13 PUT /api/v1/namespaces/ns/pods/d7j 239\nI0308 15:40:29.455684 1 logs_generator.go:76] 14 PUT /api/v1/namespaces/default/pods/2bxs 318\nI0308 15:40:29.654983 1 logs_generator.go:76] 15 GET /api/v1/namespaces/default/pods/524 314\nI0308 15:40:29.855378 1 logs_generator.go:76] 16 GET /api/v1/namespaces/ns/pods/7hdv 348\nI0308 15:40:30.055752 1 logs_generator.go:76] 17 PUT /api/v1/namespaces/ns/pods/rr7 343\nI0308 15:40:30.254965 1 logs_generator.go:76] 18 POST /api/v1/namespaces/kube-system/pods/ktvw 388\nI0308 15:40:30.455325 1 logs_generator.go:76] 19 PUT /api/v1/namespaces/ns/pods/ctn 554\nI0308 15:40:30.655626 1 logs_generator.go:76] 20 PUT /api/v1/namespaces/kube-system/pods/pg24 485\nI0308 15:40:30.854963 1 logs_generator.go:76] 21 GET /api/v1/namespaces/default/pods/g7r 426\n" +[AfterEach] Kubectl logs + test/e2e/kubectl/kubectl.go:1575 +Mar 8 15:40:31.024: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-9887 delete pod logs-generator' +Mar 8 15:40:31.784: INFO: stderr: "" +Mar 8 15:40:31.784: INFO: stdout: "pod \"logs-generator\" deleted\n" +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 +Mar 8 15:40:31.784: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubectl-9887" for this suite. 03/08/23 15:40:31.789 +{"msg":"PASSED [sig-cli] Kubectl client Kubectl logs should be able to retrieve and filter logs [Conformance]","completed":302,"skipped":5642,"failed":0} +------------------------------ +• [SLOW TEST] [5.870 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 03/08/23 15:40:25.925 + Mar 8 15:40:25.925: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename kubectl 03/08/23 15:40:25.926 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:40:25.939 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:40:25.941 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 + [BeforeEach] Kubectl logs + test/e2e/kubectl/kubectl.go:1570 + STEP: creating an pod 03/08/23 15:40:25.944 + Mar 8 15:40:25.944: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-9887 run logs-generator --image=ehub.ctcdn.cn/eck/sonobuoy/agnhost:2.40 --restart=Never --pod-running-timeout=2m0s -- logs-generator --log-lines-total 100 --run-duration 20s' + Mar 8 15:40:26.022: INFO: stderr: "" + Mar 8 15:40:26.022: 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. 03/08/23 15:40:26.022 + Mar 8 15:40:26.022: INFO: Waiting up to 5m0s for 1 pods to be running and ready, or succeeded: [logs-generator] + Mar 8 15:40:26.022: INFO: Waiting up to 5m0s for pod "logs-generator" in namespace "kubectl-9887" to be "running and ready, or succeeded" + Mar 8 15:40:26.025: INFO: Pod "logs-generator": Phase="Pending", Reason="", readiness=false. Elapsed: 3.137924ms + Mar 8 15:40:26.025: INFO: Error evaluating pod condition running and ready, or succeeded: want pod 'logs-generator' on 'worker2' to be 'Running' but was 'Pending' + Mar 8 15:40:28.031: INFO: Pod "logs-generator": Phase="Running", Reason="", readiness=true. Elapsed: 2.008390696s + Mar 8 15:40:28.031: INFO: Pod "logs-generator" satisfied condition "running and ready, or succeeded" + Mar 8 15:40:28.031: INFO: Wanted all 1 pods to be running and ready, or succeeded. Result: true. Pods: [logs-generator] + STEP: checking for a matching strings 03/08/23 15:40:28.031 + Mar 8 15:40:28.031: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-9887 logs logs-generator logs-generator' + Mar 8 15:40:28.118: INFO: stderr: "" + Mar 8 15:40:28.118: INFO: stdout: "I0308 15:40:26.654822 1 logs_generator.go:76] 0 GET /api/v1/namespaces/default/pods/klrf 321\nI0308 15:40:26.854942 1 logs_generator.go:76] 1 GET /api/v1/namespaces/default/pods/gz6j 511\nI0308 15:40:27.054948 1 logs_generator.go:76] 2 GET /api/v1/namespaces/kube-system/pods/f4gp 331\nI0308 15:40:27.255397 1 logs_generator.go:76] 3 PUT /api/v1/namespaces/ns/pods/452 241\nI0308 15:40:27.455819 1 logs_generator.go:76] 4 GET /api/v1/namespaces/ns/pods/878 451\nI0308 15:40:27.655271 1 logs_generator.go:76] 5 PUT /api/v1/namespaces/default/pods/x9q8 289\nI0308 15:40:27.855745 1 logs_generator.go:76] 6 POST /api/v1/namespaces/default/pods/j2pd 551\nI0308 15:40:28.055040 1 logs_generator.go:76] 7 PUT /api/v1/namespaces/ns/pods/llj9 488\n" + STEP: limiting log lines 03/08/23 15:40:28.118 + Mar 8 15:40:28.119: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-9887 logs logs-generator logs-generator --tail=1' + Mar 8 15:40:28.196: INFO: stderr: "" + Mar 8 15:40:28.197: INFO: stdout: "I0308 15:40:28.055040 1 logs_generator.go:76] 7 PUT /api/v1/namespaces/ns/pods/llj9 488\n" + Mar 8 15:40:28.197: INFO: got output "I0308 15:40:28.055040 1 logs_generator.go:76] 7 PUT /api/v1/namespaces/ns/pods/llj9 488\n" + STEP: limiting log bytes 03/08/23 15:40:28.197 + Mar 8 15:40:28.197: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-9887 logs logs-generator logs-generator --limit-bytes=1' + Mar 8 15:40:28.288: INFO: stderr: "" + Mar 8 15:40:28.288: INFO: stdout: "I" + Mar 8 15:40:28.288: INFO: got output "I" + STEP: exposing timestamps 03/08/23 15:40:28.288 + Mar 8 15:40:28.288: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-9887 logs logs-generator logs-generator --tail=1 --timestamps' + Mar 8 15:40:28.361: INFO: stderr: "" + Mar 8 15:40:28.361: INFO: stdout: "2023-03-08T15:40:28.255689523Z I0308 15:40:28.255474 1 logs_generator.go:76] 8 GET /api/v1/namespaces/ns/pods/m9kg 384\n" + Mar 8 15:40:28.361: INFO: got output "2023-03-08T15:40:28.255689523Z I0308 15:40:28.255474 1 logs_generator.go:76] 8 GET /api/v1/namespaces/ns/pods/m9kg 384\n" + STEP: restricting to a time range 03/08/23 15:40:28.361 + Mar 8 15:40:30.862: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-9887 logs logs-generator logs-generator --since=1s' + Mar 8 15:40:30.941: INFO: stderr: "" + Mar 8 15:40:30.941: INFO: stdout: "I0308 15:40:30.055752 1 logs_generator.go:76] 17 PUT /api/v1/namespaces/ns/pods/rr7 343\nI0308 15:40:30.254965 1 logs_generator.go:76] 18 POST /api/v1/namespaces/kube-system/pods/ktvw 388\nI0308 15:40:30.455325 1 logs_generator.go:76] 19 PUT /api/v1/namespaces/ns/pods/ctn 554\nI0308 15:40:30.655626 1 logs_generator.go:76] 20 PUT /api/v1/namespaces/kube-system/pods/pg24 485\nI0308 15:40:30.854963 1 logs_generator.go:76] 21 GET /api/v1/namespaces/default/pods/g7r 426\n" + Mar 8 15:40:30.941: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-9887 logs logs-generator logs-generator --since=24h' + Mar 8 15:40:31.024: INFO: stderr: "" + Mar 8 15:40:31.024: INFO: stdout: "I0308 15:40:26.654822 1 logs_generator.go:76] 0 GET /api/v1/namespaces/default/pods/klrf 321\nI0308 15:40:26.854942 1 logs_generator.go:76] 1 GET /api/v1/namespaces/default/pods/gz6j 511\nI0308 15:40:27.054948 1 logs_generator.go:76] 2 GET /api/v1/namespaces/kube-system/pods/f4gp 331\nI0308 15:40:27.255397 1 logs_generator.go:76] 3 PUT /api/v1/namespaces/ns/pods/452 241\nI0308 15:40:27.455819 1 logs_generator.go:76] 4 GET /api/v1/namespaces/ns/pods/878 451\nI0308 15:40:27.655271 1 logs_generator.go:76] 5 PUT /api/v1/namespaces/default/pods/x9q8 289\nI0308 15:40:27.855745 1 logs_generator.go:76] 6 POST /api/v1/namespaces/default/pods/j2pd 551\nI0308 15:40:28.055040 1 logs_generator.go:76] 7 PUT /api/v1/namespaces/ns/pods/llj9 488\nI0308 15:40:28.255474 1 logs_generator.go:76] 8 GET /api/v1/namespaces/ns/pods/m9kg 384\nI0308 15:40:28.454895 1 logs_generator.go:76] 9 POST /api/v1/namespaces/ns/pods/5sc 231\nI0308 15:40:28.655406 1 logs_generator.go:76] 10 PUT /api/v1/namespaces/default/pods/rcf 470\nI0308 15:40:28.855738 1 logs_generator.go:76] 11 POST /api/v1/namespaces/default/pods/pbpd 488\nI0308 15:40:29.054984 1 logs_generator.go:76] 12 GET /api/v1/namespaces/default/pods/vbbk 321\nI0308 15:40:29.255322 1 logs_generator.go:76] 13 PUT /api/v1/namespaces/ns/pods/d7j 239\nI0308 15:40:29.455684 1 logs_generator.go:76] 14 PUT /api/v1/namespaces/default/pods/2bxs 318\nI0308 15:40:29.654983 1 logs_generator.go:76] 15 GET /api/v1/namespaces/default/pods/524 314\nI0308 15:40:29.855378 1 logs_generator.go:76] 16 GET /api/v1/namespaces/ns/pods/7hdv 348\nI0308 15:40:30.055752 1 logs_generator.go:76] 17 PUT /api/v1/namespaces/ns/pods/rr7 343\nI0308 15:40:30.254965 1 logs_generator.go:76] 18 POST /api/v1/namespaces/kube-system/pods/ktvw 388\nI0308 15:40:30.455325 1 logs_generator.go:76] 19 PUT /api/v1/namespaces/ns/pods/ctn 554\nI0308 15:40:30.655626 1 logs_generator.go:76] 20 PUT /api/v1/namespaces/kube-system/pods/pg24 485\nI0308 15:40:30.854963 1 logs_generator.go:76] 21 GET /api/v1/namespaces/default/pods/g7r 426\n" + [AfterEach] Kubectl logs + test/e2e/kubectl/kubectl.go:1575 + Mar 8 15:40:31.024: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-9887 delete pod logs-generator' + Mar 8 15:40:31.784: INFO: stderr: "" + Mar 8 15:40:31.784: INFO: stdout: "pod \"logs-generator\" deleted\n" + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 + Mar 8 15:40:31.784: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubectl-9887" for this suite. 03/08/23 15:40:31.789 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:40:31.797 +Mar 8 15:40:31.797: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename webhook 03/08/23 15:40:31.798 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:40:31.811 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:40:31.813 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 +STEP: Setting up server cert 03/08/23 15:40:31.828 +STEP: Create role binding to let webhook read extension-apiserver-authentication 03/08/23 15:40:32.282 +STEP: Deploying the webhook pod 03/08/23 15:40:32.292 +STEP: Wait for the deployment to be ready 03/08/23 15:40:32.303 +Mar 8 15:40:32.309: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set +STEP: Deploying the webhook service 03/08/23 15:40:34.32 +STEP: Verifying the service has paired with the endpoint 03/08/23 15:40:34.33 +Mar 8 15:40:35.330: 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 03/08/23 15:40:35.334 +STEP: create a namespace for the webhook 03/08/23 15:40:35.349 +STEP: create a configmap should be unconditionally rejected by the webhook 03/08/23 15:40:35.356 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Mar 8 15:40:35.374: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "webhook-8567" for this suite. 03/08/23 15:40:35.379 +STEP: Destroying namespace "webhook-8567-markers" for this suite. 03/08/23 15:40:35.385 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 +{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should unconditionally reject operations on fail closed webhook [Conformance]","completed":303,"skipped":5704,"failed":0} +------------------------------ +• [3.646 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 03/08/23 15:40:31.797 + Mar 8 15:40:31.797: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename webhook 03/08/23 15:40:31.798 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:40:31.811 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:40:31.813 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 + STEP: Setting up server cert 03/08/23 15:40:31.828 + STEP: Create role binding to let webhook read extension-apiserver-authentication 03/08/23 15:40:32.282 + STEP: Deploying the webhook pod 03/08/23 15:40:32.292 + STEP: Wait for the deployment to be ready 03/08/23 15:40:32.303 + Mar 8 15:40:32.309: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set + STEP: Deploying the webhook service 03/08/23 15:40:34.32 + STEP: Verifying the service has paired with the endpoint 03/08/23 15:40:34.33 + Mar 8 15:40:35.330: 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 03/08/23 15:40:35.334 + STEP: create a namespace for the webhook 03/08/23 15:40:35.349 + STEP: create a configmap should be unconditionally rejected by the webhook 03/08/23 15:40:35.356 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Mar 8 15:40:35.374: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "webhook-8567" for this suite. 03/08/23 15:40:35.379 + STEP: Destroying namespace "webhook-8567-markers" for this suite. 03/08/23 15:40:35.385 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:40:35.444 +Mar 8 15:40:35.444: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename downward-api 03/08/23 15:40:35.445 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:40:35.462 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:40:35.466 +[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 03/08/23 15:40:35.468 +Mar 8 15:40:35.477: INFO: Waiting up to 5m0s for pod "downwardapi-volume-89c46cee-2793-44b3-a128-7e05b165a98e" in namespace "downward-api-3091" to be "Succeeded or Failed" +Mar 8 15:40:35.481: INFO: Pod "downwardapi-volume-89c46cee-2793-44b3-a128-7e05b165a98e": Phase="Pending", Reason="", readiness=false. Elapsed: 4.343019ms +Mar 8 15:40:37.486: INFO: Pod "downwardapi-volume-89c46cee-2793-44b3-a128-7e05b165a98e": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00947825s +Mar 8 15:40:39.488: INFO: Pod "downwardapi-volume-89c46cee-2793-44b3-a128-7e05b165a98e": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010730494s +STEP: Saw pod success 03/08/23 15:40:39.488 +Mar 8 15:40:39.488: INFO: Pod "downwardapi-volume-89c46cee-2793-44b3-a128-7e05b165a98e" satisfied condition "Succeeded or Failed" +Mar 8 15:40:39.491: INFO: Trying to get logs from node worker2 pod downwardapi-volume-89c46cee-2793-44b3-a128-7e05b165a98e container client-container: +STEP: delete the pod 03/08/23 15:40:39.496 +Mar 8 15:40:39.507: INFO: Waiting for pod downwardapi-volume-89c46cee-2793-44b3-a128-7e05b165a98e to disappear +Mar 8 15:40:39.511: INFO: Pod downwardapi-volume-89c46cee-2793-44b3-a128-7e05b165a98e no longer exists +[AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 +Mar 8 15:40:39.511: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "downward-api-3091" for this suite. 03/08/23 15:40:39.515 +{"msg":"PASSED [sig-storage] Downward API volume should provide container's cpu request [NodeConformance] [Conformance]","completed":304,"skipped":5717,"failed":0} +------------------------------ +• [4.077 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 03/08/23 15:40:35.444 + Mar 8 15:40:35.444: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename downward-api 03/08/23 15:40:35.445 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:40:35.462 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:40:35.466 + [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 03/08/23 15:40:35.468 + Mar 8 15:40:35.477: INFO: Waiting up to 5m0s for pod "downwardapi-volume-89c46cee-2793-44b3-a128-7e05b165a98e" in namespace "downward-api-3091" to be "Succeeded or Failed" + Mar 8 15:40:35.481: INFO: Pod "downwardapi-volume-89c46cee-2793-44b3-a128-7e05b165a98e": Phase="Pending", Reason="", readiness=false. Elapsed: 4.343019ms + Mar 8 15:40:37.486: INFO: Pod "downwardapi-volume-89c46cee-2793-44b3-a128-7e05b165a98e": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00947825s + Mar 8 15:40:39.488: INFO: Pod "downwardapi-volume-89c46cee-2793-44b3-a128-7e05b165a98e": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010730494s + STEP: Saw pod success 03/08/23 15:40:39.488 + Mar 8 15:40:39.488: INFO: Pod "downwardapi-volume-89c46cee-2793-44b3-a128-7e05b165a98e" satisfied condition "Succeeded or Failed" + Mar 8 15:40:39.491: INFO: Trying to get logs from node worker2 pod downwardapi-volume-89c46cee-2793-44b3-a128-7e05b165a98e container client-container: + STEP: delete the pod 03/08/23 15:40:39.496 + Mar 8 15:40:39.507: INFO: Waiting for pod downwardapi-volume-89c46cee-2793-44b3-a128-7e05b165a98e to disappear + Mar 8 15:40:39.511: INFO: Pod downwardapi-volume-89c46cee-2793-44b3-a128-7e05b165a98e no longer exists + [AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 + Mar 8 15:40:39.511: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "downward-api-3091" for this suite. 03/08/23 15:40:39.515 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:40:39.522 +Mar 8 15:40:39.522: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename runtimeclass 03/08/23 15:40:39.523 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:40:39.536 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:40:39.539 +[It] should schedule a Pod requesting a RuntimeClass and initialize its Overhead [NodeConformance] [Conformance] + test/e2e/common/node/runtimeclass.go:129 +Mar 8 15:40:39.553: INFO: Waiting up to 1m20s for at least 1 pods in namespace runtimeclass-4611 to be scheduled +Mar 8 15:40:39.556: INFO: 1 pods are not scheduled: [runtimeclass-4611/test-runtimeclass-runtimeclass-4611-preconfigured-handler-4n6v9(242f65b5-f0fb-4f35-9e93-9ed1b07490c7)] +[AfterEach] [sig-node] RuntimeClass + test/e2e/framework/framework.go:187 +Mar 8 15:40:41.567: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "runtimeclass-4611" for this suite. 03/08/23 15:40:41.573 +{"msg":"PASSED [sig-node] RuntimeClass should schedule a Pod requesting a RuntimeClass and initialize its Overhead [NodeConformance] [Conformance]","completed":305,"skipped":5739,"failed":0} +------------------------------ +• [2.057 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 03/08/23 15:40:39.522 + Mar 8 15:40:39.522: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename runtimeclass 03/08/23 15:40:39.523 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:40:39.536 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:40:39.539 + [It] should schedule a Pod requesting a RuntimeClass and initialize its Overhead [NodeConformance] [Conformance] + test/e2e/common/node/runtimeclass.go:129 + Mar 8 15:40:39.553: INFO: Waiting up to 1m20s for at least 1 pods in namespace runtimeclass-4611 to be scheduled + Mar 8 15:40:39.556: INFO: 1 pods are not scheduled: [runtimeclass-4611/test-runtimeclass-runtimeclass-4611-preconfigured-handler-4n6v9(242f65b5-f0fb-4f35-9e93-9ed1b07490c7)] + [AfterEach] [sig-node] RuntimeClass + test/e2e/framework/framework.go:187 + Mar 8 15:40:41.567: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "runtimeclass-4611" for this suite. 03/08/23 15:40:41.573 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:40:41.579 +Mar 8 15:40:41.579: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename projected 03/08/23 15:40:41.58 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:40:41.594 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:40:41.597 +[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-890ee669-21d6-4d90-bf37-dc8d85e4c7f2 03/08/23 15:40:41.6 +STEP: Creating a pod to test consume configMaps 03/08/23 15:40:41.604 +Mar 8 15:40:41.612: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-8e8aa7c0-585a-4ac2-bc94-549f01fa7b2d" in namespace "projected-4065" to be "Succeeded or Failed" +Mar 8 15:40:41.615: INFO: Pod "pod-projected-configmaps-8e8aa7c0-585a-4ac2-bc94-549f01fa7b2d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.662985ms +Mar 8 15:40:43.621: INFO: Pod "pod-projected-configmaps-8e8aa7c0-585a-4ac2-bc94-549f01fa7b2d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008745785s +Mar 8 15:40:45.620: INFO: Pod "pod-projected-configmaps-8e8aa7c0-585a-4ac2-bc94-549f01fa7b2d": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.00801562s +STEP: Saw pod success 03/08/23 15:40:45.62 +Mar 8 15:40:45.620: INFO: Pod "pod-projected-configmaps-8e8aa7c0-585a-4ac2-bc94-549f01fa7b2d" satisfied condition "Succeeded or Failed" +Mar 8 15:40:45.623: INFO: Trying to get logs from node worker2 pod pod-projected-configmaps-8e8aa7c0-585a-4ac2-bc94-549f01fa7b2d container agnhost-container: +STEP: delete the pod 03/08/23 15:40:45.629 +Mar 8 15:40:45.641: INFO: Waiting for pod pod-projected-configmaps-8e8aa7c0-585a-4ac2-bc94-549f01fa7b2d to disappear +Mar 8 15:40:45.643: INFO: Pod pod-projected-configmaps-8e8aa7c0-585a-4ac2-bc94-549f01fa7b2d no longer exists +[AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 +Mar 8 15:40:45.643: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-4065" for this suite. 03/08/23 15:40:45.647 +{"msg":"PASSED [sig-storage] Projected configMap should be consumable from pods in volume as non-root [NodeConformance] [Conformance]","completed":306,"skipped":5751,"failed":0} +------------------------------ +• [4.074 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 03/08/23 15:40:41.579 + Mar 8 15:40:41.579: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename projected 03/08/23 15:40:41.58 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:40:41.594 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:40:41.597 + [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-890ee669-21d6-4d90-bf37-dc8d85e4c7f2 03/08/23 15:40:41.6 + STEP: Creating a pod to test consume configMaps 03/08/23 15:40:41.604 + Mar 8 15:40:41.612: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-8e8aa7c0-585a-4ac2-bc94-549f01fa7b2d" in namespace "projected-4065" to be "Succeeded or Failed" + Mar 8 15:40:41.615: INFO: Pod "pod-projected-configmaps-8e8aa7c0-585a-4ac2-bc94-549f01fa7b2d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.662985ms + Mar 8 15:40:43.621: INFO: Pod "pod-projected-configmaps-8e8aa7c0-585a-4ac2-bc94-549f01fa7b2d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008745785s + Mar 8 15:40:45.620: INFO: Pod "pod-projected-configmaps-8e8aa7c0-585a-4ac2-bc94-549f01fa7b2d": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.00801562s + STEP: Saw pod success 03/08/23 15:40:45.62 + Mar 8 15:40:45.620: INFO: Pod "pod-projected-configmaps-8e8aa7c0-585a-4ac2-bc94-549f01fa7b2d" satisfied condition "Succeeded or Failed" + Mar 8 15:40:45.623: INFO: Trying to get logs from node worker2 pod pod-projected-configmaps-8e8aa7c0-585a-4ac2-bc94-549f01fa7b2d container agnhost-container: + STEP: delete the pod 03/08/23 15:40:45.629 + Mar 8 15:40:45.641: INFO: Waiting for pod pod-projected-configmaps-8e8aa7c0-585a-4ac2-bc94-549f01fa7b2d to disappear + Mar 8 15:40:45.643: INFO: Pod pod-projected-configmaps-8e8aa7c0-585a-4ac2-bc94-549f01fa7b2d no longer exists + [AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 + Mar 8 15:40:45.643: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-4065" for this suite. 03/08/23 15:40:45.647 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:40:45.655 +Mar 8 15:40:45.655: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename gc 03/08/23 15:40:45.656 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:40:45.669 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:40:45.672 +[It] should orphan RS created by deployment when deleteOptions.PropagationPolicy is Orphan [Conformance] + test/e2e/apimachinery/garbage_collector.go:550 +STEP: create the deployment 03/08/23 15:40:45.675 +STEP: Wait for the Deployment to create new ReplicaSet 03/08/23 15:40:45.679 +STEP: delete the deployment 03/08/23 15:40:46.193 +STEP: wait for deployment deletion to see if the garbage collector mistakenly deletes the rs 03/08/23 15:40:46.201 +STEP: Gathering metrics 03/08/23 15:40:46.738 +Mar 8 15:40:46.762: INFO: Waiting up to 5m0s for pod "kube-controller-manager-master3" in namespace "kube-system" to be "running and ready" +Mar 8 15:40:46.766: INFO: Pod "kube-controller-manager-master3": Phase="Running", Reason="", readiness=true. Elapsed: 3.96426ms +Mar 8 15:40:46.766: INFO: The phase of Pod kube-controller-manager-master3 is Running (Ready = true) +Mar 8 15:40:46.766: INFO: Pod "kube-controller-manager-master3" satisfied condition "running and ready" +Mar 8 15:40:46.816: 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 +Mar 8 15:40:46.816: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "gc-148" for this suite. 03/08/23 15:40:46.821 +{"msg":"PASSED [sig-api-machinery] Garbage collector should orphan RS created by deployment when deleteOptions.PropagationPolicy is Orphan [Conformance]","completed":307,"skipped":5782,"failed":0} +------------------------------ +• [1.172 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 03/08/23 15:40:45.655 + Mar 8 15:40:45.655: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename gc 03/08/23 15:40:45.656 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:40:45.669 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:40:45.672 + [It] should orphan RS created by deployment when deleteOptions.PropagationPolicy is Orphan [Conformance] + test/e2e/apimachinery/garbage_collector.go:550 + STEP: create the deployment 03/08/23 15:40:45.675 + STEP: Wait for the Deployment to create new ReplicaSet 03/08/23 15:40:45.679 + STEP: delete the deployment 03/08/23 15:40:46.193 + STEP: wait for deployment deletion to see if the garbage collector mistakenly deletes the rs 03/08/23 15:40:46.201 + STEP: Gathering metrics 03/08/23 15:40:46.738 + Mar 8 15:40:46.762: INFO: Waiting up to 5m0s for pod "kube-controller-manager-master3" in namespace "kube-system" to be "running and ready" + Mar 8 15:40:46.766: INFO: Pod "kube-controller-manager-master3": Phase="Running", Reason="", readiness=true. Elapsed: 3.96426ms + Mar 8 15:40:46.766: INFO: The phase of Pod kube-controller-manager-master3 is Running (Ready = true) + Mar 8 15:40:46.766: INFO: Pod "kube-controller-manager-master3" satisfied condition "running and ready" + Mar 8 15:40:46.816: 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 + Mar 8 15:40:46.816: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "gc-148" for this suite. 03/08/23 15:40:46.821 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:40:46.827 +Mar 8 15:40:46.828: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename projected 03/08/23 15:40:46.828 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:40:46.844 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:40:46.847 +[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-21d1d61b-dac5-4a35-b096-f380d5d17b2a 03/08/23 15:40:46.855 +STEP: Creating the pod 03/08/23 15:40:46.859 +Mar 8 15:40:46.866: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-13aaef7f-5d98-45d6-98f1-9490e40bcffc" in namespace "projected-5306" to be "running and ready" +Mar 8 15:40:46.869: INFO: Pod "pod-projected-configmaps-13aaef7f-5d98-45d6-98f1-9490e40bcffc": Phase="Pending", Reason="", readiness=false. Elapsed: 3.708852ms +Mar 8 15:40:46.869: INFO: The phase of Pod pod-projected-configmaps-13aaef7f-5d98-45d6-98f1-9490e40bcffc is Pending, waiting for it to be Running (with Ready = true) +Mar 8 15:40:48.874: INFO: Pod "pod-projected-configmaps-13aaef7f-5d98-45d6-98f1-9490e40bcffc": Phase="Running", Reason="", readiness=true. Elapsed: 2.008245957s +Mar 8 15:40:48.874: INFO: The phase of Pod pod-projected-configmaps-13aaef7f-5d98-45d6-98f1-9490e40bcffc is Running (Ready = true) +Mar 8 15:40:48.874: INFO: Pod "pod-projected-configmaps-13aaef7f-5d98-45d6-98f1-9490e40bcffc" satisfied condition "running and ready" +STEP: Updating configmap projected-configmap-test-upd-21d1d61b-dac5-4a35-b096-f380d5d17b2a 03/08/23 15:40:48.883 +STEP: waiting to observe update in volume 03/08/23 15:40:48.888 +[AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 +Mar 8 15:40:50.902: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-5306" for this suite. 03/08/23 15:40:50.906 +{"msg":"PASSED [sig-storage] Projected configMap updates should be reflected in volume [NodeConformance] [Conformance]","completed":308,"skipped":5795,"failed":0} +------------------------------ +• [4.085 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 03/08/23 15:40:46.827 + Mar 8 15:40:46.828: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename projected 03/08/23 15:40:46.828 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:40:46.844 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:40:46.847 + [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-21d1d61b-dac5-4a35-b096-f380d5d17b2a 03/08/23 15:40:46.855 + STEP: Creating the pod 03/08/23 15:40:46.859 + Mar 8 15:40:46.866: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-13aaef7f-5d98-45d6-98f1-9490e40bcffc" in namespace "projected-5306" to be "running and ready" + Mar 8 15:40:46.869: INFO: Pod "pod-projected-configmaps-13aaef7f-5d98-45d6-98f1-9490e40bcffc": Phase="Pending", Reason="", readiness=false. Elapsed: 3.708852ms + Mar 8 15:40:46.869: INFO: The phase of Pod pod-projected-configmaps-13aaef7f-5d98-45d6-98f1-9490e40bcffc is Pending, waiting for it to be Running (with Ready = true) + Mar 8 15:40:48.874: INFO: Pod "pod-projected-configmaps-13aaef7f-5d98-45d6-98f1-9490e40bcffc": Phase="Running", Reason="", readiness=true. Elapsed: 2.008245957s + Mar 8 15:40:48.874: INFO: The phase of Pod pod-projected-configmaps-13aaef7f-5d98-45d6-98f1-9490e40bcffc is Running (Ready = true) + Mar 8 15:40:48.874: INFO: Pod "pod-projected-configmaps-13aaef7f-5d98-45d6-98f1-9490e40bcffc" satisfied condition "running and ready" + STEP: Updating configmap projected-configmap-test-upd-21d1d61b-dac5-4a35-b096-f380d5d17b2a 03/08/23 15:40:48.883 + STEP: waiting to observe update in volume 03/08/23 15:40:48.888 + [AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 + Mar 8 15:40:50.902: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-5306" for this suite. 03/08/23 15:40:50.906 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:40:50.916 +Mar 8 15:40:50.916: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename sched-preemption 03/08/23 15:40:50.916 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:40:50.929 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:40:50.931 +[BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:92 +Mar 8 15:40:50.945: INFO: Waiting up to 1m0s for all nodes to be ready +Mar 8 15:41:50.981: 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. 03/08/23 15:41:50.984 +Mar 8 15:41:51.003: INFO: Created pod: pod0-0-sched-preemption-low-priority +Mar 8 15:41:51.010: INFO: Created pod: pod0-1-sched-preemption-medium-priority +Mar 8 15:41:51.037: INFO: Created pod: pod1-0-sched-preemption-medium-priority +Mar 8 15:41:51.043: INFO: Created pod: pod1-1-sched-preemption-medium-priority +STEP: Wait for pods to be scheduled. 03/08/23 15:41:51.043 +Mar 8 15:41:51.043: INFO: Waiting up to 5m0s for pod "pod0-0-sched-preemption-low-priority" in namespace "sched-preemption-3968" to be "running" +Mar 8 15:41:51.046: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Pending", Reason="", readiness=false. Elapsed: 3.304314ms +Mar 8 15:41:53.052: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Running", Reason="", readiness=true. Elapsed: 2.009587497s +Mar 8 15:41:53.052: INFO: Pod "pod0-0-sched-preemption-low-priority" satisfied condition "running" +Mar 8 15:41:53.052: INFO: Waiting up to 5m0s for pod "pod0-1-sched-preemption-medium-priority" in namespace "sched-preemption-3968" to be "running" +Mar 8 15:41:53.056: INFO: Pod "pod0-1-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 4.019386ms +Mar 8 15:41:53.056: INFO: Pod "pod0-1-sched-preemption-medium-priority" satisfied condition "running" +Mar 8 15:41:53.056: INFO: Waiting up to 5m0s for pod "pod1-0-sched-preemption-medium-priority" in namespace "sched-preemption-3968" to be "running" +Mar 8 15:41:53.060: INFO: Pod "pod1-0-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 3.804112ms +Mar 8 15:41:53.060: INFO: Pod "pod1-0-sched-preemption-medium-priority" satisfied condition "running" +Mar 8 15:41:53.060: INFO: Waiting up to 5m0s for pod "pod1-1-sched-preemption-medium-priority" in namespace "sched-preemption-3968" to be "running" +Mar 8 15:41:53.063: INFO: Pod "pod1-1-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 3.212526ms +Mar 8 15:41:53.063: 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 03/08/23 15:41:53.063 +Mar 8 15:41:53.074: INFO: Waiting up to 2m0s for pod "critical-pod" in namespace "kube-system" to be "running" +Mar 8 15:41:53.077: INFO: Pod "critical-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.799099ms +Mar 8 15:41:55.083: INFO: Pod "critical-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008902907s +Mar 8 15:41:57.082: INFO: Pod "critical-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 4.007672195s +Mar 8 15:41:59.083: INFO: Pod "critical-pod": Phase="Running", Reason="", readiness=true. Elapsed: 6.009181412s +Mar 8 15:41:59.083: INFO: Pod "critical-pod" satisfied condition "running" +[AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/framework.go:187 +Mar 8 15:41:59.113: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "sched-preemption-3968" for this suite. 03/08/23 15:41:59.117 +[AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:80 +{"msg":"PASSED [sig-scheduling] SchedulerPreemption [Serial] validates lower priority pod preemption by critical pod [Conformance]","completed":309,"skipped":5861,"failed":0} +------------------------------ +• [SLOW TEST] [68.240 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 03/08/23 15:40:50.916 + Mar 8 15:40:50.916: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename sched-preemption 03/08/23 15:40:50.916 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:40:50.929 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:40:50.931 + [BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:92 + Mar 8 15:40:50.945: INFO: Waiting up to 1m0s for all nodes to be ready + Mar 8 15:41:50.981: 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. 03/08/23 15:41:50.984 + Mar 8 15:41:51.003: INFO: Created pod: pod0-0-sched-preemption-low-priority + Mar 8 15:41:51.010: INFO: Created pod: pod0-1-sched-preemption-medium-priority + Mar 8 15:41:51.037: INFO: Created pod: pod1-0-sched-preemption-medium-priority + Mar 8 15:41:51.043: INFO: Created pod: pod1-1-sched-preemption-medium-priority + STEP: Wait for pods to be scheduled. 03/08/23 15:41:51.043 + Mar 8 15:41:51.043: INFO: Waiting up to 5m0s for pod "pod0-0-sched-preemption-low-priority" in namespace "sched-preemption-3968" to be "running" + Mar 8 15:41:51.046: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Pending", Reason="", readiness=false. Elapsed: 3.304314ms + Mar 8 15:41:53.052: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Running", Reason="", readiness=true. Elapsed: 2.009587497s + Mar 8 15:41:53.052: INFO: Pod "pod0-0-sched-preemption-low-priority" satisfied condition "running" + Mar 8 15:41:53.052: INFO: Waiting up to 5m0s for pod "pod0-1-sched-preemption-medium-priority" in namespace "sched-preemption-3968" to be "running" + Mar 8 15:41:53.056: INFO: Pod "pod0-1-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 4.019386ms + Mar 8 15:41:53.056: INFO: Pod "pod0-1-sched-preemption-medium-priority" satisfied condition "running" + Mar 8 15:41:53.056: INFO: Waiting up to 5m0s for pod "pod1-0-sched-preemption-medium-priority" in namespace "sched-preemption-3968" to be "running" + Mar 8 15:41:53.060: INFO: Pod "pod1-0-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 3.804112ms + Mar 8 15:41:53.060: INFO: Pod "pod1-0-sched-preemption-medium-priority" satisfied condition "running" + Mar 8 15:41:53.060: INFO: Waiting up to 5m0s for pod "pod1-1-sched-preemption-medium-priority" in namespace "sched-preemption-3968" to be "running" + Mar 8 15:41:53.063: INFO: Pod "pod1-1-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 3.212526ms + Mar 8 15:41:53.063: 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 03/08/23 15:41:53.063 + Mar 8 15:41:53.074: INFO: Waiting up to 2m0s for pod "critical-pod" in namespace "kube-system" to be "running" + Mar 8 15:41:53.077: INFO: Pod "critical-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.799099ms + Mar 8 15:41:55.083: INFO: Pod "critical-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008902907s + Mar 8 15:41:57.082: INFO: Pod "critical-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 4.007672195s + Mar 8 15:41:59.083: INFO: Pod "critical-pod": Phase="Running", Reason="", readiness=true. Elapsed: 6.009181412s + Mar 8 15:41:59.083: INFO: Pod "critical-pod" satisfied condition "running" + [AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/framework.go:187 + Mar 8 15:41:59.113: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "sched-preemption-3968" for this suite. 03/08/23 15:41:59.117 + [AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:80 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:41:59.157 +Mar 8 15:41:59.157: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename deployment 03/08/23 15:41:59.158 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:41:59.169 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:41:59.172 +[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 +Mar 8 15:41:59.175: INFO: Creating replica set "test-rolling-update-controller" (going to be adopted) +Mar 8 15:41:59.184: INFO: Pod name sample-pod: Found 0 pods out of 1 +Mar 8 15:42:04.188: INFO: Pod name sample-pod: Found 1 pods out of 1 +STEP: ensuring each pod is running 03/08/23 15:42:04.188 +Mar 8 15:42:04.188: INFO: Creating deployment "test-rolling-update-deployment" +Mar 8 15:42:04.194: INFO: Ensuring deployment "test-rolling-update-deployment" gets the next revision from the one the adopted replica set "test-rolling-update-controller" has +Mar 8 15:42:04.204: INFO: new replicaset for deployment "test-rolling-update-deployment" is yet to be created +Mar 8 15:42:06.212: INFO: Ensuring status for deployment "test-rolling-update-deployment" is the expected +Mar 8 15:42:06.215: 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 +Mar 8 15:42:06.223: INFO: Deployment "test-rolling-update-deployment": +&Deployment{ObjectMeta:{test-rolling-update-deployment deployment-1995 41ff51db-1d2f-4554-a7b5-714ae6c67403 663883 1 2023-03-08 15:42:04 +0000 UTC map[name:sample-pod] map[deployment.kubernetes.io/revision:3546343826724305833] [] [] [{e2e.test Update apps/v1 2023-03-08 15:42:04 +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":{}}}}} } {kube-controller-manager Update apps/v1 2023-03-08 15:42:05 +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 ehub.ctcdn.cn/eck/sonobuoy/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 0xc00396d6d8 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:2023-03-08 15:42:04 +0000 UTC,LastTransitionTime:2023-03-08 15:42:04 +0000 UTC,},DeploymentCondition{Type:Progressing,Status:True,Reason:NewReplicaSetAvailable,Message:ReplicaSet "test-rolling-update-deployment-78497cfd59" has successfully progressed.,LastUpdateTime:2023-03-08 15:42:05 +0000 UTC,LastTransitionTime:2023-03-08 15:42:04 +0000 UTC,},},ReadyReplicas:1,CollisionCount:nil,},} + +Mar 8 15:42:06.227: INFO: New ReplicaSet "test-rolling-update-deployment-78497cfd59" of Deployment "test-rolling-update-deployment": +&ReplicaSet{ObjectMeta:{test-rolling-update-deployment-78497cfd59 deployment-1995 45603d24-2bf1-42ad-9db9-0ff533359c71 663872 1 2023-03-08 15:42:04 +0000 UTC map[name:sample-pod pod-template-hash:78497cfd59] 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 41ff51db-1d2f-4554-a7b5-714ae6c67403 0xc001a97947 0xc001a97948}] [] [{kube-controller-manager Update apps/v1 2023-03-08 15:42: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:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"41ff51db-1d2f-4554-a7b5-714ae6c67403\"}":{}}},"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":{}}}}} } {kube-controller-manager Update apps/v1 2023-03-08 15:42:05 +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: 78497cfd59,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:sample-pod pod-template-hash:78497cfd59] map[] [] [] []} {[] [] [{agnhost ehub.ctcdn.cn/eck/sonobuoy/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 0xc001a979f8 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{},},} +Mar 8 15:42:06.227: INFO: All old ReplicaSets of Deployment "test-rolling-update-deployment": +Mar 8 15:42:06.227: INFO: &ReplicaSet{ObjectMeta:{test-rolling-update-controller deployment-1995 2ea12553-b7cd-4a51-8f2d-01efb784dc35 663882 2 2023-03-08 15:41:59 +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 41ff51db-1d2f-4554-a7b5-714ae6c67403 0xc001a97817 0xc001a97818}] [] [{e2e.test Update apps/v1 2023-03-08 15:41:59 +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":{}}}}} } {kube-controller-manager Update apps/v1 2023-03-08 15:42:05 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"41ff51db-1d2f-4554-a7b5-714ae6c67403\"}":{}}},"f:spec":{"f:replicas":{}}} } {kube-controller-manager Update apps/v1 2023-03-08 15:42:05 +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 ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2 [] [] [] [] [] {map[] map[]} [] [] nil nil nil nil /dev/termination-log File IfNotPresent nil false false false}] [] Always 0xc001a978d8 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{},},} +Mar 8 15:42:06.230: INFO: Pod "test-rolling-update-deployment-78497cfd59-z58jh" is available: +&Pod{ObjectMeta:{test-rolling-update-deployment-78497cfd59-z58jh test-rolling-update-deployment-78497cfd59- deployment-1995 a25c3cfc-d3fd-4c7e-9ba1-993dddf69951 663871 0 2023-03-08 15:42:04 +0000 UTC map[name:sample-pod pod-template-hash:78497cfd59] map[] [{apps/v1 ReplicaSet test-rolling-update-deployment-78497cfd59 45603d24-2bf1-42ad-9db9-0ff533359c71 0xc001a97e17 0xc001a97e18}] [] [{kube-controller-manager Update v1 2023-03-08 15:42:04 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"45603d24-2bf1-42ad-9db9-0ff533359c71\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"agnhost\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-03-08 15:42: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\":\"172.16.0.196\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-gmtbt,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:ehub.ctcdn.cn/eck/sonobuoy/agnhost:2.40,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-gmtbt,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:worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*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:2023-03-08 15:42:04 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:42:05 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:42:05 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:42:04 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.0.0.18,PodIP:172.16.0.196,StartTime:2023-03-08 15:42:04 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:agnhost,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-03-08 15:42:04 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:ehub.ctcdn.cn/eck/sonobuoy/agnhost:2.40,ImageID:ehub.ctcdn.cn/eck/sonobuoy/agnhost@sha256:1c9665737fa6e8ea5fa5031c5053c4bc36943d087d5d1d3926df50505b6236a8,ContainerID:containerd://0e35f61c0470e924d268eb6e86114a0c9ed6906703d3b7096d5d318a9b9894aa,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.16.0.196,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +[AfterEach] [sig-apps] Deployment + test/e2e/framework/framework.go:187 +Mar 8 15:42:06.230: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "deployment-1995" for this suite. 03/08/23 15:42:06.235 +{"msg":"PASSED [sig-apps] Deployment RollingUpdateDeployment should delete old pods and create new ones [Conformance]","completed":310,"skipped":5892,"failed":0} +------------------------------ +• [SLOW TEST] [7.084 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 03/08/23 15:41:59.157 + Mar 8 15:41:59.157: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename deployment 03/08/23 15:41:59.158 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:41:59.169 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:41:59.172 + [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 + Mar 8 15:41:59.175: INFO: Creating replica set "test-rolling-update-controller" (going to be adopted) + Mar 8 15:41:59.184: INFO: Pod name sample-pod: Found 0 pods out of 1 + Mar 8 15:42:04.188: INFO: Pod name sample-pod: Found 1 pods out of 1 + STEP: ensuring each pod is running 03/08/23 15:42:04.188 + Mar 8 15:42:04.188: INFO: Creating deployment "test-rolling-update-deployment" + Mar 8 15:42:04.194: INFO: Ensuring deployment "test-rolling-update-deployment" gets the next revision from the one the adopted replica set "test-rolling-update-controller" has + Mar 8 15:42:04.204: INFO: new replicaset for deployment "test-rolling-update-deployment" is yet to be created + Mar 8 15:42:06.212: INFO: Ensuring status for deployment "test-rolling-update-deployment" is the expected + Mar 8 15:42:06.215: 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 + Mar 8 15:42:06.223: INFO: Deployment "test-rolling-update-deployment": + &Deployment{ObjectMeta:{test-rolling-update-deployment deployment-1995 41ff51db-1d2f-4554-a7b5-714ae6c67403 663883 1 2023-03-08 15:42:04 +0000 UTC map[name:sample-pod] map[deployment.kubernetes.io/revision:3546343826724305833] [] [] [{e2e.test Update apps/v1 2023-03-08 15:42:04 +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":{}}}}} } {kube-controller-manager Update apps/v1 2023-03-08 15:42:05 +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 ehub.ctcdn.cn/eck/sonobuoy/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 0xc00396d6d8 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:2023-03-08 15:42:04 +0000 UTC,LastTransitionTime:2023-03-08 15:42:04 +0000 UTC,},DeploymentCondition{Type:Progressing,Status:True,Reason:NewReplicaSetAvailable,Message:ReplicaSet "test-rolling-update-deployment-78497cfd59" has successfully progressed.,LastUpdateTime:2023-03-08 15:42:05 +0000 UTC,LastTransitionTime:2023-03-08 15:42:04 +0000 UTC,},},ReadyReplicas:1,CollisionCount:nil,},} + + Mar 8 15:42:06.227: INFO: New ReplicaSet "test-rolling-update-deployment-78497cfd59" of Deployment "test-rolling-update-deployment": + &ReplicaSet{ObjectMeta:{test-rolling-update-deployment-78497cfd59 deployment-1995 45603d24-2bf1-42ad-9db9-0ff533359c71 663872 1 2023-03-08 15:42:04 +0000 UTC map[name:sample-pod pod-template-hash:78497cfd59] 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 41ff51db-1d2f-4554-a7b5-714ae6c67403 0xc001a97947 0xc001a97948}] [] [{kube-controller-manager Update apps/v1 2023-03-08 15:42: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:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"41ff51db-1d2f-4554-a7b5-714ae6c67403\"}":{}}},"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":{}}}}} } {kube-controller-manager Update apps/v1 2023-03-08 15:42:05 +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: 78497cfd59,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:sample-pod pod-template-hash:78497cfd59] map[] [] [] []} {[] [] [{agnhost ehub.ctcdn.cn/eck/sonobuoy/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 0xc001a979f8 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{},},} + Mar 8 15:42:06.227: INFO: All old ReplicaSets of Deployment "test-rolling-update-deployment": + Mar 8 15:42:06.227: INFO: &ReplicaSet{ObjectMeta:{test-rolling-update-controller deployment-1995 2ea12553-b7cd-4a51-8f2d-01efb784dc35 663882 2 2023-03-08 15:41:59 +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 41ff51db-1d2f-4554-a7b5-714ae6c67403 0xc001a97817 0xc001a97818}] [] [{e2e.test Update apps/v1 2023-03-08 15:41:59 +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":{}}}}} } {kube-controller-manager Update apps/v1 2023-03-08 15:42:05 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"41ff51db-1d2f-4554-a7b5-714ae6c67403\"}":{}}},"f:spec":{"f:replicas":{}}} } {kube-controller-manager Update apps/v1 2023-03-08 15:42:05 +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 ehub.ctcdn.cn/eck/sonobuoy/httpd:2.4.38-2 [] [] [] [] [] {map[] map[]} [] [] nil nil nil nil /dev/termination-log File IfNotPresent nil false false false}] [] Always 0xc001a978d8 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{},},} + Mar 8 15:42:06.230: INFO: Pod "test-rolling-update-deployment-78497cfd59-z58jh" is available: + &Pod{ObjectMeta:{test-rolling-update-deployment-78497cfd59-z58jh test-rolling-update-deployment-78497cfd59- deployment-1995 a25c3cfc-d3fd-4c7e-9ba1-993dddf69951 663871 0 2023-03-08 15:42:04 +0000 UTC map[name:sample-pod pod-template-hash:78497cfd59] map[] [{apps/v1 ReplicaSet test-rolling-update-deployment-78497cfd59 45603d24-2bf1-42ad-9db9-0ff533359c71 0xc001a97e17 0xc001a97e18}] [] [{kube-controller-manager Update v1 2023-03-08 15:42:04 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"45603d24-2bf1-42ad-9db9-0ff533359c71\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"agnhost\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-03-08 15:42: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\":\"172.16.0.196\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-gmtbt,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:ehub.ctcdn.cn/eck/sonobuoy/agnhost:2.40,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-gmtbt,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:worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*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:2023-03-08 15:42:04 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:42:05 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:42:05 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-03-08 15:42:04 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.0.0.18,PodIP:172.16.0.196,StartTime:2023-03-08 15:42:04 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:agnhost,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-03-08 15:42:04 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:ehub.ctcdn.cn/eck/sonobuoy/agnhost:2.40,ImageID:ehub.ctcdn.cn/eck/sonobuoy/agnhost@sha256:1c9665737fa6e8ea5fa5031c5053c4bc36943d087d5d1d3926df50505b6236a8,ContainerID:containerd://0e35f61c0470e924d268eb6e86114a0c9ed6906703d3b7096d5d318a9b9894aa,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.16.0.196,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + [AfterEach] [sig-apps] Deployment + test/e2e/framework/framework.go:187 + Mar 8 15:42:06.230: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "deployment-1995" for this suite. 03/08/23 15:42:06.235 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:42:06.241 +Mar 8 15:42:06.241: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename hostport 03/08/23 15:42:06.242 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:42:06.255 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:42:06.258 +[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 03/08/23 15:42:06.265 +Mar 8 15:42:06.272: INFO: Waiting up to 5m0s for pod "pod1" in namespace "hostport-1204" to be "running and ready" +Mar 8 15:42:06.275: INFO: Pod "pod1": Phase="Pending", Reason="", readiness=false. Elapsed: 2.828012ms +Mar 8 15:42:06.275: INFO: The phase of Pod pod1 is Pending, waiting for it to be Running (with Ready = true) +Mar 8 15:42:08.279: INFO: Pod "pod1": Phase="Running", Reason="", readiness=false. Elapsed: 2.007318859s +Mar 8 15:42:08.279: INFO: The phase of Pod pod1 is Running (Ready = false) +Mar 8 15:42:10.280: INFO: Pod "pod1": Phase="Running", Reason="", readiness=false. Elapsed: 4.007910701s +Mar 8 15:42:10.280: INFO: The phase of Pod pod1 is Running (Ready = false) +Mar 8 15:42:12.286: INFO: Pod "pod1": Phase="Running", Reason="", readiness=false. Elapsed: 6.013880543s +Mar 8 15:42:12.286: INFO: The phase of Pod pod1 is Running (Ready = false) +Mar 8 15:42:14.280: INFO: Pod "pod1": Phase="Running", Reason="", readiness=false. Elapsed: 8.007861618s +Mar 8 15:42:14.280: INFO: The phase of Pod pod1 is Running (Ready = false) +Mar 8 15:42:16.279: INFO: Pod "pod1": Phase="Running", Reason="", readiness=false. Elapsed: 10.007362435s +Mar 8 15:42:16.279: INFO: The phase of Pod pod1 is Running (Ready = false) +Mar 8 15:42:18.279: INFO: Pod "pod1": Phase="Running", Reason="", readiness=false. Elapsed: 12.007448052s +Mar 8 15:42:18.279: INFO: The phase of Pod pod1 is Running (Ready = false) +Mar 8 15:42:20.280: INFO: Pod "pod1": Phase="Running", Reason="", readiness=false. Elapsed: 14.007640489s +Mar 8 15:42:20.280: INFO: The phase of Pod pod1 is Running (Ready = false) +Mar 8 15:42:22.279: INFO: Pod "pod1": Phase="Running", Reason="", readiness=false. Elapsed: 16.006723996s +Mar 8 15:42:22.279: INFO: The phase of Pod pod1 is Running (Ready = false) +Mar 8 15:42:24.280: INFO: Pod "pod1": Phase="Running", Reason="", readiness=false. Elapsed: 18.007976876s +Mar 8 15:42:24.280: INFO: The phase of Pod pod1 is Running (Ready = false) +Mar 8 15:42:26.279: INFO: Pod "pod1": Phase="Running", Reason="", readiness=false. Elapsed: 20.007158084s +Mar 8 15:42:26.279: INFO: The phase of Pod pod1 is Running (Ready = false) +Mar 8 15:42:28.280: INFO: Pod "pod1": Phase="Running", Reason="", readiness=true. Elapsed: 22.008339751s +Mar 8 15:42:28.280: INFO: The phase of Pod pod1 is Running (Ready = true) +Mar 8 15:42:28.280: INFO: Pod "pod1" satisfied condition "running and ready" +STEP: Trying to create another pod(pod2) with hostport 54323 but hostIP 10.0.0.18 on the node which pod1 resides and expect scheduled 03/08/23 15:42:28.28 +Mar 8 15:42:28.286: INFO: Waiting up to 5m0s for pod "pod2" in namespace "hostport-1204" to be "running and ready" +Mar 8 15:42:28.289: INFO: Pod "pod2": Phase="Pending", Reason="", readiness=false. Elapsed: 2.977714ms +Mar 8 15:42:28.289: INFO: The phase of Pod pod2 is Pending, waiting for it to be Running (with Ready = true) +Mar 8 15:42:30.295: INFO: Pod "pod2": Phase="Running", Reason="", readiness=true. Elapsed: 2.008263917s +Mar 8 15:42:30.295: INFO: The phase of Pod pod2 is Running (Ready = true) +Mar 8 15:42:30.295: INFO: Pod "pod2" satisfied condition "running and ready" +STEP: Trying to create a third pod(pod3) with hostport 54323, hostIP 10.0.0.18 but use UDP protocol on the node which pod2 resides 03/08/23 15:42:30.295 +Mar 8 15:42:30.300: INFO: Waiting up to 5m0s for pod "pod3" in namespace "hostport-1204" to be "running and ready" +Mar 8 15:42:30.303: INFO: Pod "pod3": Phase="Pending", Reason="", readiness=false. Elapsed: 2.738828ms +Mar 8 15:42:30.303: INFO: The phase of Pod pod3 is Pending, waiting for it to be Running (with Ready = true) +Mar 8 15:42:32.308: INFO: Pod "pod3": Phase="Running", Reason="", readiness=false. Elapsed: 2.00760658s +Mar 8 15:42:32.308: INFO: The phase of Pod pod3 is Running (Ready = false) +Mar 8 15:42:34.307: INFO: Pod "pod3": Phase="Running", Reason="", readiness=false. Elapsed: 4.006831384s +Mar 8 15:42:34.307: INFO: The phase of Pod pod3 is Running (Ready = false) +Mar 8 15:42:36.307: INFO: Pod "pod3": Phase="Running", Reason="", readiness=false. Elapsed: 6.006637143s +Mar 8 15:42:36.307: INFO: The phase of Pod pod3 is Running (Ready = false) +Mar 8 15:42:38.308: INFO: Pod "pod3": Phase="Running", Reason="", readiness=false. Elapsed: 8.007695244s +Mar 8 15:42:38.308: INFO: The phase of Pod pod3 is Running (Ready = false) +Mar 8 15:42:40.320: INFO: Pod "pod3": Phase="Running", Reason="", readiness=false. Elapsed: 10.020454453s +Mar 8 15:42:40.320: INFO: The phase of Pod pod3 is Running (Ready = false) +Mar 8 15:42:42.306: INFO: Pod "pod3": Phase="Running", Reason="", readiness=false. Elapsed: 12.006333719s +Mar 8 15:42:42.306: INFO: The phase of Pod pod3 is Running (Ready = false) +Mar 8 15:42:44.307: INFO: Pod "pod3": Phase="Running", Reason="", readiness=false. Elapsed: 14.006910048s +Mar 8 15:42:44.307: INFO: The phase of Pod pod3 is Running (Ready = false) +Mar 8 15:42:46.306: INFO: Pod "pod3": Phase="Running", Reason="", readiness=false. Elapsed: 16.006449667s +Mar 8 15:42:46.306: INFO: The phase of Pod pod3 is Running (Ready = false) +Mar 8 15:42:48.308: INFO: Pod "pod3": Phase="Running", Reason="", readiness=false. Elapsed: 18.008494719s +Mar 8 15:42:48.309: INFO: The phase of Pod pod3 is Running (Ready = false) +Mar 8 15:42:50.307: INFO: Pod "pod3": Phase="Running", Reason="", readiness=false. Elapsed: 20.007429467s +Mar 8 15:42:50.307: INFO: The phase of Pod pod3 is Running (Ready = false) +Mar 8 15:42:52.308: INFO: Pod "pod3": Phase="Running", Reason="", readiness=true. Elapsed: 22.007943303s +Mar 8 15:42:52.308: INFO: The phase of Pod pod3 is Running (Ready = true) +Mar 8 15:42:52.308: INFO: Pod "pod3" satisfied condition "running and ready" +Mar 8 15:42:52.319: INFO: Waiting up to 5m0s for pod "e2e-host-exec" in namespace "hostport-1204" to be "running and ready" +Mar 8 15:42:52.322: INFO: Pod "e2e-host-exec": Phase="Pending", Reason="", readiness=false. Elapsed: 3.203692ms +Mar 8 15:42:52.322: INFO: The phase of Pod e2e-host-exec is Pending, waiting for it to be Running (with Ready = true) +Mar 8 15:42:54.328: INFO: Pod "e2e-host-exec": Phase="Running", Reason="", readiness=true. Elapsed: 2.009156939s +Mar 8 15:42:54.328: INFO: The phase of Pod e2e-host-exec is Running (Ready = true) +Mar 8 15:42:54.328: 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 03/08/23 15:42:54.332 +Mar 8 15:42:54.332: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g --connect-timeout 5 --interface 10.0.0.18 http://127.0.0.1:54323/hostname] Namespace:hostport-1204 PodName:e2e-host-exec ContainerName:e2e-host-exec Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Mar 8 15:42:54.332: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +Mar 8 15:42:54.332: INFO: ExecWithOptions: Clientset creation +Mar 8 15:42:54.332: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/hostport-1204/pods/e2e-host-exec/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+--connect-timeout+5+--interface+10.0.0.18+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: 10.0.0.18, port: 54323 03/08/23 15:42:54.383 +Mar 8 15:42:54.383: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g --connect-timeout 5 http://10.0.0.18:54323/hostname] Namespace:hostport-1204 PodName:e2e-host-exec ContainerName:e2e-host-exec Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Mar 8 15:42:54.383: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +Mar 8 15:42:54.384: INFO: ExecWithOptions: Clientset creation +Mar 8 15:42:54.384: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/hostport-1204/pods/e2e-host-exec/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+--connect-timeout+5+http%3A%2F%2F10.0.0.18%3A54323%2Fhostname&container=e2e-host-exec&container=e2e-host-exec&stderr=true&stdout=true) +STEP: checking connectivity from pod e2e-host-exec to serverIP: 10.0.0.18, port: 54323 UDP 03/08/23 15:42:54.444 +Mar 8 15:42:54.444: INFO: ExecWithOptions {Command:[/bin/sh -c echo hostname | nc -u -w 5 10.0.0.18 54323] Namespace:hostport-1204 PodName:e2e-host-exec ContainerName:e2e-host-exec Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Mar 8 15:42:54.444: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +Mar 8 15:42:54.445: INFO: ExecWithOptions: Clientset creation +Mar 8 15:42:54.445: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/hostport-1204/pods/e2e-host-exec/exec?command=%2Fbin%2Fsh&command=-c&command=echo+hostname+%7C+nc+-u+-w+5+10.0.0.18+54323&container=e2e-host-exec&container=e2e-host-exec&stderr=true&stdout=true) +[AfterEach] [sig-network] HostPort + test/e2e/framework/framework.go:187 +Mar 8 15:42:59.493: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "hostport-1204" for this suite. 03/08/23 15:42:59.499 +{"msg":"PASSED [sig-network] HostPort validates that there is no conflict between pods with same hostPort but different hostIP and protocol [LinuxOnly] [Conformance]","completed":311,"skipped":5906,"failed":0} +------------------------------ +• [SLOW TEST] [53.264 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 03/08/23 15:42:06.241 + Mar 8 15:42:06.241: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename hostport 03/08/23 15:42:06.242 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:42:06.255 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:42:06.258 + [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 03/08/23 15:42:06.265 + Mar 8 15:42:06.272: INFO: Waiting up to 5m0s for pod "pod1" in namespace "hostport-1204" to be "running and ready" + Mar 8 15:42:06.275: INFO: Pod "pod1": Phase="Pending", Reason="", readiness=false. Elapsed: 2.828012ms + Mar 8 15:42:06.275: INFO: The phase of Pod pod1 is Pending, waiting for it to be Running (with Ready = true) + Mar 8 15:42:08.279: INFO: Pod "pod1": Phase="Running", Reason="", readiness=false. Elapsed: 2.007318859s + Mar 8 15:42:08.279: INFO: The phase of Pod pod1 is Running (Ready = false) + Mar 8 15:42:10.280: INFO: Pod "pod1": Phase="Running", Reason="", readiness=false. Elapsed: 4.007910701s + Mar 8 15:42:10.280: INFO: The phase of Pod pod1 is Running (Ready = false) + Mar 8 15:42:12.286: INFO: Pod "pod1": Phase="Running", Reason="", readiness=false. Elapsed: 6.013880543s + Mar 8 15:42:12.286: INFO: The phase of Pod pod1 is Running (Ready = false) + Mar 8 15:42:14.280: INFO: Pod "pod1": Phase="Running", Reason="", readiness=false. Elapsed: 8.007861618s + Mar 8 15:42:14.280: INFO: The phase of Pod pod1 is Running (Ready = false) + Mar 8 15:42:16.279: INFO: Pod "pod1": Phase="Running", Reason="", readiness=false. Elapsed: 10.007362435s + Mar 8 15:42:16.279: INFO: The phase of Pod pod1 is Running (Ready = false) + Mar 8 15:42:18.279: INFO: Pod "pod1": Phase="Running", Reason="", readiness=false. Elapsed: 12.007448052s + Mar 8 15:42:18.279: INFO: The phase of Pod pod1 is Running (Ready = false) + Mar 8 15:42:20.280: INFO: Pod "pod1": Phase="Running", Reason="", readiness=false. Elapsed: 14.007640489s + Mar 8 15:42:20.280: INFO: The phase of Pod pod1 is Running (Ready = false) + Mar 8 15:42:22.279: INFO: Pod "pod1": Phase="Running", Reason="", readiness=false. Elapsed: 16.006723996s + Mar 8 15:42:22.279: INFO: The phase of Pod pod1 is Running (Ready = false) + Mar 8 15:42:24.280: INFO: Pod "pod1": Phase="Running", Reason="", readiness=false. Elapsed: 18.007976876s + Mar 8 15:42:24.280: INFO: The phase of Pod pod1 is Running (Ready = false) + Mar 8 15:42:26.279: INFO: Pod "pod1": Phase="Running", Reason="", readiness=false. Elapsed: 20.007158084s + Mar 8 15:42:26.279: INFO: The phase of Pod pod1 is Running (Ready = false) + Mar 8 15:42:28.280: INFO: Pod "pod1": Phase="Running", Reason="", readiness=true. Elapsed: 22.008339751s + Mar 8 15:42:28.280: INFO: The phase of Pod pod1 is Running (Ready = true) + Mar 8 15:42:28.280: INFO: Pod "pod1" satisfied condition "running and ready" + STEP: Trying to create another pod(pod2) with hostport 54323 but hostIP 10.0.0.18 on the node which pod1 resides and expect scheduled 03/08/23 15:42:28.28 + Mar 8 15:42:28.286: INFO: Waiting up to 5m0s for pod "pod2" in namespace "hostport-1204" to be "running and ready" + Mar 8 15:42:28.289: INFO: Pod "pod2": Phase="Pending", Reason="", readiness=false. Elapsed: 2.977714ms + Mar 8 15:42:28.289: INFO: The phase of Pod pod2 is Pending, waiting for it to be Running (with Ready = true) + Mar 8 15:42:30.295: INFO: Pod "pod2": Phase="Running", Reason="", readiness=true. Elapsed: 2.008263917s + Mar 8 15:42:30.295: INFO: The phase of Pod pod2 is Running (Ready = true) + Mar 8 15:42:30.295: INFO: Pod "pod2" satisfied condition "running and ready" + STEP: Trying to create a third pod(pod3) with hostport 54323, hostIP 10.0.0.18 but use UDP protocol on the node which pod2 resides 03/08/23 15:42:30.295 + Mar 8 15:42:30.300: INFO: Waiting up to 5m0s for pod "pod3" in namespace "hostport-1204" to be "running and ready" + Mar 8 15:42:30.303: INFO: Pod "pod3": Phase="Pending", Reason="", readiness=false. Elapsed: 2.738828ms + Mar 8 15:42:30.303: INFO: The phase of Pod pod3 is Pending, waiting for it to be Running (with Ready = true) + Mar 8 15:42:32.308: INFO: Pod "pod3": Phase="Running", Reason="", readiness=false. Elapsed: 2.00760658s + Mar 8 15:42:32.308: INFO: The phase of Pod pod3 is Running (Ready = false) + Mar 8 15:42:34.307: INFO: Pod "pod3": Phase="Running", Reason="", readiness=false. Elapsed: 4.006831384s + Mar 8 15:42:34.307: INFO: The phase of Pod pod3 is Running (Ready = false) + Mar 8 15:42:36.307: INFO: Pod "pod3": Phase="Running", Reason="", readiness=false. Elapsed: 6.006637143s + Mar 8 15:42:36.307: INFO: The phase of Pod pod3 is Running (Ready = false) + Mar 8 15:42:38.308: INFO: Pod "pod3": Phase="Running", Reason="", readiness=false. Elapsed: 8.007695244s + Mar 8 15:42:38.308: INFO: The phase of Pod pod3 is Running (Ready = false) + Mar 8 15:42:40.320: INFO: Pod "pod3": Phase="Running", Reason="", readiness=false. Elapsed: 10.020454453s + Mar 8 15:42:40.320: INFO: The phase of Pod pod3 is Running (Ready = false) + Mar 8 15:42:42.306: INFO: Pod "pod3": Phase="Running", Reason="", readiness=false. Elapsed: 12.006333719s + Mar 8 15:42:42.306: INFO: The phase of Pod pod3 is Running (Ready = false) + Mar 8 15:42:44.307: INFO: Pod "pod3": Phase="Running", Reason="", readiness=false. Elapsed: 14.006910048s + Mar 8 15:42:44.307: INFO: The phase of Pod pod3 is Running (Ready = false) + Mar 8 15:42:46.306: INFO: Pod "pod3": Phase="Running", Reason="", readiness=false. Elapsed: 16.006449667s + Mar 8 15:42:46.306: INFO: The phase of Pod pod3 is Running (Ready = false) + Mar 8 15:42:48.308: INFO: Pod "pod3": Phase="Running", Reason="", readiness=false. Elapsed: 18.008494719s + Mar 8 15:42:48.309: INFO: The phase of Pod pod3 is Running (Ready = false) + Mar 8 15:42:50.307: INFO: Pod "pod3": Phase="Running", Reason="", readiness=false. Elapsed: 20.007429467s + Mar 8 15:42:50.307: INFO: The phase of Pod pod3 is Running (Ready = false) + Mar 8 15:42:52.308: INFO: Pod "pod3": Phase="Running", Reason="", readiness=true. Elapsed: 22.007943303s + Mar 8 15:42:52.308: INFO: The phase of Pod pod3 is Running (Ready = true) + Mar 8 15:42:52.308: INFO: Pod "pod3" satisfied condition "running and ready" + Mar 8 15:42:52.319: INFO: Waiting up to 5m0s for pod "e2e-host-exec" in namespace "hostport-1204" to be "running and ready" + Mar 8 15:42:52.322: INFO: Pod "e2e-host-exec": Phase="Pending", Reason="", readiness=false. Elapsed: 3.203692ms + Mar 8 15:42:52.322: INFO: The phase of Pod e2e-host-exec is Pending, waiting for it to be Running (with Ready = true) + Mar 8 15:42:54.328: INFO: Pod "e2e-host-exec": Phase="Running", Reason="", readiness=true. Elapsed: 2.009156939s + Mar 8 15:42:54.328: INFO: The phase of Pod e2e-host-exec is Running (Ready = true) + Mar 8 15:42:54.328: 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 03/08/23 15:42:54.332 + Mar 8 15:42:54.332: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g --connect-timeout 5 --interface 10.0.0.18 http://127.0.0.1:54323/hostname] Namespace:hostport-1204 PodName:e2e-host-exec ContainerName:e2e-host-exec Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Mar 8 15:42:54.332: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + Mar 8 15:42:54.332: INFO: ExecWithOptions: Clientset creation + Mar 8 15:42:54.332: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/hostport-1204/pods/e2e-host-exec/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+--connect-timeout+5+--interface+10.0.0.18+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: 10.0.0.18, port: 54323 03/08/23 15:42:54.383 + Mar 8 15:42:54.383: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g --connect-timeout 5 http://10.0.0.18:54323/hostname] Namespace:hostport-1204 PodName:e2e-host-exec ContainerName:e2e-host-exec Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Mar 8 15:42:54.383: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + Mar 8 15:42:54.384: INFO: ExecWithOptions: Clientset creation + Mar 8 15:42:54.384: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/hostport-1204/pods/e2e-host-exec/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+--connect-timeout+5+http%3A%2F%2F10.0.0.18%3A54323%2Fhostname&container=e2e-host-exec&container=e2e-host-exec&stderr=true&stdout=true) + STEP: checking connectivity from pod e2e-host-exec to serverIP: 10.0.0.18, port: 54323 UDP 03/08/23 15:42:54.444 + Mar 8 15:42:54.444: INFO: ExecWithOptions {Command:[/bin/sh -c echo hostname | nc -u -w 5 10.0.0.18 54323] Namespace:hostport-1204 PodName:e2e-host-exec ContainerName:e2e-host-exec Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Mar 8 15:42:54.444: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + Mar 8 15:42:54.445: INFO: ExecWithOptions: Clientset creation + Mar 8 15:42:54.445: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/hostport-1204/pods/e2e-host-exec/exec?command=%2Fbin%2Fsh&command=-c&command=echo+hostname+%7C+nc+-u+-w+5+10.0.0.18+54323&container=e2e-host-exec&container=e2e-host-exec&stderr=true&stdout=true) + [AfterEach] [sig-network] HostPort + test/e2e/framework/framework.go:187 + Mar 8 15:42:59.493: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "hostport-1204" for this suite. 03/08/23 15:42:59.499 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:42:59.506 +Mar 8 15:42:59.506: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename endpointslice 03/08/23 15:42:59.507 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:42:59.521 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:42:59.524 +[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 +Mar 8 15:42:59.535: INFO: Endpoints addresses: [10.0.0.14 10.0.0.15 10.0.0.16] , ports: [6443] +Mar 8 15:42:59.535: INFO: EndpointSlices addresses: [10.0.0.14 10.0.0.15 10.0.0.16] , ports: [6443] +[AfterEach] [sig-network] EndpointSlice + test/e2e/framework/framework.go:187 +Mar 8 15:42:59.535: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "endpointslice-8067" for this suite. 03/08/23 15:42:59.539 +{"msg":"PASSED [sig-network] EndpointSlice should have Endpoints and EndpointSlices pointing to API Server [Conformance]","completed":312,"skipped":5926,"failed":0} +------------------------------ +• [0.039 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 03/08/23 15:42:59.506 + Mar 8 15:42:59.506: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename endpointslice 03/08/23 15:42:59.507 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:42:59.521 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:42:59.524 + [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 + Mar 8 15:42:59.535: INFO: Endpoints addresses: [10.0.0.14 10.0.0.15 10.0.0.16] , ports: [6443] + Mar 8 15:42:59.535: INFO: EndpointSlices addresses: [10.0.0.14 10.0.0.15 10.0.0.16] , ports: [6443] + [AfterEach] [sig-network] EndpointSlice + test/e2e/framework/framework.go:187 + Mar 8 15:42:59.535: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "endpointslice-8067" for this suite. 03/08/23 15:42:59.539 + << End Captured GinkgoWriter Output +------------------------------ +[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 03/08/23 15:42:59.545 +Mar 8 15:42:59.545: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename crd-publish-openapi 03/08/23 15:42:59.546 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:42:59.559 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:42:59.562 +[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 03/08/23 15:42:59.565 +Mar 8 15:42:59.565: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +Mar 8 15:43:02.321: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +[AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Mar 8 15:43:13.114: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "crd-publish-openapi-4032" for this suite. 03/08/23 15:43:13.124 +{"msg":"PASSED [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] works for multiple CRDs of same group and version but different kinds [Conformance]","completed":313,"skipped":5926,"failed":0} +------------------------------ +• [SLOW TEST] [13.583 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 03/08/23 15:42:59.545 + Mar 8 15:42:59.545: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename crd-publish-openapi 03/08/23 15:42:59.546 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:42:59.559 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:42:59.562 + [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 03/08/23 15:42:59.565 + Mar 8 15:42:59.565: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + Mar 8 15:43:02.321: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + [AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Mar 8 15:43:13.114: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "crd-publish-openapi-4032" for this suite. 03/08/23 15:43:13.124 + << End Captured GinkgoWriter Output +------------------------------ +SSS +------------------------------ +[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 03/08/23 15:43:13.129 +Mar 8 15:43:13.129: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename resourcequota 03/08/23 15:43:13.13 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:43:13.153 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:43:13.156 +[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 03/08/23 15:43:13.158 +STEP: Counting existing ResourceQuota 03/08/23 15:43:18.162 +STEP: Creating a ResourceQuota 03/08/23 15:43:23.167 +STEP: Ensuring resource quota status is calculated 03/08/23 15:43:23.173 +STEP: Creating a Secret 03/08/23 15:43:25.178 +STEP: Ensuring resource quota status captures secret creation 03/08/23 15:43:25.188 +STEP: Deleting a secret 03/08/23 15:43:27.193 +STEP: Ensuring resource quota status released usage 03/08/23 15:43:27.198 +[AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 +Mar 8 15:43:29.203: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "resourcequota-9028" for this suite. 03/08/23 15:43:29.208 +{"msg":"PASSED [sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a secret. [Conformance]","completed":314,"skipped":5929,"failed":0} +------------------------------ +• [SLOW TEST] [16.085 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 03/08/23 15:43:13.129 + Mar 8 15:43:13.129: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename resourcequota 03/08/23 15:43:13.13 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:43:13.153 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:43:13.156 + [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 03/08/23 15:43:13.158 + STEP: Counting existing ResourceQuota 03/08/23 15:43:18.162 + STEP: Creating a ResourceQuota 03/08/23 15:43:23.167 + STEP: Ensuring resource quota status is calculated 03/08/23 15:43:23.173 + STEP: Creating a Secret 03/08/23 15:43:25.178 + STEP: Ensuring resource quota status captures secret creation 03/08/23 15:43:25.188 + STEP: Deleting a secret 03/08/23 15:43:27.193 + STEP: Ensuring resource quota status released usage 03/08/23 15:43:27.198 + [AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 + Mar 8 15:43:29.203: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "resourcequota-9028" for this suite. 03/08/23 15:43:29.208 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSS +------------------------------ +[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 03/08/23 15:43:29.214 +Mar 8 15:43:29.214: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename pods 03/08/23 15:43:29.215 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:43:29.229 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:43:29.232 +[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 03/08/23 15:43:29.235 +Mar 8 15:43:29.243: INFO: Waiting up to 5m0s for pod "pod-hostip-e00ef67a-fab8-4aab-b3ed-d44df9c7d9c3" in namespace "pods-1741" to be "running and ready" +Mar 8 15:43:29.246: INFO: Pod "pod-hostip-e00ef67a-fab8-4aab-b3ed-d44df9c7d9c3": Phase="Pending", Reason="", readiness=false. Elapsed: 2.395382ms +Mar 8 15:43:29.246: INFO: The phase of Pod pod-hostip-e00ef67a-fab8-4aab-b3ed-d44df9c7d9c3 is Pending, waiting for it to be Running (with Ready = true) +Mar 8 15:43:31.251: INFO: Pod "pod-hostip-e00ef67a-fab8-4aab-b3ed-d44df9c7d9c3": Phase="Running", Reason="", readiness=true. Elapsed: 2.008188532s +Mar 8 15:43:31.251: INFO: The phase of Pod pod-hostip-e00ef67a-fab8-4aab-b3ed-d44df9c7d9c3 is Running (Ready = true) +Mar 8 15:43:31.251: INFO: Pod "pod-hostip-e00ef67a-fab8-4aab-b3ed-d44df9c7d9c3" satisfied condition "running and ready" +Mar 8 15:43:31.257: INFO: Pod pod-hostip-e00ef67a-fab8-4aab-b3ed-d44df9c7d9c3 has hostIP: 10.0.0.18 +[AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 +Mar 8 15:43:31.257: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "pods-1741" for this suite. 03/08/23 15:43:31.261 +{"msg":"PASSED [sig-node] Pods should get a host IP [NodeConformance] [Conformance]","completed":315,"skipped":5935,"failed":0} +------------------------------ +• [2.054 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 03/08/23 15:43:29.214 + Mar 8 15:43:29.214: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename pods 03/08/23 15:43:29.215 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:43:29.229 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:43:29.232 + [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 03/08/23 15:43:29.235 + Mar 8 15:43:29.243: INFO: Waiting up to 5m0s for pod "pod-hostip-e00ef67a-fab8-4aab-b3ed-d44df9c7d9c3" in namespace "pods-1741" to be "running and ready" + Mar 8 15:43:29.246: INFO: Pod "pod-hostip-e00ef67a-fab8-4aab-b3ed-d44df9c7d9c3": Phase="Pending", Reason="", readiness=false. Elapsed: 2.395382ms + Mar 8 15:43:29.246: INFO: The phase of Pod pod-hostip-e00ef67a-fab8-4aab-b3ed-d44df9c7d9c3 is Pending, waiting for it to be Running (with Ready = true) + Mar 8 15:43:31.251: INFO: Pod "pod-hostip-e00ef67a-fab8-4aab-b3ed-d44df9c7d9c3": Phase="Running", Reason="", readiness=true. Elapsed: 2.008188532s + Mar 8 15:43:31.251: INFO: The phase of Pod pod-hostip-e00ef67a-fab8-4aab-b3ed-d44df9c7d9c3 is Running (Ready = true) + Mar 8 15:43:31.251: INFO: Pod "pod-hostip-e00ef67a-fab8-4aab-b3ed-d44df9c7d9c3" satisfied condition "running and ready" + Mar 8 15:43:31.257: INFO: Pod pod-hostip-e00ef67a-fab8-4aab-b3ed-d44df9c7d9c3 has hostIP: 10.0.0.18 + [AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 + Mar 8 15:43:31.257: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "pods-1741" for this suite. 03/08/23 15:43:31.261 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:43:31.268 +Mar 8 15:43:31.269: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename webhook 03/08/23 15:43:31.269 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:43:31.284 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:43:31.286 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 +STEP: Setting up server cert 03/08/23 15:43:31.302 +STEP: Create role binding to let webhook read extension-apiserver-authentication 03/08/23 15:43:31.768 +STEP: Deploying the webhook pod 03/08/23 15:43:31.783 +STEP: Wait for the deployment to be ready 03/08/23 15:43:31.795 +Mar 8 15:43:31.801: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set +STEP: Deploying the webhook service 03/08/23 15:43:33.812 +STEP: Verifying the service has paired with the endpoint 03/08/23 15:43:33.821 +Mar 8 15:43:34.821: 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 +Mar 8 15:43:34.825: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Registering the custom resource webhook via the AdmissionRegistration API 03/08/23 15:43:35.337 +STEP: Creating a custom resource that should be denied by the webhook 03/08/23 15:43:35.353 +STEP: Creating a custom resource whose deletion would be denied by the webhook 03/08/23 15:43:37.39 +STEP: Updating the custom resource with disallowed data should be denied 03/08/23 15:43:37.4 +STEP: Deleting the custom resource should be denied 03/08/23 15:43:37.409 +STEP: Remove the offending key and value from the custom resource data 03/08/23 15:43:37.414 +STEP: Deleting the updated custom resource should be successful 03/08/23 15:43:37.422 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Mar 8 15:43:37.945: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "webhook-8532" for this suite. 03/08/23 15:43:37.95 +STEP: Destroying namespace "webhook-8532-markers" for this suite. 03/08/23 15:43:37.955 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 +{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should be able to deny custom resource creation, update and deletion [Conformance]","completed":316,"skipped":5958,"failed":0} +------------------------------ +• [SLOW TEST] [6.729 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 03/08/23 15:43:31.268 + Mar 8 15:43:31.269: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename webhook 03/08/23 15:43:31.269 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:43:31.284 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:43:31.286 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 + STEP: Setting up server cert 03/08/23 15:43:31.302 + STEP: Create role binding to let webhook read extension-apiserver-authentication 03/08/23 15:43:31.768 + STEP: Deploying the webhook pod 03/08/23 15:43:31.783 + STEP: Wait for the deployment to be ready 03/08/23 15:43:31.795 + Mar 8 15:43:31.801: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set + STEP: Deploying the webhook service 03/08/23 15:43:33.812 + STEP: Verifying the service has paired with the endpoint 03/08/23 15:43:33.821 + Mar 8 15:43:34.821: 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 + Mar 8 15:43:34.825: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Registering the custom resource webhook via the AdmissionRegistration API 03/08/23 15:43:35.337 + STEP: Creating a custom resource that should be denied by the webhook 03/08/23 15:43:35.353 + STEP: Creating a custom resource whose deletion would be denied by the webhook 03/08/23 15:43:37.39 + STEP: Updating the custom resource with disallowed data should be denied 03/08/23 15:43:37.4 + STEP: Deleting the custom resource should be denied 03/08/23 15:43:37.409 + STEP: Remove the offending key and value from the custom resource data 03/08/23 15:43:37.414 + STEP: Deleting the updated custom resource should be successful 03/08/23 15:43:37.422 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Mar 8 15:43:37.945: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "webhook-8532" for this suite. 03/08/23 15:43:37.95 + STEP: Destroying namespace "webhook-8532-markers" for this suite. 03/08/23 15:43:37.955 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 + << End Captured GinkgoWriter Output +------------------------------ +SSS +------------------------------ +[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 03/08/23 15:43:37.997 +Mar 8 15:43:37.998: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename projected 03/08/23 15:43:37.998 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:43:38.015 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:43:38.018 +[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 03/08/23 15:43:38.021 +Mar 8 15:43:38.030: INFO: Waiting up to 5m0s for pod "downwardapi-volume-d8b0f7cf-c230-4714-b5a9-c8fcda9e4da4" in namespace "projected-1148" to be "Succeeded or Failed" +Mar 8 15:43:38.033: INFO: Pod "downwardapi-volume-d8b0f7cf-c230-4714-b5a9-c8fcda9e4da4": Phase="Pending", Reason="", readiness=false. Elapsed: 3.211931ms +Mar 8 15:43:40.385: INFO: Pod "downwardapi-volume-d8b0f7cf-c230-4714-b5a9-c8fcda9e4da4": Phase="Pending", Reason="", readiness=false. Elapsed: 2.35525627s +Mar 8 15:43:42.038: INFO: Pod "downwardapi-volume-d8b0f7cf-c230-4714-b5a9-c8fcda9e4da4": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007839064s +STEP: Saw pod success 03/08/23 15:43:42.038 +Mar 8 15:43:42.038: INFO: Pod "downwardapi-volume-d8b0f7cf-c230-4714-b5a9-c8fcda9e4da4" satisfied condition "Succeeded or Failed" +Mar 8 15:43:42.041: INFO: Trying to get logs from node worker2 pod downwardapi-volume-d8b0f7cf-c230-4714-b5a9-c8fcda9e4da4 container client-container: +STEP: delete the pod 03/08/23 15:43:42.056 +Mar 8 15:43:42.067: INFO: Waiting for pod downwardapi-volume-d8b0f7cf-c230-4714-b5a9-c8fcda9e4da4 to disappear +Mar 8 15:43:42.070: INFO: Pod downwardapi-volume-d8b0f7cf-c230-4714-b5a9-c8fcda9e4da4 no longer exists +[AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 +Mar 8 15:43:42.070: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-1148" for this suite. 03/08/23 15:43:42.076 +{"msg":"PASSED [sig-storage] Projected downwardAPI should provide container's memory limit [NodeConformance] [Conformance]","completed":317,"skipped":5961,"failed":0} +------------------------------ +• [4.084 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 03/08/23 15:43:37.997 + Mar 8 15:43:37.998: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename projected 03/08/23 15:43:37.998 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:43:38.015 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:43:38.018 + [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 03/08/23 15:43:38.021 + Mar 8 15:43:38.030: INFO: Waiting up to 5m0s for pod "downwardapi-volume-d8b0f7cf-c230-4714-b5a9-c8fcda9e4da4" in namespace "projected-1148" to be "Succeeded or Failed" + Mar 8 15:43:38.033: INFO: Pod "downwardapi-volume-d8b0f7cf-c230-4714-b5a9-c8fcda9e4da4": Phase="Pending", Reason="", readiness=false. Elapsed: 3.211931ms + Mar 8 15:43:40.385: INFO: Pod "downwardapi-volume-d8b0f7cf-c230-4714-b5a9-c8fcda9e4da4": Phase="Pending", Reason="", readiness=false. Elapsed: 2.35525627s + Mar 8 15:43:42.038: INFO: Pod "downwardapi-volume-d8b0f7cf-c230-4714-b5a9-c8fcda9e4da4": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007839064s + STEP: Saw pod success 03/08/23 15:43:42.038 + Mar 8 15:43:42.038: INFO: Pod "downwardapi-volume-d8b0f7cf-c230-4714-b5a9-c8fcda9e4da4" satisfied condition "Succeeded or Failed" + Mar 8 15:43:42.041: INFO: Trying to get logs from node worker2 pod downwardapi-volume-d8b0f7cf-c230-4714-b5a9-c8fcda9e4da4 container client-container: + STEP: delete the pod 03/08/23 15:43:42.056 + Mar 8 15:43:42.067: INFO: Waiting for pod downwardapi-volume-d8b0f7cf-c230-4714-b5a9-c8fcda9e4da4 to disappear + Mar 8 15:43:42.070: INFO: Pod downwardapi-volume-d8b0f7cf-c230-4714-b5a9-c8fcda9e4da4 no longer exists + [AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 + Mar 8 15:43:42.070: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-1148" for this suite. 03/08/23 15:43:42.076 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSS +------------------------------ +[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 03/08/23 15:43:42.082 +Mar 8 15:43:42.082: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename projected 03/08/23 15:43:42.083 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:43:42.098 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:43:42.102 +[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 03/08/23 15:43:42.105 +Mar 8 15:43:42.113: INFO: Waiting up to 5m0s for pod "downwardapi-volume-f2760d74-d769-4c3b-b55a-14039abc8357" in namespace "projected-1267" to be "Succeeded or Failed" +Mar 8 15:43:42.117: INFO: Pod "downwardapi-volume-f2760d74-d769-4c3b-b55a-14039abc8357": Phase="Pending", Reason="", readiness=false. Elapsed: 3.304996ms +Mar 8 15:43:44.121: INFO: Pod "downwardapi-volume-f2760d74-d769-4c3b-b55a-14039abc8357": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007185145s +Mar 8 15:43:46.121: INFO: Pod "downwardapi-volume-f2760d74-d769-4c3b-b55a-14039abc8357": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007905416s +STEP: Saw pod success 03/08/23 15:43:46.121 +Mar 8 15:43:46.122: INFO: Pod "downwardapi-volume-f2760d74-d769-4c3b-b55a-14039abc8357" satisfied condition "Succeeded or Failed" +Mar 8 15:43:46.124: INFO: Trying to get logs from node worker2 pod downwardapi-volume-f2760d74-d769-4c3b-b55a-14039abc8357 container client-container: +STEP: delete the pod 03/08/23 15:43:46.129 +Mar 8 15:43:46.138: INFO: Waiting for pod downwardapi-volume-f2760d74-d769-4c3b-b55a-14039abc8357 to disappear +Mar 8 15:43:46.141: INFO: Pod downwardapi-volume-f2760d74-d769-4c3b-b55a-14039abc8357 no longer exists +[AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 +Mar 8 15:43:46.141: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-1267" for this suite. 03/08/23 15:43:46.145 +{"msg":"PASSED [sig-storage] Projected downwardAPI should provide container's cpu request [NodeConformance] [Conformance]","completed":318,"skipped":5967,"failed":0} +------------------------------ +• [4.068 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 03/08/23 15:43:42.082 + Mar 8 15:43:42.082: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename projected 03/08/23 15:43:42.083 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:43:42.098 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:43:42.102 + [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 03/08/23 15:43:42.105 + Mar 8 15:43:42.113: INFO: Waiting up to 5m0s for pod "downwardapi-volume-f2760d74-d769-4c3b-b55a-14039abc8357" in namespace "projected-1267" to be "Succeeded or Failed" + Mar 8 15:43:42.117: INFO: Pod "downwardapi-volume-f2760d74-d769-4c3b-b55a-14039abc8357": Phase="Pending", Reason="", readiness=false. Elapsed: 3.304996ms + Mar 8 15:43:44.121: INFO: Pod "downwardapi-volume-f2760d74-d769-4c3b-b55a-14039abc8357": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007185145s + Mar 8 15:43:46.121: INFO: Pod "downwardapi-volume-f2760d74-d769-4c3b-b55a-14039abc8357": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007905416s + STEP: Saw pod success 03/08/23 15:43:46.121 + Mar 8 15:43:46.122: INFO: Pod "downwardapi-volume-f2760d74-d769-4c3b-b55a-14039abc8357" satisfied condition "Succeeded or Failed" + Mar 8 15:43:46.124: INFO: Trying to get logs from node worker2 pod downwardapi-volume-f2760d74-d769-4c3b-b55a-14039abc8357 container client-container: + STEP: delete the pod 03/08/23 15:43:46.129 + Mar 8 15:43:46.138: INFO: Waiting for pod downwardapi-volume-f2760d74-d769-4c3b-b55a-14039abc8357 to disappear + Mar 8 15:43:46.141: INFO: Pod downwardapi-volume-f2760d74-d769-4c3b-b55a-14039abc8357 no longer exists + [AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 + Mar 8 15:43:46.141: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-1267" for this suite. 03/08/23 15:43:46.145 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSS +------------------------------ +[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 03/08/23 15:43:46.15 +Mar 8 15:43:46.150: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename projected 03/08/23 15:43:46.151 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:43:46.164 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:43:46.166 +[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-24116c9e-57c5-42cb-a1d6-18420e119c31 03/08/23 15:43:46.169 +STEP: Creating a pod to test consume secrets 03/08/23 15:43:46.173 +Mar 8 15:43:46.180: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-214312b1-1e0e-42ef-af14-7cbb5a173392" in namespace "projected-7007" to be "Succeeded or Failed" +Mar 8 15:43:46.182: INFO: Pod "pod-projected-secrets-214312b1-1e0e-42ef-af14-7cbb5a173392": Phase="Pending", Reason="", readiness=false. Elapsed: 2.584193ms +Mar 8 15:43:48.187: INFO: Pod "pod-projected-secrets-214312b1-1e0e-42ef-af14-7cbb5a173392": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00771573s +Mar 8 15:43:50.186: INFO: Pod "pod-projected-secrets-214312b1-1e0e-42ef-af14-7cbb5a173392": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006361405s +STEP: Saw pod success 03/08/23 15:43:50.186 +Mar 8 15:43:50.186: INFO: Pod "pod-projected-secrets-214312b1-1e0e-42ef-af14-7cbb5a173392" satisfied condition "Succeeded or Failed" +Mar 8 15:43:50.189: INFO: Trying to get logs from node worker2 pod pod-projected-secrets-214312b1-1e0e-42ef-af14-7cbb5a173392 container secret-volume-test: +STEP: delete the pod 03/08/23 15:43:50.195 +Mar 8 15:43:50.203: INFO: Waiting for pod pod-projected-secrets-214312b1-1e0e-42ef-af14-7cbb5a173392 to disappear +Mar 8 15:43:50.206: INFO: Pod pod-projected-secrets-214312b1-1e0e-42ef-af14-7cbb5a173392 no longer exists +[AfterEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:187 +Mar 8 15:43:50.206: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-7007" for this suite. 03/08/23 15:43:50.209 +{"msg":"PASSED [sig-storage] Projected secret should be consumable in multiple volumes in a pod [NodeConformance] [Conformance]","completed":319,"skipped":5973,"failed":0} +------------------------------ +• [4.063 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 03/08/23 15:43:46.15 + Mar 8 15:43:46.150: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename projected 03/08/23 15:43:46.151 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:43:46.164 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:43:46.166 + [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-24116c9e-57c5-42cb-a1d6-18420e119c31 03/08/23 15:43:46.169 + STEP: Creating a pod to test consume secrets 03/08/23 15:43:46.173 + Mar 8 15:43:46.180: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-214312b1-1e0e-42ef-af14-7cbb5a173392" in namespace "projected-7007" to be "Succeeded or Failed" + Mar 8 15:43:46.182: INFO: Pod "pod-projected-secrets-214312b1-1e0e-42ef-af14-7cbb5a173392": Phase="Pending", Reason="", readiness=false. Elapsed: 2.584193ms + Mar 8 15:43:48.187: INFO: Pod "pod-projected-secrets-214312b1-1e0e-42ef-af14-7cbb5a173392": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00771573s + Mar 8 15:43:50.186: INFO: Pod "pod-projected-secrets-214312b1-1e0e-42ef-af14-7cbb5a173392": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006361405s + STEP: Saw pod success 03/08/23 15:43:50.186 + Mar 8 15:43:50.186: INFO: Pod "pod-projected-secrets-214312b1-1e0e-42ef-af14-7cbb5a173392" satisfied condition "Succeeded or Failed" + Mar 8 15:43:50.189: INFO: Trying to get logs from node worker2 pod pod-projected-secrets-214312b1-1e0e-42ef-af14-7cbb5a173392 container secret-volume-test: + STEP: delete the pod 03/08/23 15:43:50.195 + Mar 8 15:43:50.203: INFO: Waiting for pod pod-projected-secrets-214312b1-1e0e-42ef-af14-7cbb5a173392 to disappear + Mar 8 15:43:50.206: INFO: Pod pod-projected-secrets-214312b1-1e0e-42ef-af14-7cbb5a173392 no longer exists + [AfterEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:187 + Mar 8 15:43:50.206: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-7007" for this suite. 03/08/23 15:43:50.209 + << End Captured GinkgoWriter Output +------------------------------ +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 03/08/23 15:43:50.214 +Mar 8 15:43:50.214: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename disruption 03/08/23 15:43:50.215 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:43:50.231 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:43:50.234 +[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 03/08/23 15:43:50.237 +STEP: Waiting for the pdb to be processed 03/08/23 15:43:50.241 +STEP: updating the pdb 03/08/23 15:43:52.248 +STEP: Waiting for the pdb to be processed 03/08/23 15:43:52.257 +STEP: patching the pdb 03/08/23 15:43:54.266 +STEP: Waiting for the pdb to be processed 03/08/23 15:43:54.275 +STEP: Waiting for the pdb to be deleted 03/08/23 15:43:56.287 +[AfterEach] [sig-apps] DisruptionController + test/e2e/framework/framework.go:187 +Mar 8 15:43:56.290: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "disruption-786" for this suite. 03/08/23 15:43:56.293 +{"msg":"PASSED [sig-apps] DisruptionController should create a PodDisruptionBudget [Conformance]","completed":320,"skipped":5974,"failed":0} +------------------------------ +• [SLOW TEST] [6.085 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 03/08/23 15:43:50.214 + Mar 8 15:43:50.214: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename disruption 03/08/23 15:43:50.215 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:43:50.231 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:43:50.234 + [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 03/08/23 15:43:50.237 + STEP: Waiting for the pdb to be processed 03/08/23 15:43:50.241 + STEP: updating the pdb 03/08/23 15:43:52.248 + STEP: Waiting for the pdb to be processed 03/08/23 15:43:52.257 + STEP: patching the pdb 03/08/23 15:43:54.266 + STEP: Waiting for the pdb to be processed 03/08/23 15:43:54.275 + STEP: Waiting for the pdb to be deleted 03/08/23 15:43:56.287 + [AfterEach] [sig-apps] DisruptionController + test/e2e/framework/framework.go:187 + Mar 8 15:43:56.290: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "disruption-786" for this suite. 03/08/23 15:43:56.293 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:43:56.299 +Mar 8 15:43:56.299: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename pods 03/08/23 15:43:56.3 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:43:56.313 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:43:56.315 +[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 03/08/23 15:43:56.318 +STEP: submitting the pod to kubernetes 03/08/23 15:43:56.318 +Mar 8 15:43:56.324: INFO: Waiting up to 5m0s for pod "pod-update-fb66ae6b-e6e6-4d15-ba89-cf1717cf524f" in namespace "pods-3300" to be "running and ready" +Mar 8 15:43:56.326: INFO: Pod "pod-update-fb66ae6b-e6e6-4d15-ba89-cf1717cf524f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.471863ms +Mar 8 15:43:56.326: INFO: The phase of Pod pod-update-fb66ae6b-e6e6-4d15-ba89-cf1717cf524f is Pending, waiting for it to be Running (with Ready = true) +Mar 8 15:43:58.330: INFO: Pod "pod-update-fb66ae6b-e6e6-4d15-ba89-cf1717cf524f": Phase="Running", Reason="", readiness=true. Elapsed: 2.006326797s +Mar 8 15:43:58.330: INFO: The phase of Pod pod-update-fb66ae6b-e6e6-4d15-ba89-cf1717cf524f is Running (Ready = true) +Mar 8 15:43:58.330: INFO: Pod "pod-update-fb66ae6b-e6e6-4d15-ba89-cf1717cf524f" satisfied condition "running and ready" +STEP: verifying the pod is in kubernetes 03/08/23 15:43:58.333 +STEP: updating the pod 03/08/23 15:43:58.335 +Mar 8 15:43:58.847: INFO: Successfully updated pod "pod-update-fb66ae6b-e6e6-4d15-ba89-cf1717cf524f" +Mar 8 15:43:58.847: INFO: Waiting up to 5m0s for pod "pod-update-fb66ae6b-e6e6-4d15-ba89-cf1717cf524f" in namespace "pods-3300" to be "running" +Mar 8 15:43:58.849: INFO: Pod "pod-update-fb66ae6b-e6e6-4d15-ba89-cf1717cf524f": Phase="Running", Reason="", readiness=true. Elapsed: 2.741431ms +Mar 8 15:43:58.850: INFO: Pod "pod-update-fb66ae6b-e6e6-4d15-ba89-cf1717cf524f" satisfied condition "running" +STEP: verifying the updated pod is in kubernetes 03/08/23 15:43:58.85 +Mar 8 15:43:58.852: INFO: Pod update OK +[AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 +Mar 8 15:43:58.853: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "pods-3300" for this suite. 03/08/23 15:43:58.857 +{"msg":"PASSED [sig-node] Pods should be updated [NodeConformance] [Conformance]","completed":321,"skipped":5988,"failed":0} +------------------------------ +• [2.564 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 03/08/23 15:43:56.299 + Mar 8 15:43:56.299: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename pods 03/08/23 15:43:56.3 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:43:56.313 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:43:56.315 + [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 03/08/23 15:43:56.318 + STEP: submitting the pod to kubernetes 03/08/23 15:43:56.318 + Mar 8 15:43:56.324: INFO: Waiting up to 5m0s for pod "pod-update-fb66ae6b-e6e6-4d15-ba89-cf1717cf524f" in namespace "pods-3300" to be "running and ready" + Mar 8 15:43:56.326: INFO: Pod "pod-update-fb66ae6b-e6e6-4d15-ba89-cf1717cf524f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.471863ms + Mar 8 15:43:56.326: INFO: The phase of Pod pod-update-fb66ae6b-e6e6-4d15-ba89-cf1717cf524f is Pending, waiting for it to be Running (with Ready = true) + Mar 8 15:43:58.330: INFO: Pod "pod-update-fb66ae6b-e6e6-4d15-ba89-cf1717cf524f": Phase="Running", Reason="", readiness=true. Elapsed: 2.006326797s + Mar 8 15:43:58.330: INFO: The phase of Pod pod-update-fb66ae6b-e6e6-4d15-ba89-cf1717cf524f is Running (Ready = true) + Mar 8 15:43:58.330: INFO: Pod "pod-update-fb66ae6b-e6e6-4d15-ba89-cf1717cf524f" satisfied condition "running and ready" + STEP: verifying the pod is in kubernetes 03/08/23 15:43:58.333 + STEP: updating the pod 03/08/23 15:43:58.335 + Mar 8 15:43:58.847: INFO: Successfully updated pod "pod-update-fb66ae6b-e6e6-4d15-ba89-cf1717cf524f" + Mar 8 15:43:58.847: INFO: Waiting up to 5m0s for pod "pod-update-fb66ae6b-e6e6-4d15-ba89-cf1717cf524f" in namespace "pods-3300" to be "running" + Mar 8 15:43:58.849: INFO: Pod "pod-update-fb66ae6b-e6e6-4d15-ba89-cf1717cf524f": Phase="Running", Reason="", readiness=true. Elapsed: 2.741431ms + Mar 8 15:43:58.850: INFO: Pod "pod-update-fb66ae6b-e6e6-4d15-ba89-cf1717cf524f" satisfied condition "running" + STEP: verifying the updated pod is in kubernetes 03/08/23 15:43:58.85 + Mar 8 15:43:58.852: INFO: Pod update OK + [AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 + Mar 8 15:43:58.853: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "pods-3300" for this suite. 03/08/23 15:43:58.857 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:43:58.866 +Mar 8 15:43:58.866: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename projected 03/08/23 15:43:58.867 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:43:58.881 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:43:58.885 +[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-46ca9880-b20d-408e-82ea-58f629dfe256 03/08/23 15:43:58.888 +STEP: Creating a pod to test consume configMaps 03/08/23 15:43:58.894 +Mar 8 15:43:58.904: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-e511f9e1-61f6-49eb-a04c-c5842933ef8f" in namespace "projected-4389" to be "Succeeded or Failed" +Mar 8 15:43:58.909: INFO: Pod "pod-projected-configmaps-e511f9e1-61f6-49eb-a04c-c5842933ef8f": Phase="Pending", Reason="", readiness=false. Elapsed: 5.073221ms +Mar 8 15:44:00.913: INFO: Pod "pod-projected-configmaps-e511f9e1-61f6-49eb-a04c-c5842933ef8f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009579944s +Mar 8 15:44:02.913: INFO: Pod "pod-projected-configmaps-e511f9e1-61f6-49eb-a04c-c5842933ef8f": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.00910043s +STEP: Saw pod success 03/08/23 15:44:02.913 +Mar 8 15:44:02.913: INFO: Pod "pod-projected-configmaps-e511f9e1-61f6-49eb-a04c-c5842933ef8f" satisfied condition "Succeeded or Failed" +Mar 8 15:44:02.915: INFO: Trying to get logs from node worker2 pod pod-projected-configmaps-e511f9e1-61f6-49eb-a04c-c5842933ef8f container agnhost-container: +STEP: delete the pod 03/08/23 15:44:02.921 +Mar 8 15:44:02.929: INFO: Waiting for pod pod-projected-configmaps-e511f9e1-61f6-49eb-a04c-c5842933ef8f to disappear +Mar 8 15:44:02.932: INFO: Pod pod-projected-configmaps-e511f9e1-61f6-49eb-a04c-c5842933ef8f no longer exists +[AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 +Mar 8 15:44:02.932: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-4389" for this suite. 03/08/23 15:44:02.937 +{"msg":"PASSED [sig-storage] Projected configMap should be consumable from pods in volume with mappings [NodeConformance] [Conformance]","completed":322,"skipped":6057,"failed":0} +------------------------------ +• [4.076 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 03/08/23 15:43:58.866 + Mar 8 15:43:58.866: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename projected 03/08/23 15:43:58.867 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:43:58.881 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:43:58.885 + [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-46ca9880-b20d-408e-82ea-58f629dfe256 03/08/23 15:43:58.888 + STEP: Creating a pod to test consume configMaps 03/08/23 15:43:58.894 + Mar 8 15:43:58.904: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-e511f9e1-61f6-49eb-a04c-c5842933ef8f" in namespace "projected-4389" to be "Succeeded or Failed" + Mar 8 15:43:58.909: INFO: Pod "pod-projected-configmaps-e511f9e1-61f6-49eb-a04c-c5842933ef8f": Phase="Pending", Reason="", readiness=false. Elapsed: 5.073221ms + Mar 8 15:44:00.913: INFO: Pod "pod-projected-configmaps-e511f9e1-61f6-49eb-a04c-c5842933ef8f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009579944s + Mar 8 15:44:02.913: INFO: Pod "pod-projected-configmaps-e511f9e1-61f6-49eb-a04c-c5842933ef8f": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.00910043s + STEP: Saw pod success 03/08/23 15:44:02.913 + Mar 8 15:44:02.913: INFO: Pod "pod-projected-configmaps-e511f9e1-61f6-49eb-a04c-c5842933ef8f" satisfied condition "Succeeded or Failed" + Mar 8 15:44:02.915: INFO: Trying to get logs from node worker2 pod pod-projected-configmaps-e511f9e1-61f6-49eb-a04c-c5842933ef8f container agnhost-container: + STEP: delete the pod 03/08/23 15:44:02.921 + Mar 8 15:44:02.929: INFO: Waiting for pod pod-projected-configmaps-e511f9e1-61f6-49eb-a04c-c5842933ef8f to disappear + Mar 8 15:44:02.932: INFO: Pod pod-projected-configmaps-e511f9e1-61f6-49eb-a04c-c5842933ef8f no longer exists + [AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 + Mar 8 15:44:02.932: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-4389" for this suite. 03/08/23 15:44:02.937 + << End Captured GinkgoWriter Output +------------------------------ +[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 03/08/23 15:44:02.942 +Mar 8 15:44:02.943: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename namespaces 03/08/23 15:44:02.944 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:44:02.961 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:44:02.963 +[It] should patch a Namespace [Conformance] + test/e2e/apimachinery/namespace.go:267 +STEP: creating a Namespace 03/08/23 15:44:02.966 +STEP: patching the Namespace 03/08/23 15:44:02.978 +STEP: get the Namespace and ensuring it has the label 03/08/23 15:44:02.982 +[AfterEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/framework.go:187 +Mar 8 15:44:02.985: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "namespaces-3892" for this suite. 03/08/23 15:44:02.988 +STEP: Destroying namespace "nspatchtest-d0c6c917-1c25-44a3-b0a2-9c0831ff79e5-7935" for this suite. 03/08/23 15:44:02.994 +{"msg":"PASSED [sig-api-machinery] Namespaces [Serial] should patch a Namespace [Conformance]","completed":323,"skipped":6057,"failed":0} +------------------------------ +• [0.057 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 03/08/23 15:44:02.942 + Mar 8 15:44:02.943: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename namespaces 03/08/23 15:44:02.944 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:44:02.961 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:44:02.963 + [It] should patch a Namespace [Conformance] + test/e2e/apimachinery/namespace.go:267 + STEP: creating a Namespace 03/08/23 15:44:02.966 + STEP: patching the Namespace 03/08/23 15:44:02.978 + STEP: get the Namespace and ensuring it has the label 03/08/23 15:44:02.982 + [AfterEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/framework.go:187 + Mar 8 15:44:02.985: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "namespaces-3892" for this suite. 03/08/23 15:44:02.988 + STEP: Destroying namespace "nspatchtest-d0c6c917-1c25-44a3-b0a2-9c0831ff79e5-7935" for this suite. 03/08/23 15:44:02.994 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:44:03 +Mar 8 15:44:03.000: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename ingress 03/08/23 15:44:03.001 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:44:03.066 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:44:03.069 +[It] should support creating Ingress API operations [Conformance] + test/e2e/network/ingress.go:552 +STEP: getting /apis 03/08/23 15:44:03.072 +STEP: getting /apis/networking.k8s.io 03/08/23 15:44:03.074 +STEP: getting /apis/networking.k8s.iov1 03/08/23 15:44:03.075 +STEP: creating 03/08/23 15:44:03.076 +STEP: getting 03/08/23 15:44:03.089 +STEP: listing 03/08/23 15:44:03.091 +STEP: watching 03/08/23 15:44:03.094 +Mar 8 15:44:03.094: INFO: starting watch +STEP: cluster-wide listing 03/08/23 15:44:03.095 +STEP: cluster-wide watching 03/08/23 15:44:03.097 +Mar 8 15:44:03.097: INFO: starting watch +STEP: patching 03/08/23 15:44:03.098 +STEP: updating 03/08/23 15:44:03.103 +Mar 8 15:44:03.110: INFO: waiting for watch events with expected annotations +Mar 8 15:44:03.110: INFO: saw patched and updated annotations +STEP: patching /status 03/08/23 15:44:03.11 +STEP: updating /status 03/08/23 15:44:03.114 +STEP: get /status 03/08/23 15:44:03.12 +STEP: deleting 03/08/23 15:44:03.122 +STEP: deleting a collection 03/08/23 15:44:03.132 +[AfterEach] [sig-network] Ingress API + test/e2e/framework/framework.go:187 +Mar 8 15:44:03.144: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "ingress-4203" for this suite. 03/08/23 15:44:03.148 +{"msg":"PASSED [sig-network] Ingress API should support creating Ingress API operations [Conformance]","completed":324,"skipped":6069,"failed":0} +------------------------------ +• [0.153 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 03/08/23 15:44:03 + Mar 8 15:44:03.000: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename ingress 03/08/23 15:44:03.001 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:44:03.066 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:44:03.069 + [It] should support creating Ingress API operations [Conformance] + test/e2e/network/ingress.go:552 + STEP: getting /apis 03/08/23 15:44:03.072 + STEP: getting /apis/networking.k8s.io 03/08/23 15:44:03.074 + STEP: getting /apis/networking.k8s.iov1 03/08/23 15:44:03.075 + STEP: creating 03/08/23 15:44:03.076 + STEP: getting 03/08/23 15:44:03.089 + STEP: listing 03/08/23 15:44:03.091 + STEP: watching 03/08/23 15:44:03.094 + Mar 8 15:44:03.094: INFO: starting watch + STEP: cluster-wide listing 03/08/23 15:44:03.095 + STEP: cluster-wide watching 03/08/23 15:44:03.097 + Mar 8 15:44:03.097: INFO: starting watch + STEP: patching 03/08/23 15:44:03.098 + STEP: updating 03/08/23 15:44:03.103 + Mar 8 15:44:03.110: INFO: waiting for watch events with expected annotations + Mar 8 15:44:03.110: INFO: saw patched and updated annotations + STEP: patching /status 03/08/23 15:44:03.11 + STEP: updating /status 03/08/23 15:44:03.114 + STEP: get /status 03/08/23 15:44:03.12 + STEP: deleting 03/08/23 15:44:03.122 + STEP: deleting a collection 03/08/23 15:44:03.132 + [AfterEach] [sig-network] Ingress API + test/e2e/framework/framework.go:187 + Mar 8 15:44:03.144: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "ingress-4203" for this suite. 03/08/23 15:44:03.148 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSS +------------------------------ +[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 03/08/23 15:44:03.153 +Mar 8 15:44:03.153: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename replication-controller 03/08/23 15:44:03.154 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:44:03.168 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:44:03.171 +[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 03/08/23 15:44:03.173 +STEP: When the matched label of one of its pods change 03/08/23 15:44:03.178 +Mar 8 15:44:03.181: INFO: Pod name pod-release: Found 0 pods out of 1 +Mar 8 15:44:08.185: INFO: Pod name pod-release: Found 1 pods out of 1 +STEP: Then the pod is released 03/08/23 15:44:08.194 +[AfterEach] [sig-apps] ReplicationController + test/e2e/framework/framework.go:187 +Mar 8 15:44:09.201: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "replication-controller-186" for this suite. 03/08/23 15:44:09.206 +{"msg":"PASSED [sig-apps] ReplicationController should release no longer matching pods [Conformance]","completed":325,"skipped":6080,"failed":0} +------------------------------ +• [SLOW TEST] [6.059 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 03/08/23 15:44:03.153 + Mar 8 15:44:03.153: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename replication-controller 03/08/23 15:44:03.154 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:44:03.168 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:44:03.171 + [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 03/08/23 15:44:03.173 + STEP: When the matched label of one of its pods change 03/08/23 15:44:03.178 + Mar 8 15:44:03.181: INFO: Pod name pod-release: Found 0 pods out of 1 + Mar 8 15:44:08.185: INFO: Pod name pod-release: Found 1 pods out of 1 + STEP: Then the pod is released 03/08/23 15:44:08.194 + [AfterEach] [sig-apps] ReplicationController + test/e2e/framework/framework.go:187 + Mar 8 15:44:09.201: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "replication-controller-186" for this suite. 03/08/23 15:44:09.206 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSS +------------------------------ +[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 03/08/23 15:44:09.213 +Mar 8 15:44:09.213: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename downward-api 03/08/23 15:44:09.214 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:44:09.23 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:44:09.233 +[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 03/08/23 15:44:09.236 +Mar 8 15:44:09.243: INFO: Waiting up to 5m0s for pod "labelsupdate5575db05-1b44-4fce-9f5f-7e57b71f8705" in namespace "downward-api-5815" to be "running and ready" +Mar 8 15:44:09.245: INFO: Pod "labelsupdate5575db05-1b44-4fce-9f5f-7e57b71f8705": Phase="Pending", Reason="", readiness=false. Elapsed: 2.527128ms +Mar 8 15:44:09.245: INFO: The phase of Pod labelsupdate5575db05-1b44-4fce-9f5f-7e57b71f8705 is Pending, waiting for it to be Running (with Ready = true) +Mar 8 15:44:11.250: INFO: Pod "labelsupdate5575db05-1b44-4fce-9f5f-7e57b71f8705": Phase="Running", Reason="", readiness=true. Elapsed: 2.006832185s +Mar 8 15:44:11.250: INFO: The phase of Pod labelsupdate5575db05-1b44-4fce-9f5f-7e57b71f8705 is Running (Ready = true) +Mar 8 15:44:11.250: INFO: Pod "labelsupdate5575db05-1b44-4fce-9f5f-7e57b71f8705" satisfied condition "running and ready" +Mar 8 15:44:11.771: INFO: Successfully updated pod "labelsupdate5575db05-1b44-4fce-9f5f-7e57b71f8705" +[AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 +Mar 8 15:44:15.788: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "downward-api-5815" for this suite. 03/08/23 15:44:15.792 +{"msg":"PASSED [sig-storage] Downward API volume should update labels on modification [NodeConformance] [Conformance]","completed":326,"skipped":6089,"failed":0} +------------------------------ +• [SLOW TEST] [6.584 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 03/08/23 15:44:09.213 + Mar 8 15:44:09.213: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename downward-api 03/08/23 15:44:09.214 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:44:09.23 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:44:09.233 + [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 03/08/23 15:44:09.236 + Mar 8 15:44:09.243: INFO: Waiting up to 5m0s for pod "labelsupdate5575db05-1b44-4fce-9f5f-7e57b71f8705" in namespace "downward-api-5815" to be "running and ready" + Mar 8 15:44:09.245: INFO: Pod "labelsupdate5575db05-1b44-4fce-9f5f-7e57b71f8705": Phase="Pending", Reason="", readiness=false. Elapsed: 2.527128ms + Mar 8 15:44:09.245: INFO: The phase of Pod labelsupdate5575db05-1b44-4fce-9f5f-7e57b71f8705 is Pending, waiting for it to be Running (with Ready = true) + Mar 8 15:44:11.250: INFO: Pod "labelsupdate5575db05-1b44-4fce-9f5f-7e57b71f8705": Phase="Running", Reason="", readiness=true. Elapsed: 2.006832185s + Mar 8 15:44:11.250: INFO: The phase of Pod labelsupdate5575db05-1b44-4fce-9f5f-7e57b71f8705 is Running (Ready = true) + Mar 8 15:44:11.250: INFO: Pod "labelsupdate5575db05-1b44-4fce-9f5f-7e57b71f8705" satisfied condition "running and ready" + Mar 8 15:44:11.771: INFO: Successfully updated pod "labelsupdate5575db05-1b44-4fce-9f5f-7e57b71f8705" + [AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 + Mar 8 15:44:15.788: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "downward-api-5815" for this suite. 03/08/23 15:44:15.792 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:44:15.798 +Mar 8 15:44:15.798: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename configmap 03/08/23 15:44:15.799 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:44:15.81 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:44:15.813 +[It] should be consumable via environment variable [NodeConformance] [Conformance] + test/e2e/common/node/configmap.go:44 +STEP: Creating configMap configmap-1374/configmap-test-436bde56-804f-4a04-9f35-9ffbc071370b 03/08/23 15:44:15.815 +STEP: Creating a pod to test consume configMaps 03/08/23 15:44:15.819 +Mar 8 15:44:15.825: INFO: Waiting up to 5m0s for pod "pod-configmaps-079abb3a-b08c-4a15-9a13-756c5bc8b031" in namespace "configmap-1374" to be "Succeeded or Failed" +Mar 8 15:44:15.830: INFO: Pod "pod-configmaps-079abb3a-b08c-4a15-9a13-756c5bc8b031": Phase="Pending", Reason="", readiness=false. Elapsed: 4.19941ms +Mar 8 15:44:17.834: INFO: Pod "pod-configmaps-079abb3a-b08c-4a15-9a13-756c5bc8b031": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008203713s +Mar 8 15:44:19.835: INFO: Pod "pod-configmaps-079abb3a-b08c-4a15-9a13-756c5bc8b031": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009329406s +STEP: Saw pod success 03/08/23 15:44:19.835 +Mar 8 15:44:19.835: INFO: Pod "pod-configmaps-079abb3a-b08c-4a15-9a13-756c5bc8b031" satisfied condition "Succeeded or Failed" +Mar 8 15:44:19.838: INFO: Trying to get logs from node worker2 pod pod-configmaps-079abb3a-b08c-4a15-9a13-756c5bc8b031 container env-test: +STEP: delete the pod 03/08/23 15:44:19.843 +Mar 8 15:44:19.852: INFO: Waiting for pod pod-configmaps-079abb3a-b08c-4a15-9a13-756c5bc8b031 to disappear +Mar 8 15:44:19.854: INFO: Pod pod-configmaps-079abb3a-b08c-4a15-9a13-756c5bc8b031 no longer exists +[AfterEach] [sig-node] ConfigMap + test/e2e/framework/framework.go:187 +Mar 8 15:44:19.854: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "configmap-1374" for this suite. 03/08/23 15:44:19.859 +{"msg":"PASSED [sig-node] ConfigMap should be consumable via environment variable [NodeConformance] [Conformance]","completed":327,"skipped":6107,"failed":0} +------------------------------ +• [4.066 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 03/08/23 15:44:15.798 + Mar 8 15:44:15.798: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename configmap 03/08/23 15:44:15.799 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:44:15.81 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:44:15.813 + [It] should be consumable via environment variable [NodeConformance] [Conformance] + test/e2e/common/node/configmap.go:44 + STEP: Creating configMap configmap-1374/configmap-test-436bde56-804f-4a04-9f35-9ffbc071370b 03/08/23 15:44:15.815 + STEP: Creating a pod to test consume configMaps 03/08/23 15:44:15.819 + Mar 8 15:44:15.825: INFO: Waiting up to 5m0s for pod "pod-configmaps-079abb3a-b08c-4a15-9a13-756c5bc8b031" in namespace "configmap-1374" to be "Succeeded or Failed" + Mar 8 15:44:15.830: INFO: Pod "pod-configmaps-079abb3a-b08c-4a15-9a13-756c5bc8b031": Phase="Pending", Reason="", readiness=false. Elapsed: 4.19941ms + Mar 8 15:44:17.834: INFO: Pod "pod-configmaps-079abb3a-b08c-4a15-9a13-756c5bc8b031": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008203713s + Mar 8 15:44:19.835: INFO: Pod "pod-configmaps-079abb3a-b08c-4a15-9a13-756c5bc8b031": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009329406s + STEP: Saw pod success 03/08/23 15:44:19.835 + Mar 8 15:44:19.835: INFO: Pod "pod-configmaps-079abb3a-b08c-4a15-9a13-756c5bc8b031" satisfied condition "Succeeded or Failed" + Mar 8 15:44:19.838: INFO: Trying to get logs from node worker2 pod pod-configmaps-079abb3a-b08c-4a15-9a13-756c5bc8b031 container env-test: + STEP: delete the pod 03/08/23 15:44:19.843 + Mar 8 15:44:19.852: INFO: Waiting for pod pod-configmaps-079abb3a-b08c-4a15-9a13-756c5bc8b031 to disappear + Mar 8 15:44:19.854: INFO: Pod pod-configmaps-079abb3a-b08c-4a15-9a13-756c5bc8b031 no longer exists + [AfterEach] [sig-node] ConfigMap + test/e2e/framework/framework.go:187 + Mar 8 15:44:19.854: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "configmap-1374" for this suite. 03/08/23 15:44:19.859 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[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 03/08/23 15:44:19.864 +Mar 8 15:44:19.864: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename kubelet-test 03/08/23 15:44:19.865 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:44:19.88 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:44:19.883 +[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 +Mar 8 15:44:19.894: INFO: Waiting up to 5m0s for pod "busybox-scheduling-5bcd7f7d-965c-420c-b944-3c7f0f6269f5" in namespace "kubelet-test-5865" to be "running and ready" +Mar 8 15:44:19.897: INFO: Pod "busybox-scheduling-5bcd7f7d-965c-420c-b944-3c7f0f6269f5": Phase="Pending", Reason="", readiness=false. Elapsed: 2.722789ms +Mar 8 15:44:19.897: INFO: The phase of Pod busybox-scheduling-5bcd7f7d-965c-420c-b944-3c7f0f6269f5 is Pending, waiting for it to be Running (with Ready = true) +Mar 8 15:44:21.902: INFO: Pod "busybox-scheduling-5bcd7f7d-965c-420c-b944-3c7f0f6269f5": Phase="Running", Reason="", readiness=true. Elapsed: 2.007845589s +Mar 8 15:44:21.902: INFO: The phase of Pod busybox-scheduling-5bcd7f7d-965c-420c-b944-3c7f0f6269f5 is Running (Ready = true) +Mar 8 15:44:21.902: INFO: Pod "busybox-scheduling-5bcd7f7d-965c-420c-b944-3c7f0f6269f5" satisfied condition "running and ready" +[AfterEach] [sig-node] Kubelet + test/e2e/framework/framework.go:187 +Mar 8 15:44:21.910: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubelet-test-5865" for this suite. 03/08/23 15:44:21.914 +{"msg":"PASSED [sig-node] Kubelet when scheduling a busybox command in a pod should print the output to logs [NodeConformance] [Conformance]","completed":328,"skipped":6109,"failed":0} +------------------------------ +• [2.056 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 03/08/23 15:44:19.864 + Mar 8 15:44:19.864: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename kubelet-test 03/08/23 15:44:19.865 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:44:19.88 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:44:19.883 + [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 + Mar 8 15:44:19.894: INFO: Waiting up to 5m0s for pod "busybox-scheduling-5bcd7f7d-965c-420c-b944-3c7f0f6269f5" in namespace "kubelet-test-5865" to be "running and ready" + Mar 8 15:44:19.897: INFO: Pod "busybox-scheduling-5bcd7f7d-965c-420c-b944-3c7f0f6269f5": Phase="Pending", Reason="", readiness=false. Elapsed: 2.722789ms + Mar 8 15:44:19.897: INFO: The phase of Pod busybox-scheduling-5bcd7f7d-965c-420c-b944-3c7f0f6269f5 is Pending, waiting for it to be Running (with Ready = true) + Mar 8 15:44:21.902: INFO: Pod "busybox-scheduling-5bcd7f7d-965c-420c-b944-3c7f0f6269f5": Phase="Running", Reason="", readiness=true. Elapsed: 2.007845589s + Mar 8 15:44:21.902: INFO: The phase of Pod busybox-scheduling-5bcd7f7d-965c-420c-b944-3c7f0f6269f5 is Running (Ready = true) + Mar 8 15:44:21.902: INFO: Pod "busybox-scheduling-5bcd7f7d-965c-420c-b944-3c7f0f6269f5" satisfied condition "running and ready" + [AfterEach] [sig-node] Kubelet + test/e2e/framework/framework.go:187 + Mar 8 15:44:21.910: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubelet-test-5865" for this suite. 03/08/23 15:44:21.914 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:44:21.922 +Mar 8 15:44:21.922: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename job 03/08/23 15:44:21.923 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:44:21.938 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:44:21.941 +[It] should manage the lifecycle of a job [Conformance] + test/e2e/apps/job.go:531 +STEP: Creating a suspended job 03/08/23 15:44:21.946 +STEP: Patching the Job 03/08/23 15:44:21.951 +STEP: Watching for Job to be patched 03/08/23 15:44:21.957 +Mar 8 15:44:21.959: INFO: Event ADDED observed for Job e2e-8wjdg in namespace job-5061 with labels: map[e2e-job-label:e2e-8wjdg] and annotations: map[batch.kubernetes.io/job-tracking:] +Mar 8 15:44:21.959: INFO: Event MODIFIED found for Job e2e-8wjdg in namespace job-5061 with labels: map[e2e-8wjdg:patched e2e-job-label:e2e-8wjdg] and annotations: map[batch.kubernetes.io/job-tracking:] +STEP: Updating the job 03/08/23 15:44:21.959 +STEP: Watching for Job to be updated 03/08/23 15:44:21.989 +Mar 8 15:44:21.991: INFO: Event MODIFIED found for Job e2e-8wjdg in namespace job-5061 with labels: map[e2e-8wjdg:patched e2e-job-label:e2e-8wjdg] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] +Mar 8 15:44:21.991: INFO: Found Job annotations: map[string]string{"batch.kubernetes.io/job-tracking":"", "updated":"true"} +STEP: Listing all Jobs with LabelSelector 03/08/23 15:44:21.991 +Mar 8 15:44:21.993: INFO: Job: e2e-8wjdg as labels: map[e2e-8wjdg:patched e2e-job-label:e2e-8wjdg] +STEP: Waiting for job to complete 03/08/23 15:44:21.993 +STEP: Delete a job collection with a labelselector 03/08/23 15:44:29.998 +STEP: Watching for Job to be deleted 03/08/23 15:44:30.006 +Mar 8 15:44:30.008: INFO: Event MODIFIED observed for Job e2e-8wjdg in namespace job-5061 with labels: map[e2e-8wjdg:patched e2e-job-label:e2e-8wjdg] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] +Mar 8 15:44:30.008: INFO: Event MODIFIED observed for Job e2e-8wjdg in namespace job-5061 with labels: map[e2e-8wjdg:patched e2e-job-label:e2e-8wjdg] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] +Mar 8 15:44:30.008: INFO: Event MODIFIED observed for Job e2e-8wjdg in namespace job-5061 with labels: map[e2e-8wjdg:patched e2e-job-label:e2e-8wjdg] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] +Mar 8 15:44:30.008: INFO: Event MODIFIED observed for Job e2e-8wjdg in namespace job-5061 with labels: map[e2e-8wjdg:patched e2e-job-label:e2e-8wjdg] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] +Mar 8 15:44:30.008: INFO: Event MODIFIED observed for Job e2e-8wjdg in namespace job-5061 with labels: map[e2e-8wjdg:patched e2e-job-label:e2e-8wjdg] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] +Mar 8 15:44:30.008: INFO: Event MODIFIED observed for Job e2e-8wjdg in namespace job-5061 with labels: map[e2e-8wjdg:patched e2e-job-label:e2e-8wjdg] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] +Mar 8 15:44:30.008: INFO: Event MODIFIED observed for Job e2e-8wjdg in namespace job-5061 with labels: map[e2e-8wjdg:patched e2e-job-label:e2e-8wjdg] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] +Mar 8 15:44:30.008: INFO: Event MODIFIED observed for Job e2e-8wjdg in namespace job-5061 with labels: map[e2e-8wjdg:patched e2e-job-label:e2e-8wjdg] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] +Mar 8 15:44:30.008: INFO: Event DELETED found for Job e2e-8wjdg in namespace job-5061 with labels: map[e2e-8wjdg:patched e2e-job-label:e2e-8wjdg] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] +STEP: Relist jobs to confirm deletion 03/08/23 15:44:30.008 +[AfterEach] [sig-apps] Job + test/e2e/framework/framework.go:187 +Mar 8 15:44:30.011: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "job-5061" for this suite. 03/08/23 15:44:30.015 +{"msg":"PASSED [sig-apps] Job should manage the lifecycle of a job [Conformance]","completed":329,"skipped":6156,"failed":0} +------------------------------ +• [SLOW TEST] [8.101 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 03/08/23 15:44:21.922 + Mar 8 15:44:21.922: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename job 03/08/23 15:44:21.923 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:44:21.938 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:44:21.941 + [It] should manage the lifecycle of a job [Conformance] + test/e2e/apps/job.go:531 + STEP: Creating a suspended job 03/08/23 15:44:21.946 + STEP: Patching the Job 03/08/23 15:44:21.951 + STEP: Watching for Job to be patched 03/08/23 15:44:21.957 + Mar 8 15:44:21.959: INFO: Event ADDED observed for Job e2e-8wjdg in namespace job-5061 with labels: map[e2e-job-label:e2e-8wjdg] and annotations: map[batch.kubernetes.io/job-tracking:] + Mar 8 15:44:21.959: INFO: Event MODIFIED found for Job e2e-8wjdg in namespace job-5061 with labels: map[e2e-8wjdg:patched e2e-job-label:e2e-8wjdg] and annotations: map[batch.kubernetes.io/job-tracking:] + STEP: Updating the job 03/08/23 15:44:21.959 + STEP: Watching for Job to be updated 03/08/23 15:44:21.989 + Mar 8 15:44:21.991: INFO: Event MODIFIED found for Job e2e-8wjdg in namespace job-5061 with labels: map[e2e-8wjdg:patched e2e-job-label:e2e-8wjdg] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] + Mar 8 15:44:21.991: INFO: Found Job annotations: map[string]string{"batch.kubernetes.io/job-tracking":"", "updated":"true"} + STEP: Listing all Jobs with LabelSelector 03/08/23 15:44:21.991 + Mar 8 15:44:21.993: INFO: Job: e2e-8wjdg as labels: map[e2e-8wjdg:patched e2e-job-label:e2e-8wjdg] + STEP: Waiting for job to complete 03/08/23 15:44:21.993 + STEP: Delete a job collection with a labelselector 03/08/23 15:44:29.998 + STEP: Watching for Job to be deleted 03/08/23 15:44:30.006 + Mar 8 15:44:30.008: INFO: Event MODIFIED observed for Job e2e-8wjdg in namespace job-5061 with labels: map[e2e-8wjdg:patched e2e-job-label:e2e-8wjdg] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] + Mar 8 15:44:30.008: INFO: Event MODIFIED observed for Job e2e-8wjdg in namespace job-5061 with labels: map[e2e-8wjdg:patched e2e-job-label:e2e-8wjdg] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] + Mar 8 15:44:30.008: INFO: Event MODIFIED observed for Job e2e-8wjdg in namespace job-5061 with labels: map[e2e-8wjdg:patched e2e-job-label:e2e-8wjdg] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] + Mar 8 15:44:30.008: INFO: Event MODIFIED observed for Job e2e-8wjdg in namespace job-5061 with labels: map[e2e-8wjdg:patched e2e-job-label:e2e-8wjdg] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] + Mar 8 15:44:30.008: INFO: Event MODIFIED observed for Job e2e-8wjdg in namespace job-5061 with labels: map[e2e-8wjdg:patched e2e-job-label:e2e-8wjdg] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] + Mar 8 15:44:30.008: INFO: Event MODIFIED observed for Job e2e-8wjdg in namespace job-5061 with labels: map[e2e-8wjdg:patched e2e-job-label:e2e-8wjdg] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] + Mar 8 15:44:30.008: INFO: Event MODIFIED observed for Job e2e-8wjdg in namespace job-5061 with labels: map[e2e-8wjdg:patched e2e-job-label:e2e-8wjdg] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] + Mar 8 15:44:30.008: INFO: Event MODIFIED observed for Job e2e-8wjdg in namespace job-5061 with labels: map[e2e-8wjdg:patched e2e-job-label:e2e-8wjdg] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] + Mar 8 15:44:30.008: INFO: Event DELETED found for Job e2e-8wjdg in namespace job-5061 with labels: map[e2e-8wjdg:patched e2e-job-label:e2e-8wjdg] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] + STEP: Relist jobs to confirm deletion 03/08/23 15:44:30.008 + [AfterEach] [sig-apps] Job + test/e2e/framework/framework.go:187 + Mar 8 15:44:30.011: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "job-5061" for this suite. 03/08/23 15:44:30.015 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSS +------------------------------ +[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 03/08/23 15:44:30.024 +Mar 8 15:44:30.024: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename emptydir 03/08/23 15:44:30.025 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:44:30.039 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:44:30.041 +[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 03/08/23 15:44:30.044 +Mar 8 15:44:30.051: INFO: Waiting up to 5m0s for pod "pod-326ff75c-f0a5-4219-b381-aed6aefc3fc7" in namespace "emptydir-7599" to be "Succeeded or Failed" +Mar 8 15:44:30.053: INFO: Pod "pod-326ff75c-f0a5-4219-b381-aed6aefc3fc7": Phase="Pending", Reason="", readiness=false. Elapsed: 2.299807ms +Mar 8 15:44:32.058: INFO: Pod "pod-326ff75c-f0a5-4219-b381-aed6aefc3fc7": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007126981s +Mar 8 15:44:34.058: INFO: Pod "pod-326ff75c-f0a5-4219-b381-aed6aefc3fc7": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007241529s +STEP: Saw pod success 03/08/23 15:44:34.058 +Mar 8 15:44:34.058: INFO: Pod "pod-326ff75c-f0a5-4219-b381-aed6aefc3fc7" satisfied condition "Succeeded or Failed" +Mar 8 15:44:34.061: INFO: Trying to get logs from node worker2 pod pod-326ff75c-f0a5-4219-b381-aed6aefc3fc7 container test-container: +STEP: delete the pod 03/08/23 15:44:34.067 +Mar 8 15:44:34.076: INFO: Waiting for pod pod-326ff75c-f0a5-4219-b381-aed6aefc3fc7 to disappear +Mar 8 15:44:34.078: INFO: Pod pod-326ff75c-f0a5-4219-b381-aed6aefc3fc7 no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 +Mar 8 15:44:34.079: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "emptydir-7599" for this suite. 03/08/23 15:44:34.086 +{"msg":"PASSED [sig-storage] EmptyDir volumes should support (non-root,0777,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]","completed":330,"skipped":6162,"failed":0} +------------------------------ +• [4.072 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 03/08/23 15:44:30.024 + Mar 8 15:44:30.024: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename emptydir 03/08/23 15:44:30.025 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:44:30.039 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:44:30.041 + [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 03/08/23 15:44:30.044 + Mar 8 15:44:30.051: INFO: Waiting up to 5m0s for pod "pod-326ff75c-f0a5-4219-b381-aed6aefc3fc7" in namespace "emptydir-7599" to be "Succeeded or Failed" + Mar 8 15:44:30.053: INFO: Pod "pod-326ff75c-f0a5-4219-b381-aed6aefc3fc7": Phase="Pending", Reason="", readiness=false. Elapsed: 2.299807ms + Mar 8 15:44:32.058: INFO: Pod "pod-326ff75c-f0a5-4219-b381-aed6aefc3fc7": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007126981s + Mar 8 15:44:34.058: INFO: Pod "pod-326ff75c-f0a5-4219-b381-aed6aefc3fc7": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007241529s + STEP: Saw pod success 03/08/23 15:44:34.058 + Mar 8 15:44:34.058: INFO: Pod "pod-326ff75c-f0a5-4219-b381-aed6aefc3fc7" satisfied condition "Succeeded or Failed" + Mar 8 15:44:34.061: INFO: Trying to get logs from node worker2 pod pod-326ff75c-f0a5-4219-b381-aed6aefc3fc7 container test-container: + STEP: delete the pod 03/08/23 15:44:34.067 + Mar 8 15:44:34.076: INFO: Waiting for pod pod-326ff75c-f0a5-4219-b381-aed6aefc3fc7 to disappear + Mar 8 15:44:34.078: INFO: Pod pod-326ff75c-f0a5-4219-b381-aed6aefc3fc7 no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 + Mar 8 15:44:34.079: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "emptydir-7599" for this suite. 03/08/23 15:44:34.086 + << End Captured GinkgoWriter Output +------------------------------ +SSSSS +------------------------------ +[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 03/08/23 15:44:34.096 +Mar 8 15:44:34.096: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename services 03/08/23 15:44:34.097 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:44:34.11 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:44:34.113 +[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 03/08/23 15:44:34.119 +STEP: watching for the Service to be added 03/08/23 15:44:34.126 +Mar 8 15:44:34.127: INFO: Found Service test-service-w94cr in namespace services-3818 with labels: map[test-service-static:true] & ports [{http TCP 80 {0 80 } 0}] +Mar 8 15:44:34.128: INFO: Service test-service-w94cr created +STEP: Getting /status 03/08/23 15:44:34.128 +Mar 8 15:44:34.130: INFO: Service test-service-w94cr has LoadBalancer: {[]} +STEP: patching the ServiceStatus 03/08/23 15:44:34.13 +STEP: watching for the Service to be patched 03/08/23 15:44:34.137 +Mar 8 15:44:34.139: INFO: observed Service test-service-w94cr in namespace services-3818 with annotations: map[] & LoadBalancer: {[]} +Mar 8 15:44:34.139: INFO: Found Service test-service-w94cr in namespace services-3818 with annotations: map[patchedstatus:true] & LoadBalancer: {[{203.0.113.1 []}]} +Mar 8 15:44:34.139: INFO: Service test-service-w94cr has service status patched +STEP: updating the ServiceStatus 03/08/23 15:44:34.139 +Mar 8 15:44:34.146: 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 03/08/23 15:44:34.146 +Mar 8 15:44:34.148: INFO: Observed Service test-service-w94cr in namespace services-3818 with annotations: map[] & Conditions: {[]} +Mar 8 15:44:34.148: INFO: Observed event: &Service{ObjectMeta:{test-service-w94cr services-3818 5d1688bc-a77c-4670-b430-7354604975f9 665245 0 2023-03-08 15:44:34 +0000 UTC map[test-service-static:true] map[patchedstatus:true] [] [] [{e2e.test Update v1 2023-03-08 15:44: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 2023-03-08 15:44: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:192.168.26.17,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[192.168.26.17],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{},},} +Mar 8 15:44:34.148: INFO: Found Service test-service-w94cr in namespace services-3818 with annotations: map[patchedstatus:true] & Conditions: [{StatusUpdate True 0 0001-01-01 00:00:00 +0000 UTC E2E Set from e2e test}] +Mar 8 15:44:34.148: INFO: Service test-service-w94cr has service status updated +STEP: patching the service 03/08/23 15:44:34.148 +STEP: watching for the Service to be patched 03/08/23 15:44:34.154 +Mar 8 15:44:34.155: INFO: observed Service test-service-w94cr in namespace services-3818 with labels: map[test-service-static:true] +Mar 8 15:44:34.155: INFO: observed Service test-service-w94cr in namespace services-3818 with labels: map[test-service-static:true] +Mar 8 15:44:34.155: INFO: observed Service test-service-w94cr in namespace services-3818 with labels: map[test-service-static:true] +Mar 8 15:44:34.155: INFO: Found Service test-service-w94cr in namespace services-3818 with labels: map[test-service:patched test-service-static:true] +Mar 8 15:44:34.155: INFO: Service test-service-w94cr patched +STEP: deleting the service 03/08/23 15:44:34.155 +STEP: watching for the Service to be deleted 03/08/23 15:44:34.165 +Mar 8 15:44:34.168: INFO: Observed event: ADDED +Mar 8 15:44:34.168: INFO: Observed event: MODIFIED +Mar 8 15:44:34.168: INFO: Observed event: MODIFIED +Mar 8 15:44:34.168: INFO: Observed event: MODIFIED +Mar 8 15:44:34.168: INFO: Found Service test-service-w94cr in namespace services-3818 with labels: map[test-service:patched test-service-static:true] & annotations: map[patchedstatus:true] +Mar 8 15:44:34.168: INFO: Service test-service-w94cr deleted +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Mar 8 15:44:34.168: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-3818" for this suite. 03/08/23 15:44:34.174 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +{"msg":"PASSED [sig-network] Services should complete a service status lifecycle [Conformance]","completed":331,"skipped":6167,"failed":0} +------------------------------ +• [0.083 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 03/08/23 15:44:34.096 + Mar 8 15:44:34.096: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename services 03/08/23 15:44:34.097 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:44:34.11 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:44:34.113 + [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 03/08/23 15:44:34.119 + STEP: watching for the Service to be added 03/08/23 15:44:34.126 + Mar 8 15:44:34.127: INFO: Found Service test-service-w94cr in namespace services-3818 with labels: map[test-service-static:true] & ports [{http TCP 80 {0 80 } 0}] + Mar 8 15:44:34.128: INFO: Service test-service-w94cr created + STEP: Getting /status 03/08/23 15:44:34.128 + Mar 8 15:44:34.130: INFO: Service test-service-w94cr has LoadBalancer: {[]} + STEP: patching the ServiceStatus 03/08/23 15:44:34.13 + STEP: watching for the Service to be patched 03/08/23 15:44:34.137 + Mar 8 15:44:34.139: INFO: observed Service test-service-w94cr in namespace services-3818 with annotations: map[] & LoadBalancer: {[]} + Mar 8 15:44:34.139: INFO: Found Service test-service-w94cr in namespace services-3818 with annotations: map[patchedstatus:true] & LoadBalancer: {[{203.0.113.1 []}]} + Mar 8 15:44:34.139: INFO: Service test-service-w94cr has service status patched + STEP: updating the ServiceStatus 03/08/23 15:44:34.139 + Mar 8 15:44:34.146: 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 03/08/23 15:44:34.146 + Mar 8 15:44:34.148: INFO: Observed Service test-service-w94cr in namespace services-3818 with annotations: map[] & Conditions: {[]} + Mar 8 15:44:34.148: INFO: Observed event: &Service{ObjectMeta:{test-service-w94cr services-3818 5d1688bc-a77c-4670-b430-7354604975f9 665245 0 2023-03-08 15:44:34 +0000 UTC map[test-service-static:true] map[patchedstatus:true] [] [] [{e2e.test Update v1 2023-03-08 15:44: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 2023-03-08 15:44: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:192.168.26.17,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[192.168.26.17],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{},},} + Mar 8 15:44:34.148: INFO: Found Service test-service-w94cr in namespace services-3818 with annotations: map[patchedstatus:true] & Conditions: [{StatusUpdate True 0 0001-01-01 00:00:00 +0000 UTC E2E Set from e2e test}] + Mar 8 15:44:34.148: INFO: Service test-service-w94cr has service status updated + STEP: patching the service 03/08/23 15:44:34.148 + STEP: watching for the Service to be patched 03/08/23 15:44:34.154 + Mar 8 15:44:34.155: INFO: observed Service test-service-w94cr in namespace services-3818 with labels: map[test-service-static:true] + Mar 8 15:44:34.155: INFO: observed Service test-service-w94cr in namespace services-3818 with labels: map[test-service-static:true] + Mar 8 15:44:34.155: INFO: observed Service test-service-w94cr in namespace services-3818 with labels: map[test-service-static:true] + Mar 8 15:44:34.155: INFO: Found Service test-service-w94cr in namespace services-3818 with labels: map[test-service:patched test-service-static:true] + Mar 8 15:44:34.155: INFO: Service test-service-w94cr patched + STEP: deleting the service 03/08/23 15:44:34.155 + STEP: watching for the Service to be deleted 03/08/23 15:44:34.165 + Mar 8 15:44:34.168: INFO: Observed event: ADDED + Mar 8 15:44:34.168: INFO: Observed event: MODIFIED + Mar 8 15:44:34.168: INFO: Observed event: MODIFIED + Mar 8 15:44:34.168: INFO: Observed event: MODIFIED + Mar 8 15:44:34.168: INFO: Found Service test-service-w94cr in namespace services-3818 with labels: map[test-service:patched test-service-static:true] & annotations: map[patchedstatus:true] + Mar 8 15:44:34.168: INFO: Service test-service-w94cr deleted + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Mar 8 15:44:34.168: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-3818" for this suite. 03/08/23 15:44:34.174 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:44:34.18 +Mar 8 15:44:34.180: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename projected 03/08/23 15:44:34.181 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:44:34.194 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:44:34.197 +[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 03/08/23 15:44:34.199 +Mar 8 15:44:34.206: INFO: Waiting up to 5m0s for pod "downwardapi-volume-a517599f-0665-4cad-a9d8-251323bc9e33" in namespace "projected-1495" to be "Succeeded or Failed" +Mar 8 15:44:34.208: INFO: Pod "downwardapi-volume-a517599f-0665-4cad-a9d8-251323bc9e33": Phase="Pending", Reason="", readiness=false. Elapsed: 2.324144ms +Mar 8 15:44:36.212: INFO: Pod "downwardapi-volume-a517599f-0665-4cad-a9d8-251323bc9e33": Phase="Running", Reason="", readiness=false. Elapsed: 2.005958373s +Mar 8 15:44:38.211: INFO: Pod "downwardapi-volume-a517599f-0665-4cad-a9d8-251323bc9e33": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.005615711s +STEP: Saw pod success 03/08/23 15:44:38.211 +Mar 8 15:44:38.212: INFO: Pod "downwardapi-volume-a517599f-0665-4cad-a9d8-251323bc9e33" satisfied condition "Succeeded or Failed" +Mar 8 15:44:38.214: INFO: Trying to get logs from node worker2 pod downwardapi-volume-a517599f-0665-4cad-a9d8-251323bc9e33 container client-container: +STEP: delete the pod 03/08/23 15:44:38.219 +Mar 8 15:44:38.230: INFO: Waiting for pod downwardapi-volume-a517599f-0665-4cad-a9d8-251323bc9e33 to disappear +Mar 8 15:44:38.233: INFO: Pod downwardapi-volume-a517599f-0665-4cad-a9d8-251323bc9e33 no longer exists +[AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 +Mar 8 15:44:38.234: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-1495" for this suite. 03/08/23 15:44:38.239 +{"msg":"PASSED [sig-storage] Projected downwardAPI should set mode on item file [LinuxOnly] [NodeConformance] [Conformance]","completed":332,"skipped":6189,"failed":0} +------------------------------ +• [4.064 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 03/08/23 15:44:34.18 + Mar 8 15:44:34.180: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename projected 03/08/23 15:44:34.181 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:44:34.194 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:44:34.197 + [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 03/08/23 15:44:34.199 + Mar 8 15:44:34.206: INFO: Waiting up to 5m0s for pod "downwardapi-volume-a517599f-0665-4cad-a9d8-251323bc9e33" in namespace "projected-1495" to be "Succeeded or Failed" + Mar 8 15:44:34.208: INFO: Pod "downwardapi-volume-a517599f-0665-4cad-a9d8-251323bc9e33": Phase="Pending", Reason="", readiness=false. Elapsed: 2.324144ms + Mar 8 15:44:36.212: INFO: Pod "downwardapi-volume-a517599f-0665-4cad-a9d8-251323bc9e33": Phase="Running", Reason="", readiness=false. Elapsed: 2.005958373s + Mar 8 15:44:38.211: INFO: Pod "downwardapi-volume-a517599f-0665-4cad-a9d8-251323bc9e33": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.005615711s + STEP: Saw pod success 03/08/23 15:44:38.211 + Mar 8 15:44:38.212: INFO: Pod "downwardapi-volume-a517599f-0665-4cad-a9d8-251323bc9e33" satisfied condition "Succeeded or Failed" + Mar 8 15:44:38.214: INFO: Trying to get logs from node worker2 pod downwardapi-volume-a517599f-0665-4cad-a9d8-251323bc9e33 container client-container: + STEP: delete the pod 03/08/23 15:44:38.219 + Mar 8 15:44:38.230: INFO: Waiting for pod downwardapi-volume-a517599f-0665-4cad-a9d8-251323bc9e33 to disappear + Mar 8 15:44:38.233: INFO: Pod downwardapi-volume-a517599f-0665-4cad-a9d8-251323bc9e33 no longer exists + [AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 + Mar 8 15:44:38.234: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-1495" for this suite. 03/08/23 15:44:38.239 + << End Captured GinkgoWriter Output +------------------------------ +[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 03/08/23 15:44:38.244 +Mar 8 15:44:38.244: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename watch 03/08/23 15:44:38.245 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:44:38.258 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:44:38.26 +[It] should receive events on concurrent watches in same order [Conformance] + test/e2e/apimachinery/watch.go:334 +STEP: getting a starting resourceVersion 03/08/23 15:44:38.263 +STEP: starting a background goroutine to produce watch events 03/08/23 15:44:38.265 +STEP: creating watches starting from each resource version of the events produced and verifying they all receive resource versions in the same order 03/08/23 15:44:38.265 +[AfterEach] [sig-api-machinery] Watchers + test/e2e/framework/framework.go:187 +Mar 8 15:44:41.051: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "watch-6028" for this suite. 03/08/23 15:44:41.101 +{"msg":"PASSED [sig-api-machinery] Watchers should receive events on concurrent watches in same order [Conformance]","completed":333,"skipped":6189,"failed":0} +------------------------------ +• [2.910 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 03/08/23 15:44:38.244 + Mar 8 15:44:38.244: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename watch 03/08/23 15:44:38.245 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:44:38.258 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:44:38.26 + [It] should receive events on concurrent watches in same order [Conformance] + test/e2e/apimachinery/watch.go:334 + STEP: getting a starting resourceVersion 03/08/23 15:44:38.263 + STEP: starting a background goroutine to produce watch events 03/08/23 15:44:38.265 + STEP: creating watches starting from each resource version of the events produced and verifying they all receive resource versions in the same order 03/08/23 15:44:38.265 + [AfterEach] [sig-api-machinery] Watchers + test/e2e/framework/framework.go:187 + Mar 8 15:44:41.051: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "watch-6028" for this suite. 03/08/23 15:44:41.101 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[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 03/08/23 15:44:41.154 +Mar 8 15:44:41.154: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename statefulset 03/08/23 15:44:41.155 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:44:41.169 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:44:41.171 +[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-8769 03/08/23 15:44:41.174 +[It] should validate Statefulset Status endpoints [Conformance] + test/e2e/apps/statefulset.go:975 +STEP: Creating statefulset ss in namespace statefulset-8769 03/08/23 15:44:41.18 +Mar 8 15:44:41.187: INFO: Found 0 stateful pods, waiting for 1 +Mar 8 15:44:51.193: INFO: Waiting for pod ss-0 to enter Running - Ready=true, currently Running - Ready=false +Mar 8 15:45:01.191: INFO: Waiting for pod ss-0 to enter Running - Ready=true, currently Running - Ready=true +STEP: Patch Statefulset to include a label 03/08/23 15:45:01.198 +STEP: Getting /status 03/08/23 15:45:01.203 +Mar 8 15:45:01.207: INFO: StatefulSet ss has Conditions: []v1.StatefulSetCondition(nil) +STEP: updating the StatefulSet Status 03/08/23 15:45:01.207 +Mar 8 15:45:01.216: 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 03/08/23 15:45:01.216 +Mar 8 15:45:01.219: INFO: Observed &StatefulSet event: ADDED +Mar 8 15:45:01.219: INFO: Found Statefulset ss in namespace statefulset-8769 with labels: map[e2e:testing] annotations: map[] & Conditions: {StatusUpdate True 0001-01-01 00:00:00 +0000 UTC E2E Set from e2e test} +Mar 8 15:45:01.219: INFO: Statefulset ss has an updated status +STEP: patching the Statefulset Status 03/08/23 15:45:01.219 +Mar 8 15:45:01.219: INFO: Patch payload: {"status":{"conditions":[{"type":"StatusPatched","status":"True"}]}} +Mar 8 15:45:01.225: 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 03/08/23 15:45:01.225 +Mar 8 15:45:01.227: INFO: Observed &StatefulSet event: ADDED +Mar 8 15:45:01.227: INFO: Observed Statefulset ss in namespace statefulset-8769 with annotations: map[] & Conditions: {StatusUpdate True 0001-01-01 00:00:00 +0000 UTC E2E Set from e2e test} +Mar 8 15:45:01.227: INFO: Observed &StatefulSet event: MODIFIED +[AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:122 +Mar 8 15:45:01.227: INFO: Deleting all statefulset in ns statefulset-8769 +Mar 8 15:45:01.230: INFO: Scaling statefulset ss to 0 +Mar 8 15:45:11.250: INFO: Waiting for statefulset status.replicas updated to 0 +Mar 8 15:45:11.253: INFO: Deleting statefulset ss +[AfterEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:187 +Mar 8 15:45:11.264: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "statefulset-8769" for this suite. 03/08/23 15:45:11.268 +{"msg":"PASSED [sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic] should validate Statefulset Status endpoints [Conformance]","completed":334,"skipped":6191,"failed":0} +------------------------------ +• [SLOW TEST] [30.120 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 03/08/23 15:44:41.154 + Mar 8 15:44:41.154: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename statefulset 03/08/23 15:44:41.155 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:44:41.169 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:44:41.171 + [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-8769 03/08/23 15:44:41.174 + [It] should validate Statefulset Status endpoints [Conformance] + test/e2e/apps/statefulset.go:975 + STEP: Creating statefulset ss in namespace statefulset-8769 03/08/23 15:44:41.18 + Mar 8 15:44:41.187: INFO: Found 0 stateful pods, waiting for 1 + Mar 8 15:44:51.193: INFO: Waiting for pod ss-0 to enter Running - Ready=true, currently Running - Ready=false + Mar 8 15:45:01.191: INFO: Waiting for pod ss-0 to enter Running - Ready=true, currently Running - Ready=true + STEP: Patch Statefulset to include a label 03/08/23 15:45:01.198 + STEP: Getting /status 03/08/23 15:45:01.203 + Mar 8 15:45:01.207: INFO: StatefulSet ss has Conditions: []v1.StatefulSetCondition(nil) + STEP: updating the StatefulSet Status 03/08/23 15:45:01.207 + Mar 8 15:45:01.216: 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 03/08/23 15:45:01.216 + Mar 8 15:45:01.219: INFO: Observed &StatefulSet event: ADDED + Mar 8 15:45:01.219: INFO: Found Statefulset ss in namespace statefulset-8769 with labels: map[e2e:testing] annotations: map[] & Conditions: {StatusUpdate True 0001-01-01 00:00:00 +0000 UTC E2E Set from e2e test} + Mar 8 15:45:01.219: INFO: Statefulset ss has an updated status + STEP: patching the Statefulset Status 03/08/23 15:45:01.219 + Mar 8 15:45:01.219: INFO: Patch payload: {"status":{"conditions":[{"type":"StatusPatched","status":"True"}]}} + Mar 8 15:45:01.225: 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 03/08/23 15:45:01.225 + Mar 8 15:45:01.227: INFO: Observed &StatefulSet event: ADDED + Mar 8 15:45:01.227: INFO: Observed Statefulset ss in namespace statefulset-8769 with annotations: map[] & Conditions: {StatusUpdate True 0001-01-01 00:00:00 +0000 UTC E2E Set from e2e test} + Mar 8 15:45:01.227: INFO: Observed &StatefulSet event: MODIFIED + [AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:122 + Mar 8 15:45:01.227: INFO: Deleting all statefulset in ns statefulset-8769 + Mar 8 15:45:01.230: INFO: Scaling statefulset ss to 0 + Mar 8 15:45:11.250: INFO: Waiting for statefulset status.replicas updated to 0 + Mar 8 15:45:11.253: INFO: Deleting statefulset ss + [AfterEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:187 + Mar 8 15:45:11.264: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "statefulset-8769" for this suite. 03/08/23 15:45:11.268 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:45:11.275 +Mar 8 15:45:11.275: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename pods 03/08/23 15:45:11.276 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:45:11.306 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:45:11.31 +[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 03/08/23 15:45:11.32 +STEP: watching for Pod to be ready 03/08/23 15:45:11.327 +Mar 8 15:45:11.329: INFO: observed Pod pod-test in namespace pods-5206 in phase Pending with labels: map[test-pod-static:true] & conditions [] +Mar 8 15:45:11.332: INFO: observed Pod pod-test in namespace pods-5206 in phase Pending with labels: map[test-pod-static:true] & conditions [{PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 15:45:11 +0000 UTC }] +Mar 8 15:45:11.343: INFO: observed Pod pod-test in namespace pods-5206 in phase Pending with labels: map[test-pod-static:true] & conditions [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 15:45:11 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2023-03-08 15:45:11 +0000 UTC ContainersNotReady containers with unready status: [pod-test]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2023-03-08 15:45:11 +0000 UTC ContainersNotReady containers with unready status: [pod-test]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 15:45:11 +0000 UTC }] +Mar 8 15:45:12.015: INFO: Found Pod pod-test in namespace pods-5206 in phase Running with labels: map[test-pod-static:true] & conditions [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 15:45:11 +0000 UTC } {Ready True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 15:45:12 +0000 UTC } {ContainersReady True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 15:45:12 +0000 UTC } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 15:45:11 +0000 UTC }] +STEP: patching the Pod with a new Label and updated data 03/08/23 15:45:12.019 +STEP: getting the Pod and ensuring that it's patched 03/08/23 15:45:12.027 +STEP: replacing the Pod's status Ready condition to False 03/08/23 15:45:12.03 +STEP: check the Pod again to ensure its Ready conditions are False 03/08/23 15:45:12.039 +STEP: deleting the Pod via a Collection with a LabelSelector 03/08/23 15:45:12.039 +STEP: watching for the Pod to be deleted 03/08/23 15:45:12.046 +Mar 8 15:45:12.047: INFO: observed event type MODIFIED +Mar 8 15:45:14.025: INFO: observed event type MODIFIED +Mar 8 15:45:15.029: INFO: observed event type MODIFIED +Mar 8 15:45:15.035: INFO: observed event type MODIFIED +[AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 +Mar 8 15:45:15.041: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "pods-5206" for this suite. 03/08/23 15:45:15.046 +{"msg":"PASSED [sig-node] Pods should run through the lifecycle of Pods and PodStatus [Conformance]","completed":335,"skipped":6209,"failed":0} +------------------------------ +• [3.777 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 03/08/23 15:45:11.275 + Mar 8 15:45:11.275: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename pods 03/08/23 15:45:11.276 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:45:11.306 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:45:11.31 + [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 03/08/23 15:45:11.32 + STEP: watching for Pod to be ready 03/08/23 15:45:11.327 + Mar 8 15:45:11.329: INFO: observed Pod pod-test in namespace pods-5206 in phase Pending with labels: map[test-pod-static:true] & conditions [] + Mar 8 15:45:11.332: INFO: observed Pod pod-test in namespace pods-5206 in phase Pending with labels: map[test-pod-static:true] & conditions [{PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 15:45:11 +0000 UTC }] + Mar 8 15:45:11.343: INFO: observed Pod pod-test in namespace pods-5206 in phase Pending with labels: map[test-pod-static:true] & conditions [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 15:45:11 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2023-03-08 15:45:11 +0000 UTC ContainersNotReady containers with unready status: [pod-test]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2023-03-08 15:45:11 +0000 UTC ContainersNotReady containers with unready status: [pod-test]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 15:45:11 +0000 UTC }] + Mar 8 15:45:12.015: INFO: Found Pod pod-test in namespace pods-5206 in phase Running with labels: map[test-pod-static:true] & conditions [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 15:45:11 +0000 UTC } {Ready True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 15:45:12 +0000 UTC } {ContainersReady True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 15:45:12 +0000 UTC } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-03-08 15:45:11 +0000 UTC }] + STEP: patching the Pod with a new Label and updated data 03/08/23 15:45:12.019 + STEP: getting the Pod and ensuring that it's patched 03/08/23 15:45:12.027 + STEP: replacing the Pod's status Ready condition to False 03/08/23 15:45:12.03 + STEP: check the Pod again to ensure its Ready conditions are False 03/08/23 15:45:12.039 + STEP: deleting the Pod via a Collection with a LabelSelector 03/08/23 15:45:12.039 + STEP: watching for the Pod to be deleted 03/08/23 15:45:12.046 + Mar 8 15:45:12.047: INFO: observed event type MODIFIED + Mar 8 15:45:14.025: INFO: observed event type MODIFIED + Mar 8 15:45:15.029: INFO: observed event type MODIFIED + Mar 8 15:45:15.035: INFO: observed event type MODIFIED + [AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 + Mar 8 15:45:15.041: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "pods-5206" for this suite. 03/08/23 15:45:15.046 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSS +------------------------------ +[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 03/08/23 15:45:15.052 +Mar 8 15:45:15.052: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename container-probe 03/08/23 15:45:15.053 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:45:15.07 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:45:15.073 +[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 +Mar 8 15:46:15.087: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "container-probe-3204" for this suite. 03/08/23 15:46:15.091 +{"msg":"PASSED [sig-node] Probing container with readiness probe that fails should never be ready and never restart [NodeConformance] [Conformance]","completed":336,"skipped":6218,"failed":0} +------------------------------ +• [SLOW TEST] [60.045 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 03/08/23 15:45:15.052 + Mar 8 15:45:15.052: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename container-probe 03/08/23 15:45:15.053 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:45:15.07 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:45:15.073 + [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 + Mar 8 15:46:15.087: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "container-probe-3204" for this suite. 03/08/23 15:46:15.091 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:46:15.098 +Mar 8 15:46:15.098: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename configmap 03/08/23 15:46:15.099 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:46:15.113 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:46:15.116 +[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-ac62b29c-fdf6-4962-badd-81282edd315f 03/08/23 15:46:15.121 +STEP: Creating a pod to test consume configMaps 03/08/23 15:46:15.125 +Mar 8 15:46:15.131: INFO: Waiting up to 5m0s for pod "pod-configmaps-7206d4d5-4044-4a82-b671-4bd5d500ab3f" in namespace "configmap-2494" to be "Succeeded or Failed" +Mar 8 15:46:15.134: INFO: Pod "pod-configmaps-7206d4d5-4044-4a82-b671-4bd5d500ab3f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.629735ms +Mar 8 15:46:17.138: INFO: Pod "pod-configmaps-7206d4d5-4044-4a82-b671-4bd5d500ab3f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006837891s +Mar 8 15:46:19.140: INFO: Pod "pod-configmaps-7206d4d5-4044-4a82-b671-4bd5d500ab3f": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008543798s +STEP: Saw pod success 03/08/23 15:46:19.14 +Mar 8 15:46:19.140: INFO: Pod "pod-configmaps-7206d4d5-4044-4a82-b671-4bd5d500ab3f" satisfied condition "Succeeded or Failed" +Mar 8 15:46:19.143: INFO: Trying to get logs from node worker2 pod pod-configmaps-7206d4d5-4044-4a82-b671-4bd5d500ab3f container configmap-volume-test: +STEP: delete the pod 03/08/23 15:46:19.157 +Mar 8 15:46:19.165: INFO: Waiting for pod pod-configmaps-7206d4d5-4044-4a82-b671-4bd5d500ab3f to disappear +Mar 8 15:46:19.167: INFO: Pod pod-configmaps-7206d4d5-4044-4a82-b671-4bd5d500ab3f no longer exists +[AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 +Mar 8 15:46:19.167: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "configmap-2494" for this suite. 03/08/23 15:46:19.171 +{"msg":"PASSED [sig-storage] ConfigMap should be consumable in multiple volumes in the same pod [NodeConformance] [Conformance]","completed":337,"skipped":6240,"failed":0} +------------------------------ +• [4.078 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 03/08/23 15:46:15.098 + Mar 8 15:46:15.098: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename configmap 03/08/23 15:46:15.099 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:46:15.113 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:46:15.116 + [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-ac62b29c-fdf6-4962-badd-81282edd315f 03/08/23 15:46:15.121 + STEP: Creating a pod to test consume configMaps 03/08/23 15:46:15.125 + Mar 8 15:46:15.131: INFO: Waiting up to 5m0s for pod "pod-configmaps-7206d4d5-4044-4a82-b671-4bd5d500ab3f" in namespace "configmap-2494" to be "Succeeded or Failed" + Mar 8 15:46:15.134: INFO: Pod "pod-configmaps-7206d4d5-4044-4a82-b671-4bd5d500ab3f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.629735ms + Mar 8 15:46:17.138: INFO: Pod "pod-configmaps-7206d4d5-4044-4a82-b671-4bd5d500ab3f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006837891s + Mar 8 15:46:19.140: INFO: Pod "pod-configmaps-7206d4d5-4044-4a82-b671-4bd5d500ab3f": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008543798s + STEP: Saw pod success 03/08/23 15:46:19.14 + Mar 8 15:46:19.140: INFO: Pod "pod-configmaps-7206d4d5-4044-4a82-b671-4bd5d500ab3f" satisfied condition "Succeeded or Failed" + Mar 8 15:46:19.143: INFO: Trying to get logs from node worker2 pod pod-configmaps-7206d4d5-4044-4a82-b671-4bd5d500ab3f container configmap-volume-test: + STEP: delete the pod 03/08/23 15:46:19.157 + Mar 8 15:46:19.165: INFO: Waiting for pod pod-configmaps-7206d4d5-4044-4a82-b671-4bd5d500ab3f to disappear + Mar 8 15:46:19.167: INFO: Pod pod-configmaps-7206d4d5-4044-4a82-b671-4bd5d500ab3f no longer exists + [AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 + Mar 8 15:46:19.167: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "configmap-2494" for this suite. 03/08/23 15:46:19.171 + << End Captured GinkgoWriter Output +------------------------------ +SSSSS +------------------------------ +[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 03/08/23 15:46:19.177 +Mar 8 15:46:19.177: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename sched-pred 03/08/23 15:46:19.178 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:46:19.191 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:46:19.194 +[BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:92 +Mar 8 15:46:19.196: INFO: Waiting up to 1m0s for all (but 0) nodes to be ready +Mar 8 15:46:19.204: INFO: Waiting for terminating namespaces to be deleted... +Mar 8 15:46:19.206: INFO: +Logging pods the apiserver thinks is on node worker1 before test +Mar 8 15:46:19.214: INFO: ecp-crd-controller-manager-766895f4d9-ggfs8 from ecp-crd-system started at 2023-03-08 15:25:52 +0000 UTC (2 container statuses recorded) +Mar 8 15:46:19.214: INFO: Container kube-rbac-proxy ready: true, restart count 0 +Mar 8 15:46:19.214: INFO: Container manager ready: true, restart count 0 +Mar 8 15:46:19.214: INFO: kube-flannel-ds-7nbpm from kube-flannel started at 2023-03-08 07:28:47 +0000 UTC (1 container statuses recorded) +Mar 8 15:46:19.214: INFO: Container kube-flannel ready: true, restart count 0 +Mar 8 15:46:19.214: INFO: kube-proxy-hl82v from kube-system started at 2023-03-07 06:32:23 +0000 UTC (1 container statuses recorded) +Mar 8 15:46:19.214: INFO: Container kube-proxy ready: true, restart count 0 +Mar 8 15:46:19.214: INFO: metrics-server-548d8b6db7-gwq5j from kube-system started at 2023-03-07 06:33:40 +0000 UTC (1 container statuses recorded) +Mar 8 15:46:19.214: INFO: Container metrics-server ready: true, restart count 0 +Mar 8 15:46:19.214: INFO: node-shell-d8c79cec-027f-401a-8161-5f13829b3a9c from kube-system started at 2023-03-08 14:11:47 +0000 UTC (1 container statuses recorded) +Mar 8 15:46:19.214: INFO: Container shell ready: true, restart count 0 +Mar 8 15:46:19.214: INFO: sonobuoy-e2e-job-58662121d0d14a0b from sonobuoy started at 2023-03-08 14:09:50 +0000 UTC (2 container statuses recorded) +Mar 8 15:46:19.214: INFO: Container e2e ready: true, restart count 0 +Mar 8 15:46:19.214: INFO: Container sonobuoy-worker ready: true, restart count 0 +Mar 8 15:46:19.214: INFO: sonobuoy-systemd-logs-daemon-set-93720c3627c543b7-w659z from sonobuoy started at 2023-03-08 14:09:50 +0000 UTC (2 container statuses recorded) +Mar 8 15:46:19.214: INFO: Container sonobuoy-worker ready: true, restart count 0 +Mar 8 15:46:19.214: INFO: Container systemd-logs ready: true, restart count 0 +Mar 8 15:46:19.214: INFO: +Logging pods the apiserver thinks is on node worker2 before test +Mar 8 15:46:19.222: INFO: test-webserver-4a22544b-ead1-4976-a793-92fce0114493 from container-probe-3204 started at 2023-03-08 15:45:15 +0000 UTC (1 container statuses recorded) +Mar 8 15:46:19.222: INFO: Container test-webserver ready: false, restart count 0 +Mar 8 15:46:19.222: INFO: ecp-crd-controller-manager-766895f4d9-9dgh8 from ecp-crd-system started at 2023-03-08 06:41:45 +0000 UTC (2 container statuses recorded) +Mar 8 15:46:19.222: INFO: Container kube-rbac-proxy ready: true, restart count 0 +Mar 8 15:46:19.222: INFO: Container manager ready: false, restart count 0 +Mar 8 15:46:19.222: INFO: kube-flannel-ds-d5ncx from kube-flannel started at 2023-03-08 04:36:23 +0000 UTC (1 container statuses recorded) +Mar 8 15:46:19.222: INFO: Container kube-flannel ready: false, restart count 0 +Mar 8 15:46:19.222: INFO: kube-proxy-t792v from kube-system started at 2023-03-07 06:32:30 +0000 UTC (1 container statuses recorded) +Mar 8 15:46:19.222: INFO: Container kube-proxy ready: true, restart count 0 +Mar 8 15:46:19.222: INFO: node-shell-b8ac941b-26e9-4dde-8a0a-ebe2b52938e4 from kube-system started at 2023-03-08 14:11:47 +0000 UTC (1 container statuses recorded) +Mar 8 15:46:19.222: INFO: Container shell ready: true, restart count 0 +Mar 8 15:46:19.222: INFO: sonobuoy from sonobuoy started at 2023-03-08 14:09:49 +0000 UTC (1 container statuses recorded) +Mar 8 15:46:19.222: INFO: Container kube-sonobuoy ready: true, restart count 0 +Mar 8 15:46:19.222: INFO: sonobuoy-systemd-logs-daemon-set-93720c3627c543b7-94fks from sonobuoy started at 2023-03-08 14:09:50 +0000 UTC (2 container statuses recorded) +Mar 8 15:46:19.222: INFO: Container sonobuoy-worker ready: true, restart count 0 +Mar 8 15:46:19.222: 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. 03/08/23 15:46:19.222 +STEP: Considering event: +Type = [Warning], Name = [restricted-pod.174a7c353cb4d9d0], Reason = [FailedScheduling], Message = [0/5 nodes are available: 2 node(s) didn't match Pod's node affinity/selector, 3 node(s) had untolerated taint {node-role.kubernetes.io/control-plane: }. preemption: 0/5 nodes are available: 5 Preemption is not helpful for scheduling.] 03/08/23 15:46:19.249 +[AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/framework.go:187 +Mar 8 15:46:20.249: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "sched-pred-2587" for this suite. 03/08/23 15:46:20.253 +[AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:83 +{"msg":"PASSED [sig-scheduling] SchedulerPredicates [Serial] validates that NodeSelector is respected if not matching [Conformance]","completed":338,"skipped":6245,"failed":0} +------------------------------ +• [1.082 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 03/08/23 15:46:19.177 + Mar 8 15:46:19.177: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename sched-pred 03/08/23 15:46:19.178 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:46:19.191 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:46:19.194 + [BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:92 + Mar 8 15:46:19.196: INFO: Waiting up to 1m0s for all (but 0) nodes to be ready + Mar 8 15:46:19.204: INFO: Waiting for terminating namespaces to be deleted... + Mar 8 15:46:19.206: INFO: + Logging pods the apiserver thinks is on node worker1 before test + Mar 8 15:46:19.214: INFO: ecp-crd-controller-manager-766895f4d9-ggfs8 from ecp-crd-system started at 2023-03-08 15:25:52 +0000 UTC (2 container statuses recorded) + Mar 8 15:46:19.214: INFO: Container kube-rbac-proxy ready: true, restart count 0 + Mar 8 15:46:19.214: INFO: Container manager ready: true, restart count 0 + Mar 8 15:46:19.214: INFO: kube-flannel-ds-7nbpm from kube-flannel started at 2023-03-08 07:28:47 +0000 UTC (1 container statuses recorded) + Mar 8 15:46:19.214: INFO: Container kube-flannel ready: true, restart count 0 + Mar 8 15:46:19.214: INFO: kube-proxy-hl82v from kube-system started at 2023-03-07 06:32:23 +0000 UTC (1 container statuses recorded) + Mar 8 15:46:19.214: INFO: Container kube-proxy ready: true, restart count 0 + Mar 8 15:46:19.214: INFO: metrics-server-548d8b6db7-gwq5j from kube-system started at 2023-03-07 06:33:40 +0000 UTC (1 container statuses recorded) + Mar 8 15:46:19.214: INFO: Container metrics-server ready: true, restart count 0 + Mar 8 15:46:19.214: INFO: node-shell-d8c79cec-027f-401a-8161-5f13829b3a9c from kube-system started at 2023-03-08 14:11:47 +0000 UTC (1 container statuses recorded) + Mar 8 15:46:19.214: INFO: Container shell ready: true, restart count 0 + Mar 8 15:46:19.214: INFO: sonobuoy-e2e-job-58662121d0d14a0b from sonobuoy started at 2023-03-08 14:09:50 +0000 UTC (2 container statuses recorded) + Mar 8 15:46:19.214: INFO: Container e2e ready: true, restart count 0 + Mar 8 15:46:19.214: INFO: Container sonobuoy-worker ready: true, restart count 0 + Mar 8 15:46:19.214: INFO: sonobuoy-systemd-logs-daemon-set-93720c3627c543b7-w659z from sonobuoy started at 2023-03-08 14:09:50 +0000 UTC (2 container statuses recorded) + Mar 8 15:46:19.214: INFO: Container sonobuoy-worker ready: true, restart count 0 + Mar 8 15:46:19.214: INFO: Container systemd-logs ready: true, restart count 0 + Mar 8 15:46:19.214: INFO: + Logging pods the apiserver thinks is on node worker2 before test + Mar 8 15:46:19.222: INFO: test-webserver-4a22544b-ead1-4976-a793-92fce0114493 from container-probe-3204 started at 2023-03-08 15:45:15 +0000 UTC (1 container statuses recorded) + Mar 8 15:46:19.222: INFO: Container test-webserver ready: false, restart count 0 + Mar 8 15:46:19.222: INFO: ecp-crd-controller-manager-766895f4d9-9dgh8 from ecp-crd-system started at 2023-03-08 06:41:45 +0000 UTC (2 container statuses recorded) + Mar 8 15:46:19.222: INFO: Container kube-rbac-proxy ready: true, restart count 0 + Mar 8 15:46:19.222: INFO: Container manager ready: false, restart count 0 + Mar 8 15:46:19.222: INFO: kube-flannel-ds-d5ncx from kube-flannel started at 2023-03-08 04:36:23 +0000 UTC (1 container statuses recorded) + Mar 8 15:46:19.222: INFO: Container kube-flannel ready: false, restart count 0 + Mar 8 15:46:19.222: INFO: kube-proxy-t792v from kube-system started at 2023-03-07 06:32:30 +0000 UTC (1 container statuses recorded) + Mar 8 15:46:19.222: INFO: Container kube-proxy ready: true, restart count 0 + Mar 8 15:46:19.222: INFO: node-shell-b8ac941b-26e9-4dde-8a0a-ebe2b52938e4 from kube-system started at 2023-03-08 14:11:47 +0000 UTC (1 container statuses recorded) + Mar 8 15:46:19.222: INFO: Container shell ready: true, restart count 0 + Mar 8 15:46:19.222: INFO: sonobuoy from sonobuoy started at 2023-03-08 14:09:49 +0000 UTC (1 container statuses recorded) + Mar 8 15:46:19.222: INFO: Container kube-sonobuoy ready: true, restart count 0 + Mar 8 15:46:19.222: INFO: sonobuoy-systemd-logs-daemon-set-93720c3627c543b7-94fks from sonobuoy started at 2023-03-08 14:09:50 +0000 UTC (2 container statuses recorded) + Mar 8 15:46:19.222: INFO: Container sonobuoy-worker ready: true, restart count 0 + Mar 8 15:46:19.222: 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. 03/08/23 15:46:19.222 + STEP: Considering event: + Type = [Warning], Name = [restricted-pod.174a7c353cb4d9d0], Reason = [FailedScheduling], Message = [0/5 nodes are available: 2 node(s) didn't match Pod's node affinity/selector, 3 node(s) had untolerated taint {node-role.kubernetes.io/control-plane: }. preemption: 0/5 nodes are available: 5 Preemption is not helpful for scheduling.] 03/08/23 15:46:19.249 + [AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/framework.go:187 + Mar 8 15:46:20.249: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "sched-pred-2587" for this suite. 03/08/23 15:46:20.253 + [AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:83 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSS +------------------------------ +[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 03/08/23 15:46:20.259 +Mar 8 15:46:20.259: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename webhook 03/08/23 15:46:20.26 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:46:20.273 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:46:20.275 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 +STEP: Setting up server cert 03/08/23 15:46:20.288 +STEP: Create role binding to let webhook read extension-apiserver-authentication 03/08/23 15:46:20.996 +STEP: Deploying the webhook pod 03/08/23 15:46:21.003 +STEP: Wait for the deployment to be ready 03/08/23 15:46:21.013 +Mar 8 15:46:21.019: INFO: new replicaset for deployment "sample-webhook-deployment" is yet to be created +Mar 8 15:46:23.031: 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(2023, time.March, 8, 15, 46, 21, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 46, 21, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 46, 21, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 46, 21, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 15:46:25.036: 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(2023, time.March, 8, 15, 46, 21, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 46, 21, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 46, 21, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 46, 21, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 15:46:27.035: 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(2023, time.March, 8, 15, 46, 21, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 46, 21, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 46, 21, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 46, 21, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 15:46:29.035: 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(2023, time.March, 8, 15, 46, 21, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 46, 21, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 46, 21, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 46, 21, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 15:46:31.036: 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(2023, time.March, 8, 15, 46, 21, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 46, 21, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 46, 21, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 46, 21, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 15:46:33.037: 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(2023, time.March, 8, 15, 46, 21, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 46, 21, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 46, 21, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 46, 21, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} +STEP: Deploying the webhook service 03/08/23 15:46:35.035 +STEP: Verifying the service has paired with the endpoint 03/08/23 15:46:35.046 +Mar 8 15:46:36.046: 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 03/08/23 15:46:36.05 +STEP: Updating a mutating webhook configuration's rules to not include the create operation 03/08/23 15:46:36.068 +STEP: Creating a configMap that should not be mutated 03/08/23 15:46:36.074 +STEP: Patching a mutating webhook configuration's rules to include the create operation 03/08/23 15:46:36.083 +STEP: Creating a configMap that should be mutated 03/08/23 15:46:36.089 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Mar 8 15:46:36.108: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "webhook-7463" for this suite. 03/08/23 15:46:36.113 +STEP: Destroying namespace "webhook-7463-markers" for this suite. 03/08/23 15:46:36.117 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 +{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] patching/updating a mutating webhook should work [Conformance]","completed":339,"skipped":6251,"failed":0} +------------------------------ +• [SLOW TEST] [15.898 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 03/08/23 15:46:20.259 + Mar 8 15:46:20.259: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename webhook 03/08/23 15:46:20.26 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:46:20.273 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:46:20.275 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 + STEP: Setting up server cert 03/08/23 15:46:20.288 + STEP: Create role binding to let webhook read extension-apiserver-authentication 03/08/23 15:46:20.996 + STEP: Deploying the webhook pod 03/08/23 15:46:21.003 + STEP: Wait for the deployment to be ready 03/08/23 15:46:21.013 + Mar 8 15:46:21.019: INFO: new replicaset for deployment "sample-webhook-deployment" is yet to be created + Mar 8 15:46:23.031: 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(2023, time.March, 8, 15, 46, 21, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 46, 21, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 46, 21, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 46, 21, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 15:46:25.036: 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(2023, time.March, 8, 15, 46, 21, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 46, 21, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 46, 21, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 46, 21, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 15:46:27.035: 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(2023, time.March, 8, 15, 46, 21, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 46, 21, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 46, 21, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 46, 21, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 15:46:29.035: 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(2023, time.March, 8, 15, 46, 21, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 46, 21, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 46, 21, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 46, 21, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 15:46:31.036: 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(2023, time.March, 8, 15, 46, 21, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 46, 21, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 46, 21, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 46, 21, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 15:46:33.037: 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(2023, time.March, 8, 15, 46, 21, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 46, 21, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 46, 21, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 46, 21, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} + STEP: Deploying the webhook service 03/08/23 15:46:35.035 + STEP: Verifying the service has paired with the endpoint 03/08/23 15:46:35.046 + Mar 8 15:46:36.046: 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 03/08/23 15:46:36.05 + STEP: Updating a mutating webhook configuration's rules to not include the create operation 03/08/23 15:46:36.068 + STEP: Creating a configMap that should not be mutated 03/08/23 15:46:36.074 + STEP: Patching a mutating webhook configuration's rules to include the create operation 03/08/23 15:46:36.083 + STEP: Creating a configMap that should be mutated 03/08/23 15:46:36.089 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Mar 8 15:46:36.108: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "webhook-7463" for this suite. 03/08/23 15:46:36.113 + STEP: Destroying namespace "webhook-7463-markers" for this suite. 03/08/23 15:46:36.117 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSS +------------------------------ +[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 03/08/23 15:46:36.157 +Mar 8 15:46:36.157: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename sched-pred 03/08/23 15:46:36.158 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:46:36.178 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:46:36.18 +[BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:92 +Mar 8 15:46:36.222: INFO: Waiting up to 1m0s for all (but 0) nodes to be ready +Mar 8 15:46:36.230: INFO: Waiting for terminating namespaces to be deleted... +Mar 8 15:46:36.233: INFO: +Logging pods the apiserver thinks is on node worker1 before test +Mar 8 15:46:36.241: INFO: ecp-crd-controller-manager-766895f4d9-ggfs8 from ecp-crd-system started at 2023-03-08 15:25:52 +0000 UTC (2 container statuses recorded) +Mar 8 15:46:36.241: INFO: Container kube-rbac-proxy ready: true, restart count 0 +Mar 8 15:46:36.241: INFO: Container manager ready: true, restart count 0 +Mar 8 15:46:36.241: INFO: kube-flannel-ds-7nbpm from kube-flannel started at 2023-03-08 07:28:47 +0000 UTC (1 container statuses recorded) +Mar 8 15:46:36.241: INFO: Container kube-flannel ready: true, restart count 0 +Mar 8 15:46:36.241: INFO: kube-proxy-hl82v from kube-system started at 2023-03-07 06:32:23 +0000 UTC (1 container statuses recorded) +Mar 8 15:46:36.241: INFO: Container kube-proxy ready: true, restart count 0 +Mar 8 15:46:36.241: INFO: metrics-server-548d8b6db7-gwq5j from kube-system started at 2023-03-07 06:33:40 +0000 UTC (1 container statuses recorded) +Mar 8 15:46:36.241: INFO: Container metrics-server ready: true, restart count 0 +Mar 8 15:46:36.241: INFO: node-shell-d8c79cec-027f-401a-8161-5f13829b3a9c from kube-system started at 2023-03-08 14:11:47 +0000 UTC (1 container statuses recorded) +Mar 8 15:46:36.241: INFO: Container shell ready: true, restart count 0 +Mar 8 15:46:36.241: INFO: sonobuoy-e2e-job-58662121d0d14a0b from sonobuoy started at 2023-03-08 14:09:50 +0000 UTC (2 container statuses recorded) +Mar 8 15:46:36.241: INFO: Container e2e ready: true, restart count 0 +Mar 8 15:46:36.241: INFO: Container sonobuoy-worker ready: true, restart count 0 +Mar 8 15:46:36.241: INFO: sonobuoy-systemd-logs-daemon-set-93720c3627c543b7-w659z from sonobuoy started at 2023-03-08 14:09:50 +0000 UTC (2 container statuses recorded) +Mar 8 15:46:36.241: INFO: Container sonobuoy-worker ready: true, restart count 0 +Mar 8 15:46:36.241: INFO: Container systemd-logs ready: true, restart count 0 +Mar 8 15:46:36.241: INFO: +Logging pods the apiserver thinks is on node worker2 before test +Mar 8 15:46:36.249: INFO: ecp-crd-controller-manager-766895f4d9-9dgh8 from ecp-crd-system started at 2023-03-08 06:41:45 +0000 UTC (2 container statuses recorded) +Mar 8 15:46:36.249: INFO: Container kube-rbac-proxy ready: true, restart count 0 +Mar 8 15:46:36.249: INFO: Container manager ready: false, restart count 0 +Mar 8 15:46:36.249: INFO: kube-flannel-ds-d5ncx from kube-flannel started at 2023-03-08 04:36:23 +0000 UTC (1 container statuses recorded) +Mar 8 15:46:36.249: INFO: Container kube-flannel ready: false, restart count 0 +Mar 8 15:46:36.249: INFO: kube-proxy-t792v from kube-system started at 2023-03-07 06:32:30 +0000 UTC (1 container statuses recorded) +Mar 8 15:46:36.249: INFO: Container kube-proxy ready: true, restart count 0 +Mar 8 15:46:36.249: INFO: node-shell-b8ac941b-26e9-4dde-8a0a-ebe2b52938e4 from kube-system started at 2023-03-08 14:11:47 +0000 UTC (1 container statuses recorded) +Mar 8 15:46:36.249: INFO: Container shell ready: true, restart count 0 +Mar 8 15:46:36.249: INFO: sonobuoy from sonobuoy started at 2023-03-08 14:09:49 +0000 UTC (1 container statuses recorded) +Mar 8 15:46:36.249: INFO: Container kube-sonobuoy ready: true, restart count 0 +Mar 8 15:46:36.249: INFO: sonobuoy-systemd-logs-daemon-set-93720c3627c543b7-94fks from sonobuoy started at 2023-03-08 14:09:50 +0000 UTC (2 container statuses recorded) +Mar 8 15:46:36.249: INFO: Container sonobuoy-worker ready: true, restart count 0 +Mar 8 15:46:36.249: 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. 03/08/23 15:46:36.249 +Mar 8 15:46:36.256: INFO: Waiting up to 1m0s for pod "without-label" in namespace "sched-pred-9650" to be "running" +Mar 8 15:46:36.259: INFO: Pod "without-label": Phase="Pending", Reason="", readiness=false. Elapsed: 2.737003ms +Mar 8 15:46:38.264: INFO: Pod "without-label": Phase="Running", Reason="", readiness=true. Elapsed: 2.007811549s +Mar 8 15:46:38.264: INFO: Pod "without-label" satisfied condition "running" +STEP: Explicitly delete pod here to free the resource it takes. 03/08/23 15:46:38.268 +STEP: Trying to apply a random label on the found node. 03/08/23 15:46:38.279 +STEP: verifying the node has the label kubernetes.io/e2e-541b40c8-b074-4df4-b7eb-6b0cde499eb8 42 03/08/23 15:46:38.289 +STEP: Trying to relaunch the pod, now with labels. 03/08/23 15:46:38.292 +Mar 8 15:46:38.297: INFO: Waiting up to 5m0s for pod "with-labels" in namespace "sched-pred-9650" to be "not pending" +Mar 8 15:46:38.301: INFO: Pod "with-labels": Phase="Pending", Reason="", readiness=false. Elapsed: 3.551565ms +Mar 8 15:46:40.305: INFO: Pod "with-labels": Phase="Running", Reason="", readiness=true. Elapsed: 2.007911685s +Mar 8 15:46:40.305: INFO: Pod "with-labels" satisfied condition "not pending" +STEP: removing the label kubernetes.io/e2e-541b40c8-b074-4df4-b7eb-6b0cde499eb8 off the node worker2 03/08/23 15:46:40.308 +STEP: verifying the node doesn't have the label kubernetes.io/e2e-541b40c8-b074-4df4-b7eb-6b0cde499eb8 03/08/23 15:46:40.33 +[AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/framework.go:187 +Mar 8 15:46:40.336: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "sched-pred-9650" for this suite. 03/08/23 15:46:40.341 +[AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:83 +{"msg":"PASSED [sig-scheduling] SchedulerPredicates [Serial] validates that NodeSelector is respected if matching [Conformance]","completed":340,"skipped":6260,"failed":0} +------------------------------ +• [4.190 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 03/08/23 15:46:36.157 + Mar 8 15:46:36.157: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename sched-pred 03/08/23 15:46:36.158 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:46:36.178 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:46:36.18 + [BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:92 + Mar 8 15:46:36.222: INFO: Waiting up to 1m0s for all (but 0) nodes to be ready + Mar 8 15:46:36.230: INFO: Waiting for terminating namespaces to be deleted... + Mar 8 15:46:36.233: INFO: + Logging pods the apiserver thinks is on node worker1 before test + Mar 8 15:46:36.241: INFO: ecp-crd-controller-manager-766895f4d9-ggfs8 from ecp-crd-system started at 2023-03-08 15:25:52 +0000 UTC (2 container statuses recorded) + Mar 8 15:46:36.241: INFO: Container kube-rbac-proxy ready: true, restart count 0 + Mar 8 15:46:36.241: INFO: Container manager ready: true, restart count 0 + Mar 8 15:46:36.241: INFO: kube-flannel-ds-7nbpm from kube-flannel started at 2023-03-08 07:28:47 +0000 UTC (1 container statuses recorded) + Mar 8 15:46:36.241: INFO: Container kube-flannel ready: true, restart count 0 + Mar 8 15:46:36.241: INFO: kube-proxy-hl82v from kube-system started at 2023-03-07 06:32:23 +0000 UTC (1 container statuses recorded) + Mar 8 15:46:36.241: INFO: Container kube-proxy ready: true, restart count 0 + Mar 8 15:46:36.241: INFO: metrics-server-548d8b6db7-gwq5j from kube-system started at 2023-03-07 06:33:40 +0000 UTC (1 container statuses recorded) + Mar 8 15:46:36.241: INFO: Container metrics-server ready: true, restart count 0 + Mar 8 15:46:36.241: INFO: node-shell-d8c79cec-027f-401a-8161-5f13829b3a9c from kube-system started at 2023-03-08 14:11:47 +0000 UTC (1 container statuses recorded) + Mar 8 15:46:36.241: INFO: Container shell ready: true, restart count 0 + Mar 8 15:46:36.241: INFO: sonobuoy-e2e-job-58662121d0d14a0b from sonobuoy started at 2023-03-08 14:09:50 +0000 UTC (2 container statuses recorded) + Mar 8 15:46:36.241: INFO: Container e2e ready: true, restart count 0 + Mar 8 15:46:36.241: INFO: Container sonobuoy-worker ready: true, restart count 0 + Mar 8 15:46:36.241: INFO: sonobuoy-systemd-logs-daemon-set-93720c3627c543b7-w659z from sonobuoy started at 2023-03-08 14:09:50 +0000 UTC (2 container statuses recorded) + Mar 8 15:46:36.241: INFO: Container sonobuoy-worker ready: true, restart count 0 + Mar 8 15:46:36.241: INFO: Container systemd-logs ready: true, restart count 0 + Mar 8 15:46:36.241: INFO: + Logging pods the apiserver thinks is on node worker2 before test + Mar 8 15:46:36.249: INFO: ecp-crd-controller-manager-766895f4d9-9dgh8 from ecp-crd-system started at 2023-03-08 06:41:45 +0000 UTC (2 container statuses recorded) + Mar 8 15:46:36.249: INFO: Container kube-rbac-proxy ready: true, restart count 0 + Mar 8 15:46:36.249: INFO: Container manager ready: false, restart count 0 + Mar 8 15:46:36.249: INFO: kube-flannel-ds-d5ncx from kube-flannel started at 2023-03-08 04:36:23 +0000 UTC (1 container statuses recorded) + Mar 8 15:46:36.249: INFO: Container kube-flannel ready: false, restart count 0 + Mar 8 15:46:36.249: INFO: kube-proxy-t792v from kube-system started at 2023-03-07 06:32:30 +0000 UTC (1 container statuses recorded) + Mar 8 15:46:36.249: INFO: Container kube-proxy ready: true, restart count 0 + Mar 8 15:46:36.249: INFO: node-shell-b8ac941b-26e9-4dde-8a0a-ebe2b52938e4 from kube-system started at 2023-03-08 14:11:47 +0000 UTC (1 container statuses recorded) + Mar 8 15:46:36.249: INFO: Container shell ready: true, restart count 0 + Mar 8 15:46:36.249: INFO: sonobuoy from sonobuoy started at 2023-03-08 14:09:49 +0000 UTC (1 container statuses recorded) + Mar 8 15:46:36.249: INFO: Container kube-sonobuoy ready: true, restart count 0 + Mar 8 15:46:36.249: INFO: sonobuoy-systemd-logs-daemon-set-93720c3627c543b7-94fks from sonobuoy started at 2023-03-08 14:09:50 +0000 UTC (2 container statuses recorded) + Mar 8 15:46:36.249: INFO: Container sonobuoy-worker ready: true, restart count 0 + Mar 8 15:46:36.249: 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. 03/08/23 15:46:36.249 + Mar 8 15:46:36.256: INFO: Waiting up to 1m0s for pod "without-label" in namespace "sched-pred-9650" to be "running" + Mar 8 15:46:36.259: INFO: Pod "without-label": Phase="Pending", Reason="", readiness=false. Elapsed: 2.737003ms + Mar 8 15:46:38.264: INFO: Pod "without-label": Phase="Running", Reason="", readiness=true. Elapsed: 2.007811549s + Mar 8 15:46:38.264: INFO: Pod "without-label" satisfied condition "running" + STEP: Explicitly delete pod here to free the resource it takes. 03/08/23 15:46:38.268 + STEP: Trying to apply a random label on the found node. 03/08/23 15:46:38.279 + STEP: verifying the node has the label kubernetes.io/e2e-541b40c8-b074-4df4-b7eb-6b0cde499eb8 42 03/08/23 15:46:38.289 + STEP: Trying to relaunch the pod, now with labels. 03/08/23 15:46:38.292 + Mar 8 15:46:38.297: INFO: Waiting up to 5m0s for pod "with-labels" in namespace "sched-pred-9650" to be "not pending" + Mar 8 15:46:38.301: INFO: Pod "with-labels": Phase="Pending", Reason="", readiness=false. Elapsed: 3.551565ms + Mar 8 15:46:40.305: INFO: Pod "with-labels": Phase="Running", Reason="", readiness=true. Elapsed: 2.007911685s + Mar 8 15:46:40.305: INFO: Pod "with-labels" satisfied condition "not pending" + STEP: removing the label kubernetes.io/e2e-541b40c8-b074-4df4-b7eb-6b0cde499eb8 off the node worker2 03/08/23 15:46:40.308 + STEP: verifying the node doesn't have the label kubernetes.io/e2e-541b40c8-b074-4df4-b7eb-6b0cde499eb8 03/08/23 15:46:40.33 + [AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/framework.go:187 + Mar 8 15:46:40.336: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "sched-pred-9650" for this suite. 03/08/23 15:46:40.341 + [AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:83 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSS +------------------------------ +[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 03/08/23 15:46:40.347 +Mar 8 15:46:40.347: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename secrets 03/08/23 15:46:40.348 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:46:40.365 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:46:40.368 +[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 +Mar 8 15:46:40.401: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "secrets-4961" for this suite. 03/08/23 15:46:40.405 +{"msg":"PASSED [sig-storage] Secrets should be immutable if `immutable` field is set [Conformance]","completed":341,"skipped":6268,"failed":0} +------------------------------ +• [0.062 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 03/08/23 15:46:40.347 + Mar 8 15:46:40.347: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename secrets 03/08/23 15:46:40.348 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:46:40.365 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:46:40.368 + [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 + Mar 8 15:46:40.401: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "secrets-4961" for this suite. 03/08/23 15:46:40.405 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:46:40.411 +Mar 8 15:46:40.411: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename secrets 03/08/23 15:46:40.412 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:46:40.425 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:46:40.428 +[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-64dbe1e3-eb23-4323-8a72-6924d213fe8e 03/08/23 15:46:40.431 +STEP: Creating a pod to test consume secrets 03/08/23 15:46:40.435 +Mar 8 15:46:40.441: INFO: Waiting up to 5m0s for pod "pod-secrets-3064eec4-45b7-4827-a2aa-bb8b6415a09e" in namespace "secrets-6436" to be "Succeeded or Failed" +Mar 8 15:46:40.444: INFO: Pod "pod-secrets-3064eec4-45b7-4827-a2aa-bb8b6415a09e": Phase="Pending", Reason="", readiness=false. Elapsed: 2.405152ms +Mar 8 15:46:42.449: INFO: Pod "pod-secrets-3064eec4-45b7-4827-a2aa-bb8b6415a09e": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007117759s +Mar 8 15:46:44.449: INFO: Pod "pod-secrets-3064eec4-45b7-4827-a2aa-bb8b6415a09e": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007033944s +STEP: Saw pod success 03/08/23 15:46:44.449 +Mar 8 15:46:44.449: INFO: Pod "pod-secrets-3064eec4-45b7-4827-a2aa-bb8b6415a09e" satisfied condition "Succeeded or Failed" +Mar 8 15:46:44.452: INFO: Trying to get logs from node worker2 pod pod-secrets-3064eec4-45b7-4827-a2aa-bb8b6415a09e container secret-volume-test: +STEP: delete the pod 03/08/23 15:46:44.457 +Mar 8 15:46:44.466: INFO: Waiting for pod pod-secrets-3064eec4-45b7-4827-a2aa-bb8b6415a09e to disappear +Mar 8 15:46:44.468: INFO: Pod pod-secrets-3064eec4-45b7-4827-a2aa-bb8b6415a09e no longer exists +[AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 +Mar 8 15:46:44.468: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "secrets-6436" for this suite. 03/08/23 15:46:44.473 +{"msg":"PASSED [sig-storage] Secrets should be consumable in multiple volumes in a pod [NodeConformance] [Conformance]","completed":342,"skipped":6293,"failed":0} +------------------------------ +• [4.067 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 03/08/23 15:46:40.411 + Mar 8 15:46:40.411: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename secrets 03/08/23 15:46:40.412 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:46:40.425 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:46:40.428 + [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-64dbe1e3-eb23-4323-8a72-6924d213fe8e 03/08/23 15:46:40.431 + STEP: Creating a pod to test consume secrets 03/08/23 15:46:40.435 + Mar 8 15:46:40.441: INFO: Waiting up to 5m0s for pod "pod-secrets-3064eec4-45b7-4827-a2aa-bb8b6415a09e" in namespace "secrets-6436" to be "Succeeded or Failed" + Mar 8 15:46:40.444: INFO: Pod "pod-secrets-3064eec4-45b7-4827-a2aa-bb8b6415a09e": Phase="Pending", Reason="", readiness=false. Elapsed: 2.405152ms + Mar 8 15:46:42.449: INFO: Pod "pod-secrets-3064eec4-45b7-4827-a2aa-bb8b6415a09e": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007117759s + Mar 8 15:46:44.449: INFO: Pod "pod-secrets-3064eec4-45b7-4827-a2aa-bb8b6415a09e": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007033944s + STEP: Saw pod success 03/08/23 15:46:44.449 + Mar 8 15:46:44.449: INFO: Pod "pod-secrets-3064eec4-45b7-4827-a2aa-bb8b6415a09e" satisfied condition "Succeeded or Failed" + Mar 8 15:46:44.452: INFO: Trying to get logs from node worker2 pod pod-secrets-3064eec4-45b7-4827-a2aa-bb8b6415a09e container secret-volume-test: + STEP: delete the pod 03/08/23 15:46:44.457 + Mar 8 15:46:44.466: INFO: Waiting for pod pod-secrets-3064eec4-45b7-4827-a2aa-bb8b6415a09e to disappear + Mar 8 15:46:44.468: INFO: Pod pod-secrets-3064eec4-45b7-4827-a2aa-bb8b6415a09e no longer exists + [AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 + Mar 8 15:46:44.468: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "secrets-6436" for this suite. 03/08/23 15:46:44.473 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSS +------------------------------ +[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 03/08/23 15:46:44.478 +Mar 8 15:46:44.478: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename var-expansion 03/08/23 15:46:44.479 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:46:44.497 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:46:44.501 +[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 03/08/23 15:46:44.504 +Mar 8 15:46:44.513: INFO: Waiting up to 5m0s for pod "var-expansion-586d676e-79ac-4961-958a-b842d59cd81c" in namespace "var-expansion-7666" to be "Succeeded or Failed" +Mar 8 15:46:44.517: INFO: Pod "var-expansion-586d676e-79ac-4961-958a-b842d59cd81c": Phase="Pending", Reason="", readiness=false. Elapsed: 4.606597ms +Mar 8 15:46:46.521: INFO: Pod "var-expansion-586d676e-79ac-4961-958a-b842d59cd81c": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008440849s +Mar 8 15:46:48.521: INFO: Pod "var-expansion-586d676e-79ac-4961-958a-b842d59cd81c": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008422965s +STEP: Saw pod success 03/08/23 15:46:48.521 +Mar 8 15:46:48.521: INFO: Pod "var-expansion-586d676e-79ac-4961-958a-b842d59cd81c" satisfied condition "Succeeded or Failed" +Mar 8 15:46:48.524: INFO: Trying to get logs from node worker2 pod var-expansion-586d676e-79ac-4961-958a-b842d59cd81c container dapi-container: +STEP: delete the pod 03/08/23 15:46:48.529 +Mar 8 15:46:48.538: INFO: Waiting for pod var-expansion-586d676e-79ac-4961-958a-b842d59cd81c to disappear +Mar 8 15:46:48.541: INFO: Pod var-expansion-586d676e-79ac-4961-958a-b842d59cd81c no longer exists +[AfterEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:187 +Mar 8 15:46:48.541: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "var-expansion-7666" for this suite. 03/08/23 15:46:48.545 +{"msg":"PASSED [sig-node] Variable Expansion should allow substituting values in a container's args [NodeConformance] [Conformance]","completed":343,"skipped":6299,"failed":0} +------------------------------ +• [4.071 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 03/08/23 15:46:44.478 + Mar 8 15:46:44.478: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename var-expansion 03/08/23 15:46:44.479 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:46:44.497 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:46:44.501 + [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 03/08/23 15:46:44.504 + Mar 8 15:46:44.513: INFO: Waiting up to 5m0s for pod "var-expansion-586d676e-79ac-4961-958a-b842d59cd81c" in namespace "var-expansion-7666" to be "Succeeded or Failed" + Mar 8 15:46:44.517: INFO: Pod "var-expansion-586d676e-79ac-4961-958a-b842d59cd81c": Phase="Pending", Reason="", readiness=false. Elapsed: 4.606597ms + Mar 8 15:46:46.521: INFO: Pod "var-expansion-586d676e-79ac-4961-958a-b842d59cd81c": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008440849s + Mar 8 15:46:48.521: INFO: Pod "var-expansion-586d676e-79ac-4961-958a-b842d59cd81c": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008422965s + STEP: Saw pod success 03/08/23 15:46:48.521 + Mar 8 15:46:48.521: INFO: Pod "var-expansion-586d676e-79ac-4961-958a-b842d59cd81c" satisfied condition "Succeeded or Failed" + Mar 8 15:46:48.524: INFO: Trying to get logs from node worker2 pod var-expansion-586d676e-79ac-4961-958a-b842d59cd81c container dapi-container: + STEP: delete the pod 03/08/23 15:46:48.529 + Mar 8 15:46:48.538: INFO: Waiting for pod var-expansion-586d676e-79ac-4961-958a-b842d59cd81c to disappear + Mar 8 15:46:48.541: INFO: Pod var-expansion-586d676e-79ac-4961-958a-b842d59cd81c no longer exists + [AfterEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:187 + Mar 8 15:46:48.541: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "var-expansion-7666" for this suite. 03/08/23 15:46:48.545 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSS +------------------------------ +[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 03/08/23 15:46:48.55 +Mar 8 15:46:48.550: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename downward-api 03/08/23 15:46:48.551 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:46:48.564 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:46:48.567 +[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 03/08/23 15:46:48.569 +Mar 8 15:46:48.576: INFO: Waiting up to 5m0s for pod "downwardapi-volume-3dbe5633-3f54-49be-bd35-fa141da49095" in namespace "downward-api-59" to be "Succeeded or Failed" +Mar 8 15:46:48.578: INFO: Pod "downwardapi-volume-3dbe5633-3f54-49be-bd35-fa141da49095": Phase="Pending", Reason="", readiness=false. Elapsed: 2.503952ms +Mar 8 15:46:50.584: INFO: Pod "downwardapi-volume-3dbe5633-3f54-49be-bd35-fa141da49095": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007653669s +Mar 8 15:46:52.586: INFO: Pod "downwardapi-volume-3dbe5633-3f54-49be-bd35-fa141da49095": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009810082s +STEP: Saw pod success 03/08/23 15:46:52.586 +Mar 8 15:46:52.586: INFO: Pod "downwardapi-volume-3dbe5633-3f54-49be-bd35-fa141da49095" satisfied condition "Succeeded or Failed" +Mar 8 15:46:52.590: INFO: Trying to get logs from node worker2 pod downwardapi-volume-3dbe5633-3f54-49be-bd35-fa141da49095 container client-container: +STEP: delete the pod 03/08/23 15:46:52.596 +Mar 8 15:46:52.604: INFO: Waiting for pod downwardapi-volume-3dbe5633-3f54-49be-bd35-fa141da49095 to disappear +Mar 8 15:46:52.607: INFO: Pod downwardapi-volume-3dbe5633-3f54-49be-bd35-fa141da49095 no longer exists +[AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 +Mar 8 15:46:52.607: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "downward-api-59" for this suite. 03/08/23 15:46:52.611 +{"msg":"PASSED [sig-storage] Downward API volume should provide container's memory limit [NodeConformance] [Conformance]","completed":344,"skipped":6306,"failed":0} +------------------------------ +• [4.067 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 03/08/23 15:46:48.55 + Mar 8 15:46:48.550: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename downward-api 03/08/23 15:46:48.551 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:46:48.564 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:46:48.567 + [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 03/08/23 15:46:48.569 + Mar 8 15:46:48.576: INFO: Waiting up to 5m0s for pod "downwardapi-volume-3dbe5633-3f54-49be-bd35-fa141da49095" in namespace "downward-api-59" to be "Succeeded or Failed" + Mar 8 15:46:48.578: INFO: Pod "downwardapi-volume-3dbe5633-3f54-49be-bd35-fa141da49095": Phase="Pending", Reason="", readiness=false. Elapsed: 2.503952ms + Mar 8 15:46:50.584: INFO: Pod "downwardapi-volume-3dbe5633-3f54-49be-bd35-fa141da49095": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007653669s + Mar 8 15:46:52.586: INFO: Pod "downwardapi-volume-3dbe5633-3f54-49be-bd35-fa141da49095": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009810082s + STEP: Saw pod success 03/08/23 15:46:52.586 + Mar 8 15:46:52.586: INFO: Pod "downwardapi-volume-3dbe5633-3f54-49be-bd35-fa141da49095" satisfied condition "Succeeded or Failed" + Mar 8 15:46:52.590: INFO: Trying to get logs from node worker2 pod downwardapi-volume-3dbe5633-3f54-49be-bd35-fa141da49095 container client-container: + STEP: delete the pod 03/08/23 15:46:52.596 + Mar 8 15:46:52.604: INFO: Waiting for pod downwardapi-volume-3dbe5633-3f54-49be-bd35-fa141da49095 to disappear + Mar 8 15:46:52.607: INFO: Pod downwardapi-volume-3dbe5633-3f54-49be-bd35-fa141da49095 no longer exists + [AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 + Mar 8 15:46:52.607: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "downward-api-59" for this suite. 03/08/23 15:46:52.611 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSS +------------------------------ +[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 03/08/23 15:46:52.617 +Mar 8 15:46:52.617: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename webhook 03/08/23 15:46:52.618 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:46:52.634 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:46:52.637 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 +STEP: Setting up server cert 03/08/23 15:46:52.652 +STEP: Create role binding to let webhook read extension-apiserver-authentication 03/08/23 15:46:53.491 +STEP: Deploying the webhook pod 03/08/23 15:46:53.504 +STEP: Wait for the deployment to be ready 03/08/23 15:46:53.513 +Mar 8 15:46:53.520: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set +Mar 8 15:46:55.530: 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(2023, time.March, 8, 15, 46, 53, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 46, 53, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 46, 53, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 46, 53, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 15:46:57.535: 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(2023, time.March, 8, 15, 46, 53, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 46, 53, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 46, 53, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 46, 53, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 15:46:59.537: 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(2023, time.March, 8, 15, 46, 53, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 46, 53, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 46, 53, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 46, 53, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 15:47:01.535: 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(2023, time.March, 8, 15, 46, 53, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 46, 53, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 46, 53, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 46, 53, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 15:47:03.535: 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(2023, time.March, 8, 15, 46, 53, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 46, 53, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 46, 53, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 46, 53, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} +Mar 8 15:47:05.535: 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(2023, time.March, 8, 15, 46, 53, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 46, 53, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 46, 53, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 46, 53, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} +STEP: Deploying the webhook service 03/08/23 15:47:07.535 +STEP: Verifying the service has paired with the endpoint 03/08/23 15:47:07.544 +Mar 8 15:47:08.544: 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 +Mar 8 15:47:08.548: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Registering the mutating webhook for custom resource e2e-test-webhook-5855-crds.webhook.example.com via the AdmissionRegistration API 03/08/23 15:47:09.064 +STEP: Creating a custom resource while v1 is storage version 03/08/23 15:47:09.08 +STEP: Patching Custom Resource Definition to set v2 as storage 03/08/23 15:47:11.143 +STEP: Patching the custom resource while v2 is storage version 03/08/23 15:47:11.15 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Mar 8 15:47:11.728: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "webhook-2586" for this suite. 03/08/23 15:47:11.732 +STEP: Destroying namespace "webhook-2586-markers" for this suite. 03/08/23 15:47:11.742 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 +{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate custom resource with different stored version [Conformance]","completed":345,"skipped":6314,"failed":0} +------------------------------ +• [SLOW TEST] [19.168 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 03/08/23 15:46:52.617 + Mar 8 15:46:52.617: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename webhook 03/08/23 15:46:52.618 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:46:52.634 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:46:52.637 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 + STEP: Setting up server cert 03/08/23 15:46:52.652 + STEP: Create role binding to let webhook read extension-apiserver-authentication 03/08/23 15:46:53.491 + STEP: Deploying the webhook pod 03/08/23 15:46:53.504 + STEP: Wait for the deployment to be ready 03/08/23 15:46:53.513 + Mar 8 15:46:53.520: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set + Mar 8 15:46:55.530: 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(2023, time.March, 8, 15, 46, 53, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 46, 53, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 46, 53, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 46, 53, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 15:46:57.535: 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(2023, time.March, 8, 15, 46, 53, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 46, 53, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 46, 53, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 46, 53, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 15:46:59.537: 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(2023, time.March, 8, 15, 46, 53, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 46, 53, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 46, 53, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 46, 53, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 15:47:01.535: 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(2023, time.March, 8, 15, 46, 53, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 46, 53, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 46, 53, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 46, 53, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 15:47:03.535: 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(2023, time.March, 8, 15, 46, 53, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 46, 53, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 46, 53, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 46, 53, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} + Mar 8 15:47:05.535: 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(2023, time.March, 8, 15, 46, 53, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 46, 53, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.March, 8, 15, 46, 53, 0, time.Local), LastTransitionTime:time.Date(2023, time.March, 8, 15, 46, 53, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5c4885f74b\" is progressing."}}, CollisionCount:(*int32)(nil)} + STEP: Deploying the webhook service 03/08/23 15:47:07.535 + STEP: Verifying the service has paired with the endpoint 03/08/23 15:47:07.544 + Mar 8 15:47:08.544: 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 + Mar 8 15:47:08.548: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Registering the mutating webhook for custom resource e2e-test-webhook-5855-crds.webhook.example.com via the AdmissionRegistration API 03/08/23 15:47:09.064 + STEP: Creating a custom resource while v1 is storage version 03/08/23 15:47:09.08 + STEP: Patching Custom Resource Definition to set v2 as storage 03/08/23 15:47:11.143 + STEP: Patching the custom resource while v2 is storage version 03/08/23 15:47:11.15 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Mar 8 15:47:11.728: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "webhook-2586" for this suite. 03/08/23 15:47:11.732 + STEP: Destroying namespace "webhook-2586-markers" for this suite. 03/08/23 15:47:11.742 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:47:11.793 +Mar 8 15:47:11.794: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename pod-network-test 03/08/23 15:47:11.808 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:47:11.834 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:47:11.836 +[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-698 03/08/23 15:47:11.839 +STEP: creating a selector 03/08/23 15:47:11.839 +STEP: Creating the service pods in kubernetes 03/08/23 15:47:11.839 +Mar 8 15:47:11.840: INFO: Waiting up to 10m0s for all (but 0) nodes to be schedulable +Mar 8 15:47:11.858: INFO: Waiting up to 5m0s for pod "netserver-0" in namespace "pod-network-test-698" to be "running and ready" +Mar 8 15:47:11.865: INFO: Pod "netserver-0": Phase="Pending", Reason="", readiness=false. Elapsed: 6.942058ms +Mar 8 15:47:11.865: INFO: The phase of Pod netserver-0 is Pending, waiting for it to be Running (with Ready = true) +Mar 8 15:47:13.870: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 2.011757872s +Mar 8 15:47:13.870: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Mar 8 15:47:15.870: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 4.011049944s +Mar 8 15:47:15.870: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Mar 8 15:47:17.870: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 6.011143073s +Mar 8 15:47:17.870: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Mar 8 15:47:19.870: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 8.011227911s +Mar 8 15:47:19.870: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Mar 8 15:47:21.870: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 10.011865304s +Mar 8 15:47:21.870: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Mar 8 15:47:23.870: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 12.011011922s +Mar 8 15:47:23.870: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Mar 8 15:47:25.870: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 14.011013041s +Mar 8 15:47:25.870: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Mar 8 15:47:27.870: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 16.011563363s +Mar 8 15:47:27.870: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Mar 8 15:47:29.870: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 18.011335525s +Mar 8 15:47:29.870: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Mar 8 15:47:31.869: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 20.010847158s +Mar 8 15:47:31.869: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Mar 8 15:47:33.872: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 22.013310854s +Mar 8 15:47:33.872: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Mar 8 15:47:35.869: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 24.010278454s +Mar 8 15:47:35.869: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Mar 8 15:47:37.871: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=true. Elapsed: 26.012642423s +Mar 8 15:47:37.871: INFO: The phase of Pod netserver-0 is Running (Ready = true) +Mar 8 15:47:37.871: INFO: Pod "netserver-0" satisfied condition "running and ready" +Mar 8 15:47:37.874: INFO: Waiting up to 5m0s for pod "netserver-1" in namespace "pod-network-test-698" to be "running and ready" +Mar 8 15:47:37.877: INFO: Pod "netserver-1": Phase="Running", Reason="", readiness=true. Elapsed: 2.596688ms +Mar 8 15:47:37.877: INFO: The phase of Pod netserver-1 is Running (Ready = true) +Mar 8 15:47:37.877: INFO: Pod "netserver-1" satisfied condition "running and ready" +STEP: Creating test pods 03/08/23 15:47:37.879 +Mar 8 15:47:37.884: INFO: Waiting up to 5m0s for pod "test-container-pod" in namespace "pod-network-test-698" to be "running" +Mar 8 15:47:37.887: INFO: Pod "test-container-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.512138ms +Mar 8 15:47:39.892: INFO: Pod "test-container-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.007393225s +Mar 8 15:47:39.892: INFO: Pod "test-container-pod" satisfied condition "running" +Mar 8 15:47:39.895: INFO: Setting MaxTries for pod polling to 34 for networking test based on endpoint count 2 +Mar 8 15:47:39.895: INFO: Breadth first check of 172.16.1.31 on host 10.0.0.17... +Mar 8 15:47:39.897: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s 'http://172.16.0.230:9080/dial?request=hostname&protocol=udp&host=172.16.1.31&port=8081&tries=1'] Namespace:pod-network-test-698 PodName:test-container-pod ContainerName:webserver Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Mar 8 15:47:39.897: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +Mar 8 15:47:39.898: INFO: ExecWithOptions: Clientset creation +Mar 8 15:47:39.898: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/pod-network-test-698/pods/test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+-q+-s+%27http%3A%2F%2F172.16.0.230%3A9080%2Fdial%3Frequest%3Dhostname%26protocol%3Dudp%26host%3D172.16.1.31%26port%3D8081%26tries%3D1%27&container=webserver&container=webserver&stderr=true&stdout=true) +Mar 8 15:47:39.954: INFO: Waiting for responses: map[] +Mar 8 15:47:39.954: INFO: reached 172.16.1.31 after 0/1 tries +Mar 8 15:47:39.954: INFO: Breadth first check of 172.16.0.229 on host 10.0.0.18... +Mar 8 15:47:39.958: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s 'http://172.16.0.230:9080/dial?request=hostname&protocol=udp&host=172.16.0.229&port=8081&tries=1'] Namespace:pod-network-test-698 PodName:test-container-pod ContainerName:webserver Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Mar 8 15:47:39.958: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +Mar 8 15:47:39.958: INFO: ExecWithOptions: Clientset creation +Mar 8 15:47:39.958: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/pod-network-test-698/pods/test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+-q+-s+%27http%3A%2F%2F172.16.0.230%3A9080%2Fdial%3Frequest%3Dhostname%26protocol%3Dudp%26host%3D172.16.0.229%26port%3D8081%26tries%3D1%27&container=webserver&container=webserver&stderr=true&stdout=true) +Mar 8 15:47:40.009: INFO: Waiting for responses: map[] +Mar 8 15:47:40.009: INFO: reached 172.16.0.229 after 0/1 tries +Mar 8 15:47:40.009: INFO: Going to retry 0 out of 2 pods.... +[AfterEach] [sig-network] Networking + test/e2e/framework/framework.go:187 +Mar 8 15:47:40.010: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "pod-network-test-698" for this suite. 03/08/23 15:47:40.015 +{"msg":"PASSED [sig-network] Networking Granular Checks: Pods should function for intra-pod communication: udp [NodeConformance] [Conformance]","completed":346,"skipped":6332,"failed":0} +------------------------------ +• [SLOW TEST] [28.228 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 03/08/23 15:47:11.793 + Mar 8 15:47:11.794: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename pod-network-test 03/08/23 15:47:11.808 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:47:11.834 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:47:11.836 + [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-698 03/08/23 15:47:11.839 + STEP: creating a selector 03/08/23 15:47:11.839 + STEP: Creating the service pods in kubernetes 03/08/23 15:47:11.839 + Mar 8 15:47:11.840: INFO: Waiting up to 10m0s for all (but 0) nodes to be schedulable + Mar 8 15:47:11.858: INFO: Waiting up to 5m0s for pod "netserver-0" in namespace "pod-network-test-698" to be "running and ready" + Mar 8 15:47:11.865: INFO: Pod "netserver-0": Phase="Pending", Reason="", readiness=false. Elapsed: 6.942058ms + Mar 8 15:47:11.865: INFO: The phase of Pod netserver-0 is Pending, waiting for it to be Running (with Ready = true) + Mar 8 15:47:13.870: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 2.011757872s + Mar 8 15:47:13.870: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Mar 8 15:47:15.870: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 4.011049944s + Mar 8 15:47:15.870: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Mar 8 15:47:17.870: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 6.011143073s + Mar 8 15:47:17.870: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Mar 8 15:47:19.870: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 8.011227911s + Mar 8 15:47:19.870: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Mar 8 15:47:21.870: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 10.011865304s + Mar 8 15:47:21.870: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Mar 8 15:47:23.870: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 12.011011922s + Mar 8 15:47:23.870: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Mar 8 15:47:25.870: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 14.011013041s + Mar 8 15:47:25.870: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Mar 8 15:47:27.870: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 16.011563363s + Mar 8 15:47:27.870: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Mar 8 15:47:29.870: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 18.011335525s + Mar 8 15:47:29.870: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Mar 8 15:47:31.869: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 20.010847158s + Mar 8 15:47:31.869: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Mar 8 15:47:33.872: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 22.013310854s + Mar 8 15:47:33.872: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Mar 8 15:47:35.869: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 24.010278454s + Mar 8 15:47:35.869: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Mar 8 15:47:37.871: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=true. Elapsed: 26.012642423s + Mar 8 15:47:37.871: INFO: The phase of Pod netserver-0 is Running (Ready = true) + Mar 8 15:47:37.871: INFO: Pod "netserver-0" satisfied condition "running and ready" + Mar 8 15:47:37.874: INFO: Waiting up to 5m0s for pod "netserver-1" in namespace "pod-network-test-698" to be "running and ready" + Mar 8 15:47:37.877: INFO: Pod "netserver-1": Phase="Running", Reason="", readiness=true. Elapsed: 2.596688ms + Mar 8 15:47:37.877: INFO: The phase of Pod netserver-1 is Running (Ready = true) + Mar 8 15:47:37.877: INFO: Pod "netserver-1" satisfied condition "running and ready" + STEP: Creating test pods 03/08/23 15:47:37.879 + Mar 8 15:47:37.884: INFO: Waiting up to 5m0s for pod "test-container-pod" in namespace "pod-network-test-698" to be "running" + Mar 8 15:47:37.887: INFO: Pod "test-container-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.512138ms + Mar 8 15:47:39.892: INFO: Pod "test-container-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.007393225s + Mar 8 15:47:39.892: INFO: Pod "test-container-pod" satisfied condition "running" + Mar 8 15:47:39.895: INFO: Setting MaxTries for pod polling to 34 for networking test based on endpoint count 2 + Mar 8 15:47:39.895: INFO: Breadth first check of 172.16.1.31 on host 10.0.0.17... + Mar 8 15:47:39.897: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s 'http://172.16.0.230:9080/dial?request=hostname&protocol=udp&host=172.16.1.31&port=8081&tries=1'] Namespace:pod-network-test-698 PodName:test-container-pod ContainerName:webserver Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Mar 8 15:47:39.897: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + Mar 8 15:47:39.898: INFO: ExecWithOptions: Clientset creation + Mar 8 15:47:39.898: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/pod-network-test-698/pods/test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+-q+-s+%27http%3A%2F%2F172.16.0.230%3A9080%2Fdial%3Frequest%3Dhostname%26protocol%3Dudp%26host%3D172.16.1.31%26port%3D8081%26tries%3D1%27&container=webserver&container=webserver&stderr=true&stdout=true) + Mar 8 15:47:39.954: INFO: Waiting for responses: map[] + Mar 8 15:47:39.954: INFO: reached 172.16.1.31 after 0/1 tries + Mar 8 15:47:39.954: INFO: Breadth first check of 172.16.0.229 on host 10.0.0.18... + Mar 8 15:47:39.958: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s 'http://172.16.0.230:9080/dial?request=hostname&protocol=udp&host=172.16.0.229&port=8081&tries=1'] Namespace:pod-network-test-698 PodName:test-container-pod ContainerName:webserver Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Mar 8 15:47:39.958: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + Mar 8 15:47:39.958: INFO: ExecWithOptions: Clientset creation + Mar 8 15:47:39.958: INFO: ExecWithOptions: execute(POST https://192.168.0.1:443/api/v1/namespaces/pod-network-test-698/pods/test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+-q+-s+%27http%3A%2F%2F172.16.0.230%3A9080%2Fdial%3Frequest%3Dhostname%26protocol%3Dudp%26host%3D172.16.0.229%26port%3D8081%26tries%3D1%27&container=webserver&container=webserver&stderr=true&stdout=true) + Mar 8 15:47:40.009: INFO: Waiting for responses: map[] + Mar 8 15:47:40.009: INFO: reached 172.16.0.229 after 0/1 tries + Mar 8 15:47:40.009: INFO: Going to retry 0 out of 2 pods.... + [AfterEach] [sig-network] Networking + test/e2e/framework/framework.go:187 + Mar 8 15:47:40.010: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "pod-network-test-698" for this suite. 03/08/23 15:47:40.015 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:47:40.022 +Mar 8 15:47:40.022: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename runtimeclass 03/08/23 15:47:40.023 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:47:40.036 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:47:40.039 +[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 +Mar 8 15:47:40.047: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "runtimeclass-6098" for this suite. 03/08/23 15:47:40.051 +{"msg":"PASSED [sig-node] RuntimeClass should reject a Pod requesting a non-existent RuntimeClass [NodeConformance] [Conformance]","completed":347,"skipped":6355,"failed":0} +------------------------------ +• [0.033 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 03/08/23 15:47:40.022 + Mar 8 15:47:40.022: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename runtimeclass 03/08/23 15:47:40.023 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:47:40.036 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:47:40.039 + [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 + Mar 8 15:47:40.047: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "runtimeclass-6098" for this suite. 03/08/23 15:47:40.051 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:47:40.057 +Mar 8 15:47:40.057: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename projected 03/08/23 15:47:40.057 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:47:40.07 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:47:40.073 +[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 03/08/23 15:47:40.076 +Mar 8 15:47:40.083: INFO: Waiting up to 5m0s for pod "downwardapi-volume-960fe761-0da4-4f04-b65a-eebc08b8209f" in namespace "projected-267" to be "Succeeded or Failed" +Mar 8 15:47:40.085: INFO: Pod "downwardapi-volume-960fe761-0da4-4f04-b65a-eebc08b8209f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.211072ms +Mar 8 15:47:42.090: INFO: Pod "downwardapi-volume-960fe761-0da4-4f04-b65a-eebc08b8209f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00699914s +Mar 8 15:47:44.097: INFO: Pod "downwardapi-volume-960fe761-0da4-4f04-b65a-eebc08b8209f": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.014441451s +STEP: Saw pod success 03/08/23 15:47:44.097 +Mar 8 15:47:44.097: INFO: Pod "downwardapi-volume-960fe761-0da4-4f04-b65a-eebc08b8209f" satisfied condition "Succeeded or Failed" +Mar 8 15:47:44.101: INFO: Trying to get logs from node worker2 pod downwardapi-volume-960fe761-0da4-4f04-b65a-eebc08b8209f container client-container: +STEP: delete the pod 03/08/23 15:47:44.106 +Mar 8 15:47:44.119: INFO: Waiting for pod downwardapi-volume-960fe761-0da4-4f04-b65a-eebc08b8209f to disappear +Mar 8 15:47:44.121: INFO: Pod downwardapi-volume-960fe761-0da4-4f04-b65a-eebc08b8209f no longer exists +[AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 +Mar 8 15:47:44.121: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-267" for this suite. 03/08/23 15:47:44.125 +{"msg":"PASSED [sig-storage] Projected downwardAPI should provide container's cpu limit [NodeConformance] [Conformance]","completed":348,"skipped":6381,"failed":0} +------------------------------ +• [4.074 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 03/08/23 15:47:40.057 + Mar 8 15:47:40.057: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename projected 03/08/23 15:47:40.057 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:47:40.07 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:47:40.073 + [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 03/08/23 15:47:40.076 + Mar 8 15:47:40.083: INFO: Waiting up to 5m0s for pod "downwardapi-volume-960fe761-0da4-4f04-b65a-eebc08b8209f" in namespace "projected-267" to be "Succeeded or Failed" + Mar 8 15:47:40.085: INFO: Pod "downwardapi-volume-960fe761-0da4-4f04-b65a-eebc08b8209f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.211072ms + Mar 8 15:47:42.090: INFO: Pod "downwardapi-volume-960fe761-0da4-4f04-b65a-eebc08b8209f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00699914s + Mar 8 15:47:44.097: INFO: Pod "downwardapi-volume-960fe761-0da4-4f04-b65a-eebc08b8209f": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.014441451s + STEP: Saw pod success 03/08/23 15:47:44.097 + Mar 8 15:47:44.097: INFO: Pod "downwardapi-volume-960fe761-0da4-4f04-b65a-eebc08b8209f" satisfied condition "Succeeded or Failed" + Mar 8 15:47:44.101: INFO: Trying to get logs from node worker2 pod downwardapi-volume-960fe761-0da4-4f04-b65a-eebc08b8209f container client-container: + STEP: delete the pod 03/08/23 15:47:44.106 + Mar 8 15:47:44.119: INFO: Waiting for pod downwardapi-volume-960fe761-0da4-4f04-b65a-eebc08b8209f to disappear + Mar 8 15:47:44.121: INFO: Pod downwardapi-volume-960fe761-0da4-4f04-b65a-eebc08b8209f no longer exists + [AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 + Mar 8 15:47:44.121: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-267" for this suite. 03/08/23 15:47:44.125 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSS +------------------------------ +[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 03/08/23 15:47:44.131 +Mar 8 15:47:44.131: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename secrets 03/08/23 15:47:44.132 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:47:44.146 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:47:44.148 +[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-10022c07-c77f-43d8-b0ca-b80311942492 03/08/23 15:47:44.151 +STEP: Creating a pod to test consume secrets 03/08/23 15:47:44.155 +Mar 8 15:47:44.162: INFO: Waiting up to 5m0s for pod "pod-secrets-41967145-f7fd-411b-bd16-2e533c39ad19" in namespace "secrets-3157" to be "Succeeded or Failed" +Mar 8 15:47:44.164: INFO: Pod "pod-secrets-41967145-f7fd-411b-bd16-2e533c39ad19": Phase="Pending", Reason="", readiness=false. Elapsed: 2.293369ms +Mar 8 15:47:46.169: INFO: Pod "pod-secrets-41967145-f7fd-411b-bd16-2e533c39ad19": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006981906s +Mar 8 15:47:48.168: INFO: Pod "pod-secrets-41967145-f7fd-411b-bd16-2e533c39ad19": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006617568s +STEP: Saw pod success 03/08/23 15:47:48.168 +Mar 8 15:47:48.169: INFO: Pod "pod-secrets-41967145-f7fd-411b-bd16-2e533c39ad19" satisfied condition "Succeeded or Failed" +Mar 8 15:47:48.171: INFO: Trying to get logs from node worker2 pod pod-secrets-41967145-f7fd-411b-bd16-2e533c39ad19 container secret-env-test: +STEP: delete the pod 03/08/23 15:47:48.177 +Mar 8 15:47:48.184: INFO: Waiting for pod pod-secrets-41967145-f7fd-411b-bd16-2e533c39ad19 to disappear +Mar 8 15:47:48.186: INFO: Pod pod-secrets-41967145-f7fd-411b-bd16-2e533c39ad19 no longer exists +[AfterEach] [sig-node] Secrets + test/e2e/framework/framework.go:187 +Mar 8 15:47:48.187: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "secrets-3157" for this suite. 03/08/23 15:47:48.19 +{"msg":"PASSED [sig-node] Secrets should be consumable from pods in env vars [NodeConformance] [Conformance]","completed":349,"skipped":6388,"failed":0} +------------------------------ +• [4.064 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 03/08/23 15:47:44.131 + Mar 8 15:47:44.131: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename secrets 03/08/23 15:47:44.132 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:47:44.146 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:47:44.148 + [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-10022c07-c77f-43d8-b0ca-b80311942492 03/08/23 15:47:44.151 + STEP: Creating a pod to test consume secrets 03/08/23 15:47:44.155 + Mar 8 15:47:44.162: INFO: Waiting up to 5m0s for pod "pod-secrets-41967145-f7fd-411b-bd16-2e533c39ad19" in namespace "secrets-3157" to be "Succeeded or Failed" + Mar 8 15:47:44.164: INFO: Pod "pod-secrets-41967145-f7fd-411b-bd16-2e533c39ad19": Phase="Pending", Reason="", readiness=false. Elapsed: 2.293369ms + Mar 8 15:47:46.169: INFO: Pod "pod-secrets-41967145-f7fd-411b-bd16-2e533c39ad19": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006981906s + Mar 8 15:47:48.168: INFO: Pod "pod-secrets-41967145-f7fd-411b-bd16-2e533c39ad19": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006617568s + STEP: Saw pod success 03/08/23 15:47:48.168 + Mar 8 15:47:48.169: INFO: Pod "pod-secrets-41967145-f7fd-411b-bd16-2e533c39ad19" satisfied condition "Succeeded or Failed" + Mar 8 15:47:48.171: INFO: Trying to get logs from node worker2 pod pod-secrets-41967145-f7fd-411b-bd16-2e533c39ad19 container secret-env-test: + STEP: delete the pod 03/08/23 15:47:48.177 + Mar 8 15:47:48.184: INFO: Waiting for pod pod-secrets-41967145-f7fd-411b-bd16-2e533c39ad19 to disappear + Mar 8 15:47:48.186: INFO: Pod pod-secrets-41967145-f7fd-411b-bd16-2e533c39ad19 no longer exists + [AfterEach] [sig-node] Secrets + test/e2e/framework/framework.go:187 + Mar 8 15:47:48.187: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "secrets-3157" for this suite. 03/08/23 15:47:48.19 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:47:48.196 +Mar 8 15:47:48.196: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename configmap 03/08/23 15:47:48.196 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:47:48.219 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:47:48.226 +[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-8079fd02-e9db-4da1-9bc2-61238b531217 03/08/23 15:47:48.238 +STEP: Creating configMap with name cm-test-opt-upd-2a95efba-6954-419c-a72d-d561488508e1 03/08/23 15:47:48.241 +STEP: Creating the pod 03/08/23 15:47:48.245 +Mar 8 15:47:48.251: INFO: Waiting up to 5m0s for pod "pod-configmaps-354ed687-7552-456a-a2b5-2fe012a04b47" in namespace "configmap-9748" to be "running and ready" +Mar 8 15:47:48.254: INFO: Pod "pod-configmaps-354ed687-7552-456a-a2b5-2fe012a04b47": Phase="Pending", Reason="", readiness=false. Elapsed: 2.54499ms +Mar 8 15:47:48.254: INFO: The phase of Pod pod-configmaps-354ed687-7552-456a-a2b5-2fe012a04b47 is Pending, waiting for it to be Running (with Ready = true) +Mar 8 15:47:50.258: INFO: Pod "pod-configmaps-354ed687-7552-456a-a2b5-2fe012a04b47": Phase="Running", Reason="", readiness=true. Elapsed: 2.00701067s +Mar 8 15:47:50.258: INFO: The phase of Pod pod-configmaps-354ed687-7552-456a-a2b5-2fe012a04b47 is Running (Ready = true) +Mar 8 15:47:50.258: INFO: Pod "pod-configmaps-354ed687-7552-456a-a2b5-2fe012a04b47" satisfied condition "running and ready" +STEP: Deleting configmap cm-test-opt-del-8079fd02-e9db-4da1-9bc2-61238b531217 03/08/23 15:47:50.276 +STEP: Updating configmap cm-test-opt-upd-2a95efba-6954-419c-a72d-d561488508e1 03/08/23 15:47:50.281 +STEP: Creating configMap with name cm-test-opt-create-b55c7f1e-9b65-44ec-ab76-3cc08f21972b 03/08/23 15:47:50.285 +STEP: waiting to observe update in volume 03/08/23 15:47:50.289 +[AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 +Mar 8 15:47:52.312: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "configmap-9748" for this suite. 03/08/23 15:47:52.316 +{"msg":"PASSED [sig-storage] ConfigMap optional updates should be reflected in volume [NodeConformance] [Conformance]","completed":350,"skipped":6402,"failed":0} +------------------------------ +• [4.125 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 03/08/23 15:47:48.196 + Mar 8 15:47:48.196: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename configmap 03/08/23 15:47:48.196 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:47:48.219 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:47:48.226 + [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-8079fd02-e9db-4da1-9bc2-61238b531217 03/08/23 15:47:48.238 + STEP: Creating configMap with name cm-test-opt-upd-2a95efba-6954-419c-a72d-d561488508e1 03/08/23 15:47:48.241 + STEP: Creating the pod 03/08/23 15:47:48.245 + Mar 8 15:47:48.251: INFO: Waiting up to 5m0s for pod "pod-configmaps-354ed687-7552-456a-a2b5-2fe012a04b47" in namespace "configmap-9748" to be "running and ready" + Mar 8 15:47:48.254: INFO: Pod "pod-configmaps-354ed687-7552-456a-a2b5-2fe012a04b47": Phase="Pending", Reason="", readiness=false. Elapsed: 2.54499ms + Mar 8 15:47:48.254: INFO: The phase of Pod pod-configmaps-354ed687-7552-456a-a2b5-2fe012a04b47 is Pending, waiting for it to be Running (with Ready = true) + Mar 8 15:47:50.258: INFO: Pod "pod-configmaps-354ed687-7552-456a-a2b5-2fe012a04b47": Phase="Running", Reason="", readiness=true. Elapsed: 2.00701067s + Mar 8 15:47:50.258: INFO: The phase of Pod pod-configmaps-354ed687-7552-456a-a2b5-2fe012a04b47 is Running (Ready = true) + Mar 8 15:47:50.258: INFO: Pod "pod-configmaps-354ed687-7552-456a-a2b5-2fe012a04b47" satisfied condition "running and ready" + STEP: Deleting configmap cm-test-opt-del-8079fd02-e9db-4da1-9bc2-61238b531217 03/08/23 15:47:50.276 + STEP: Updating configmap cm-test-opt-upd-2a95efba-6954-419c-a72d-d561488508e1 03/08/23 15:47:50.281 + STEP: Creating configMap with name cm-test-opt-create-b55c7f1e-9b65-44ec-ab76-3cc08f21972b 03/08/23 15:47:50.285 + STEP: waiting to observe update in volume 03/08/23 15:47:50.289 + [AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 + Mar 8 15:47:52.312: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "configmap-9748" for this suite. 03/08/23 15:47:52.316 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:47:52.323 +Mar 8 15:47:52.323: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename configmap 03/08/23 15:47:52.324 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:47:52.337 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:47:52.34 +[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-ead81117-4596-4010-aefa-6ac698d2e2c4 03/08/23 15:47:52.342 +STEP: Creating a pod to test consume configMaps 03/08/23 15:47:52.352 +Mar 8 15:47:52.404: INFO: Waiting up to 5m0s for pod "pod-configmaps-9ab69cfc-4541-4f4f-8d84-1dc372ac48a7" in namespace "configmap-3647" to be "Succeeded or Failed" +Mar 8 15:47:52.417: INFO: Pod "pod-configmaps-9ab69cfc-4541-4f4f-8d84-1dc372ac48a7": Phase="Pending", Reason="", readiness=false. Elapsed: 12.941496ms +Mar 8 15:47:54.421: INFO: Pod "pod-configmaps-9ab69cfc-4541-4f4f-8d84-1dc372ac48a7": Phase="Pending", Reason="", readiness=false. Elapsed: 2.017271945s +Mar 8 15:47:56.422: INFO: Pod "pod-configmaps-9ab69cfc-4541-4f4f-8d84-1dc372ac48a7": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.017793725s +STEP: Saw pod success 03/08/23 15:47:56.422 +Mar 8 15:47:56.422: INFO: Pod "pod-configmaps-9ab69cfc-4541-4f4f-8d84-1dc372ac48a7" satisfied condition "Succeeded or Failed" +Mar 8 15:47:56.425: INFO: Trying to get logs from node worker1 pod pod-configmaps-9ab69cfc-4541-4f4f-8d84-1dc372ac48a7 container agnhost-container: +STEP: delete the pod 03/08/23 15:47:56.44 +Mar 8 15:47:56.448: INFO: Waiting for pod pod-configmaps-9ab69cfc-4541-4f4f-8d84-1dc372ac48a7 to disappear +Mar 8 15:47:56.451: INFO: Pod pod-configmaps-9ab69cfc-4541-4f4f-8d84-1dc372ac48a7 no longer exists +[AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 +Mar 8 15:47:56.451: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "configmap-3647" for this suite. 03/08/23 15:47:56.455 +{"msg":"PASSED [sig-storage] ConfigMap should be consumable from pods in volume with mappings as non-root [NodeConformance] [Conformance]","completed":351,"skipped":6466,"failed":0} +------------------------------ +• [4.137 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 03/08/23 15:47:52.323 + Mar 8 15:47:52.323: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename configmap 03/08/23 15:47:52.324 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:47:52.337 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:47:52.34 + [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-ead81117-4596-4010-aefa-6ac698d2e2c4 03/08/23 15:47:52.342 + STEP: Creating a pod to test consume configMaps 03/08/23 15:47:52.352 + Mar 8 15:47:52.404: INFO: Waiting up to 5m0s for pod "pod-configmaps-9ab69cfc-4541-4f4f-8d84-1dc372ac48a7" in namespace "configmap-3647" to be "Succeeded or Failed" + Mar 8 15:47:52.417: INFO: Pod "pod-configmaps-9ab69cfc-4541-4f4f-8d84-1dc372ac48a7": Phase="Pending", Reason="", readiness=false. Elapsed: 12.941496ms + Mar 8 15:47:54.421: INFO: Pod "pod-configmaps-9ab69cfc-4541-4f4f-8d84-1dc372ac48a7": Phase="Pending", Reason="", readiness=false. Elapsed: 2.017271945s + Mar 8 15:47:56.422: INFO: Pod "pod-configmaps-9ab69cfc-4541-4f4f-8d84-1dc372ac48a7": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.017793725s + STEP: Saw pod success 03/08/23 15:47:56.422 + Mar 8 15:47:56.422: INFO: Pod "pod-configmaps-9ab69cfc-4541-4f4f-8d84-1dc372ac48a7" satisfied condition "Succeeded or Failed" + Mar 8 15:47:56.425: INFO: Trying to get logs from node worker1 pod pod-configmaps-9ab69cfc-4541-4f4f-8d84-1dc372ac48a7 container agnhost-container: + STEP: delete the pod 03/08/23 15:47:56.44 + Mar 8 15:47:56.448: INFO: Waiting for pod pod-configmaps-9ab69cfc-4541-4f4f-8d84-1dc372ac48a7 to disappear + Mar 8 15:47:56.451: INFO: Pod pod-configmaps-9ab69cfc-4541-4f4f-8d84-1dc372ac48a7 no longer exists + [AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 + Mar 8 15:47:56.451: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "configmap-3647" for this suite. 03/08/23 15:47:56.455 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:47:56.461 +Mar 8 15:47:56.461: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename container-runtime 03/08/23 15:47:56.461 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:47:56.474 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:47:56.477 +[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 03/08/23 15:47:56.48 +STEP: wait for the container to reach Failed 03/08/23 15:47:56.487 +STEP: get the container status 03/08/23 15:47:59.503 +STEP: the container should be terminated 03/08/23 15:47:59.506 +STEP: the termination message should be set 03/08/23 15:47:59.506 +Mar 8 15:47:59.506: INFO: Expected: &{DONE} to match Container's Termination Message: DONE -- +STEP: delete the container 03/08/23 15:47:59.506 +[AfterEach] [sig-node] Container Runtime + test/e2e/framework/framework.go:187 +Mar 8 15:47:59.519: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "container-runtime-8166" for this suite. 03/08/23 15:47:59.524 +{"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":352,"skipped":6485,"failed":0} +------------------------------ +• [3.068 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 03/08/23 15:47:56.461 + Mar 8 15:47:56.461: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename container-runtime 03/08/23 15:47:56.461 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:47:56.474 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:47:56.477 + [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 03/08/23 15:47:56.48 + STEP: wait for the container to reach Failed 03/08/23 15:47:56.487 + STEP: get the container status 03/08/23 15:47:59.503 + STEP: the container should be terminated 03/08/23 15:47:59.506 + STEP: the termination message should be set 03/08/23 15:47:59.506 + Mar 8 15:47:59.506: INFO: Expected: &{DONE} to match Container's Termination Message: DONE -- + STEP: delete the container 03/08/23 15:47:59.506 + [AfterEach] [sig-node] Container Runtime + test/e2e/framework/framework.go:187 + Mar 8 15:47:59.519: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "container-runtime-8166" for this suite. 03/08/23 15:47:59.524 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSS +------------------------------ +[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 03/08/23 15:47:59.529 +Mar 8 15:47:59.529: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename sched-preemption 03/08/23 15:47:59.53 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:47:59.543 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:47:59.545 +[BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:92 +Mar 8 15:47:59.560: INFO: Waiting up to 1m0s for all nodes to be ready +Mar 8 15:48:59.594: INFO: Waiting for terminating namespaces to be deleted... +[BeforeEach] PriorityClass endpoints + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 03/08/23 15:48:59.596 +Mar 8 15:48:59.596: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename sched-preemption-path 03/08/23 15:48:59.597 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:48:59.611 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:48:59.615 +[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 +Mar 8 15:48:59.629: INFO: PriorityClass.scheduling.k8s.io "p1" is invalid: value: Forbidden: may not be changed in an update. +Mar 8 15:48:59.632: 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 +Mar 8 15:48:59.649: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "sched-preemption-path-7049" for this suite. 03/08/23 15:48:59.652 +[AfterEach] PriorityClass endpoints + test/e2e/scheduling/preemption.go:706 +[AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/framework.go:187 +Mar 8 15:48:59.667: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "sched-preemption-8826" for this suite. 03/08/23 15:48:59.671 +[AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:80 +{"msg":"PASSED [sig-scheduling] SchedulerPreemption [Serial] PriorityClass endpoints verify PriorityClass endpoints can be operated with different HTTP methods [Conformance]","completed":353,"skipped":6491,"failed":0} +------------------------------ +• [SLOW TEST] [60.175 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 03/08/23 15:47:59.529 + Mar 8 15:47:59.529: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename sched-preemption 03/08/23 15:47:59.53 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:47:59.543 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:47:59.545 + [BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:92 + Mar 8 15:47:59.560: INFO: Waiting up to 1m0s for all nodes to be ready + Mar 8 15:48:59.594: INFO: Waiting for terminating namespaces to be deleted... + [BeforeEach] PriorityClass endpoints + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 03/08/23 15:48:59.596 + Mar 8 15:48:59.596: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename sched-preemption-path 03/08/23 15:48:59.597 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:48:59.611 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:48:59.615 + [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 + Mar 8 15:48:59.629: INFO: PriorityClass.scheduling.k8s.io "p1" is invalid: value: Forbidden: may not be changed in an update. + Mar 8 15:48:59.632: 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 + Mar 8 15:48:59.649: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "sched-preemption-path-7049" for this suite. 03/08/23 15:48:59.652 + [AfterEach] PriorityClass endpoints + test/e2e/scheduling/preemption.go:706 + [AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/framework.go:187 + Mar 8 15:48:59.667: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "sched-preemption-8826" for this suite. 03/08/23 15:48:59.671 + [AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:80 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:48:59.705 +Mar 8 15:48:59.705: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename proxy 03/08/23 15:48:59.706 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:48:59.717 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:48:59.72 +[It] should proxy through a service and a pod [Conformance] + test/e2e/network/proxy.go:101 +STEP: starting an echo server on multiple ports 03/08/23 15:48:59.73 +STEP: creating replication controller proxy-service-bt24h in namespace proxy-8238 03/08/23 15:48:59.73 +I0308 15:48:59.738523 20 runners.go:193] Created replication controller with name: proxy-service-bt24h, namespace: proxy-8238, replica count: 1 +I0308 15:49:00.789429 20 runners.go:193] proxy-service-bt24h Pods: 1 out of 1 created, 0 running, 1 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady +I0308 15:49:01.789701 20 runners.go:193] proxy-service-bt24h Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady +I0308 15:49:02.789921 20 runners.go:193] proxy-service-bt24h Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady +I0308 15:49:03.790294 20 runners.go:193] proxy-service-bt24h Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady +I0308 15:49:04.790519 20 runners.go:193] proxy-service-bt24h Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady +I0308 15:49:05.790859 20 runners.go:193] proxy-service-bt24h Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady +I0308 15:49:06.791171 20 runners.go:193] proxy-service-bt24h Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady +I0308 15:49:07.791395 20 runners.go:193] proxy-service-bt24h Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady +I0308 15:49:08.791616 20 runners.go:193] proxy-service-bt24h Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady +I0308 15:49:09.792681 20 runners.go:193] proxy-service-bt24h Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady +I0308 15:49:10.792875 20 runners.go:193] proxy-service-bt24h Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady +I0308 15:49:11.793114 20 runners.go:193] proxy-service-bt24h Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady +I0308 15:49:12.793297 20 runners.go:193] proxy-service-bt24h Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady +I0308 15:49:13.794255 20 runners.go:193] proxy-service-bt24h Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady +I0308 15:49:14.794507 20 runners.go:193] proxy-service-bt24h Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady +I0308 15:49:15.794865 20 runners.go:193] proxy-service-bt24h Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady +I0308 15:49:16.795854 20 runners.go:193] proxy-service-bt24h Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady +I0308 15:49:17.796102 20 runners.go:193] proxy-service-bt24h Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady +I0308 15:49:18.796277 20 runners.go:193] proxy-service-bt24h Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady +I0308 15:49:19.796447 20 runners.go:193] proxy-service-bt24h Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady +I0308 15:49:20.797502 20 runners.go:193] proxy-service-bt24h Pods: 1 out of 1 created, 1 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady +Mar 8 15:49:20.801: INFO: setup took 21.078908505s, starting test cases +STEP: running 16 cases, 20 attempts per case, 320 total attempts 03/08/23 15:49:20.801 +Mar 8 15:49:20.819: INFO: (0) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 17.398266ms) +Mar 8 15:49:20.819: INFO: (0) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 16.990591ms) +Mar 8 15:49:20.819: INFO: (0) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 17.497454ms) +Mar 8 15:49:20.820: INFO: (0) /api/v1/namespaces/proxy-8238/services/http:proxy-service-bt24h:portname2/proxy/: bar (200; 18.540459ms) +Mar 8 15:49:20.820: INFO: (0) /api/v1/namespaces/proxy-8238/services/proxy-service-bt24h:portname2/proxy/: bar (200; 18.630196ms) +Mar 8 15:49:20.820: INFO: (0) /api/v1/namespaces/proxy-8238/services/proxy-service-bt24h:portname1/proxy/: foo (200; 18.434138ms) +Mar 8 15:49:20.821: INFO: (0) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:443/proxy/: ... (200; 20.085813ms) +Mar 8 15:49:20.822: INFO: (0) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:460/proxy/: tls baz (200; 20.482107ms) +Mar 8 15:49:20.822: INFO: (0) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr/proxy/: test (200; 20.598013ms) +Mar 8 15:49:20.822: INFO: (0) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:1080/proxy/: test<... (200; 20.927055ms) +Mar 8 15:49:20.822: INFO: (0) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 20.787801ms) +Mar 8 15:49:20.822: INFO: (0) /api/v1/namespaces/proxy-8238/services/https:proxy-service-bt24h:tlsportname1/proxy/: tls baz (200; 20.689771ms) +Mar 8 15:49:20.831: INFO: (1) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr/proxy/: test (200; 8.077842ms) +Mar 8 15:49:20.831: INFO: (1) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:1080/proxy/: test<... (200; 8.65141ms) +Mar 8 15:49:20.831: INFO: (1) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:460/proxy/: tls baz (200; 7.976037ms) +Mar 8 15:49:20.831: INFO: (1) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 8.060019ms) +Mar 8 15:49:20.831: INFO: (1) /api/v1/namespaces/proxy-8238/services/proxy-service-bt24h:portname2/proxy/: bar (200; 8.364689ms) +Mar 8 15:49:20.831: INFO: (1) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 8.887279ms) +Mar 8 15:49:20.831: INFO: (1) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:1080/proxy/: ... (200; 8.096121ms) +Mar 8 15:49:20.831: INFO: (1) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:462/proxy/: tls qux (200; 8.245045ms) +Mar 8 15:49:20.831: INFO: (1) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 8.852142ms) +Mar 8 15:49:20.831: INFO: (1) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:443/proxy/: test<... (200; 6.179699ms) +Mar 8 15:49:20.843: INFO: (2) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 7.688262ms) +Mar 8 15:49:20.843: INFO: (2) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 7.672661ms) +Mar 8 15:49:20.844: INFO: (2) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:1080/proxy/: ... (200; 8.25567ms) +Mar 8 15:49:20.844: INFO: (2) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr/proxy/: test (200; 9.251897ms) +Mar 8 15:49:20.844: INFO: (2) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 9.221834ms) +Mar 8 15:49:20.845: INFO: (2) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:462/proxy/: tls qux (200; 9.236111ms) +Mar 8 15:49:20.845: INFO: (2) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:443/proxy/: ... (200; 6.471704ms) +Mar 8 15:49:20.857: INFO: (3) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:462/proxy/: tls qux (200; 6.649639ms) +Mar 8 15:49:20.861: INFO: (3) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 9.965315ms) +Mar 8 15:49:20.861: INFO: (3) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 10.425312ms) +Mar 8 15:49:20.861: INFO: (3) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr/proxy/: test (200; 9.874076ms) +Mar 8 15:49:20.861: INFO: (3) /api/v1/namespaces/proxy-8238/services/http:proxy-service-bt24h:portname1/proxy/: foo (200; 10.673844ms) +Mar 8 15:49:20.861: INFO: (3) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:443/proxy/: test<... (200; 10.418728ms) +Mar 8 15:49:20.862: INFO: (3) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 11.33699ms) +Mar 8 15:49:20.863: INFO: (3) /api/v1/namespaces/proxy-8238/services/proxy-service-bt24h:portname1/proxy/: foo (200; 12.75005ms) +Mar 8 15:49:20.864: INFO: (3) /api/v1/namespaces/proxy-8238/services/https:proxy-service-bt24h:tlsportname1/proxy/: tls baz (200; 13.046427ms) +Mar 8 15:49:20.864: INFO: (3) /api/v1/namespaces/proxy-8238/services/http:proxy-service-bt24h:portname2/proxy/: bar (200; 13.017828ms) +Mar 8 15:49:20.864: INFO: (3) /api/v1/namespaces/proxy-8238/services/proxy-service-bt24h:portname2/proxy/: bar (200; 13.211378ms) +Mar 8 15:49:20.864: INFO: (3) /api/v1/namespaces/proxy-8238/services/https:proxy-service-bt24h:tlsportname2/proxy/: tls qux (200; 13.72816ms) +Mar 8 15:49:20.871: INFO: (4) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 6.218343ms) +Mar 8 15:49:20.871: INFO: (4) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:1080/proxy/: test<... (200; 6.308039ms) +Mar 8 15:49:20.874: INFO: (4) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr/proxy/: test (200; 9.016597ms) +Mar 8 15:49:20.874: INFO: (4) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:462/proxy/: tls qux (200; 9.279128ms) +Mar 8 15:49:20.874: INFO: (4) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:443/proxy/: ... (200; 10.934673ms) +Mar 8 15:49:20.876: INFO: (4) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:460/proxy/: tls baz (200; 11.182262ms) +Mar 8 15:49:20.876: INFO: (4) /api/v1/namespaces/proxy-8238/services/http:proxy-service-bt24h:portname2/proxy/: bar (200; 11.541555ms) +Mar 8 15:49:20.876: INFO: (4) /api/v1/namespaces/proxy-8238/services/https:proxy-service-bt24h:tlsportname1/proxy/: tls baz (200; 11.464996ms) +Mar 8 15:49:20.877: INFO: (4) /api/v1/namespaces/proxy-8238/services/http:proxy-service-bt24h:portname1/proxy/: foo (200; 11.951627ms) +Mar 8 15:49:20.878: INFO: (4) /api/v1/namespaces/proxy-8238/services/proxy-service-bt24h:portname1/proxy/: foo (200; 12.334922ms) +Mar 8 15:49:20.878: INFO: (4) /api/v1/namespaces/proxy-8238/services/https:proxy-service-bt24h:tlsportname2/proxy/: tls qux (200; 12.260848ms) +Mar 8 15:49:20.896: INFO: (5) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:460/proxy/: tls baz (200; 18.200563ms) +Mar 8 15:49:20.910: INFO: (5) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 31.26005ms) +Mar 8 15:49:20.911: INFO: (5) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:1080/proxy/: ... (200; 32.900297ms) +Mar 8 15:49:20.912: INFO: (5) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 33.699028ms) +Mar 8 15:49:20.912: INFO: (5) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr/proxy/: test (200; 33.746671ms) +Mar 8 15:49:20.912: INFO: (5) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 33.726737ms) +Mar 8 15:49:20.912: INFO: (5) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:443/proxy/: test<... (200; 34.069257ms) +Mar 8 15:49:20.912: INFO: (5) /api/v1/namespaces/proxy-8238/services/http:proxy-service-bt24h:portname1/proxy/: foo (200; 34.177994ms) +Mar 8 15:49:20.912: INFO: (5) /api/v1/namespaces/proxy-8238/services/http:proxy-service-bt24h:portname2/proxy/: bar (200; 34.501264ms) +Mar 8 15:49:20.913: INFO: (5) /api/v1/namespaces/proxy-8238/services/https:proxy-service-bt24h:tlsportname2/proxy/: tls qux (200; 34.628286ms) +Mar 8 15:49:20.913: INFO: (5) /api/v1/namespaces/proxy-8238/services/https:proxy-service-bt24h:tlsportname1/proxy/: tls baz (200; 34.9422ms) +Mar 8 15:49:20.913: INFO: (5) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 34.789023ms) +Mar 8 15:49:20.913: INFO: (5) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:462/proxy/: tls qux (200; 34.878358ms) +Mar 8 15:49:20.913: INFO: (5) /api/v1/namespaces/proxy-8238/services/proxy-service-bt24h:portname2/proxy/: bar (200; 34.541403ms) +Mar 8 15:49:20.913: INFO: (5) /api/v1/namespaces/proxy-8238/services/proxy-service-bt24h:portname1/proxy/: foo (200; 35.172545ms) +Mar 8 15:49:20.920: INFO: (6) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:462/proxy/: tls qux (200; 6.66323ms) +Mar 8 15:49:20.921: INFO: (6) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 7.504924ms) +Mar 8 15:49:20.921: INFO: (6) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:1080/proxy/: ... (200; 8.156462ms) +Mar 8 15:49:20.921: INFO: (6) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 8.179238ms) +Mar 8 15:49:20.922: INFO: (6) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr/proxy/: test (200; 8.334257ms) +Mar 8 15:49:20.922: INFO: (6) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 9.056933ms) +Mar 8 15:49:20.927: INFO: (6) /api/v1/namespaces/proxy-8238/services/http:proxy-service-bt24h:portname2/proxy/: bar (200; 14.215041ms) +Mar 8 15:49:20.927: INFO: (6) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:1080/proxy/: test<... (200; 14.080091ms) +Mar 8 15:49:20.927: INFO: (6) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 14.196998ms) +Mar 8 15:49:20.927: INFO: (6) /api/v1/namespaces/proxy-8238/services/https:proxy-service-bt24h:tlsportname1/proxy/: tls baz (200; 14.330836ms) +Mar 8 15:49:20.927: INFO: (6) /api/v1/namespaces/proxy-8238/services/http:proxy-service-bt24h:portname1/proxy/: foo (200; 14.298961ms) +Mar 8 15:49:20.927: INFO: (6) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:443/proxy/: test<... (200; 6.709526ms) +Mar 8 15:49:20.938: INFO: (7) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:460/proxy/: tls baz (200; 9.965643ms) +Mar 8 15:49:20.938: INFO: (7) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 9.879867ms) +Mar 8 15:49:20.938: INFO: (7) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:1080/proxy/: ... (200; 9.938402ms) +Mar 8 15:49:20.938: INFO: (7) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 10.219512ms) +Mar 8 15:49:20.939: INFO: (7) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr/proxy/: test (200; 10.701015ms) +Mar 8 15:49:20.939: INFO: (7) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 10.900013ms) +Mar 8 15:49:20.939: INFO: (7) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:443/proxy/: ... (200; 6.174683ms) +Mar 8 15:49:20.947: INFO: (8) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:462/proxy/: tls qux (200; 6.127499ms) +Mar 8 15:49:20.947: INFO: (8) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:1080/proxy/: test<... (200; 6.793173ms) +Mar 8 15:49:20.950: INFO: (8) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 9.294364ms) +Mar 8 15:49:20.950: INFO: (8) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 9.456995ms) +Mar 8 15:49:20.950: INFO: (8) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr/proxy/: test (200; 9.527901ms) +Mar 8 15:49:20.950: INFO: (8) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:443/proxy/: ... (200; 9.57015ms) +Mar 8 15:49:20.963: INFO: (9) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr/proxy/: test (200; 9.819114ms) +Mar 8 15:49:20.963: INFO: (9) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:1080/proxy/: test<... (200; 9.970982ms) +Mar 8 15:49:20.963: INFO: (9) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 9.715921ms) +Mar 8 15:49:20.963: INFO: (9) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:460/proxy/: tls baz (200; 9.748837ms) +Mar 8 15:49:20.963: INFO: (9) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:443/proxy/: test (200; 8.58619ms) +Mar 8 15:49:20.975: INFO: (10) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 7.930736ms) +Mar 8 15:49:20.975: INFO: (10) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 8.437547ms) +Mar 8 15:49:20.975: INFO: (10) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:1080/proxy/: ... (200; 7.822416ms) +Mar 8 15:49:20.975: INFO: (10) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 8.626903ms) +Mar 8 15:49:20.975: INFO: (10) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 8.704692ms) +Mar 8 15:49:20.976: INFO: (10) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:443/proxy/: test<... (200; 8.178276ms) +Mar 8 15:49:20.979: INFO: (10) /api/v1/namespaces/proxy-8238/services/proxy-service-bt24h:portname2/proxy/: bar (200; 11.861333ms) +Mar 8 15:49:20.980: INFO: (10) /api/v1/namespaces/proxy-8238/services/proxy-service-bt24h:portname1/proxy/: foo (200; 12.368493ms) +Mar 8 15:49:20.980: INFO: (10) /api/v1/namespaces/proxy-8238/services/https:proxy-service-bt24h:tlsportname2/proxy/: tls qux (200; 13.701398ms) +Mar 8 15:49:20.980: INFO: (10) /api/v1/namespaces/proxy-8238/services/http:proxy-service-bt24h:portname2/proxy/: bar (200; 13.338264ms) +Mar 8 15:49:20.981: INFO: (10) /api/v1/namespaces/proxy-8238/services/http:proxy-service-bt24h:portname1/proxy/: foo (200; 13.011002ms) +Mar 8 15:49:20.981: INFO: (10) /api/v1/namespaces/proxy-8238/services/https:proxy-service-bt24h:tlsportname1/proxy/: tls baz (200; 13.939333ms) +Mar 8 15:49:20.992: INFO: (11) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:1080/proxy/: ... (200; 10.40448ms) +Mar 8 15:49:20.992: INFO: (11) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr/proxy/: test (200; 10.70656ms) +Mar 8 15:49:20.992: INFO: (11) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 10.576463ms) +Mar 8 15:49:20.992: INFO: (11) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 11.063213ms) +Mar 8 15:49:20.992: INFO: (11) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 11.819691ms) +Mar 8 15:49:20.992: INFO: (11) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:460/proxy/: tls baz (200; 10.999793ms) +Mar 8 15:49:20.992: INFO: (11) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:443/proxy/: test<... (200; 12.978504ms) +Mar 8 15:49:20.994: INFO: (11) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 12.482308ms) +Mar 8 15:49:20.994: INFO: (11) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:462/proxy/: tls qux (200; 12.490105ms) +Mar 8 15:49:20.994: INFO: (11) /api/v1/namespaces/proxy-8238/services/proxy-service-bt24h:portname2/proxy/: bar (200; 13.39583ms) +Mar 8 15:49:20.994: INFO: (11) /api/v1/namespaces/proxy-8238/services/http:proxy-service-bt24h:portname2/proxy/: bar (200; 13.328772ms) +Mar 8 15:49:20.994: INFO: (11) /api/v1/namespaces/proxy-8238/services/http:proxy-service-bt24h:portname1/proxy/: foo (200; 13.00094ms) +Mar 8 15:49:20.994: INFO: (11) /api/v1/namespaces/proxy-8238/services/https:proxy-service-bt24h:tlsportname1/proxy/: tls baz (200; 13.310953ms) +Mar 8 15:49:20.995: INFO: (11) /api/v1/namespaces/proxy-8238/services/https:proxy-service-bt24h:tlsportname2/proxy/: tls qux (200; 13.87422ms) +Mar 8 15:49:21.003: INFO: (12) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:462/proxy/: tls qux (200; 8.345948ms) +Mar 8 15:49:21.004: INFO: (12) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr/proxy/: test (200; 8.570303ms) +Mar 8 15:49:21.004: INFO: (12) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:1080/proxy/: ... (200; 8.904015ms) +Mar 8 15:49:21.005: INFO: (12) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 9.334935ms) +Mar 8 15:49:21.005: INFO: (12) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:1080/proxy/: test<... (200; 9.144077ms) +Mar 8 15:49:21.005: INFO: (12) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 9.50437ms) +Mar 8 15:49:21.005: INFO: (12) /api/v1/namespaces/proxy-8238/services/http:proxy-service-bt24h:portname1/proxy/: foo (200; 10.140644ms) +Mar 8 15:49:21.005: INFO: (12) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:443/proxy/: ... (200; 8.752868ms) +Mar 8 15:49:21.020: INFO: (13) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:1080/proxy/: test<... (200; 9.587053ms) +Mar 8 15:49:21.020: INFO: (13) /api/v1/namespaces/proxy-8238/services/proxy-service-bt24h:portname1/proxy/: foo (200; 9.801444ms) +Mar 8 15:49:21.020: INFO: (13) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 9.195158ms) +Mar 8 15:49:21.020: INFO: (13) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:460/proxy/: tls baz (200; 9.228536ms) +Mar 8 15:49:21.020: INFO: (13) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:443/proxy/: test (200; 9.749816ms) +Mar 8 15:49:21.020: INFO: (13) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 10.366154ms) +Mar 8 15:49:21.020: INFO: (13) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:462/proxy/: tls qux (200; 9.604772ms) +Mar 8 15:49:21.021: INFO: (13) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 10.596063ms) +Mar 8 15:49:21.022: INFO: (13) /api/v1/namespaces/proxy-8238/services/proxy-service-bt24h:portname2/proxy/: bar (200; 11.599921ms) +Mar 8 15:49:21.023: INFO: (13) /api/v1/namespaces/proxy-8238/services/http:proxy-service-bt24h:portname2/proxy/: bar (200; 12.896732ms) +Mar 8 15:49:21.023: INFO: (13) /api/v1/namespaces/proxy-8238/services/http:proxy-service-bt24h:portname1/proxy/: foo (200; 12.34381ms) +Mar 8 15:49:21.023: INFO: (13) /api/v1/namespaces/proxy-8238/services/https:proxy-service-bt24h:tlsportname1/proxy/: tls baz (200; 13.011691ms) +Mar 8 15:49:21.023: INFO: (13) /api/v1/namespaces/proxy-8238/services/https:proxy-service-bt24h:tlsportname2/proxy/: tls qux (200; 13.385869ms) +Mar 8 15:49:21.034: INFO: (14) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 10.73534ms) +Mar 8 15:49:21.034: INFO: (14) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:460/proxy/: tls baz (200; 9.823786ms) +Mar 8 15:49:21.034: INFO: (14) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 10.182579ms) +Mar 8 15:49:21.034: INFO: (14) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:1080/proxy/: ... (200; 10.715208ms) +Mar 8 15:49:21.034: INFO: (14) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:1080/proxy/: test<... (200; 10.675198ms) +Mar 8 15:49:21.034: INFO: (14) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr/proxy/: test (200; 10.432456ms) +Mar 8 15:49:21.035: INFO: (14) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 10.282719ms) +Mar 8 15:49:21.035: INFO: (14) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 10.431437ms) +Mar 8 15:49:21.035: INFO: (14) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:462/proxy/: tls qux (200; 11.429065ms) +Mar 8 15:49:21.035: INFO: (14) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:443/proxy/: test (200; 10.201206ms) +Mar 8 15:49:21.047: INFO: (15) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:460/proxy/: tls baz (200; 10.201735ms) +Mar 8 15:49:21.047: INFO: (15) /api/v1/namespaces/proxy-8238/services/http:proxy-service-bt24h:portname1/proxy/: foo (200; 10.92081ms) +Mar 8 15:49:21.047: INFO: (15) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:443/proxy/: test<... (200; 11.424924ms) +Mar 8 15:49:21.048: INFO: (15) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 11.605602ms) +Mar 8 15:49:21.048: INFO: (15) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 11.800623ms) +Mar 8 15:49:21.048: INFO: (15) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:1080/proxy/: ... (200; 11.921471ms) +Mar 8 15:49:21.050: INFO: (15) /api/v1/namespaces/proxy-8238/services/https:proxy-service-bt24h:tlsportname1/proxy/: tls baz (200; 13.714366ms) +Mar 8 15:49:21.051: INFO: (15) /api/v1/namespaces/proxy-8238/services/proxy-service-bt24h:portname2/proxy/: bar (200; 14.800637ms) +Mar 8 15:49:21.053: INFO: (15) /api/v1/namespaces/proxy-8238/services/https:proxy-service-bt24h:tlsportname2/proxy/: tls qux (200; 17.183911ms) +Mar 8 15:49:21.053: INFO: (15) /api/v1/namespaces/proxy-8238/services/http:proxy-service-bt24h:portname2/proxy/: bar (200; 17.084005ms) +Mar 8 15:49:21.053: INFO: (15) /api/v1/namespaces/proxy-8238/services/proxy-service-bt24h:portname1/proxy/: foo (200; 17.248989ms) +Mar 8 15:49:21.064: INFO: (16) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 10.061047ms) +Mar 8 15:49:21.064: INFO: (16) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 9.841422ms) +Mar 8 15:49:21.064: INFO: (16) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr/proxy/: test (200; 9.775773ms) +Mar 8 15:49:21.064: INFO: (16) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 9.917181ms) +Mar 8 15:49:21.064: INFO: (16) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:1080/proxy/: ... (200; 10.151197ms) +Mar 8 15:49:21.064: INFO: (16) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:460/proxy/: tls baz (200; 10.16488ms) +Mar 8 15:49:21.064: INFO: (16) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:443/proxy/: test<... (200; 11.17358ms) +Mar 8 15:49:21.067: INFO: (16) /api/v1/namespaces/proxy-8238/services/http:proxy-service-bt24h:portname2/proxy/: bar (200; 13.15464ms) +Mar 8 15:49:21.067: INFO: (16) /api/v1/namespaces/proxy-8238/services/proxy-service-bt24h:portname2/proxy/: bar (200; 13.102416ms) +Mar 8 15:49:21.067: INFO: (16) /api/v1/namespaces/proxy-8238/services/http:proxy-service-bt24h:portname1/proxy/: foo (200; 13.86885ms) +Mar 8 15:49:21.067: INFO: (16) /api/v1/namespaces/proxy-8238/services/proxy-service-bt24h:portname1/proxy/: foo (200; 13.816839ms) +Mar 8 15:49:21.068: INFO: (16) /api/v1/namespaces/proxy-8238/services/https:proxy-service-bt24h:tlsportname1/proxy/: tls baz (200; 13.913668ms) +Mar 8 15:49:21.076: INFO: (17) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 7.947189ms) +Mar 8 15:49:21.077: INFO: (17) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 8.251352ms) +Mar 8 15:49:21.077: INFO: (17) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:1080/proxy/: ... (200; 8.479672ms) +Mar 8 15:49:21.077: INFO: (17) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr/proxy/: test (200; 8.350566ms) +Mar 8 15:49:21.077: INFO: (17) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:462/proxy/: tls qux (200; 8.614486ms) +Mar 8 15:49:21.077: INFO: (17) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 8.468191ms) +Mar 8 15:49:21.077: INFO: (17) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 8.861261ms) +Mar 8 15:49:21.077: INFO: (17) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:443/proxy/: test<... (200; 8.984325ms) +Mar 8 15:49:21.077: INFO: (17) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:460/proxy/: tls baz (200; 8.701672ms) +Mar 8 15:49:21.079: INFO: (17) /api/v1/namespaces/proxy-8238/services/proxy-service-bt24h:portname2/proxy/: bar (200; 10.84998ms) +Mar 8 15:49:21.081: INFO: (17) /api/v1/namespaces/proxy-8238/services/http:proxy-service-bt24h:portname2/proxy/: bar (200; 12.268717ms) +Mar 8 15:49:21.081: INFO: (17) /api/v1/namespaces/proxy-8238/services/http:proxy-service-bt24h:portname1/proxy/: foo (200; 12.516976ms) +Mar 8 15:49:21.081: INFO: (17) /api/v1/namespaces/proxy-8238/services/proxy-service-bt24h:portname1/proxy/: foo (200; 12.409683ms) +Mar 8 15:49:21.081: INFO: (17) /api/v1/namespaces/proxy-8238/services/https:proxy-service-bt24h:tlsportname2/proxy/: tls qux (200; 12.688112ms) +Mar 8 15:49:21.081: INFO: (17) /api/v1/namespaces/proxy-8238/services/https:proxy-service-bt24h:tlsportname1/proxy/: tls baz (200; 12.653332ms) +Mar 8 15:49:21.086: INFO: (18) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr/proxy/: test (200; 5.005828ms) +Mar 8 15:49:21.090: INFO: (18) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:1080/proxy/: ... (200; 8.407288ms) +Mar 8 15:49:21.091: INFO: (18) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 9.221827ms) +Mar 8 15:49:21.091: INFO: (18) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:462/proxy/: tls qux (200; 8.769891ms) +Mar 8 15:49:21.091: INFO: (18) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 9.123661ms) +Mar 8 15:49:21.091: INFO: (18) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:443/proxy/: test<... (200; 8.970933ms) +Mar 8 15:49:21.091: INFO: (18) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:460/proxy/: tls baz (200; 9.322964ms) +Mar 8 15:49:21.091: INFO: (18) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 9.680975ms) +Mar 8 15:49:21.091: INFO: (18) /api/v1/namespaces/proxy-8238/services/https:proxy-service-bt24h:tlsportname2/proxy/: tls qux (200; 10.013079ms) +Mar 8 15:49:21.093: INFO: (18) /api/v1/namespaces/proxy-8238/services/http:proxy-service-bt24h:portname2/proxy/: bar (200; 11.482581ms) +Mar 8 15:49:21.094: INFO: (18) /api/v1/namespaces/proxy-8238/services/proxy-service-bt24h:portname2/proxy/: bar (200; 12.463121ms) +Mar 8 15:49:21.094: INFO: (18) /api/v1/namespaces/proxy-8238/services/http:proxy-service-bt24h:portname1/proxy/: foo (200; 12.155477ms) +Mar 8 15:49:21.094: INFO: (18) /api/v1/namespaces/proxy-8238/services/proxy-service-bt24h:portname1/proxy/: foo (200; 12.04369ms) +Mar 8 15:49:21.104: INFO: (19) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:1080/proxy/: ... (200; 10.042528ms) +Mar 8 15:49:21.104: INFO: (19) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 9.763372ms) +Mar 8 15:49:21.105: INFO: (19) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:460/proxy/: tls baz (200; 10.796779ms) +Mar 8 15:49:21.106: INFO: (19) /api/v1/namespaces/proxy-8238/services/http:proxy-service-bt24h:portname2/proxy/: bar (200; 11.384634ms) +Mar 8 15:49:21.106: INFO: (19) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 11.550271ms) +Mar 8 15:49:21.106: INFO: (19) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 11.249082ms) +Mar 8 15:49:21.106: INFO: (19) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:1080/proxy/: test<... (200; 11.803794ms) +Mar 8 15:49:21.106: INFO: (19) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:462/proxy/: tls qux (200; 12.018345ms) +Mar 8 15:49:21.106: INFO: (19) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr/proxy/: test (200; 11.782518ms) +Mar 8 15:49:21.107: INFO: (19) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 12.460912ms) +Mar 8 15:49:21.107: INFO: (19) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:443/proxy/: > + [BeforeEach] version v1 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 03/08/23 15:48:59.705 + Mar 8 15:48:59.705: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename proxy 03/08/23 15:48:59.706 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:48:59.717 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:48:59.72 + [It] should proxy through a service and a pod [Conformance] + test/e2e/network/proxy.go:101 + STEP: starting an echo server on multiple ports 03/08/23 15:48:59.73 + STEP: creating replication controller proxy-service-bt24h in namespace proxy-8238 03/08/23 15:48:59.73 + I0308 15:48:59.738523 20 runners.go:193] Created replication controller with name: proxy-service-bt24h, namespace: proxy-8238, replica count: 1 + I0308 15:49:00.789429 20 runners.go:193] proxy-service-bt24h Pods: 1 out of 1 created, 0 running, 1 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady + I0308 15:49:01.789701 20 runners.go:193] proxy-service-bt24h Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady + I0308 15:49:02.789921 20 runners.go:193] proxy-service-bt24h Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady + I0308 15:49:03.790294 20 runners.go:193] proxy-service-bt24h Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady + I0308 15:49:04.790519 20 runners.go:193] proxy-service-bt24h Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady + I0308 15:49:05.790859 20 runners.go:193] proxy-service-bt24h Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady + I0308 15:49:06.791171 20 runners.go:193] proxy-service-bt24h Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady + I0308 15:49:07.791395 20 runners.go:193] proxy-service-bt24h Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady + I0308 15:49:08.791616 20 runners.go:193] proxy-service-bt24h Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady + I0308 15:49:09.792681 20 runners.go:193] proxy-service-bt24h Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady + I0308 15:49:10.792875 20 runners.go:193] proxy-service-bt24h Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady + I0308 15:49:11.793114 20 runners.go:193] proxy-service-bt24h Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady + I0308 15:49:12.793297 20 runners.go:193] proxy-service-bt24h Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady + I0308 15:49:13.794255 20 runners.go:193] proxy-service-bt24h Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady + I0308 15:49:14.794507 20 runners.go:193] proxy-service-bt24h Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady + I0308 15:49:15.794865 20 runners.go:193] proxy-service-bt24h Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady + I0308 15:49:16.795854 20 runners.go:193] proxy-service-bt24h Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady + I0308 15:49:17.796102 20 runners.go:193] proxy-service-bt24h Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady + I0308 15:49:18.796277 20 runners.go:193] proxy-service-bt24h Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady + I0308 15:49:19.796447 20 runners.go:193] proxy-service-bt24h Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady + I0308 15:49:20.797502 20 runners.go:193] proxy-service-bt24h Pods: 1 out of 1 created, 1 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady + Mar 8 15:49:20.801: INFO: setup took 21.078908505s, starting test cases + STEP: running 16 cases, 20 attempts per case, 320 total attempts 03/08/23 15:49:20.801 + Mar 8 15:49:20.819: INFO: (0) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 17.398266ms) + Mar 8 15:49:20.819: INFO: (0) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 16.990591ms) + Mar 8 15:49:20.819: INFO: (0) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 17.497454ms) + Mar 8 15:49:20.820: INFO: (0) /api/v1/namespaces/proxy-8238/services/http:proxy-service-bt24h:portname2/proxy/: bar (200; 18.540459ms) + Mar 8 15:49:20.820: INFO: (0) /api/v1/namespaces/proxy-8238/services/proxy-service-bt24h:portname2/proxy/: bar (200; 18.630196ms) + Mar 8 15:49:20.820: INFO: (0) /api/v1/namespaces/proxy-8238/services/proxy-service-bt24h:portname1/proxy/: foo (200; 18.434138ms) + Mar 8 15:49:20.821: INFO: (0) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:443/proxy/: ... (200; 20.085813ms) + Mar 8 15:49:20.822: INFO: (0) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:460/proxy/: tls baz (200; 20.482107ms) + Mar 8 15:49:20.822: INFO: (0) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr/proxy/: test (200; 20.598013ms) + Mar 8 15:49:20.822: INFO: (0) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:1080/proxy/: test<... (200; 20.927055ms) + Mar 8 15:49:20.822: INFO: (0) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 20.787801ms) + Mar 8 15:49:20.822: INFO: (0) /api/v1/namespaces/proxy-8238/services/https:proxy-service-bt24h:tlsportname1/proxy/: tls baz (200; 20.689771ms) + Mar 8 15:49:20.831: INFO: (1) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr/proxy/: test (200; 8.077842ms) + Mar 8 15:49:20.831: INFO: (1) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:1080/proxy/: test<... (200; 8.65141ms) + Mar 8 15:49:20.831: INFO: (1) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:460/proxy/: tls baz (200; 7.976037ms) + Mar 8 15:49:20.831: INFO: (1) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 8.060019ms) + Mar 8 15:49:20.831: INFO: (1) /api/v1/namespaces/proxy-8238/services/proxy-service-bt24h:portname2/proxy/: bar (200; 8.364689ms) + Mar 8 15:49:20.831: INFO: (1) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 8.887279ms) + Mar 8 15:49:20.831: INFO: (1) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:1080/proxy/: ... (200; 8.096121ms) + Mar 8 15:49:20.831: INFO: (1) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:462/proxy/: tls qux (200; 8.245045ms) + Mar 8 15:49:20.831: INFO: (1) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 8.852142ms) + Mar 8 15:49:20.831: INFO: (1) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:443/proxy/: test<... (200; 6.179699ms) + Mar 8 15:49:20.843: INFO: (2) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 7.688262ms) + Mar 8 15:49:20.843: INFO: (2) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 7.672661ms) + Mar 8 15:49:20.844: INFO: (2) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:1080/proxy/: ... (200; 8.25567ms) + Mar 8 15:49:20.844: INFO: (2) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr/proxy/: test (200; 9.251897ms) + Mar 8 15:49:20.844: INFO: (2) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 9.221834ms) + Mar 8 15:49:20.845: INFO: (2) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:462/proxy/: tls qux (200; 9.236111ms) + Mar 8 15:49:20.845: INFO: (2) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:443/proxy/: ... (200; 6.471704ms) + Mar 8 15:49:20.857: INFO: (3) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:462/proxy/: tls qux (200; 6.649639ms) + Mar 8 15:49:20.861: INFO: (3) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 9.965315ms) + Mar 8 15:49:20.861: INFO: (3) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 10.425312ms) + Mar 8 15:49:20.861: INFO: (3) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr/proxy/: test (200; 9.874076ms) + Mar 8 15:49:20.861: INFO: (3) /api/v1/namespaces/proxy-8238/services/http:proxy-service-bt24h:portname1/proxy/: foo (200; 10.673844ms) + Mar 8 15:49:20.861: INFO: (3) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:443/proxy/: test<... (200; 10.418728ms) + Mar 8 15:49:20.862: INFO: (3) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 11.33699ms) + Mar 8 15:49:20.863: INFO: (3) /api/v1/namespaces/proxy-8238/services/proxy-service-bt24h:portname1/proxy/: foo (200; 12.75005ms) + Mar 8 15:49:20.864: INFO: (3) /api/v1/namespaces/proxy-8238/services/https:proxy-service-bt24h:tlsportname1/proxy/: tls baz (200; 13.046427ms) + Mar 8 15:49:20.864: INFO: (3) /api/v1/namespaces/proxy-8238/services/http:proxy-service-bt24h:portname2/proxy/: bar (200; 13.017828ms) + Mar 8 15:49:20.864: INFO: (3) /api/v1/namespaces/proxy-8238/services/proxy-service-bt24h:portname2/proxy/: bar (200; 13.211378ms) + Mar 8 15:49:20.864: INFO: (3) /api/v1/namespaces/proxy-8238/services/https:proxy-service-bt24h:tlsportname2/proxy/: tls qux (200; 13.72816ms) + Mar 8 15:49:20.871: INFO: (4) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 6.218343ms) + Mar 8 15:49:20.871: INFO: (4) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:1080/proxy/: test<... (200; 6.308039ms) + Mar 8 15:49:20.874: INFO: (4) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr/proxy/: test (200; 9.016597ms) + Mar 8 15:49:20.874: INFO: (4) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:462/proxy/: tls qux (200; 9.279128ms) + Mar 8 15:49:20.874: INFO: (4) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:443/proxy/: ... (200; 10.934673ms) + Mar 8 15:49:20.876: INFO: (4) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:460/proxy/: tls baz (200; 11.182262ms) + Mar 8 15:49:20.876: INFO: (4) /api/v1/namespaces/proxy-8238/services/http:proxy-service-bt24h:portname2/proxy/: bar (200; 11.541555ms) + Mar 8 15:49:20.876: INFO: (4) /api/v1/namespaces/proxy-8238/services/https:proxy-service-bt24h:tlsportname1/proxy/: tls baz (200; 11.464996ms) + Mar 8 15:49:20.877: INFO: (4) /api/v1/namespaces/proxy-8238/services/http:proxy-service-bt24h:portname1/proxy/: foo (200; 11.951627ms) + Mar 8 15:49:20.878: INFO: (4) /api/v1/namespaces/proxy-8238/services/proxy-service-bt24h:portname1/proxy/: foo (200; 12.334922ms) + Mar 8 15:49:20.878: INFO: (4) /api/v1/namespaces/proxy-8238/services/https:proxy-service-bt24h:tlsportname2/proxy/: tls qux (200; 12.260848ms) + Mar 8 15:49:20.896: INFO: (5) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:460/proxy/: tls baz (200; 18.200563ms) + Mar 8 15:49:20.910: INFO: (5) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 31.26005ms) + Mar 8 15:49:20.911: INFO: (5) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:1080/proxy/: ... (200; 32.900297ms) + Mar 8 15:49:20.912: INFO: (5) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 33.699028ms) + Mar 8 15:49:20.912: INFO: (5) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr/proxy/: test (200; 33.746671ms) + Mar 8 15:49:20.912: INFO: (5) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 33.726737ms) + Mar 8 15:49:20.912: INFO: (5) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:443/proxy/: test<... (200; 34.069257ms) + Mar 8 15:49:20.912: INFO: (5) /api/v1/namespaces/proxy-8238/services/http:proxy-service-bt24h:portname1/proxy/: foo (200; 34.177994ms) + Mar 8 15:49:20.912: INFO: (5) /api/v1/namespaces/proxy-8238/services/http:proxy-service-bt24h:portname2/proxy/: bar (200; 34.501264ms) + Mar 8 15:49:20.913: INFO: (5) /api/v1/namespaces/proxy-8238/services/https:proxy-service-bt24h:tlsportname2/proxy/: tls qux (200; 34.628286ms) + Mar 8 15:49:20.913: INFO: (5) /api/v1/namespaces/proxy-8238/services/https:proxy-service-bt24h:tlsportname1/proxy/: tls baz (200; 34.9422ms) + Mar 8 15:49:20.913: INFO: (5) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 34.789023ms) + Mar 8 15:49:20.913: INFO: (5) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:462/proxy/: tls qux (200; 34.878358ms) + Mar 8 15:49:20.913: INFO: (5) /api/v1/namespaces/proxy-8238/services/proxy-service-bt24h:portname2/proxy/: bar (200; 34.541403ms) + Mar 8 15:49:20.913: INFO: (5) /api/v1/namespaces/proxy-8238/services/proxy-service-bt24h:portname1/proxy/: foo (200; 35.172545ms) + Mar 8 15:49:20.920: INFO: (6) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:462/proxy/: tls qux (200; 6.66323ms) + Mar 8 15:49:20.921: INFO: (6) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 7.504924ms) + Mar 8 15:49:20.921: INFO: (6) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:1080/proxy/: ... (200; 8.156462ms) + Mar 8 15:49:20.921: INFO: (6) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 8.179238ms) + Mar 8 15:49:20.922: INFO: (6) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr/proxy/: test (200; 8.334257ms) + Mar 8 15:49:20.922: INFO: (6) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 9.056933ms) + Mar 8 15:49:20.927: INFO: (6) /api/v1/namespaces/proxy-8238/services/http:proxy-service-bt24h:portname2/proxy/: bar (200; 14.215041ms) + Mar 8 15:49:20.927: INFO: (6) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:1080/proxy/: test<... (200; 14.080091ms) + Mar 8 15:49:20.927: INFO: (6) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 14.196998ms) + Mar 8 15:49:20.927: INFO: (6) /api/v1/namespaces/proxy-8238/services/https:proxy-service-bt24h:tlsportname1/proxy/: tls baz (200; 14.330836ms) + Mar 8 15:49:20.927: INFO: (6) /api/v1/namespaces/proxy-8238/services/http:proxy-service-bt24h:portname1/proxy/: foo (200; 14.298961ms) + Mar 8 15:49:20.927: INFO: (6) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:443/proxy/: test<... (200; 6.709526ms) + Mar 8 15:49:20.938: INFO: (7) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:460/proxy/: tls baz (200; 9.965643ms) + Mar 8 15:49:20.938: INFO: (7) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 9.879867ms) + Mar 8 15:49:20.938: INFO: (7) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:1080/proxy/: ... (200; 9.938402ms) + Mar 8 15:49:20.938: INFO: (7) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 10.219512ms) + Mar 8 15:49:20.939: INFO: (7) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr/proxy/: test (200; 10.701015ms) + Mar 8 15:49:20.939: INFO: (7) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 10.900013ms) + Mar 8 15:49:20.939: INFO: (7) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:443/proxy/: ... (200; 6.174683ms) + Mar 8 15:49:20.947: INFO: (8) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:462/proxy/: tls qux (200; 6.127499ms) + Mar 8 15:49:20.947: INFO: (8) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:1080/proxy/: test<... (200; 6.793173ms) + Mar 8 15:49:20.950: INFO: (8) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 9.294364ms) + Mar 8 15:49:20.950: INFO: (8) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 9.456995ms) + Mar 8 15:49:20.950: INFO: (8) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr/proxy/: test (200; 9.527901ms) + Mar 8 15:49:20.950: INFO: (8) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:443/proxy/: ... (200; 9.57015ms) + Mar 8 15:49:20.963: INFO: (9) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr/proxy/: test (200; 9.819114ms) + Mar 8 15:49:20.963: INFO: (9) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:1080/proxy/: test<... (200; 9.970982ms) + Mar 8 15:49:20.963: INFO: (9) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 9.715921ms) + Mar 8 15:49:20.963: INFO: (9) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:460/proxy/: tls baz (200; 9.748837ms) + Mar 8 15:49:20.963: INFO: (9) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:443/proxy/: test (200; 8.58619ms) + Mar 8 15:49:20.975: INFO: (10) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 7.930736ms) + Mar 8 15:49:20.975: INFO: (10) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 8.437547ms) + Mar 8 15:49:20.975: INFO: (10) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:1080/proxy/: ... (200; 7.822416ms) + Mar 8 15:49:20.975: INFO: (10) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 8.626903ms) + Mar 8 15:49:20.975: INFO: (10) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 8.704692ms) + Mar 8 15:49:20.976: INFO: (10) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:443/proxy/: test<... (200; 8.178276ms) + Mar 8 15:49:20.979: INFO: (10) /api/v1/namespaces/proxy-8238/services/proxy-service-bt24h:portname2/proxy/: bar (200; 11.861333ms) + Mar 8 15:49:20.980: INFO: (10) /api/v1/namespaces/proxy-8238/services/proxy-service-bt24h:portname1/proxy/: foo (200; 12.368493ms) + Mar 8 15:49:20.980: INFO: (10) /api/v1/namespaces/proxy-8238/services/https:proxy-service-bt24h:tlsportname2/proxy/: tls qux (200; 13.701398ms) + Mar 8 15:49:20.980: INFO: (10) /api/v1/namespaces/proxy-8238/services/http:proxy-service-bt24h:portname2/proxy/: bar (200; 13.338264ms) + Mar 8 15:49:20.981: INFO: (10) /api/v1/namespaces/proxy-8238/services/http:proxy-service-bt24h:portname1/proxy/: foo (200; 13.011002ms) + Mar 8 15:49:20.981: INFO: (10) /api/v1/namespaces/proxy-8238/services/https:proxy-service-bt24h:tlsportname1/proxy/: tls baz (200; 13.939333ms) + Mar 8 15:49:20.992: INFO: (11) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:1080/proxy/: ... (200; 10.40448ms) + Mar 8 15:49:20.992: INFO: (11) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr/proxy/: test (200; 10.70656ms) + Mar 8 15:49:20.992: INFO: (11) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 10.576463ms) + Mar 8 15:49:20.992: INFO: (11) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 11.063213ms) + Mar 8 15:49:20.992: INFO: (11) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 11.819691ms) + Mar 8 15:49:20.992: INFO: (11) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:460/proxy/: tls baz (200; 10.999793ms) + Mar 8 15:49:20.992: INFO: (11) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:443/proxy/: test<... (200; 12.978504ms) + Mar 8 15:49:20.994: INFO: (11) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 12.482308ms) + Mar 8 15:49:20.994: INFO: (11) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:462/proxy/: tls qux (200; 12.490105ms) + Mar 8 15:49:20.994: INFO: (11) /api/v1/namespaces/proxy-8238/services/proxy-service-bt24h:portname2/proxy/: bar (200; 13.39583ms) + Mar 8 15:49:20.994: INFO: (11) /api/v1/namespaces/proxy-8238/services/http:proxy-service-bt24h:portname2/proxy/: bar (200; 13.328772ms) + Mar 8 15:49:20.994: INFO: (11) /api/v1/namespaces/proxy-8238/services/http:proxy-service-bt24h:portname1/proxy/: foo (200; 13.00094ms) + Mar 8 15:49:20.994: INFO: (11) /api/v1/namespaces/proxy-8238/services/https:proxy-service-bt24h:tlsportname1/proxy/: tls baz (200; 13.310953ms) + Mar 8 15:49:20.995: INFO: (11) /api/v1/namespaces/proxy-8238/services/https:proxy-service-bt24h:tlsportname2/proxy/: tls qux (200; 13.87422ms) + Mar 8 15:49:21.003: INFO: (12) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:462/proxy/: tls qux (200; 8.345948ms) + Mar 8 15:49:21.004: INFO: (12) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr/proxy/: test (200; 8.570303ms) + Mar 8 15:49:21.004: INFO: (12) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:1080/proxy/: ... (200; 8.904015ms) + Mar 8 15:49:21.005: INFO: (12) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 9.334935ms) + Mar 8 15:49:21.005: INFO: (12) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:1080/proxy/: test<... (200; 9.144077ms) + Mar 8 15:49:21.005: INFO: (12) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 9.50437ms) + Mar 8 15:49:21.005: INFO: (12) /api/v1/namespaces/proxy-8238/services/http:proxy-service-bt24h:portname1/proxy/: foo (200; 10.140644ms) + Mar 8 15:49:21.005: INFO: (12) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:443/proxy/: ... (200; 8.752868ms) + Mar 8 15:49:21.020: INFO: (13) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:1080/proxy/: test<... (200; 9.587053ms) + Mar 8 15:49:21.020: INFO: (13) /api/v1/namespaces/proxy-8238/services/proxy-service-bt24h:portname1/proxy/: foo (200; 9.801444ms) + Mar 8 15:49:21.020: INFO: (13) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 9.195158ms) + Mar 8 15:49:21.020: INFO: (13) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:460/proxy/: tls baz (200; 9.228536ms) + Mar 8 15:49:21.020: INFO: (13) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:443/proxy/: test (200; 9.749816ms) + Mar 8 15:49:21.020: INFO: (13) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 10.366154ms) + Mar 8 15:49:21.020: INFO: (13) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:462/proxy/: tls qux (200; 9.604772ms) + Mar 8 15:49:21.021: INFO: (13) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 10.596063ms) + Mar 8 15:49:21.022: INFO: (13) /api/v1/namespaces/proxy-8238/services/proxy-service-bt24h:portname2/proxy/: bar (200; 11.599921ms) + Mar 8 15:49:21.023: INFO: (13) /api/v1/namespaces/proxy-8238/services/http:proxy-service-bt24h:portname2/proxy/: bar (200; 12.896732ms) + Mar 8 15:49:21.023: INFO: (13) /api/v1/namespaces/proxy-8238/services/http:proxy-service-bt24h:portname1/proxy/: foo (200; 12.34381ms) + Mar 8 15:49:21.023: INFO: (13) /api/v1/namespaces/proxy-8238/services/https:proxy-service-bt24h:tlsportname1/proxy/: tls baz (200; 13.011691ms) + Mar 8 15:49:21.023: INFO: (13) /api/v1/namespaces/proxy-8238/services/https:proxy-service-bt24h:tlsportname2/proxy/: tls qux (200; 13.385869ms) + Mar 8 15:49:21.034: INFO: (14) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 10.73534ms) + Mar 8 15:49:21.034: INFO: (14) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:460/proxy/: tls baz (200; 9.823786ms) + Mar 8 15:49:21.034: INFO: (14) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 10.182579ms) + Mar 8 15:49:21.034: INFO: (14) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:1080/proxy/: ... (200; 10.715208ms) + Mar 8 15:49:21.034: INFO: (14) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:1080/proxy/: test<... (200; 10.675198ms) + Mar 8 15:49:21.034: INFO: (14) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr/proxy/: test (200; 10.432456ms) + Mar 8 15:49:21.035: INFO: (14) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 10.282719ms) + Mar 8 15:49:21.035: INFO: (14) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 10.431437ms) + Mar 8 15:49:21.035: INFO: (14) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:462/proxy/: tls qux (200; 11.429065ms) + Mar 8 15:49:21.035: INFO: (14) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:443/proxy/: test (200; 10.201206ms) + Mar 8 15:49:21.047: INFO: (15) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:460/proxy/: tls baz (200; 10.201735ms) + Mar 8 15:49:21.047: INFO: (15) /api/v1/namespaces/proxy-8238/services/http:proxy-service-bt24h:portname1/proxy/: foo (200; 10.92081ms) + Mar 8 15:49:21.047: INFO: (15) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:443/proxy/: test<... (200; 11.424924ms) + Mar 8 15:49:21.048: INFO: (15) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 11.605602ms) + Mar 8 15:49:21.048: INFO: (15) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 11.800623ms) + Mar 8 15:49:21.048: INFO: (15) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:1080/proxy/: ... (200; 11.921471ms) + Mar 8 15:49:21.050: INFO: (15) /api/v1/namespaces/proxy-8238/services/https:proxy-service-bt24h:tlsportname1/proxy/: tls baz (200; 13.714366ms) + Mar 8 15:49:21.051: INFO: (15) /api/v1/namespaces/proxy-8238/services/proxy-service-bt24h:portname2/proxy/: bar (200; 14.800637ms) + Mar 8 15:49:21.053: INFO: (15) /api/v1/namespaces/proxy-8238/services/https:proxy-service-bt24h:tlsportname2/proxy/: tls qux (200; 17.183911ms) + Mar 8 15:49:21.053: INFO: (15) /api/v1/namespaces/proxy-8238/services/http:proxy-service-bt24h:portname2/proxy/: bar (200; 17.084005ms) + Mar 8 15:49:21.053: INFO: (15) /api/v1/namespaces/proxy-8238/services/proxy-service-bt24h:portname1/proxy/: foo (200; 17.248989ms) + Mar 8 15:49:21.064: INFO: (16) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 10.061047ms) + Mar 8 15:49:21.064: INFO: (16) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 9.841422ms) + Mar 8 15:49:21.064: INFO: (16) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr/proxy/: test (200; 9.775773ms) + Mar 8 15:49:21.064: INFO: (16) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 9.917181ms) + Mar 8 15:49:21.064: INFO: (16) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:1080/proxy/: ... (200; 10.151197ms) + Mar 8 15:49:21.064: INFO: (16) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:460/proxy/: tls baz (200; 10.16488ms) + Mar 8 15:49:21.064: INFO: (16) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:443/proxy/: test<... (200; 11.17358ms) + Mar 8 15:49:21.067: INFO: (16) /api/v1/namespaces/proxy-8238/services/http:proxy-service-bt24h:portname2/proxy/: bar (200; 13.15464ms) + Mar 8 15:49:21.067: INFO: (16) /api/v1/namespaces/proxy-8238/services/proxy-service-bt24h:portname2/proxy/: bar (200; 13.102416ms) + Mar 8 15:49:21.067: INFO: (16) /api/v1/namespaces/proxy-8238/services/http:proxy-service-bt24h:portname1/proxy/: foo (200; 13.86885ms) + Mar 8 15:49:21.067: INFO: (16) /api/v1/namespaces/proxy-8238/services/proxy-service-bt24h:portname1/proxy/: foo (200; 13.816839ms) + Mar 8 15:49:21.068: INFO: (16) /api/v1/namespaces/proxy-8238/services/https:proxy-service-bt24h:tlsportname1/proxy/: tls baz (200; 13.913668ms) + Mar 8 15:49:21.076: INFO: (17) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 7.947189ms) + Mar 8 15:49:21.077: INFO: (17) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 8.251352ms) + Mar 8 15:49:21.077: INFO: (17) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:1080/proxy/: ... (200; 8.479672ms) + Mar 8 15:49:21.077: INFO: (17) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr/proxy/: test (200; 8.350566ms) + Mar 8 15:49:21.077: INFO: (17) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:462/proxy/: tls qux (200; 8.614486ms) + Mar 8 15:49:21.077: INFO: (17) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 8.468191ms) + Mar 8 15:49:21.077: INFO: (17) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 8.861261ms) + Mar 8 15:49:21.077: INFO: (17) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:443/proxy/: test<... (200; 8.984325ms) + Mar 8 15:49:21.077: INFO: (17) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:460/proxy/: tls baz (200; 8.701672ms) + Mar 8 15:49:21.079: INFO: (17) /api/v1/namespaces/proxy-8238/services/proxy-service-bt24h:portname2/proxy/: bar (200; 10.84998ms) + Mar 8 15:49:21.081: INFO: (17) /api/v1/namespaces/proxy-8238/services/http:proxy-service-bt24h:portname2/proxy/: bar (200; 12.268717ms) + Mar 8 15:49:21.081: INFO: (17) /api/v1/namespaces/proxy-8238/services/http:proxy-service-bt24h:portname1/proxy/: foo (200; 12.516976ms) + Mar 8 15:49:21.081: INFO: (17) /api/v1/namespaces/proxy-8238/services/proxy-service-bt24h:portname1/proxy/: foo (200; 12.409683ms) + Mar 8 15:49:21.081: INFO: (17) /api/v1/namespaces/proxy-8238/services/https:proxy-service-bt24h:tlsportname2/proxy/: tls qux (200; 12.688112ms) + Mar 8 15:49:21.081: INFO: (17) /api/v1/namespaces/proxy-8238/services/https:proxy-service-bt24h:tlsportname1/proxy/: tls baz (200; 12.653332ms) + Mar 8 15:49:21.086: INFO: (18) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr/proxy/: test (200; 5.005828ms) + Mar 8 15:49:21.090: INFO: (18) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:1080/proxy/: ... (200; 8.407288ms) + Mar 8 15:49:21.091: INFO: (18) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 9.221827ms) + Mar 8 15:49:21.091: INFO: (18) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:462/proxy/: tls qux (200; 8.769891ms) + Mar 8 15:49:21.091: INFO: (18) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 9.123661ms) + Mar 8 15:49:21.091: INFO: (18) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:443/proxy/: test<... (200; 8.970933ms) + Mar 8 15:49:21.091: INFO: (18) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:460/proxy/: tls baz (200; 9.322964ms) + Mar 8 15:49:21.091: INFO: (18) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 9.680975ms) + Mar 8 15:49:21.091: INFO: (18) /api/v1/namespaces/proxy-8238/services/https:proxy-service-bt24h:tlsportname2/proxy/: tls qux (200; 10.013079ms) + Mar 8 15:49:21.093: INFO: (18) /api/v1/namespaces/proxy-8238/services/http:proxy-service-bt24h:portname2/proxy/: bar (200; 11.482581ms) + Mar 8 15:49:21.094: INFO: (18) /api/v1/namespaces/proxy-8238/services/proxy-service-bt24h:portname2/proxy/: bar (200; 12.463121ms) + Mar 8 15:49:21.094: INFO: (18) /api/v1/namespaces/proxy-8238/services/http:proxy-service-bt24h:portname1/proxy/: foo (200; 12.155477ms) + Mar 8 15:49:21.094: INFO: (18) /api/v1/namespaces/proxy-8238/services/proxy-service-bt24h:portname1/proxy/: foo (200; 12.04369ms) + Mar 8 15:49:21.104: INFO: (19) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:1080/proxy/: ... (200; 10.042528ms) + Mar 8 15:49:21.104: INFO: (19) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 9.763372ms) + Mar 8 15:49:21.105: INFO: (19) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:460/proxy/: tls baz (200; 10.796779ms) + Mar 8 15:49:21.106: INFO: (19) /api/v1/namespaces/proxy-8238/services/http:proxy-service-bt24h:portname2/proxy/: bar (200; 11.384634ms) + Mar 8 15:49:21.106: INFO: (19) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:162/proxy/: bar (200; 11.550271ms) + Mar 8 15:49:21.106: INFO: (19) /api/v1/namespaces/proxy-8238/pods/http:proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 11.249082ms) + Mar 8 15:49:21.106: INFO: (19) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:1080/proxy/: test<... (200; 11.803794ms) + Mar 8 15:49:21.106: INFO: (19) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:462/proxy/: tls qux (200; 12.018345ms) + Mar 8 15:49:21.106: INFO: (19) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr/proxy/: test (200; 11.782518ms) + Mar 8 15:49:21.107: INFO: (19) /api/v1/namespaces/proxy-8238/pods/proxy-service-bt24h-rbnrr:160/proxy/: foo (200; 12.460912ms) + Mar 8 15:49:21.107: INFO: (19) /api/v1/namespaces/proxy-8238/pods/https:proxy-service-bt24h-rbnrr:443/proxy/: >> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename namespaces 03/08/23 15:49:22.081 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:49:22.097 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:49:22.099 +[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 03/08/23 15:49:22.102 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:49:22.116 +STEP: Creating a service in the namespace 03/08/23 15:49:22.119 +STEP: Deleting the namespace 03/08/23 15:49:22.127 +STEP: Waiting for the namespace to be removed. 03/08/23 15:49:22.132 +STEP: Recreating the namespace 03/08/23 15:49:28.136 +STEP: Verifying there is no service in the namespace 03/08/23 15:49:28.151 +[AfterEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/framework.go:187 +Mar 8 15:49:28.153: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "namespaces-9897" for this suite. 03/08/23 15:49:28.157 +STEP: Destroying namespace "nsdeletetest-4632" for this suite. 03/08/23 15:49:28.162 +Mar 8 15:49:28.166: INFO: Namespace nsdeletetest-4632 was already deleted +STEP: Destroying namespace "nsdeletetest-1039" for this suite. 03/08/23 15:49:28.166 +{"msg":"PASSED [sig-api-machinery] Namespaces [Serial] should ensure that all services are removed when a namespace is deleted [Conformance]","completed":355,"skipped":6537,"failed":0} +------------------------------ +• [SLOW TEST] [6.092 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 03/08/23 15:49:22.08 + Mar 8 15:49:22.080: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename namespaces 03/08/23 15:49:22.081 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:49:22.097 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:49:22.099 + [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 03/08/23 15:49:22.102 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:49:22.116 + STEP: Creating a service in the namespace 03/08/23 15:49:22.119 + STEP: Deleting the namespace 03/08/23 15:49:22.127 + STEP: Waiting for the namespace to be removed. 03/08/23 15:49:22.132 + STEP: Recreating the namespace 03/08/23 15:49:28.136 + STEP: Verifying there is no service in the namespace 03/08/23 15:49:28.151 + [AfterEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/framework.go:187 + Mar 8 15:49:28.153: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "namespaces-9897" for this suite. 03/08/23 15:49:28.157 + STEP: Destroying namespace "nsdeletetest-4632" for this suite. 03/08/23 15:49:28.162 + Mar 8 15:49:28.166: INFO: Namespace nsdeletetest-4632 was already deleted + STEP: Destroying namespace "nsdeletetest-1039" for this suite. 03/08/23 15:49:28.166 + << End Captured GinkgoWriter Output +------------------------------ +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 03/08/23 15:49:28.172 +Mar 8 15:49:28.172: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename dns 03/08/23 15:49:28.173 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:49:28.185 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:49:28.188 +[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-4805.svc.cluster.local)" && echo OK > /results/wheezy_hosts@dns-querier-1.dns-test-service.dns-4805.svc.cluster.local;test -n "$$(getent hosts dns-querier-1)" && echo OK > /results/wheezy_hosts@dns-querier-1;sleep 1; done + 03/08/23 15:49:28.191 +STEP: Running these commands on jessie: for i in `seq 1 600`; do test -n "$$(getent hosts dns-querier-1.dns-test-service.dns-4805.svc.cluster.local)" && echo OK > /results/jessie_hosts@dns-querier-1.dns-test-service.dns-4805.svc.cluster.local;test -n "$$(getent hosts dns-querier-1)" && echo OK > /results/jessie_hosts@dns-querier-1;sleep 1; done + 03/08/23 15:49:28.191 +STEP: creating a pod to probe /etc/hosts 03/08/23 15:49:28.191 +STEP: submitting the pod to kubernetes 03/08/23 15:49:28.191 +Mar 8 15:49:28.199: INFO: Waiting up to 15m0s for pod "dns-test-0eca4028-8d05-4218-b94a-5dcaa28b286b" in namespace "dns-4805" to be "running" +Mar 8 15:49:28.201: INFO: Pod "dns-test-0eca4028-8d05-4218-b94a-5dcaa28b286b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.60801ms +Mar 8 15:49:30.206: INFO: Pod "dns-test-0eca4028-8d05-4218-b94a-5dcaa28b286b": Phase="Running", Reason="", readiness=true. Elapsed: 2.007210147s +Mar 8 15:49:30.206: INFO: Pod "dns-test-0eca4028-8d05-4218-b94a-5dcaa28b286b" satisfied condition "running" +STEP: retrieving the pod 03/08/23 15:49:30.206 +STEP: looking for the results for each expected name from probers 03/08/23 15:49:30.209 +Mar 8 15:49:30.223: INFO: DNS probes using dns-4805/dns-test-0eca4028-8d05-4218-b94a-5dcaa28b286b succeeded + +STEP: deleting the pod 03/08/23 15:49:30.223 +[AfterEach] [sig-network] DNS + test/e2e/framework/framework.go:187 +Mar 8 15:49:30.234: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "dns-4805" for this suite. 03/08/23 15:49:30.239 +{"msg":"PASSED [sig-network] DNS should provide /etc/hosts entries for the cluster [Conformance]","completed":356,"skipped":6538,"failed":0} +------------------------------ +• [2.072 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 03/08/23 15:49:28.172 + Mar 8 15:49:28.172: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename dns 03/08/23 15:49:28.173 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:49:28.185 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:49:28.188 + [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-4805.svc.cluster.local)" && echo OK > /results/wheezy_hosts@dns-querier-1.dns-test-service.dns-4805.svc.cluster.local;test -n "$$(getent hosts dns-querier-1)" && echo OK > /results/wheezy_hosts@dns-querier-1;sleep 1; done + 03/08/23 15:49:28.191 + STEP: Running these commands on jessie: for i in `seq 1 600`; do test -n "$$(getent hosts dns-querier-1.dns-test-service.dns-4805.svc.cluster.local)" && echo OK > /results/jessie_hosts@dns-querier-1.dns-test-service.dns-4805.svc.cluster.local;test -n "$$(getent hosts dns-querier-1)" && echo OK > /results/jessie_hosts@dns-querier-1;sleep 1; done + 03/08/23 15:49:28.191 + STEP: creating a pod to probe /etc/hosts 03/08/23 15:49:28.191 + STEP: submitting the pod to kubernetes 03/08/23 15:49:28.191 + Mar 8 15:49:28.199: INFO: Waiting up to 15m0s for pod "dns-test-0eca4028-8d05-4218-b94a-5dcaa28b286b" in namespace "dns-4805" to be "running" + Mar 8 15:49:28.201: INFO: Pod "dns-test-0eca4028-8d05-4218-b94a-5dcaa28b286b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.60801ms + Mar 8 15:49:30.206: INFO: Pod "dns-test-0eca4028-8d05-4218-b94a-5dcaa28b286b": Phase="Running", Reason="", readiness=true. Elapsed: 2.007210147s + Mar 8 15:49:30.206: INFO: Pod "dns-test-0eca4028-8d05-4218-b94a-5dcaa28b286b" satisfied condition "running" + STEP: retrieving the pod 03/08/23 15:49:30.206 + STEP: looking for the results for each expected name from probers 03/08/23 15:49:30.209 + Mar 8 15:49:30.223: INFO: DNS probes using dns-4805/dns-test-0eca4028-8d05-4218-b94a-5dcaa28b286b succeeded + + STEP: deleting the pod 03/08/23 15:49:30.223 + [AfterEach] [sig-network] DNS + test/e2e/framework/framework.go:187 + Mar 8 15:49:30.234: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "dns-4805" for this suite. 03/08/23 15:49:30.239 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:49:30.246 +Mar 8 15:49:30.246: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename services 03/08/23 15:49:30.247 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:49:30.262 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:49:30.264 +[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-8951 03/08/23 15:49:30.267 +STEP: changing the ExternalName service to type=ClusterIP 03/08/23 15:49:30.272 +STEP: creating replication controller externalname-service in namespace services-8951 03/08/23 15:49:30.287 +I0308 15:49:30.294356 20 runners.go:193] Created replication controller with name: externalname-service, namespace: services-8951, replica count: 2 +I0308 15:49:33.344972 20 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 +Mar 8 15:49:33.345: INFO: Creating new exec pod +Mar 8 15:49:33.353: INFO: Waiting up to 5m0s for pod "execpodfnlc5" in namespace "services-8951" to be "running" +Mar 8 15:49:33.356: INFO: Pod "execpodfnlc5": Phase="Pending", Reason="", readiness=false. Elapsed: 2.893221ms +Mar 8 15:49:35.361: INFO: Pod "execpodfnlc5": Phase="Running", Reason="", readiness=true. Elapsed: 2.008062424s +Mar 8 15:49:35.361: INFO: Pod "execpodfnlc5" satisfied condition "running" +Mar 8 15:49:36.362: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-8951 exec execpodfnlc5 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80' +Mar 8 15:49:38.511: INFO: rc: 1 +Mar 8 15:49:38.511: INFO: Service reachability failing with error: error running /usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-8951 exec execpodfnlc5 -- /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... +Mar 8 15:49:39.511: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-8951 exec execpodfnlc5 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80' +Mar 8 15:49:41.633: INFO: rc: 1 +Mar 8 15:49:41.633: INFO: Service reachability failing with error: error running /usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-8951 exec execpodfnlc5 -- /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... +Mar 8 15:49:42.512: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-8951 exec execpodfnlc5 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80' +Mar 8 15:49:44.642: INFO: rc: 1 +Mar 8 15:49:44.642: INFO: Service reachability failing with error: error running /usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-8951 exec execpodfnlc5 -- /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... +Mar 8 15:49:45.511: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-8951 exec execpodfnlc5 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80' +Mar 8 15:49:47.636: INFO: rc: 1 +Mar 8 15:49:47.636: INFO: Service reachability failing with error: error running /usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-8951 exec execpodfnlc5 -- /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... +Mar 8 15:49:48.511: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-8951 exec execpodfnlc5 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80' +Mar 8 15:49:50.636: INFO: rc: 1 +Mar 8 15:49:50.636: INFO: Service reachability failing with error: error running /usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-8951 exec execpodfnlc5 -- /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... +Mar 8 15:49:51.512: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-8951 exec execpodfnlc5 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80' +Mar 8 15:49:53.644: INFO: rc: 1 +Mar 8 15:49:53.644: INFO: Service reachability failing with error: error running /usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-8951 exec execpodfnlc5 -- /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... +Mar 8 15:49:54.511: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-8951 exec execpodfnlc5 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80' +Mar 8 15:49:54.633: INFO: stderr: "+ nc -v -t -w 2 externalname-service 80\n+ echo hostName\nConnection to externalname-service 80 port [tcp/http] succeeded!\n" +Mar 8 15:49:54.633: INFO: stdout: "" +Mar 8 15:49:55.511: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-8951 exec execpodfnlc5 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80' +Mar 8 15:49:55.629: INFO: stderr: "+ nc -v -t -w 2 externalname-service 80\n+ echo hostName\nConnection to externalname-service 80 port [tcp/http] succeeded!\n" +Mar 8 15:49:55.629: INFO: stdout: "" +Mar 8 15:49:56.511: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-8951 exec execpodfnlc5 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80' +Mar 8 15:49:56.660: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 externalname-service 80\nConnection to externalname-service 80 port [tcp/http] succeeded!\n" +Mar 8 15:49:56.660: INFO: stdout: "" +Mar 8 15:49:57.512: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-8951 exec execpodfnlc5 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80' +Mar 8 15:49:57.636: INFO: stderr: "+ nc -v -t -w 2 externalname-service 80\n+ echo hostName\nConnection to externalname-service 80 port [tcp/http] succeeded!\n" +Mar 8 15:49:57.636: INFO: stdout: "externalname-service-bwkp7" +Mar 8 15:49:57.636: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-8951 exec execpodfnlc5 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 192.168.55.178 80' +Mar 8 15:49:59.757: INFO: rc: 1 +Mar 8 15:49:59.757: INFO: Service reachability failing with error: error running /usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-8951 exec execpodfnlc5 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 192.168.55.178 80: +Command stdout: + +stderr: ++ nc -v -t -w 2 192.168.55.178 80 ++ echo hostName +nc: connect to 192.168.55.178 port 80 (tcp) timed out: Operation in progress +command terminated with exit code 1 + +error: +exit status 1 +Retrying... +Mar 8 15:50:00.758: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-8951 exec execpodfnlc5 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 192.168.55.178 80' +Mar 8 15:50:02.891: INFO: rc: 1 +Mar 8 15:50:02.891: INFO: Service reachability failing with error: error running /usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-8951 exec execpodfnlc5 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 192.168.55.178 80: +Command stdout: + +stderr: ++ echo hostName ++ nc -v -t -w 2 192.168.55.178 80 +nc: connect to 192.168.55.178 port 80 (tcp) timed out: Operation in progress +command terminated with exit code 1 + +error: +exit status 1 +Retrying... +Mar 8 15:50:03.759: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-8951 exec execpodfnlc5 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 192.168.55.178 80' +Mar 8 15:50:03.889: INFO: stderr: "+ nc -v -t -w 2 192.168.55.178 80\n+ echo hostName\nConnection to 192.168.55.178 80 port [tcp/http] succeeded!\n" +Mar 8 15:50:03.889: INFO: stdout: "" +Mar 8 15:50:04.758: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-8951 exec execpodfnlc5 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 192.168.55.178 80' +Mar 8 15:50:06.892: INFO: rc: 1 +Mar 8 15:50:06.892: INFO: Service reachability failing with error: error running /usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-8951 exec execpodfnlc5 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 192.168.55.178 80: +Command stdout: + +stderr: ++ nc -v -t -w 2 192.168.55.178 80 ++ echo hostName +nc: connect to 192.168.55.178 port 80 (tcp) timed out: Operation in progress +command terminated with exit code 1 + +error: +exit status 1 +Retrying... +Mar 8 15:50:07.758: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-8951 exec execpodfnlc5 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 192.168.55.178 80' +Mar 8 15:50:07.876: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 192.168.55.178 80\nConnection to 192.168.55.178 80 port [tcp/http] succeeded!\n" +Mar 8 15:50:07.876: INFO: stdout: "externalname-service-bwkp7" +Mar 8 15:50:07.876: INFO: Cleaning up the ExternalName to ClusterIP test service +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Mar 8 15:50:07.892: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-8951" for this suite. 03/08/23 15:50:07.897 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +{"msg":"PASSED [sig-network] Services should be able to change the type from ExternalName to ClusterIP [Conformance]","completed":357,"skipped":6587,"failed":0} +------------------------------ +• [SLOW TEST] [37.659 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 03/08/23 15:49:30.246 + Mar 8 15:49:30.246: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename services 03/08/23 15:49:30.247 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:49:30.262 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:49:30.264 + [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-8951 03/08/23 15:49:30.267 + STEP: changing the ExternalName service to type=ClusterIP 03/08/23 15:49:30.272 + STEP: creating replication controller externalname-service in namespace services-8951 03/08/23 15:49:30.287 + I0308 15:49:30.294356 20 runners.go:193] Created replication controller with name: externalname-service, namespace: services-8951, replica count: 2 + I0308 15:49:33.344972 20 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 + Mar 8 15:49:33.345: INFO: Creating new exec pod + Mar 8 15:49:33.353: INFO: Waiting up to 5m0s for pod "execpodfnlc5" in namespace "services-8951" to be "running" + Mar 8 15:49:33.356: INFO: Pod "execpodfnlc5": Phase="Pending", Reason="", readiness=false. Elapsed: 2.893221ms + Mar 8 15:49:35.361: INFO: Pod "execpodfnlc5": Phase="Running", Reason="", readiness=true. Elapsed: 2.008062424s + Mar 8 15:49:35.361: INFO: Pod "execpodfnlc5" satisfied condition "running" + Mar 8 15:49:36.362: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-8951 exec execpodfnlc5 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80' + Mar 8 15:49:38.511: INFO: rc: 1 + Mar 8 15:49:38.511: INFO: Service reachability failing with error: error running /usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-8951 exec execpodfnlc5 -- /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... + Mar 8 15:49:39.511: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-8951 exec execpodfnlc5 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80' + Mar 8 15:49:41.633: INFO: rc: 1 + Mar 8 15:49:41.633: INFO: Service reachability failing with error: error running /usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-8951 exec execpodfnlc5 -- /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... + Mar 8 15:49:42.512: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-8951 exec execpodfnlc5 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80' + Mar 8 15:49:44.642: INFO: rc: 1 + Mar 8 15:49:44.642: INFO: Service reachability failing with error: error running /usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-8951 exec execpodfnlc5 -- /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... + Mar 8 15:49:45.511: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-8951 exec execpodfnlc5 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80' + Mar 8 15:49:47.636: INFO: rc: 1 + Mar 8 15:49:47.636: INFO: Service reachability failing with error: error running /usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-8951 exec execpodfnlc5 -- /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... + Mar 8 15:49:48.511: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-8951 exec execpodfnlc5 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80' + Mar 8 15:49:50.636: INFO: rc: 1 + Mar 8 15:49:50.636: INFO: Service reachability failing with error: error running /usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-8951 exec execpodfnlc5 -- /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... + Mar 8 15:49:51.512: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-8951 exec execpodfnlc5 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80' + Mar 8 15:49:53.644: INFO: rc: 1 + Mar 8 15:49:53.644: INFO: Service reachability failing with error: error running /usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-8951 exec execpodfnlc5 -- /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... + Mar 8 15:49:54.511: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-8951 exec execpodfnlc5 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80' + Mar 8 15:49:54.633: INFO: stderr: "+ nc -v -t -w 2 externalname-service 80\n+ echo hostName\nConnection to externalname-service 80 port [tcp/http] succeeded!\n" + Mar 8 15:49:54.633: INFO: stdout: "" + Mar 8 15:49:55.511: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-8951 exec execpodfnlc5 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80' + Mar 8 15:49:55.629: INFO: stderr: "+ nc -v -t -w 2 externalname-service 80\n+ echo hostName\nConnection to externalname-service 80 port [tcp/http] succeeded!\n" + Mar 8 15:49:55.629: INFO: stdout: "" + Mar 8 15:49:56.511: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-8951 exec execpodfnlc5 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80' + Mar 8 15:49:56.660: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 externalname-service 80\nConnection to externalname-service 80 port [tcp/http] succeeded!\n" + Mar 8 15:49:56.660: INFO: stdout: "" + Mar 8 15:49:57.512: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-8951 exec execpodfnlc5 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80' + Mar 8 15:49:57.636: INFO: stderr: "+ nc -v -t -w 2 externalname-service 80\n+ echo hostName\nConnection to externalname-service 80 port [tcp/http] succeeded!\n" + Mar 8 15:49:57.636: INFO: stdout: "externalname-service-bwkp7" + Mar 8 15:49:57.636: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-8951 exec execpodfnlc5 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 192.168.55.178 80' + Mar 8 15:49:59.757: INFO: rc: 1 + Mar 8 15:49:59.757: INFO: Service reachability failing with error: error running /usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-8951 exec execpodfnlc5 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 192.168.55.178 80: + Command stdout: + + stderr: + + nc -v -t -w 2 192.168.55.178 80 + + echo hostName + nc: connect to 192.168.55.178 port 80 (tcp) timed out: Operation in progress + command terminated with exit code 1 + + error: + exit status 1 + Retrying... + Mar 8 15:50:00.758: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-8951 exec execpodfnlc5 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 192.168.55.178 80' + Mar 8 15:50:02.891: INFO: rc: 1 + Mar 8 15:50:02.891: INFO: Service reachability failing with error: error running /usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-8951 exec execpodfnlc5 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 192.168.55.178 80: + Command stdout: + + stderr: + + echo hostName + + nc -v -t -w 2 192.168.55.178 80 + nc: connect to 192.168.55.178 port 80 (tcp) timed out: Operation in progress + command terminated with exit code 1 + + error: + exit status 1 + Retrying... + Mar 8 15:50:03.759: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-8951 exec execpodfnlc5 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 192.168.55.178 80' + Mar 8 15:50:03.889: INFO: stderr: "+ nc -v -t -w 2 192.168.55.178 80\n+ echo hostName\nConnection to 192.168.55.178 80 port [tcp/http] succeeded!\n" + Mar 8 15:50:03.889: INFO: stdout: "" + Mar 8 15:50:04.758: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-8951 exec execpodfnlc5 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 192.168.55.178 80' + Mar 8 15:50:06.892: INFO: rc: 1 + Mar 8 15:50:06.892: INFO: Service reachability failing with error: error running /usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-8951 exec execpodfnlc5 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 192.168.55.178 80: + Command stdout: + + stderr: + + nc -v -t -w 2 192.168.55.178 80 + + echo hostName + nc: connect to 192.168.55.178 port 80 (tcp) timed out: Operation in progress + command terminated with exit code 1 + + error: + exit status 1 + Retrying... + Mar 8 15:50:07.758: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=services-8951 exec execpodfnlc5 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 192.168.55.178 80' + Mar 8 15:50:07.876: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 192.168.55.178 80\nConnection to 192.168.55.178 80 port [tcp/http] succeeded!\n" + Mar 8 15:50:07.876: INFO: stdout: "externalname-service-bwkp7" + Mar 8 15:50:07.876: INFO: Cleaning up the ExternalName to ClusterIP test service + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Mar 8 15:50:07.892: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-8951" for this suite. 03/08/23 15:50:07.897 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:50:07.905 +Mar 8 15:50:07.905: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename resourcequota 03/08/23 15:50:07.906 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:50:07.931 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:50:07.933 +[It] should manage the lifecycle of a ResourceQuota [Conformance] + test/e2e/apimachinery/resource_quota.go:933 +STEP: Creating a ResourceQuota 03/08/23 15:50:07.936 +STEP: Getting a ResourceQuota 03/08/23 15:50:07.94 +STEP: Listing all ResourceQuotas with LabelSelector 03/08/23 15:50:07.943 +STEP: Patching the ResourceQuota 03/08/23 15:50:07.945 +STEP: Deleting a Collection of ResourceQuotas 03/08/23 15:50:07.951 +STEP: Verifying the deleted ResourceQuota 03/08/23 15:50:07.958 +[AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 +Mar 8 15:50:07.960: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "resourcequota-7933" for this suite. 03/08/23 15:50:07.964 +{"msg":"PASSED [sig-api-machinery] ResourceQuota should manage the lifecycle of a ResourceQuota [Conformance]","completed":358,"skipped":6602,"failed":0} +------------------------------ +• [0.063 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 03/08/23 15:50:07.905 + Mar 8 15:50:07.905: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename resourcequota 03/08/23 15:50:07.906 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:50:07.931 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:50:07.933 + [It] should manage the lifecycle of a ResourceQuota [Conformance] + test/e2e/apimachinery/resource_quota.go:933 + STEP: Creating a ResourceQuota 03/08/23 15:50:07.936 + STEP: Getting a ResourceQuota 03/08/23 15:50:07.94 + STEP: Listing all ResourceQuotas with LabelSelector 03/08/23 15:50:07.943 + STEP: Patching the ResourceQuota 03/08/23 15:50:07.945 + STEP: Deleting a Collection of ResourceQuotas 03/08/23 15:50:07.951 + STEP: Verifying the deleted ResourceQuota 03/08/23 15:50:07.958 + [AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 + Mar 8 15:50:07.960: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "resourcequota-7933" for this suite. 03/08/23 15:50:07.964 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:50:07.972 +Mar 8 15:50:07.972: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename crd-publish-openapi 03/08/23 15:50:07.974 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:50:07.994 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:50:07.997 +[It] works for CRD preserving unknown fields at the schema root [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:193 +Mar 8 15:50:08.000: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: kubectl validation (kubectl create and apply) allows request with any unknown properties 03/08/23 15:50:10.772 +Mar 8 15:50:10.772: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-8413 --namespace=crd-publish-openapi-8413 create -f -' +Mar 8 15:50:11.443: INFO: stderr: "" +Mar 8 15:50:11.443: INFO: stdout: "e2e-test-crd-publish-openapi-9235-crd.crd-publish-openapi-test-unknown-at-root.example.com/test-cr created\n" +Mar 8 15:50:11.443: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-8413 --namespace=crd-publish-openapi-8413 delete e2e-test-crd-publish-openapi-9235-crds test-cr' +Mar 8 15:50:11.519: INFO: stderr: "" +Mar 8 15:50:11.519: INFO: stdout: "e2e-test-crd-publish-openapi-9235-crd.crd-publish-openapi-test-unknown-at-root.example.com \"test-cr\" deleted\n" +Mar 8 15:50:11.519: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-8413 --namespace=crd-publish-openapi-8413 apply -f -' +Mar 8 15:50:12.227: INFO: stderr: "" +Mar 8 15:50:12.227: INFO: stdout: "e2e-test-crd-publish-openapi-9235-crd.crd-publish-openapi-test-unknown-at-root.example.com/test-cr created\n" +Mar 8 15:50:12.227: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-8413 --namespace=crd-publish-openapi-8413 delete e2e-test-crd-publish-openapi-9235-crds test-cr' +Mar 8 15:50:12.302: INFO: stderr: "" +Mar 8 15:50:12.302: INFO: stdout: "e2e-test-crd-publish-openapi-9235-crd.crd-publish-openapi-test-unknown-at-root.example.com \"test-cr\" deleted\n" +STEP: kubectl explain works to explain CR 03/08/23 15:50:12.302 +Mar 8 15:50:12.302: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-8413 explain e2e-test-crd-publish-openapi-9235-crds' +Mar 8 15:50:12.472: INFO: stderr: "" +Mar 8 15:50:12.472: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-9235-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 +Mar 8 15:50:15.215: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "crd-publish-openapi-8413" for this suite. 03/08/23 15:50:15.225 +{"msg":"PASSED [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] works for CRD preserving unknown fields at the schema root [Conformance]","completed":359,"skipped":6616,"failed":0} +------------------------------ +• [SLOW TEST] [7.259 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 03/08/23 15:50:07.972 + Mar 8 15:50:07.972: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename crd-publish-openapi 03/08/23 15:50:07.974 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:50:07.994 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:50:07.997 + [It] works for CRD preserving unknown fields at the schema root [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:193 + Mar 8 15:50:08.000: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: kubectl validation (kubectl create and apply) allows request with any unknown properties 03/08/23 15:50:10.772 + Mar 8 15:50:10.772: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-8413 --namespace=crd-publish-openapi-8413 create -f -' + Mar 8 15:50:11.443: INFO: stderr: "" + Mar 8 15:50:11.443: INFO: stdout: "e2e-test-crd-publish-openapi-9235-crd.crd-publish-openapi-test-unknown-at-root.example.com/test-cr created\n" + Mar 8 15:50:11.443: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-8413 --namespace=crd-publish-openapi-8413 delete e2e-test-crd-publish-openapi-9235-crds test-cr' + Mar 8 15:50:11.519: INFO: stderr: "" + Mar 8 15:50:11.519: INFO: stdout: "e2e-test-crd-publish-openapi-9235-crd.crd-publish-openapi-test-unknown-at-root.example.com \"test-cr\" deleted\n" + Mar 8 15:50:11.519: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-8413 --namespace=crd-publish-openapi-8413 apply -f -' + Mar 8 15:50:12.227: INFO: stderr: "" + Mar 8 15:50:12.227: INFO: stdout: "e2e-test-crd-publish-openapi-9235-crd.crd-publish-openapi-test-unknown-at-root.example.com/test-cr created\n" + Mar 8 15:50:12.227: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-8413 --namespace=crd-publish-openapi-8413 delete e2e-test-crd-publish-openapi-9235-crds test-cr' + Mar 8 15:50:12.302: INFO: stderr: "" + Mar 8 15:50:12.302: INFO: stdout: "e2e-test-crd-publish-openapi-9235-crd.crd-publish-openapi-test-unknown-at-root.example.com \"test-cr\" deleted\n" + STEP: kubectl explain works to explain CR 03/08/23 15:50:12.302 + Mar 8 15:50:12.302: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=crd-publish-openapi-8413 explain e2e-test-crd-publish-openapi-9235-crds' + Mar 8 15:50:12.472: INFO: stderr: "" + Mar 8 15:50:12.472: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-9235-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 + Mar 8 15:50:15.215: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "crd-publish-openapi-8413" for this suite. 03/08/23 15:50:15.225 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:50:15.232 +Mar 8 15:50:15.232: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename projected 03/08/23 15:50:15.233 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:50:15.25 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:50:15.254 +[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-259fef4c-7d53-4da3-9442-c6ebb8346bf5 03/08/23 15:50:15.256 +STEP: Creating a pod to test consume secrets 03/08/23 15:50:15.263 +Mar 8 15:50:15.271: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-59273a03-cf09-4ad2-80bd-80035856a060" in namespace "projected-2007" to be "Succeeded or Failed" +Mar 8 15:50:15.274: INFO: Pod "pod-projected-secrets-59273a03-cf09-4ad2-80bd-80035856a060": Phase="Pending", Reason="", readiness=false. Elapsed: 2.897095ms +Mar 8 15:50:17.278: INFO: Pod "pod-projected-secrets-59273a03-cf09-4ad2-80bd-80035856a060": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007515722s +Mar 8 15:50:19.279: INFO: Pod "pod-projected-secrets-59273a03-cf09-4ad2-80bd-80035856a060": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007725663s +STEP: Saw pod success 03/08/23 15:50:19.279 +Mar 8 15:50:19.279: INFO: Pod "pod-projected-secrets-59273a03-cf09-4ad2-80bd-80035856a060" satisfied condition "Succeeded or Failed" +Mar 8 15:50:19.281: INFO: Trying to get logs from node worker2 pod pod-projected-secrets-59273a03-cf09-4ad2-80bd-80035856a060 container projected-secret-volume-test: +STEP: delete the pod 03/08/23 15:50:19.296 +Mar 8 15:50:19.306: INFO: Waiting for pod pod-projected-secrets-59273a03-cf09-4ad2-80bd-80035856a060 to disappear +Mar 8 15:50:19.309: INFO: Pod pod-projected-secrets-59273a03-cf09-4ad2-80bd-80035856a060 no longer exists +[AfterEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:187 +Mar 8 15:50:19.309: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-2007" for this suite. 03/08/23 15:50:19.313 +{"msg":"PASSED [sig-storage] Projected secret should be consumable from pods in volume [NodeConformance] [Conformance]","completed":360,"skipped":6656,"failed":0} +------------------------------ +• [4.085 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 03/08/23 15:50:15.232 + Mar 8 15:50:15.232: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename projected 03/08/23 15:50:15.233 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:50:15.25 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:50:15.254 + [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-259fef4c-7d53-4da3-9442-c6ebb8346bf5 03/08/23 15:50:15.256 + STEP: Creating a pod to test consume secrets 03/08/23 15:50:15.263 + Mar 8 15:50:15.271: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-59273a03-cf09-4ad2-80bd-80035856a060" in namespace "projected-2007" to be "Succeeded or Failed" + Mar 8 15:50:15.274: INFO: Pod "pod-projected-secrets-59273a03-cf09-4ad2-80bd-80035856a060": Phase="Pending", Reason="", readiness=false. Elapsed: 2.897095ms + Mar 8 15:50:17.278: INFO: Pod "pod-projected-secrets-59273a03-cf09-4ad2-80bd-80035856a060": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007515722s + Mar 8 15:50:19.279: INFO: Pod "pod-projected-secrets-59273a03-cf09-4ad2-80bd-80035856a060": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007725663s + STEP: Saw pod success 03/08/23 15:50:19.279 + Mar 8 15:50:19.279: INFO: Pod "pod-projected-secrets-59273a03-cf09-4ad2-80bd-80035856a060" satisfied condition "Succeeded or Failed" + Mar 8 15:50:19.281: INFO: Trying to get logs from node worker2 pod pod-projected-secrets-59273a03-cf09-4ad2-80bd-80035856a060 container projected-secret-volume-test: + STEP: delete the pod 03/08/23 15:50:19.296 + Mar 8 15:50:19.306: INFO: Waiting for pod pod-projected-secrets-59273a03-cf09-4ad2-80bd-80035856a060 to disappear + Mar 8 15:50:19.309: INFO: Pod pod-projected-secrets-59273a03-cf09-4ad2-80bd-80035856a060 no longer exists + [AfterEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:187 + Mar 8 15:50:19.309: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-2007" for this suite. 03/08/23 15:50:19.313 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSS +------------------------------ +[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 03/08/23 15:50:19.318 +Mar 8 15:50:19.318: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename projected 03/08/23 15:50:19.319 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:50:19.337 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:50:19.339 +[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-3a271c90-0bf8-48a7-bc2b-9f595ae49ca7 03/08/23 15:50:19.342 +STEP: Creating a pod to test consume secrets 03/08/23 15:50:19.346 +Mar 8 15:50:19.353: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-e6bb92f0-ec5c-400c-96fa-cc96cc3ab2be" in namespace "projected-6725" to be "Succeeded or Failed" +Mar 8 15:50:19.356: INFO: Pod "pod-projected-secrets-e6bb92f0-ec5c-400c-96fa-cc96cc3ab2be": Phase="Pending", Reason="", readiness=false. Elapsed: 2.600319ms +Mar 8 15:50:21.360: INFO: Pod "pod-projected-secrets-e6bb92f0-ec5c-400c-96fa-cc96cc3ab2be": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006707601s +Mar 8 15:50:23.361: INFO: Pod "pod-projected-secrets-e6bb92f0-ec5c-400c-96fa-cc96cc3ab2be": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007370926s +STEP: Saw pod success 03/08/23 15:50:23.361 +Mar 8 15:50:23.361: INFO: Pod "pod-projected-secrets-e6bb92f0-ec5c-400c-96fa-cc96cc3ab2be" satisfied condition "Succeeded or Failed" +Mar 8 15:50:23.365: INFO: Trying to get logs from node worker2 pod pod-projected-secrets-e6bb92f0-ec5c-400c-96fa-cc96cc3ab2be container projected-secret-volume-test: +STEP: delete the pod 03/08/23 15:50:23.37 +Mar 8 15:50:23.381: INFO: Waiting for pod pod-projected-secrets-e6bb92f0-ec5c-400c-96fa-cc96cc3ab2be to disappear +Mar 8 15:50:23.383: INFO: Pod pod-projected-secrets-e6bb92f0-ec5c-400c-96fa-cc96cc3ab2be no longer exists +[AfterEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:187 +Mar 8 15:50:23.383: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-6725" for this suite. 03/08/23 15:50:23.388 +{"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":361,"skipped":6667,"failed":0} +------------------------------ +• [4.075 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 03/08/23 15:50:19.318 + Mar 8 15:50:19.318: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename projected 03/08/23 15:50:19.319 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:50:19.337 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:50:19.339 + [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-3a271c90-0bf8-48a7-bc2b-9f595ae49ca7 03/08/23 15:50:19.342 + STEP: Creating a pod to test consume secrets 03/08/23 15:50:19.346 + Mar 8 15:50:19.353: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-e6bb92f0-ec5c-400c-96fa-cc96cc3ab2be" in namespace "projected-6725" to be "Succeeded or Failed" + Mar 8 15:50:19.356: INFO: Pod "pod-projected-secrets-e6bb92f0-ec5c-400c-96fa-cc96cc3ab2be": Phase="Pending", Reason="", readiness=false. Elapsed: 2.600319ms + Mar 8 15:50:21.360: INFO: Pod "pod-projected-secrets-e6bb92f0-ec5c-400c-96fa-cc96cc3ab2be": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006707601s + Mar 8 15:50:23.361: INFO: Pod "pod-projected-secrets-e6bb92f0-ec5c-400c-96fa-cc96cc3ab2be": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007370926s + STEP: Saw pod success 03/08/23 15:50:23.361 + Mar 8 15:50:23.361: INFO: Pod "pod-projected-secrets-e6bb92f0-ec5c-400c-96fa-cc96cc3ab2be" satisfied condition "Succeeded or Failed" + Mar 8 15:50:23.365: INFO: Trying to get logs from node worker2 pod pod-projected-secrets-e6bb92f0-ec5c-400c-96fa-cc96cc3ab2be container projected-secret-volume-test: + STEP: delete the pod 03/08/23 15:50:23.37 + Mar 8 15:50:23.381: INFO: Waiting for pod pod-projected-secrets-e6bb92f0-ec5c-400c-96fa-cc96cc3ab2be to disappear + Mar 8 15:50:23.383: INFO: Pod pod-projected-secrets-e6bb92f0-ec5c-400c-96fa-cc96cc3ab2be no longer exists + [AfterEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:187 + Mar 8 15:50:23.383: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-6725" for this suite. 03/08/23 15:50:23.388 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSS +------------------------------ +[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 03/08/23 15:50:23.394 +Mar 8 15:50:23.394: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 +STEP: Building a namespace api object, basename kubectl 03/08/23 15:50:23.395 +STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:50:23.407 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:50:23.409 +[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 +Mar 8 15:50:23.412: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-2712 create -f -' +Mar 8 15:50:24.003: INFO: stderr: "" +Mar 8 15:50:24.003: INFO: stdout: "replicationcontroller/agnhost-primary created\n" +Mar 8 15:50:24.003: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-2712 create -f -' +Mar 8 15:50:24.209: INFO: stderr: "" +Mar 8 15:50:24.210: INFO: stdout: "service/agnhost-primary created\n" +STEP: Waiting for Agnhost primary to start. 03/08/23 15:50:24.21 +Mar 8 15:50:25.216: INFO: Selector matched 1 pods for map[app:agnhost] +Mar 8 15:50:25.216: INFO: Found 0 / 1 +Mar 8 15:50:26.215: INFO: Selector matched 1 pods for map[app:agnhost] +Mar 8 15:50:26.215: INFO: Found 1 / 1 +Mar 8 15:50:26.215: INFO: WaitFor completed with timeout 5m0s. Pods found = 1 out of 1 +Mar 8 15:50:26.219: INFO: Selector matched 1 pods for map[app:agnhost] +Mar 8 15:50:26.219: INFO: ForEach: Found 1 pods from the filter. Now looping through them. +Mar 8 15:50:26.219: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-2712 describe pod agnhost-primary-rn4kc' +Mar 8 15:50:26.297: INFO: stderr: "" +Mar 8 15:50:26.297: INFO: stdout: "Name: agnhost-primary-rn4kc\nNamespace: kubectl-2712\nPriority: 0\nService Account: default\nNode: worker2/10.0.0.18\nStart Time: Wed, 08 Mar 2023 15:50:24 +0000\nLabels: app=agnhost\n role=primary\nAnnotations: \nStatus: Running\nIP: 172.16.0.240\nIPs:\n IP: 172.16.0.240\nControlled By: ReplicationController/agnhost-primary\nContainers:\n agnhost-primary:\n Container ID: containerd://73ff6500789b8a3273ef18089ef2801be65a0ad4ca6303aa31881549fe0d9ec8\n Image: ehub.ctcdn.cn/eck/sonobuoy/agnhost:2.40\n Image ID: ehub.ctcdn.cn/eck/sonobuoy/agnhost@sha256:1c9665737fa6e8ea5fa5031c5053c4bc36943d087d5d1d3926df50505b6236a8\n Port: 6379/TCP\n Host Port: 0/TCP\n State: Running\n Started: Wed, 08 Mar 2023 15:50:24 +0000\n Ready: True\n Restart Count: 0\n Environment: \n Mounts:\n /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-7vvlf (ro)\nConditions:\n Type Status\n Initialized True \n Ready True \n ContainersReady True \n PodScheduled True \nVolumes:\n kube-api-access-7vvlf:\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 2s default-scheduler Successfully assigned kubectl-2712/agnhost-primary-rn4kc to worker2\n Normal Pulled 2s kubelet Container image \"ehub.ctcdn.cn/eck/sonobuoy/agnhost:2.40\" already present on machine\n Normal Created 2s kubelet Created container agnhost-primary\n Normal Started 2s kubelet Started container agnhost-primary\n" +Mar 8 15:50:26.297: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-2712 describe rc agnhost-primary' +Mar 8 15:50:26.372: INFO: stderr: "" +Mar 8 15:50:26.372: INFO: stdout: "Name: agnhost-primary\nNamespace: kubectl-2712\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: ehub.ctcdn.cn/eck/sonobuoy/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 2s replication-controller Created pod: agnhost-primary-rn4kc\n" +Mar 8 15:50:26.372: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-2712 describe service agnhost-primary' +Mar 8 15:50:26.450: INFO: stderr: "" +Mar 8 15:50:26.450: INFO: stdout: "Name: agnhost-primary\nNamespace: kubectl-2712\nLabels: app=agnhost\n role=primary\nAnnotations: \nSelector: app=agnhost,role=primary\nType: ClusterIP\nIP Family Policy: SingleStack\nIP Families: IPv4\nIP: 192.168.51.142\nIPs: 192.168.51.142\nPort: 6379/TCP\nTargetPort: agnhost-server/TCP\nEndpoints: 172.16.0.240:6379\nSession Affinity: None\nEvents: \n" +Mar 8 15:50:26.455: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-2712 describe node master1' +Mar 8 15:50:26.548: INFO: stderr: "" +Mar 8 15:50:26.548: INFO: stdout: "Name: master1\nRoles: control-plane\nLabels: beta.kubernetes.io/arch=amd64\n beta.kubernetes.io/os=linux\n kubernetes.io/arch=amd64\n kubernetes.io/hostname=master1\n kubernetes.io/os=linux\n node-role.kubernetes.io/control-plane=\n node.kubernetes.io/exclude-from-external-load-balancers=\nAnnotations: flannel.alpha.coreos.com/backend-data: {\"VNI\":1,\"VtepMAC\":\"36:c6:6e:7b:ee:7a\"}\n flannel.alpha.coreos.com/backend-type: vxlan\n flannel.alpha.coreos.com/kube-subnet-manager: true\n flannel.alpha.coreos.com/public-ip: 10.0.0.14\n kubeadm.alpha.kubernetes.io/cri-socket: unix:///run/containerd/containerd.sock\n node.alpha.kubernetes.io/ttl: 0\n volumes.kubernetes.io/controller-managed-attach-detach: true\nCreationTimestamp: Tue, 07 Mar 2023 06:29:48 +0000\nTaints: node-role.kubernetes.io/control-plane:NoSchedule\nUnschedulable: false\nLease:\n HolderIdentity: master1\n AcquireTime: \n RenewTime: Wed, 08 Mar 2023 15:50:21 +0000\nConditions:\n Type Status LastHeartbeatTime LastTransitionTime Reason Message\n ---- ------ ----------------- ------------------ ------ -------\n NetworkUnavailable False Tue, 07 Mar 2023 06:32:54 +0000 Tue, 07 Mar 2023 06:32:54 +0000 FlannelIsUp Flannel is running on this node\n MemoryPressure False Wed, 08 Mar 2023 15:49:10 +0000 Wed, 08 Mar 2023 01:42:21 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available\n DiskPressure False Wed, 08 Mar 2023 15:49:10 +0000 Wed, 08 Mar 2023 01:42:21 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure\n PIDPressure False Wed, 08 Mar 2023 15:49:10 +0000 Wed, 08 Mar 2023 01:42:21 +0000 KubeletHasSufficientPID kubelet has sufficient PID available\n Ready True Wed, 08 Mar 2023 15:49:10 +0000 Wed, 08 Mar 2023 01:42:21 +0000 KubeletReady kubelet is posting ready status\nAddresses:\n InternalIP: 10.0.0.14\n Hostname: master1\nCapacity:\n cpu: 2\n ephemeral-storage: 41931756Ki\n hugepages-1Gi: 0\n hugepages-2Mi: 0\n memory: 3880388Ki\n pods: 64\nAllocatable:\n cpu: 2\n ephemeral-storage: 38644306266\n hugepages-1Gi: 0\n hugepages-2Mi: 0\n memory: 3777988Ki\n pods: 64\nSystem Info:\n Machine ID: 65113b1a0d2f6087d515e6a8cd0ee7ef\n System UUID: 0902B2B0-2F0F-549B-A90F-160D1146F6C9\n Boot ID: 6be19e16-2c8a-4776-8c00-cfd9c46ec06c\n Kernel Version: 3.10.0-957.27.2.el7.x86_64\n OS Image: CentOS Linux 7 (Core)\n Operating System: linux\n Architecture: amd64\n Container Runtime Version: containerd://1.6.9\n Kubelet Version: v1.25.6\n Kube-Proxy Version: v1.25.6\nPodCIDR: 172.16.0.0/26\nPodCIDRs: 172.16.0.0/26\nNon-terminated Pods: (8 in total)\n Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age\n --------- ---- ------------ ---------- --------------- ------------- ---\n kube-flannel kube-flannel-ds-65vb5 100m (5%) 0 (0%) 50Mi (1%) 0 (0%) 33h\n kube-system etcd-master1 100m (5%) 0 (0%) 100Mi (2%) 0 (0%) 33h\n kube-system kube-apiserver-master1 250m (12%) 0 (0%) 0 (0%) 0 (0%) 33h\n kube-system kube-controller-manager-master1 200m (10%) 0 (0%) 0 (0%) 0 (0%) 33h\n kube-system kube-proxy-j2v9f 0 (0%) 0 (0%) 0 (0%) 0 (0%) 33h\n kube-system kube-scheduler-master1 100m (5%) 0 (0%) 0 (0%) 0 (0%) 33h\n kube-system kube-vip-master1 0 (0%) 0 (0%) 0 (0%) 0 (0%) 33h\n sonobuoy sonobuoy-systemd-logs-daemon-set-93720c3627c543b7-d6w2v 0 (0%) 0 (0%) 0 (0%) 0 (0%) 100m\nAllocated resources:\n (Total limits may be over 100 percent, i.e., overcommitted.)\n Resource Requests Limits\n -------- -------- ------\n cpu 750m (37%) 0 (0%)\n memory 150Mi (4%) 0 (0%)\n ephemeral-storage 0 (0%) 0 (0%)\n hugepages-1Gi 0 (0%) 0 (0%)\n hugepages-2Mi 0 (0%) 0 (0%)\nEvents: \n" +Mar 8 15:50:26.549: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-2712 describe namespace kubectl-2712' +Mar 8 15:50:26.638: INFO: stderr: "" +Mar 8 15:50:26.638: INFO: stdout: "Name: kubectl-2712\nLabels: e2e-framework=kubectl\n e2e-run=a1ad6ab7-fc70-4b5a-9718-db7b75f25c6b\n kubernetes.io/metadata.name=kubectl-2712\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 +Mar 8 15:50:26.638: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubectl-2712" for this suite. 03/08/23 15:50:26.643 +{"msg":"PASSED [sig-cli] Kubectl client Kubectl describe should check if kubectl describe prints relevant information for rc and pods [Conformance]","completed":362,"skipped":6684,"failed":0} +------------------------------ +• [3.254 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 03/08/23 15:50:23.394 + Mar 8 15:50:23.394: INFO: >>> kubeConfig: /tmp/kubeconfig-3637317150 + STEP: Building a namespace api object, basename kubectl 03/08/23 15:50:23.395 + STEP: Waiting for a default service account to be provisioned in namespace 03/08/23 15:50:23.407 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 03/08/23 15:50:23.409 + [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 + Mar 8 15:50:23.412: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-2712 create -f -' + Mar 8 15:50:24.003: INFO: stderr: "" + Mar 8 15:50:24.003: INFO: stdout: "replicationcontroller/agnhost-primary created\n" + Mar 8 15:50:24.003: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-2712 create -f -' + Mar 8 15:50:24.209: INFO: stderr: "" + Mar 8 15:50:24.210: INFO: stdout: "service/agnhost-primary created\n" + STEP: Waiting for Agnhost primary to start. 03/08/23 15:50:24.21 + Mar 8 15:50:25.216: INFO: Selector matched 1 pods for map[app:agnhost] + Mar 8 15:50:25.216: INFO: Found 0 / 1 + Mar 8 15:50:26.215: INFO: Selector matched 1 pods for map[app:agnhost] + Mar 8 15:50:26.215: INFO: Found 1 / 1 + Mar 8 15:50:26.215: INFO: WaitFor completed with timeout 5m0s. Pods found = 1 out of 1 + Mar 8 15:50:26.219: INFO: Selector matched 1 pods for map[app:agnhost] + Mar 8 15:50:26.219: INFO: ForEach: Found 1 pods from the filter. Now looping through them. + Mar 8 15:50:26.219: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-2712 describe pod agnhost-primary-rn4kc' + Mar 8 15:50:26.297: INFO: stderr: "" + Mar 8 15:50:26.297: INFO: stdout: "Name: agnhost-primary-rn4kc\nNamespace: kubectl-2712\nPriority: 0\nService Account: default\nNode: worker2/10.0.0.18\nStart Time: Wed, 08 Mar 2023 15:50:24 +0000\nLabels: app=agnhost\n role=primary\nAnnotations: \nStatus: Running\nIP: 172.16.0.240\nIPs:\n IP: 172.16.0.240\nControlled By: ReplicationController/agnhost-primary\nContainers:\n agnhost-primary:\n Container ID: containerd://73ff6500789b8a3273ef18089ef2801be65a0ad4ca6303aa31881549fe0d9ec8\n Image: ehub.ctcdn.cn/eck/sonobuoy/agnhost:2.40\n Image ID: ehub.ctcdn.cn/eck/sonobuoy/agnhost@sha256:1c9665737fa6e8ea5fa5031c5053c4bc36943d087d5d1d3926df50505b6236a8\n Port: 6379/TCP\n Host Port: 0/TCP\n State: Running\n Started: Wed, 08 Mar 2023 15:50:24 +0000\n Ready: True\n Restart Count: 0\n Environment: \n Mounts:\n /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-7vvlf (ro)\nConditions:\n Type Status\n Initialized True \n Ready True \n ContainersReady True \n PodScheduled True \nVolumes:\n kube-api-access-7vvlf:\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 2s default-scheduler Successfully assigned kubectl-2712/agnhost-primary-rn4kc to worker2\n Normal Pulled 2s kubelet Container image \"ehub.ctcdn.cn/eck/sonobuoy/agnhost:2.40\" already present on machine\n Normal Created 2s kubelet Created container agnhost-primary\n Normal Started 2s kubelet Started container agnhost-primary\n" + Mar 8 15:50:26.297: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-2712 describe rc agnhost-primary' + Mar 8 15:50:26.372: INFO: stderr: "" + Mar 8 15:50:26.372: INFO: stdout: "Name: agnhost-primary\nNamespace: kubectl-2712\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: ehub.ctcdn.cn/eck/sonobuoy/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 2s replication-controller Created pod: agnhost-primary-rn4kc\n" + Mar 8 15:50:26.372: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-2712 describe service agnhost-primary' + Mar 8 15:50:26.450: INFO: stderr: "" + Mar 8 15:50:26.450: INFO: stdout: "Name: agnhost-primary\nNamespace: kubectl-2712\nLabels: app=agnhost\n role=primary\nAnnotations: \nSelector: app=agnhost,role=primary\nType: ClusterIP\nIP Family Policy: SingleStack\nIP Families: IPv4\nIP: 192.168.51.142\nIPs: 192.168.51.142\nPort: 6379/TCP\nTargetPort: agnhost-server/TCP\nEndpoints: 172.16.0.240:6379\nSession Affinity: None\nEvents: \n" + Mar 8 15:50:26.455: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-2712 describe node master1' + Mar 8 15:50:26.548: INFO: stderr: "" + Mar 8 15:50:26.548: INFO: stdout: "Name: master1\nRoles: control-plane\nLabels: beta.kubernetes.io/arch=amd64\n beta.kubernetes.io/os=linux\n kubernetes.io/arch=amd64\n kubernetes.io/hostname=master1\n kubernetes.io/os=linux\n node-role.kubernetes.io/control-plane=\n node.kubernetes.io/exclude-from-external-load-balancers=\nAnnotations: flannel.alpha.coreos.com/backend-data: {\"VNI\":1,\"VtepMAC\":\"36:c6:6e:7b:ee:7a\"}\n flannel.alpha.coreos.com/backend-type: vxlan\n flannel.alpha.coreos.com/kube-subnet-manager: true\n flannel.alpha.coreos.com/public-ip: 10.0.0.14\n kubeadm.alpha.kubernetes.io/cri-socket: unix:///run/containerd/containerd.sock\n node.alpha.kubernetes.io/ttl: 0\n volumes.kubernetes.io/controller-managed-attach-detach: true\nCreationTimestamp: Tue, 07 Mar 2023 06:29:48 +0000\nTaints: node-role.kubernetes.io/control-plane:NoSchedule\nUnschedulable: false\nLease:\n HolderIdentity: master1\n AcquireTime: \n RenewTime: Wed, 08 Mar 2023 15:50:21 +0000\nConditions:\n Type Status LastHeartbeatTime LastTransitionTime Reason Message\n ---- ------ ----------------- ------------------ ------ -------\n NetworkUnavailable False Tue, 07 Mar 2023 06:32:54 +0000 Tue, 07 Mar 2023 06:32:54 +0000 FlannelIsUp Flannel is running on this node\n MemoryPressure False Wed, 08 Mar 2023 15:49:10 +0000 Wed, 08 Mar 2023 01:42:21 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available\n DiskPressure False Wed, 08 Mar 2023 15:49:10 +0000 Wed, 08 Mar 2023 01:42:21 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure\n PIDPressure False Wed, 08 Mar 2023 15:49:10 +0000 Wed, 08 Mar 2023 01:42:21 +0000 KubeletHasSufficientPID kubelet has sufficient PID available\n Ready True Wed, 08 Mar 2023 15:49:10 +0000 Wed, 08 Mar 2023 01:42:21 +0000 KubeletReady kubelet is posting ready status\nAddresses:\n InternalIP: 10.0.0.14\n Hostname: master1\nCapacity:\n cpu: 2\n ephemeral-storage: 41931756Ki\n hugepages-1Gi: 0\n hugepages-2Mi: 0\n memory: 3880388Ki\n pods: 64\nAllocatable:\n cpu: 2\n ephemeral-storage: 38644306266\n hugepages-1Gi: 0\n hugepages-2Mi: 0\n memory: 3777988Ki\n pods: 64\nSystem Info:\n Machine ID: 65113b1a0d2f6087d515e6a8cd0ee7ef\n System UUID: 0902B2B0-2F0F-549B-A90F-160D1146F6C9\n Boot ID: 6be19e16-2c8a-4776-8c00-cfd9c46ec06c\n Kernel Version: 3.10.0-957.27.2.el7.x86_64\n OS Image: CentOS Linux 7 (Core)\n Operating System: linux\n Architecture: amd64\n Container Runtime Version: containerd://1.6.9\n Kubelet Version: v1.25.6\n Kube-Proxy Version: v1.25.6\nPodCIDR: 172.16.0.0/26\nPodCIDRs: 172.16.0.0/26\nNon-terminated Pods: (8 in total)\n Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age\n --------- ---- ------------ ---------- --------------- ------------- ---\n kube-flannel kube-flannel-ds-65vb5 100m (5%) 0 (0%) 50Mi (1%) 0 (0%) 33h\n kube-system etcd-master1 100m (5%) 0 (0%) 100Mi (2%) 0 (0%) 33h\n kube-system kube-apiserver-master1 250m (12%) 0 (0%) 0 (0%) 0 (0%) 33h\n kube-system kube-controller-manager-master1 200m (10%) 0 (0%) 0 (0%) 0 (0%) 33h\n kube-system kube-proxy-j2v9f 0 (0%) 0 (0%) 0 (0%) 0 (0%) 33h\n kube-system kube-scheduler-master1 100m (5%) 0 (0%) 0 (0%) 0 (0%) 33h\n kube-system kube-vip-master1 0 (0%) 0 (0%) 0 (0%) 0 (0%) 33h\n sonobuoy sonobuoy-systemd-logs-daemon-set-93720c3627c543b7-d6w2v 0 (0%) 0 (0%) 0 (0%) 0 (0%) 100m\nAllocated resources:\n (Total limits may be over 100 percent, i.e., overcommitted.)\n Resource Requests Limits\n -------- -------- ------\n cpu 750m (37%) 0 (0%)\n memory 150Mi (4%) 0 (0%)\n ephemeral-storage 0 (0%) 0 (0%)\n hugepages-1Gi 0 (0%) 0 (0%)\n hugepages-2Mi 0 (0%) 0 (0%)\nEvents: \n" + Mar 8 15:50:26.549: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-3637317150 --namespace=kubectl-2712 describe namespace kubectl-2712' + Mar 8 15:50:26.638: INFO: stderr: "" + Mar 8 15:50:26.638: INFO: stdout: "Name: kubectl-2712\nLabels: e2e-framework=kubectl\n e2e-run=a1ad6ab7-fc70-4b5a-9718-db7b75f25c6b\n kubernetes.io/metadata.name=kubectl-2712\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 + Mar 8 15:50:26.638: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubectl-2712" for this suite. 03/08/23 15:50:26.643 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSS +------------------------------ +[SynchronizedAfterSuite] +test/e2e/e2e.go:87 +[SynchronizedAfterSuite] TOP-LEVEL + test/e2e/e2e.go:87 +{"msg":"Test Suite completed","completed":362,"skipped":6704,"failed":0} +Mar 8 15:50:26.650: INFO: Running AfterSuite actions on all nodes +Mar 8 15:50:26.650: INFO: Running Cleanup Action: k8s.io/kubernetes/test/e2e/storage.glob..func20.2 +Mar 8 15:50:26.650: INFO: Running Cleanup Action: k8s.io/kubernetes/test/e2e/storage.glob..func10.2 +Mar 8 15:50:26.650: INFO: Running Cleanup Action: k8s.io/kubernetes/test/e2e/storage.glob..func9.2 +Mar 8 15:50:26.650: INFO: Running Cleanup Action: k8s.io/kubernetes/test/e2e/storage/vsphere.glob..func17.3 +Mar 8 15:50:26.650: INFO: Running Cleanup Action: k8s.io/kubernetes/test/e2e/storage/vsphere.glob..func9.2 +Mar 8 15:50:26.650: INFO: Running Cleanup Action: k8s.io/kubernetes/test/e2e/storage/vsphere.glob..func4.2 +Mar 8 15:50:26.650: INFO: Running Cleanup Action: k8s.io/kubernetes/test/e2e/storage/vsphere.glob..func1.3 +[SynchronizedAfterSuite] TOP-LEVEL + test/e2e/e2e.go:87 +Mar 8 15:50:26.650: INFO: Running AfterSuite actions on node 1 +Mar 8 15:50:26.650: 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 + Mar 8 15:50:26.650: INFO: Running AfterSuite actions on all nodes + Mar 8 15:50:26.650: INFO: Running Cleanup Action: k8s.io/kubernetes/test/e2e/storage.glob..func20.2 + Mar 8 15:50:26.650: INFO: Running Cleanup Action: k8s.io/kubernetes/test/e2e/storage.glob..func10.2 + Mar 8 15:50:26.650: INFO: Running Cleanup Action: k8s.io/kubernetes/test/e2e/storage.glob..func9.2 + Mar 8 15:50:26.650: INFO: Running Cleanup Action: k8s.io/kubernetes/test/e2e/storage/vsphere.glob..func17.3 + Mar 8 15:50:26.650: INFO: Running Cleanup Action: k8s.io/kubernetes/test/e2e/storage/vsphere.glob..func9.2 + Mar 8 15:50:26.650: INFO: Running Cleanup Action: k8s.io/kubernetes/test/e2e/storage/vsphere.glob..func4.2 + Mar 8 15:50:26.650: INFO: Running Cleanup Action: k8s.io/kubernetes/test/e2e/storage/vsphere.glob..func1.3 + [SynchronizedAfterSuite] TOP-LEVEL + test/e2e/e2e.go:87 + Mar 8 15:50:26.650: INFO: Running AfterSuite actions on node 1 + Mar 8 15:50:26.650: 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.080 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 7066 Specs in 6034.891 seconds +SUCCESS! -- 362 Passed | 0 Failed | 0 Pending | 6704 Skipped +PASS + +Ginkgo ran 1 suite in 1h40m35.307979471s +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.6 + diff --git a/v1.25/eck/junit_01.xml b/v1.25/eck/junit_01.xml new file mode 100644 index 0000000000..6dbcc166d5 --- /dev/null +++ b/v1.25/eck/junit_01.xml @@ -0,0 +1,20502 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file