I0311 21:09:26.431562 12 test_context.go:423] Tolerating taints "node-role.kubernetes.io/master" when considering if nodes are ready I0311 21:09:26.431827 12 e2e.go:124] Starting e2e run "ffa32c67-3a9e-43c9-880c-85f16a0eb310" on Ginkgo node 1 {"msg":"Test Suite starting","total":118,"completed":0,"skipped":0,"failed":0} Running Suite: Kubernetes e2e suite =================================== Random Seed: 1615496965 - Will randomize all specs Will run 118 of 4994 specs Mar 11 21:09:26.501: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:09:26.506: INFO: Waiting up to 30m0s for all (but 0) nodes to be schedulable Mar 11 21:09:26.535: INFO: Waiting up to 10m0s for all pods (need at least 0) in namespace 'kube-system' to be running and ready Mar 11 21:09:26.599: INFO: The status of Pod cmk-init-discover-node1-vk7wm is Succeeded, skipping waiting Mar 11 21:09:26.599: INFO: The status of Pod cmk-init-discover-node2-29mrv is Succeeded, skipping waiting Mar 11 21:09:26.599: INFO: 40 / 45 pods in namespace 'kube-system' are running and ready (0 seconds elapsed) Mar 11 21:09:26.599: INFO: expected 8 pod replicas in namespace 'kube-system', 8 are Running and Ready. Mar 11 21:09:26.599: INFO: Waiting up to 5m0s for all daemonsets in namespace 'kube-system' to start Mar 11 21:09:26.607: INFO: 2 / 2 pods ready in namespace 'kube-system' in daemonset 'cmk' (0 seconds elapsed) Mar 11 21:09:26.607: INFO: 5 / 5 pods ready in namespace 'kube-system' in daemonset 'kube-flannel' (0 seconds elapsed) Mar 11 21:09:26.607: INFO: 5 / 5 pods ready in namespace 'kube-system' in daemonset 'kube-multus-ds-amd64' (0 seconds elapsed) Mar 11 21:09:26.607: INFO: 5 / 5 pods ready in namespace 'kube-system' in daemonset 'kube-proxy' (0 seconds elapsed) Mar 11 21:09:26.607: INFO: 2 / 2 pods ready in namespace 'kube-system' in daemonset 'node-feature-discovery-worker' (0 seconds elapsed) Mar 11 21:09:26.607: INFO: 2 / 2 pods ready in namespace 'kube-system' in daemonset 'sriov-net-dp-kube-sriov-device-plugin-amd64' (0 seconds elapsed) Mar 11 21:09:26.607: INFO: e2e test version: v1.18.16 Mar 11 21:09:26.608: INFO: kube-apiserver version: v1.18.8 Mar 11 21:09:26.608: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:09:26.613: INFO: Cluster IP family: ipv4 SSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] PersistentVolumes-local [Volume type: dir] Two pods mounting a local volume one after the other should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:251 [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:09:26.614: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename persistent-local-volumes-test Mar 11 21:09:26.634: INFO: Found PodSecurityPolicies; assuming PodSecurityPolicy is enabled. Mar 11 21:09:26.641: INFO: Found ClusterRoles; assuming RBAC is enabled. STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in persistent-local-volumes-test-6796 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:155 [BeforeEach] [Volume type: dir] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:191 STEP: Initializing test volumes Mar 11 21:09:28.772: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p /tmp/local-volume-test-903464dc-3c52-4246-aeb9-ad1747ce4f96] Namespace:persistent-local-volumes-test-6796 PodName:hostexec-node1-vw899 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:09:28.773: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating local PVCs and PVs Mar 11 21:09:28.893: INFO: Creating a PV followed by a PVC Mar 11 21:09:28.900: INFO: Waiting for PV local-pvfx2qb to bind to PVC pvc-dcsgk Mar 11 21:09:28.900: INFO: Waiting up to 3m0s for PersistentVolumeClaims [pvc-dcsgk] to have phase Bound Mar 11 21:09:28.902: INFO: PersistentVolumeClaim pvc-dcsgk found but phase is Pending instead of Bound. Mar 11 21:09:30.907: INFO: PersistentVolumeClaim pvc-dcsgk found and phase=Bound (2.006828511s) Mar 11 21:09:30.907: INFO: Waiting up to 3m0s for PersistentVolume local-pvfx2qb to have phase Bound Mar 11 21:09:30.909: INFO: PersistentVolume local-pvfx2qb found and phase=Bound (2.077501ms) [It] should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:251 STEP: Creating pod1 STEP: Creating a pod Mar 11 21:09:34.936: INFO: pod "security-context-8585ee93-09b6-4480-b6cd-c6b778d0e85e" created on Node "node1" STEP: Writing in pod1 Mar 11 21:09:34.936: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo test-file-content > /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-6796 PodName:security-context-8585ee93-09b6-4480-b6cd-c6b778d0e85e ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:09:34.936: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:09:35.059: INFO: podRWCmdExec out: "" err: Mar 11 21:09:35.059: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-6796 PodName:security-context-8585ee93-09b6-4480-b6cd-c6b778d0e85e ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:09:35.059: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:09:35.163: INFO: podRWCmdExec out: "test-file-content" err: STEP: Deleting pod1 STEP: Deleting pod security-context-8585ee93-09b6-4480-b6cd-c6b778d0e85e in namespace persistent-local-volumes-test-6796 STEP: Creating pod2 STEP: Creating a pod Mar 11 21:09:39.196: INFO: pod "security-context-ca6bdd7e-6f3d-4f16-82a4-d64c6fd91e41" created on Node "node1" STEP: Reading in pod2 Mar 11 21:09:39.196: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-6796 PodName:security-context-ca6bdd7e-6f3d-4f16-82a4-d64c6fd91e41 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:09:39.196: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:09:39.296: INFO: podRWCmdExec out: "test-file-content" err: STEP: Deleting pod2 STEP: Deleting pod security-context-ca6bdd7e-6f3d-4f16-82a4-d64c6fd91e41 in namespace persistent-local-volumes-test-6796 [AfterEach] [Volume type: dir] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:200 STEP: Cleaning up PVC and PV Mar 11 21:09:39.300: INFO: Deleting PersistentVolumeClaim "pvc-dcsgk" Mar 11 21:09:39.304: INFO: Deleting PersistentVolume "local-pvfx2qb" STEP: Removing the test directory Mar 11 21:09:39.309: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-903464dc-3c52-4246-aeb9-ad1747ce4f96] Namespace:persistent-local-volumes-test-6796 PodName:hostexec-node1-vw899 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:09:39.309: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:09:39.424: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "persistent-local-volumes-test-6796" for this suite. • [SLOW TEST:12.818 seconds] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 [Volume type: dir] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:188 Two pods mounting a local volume one after the other /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:250 should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:251 ------------------------------ {"msg":"PASSED [sig-storage] PersistentVolumes-local [Volume type: dir] Two pods mounting a local volume one after the other should be able to write from pod1 and read from pod2","total":118,"completed":1,"skipped":18,"failed":0} SSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] PersistentVolumes GCEPD should test that deleting a PVC before the pod does not cause pod deletion to fail on PD detach /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-gce.go:125 [BeforeEach] [sig-storage] PersistentVolumes GCEPD /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:09:39.432: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename pv STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in pv-9253 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes GCEPD /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-gce.go:76 Mar 11 21:09:39.554: INFO: Only supported for providers [gce gke] (not ) [AfterEach] [sig-storage] PersistentVolumes GCEPD /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:09:39.556: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "pv-9253" for this suite. [AfterEach] [sig-storage] PersistentVolumes GCEPD /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-gce.go:109 Mar 11 21:09:39.564: INFO: AfterEach: Cleaning up test resources Mar 11 21:09:39.564: INFO: pvc is nil Mar 11 21:09:39.564: INFO: pv is nil S [SKIPPING] in Spec Setup (BeforeEach) [0.132 seconds] [sig-storage] PersistentVolumes GCEPD /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 should test that deleting a PVC before the pod does not cause pod deletion to fail on PD detach [BeforeEach] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-gce.go:125 Only supported for providers [gce gke] (not ) /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-gce.go:84 ------------------------------ SSSSSSSS ------------------------------ [sig-storage] CSI mock volume CSI workload information using mock driver contain ephemeral=true when using inline volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:317 [BeforeEach] [sig-storage] CSI mock volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:09:39.564: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename csi-mock-volumes STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in csi-mock-volumes-9111 STEP: Waiting for a default service account to be provisioned in namespace [It] contain ephemeral=true when using inline volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:317 STEP: deploying csi mock driver Mar 11 21:09:39.726: INFO: creating *v1.ServiceAccount: csi-mock-volumes-9111/csi-attacher Mar 11 21:09:39.729: INFO: creating *v1.ClusterRole: external-attacher-runner-csi-mock-volumes-9111 Mar 11 21:09:39.730: INFO: Define cluster role external-attacher-runner-csi-mock-volumes-9111 Mar 11 21:09:39.733: INFO: creating *v1.ClusterRoleBinding: csi-attacher-role-csi-mock-volumes-9111 Mar 11 21:09:39.736: INFO: creating *v1.Role: csi-mock-volumes-9111/external-attacher-cfg-csi-mock-volumes-9111 Mar 11 21:09:39.739: INFO: creating *v1.RoleBinding: csi-mock-volumes-9111/csi-attacher-role-cfg Mar 11 21:09:39.742: INFO: creating *v1.ServiceAccount: csi-mock-volumes-9111/csi-provisioner Mar 11 21:09:39.744: INFO: creating *v1.ClusterRole: external-provisioner-runner-csi-mock-volumes-9111 Mar 11 21:09:39.744: INFO: Define cluster role external-provisioner-runner-csi-mock-volumes-9111 Mar 11 21:09:39.747: INFO: creating *v1.ClusterRoleBinding: csi-provisioner-role-csi-mock-volumes-9111 Mar 11 21:09:39.750: INFO: creating *v1.Role: csi-mock-volumes-9111/external-provisioner-cfg-csi-mock-volumes-9111 Mar 11 21:09:39.752: INFO: creating *v1.RoleBinding: csi-mock-volumes-9111/csi-provisioner-role-cfg Mar 11 21:09:39.755: INFO: creating *v1.ServiceAccount: csi-mock-volumes-9111/csi-resizer Mar 11 21:09:39.757: INFO: creating *v1.ClusterRole: external-resizer-runner-csi-mock-volumes-9111 Mar 11 21:09:39.757: INFO: Define cluster role external-resizer-runner-csi-mock-volumes-9111 Mar 11 21:09:39.760: INFO: creating *v1.ClusterRoleBinding: csi-resizer-role-csi-mock-volumes-9111 Mar 11 21:09:39.763: INFO: creating *v1.Role: csi-mock-volumes-9111/external-resizer-cfg-csi-mock-volumes-9111 Mar 11 21:09:39.766: INFO: creating *v1.RoleBinding: csi-mock-volumes-9111/csi-resizer-role-cfg Mar 11 21:09:39.768: INFO: creating *v1.ServiceAccount: csi-mock-volumes-9111/csi-mock Mar 11 21:09:39.770: INFO: creating *v1.ClusterRoleBinding: csi-controller-attacher-role-csi-mock-volumes-9111 Mar 11 21:09:39.773: INFO: creating *v1.ClusterRoleBinding: csi-controller-provisioner-role-csi-mock-volumes-9111 Mar 11 21:09:39.775: INFO: creating *v1.ClusterRoleBinding: csi-controller-cluster-driver-registrar-role-csi-mock-volumes-9111 Mar 11 21:09:39.778: INFO: creating *v1.ClusterRoleBinding: psp-csi-controller-driver-registrar-role-csi-mock-volumes-9111 Mar 11 21:09:39.781: INFO: creating *v1.ClusterRoleBinding: csi-controller-resizer-role-csi-mock-volumes-9111 Mar 11 21:09:39.783: INFO: creating *v1.StorageClass: csi-mock-sc-csi-mock-volumes-9111 Mar 11 21:09:39.786: INFO: creating *v1.StatefulSet: csi-mock-volumes-9111/csi-mockplugin Mar 11 21:09:39.790: INFO: creating *v1.CSIDriver: csi-mock-csi-mock-volumes-9111 Mar 11 21:09:39.794: INFO: creating *v1.StatefulSet: csi-mock-volumes-9111/csi-mockplugin-attacher Mar 11 21:09:39.797: INFO: waiting up to 4m0s for CSIDriver "csi-mock-csi-mock-volumes-9111" STEP: Creating pod STEP: checking for CSIInlineVolumes feature Mar 11 21:09:57.834: INFO: Pod csi-inline-volume-shd66 has the following logs: STEP: Deleting pod csi-inline-volume-shd66 in namespace csi-mock-volumes-9111 STEP: Deleting the previously created pod Mar 11 21:09:59.846: INFO: Deleting pod "pvc-volume-tester-2g4g7" in namespace "csi-mock-volumes-9111" Mar 11 21:09:59.852: INFO: Wait up to 5m0s for pod "pvc-volume-tester-2g4g7" to be fully deleted STEP: Checking CSI driver logs Mar 11 21:10:07.862: INFO: CSI driver logs: mock driver started gRPCCall: {"Method":"/csi.v1.Identity/Probe","Request":{},"Response":{"ready":{"value":true}},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Identity/GetPluginInfo","Request":{},"Response":{"name":"csi-mock-csi-mock-volumes-9111","vendor_version":"0.3.0","manifest":{"url":"https://github.com/kubernetes-csi/csi-test/mock"}},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Identity/GetPluginCapabilities","Request":{},"Response":{"capabilities":[{"Type":{"Service":{"type":1}}},{"Type":{"VolumeExpansion":{"type":1}}}]},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Controller/ControllerGetCapabilities","Request":{},"Response":{"capabilities":[{"Type":{"Rpc":{"type":1}}},{"Type":{"Rpc":{"type":3}}},{"Type":{"Rpc":{"type":4}}},{"Type":{"Rpc":{"type":6}}},{"Type":{"Rpc":{"type":5}}},{"Type":{"Rpc":{"type":8}}},{"Type":{"Rpc":{"type":7}}},{"Type":{"Rpc":{"type":2}}},{"Type":{"Rpc":{"type":9}}}]},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Controller/ControllerGetCapabilities","Request":{},"Response":{"capabilities":[{"Type":{"Rpc":{"type":1}}},{"Type":{"Rpc":{"type":3}}},{"Type":{"Rpc":{"type":4}}},{"Type":{"Rpc":{"type":6}}},{"Type":{"Rpc":{"type":5}}},{"Type":{"Rpc":{"type":8}}},{"Type":{"Rpc":{"type":7}}},{"Type":{"Rpc":{"type":2}}},{"Type":{"Rpc":{"type":9}}}]},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Identity/Probe","Request":{},"Response":{"ready":{"value":true}},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Identity/GetPluginInfo","Request":{},"Response":{"name":"csi-mock-csi-mock-volumes-9111","vendor_version":"0.3.0","manifest":{"url":"https://github.com/kubernetes-csi/csi-test/mock"}},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Identity/GetPluginCapabilities","Request":{},"Response":{"capabilities":[{"Type":{"Service":{"type":1}}},{"Type":{"VolumeExpansion":{"type":1}}}]},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Controller/ControllerGetCapabilities","Request":{},"Response":{"capabilities":[{"Type":{"Rpc":{"type":1}}},{"Type":{"Rpc":{"type":3}}},{"Type":{"Rpc":{"type":4}}},{"Type":{"Rpc":{"type":6}}},{"Type":{"Rpc":{"type":5}}},{"Type":{"Rpc":{"type":8}}},{"Type":{"Rpc":{"type":7}}},{"Type":{"Rpc":{"type":2}}},{"Type":{"Rpc":{"type":9}}}]},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Identity/GetPluginInfo","Request":{},"Response":{"name":"csi-mock-csi-mock-volumes-9111","vendor_version":"0.3.0","manifest":{"url":"https://github.com/kubernetes-csi/csi-test/mock"}},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Node/NodeGetInfo","Request":{},"Response":{"node_id":"csi-mock-csi-mock-volumes-9111","max_volumes_per_node":2},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Node/NodePublishVolume","Request":{"volume_id":"csi-dfc4c3cf851b677953b81868c4eecafe91f39e2b625f2cbe453635d0ffa5eadd","target_path":"/var/lib/kubelet/pods/9ee2104f-eebd-467e-a9f8-693ce1a60d25/volumes/kubernetes.io~csi/my-volume/mount","volume_capability":{"AccessType":{"Mount":{}},"access_mode":{"mode":1}},"volume_context":{"csi.storage.k8s.io/ephemeral":"true","csi.storage.k8s.io/pod.name":"pvc-volume-tester-2g4g7","csi.storage.k8s.io/pod.namespace":"csi-mock-volumes-9111","csi.storage.k8s.io/pod.uid":"9ee2104f-eebd-467e-a9f8-693ce1a60d25","csi.storage.k8s.io/serviceAccount.name":"default"}},"Response":{},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Node/NodeGetCapabilities","Request":{},"Response":{"capabilities":[{"Type":{"Rpc":{}}},{"Type":{"Rpc":{"type":1}}},{"Type":{"Rpc":{"type":2}}}]},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Node/NodeGetVolumeStats","Request":{"volume_id":"csi-dfc4c3cf851b677953b81868c4eecafe91f39e2b625f2cbe453635d0ffa5eadd","volume_path":"/var/lib/kubelet/pods/9ee2104f-eebd-467e-a9f8-693ce1a60d25/volumes/kubernetes.io~csi/my-volume/mount"},"Response":null,"Error":"rpc error: code = NotFound desc = csi-dfc4c3cf851b677953b81868c4eecafe91f39e2b625f2cbe453635d0ffa5eadd","FullError":{"code":5,"message":"csi-dfc4c3cf851b677953b81868c4eecafe91f39e2b625f2cbe453635d0ffa5eadd"}} gRPCCall: {"Method":"/csi.v1.Node/NodeUnpublishVolume","Request":{"volume_id":"csi-dfc4c3cf851b677953b81868c4eecafe91f39e2b625f2cbe453635d0ffa5eadd","target_path":"/var/lib/kubelet/pods/9ee2104f-eebd-467e-a9f8-693ce1a60d25/volumes/kubernetes.io~csi/my-volume/mount"},"Response":{},"Error":"","FullError":null} Mar 11 21:10:07.863: INFO: Found volume attribute csi.storage.k8s.io/serviceAccount.name: default Mar 11 21:10:07.863: INFO: Found volume attribute csi.storage.k8s.io/pod.name: pvc-volume-tester-2g4g7 Mar 11 21:10:07.863: INFO: Found volume attribute csi.storage.k8s.io/pod.namespace: csi-mock-volumes-9111 Mar 11 21:10:07.863: INFO: Found volume attribute csi.storage.k8s.io/pod.uid: 9ee2104f-eebd-467e-a9f8-693ce1a60d25 Mar 11 21:10:07.863: INFO: Found volume attribute csi.storage.k8s.io/ephemeral: true Mar 11 21:10:07.863: INFO: Found NodeUnpublishVolume: {Method:/csi.v1.Node/NodeUnpublishVolume Request:{VolumeContext:map[]}} STEP: Deleting pod pvc-volume-tester-2g4g7 Mar 11 21:10:07.863: INFO: Deleting pod "pvc-volume-tester-2g4g7" in namespace "csi-mock-volumes-9111" STEP: Cleaning up resources STEP: uninstalling csi mock driver Mar 11 21:10:07.865: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-9111/csi-attacher Mar 11 21:10:07.870: INFO: deleting *v1.ClusterRole: external-attacher-runner-csi-mock-volumes-9111 Mar 11 21:10:07.875: INFO: deleting *v1.ClusterRoleBinding: csi-attacher-role-csi-mock-volumes-9111 Mar 11 21:10:07.879: INFO: deleting *v1.Role: csi-mock-volumes-9111/external-attacher-cfg-csi-mock-volumes-9111 Mar 11 21:10:07.883: INFO: deleting *v1.RoleBinding: csi-mock-volumes-9111/csi-attacher-role-cfg Mar 11 21:10:07.888: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-9111/csi-provisioner Mar 11 21:10:07.892: INFO: deleting *v1.ClusterRole: external-provisioner-runner-csi-mock-volumes-9111 Mar 11 21:10:07.896: INFO: deleting *v1.ClusterRoleBinding: csi-provisioner-role-csi-mock-volumes-9111 Mar 11 21:10:07.900: INFO: deleting *v1.Role: csi-mock-volumes-9111/external-provisioner-cfg-csi-mock-volumes-9111 Mar 11 21:10:07.904: INFO: deleting *v1.RoleBinding: csi-mock-volumes-9111/csi-provisioner-role-cfg Mar 11 21:10:07.908: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-9111/csi-resizer Mar 11 21:10:07.912: INFO: deleting *v1.ClusterRole: external-resizer-runner-csi-mock-volumes-9111 Mar 11 21:10:07.917: INFO: deleting *v1.ClusterRoleBinding: csi-resizer-role-csi-mock-volumes-9111 Mar 11 21:10:07.921: INFO: deleting *v1.Role: csi-mock-volumes-9111/external-resizer-cfg-csi-mock-volumes-9111 Mar 11 21:10:07.925: INFO: deleting *v1.RoleBinding: csi-mock-volumes-9111/csi-resizer-role-cfg Mar 11 21:10:07.928: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-9111/csi-mock Mar 11 21:10:07.932: INFO: deleting *v1.ClusterRoleBinding: csi-controller-attacher-role-csi-mock-volumes-9111 Mar 11 21:10:07.936: INFO: deleting *v1.ClusterRoleBinding: csi-controller-provisioner-role-csi-mock-volumes-9111 Mar 11 21:10:07.940: INFO: deleting *v1.ClusterRoleBinding: csi-controller-cluster-driver-registrar-role-csi-mock-volumes-9111 Mar 11 21:10:07.943: INFO: deleting *v1.ClusterRoleBinding: psp-csi-controller-driver-registrar-role-csi-mock-volumes-9111 Mar 11 21:10:07.947: INFO: deleting *v1.ClusterRoleBinding: csi-controller-resizer-role-csi-mock-volumes-9111 Mar 11 21:10:07.951: INFO: deleting *v1.StorageClass: csi-mock-sc-csi-mock-volumes-9111 Mar 11 21:10:07.955: INFO: deleting *v1.StatefulSet: csi-mock-volumes-9111/csi-mockplugin Mar 11 21:10:07.960: INFO: deleting *v1.CSIDriver: csi-mock-csi-mock-volumes-9111 Mar 11 21:10:07.964: INFO: deleting *v1.StatefulSet: csi-mock-volumes-9111/csi-mockplugin-attacher [AfterEach] [sig-storage] CSI mock volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:10:07.970: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "csi-mock-volumes-9111" for this suite. • [SLOW TEST:28.413 seconds] [sig-storage] CSI mock volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 CSI workload information using mock driver /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:267 contain ephemeral=true when using inline volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:317 ------------------------------ {"msg":"PASSED [sig-storage] CSI mock volume CSI workload information using mock driver contain ephemeral=true when using inline volume","total":118,"completed":2,"skipped":49,"failed":0} SSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] CSI mock volume CSI online volume expansion should expand volume without restarting pod if attach=on, nodeExpansion=on /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:514 [BeforeEach] [sig-storage] CSI mock volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:10:07.978: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename csi-mock-volumes STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in csi-mock-volumes-5737 STEP: Waiting for a default service account to be provisioned in namespace [It] should expand volume without restarting pod if attach=on, nodeExpansion=on /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:514 STEP: deploying csi mock driver Mar 11 21:10:08.120: INFO: creating *v1.ServiceAccount: csi-mock-volumes-5737/csi-attacher Mar 11 21:10:08.124: INFO: creating *v1.ClusterRole: external-attacher-runner-csi-mock-volumes-5737 Mar 11 21:10:08.124: INFO: Define cluster role external-attacher-runner-csi-mock-volumes-5737 Mar 11 21:10:08.129: INFO: creating *v1.ClusterRoleBinding: csi-attacher-role-csi-mock-volumes-5737 Mar 11 21:10:08.132: INFO: creating *v1.Role: csi-mock-volumes-5737/external-attacher-cfg-csi-mock-volumes-5737 Mar 11 21:10:08.134: INFO: creating *v1.RoleBinding: csi-mock-volumes-5737/csi-attacher-role-cfg Mar 11 21:10:08.138: INFO: creating *v1.ServiceAccount: csi-mock-volumes-5737/csi-provisioner Mar 11 21:10:08.141: INFO: creating *v1.ClusterRole: external-provisioner-runner-csi-mock-volumes-5737 Mar 11 21:10:08.141: INFO: Define cluster role external-provisioner-runner-csi-mock-volumes-5737 Mar 11 21:10:08.143: INFO: creating *v1.ClusterRoleBinding: csi-provisioner-role-csi-mock-volumes-5737 Mar 11 21:10:08.146: INFO: creating *v1.Role: csi-mock-volumes-5737/external-provisioner-cfg-csi-mock-volumes-5737 Mar 11 21:10:08.149: INFO: creating *v1.RoleBinding: csi-mock-volumes-5737/csi-provisioner-role-cfg Mar 11 21:10:08.151: INFO: creating *v1.ServiceAccount: csi-mock-volumes-5737/csi-resizer Mar 11 21:10:08.154: INFO: creating *v1.ClusterRole: external-resizer-runner-csi-mock-volumes-5737 Mar 11 21:10:08.154: INFO: Define cluster role external-resizer-runner-csi-mock-volumes-5737 Mar 11 21:10:08.156: INFO: creating *v1.ClusterRoleBinding: csi-resizer-role-csi-mock-volumes-5737 Mar 11 21:10:08.159: INFO: creating *v1.Role: csi-mock-volumes-5737/external-resizer-cfg-csi-mock-volumes-5737 Mar 11 21:10:08.162: INFO: creating *v1.RoleBinding: csi-mock-volumes-5737/csi-resizer-role-cfg Mar 11 21:10:08.164: INFO: creating *v1.ServiceAccount: csi-mock-volumes-5737/csi-mock Mar 11 21:10:08.167: INFO: creating *v1.ClusterRoleBinding: csi-controller-attacher-role-csi-mock-volumes-5737 Mar 11 21:10:08.170: INFO: creating *v1.ClusterRoleBinding: csi-controller-provisioner-role-csi-mock-volumes-5737 Mar 11 21:10:08.172: INFO: creating *v1.ClusterRoleBinding: csi-controller-cluster-driver-registrar-role-csi-mock-volumes-5737 Mar 11 21:10:08.175: INFO: creating *v1.ClusterRoleBinding: psp-csi-controller-driver-registrar-role-csi-mock-volumes-5737 Mar 11 21:10:08.177: INFO: creating *v1.ClusterRoleBinding: csi-controller-resizer-role-csi-mock-volumes-5737 Mar 11 21:10:08.180: INFO: creating *v1.StorageClass: csi-mock-sc-csi-mock-volumes-5737 Mar 11 21:10:08.183: INFO: creating *v1.StatefulSet: csi-mock-volumes-5737/csi-mockplugin Mar 11 21:10:08.187: INFO: creating *v1.StatefulSet: csi-mock-volumes-5737/csi-mockplugin-attacher Mar 11 21:10:08.191: INFO: creating *v1.StatefulSet: csi-mock-volumes-5737/csi-mockplugin-resizer STEP: Creating pod Mar 11 21:10:08.199: INFO: Warning: Making PVC: VolumeMode specified as invalid empty string, treating as nil Mar 11 21:10:08.201: INFO: Waiting up to 5m0s for PersistentVolumeClaims [pvc-lwszf] to have phase Bound Mar 11 21:10:08.203: INFO: PersistentVolumeClaim pvc-lwszf found but phase is Pending instead of Bound. Mar 11 21:10:10.207: INFO: PersistentVolumeClaim pvc-lwszf found but phase is Pending instead of Bound. Mar 11 21:10:12.215: INFO: PersistentVolumeClaim pvc-lwszf found but phase is Pending instead of Bound. Mar 11 21:10:14.219: INFO: PersistentVolumeClaim pvc-lwszf found but phase is Pending instead of Bound. Mar 11 21:10:16.222: INFO: PersistentVolumeClaim pvc-lwszf found and phase=Bound (8.020353213s) STEP: Expanding current pvc STEP: Waiting for persistent volume resize to finish STEP: Waiting for PVC resize to finish STEP: Deleting pod pvc-volume-tester-k45mt Mar 11 21:10:30.258: INFO: Deleting pod "pvc-volume-tester-k45mt" in namespace "csi-mock-volumes-5737" Mar 11 21:10:30.262: INFO: Wait up to 5m0s for pod "pvc-volume-tester-k45mt" to be fully deleted STEP: Deleting claim pvc-lwszf Mar 11 21:10:34.274: INFO: Waiting up to 2m0s for PersistentVolume pvc-769bc18f-5f0a-41c0-95f2-0bd45359830f to get deleted Mar 11 21:10:34.277: INFO: PersistentVolume pvc-769bc18f-5f0a-41c0-95f2-0bd45359830f found and phase=Bound (3.32659ms) Mar 11 21:10:36.285: INFO: PersistentVolume pvc-769bc18f-5f0a-41c0-95f2-0bd45359830f found and phase=Released (2.011295834s) Mar 11 21:10:38.289: INFO: PersistentVolume pvc-769bc18f-5f0a-41c0-95f2-0bd45359830f found and phase=Released (4.015300834s) Mar 11 21:10:40.294: INFO: PersistentVolume pvc-769bc18f-5f0a-41c0-95f2-0bd45359830f found and phase=Released (6.019696344s) Mar 11 21:10:42.298: INFO: PersistentVolume pvc-769bc18f-5f0a-41c0-95f2-0bd45359830f was removed STEP: Deleting storageclass csi-mock-volumes-5737-sc STEP: Cleaning up resources STEP: uninstalling csi mock driver Mar 11 21:10:42.303: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-5737/csi-attacher Mar 11 21:10:42.308: INFO: deleting *v1.ClusterRole: external-attacher-runner-csi-mock-volumes-5737 Mar 11 21:10:42.313: INFO: deleting *v1.ClusterRoleBinding: csi-attacher-role-csi-mock-volumes-5737 Mar 11 21:10:42.317: INFO: deleting *v1.Role: csi-mock-volumes-5737/external-attacher-cfg-csi-mock-volumes-5737 Mar 11 21:10:42.321: INFO: deleting *v1.RoleBinding: csi-mock-volumes-5737/csi-attacher-role-cfg Mar 11 21:10:42.325: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-5737/csi-provisioner Mar 11 21:10:42.330: INFO: deleting *v1.ClusterRole: external-provisioner-runner-csi-mock-volumes-5737 Mar 11 21:10:42.343: INFO: deleting *v1.ClusterRoleBinding: csi-provisioner-role-csi-mock-volumes-5737 Mar 11 21:10:42.351: INFO: deleting *v1.Role: csi-mock-volumes-5737/external-provisioner-cfg-csi-mock-volumes-5737 Mar 11 21:10:42.355: INFO: deleting *v1.RoleBinding: csi-mock-volumes-5737/csi-provisioner-role-cfg Mar 11 21:10:42.359: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-5737/csi-resizer Mar 11 21:10:42.363: INFO: deleting *v1.ClusterRole: external-resizer-runner-csi-mock-volumes-5737 Mar 11 21:10:42.367: INFO: deleting *v1.ClusterRoleBinding: csi-resizer-role-csi-mock-volumes-5737 Mar 11 21:10:42.371: INFO: deleting *v1.Role: csi-mock-volumes-5737/external-resizer-cfg-csi-mock-volumes-5737 Mar 11 21:10:42.375: INFO: deleting *v1.RoleBinding: csi-mock-volumes-5737/csi-resizer-role-cfg Mar 11 21:10:42.379: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-5737/csi-mock Mar 11 21:10:42.383: INFO: deleting *v1.ClusterRoleBinding: csi-controller-attacher-role-csi-mock-volumes-5737 Mar 11 21:10:42.387: INFO: deleting *v1.ClusterRoleBinding: csi-controller-provisioner-role-csi-mock-volumes-5737 Mar 11 21:10:42.391: INFO: deleting *v1.ClusterRoleBinding: csi-controller-cluster-driver-registrar-role-csi-mock-volumes-5737 Mar 11 21:10:42.395: INFO: deleting *v1.ClusterRoleBinding: psp-csi-controller-driver-registrar-role-csi-mock-volumes-5737 Mar 11 21:10:42.399: INFO: deleting *v1.ClusterRoleBinding: csi-controller-resizer-role-csi-mock-volumes-5737 Mar 11 21:10:42.403: INFO: deleting *v1.StorageClass: csi-mock-sc-csi-mock-volumes-5737 Mar 11 21:10:42.407: INFO: deleting *v1.StatefulSet: csi-mock-volumes-5737/csi-mockplugin Mar 11 21:10:42.412: INFO: deleting *v1.StatefulSet: csi-mock-volumes-5737/csi-mockplugin-attacher Mar 11 21:10:42.416: INFO: deleting *v1.StatefulSet: csi-mock-volumes-5737/csi-mockplugin-resizer [AfterEach] [sig-storage] CSI mock volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:10:42.421: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "csi-mock-volumes-5737" for this suite. • [SLOW TEST:34.450 seconds] [sig-storage] CSI mock volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 CSI online volume expansion /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:499 should expand volume without restarting pod if attach=on, nodeExpansion=on /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:514 ------------------------------ {"msg":"PASSED [sig-storage] CSI mock volume CSI online volume expansion should expand volume without restarting pod if attach=on, nodeExpansion=on","total":118,"completed":3,"skipped":72,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] PersistentVolumes-local [Volume type: tmpfs] Set fsGroup for local volume should set different fsGroup for second pod if first pod is deleted /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:282 [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:10:42.430: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename persistent-local-volumes-test STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in persistent-local-volumes-test-8928 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:155 [BeforeEach] [Volume type: tmpfs] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:191 STEP: Initializing test volumes STEP: Creating tmpfs mount point on node "node1" at path "/tmp/local-volume-test-dbc4e7d7-4396-4edd-867c-2738a9da02a3" Mar 11 21:10:46.580: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p "/tmp/local-volume-test-dbc4e7d7-4396-4edd-867c-2738a9da02a3" && mount -t tmpfs -o size=10m tmpfs-"/tmp/local-volume-test-dbc4e7d7-4396-4edd-867c-2738a9da02a3" "/tmp/local-volume-test-dbc4e7d7-4396-4edd-867c-2738a9da02a3"] Namespace:persistent-local-volumes-test-8928 PodName:hostexec-node1-85pbz ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:10:46.580: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating local PVCs and PVs Mar 11 21:10:46.692: INFO: Creating a PV followed by a PVC Mar 11 21:10:46.700: INFO: Waiting for PV local-pvlczz2 to bind to PVC pvc-ktg2l Mar 11 21:10:46.700: INFO: Waiting up to 3m0s for PersistentVolumeClaims [pvc-ktg2l] to have phase Bound Mar 11 21:10:46.702: INFO: PersistentVolumeClaim pvc-ktg2l found but phase is Pending instead of Bound. Mar 11 21:10:48.709: INFO: PersistentVolumeClaim pvc-ktg2l found and phase=Bound (2.008785528s) Mar 11 21:10:48.709: INFO: Waiting up to 3m0s for PersistentVolume local-pvlczz2 to have phase Bound Mar 11 21:10:48.711: INFO: PersistentVolume local-pvlczz2 found and phase=Bound (2.391802ms) [BeforeEach] Set fsGroup for local volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:257 [It] should set different fsGroup for second pod if first pod is deleted /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:282 Mar 11 21:10:48.716: INFO: Disabled temporarily, reopen after #73168 is fixed [AfterEach] [Volume type: tmpfs] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:200 STEP: Cleaning up PVC and PV Mar 11 21:10:48.718: INFO: Deleting PersistentVolumeClaim "pvc-ktg2l" Mar 11 21:10:48.722: INFO: Deleting PersistentVolume "local-pvlczz2" STEP: Unmount tmpfs mount point on node "node1" at path "/tmp/local-volume-test-dbc4e7d7-4396-4edd-867c-2738a9da02a3" Mar 11 21:10:48.726: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c umount "/tmp/local-volume-test-dbc4e7d7-4396-4edd-867c-2738a9da02a3"] Namespace:persistent-local-volumes-test-8928 PodName:hostexec-node1-85pbz ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:10:48.726: INFO: >>> kubeConfig: /root/.kube/config STEP: Removing the test directory Mar 11 21:10:48.837: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-dbc4e7d7-4396-4edd-867c-2738a9da02a3] Namespace:persistent-local-volumes-test-8928 PodName:hostexec-node1-85pbz ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:10:48.837: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:10:48.947: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "persistent-local-volumes-test-8928" for this suite. S [SKIPPING] [6.525 seconds] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 [Volume type: tmpfs] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:188 Set fsGroup for local volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:256 should set different fsGroup for second pod if first pod is deleted [It] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:282 Disabled temporarily, reopen after #73168 is fixed /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:283 ------------------------------ SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] [Serial] Volume metrics PVController should create unbound pvc count metrics for pvc controller after creating pvc only /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_metrics.go:491 [BeforeEach] [sig-storage] [Serial] Volume metrics /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:10:48.955: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename pv STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in pv-4873 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] [Serial] Volume metrics /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_metrics.go:56 Mar 11 21:10:49.076: INFO: Only supported for providers [gce gke aws] (not ) [AfterEach] [sig-storage] [Serial] Volume metrics /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:10:49.078: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "pv-4873" for this suite. [AfterEach] [sig-storage] [Serial] Volume metrics /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_metrics.go:82 S [SKIPPING] in Spec Setup (BeforeEach) [0.132 seconds] [sig-storage] [Serial] Volume metrics /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 PVController [BeforeEach] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_metrics.go:383 should create unbound pvc count metrics for pvc controller after creating pvc only /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_metrics.go:491 Only supported for providers [gce gke aws] (not ) /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_metrics.go:60 ------------------------------ SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] PersistentVolumes-local [Volume type: tmpfs] Two pods mounting a local volume one after the other should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:251 [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:10:49.088: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename persistent-local-volumes-test STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in persistent-local-volumes-test-6087 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:155 [BeforeEach] [Volume type: tmpfs] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:191 STEP: Initializing test volumes STEP: Creating tmpfs mount point on node "node1" at path "/tmp/local-volume-test-0241f062-d5f1-4b84-a4f1-ea6f509ab086" Mar 11 21:10:53.246: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p "/tmp/local-volume-test-0241f062-d5f1-4b84-a4f1-ea6f509ab086" && mount -t tmpfs -o size=10m tmpfs-"/tmp/local-volume-test-0241f062-d5f1-4b84-a4f1-ea6f509ab086" "/tmp/local-volume-test-0241f062-d5f1-4b84-a4f1-ea6f509ab086"] Namespace:persistent-local-volumes-test-6087 PodName:hostexec-node1-vhqw2 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:10:53.246: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating local PVCs and PVs Mar 11 21:10:53.368: INFO: Creating a PV followed by a PVC Mar 11 21:10:53.375: INFO: Waiting for PV local-pvx6gxz to bind to PVC pvc-klbsb Mar 11 21:10:53.375: INFO: Waiting up to 3m0s for PersistentVolumeClaims [pvc-klbsb] to have phase Bound Mar 11 21:10:53.377: INFO: PersistentVolumeClaim pvc-klbsb found but phase is Pending instead of Bound. Mar 11 21:10:55.382: INFO: PersistentVolumeClaim pvc-klbsb found but phase is Pending instead of Bound. Mar 11 21:10:57.386: INFO: PersistentVolumeClaim pvc-klbsb found but phase is Pending instead of Bound. Mar 11 21:10:59.390: INFO: PersistentVolumeClaim pvc-klbsb found but phase is Pending instead of Bound. Mar 11 21:11:01.395: INFO: PersistentVolumeClaim pvc-klbsb found but phase is Pending instead of Bound. Mar 11 21:11:03.400: INFO: PersistentVolumeClaim pvc-klbsb found and phase=Bound (10.02543197s) Mar 11 21:11:03.400: INFO: Waiting up to 3m0s for PersistentVolume local-pvx6gxz to have phase Bound Mar 11 21:11:03.403: INFO: PersistentVolume local-pvx6gxz found and phase=Bound (2.921416ms) [It] should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:251 STEP: Creating pod1 STEP: Creating a pod Mar 11 21:11:09.430: INFO: pod "security-context-d0ba55a9-3603-48e2-a325-ae91225992ef" created on Node "node1" STEP: Writing in pod1 Mar 11 21:11:09.430: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo test-file-content > /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-6087 PodName:security-context-d0ba55a9-3603-48e2-a325-ae91225992ef ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:11:09.430: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:11:09.535: INFO: podRWCmdExec out: "" err: Mar 11 21:11:09.535: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-6087 PodName:security-context-d0ba55a9-3603-48e2-a325-ae91225992ef ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:11:09.535: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:11:09.647: INFO: podRWCmdExec out: "test-file-content" err: STEP: Deleting pod1 STEP: Deleting pod security-context-d0ba55a9-3603-48e2-a325-ae91225992ef in namespace persistent-local-volumes-test-6087 STEP: Creating pod2 STEP: Creating a pod Mar 11 21:11:15.680: INFO: pod "security-context-a2df45e9-ac45-4d55-af2a-db0ee59cafca" created on Node "node1" STEP: Reading in pod2 Mar 11 21:11:15.680: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-6087 PodName:security-context-a2df45e9-ac45-4d55-af2a-db0ee59cafca ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:11:15.680: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:11:15.791: INFO: podRWCmdExec out: "test-file-content" err: STEP: Deleting pod2 STEP: Deleting pod security-context-a2df45e9-ac45-4d55-af2a-db0ee59cafca in namespace persistent-local-volumes-test-6087 [AfterEach] [Volume type: tmpfs] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:200 STEP: Cleaning up PVC and PV Mar 11 21:11:15.795: INFO: Deleting PersistentVolumeClaim "pvc-klbsb" Mar 11 21:11:15.799: INFO: Deleting PersistentVolume "local-pvx6gxz" STEP: Unmount tmpfs mount point on node "node1" at path "/tmp/local-volume-test-0241f062-d5f1-4b84-a4f1-ea6f509ab086" Mar 11 21:11:15.803: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c umount "/tmp/local-volume-test-0241f062-d5f1-4b84-a4f1-ea6f509ab086"] Namespace:persistent-local-volumes-test-6087 PodName:hostexec-node1-vhqw2 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:11:15.803: INFO: >>> kubeConfig: /root/.kube/config STEP: Removing the test directory Mar 11 21:11:15.929: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-0241f062-d5f1-4b84-a4f1-ea6f509ab086] Namespace:persistent-local-volumes-test-6087 PodName:hostexec-node1-vhqw2 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:11:15.929: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:11:16.044: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "persistent-local-volumes-test-6087" for this suite. • [SLOW TEST:26.964 seconds] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 [Volume type: tmpfs] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:188 Two pods mounting a local volume one after the other /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:250 should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:251 ------------------------------ {"msg":"PASSED [sig-storage] PersistentVolumes-local [Volume type: tmpfs] Two pods mounting a local volume one after the other should be able to write from pod1 and read from pod2","total":118,"completed":4,"skipped":208,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] PersistentVolumes-local [Volume type: block] Set fsGroup for local volume should set different fsGroup for second pod if first pod is deleted /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:282 [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:11:16.054: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename persistent-local-volumes-test STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in persistent-local-volumes-test-6212 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:155 [BeforeEach] [Volume type: block] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:191 STEP: Initializing test volumes STEP: Creating block device on node "node1" using path "/tmp/local-volume-test-fda6a65a-4fc9-4285-9890-26c6f8d70270" Mar 11 21:11:18.201: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p /tmp/local-volume-test-fda6a65a-4fc9-4285-9890-26c6f8d70270 && dd if=/dev/zero of=/tmp/local-volume-test-fda6a65a-4fc9-4285-9890-26c6f8d70270/file bs=4096 count=5120 && losetup -f /tmp/local-volume-test-fda6a65a-4fc9-4285-9890-26c6f8d70270/file] Namespace:persistent-local-volumes-test-6212 PodName:hostexec-node1-7dg24 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:11:18.201: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:11:18.389: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c E2E_LOOP_DEV=$(losetup | grep /tmp/local-volume-test-fda6a65a-4fc9-4285-9890-26c6f8d70270/file | awk '{ print $1 }') 2>&1 > /dev/null && echo ${E2E_LOOP_DEV}] Namespace:persistent-local-volumes-test-6212 PodName:hostexec-node1-7dg24 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:11:18.389: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating local PVCs and PVs Mar 11 21:11:18.515: INFO: Creating a PV followed by a PVC Mar 11 21:11:18.521: INFO: Waiting for PV local-pv9d5g4 to bind to PVC pvc-fhnql Mar 11 21:11:18.521: INFO: Waiting up to 3m0s for PersistentVolumeClaims [pvc-fhnql] to have phase Bound Mar 11 21:11:18.523: INFO: PersistentVolumeClaim pvc-fhnql found but phase is Pending instead of Bound. Mar 11 21:11:20.528: INFO: PersistentVolumeClaim pvc-fhnql found but phase is Pending instead of Bound. Mar 11 21:11:22.533: INFO: PersistentVolumeClaim pvc-fhnql found but phase is Pending instead of Bound. Mar 11 21:11:24.537: INFO: PersistentVolumeClaim pvc-fhnql found but phase is Pending instead of Bound. Mar 11 21:11:26.540: INFO: PersistentVolumeClaim pvc-fhnql found but phase is Pending instead of Bound. Mar 11 21:11:28.545: INFO: PersistentVolumeClaim pvc-fhnql found but phase is Pending instead of Bound. Mar 11 21:11:30.548: INFO: PersistentVolumeClaim pvc-fhnql found but phase is Pending instead of Bound. Mar 11 21:11:32.553: INFO: PersistentVolumeClaim pvc-fhnql found but phase is Pending instead of Bound. Mar 11 21:11:34.557: INFO: PersistentVolumeClaim pvc-fhnql found and phase=Bound (16.036021554s) Mar 11 21:11:34.557: INFO: Waiting up to 3m0s for PersistentVolume local-pv9d5g4 to have phase Bound Mar 11 21:11:34.559: INFO: PersistentVolume local-pv9d5g4 found and phase=Bound (1.829941ms) [BeforeEach] Set fsGroup for local volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:257 Mar 11 21:11:34.563: INFO: We don't set fsGroup on block device, skipped. [AfterEach] [Volume type: block] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:200 STEP: Cleaning up PVC and PV Mar 11 21:11:34.565: INFO: Deleting PersistentVolumeClaim "pvc-fhnql" Mar 11 21:11:34.568: INFO: Deleting PersistentVolume "local-pv9d5g4" Mar 11 21:11:34.572: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c E2E_LOOP_DEV=$(losetup | grep /tmp/local-volume-test-fda6a65a-4fc9-4285-9890-26c6f8d70270/file | awk '{ print $1 }') 2>&1 > /dev/null && echo ${E2E_LOOP_DEV}] Namespace:persistent-local-volumes-test-6212 PodName:hostexec-node1-7dg24 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:11:34.572: INFO: >>> kubeConfig: /root/.kube/config STEP: Tear down block device "/dev/loop0" on node "node1" at path /tmp/local-volume-test-fda6a65a-4fc9-4285-9890-26c6f8d70270/file Mar 11 21:11:34.684: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c losetup -d /dev/loop0] Namespace:persistent-local-volumes-test-6212 PodName:hostexec-node1-7dg24 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:11:34.684: INFO: >>> kubeConfig: /root/.kube/config STEP: Removing the test directory /tmp/local-volume-test-fda6a65a-4fc9-4285-9890-26c6f8d70270 Mar 11 21:11:34.800: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-fda6a65a-4fc9-4285-9890-26c6f8d70270] Namespace:persistent-local-volumes-test-6212 PodName:hostexec-node1-7dg24 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:11:34.800: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:11:34.920: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "persistent-local-volumes-test-6212" for this suite. S [SKIPPING] in Spec Setup (BeforeEach) [18.874 seconds] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 [Volume type: block] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:188 Set fsGroup for local volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:256 should set different fsGroup for second pod if first pod is deleted [BeforeEach] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:282 We don't set fsGroup on block device, skipped. /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:259 ------------------------------ SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] CSI mock volume CSI attach test using mock driver should not require VolumeAttach for drivers without attachment /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:233 [BeforeEach] [sig-storage] CSI mock volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:11:34.929: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename csi-mock-volumes STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in csi-mock-volumes-1445 STEP: Waiting for a default service account to be provisioned in namespace [It] should not require VolumeAttach for drivers without attachment /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:233 STEP: deploying csi mock driver Mar 11 21:11:35.069: INFO: creating *v1.ServiceAccount: csi-mock-volumes-1445/csi-attacher Mar 11 21:11:35.071: INFO: creating *v1.ClusterRole: external-attacher-runner-csi-mock-volumes-1445 Mar 11 21:11:35.071: INFO: Define cluster role external-attacher-runner-csi-mock-volumes-1445 Mar 11 21:11:35.074: INFO: creating *v1.ClusterRoleBinding: csi-attacher-role-csi-mock-volumes-1445 Mar 11 21:11:35.076: INFO: creating *v1.Role: csi-mock-volumes-1445/external-attacher-cfg-csi-mock-volumes-1445 Mar 11 21:11:35.079: INFO: creating *v1.RoleBinding: csi-mock-volumes-1445/csi-attacher-role-cfg Mar 11 21:11:35.082: INFO: creating *v1.ServiceAccount: csi-mock-volumes-1445/csi-provisioner Mar 11 21:11:35.084: INFO: creating *v1.ClusterRole: external-provisioner-runner-csi-mock-volumes-1445 Mar 11 21:11:35.084: INFO: Define cluster role external-provisioner-runner-csi-mock-volumes-1445 Mar 11 21:11:35.087: INFO: creating *v1.ClusterRoleBinding: csi-provisioner-role-csi-mock-volumes-1445 Mar 11 21:11:35.090: INFO: creating *v1.Role: csi-mock-volumes-1445/external-provisioner-cfg-csi-mock-volumes-1445 Mar 11 21:11:35.092: INFO: creating *v1.RoleBinding: csi-mock-volumes-1445/csi-provisioner-role-cfg Mar 11 21:11:35.095: INFO: creating *v1.ServiceAccount: csi-mock-volumes-1445/csi-resizer Mar 11 21:11:35.097: INFO: creating *v1.ClusterRole: external-resizer-runner-csi-mock-volumes-1445 Mar 11 21:11:35.097: INFO: Define cluster role external-resizer-runner-csi-mock-volumes-1445 Mar 11 21:11:35.100: INFO: creating *v1.ClusterRoleBinding: csi-resizer-role-csi-mock-volumes-1445 Mar 11 21:11:35.103: INFO: creating *v1.Role: csi-mock-volumes-1445/external-resizer-cfg-csi-mock-volumes-1445 Mar 11 21:11:35.105: INFO: creating *v1.RoleBinding: csi-mock-volumes-1445/csi-resizer-role-cfg Mar 11 21:11:35.108: INFO: creating *v1.ServiceAccount: csi-mock-volumes-1445/csi-mock Mar 11 21:11:35.110: INFO: creating *v1.ClusterRoleBinding: csi-controller-attacher-role-csi-mock-volumes-1445 Mar 11 21:11:35.113: INFO: creating *v1.ClusterRoleBinding: csi-controller-provisioner-role-csi-mock-volumes-1445 Mar 11 21:11:35.116: INFO: creating *v1.ClusterRoleBinding: csi-controller-cluster-driver-registrar-role-csi-mock-volumes-1445 Mar 11 21:11:35.119: INFO: creating *v1.ClusterRoleBinding: psp-csi-controller-driver-registrar-role-csi-mock-volumes-1445 Mar 11 21:11:35.121: INFO: creating *v1.ClusterRoleBinding: csi-controller-resizer-role-csi-mock-volumes-1445 Mar 11 21:11:35.124: INFO: creating *v1.StorageClass: csi-mock-sc-csi-mock-volumes-1445 Mar 11 21:11:35.126: INFO: creating *v1.StatefulSet: csi-mock-volumes-1445/csi-mockplugin Mar 11 21:11:35.129: INFO: creating *v1.CSIDriver: csi-mock-csi-mock-volumes-1445 Mar 11 21:11:35.132: INFO: waiting up to 4m0s for CSIDriver "csi-mock-csi-mock-volumes-1445" STEP: Creating pod Mar 11 21:11:35.138: INFO: Warning: Making PVC: VolumeMode specified as invalid empty string, treating as nil Mar 11 21:11:35.140: INFO: Waiting up to 5m0s for PersistentVolumeClaims [pvc-c8jdf] to have phase Bound Mar 11 21:11:35.142: INFO: PersistentVolumeClaim pvc-c8jdf found but phase is Pending instead of Bound. Mar 11 21:11:37.145: INFO: PersistentVolumeClaim pvc-c8jdf found but phase is Pending instead of Bound. Mar 11 21:11:39.150: INFO: PersistentVolumeClaim pvc-c8jdf found but phase is Pending instead of Bound. Mar 11 21:11:41.154: INFO: PersistentVolumeClaim pvc-c8jdf found but phase is Pending instead of Bound. Mar 11 21:11:43.159: INFO: PersistentVolumeClaim pvc-c8jdf found and phase=Bound (8.018454336s) STEP: Checking if VolumeAttachment was created for the pod STEP: Deleting pod pvc-volume-tester-x5j8b Mar 11 21:11:47.188: INFO: Deleting pod "pvc-volume-tester-x5j8b" in namespace "csi-mock-volumes-1445" Mar 11 21:11:47.193: INFO: Wait up to 5m0s for pod "pvc-volume-tester-x5j8b" to be fully deleted WARNING: pod log: pvc-volume-tester-x5j8b/volume-tester: pods "pvc-volume-tester-x5j8b" not found STEP: Deleting claim pvc-c8jdf Mar 11 21:11:53.210: INFO: Waiting up to 2m0s for PersistentVolume pvc-552ca06b-37ac-4eea-ac0f-64d71e198aea to get deleted Mar 11 21:11:53.212: INFO: PersistentVolume pvc-552ca06b-37ac-4eea-ac0f-64d71e198aea found and phase=Bound (2.091024ms) Mar 11 21:11:55.215: INFO: PersistentVolume pvc-552ca06b-37ac-4eea-ac0f-64d71e198aea was removed STEP: Deleting storageclass csi-mock-volumes-1445-sc STEP: Cleaning up resources STEP: uninstalling csi mock driver Mar 11 21:11:55.220: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-1445/csi-attacher Mar 11 21:11:55.225: INFO: deleting *v1.ClusterRole: external-attacher-runner-csi-mock-volumes-1445 Mar 11 21:11:55.229: INFO: deleting *v1.ClusterRoleBinding: csi-attacher-role-csi-mock-volumes-1445 Mar 11 21:11:55.233: INFO: deleting *v1.Role: csi-mock-volumes-1445/external-attacher-cfg-csi-mock-volumes-1445 Mar 11 21:11:55.237: INFO: deleting *v1.RoleBinding: csi-mock-volumes-1445/csi-attacher-role-cfg Mar 11 21:11:55.241: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-1445/csi-provisioner Mar 11 21:11:55.248: INFO: deleting *v1.ClusterRole: external-provisioner-runner-csi-mock-volumes-1445 Mar 11 21:11:55.258: INFO: deleting *v1.ClusterRoleBinding: csi-provisioner-role-csi-mock-volumes-1445 Mar 11 21:11:55.266: INFO: deleting *v1.Role: csi-mock-volumes-1445/external-provisioner-cfg-csi-mock-volumes-1445 Mar 11 21:11:55.271: INFO: deleting *v1.RoleBinding: csi-mock-volumes-1445/csi-provisioner-role-cfg Mar 11 21:11:55.274: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-1445/csi-resizer Mar 11 21:11:55.278: INFO: deleting *v1.ClusterRole: external-resizer-runner-csi-mock-volumes-1445 Mar 11 21:11:55.283: INFO: deleting *v1.ClusterRoleBinding: csi-resizer-role-csi-mock-volumes-1445 Mar 11 21:11:55.287: INFO: deleting *v1.Role: csi-mock-volumes-1445/external-resizer-cfg-csi-mock-volumes-1445 Mar 11 21:11:55.291: INFO: deleting *v1.RoleBinding: csi-mock-volumes-1445/csi-resizer-role-cfg Mar 11 21:11:55.295: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-1445/csi-mock Mar 11 21:11:55.299: INFO: deleting *v1.ClusterRoleBinding: csi-controller-attacher-role-csi-mock-volumes-1445 Mar 11 21:11:55.302: INFO: deleting *v1.ClusterRoleBinding: csi-controller-provisioner-role-csi-mock-volumes-1445 Mar 11 21:11:55.306: INFO: deleting *v1.ClusterRoleBinding: csi-controller-cluster-driver-registrar-role-csi-mock-volumes-1445 Mar 11 21:11:55.310: INFO: deleting *v1.ClusterRoleBinding: psp-csi-controller-driver-registrar-role-csi-mock-volumes-1445 Mar 11 21:11:55.314: INFO: deleting *v1.ClusterRoleBinding: csi-controller-resizer-role-csi-mock-volumes-1445 Mar 11 21:11:55.319: INFO: deleting *v1.StorageClass: csi-mock-sc-csi-mock-volumes-1445 Mar 11 21:11:55.323: INFO: deleting *v1.StatefulSet: csi-mock-volumes-1445/csi-mockplugin Mar 11 21:11:55.328: INFO: deleting *v1.CSIDriver: csi-mock-csi-mock-volumes-1445 [AfterEach] [sig-storage] CSI mock volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:11:55.334: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "csi-mock-volumes-1445" for this suite. • [SLOW TEST:20.413 seconds] [sig-storage] CSI mock volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 CSI attach test using mock driver /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:211 should not require VolumeAttach for drivers without attachment /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:233 ------------------------------ {"msg":"PASSED [sig-storage] CSI mock volume CSI attach test using mock driver should not require VolumeAttach for drivers without attachment","total":118,"completed":5,"skipped":364,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a persistent volume claim. [sig-storage] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/resource_quota.go:468 [BeforeEach] [sig-api-machinery] ResourceQuota /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:11:55.343: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename resourcequota STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in resourcequota-3337 STEP: Waiting for a default service account to be provisioned in namespace [It] should create a ResourceQuota and capture the life of a persistent volume claim. [sig-storage] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/resource_quota.go:468 STEP: Counting existing ResourceQuota STEP: Creating a ResourceQuota STEP: Ensuring resource quota status is calculated STEP: Creating a PersistentVolumeClaim STEP: Ensuring resource quota status captures persistent volume claim creation STEP: Deleting a PersistentVolumeClaim STEP: Ensuring resource quota status released usage [AfterEach] [sig-api-machinery] ResourceQuota /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:12:06.501: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "resourcequota-3337" for this suite. • [SLOW TEST:11.166 seconds] [sig-api-machinery] ResourceQuota /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23 should create a ResourceQuota and capture the life of a persistent volume claim. [sig-storage] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/resource_quota.go:468 ------------------------------ {"msg":"PASSED [sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a persistent volume claim. [sig-storage]","total":118,"completed":6,"skipped":419,"failed":0} SSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] PersistentVolumes-local [Volume type: gce-localssd-scsi-fs] [Serial] One pod requesting one prebound PVC should be able to mount volume and write from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:234 [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:12:06.509: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename persistent-local-volumes-test STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in persistent-local-volumes-test-7565 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:155 [BeforeEach] [Volume type: gce-localssd-scsi-fs] [Serial] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:191 Mar 11 21:12:08.656: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c ls -1 /mnt/disks/by-uuid/google-local-ssds-scsi-fs/ | wc -l] Namespace:persistent-local-volumes-test-7565 PodName:hostexec-node1-52dj2 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:12:08.656: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:12:08.774: INFO: exec node1: command: ls -1 /mnt/disks/by-uuid/google-local-ssds-scsi-fs/ | wc -l Mar 11 21:12:08.774: INFO: exec node1: stdout: "0\n" Mar 11 21:12:08.774: INFO: exec node1: stderr: "ls: cannot access /mnt/disks/by-uuid/google-local-ssds-scsi-fs/: No such file or directory\n" Mar 11 21:12:08.774: INFO: exec node1: exit code: 0 Mar 11 21:12:08.774: INFO: Requires at least 1 scsi fs localSSD [AfterEach] [Volume type: gce-localssd-scsi-fs] [Serial] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:200 STEP: Cleaning up PVC and PV [AfterEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:12:08.777: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "persistent-local-volumes-test-7565" for this suite. S [SKIPPING] in Spec Setup (BeforeEach) [2.276 seconds] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 [Volume type: gce-localssd-scsi-fs] [Serial] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:188 One pod requesting one prebound PVC [BeforeEach] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:205 should be able to mount volume and write from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:234 Requires at least 1 scsi fs localSSD /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:1205 ------------------------------ SSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] [Serial] Volume metrics should create volume metrics in Volume Manager /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_metrics.go:292 [BeforeEach] [sig-storage] [Serial] Volume metrics /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:12:08.786: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename pv STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in pv-6342 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] [Serial] Volume metrics /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_metrics.go:56 Mar 11 21:12:08.909: INFO: Only supported for providers [gce gke aws] (not ) [AfterEach] [sig-storage] [Serial] Volume metrics /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:12:08.911: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "pv-6342" for this suite. [AfterEach] [sig-storage] [Serial] Volume metrics /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_metrics.go:82 S [SKIPPING] in Spec Setup (BeforeEach) [0.133 seconds] [sig-storage] [Serial] Volume metrics /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 should create volume metrics in Volume Manager [BeforeEach] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_metrics.go:292 Only supported for providers [gce gke aws] (not ) /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_metrics.go:60 ------------------------------ SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] CSI mock volume CSI attach test using mock driver should preserve attachment policy when no CSIDriver present /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:233 [BeforeEach] [sig-storage] CSI mock volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:12:08.920: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename csi-mock-volumes STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in csi-mock-volumes-7663 STEP: Waiting for a default service account to be provisioned in namespace [It] should preserve attachment policy when no CSIDriver present /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:233 STEP: deploying csi mock driver Mar 11 21:12:09.059: INFO: creating *v1.ServiceAccount: csi-mock-volumes-7663/csi-attacher Mar 11 21:12:09.061: INFO: creating *v1.ClusterRole: external-attacher-runner-csi-mock-volumes-7663 Mar 11 21:12:09.061: INFO: Define cluster role external-attacher-runner-csi-mock-volumes-7663 Mar 11 21:12:09.064: INFO: creating *v1.ClusterRoleBinding: csi-attacher-role-csi-mock-volumes-7663 Mar 11 21:12:09.069: INFO: creating *v1.Role: csi-mock-volumes-7663/external-attacher-cfg-csi-mock-volumes-7663 Mar 11 21:12:09.073: INFO: creating *v1.RoleBinding: csi-mock-volumes-7663/csi-attacher-role-cfg Mar 11 21:12:09.076: INFO: creating *v1.ServiceAccount: csi-mock-volumes-7663/csi-provisioner Mar 11 21:12:09.081: INFO: creating *v1.ClusterRole: external-provisioner-runner-csi-mock-volumes-7663 Mar 11 21:12:09.081: INFO: Define cluster role external-provisioner-runner-csi-mock-volumes-7663 Mar 11 21:12:09.085: INFO: creating *v1.ClusterRoleBinding: csi-provisioner-role-csi-mock-volumes-7663 Mar 11 21:12:09.088: INFO: creating *v1.Role: csi-mock-volumes-7663/external-provisioner-cfg-csi-mock-volumes-7663 Mar 11 21:12:09.091: INFO: creating *v1.RoleBinding: csi-mock-volumes-7663/csi-provisioner-role-cfg Mar 11 21:12:09.093: INFO: creating *v1.ServiceAccount: csi-mock-volumes-7663/csi-resizer Mar 11 21:12:09.096: INFO: creating *v1.ClusterRole: external-resizer-runner-csi-mock-volumes-7663 Mar 11 21:12:09.096: INFO: Define cluster role external-resizer-runner-csi-mock-volumes-7663 Mar 11 21:12:09.098: INFO: creating *v1.ClusterRoleBinding: csi-resizer-role-csi-mock-volumes-7663 Mar 11 21:12:09.101: INFO: creating *v1.Role: csi-mock-volumes-7663/external-resizer-cfg-csi-mock-volumes-7663 Mar 11 21:12:09.104: INFO: creating *v1.RoleBinding: csi-mock-volumes-7663/csi-resizer-role-cfg Mar 11 21:12:09.106: INFO: creating *v1.ServiceAccount: csi-mock-volumes-7663/csi-mock Mar 11 21:12:09.109: INFO: creating *v1.ClusterRoleBinding: csi-controller-attacher-role-csi-mock-volumes-7663 Mar 11 21:12:09.111: INFO: creating *v1.ClusterRoleBinding: csi-controller-provisioner-role-csi-mock-volumes-7663 Mar 11 21:12:09.114: INFO: creating *v1.ClusterRoleBinding: csi-controller-cluster-driver-registrar-role-csi-mock-volumes-7663 Mar 11 21:12:09.116: INFO: creating *v1.ClusterRoleBinding: psp-csi-controller-driver-registrar-role-csi-mock-volumes-7663 Mar 11 21:12:09.119: INFO: creating *v1.ClusterRoleBinding: csi-controller-resizer-role-csi-mock-volumes-7663 Mar 11 21:12:09.122: INFO: creating *v1.StorageClass: csi-mock-sc-csi-mock-volumes-7663 Mar 11 21:12:09.125: INFO: creating *v1.StatefulSet: csi-mock-volumes-7663/csi-mockplugin Mar 11 21:12:09.130: INFO: creating *v1.StatefulSet: csi-mock-volumes-7663/csi-mockplugin-attacher STEP: Creating pod Mar 11 21:12:09.138: INFO: Warning: Making PVC: VolumeMode specified as invalid empty string, treating as nil Mar 11 21:12:09.143: INFO: Waiting up to 5m0s for PersistentVolumeClaims [pvc-gq9mx] to have phase Bound Mar 11 21:12:09.145: INFO: PersistentVolumeClaim pvc-gq9mx found but phase is Pending instead of Bound. Mar 11 21:12:11.148: INFO: PersistentVolumeClaim pvc-gq9mx found but phase is Pending instead of Bound. Mar 11 21:12:13.151: INFO: PersistentVolumeClaim pvc-gq9mx found but phase is Pending instead of Bound. Mar 11 21:12:15.154: INFO: PersistentVolumeClaim pvc-gq9mx found but phase is Pending instead of Bound. Mar 11 21:12:17.158: INFO: PersistentVolumeClaim pvc-gq9mx found and phase=Bound (8.015233022s) STEP: Checking if VolumeAttachment was created for the pod STEP: Deleting pod pvc-volume-tester-zqskg Mar 11 21:12:23.191: INFO: Deleting pod "pvc-volume-tester-zqskg" in namespace "csi-mock-volumes-7663" Mar 11 21:12:23.195: INFO: Wait up to 5m0s for pod "pvc-volume-tester-zqskg" to be fully deleted STEP: Deleting claim pvc-gq9mx Mar 11 21:12:29.207: INFO: Waiting up to 2m0s for PersistentVolume pvc-a0741f81-539d-4d25-9ea0-76ec0355e9b3 to get deleted Mar 11 21:12:29.209: INFO: PersistentVolume pvc-a0741f81-539d-4d25-9ea0-76ec0355e9b3 found and phase=Bound (2.068086ms) Mar 11 21:12:31.212: INFO: PersistentVolume pvc-a0741f81-539d-4d25-9ea0-76ec0355e9b3 was removed STEP: Deleting storageclass csi-mock-volumes-7663-sc STEP: Cleaning up resources STEP: uninstalling csi mock driver Mar 11 21:12:31.218: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-7663/csi-attacher Mar 11 21:12:31.223: INFO: deleting *v1.ClusterRole: external-attacher-runner-csi-mock-volumes-7663 Mar 11 21:12:31.228: INFO: deleting *v1.ClusterRoleBinding: csi-attacher-role-csi-mock-volumes-7663 Mar 11 21:12:31.233: INFO: deleting *v1.Role: csi-mock-volumes-7663/external-attacher-cfg-csi-mock-volumes-7663 Mar 11 21:12:31.238: INFO: deleting *v1.RoleBinding: csi-mock-volumes-7663/csi-attacher-role-cfg Mar 11 21:12:31.244: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-7663/csi-provisioner Mar 11 21:12:31.254: INFO: deleting *v1.ClusterRole: external-provisioner-runner-csi-mock-volumes-7663 Mar 11 21:12:31.265: INFO: deleting *v1.ClusterRoleBinding: csi-provisioner-role-csi-mock-volumes-7663 Mar 11 21:12:31.269: INFO: deleting *v1.Role: csi-mock-volumes-7663/external-provisioner-cfg-csi-mock-volumes-7663 Mar 11 21:12:31.274: INFO: deleting *v1.RoleBinding: csi-mock-volumes-7663/csi-provisioner-role-cfg Mar 11 21:12:31.279: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-7663/csi-resizer Mar 11 21:12:31.284: INFO: deleting *v1.ClusterRole: external-resizer-runner-csi-mock-volumes-7663 Mar 11 21:12:31.288: INFO: deleting *v1.ClusterRoleBinding: csi-resizer-role-csi-mock-volumes-7663 Mar 11 21:12:31.293: INFO: deleting *v1.Role: csi-mock-volumes-7663/external-resizer-cfg-csi-mock-volumes-7663 Mar 11 21:12:31.297: INFO: deleting *v1.RoleBinding: csi-mock-volumes-7663/csi-resizer-role-cfg Mar 11 21:12:31.301: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-7663/csi-mock Mar 11 21:12:31.306: INFO: deleting *v1.ClusterRoleBinding: csi-controller-attacher-role-csi-mock-volumes-7663 Mar 11 21:12:31.311: INFO: deleting *v1.ClusterRoleBinding: csi-controller-provisioner-role-csi-mock-volumes-7663 Mar 11 21:12:31.315: INFO: deleting *v1.ClusterRoleBinding: csi-controller-cluster-driver-registrar-role-csi-mock-volumes-7663 Mar 11 21:12:31.319: INFO: deleting *v1.ClusterRoleBinding: psp-csi-controller-driver-registrar-role-csi-mock-volumes-7663 Mar 11 21:12:31.323: INFO: deleting *v1.ClusterRoleBinding: csi-controller-resizer-role-csi-mock-volumes-7663 Mar 11 21:12:31.330: INFO: deleting *v1.StorageClass: csi-mock-sc-csi-mock-volumes-7663 Mar 11 21:12:31.335: INFO: deleting *v1.StatefulSet: csi-mock-volumes-7663/csi-mockplugin Mar 11 21:12:31.339: INFO: deleting *v1.StatefulSet: csi-mock-volumes-7663/csi-mockplugin-attacher [AfterEach] [sig-storage] CSI mock volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:12:31.344: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "csi-mock-volumes-7663" for this suite. • [SLOW TEST:22.431 seconds] [sig-storage] CSI mock volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 CSI attach test using mock driver /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:211 should preserve attachment policy when no CSIDriver present /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:233 ------------------------------ {"msg":"PASSED [sig-storage] CSI mock volume CSI attach test using mock driver should preserve attachment policy when no CSIDriver present","total":118,"completed":7,"skipped":528,"failed":0} SSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] PersistentVolumes-local [Volume type: dir] Two pods mounting a local volume at the same time should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:245 [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:12:31.352: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename persistent-local-volumes-test STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in persistent-local-volumes-test-9578 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:155 [BeforeEach] [Volume type: dir] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:191 STEP: Initializing test volumes Mar 11 21:12:33.499: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p /tmp/local-volume-test-94ef3c94-eacc-4589-afb6-2cfc8fb04305] Namespace:persistent-local-volumes-test-9578 PodName:hostexec-node1-xtm75 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:12:33.499: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating local PVCs and PVs Mar 11 21:12:33.611: INFO: Creating a PV followed by a PVC Mar 11 21:12:33.618: INFO: Waiting for PV local-pvg875g to bind to PVC pvc-rghld Mar 11 21:12:33.618: INFO: Waiting up to 3m0s for PersistentVolumeClaims [pvc-rghld] to have phase Bound Mar 11 21:12:33.620: INFO: PersistentVolumeClaim pvc-rghld found but phase is Pending instead of Bound. Mar 11 21:12:35.626: INFO: PersistentVolumeClaim pvc-rghld found and phase=Bound (2.008057475s) Mar 11 21:12:35.626: INFO: Waiting up to 3m0s for PersistentVolume local-pvg875g to have phase Bound Mar 11 21:12:35.629: INFO: PersistentVolume local-pvg875g found and phase=Bound (2.801054ms) [It] should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:245 STEP: Creating pod1 to write to the PV STEP: Creating a pod Mar 11 21:12:39.655: INFO: pod "security-context-7e787880-0871-47d0-8236-72b60496299b" created on Node "node1" STEP: Writing in pod1 Mar 11 21:12:39.655: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo test-file-content > /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-9578 PodName:security-context-7e787880-0871-47d0-8236-72b60496299b ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:12:39.655: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:12:39.771: INFO: podRWCmdExec out: "" err: Mar 11 21:12:39.771: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-9578 PodName:security-context-7e787880-0871-47d0-8236-72b60496299b ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:12:39.771: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:12:39.870: INFO: podRWCmdExec out: "test-file-content" err: STEP: Creating pod2 to read from the PV STEP: Creating a pod Mar 11 21:12:45.895: INFO: pod "security-context-7daf310d-0557-4427-a50c-710d5eb074d7" created on Node "node1" Mar 11 21:12:45.895: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-9578 PodName:security-context-7daf310d-0557-4427-a50c-710d5eb074d7 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:12:45.895: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:12:46.001: INFO: podRWCmdExec out: "test-file-content" err: STEP: Writing in pod2 Mar 11 21:12:46.001: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo /tmp/local-volume-test-94ef3c94-eacc-4589-afb6-2cfc8fb04305 > /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-9578 PodName:security-context-7daf310d-0557-4427-a50c-710d5eb074d7 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:12:46.001: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:12:46.098: INFO: podRWCmdExec out: "" err: STEP: Reading in pod1 Mar 11 21:12:46.098: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-9578 PodName:security-context-7e787880-0871-47d0-8236-72b60496299b ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:12:46.098: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:12:46.197: INFO: podRWCmdExec out: "/tmp/local-volume-test-94ef3c94-eacc-4589-afb6-2cfc8fb04305" err: STEP: Deleting pod1 STEP: Deleting pod security-context-7e787880-0871-47d0-8236-72b60496299b in namespace persistent-local-volumes-test-9578 STEP: Deleting pod2 STEP: Deleting pod security-context-7daf310d-0557-4427-a50c-710d5eb074d7 in namespace persistent-local-volumes-test-9578 [AfterEach] [Volume type: dir] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:200 STEP: Cleaning up PVC and PV Mar 11 21:12:46.208: INFO: Deleting PersistentVolumeClaim "pvc-rghld" Mar 11 21:12:46.211: INFO: Deleting PersistentVolume "local-pvg875g" STEP: Removing the test directory Mar 11 21:12:46.215: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-94ef3c94-eacc-4589-afb6-2cfc8fb04305] Namespace:persistent-local-volumes-test-9578 PodName:hostexec-node1-xtm75 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:12:46.215: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:12:46.352: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "persistent-local-volumes-test-9578" for this suite. • [SLOW TEST:15.008 seconds] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 [Volume type: dir] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:188 Two pods mounting a local volume at the same time /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:244 should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:245 ------------------------------ {"msg":"PASSED [sig-storage] PersistentVolumes-local [Volume type: dir] Two pods mounting a local volume at the same time should be able to write from pod1 and read from pod2","total":118,"completed":8,"skipped":545,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] [Serial] Volume metrics should create prometheus metrics for volume provisioning and attach/detach /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_metrics.go:101 [BeforeEach] [sig-storage] [Serial] Volume metrics /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:12:46.361: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename pv STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in pv-1839 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] [Serial] Volume metrics /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_metrics.go:56 Mar 11 21:12:46.483: INFO: Only supported for providers [gce gke aws] (not ) [AfterEach] [sig-storage] [Serial] Volume metrics /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:12:46.485: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "pv-1839" for this suite. [AfterEach] [sig-storage] [Serial] Volume metrics /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_metrics.go:82 S [SKIPPING] in Spec Setup (BeforeEach) [0.133 seconds] [sig-storage] [Serial] Volume metrics /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 should create prometheus metrics for volume provisioning and attach/detach [BeforeEach] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_metrics.go:101 Only supported for providers [gce gke aws] (not ) /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_metrics.go:60 ------------------------------ SSSSSSSSSS ------------------------------ [sig-storage] Projected configMap should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly] [NodeFeature:FSGroup] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/projected_configmap.go:59 [BeforeEach] [sig-storage] Projected configMap /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:12:46.494: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename projected STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in projected-4923 STEP: Waiting for a default service account to be provisioned in namespace [It] should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly] [NodeFeature:FSGroup] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/projected_configmap.go:59 STEP: Creating configMap with name projected-configmap-test-volume-c77d75f8-6d73-4076-93fc-1c2956f88267 STEP: Creating a pod to test consume configMaps Mar 11 21:12:46.631: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-a49deb57-91c5-4db3-84e8-95a4c39f6667" in namespace "projected-4923" to be "Succeeded or Failed" Mar 11 21:12:46.633: INFO: Pod "pod-projected-configmaps-a49deb57-91c5-4db3-84e8-95a4c39f6667": Phase="Pending", Reason="", readiness=false. Elapsed: 2.166015ms Mar 11 21:12:48.638: INFO: Pod "pod-projected-configmaps-a49deb57-91c5-4db3-84e8-95a4c39f6667": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007151936s Mar 11 21:12:50.643: INFO: Pod "pod-projected-configmaps-a49deb57-91c5-4db3-84e8-95a4c39f6667": Phase="Pending", Reason="", readiness=false. Elapsed: 4.012008575s Mar 11 21:12:52.649: INFO: Pod "pod-projected-configmaps-a49deb57-91c5-4db3-84e8-95a4c39f6667": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.017852578s STEP: Saw pod success Mar 11 21:12:52.649: INFO: Pod "pod-projected-configmaps-a49deb57-91c5-4db3-84e8-95a4c39f6667" satisfied condition "Succeeded or Failed" Mar 11 21:12:52.651: INFO: Trying to get logs from node node1 pod pod-projected-configmaps-a49deb57-91c5-4db3-84e8-95a4c39f6667 container projected-configmap-volume-test: STEP: delete the pod Mar 11 21:12:52.671: INFO: Waiting for pod pod-projected-configmaps-a49deb57-91c5-4db3-84e8-95a4c39f6667 to disappear Mar 11 21:12:52.674: INFO: Pod pod-projected-configmaps-a49deb57-91c5-4db3-84e8-95a4c39f6667 no longer exists [AfterEach] [sig-storage] Projected configMap /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:12:52.674: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "projected-4923" for this suite. • [SLOW TEST:6.189 seconds] [sig-storage] Projected configMap /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/projected_configmap.go:36 should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly] [NodeFeature:FSGroup] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/projected_configmap.go:59 ------------------------------ {"msg":"PASSED [sig-storage] Projected configMap should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly] [NodeFeature:FSGroup]","total":118,"completed":9,"skipped":593,"failed":0} SSSSS ------------------------------ [sig-storage] Pod Disks should be able to delete a non-existent PD without error /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/pd.go:448 [BeforeEach] [sig-storage] Pod Disks /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:12:52.683: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename pod-disks STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in pod-disks-6725 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] Pod Disks /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/pd.go:75 Mar 11 21:12:52.805: INFO: Requires at least 2 nodes (not 0) [AfterEach] [sig-storage] Pod Disks /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:12:52.807: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "pod-disks-6725" for this suite. S [SKIPPING] in Spec Setup (BeforeEach) [0.131 seconds] [sig-storage] Pod Disks /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 should be able to delete a non-existent PD without error [BeforeEach] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/pd.go:448 Requires at least 2 nodes (not 0) /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/pd.go:76 ------------------------------ SSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] Downward API volume should provide podname as non-root with fsgroup [LinuxOnly] [NodeFeature:FSGroup] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/downwardapi_volume.go:92 [BeforeEach] [sig-storage] Downward API volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:12:52.814: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename downward-api STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in downward-api-9355 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] Downward API volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/downwardapi_volume.go:42 [It] should provide podname as non-root with fsgroup [LinuxOnly] [NodeFeature:FSGroup] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/downwardapi_volume.go:92 STEP: Creating a pod to test downward API volume plugin Mar 11 21:12:52.950: INFO: Waiting up to 5m0s for pod "metadata-volume-038a15b1-692b-400e-a074-b0b32d69398e" in namespace "downward-api-9355" to be "Succeeded or Failed" Mar 11 21:12:52.952: INFO: Pod "metadata-volume-038a15b1-692b-400e-a074-b0b32d69398e": Phase="Pending", Reason="", readiness=false. Elapsed: 2.331506ms Mar 11 21:12:54.956: INFO: Pod "metadata-volume-038a15b1-692b-400e-a074-b0b32d69398e": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006341021s Mar 11 21:12:56.960: INFO: Pod "metadata-volume-038a15b1-692b-400e-a074-b0b32d69398e": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010243986s STEP: Saw pod success Mar 11 21:12:56.960: INFO: Pod "metadata-volume-038a15b1-692b-400e-a074-b0b32d69398e" satisfied condition "Succeeded or Failed" Mar 11 21:12:56.963: INFO: Trying to get logs from node node2 pod metadata-volume-038a15b1-692b-400e-a074-b0b32d69398e container client-container: STEP: delete the pod Mar 11 21:12:56.978: INFO: Waiting for pod metadata-volume-038a15b1-692b-400e-a074-b0b32d69398e to disappear Mar 11 21:12:56.980: INFO: Pod metadata-volume-038a15b1-692b-400e-a074-b0b32d69398e no longer exists [AfterEach] [sig-storage] Downward API volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:12:56.980: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "downward-api-9355" for this suite. •{"msg":"PASSED [sig-storage] Downward API volume should provide podname as non-root with fsgroup [LinuxOnly] [NodeFeature:FSGroup]","total":118,"completed":10,"skipped":621,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] PV Protection Verify that PV bound to a PVC is not removed immediately /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/pv_protection.go:106 [BeforeEach] [sig-storage] PV Protection /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:12:56.989: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename pv-protection STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in pv-protection-351 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PV Protection /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/pv_protection.go:51 Mar 11 21:12:57.111: INFO: Waiting up to 30m0s for all (but 0) nodes to be schedulable STEP: Creating a PV STEP: Waiting for PV to enter phase Available Mar 11 21:12:57.117: INFO: Waiting up to 30s for PersistentVolume hostpath-cqd2d to have phase Available Mar 11 21:12:57.120: INFO: PersistentVolume hostpath-cqd2d found but phase is Pending instead of Available. Mar 11 21:12:58.124: INFO: PersistentVolume hostpath-cqd2d found and phase=Available (1.007087412s) STEP: Checking that PV Protection finalizer is set [It] Verify that PV bound to a PVC is not removed immediately /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/pv_protection.go:106 STEP: Creating a PVC STEP: Waiting for PVC to become Bound Mar 11 21:12:58.132: INFO: Waiting up to 3m0s for PersistentVolumeClaims [pvc-dt92s] to have phase Bound Mar 11 21:12:58.134: INFO: PersistentVolumeClaim pvc-dt92s found but phase is Pending instead of Bound. Mar 11 21:13:00.140: INFO: PersistentVolumeClaim pvc-dt92s found and phase=Bound (2.00816458s) STEP: Deleting the PV, however, the PV must not be removed from the system as it's bound to a PVC STEP: Checking that the PV status is Terminating STEP: Deleting the PVC that is bound to the PV STEP: Checking that the PV is automatically removed from the system because it's no longer bound to a PVC Mar 11 21:13:00.149: INFO: Waiting up to 3m0s for PersistentVolume hostpath-cqd2d to get deleted Mar 11 21:13:00.151: INFO: PersistentVolume hostpath-cqd2d found and phase=Bound (2.558022ms) Mar 11 21:13:02.155: INFO: PersistentVolume hostpath-cqd2d was removed [AfterEach] [sig-storage] PV Protection /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:13:02.155: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "pv-protection-351" for this suite. [AfterEach] [sig-storage] PV Protection /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/pv_protection.go:92 Mar 11 21:13:02.163: INFO: AfterEach: Cleaning up test resources. Mar 11 21:13:02.163: INFO: Deleting PersistentVolumeClaim "pvc-dt92s" Mar 11 21:13:02.165: INFO: Deleting PersistentVolume "hostpath-cqd2d" • [SLOW TEST:5.178 seconds] [sig-storage] PV Protection /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 Verify that PV bound to a PVC is not removed immediately /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/pv_protection.go:106 ------------------------------ {"msg":"PASSED [sig-storage] PV Protection Verify that PV bound to a PVC is not removed immediately","total":118,"completed":11,"skipped":687,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a persistent volume claim with a storage class. [sig-storage] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/resource_quota.go:518 [BeforeEach] [sig-api-machinery] ResourceQuota /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:13:02.168: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename resourcequota STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in resourcequota-3628 STEP: Waiting for a default service account to be provisioned in namespace [It] should create a ResourceQuota and capture the life of a persistent volume claim with a storage class. [sig-storage] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/resource_quota.go:518 STEP: Counting existing ResourceQuota STEP: Creating a ResourceQuota STEP: Ensuring resource quota status is calculated STEP: Creating a PersistentVolumeClaim with storage class STEP: Ensuring resource quota status captures persistent volume claim creation STEP: Deleting a PersistentVolumeClaim STEP: Ensuring resource quota status released usage [AfterEach] [sig-api-machinery] ResourceQuota /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:13:13.326: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "resourcequota-3628" for this suite. • [SLOW TEST:11.169 seconds] [sig-api-machinery] ResourceQuota /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23 should create a ResourceQuota and capture the life of a persistent volume claim with a storage class. [sig-storage] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/resource_quota.go:518 ------------------------------ {"msg":"PASSED [sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a persistent volume claim with a storage class. [sig-storage]","total":118,"completed":12,"skipped":732,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] [Serial] Volume metrics PVController should create bound pv/pvc count metrics for pvc controller after creating both pv and pvc /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_metrics.go:500 [BeforeEach] [sig-storage] [Serial] Volume metrics /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:13:13.338: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename pv STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in pv-1656 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] [Serial] Volume metrics /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_metrics.go:56 Mar 11 21:13:13.462: INFO: Only supported for providers [gce gke aws] (not ) [AfterEach] [sig-storage] [Serial] Volume metrics /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:13:13.463: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "pv-1656" for this suite. [AfterEach] [sig-storage] [Serial] Volume metrics /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_metrics.go:82 S [SKIPPING] in Spec Setup (BeforeEach) [0.134 seconds] [sig-storage] [Serial] Volume metrics /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 PVController [BeforeEach] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_metrics.go:383 should create bound pv/pvc count metrics for pvc controller after creating both pv and pvc /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_metrics.go:500 Only supported for providers [gce gke aws] (not ) /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_metrics.go:60 ------------------------------ SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] PV Protection Verify "immediate" deletion of a PV that is not bound to a PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/pv_protection.go:99 [BeforeEach] [sig-storage] PV Protection /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:13:13.473: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename pv-protection STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in pv-protection-6586 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PV Protection /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/pv_protection.go:51 Mar 11 21:13:13.594: INFO: Waiting up to 30m0s for all (but 0) nodes to be schedulable STEP: Creating a PV STEP: Waiting for PV to enter phase Available Mar 11 21:13:13.599: INFO: Waiting up to 30s for PersistentVolume hostpath-vtmzc to have phase Available Mar 11 21:13:13.602: INFO: PersistentVolume hostpath-vtmzc found but phase is Pending instead of Available. Mar 11 21:13:14.604: INFO: PersistentVolume hostpath-vtmzc found and phase=Available (1.004598565s) STEP: Checking that PV Protection finalizer is set [It] Verify "immediate" deletion of a PV that is not bound to a PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/pv_protection.go:99 STEP: Deleting the PV Mar 11 21:13:14.609: INFO: Waiting up to 3m0s for PersistentVolume hostpath-vtmzc to get deleted Mar 11 21:13:14.612: INFO: PersistentVolume hostpath-vtmzc found and phase=Available (2.080876ms) Mar 11 21:13:16.614: INFO: PersistentVolume hostpath-vtmzc was removed [AfterEach] [sig-storage] PV Protection /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:13:16.614: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "pv-protection-6586" for this suite. [AfterEach] [sig-storage] PV Protection /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/pv_protection.go:92 Mar 11 21:13:16.623: INFO: AfterEach: Cleaning up test resources. Mar 11 21:13:16.623: INFO: Deleting PersistentVolumeClaim "pvc-dt92s" Mar 11 21:13:16.625: INFO: Deleting PersistentVolume "hostpath-vtmzc" •{"msg":"PASSED [sig-storage] PV Protection Verify \"immediate\" deletion of a PV that is not bound to a PVC","total":118,"completed":13,"skipped":828,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] [Serial] Volume metrics should create metrics for total number of volumes in A/D Controller /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_metrics.go:322 [BeforeEach] [sig-storage] [Serial] Volume metrics /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:13:16.628: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename pv STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in pv-6353 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] [Serial] Volume metrics /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_metrics.go:56 Mar 11 21:13:16.751: INFO: Only supported for providers [gce gke aws] (not ) [AfterEach] [sig-storage] [Serial] Volume metrics /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:13:16.753: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "pv-6353" for this suite. [AfterEach] [sig-storage] [Serial] Volume metrics /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_metrics.go:82 S [SKIPPING] in Spec Setup (BeforeEach) [0.133 seconds] [sig-storage] [Serial] Volume metrics /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 should create metrics for total number of volumes in A/D Controller [BeforeEach] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_metrics.go:322 Only supported for providers [gce gke aws] (not ) /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_metrics.go:60 ------------------------------ SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] Projected downwardAPI should provide podname as non-root with fsgroup [LinuxOnly] [NodeFeature:FSGroup] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/projected_downwardapi.go:92 [BeforeEach] [sig-storage] Projected downwardAPI /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:13:16.762: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename projected STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in projected-3809 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] Projected downwardAPI /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/projected_downwardapi.go:42 [It] should provide podname as non-root with fsgroup [LinuxOnly] [NodeFeature:FSGroup] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/projected_downwardapi.go:92 STEP: Creating a pod to test downward API volume plugin Mar 11 21:13:16.899: INFO: Waiting up to 5m0s for pod "metadata-volume-a97f1304-b6e8-4ad0-bda0-9eea15f5e244" in namespace "projected-3809" to be "Succeeded or Failed" Mar 11 21:13:16.901: INFO: Pod "metadata-volume-a97f1304-b6e8-4ad0-bda0-9eea15f5e244": Phase="Pending", Reason="", readiness=false. Elapsed: 2.49211ms Mar 11 21:13:18.905: INFO: Pod "metadata-volume-a97f1304-b6e8-4ad0-bda0-9eea15f5e244": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006065649s Mar 11 21:13:20.908: INFO: Pod "metadata-volume-a97f1304-b6e8-4ad0-bda0-9eea15f5e244": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009025285s STEP: Saw pod success Mar 11 21:13:20.908: INFO: Pod "metadata-volume-a97f1304-b6e8-4ad0-bda0-9eea15f5e244" satisfied condition "Succeeded or Failed" Mar 11 21:13:20.910: INFO: Trying to get logs from node node1 pod metadata-volume-a97f1304-b6e8-4ad0-bda0-9eea15f5e244 container client-container: STEP: delete the pod Mar 11 21:13:20.922: INFO: Waiting for pod metadata-volume-a97f1304-b6e8-4ad0-bda0-9eea15f5e244 to disappear Mar 11 21:13:20.924: INFO: Pod metadata-volume-a97f1304-b6e8-4ad0-bda0-9eea15f5e244 no longer exists [AfterEach] [sig-storage] Projected downwardAPI /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:13:20.924: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "projected-3809" for this suite. •{"msg":"PASSED [sig-storage] Projected downwardAPI should provide podname as non-root with fsgroup [LinuxOnly] [NodeFeature:FSGroup]","total":118,"completed":14,"skipped":982,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] Pod Disks [Serial] attach on previously attached volumes should work /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/pd.go:457 [BeforeEach] [sig-storage] Pod Disks /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:13:20.934: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename pod-disks STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in pod-disks-6643 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] Pod Disks /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/pd.go:75 Mar 11 21:13:21.057: INFO: Requires at least 2 nodes (not 0) [AfterEach] [sig-storage] Pod Disks /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:13:21.058: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "pod-disks-6643" for this suite. S [SKIPPING] in Spec Setup (BeforeEach) [0.132 seconds] [sig-storage] Pod Disks /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 [Serial] attach on previously attached volumes should work [BeforeEach] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/pd.go:457 Requires at least 2 nodes (not 0) /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/pd.go:76 ------------------------------ SS ------------------------------ [sig-storage] PersistentVolumes-local [Volume type: gce-localssd-scsi-fs] [Serial] Two pods mounting a local volume at the same time should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:245 [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:13:21.066: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename persistent-local-volumes-test STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in persistent-local-volumes-test-575 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:155 [BeforeEach] [Volume type: gce-localssd-scsi-fs] [Serial] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:191 Mar 11 21:13:25.210: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c ls -1 /mnt/disks/by-uuid/google-local-ssds-scsi-fs/ | wc -l] Namespace:persistent-local-volumes-test-575 PodName:hostexec-node1-lldrs ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:13:25.210: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:13:25.321: INFO: exec node1: command: ls -1 /mnt/disks/by-uuid/google-local-ssds-scsi-fs/ | wc -l Mar 11 21:13:25.321: INFO: exec node1: stdout: "0\n" Mar 11 21:13:25.321: INFO: exec node1: stderr: "ls: cannot access /mnt/disks/by-uuid/google-local-ssds-scsi-fs/: No such file or directory\n" Mar 11 21:13:25.321: INFO: exec node1: exit code: 0 Mar 11 21:13:25.321: INFO: Requires at least 1 scsi fs localSSD [AfterEach] [Volume type: gce-localssd-scsi-fs] [Serial] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:200 STEP: Cleaning up PVC and PV [AfterEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:13:25.323: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "persistent-local-volumes-test-575" for this suite. S [SKIPPING] in Spec Setup (BeforeEach) [4.267 seconds] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 [Volume type: gce-localssd-scsi-fs] [Serial] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:188 Two pods mounting a local volume at the same time [BeforeEach] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:244 should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:245 Requires at least 1 scsi fs localSSD /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:1205 ------------------------------ SSSSSSS ------------------------------ [sig-storage] [Serial] Volume metrics should create metrics for total time taken in volume operations in P/V Controller /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_metrics.go:261 [BeforeEach] [sig-storage] [Serial] Volume metrics /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:13:25.333: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename pv STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in pv-4506 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] [Serial] Volume metrics /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_metrics.go:56 Mar 11 21:13:25.456: INFO: Only supported for providers [gce gke aws] (not ) [AfterEach] [sig-storage] [Serial] Volume metrics /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:13:25.458: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "pv-4506" for this suite. [AfterEach] [sig-storage] [Serial] Volume metrics /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_metrics.go:82 S [SKIPPING] in Spec Setup (BeforeEach) [0.134 seconds] [sig-storage] [Serial] Volume metrics /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 should create metrics for total time taken in volume operations in P/V Controller [BeforeEach] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_metrics.go:261 Only supported for providers [gce gke aws] (not ) /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_metrics.go:60 ------------------------------ SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] PersistentVolumes-local Stress with local volumes [Serial] should be able to process many pods and reuse local volumes /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:516 [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:13:25.468: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename persistent-local-volumes-test STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in persistent-local-volumes-test-9603 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:155 [BeforeEach] Stress with local volumes [Serial] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:441 STEP: Setting up 10 local volumes on node "node1" STEP: Creating tmpfs mount point on node "node1" at path "/tmp/local-volume-test-06522f98-546f-4639-9c7c-62d6b312099e" Mar 11 21:13:27.627: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p "/tmp/local-volume-test-06522f98-546f-4639-9c7c-62d6b312099e" && mount -t tmpfs -o size=10m tmpfs-"/tmp/local-volume-test-06522f98-546f-4639-9c7c-62d6b312099e" "/tmp/local-volume-test-06522f98-546f-4639-9c7c-62d6b312099e"] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node1-6b86p ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:13:27.627: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating tmpfs mount point on node "node1" at path "/tmp/local-volume-test-7fdd5bae-bc72-4d77-bcb5-6ad597895ee5" Mar 11 21:13:27.739: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p "/tmp/local-volume-test-7fdd5bae-bc72-4d77-bcb5-6ad597895ee5" && mount -t tmpfs -o size=10m tmpfs-"/tmp/local-volume-test-7fdd5bae-bc72-4d77-bcb5-6ad597895ee5" "/tmp/local-volume-test-7fdd5bae-bc72-4d77-bcb5-6ad597895ee5"] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node1-6b86p ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:13:27.739: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating tmpfs mount point on node "node1" at path "/tmp/local-volume-test-97ec7f85-da31-4902-bab4-e0050467be77" Mar 11 21:13:27.846: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p "/tmp/local-volume-test-97ec7f85-da31-4902-bab4-e0050467be77" && mount -t tmpfs -o size=10m tmpfs-"/tmp/local-volume-test-97ec7f85-da31-4902-bab4-e0050467be77" "/tmp/local-volume-test-97ec7f85-da31-4902-bab4-e0050467be77"] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node1-6b86p ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:13:27.846: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating tmpfs mount point on node "node1" at path "/tmp/local-volume-test-a26fd4bc-4a8c-481e-9b2d-f36343f36948" Mar 11 21:13:27.953: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p "/tmp/local-volume-test-a26fd4bc-4a8c-481e-9b2d-f36343f36948" && mount -t tmpfs -o size=10m tmpfs-"/tmp/local-volume-test-a26fd4bc-4a8c-481e-9b2d-f36343f36948" "/tmp/local-volume-test-a26fd4bc-4a8c-481e-9b2d-f36343f36948"] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node1-6b86p ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:13:27.953: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating tmpfs mount point on node "node1" at path "/tmp/local-volume-test-f340021c-d287-4c11-b6c7-8faf670b20a6" Mar 11 21:13:28.065: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p "/tmp/local-volume-test-f340021c-d287-4c11-b6c7-8faf670b20a6" && mount -t tmpfs -o size=10m tmpfs-"/tmp/local-volume-test-f340021c-d287-4c11-b6c7-8faf670b20a6" "/tmp/local-volume-test-f340021c-d287-4c11-b6c7-8faf670b20a6"] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node1-6b86p ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:13:28.065: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating tmpfs mount point on node "node1" at path "/tmp/local-volume-test-0582b339-9458-4c12-9321-d72a4f797f57" Mar 11 21:13:28.174: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p "/tmp/local-volume-test-0582b339-9458-4c12-9321-d72a4f797f57" && mount -t tmpfs -o size=10m tmpfs-"/tmp/local-volume-test-0582b339-9458-4c12-9321-d72a4f797f57" "/tmp/local-volume-test-0582b339-9458-4c12-9321-d72a4f797f57"] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node1-6b86p ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:13:28.174: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating tmpfs mount point on node "node1" at path "/tmp/local-volume-test-6f78818d-0ac7-4f9a-be87-9c7fdc5d699a" Mar 11 21:13:28.285: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p "/tmp/local-volume-test-6f78818d-0ac7-4f9a-be87-9c7fdc5d699a" && mount -t tmpfs -o size=10m tmpfs-"/tmp/local-volume-test-6f78818d-0ac7-4f9a-be87-9c7fdc5d699a" "/tmp/local-volume-test-6f78818d-0ac7-4f9a-be87-9c7fdc5d699a"] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node1-6b86p ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:13:28.285: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating tmpfs mount point on node "node1" at path "/tmp/local-volume-test-eed83a1e-707a-4ab2-8fb8-2ae734779c1f" Mar 11 21:13:28.391: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p "/tmp/local-volume-test-eed83a1e-707a-4ab2-8fb8-2ae734779c1f" && mount -t tmpfs -o size=10m tmpfs-"/tmp/local-volume-test-eed83a1e-707a-4ab2-8fb8-2ae734779c1f" "/tmp/local-volume-test-eed83a1e-707a-4ab2-8fb8-2ae734779c1f"] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node1-6b86p ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:13:28.391: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating tmpfs mount point on node "node1" at path "/tmp/local-volume-test-45139148-5d18-46c3-b7eb-d2c0dda97251" Mar 11 21:13:28.499: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p "/tmp/local-volume-test-45139148-5d18-46c3-b7eb-d2c0dda97251" && mount -t tmpfs -o size=10m tmpfs-"/tmp/local-volume-test-45139148-5d18-46c3-b7eb-d2c0dda97251" "/tmp/local-volume-test-45139148-5d18-46c3-b7eb-d2c0dda97251"] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node1-6b86p ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:13:28.499: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating tmpfs mount point on node "node1" at path "/tmp/local-volume-test-e5b45e17-a8fe-4861-938d-b1a65be43700" Mar 11 21:13:28.604: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p "/tmp/local-volume-test-e5b45e17-a8fe-4861-938d-b1a65be43700" && mount -t tmpfs -o size=10m tmpfs-"/tmp/local-volume-test-e5b45e17-a8fe-4861-938d-b1a65be43700" "/tmp/local-volume-test-e5b45e17-a8fe-4861-938d-b1a65be43700"] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node1-6b86p ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:13:28.604: INFO: >>> kubeConfig: /root/.kube/config STEP: Setting up 10 local volumes on node "node2" STEP: Creating tmpfs mount point on node "node2" at path "/tmp/local-volume-test-487d9d13-5cb2-41c3-9eab-d8f04b70ec60" Mar 11 21:13:30.733: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p "/tmp/local-volume-test-487d9d13-5cb2-41c3-9eab-d8f04b70ec60" && mount -t tmpfs -o size=10m tmpfs-"/tmp/local-volume-test-487d9d13-5cb2-41c3-9eab-d8f04b70ec60" "/tmp/local-volume-test-487d9d13-5cb2-41c3-9eab-d8f04b70ec60"] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node2-7zk8w ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:13:30.733: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating tmpfs mount point on node "node2" at path "/tmp/local-volume-test-3530dedd-f1ed-46ca-8fe9-8eedf479d0fb" Mar 11 21:13:30.853: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p "/tmp/local-volume-test-3530dedd-f1ed-46ca-8fe9-8eedf479d0fb" && mount -t tmpfs -o size=10m tmpfs-"/tmp/local-volume-test-3530dedd-f1ed-46ca-8fe9-8eedf479d0fb" "/tmp/local-volume-test-3530dedd-f1ed-46ca-8fe9-8eedf479d0fb"] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node2-7zk8w ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:13:30.853: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating tmpfs mount point on node "node2" at path "/tmp/local-volume-test-4f3528ef-0cc9-495f-9b58-0a5749820648" Mar 11 21:13:30.977: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p "/tmp/local-volume-test-4f3528ef-0cc9-495f-9b58-0a5749820648" && mount -t tmpfs -o size=10m tmpfs-"/tmp/local-volume-test-4f3528ef-0cc9-495f-9b58-0a5749820648" "/tmp/local-volume-test-4f3528ef-0cc9-495f-9b58-0a5749820648"] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node2-7zk8w ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:13:30.977: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating tmpfs mount point on node "node2" at path "/tmp/local-volume-test-6fe560fe-7510-404b-83aa-68a630f6570e" Mar 11 21:13:31.088: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p "/tmp/local-volume-test-6fe560fe-7510-404b-83aa-68a630f6570e" && mount -t tmpfs -o size=10m tmpfs-"/tmp/local-volume-test-6fe560fe-7510-404b-83aa-68a630f6570e" "/tmp/local-volume-test-6fe560fe-7510-404b-83aa-68a630f6570e"] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node2-7zk8w ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:13:31.088: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating tmpfs mount point on node "node2" at path "/tmp/local-volume-test-d5e5381e-fcda-4fdf-949c-14dc5db01e2d" Mar 11 21:13:31.195: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p "/tmp/local-volume-test-d5e5381e-fcda-4fdf-949c-14dc5db01e2d" && mount -t tmpfs -o size=10m tmpfs-"/tmp/local-volume-test-d5e5381e-fcda-4fdf-949c-14dc5db01e2d" "/tmp/local-volume-test-d5e5381e-fcda-4fdf-949c-14dc5db01e2d"] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node2-7zk8w ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:13:31.195: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating tmpfs mount point on node "node2" at path "/tmp/local-volume-test-855d15a9-ea5d-439d-9c9f-89d4b80a64ae" Mar 11 21:13:31.303: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p "/tmp/local-volume-test-855d15a9-ea5d-439d-9c9f-89d4b80a64ae" && mount -t tmpfs -o size=10m tmpfs-"/tmp/local-volume-test-855d15a9-ea5d-439d-9c9f-89d4b80a64ae" "/tmp/local-volume-test-855d15a9-ea5d-439d-9c9f-89d4b80a64ae"] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node2-7zk8w ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:13:31.303: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating tmpfs mount point on node "node2" at path "/tmp/local-volume-test-b7dd0b28-66e3-47e2-b4d6-cc8d9a5f24f2" Mar 11 21:13:31.415: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p "/tmp/local-volume-test-b7dd0b28-66e3-47e2-b4d6-cc8d9a5f24f2" && mount -t tmpfs -o size=10m tmpfs-"/tmp/local-volume-test-b7dd0b28-66e3-47e2-b4d6-cc8d9a5f24f2" "/tmp/local-volume-test-b7dd0b28-66e3-47e2-b4d6-cc8d9a5f24f2"] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node2-7zk8w ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:13:31.415: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating tmpfs mount point on node "node2" at path "/tmp/local-volume-test-c45ec220-9d3e-4d26-b9b8-1d94059c9f8b" Mar 11 21:13:31.518: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p "/tmp/local-volume-test-c45ec220-9d3e-4d26-b9b8-1d94059c9f8b" && mount -t tmpfs -o size=10m tmpfs-"/tmp/local-volume-test-c45ec220-9d3e-4d26-b9b8-1d94059c9f8b" "/tmp/local-volume-test-c45ec220-9d3e-4d26-b9b8-1d94059c9f8b"] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node2-7zk8w ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:13:31.518: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating tmpfs mount point on node "node2" at path "/tmp/local-volume-test-34345b93-eced-459e-8fb1-7a3e66d02d98" Mar 11 21:13:31.625: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p "/tmp/local-volume-test-34345b93-eced-459e-8fb1-7a3e66d02d98" && mount -t tmpfs -o size=10m tmpfs-"/tmp/local-volume-test-34345b93-eced-459e-8fb1-7a3e66d02d98" "/tmp/local-volume-test-34345b93-eced-459e-8fb1-7a3e66d02d98"] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node2-7zk8w ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:13:31.625: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating tmpfs mount point on node "node2" at path "/tmp/local-volume-test-2fe410bc-00d9-4307-8b49-18b123c34060" Mar 11 21:13:31.747: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p "/tmp/local-volume-test-2fe410bc-00d9-4307-8b49-18b123c34060" && mount -t tmpfs -o size=10m tmpfs-"/tmp/local-volume-test-2fe410bc-00d9-4307-8b49-18b123c34060" "/tmp/local-volume-test-2fe410bc-00d9-4307-8b49-18b123c34060"] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node2-7zk8w ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:13:31.747: INFO: >>> kubeConfig: /root/.kube/config STEP: Create 20 PVs STEP: Start a goroutine to recycle unbound PVs [It] should be able to process many pods and reuse local volumes /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:516 STEP: Creating 7 pods periodically STEP: Waiting for all pods to complete successfully Mar 11 21:13:39.042: INFO: Deleting pod security-context-16df0419-c4db-4b70-8f76-933e566f82f8 Mar 11 21:13:39.050: INFO: Deleting PersistentVolumeClaim "pvc-s9btz" Mar 11 21:13:39.054: INFO: Deleting PersistentVolumeClaim "pvc-4zzlx" Mar 11 21:13:39.058: INFO: Deleting PersistentVolumeClaim "pvc-68tlj" Mar 11 21:13:39.061: INFO: 1/28 pods finished Mar 11 21:13:39.061: INFO: Deleting pod security-context-e174e60b-9426-4862-9646-152406f04770 Mar 11 21:13:39.068: INFO: Deleting PersistentVolumeClaim "pvc-ndtw2" STEP: Delete "local-pv5v7rx" and create a new PV for same local volume storage Mar 11 21:13:39.071: INFO: Deleting PersistentVolumeClaim "pvc-pqfwn" Mar 11 21:13:39.075: INFO: Deleting PersistentVolumeClaim "pvc-n6vvr" Mar 11 21:13:39.078: INFO: 2/28 pods finished STEP: Delete "local-pv5v7rx" and create a new PV for same local volume storage STEP: Delete "local-pvq7sgs" and create a new PV for same local volume storage STEP: Delete "local-pvjm6lm" and create a new PV for same local volume storage STEP: Delete "local-pvcn2xq" and create a new PV for same local volume storage STEP: Delete "local-pv8jrvd" and create a new PV for same local volume storage STEP: Delete "local-pvnqzm4" and create a new PV for same local volume storage Mar 11 21:13:41.043: INFO: Deleting pod security-context-2f3f4874-47e5-43ed-a5ef-23e618e107c4 Mar 11 21:13:41.050: INFO: Deleting PersistentVolumeClaim "pvc-b4dzm" Mar 11 21:13:41.053: INFO: Deleting PersistentVolumeClaim "pvc-tflxk" Mar 11 21:13:41.057: INFO: Deleting PersistentVolumeClaim "pvc-4l4xg" Mar 11 21:13:41.061: INFO: 3/28 pods finished Mar 11 21:13:41.061: INFO: Deleting pod security-context-a993c272-00fd-48df-be0b-5d771c4f16a3 STEP: Delete "local-pvgqm8s" and create a new PV for same local volume storage Mar 11 21:13:41.068: INFO: Deleting PersistentVolumeClaim "pvc-w844c" Mar 11 21:13:41.072: INFO: Deleting PersistentVolumeClaim "pvc-4vkm9" Mar 11 21:13:41.076: INFO: Deleting PersistentVolumeClaim "pvc-q5vbq" STEP: Delete "local-pvbs4nr" and create a new PV for same local volume storage Mar 11 21:13:41.079: INFO: 4/28 pods finished STEP: Delete "local-pvwsqdt" and create a new PV for same local volume storage STEP: Delete "local-pvpm9rr" and create a new PV for same local volume storage STEP: Delete "local-pvrgllm" and create a new PV for same local volume storage STEP: Delete "local-pvp2jzv" and create a new PV for same local volume storage Mar 11 21:13:42.171: INFO: Deleting pod security-context-61fc8f68-0eaa-4ed4-bfe2-cc378ea90db4 Mar 11 21:13:42.178: INFO: Deleting PersistentVolumeClaim "pvc-r4zj4" Mar 11 21:13:42.182: INFO: Deleting PersistentVolumeClaim "pvc-wmfrk" Mar 11 21:13:42.185: INFO: Deleting PersistentVolumeClaim "pvc-tn4hk" Mar 11 21:13:42.189: INFO: 5/28 pods finished Mar 11 21:13:43.041: INFO: Deleting pod security-context-b3f31bfc-e5a8-4642-a240-89ac1bb483e1 Mar 11 21:13:43.048: INFO: Deleting PersistentVolumeClaim "pvc-926d9" STEP: Delete "local-pvgn9db" and create a new PV for same local volume storage Mar 11 21:13:43.051: INFO: Deleting PersistentVolumeClaim "pvc-pwmsw" Mar 11 21:13:43.055: INFO: Deleting PersistentVolumeClaim "pvc-wb9q4" Mar 11 21:13:43.058: INFO: 6/28 pods finished STEP: Delete "local-pv9p5wp" and create a new PV for same local volume storage STEP: Delete "local-pvjlxpq" and create a new PV for same local volume storage STEP: Delete "local-pvhzdhn" and create a new PV for same local volume storage STEP: Delete "local-pvfh5hd" and create a new PV for same local volume storage STEP: Delete "local-pvfh5hd" and create a new PV for same local volume storage STEP: Delete "local-pvq5ltb" and create a new PV for same local volume storage Mar 11 21:13:51.043: INFO: Deleting pod security-context-61af8930-1f21-4b8b-8eb2-8cb89d20ceff Mar 11 21:13:51.049: INFO: Deleting PersistentVolumeClaim "pvc-hfps4" Mar 11 21:13:51.052: INFO: Deleting PersistentVolumeClaim "pvc-6k67f" Mar 11 21:13:51.056: INFO: Deleting PersistentVolumeClaim "pvc-h2hr9" Mar 11 21:13:51.059: INFO: 7/28 pods finished Mar 11 21:13:51.059: INFO: Deleting pod security-context-78860dbf-136e-43e8-a78b-60936ec0bd45 Mar 11 21:13:51.065: INFO: Deleting PersistentVolumeClaim "pvc-shhr4" STEP: Delete "local-pvgdhks" and create a new PV for same local volume storage Mar 11 21:13:51.069: INFO: Deleting PersistentVolumeClaim "pvc-64pf8" STEP: Delete "local-pvgdhks" and create a new PV for same local volume storage Mar 11 21:13:51.074: INFO: Deleting PersistentVolumeClaim "pvc-n2trn" STEP: Delete "local-pvdb6z7" and create a new PV for same local volume storage Mar 11 21:13:51.078: INFO: 8/28 pods finished STEP: Delete "local-pvzwn47" and create a new PV for same local volume storage STEP: Delete "local-pv4rxt4" and create a new PV for same local volume storage STEP: Delete "local-pvckg8h" and create a new PV for same local volume storage STEP: Delete "local-pvvtfkj" and create a new PV for same local volume storage Mar 11 21:13:53.043: INFO: Deleting pod security-context-5073696a-3cf6-47be-b218-8c8208c7998e Mar 11 21:13:53.053: INFO: Deleting PersistentVolumeClaim "pvc-qcm2v" Mar 11 21:13:53.057: INFO: Deleting PersistentVolumeClaim "pvc-42l79" Mar 11 21:13:53.062: INFO: Deleting PersistentVolumeClaim "pvc-grzcx" Mar 11 21:13:53.066: INFO: 9/28 pods finished Mar 11 21:13:53.066: INFO: Deleting pod security-context-fec717ba-701e-48b5-be21-32f0a1db55f0 Mar 11 21:13:53.072: INFO: Deleting PersistentVolumeClaim "pvc-cwc85" STEP: Delete "local-pv2rnfw" and create a new PV for same local volume storage Mar 11 21:13:53.075: INFO: Deleting PersistentVolumeClaim "pvc-xpxkr" Mar 11 21:13:53.079: INFO: Deleting PersistentVolumeClaim "pvc-wffxg" Mar 11 21:13:53.083: INFO: 10/28 pods finished STEP: Delete "local-pvbrrjd" and create a new PV for same local volume storage STEP: Delete "local-pvbnt9z" and create a new PV for same local volume storage STEP: Delete "local-pvzt6hs" and create a new PV for same local volume storage STEP: Delete "local-pvw2597" and create a new PV for same local volume storage STEP: Delete "local-pvz8s7k" and create a new PV for same local volume storage Mar 11 21:13:54.043: INFO: Deleting pod security-context-f451af9e-35bb-464e-976e-87bbbb70b91d Mar 11 21:13:54.051: INFO: Deleting PersistentVolumeClaim "pvc-b8gsv" Mar 11 21:13:54.055: INFO: Deleting PersistentVolumeClaim "pvc-2grgv" Mar 11 21:13:54.059: INFO: Deleting PersistentVolumeClaim "pvc-zf9qv" Mar 11 21:13:54.063: INFO: 11/28 pods finished STEP: Delete "local-pvrhx5d" and create a new PV for same local volume storage STEP: Delete "local-pvrhx5d" and create a new PV for same local volume storage STEP: Delete "local-pvnzvgt" and create a new PV for same local volume storage STEP: Delete "local-pvws78r" and create a new PV for same local volume storage Mar 11 21:13:55.044: INFO: Deleting pod security-context-3d017af3-1752-4859-b281-e7fdf74495d5 Mar 11 21:13:55.050: INFO: Deleting PersistentVolumeClaim "pvc-fgzdw" Mar 11 21:13:55.054: INFO: Deleting PersistentVolumeClaim "pvc-th6gj" Mar 11 21:13:55.057: INFO: Deleting PersistentVolumeClaim "pvc-tdthf" Mar 11 21:13:55.061: INFO: 12/28 pods finished STEP: Delete "local-pv5kpfj" and create a new PV for same local volume storage STEP: Delete "local-pv2h7qk" and create a new PV for same local volume storage STEP: Delete "local-pvrhtr7" and create a new PV for same local volume storage Mar 11 21:14:01.042: INFO: Deleting pod security-context-ec7cd50e-9d1c-46b1-99ef-3c00b5c84717 Mar 11 21:14:01.048: INFO: Deleting PersistentVolumeClaim "pvc-nrsjj" Mar 11 21:14:01.052: INFO: Deleting PersistentVolumeClaim "pvc-gbnfq" Mar 11 21:14:01.057: INFO: Deleting PersistentVolumeClaim "pvc-ff59z" Mar 11 21:14:01.060: INFO: 13/28 pods finished STEP: Delete "local-pv9zfsb" and create a new PV for same local volume storage STEP: Delete "local-pv9zfsb" and create a new PV for same local volume storage STEP: Delete "local-pv6tmfc" and create a new PV for same local volume storage STEP: Delete "local-pvpz4k9" and create a new PV for same local volume storage Mar 11 21:14:02.042: INFO: Deleting pod security-context-394e414e-111b-4d05-bd42-1ab672aed0cf Mar 11 21:14:02.048: INFO: Deleting PersistentVolumeClaim "pvc-fj9mf" Mar 11 21:14:02.052: INFO: Deleting PersistentVolumeClaim "pvc-bbv5p" Mar 11 21:14:02.055: INFO: Deleting PersistentVolumeClaim "pvc-vtnc2" Mar 11 21:14:02.059: INFO: 14/28 pods finished STEP: Delete "local-pvlvgqw" and create a new PV for same local volume storage STEP: Delete "local-pvlvgqw" and create a new PV for same local volume storage STEP: Delete "local-pvl96cf" and create a new PV for same local volume storage STEP: Delete "local-pvdzmpv" and create a new PV for same local volume storage Mar 11 21:14:03.043: INFO: Deleting pod security-context-a8dd429f-a7e3-49f5-9b2a-41ed14bfc728 Mar 11 21:14:03.050: INFO: Deleting PersistentVolumeClaim "pvc-vvppz" Mar 11 21:14:03.054: INFO: Deleting PersistentVolumeClaim "pvc-99lnj" Mar 11 21:14:03.057: INFO: Deleting PersistentVolumeClaim "pvc-mdljl" Mar 11 21:14:03.061: INFO: 15/28 pods finished STEP: Delete "local-pvqz7pn" and create a new PV for same local volume storage STEP: Delete "local-pvpjjgv" and create a new PV for same local volume storage STEP: Delete "local-pvz5rq4" and create a new PV for same local volume storage Mar 11 21:14:04.044: INFO: Deleting pod security-context-63ece1df-1dc0-45ab-b7c9-19e6563a5494 Mar 11 21:14:04.051: INFO: Deleting PersistentVolumeClaim "pvc-8j2xj" Mar 11 21:14:04.055: INFO: Deleting PersistentVolumeClaim "pvc-5q8cl" Mar 11 21:14:04.059: INFO: Deleting PersistentVolumeClaim "pvc-vrhjw" Mar 11 21:14:04.063: INFO: 16/28 pods finished STEP: Delete "local-pvdkt54" and create a new PV for same local volume storage STEP: Delete "local-pvrvzdl" and create a new PV for same local volume storage STEP: Delete "local-pvfsq9d" and create a new PV for same local volume storage Mar 11 21:14:06.043: INFO: Deleting pod security-context-4b2ec868-2463-4ec8-8d25-76f92aa5c497 Mar 11 21:14:06.050: INFO: Deleting PersistentVolumeClaim "pvc-jrhbg" Mar 11 21:14:06.054: INFO: Deleting PersistentVolumeClaim "pvc-fwkpq" Mar 11 21:14:06.058: INFO: Deleting PersistentVolumeClaim "pvc-4wxjs" Mar 11 21:14:06.063: INFO: 17/28 pods finished Mar 11 21:14:06.063: INFO: Deleting pod security-context-56356056-bd0b-4815-8af2-92048160b800 STEP: Delete "local-pvhdm9b" and create a new PV for same local volume storage Mar 11 21:14:06.069: INFO: Deleting PersistentVolumeClaim "pvc-598wl" Mar 11 21:14:06.073: INFO: Deleting PersistentVolumeClaim "pvc-4bgcz" STEP: Delete "local-pvhdm9b" and create a new PV for same local volume storage Mar 11 21:14:06.078: INFO: Deleting PersistentVolumeClaim "pvc-6z96s" STEP: Delete "local-pvjzjzp" and create a new PV for same local volume storage Mar 11 21:14:06.082: INFO: 18/28 pods finished STEP: Delete "local-pvppw99" and create a new PV for same local volume storage STEP: Delete "local-pvvrhtd" and create a new PV for same local volume storage STEP: Delete "local-pvfn2nm" and create a new PV for same local volume storage STEP: Delete "local-pv7zsjz" and create a new PV for same local volume storage Mar 11 21:14:10.043: INFO: Deleting pod security-context-a73d209d-752f-442b-ad65-4fc0dafbc580 Mar 11 21:14:10.051: INFO: Deleting PersistentVolumeClaim "pvc-7gsz4" Mar 11 21:14:10.054: INFO: Deleting PersistentVolumeClaim "pvc-lphhh" Mar 11 21:14:10.057: INFO: Deleting PersistentVolumeClaim "pvc-kpd66" Mar 11 21:14:10.061: INFO: 19/28 pods finished STEP: Delete "local-pv7krzd" and create a new PV for same local volume storage STEP: Delete "local-pv7krzd" and create a new PV for same local volume storage STEP: Delete "local-pvq8qkv" and create a new PV for same local volume storage STEP: Delete "local-pvcn5ks" and create a new PV for same local volume storage Mar 11 21:14:14.041: INFO: Deleting pod security-context-3127a0cc-47be-447a-87f0-38ffd43e9121 Mar 11 21:14:14.048: INFO: Deleting PersistentVolumeClaim "pvc-94xqs" Mar 11 21:14:14.052: INFO: Deleting PersistentVolumeClaim "pvc-2hkwp" Mar 11 21:14:14.055: INFO: Deleting PersistentVolumeClaim "pvc-f9sl5" Mar 11 21:14:14.058: INFO: 20/28 pods finished STEP: Delete "local-pvzn2bz" and create a new PV for same local volume storage STEP: Delete "local-pvzn2bz" and create a new PV for same local volume storage STEP: Delete "local-pv825hf" and create a new PV for same local volume storage STEP: Delete "local-pvrsq4r" and create a new PV for same local volume storage Mar 11 21:14:16.044: INFO: Deleting pod security-context-8cbf535e-d737-4445-9607-9780d596b71a Mar 11 21:14:16.052: INFO: Deleting PersistentVolumeClaim "pvc-n7zlw" Mar 11 21:14:16.056: INFO: Deleting PersistentVolumeClaim "pvc-f8mjj" Mar 11 21:14:16.059: INFO: Deleting PersistentVolumeClaim "pvc-696hv" Mar 11 21:14:16.063: INFO: 21/28 pods finished STEP: Delete "local-pvsk94s" and create a new PV for same local volume storage STEP: Delete "local-pvsk94s" and create a new PV for same local volume storage STEP: Delete "local-pvvv4fb" and create a new PV for same local volume storage STEP: Delete "local-pvdzv4m" and create a new PV for same local volume storage Mar 11 21:14:17.042: INFO: Deleting pod security-context-88c0ff17-bb67-4835-abdf-0d3453a364b0 Mar 11 21:14:17.049: INFO: Deleting PersistentVolumeClaim "pvc-rkt94" Mar 11 21:14:17.053: INFO: Deleting PersistentVolumeClaim "pvc-7plgn" Mar 11 21:14:17.057: INFO: Deleting PersistentVolumeClaim "pvc-bxhw7" Mar 11 21:14:17.061: INFO: 22/28 pods finished STEP: Delete "local-pvkxfjs" and create a new PV for same local volume storage STEP: Delete "local-pvkxfjs" and create a new PV for same local volume storage STEP: Delete "local-pvxpsbm" and create a new PV for same local volume storage STEP: Delete "local-pvms8pj" and create a new PV for same local volume storage Mar 11 21:14:18.042: INFO: Deleting pod security-context-5ab200d7-2e8e-49fb-9240-1a6af690b103 Mar 11 21:14:18.050: INFO: Deleting PersistentVolumeClaim "pvc-gd84m" Mar 11 21:14:18.054: INFO: Deleting PersistentVolumeClaim "pvc-6gpzv" Mar 11 21:14:18.057: INFO: Deleting PersistentVolumeClaim "pvc-cs9cn" Mar 11 21:14:18.061: INFO: 23/28 pods finished STEP: Delete "local-pvxkcrw" and create a new PV for same local volume storage STEP: Delete "local-pvxkcrw" and create a new PV for same local volume storage STEP: Delete "local-pv26vrv" and create a new PV for same local volume storage STEP: Delete "local-pv6cfc2" and create a new PV for same local volume storage Mar 11 21:14:19.042: INFO: Deleting pod security-context-6eb7ea52-d8af-4055-baba-6c566cc9cbc4 Mar 11 21:14:19.049: INFO: Deleting PersistentVolumeClaim "pvc-brh9b" Mar 11 21:14:19.053: INFO: Deleting PersistentVolumeClaim "pvc-px5hl" Mar 11 21:14:19.057: INFO: Deleting PersistentVolumeClaim "pvc-9f2sh" Mar 11 21:14:19.060: INFO: 24/28 pods finished STEP: Delete "local-pvq6xcx" and create a new PV for same local volume storage STEP: Delete "local-pvq6xcx" and create a new PV for same local volume storage STEP: Delete "local-pv7dxld" and create a new PV for same local volume storage STEP: Delete "local-pvhxfj5" and create a new PV for same local volume storage Mar 11 21:14:22.042: INFO: Deleting pod security-context-e17e56ee-c908-4cab-98fa-7617ec132eca Mar 11 21:14:22.049: INFO: Deleting PersistentVolumeClaim "pvc-7mwp9" Mar 11 21:14:22.052: INFO: Deleting PersistentVolumeClaim "pvc-f9gwf" Mar 11 21:14:22.055: INFO: Deleting PersistentVolumeClaim "pvc-g4r7n" Mar 11 21:14:22.059: INFO: 25/28 pods finished STEP: Delete "local-pvrwgpk" and create a new PV for same local volume storage STEP: Delete "local-pvrwgpk" and create a new PV for same local volume storage STEP: Delete "local-pvd57x6" and create a new PV for same local volume storage STEP: Delete "local-pvqpkcw" and create a new PV for same local volume storage Mar 11 21:14:28.041: INFO: Deleting pod security-context-da755d4f-45b7-4db8-898e-befbe47ef499 Mar 11 21:14:28.048: INFO: Deleting PersistentVolumeClaim "pvc-pxt68" Mar 11 21:14:28.051: INFO: Deleting PersistentVolumeClaim "pvc-86srv" Mar 11 21:14:28.054: INFO: Deleting PersistentVolumeClaim "pvc-zvlz7" Mar 11 21:14:28.057: INFO: 26/28 pods finished STEP: Delete "local-pv5cfgj" and create a new PV for same local volume storage STEP: Delete "local-pv5cfgj" and create a new PV for same local volume storage STEP: Delete "local-pv69vj9" and create a new PV for same local volume storage STEP: Delete "local-pvd7b2t" and create a new PV for same local volume storage Mar 11 21:14:29.043: INFO: Deleting pod security-context-86cc1899-0691-47f2-8eae-0449f0d61888 Mar 11 21:14:29.049: INFO: Deleting PersistentVolumeClaim "pvc-jj96w" Mar 11 21:14:29.053: INFO: Deleting PersistentVolumeClaim "pvc-ptwrj" Mar 11 21:14:29.056: INFO: Deleting PersistentVolumeClaim "pvc-bqcmf" Mar 11 21:14:29.060: INFO: 27/28 pods finished STEP: Delete "local-pvnw4dn" and create a new PV for same local volume storage STEP: Delete "local-pvvk2wk" and create a new PV for same local volume storage STEP: Delete "local-pvt5xfp" and create a new PV for same local volume storage Mar 11 21:14:32.040: INFO: Deleting pod security-context-18cd9394-0084-48cb-8eeb-0b02ab136b2b Mar 11 21:14:32.048: INFO: Deleting PersistentVolumeClaim "pvc-vztk2" Mar 11 21:14:32.051: INFO: Deleting PersistentVolumeClaim "pvc-lvs4x" Mar 11 21:14:32.054: INFO: Deleting PersistentVolumeClaim "pvc-s4sct" Mar 11 21:14:32.057: INFO: 28/28 pods finished [AfterEach] Stress with local volumes [Serial] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:504 STEP: Stop and wait for recycle goroutine to finish STEP: Clean all PVs STEP: Cleaning up 10 local volumes on node "node1" STEP: Cleaning up PVC and PV Mar 11 21:14:32.057: INFO: pvc is nil Mar 11 21:14:32.057: INFO: Deleting PersistentVolume "local-pv6bwlq" STEP: Cleaning up PVC and PV Mar 11 21:14:32.061: INFO: pvc is nil Mar 11 21:14:32.061: INFO: Deleting PersistentVolume "local-pvrkqt7" STEP: Cleaning up PVC and PV Mar 11 21:14:32.064: INFO: pvc is nil Mar 11 21:14:32.064: INFO: Deleting PersistentVolume "local-pvclxv7" STEP: Cleaning up PVC and PV Mar 11 21:14:32.068: INFO: pvc is nil Mar 11 21:14:32.068: INFO: Deleting PersistentVolume "local-pvt6wf7" STEP: Cleaning up PVC and PV Mar 11 21:14:32.071: INFO: pvc is nil Mar 11 21:14:32.072: INFO: Deleting PersistentVolume "local-pvln2j4" STEP: Cleaning up PVC and PV Mar 11 21:14:32.075: INFO: pvc is nil Mar 11 21:14:32.075: INFO: Deleting PersistentVolume "local-pv9rd5f" STEP: Cleaning up PVC and PV Mar 11 21:14:32.082: INFO: pvc is nil Mar 11 21:14:32.082: INFO: Deleting PersistentVolume "local-pv7qf9z" STEP: Cleaning up PVC and PV Mar 11 21:14:32.085: INFO: pvc is nil Mar 11 21:14:32.085: INFO: Deleting PersistentVolume "local-pvhnwnw" STEP: Cleaning up PVC and PV Mar 11 21:14:32.088: INFO: pvc is nil Mar 11 21:14:32.088: INFO: Deleting PersistentVolume "local-pvg95kl" STEP: Cleaning up PVC and PV Mar 11 21:14:32.092: INFO: pvc is nil Mar 11 21:14:32.092: INFO: Deleting PersistentVolume "local-pvtz47n" STEP: Unmount tmpfs mount point on node "node1" at path "/tmp/local-volume-test-06522f98-546f-4639-9c7c-62d6b312099e" Mar 11 21:14:32.095: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c umount "/tmp/local-volume-test-06522f98-546f-4639-9c7c-62d6b312099e"] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node1-6b86p ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:14:32.095: INFO: >>> kubeConfig: /root/.kube/config STEP: Removing the test directory Mar 11 21:14:32.312: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-06522f98-546f-4639-9c7c-62d6b312099e] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node1-6b86p ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:14:32.312: INFO: >>> kubeConfig: /root/.kube/config STEP: Unmount tmpfs mount point on node "node1" at path "/tmp/local-volume-test-7fdd5bae-bc72-4d77-bcb5-6ad597895ee5" Mar 11 21:14:32.456: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c umount "/tmp/local-volume-test-7fdd5bae-bc72-4d77-bcb5-6ad597895ee5"] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node1-6b86p ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:14:32.456: INFO: >>> kubeConfig: /root/.kube/config STEP: Removing the test directory Mar 11 21:14:32.578: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-7fdd5bae-bc72-4d77-bcb5-6ad597895ee5] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node1-6b86p ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:14:32.578: INFO: >>> kubeConfig: /root/.kube/config STEP: Unmount tmpfs mount point on node "node1" at path "/tmp/local-volume-test-97ec7f85-da31-4902-bab4-e0050467be77" Mar 11 21:14:32.684: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c umount "/tmp/local-volume-test-97ec7f85-da31-4902-bab4-e0050467be77"] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node1-6b86p ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:14:32.684: INFO: >>> kubeConfig: /root/.kube/config STEP: Removing the test directory Mar 11 21:14:32.796: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-97ec7f85-da31-4902-bab4-e0050467be77] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node1-6b86p ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:14:32.796: INFO: >>> kubeConfig: /root/.kube/config STEP: Unmount tmpfs mount point on node "node1" at path "/tmp/local-volume-test-a26fd4bc-4a8c-481e-9b2d-f36343f36948" Mar 11 21:14:32.903: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c umount "/tmp/local-volume-test-a26fd4bc-4a8c-481e-9b2d-f36343f36948"] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node1-6b86p ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:14:32.903: INFO: >>> kubeConfig: /root/.kube/config STEP: Removing the test directory Mar 11 21:14:33.022: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-a26fd4bc-4a8c-481e-9b2d-f36343f36948] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node1-6b86p ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:14:33.022: INFO: >>> kubeConfig: /root/.kube/config STEP: Unmount tmpfs mount point on node "node1" at path "/tmp/local-volume-test-f340021c-d287-4c11-b6c7-8faf670b20a6" Mar 11 21:14:33.128: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c umount "/tmp/local-volume-test-f340021c-d287-4c11-b6c7-8faf670b20a6"] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node1-6b86p ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:14:33.128: INFO: >>> kubeConfig: /root/.kube/config STEP: Removing the test directory Mar 11 21:14:33.246: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-f340021c-d287-4c11-b6c7-8faf670b20a6] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node1-6b86p ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:14:33.246: INFO: >>> kubeConfig: /root/.kube/config STEP: Unmount tmpfs mount point on node "node1" at path "/tmp/local-volume-test-0582b339-9458-4c12-9321-d72a4f797f57" Mar 11 21:14:33.359: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c umount "/tmp/local-volume-test-0582b339-9458-4c12-9321-d72a4f797f57"] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node1-6b86p ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:14:33.359: INFO: >>> kubeConfig: /root/.kube/config STEP: Removing the test directory Mar 11 21:14:33.491: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-0582b339-9458-4c12-9321-d72a4f797f57] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node1-6b86p ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:14:33.491: INFO: >>> kubeConfig: /root/.kube/config STEP: Unmount tmpfs mount point on node "node1" at path "/tmp/local-volume-test-6f78818d-0ac7-4f9a-be87-9c7fdc5d699a" Mar 11 21:14:33.598: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c umount "/tmp/local-volume-test-6f78818d-0ac7-4f9a-be87-9c7fdc5d699a"] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node1-6b86p ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:14:33.598: INFO: >>> kubeConfig: /root/.kube/config STEP: Removing the test directory Mar 11 21:14:33.724: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-6f78818d-0ac7-4f9a-be87-9c7fdc5d699a] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node1-6b86p ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:14:33.724: INFO: >>> kubeConfig: /root/.kube/config STEP: Unmount tmpfs mount point on node "node1" at path "/tmp/local-volume-test-eed83a1e-707a-4ab2-8fb8-2ae734779c1f" Mar 11 21:14:33.832: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c umount "/tmp/local-volume-test-eed83a1e-707a-4ab2-8fb8-2ae734779c1f"] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node1-6b86p ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:14:33.832: INFO: >>> kubeConfig: /root/.kube/config STEP: Removing the test directory Mar 11 21:14:33.960: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-eed83a1e-707a-4ab2-8fb8-2ae734779c1f] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node1-6b86p ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:14:33.960: INFO: >>> kubeConfig: /root/.kube/config STEP: Unmount tmpfs mount point on node "node1" at path "/tmp/local-volume-test-45139148-5d18-46c3-b7eb-d2c0dda97251" Mar 11 21:14:34.062: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c umount "/tmp/local-volume-test-45139148-5d18-46c3-b7eb-d2c0dda97251"] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node1-6b86p ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:14:34.062: INFO: >>> kubeConfig: /root/.kube/config STEP: Removing the test directory Mar 11 21:14:34.173: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-45139148-5d18-46c3-b7eb-d2c0dda97251] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node1-6b86p ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:14:34.173: INFO: >>> kubeConfig: /root/.kube/config STEP: Unmount tmpfs mount point on node "node1" at path "/tmp/local-volume-test-e5b45e17-a8fe-4861-938d-b1a65be43700" Mar 11 21:14:34.274: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c umount "/tmp/local-volume-test-e5b45e17-a8fe-4861-938d-b1a65be43700"] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node1-6b86p ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:14:34.274: INFO: >>> kubeConfig: /root/.kube/config STEP: Removing the test directory Mar 11 21:14:34.403: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-e5b45e17-a8fe-4861-938d-b1a65be43700] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node1-6b86p ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:14:34.403: INFO: >>> kubeConfig: /root/.kube/config STEP: Cleaning up 10 local volumes on node "node2" STEP: Cleaning up PVC and PV Mar 11 21:14:34.521: INFO: pvc is nil Mar 11 21:14:34.521: INFO: Deleting PersistentVolume "local-pvxmvmw" STEP: Cleaning up PVC and PV Mar 11 21:14:34.527: INFO: pvc is nil Mar 11 21:14:34.527: INFO: Deleting PersistentVolume "local-pvk44w7" STEP: Cleaning up PVC and PV Mar 11 21:14:34.530: INFO: pvc is nil Mar 11 21:14:34.530: INFO: Deleting PersistentVolume "local-pvrqg9w" STEP: Cleaning up PVC and PV Mar 11 21:14:34.533: INFO: pvc is nil Mar 11 21:14:34.533: INFO: Deleting PersistentVolume "local-pvk8g4l" STEP: Cleaning up PVC and PV Mar 11 21:14:34.537: INFO: pvc is nil Mar 11 21:14:34.537: INFO: Deleting PersistentVolume "local-pvp4q8l" STEP: Cleaning up PVC and PV Mar 11 21:14:34.541: INFO: pvc is nil Mar 11 21:14:34.541: INFO: Deleting PersistentVolume "local-pvwxn7q" STEP: Cleaning up PVC and PV Mar 11 21:14:34.544: INFO: pvc is nil Mar 11 21:14:34.544: INFO: Deleting PersistentVolume "local-pvn2zms" STEP: Cleaning up PVC and PV Mar 11 21:14:34.547: INFO: pvc is nil Mar 11 21:14:34.547: INFO: Deleting PersistentVolume "local-pvgw6jf" STEP: Cleaning up PVC and PV Mar 11 21:14:34.550: INFO: pvc is nil Mar 11 21:14:34.550: INFO: Deleting PersistentVolume "local-pvtwgl6" STEP: Cleaning up PVC and PV Mar 11 21:14:34.554: INFO: pvc is nil Mar 11 21:14:34.554: INFO: Deleting PersistentVolume "local-pvfhl68" STEP: Unmount tmpfs mount point on node "node2" at path "/tmp/local-volume-test-487d9d13-5cb2-41c3-9eab-d8f04b70ec60" Mar 11 21:14:34.558: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c umount "/tmp/local-volume-test-487d9d13-5cb2-41c3-9eab-d8f04b70ec60"] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node2-7zk8w ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:14:34.558: INFO: >>> kubeConfig: /root/.kube/config STEP: Removing the test directory Mar 11 21:14:34.683: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-487d9d13-5cb2-41c3-9eab-d8f04b70ec60] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node2-7zk8w ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:14:34.683: INFO: >>> kubeConfig: /root/.kube/config STEP: Unmount tmpfs mount point on node "node2" at path "/tmp/local-volume-test-3530dedd-f1ed-46ca-8fe9-8eedf479d0fb" Mar 11 21:14:34.791: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c umount "/tmp/local-volume-test-3530dedd-f1ed-46ca-8fe9-8eedf479d0fb"] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node2-7zk8w ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:14:34.791: INFO: >>> kubeConfig: /root/.kube/config STEP: Removing the test directory Mar 11 21:14:34.907: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-3530dedd-f1ed-46ca-8fe9-8eedf479d0fb] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node2-7zk8w ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:14:34.907: INFO: >>> kubeConfig: /root/.kube/config STEP: Unmount tmpfs mount point on node "node2" at path "/tmp/local-volume-test-4f3528ef-0cc9-495f-9b58-0a5749820648" Mar 11 21:14:35.027: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c umount "/tmp/local-volume-test-4f3528ef-0cc9-495f-9b58-0a5749820648"] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node2-7zk8w ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:14:35.027: INFO: >>> kubeConfig: /root/.kube/config STEP: Removing the test directory Mar 11 21:14:35.140: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-4f3528ef-0cc9-495f-9b58-0a5749820648] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node2-7zk8w ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:14:35.140: INFO: >>> kubeConfig: /root/.kube/config STEP: Unmount tmpfs mount point on node "node2" at path "/tmp/local-volume-test-6fe560fe-7510-404b-83aa-68a630f6570e" Mar 11 21:14:35.247: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c umount "/tmp/local-volume-test-6fe560fe-7510-404b-83aa-68a630f6570e"] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node2-7zk8w ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:14:35.247: INFO: >>> kubeConfig: /root/.kube/config STEP: Removing the test directory Mar 11 21:14:35.363: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-6fe560fe-7510-404b-83aa-68a630f6570e] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node2-7zk8w ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:14:35.363: INFO: >>> kubeConfig: /root/.kube/config STEP: Unmount tmpfs mount point on node "node2" at path "/tmp/local-volume-test-d5e5381e-fcda-4fdf-949c-14dc5db01e2d" Mar 11 21:14:35.469: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c umount "/tmp/local-volume-test-d5e5381e-fcda-4fdf-949c-14dc5db01e2d"] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node2-7zk8w ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:14:35.469: INFO: >>> kubeConfig: /root/.kube/config STEP: Removing the test directory Mar 11 21:14:35.601: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-d5e5381e-fcda-4fdf-949c-14dc5db01e2d] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node2-7zk8w ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:14:35.601: INFO: >>> kubeConfig: /root/.kube/config STEP: Unmount tmpfs mount point on node "node2" at path "/tmp/local-volume-test-855d15a9-ea5d-439d-9c9f-89d4b80a64ae" Mar 11 21:14:35.705: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c umount "/tmp/local-volume-test-855d15a9-ea5d-439d-9c9f-89d4b80a64ae"] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node2-7zk8w ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:14:35.705: INFO: >>> kubeConfig: /root/.kube/config STEP: Removing the test directory Mar 11 21:14:35.821: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-855d15a9-ea5d-439d-9c9f-89d4b80a64ae] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node2-7zk8w ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:14:35.821: INFO: >>> kubeConfig: /root/.kube/config STEP: Unmount tmpfs mount point on node "node2" at path "/tmp/local-volume-test-b7dd0b28-66e3-47e2-b4d6-cc8d9a5f24f2" Mar 11 21:14:35.928: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c umount "/tmp/local-volume-test-b7dd0b28-66e3-47e2-b4d6-cc8d9a5f24f2"] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node2-7zk8w ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:14:35.928: INFO: >>> kubeConfig: /root/.kube/config STEP: Removing the test directory Mar 11 21:14:36.052: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-b7dd0b28-66e3-47e2-b4d6-cc8d9a5f24f2] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node2-7zk8w ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:14:36.052: INFO: >>> kubeConfig: /root/.kube/config STEP: Unmount tmpfs mount point on node "node2" at path "/tmp/local-volume-test-c45ec220-9d3e-4d26-b9b8-1d94059c9f8b" Mar 11 21:14:36.159: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c umount "/tmp/local-volume-test-c45ec220-9d3e-4d26-b9b8-1d94059c9f8b"] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node2-7zk8w ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:14:36.159: INFO: >>> kubeConfig: /root/.kube/config STEP: Removing the test directory Mar 11 21:14:36.276: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-c45ec220-9d3e-4d26-b9b8-1d94059c9f8b] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node2-7zk8w ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:14:36.276: INFO: >>> kubeConfig: /root/.kube/config STEP: Unmount tmpfs mount point on node "node2" at path "/tmp/local-volume-test-34345b93-eced-459e-8fb1-7a3e66d02d98" Mar 11 21:14:36.380: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c umount "/tmp/local-volume-test-34345b93-eced-459e-8fb1-7a3e66d02d98"] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node2-7zk8w ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:14:36.380: INFO: >>> kubeConfig: /root/.kube/config STEP: Removing the test directory Mar 11 21:14:36.496: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-34345b93-eced-459e-8fb1-7a3e66d02d98] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node2-7zk8w ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:14:36.496: INFO: >>> kubeConfig: /root/.kube/config STEP: Unmount tmpfs mount point on node "node2" at path "/tmp/local-volume-test-2fe410bc-00d9-4307-8b49-18b123c34060" Mar 11 21:14:36.597: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c umount "/tmp/local-volume-test-2fe410bc-00d9-4307-8b49-18b123c34060"] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node2-7zk8w ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:14:36.597: INFO: >>> kubeConfig: /root/.kube/config STEP: Removing the test directory Mar 11 21:14:36.713: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-2fe410bc-00d9-4307-8b49-18b123c34060] Namespace:persistent-local-volumes-test-9603 PodName:hostexec-node2-7zk8w ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:14:36.713: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:14:36.835: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "persistent-local-volumes-test-9603" for this suite. • [SLOW TEST:71.376 seconds] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 Stress with local volumes [Serial] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:427 should be able to process many pods and reuse local volumes /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:516 ------------------------------ {"msg":"PASSED [sig-storage] PersistentVolumes-local Stress with local volumes [Serial] should be able to process many pods and reuse local volumes","total":118,"completed":15,"skipped":1172,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] PersistentVolumes-local [Volume type: blockfswithoutformat] Two pods mounting a local volume at the same time should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:245 [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:14:36.845: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename persistent-local-volumes-test STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in persistent-local-volumes-test-6954 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:155 [BeforeEach] [Volume type: blockfswithoutformat] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:191 STEP: Initializing test volumes STEP: Creating block device on node "node1" using path "/tmp/local-volume-test-2967bf39-802c-4c87-ade5-0c9f163c397f" Mar 11 21:14:39.000: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p /tmp/local-volume-test-2967bf39-802c-4c87-ade5-0c9f163c397f && dd if=/dev/zero of=/tmp/local-volume-test-2967bf39-802c-4c87-ade5-0c9f163c397f/file bs=4096 count=5120 && losetup -f /tmp/local-volume-test-2967bf39-802c-4c87-ade5-0c9f163c397f/file] Namespace:persistent-local-volumes-test-6954 PodName:hostexec-node1-v8jjd ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:14:39.000: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:14:39.129: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c E2E_LOOP_DEV=$(losetup | grep /tmp/local-volume-test-2967bf39-802c-4c87-ade5-0c9f163c397f/file | awk '{ print $1 }') 2>&1 > /dev/null && echo ${E2E_LOOP_DEV}] Namespace:persistent-local-volumes-test-6954 PodName:hostexec-node1-v8jjd ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:14:39.129: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating local PVCs and PVs Mar 11 21:14:39.240: INFO: Creating a PV followed by a PVC Mar 11 21:14:39.246: INFO: Waiting for PV local-pv9ssnk to bind to PVC pvc-sbbtt Mar 11 21:14:39.247: INFO: Waiting up to 3m0s for PersistentVolumeClaims [pvc-sbbtt] to have phase Bound Mar 11 21:14:39.248: INFO: PersistentVolumeClaim pvc-sbbtt found but phase is Pending instead of Bound. Mar 11 21:14:41.253: INFO: PersistentVolumeClaim pvc-sbbtt found but phase is Pending instead of Bound. Mar 11 21:14:43.257: INFO: PersistentVolumeClaim pvc-sbbtt found but phase is Pending instead of Bound. Mar 11 21:14:45.259: INFO: PersistentVolumeClaim pvc-sbbtt found but phase is Pending instead of Bound. Mar 11 21:14:47.264: INFO: PersistentVolumeClaim pvc-sbbtt found but phase is Pending instead of Bound. Mar 11 21:14:49.266: INFO: PersistentVolumeClaim pvc-sbbtt found and phase=Bound (10.019901486s) Mar 11 21:14:49.266: INFO: Waiting up to 3m0s for PersistentVolume local-pv9ssnk to have phase Bound Mar 11 21:14:49.269: INFO: PersistentVolume local-pv9ssnk found and phase=Bound (2.865953ms) [It] should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:245 STEP: Creating pod1 to write to the PV STEP: Creating a pod Mar 11 21:14:55.296: INFO: pod "security-context-73f1ad41-4bf4-4866-8d32-f6784b095961" created on Node "node1" STEP: Writing in pod1 Mar 11 21:14:55.296: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo test-file-content > /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-6954 PodName:security-context-73f1ad41-4bf4-4866-8d32-f6784b095961 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:14:55.296: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:14:55.408: INFO: podRWCmdExec out: "" err: Mar 11 21:14:55.408: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-6954 PodName:security-context-73f1ad41-4bf4-4866-8d32-f6784b095961 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:14:55.408: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:14:55.513: INFO: podRWCmdExec out: "test-file-content" err: STEP: Creating pod2 to read from the PV STEP: Creating a pod Mar 11 21:14:59.534: INFO: pod "security-context-b7e51079-bd54-4722-8728-d00c2286fe1e" created on Node "node1" Mar 11 21:14:59.534: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-6954 PodName:security-context-b7e51079-bd54-4722-8728-d00c2286fe1e ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:14:59.534: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:14:59.641: INFO: podRWCmdExec out: "test-file-content" err: STEP: Writing in pod2 Mar 11 21:14:59.641: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo /dev/loop0 > /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-6954 PodName:security-context-b7e51079-bd54-4722-8728-d00c2286fe1e ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:14:59.641: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:14:59.748: INFO: podRWCmdExec out: "" err: STEP: Reading in pod1 Mar 11 21:14:59.748: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-6954 PodName:security-context-73f1ad41-4bf4-4866-8d32-f6784b095961 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:14:59.748: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:14:59.851: INFO: podRWCmdExec out: "/dev/loop0" err: STEP: Deleting pod1 STEP: Deleting pod security-context-73f1ad41-4bf4-4866-8d32-f6784b095961 in namespace persistent-local-volumes-test-6954 STEP: Deleting pod2 STEP: Deleting pod security-context-b7e51079-bd54-4722-8728-d00c2286fe1e in namespace persistent-local-volumes-test-6954 [AfterEach] [Volume type: blockfswithoutformat] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:200 STEP: Cleaning up PVC and PV Mar 11 21:14:59.859: INFO: Deleting PersistentVolumeClaim "pvc-sbbtt" Mar 11 21:14:59.863: INFO: Deleting PersistentVolume "local-pv9ssnk" Mar 11 21:14:59.867: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c E2E_LOOP_DEV=$(losetup | grep /tmp/local-volume-test-2967bf39-802c-4c87-ade5-0c9f163c397f/file | awk '{ print $1 }') 2>&1 > /dev/null && echo ${E2E_LOOP_DEV}] Namespace:persistent-local-volumes-test-6954 PodName:hostexec-node1-v8jjd ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:14:59.867: INFO: >>> kubeConfig: /root/.kube/config STEP: Tear down block device "/dev/loop0" on node "node1" at path /tmp/local-volume-test-2967bf39-802c-4c87-ade5-0c9f163c397f/file Mar 11 21:14:59.974: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c losetup -d /dev/loop0] Namespace:persistent-local-volumes-test-6954 PodName:hostexec-node1-v8jjd ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:14:59.974: INFO: >>> kubeConfig: /root/.kube/config STEP: Removing the test directory /tmp/local-volume-test-2967bf39-802c-4c87-ade5-0c9f163c397f Mar 11 21:15:00.082: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-2967bf39-802c-4c87-ade5-0c9f163c397f] Namespace:persistent-local-volumes-test-6954 PodName:hostexec-node1-v8jjd ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:15:00.082: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:15:00.297: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "persistent-local-volumes-test-6954" for this suite. • [SLOW TEST:23.460 seconds] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 [Volume type: blockfswithoutformat] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:188 Two pods mounting a local volume at the same time /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:244 should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:245 ------------------------------ {"msg":"PASSED [sig-storage] PersistentVolumes-local [Volume type: blockfswithoutformat] Two pods mounting a local volume at the same time should be able to write from pod1 and read from pod2","total":118,"completed":16,"skipped":1200,"failed":0} SSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] PersistentVolumes-local [Volume type: dir-link-bindmounted] Set fsGroup for local volume should set different fsGroup for second pod if first pod is deleted /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:282 [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:15:00.306: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename persistent-local-volumes-test STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in persistent-local-volumes-test-3968 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:155 [BeforeEach] [Volume type: dir-link-bindmounted] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:191 STEP: Initializing test volumes Mar 11 21:15:04.457: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir /tmp/local-volume-test-cffd531c-c9a4-4903-883f-53553dae72e9-backend && mount --bind /tmp/local-volume-test-cffd531c-c9a4-4903-883f-53553dae72e9-backend /tmp/local-volume-test-cffd531c-c9a4-4903-883f-53553dae72e9-backend && ln -s /tmp/local-volume-test-cffd531c-c9a4-4903-883f-53553dae72e9-backend /tmp/local-volume-test-cffd531c-c9a4-4903-883f-53553dae72e9] Namespace:persistent-local-volumes-test-3968 PodName:hostexec-node1-4nqtn ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:15:04.457: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating local PVCs and PVs Mar 11 21:15:04.573: INFO: Creating a PV followed by a PVC Mar 11 21:15:04.580: INFO: Waiting for PV local-pv48k2x to bind to PVC pvc-vl8fd Mar 11 21:15:04.580: INFO: Waiting up to 3m0s for PersistentVolumeClaims [pvc-vl8fd] to have phase Bound Mar 11 21:15:04.583: INFO: PersistentVolumeClaim pvc-vl8fd found but phase is Pending instead of Bound. Mar 11 21:15:06.588: INFO: PersistentVolumeClaim pvc-vl8fd found but phase is Pending instead of Bound. Mar 11 21:15:08.593: INFO: PersistentVolumeClaim pvc-vl8fd found but phase is Pending instead of Bound. Mar 11 21:15:10.598: INFO: PersistentVolumeClaim pvc-vl8fd found but phase is Pending instead of Bound. Mar 11 21:15:12.605: INFO: PersistentVolumeClaim pvc-vl8fd found but phase is Pending instead of Bound. Mar 11 21:15:14.609: INFO: PersistentVolumeClaim pvc-vl8fd found but phase is Pending instead of Bound. Mar 11 21:15:16.612: INFO: PersistentVolumeClaim pvc-vl8fd found but phase is Pending instead of Bound. Mar 11 21:15:18.618: INFO: PersistentVolumeClaim pvc-vl8fd found and phase=Bound (14.037421136s) Mar 11 21:15:18.618: INFO: Waiting up to 3m0s for PersistentVolume local-pv48k2x to have phase Bound Mar 11 21:15:18.621: INFO: PersistentVolume local-pv48k2x found and phase=Bound (2.82575ms) [BeforeEach] Set fsGroup for local volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:257 [It] should set different fsGroup for second pod if first pod is deleted /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:282 Mar 11 21:15:18.626: INFO: Disabled temporarily, reopen after #73168 is fixed [AfterEach] [Volume type: dir-link-bindmounted] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:200 STEP: Cleaning up PVC and PV Mar 11 21:15:18.628: INFO: Deleting PersistentVolumeClaim "pvc-vl8fd" Mar 11 21:15:18.633: INFO: Deleting PersistentVolume "local-pv48k2x" STEP: Removing the test directory Mar 11 21:15:18.636: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm /tmp/local-volume-test-cffd531c-c9a4-4903-883f-53553dae72e9 && umount /tmp/local-volume-test-cffd531c-c9a4-4903-883f-53553dae72e9-backend && rm -r /tmp/local-volume-test-cffd531c-c9a4-4903-883f-53553dae72e9-backend] Namespace:persistent-local-volumes-test-3968 PodName:hostexec-node1-4nqtn ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:15:18.636: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:15:18.755: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "persistent-local-volumes-test-3968" for this suite. S [SKIPPING] [18.458 seconds] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 [Volume type: dir-link-bindmounted] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:188 Set fsGroup for local volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:256 should set different fsGroup for second pod if first pod is deleted [It] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:282 Disabled temporarily, reopen after #73168 is fixed /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:283 ------------------------------ SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] Ephemeralstorage When pod refers to non-existent ephemeral storage should allow deletion of pod with invalid volume : secret /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/ephemeral_volume.go:56 [BeforeEach] [sig-storage] Ephemeralstorage /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:15:18.765: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename pv STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in pv-3476 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] Ephemeralstorage /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/ephemeral_volume.go:50 [It] should allow deletion of pod with invalid volume : secret /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/ephemeral_volume.go:56 Mar 11 21:15:48.899: INFO: Deleting pod "pv-3476"/"pod-ephm-test-projected-m9mq" Mar 11 21:15:48.899: INFO: Deleting pod "pod-ephm-test-projected-m9mq" in namespace "pv-3476" Mar 11 21:15:48.904: INFO: Wait up to 5m0s for pod "pod-ephm-test-projected-m9mq" to be fully deleted [AfterEach] [sig-storage] Ephemeralstorage /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:15:56.911: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "pv-3476" for this suite. • [SLOW TEST:38.155 seconds] [sig-storage] Ephemeralstorage /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 When pod refers to non-existent ephemeral storage /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/ephemeral_volume.go:54 should allow deletion of pod with invalid volume : secret /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/ephemeral_volume.go:56 ------------------------------ {"msg":"PASSED [sig-storage] Ephemeralstorage When pod refers to non-existent ephemeral storage should allow deletion of pod with invalid volume : secret","total":118,"completed":17,"skipped":1269,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] Volumes ConfigMap should be mountable /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volumes.go:48 [BeforeEach] [sig-storage] Volumes /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:15:56.923: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename volume STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in volume-8733 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] Volumes /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volumes.go:42 [It] should be mountable /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volumes.go:48 STEP: starting configmap-client STEP: Checking that text file contents are perfect. Mar 11 21:16:03.067: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config exec configmap-client --namespace=volume-8733 -- cat /opt/0/firstfile' Mar 11 21:16:03.412: INFO: stderr: "" Mar 11 21:16:03.412: INFO: stdout: "this is the first file" Mar 11 21:16:03.412: INFO: ExecWithOptions {Command:[/bin/sh -c test -d /opt/0] Namespace:volume-8733 PodName:configmap-client ContainerName:configmap-client Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:16:03.413: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:16:03.522: INFO: ExecWithOptions {Command:[/bin/sh -c test -b /opt/0] Namespace:volume-8733 PodName:configmap-client ContainerName:configmap-client Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:16:03.522: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:16:03.627: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config exec configmap-client --namespace=volume-8733 -- cat /opt/1/secondfile' Mar 11 21:16:03.885: INFO: stderr: "" Mar 11 21:16:03.885: INFO: stdout: "this is the second file" Mar 11 21:16:03.885: INFO: ExecWithOptions {Command:[/bin/sh -c test -d /opt/1] Namespace:volume-8733 PodName:configmap-client ContainerName:configmap-client Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:16:03.885: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:16:03.990: INFO: ExecWithOptions {Command:[/bin/sh -c test -b /opt/1] Namespace:volume-8733 PodName:configmap-client ContainerName:configmap-client Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:16:03.990: INFO: >>> kubeConfig: /root/.kube/config STEP: Deleting pod configmap-client in namespace volume-8733 Mar 11 21:16:04.097: INFO: Waiting for pod configmap-client to disappear Mar 11 21:16:04.099: INFO: Pod configmap-client still exists Mar 11 21:16:06.100: INFO: Waiting for pod configmap-client to disappear Mar 11 21:16:06.103: INFO: Pod configmap-client still exists Mar 11 21:16:08.100: INFO: Waiting for pod configmap-client to disappear Mar 11 21:16:08.103: INFO: Pod configmap-client still exists Mar 11 21:16:10.100: INFO: Waiting for pod configmap-client to disappear Mar 11 21:16:10.104: INFO: Pod configmap-client still exists Mar 11 21:16:12.100: INFO: Waiting for pod configmap-client to disappear Mar 11 21:16:12.104: INFO: Pod configmap-client still exists Mar 11 21:16:14.100: INFO: Waiting for pod configmap-client to disappear Mar 11 21:16:14.104: INFO: Pod configmap-client still exists Mar 11 21:16:16.101: INFO: Waiting for pod configmap-client to disappear Mar 11 21:16:16.104: INFO: Pod configmap-client still exists Mar 11 21:16:18.102: INFO: Waiting for pod configmap-client to disappear Mar 11 21:16:18.105: INFO: Pod configmap-client no longer exists [AfterEach] [sig-storage] Volumes /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:16:18.110: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "volume-8733" for this suite. • [SLOW TEST:21.195 seconds] [sig-storage] Volumes /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 ConfigMap /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volumes.go:47 should be mountable /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volumes.go:48 ------------------------------ {"msg":"PASSED [sig-storage] Volumes ConfigMap should be mountable","total":118,"completed":18,"skipped":1378,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] Volume limits should verify that all nodes have volume limits /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_limits.go:41 [BeforeEach] [sig-storage] Volume limits /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:16:18.121: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename volume-limits-on-node STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in volume-limits-on-node-8141 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] Volume limits /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_limits.go:35 Mar 11 21:16:18.243: INFO: Only supported for providers [aws gce gke] (not ) [AfterEach] [sig-storage] Volume limits /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:16:18.244: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "volume-limits-on-node-8141" for this suite. S [SKIPPING] in Spec Setup (BeforeEach) [0.134 seconds] [sig-storage] Volume limits /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 should verify that all nodes have volume limits [BeforeEach] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_limits.go:41 Only supported for providers [aws gce gke] (not ) /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_limits.go:36 ------------------------------ SSS ------------------------------ [sig-storage] HostPath should support subPath [NodeConformance] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/host_path.go:91 [BeforeEach] [sig-storage] HostPath /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:16:18.255: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename hostpath STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in hostpath-7387 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] HostPath /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/host_path.go:37 [It] should support subPath [NodeConformance] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/host_path.go:91 STEP: Creating a pod to test hostPath subPath Mar 11 21:16:18.387: INFO: Waiting up to 5m0s for pod "pod-host-path-test" in namespace "hostpath-7387" to be "Succeeded or Failed" Mar 11 21:16:18.390: INFO: Pod "pod-host-path-test": Phase="Pending", Reason="", readiness=false. Elapsed: 2.858088ms Mar 11 21:16:20.393: INFO: Pod "pod-host-path-test": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006583049s Mar 11 21:16:22.398: INFO: Pod "pod-host-path-test": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.011108115s STEP: Saw pod success Mar 11 21:16:22.398: INFO: Pod "pod-host-path-test" satisfied condition "Succeeded or Failed" Mar 11 21:16:22.400: INFO: Trying to get logs from node node1 pod pod-host-path-test container test-container-2: STEP: delete the pod Mar 11 21:16:22.418: INFO: Waiting for pod pod-host-path-test to disappear Mar 11 21:16:22.420: INFO: Pod pod-host-path-test no longer exists [AfterEach] [sig-storage] HostPath /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:16:22.420: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "hostpath-7387" for this suite. •{"msg":"PASSED [sig-storage] HostPath should support subPath [NodeConformance]","total":118,"completed":19,"skipped":1500,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] PersistentVolumes-local [Volume type: blockfswithformat] Two pods mounting a local volume one after the other should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:251 [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:16:22.429: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename persistent-local-volumes-test STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in persistent-local-volumes-test-1105 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:155 [BeforeEach] [Volume type: blockfswithformat] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:191 STEP: Initializing test volumes STEP: Creating block device on node "node1" using path "/tmp/local-volume-test-12adbca5-061d-4c75-87cf-2f686c13f67f" Mar 11 21:16:24.576: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p /tmp/local-volume-test-12adbca5-061d-4c75-87cf-2f686c13f67f && dd if=/dev/zero of=/tmp/local-volume-test-12adbca5-061d-4c75-87cf-2f686c13f67f/file bs=4096 count=5120 && losetup -f /tmp/local-volume-test-12adbca5-061d-4c75-87cf-2f686c13f67f/file] Namespace:persistent-local-volumes-test-1105 PodName:hostexec-node1-gh8lb ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:16:24.576: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:16:24.708: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c E2E_LOOP_DEV=$(losetup | grep /tmp/local-volume-test-12adbca5-061d-4c75-87cf-2f686c13f67f/file | awk '{ print $1 }') 2>&1 > /dev/null && echo ${E2E_LOOP_DEV}] Namespace:persistent-local-volumes-test-1105 PodName:hostexec-node1-gh8lb ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:16:24.708: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:16:24.812: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkfs -t ext4 /dev/loop0 && mount -t ext4 /dev/loop0 /tmp/local-volume-test-12adbca5-061d-4c75-87cf-2f686c13f67f && chmod o+rwx /tmp/local-volume-test-12adbca5-061d-4c75-87cf-2f686c13f67f] Namespace:persistent-local-volumes-test-1105 PodName:hostexec-node1-gh8lb ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:16:24.812: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating local PVCs and PVs Mar 11 21:16:25.103: INFO: Creating a PV followed by a PVC Mar 11 21:16:25.110: INFO: Waiting for PV local-pvscrr4 to bind to PVC pvc-6pcnn Mar 11 21:16:25.110: INFO: Waiting up to 3m0s for PersistentVolumeClaims [pvc-6pcnn] to have phase Bound Mar 11 21:16:25.112: INFO: PersistentVolumeClaim pvc-6pcnn found but phase is Pending instead of Bound. Mar 11 21:16:27.116: INFO: PersistentVolumeClaim pvc-6pcnn found but phase is Pending instead of Bound. Mar 11 21:16:29.119: INFO: PersistentVolumeClaim pvc-6pcnn found but phase is Pending instead of Bound. Mar 11 21:16:31.123: INFO: PersistentVolumeClaim pvc-6pcnn found but phase is Pending instead of Bound. Mar 11 21:16:33.126: INFO: PersistentVolumeClaim pvc-6pcnn found but phase is Pending instead of Bound. Mar 11 21:16:35.130: INFO: PersistentVolumeClaim pvc-6pcnn found and phase=Bound (10.019505415s) Mar 11 21:16:35.130: INFO: Waiting up to 3m0s for PersistentVolume local-pvscrr4 to have phase Bound Mar 11 21:16:35.132: INFO: PersistentVolume local-pvscrr4 found and phase=Bound (1.853137ms) [It] should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:251 STEP: Creating pod1 STEP: Creating a pod Mar 11 21:16:39.158: INFO: pod "security-context-2969aed2-bd4c-455c-bf63-78ca494241c2" created on Node "node1" STEP: Writing in pod1 Mar 11 21:16:39.158: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo test-file-content > /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-1105 PodName:security-context-2969aed2-bd4c-455c-bf63-78ca494241c2 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:16:39.158: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:16:39.276: INFO: podRWCmdExec out: "" err: Mar 11 21:16:39.276: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-1105 PodName:security-context-2969aed2-bd4c-455c-bf63-78ca494241c2 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:16:39.276: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:16:39.374: INFO: podRWCmdExec out: "test-file-content" err: STEP: Deleting pod1 STEP: Deleting pod security-context-2969aed2-bd4c-455c-bf63-78ca494241c2 in namespace persistent-local-volumes-test-1105 STEP: Creating pod2 STEP: Creating a pod Mar 11 21:16:43.403: INFO: pod "security-context-46f7bd27-e67c-4ab7-86b9-b1b04ac184f4" created on Node "node1" STEP: Reading in pod2 Mar 11 21:16:43.403: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-1105 PodName:security-context-46f7bd27-e67c-4ab7-86b9-b1b04ac184f4 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:16:43.403: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:16:43.503: INFO: podRWCmdExec out: "test-file-content" err: STEP: Deleting pod2 STEP: Deleting pod security-context-46f7bd27-e67c-4ab7-86b9-b1b04ac184f4 in namespace persistent-local-volumes-test-1105 [AfterEach] [Volume type: blockfswithformat] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:200 STEP: Cleaning up PVC and PV Mar 11 21:16:43.508: INFO: Deleting PersistentVolumeClaim "pvc-6pcnn" Mar 11 21:16:43.512: INFO: Deleting PersistentVolume "local-pvscrr4" Mar 11 21:16:43.516: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c umount /tmp/local-volume-test-12adbca5-061d-4c75-87cf-2f686c13f67f] Namespace:persistent-local-volumes-test-1105 PodName:hostexec-node1-gh8lb ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:16:43.516: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:16:43.625: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c E2E_LOOP_DEV=$(losetup | grep /tmp/local-volume-test-12adbca5-061d-4c75-87cf-2f686c13f67f/file | awk '{ print $1 }') 2>&1 > /dev/null && echo ${E2E_LOOP_DEV}] Namespace:persistent-local-volumes-test-1105 PodName:hostexec-node1-gh8lb ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:16:43.625: INFO: >>> kubeConfig: /root/.kube/config STEP: Tear down block device "/dev/loop0" on node "node1" at path /tmp/local-volume-test-12adbca5-061d-4c75-87cf-2f686c13f67f/file Mar 11 21:16:43.725: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c losetup -d /dev/loop0] Namespace:persistent-local-volumes-test-1105 PodName:hostexec-node1-gh8lb ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:16:43.725: INFO: >>> kubeConfig: /root/.kube/config STEP: Removing the test directory /tmp/local-volume-test-12adbca5-061d-4c75-87cf-2f686c13f67f Mar 11 21:16:43.826: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-12adbca5-061d-4c75-87cf-2f686c13f67f] Namespace:persistent-local-volumes-test-1105 PodName:hostexec-node1-gh8lb ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:16:43.826: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:16:43.933: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "persistent-local-volumes-test-1105" for this suite. • [SLOW TEST:21.513 seconds] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 [Volume type: blockfswithformat] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:188 Two pods mounting a local volume one after the other /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:250 should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:251 ------------------------------ {"msg":"PASSED [sig-storage] PersistentVolumes-local [Volume type: blockfswithformat] Two pods mounting a local volume one after the other should be able to write from pod1 and read from pod2","total":118,"completed":20,"skipped":1562,"failed":0} SSSSSSSSS ------------------------------ [sig-storage] Projected configMap should be consumable from pods in volume with mappings as non-root with FSGroup [LinuxOnly] [NodeFeature:FSGroup] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/projected_configmap.go:110 [BeforeEach] [sig-storage] Projected configMap /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:16:43.942: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename projected STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in projected-3489 STEP: Waiting for a default service account to be provisioned in namespace [It] should be consumable from pods in volume with mappings as non-root with FSGroup [LinuxOnly] [NodeFeature:FSGroup] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/projected_configmap.go:110 STEP: Creating configMap with name projected-configmap-test-volume-map-ae86e7da-a0b8-441e-9c39-408ada841dad STEP: Creating a pod to test consume configMaps Mar 11 21:16:44.080: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-2be6e4df-fe8a-441d-a691-b0c0b812cc87" in namespace "projected-3489" to be "Succeeded or Failed" Mar 11 21:16:44.082: INFO: Pod "pod-projected-configmaps-2be6e4df-fe8a-441d-a691-b0c0b812cc87": Phase="Pending", Reason="", readiness=false. Elapsed: 2.341506ms Mar 11 21:16:46.085: INFO: Pod "pod-projected-configmaps-2be6e4df-fe8a-441d-a691-b0c0b812cc87": Phase="Pending", Reason="", readiness=false. Elapsed: 2.005238123s Mar 11 21:16:48.089: INFO: Pod "pod-projected-configmaps-2be6e4df-fe8a-441d-a691-b0c0b812cc87": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009465881s STEP: Saw pod success Mar 11 21:16:48.089: INFO: Pod "pod-projected-configmaps-2be6e4df-fe8a-441d-a691-b0c0b812cc87" satisfied condition "Succeeded or Failed" Mar 11 21:16:48.092: INFO: Trying to get logs from node node1 pod pod-projected-configmaps-2be6e4df-fe8a-441d-a691-b0c0b812cc87 container projected-configmap-volume-test: STEP: delete the pod Mar 11 21:16:48.106: INFO: Waiting for pod pod-projected-configmaps-2be6e4df-fe8a-441d-a691-b0c0b812cc87 to disappear Mar 11 21:16:48.108: INFO: Pod pod-projected-configmaps-2be6e4df-fe8a-441d-a691-b0c0b812cc87 no longer exists [AfterEach] [sig-storage] Projected configMap /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:16:48.108: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "projected-3489" for this suite. •{"msg":"PASSED [sig-storage] Projected configMap should be consumable from pods in volume with mappings as non-root with FSGroup [LinuxOnly] [NodeFeature:FSGroup]","total":118,"completed":21,"skipped":1571,"failed":0} SSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] PersistentVolumes-local [Volume type: blockfswithoutformat] Two pods mounting a local volume one after the other should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:251 [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:16:48.117: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename persistent-local-volumes-test STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in persistent-local-volumes-test-4450 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:155 [BeforeEach] [Volume type: blockfswithoutformat] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:191 STEP: Initializing test volumes STEP: Creating block device on node "node1" using path "/tmp/local-volume-test-3eacc1ed-4af3-47c5-801c-3d1e5d329fd7" Mar 11 21:16:50.268: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p /tmp/local-volume-test-3eacc1ed-4af3-47c5-801c-3d1e5d329fd7 && dd if=/dev/zero of=/tmp/local-volume-test-3eacc1ed-4af3-47c5-801c-3d1e5d329fd7/file bs=4096 count=5120 && losetup -f /tmp/local-volume-test-3eacc1ed-4af3-47c5-801c-3d1e5d329fd7/file] Namespace:persistent-local-volumes-test-4450 PodName:hostexec-node1-q59r9 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:16:50.268: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:16:50.414: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c E2E_LOOP_DEV=$(losetup | grep /tmp/local-volume-test-3eacc1ed-4af3-47c5-801c-3d1e5d329fd7/file | awk '{ print $1 }') 2>&1 > /dev/null && echo ${E2E_LOOP_DEV}] Namespace:persistent-local-volumes-test-4450 PodName:hostexec-node1-q59r9 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:16:50.414: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating local PVCs and PVs Mar 11 21:16:50.530: INFO: Creating a PV followed by a PVC Mar 11 21:16:50.537: INFO: Waiting for PV local-pvbtkjc to bind to PVC pvc-bxz68 Mar 11 21:16:50.537: INFO: Waiting up to 3m0s for PersistentVolumeClaims [pvc-bxz68] to have phase Bound Mar 11 21:16:50.540: INFO: PersistentVolumeClaim pvc-bxz68 found but phase is Pending instead of Bound. Mar 11 21:16:52.543: INFO: PersistentVolumeClaim pvc-bxz68 found and phase=Bound (2.005964726s) Mar 11 21:16:52.543: INFO: Waiting up to 3m0s for PersistentVolume local-pvbtkjc to have phase Bound Mar 11 21:16:52.546: INFO: PersistentVolume local-pvbtkjc found and phase=Bound (2.273615ms) [It] should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:251 STEP: Creating pod1 STEP: Creating a pod Mar 11 21:16:58.574: INFO: pod "security-context-f4a6d8ca-2363-43dc-8e58-28620ca5b73c" created on Node "node1" STEP: Writing in pod1 Mar 11 21:16:58.574: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo test-file-content > /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-4450 PodName:security-context-f4a6d8ca-2363-43dc-8e58-28620ca5b73c ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:16:58.574: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:16:58.679: INFO: podRWCmdExec out: "" err: Mar 11 21:16:58.679: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-4450 PodName:security-context-f4a6d8ca-2363-43dc-8e58-28620ca5b73c ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:16:58.679: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:16:58.779: INFO: podRWCmdExec out: "test-file-content" err: STEP: Deleting pod1 STEP: Deleting pod security-context-f4a6d8ca-2363-43dc-8e58-28620ca5b73c in namespace persistent-local-volumes-test-4450 STEP: Creating pod2 STEP: Creating a pod Mar 11 21:17:02.807: INFO: pod "security-context-a0401073-b294-4981-a878-5596e3eaded1" created on Node "node1" STEP: Reading in pod2 Mar 11 21:17:02.807: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-4450 PodName:security-context-a0401073-b294-4981-a878-5596e3eaded1 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:17:02.807: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:17:02.912: INFO: podRWCmdExec out: "test-file-content" err: STEP: Deleting pod2 STEP: Deleting pod security-context-a0401073-b294-4981-a878-5596e3eaded1 in namespace persistent-local-volumes-test-4450 [AfterEach] [Volume type: blockfswithoutformat] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:200 STEP: Cleaning up PVC and PV Mar 11 21:17:02.916: INFO: Deleting PersistentVolumeClaim "pvc-bxz68" Mar 11 21:17:02.920: INFO: Deleting PersistentVolume "local-pvbtkjc" Mar 11 21:17:02.924: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c E2E_LOOP_DEV=$(losetup | grep /tmp/local-volume-test-3eacc1ed-4af3-47c5-801c-3d1e5d329fd7/file | awk '{ print $1 }') 2>&1 > /dev/null && echo ${E2E_LOOP_DEV}] Namespace:persistent-local-volumes-test-4450 PodName:hostexec-node1-q59r9 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:17:02.924: INFO: >>> kubeConfig: /root/.kube/config STEP: Tear down block device "/dev/loop0" on node "node1" at path /tmp/local-volume-test-3eacc1ed-4af3-47c5-801c-3d1e5d329fd7/file Mar 11 21:17:03.070: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c losetup -d /dev/loop0] Namespace:persistent-local-volumes-test-4450 PodName:hostexec-node1-q59r9 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:17:03.070: INFO: >>> kubeConfig: /root/.kube/config STEP: Removing the test directory /tmp/local-volume-test-3eacc1ed-4af3-47c5-801c-3d1e5d329fd7 Mar 11 21:17:03.177: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-3eacc1ed-4af3-47c5-801c-3d1e5d329fd7] Namespace:persistent-local-volumes-test-4450 PodName:hostexec-node1-q59r9 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:17:03.177: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:17:03.292: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "persistent-local-volumes-test-4450" for this suite. • [SLOW TEST:15.184 seconds] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 [Volume type: blockfswithoutformat] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:188 Two pods mounting a local volume one after the other /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:250 should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:251 ------------------------------ {"msg":"PASSED [sig-storage] PersistentVolumes-local [Volume type: blockfswithoutformat] Two pods mounting a local volume one after the other should be able to write from pod1 and read from pod2","total":118,"completed":22,"skipped":1589,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] CSI mock volume CSI workload information using mock driver should be passed when podInfoOnMount=true /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:317 [BeforeEach] [sig-storage] CSI mock volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:17:03.303: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename csi-mock-volumes STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in csi-mock-volumes-8966 STEP: Waiting for a default service account to be provisioned in namespace [It] should be passed when podInfoOnMount=true /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:317 STEP: deploying csi mock driver Mar 11 21:17:03.444: INFO: creating *v1.ServiceAccount: csi-mock-volumes-8966/csi-attacher Mar 11 21:17:03.447: INFO: creating *v1.ClusterRole: external-attacher-runner-csi-mock-volumes-8966 Mar 11 21:17:03.447: INFO: Define cluster role external-attacher-runner-csi-mock-volumes-8966 Mar 11 21:17:03.450: INFO: creating *v1.ClusterRoleBinding: csi-attacher-role-csi-mock-volumes-8966 Mar 11 21:17:03.453: INFO: creating *v1.Role: csi-mock-volumes-8966/external-attacher-cfg-csi-mock-volumes-8966 Mar 11 21:17:03.456: INFO: creating *v1.RoleBinding: csi-mock-volumes-8966/csi-attacher-role-cfg Mar 11 21:17:03.459: INFO: creating *v1.ServiceAccount: csi-mock-volumes-8966/csi-provisioner Mar 11 21:17:03.462: INFO: creating *v1.ClusterRole: external-provisioner-runner-csi-mock-volumes-8966 Mar 11 21:17:03.462: INFO: Define cluster role external-provisioner-runner-csi-mock-volumes-8966 Mar 11 21:17:03.464: INFO: creating *v1.ClusterRoleBinding: csi-provisioner-role-csi-mock-volumes-8966 Mar 11 21:17:03.468: INFO: creating *v1.Role: csi-mock-volumes-8966/external-provisioner-cfg-csi-mock-volumes-8966 Mar 11 21:17:03.471: INFO: creating *v1.RoleBinding: csi-mock-volumes-8966/csi-provisioner-role-cfg Mar 11 21:17:03.474: INFO: creating *v1.ServiceAccount: csi-mock-volumes-8966/csi-resizer Mar 11 21:17:03.477: INFO: creating *v1.ClusterRole: external-resizer-runner-csi-mock-volumes-8966 Mar 11 21:17:03.478: INFO: Define cluster role external-resizer-runner-csi-mock-volumes-8966 Mar 11 21:17:03.480: INFO: creating *v1.ClusterRoleBinding: csi-resizer-role-csi-mock-volumes-8966 Mar 11 21:17:03.483: INFO: creating *v1.Role: csi-mock-volumes-8966/external-resizer-cfg-csi-mock-volumes-8966 Mar 11 21:17:03.487: INFO: creating *v1.RoleBinding: csi-mock-volumes-8966/csi-resizer-role-cfg Mar 11 21:17:03.490: INFO: creating *v1.ServiceAccount: csi-mock-volumes-8966/csi-mock Mar 11 21:17:03.493: INFO: creating *v1.ClusterRoleBinding: csi-controller-attacher-role-csi-mock-volumes-8966 Mar 11 21:17:03.496: INFO: creating *v1.ClusterRoleBinding: csi-controller-provisioner-role-csi-mock-volumes-8966 Mar 11 21:17:03.499: INFO: creating *v1.ClusterRoleBinding: csi-controller-cluster-driver-registrar-role-csi-mock-volumes-8966 Mar 11 21:17:03.502: INFO: creating *v1.ClusterRoleBinding: psp-csi-controller-driver-registrar-role-csi-mock-volumes-8966 Mar 11 21:17:03.505: INFO: creating *v1.ClusterRoleBinding: csi-controller-resizer-role-csi-mock-volumes-8966 Mar 11 21:17:03.507: INFO: creating *v1.StorageClass: csi-mock-sc-csi-mock-volumes-8966 Mar 11 21:17:03.509: INFO: creating *v1.StatefulSet: csi-mock-volumes-8966/csi-mockplugin Mar 11 21:17:03.514: INFO: creating *v1.CSIDriver: csi-mock-csi-mock-volumes-8966 Mar 11 21:17:03.517: INFO: creating *v1.StatefulSet: csi-mock-volumes-8966/csi-mockplugin-attacher Mar 11 21:17:03.521: INFO: waiting up to 4m0s for CSIDriver "csi-mock-csi-mock-volumes-8966" STEP: Creating pod Mar 11 21:17:03.528: INFO: Warning: Making PVC: VolumeMode specified as invalid empty string, treating as nil Mar 11 21:17:03.531: INFO: Waiting up to 5m0s for PersistentVolumeClaims [pvc-tm9zf] to have phase Bound Mar 11 21:17:03.533: INFO: PersistentVolumeClaim pvc-tm9zf found but phase is Pending instead of Bound. Mar 11 21:17:05.537: INFO: PersistentVolumeClaim pvc-tm9zf found but phase is Pending instead of Bound. Mar 11 21:17:07.539: INFO: PersistentVolumeClaim pvc-tm9zf found but phase is Pending instead of Bound. Mar 11 21:17:09.543: INFO: PersistentVolumeClaim pvc-tm9zf found and phase=Bound (6.01146964s) STEP: checking for CSIInlineVolumes feature Mar 11 21:17:19.577: INFO: Pod csi-inline-volume-9rg2t has the following logs: STEP: Deleting pod csi-inline-volume-9rg2t in namespace csi-mock-volumes-8966 STEP: Deleting the previously created pod Mar 11 21:17:21.590: INFO: Deleting pod "pvc-volume-tester-88g42" in namespace "csi-mock-volumes-8966" Mar 11 21:17:21.597: INFO: Wait up to 5m0s for pod "pvc-volume-tester-88g42" to be fully deleted WARNING: pod log: pvc-volume-tester-88g42/volume-tester: pods "pvc-volume-tester-88g42" not found STEP: Checking CSI driver logs Mar 11 21:17:27.609: INFO: CSI driver logs: mock driver started gRPCCall: {"Method":"/csi.v1.Identity/Probe","Request":{},"Response":{"ready":{"value":true}},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Identity/GetPluginInfo","Request":{},"Response":{"name":"csi-mock-csi-mock-volumes-8966","vendor_version":"0.3.0","manifest":{"url":"https://github.com/kubernetes-csi/csi-test/mock"}},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Identity/GetPluginCapabilities","Request":{},"Response":{"capabilities":[{"Type":{"Service":{"type":1}}},{"Type":{"VolumeExpansion":{"type":1}}}]},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Controller/ControllerGetCapabilities","Request":{},"Response":{"capabilities":[{"Type":{"Rpc":{"type":1}}},{"Type":{"Rpc":{"type":3}}},{"Type":{"Rpc":{"type":4}}},{"Type":{"Rpc":{"type":6}}},{"Type":{"Rpc":{"type":5}}},{"Type":{"Rpc":{"type":8}}},{"Type":{"Rpc":{"type":7}}},{"Type":{"Rpc":{"type":2}}},{"Type":{"Rpc":{"type":9}}}]},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Controller/ControllerGetCapabilities","Request":{},"Response":{"capabilities":[{"Type":{"Rpc":{"type":1}}},{"Type":{"Rpc":{"type":3}}},{"Type":{"Rpc":{"type":4}}},{"Type":{"Rpc":{"type":6}}},{"Type":{"Rpc":{"type":5}}},{"Type":{"Rpc":{"type":8}}},{"Type":{"Rpc":{"type":7}}},{"Type":{"Rpc":{"type":2}}},{"Type":{"Rpc":{"type":9}}}]},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Identity/GetPluginInfo","Request":{},"Response":{"name":"csi-mock-csi-mock-volumes-8966","vendor_version":"0.3.0","manifest":{"url":"https://github.com/kubernetes-csi/csi-test/mock"}},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Identity/Probe","Request":{},"Response":{"ready":{"value":true}},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Identity/GetPluginInfo","Request":{},"Response":{"name":"csi-mock-csi-mock-volumes-8966","vendor_version":"0.3.0","manifest":{"url":"https://github.com/kubernetes-csi/csi-test/mock"}},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Identity/GetPluginCapabilities","Request":{},"Response":{"capabilities":[{"Type":{"Service":{"type":1}}},{"Type":{"VolumeExpansion":{"type":1}}}]},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Controller/ControllerGetCapabilities","Request":{},"Response":{"capabilities":[{"Type":{"Rpc":{"type":1}}},{"Type":{"Rpc":{"type":3}}},{"Type":{"Rpc":{"type":4}}},{"Type":{"Rpc":{"type":6}}},{"Type":{"Rpc":{"type":5}}},{"Type":{"Rpc":{"type":8}}},{"Type":{"Rpc":{"type":7}}},{"Type":{"Rpc":{"type":2}}},{"Type":{"Rpc":{"type":9}}}]},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Controller/CreateVolume","Request":{"name":"pvc-615f4757-0877-4d1b-97d4-153846a8fa1e","capacity_range":{"required_bytes":1073741824},"volume_capabilities":[{"AccessType":{"Mount":{"fs_type":"ext4"}},"access_mode":{"mode":1}}]},"Response":{"volume":{"capacity_bytes":1073741824,"volume_id":"4","volume_context":{"name":"pvc-615f4757-0877-4d1b-97d4-153846a8fa1e"}}},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Node/NodeGetInfo","Request":{},"Response":{"node_id":"csi-mock-csi-mock-volumes-8966","max_volumes_per_node":2},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Controller/ControllerPublishVolume","Request":{"volume_id":"4","node_id":"csi-mock-csi-mock-volumes-8966","volume_capability":{"AccessType":{"Mount":{"fs_type":"ext4"}},"access_mode":{"mode":1}},"volume_context":{"name":"pvc-615f4757-0877-4d1b-97d4-153846a8fa1e","storage.kubernetes.io/csiProvisionerIdentity":"1615497427881-8081-csi-mock-csi-mock-volumes-8966"}},"Response":{"publish_context":{"device":"/dev/mock","readonly":"false"}},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Node/NodeGetCapabilities","Request":{},"Response":{"capabilities":[{"Type":{"Rpc":{}}},{"Type":{"Rpc":{"type":1}}},{"Type":{"Rpc":{"type":2}}}]},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Node/NodeStageVolume","Request":{"volume_id":"4","publish_context":{"device":"/dev/mock","readonly":"false"},"staging_target_path":"/var/lib/kubelet/plugins/kubernetes.io/csi/pv/pvc-615f4757-0877-4d1b-97d4-153846a8fa1e/globalmount","volume_capability":{"AccessType":{"Mount":{"fs_type":"ext4"}},"access_mode":{"mode":1}},"volume_context":{"name":"pvc-615f4757-0877-4d1b-97d4-153846a8fa1e","storage.kubernetes.io/csiProvisionerIdentity":"1615497427881-8081-csi-mock-csi-mock-volumes-8966"}},"Response":{},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Node/NodeGetCapabilities","Request":{},"Response":{"capabilities":[{"Type":{"Rpc":{}}},{"Type":{"Rpc":{"type":1}}},{"Type":{"Rpc":{"type":2}}}]},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Node/NodePublishVolume","Request":{"volume_id":"4","publish_context":{"device":"/dev/mock","readonly":"false"},"staging_target_path":"/var/lib/kubelet/plugins/kubernetes.io/csi/pv/pvc-615f4757-0877-4d1b-97d4-153846a8fa1e/globalmount","target_path":"/var/lib/kubelet/pods/fa4cea83-9a88-4557-9899-5cbd1310ffc5/volumes/kubernetes.io~csi/pvc-615f4757-0877-4d1b-97d4-153846a8fa1e/mount","volume_capability":{"AccessType":{"Mount":{"fs_type":"ext4"}},"access_mode":{"mode":1}},"volume_context":{"csi.storage.k8s.io/ephemeral":"false","csi.storage.k8s.io/pod.name":"pvc-volume-tester-88g42","csi.storage.k8s.io/pod.namespace":"csi-mock-volumes-8966","csi.storage.k8s.io/pod.uid":"fa4cea83-9a88-4557-9899-5cbd1310ffc5","csi.storage.k8s.io/serviceAccount.name":"default","name":"pvc-615f4757-0877-4d1b-97d4-153846a8fa1e","storage.kubernetes.io/csiProvisionerIdentity":"1615497427881-8081-csi-mock-csi-mock-volumes-8966"}},"Response":{},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Node/NodeUnpublishVolume","Request":{"volume_id":"4","target_path":"/var/lib/kubelet/pods/fa4cea83-9a88-4557-9899-5cbd1310ffc5/volumes/kubernetes.io~csi/pvc-615f4757-0877-4d1b-97d4-153846a8fa1e/mount"},"Response":{},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Node/NodeGetCapabilities","Request":{},"Response":{"capabilities":[{"Type":{"Rpc":{}}},{"Type":{"Rpc":{"type":1}}},{"Type":{"Rpc":{"type":2}}}]},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Node/NodeUnstageVolume","Request":{"volume_id":"4","staging_target_path":"/var/lib/kubelet/plugins/kubernetes.io/csi/pv/pvc-615f4757-0877-4d1b-97d4-153846a8fa1e/globalmount"},"Response":{},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Controller/ControllerUnpublishVolume","Request":{"volume_id":"4","node_id":"csi-mock-csi-mock-volumes-8966"},"Response":{},"Error":"","FullError":null} Mar 11 21:17:27.610: INFO: Found volume attribute csi.storage.k8s.io/pod.name: pvc-volume-tester-88g42 Mar 11 21:17:27.610: INFO: Found volume attribute csi.storage.k8s.io/pod.namespace: csi-mock-volumes-8966 Mar 11 21:17:27.610: INFO: Found volume attribute csi.storage.k8s.io/pod.uid: fa4cea83-9a88-4557-9899-5cbd1310ffc5 Mar 11 21:17:27.610: INFO: Found volume attribute csi.storage.k8s.io/ephemeral: false Mar 11 21:17:27.610: INFO: Found volume attribute csi.storage.k8s.io/serviceAccount.name: default Mar 11 21:17:27.610: INFO: Found NodeUnpublishVolume: {Method:/csi.v1.Node/NodeUnpublishVolume Request:{VolumeContext:map[]}} STEP: Deleting pod pvc-volume-tester-88g42 Mar 11 21:17:27.610: INFO: Deleting pod "pvc-volume-tester-88g42" in namespace "csi-mock-volumes-8966" STEP: Deleting claim pvc-tm9zf Mar 11 21:17:27.618: INFO: Waiting up to 2m0s for PersistentVolume pvc-615f4757-0877-4d1b-97d4-153846a8fa1e to get deleted Mar 11 21:17:27.621: INFO: PersistentVolume pvc-615f4757-0877-4d1b-97d4-153846a8fa1e found and phase=Bound (2.150999ms) Mar 11 21:17:29.626: INFO: PersistentVolume pvc-615f4757-0877-4d1b-97d4-153846a8fa1e was removed STEP: Deleting storageclass csi-mock-volumes-8966-sc STEP: Cleaning up resources STEP: uninstalling csi mock driver Mar 11 21:17:29.631: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-8966/csi-attacher Mar 11 21:17:29.637: INFO: deleting *v1.ClusterRole: external-attacher-runner-csi-mock-volumes-8966 Mar 11 21:17:29.643: INFO: deleting *v1.ClusterRoleBinding: csi-attacher-role-csi-mock-volumes-8966 Mar 11 21:17:29.647: INFO: deleting *v1.Role: csi-mock-volumes-8966/external-attacher-cfg-csi-mock-volumes-8966 Mar 11 21:17:29.652: INFO: deleting *v1.RoleBinding: csi-mock-volumes-8966/csi-attacher-role-cfg Mar 11 21:17:29.657: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-8966/csi-provisioner Mar 11 21:17:29.661: INFO: deleting *v1.ClusterRole: external-provisioner-runner-csi-mock-volumes-8966 Mar 11 21:17:29.665: INFO: deleting *v1.ClusterRoleBinding: csi-provisioner-role-csi-mock-volumes-8966 Mar 11 21:17:29.671: INFO: deleting *v1.Role: csi-mock-volumes-8966/external-provisioner-cfg-csi-mock-volumes-8966 Mar 11 21:17:29.676: INFO: deleting *v1.RoleBinding: csi-mock-volumes-8966/csi-provisioner-role-cfg Mar 11 21:17:29.680: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-8966/csi-resizer Mar 11 21:17:29.685: INFO: deleting *v1.ClusterRole: external-resizer-runner-csi-mock-volumes-8966 Mar 11 21:17:29.689: INFO: deleting *v1.ClusterRoleBinding: csi-resizer-role-csi-mock-volumes-8966 Mar 11 21:17:29.693: INFO: deleting *v1.Role: csi-mock-volumes-8966/external-resizer-cfg-csi-mock-volumes-8966 Mar 11 21:17:29.698: INFO: deleting *v1.RoleBinding: csi-mock-volumes-8966/csi-resizer-role-cfg Mar 11 21:17:29.703: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-8966/csi-mock Mar 11 21:17:29.706: INFO: deleting *v1.ClusterRoleBinding: csi-controller-attacher-role-csi-mock-volumes-8966 Mar 11 21:17:29.711: INFO: deleting *v1.ClusterRoleBinding: csi-controller-provisioner-role-csi-mock-volumes-8966 Mar 11 21:17:29.715: INFO: deleting *v1.ClusterRoleBinding: csi-controller-cluster-driver-registrar-role-csi-mock-volumes-8966 Mar 11 21:17:29.718: INFO: deleting *v1.ClusterRoleBinding: psp-csi-controller-driver-registrar-role-csi-mock-volumes-8966 Mar 11 21:17:29.722: INFO: deleting *v1.ClusterRoleBinding: csi-controller-resizer-role-csi-mock-volumes-8966 Mar 11 21:17:29.726: INFO: deleting *v1.StorageClass: csi-mock-sc-csi-mock-volumes-8966 Mar 11 21:17:29.730: INFO: deleting *v1.StatefulSet: csi-mock-volumes-8966/csi-mockplugin Mar 11 21:17:29.735: INFO: deleting *v1.CSIDriver: csi-mock-csi-mock-volumes-8966 Mar 11 21:17:29.739: INFO: deleting *v1.StatefulSet: csi-mock-volumes-8966/csi-mockplugin-attacher [AfterEach] [sig-storage] CSI mock volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:17:29.746: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "csi-mock-volumes-8966" for this suite. • [SLOW TEST:26.452 seconds] [sig-storage] CSI mock volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 CSI workload information using mock driver /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:267 should be passed when podInfoOnMount=true /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:317 ------------------------------ {"msg":"PASSED [sig-storage] CSI mock volume CSI workload information using mock driver should be passed when podInfoOnMount=true","total":118,"completed":23,"skipped":1682,"failed":0} SSSSS ------------------------------ [sig-storage] CSI mock volume CSI Volume expansion should not expand volume if resizingOnDriver=off, resizingOnSC=on /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:417 [BeforeEach] [sig-storage] CSI mock volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:17:29.755: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename csi-mock-volumes STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in csi-mock-volumes-7691 STEP: Waiting for a default service account to be provisioned in namespace [It] should not expand volume if resizingOnDriver=off, resizingOnSC=on /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:417 STEP: deploying csi mock driver Mar 11 21:17:29.895: INFO: creating *v1.ServiceAccount: csi-mock-volumes-7691/csi-attacher Mar 11 21:17:29.898: INFO: creating *v1.ClusterRole: external-attacher-runner-csi-mock-volumes-7691 Mar 11 21:17:29.898: INFO: Define cluster role external-attacher-runner-csi-mock-volumes-7691 Mar 11 21:17:29.901: INFO: creating *v1.ClusterRoleBinding: csi-attacher-role-csi-mock-volumes-7691 Mar 11 21:17:29.903: INFO: creating *v1.Role: csi-mock-volumes-7691/external-attacher-cfg-csi-mock-volumes-7691 Mar 11 21:17:29.906: INFO: creating *v1.RoleBinding: csi-mock-volumes-7691/csi-attacher-role-cfg Mar 11 21:17:29.908: INFO: creating *v1.ServiceAccount: csi-mock-volumes-7691/csi-provisioner Mar 11 21:17:29.911: INFO: creating *v1.ClusterRole: external-provisioner-runner-csi-mock-volumes-7691 Mar 11 21:17:29.911: INFO: Define cluster role external-provisioner-runner-csi-mock-volumes-7691 Mar 11 21:17:29.914: INFO: creating *v1.ClusterRoleBinding: csi-provisioner-role-csi-mock-volumes-7691 Mar 11 21:17:29.916: INFO: creating *v1.Role: csi-mock-volumes-7691/external-provisioner-cfg-csi-mock-volumes-7691 Mar 11 21:17:29.919: INFO: creating *v1.RoleBinding: csi-mock-volumes-7691/csi-provisioner-role-cfg Mar 11 21:17:29.921: INFO: creating *v1.ServiceAccount: csi-mock-volumes-7691/csi-resizer Mar 11 21:17:29.924: INFO: creating *v1.ClusterRole: external-resizer-runner-csi-mock-volumes-7691 Mar 11 21:17:29.924: INFO: Define cluster role external-resizer-runner-csi-mock-volumes-7691 Mar 11 21:17:29.926: INFO: creating *v1.ClusterRoleBinding: csi-resizer-role-csi-mock-volumes-7691 Mar 11 21:17:29.928: INFO: creating *v1.Role: csi-mock-volumes-7691/external-resizer-cfg-csi-mock-volumes-7691 Mar 11 21:17:29.931: INFO: creating *v1.RoleBinding: csi-mock-volumes-7691/csi-resizer-role-cfg Mar 11 21:17:29.933: INFO: creating *v1.ServiceAccount: csi-mock-volumes-7691/csi-mock Mar 11 21:17:29.935: INFO: creating *v1.ClusterRoleBinding: csi-controller-attacher-role-csi-mock-volumes-7691 Mar 11 21:17:29.938: INFO: creating *v1.ClusterRoleBinding: csi-controller-provisioner-role-csi-mock-volumes-7691 Mar 11 21:17:29.940: INFO: creating *v1.ClusterRoleBinding: csi-controller-cluster-driver-registrar-role-csi-mock-volumes-7691 Mar 11 21:17:29.944: INFO: creating *v1.ClusterRoleBinding: psp-csi-controller-driver-registrar-role-csi-mock-volumes-7691 Mar 11 21:17:29.947: INFO: creating *v1.ClusterRoleBinding: csi-controller-resizer-role-csi-mock-volumes-7691 Mar 11 21:17:29.950: INFO: creating *v1.StorageClass: csi-mock-sc-csi-mock-volumes-7691 Mar 11 21:17:29.953: INFO: creating *v1.StatefulSet: csi-mock-volumes-7691/csi-mockplugin Mar 11 21:17:29.957: INFO: creating *v1.StatefulSet: csi-mock-volumes-7691/csi-mockplugin-attacher STEP: Creating pod Mar 11 21:17:29.965: INFO: Warning: Making PVC: VolumeMode specified as invalid empty string, treating as nil Mar 11 21:17:29.969: INFO: Waiting up to 5m0s for PersistentVolumeClaims [pvc-m5gcm] to have phase Bound Mar 11 21:17:29.972: INFO: PersistentVolumeClaim pvc-m5gcm found but phase is Pending instead of Bound. Mar 11 21:17:31.976: INFO: PersistentVolumeClaim pvc-m5gcm found but phase is Pending instead of Bound. Mar 11 21:17:33.980: INFO: PersistentVolumeClaim pvc-m5gcm found but phase is Pending instead of Bound. Mar 11 21:17:35.984: INFO: PersistentVolumeClaim pvc-m5gcm found and phase=Bound (6.015160566s) STEP: Expanding current pvc STEP: Deleting pod pvc-volume-tester-8vxp7 Mar 11 21:19:48.021: INFO: Deleting pod "pvc-volume-tester-8vxp7" in namespace "csi-mock-volumes-7691" Mar 11 21:19:48.027: INFO: Wait up to 5m0s for pod "pvc-volume-tester-8vxp7" to be fully deleted STEP: Deleting claim pvc-m5gcm Mar 11 21:19:58.040: INFO: Waiting up to 2m0s for PersistentVolume pvc-5b590e94-d8e9-482d-ab06-afac6813e92a to get deleted Mar 11 21:19:58.042: INFO: PersistentVolume pvc-5b590e94-d8e9-482d-ab06-afac6813e92a found and phase=Bound (2.149185ms) Mar 11 21:20:00.046: INFO: PersistentVolume pvc-5b590e94-d8e9-482d-ab06-afac6813e92a was removed STEP: Deleting storageclass csi-mock-volumes-7691-sc STEP: Cleaning up resources STEP: uninstalling csi mock driver Mar 11 21:20:00.051: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-7691/csi-attacher Mar 11 21:20:00.056: INFO: deleting *v1.ClusterRole: external-attacher-runner-csi-mock-volumes-7691 Mar 11 21:20:00.060: INFO: deleting *v1.ClusterRoleBinding: csi-attacher-role-csi-mock-volumes-7691 Mar 11 21:20:00.064: INFO: deleting *v1.Role: csi-mock-volumes-7691/external-attacher-cfg-csi-mock-volumes-7691 Mar 11 21:20:00.069: INFO: deleting *v1.RoleBinding: csi-mock-volumes-7691/csi-attacher-role-cfg Mar 11 21:20:00.073: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-7691/csi-provisioner Mar 11 21:20:00.081: INFO: deleting *v1.ClusterRole: external-provisioner-runner-csi-mock-volumes-7691 Mar 11 21:20:00.090: INFO: deleting *v1.ClusterRoleBinding: csi-provisioner-role-csi-mock-volumes-7691 Mar 11 21:20:00.097: INFO: deleting *v1.Role: csi-mock-volumes-7691/external-provisioner-cfg-csi-mock-volumes-7691 Mar 11 21:20:00.101: INFO: deleting *v1.RoleBinding: csi-mock-volumes-7691/csi-provisioner-role-cfg Mar 11 21:20:00.105: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-7691/csi-resizer Mar 11 21:20:00.109: INFO: deleting *v1.ClusterRole: external-resizer-runner-csi-mock-volumes-7691 Mar 11 21:20:00.113: INFO: deleting *v1.ClusterRoleBinding: csi-resizer-role-csi-mock-volumes-7691 Mar 11 21:20:00.118: INFO: deleting *v1.Role: csi-mock-volumes-7691/external-resizer-cfg-csi-mock-volumes-7691 Mar 11 21:20:00.123: INFO: deleting *v1.RoleBinding: csi-mock-volumes-7691/csi-resizer-role-cfg Mar 11 21:20:00.128: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-7691/csi-mock Mar 11 21:20:00.132: INFO: deleting *v1.ClusterRoleBinding: csi-controller-attacher-role-csi-mock-volumes-7691 Mar 11 21:20:00.136: INFO: deleting *v1.ClusterRoleBinding: csi-controller-provisioner-role-csi-mock-volumes-7691 Mar 11 21:20:00.139: INFO: deleting *v1.ClusterRoleBinding: csi-controller-cluster-driver-registrar-role-csi-mock-volumes-7691 Mar 11 21:20:00.144: INFO: deleting *v1.ClusterRoleBinding: psp-csi-controller-driver-registrar-role-csi-mock-volumes-7691 Mar 11 21:20:00.148: INFO: deleting *v1.ClusterRoleBinding: csi-controller-resizer-role-csi-mock-volumes-7691 Mar 11 21:20:00.151: INFO: deleting *v1.StorageClass: csi-mock-sc-csi-mock-volumes-7691 Mar 11 21:20:00.156: INFO: deleting *v1.StatefulSet: csi-mock-volumes-7691/csi-mockplugin Mar 11 21:20:00.162: INFO: deleting *v1.StatefulSet: csi-mock-volumes-7691/csi-mockplugin-attacher [AfterEach] [sig-storage] CSI mock volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:20:00.166: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "csi-mock-volumes-7691" for this suite. • [SLOW TEST:150.419 seconds] [sig-storage] CSI mock volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 CSI Volume expansion /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:388 should not expand volume if resizingOnDriver=off, resizingOnSC=on /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:417 ------------------------------ {"msg":"PASSED [sig-storage] CSI mock volume CSI Volume expansion should not expand volume if resizingOnDriver=off, resizingOnSC=on","total":118,"completed":24,"skipped":1687,"failed":0} SSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] Ephemeralstorage When pod refers to non-existent ephemeral storage should allow deletion of pod with invalid volume : projected /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/ephemeral_volume.go:56 [BeforeEach] [sig-storage] Ephemeralstorage /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:20:00.175: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename pv STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in pv-6906 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] Ephemeralstorage /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/ephemeral_volume.go:50 [It] should allow deletion of pod with invalid volume : projected /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/ephemeral_volume.go:56 Mar 11 21:20:30.311: INFO: Deleting pod "pv-6906"/"pod-ephm-test-projected-5khr" Mar 11 21:20:30.311: INFO: Deleting pod "pod-ephm-test-projected-5khr" in namespace "pv-6906" Mar 11 21:20:30.317: INFO: Wait up to 5m0s for pod "pod-ephm-test-projected-5khr" to be fully deleted [AfterEach] [sig-storage] Ephemeralstorage /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:20:38.321: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "pv-6906" for this suite. • [SLOW TEST:38.155 seconds] [sig-storage] Ephemeralstorage /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 When pod refers to non-existent ephemeral storage /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/ephemeral_volume.go:54 should allow deletion of pod with invalid volume : projected /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/ephemeral_volume.go:56 ------------------------------ {"msg":"PASSED [sig-storage] Ephemeralstorage When pod refers to non-existent ephemeral storage should allow deletion of pod with invalid volume : projected","total":118,"completed":25,"skipped":1710,"failed":0} SSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] EmptyDir volumes when FSGroup is specified [LinuxOnly] [NodeFeature:FSGroup] volume on default medium should have the correct mode using FSGroup /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/empty_dir.go:68 [BeforeEach] [sig-storage] EmptyDir volumes /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:20:38.331: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename emptydir STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in emptydir-1427 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] when FSGroup is specified [LinuxOnly] [NodeFeature:FSGroup] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/empty_dir.go:47 [It] volume on default medium should have the correct mode using FSGroup /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/empty_dir.go:68 STEP: Creating a pod to test emptydir volume type on node default medium Mar 11 21:20:38.471: INFO: Waiting up to 5m0s for pod "pod-9fc67650-e549-4322-bb6f-f8ab44609dbd" in namespace "emptydir-1427" to be "Succeeded or Failed" Mar 11 21:20:38.473: INFO: Pod "pod-9fc67650-e549-4322-bb6f-f8ab44609dbd": Phase="Pending", Reason="", readiness=false. Elapsed: 2.52978ms Mar 11 21:20:40.477: INFO: Pod "pod-9fc67650-e549-4322-bb6f-f8ab44609dbd": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006307532s Mar 11 21:20:42.480: INFO: Pod "pod-9fc67650-e549-4322-bb6f-f8ab44609dbd": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009364116s STEP: Saw pod success Mar 11 21:20:42.480: INFO: Pod "pod-9fc67650-e549-4322-bb6f-f8ab44609dbd" satisfied condition "Succeeded or Failed" Mar 11 21:20:42.482: INFO: Trying to get logs from node node1 pod pod-9fc67650-e549-4322-bb6f-f8ab44609dbd container test-container: STEP: delete the pod Mar 11 21:20:42.501: INFO: Waiting for pod pod-9fc67650-e549-4322-bb6f-f8ab44609dbd to disappear Mar 11 21:20:42.503: INFO: Pod pod-9fc67650-e549-4322-bb6f-f8ab44609dbd no longer exists [AfterEach] [sig-storage] EmptyDir volumes /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:20:42.503: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "emptydir-1427" for this suite. •{"msg":"PASSED [sig-storage] EmptyDir volumes when FSGroup is specified [LinuxOnly] [NodeFeature:FSGroup] volume on default medium should have the correct mode using FSGroup","total":118,"completed":26,"skipped":1733,"failed":0} SSSSSSSSSSSSS ------------------------------ [sig-storage] Projected secret should be able to mount in a volume regardless of a different secret existing with same name in different namespace [NodeConformance] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/projected_secret.go:90 [BeforeEach] [sig-storage] Projected secret /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:20:42.511: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename projected STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in projected-9481 STEP: Waiting for a default service account to be provisioned in namespace [It] should be able to mount in a volume regardless of a different secret existing with same name in different namespace [NodeConformance] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/projected_secret.go:90 STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in secret-namespace-7921 STEP: Creating projection with secret that has name projected-secret-test-3b44148e-6163-4095-abc6-d43b21b5b59e STEP: Creating a pod to test consume secrets Mar 11 21:20:42.774: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-d5aaa133-cd67-421e-9a71-2f57cb6cf4c7" in namespace "projected-9481" to be "Succeeded or Failed" Mar 11 21:20:42.776: INFO: Pod "pod-projected-secrets-d5aaa133-cd67-421e-9a71-2f57cb6cf4c7": Phase="Pending", Reason="", readiness=false. Elapsed: 2.115253ms Mar 11 21:20:44.779: INFO: Pod "pod-projected-secrets-d5aaa133-cd67-421e-9a71-2f57cb6cf4c7": Phase="Pending", Reason="", readiness=false. Elapsed: 2.005407763s Mar 11 21:20:46.782: INFO: Pod "pod-projected-secrets-d5aaa133-cd67-421e-9a71-2f57cb6cf4c7": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008665088s STEP: Saw pod success Mar 11 21:20:46.783: INFO: Pod "pod-projected-secrets-d5aaa133-cd67-421e-9a71-2f57cb6cf4c7" satisfied condition "Succeeded or Failed" Mar 11 21:20:46.785: INFO: Trying to get logs from node node2 pod pod-projected-secrets-d5aaa133-cd67-421e-9a71-2f57cb6cf4c7 container projected-secret-volume-test: STEP: delete the pod Mar 11 21:20:46.800: INFO: Waiting for pod pod-projected-secrets-d5aaa133-cd67-421e-9a71-2f57cb6cf4c7 to disappear Mar 11 21:20:46.802: INFO: Pod pod-projected-secrets-d5aaa133-cd67-421e-9a71-2f57cb6cf4c7 no longer exists [AfterEach] [sig-storage] Projected secret /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:20:46.802: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "projected-9481" for this suite. STEP: Destroying namespace "secret-namespace-7921" for this suite. •{"msg":"PASSED [sig-storage] Projected secret should be able to mount in a volume regardless of a different secret existing with same name in different namespace [NodeConformance]","total":118,"completed":27,"skipped":1746,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] PersistentVolumes-local [Volume type: block] Two pods mounting a local volume at the same time should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:245 [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:20:46.814: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename persistent-local-volumes-test STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in persistent-local-volumes-test-5331 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:155 [BeforeEach] [Volume type: block] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:191 STEP: Initializing test volumes STEP: Creating block device on node "node1" using path "/tmp/local-volume-test-e473c333-e60b-48bf-b4e3-1e24194cc571" Mar 11 21:20:50.964: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p /tmp/local-volume-test-e473c333-e60b-48bf-b4e3-1e24194cc571 && dd if=/dev/zero of=/tmp/local-volume-test-e473c333-e60b-48bf-b4e3-1e24194cc571/file bs=4096 count=5120 && losetup -f /tmp/local-volume-test-e473c333-e60b-48bf-b4e3-1e24194cc571/file] Namespace:persistent-local-volumes-test-5331 PodName:hostexec-node1-xhdt7 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:20:50.964: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:20:51.149: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c E2E_LOOP_DEV=$(losetup | grep /tmp/local-volume-test-e473c333-e60b-48bf-b4e3-1e24194cc571/file | awk '{ print $1 }') 2>&1 > /dev/null && echo ${E2E_LOOP_DEV}] Namespace:persistent-local-volumes-test-5331 PodName:hostexec-node1-xhdt7 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:20:51.149: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating local PVCs and PVs Mar 11 21:20:51.266: INFO: Creating a PV followed by a PVC Mar 11 21:20:51.274: INFO: Waiting for PV local-pv6xsb2 to bind to PVC pvc-8z8lg Mar 11 21:20:51.274: INFO: Waiting up to 3m0s for PersistentVolumeClaims [pvc-8z8lg] to have phase Bound Mar 11 21:20:51.276: INFO: PersistentVolumeClaim pvc-8z8lg found but phase is Pending instead of Bound. Mar 11 21:20:53.282: INFO: PersistentVolumeClaim pvc-8z8lg found but phase is Pending instead of Bound. Mar 11 21:20:55.287: INFO: PersistentVolumeClaim pvc-8z8lg found but phase is Pending instead of Bound. Mar 11 21:20:57.292: INFO: PersistentVolumeClaim pvc-8z8lg found but phase is Pending instead of Bound. Mar 11 21:20:59.297: INFO: PersistentVolumeClaim pvc-8z8lg found but phase is Pending instead of Bound. Mar 11 21:21:01.300: INFO: PersistentVolumeClaim pvc-8z8lg found but phase is Pending instead of Bound. Mar 11 21:21:03.303: INFO: PersistentVolumeClaim pvc-8z8lg found and phase=Bound (12.028898947s) Mar 11 21:21:03.303: INFO: Waiting up to 3m0s for PersistentVolume local-pv6xsb2 to have phase Bound Mar 11 21:21:03.305: INFO: PersistentVolume local-pv6xsb2 found and phase=Bound (2.293469ms) [It] should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:245 STEP: Creating pod1 to write to the PV STEP: Creating a pod Mar 11 21:21:09.333: INFO: pod "security-context-d1904817-5f55-43e4-9eff-51afc3f3a071" created on Node "node1" STEP: Writing in pod1 Mar 11 21:21:09.333: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /tmp/mnt/volume1; echo test-file-content > /tmp/mnt/volume1/test-file && SUDO_CMD=$(which sudo); echo ${SUDO_CMD} && ${SUDO_CMD} dd if=/tmp/mnt/volume1/test-file of=/mnt/volume1 bs=512 count=100 && rm /tmp/mnt/volume1/test-file] Namespace:persistent-local-volumes-test-5331 PodName:security-context-d1904817-5f55-43e4-9eff-51afc3f3a071 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:21:09.333: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:21:09.451: INFO: podRWCmdExec out: "" err: Mar 11 21:21:09.451: INFO: ExecWithOptions {Command:[/bin/sh -c hexdump -n 100 -e '100 "%_p"' /mnt/volume1 | head -1] Namespace:persistent-local-volumes-test-5331 PodName:security-context-d1904817-5f55-43e4-9eff-51afc3f3a071 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:21:09.451: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:21:09.574: INFO: podRWCmdExec out: "test-file-content..................................................................................." err: STEP: Creating pod2 to read from the PV STEP: Creating a pod Mar 11 21:21:13.596: INFO: pod "security-context-50c346ab-c2d9-456c-85a3-dcad7d0b70ac" created on Node "node1" Mar 11 21:21:13.596: INFO: ExecWithOptions {Command:[/bin/sh -c hexdump -n 100 -e '100 "%_p"' /mnt/volume1 | head -1] Namespace:persistent-local-volumes-test-5331 PodName:security-context-50c346ab-c2d9-456c-85a3-dcad7d0b70ac ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:21:13.596: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:21:13.701: INFO: podRWCmdExec out: "test-file-content..................................................................................." err: STEP: Writing in pod2 Mar 11 21:21:13.702: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /tmp/mnt/volume1; echo /dev/loop0 > /tmp/mnt/volume1/test-file && SUDO_CMD=$(which sudo); echo ${SUDO_CMD} && ${SUDO_CMD} dd if=/tmp/mnt/volume1/test-file of=/mnt/volume1 bs=512 count=100 && rm /tmp/mnt/volume1/test-file] Namespace:persistent-local-volumes-test-5331 PodName:security-context-50c346ab-c2d9-456c-85a3-dcad7d0b70ac ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:21:13.702: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:21:13.808: INFO: podRWCmdExec out: "" err: STEP: Reading in pod1 Mar 11 21:21:13.808: INFO: ExecWithOptions {Command:[/bin/sh -c hexdump -n 100 -e '100 "%_p"' /mnt/volume1 | head -1] Namespace:persistent-local-volumes-test-5331 PodName:security-context-d1904817-5f55-43e4-9eff-51afc3f3a071 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:21:13.808: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:21:13.910: INFO: podRWCmdExec out: "/dev/loop0.ontent..................................................................................." err: STEP: Deleting pod1 STEP: Deleting pod security-context-d1904817-5f55-43e4-9eff-51afc3f3a071 in namespace persistent-local-volumes-test-5331 STEP: Deleting pod2 STEP: Deleting pod security-context-50c346ab-c2d9-456c-85a3-dcad7d0b70ac in namespace persistent-local-volumes-test-5331 [AfterEach] [Volume type: block] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:200 STEP: Cleaning up PVC and PV Mar 11 21:21:13.920: INFO: Deleting PersistentVolumeClaim "pvc-8z8lg" Mar 11 21:21:13.923: INFO: Deleting PersistentVolume "local-pv6xsb2" Mar 11 21:21:13.928: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c E2E_LOOP_DEV=$(losetup | grep /tmp/local-volume-test-e473c333-e60b-48bf-b4e3-1e24194cc571/file | awk '{ print $1 }') 2>&1 > /dev/null && echo ${E2E_LOOP_DEV}] Namespace:persistent-local-volumes-test-5331 PodName:hostexec-node1-xhdt7 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:21:13.928: INFO: >>> kubeConfig: /root/.kube/config STEP: Tear down block device "/dev/loop0" on node "node1" at path /tmp/local-volume-test-e473c333-e60b-48bf-b4e3-1e24194cc571/file Mar 11 21:21:14.055: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c losetup -d /dev/loop0] Namespace:persistent-local-volumes-test-5331 PodName:hostexec-node1-xhdt7 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:21:14.055: INFO: >>> kubeConfig: /root/.kube/config STEP: Removing the test directory /tmp/local-volume-test-e473c333-e60b-48bf-b4e3-1e24194cc571 Mar 11 21:21:14.160: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-e473c333-e60b-48bf-b4e3-1e24194cc571] Namespace:persistent-local-volumes-test-5331 PodName:hostexec-node1-xhdt7 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:21:14.160: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:21:14.270: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "persistent-local-volumes-test-5331" for this suite. • [SLOW TEST:27.465 seconds] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 [Volume type: block] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:188 Two pods mounting a local volume at the same time /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:244 should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:245 ------------------------------ {"msg":"PASSED [sig-storage] PersistentVolumes-local [Volume type: block] Two pods mounting a local volume at the same time should be able to write from pod1 and read from pod2","total":118,"completed":28,"skipped":1833,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] Ephemeralstorage When pod refers to non-existent ephemeral storage should allow deletion of pod with invalid volume : configmap /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/ephemeral_volume.go:56 [BeforeEach] [sig-storage] Ephemeralstorage /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:21:14.280: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename pv STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in pv-1183 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] Ephemeralstorage /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/ephemeral_volume.go:50 [It] should allow deletion of pod with invalid volume : configmap /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/ephemeral_volume.go:56 Mar 11 21:21:44.417: INFO: Deleting pod "pv-1183"/"pod-ephm-test-projected-4pjv" Mar 11 21:21:44.417: INFO: Deleting pod "pod-ephm-test-projected-4pjv" in namespace "pv-1183" Mar 11 21:21:44.423: INFO: Wait up to 5m0s for pod "pod-ephm-test-projected-4pjv" to be fully deleted [AfterEach] [sig-storage] Ephemeralstorage /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:21:56.427: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "pv-1183" for this suite. • [SLOW TEST:42.155 seconds] [sig-storage] Ephemeralstorage /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 When pod refers to non-existent ephemeral storage /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/ephemeral_volume.go:54 should allow deletion of pod with invalid volume : configmap /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/ephemeral_volume.go:56 ------------------------------ {"msg":"PASSED [sig-storage] Ephemeralstorage When pod refers to non-existent ephemeral storage should allow deletion of pod with invalid volume : configmap","total":118,"completed":29,"skipped":1874,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] PersistentVolumes-local Pods sharing a single local PV [Serial] all pods should be running /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:635 [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:21:56.437: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename persistent-local-volumes-test STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in persistent-local-volumes-test-48 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:155 [BeforeEach] Pods sharing a single local PV [Serial] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:612 [It] all pods should be running /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:635 STEP: Create a PVC STEP: Create 50 pods to use this PVC STEP: Wait for all pods are running [AfterEach] Pods sharing a single local PV [Serial] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:626 STEP: Clean PV local-pv42cg5 [AfterEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:23:31.084: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "persistent-local-volumes-test-48" for this suite. • [SLOW TEST:94.655 seconds] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 Pods sharing a single local PV [Serial] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:607 all pods should be running /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:635 ------------------------------ {"msg":"PASSED [sig-storage] PersistentVolumes-local Pods sharing a single local PV [Serial] all pods should be running","total":118,"completed":30,"skipped":1940,"failed":0} SSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] CSI mock volume CSI attach test using mock driver should require VolumeAttach for drivers with attachment /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:233 [BeforeEach] [sig-storage] CSI mock volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:23:31.093: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename csi-mock-volumes STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in csi-mock-volumes-2429 STEP: Waiting for a default service account to be provisioned in namespace [It] should require VolumeAttach for drivers with attachment /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:233 STEP: deploying csi mock driver Mar 11 21:23:31.234: INFO: creating *v1.ServiceAccount: csi-mock-volumes-2429/csi-attacher Mar 11 21:23:31.237: INFO: creating *v1.ClusterRole: external-attacher-runner-csi-mock-volumes-2429 Mar 11 21:23:31.237: INFO: Define cluster role external-attacher-runner-csi-mock-volumes-2429 Mar 11 21:23:31.239: INFO: creating *v1.ClusterRoleBinding: csi-attacher-role-csi-mock-volumes-2429 Mar 11 21:23:31.242: INFO: creating *v1.Role: csi-mock-volumes-2429/external-attacher-cfg-csi-mock-volumes-2429 Mar 11 21:23:31.245: INFO: creating *v1.RoleBinding: csi-mock-volumes-2429/csi-attacher-role-cfg Mar 11 21:23:31.248: INFO: creating *v1.ServiceAccount: csi-mock-volumes-2429/csi-provisioner Mar 11 21:23:31.250: INFO: creating *v1.ClusterRole: external-provisioner-runner-csi-mock-volumes-2429 Mar 11 21:23:31.250: INFO: Define cluster role external-provisioner-runner-csi-mock-volumes-2429 Mar 11 21:23:31.253: INFO: creating *v1.ClusterRoleBinding: csi-provisioner-role-csi-mock-volumes-2429 Mar 11 21:23:31.256: INFO: creating *v1.Role: csi-mock-volumes-2429/external-provisioner-cfg-csi-mock-volumes-2429 Mar 11 21:23:31.259: INFO: creating *v1.RoleBinding: csi-mock-volumes-2429/csi-provisioner-role-cfg Mar 11 21:23:31.262: INFO: creating *v1.ServiceAccount: csi-mock-volumes-2429/csi-resizer Mar 11 21:23:31.264: INFO: creating *v1.ClusterRole: external-resizer-runner-csi-mock-volumes-2429 Mar 11 21:23:31.264: INFO: Define cluster role external-resizer-runner-csi-mock-volumes-2429 Mar 11 21:23:31.266: INFO: creating *v1.ClusterRoleBinding: csi-resizer-role-csi-mock-volumes-2429 Mar 11 21:23:31.269: INFO: creating *v1.Role: csi-mock-volumes-2429/external-resizer-cfg-csi-mock-volumes-2429 Mar 11 21:23:31.272: INFO: creating *v1.RoleBinding: csi-mock-volumes-2429/csi-resizer-role-cfg Mar 11 21:23:31.275: INFO: creating *v1.ServiceAccount: csi-mock-volumes-2429/csi-mock Mar 11 21:23:31.277: INFO: creating *v1.ClusterRoleBinding: csi-controller-attacher-role-csi-mock-volumes-2429 Mar 11 21:23:31.279: INFO: creating *v1.ClusterRoleBinding: csi-controller-provisioner-role-csi-mock-volumes-2429 Mar 11 21:23:31.282: INFO: creating *v1.ClusterRoleBinding: csi-controller-cluster-driver-registrar-role-csi-mock-volumes-2429 Mar 11 21:23:31.284: INFO: creating *v1.ClusterRoleBinding: psp-csi-controller-driver-registrar-role-csi-mock-volumes-2429 Mar 11 21:23:31.286: INFO: creating *v1.ClusterRoleBinding: csi-controller-resizer-role-csi-mock-volumes-2429 Mar 11 21:23:31.289: INFO: creating *v1.StorageClass: csi-mock-sc-csi-mock-volumes-2429 Mar 11 21:23:31.292: INFO: creating *v1.StatefulSet: csi-mock-volumes-2429/csi-mockplugin Mar 11 21:23:31.296: INFO: creating *v1.CSIDriver: csi-mock-csi-mock-volumes-2429 Mar 11 21:23:31.299: INFO: creating *v1.StatefulSet: csi-mock-volumes-2429/csi-mockplugin-attacher Mar 11 21:23:31.302: INFO: waiting up to 4m0s for CSIDriver "csi-mock-csi-mock-volumes-2429" STEP: Creating pod Mar 11 21:23:31.310: INFO: Warning: Making PVC: VolumeMode specified as invalid empty string, treating as nil Mar 11 21:23:31.313: INFO: Waiting up to 5m0s for PersistentVolumeClaims [pvc-6xvmc] to have phase Bound Mar 11 21:23:31.315: INFO: PersistentVolumeClaim pvc-6xvmc found but phase is Pending instead of Bound. Mar 11 21:23:33.322: INFO: PersistentVolumeClaim pvc-6xvmc found but phase is Pending instead of Bound. Mar 11 21:23:35.325: INFO: PersistentVolumeClaim pvc-6xvmc found but phase is Pending instead of Bound. Mar 11 21:23:37.329: INFO: PersistentVolumeClaim pvc-6xvmc found and phase=Bound (6.016112679s) STEP: Checking if VolumeAttachment was created for the pod STEP: Deleting pod pvc-volume-tester-m5dcw Mar 11 21:24:47.358: INFO: Deleting pod "pvc-volume-tester-m5dcw" in namespace "csi-mock-volumes-2429" Mar 11 21:24:47.364: INFO: Wait up to 5m0s for pod "pvc-volume-tester-m5dcw" to be fully deleted WARNING: pod log: pvc-volume-tester-m5dcw/volume-tester: pods "pvc-volume-tester-m5dcw" not found STEP: Deleting claim pvc-6xvmc Mar 11 21:24:57.376: INFO: Waiting up to 2m0s for PersistentVolume pvc-079da52f-6dde-4cec-a07e-80c11efa7a7b to get deleted Mar 11 21:24:57.378: INFO: PersistentVolume pvc-079da52f-6dde-4cec-a07e-80c11efa7a7b found and phase=Bound (2.467994ms) Mar 11 21:24:59.381: INFO: PersistentVolume pvc-079da52f-6dde-4cec-a07e-80c11efa7a7b was removed STEP: Deleting storageclass csi-mock-volumes-2429-sc STEP: Cleaning up resources STEP: uninstalling csi mock driver Mar 11 21:24:59.386: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-2429/csi-attacher Mar 11 21:24:59.392: INFO: deleting *v1.ClusterRole: external-attacher-runner-csi-mock-volumes-2429 Mar 11 21:24:59.396: INFO: deleting *v1.ClusterRoleBinding: csi-attacher-role-csi-mock-volumes-2429 Mar 11 21:24:59.400: INFO: deleting *v1.Role: csi-mock-volumes-2429/external-attacher-cfg-csi-mock-volumes-2429 Mar 11 21:24:59.404: INFO: deleting *v1.RoleBinding: csi-mock-volumes-2429/csi-attacher-role-cfg Mar 11 21:24:59.409: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-2429/csi-provisioner Mar 11 21:24:59.414: INFO: deleting *v1.ClusterRole: external-provisioner-runner-csi-mock-volumes-2429 Mar 11 21:24:59.423: INFO: deleting *v1.ClusterRoleBinding: csi-provisioner-role-csi-mock-volumes-2429 Mar 11 21:24:59.433: INFO: deleting *v1.Role: csi-mock-volumes-2429/external-provisioner-cfg-csi-mock-volumes-2429 Mar 11 21:24:59.438: INFO: deleting *v1.RoleBinding: csi-mock-volumes-2429/csi-provisioner-role-cfg Mar 11 21:24:59.442: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-2429/csi-resizer Mar 11 21:24:59.446: INFO: deleting *v1.ClusterRole: external-resizer-runner-csi-mock-volumes-2429 Mar 11 21:24:59.450: INFO: deleting *v1.ClusterRoleBinding: csi-resizer-role-csi-mock-volumes-2429 Mar 11 21:24:59.454: INFO: deleting *v1.Role: csi-mock-volumes-2429/external-resizer-cfg-csi-mock-volumes-2429 Mar 11 21:24:59.459: INFO: deleting *v1.RoleBinding: csi-mock-volumes-2429/csi-resizer-role-cfg Mar 11 21:24:59.463: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-2429/csi-mock Mar 11 21:24:59.467: INFO: deleting *v1.ClusterRoleBinding: csi-controller-attacher-role-csi-mock-volumes-2429 Mar 11 21:24:59.472: INFO: deleting *v1.ClusterRoleBinding: csi-controller-provisioner-role-csi-mock-volumes-2429 Mar 11 21:24:59.475: INFO: deleting *v1.ClusterRoleBinding: csi-controller-cluster-driver-registrar-role-csi-mock-volumes-2429 Mar 11 21:24:59.479: INFO: deleting *v1.ClusterRoleBinding: psp-csi-controller-driver-registrar-role-csi-mock-volumes-2429 Mar 11 21:24:59.484: INFO: deleting *v1.ClusterRoleBinding: csi-controller-resizer-role-csi-mock-volumes-2429 Mar 11 21:24:59.487: INFO: deleting *v1.StorageClass: csi-mock-sc-csi-mock-volumes-2429 Mar 11 21:24:59.492: INFO: deleting *v1.StatefulSet: csi-mock-volumes-2429/csi-mockplugin Mar 11 21:24:59.497: INFO: deleting *v1.CSIDriver: csi-mock-csi-mock-volumes-2429 Mar 11 21:24:59.505: INFO: deleting *v1.StatefulSet: csi-mock-volumes-2429/csi-mockplugin-attacher [AfterEach] [sig-storage] CSI mock volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:24:59.517: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "csi-mock-volumes-2429" for this suite. • [SLOW TEST:88.433 seconds] [sig-storage] CSI mock volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 CSI attach test using mock driver /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:211 should require VolumeAttach for drivers with attachment /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:233 ------------------------------ {"msg":"PASSED [sig-storage] CSI mock volume CSI attach test using mock driver should require VolumeAttach for drivers with attachment","total":118,"completed":31,"skipped":1961,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] PersistentVolumes-local [Volume type: dir-link-bindmounted] Two pods mounting a local volume at the same time should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:245 [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:24:59.527: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename persistent-local-volumes-test STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in persistent-local-volumes-test-1189 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:155 [BeforeEach] [Volume type: dir-link-bindmounted] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:191 STEP: Initializing test volumes Mar 11 21:25:03.674: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir /tmp/local-volume-test-f6481247-eeef-4289-89fd-ed25aa0207d0-backend && mount --bind /tmp/local-volume-test-f6481247-eeef-4289-89fd-ed25aa0207d0-backend /tmp/local-volume-test-f6481247-eeef-4289-89fd-ed25aa0207d0-backend && ln -s /tmp/local-volume-test-f6481247-eeef-4289-89fd-ed25aa0207d0-backend /tmp/local-volume-test-f6481247-eeef-4289-89fd-ed25aa0207d0] Namespace:persistent-local-volumes-test-1189 PodName:hostexec-node1-dv722 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:25:03.674: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating local PVCs and PVs Mar 11 21:25:03.787: INFO: Creating a PV followed by a PVC Mar 11 21:25:03.794: INFO: Waiting for PV local-pv94njk to bind to PVC pvc-xq8gq Mar 11 21:25:03.794: INFO: Waiting up to 3m0s for PersistentVolumeClaims [pvc-xq8gq] to have phase Bound Mar 11 21:25:03.796: INFO: PersistentVolumeClaim pvc-xq8gq found but phase is Pending instead of Bound. Mar 11 21:25:05.800: INFO: PersistentVolumeClaim pvc-xq8gq found but phase is Pending instead of Bound. Mar 11 21:25:07.804: INFO: PersistentVolumeClaim pvc-xq8gq found but phase is Pending instead of Bound. Mar 11 21:25:09.807: INFO: PersistentVolumeClaim pvc-xq8gq found but phase is Pending instead of Bound. Mar 11 21:25:11.809: INFO: PersistentVolumeClaim pvc-xq8gq found but phase is Pending instead of Bound. Mar 11 21:25:13.813: INFO: PersistentVolumeClaim pvc-xq8gq found but phase is Pending instead of Bound. Mar 11 21:25:15.816: INFO: PersistentVolumeClaim pvc-xq8gq found but phase is Pending instead of Bound. Mar 11 21:25:17.819: INFO: PersistentVolumeClaim pvc-xq8gq found but phase is Pending instead of Bound. Mar 11 21:25:19.822: INFO: PersistentVolumeClaim pvc-xq8gq found and phase=Bound (16.027683376s) Mar 11 21:25:19.822: INFO: Waiting up to 3m0s for PersistentVolume local-pv94njk to have phase Bound Mar 11 21:25:19.824: INFO: PersistentVolume local-pv94njk found and phase=Bound (2.001932ms) [It] should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:245 STEP: Creating pod1 to write to the PV STEP: Creating a pod Mar 11 21:25:23.852: INFO: pod "security-context-1dd059ad-9eac-474e-b1ac-5f3e30514d5d" created on Node "node1" STEP: Writing in pod1 Mar 11 21:25:23.852: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo test-file-content > /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-1189 PodName:security-context-1dd059ad-9eac-474e-b1ac-5f3e30514d5d ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:25:23.852: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:25:23.954: INFO: podRWCmdExec out: "" err: Mar 11 21:25:23.954: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-1189 PodName:security-context-1dd059ad-9eac-474e-b1ac-5f3e30514d5d ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:25:23.954: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:25:24.051: INFO: podRWCmdExec out: "test-file-content" err: STEP: Creating pod2 to read from the PV STEP: Creating a pod Mar 11 21:25:28.074: INFO: pod "security-context-825c1f64-41c1-4055-b59a-eb2f9c80a8dc" created on Node "node1" Mar 11 21:25:28.074: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-1189 PodName:security-context-825c1f64-41c1-4055-b59a-eb2f9c80a8dc ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:25:28.074: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:25:28.173: INFO: podRWCmdExec out: "test-file-content" err: STEP: Writing in pod2 Mar 11 21:25:28.173: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo /tmp/local-volume-test-f6481247-eeef-4289-89fd-ed25aa0207d0 > /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-1189 PodName:security-context-825c1f64-41c1-4055-b59a-eb2f9c80a8dc ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:25:28.174: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:25:28.283: INFO: podRWCmdExec out: "" err: STEP: Reading in pod1 Mar 11 21:25:28.283: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-1189 PodName:security-context-1dd059ad-9eac-474e-b1ac-5f3e30514d5d ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:25:28.283: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:25:28.397: INFO: podRWCmdExec out: "/tmp/local-volume-test-f6481247-eeef-4289-89fd-ed25aa0207d0" err: STEP: Deleting pod1 STEP: Deleting pod security-context-1dd059ad-9eac-474e-b1ac-5f3e30514d5d in namespace persistent-local-volumes-test-1189 STEP: Deleting pod2 STEP: Deleting pod security-context-825c1f64-41c1-4055-b59a-eb2f9c80a8dc in namespace persistent-local-volumes-test-1189 [AfterEach] [Volume type: dir-link-bindmounted] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:200 STEP: Cleaning up PVC and PV Mar 11 21:25:28.406: INFO: Deleting PersistentVolumeClaim "pvc-xq8gq" Mar 11 21:25:28.410: INFO: Deleting PersistentVolume "local-pv94njk" STEP: Removing the test directory Mar 11 21:25:28.415: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm /tmp/local-volume-test-f6481247-eeef-4289-89fd-ed25aa0207d0 && umount /tmp/local-volume-test-f6481247-eeef-4289-89fd-ed25aa0207d0-backend && rm -r /tmp/local-volume-test-f6481247-eeef-4289-89fd-ed25aa0207d0-backend] Namespace:persistent-local-volumes-test-1189 PodName:hostexec-node1-dv722 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:25:28.415: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:25:28.537: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "persistent-local-volumes-test-1189" for this suite. • [SLOW TEST:29.021 seconds] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 [Volume type: dir-link-bindmounted] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:188 Two pods mounting a local volume at the same time /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:244 should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:245 ------------------------------ {"msg":"PASSED [sig-storage] PersistentVolumes-local [Volume type: dir-link-bindmounted] Two pods mounting a local volume at the same time should be able to write from pod1 and read from pod2","total":118,"completed":32,"skipped":2019,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] GCP Volumes GlusterFS should be mountable /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/volumes.go:129 [BeforeEach] [sig-storage] GCP Volumes /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:25:28.548: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename gcp-volume STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in gcp-volume-6739 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] GCP Volumes /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/volumes.go:68 Mar 11 21:25:28.673: INFO: Only supported for node OS distro [gci ubuntu custom] (not ) [AfterEach] [sig-storage] GCP Volumes /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:25:28.675: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "gcp-volume-6739" for this suite. S [SKIPPING] in Spec Setup (BeforeEach) [0.136 seconds] [sig-storage] GCP Volumes /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/volumes.go:60 GlusterFS [BeforeEach] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/volumes.go:128 should be mountable /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/volumes.go:129 Only supported for node OS distro [gci ubuntu custom] (not ) /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/volumes.go:69 ------------------------------ SSSSSSSSSSSSSSS ------------------------------ [sig-storage] PersistentVolumes-local [Volume type: blockfswithformat] One pod requesting one prebound PVC should be able to mount volume and write from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:234 [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:25:28.685: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename persistent-local-volumes-test STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in persistent-local-volumes-test-4643 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:155 [BeforeEach] [Volume type: blockfswithformat] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:191 STEP: Initializing test volumes STEP: Creating block device on node "node1" using path "/tmp/local-volume-test-76e9da0f-ea50-40b9-b43f-eb2aa365356b" Mar 11 21:25:32.835: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p /tmp/local-volume-test-76e9da0f-ea50-40b9-b43f-eb2aa365356b && dd if=/dev/zero of=/tmp/local-volume-test-76e9da0f-ea50-40b9-b43f-eb2aa365356b/file bs=4096 count=5120 && losetup -f /tmp/local-volume-test-76e9da0f-ea50-40b9-b43f-eb2aa365356b/file] Namespace:persistent-local-volumes-test-4643 PodName:hostexec-node1-xjjlt ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:25:32.835: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:25:32.981: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c E2E_LOOP_DEV=$(losetup | grep /tmp/local-volume-test-76e9da0f-ea50-40b9-b43f-eb2aa365356b/file | awk '{ print $1 }') 2>&1 > /dev/null && echo ${E2E_LOOP_DEV}] Namespace:persistent-local-volumes-test-4643 PodName:hostexec-node1-xjjlt ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:25:32.981: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:25:33.089: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkfs -t ext4 /dev/loop0 && mount -t ext4 /dev/loop0 /tmp/local-volume-test-76e9da0f-ea50-40b9-b43f-eb2aa365356b && chmod o+rwx /tmp/local-volume-test-76e9da0f-ea50-40b9-b43f-eb2aa365356b] Namespace:persistent-local-volumes-test-4643 PodName:hostexec-node1-xjjlt ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:25:33.089: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating local PVCs and PVs Mar 11 21:25:33.362: INFO: Creating a PV followed by a PVC Mar 11 21:25:33.369: INFO: Waiting for PV local-pvbns6w to bind to PVC pvc-blmvt Mar 11 21:25:33.369: INFO: Waiting up to 3m0s for PersistentVolumeClaims [pvc-blmvt] to have phase Bound Mar 11 21:25:33.371: INFO: PersistentVolumeClaim pvc-blmvt found but phase is Pending instead of Bound. Mar 11 21:25:35.379: INFO: PersistentVolumeClaim pvc-blmvt found but phase is Pending instead of Bound. Mar 11 21:25:37.383: INFO: PersistentVolumeClaim pvc-blmvt found but phase is Pending instead of Bound. Mar 11 21:25:39.386: INFO: PersistentVolumeClaim pvc-blmvt found but phase is Pending instead of Bound. Mar 11 21:25:41.389: INFO: PersistentVolumeClaim pvc-blmvt found but phase is Pending instead of Bound. Mar 11 21:25:43.393: INFO: PersistentVolumeClaim pvc-blmvt found but phase is Pending instead of Bound. Mar 11 21:25:45.397: INFO: PersistentVolumeClaim pvc-blmvt found but phase is Pending instead of Bound. Mar 11 21:25:47.401: INFO: PersistentVolumeClaim pvc-blmvt found but phase is Pending instead of Bound. Mar 11 21:25:49.403: INFO: PersistentVolumeClaim pvc-blmvt found and phase=Bound (16.033901899s) Mar 11 21:25:49.403: INFO: Waiting up to 3m0s for PersistentVolume local-pvbns6w to have phase Bound Mar 11 21:25:49.405: INFO: PersistentVolume local-pvbns6w found and phase=Bound (1.80626ms) [BeforeEach] One pod requesting one prebound PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:211 STEP: Creating pod1 STEP: Creating a pod Mar 11 21:25:55.436: INFO: pod "security-context-d8388a67-0e1d-4679-9b72-e8674df3d7ca" created on Node "node1" STEP: Writing in pod1 Mar 11 21:25:55.436: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo test-file-content > /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-4643 PodName:security-context-d8388a67-0e1d-4679-9b72-e8674df3d7ca ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:25:55.436: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:25:55.547: INFO: podRWCmdExec out: "" err: [It] should be able to mount volume and write from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:234 Mar 11 21:25:55.547: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-4643 PodName:security-context-d8388a67-0e1d-4679-9b72-e8674df3d7ca ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:25:55.547: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:25:55.655: INFO: podRWCmdExec out: "test-file-content" err: STEP: Writing in pod1 Mar 11 21:25:55.655: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo /tmp/local-volume-test-76e9da0f-ea50-40b9-b43f-eb2aa365356b > /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-4643 PodName:security-context-d8388a67-0e1d-4679-9b72-e8674df3d7ca ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:25:55.655: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:25:55.783: INFO: podRWCmdExec out: "" err: [AfterEach] One pod requesting one prebound PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:223 STEP: Deleting pod1 STEP: Deleting pod security-context-d8388a67-0e1d-4679-9b72-e8674df3d7ca in namespace persistent-local-volumes-test-4643 [AfterEach] [Volume type: blockfswithformat] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:200 STEP: Cleaning up PVC and PV Mar 11 21:25:55.788: INFO: Deleting PersistentVolumeClaim "pvc-blmvt" Mar 11 21:25:55.791: INFO: Deleting PersistentVolume "local-pvbns6w" Mar 11 21:25:55.795: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c umount /tmp/local-volume-test-76e9da0f-ea50-40b9-b43f-eb2aa365356b] Namespace:persistent-local-volumes-test-4643 PodName:hostexec-node1-xjjlt ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:25:55.795: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:25:55.924: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c E2E_LOOP_DEV=$(losetup | grep /tmp/local-volume-test-76e9da0f-ea50-40b9-b43f-eb2aa365356b/file | awk '{ print $1 }') 2>&1 > /dev/null && echo ${E2E_LOOP_DEV}] Namespace:persistent-local-volumes-test-4643 PodName:hostexec-node1-xjjlt ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:25:55.924: INFO: >>> kubeConfig: /root/.kube/config STEP: Tear down block device "/dev/loop0" on node "node1" at path /tmp/local-volume-test-76e9da0f-ea50-40b9-b43f-eb2aa365356b/file Mar 11 21:25:56.145: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c losetup -d /dev/loop0] Namespace:persistent-local-volumes-test-4643 PodName:hostexec-node1-xjjlt ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:25:56.145: INFO: >>> kubeConfig: /root/.kube/config STEP: Removing the test directory /tmp/local-volume-test-76e9da0f-ea50-40b9-b43f-eb2aa365356b Mar 11 21:25:56.333: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-76e9da0f-ea50-40b9-b43f-eb2aa365356b] Namespace:persistent-local-volumes-test-4643 PodName:hostexec-node1-xjjlt ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:25:56.333: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:25:56.555: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "persistent-local-volumes-test-4643" for this suite. • [SLOW TEST:27.878 seconds] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 [Volume type: blockfswithformat] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:188 One pod requesting one prebound PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:205 should be able to mount volume and write from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:234 ------------------------------ {"msg":"PASSED [sig-storage] PersistentVolumes-local [Volume type: blockfswithformat] One pod requesting one prebound PVC should be able to mount volume and write from pod1","total":118,"completed":33,"skipped":2063,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] PersistentVolumes-local [Volume type: gce-localssd-scsi-fs] [Serial] One pod requesting one prebound PVC should be able to mount volume and read from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:228 [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:25:56.564: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename persistent-local-volumes-test STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in persistent-local-volumes-test-1274 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:155 [BeforeEach] [Volume type: gce-localssd-scsi-fs] [Serial] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:191 Mar 11 21:26:00.713: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c ls -1 /mnt/disks/by-uuid/google-local-ssds-scsi-fs/ | wc -l] Namespace:persistent-local-volumes-test-1274 PodName:hostexec-node1-6rlv4 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:26:00.713: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:26:00.818: INFO: exec node1: command: ls -1 /mnt/disks/by-uuid/google-local-ssds-scsi-fs/ | wc -l Mar 11 21:26:00.818: INFO: exec node1: stdout: "0\n" Mar 11 21:26:00.818: INFO: exec node1: stderr: "ls: cannot access /mnt/disks/by-uuid/google-local-ssds-scsi-fs/: No such file or directory\n" Mar 11 21:26:00.818: INFO: exec node1: exit code: 0 Mar 11 21:26:00.818: INFO: Requires at least 1 scsi fs localSSD [AfterEach] [Volume type: gce-localssd-scsi-fs] [Serial] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:200 STEP: Cleaning up PVC and PV [AfterEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:26:00.821: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "persistent-local-volumes-test-1274" for this suite. S [SKIPPING] in Spec Setup (BeforeEach) [4.264 seconds] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 [Volume type: gce-localssd-scsi-fs] [Serial] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:188 One pod requesting one prebound PVC [BeforeEach] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:205 should be able to mount volume and read from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:228 Requires at least 1 scsi fs localSSD /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:1205 ------------------------------ SSSSSSSSSSSSSSSS ------------------------------ [sig-storage] Mounted volume expand Should verify mounted devices can be resized /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/mounted_volume_resize.go:116 [BeforeEach] [sig-storage] Mounted volume expand /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:26:00.829: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename mounted-volume-expand STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in mounted-volume-expand-3623 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] Mounted volume expand /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/mounted_volume_resize.go:59 Mar 11 21:26:00.955: INFO: Only supported for providers [aws gce] (not ) [AfterEach] [sig-storage] Mounted volume expand /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:26:00.956: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "mounted-volume-expand-3623" for this suite. [AfterEach] [sig-storage] Mounted volume expand /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/mounted_volume_resize.go:104 Mar 11 21:26:00.964: INFO: AfterEach: Cleaning up resources for mounted volume resize S [SKIPPING] in Spec Setup (BeforeEach) [0.135 seconds] [sig-storage] Mounted volume expand /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 Should verify mounted devices can be resized [BeforeEach] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/mounted_volume_resize.go:116 Only supported for providers [aws gce] (not ) /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/mounted_volume_resize.go:60 ------------------------------ SSSSSSSSS ------------------------------ [sig-storage] PersistentVolumes-local [Volume type: dir] One pod requesting one prebound PVC should be able to mount volume and write from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:234 [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:26:00.965: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename persistent-local-volumes-test STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in persistent-local-volumes-test-179 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:155 [BeforeEach] [Volume type: dir] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:191 STEP: Initializing test volumes Mar 11 21:26:05.119: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p /tmp/local-volume-test-14ae9902-735c-4df9-ae64-d383d8d827cc] Namespace:persistent-local-volumes-test-179 PodName:hostexec-node1-hd8gc ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:26:05.119: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating local PVCs and PVs Mar 11 21:26:05.226: INFO: Creating a PV followed by a PVC Mar 11 21:26:05.233: INFO: Waiting for PV local-pv4ncgq to bind to PVC pvc-2fj2f Mar 11 21:26:05.233: INFO: Waiting up to 3m0s for PersistentVolumeClaims [pvc-2fj2f] to have phase Bound Mar 11 21:26:05.235: INFO: PersistentVolumeClaim pvc-2fj2f found but phase is Pending instead of Bound. Mar 11 21:26:07.240: INFO: PersistentVolumeClaim pvc-2fj2f found but phase is Pending instead of Bound. Mar 11 21:26:09.245: INFO: PersistentVolumeClaim pvc-2fj2f found but phase is Pending instead of Bound. Mar 11 21:26:11.250: INFO: PersistentVolumeClaim pvc-2fj2f found but phase is Pending instead of Bound. Mar 11 21:26:13.255: INFO: PersistentVolumeClaim pvc-2fj2f found but phase is Pending instead of Bound. Mar 11 21:26:15.258: INFO: PersistentVolumeClaim pvc-2fj2f found but phase is Pending instead of Bound. Mar 11 21:26:17.261: INFO: PersistentVolumeClaim pvc-2fj2f found but phase is Pending instead of Bound. Mar 11 21:26:19.265: INFO: PersistentVolumeClaim pvc-2fj2f found and phase=Bound (14.032717227s) Mar 11 21:26:19.265: INFO: Waiting up to 3m0s for PersistentVolume local-pv4ncgq to have phase Bound Mar 11 21:26:19.268: INFO: PersistentVolume local-pv4ncgq found and phase=Bound (2.471012ms) [BeforeEach] One pod requesting one prebound PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:211 STEP: Creating pod1 STEP: Creating a pod Mar 11 21:26:23.297: INFO: pod "security-context-f68d590d-ab46-44ab-b5b5-e830cb3f1edc" created on Node "node1" STEP: Writing in pod1 Mar 11 21:26:23.297: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo test-file-content > /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-179 PodName:security-context-f68d590d-ab46-44ab-b5b5-e830cb3f1edc ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:26:23.297: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:26:23.400: INFO: podRWCmdExec out: "" err: [It] should be able to mount volume and write from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:234 Mar 11 21:26:23.400: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-179 PodName:security-context-f68d590d-ab46-44ab-b5b5-e830cb3f1edc ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:26:23.400: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:26:23.505: INFO: podRWCmdExec out: "test-file-content" err: STEP: Writing in pod1 Mar 11 21:26:23.505: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo /tmp/local-volume-test-14ae9902-735c-4df9-ae64-d383d8d827cc > /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-179 PodName:security-context-f68d590d-ab46-44ab-b5b5-e830cb3f1edc ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:26:23.505: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:26:23.605: INFO: podRWCmdExec out: "" err: [AfterEach] One pod requesting one prebound PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:223 STEP: Deleting pod1 STEP: Deleting pod security-context-f68d590d-ab46-44ab-b5b5-e830cb3f1edc in namespace persistent-local-volumes-test-179 [AfterEach] [Volume type: dir] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:200 STEP: Cleaning up PVC and PV Mar 11 21:26:23.610: INFO: Deleting PersistentVolumeClaim "pvc-2fj2f" Mar 11 21:26:23.615: INFO: Deleting PersistentVolume "local-pv4ncgq" STEP: Removing the test directory Mar 11 21:26:23.618: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-14ae9902-735c-4df9-ae64-d383d8d827cc] Namespace:persistent-local-volumes-test-179 PodName:hostexec-node1-hd8gc ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:26:23.619: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:26:23.759: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "persistent-local-volumes-test-179" for this suite. • [SLOW TEST:22.803 seconds] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 [Volume type: dir] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:188 One pod requesting one prebound PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:205 should be able to mount volume and write from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:234 ------------------------------ {"msg":"PASSED [sig-storage] PersistentVolumes-local [Volume type: dir] One pod requesting one prebound PVC should be able to mount volume and write from pod1","total":118,"completed":34,"skipped":2156,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] Flexvolumes should be mountable when non-attachable /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/flexvolume.go:186 [BeforeEach] [sig-storage] Flexvolumes /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:26:23.769: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename flexvolume STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in flexvolume-1281 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] Flexvolumes /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/flexvolume.go:167 Mar 11 21:26:23.892: INFO: No SSH Key for provider : 'GetSigner(...) not implemented for ' [AfterEach] [sig-storage] Flexvolumes /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:26:23.893: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "flexvolume-1281" for this suite. S [SKIPPING] in Spec Setup (BeforeEach) [0.133 seconds] [sig-storage] Flexvolumes /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 should be mountable when non-attachable [BeforeEach] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/flexvolume.go:186 No SSH Key for provider : 'GetSigner(...) not implemented for ' /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/flexvolume.go:171 ------------------------------ SSS ------------------------------ [sig-storage] PersistentVolumes-local [Volume type: blockfswithformat] Two pods mounting a local volume at the same time should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:245 [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:26:23.902: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename persistent-local-volumes-test STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in persistent-local-volumes-test-7347 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:155 [BeforeEach] [Volume type: blockfswithformat] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:191 STEP: Initializing test volumes STEP: Creating block device on node "node1" using path "/tmp/local-volume-test-e060ca78-691a-4755-a0c9-f6a4da8debec" Mar 11 21:26:26.049: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p /tmp/local-volume-test-e060ca78-691a-4755-a0c9-f6a4da8debec && dd if=/dev/zero of=/tmp/local-volume-test-e060ca78-691a-4755-a0c9-f6a4da8debec/file bs=4096 count=5120 && losetup -f /tmp/local-volume-test-e060ca78-691a-4755-a0c9-f6a4da8debec/file] Namespace:persistent-local-volumes-test-7347 PodName:hostexec-node1-59wjm ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:26:26.049: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:26:26.192: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c E2E_LOOP_DEV=$(losetup | grep /tmp/local-volume-test-e060ca78-691a-4755-a0c9-f6a4da8debec/file | awk '{ print $1 }') 2>&1 > /dev/null && echo ${E2E_LOOP_DEV}] Namespace:persistent-local-volumes-test-7347 PodName:hostexec-node1-59wjm ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:26:26.192: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:26:26.636: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkfs -t ext4 /dev/loop0 && mount -t ext4 /dev/loop0 /tmp/local-volume-test-e060ca78-691a-4755-a0c9-f6a4da8debec && chmod o+rwx /tmp/local-volume-test-e060ca78-691a-4755-a0c9-f6a4da8debec] Namespace:persistent-local-volumes-test-7347 PodName:hostexec-node1-59wjm ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:26:26.636: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating local PVCs and PVs Mar 11 21:26:26.850: INFO: Creating a PV followed by a PVC Mar 11 21:26:26.856: INFO: Waiting for PV local-pvpnztq to bind to PVC pvc-k885b Mar 11 21:26:26.856: INFO: Waiting up to 3m0s for PersistentVolumeClaims [pvc-k885b] to have phase Bound Mar 11 21:26:26.859: INFO: PersistentVolumeClaim pvc-k885b found but phase is Pending instead of Bound. Mar 11 21:26:28.861: INFO: PersistentVolumeClaim pvc-k885b found and phase=Bound (2.005130739s) Mar 11 21:26:28.862: INFO: Waiting up to 3m0s for PersistentVolume local-pvpnztq to have phase Bound Mar 11 21:26:28.863: INFO: PersistentVolume local-pvpnztq found and phase=Bound (1.763156ms) [It] should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:245 STEP: Creating pod1 to write to the PV STEP: Creating a pod Mar 11 21:26:32.888: INFO: pod "security-context-383a0070-86d4-4f9b-8473-fc671b0815af" created on Node "node1" STEP: Writing in pod1 Mar 11 21:26:32.888: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo test-file-content > /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-7347 PodName:security-context-383a0070-86d4-4f9b-8473-fc671b0815af ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:26:32.888: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:26:32.987: INFO: podRWCmdExec out: "" err: Mar 11 21:26:32.987: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-7347 PodName:security-context-383a0070-86d4-4f9b-8473-fc671b0815af ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:26:32.987: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:26:33.087: INFO: podRWCmdExec out: "test-file-content" err: STEP: Creating pod2 to read from the PV STEP: Creating a pod Mar 11 21:26:37.112: INFO: pod "security-context-242ff1d4-9040-43d3-8ece-63d7aed2cba7" created on Node "node1" Mar 11 21:26:37.112: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-7347 PodName:security-context-242ff1d4-9040-43d3-8ece-63d7aed2cba7 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:26:37.112: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:26:37.220: INFO: podRWCmdExec out: "test-file-content" err: STEP: Writing in pod2 Mar 11 21:26:37.220: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo /tmp/local-volume-test-e060ca78-691a-4755-a0c9-f6a4da8debec > /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-7347 PodName:security-context-242ff1d4-9040-43d3-8ece-63d7aed2cba7 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:26:37.220: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:26:37.321: INFO: podRWCmdExec out: "" err: STEP: Reading in pod1 Mar 11 21:26:37.321: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-7347 PodName:security-context-383a0070-86d4-4f9b-8473-fc671b0815af ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:26:37.321: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:26:37.421: INFO: podRWCmdExec out: "/tmp/local-volume-test-e060ca78-691a-4755-a0c9-f6a4da8debec" err: STEP: Deleting pod1 STEP: Deleting pod security-context-383a0070-86d4-4f9b-8473-fc671b0815af in namespace persistent-local-volumes-test-7347 STEP: Deleting pod2 STEP: Deleting pod security-context-242ff1d4-9040-43d3-8ece-63d7aed2cba7 in namespace persistent-local-volumes-test-7347 [AfterEach] [Volume type: blockfswithformat] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:200 STEP: Cleaning up PVC and PV Mar 11 21:26:37.430: INFO: Deleting PersistentVolumeClaim "pvc-k885b" Mar 11 21:26:37.434: INFO: Deleting PersistentVolume "local-pvpnztq" Mar 11 21:26:37.438: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c umount /tmp/local-volume-test-e060ca78-691a-4755-a0c9-f6a4da8debec] Namespace:persistent-local-volumes-test-7347 PodName:hostexec-node1-59wjm ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:26:37.438: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:26:37.548: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c E2E_LOOP_DEV=$(losetup | grep /tmp/local-volume-test-e060ca78-691a-4755-a0c9-f6a4da8debec/file | awk '{ print $1 }') 2>&1 > /dev/null && echo ${E2E_LOOP_DEV}] Namespace:persistent-local-volumes-test-7347 PodName:hostexec-node1-59wjm ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:26:37.548: INFO: >>> kubeConfig: /root/.kube/config STEP: Tear down block device "/dev/loop0" on node "node1" at path /tmp/local-volume-test-e060ca78-691a-4755-a0c9-f6a4da8debec/file Mar 11 21:26:37.666: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c losetup -d /dev/loop0] Namespace:persistent-local-volumes-test-7347 PodName:hostexec-node1-59wjm ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:26:37.666: INFO: >>> kubeConfig: /root/.kube/config STEP: Removing the test directory /tmp/local-volume-test-e060ca78-691a-4755-a0c9-f6a4da8debec Mar 11 21:26:37.773: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-e060ca78-691a-4755-a0c9-f6a4da8debec] Namespace:persistent-local-volumes-test-7347 PodName:hostexec-node1-59wjm ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:26:37.773: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:26:37.881: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "persistent-local-volumes-test-7347" for this suite. • [SLOW TEST:13.987 seconds] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 [Volume type: blockfswithformat] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:188 Two pods mounting a local volume at the same time /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:244 should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:245 ------------------------------ {"msg":"PASSED [sig-storage] PersistentVolumes-local [Volume type: blockfswithformat] Two pods mounting a local volume at the same time should be able to write from pod1 and read from pod2","total":118,"completed":35,"skipped":2190,"failed":0} SSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] PersistentVolumes-local [Volume type: block] Two pods mounting a local volume one after the other should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:251 [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:26:37.890: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename persistent-local-volumes-test STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in persistent-local-volumes-test-1057 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:155 [BeforeEach] [Volume type: block] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:191 STEP: Initializing test volumes STEP: Creating block device on node "node1" using path "/tmp/local-volume-test-7a18c254-eedf-464d-845d-4e3c75a0e8fe" Mar 11 21:26:42.037: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p /tmp/local-volume-test-7a18c254-eedf-464d-845d-4e3c75a0e8fe && dd if=/dev/zero of=/tmp/local-volume-test-7a18c254-eedf-464d-845d-4e3c75a0e8fe/file bs=4096 count=5120 && losetup -f /tmp/local-volume-test-7a18c254-eedf-464d-845d-4e3c75a0e8fe/file] Namespace:persistent-local-volumes-test-1057 PodName:hostexec-node1-wx2xp ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:26:42.037: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:26:42.174: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c E2E_LOOP_DEV=$(losetup | grep /tmp/local-volume-test-7a18c254-eedf-464d-845d-4e3c75a0e8fe/file | awk '{ print $1 }') 2>&1 > /dev/null && echo ${E2E_LOOP_DEV}] Namespace:persistent-local-volumes-test-1057 PodName:hostexec-node1-wx2xp ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:26:42.174: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating local PVCs and PVs Mar 11 21:26:42.283: INFO: Creating a PV followed by a PVC Mar 11 21:26:42.290: INFO: Waiting for PV local-pvvtl26 to bind to PVC pvc-rtv84 Mar 11 21:26:42.290: INFO: Waiting up to 3m0s for PersistentVolumeClaims [pvc-rtv84] to have phase Bound Mar 11 21:26:42.293: INFO: PersistentVolumeClaim pvc-rtv84 found but phase is Pending instead of Bound. Mar 11 21:26:44.297: INFO: PersistentVolumeClaim pvc-rtv84 found and phase=Bound (2.006528976s) Mar 11 21:26:44.297: INFO: Waiting up to 3m0s for PersistentVolume local-pvvtl26 to have phase Bound Mar 11 21:26:44.299: INFO: PersistentVolume local-pvvtl26 found and phase=Bound (2.450146ms) [It] should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:251 STEP: Creating pod1 STEP: Creating a pod Mar 11 21:26:48.326: INFO: pod "security-context-8aedbec6-0441-4807-b442-aad848ada7c1" created on Node "node1" STEP: Writing in pod1 Mar 11 21:26:48.326: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /tmp/mnt/volume1; echo test-file-content > /tmp/mnt/volume1/test-file && SUDO_CMD=$(which sudo); echo ${SUDO_CMD} && ${SUDO_CMD} dd if=/tmp/mnt/volume1/test-file of=/mnt/volume1 bs=512 count=100 && rm /tmp/mnt/volume1/test-file] Namespace:persistent-local-volumes-test-1057 PodName:security-context-8aedbec6-0441-4807-b442-aad848ada7c1 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:26:48.326: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:26:48.427: INFO: podRWCmdExec out: "" err: Mar 11 21:26:48.427: INFO: ExecWithOptions {Command:[/bin/sh -c hexdump -n 100 -e '100 "%_p"' /mnt/volume1 | head -1] Namespace:persistent-local-volumes-test-1057 PodName:security-context-8aedbec6-0441-4807-b442-aad848ada7c1 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:26:48.427: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:26:48.525: INFO: podRWCmdExec out: "test-file-content..................................................................................." err: STEP: Deleting pod1 STEP: Deleting pod security-context-8aedbec6-0441-4807-b442-aad848ada7c1 in namespace persistent-local-volumes-test-1057 STEP: Creating pod2 STEP: Creating a pod Mar 11 21:26:52.549: INFO: pod "security-context-23197797-aa03-40cc-b5b8-264d9d04f069" created on Node "node1" STEP: Reading in pod2 Mar 11 21:26:52.549: INFO: ExecWithOptions {Command:[/bin/sh -c hexdump -n 100 -e '100 "%_p"' /mnt/volume1 | head -1] Namespace:persistent-local-volumes-test-1057 PodName:security-context-23197797-aa03-40cc-b5b8-264d9d04f069 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:26:52.549: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:26:52.655: INFO: podRWCmdExec out: "test-file-content..................................................................................." err: STEP: Deleting pod2 STEP: Deleting pod security-context-23197797-aa03-40cc-b5b8-264d9d04f069 in namespace persistent-local-volumes-test-1057 [AfterEach] [Volume type: block] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:200 STEP: Cleaning up PVC and PV Mar 11 21:26:52.660: INFO: Deleting PersistentVolumeClaim "pvc-rtv84" Mar 11 21:26:52.664: INFO: Deleting PersistentVolume "local-pvvtl26" Mar 11 21:26:52.668: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c E2E_LOOP_DEV=$(losetup | grep /tmp/local-volume-test-7a18c254-eedf-464d-845d-4e3c75a0e8fe/file | awk '{ print $1 }') 2>&1 > /dev/null && echo ${E2E_LOOP_DEV}] Namespace:persistent-local-volumes-test-1057 PodName:hostexec-node1-wx2xp ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:26:52.668: INFO: >>> kubeConfig: /root/.kube/config STEP: Tear down block device "/dev/loop1" on node "node1" at path /tmp/local-volume-test-7a18c254-eedf-464d-845d-4e3c75a0e8fe/file Mar 11 21:26:52.772: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c losetup -d /dev/loop1] Namespace:persistent-local-volumes-test-1057 PodName:hostexec-node1-wx2xp ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:26:52.772: INFO: >>> kubeConfig: /root/.kube/config STEP: Removing the test directory /tmp/local-volume-test-7a18c254-eedf-464d-845d-4e3c75a0e8fe Mar 11 21:26:52.877: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-7a18c254-eedf-464d-845d-4e3c75a0e8fe] Namespace:persistent-local-volumes-test-1057 PodName:hostexec-node1-wx2xp ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:26:52.877: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:26:53.005: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "persistent-local-volumes-test-1057" for this suite. • [SLOW TEST:15.124 seconds] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 [Volume type: block] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:188 Two pods mounting a local volume one after the other /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:250 should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:251 ------------------------------ {"msg":"PASSED [sig-storage] PersistentVolumes-local [Volume type: block] Two pods mounting a local volume one after the other should be able to write from pod1 and read from pod2","total":118,"completed":36,"skipped":2209,"failed":0} S ------------------------------ [sig-storage] EmptyDir volumes when FSGroup is specified [LinuxOnly] [NodeFeature:FSGroup] nonexistent volume subPath should have the correct mode and owner using FSGroup /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/empty_dir.go:60 [BeforeEach] [sig-storage] EmptyDir volumes /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:26:53.014: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename emptydir STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in emptydir-7738 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] when FSGroup is specified [LinuxOnly] [NodeFeature:FSGroup] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/empty_dir.go:47 [It] nonexistent volume subPath should have the correct mode and owner using FSGroup /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/empty_dir.go:60 STEP: Creating a pod to test emptydir subpath on tmpfs Mar 11 21:26:53.148: INFO: Waiting up to 5m0s for pod "pod-737ffb70-768b-44fc-860e-964bdf3dda8b" in namespace "emptydir-7738" to be "Succeeded or Failed" Mar 11 21:26:53.151: INFO: Pod "pod-737ffb70-768b-44fc-860e-964bdf3dda8b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.749264ms Mar 11 21:26:55.154: INFO: Pod "pod-737ffb70-768b-44fc-860e-964bdf3dda8b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006596614s Mar 11 21:26:57.158: INFO: Pod "pod-737ffb70-768b-44fc-860e-964bdf3dda8b": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010642973s STEP: Saw pod success Mar 11 21:26:57.158: INFO: Pod "pod-737ffb70-768b-44fc-860e-964bdf3dda8b" satisfied condition "Succeeded or Failed" Mar 11 21:26:57.161: INFO: Trying to get logs from node node1 pod pod-737ffb70-768b-44fc-860e-964bdf3dda8b container test-container: STEP: delete the pod Mar 11 21:26:57.181: INFO: Waiting for pod pod-737ffb70-768b-44fc-860e-964bdf3dda8b to disappear Mar 11 21:26:57.183: INFO: Pod pod-737ffb70-768b-44fc-860e-964bdf3dda8b no longer exists [AfterEach] [sig-storage] EmptyDir volumes /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:26:57.183: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "emptydir-7738" for this suite. •{"msg":"PASSED [sig-storage] EmptyDir volumes when FSGroup is specified [LinuxOnly] [NodeFeature:FSGroup] nonexistent volume subPath should have the correct mode and owner using FSGroup","total":118,"completed":37,"skipped":2210,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] CSI mock volume CSI workload information using mock driver should not be passed when CSIDriver does not exist /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:317 [BeforeEach] [sig-storage] CSI mock volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:26:57.194: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename csi-mock-volumes STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in csi-mock-volumes-3027 STEP: Waiting for a default service account to be provisioned in namespace [It] should not be passed when CSIDriver does not exist /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:317 STEP: deploying csi mock driver Mar 11 21:26:57.334: INFO: creating *v1.ServiceAccount: csi-mock-volumes-3027/csi-attacher Mar 11 21:26:57.338: INFO: creating *v1.ClusterRole: external-attacher-runner-csi-mock-volumes-3027 Mar 11 21:26:57.338: INFO: Define cluster role external-attacher-runner-csi-mock-volumes-3027 Mar 11 21:26:57.341: INFO: creating *v1.ClusterRoleBinding: csi-attacher-role-csi-mock-volumes-3027 Mar 11 21:26:57.344: INFO: creating *v1.Role: csi-mock-volumes-3027/external-attacher-cfg-csi-mock-volumes-3027 Mar 11 21:26:57.346: INFO: creating *v1.RoleBinding: csi-mock-volumes-3027/csi-attacher-role-cfg Mar 11 21:26:57.349: INFO: creating *v1.ServiceAccount: csi-mock-volumes-3027/csi-provisioner Mar 11 21:26:57.351: INFO: creating *v1.ClusterRole: external-provisioner-runner-csi-mock-volumes-3027 Mar 11 21:26:57.351: INFO: Define cluster role external-provisioner-runner-csi-mock-volumes-3027 Mar 11 21:26:57.354: INFO: creating *v1.ClusterRoleBinding: csi-provisioner-role-csi-mock-volumes-3027 Mar 11 21:26:57.356: INFO: creating *v1.Role: csi-mock-volumes-3027/external-provisioner-cfg-csi-mock-volumes-3027 Mar 11 21:26:57.359: INFO: creating *v1.RoleBinding: csi-mock-volumes-3027/csi-provisioner-role-cfg Mar 11 21:26:57.361: INFO: creating *v1.ServiceAccount: csi-mock-volumes-3027/csi-resizer Mar 11 21:26:57.364: INFO: creating *v1.ClusterRole: external-resizer-runner-csi-mock-volumes-3027 Mar 11 21:26:57.364: INFO: Define cluster role external-resizer-runner-csi-mock-volumes-3027 Mar 11 21:26:57.366: INFO: creating *v1.ClusterRoleBinding: csi-resizer-role-csi-mock-volumes-3027 Mar 11 21:26:57.368: INFO: creating *v1.Role: csi-mock-volumes-3027/external-resizer-cfg-csi-mock-volumes-3027 Mar 11 21:26:57.371: INFO: creating *v1.RoleBinding: csi-mock-volumes-3027/csi-resizer-role-cfg Mar 11 21:26:57.373: INFO: creating *v1.ServiceAccount: csi-mock-volumes-3027/csi-mock Mar 11 21:26:57.376: INFO: creating *v1.ClusterRoleBinding: csi-controller-attacher-role-csi-mock-volumes-3027 Mar 11 21:26:57.378: INFO: creating *v1.ClusterRoleBinding: csi-controller-provisioner-role-csi-mock-volumes-3027 Mar 11 21:26:57.380: INFO: creating *v1.ClusterRoleBinding: csi-controller-cluster-driver-registrar-role-csi-mock-volumes-3027 Mar 11 21:26:57.383: INFO: creating *v1.ClusterRoleBinding: psp-csi-controller-driver-registrar-role-csi-mock-volumes-3027 Mar 11 21:26:57.386: INFO: creating *v1.ClusterRoleBinding: csi-controller-resizer-role-csi-mock-volumes-3027 Mar 11 21:26:57.388: INFO: creating *v1.StorageClass: csi-mock-sc-csi-mock-volumes-3027 Mar 11 21:26:57.391: INFO: creating *v1.StatefulSet: csi-mock-volumes-3027/csi-mockplugin Mar 11 21:26:57.395: INFO: creating *v1.StatefulSet: csi-mock-volumes-3027/csi-mockplugin-attacher STEP: Creating pod Mar 11 21:26:57.403: INFO: Warning: Making PVC: VolumeMode specified as invalid empty string, treating as nil Mar 11 21:26:57.408: INFO: Waiting up to 5m0s for PersistentVolumeClaims [pvc-q7ztk] to have phase Bound Mar 11 21:26:57.410: INFO: PersistentVolumeClaim pvc-q7ztk found but phase is Pending instead of Bound. Mar 11 21:26:59.414: INFO: PersistentVolumeClaim pvc-q7ztk found but phase is Pending instead of Bound. Mar 11 21:27:01.418: INFO: PersistentVolumeClaim pvc-q7ztk found but phase is Pending instead of Bound. Mar 11 21:27:03.425: INFO: PersistentVolumeClaim pvc-q7ztk found and phase=Bound (6.017074723s) STEP: Deleting the previously created pod Mar 11 21:27:09.451: INFO: Deleting pod "pvc-volume-tester-75j78" in namespace "csi-mock-volumes-3027" Mar 11 21:27:09.456: INFO: Wait up to 5m0s for pod "pvc-volume-tester-75j78" to be fully deleted WARNING: pod log: pvc-volume-tester-75j78/volume-tester: pods "pvc-volume-tester-75j78" not found STEP: Checking CSI driver logs Mar 11 21:27:17.473: INFO: CSI driver logs: mock driver started gRPCCall: {"Method":"/csi.v1.Identity/Probe","Request":{},"Response":{"ready":{"value":true}},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Identity/GetPluginInfo","Request":{},"Response":{"name":"csi-mock-csi-mock-volumes-3027","vendor_version":"0.3.0","manifest":{"url":"https://github.com/kubernetes-csi/csi-test/mock"}},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Identity/GetPluginCapabilities","Request":{},"Response":{"capabilities":[{"Type":{"Service":{"type":1}}},{"Type":{"VolumeExpansion":{"type":1}}}]},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Controller/ControllerGetCapabilities","Request":{},"Response":{"capabilities":[{"Type":{"Rpc":{"type":1}}},{"Type":{"Rpc":{"type":3}}},{"Type":{"Rpc":{"type":4}}},{"Type":{"Rpc":{"type":6}}},{"Type":{"Rpc":{"type":5}}},{"Type":{"Rpc":{"type":8}}},{"Type":{"Rpc":{"type":7}}},{"Type":{"Rpc":{"type":2}}},{"Type":{"Rpc":{"type":9}}}]},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Controller/ControllerGetCapabilities","Request":{},"Response":{"capabilities":[{"Type":{"Rpc":{"type":1}}},{"Type":{"Rpc":{"type":3}}},{"Type":{"Rpc":{"type":4}}},{"Type":{"Rpc":{"type":6}}},{"Type":{"Rpc":{"type":5}}},{"Type":{"Rpc":{"type":8}}},{"Type":{"Rpc":{"type":7}}},{"Type":{"Rpc":{"type":2}}},{"Type":{"Rpc":{"type":9}}}]},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Identity/GetPluginInfo","Request":{},"Response":{"name":"csi-mock-csi-mock-volumes-3027","vendor_version":"0.3.0","manifest":{"url":"https://github.com/kubernetes-csi/csi-test/mock"}},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Identity/Probe","Request":{},"Response":{"ready":{"value":true}},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Identity/GetPluginInfo","Request":{},"Response":{"name":"csi-mock-csi-mock-volumes-3027","vendor_version":"0.3.0","manifest":{"url":"https://github.com/kubernetes-csi/csi-test/mock"}},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Identity/GetPluginCapabilities","Request":{},"Response":{"capabilities":[{"Type":{"Service":{"type":1}}},{"Type":{"VolumeExpansion":{"type":1}}}]},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Controller/ControllerGetCapabilities","Request":{},"Response":{"capabilities":[{"Type":{"Rpc":{"type":1}}},{"Type":{"Rpc":{"type":3}}},{"Type":{"Rpc":{"type":4}}},{"Type":{"Rpc":{"type":6}}},{"Type":{"Rpc":{"type":5}}},{"Type":{"Rpc":{"type":8}}},{"Type":{"Rpc":{"type":7}}},{"Type":{"Rpc":{"type":2}}},{"Type":{"Rpc":{"type":9}}}]},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Controller/CreateVolume","Request":{"name":"pvc-1c4c3e36-1dff-4247-81e8-bc2e178deb3f","capacity_range":{"required_bytes":1073741824},"volume_capabilities":[{"AccessType":{"Mount":{"fs_type":"ext4"}},"access_mode":{"mode":1}}]},"Response":{"volume":{"capacity_bytes":1073741824,"volume_id":"4","volume_context":{"name":"pvc-1c4c3e36-1dff-4247-81e8-bc2e178deb3f"}}},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Node/NodeGetInfo","Request":{},"Response":{"node_id":"csi-mock-csi-mock-volumes-3027","max_volumes_per_node":2},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Controller/ControllerPublishVolume","Request":{"volume_id":"4","node_id":"csi-mock-csi-mock-volumes-3027","volume_capability":{"AccessType":{"Mount":{"fs_type":"ext4"}},"access_mode":{"mode":1}},"volume_context":{"name":"pvc-1c4c3e36-1dff-4247-81e8-bc2e178deb3f","storage.kubernetes.io/csiProvisionerIdentity":"1615498022545-8081-csi-mock-csi-mock-volumes-3027"}},"Response":{"publish_context":{"device":"/dev/mock","readonly":"false"}},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Node/NodeGetCapabilities","Request":{},"Response":{"capabilities":[{"Type":{"Rpc":{}}},{"Type":{"Rpc":{"type":1}}},{"Type":{"Rpc":{"type":2}}}]},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Node/NodeStageVolume","Request":{"volume_id":"4","publish_context":{"device":"/dev/mock","readonly":"false"},"staging_target_path":"/var/lib/kubelet/plugins/kubernetes.io/csi/pv/pvc-1c4c3e36-1dff-4247-81e8-bc2e178deb3f/globalmount","volume_capability":{"AccessType":{"Mount":{"fs_type":"ext4"}},"access_mode":{"mode":1}},"volume_context":{"name":"pvc-1c4c3e36-1dff-4247-81e8-bc2e178deb3f","storage.kubernetes.io/csiProvisionerIdentity":"1615498022545-8081-csi-mock-csi-mock-volumes-3027"}},"Response":{},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Node/NodeGetCapabilities","Request":{},"Response":{"capabilities":[{"Type":{"Rpc":{}}},{"Type":{"Rpc":{"type":1}}},{"Type":{"Rpc":{"type":2}}}]},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Node/NodePublishVolume","Request":{"volume_id":"4","publish_context":{"device":"/dev/mock","readonly":"false"},"staging_target_path":"/var/lib/kubelet/plugins/kubernetes.io/csi/pv/pvc-1c4c3e36-1dff-4247-81e8-bc2e178deb3f/globalmount","target_path":"/var/lib/kubelet/pods/80956163-7eb7-452d-b7e6-57fcfe22d84c/volumes/kubernetes.io~csi/pvc-1c4c3e36-1dff-4247-81e8-bc2e178deb3f/mount","volume_capability":{"AccessType":{"Mount":{"fs_type":"ext4"}},"access_mode":{"mode":1}},"volume_context":{"name":"pvc-1c4c3e36-1dff-4247-81e8-bc2e178deb3f","storage.kubernetes.io/csiProvisionerIdentity":"1615498022545-8081-csi-mock-csi-mock-volumes-3027"}},"Response":{},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Node/NodeUnpublishVolume","Request":{"volume_id":"4","target_path":"/var/lib/kubelet/pods/80956163-7eb7-452d-b7e6-57fcfe22d84c/volumes/kubernetes.io~csi/pvc-1c4c3e36-1dff-4247-81e8-bc2e178deb3f/mount"},"Response":{},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Node/NodeGetCapabilities","Request":{},"Response":{"capabilities":[{"Type":{"Rpc":{}}},{"Type":{"Rpc":{"type":1}}},{"Type":{"Rpc":{"type":2}}}]},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Node/NodeUnstageVolume","Request":{"volume_id":"4","staging_target_path":"/var/lib/kubelet/plugins/kubernetes.io/csi/pv/pvc-1c4c3e36-1dff-4247-81e8-bc2e178deb3f/globalmount"},"Response":{},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Controller/ControllerUnpublishVolume","Request":{"volume_id":"4","node_id":"csi-mock-csi-mock-volumes-3027"},"Response":{},"Error":"","FullError":null} Mar 11 21:27:17.473: INFO: Found NodeUnpublishVolume: {Method:/csi.v1.Node/NodeUnpublishVolume Request:{VolumeContext:map[]}} STEP: Deleting pod pvc-volume-tester-75j78 Mar 11 21:27:17.473: INFO: Deleting pod "pvc-volume-tester-75j78" in namespace "csi-mock-volumes-3027" STEP: Deleting claim pvc-q7ztk Mar 11 21:27:17.481: INFO: Waiting up to 2m0s for PersistentVolume pvc-1c4c3e36-1dff-4247-81e8-bc2e178deb3f to get deleted Mar 11 21:27:17.484: INFO: PersistentVolume pvc-1c4c3e36-1dff-4247-81e8-bc2e178deb3f found and phase=Bound (2.851667ms) Mar 11 21:27:19.490: INFO: PersistentVolume pvc-1c4c3e36-1dff-4247-81e8-bc2e178deb3f was removed STEP: Deleting storageclass csi-mock-volumes-3027-sc STEP: Cleaning up resources STEP: uninstalling csi mock driver Mar 11 21:27:19.496: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-3027/csi-attacher Mar 11 21:27:19.500: INFO: deleting *v1.ClusterRole: external-attacher-runner-csi-mock-volumes-3027 Mar 11 21:27:19.504: INFO: deleting *v1.ClusterRoleBinding: csi-attacher-role-csi-mock-volumes-3027 Mar 11 21:27:19.509: INFO: deleting *v1.Role: csi-mock-volumes-3027/external-attacher-cfg-csi-mock-volumes-3027 Mar 11 21:27:19.513: INFO: deleting *v1.RoleBinding: csi-mock-volumes-3027/csi-attacher-role-cfg Mar 11 21:27:19.517: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-3027/csi-provisioner Mar 11 21:27:19.521: INFO: deleting *v1.ClusterRole: external-provisioner-runner-csi-mock-volumes-3027 Mar 11 21:27:19.525: INFO: deleting *v1.ClusterRoleBinding: csi-provisioner-role-csi-mock-volumes-3027 Mar 11 21:27:19.530: INFO: deleting *v1.Role: csi-mock-volumes-3027/external-provisioner-cfg-csi-mock-volumes-3027 Mar 11 21:27:19.535: INFO: deleting *v1.RoleBinding: csi-mock-volumes-3027/csi-provisioner-role-cfg Mar 11 21:27:19.539: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-3027/csi-resizer Mar 11 21:27:19.545: INFO: deleting *v1.ClusterRole: external-resizer-runner-csi-mock-volumes-3027 Mar 11 21:27:19.550: INFO: deleting *v1.ClusterRoleBinding: csi-resizer-role-csi-mock-volumes-3027 Mar 11 21:27:19.554: INFO: deleting *v1.Role: csi-mock-volumes-3027/external-resizer-cfg-csi-mock-volumes-3027 Mar 11 21:27:19.558: INFO: deleting *v1.RoleBinding: csi-mock-volumes-3027/csi-resizer-role-cfg Mar 11 21:27:19.563: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-3027/csi-mock Mar 11 21:27:19.567: INFO: deleting *v1.ClusterRoleBinding: csi-controller-attacher-role-csi-mock-volumes-3027 Mar 11 21:27:19.571: INFO: deleting *v1.ClusterRoleBinding: csi-controller-provisioner-role-csi-mock-volumes-3027 Mar 11 21:27:19.574: INFO: deleting *v1.ClusterRoleBinding: csi-controller-cluster-driver-registrar-role-csi-mock-volumes-3027 Mar 11 21:27:19.578: INFO: deleting *v1.ClusterRoleBinding: psp-csi-controller-driver-registrar-role-csi-mock-volumes-3027 Mar 11 21:27:19.582: INFO: deleting *v1.ClusterRoleBinding: csi-controller-resizer-role-csi-mock-volumes-3027 Mar 11 21:27:19.586: INFO: deleting *v1.StorageClass: csi-mock-sc-csi-mock-volumes-3027 Mar 11 21:27:19.590: INFO: deleting *v1.StatefulSet: csi-mock-volumes-3027/csi-mockplugin Mar 11 21:27:19.595: INFO: deleting *v1.StatefulSet: csi-mock-volumes-3027/csi-mockplugin-attacher [AfterEach] [sig-storage] CSI mock volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:27:19.599: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "csi-mock-volumes-3027" for this suite. • [SLOW TEST:22.413 seconds] [sig-storage] CSI mock volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 CSI workload information using mock driver /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:267 should not be passed when CSIDriver does not exist /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:317 ------------------------------ {"msg":"PASSED [sig-storage] CSI mock volume CSI workload information using mock driver should not be passed when CSIDriver does not exist","total":118,"completed":38,"skipped":2273,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] [Serial] Volume metrics PVController should create none metrics for pvc controller before creating any PV or PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_metrics.go:478 [BeforeEach] [sig-storage] [Serial] Volume metrics /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:27:19.611: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename pv STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in pv-3103 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] [Serial] Volume metrics /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_metrics.go:56 Mar 11 21:27:19.732: INFO: Only supported for providers [gce gke aws] (not ) [AfterEach] [sig-storage] [Serial] Volume metrics /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:27:19.733: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "pv-3103" for this suite. [AfterEach] [sig-storage] [Serial] Volume metrics /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_metrics.go:82 S [SKIPPING] in Spec Setup (BeforeEach) [0.130 seconds] [sig-storage] [Serial] Volume metrics /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 PVController [BeforeEach] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_metrics.go:383 should create none metrics for pvc controller before creating any PV or PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_metrics.go:478 Only supported for providers [gce gke aws] (not ) /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_metrics.go:60 ------------------------------ SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] ConfigMap should be consumable from pods in volume as non-root with FSGroup [LinuxOnly] [NodeFeature:FSGroup] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/configmap_volume.go:75 [BeforeEach] [sig-storage] ConfigMap /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:27:19.743: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename configmap STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in configmap-9706 STEP: Waiting for a default service account to be provisioned in namespace [It] should be consumable from pods in volume as non-root with FSGroup [LinuxOnly] [NodeFeature:FSGroup] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/configmap_volume.go:75 STEP: Creating configMap with name configmap-test-volume-7b5639dd-5976-4701-bfe4-e96d0d095fdf STEP: Creating a pod to test consume configMaps Mar 11 21:27:19.880: INFO: Waiting up to 5m0s for pod "pod-configmaps-9b6d75e1-48d2-4c04-9914-2a7ebfe1f44b" in namespace "configmap-9706" to be "Succeeded or Failed" Mar 11 21:27:19.883: INFO: Pod "pod-configmaps-9b6d75e1-48d2-4c04-9914-2a7ebfe1f44b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.532247ms Mar 11 21:27:21.886: INFO: Pod "pod-configmaps-9b6d75e1-48d2-4c04-9914-2a7ebfe1f44b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.005403607s Mar 11 21:27:23.890: INFO: Pod "pod-configmaps-9b6d75e1-48d2-4c04-9914-2a7ebfe1f44b": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009144457s STEP: Saw pod success Mar 11 21:27:23.890: INFO: Pod "pod-configmaps-9b6d75e1-48d2-4c04-9914-2a7ebfe1f44b" satisfied condition "Succeeded or Failed" Mar 11 21:27:23.892: INFO: Trying to get logs from node node1 pod pod-configmaps-9b6d75e1-48d2-4c04-9914-2a7ebfe1f44b container configmap-volume-test: STEP: delete the pod Mar 11 21:27:23.906: INFO: Waiting for pod pod-configmaps-9b6d75e1-48d2-4c04-9914-2a7ebfe1f44b to disappear Mar 11 21:27:23.908: INFO: Pod pod-configmaps-9b6d75e1-48d2-4c04-9914-2a7ebfe1f44b no longer exists [AfterEach] [sig-storage] ConfigMap /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:27:23.908: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "configmap-9706" for this suite. •{"msg":"PASSED [sig-storage] ConfigMap should be consumable from pods in volume as non-root with FSGroup [LinuxOnly] [NodeFeature:FSGroup]","total":118,"completed":39,"skipped":2548,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] PersistentVolumes-local [Volume type: dir-link] One pod requesting one prebound PVC should be able to mount volume and read from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:228 [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:27:23.918: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename persistent-local-volumes-test STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in persistent-local-volumes-test-5783 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:155 [BeforeEach] [Volume type: dir-link] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:191 STEP: Initializing test volumes Mar 11 21:27:26.063: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir /tmp/local-volume-test-aeac8185-b77b-43de-ae5f-a841ab29c8fb-backend && ln -s /tmp/local-volume-test-aeac8185-b77b-43de-ae5f-a841ab29c8fb-backend /tmp/local-volume-test-aeac8185-b77b-43de-ae5f-a841ab29c8fb] Namespace:persistent-local-volumes-test-5783 PodName:hostexec-node1-k76ps ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:27:26.063: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating local PVCs and PVs Mar 11 21:27:26.186: INFO: Creating a PV followed by a PVC Mar 11 21:27:26.194: INFO: Waiting for PV local-pv58d82 to bind to PVC pvc-svdh9 Mar 11 21:27:26.194: INFO: Waiting up to 3m0s for PersistentVolumeClaims [pvc-svdh9] to have phase Bound Mar 11 21:27:26.196: INFO: PersistentVolumeClaim pvc-svdh9 found but phase is Pending instead of Bound. Mar 11 21:27:28.201: INFO: PersistentVolumeClaim pvc-svdh9 found and phase=Bound (2.006241457s) Mar 11 21:27:28.201: INFO: Waiting up to 3m0s for PersistentVolume local-pv58d82 to have phase Bound Mar 11 21:27:28.203: INFO: PersistentVolume local-pv58d82 found and phase=Bound (2.588976ms) [BeforeEach] One pod requesting one prebound PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:211 STEP: Creating pod1 STEP: Creating a pod Mar 11 21:27:32.230: INFO: pod "security-context-69963c01-b4cd-4247-8ee8-81cd37244aba" created on Node "node1" STEP: Writing in pod1 Mar 11 21:27:32.230: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo test-file-content > /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-5783 PodName:security-context-69963c01-b4cd-4247-8ee8-81cd37244aba ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:27:32.230: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:27:32.330: INFO: podRWCmdExec out: "" err: [It] should be able to mount volume and read from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:228 STEP: Reading in pod1 Mar 11 21:27:32.330: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-5783 PodName:security-context-69963c01-b4cd-4247-8ee8-81cd37244aba ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:27:32.330: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:27:32.446: INFO: podRWCmdExec out: "test-file-content" err: [AfterEach] One pod requesting one prebound PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:223 STEP: Deleting pod1 STEP: Deleting pod security-context-69963c01-b4cd-4247-8ee8-81cd37244aba in namespace persistent-local-volumes-test-5783 [AfterEach] [Volume type: dir-link] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:200 STEP: Cleaning up PVC and PV Mar 11 21:27:32.450: INFO: Deleting PersistentVolumeClaim "pvc-svdh9" Mar 11 21:27:32.455: INFO: Deleting PersistentVolume "local-pv58d82" STEP: Removing the test directory Mar 11 21:27:32.458: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-aeac8185-b77b-43de-ae5f-a841ab29c8fb && rm -r /tmp/local-volume-test-aeac8185-b77b-43de-ae5f-a841ab29c8fb-backend] Namespace:persistent-local-volumes-test-5783 PodName:hostexec-node1-k76ps ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:27:32.458: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:27:32.572: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "persistent-local-volumes-test-5783" for this suite. • [SLOW TEST:8.662 seconds] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 [Volume type: dir-link] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:188 One pod requesting one prebound PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:205 should be able to mount volume and read from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:228 ------------------------------ {"msg":"PASSED [sig-storage] PersistentVolumes-local [Volume type: dir-link] One pod requesting one prebound PVC should be able to mount volume and read from pod1","total":118,"completed":40,"skipped":2698,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] CSI mock volume CSI workload information using mock driver should not be passed when podInfoOnMount=false /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:317 [BeforeEach] [sig-storage] CSI mock volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:27:32.581: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename csi-mock-volumes STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in csi-mock-volumes-7268 STEP: Waiting for a default service account to be provisioned in namespace [It] should not be passed when podInfoOnMount=false /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:317 STEP: deploying csi mock driver Mar 11 21:27:32.722: INFO: creating *v1.ServiceAccount: csi-mock-volumes-7268/csi-attacher Mar 11 21:27:32.725: INFO: creating *v1.ClusterRole: external-attacher-runner-csi-mock-volumes-7268 Mar 11 21:27:32.725: INFO: Define cluster role external-attacher-runner-csi-mock-volumes-7268 Mar 11 21:27:32.728: INFO: creating *v1.ClusterRoleBinding: csi-attacher-role-csi-mock-volumes-7268 Mar 11 21:27:32.731: INFO: creating *v1.Role: csi-mock-volumes-7268/external-attacher-cfg-csi-mock-volumes-7268 Mar 11 21:27:32.734: INFO: creating *v1.RoleBinding: csi-mock-volumes-7268/csi-attacher-role-cfg Mar 11 21:27:32.736: INFO: creating *v1.ServiceAccount: csi-mock-volumes-7268/csi-provisioner Mar 11 21:27:32.738: INFO: creating *v1.ClusterRole: external-provisioner-runner-csi-mock-volumes-7268 Mar 11 21:27:32.738: INFO: Define cluster role external-provisioner-runner-csi-mock-volumes-7268 Mar 11 21:27:32.741: INFO: creating *v1.ClusterRoleBinding: csi-provisioner-role-csi-mock-volumes-7268 Mar 11 21:27:32.744: INFO: creating *v1.Role: csi-mock-volumes-7268/external-provisioner-cfg-csi-mock-volumes-7268 Mar 11 21:27:32.746: INFO: creating *v1.RoleBinding: csi-mock-volumes-7268/csi-provisioner-role-cfg Mar 11 21:27:32.749: INFO: creating *v1.ServiceAccount: csi-mock-volumes-7268/csi-resizer Mar 11 21:27:32.752: INFO: creating *v1.ClusterRole: external-resizer-runner-csi-mock-volumes-7268 Mar 11 21:27:32.752: INFO: Define cluster role external-resizer-runner-csi-mock-volumes-7268 Mar 11 21:27:32.754: INFO: creating *v1.ClusterRoleBinding: csi-resizer-role-csi-mock-volumes-7268 Mar 11 21:27:32.757: INFO: creating *v1.Role: csi-mock-volumes-7268/external-resizer-cfg-csi-mock-volumes-7268 Mar 11 21:27:32.760: INFO: creating *v1.RoleBinding: csi-mock-volumes-7268/csi-resizer-role-cfg Mar 11 21:27:32.762: INFO: creating *v1.ServiceAccount: csi-mock-volumes-7268/csi-mock Mar 11 21:27:32.765: INFO: creating *v1.ClusterRoleBinding: csi-controller-attacher-role-csi-mock-volumes-7268 Mar 11 21:27:32.767: INFO: creating *v1.ClusterRoleBinding: csi-controller-provisioner-role-csi-mock-volumes-7268 Mar 11 21:27:32.770: INFO: creating *v1.ClusterRoleBinding: csi-controller-cluster-driver-registrar-role-csi-mock-volumes-7268 Mar 11 21:27:32.773: INFO: creating *v1.ClusterRoleBinding: psp-csi-controller-driver-registrar-role-csi-mock-volumes-7268 Mar 11 21:27:32.775: INFO: creating *v1.ClusterRoleBinding: csi-controller-resizer-role-csi-mock-volumes-7268 Mar 11 21:27:32.778: INFO: creating *v1.StorageClass: csi-mock-sc-csi-mock-volumes-7268 Mar 11 21:27:32.780: INFO: creating *v1.StatefulSet: csi-mock-volumes-7268/csi-mockplugin Mar 11 21:27:32.785: INFO: creating *v1.CSIDriver: csi-mock-csi-mock-volumes-7268 Mar 11 21:27:32.787: INFO: creating *v1.StatefulSet: csi-mock-volumes-7268/csi-mockplugin-attacher Mar 11 21:27:32.791: INFO: waiting up to 4m0s for CSIDriver "csi-mock-csi-mock-volumes-7268" STEP: Creating pod Mar 11 21:27:32.797: INFO: Warning: Making PVC: VolumeMode specified as invalid empty string, treating as nil Mar 11 21:27:32.799: INFO: Waiting up to 5m0s for PersistentVolumeClaims [pvc-zqmfn] to have phase Bound Mar 11 21:27:32.801: INFO: PersistentVolumeClaim pvc-zqmfn found but phase is Pending instead of Bound. Mar 11 21:27:34.805: INFO: PersistentVolumeClaim pvc-zqmfn found but phase is Pending instead of Bound. Mar 11 21:27:36.808: INFO: PersistentVolumeClaim pvc-zqmfn found but phase is Pending instead of Bound. Mar 11 21:27:38.811: INFO: PersistentVolumeClaim pvc-zqmfn found and phase=Bound (6.012187715s) STEP: Deleting the previously created pod Mar 11 21:27:58.833: INFO: Deleting pod "pvc-volume-tester-d25hq" in namespace "csi-mock-volumes-7268" Mar 11 21:27:58.838: INFO: Wait up to 5m0s for pod "pvc-volume-tester-d25hq" to be fully deleted STEP: Checking CSI driver logs Mar 11 21:28:06.852: INFO: CSI driver logs: mock driver started gRPCCall: {"Method":"/csi.v1.Identity/Probe","Request":{},"Response":{"ready":{"value":true}},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Identity/GetPluginInfo","Request":{},"Response":{"name":"csi-mock-csi-mock-volumes-7268","vendor_version":"0.3.0","manifest":{"url":"https://github.com/kubernetes-csi/csi-test/mock"}},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Identity/GetPluginCapabilities","Request":{},"Response":{"capabilities":[{"Type":{"Service":{"type":1}}},{"Type":{"VolumeExpansion":{"type":1}}}]},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Controller/ControllerGetCapabilities","Request":{},"Response":{"capabilities":[{"Type":{"Rpc":{"type":1}}},{"Type":{"Rpc":{"type":3}}},{"Type":{"Rpc":{"type":4}}},{"Type":{"Rpc":{"type":6}}},{"Type":{"Rpc":{"type":5}}},{"Type":{"Rpc":{"type":8}}},{"Type":{"Rpc":{"type":7}}},{"Type":{"Rpc":{"type":2}}},{"Type":{"Rpc":{"type":9}}}]},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Identity/GetPluginInfo","Request":{},"Response":{"name":"csi-mock-csi-mock-volumes-7268","vendor_version":"0.3.0","manifest":{"url":"https://github.com/kubernetes-csi/csi-test/mock"}},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Controller/CreateVolume","Request":{"name":"pvc-ec55dfdb-82cc-4776-a4ac-229a0da15f01","capacity_range":{"required_bytes":1073741824},"volume_capabilities":[{"AccessType":{"Mount":{"fs_type":"ext4"}},"access_mode":{"mode":1}}]},"Response":{"volume":{"capacity_bytes":1073741824,"volume_id":"4","volume_context":{"name":"pvc-ec55dfdb-82cc-4776-a4ac-229a0da15f01"}}},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Node/NodeGetInfo","Request":{},"Response":{"node_id":"csi-mock-csi-mock-volumes-7268","max_volumes_per_node":2},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Identity/Probe","Request":{},"Response":{"ready":{"value":true}},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Identity/GetPluginInfo","Request":{},"Response":{"name":"csi-mock-csi-mock-volumes-7268","vendor_version":"0.3.0","manifest":{"url":"https://github.com/kubernetes-csi/csi-test/mock"}},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Identity/GetPluginCapabilities","Request":{},"Response":{"capabilities":[{"Type":{"Service":{"type":1}}},{"Type":{"VolumeExpansion":{"type":1}}}]},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Controller/ControllerGetCapabilities","Request":{},"Response":{"capabilities":[{"Type":{"Rpc":{"type":1}}},{"Type":{"Rpc":{"type":3}}},{"Type":{"Rpc":{"type":4}}},{"Type":{"Rpc":{"type":6}}},{"Type":{"Rpc":{"type":5}}},{"Type":{"Rpc":{"type":8}}},{"Type":{"Rpc":{"type":7}}},{"Type":{"Rpc":{"type":2}}},{"Type":{"Rpc":{"type":9}}}]},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Controller/ControllerGetCapabilities","Request":{},"Response":{"capabilities":[{"Type":{"Rpc":{"type":1}}},{"Type":{"Rpc":{"type":3}}},{"Type":{"Rpc":{"type":4}}},{"Type":{"Rpc":{"type":6}}},{"Type":{"Rpc":{"type":5}}},{"Type":{"Rpc":{"type":8}}},{"Type":{"Rpc":{"type":7}}},{"Type":{"Rpc":{"type":2}}},{"Type":{"Rpc":{"type":9}}}]},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Controller/ControllerPublishVolume","Request":{"volume_id":"4","node_id":"csi-mock-csi-mock-volumes-7268","volume_capability":{"AccessType":{"Mount":{"fs_type":"ext4"}},"access_mode":{"mode":1}},"volume_context":{"name":"pvc-ec55dfdb-82cc-4776-a4ac-229a0da15f01","storage.kubernetes.io/csiProvisionerIdentity":"1615498057014-8081-csi-mock-csi-mock-volumes-7268"}},"Response":{"publish_context":{"device":"/dev/mock","readonly":"false"}},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Node/NodeGetCapabilities","Request":{},"Response":{"capabilities":[{"Type":{"Rpc":{}}},{"Type":{"Rpc":{"type":1}}},{"Type":{"Rpc":{"type":2}}}]},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Node/NodeStageVolume","Request":{"volume_id":"4","publish_context":{"device":"/dev/mock","readonly":"false"},"staging_target_path":"/var/lib/kubelet/plugins/kubernetes.io/csi/pv/pvc-ec55dfdb-82cc-4776-a4ac-229a0da15f01/globalmount","volume_capability":{"AccessType":{"Mount":{"fs_type":"ext4"}},"access_mode":{"mode":1}},"volume_context":{"name":"pvc-ec55dfdb-82cc-4776-a4ac-229a0da15f01","storage.kubernetes.io/csiProvisionerIdentity":"1615498057014-8081-csi-mock-csi-mock-volumes-7268"}},"Response":{},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Node/NodeGetCapabilities","Request":{},"Response":{"capabilities":[{"Type":{"Rpc":{}}},{"Type":{"Rpc":{"type":1}}},{"Type":{"Rpc":{"type":2}}}]},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Node/NodePublishVolume","Request":{"volume_id":"4","publish_context":{"device":"/dev/mock","readonly":"false"},"staging_target_path":"/var/lib/kubelet/plugins/kubernetes.io/csi/pv/pvc-ec55dfdb-82cc-4776-a4ac-229a0da15f01/globalmount","target_path":"/var/lib/kubelet/pods/57202cab-4e6b-434f-b228-6719cbe41373/volumes/kubernetes.io~csi/pvc-ec55dfdb-82cc-4776-a4ac-229a0da15f01/mount","volume_capability":{"AccessType":{"Mount":{"fs_type":"ext4"}},"access_mode":{"mode":1}},"volume_context":{"name":"pvc-ec55dfdb-82cc-4776-a4ac-229a0da15f01","storage.kubernetes.io/csiProvisionerIdentity":"1615498057014-8081-csi-mock-csi-mock-volumes-7268"}},"Response":{},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Node/NodeGetCapabilities","Request":{},"Response":{"capabilities":[{"Type":{"Rpc":{}}},{"Type":{"Rpc":{"type":1}}},{"Type":{"Rpc":{"type":2}}}]},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Node/NodeGetVolumeStats","Request":{"volume_id":"4","volume_path":"/var/lib/kubelet/pods/57202cab-4e6b-434f-b228-6719cbe41373/volumes/kubernetes.io~csi/pvc-ec55dfdb-82cc-4776-a4ac-229a0da15f01/mount"},"Response":{"usage":[{"total":1073741824,"unit":1}]},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Node/NodeUnpublishVolume","Request":{"volume_id":"4","target_path":"/var/lib/kubelet/pods/57202cab-4e6b-434f-b228-6719cbe41373/volumes/kubernetes.io~csi/pvc-ec55dfdb-82cc-4776-a4ac-229a0da15f01/mount"},"Response":{},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Node/NodeGetCapabilities","Request":{},"Response":{"capabilities":[{"Type":{"Rpc":{}}},{"Type":{"Rpc":{"type":1}}},{"Type":{"Rpc":{"type":2}}}]},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Node/NodeUnstageVolume","Request":{"volume_id":"4","staging_target_path":"/var/lib/kubelet/plugins/kubernetes.io/csi/pv/pvc-ec55dfdb-82cc-4776-a4ac-229a0da15f01/globalmount"},"Response":{},"Error":"","FullError":null} Mar 11 21:28:06.852: INFO: Found NodeUnpublishVolume: {Method:/csi.v1.Node/NodeUnpublishVolume Request:{VolumeContext:map[]}} STEP: Deleting pod pvc-volume-tester-d25hq Mar 11 21:28:06.852: INFO: Deleting pod "pvc-volume-tester-d25hq" in namespace "csi-mock-volumes-7268" STEP: Deleting claim pvc-zqmfn Mar 11 21:28:06.861: INFO: Waiting up to 2m0s for PersistentVolume pvc-ec55dfdb-82cc-4776-a4ac-229a0da15f01 to get deleted Mar 11 21:28:06.863: INFO: PersistentVolume pvc-ec55dfdb-82cc-4776-a4ac-229a0da15f01 found and phase=Bound (2.00838ms) Mar 11 21:28:08.865: INFO: PersistentVolume pvc-ec55dfdb-82cc-4776-a4ac-229a0da15f01 was removed STEP: Deleting storageclass csi-mock-volumes-7268-sc STEP: Cleaning up resources STEP: uninstalling csi mock driver Mar 11 21:28:08.871: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-7268/csi-attacher Mar 11 21:28:08.876: INFO: deleting *v1.ClusterRole: external-attacher-runner-csi-mock-volumes-7268 Mar 11 21:28:08.881: INFO: deleting *v1.ClusterRoleBinding: csi-attacher-role-csi-mock-volumes-7268 Mar 11 21:28:08.886: INFO: deleting *v1.Role: csi-mock-volumes-7268/external-attacher-cfg-csi-mock-volumes-7268 Mar 11 21:28:08.891: INFO: deleting *v1.RoleBinding: csi-mock-volumes-7268/csi-attacher-role-cfg Mar 11 21:28:08.895: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-7268/csi-provisioner Mar 11 21:28:08.902: INFO: deleting *v1.ClusterRole: external-provisioner-runner-csi-mock-volumes-7268 Mar 11 21:28:08.910: INFO: deleting *v1.ClusterRoleBinding: csi-provisioner-role-csi-mock-volumes-7268 Mar 11 21:28:08.919: INFO: deleting *v1.Role: csi-mock-volumes-7268/external-provisioner-cfg-csi-mock-volumes-7268 Mar 11 21:28:08.924: INFO: deleting *v1.RoleBinding: csi-mock-volumes-7268/csi-provisioner-role-cfg Mar 11 21:28:08.928: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-7268/csi-resizer Mar 11 21:28:08.932: INFO: deleting *v1.ClusterRole: external-resizer-runner-csi-mock-volumes-7268 Mar 11 21:28:08.937: INFO: deleting *v1.ClusterRoleBinding: csi-resizer-role-csi-mock-volumes-7268 Mar 11 21:28:08.941: INFO: deleting *v1.Role: csi-mock-volumes-7268/external-resizer-cfg-csi-mock-volumes-7268 Mar 11 21:28:08.945: INFO: deleting *v1.RoleBinding: csi-mock-volumes-7268/csi-resizer-role-cfg Mar 11 21:28:08.949: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-7268/csi-mock Mar 11 21:28:08.954: INFO: deleting *v1.ClusterRoleBinding: csi-controller-attacher-role-csi-mock-volumes-7268 Mar 11 21:28:08.959: INFO: deleting *v1.ClusterRoleBinding: csi-controller-provisioner-role-csi-mock-volumes-7268 Mar 11 21:28:08.963: INFO: deleting *v1.ClusterRoleBinding: csi-controller-cluster-driver-registrar-role-csi-mock-volumes-7268 Mar 11 21:28:08.967: INFO: deleting *v1.ClusterRoleBinding: psp-csi-controller-driver-registrar-role-csi-mock-volumes-7268 Mar 11 21:28:08.972: INFO: deleting *v1.ClusterRoleBinding: csi-controller-resizer-role-csi-mock-volumes-7268 Mar 11 21:28:08.977: INFO: deleting *v1.StorageClass: csi-mock-sc-csi-mock-volumes-7268 Mar 11 21:28:08.981: INFO: deleting *v1.StatefulSet: csi-mock-volumes-7268/csi-mockplugin Mar 11 21:28:08.986: INFO: deleting *v1.CSIDriver: csi-mock-csi-mock-volumes-7268 Mar 11 21:28:08.990: INFO: deleting *v1.StatefulSet: csi-mock-volumes-7268/csi-mockplugin-attacher [AfterEach] [sig-storage] CSI mock volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:28:08.997: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "csi-mock-volumes-7268" for this suite. • [SLOW TEST:36.425 seconds] [sig-storage] CSI mock volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 CSI workload information using mock driver /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:267 should not be passed when podInfoOnMount=false /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:317 ------------------------------ {"msg":"PASSED [sig-storage] CSI mock volume CSI workload information using mock driver should not be passed when podInfoOnMount=false","total":118,"completed":41,"skipped":2731,"failed":0} SSSSSSS ------------------------------ [k8s.io] Variable Expansion should allow substituting values in a volume subpath [sig-storage] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/expansion.go:162 [BeforeEach] [k8s.io] Variable Expansion /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:28:09.006: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename var-expansion STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in var-expansion-8363 STEP: Waiting for a default service account to be provisioned in namespace [It] should allow substituting values in a volume subpath [sig-storage] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/expansion.go:162 STEP: Creating a pod to test substitution in volume subpath Mar 11 21:28:09.141: INFO: Waiting up to 5m0s for pod "var-expansion-46ae549b-8d38-43b7-8ea4-c221661f77c6" in namespace "var-expansion-8363" to be "Succeeded or Failed" Mar 11 21:28:09.144: INFO: Pod "var-expansion-46ae549b-8d38-43b7-8ea4-c221661f77c6": Phase="Pending", Reason="", readiness=false. Elapsed: 2.264933ms Mar 11 21:28:11.148: INFO: Pod "var-expansion-46ae549b-8d38-43b7-8ea4-c221661f77c6": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006582587s Mar 11 21:28:13.152: INFO: Pod "var-expansion-46ae549b-8d38-43b7-8ea4-c221661f77c6": Phase="Pending", Reason="", readiness=false. Elapsed: 4.010743154s Mar 11 21:28:15.155: INFO: Pod "var-expansion-46ae549b-8d38-43b7-8ea4-c221661f77c6": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.013846581s STEP: Saw pod success Mar 11 21:28:15.155: INFO: Pod "var-expansion-46ae549b-8d38-43b7-8ea4-c221661f77c6" satisfied condition "Succeeded or Failed" Mar 11 21:28:15.157: INFO: Trying to get logs from node node1 pod var-expansion-46ae549b-8d38-43b7-8ea4-c221661f77c6 container dapi-container: STEP: delete the pod Mar 11 21:28:15.171: INFO: Waiting for pod var-expansion-46ae549b-8d38-43b7-8ea4-c221661f77c6 to disappear Mar 11 21:28:15.172: INFO: Pod var-expansion-46ae549b-8d38-43b7-8ea4-c221661f77c6 no longer exists [AfterEach] [k8s.io] Variable Expansion /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:28:15.173: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "var-expansion-8363" for this suite. • [SLOW TEST:6.174 seconds] [k8s.io] Variable Expansion /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:698 should allow substituting values in a volume subpath [sig-storage] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/expansion.go:162 ------------------------------ {"msg":"PASSED [k8s.io] Variable Expansion should allow substituting values in a volume subpath [sig-storage]","total":118,"completed":42,"skipped":2738,"failed":0} SSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] EmptyDir volumes when FSGroup is specified [LinuxOnly] [NodeFeature:FSGroup] files with FSGroup ownership should support (root,0644,tmpfs) /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/empty_dir.go:64 [BeforeEach] [sig-storage] EmptyDir volumes /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:28:15.181: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename emptydir STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in emptydir-7804 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] when FSGroup is specified [LinuxOnly] [NodeFeature:FSGroup] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/empty_dir.go:47 [It] files with FSGroup ownership should support (root,0644,tmpfs) /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/empty_dir.go:64 STEP: Creating a pod to test emptydir 0644 on tmpfs Mar 11 21:28:15.314: INFO: Waiting up to 5m0s for pod "pod-ede8c769-f52c-4da2-ac1c-f3baf317711b" in namespace "emptydir-7804" to be "Succeeded or Failed" Mar 11 21:28:15.316: INFO: Pod "pod-ede8c769-f52c-4da2-ac1c-f3baf317711b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.104719ms Mar 11 21:28:17.321: INFO: Pod "pod-ede8c769-f52c-4da2-ac1c-f3baf317711b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00652109s Mar 11 21:28:19.323: INFO: Pod "pod-ede8c769-f52c-4da2-ac1c-f3baf317711b": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008880887s STEP: Saw pod success Mar 11 21:28:19.323: INFO: Pod "pod-ede8c769-f52c-4da2-ac1c-f3baf317711b" satisfied condition "Succeeded or Failed" Mar 11 21:28:19.325: INFO: Trying to get logs from node node2 pod pod-ede8c769-f52c-4da2-ac1c-f3baf317711b container test-container: STEP: delete the pod Mar 11 21:28:19.337: INFO: Waiting for pod pod-ede8c769-f52c-4da2-ac1c-f3baf317711b to disappear Mar 11 21:28:19.339: INFO: Pod pod-ede8c769-f52c-4da2-ac1c-f3baf317711b no longer exists [AfterEach] [sig-storage] EmptyDir volumes /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:28:19.339: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "emptydir-7804" for this suite. •{"msg":"PASSED [sig-storage] EmptyDir volumes when FSGroup is specified [LinuxOnly] [NodeFeature:FSGroup] files with FSGroup ownership should support (root,0644,tmpfs)","total":118,"completed":43,"skipped":2760,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] EmptyDir volumes when FSGroup is specified [LinuxOnly] [NodeFeature:FSGroup] volume on tmpfs should have the correct mode using FSGroup /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/empty_dir.go:72 [BeforeEach] [sig-storage] EmptyDir volumes /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:28:19.347: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename emptydir STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in emptydir-3673 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] when FSGroup is specified [LinuxOnly] [NodeFeature:FSGroup] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/empty_dir.go:47 [It] volume on tmpfs should have the correct mode using FSGroup /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/empty_dir.go:72 STEP: Creating a pod to test emptydir volume type on tmpfs Mar 11 21:28:19.482: INFO: Waiting up to 5m0s for pod "pod-c4959e12-1789-4fbb-b847-073fe0b01e2e" in namespace "emptydir-3673" to be "Succeeded or Failed" Mar 11 21:28:19.484: INFO: Pod "pod-c4959e12-1789-4fbb-b847-073fe0b01e2e": Phase="Pending", Reason="", readiness=false. Elapsed: 2.60074ms Mar 11 21:28:21.489: INFO: Pod "pod-c4959e12-1789-4fbb-b847-073fe0b01e2e": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007147865s Mar 11 21:28:23.492: INFO: Pod "pod-c4959e12-1789-4fbb-b847-073fe0b01e2e": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010256987s STEP: Saw pod success Mar 11 21:28:23.492: INFO: Pod "pod-c4959e12-1789-4fbb-b847-073fe0b01e2e" satisfied condition "Succeeded or Failed" Mar 11 21:28:23.495: INFO: Trying to get logs from node node2 pod pod-c4959e12-1789-4fbb-b847-073fe0b01e2e container test-container: STEP: delete the pod Mar 11 21:28:23.516: INFO: Waiting for pod pod-c4959e12-1789-4fbb-b847-073fe0b01e2e to disappear Mar 11 21:28:23.518: INFO: Pod pod-c4959e12-1789-4fbb-b847-073fe0b01e2e no longer exists [AfterEach] [sig-storage] EmptyDir volumes /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:28:23.518: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "emptydir-3673" for this suite. •{"msg":"PASSED [sig-storage] EmptyDir volumes when FSGroup is specified [LinuxOnly] [NodeFeature:FSGroup] volume on tmpfs should have the correct mode using FSGroup","total":118,"completed":44,"skipped":2803,"failed":0} SSSSSS ------------------------------ [sig-storage] PersistentVolumes-local [Volume type: dir-link] One pod requesting one prebound PVC should be able to mount volume and write from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:234 [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:28:23.526: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename persistent-local-volumes-test STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in persistent-local-volumes-test-5332 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:155 [BeforeEach] [Volume type: dir-link] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:191 STEP: Initializing test volumes Mar 11 21:28:25.672: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir /tmp/local-volume-test-c143b5b0-9f43-4d19-bf76-67d00a9514ea-backend && ln -s /tmp/local-volume-test-c143b5b0-9f43-4d19-bf76-67d00a9514ea-backend /tmp/local-volume-test-c143b5b0-9f43-4d19-bf76-67d00a9514ea] Namespace:persistent-local-volumes-test-5332 PodName:hostexec-node1-trdbb ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:28:25.672: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating local PVCs and PVs Mar 11 21:28:25.794: INFO: Creating a PV followed by a PVC Mar 11 21:28:25.801: INFO: Waiting for PV local-pvz49mt to bind to PVC pvc-cbngj Mar 11 21:28:25.801: INFO: Waiting up to 3m0s for PersistentVolumeClaims [pvc-cbngj] to have phase Bound Mar 11 21:28:25.804: INFO: PersistentVolumeClaim pvc-cbngj found but phase is Pending instead of Bound. Mar 11 21:28:27.808: INFO: PersistentVolumeClaim pvc-cbngj found but phase is Pending instead of Bound. Mar 11 21:28:29.812: INFO: PersistentVolumeClaim pvc-cbngj found but phase is Pending instead of Bound. Mar 11 21:28:31.815: INFO: PersistentVolumeClaim pvc-cbngj found but phase is Pending instead of Bound. Mar 11 21:28:33.819: INFO: PersistentVolumeClaim pvc-cbngj found and phase=Bound (8.017670151s) Mar 11 21:28:33.819: INFO: Waiting up to 3m0s for PersistentVolume local-pvz49mt to have phase Bound Mar 11 21:28:33.822: INFO: PersistentVolume local-pvz49mt found and phase=Bound (2.739366ms) [BeforeEach] One pod requesting one prebound PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:211 STEP: Creating pod1 STEP: Creating a pod Mar 11 21:28:39.850: INFO: pod "security-context-73e9737d-de71-4e39-8d2b-dd81ecd48077" created on Node "node1" STEP: Writing in pod1 Mar 11 21:28:39.850: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo test-file-content > /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-5332 PodName:security-context-73e9737d-de71-4e39-8d2b-dd81ecd48077 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:28:39.850: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:28:39.952: INFO: podRWCmdExec out: "" err: [It] should be able to mount volume and write from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:234 Mar 11 21:28:39.952: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-5332 PodName:security-context-73e9737d-de71-4e39-8d2b-dd81ecd48077 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:28:39.952: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:28:40.055: INFO: podRWCmdExec out: "test-file-content" err: STEP: Writing in pod1 Mar 11 21:28:40.055: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo /tmp/local-volume-test-c143b5b0-9f43-4d19-bf76-67d00a9514ea > /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-5332 PodName:security-context-73e9737d-de71-4e39-8d2b-dd81ecd48077 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:28:40.055: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:28:40.166: INFO: podRWCmdExec out: "" err: [AfterEach] One pod requesting one prebound PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:223 STEP: Deleting pod1 STEP: Deleting pod security-context-73e9737d-de71-4e39-8d2b-dd81ecd48077 in namespace persistent-local-volumes-test-5332 [AfterEach] [Volume type: dir-link] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:200 STEP: Cleaning up PVC and PV Mar 11 21:28:40.171: INFO: Deleting PersistentVolumeClaim "pvc-cbngj" Mar 11 21:28:40.175: INFO: Deleting PersistentVolume "local-pvz49mt" STEP: Removing the test directory Mar 11 21:28:40.180: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-c143b5b0-9f43-4d19-bf76-67d00a9514ea && rm -r /tmp/local-volume-test-c143b5b0-9f43-4d19-bf76-67d00a9514ea-backend] Namespace:persistent-local-volumes-test-5332 PodName:hostexec-node1-trdbb ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:28:40.180: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:28:40.295: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "persistent-local-volumes-test-5332" for this suite. • [SLOW TEST:16.776 seconds] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 [Volume type: dir-link] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:188 One pod requesting one prebound PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:205 should be able to mount volume and write from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:234 ------------------------------ {"msg":"PASSED [sig-storage] PersistentVolumes-local [Volume type: dir-link] One pod requesting one prebound PVC should be able to mount volume and write from pod1","total":118,"completed":45,"skipped":2809,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] PVC Protection Verify that PVC in active use by a pod is not removed immediately /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/pvc_protection.go:124 [BeforeEach] [sig-storage] PVC Protection /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:28:40.303: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename pvc-protection STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in pvc-protection-9873 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PVC Protection /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/pvc_protection.go:71 Mar 11 21:28:40.424: INFO: Waiting up to 30m0s for all (but 0) nodes to be schedulable STEP: Creating a PVC Mar 11 21:28:40.428: INFO: error finding default storageClass : No default storage class found [AfterEach] [sig-storage] PVC Protection /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:28:40.430: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "pvc-protection-9873" for this suite. [AfterEach] [sig-storage] PVC Protection /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/pvc_protection.go:106 S [SKIPPING] in Spec Setup (BeforeEach) [0.134 seconds] [sig-storage] PVC Protection /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 Verify that PVC in active use by a pod is not removed immediately [BeforeEach] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/pvc_protection.go:124 error finding default storageClass : No default storage class found /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/pv/pv.go:800 ------------------------------ SSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] EmptyDir volumes when FSGroup is specified [LinuxOnly] [NodeFeature:FSGroup] new files should be created with FSGroup ownership when container is root /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/empty_dir.go:52 [BeforeEach] [sig-storage] EmptyDir volumes /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:28:40.438: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename emptydir STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in emptydir-9804 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] when FSGroup is specified [LinuxOnly] [NodeFeature:FSGroup] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/empty_dir.go:47 [It] new files should be created with FSGroup ownership when container is root /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/empty_dir.go:52 STEP: Creating a pod to test emptydir 0644 on tmpfs Mar 11 21:28:40.570: INFO: Waiting up to 5m0s for pod "pod-92a96317-6463-4d7a-807e-cc159ab6bfd1" in namespace "emptydir-9804" to be "Succeeded or Failed" Mar 11 21:28:40.572: INFO: Pod "pod-92a96317-6463-4d7a-807e-cc159ab6bfd1": Phase="Pending", Reason="", readiness=false. Elapsed: 2.061912ms Mar 11 21:28:42.578: INFO: Pod "pod-92a96317-6463-4d7a-807e-cc159ab6bfd1": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00723739s Mar 11 21:28:44.583: INFO: Pod "pod-92a96317-6463-4d7a-807e-cc159ab6bfd1": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.012921832s STEP: Saw pod success Mar 11 21:28:44.583: INFO: Pod "pod-92a96317-6463-4d7a-807e-cc159ab6bfd1" satisfied condition "Succeeded or Failed" Mar 11 21:28:44.586: INFO: Trying to get logs from node node2 pod pod-92a96317-6463-4d7a-807e-cc159ab6bfd1 container test-container: STEP: delete the pod Mar 11 21:28:44.598: INFO: Waiting for pod pod-92a96317-6463-4d7a-807e-cc159ab6bfd1 to disappear Mar 11 21:28:44.600: INFO: Pod pod-92a96317-6463-4d7a-807e-cc159ab6bfd1 no longer exists [AfterEach] [sig-storage] EmptyDir volumes /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:28:44.601: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "emptydir-9804" for this suite. •{"msg":"PASSED [sig-storage] EmptyDir volumes when FSGroup is specified [LinuxOnly] [NodeFeature:FSGroup] new files should be created with FSGroup ownership when container is root","total":118,"completed":46,"skipped":2903,"failed":0} ------------------------------ [sig-storage] CSI mock volume CSI Volume expansion should expand volume without restarting pod if nodeExpansion=off /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:417 [BeforeEach] [sig-storage] CSI mock volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:28:44.610: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename csi-mock-volumes STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in csi-mock-volumes-5767 STEP: Waiting for a default service account to be provisioned in namespace [It] should expand volume without restarting pod if nodeExpansion=off /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:417 STEP: deploying csi mock driver Mar 11 21:28:44.751: INFO: creating *v1.ServiceAccount: csi-mock-volumes-5767/csi-attacher Mar 11 21:28:44.754: INFO: creating *v1.ClusterRole: external-attacher-runner-csi-mock-volumes-5767 Mar 11 21:28:44.754: INFO: Define cluster role external-attacher-runner-csi-mock-volumes-5767 Mar 11 21:28:44.757: INFO: creating *v1.ClusterRoleBinding: csi-attacher-role-csi-mock-volumes-5767 Mar 11 21:28:44.760: INFO: creating *v1.Role: csi-mock-volumes-5767/external-attacher-cfg-csi-mock-volumes-5767 Mar 11 21:28:44.762: INFO: creating *v1.RoleBinding: csi-mock-volumes-5767/csi-attacher-role-cfg Mar 11 21:28:44.765: INFO: creating *v1.ServiceAccount: csi-mock-volumes-5767/csi-provisioner Mar 11 21:28:44.769: INFO: creating *v1.ClusterRole: external-provisioner-runner-csi-mock-volumes-5767 Mar 11 21:28:44.769: INFO: Define cluster role external-provisioner-runner-csi-mock-volumes-5767 Mar 11 21:28:44.771: INFO: creating *v1.ClusterRoleBinding: csi-provisioner-role-csi-mock-volumes-5767 Mar 11 21:28:44.774: INFO: creating *v1.Role: csi-mock-volumes-5767/external-provisioner-cfg-csi-mock-volumes-5767 Mar 11 21:28:44.776: INFO: creating *v1.RoleBinding: csi-mock-volumes-5767/csi-provisioner-role-cfg Mar 11 21:28:44.779: INFO: creating *v1.ServiceAccount: csi-mock-volumes-5767/csi-resizer Mar 11 21:28:44.781: INFO: creating *v1.ClusterRole: external-resizer-runner-csi-mock-volumes-5767 Mar 11 21:28:44.781: INFO: Define cluster role external-resizer-runner-csi-mock-volumes-5767 Mar 11 21:28:44.784: INFO: creating *v1.ClusterRoleBinding: csi-resizer-role-csi-mock-volumes-5767 Mar 11 21:28:44.786: INFO: creating *v1.Role: csi-mock-volumes-5767/external-resizer-cfg-csi-mock-volumes-5767 Mar 11 21:28:44.789: INFO: creating *v1.RoleBinding: csi-mock-volumes-5767/csi-resizer-role-cfg Mar 11 21:28:44.792: INFO: creating *v1.ServiceAccount: csi-mock-volumes-5767/csi-mock Mar 11 21:28:44.794: INFO: creating *v1.ClusterRoleBinding: csi-controller-attacher-role-csi-mock-volumes-5767 Mar 11 21:28:44.797: INFO: creating *v1.ClusterRoleBinding: csi-controller-provisioner-role-csi-mock-volumes-5767 Mar 11 21:28:44.800: INFO: creating *v1.ClusterRoleBinding: csi-controller-cluster-driver-registrar-role-csi-mock-volumes-5767 Mar 11 21:28:44.802: INFO: creating *v1.ClusterRoleBinding: psp-csi-controller-driver-registrar-role-csi-mock-volumes-5767 Mar 11 21:28:44.805: INFO: creating *v1.ClusterRoleBinding: csi-controller-resizer-role-csi-mock-volumes-5767 Mar 11 21:28:44.808: INFO: creating *v1.StorageClass: csi-mock-sc-csi-mock-volumes-5767 Mar 11 21:28:44.811: INFO: creating *v1.StatefulSet: csi-mock-volumes-5767/csi-mockplugin Mar 11 21:28:44.815: INFO: creating *v1.StatefulSet: csi-mock-volumes-5767/csi-mockplugin-attacher Mar 11 21:28:44.818: INFO: creating *v1.StatefulSet: csi-mock-volumes-5767/csi-mockplugin-resizer STEP: Creating pod Mar 11 21:28:44.827: INFO: Warning: Making PVC: VolumeMode specified as invalid empty string, treating as nil Mar 11 21:28:44.830: INFO: Waiting up to 5m0s for PersistentVolumeClaims [pvc-9l4v8] to have phase Bound Mar 11 21:28:44.833: INFO: PersistentVolumeClaim pvc-9l4v8 found but phase is Pending instead of Bound. Mar 11 21:28:46.835: INFO: PersistentVolumeClaim pvc-9l4v8 found but phase is Pending instead of Bound. Mar 11 21:28:48.838: INFO: PersistentVolumeClaim pvc-9l4v8 found but phase is Pending instead of Bound. Mar 11 21:28:50.842: INFO: PersistentVolumeClaim pvc-9l4v8 found but phase is Pending instead of Bound. Mar 11 21:28:52.846: INFO: PersistentVolumeClaim pvc-9l4v8 found and phase=Bound (8.015631751s) STEP: Expanding current pvc STEP: Waiting for persistent volume resize to finish STEP: Waiting for PVC resize to finish STEP: Deleting pod pvc-volume-tester-bnznh Mar 11 21:29:04.881: INFO: Deleting pod "pvc-volume-tester-bnznh" in namespace "csi-mock-volumes-5767" Mar 11 21:29:04.886: INFO: Wait up to 5m0s for pod "pvc-volume-tester-bnznh" to be fully deleted STEP: Deleting claim pvc-9l4v8 Mar 11 21:29:06.897: INFO: Waiting up to 2m0s for PersistentVolume pvc-7fabae11-f669-4b89-ad72-780e1bc6517e to get deleted Mar 11 21:29:06.899: INFO: PersistentVolume pvc-7fabae11-f669-4b89-ad72-780e1bc6517e found and phase=Bound (1.96918ms) Mar 11 21:29:08.902: INFO: PersistentVolume pvc-7fabae11-f669-4b89-ad72-780e1bc6517e was removed STEP: Deleting storageclass csi-mock-volumes-5767-sc STEP: Cleaning up resources STEP: uninstalling csi mock driver Mar 11 21:29:08.907: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-5767/csi-attacher Mar 11 21:29:08.910: INFO: deleting *v1.ClusterRole: external-attacher-runner-csi-mock-volumes-5767 Mar 11 21:29:08.915: INFO: deleting *v1.ClusterRoleBinding: csi-attacher-role-csi-mock-volumes-5767 Mar 11 21:29:08.920: INFO: deleting *v1.Role: csi-mock-volumes-5767/external-attacher-cfg-csi-mock-volumes-5767 Mar 11 21:29:08.925: INFO: deleting *v1.RoleBinding: csi-mock-volumes-5767/csi-attacher-role-cfg Mar 11 21:29:08.930: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-5767/csi-provisioner Mar 11 21:29:08.935: INFO: deleting *v1.ClusterRole: external-provisioner-runner-csi-mock-volumes-5767 Mar 11 21:29:08.940: INFO: deleting *v1.ClusterRoleBinding: csi-provisioner-role-csi-mock-volumes-5767 Mar 11 21:29:08.946: INFO: deleting *v1.Role: csi-mock-volumes-5767/external-provisioner-cfg-csi-mock-volumes-5767 Mar 11 21:29:08.950: INFO: deleting *v1.RoleBinding: csi-mock-volumes-5767/csi-provisioner-role-cfg Mar 11 21:29:08.954: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-5767/csi-resizer Mar 11 21:29:08.959: INFO: deleting *v1.ClusterRole: external-resizer-runner-csi-mock-volumes-5767 Mar 11 21:29:08.963: INFO: deleting *v1.ClusterRoleBinding: csi-resizer-role-csi-mock-volumes-5767 Mar 11 21:29:08.966: INFO: deleting *v1.Role: csi-mock-volumes-5767/external-resizer-cfg-csi-mock-volumes-5767 Mar 11 21:29:08.971: INFO: deleting *v1.RoleBinding: csi-mock-volumes-5767/csi-resizer-role-cfg Mar 11 21:29:08.975: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-5767/csi-mock Mar 11 21:29:08.979: INFO: deleting *v1.ClusterRoleBinding: csi-controller-attacher-role-csi-mock-volumes-5767 Mar 11 21:29:08.983: INFO: deleting *v1.ClusterRoleBinding: csi-controller-provisioner-role-csi-mock-volumes-5767 Mar 11 21:29:08.987: INFO: deleting *v1.ClusterRoleBinding: csi-controller-cluster-driver-registrar-role-csi-mock-volumes-5767 Mar 11 21:29:08.991: INFO: deleting *v1.ClusterRoleBinding: psp-csi-controller-driver-registrar-role-csi-mock-volumes-5767 Mar 11 21:29:08.996: INFO: deleting *v1.ClusterRoleBinding: csi-controller-resizer-role-csi-mock-volumes-5767 Mar 11 21:29:09.000: INFO: deleting *v1.StorageClass: csi-mock-sc-csi-mock-volumes-5767 Mar 11 21:29:09.004: INFO: deleting *v1.StatefulSet: csi-mock-volumes-5767/csi-mockplugin Mar 11 21:29:09.008: INFO: deleting *v1.StatefulSet: csi-mock-volumes-5767/csi-mockplugin-attacher Mar 11 21:29:09.012: INFO: deleting *v1.StatefulSet: csi-mock-volumes-5767/csi-mockplugin-resizer [AfterEach] [sig-storage] CSI mock volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:29:09.018: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "csi-mock-volumes-5767" for this suite. • [SLOW TEST:24.416 seconds] [sig-storage] CSI mock volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 CSI Volume expansion /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:388 should expand volume without restarting pod if nodeExpansion=off /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:417 ------------------------------ {"msg":"PASSED [sig-storage] CSI mock volume CSI Volume expansion should expand volume without restarting pod if nodeExpansion=off","total":118,"completed":47,"skipped":2903,"failed":0} SSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] PVC Protection Verify "immediate" deletion of a PVC that is not in active use by a pod /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/pvc_protection.go:112 [BeforeEach] [sig-storage] PVC Protection /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:29:09.026: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename pvc-protection STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in pvc-protection-4263 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PVC Protection /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/pvc_protection.go:71 Mar 11 21:29:09.150: INFO: Waiting up to 30m0s for all (but 0) nodes to be schedulable STEP: Creating a PVC Mar 11 21:29:09.154: INFO: error finding default storageClass : No default storage class found [AfterEach] [sig-storage] PVC Protection /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:29:09.156: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "pvc-protection-4263" for this suite. [AfterEach] [sig-storage] PVC Protection /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/pvc_protection.go:106 S [SKIPPING] in Spec Setup (BeforeEach) [0.139 seconds] [sig-storage] PVC Protection /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 Verify "immediate" deletion of a PVC that is not in active use by a pod [BeforeEach] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/pvc_protection.go:112 error finding default storageClass : No default storage class found /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/pv/pv.go:800 ------------------------------ SSSSSSSSSS ------------------------------ [sig-storage] Projected configMap should be consumable from pods in volume as non-root with FSGroup [LinuxOnly] [NodeFeature:FSGroup] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/projected_configmap.go:75 [BeforeEach] [sig-storage] Projected configMap /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:29:09.165: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename projected STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in projected-2489 STEP: Waiting for a default service account to be provisioned in namespace [It] should be consumable from pods in volume as non-root with FSGroup [LinuxOnly] [NodeFeature:FSGroup] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/projected_configmap.go:75 STEP: Creating configMap with name projected-configmap-test-volume-61c8b940-1eeb-4023-adb9-daa208a49afc STEP: Creating a pod to test consume configMaps Mar 11 21:29:09.304: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-84c246d8-2ee0-4cca-8836-7e36f004775c" in namespace "projected-2489" to be "Succeeded or Failed" Mar 11 21:29:09.307: INFO: Pod "pod-projected-configmaps-84c246d8-2ee0-4cca-8836-7e36f004775c": Phase="Pending", Reason="", readiness=false. Elapsed: 2.28227ms Mar 11 21:29:11.312: INFO: Pod "pod-projected-configmaps-84c246d8-2ee0-4cca-8836-7e36f004775c": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007044161s Mar 11 21:29:13.316: INFO: Pod "pod-projected-configmaps-84c246d8-2ee0-4cca-8836-7e36f004775c": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.011484215s STEP: Saw pod success Mar 11 21:29:13.316: INFO: Pod "pod-projected-configmaps-84c246d8-2ee0-4cca-8836-7e36f004775c" satisfied condition "Succeeded or Failed" Mar 11 21:29:13.319: INFO: Trying to get logs from node node1 pod pod-projected-configmaps-84c246d8-2ee0-4cca-8836-7e36f004775c container projected-configmap-volume-test: STEP: delete the pod Mar 11 21:29:13.333: INFO: Waiting for pod pod-projected-configmaps-84c246d8-2ee0-4cca-8836-7e36f004775c to disappear Mar 11 21:29:13.335: INFO: Pod pod-projected-configmaps-84c246d8-2ee0-4cca-8836-7e36f004775c no longer exists [AfterEach] [sig-storage] Projected configMap /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:29:13.335: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "projected-2489" for this suite. •{"msg":"PASSED [sig-storage] Projected configMap should be consumable from pods in volume as non-root with FSGroup [LinuxOnly] [NodeFeature:FSGroup]","total":118,"completed":48,"skipped":2931,"failed":0} SSSSSSS ------------------------------ [sig-storage] PersistentVolumes-local [Volume type: dir-link] Set fsGroup for local volume should set different fsGroup for second pod if first pod is deleted /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:282 [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:29:13.342: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename persistent-local-volumes-test STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in persistent-local-volumes-test-1891 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:155 [BeforeEach] [Volume type: dir-link] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:191 STEP: Initializing test volumes Mar 11 21:29:15.497: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir /tmp/local-volume-test-5f7a91b4-3945-4489-872f-909adc75c13a-backend && ln -s /tmp/local-volume-test-5f7a91b4-3945-4489-872f-909adc75c13a-backend /tmp/local-volume-test-5f7a91b4-3945-4489-872f-909adc75c13a] Namespace:persistent-local-volumes-test-1891 PodName:hostexec-node1-wxbxn ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:29:15.497: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating local PVCs and PVs Mar 11 21:29:15.605: INFO: Creating a PV followed by a PVC Mar 11 21:29:15.612: INFO: Waiting for PV local-pvrq6w2 to bind to PVC pvc-8c4km Mar 11 21:29:15.612: INFO: Waiting up to 3m0s for PersistentVolumeClaims [pvc-8c4km] to have phase Bound Mar 11 21:29:15.614: INFO: PersistentVolumeClaim pvc-8c4km found but phase is Pending instead of Bound. Mar 11 21:29:17.617: INFO: PersistentVolumeClaim pvc-8c4km found and phase=Bound (2.005855976s) Mar 11 21:29:17.617: INFO: Waiting up to 3m0s for PersistentVolume local-pvrq6w2 to have phase Bound Mar 11 21:29:17.619: INFO: PersistentVolume local-pvrq6w2 found and phase=Bound (1.939296ms) [BeforeEach] Set fsGroup for local volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:257 [It] should set different fsGroup for second pod if first pod is deleted /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:282 Mar 11 21:29:17.624: INFO: Disabled temporarily, reopen after #73168 is fixed [AfterEach] [Volume type: dir-link] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:200 STEP: Cleaning up PVC and PV Mar 11 21:29:17.625: INFO: Deleting PersistentVolumeClaim "pvc-8c4km" Mar 11 21:29:17.630: INFO: Deleting PersistentVolume "local-pvrq6w2" STEP: Removing the test directory Mar 11 21:29:17.635: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-5f7a91b4-3945-4489-872f-909adc75c13a && rm -r /tmp/local-volume-test-5f7a91b4-3945-4489-872f-909adc75c13a-backend] Namespace:persistent-local-volumes-test-1891 PodName:hostexec-node1-wxbxn ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:29:17.635: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:29:17.889: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "persistent-local-volumes-test-1891" for this suite. S [SKIPPING] [4.558 seconds] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 [Volume type: dir-link] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:188 Set fsGroup for local volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:256 should set different fsGroup for second pod if first pod is deleted [It] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:282 Disabled temporarily, reopen after #73168 is fixed /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:283 ------------------------------ SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] [Serial] Volume metrics PVController should create unbound pv count metrics for pvc controller after creating pv only /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_metrics.go:482 [BeforeEach] [sig-storage] [Serial] Volume metrics /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:29:17.903: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename pv STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in pv-8551 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] [Serial] Volume metrics /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_metrics.go:56 Mar 11 21:29:18.027: INFO: Only supported for providers [gce gke aws] (not ) [AfterEach] [sig-storage] [Serial] Volume metrics /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:29:18.029: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "pv-8551" for this suite. [AfterEach] [sig-storage] [Serial] Volume metrics /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_metrics.go:82 S [SKIPPING] in Spec Setup (BeforeEach) [0.135 seconds] [sig-storage] [Serial] Volume metrics /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 PVController [BeforeEach] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_metrics.go:383 should create unbound pv count metrics for pvc controller after creating pv only /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_metrics.go:482 Only supported for providers [gce gke aws] (not ) /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_metrics.go:60 ------------------------------ SSSS ------------------------------ [sig-storage] PersistentVolumes-local [Volume type: dir] One pod requesting one prebound PVC should be able to mount volume and read from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:228 [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:29:18.038: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename persistent-local-volumes-test STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in persistent-local-volumes-test-3253 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:155 [BeforeEach] [Volume type: dir] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:191 STEP: Initializing test volumes Mar 11 21:29:20.184: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p /tmp/local-volume-test-8e868784-e571-40ff-a9ee-f24819a79b6f] Namespace:persistent-local-volumes-test-3253 PodName:hostexec-node1-95hnw ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:29:20.184: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating local PVCs and PVs Mar 11 21:29:20.308: INFO: Creating a PV followed by a PVC Mar 11 21:29:20.315: INFO: Waiting for PV local-pvr6nv6 to bind to PVC pvc-2dgw9 Mar 11 21:29:20.315: INFO: Waiting up to 3m0s for PersistentVolumeClaims [pvc-2dgw9] to have phase Bound Mar 11 21:29:20.317: INFO: PersistentVolumeClaim pvc-2dgw9 found but phase is Pending instead of Bound. Mar 11 21:29:22.323: INFO: PersistentVolumeClaim pvc-2dgw9 found and phase=Bound (2.007367367s) Mar 11 21:29:22.323: INFO: Waiting up to 3m0s for PersistentVolume local-pvr6nv6 to have phase Bound Mar 11 21:29:22.326: INFO: PersistentVolume local-pvr6nv6 found and phase=Bound (3.016856ms) [BeforeEach] One pod requesting one prebound PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:211 STEP: Creating pod1 STEP: Creating a pod Mar 11 21:29:26.353: INFO: pod "security-context-8e83e30f-962c-4547-9a79-8a3fa4ba3f02" created on Node "node1" STEP: Writing in pod1 Mar 11 21:29:26.353: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo test-file-content > /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-3253 PodName:security-context-8e83e30f-962c-4547-9a79-8a3fa4ba3f02 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:29:26.353: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:29:26.458: INFO: podRWCmdExec out: "" err: [It] should be able to mount volume and read from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:228 STEP: Reading in pod1 Mar 11 21:29:26.458: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-3253 PodName:security-context-8e83e30f-962c-4547-9a79-8a3fa4ba3f02 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:29:26.458: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:29:26.556: INFO: podRWCmdExec out: "test-file-content" err: [AfterEach] One pod requesting one prebound PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:223 STEP: Deleting pod1 STEP: Deleting pod security-context-8e83e30f-962c-4547-9a79-8a3fa4ba3f02 in namespace persistent-local-volumes-test-3253 [AfterEach] [Volume type: dir] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:200 STEP: Cleaning up PVC and PV Mar 11 21:29:26.561: INFO: Deleting PersistentVolumeClaim "pvc-2dgw9" Mar 11 21:29:26.565: INFO: Deleting PersistentVolume "local-pvr6nv6" STEP: Removing the test directory Mar 11 21:29:26.569: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-8e868784-e571-40ff-a9ee-f24819a79b6f] Namespace:persistent-local-volumes-test-3253 PodName:hostexec-node1-95hnw ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:29:26.569: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:29:26.679: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "persistent-local-volumes-test-3253" for this suite. • [SLOW TEST:8.649 seconds] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 [Volume type: dir] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:188 One pod requesting one prebound PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:205 should be able to mount volume and read from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:228 ------------------------------ {"msg":"PASSED [sig-storage] PersistentVolumes-local [Volume type: dir] One pod requesting one prebound PVC should be able to mount volume and read from pod1","total":118,"completed":49,"skipped":3056,"failed":0} SSSSSSSSSSSSSS ------------------------------ [sig-storage] PVC Protection Verify that scheduling of a pod that uses PVC that is being deleted fails and the pod becomes Unschedulable /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/pvc_protection.go:143 [BeforeEach] [sig-storage] PVC Protection /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:29:26.687: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename pvc-protection STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in pvc-protection-621 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PVC Protection /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/pvc_protection.go:71 Mar 11 21:29:26.810: INFO: Waiting up to 30m0s for all (but 0) nodes to be schedulable STEP: Creating a PVC Mar 11 21:29:26.815: INFO: error finding default storageClass : No default storage class found [AfterEach] [sig-storage] PVC Protection /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:29:26.816: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "pvc-protection-621" for this suite. [AfterEach] [sig-storage] PVC Protection /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/pvc_protection.go:106 S [SKIPPING] in Spec Setup (BeforeEach) [0.138 seconds] [sig-storage] PVC Protection /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 Verify that scheduling of a pod that uses PVC that is being deleted fails and the pod becomes Unschedulable [BeforeEach] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/pvc_protection.go:143 error finding default storageClass : No default storage class found /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/pv/pv.go:800 ------------------------------ SSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] Dynamic Provisioning Invalid AWS KMS key should report an error and create no PV /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_provisioning.go:777 [BeforeEach] [sig-storage] Dynamic Provisioning /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:29:26.826: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename volume-provisioning STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in volume-provisioning-3069 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] Dynamic Provisioning /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_provisioning.go:144 [It] should report an error and create no PV /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_provisioning.go:777 Mar 11 21:29:26.949: INFO: Only supported for providers [aws] (not ) [AfterEach] [sig-storage] Dynamic Provisioning /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:29:26.951: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "volume-provisioning-3069" for this suite. S [SKIPPING] [0.132 seconds] [sig-storage] Dynamic Provisioning /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 Invalid AWS KMS key /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_provisioning.go:776 should report an error and create no PV [It] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_provisioning.go:777 Only supported for providers [aws] (not ) /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_provisioning.go:778 ------------------------------ SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] Dynamic Provisioning [k8s.io] GlusterDynamicProvisioner should create and delete persistent volumes [fast] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_provisioning.go:748 [BeforeEach] [sig-storage] Dynamic Provisioning /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:29:26.960: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename volume-provisioning STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in volume-provisioning-7266 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] Dynamic Provisioning /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_provisioning.go:144 [It] should create and delete persistent volumes [fast] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_provisioning.go:748 STEP: creating a Gluster DP server Pod STEP: locating the provisioner pod STEP: creating a StorageClass STEP: creating a claim object with a suffix for gluster dynamic provisioner Mar 11 21:29:41.104: INFO: Warning: Making PVC: VolumeMode specified as invalid empty string, treating as nil STEP: creating a StorageClass volume-provisioning-7266-glusterdptest STEP: creating a claim Mar 11 21:29:41.113: INFO: Waiting up to 5m0s for PersistentVolumeClaims [pvc-gwv87] to have phase Bound Mar 11 21:29:41.116: INFO: PersistentVolumeClaim pvc-gwv87 found but phase is Pending instead of Bound. Mar 11 21:29:43.119: INFO: PersistentVolumeClaim pvc-gwv87 found and phase=Bound (2.006674876s) STEP: checking the claim STEP: checking the PV STEP: deleting claim "volume-provisioning-7266"/"pvc-gwv87" STEP: deleting the claim's PV "pvc-1738b69b-a241-4335-9638-3dc671d89686" Mar 11 21:29:43.130: INFO: Waiting up to 20m0s for PersistentVolume pvc-1738b69b-a241-4335-9638-3dc671d89686 to get deleted Mar 11 21:29:43.132: INFO: PersistentVolume pvc-1738b69b-a241-4335-9638-3dc671d89686 found and phase=Bound (2.508702ms) Mar 11 21:29:48.136: INFO: PersistentVolume pvc-1738b69b-a241-4335-9638-3dc671d89686 was removed Mar 11 21:29:48.136: INFO: deleting claim "volume-provisioning-7266"/"pvc-gwv87" Mar 11 21:29:48.139: INFO: deleting storage class volume-provisioning-7266-glusterdptest [AfterEach] [sig-storage] Dynamic Provisioning /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:29:48.144: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "volume-provisioning-7266" for this suite. • [SLOW TEST:21.192 seconds] [sig-storage] Dynamic Provisioning /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 [k8s.io] GlusterDynamicProvisioner /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:698 should create and delete persistent volumes [fast] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_provisioning.go:748 ------------------------------ {"msg":"PASSED [sig-storage] Dynamic Provisioning [k8s.io] GlusterDynamicProvisioner should create and delete persistent volumes [fast]","total":118,"completed":50,"skipped":3181,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] PersistentVolumes-local [Volume type: dir-bindmounted] One pod requesting one prebound PVC should be able to mount volume and write from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:234 [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:29:48.153: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename persistent-local-volumes-test STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in persistent-local-volumes-test-1921 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:155 [BeforeEach] [Volume type: dir-bindmounted] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:191 STEP: Initializing test volumes Mar 11 21:29:50.300: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir /tmp/local-volume-test-5885aa23-b4ee-4268-9729-f6ad62343bef && mount --bind /tmp/local-volume-test-5885aa23-b4ee-4268-9729-f6ad62343bef /tmp/local-volume-test-5885aa23-b4ee-4268-9729-f6ad62343bef] Namespace:persistent-local-volumes-test-1921 PodName:hostexec-node1-9f25f ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:29:50.300: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating local PVCs and PVs Mar 11 21:29:50.453: INFO: Creating a PV followed by a PVC Mar 11 21:29:50.460: INFO: Waiting for PV local-pvkw55l to bind to PVC pvc-7jm9p Mar 11 21:29:50.460: INFO: Waiting up to 3m0s for PersistentVolumeClaims [pvc-7jm9p] to have phase Bound Mar 11 21:29:50.462: INFO: PersistentVolumeClaim pvc-7jm9p found but phase is Pending instead of Bound. Mar 11 21:29:52.470: INFO: PersistentVolumeClaim pvc-7jm9p found but phase is Pending instead of Bound. Mar 11 21:29:54.476: INFO: PersistentVolumeClaim pvc-7jm9p found but phase is Pending instead of Bound. Mar 11 21:29:56.479: INFO: PersistentVolumeClaim pvc-7jm9p found but phase is Pending instead of Bound. Mar 11 21:29:58.483: INFO: PersistentVolumeClaim pvc-7jm9p found but phase is Pending instead of Bound. Mar 11 21:30:00.486: INFO: PersistentVolumeClaim pvc-7jm9p found but phase is Pending instead of Bound. Mar 11 21:30:02.490: INFO: PersistentVolumeClaim pvc-7jm9p found but phase is Pending instead of Bound. Mar 11 21:30:04.494: INFO: PersistentVolumeClaim pvc-7jm9p found and phase=Bound (14.033464514s) Mar 11 21:30:04.494: INFO: Waiting up to 3m0s for PersistentVolume local-pvkw55l to have phase Bound Mar 11 21:30:04.497: INFO: PersistentVolume local-pvkw55l found and phase=Bound (2.932198ms) [BeforeEach] One pod requesting one prebound PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:211 STEP: Creating pod1 STEP: Creating a pod Mar 11 21:30:10.523: INFO: pod "security-context-e23e7c9e-0155-4732-820e-85eba27ae91a" created on Node "node1" STEP: Writing in pod1 Mar 11 21:30:10.523: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo test-file-content > /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-1921 PodName:security-context-e23e7c9e-0155-4732-820e-85eba27ae91a ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:30:10.523: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:30:10.625: INFO: podRWCmdExec out: "" err: [It] should be able to mount volume and write from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:234 Mar 11 21:30:10.625: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-1921 PodName:security-context-e23e7c9e-0155-4732-820e-85eba27ae91a ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:30:10.625: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:30:10.733: INFO: podRWCmdExec out: "test-file-content" err: STEP: Writing in pod1 Mar 11 21:30:10.733: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo /tmp/local-volume-test-5885aa23-b4ee-4268-9729-f6ad62343bef > /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-1921 PodName:security-context-e23e7c9e-0155-4732-820e-85eba27ae91a ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:30:10.733: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:30:10.834: INFO: podRWCmdExec out: "" err: [AfterEach] One pod requesting one prebound PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:223 STEP: Deleting pod1 STEP: Deleting pod security-context-e23e7c9e-0155-4732-820e-85eba27ae91a in namespace persistent-local-volumes-test-1921 [AfterEach] [Volume type: dir-bindmounted] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:200 STEP: Cleaning up PVC and PV Mar 11 21:30:10.839: INFO: Deleting PersistentVolumeClaim "pvc-7jm9p" Mar 11 21:30:10.843: INFO: Deleting PersistentVolume "local-pvkw55l" STEP: Removing the test directory Mar 11 21:30:10.847: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c umount /tmp/local-volume-test-5885aa23-b4ee-4268-9729-f6ad62343bef && rm -r /tmp/local-volume-test-5885aa23-b4ee-4268-9729-f6ad62343bef] Namespace:persistent-local-volumes-test-1921 PodName:hostexec-node1-9f25f ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:30:10.847: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:30:10.968: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "persistent-local-volumes-test-1921" for this suite. • [SLOW TEST:22.824 seconds] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 [Volume type: dir-bindmounted] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:188 One pod requesting one prebound PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:205 should be able to mount volume and write from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:234 ------------------------------ {"msg":"PASSED [sig-storage] PersistentVolumes-local [Volume type: dir-bindmounted] One pod requesting one prebound PVC should be able to mount volume and write from pod1","total":118,"completed":51,"skipped":3242,"failed":0} SSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] Projected downwardAPI should provide podname as non-root with fsgroup and defaultMode [LinuxOnly] [NodeFeature:FSGroup] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/projected_downwardapi.go:107 [BeforeEach] [sig-storage] Projected downwardAPI /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:30:10.978: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename projected STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in projected-8385 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] Projected downwardAPI /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/projected_downwardapi.go:42 [It] should provide podname as non-root with fsgroup and defaultMode [LinuxOnly] [NodeFeature:FSGroup] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/projected_downwardapi.go:107 STEP: Creating a pod to test downward API volume plugin Mar 11 21:30:11.114: INFO: Waiting up to 5m0s for pod "metadata-volume-c30c2a1c-eac3-4255-9eb1-3a5a7167c3c2" in namespace "projected-8385" to be "Succeeded or Failed" Mar 11 21:30:11.116: INFO: Pod "metadata-volume-c30c2a1c-eac3-4255-9eb1-3a5a7167c3c2": Phase="Pending", Reason="", readiness=false. Elapsed: 2.070611ms Mar 11 21:30:13.120: INFO: Pod "metadata-volume-c30c2a1c-eac3-4255-9eb1-3a5a7167c3c2": Phase="Pending", Reason="", readiness=false. Elapsed: 2.005973653s Mar 11 21:30:15.124: INFO: Pod "metadata-volume-c30c2a1c-eac3-4255-9eb1-3a5a7167c3c2": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009681539s STEP: Saw pod success Mar 11 21:30:15.124: INFO: Pod "metadata-volume-c30c2a1c-eac3-4255-9eb1-3a5a7167c3c2" satisfied condition "Succeeded or Failed" Mar 11 21:30:15.127: INFO: Trying to get logs from node node2 pod metadata-volume-c30c2a1c-eac3-4255-9eb1-3a5a7167c3c2 container client-container: STEP: delete the pod Mar 11 21:30:15.140: INFO: Waiting for pod metadata-volume-c30c2a1c-eac3-4255-9eb1-3a5a7167c3c2 to disappear Mar 11 21:30:15.142: INFO: Pod metadata-volume-c30c2a1c-eac3-4255-9eb1-3a5a7167c3c2 no longer exists [AfterEach] [sig-storage] Projected downwardAPI /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:30:15.142: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "projected-8385" for this suite. •{"msg":"PASSED [sig-storage] Projected downwardAPI should provide podname as non-root with fsgroup and defaultMode [LinuxOnly] [NodeFeature:FSGroup]","total":118,"completed":52,"skipped":3264,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] PersistentVolumes GCEPD should test that deleting the PV before the pod does not cause pod deletion to fail on PD detach /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-gce.go:140 [BeforeEach] [sig-storage] PersistentVolumes GCEPD /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:30:15.152: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename pv STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in pv-7057 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes GCEPD /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-gce.go:76 Mar 11 21:30:15.274: INFO: Only supported for providers [gce gke] (not ) [AfterEach] [sig-storage] PersistentVolumes GCEPD /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:30:15.275: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "pv-7057" for this suite. [AfterEach] [sig-storage] PersistentVolumes GCEPD /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-gce.go:109 Mar 11 21:30:15.284: INFO: AfterEach: Cleaning up test resources Mar 11 21:30:15.284: INFO: pvc is nil Mar 11 21:30:15.284: INFO: pv is nil S [SKIPPING] in Spec Setup (BeforeEach) [0.132 seconds] [sig-storage] PersistentVolumes GCEPD /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 should test that deleting the PV before the pod does not cause pod deletion to fail on PD detach [BeforeEach] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-gce.go:140 Only supported for providers [gce gke] (not ) /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-gce.go:84 ------------------------------ SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-scheduling] Multi-AZ Cluster Volumes [sig-storage] should schedule pods in the same zones as statically provisioned PVs /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduling/ubernetes_lite_volumes.go:54 [BeforeEach] [sig-scheduling] Multi-AZ Cluster Volumes [sig-storage] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:30:15.285: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename multi-az STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in multi-az-4750 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-scheduling] Multi-AZ Cluster Volumes [sig-storage] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduling/ubernetes_lite_volumes.go:43 Mar 11 21:30:15.407: INFO: Only supported for providers [gce gke] (not ) [AfterEach] [sig-scheduling] Multi-AZ Cluster Volumes [sig-storage] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:30:15.409: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "multi-az-4750" for this suite. S [SKIPPING] in Spec Setup (BeforeEach) [0.132 seconds] [sig-scheduling] Multi-AZ Cluster Volumes [sig-storage] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduling/framework.go:40 should schedule pods in the same zones as statically provisioned PVs [BeforeEach] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduling/ubernetes_lite_volumes.go:54 Only supported for providers [gce gke] (not ) /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduling/ubernetes_lite_volumes.go:44 ------------------------------ S ------------------------------ [sig-storage] GCP Volumes NFSv4 should be mountable for NFSv4 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/volumes.go:79 [BeforeEach] [sig-storage] GCP Volumes /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:30:15.417: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename gcp-volume STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in gcp-volume-3668 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] GCP Volumes /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/volumes.go:68 Mar 11 21:30:15.540: INFO: Only supported for node OS distro [gci ubuntu custom] (not ) [AfterEach] [sig-storage] GCP Volumes /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:30:15.542: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "gcp-volume-3668" for this suite. S [SKIPPING] in Spec Setup (BeforeEach) [0.132 seconds] [sig-storage] GCP Volumes /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/volumes.go:60 NFSv4 [BeforeEach] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/volumes.go:78 should be mountable for NFSv4 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/volumes.go:79 Only supported for node OS distro [gci ubuntu custom] (not ) /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/volumes.go:69 ------------------------------ [sig-storage] EmptyDir volumes when FSGroup is specified [LinuxOnly] [NodeFeature:FSGroup] new files should be created with FSGroup ownership when container is non-root /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/empty_dir.go:56 [BeforeEach] [sig-storage] EmptyDir volumes /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:30:15.549: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename emptydir STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in emptydir-3653 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] when FSGroup is specified [LinuxOnly] [NodeFeature:FSGroup] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/empty_dir.go:47 [It] new files should be created with FSGroup ownership when container is non-root /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/empty_dir.go:56 STEP: Creating a pod to test emptydir 0644 on tmpfs Mar 11 21:30:15.681: INFO: Waiting up to 5m0s for pod "pod-26483c3f-8445-4e58-8601-6c6d1bf92c1b" in namespace "emptydir-3653" to be "Succeeded or Failed" Mar 11 21:30:15.683: INFO: Pod "pod-26483c3f-8445-4e58-8601-6c6d1bf92c1b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.080799ms Mar 11 21:30:17.685: INFO: Pod "pod-26483c3f-8445-4e58-8601-6c6d1bf92c1b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004922006s Mar 11 21:30:19.691: INFO: Pod "pod-26483c3f-8445-4e58-8601-6c6d1bf92c1b": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010176192s STEP: Saw pod success Mar 11 21:30:19.691: INFO: Pod "pod-26483c3f-8445-4e58-8601-6c6d1bf92c1b" satisfied condition "Succeeded or Failed" Mar 11 21:30:19.693: INFO: Trying to get logs from node node2 pod pod-26483c3f-8445-4e58-8601-6c6d1bf92c1b container test-container: STEP: delete the pod Mar 11 21:30:19.707: INFO: Waiting for pod pod-26483c3f-8445-4e58-8601-6c6d1bf92c1b to disappear Mar 11 21:30:19.709: INFO: Pod pod-26483c3f-8445-4e58-8601-6c6d1bf92c1b no longer exists [AfterEach] [sig-storage] EmptyDir volumes /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:30:19.709: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "emptydir-3653" for this suite. •{"msg":"PASSED [sig-storage] EmptyDir volumes when FSGroup is specified [LinuxOnly] [NodeFeature:FSGroup] new files should be created with FSGroup ownership when container is non-root","total":118,"completed":53,"skipped":3424,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] PersistentVolumes-local [Volume type: blockfswithoutformat] Set fsGroup for local volume should set different fsGroup for second pod if first pod is deleted /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:282 [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:30:19.718: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename persistent-local-volumes-test STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in persistent-local-volumes-test-6152 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:155 [BeforeEach] [Volume type: blockfswithoutformat] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:191 STEP: Initializing test volumes STEP: Creating block device on node "node1" using path "/tmp/local-volume-test-8c373799-b591-485b-9e31-048f74c20600" Mar 11 21:30:23.866: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p /tmp/local-volume-test-8c373799-b591-485b-9e31-048f74c20600 && dd if=/dev/zero of=/tmp/local-volume-test-8c373799-b591-485b-9e31-048f74c20600/file bs=4096 count=5120 && losetup -f /tmp/local-volume-test-8c373799-b591-485b-9e31-048f74c20600/file] Namespace:persistent-local-volumes-test-6152 PodName:hostexec-node1-rd7f5 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:30:23.866: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:30:24.016: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c E2E_LOOP_DEV=$(losetup | grep /tmp/local-volume-test-8c373799-b591-485b-9e31-048f74c20600/file | awk '{ print $1 }') 2>&1 > /dev/null && echo ${E2E_LOOP_DEV}] Namespace:persistent-local-volumes-test-6152 PodName:hostexec-node1-rd7f5 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:30:24.016: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating local PVCs and PVs Mar 11 21:30:24.129: INFO: Creating a PV followed by a PVC Mar 11 21:30:24.135: INFO: Waiting for PV local-pvshlcz to bind to PVC pvc-6slrs Mar 11 21:30:24.135: INFO: Waiting up to 3m0s for PersistentVolumeClaims [pvc-6slrs] to have phase Bound Mar 11 21:30:24.137: INFO: PersistentVolumeClaim pvc-6slrs found but phase is Pending instead of Bound. Mar 11 21:30:26.141: INFO: PersistentVolumeClaim pvc-6slrs found and phase=Bound (2.005897333s) Mar 11 21:30:26.141: INFO: Waiting up to 3m0s for PersistentVolume local-pvshlcz to have phase Bound Mar 11 21:30:26.142: INFO: PersistentVolume local-pvshlcz found and phase=Bound (1.79927ms) [BeforeEach] Set fsGroup for local volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:257 [It] should set different fsGroup for second pod if first pod is deleted /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:282 Mar 11 21:30:26.147: INFO: Disabled temporarily, reopen after #73168 is fixed [AfterEach] [Volume type: blockfswithoutformat] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:200 STEP: Cleaning up PVC and PV Mar 11 21:30:26.149: INFO: Deleting PersistentVolumeClaim "pvc-6slrs" Mar 11 21:30:26.152: INFO: Deleting PersistentVolume "local-pvshlcz" Mar 11 21:30:26.156: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c E2E_LOOP_DEV=$(losetup | grep /tmp/local-volume-test-8c373799-b591-485b-9e31-048f74c20600/file | awk '{ print $1 }') 2>&1 > /dev/null && echo ${E2E_LOOP_DEV}] Namespace:persistent-local-volumes-test-6152 PodName:hostexec-node1-rd7f5 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:30:26.156: INFO: >>> kubeConfig: /root/.kube/config STEP: Tear down block device "/dev/loop0" on node "node1" at path /tmp/local-volume-test-8c373799-b591-485b-9e31-048f74c20600/file Mar 11 21:30:26.271: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c losetup -d /dev/loop0] Namespace:persistent-local-volumes-test-6152 PodName:hostexec-node1-rd7f5 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:30:26.271: INFO: >>> kubeConfig: /root/.kube/config STEP: Removing the test directory /tmp/local-volume-test-8c373799-b591-485b-9e31-048f74c20600 Mar 11 21:30:26.385: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-8c373799-b591-485b-9e31-048f74c20600] Namespace:persistent-local-volumes-test-6152 PodName:hostexec-node1-rd7f5 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:30:26.385: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:30:26.513: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "persistent-local-volumes-test-6152" for this suite. S [SKIPPING] [6.803 seconds] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 [Volume type: blockfswithoutformat] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:188 Set fsGroup for local volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:256 should set different fsGroup for second pod if first pod is deleted [It] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:282 Disabled temporarily, reopen after #73168 is fixed /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:283 ------------------------------ SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] PersistentVolumes-local [Volume type: dir-link-bindmounted] One pod requesting one prebound PVC should be able to mount volume and write from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:234 [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:30:26.522: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename persistent-local-volumes-test STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in persistent-local-volumes-test-1700 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:155 [BeforeEach] [Volume type: dir-link-bindmounted] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:191 STEP: Initializing test volumes Mar 11 21:30:30.668: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir /tmp/local-volume-test-4985a102-c8e8-4004-b7ec-bb957a328291-backend && mount --bind /tmp/local-volume-test-4985a102-c8e8-4004-b7ec-bb957a328291-backend /tmp/local-volume-test-4985a102-c8e8-4004-b7ec-bb957a328291-backend && ln -s /tmp/local-volume-test-4985a102-c8e8-4004-b7ec-bb957a328291-backend /tmp/local-volume-test-4985a102-c8e8-4004-b7ec-bb957a328291] Namespace:persistent-local-volumes-test-1700 PodName:hostexec-node1-7nr45 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:30:30.668: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating local PVCs and PVs Mar 11 21:30:30.789: INFO: Creating a PV followed by a PVC Mar 11 21:30:30.796: INFO: Waiting for PV local-pvpx7m7 to bind to PVC pvc-wkqtj Mar 11 21:30:30.796: INFO: Waiting up to 3m0s for PersistentVolumeClaims [pvc-wkqtj] to have phase Bound Mar 11 21:30:30.798: INFO: PersistentVolumeClaim pvc-wkqtj found but phase is Pending instead of Bound. Mar 11 21:30:32.802: INFO: PersistentVolumeClaim pvc-wkqtj found and phase=Bound (2.005624328s) Mar 11 21:30:32.802: INFO: Waiting up to 3m0s for PersistentVolume local-pvpx7m7 to have phase Bound Mar 11 21:30:32.804: INFO: PersistentVolume local-pvpx7m7 found and phase=Bound (2.318023ms) [BeforeEach] One pod requesting one prebound PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:211 STEP: Creating pod1 STEP: Creating a pod Mar 11 21:30:36.832: INFO: pod "security-context-01e09928-bcd0-4917-8f3f-599b164dc341" created on Node "node1" STEP: Writing in pod1 Mar 11 21:30:36.832: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo test-file-content > /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-1700 PodName:security-context-01e09928-bcd0-4917-8f3f-599b164dc341 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:30:36.832: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:30:36.947: INFO: podRWCmdExec out: "" err: [It] should be able to mount volume and write from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:234 Mar 11 21:30:36.947: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-1700 PodName:security-context-01e09928-bcd0-4917-8f3f-599b164dc341 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:30:36.947: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:30:37.043: INFO: podRWCmdExec out: "test-file-content" err: STEP: Writing in pod1 Mar 11 21:30:37.043: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo /tmp/local-volume-test-4985a102-c8e8-4004-b7ec-bb957a328291 > /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-1700 PodName:security-context-01e09928-bcd0-4917-8f3f-599b164dc341 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:30:37.043: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:30:37.145: INFO: podRWCmdExec out: "" err: [AfterEach] One pod requesting one prebound PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:223 STEP: Deleting pod1 STEP: Deleting pod security-context-01e09928-bcd0-4917-8f3f-599b164dc341 in namespace persistent-local-volumes-test-1700 [AfterEach] [Volume type: dir-link-bindmounted] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:200 STEP: Cleaning up PVC and PV Mar 11 21:30:37.152: INFO: Deleting PersistentVolumeClaim "pvc-wkqtj" Mar 11 21:30:37.157: INFO: Deleting PersistentVolume "local-pvpx7m7" STEP: Removing the test directory Mar 11 21:30:37.161: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm /tmp/local-volume-test-4985a102-c8e8-4004-b7ec-bb957a328291 && umount /tmp/local-volume-test-4985a102-c8e8-4004-b7ec-bb957a328291-backend && rm -r /tmp/local-volume-test-4985a102-c8e8-4004-b7ec-bb957a328291-backend] Namespace:persistent-local-volumes-test-1700 PodName:hostexec-node1-7nr45 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:30:37.161: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:30:37.293: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "persistent-local-volumes-test-1700" for this suite. • [SLOW TEST:10.779 seconds] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 [Volume type: dir-link-bindmounted] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:188 One pod requesting one prebound PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:205 should be able to mount volume and write from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:234 ------------------------------ {"msg":"PASSED [sig-storage] PersistentVolumes-local [Volume type: dir-link-bindmounted] One pod requesting one prebound PVC should be able to mount volume and write from pod1","total":118,"completed":54,"skipped":3519,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] CSI mock volume CSI Volume expansion should expand volume by restarting pod if attach=on, nodeExpansion=on /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:417 [BeforeEach] [sig-storage] CSI mock volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:30:37.301: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename csi-mock-volumes STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in csi-mock-volumes-6864 STEP: Waiting for a default service account to be provisioned in namespace [It] should expand volume by restarting pod if attach=on, nodeExpansion=on /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:417 STEP: deploying csi mock driver Mar 11 21:30:37.443: INFO: creating *v1.ServiceAccount: csi-mock-volumes-6864/csi-attacher Mar 11 21:30:37.446: INFO: creating *v1.ClusterRole: external-attacher-runner-csi-mock-volumes-6864 Mar 11 21:30:37.446: INFO: Define cluster role external-attacher-runner-csi-mock-volumes-6864 Mar 11 21:30:37.449: INFO: creating *v1.ClusterRoleBinding: csi-attacher-role-csi-mock-volumes-6864 Mar 11 21:30:37.452: INFO: creating *v1.Role: csi-mock-volumes-6864/external-attacher-cfg-csi-mock-volumes-6864 Mar 11 21:30:37.455: INFO: creating *v1.RoleBinding: csi-mock-volumes-6864/csi-attacher-role-cfg Mar 11 21:30:37.457: INFO: creating *v1.ServiceAccount: csi-mock-volumes-6864/csi-provisioner Mar 11 21:30:37.460: INFO: creating *v1.ClusterRole: external-provisioner-runner-csi-mock-volumes-6864 Mar 11 21:30:37.460: INFO: Define cluster role external-provisioner-runner-csi-mock-volumes-6864 Mar 11 21:30:37.463: INFO: creating *v1.ClusterRoleBinding: csi-provisioner-role-csi-mock-volumes-6864 Mar 11 21:30:37.465: INFO: creating *v1.Role: csi-mock-volumes-6864/external-provisioner-cfg-csi-mock-volumes-6864 Mar 11 21:30:37.468: INFO: creating *v1.RoleBinding: csi-mock-volumes-6864/csi-provisioner-role-cfg Mar 11 21:30:37.471: INFO: creating *v1.ServiceAccount: csi-mock-volumes-6864/csi-resizer Mar 11 21:30:37.473: INFO: creating *v1.ClusterRole: external-resizer-runner-csi-mock-volumes-6864 Mar 11 21:30:37.473: INFO: Define cluster role external-resizer-runner-csi-mock-volumes-6864 Mar 11 21:30:37.475: INFO: creating *v1.ClusterRoleBinding: csi-resizer-role-csi-mock-volumes-6864 Mar 11 21:30:37.478: INFO: creating *v1.Role: csi-mock-volumes-6864/external-resizer-cfg-csi-mock-volumes-6864 Mar 11 21:30:37.481: INFO: creating *v1.RoleBinding: csi-mock-volumes-6864/csi-resizer-role-cfg Mar 11 21:30:37.483: INFO: creating *v1.ServiceAccount: csi-mock-volumes-6864/csi-mock Mar 11 21:30:37.485: INFO: creating *v1.ClusterRoleBinding: csi-controller-attacher-role-csi-mock-volumes-6864 Mar 11 21:30:37.487: INFO: creating *v1.ClusterRoleBinding: csi-controller-provisioner-role-csi-mock-volumes-6864 Mar 11 21:30:37.490: INFO: creating *v1.ClusterRoleBinding: csi-controller-cluster-driver-registrar-role-csi-mock-volumes-6864 Mar 11 21:30:37.493: INFO: creating *v1.ClusterRoleBinding: psp-csi-controller-driver-registrar-role-csi-mock-volumes-6864 Mar 11 21:30:37.496: INFO: creating *v1.ClusterRoleBinding: csi-controller-resizer-role-csi-mock-volumes-6864 Mar 11 21:30:37.499: INFO: creating *v1.StorageClass: csi-mock-sc-csi-mock-volumes-6864 Mar 11 21:30:37.501: INFO: creating *v1.StatefulSet: csi-mock-volumes-6864/csi-mockplugin Mar 11 21:30:37.505: INFO: creating *v1.StatefulSet: csi-mock-volumes-6864/csi-mockplugin-attacher Mar 11 21:30:37.508: INFO: creating *v1.StatefulSet: csi-mock-volumes-6864/csi-mockplugin-resizer STEP: Creating pod Mar 11 21:30:37.520: INFO: Warning: Making PVC: VolumeMode specified as invalid empty string, treating as nil Mar 11 21:30:37.523: INFO: Waiting up to 5m0s for PersistentVolumeClaims [pvc-gvtpv] to have phase Bound Mar 11 21:30:37.525: INFO: PersistentVolumeClaim pvc-gvtpv found but phase is Pending instead of Bound. Mar 11 21:30:39.528: INFO: PersistentVolumeClaim pvc-gvtpv found but phase is Pending instead of Bound. Mar 11 21:30:41.532: INFO: PersistentVolumeClaim pvc-gvtpv found but phase is Pending instead of Bound. Mar 11 21:30:43.535: INFO: PersistentVolumeClaim pvc-gvtpv found but phase is Pending instead of Bound. Mar 11 21:30:45.538: INFO: PersistentVolumeClaim pvc-gvtpv found and phase=Bound (8.01567212s) STEP: Expanding current pvc STEP: Waiting for persistent volume resize to finish STEP: Checking for conditions on pvc STEP: Deleting the previously created pod Mar 11 21:30:55.576: INFO: Deleting pod "pvc-volume-tester-t9dtd" in namespace "csi-mock-volumes-6864" Mar 11 21:30:55.581: INFO: Wait up to 5m0s for pod "pvc-volume-tester-t9dtd" to be fully deleted STEP: Creating a new pod with same volume STEP: Waiting for PVC resize to finish STEP: Deleting pod pvc-volume-tester-t9dtd Mar 11 21:31:15.608: INFO: Deleting pod "pvc-volume-tester-t9dtd" in namespace "csi-mock-volumes-6864" STEP: Deleting pod pvc-volume-tester-6wscs Mar 11 21:31:15.611: INFO: Deleting pod "pvc-volume-tester-6wscs" in namespace "csi-mock-volumes-6864" Mar 11 21:31:15.616: INFO: Wait up to 5m0s for pod "pvc-volume-tester-6wscs" to be fully deleted STEP: Deleting claim pvc-gvtpv Mar 11 21:31:17.630: INFO: Waiting up to 2m0s for PersistentVolume pvc-e4772b3b-f2e3-4139-84e5-55af3c070761 to get deleted Mar 11 21:31:17.632: INFO: PersistentVolume pvc-e4772b3b-f2e3-4139-84e5-55af3c070761 found and phase=Bound (2.350502ms) Mar 11 21:31:19.637: INFO: PersistentVolume pvc-e4772b3b-f2e3-4139-84e5-55af3c070761 was removed STEP: Deleting storageclass csi-mock-volumes-6864-sc STEP: Cleaning up resources STEP: uninstalling csi mock driver Mar 11 21:31:19.643: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-6864/csi-attacher Mar 11 21:31:19.649: INFO: deleting *v1.ClusterRole: external-attacher-runner-csi-mock-volumes-6864 Mar 11 21:31:19.652: INFO: deleting *v1.ClusterRoleBinding: csi-attacher-role-csi-mock-volumes-6864 Mar 11 21:31:19.657: INFO: deleting *v1.Role: csi-mock-volumes-6864/external-attacher-cfg-csi-mock-volumes-6864 Mar 11 21:31:19.662: INFO: deleting *v1.RoleBinding: csi-mock-volumes-6864/csi-attacher-role-cfg Mar 11 21:31:19.667: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-6864/csi-provisioner Mar 11 21:31:19.671: INFO: deleting *v1.ClusterRole: external-provisioner-runner-csi-mock-volumes-6864 Mar 11 21:31:19.675: INFO: deleting *v1.ClusterRoleBinding: csi-provisioner-role-csi-mock-volumes-6864 Mar 11 21:31:19.679: INFO: deleting *v1.Role: csi-mock-volumes-6864/external-provisioner-cfg-csi-mock-volumes-6864 Mar 11 21:31:19.684: INFO: deleting *v1.RoleBinding: csi-mock-volumes-6864/csi-provisioner-role-cfg Mar 11 21:31:19.688: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-6864/csi-resizer Mar 11 21:31:19.692: INFO: deleting *v1.ClusterRole: external-resizer-runner-csi-mock-volumes-6864 Mar 11 21:31:19.696: INFO: deleting *v1.ClusterRoleBinding: csi-resizer-role-csi-mock-volumes-6864 Mar 11 21:31:19.700: INFO: deleting *v1.Role: csi-mock-volumes-6864/external-resizer-cfg-csi-mock-volumes-6864 Mar 11 21:31:19.705: INFO: deleting *v1.RoleBinding: csi-mock-volumes-6864/csi-resizer-role-cfg Mar 11 21:31:19.708: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-6864/csi-mock Mar 11 21:31:19.712: INFO: deleting *v1.ClusterRoleBinding: csi-controller-attacher-role-csi-mock-volumes-6864 Mar 11 21:31:19.716: INFO: deleting *v1.ClusterRoleBinding: csi-controller-provisioner-role-csi-mock-volumes-6864 Mar 11 21:31:19.720: INFO: deleting *v1.ClusterRoleBinding: csi-controller-cluster-driver-registrar-role-csi-mock-volumes-6864 Mar 11 21:31:19.724: INFO: deleting *v1.ClusterRoleBinding: psp-csi-controller-driver-registrar-role-csi-mock-volumes-6864 Mar 11 21:31:19.727: INFO: deleting *v1.ClusterRoleBinding: csi-controller-resizer-role-csi-mock-volumes-6864 Mar 11 21:31:19.731: INFO: deleting *v1.StorageClass: csi-mock-sc-csi-mock-volumes-6864 Mar 11 21:31:19.735: INFO: deleting *v1.StatefulSet: csi-mock-volumes-6864/csi-mockplugin Mar 11 21:31:19.741: INFO: deleting *v1.StatefulSet: csi-mock-volumes-6864/csi-mockplugin-attacher Mar 11 21:31:19.746: INFO: deleting *v1.StatefulSet: csi-mock-volumes-6864/csi-mockplugin-resizer [AfterEach] [sig-storage] CSI mock volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:31:19.751: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "csi-mock-volumes-6864" for this suite. • [SLOW TEST:42.458 seconds] [sig-storage] CSI mock volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 CSI Volume expansion /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:388 should expand volume by restarting pod if attach=on, nodeExpansion=on /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:417 ------------------------------ {"msg":"PASSED [sig-storage] CSI mock volume CSI Volume expansion should expand volume by restarting pod if attach=on, nodeExpansion=on","total":118,"completed":55,"skipped":3550,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] PersistentVolumes-local [Volume type: dir] Set fsGroup for local volume should set different fsGroup for second pod if first pod is deleted /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:282 [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:31:19.761: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename persistent-local-volumes-test STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in persistent-local-volumes-test-3759 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:155 [BeforeEach] [Volume type: dir] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:191 STEP: Initializing test volumes Mar 11 21:31:23.915: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p /tmp/local-volume-test-d96879e6-0ebf-4cdc-8909-91fcbcad06b1] Namespace:persistent-local-volumes-test-3759 PodName:hostexec-node1-hq5zb ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:31:23.915: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating local PVCs and PVs Mar 11 21:31:24.415: INFO: Creating a PV followed by a PVC Mar 11 21:31:24.422: INFO: Waiting for PV local-pvc65jz to bind to PVC pvc-8s5bm Mar 11 21:31:24.422: INFO: Waiting up to 3m0s for PersistentVolumeClaims [pvc-8s5bm] to have phase Bound Mar 11 21:31:24.425: INFO: PersistentVolumeClaim pvc-8s5bm found but phase is Pending instead of Bound. Mar 11 21:31:26.427: INFO: PersistentVolumeClaim pvc-8s5bm found and phase=Bound (2.004914559s) Mar 11 21:31:26.427: INFO: Waiting up to 3m0s for PersistentVolume local-pvc65jz to have phase Bound Mar 11 21:31:26.430: INFO: PersistentVolume local-pvc65jz found and phase=Bound (2.537121ms) [BeforeEach] Set fsGroup for local volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:257 [It] should set different fsGroup for second pod if first pod is deleted /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:282 Mar 11 21:31:26.434: INFO: Disabled temporarily, reopen after #73168 is fixed [AfterEach] [Volume type: dir] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:200 STEP: Cleaning up PVC and PV Mar 11 21:31:26.436: INFO: Deleting PersistentVolumeClaim "pvc-8s5bm" Mar 11 21:31:26.440: INFO: Deleting PersistentVolume "local-pvc65jz" STEP: Removing the test directory Mar 11 21:31:26.444: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-d96879e6-0ebf-4cdc-8909-91fcbcad06b1] Namespace:persistent-local-volumes-test-3759 PodName:hostexec-node1-hq5zb ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:31:26.444: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:31:26.570: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "persistent-local-volumes-test-3759" for this suite. S [SKIPPING] [6.817 seconds] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 [Volume type: dir] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:188 Set fsGroup for local volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:256 should set different fsGroup for second pod if first pod is deleted [It] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:282 Disabled temporarily, reopen after #73168 is fixed /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:283 ------------------------------ SSSSSSSSSSSSSSSS ------------------------------ [sig-storage] CSI mock volume CSI Volume expansion should expand volume by restarting pod if attach=off, nodeExpansion=on /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:417 [BeforeEach] [sig-storage] CSI mock volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:31:26.578: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename csi-mock-volumes STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in csi-mock-volumes-1005 STEP: Waiting for a default service account to be provisioned in namespace [It] should expand volume by restarting pod if attach=off, nodeExpansion=on /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:417 STEP: deploying csi mock driver Mar 11 21:31:26.724: INFO: creating *v1.ServiceAccount: csi-mock-volumes-1005/csi-attacher Mar 11 21:31:26.727: INFO: creating *v1.ClusterRole: external-attacher-runner-csi-mock-volumes-1005 Mar 11 21:31:26.727: INFO: Define cluster role external-attacher-runner-csi-mock-volumes-1005 Mar 11 21:31:26.730: INFO: creating *v1.ClusterRoleBinding: csi-attacher-role-csi-mock-volumes-1005 Mar 11 21:31:26.733: INFO: creating *v1.Role: csi-mock-volumes-1005/external-attacher-cfg-csi-mock-volumes-1005 Mar 11 21:31:26.735: INFO: creating *v1.RoleBinding: csi-mock-volumes-1005/csi-attacher-role-cfg Mar 11 21:31:26.738: INFO: creating *v1.ServiceAccount: csi-mock-volumes-1005/csi-provisioner Mar 11 21:31:26.741: INFO: creating *v1.ClusterRole: external-provisioner-runner-csi-mock-volumes-1005 Mar 11 21:31:26.741: INFO: Define cluster role external-provisioner-runner-csi-mock-volumes-1005 Mar 11 21:31:26.744: INFO: creating *v1.ClusterRoleBinding: csi-provisioner-role-csi-mock-volumes-1005 Mar 11 21:31:26.747: INFO: creating *v1.Role: csi-mock-volumes-1005/external-provisioner-cfg-csi-mock-volumes-1005 Mar 11 21:31:26.750: INFO: creating *v1.RoleBinding: csi-mock-volumes-1005/csi-provisioner-role-cfg Mar 11 21:31:26.752: INFO: creating *v1.ServiceAccount: csi-mock-volumes-1005/csi-resizer Mar 11 21:31:26.755: INFO: creating *v1.ClusterRole: external-resizer-runner-csi-mock-volumes-1005 Mar 11 21:31:26.755: INFO: Define cluster role external-resizer-runner-csi-mock-volumes-1005 Mar 11 21:31:26.757: INFO: creating *v1.ClusterRoleBinding: csi-resizer-role-csi-mock-volumes-1005 Mar 11 21:31:26.759: INFO: creating *v1.Role: csi-mock-volumes-1005/external-resizer-cfg-csi-mock-volumes-1005 Mar 11 21:31:26.762: INFO: creating *v1.RoleBinding: csi-mock-volumes-1005/csi-resizer-role-cfg Mar 11 21:31:26.765: INFO: creating *v1.ServiceAccount: csi-mock-volumes-1005/csi-mock Mar 11 21:31:26.768: INFO: creating *v1.ClusterRoleBinding: csi-controller-attacher-role-csi-mock-volumes-1005 Mar 11 21:31:26.771: INFO: creating *v1.ClusterRoleBinding: csi-controller-provisioner-role-csi-mock-volumes-1005 Mar 11 21:31:26.773: INFO: creating *v1.ClusterRoleBinding: csi-controller-cluster-driver-registrar-role-csi-mock-volumes-1005 Mar 11 21:31:26.776: INFO: creating *v1.ClusterRoleBinding: psp-csi-controller-driver-registrar-role-csi-mock-volumes-1005 Mar 11 21:31:26.778: INFO: creating *v1.ClusterRoleBinding: csi-controller-resizer-role-csi-mock-volumes-1005 Mar 11 21:31:26.781: INFO: creating *v1.StorageClass: csi-mock-sc-csi-mock-volumes-1005 Mar 11 21:31:26.784: INFO: creating *v1.StatefulSet: csi-mock-volumes-1005/csi-mockplugin Mar 11 21:31:26.787: INFO: creating *v1.CSIDriver: csi-mock-csi-mock-volumes-1005 Mar 11 21:31:26.790: INFO: creating *v1.StatefulSet: csi-mock-volumes-1005/csi-mockplugin-resizer Mar 11 21:31:26.793: INFO: waiting up to 4m0s for CSIDriver "csi-mock-csi-mock-volumes-1005" STEP: Creating pod Mar 11 21:31:26.800: INFO: Warning: Making PVC: VolumeMode specified as invalid empty string, treating as nil Mar 11 21:31:26.802: INFO: Waiting up to 5m0s for PersistentVolumeClaims [pvc-jr5cc] to have phase Bound Mar 11 21:31:26.804: INFO: PersistentVolumeClaim pvc-jr5cc found but phase is Pending instead of Bound. Mar 11 21:31:28.807: INFO: PersistentVolumeClaim pvc-jr5cc found but phase is Pending instead of Bound. Mar 11 21:31:30.810: INFO: PersistentVolumeClaim pvc-jr5cc found but phase is Pending instead of Bound. Mar 11 21:31:32.813: INFO: PersistentVolumeClaim pvc-jr5cc found and phase=Bound (6.010625707s) STEP: Expanding current pvc STEP: Waiting for persistent volume resize to finish STEP: Checking for conditions on pvc STEP: Deleting the previously created pod Mar 11 21:31:38.851: INFO: Deleting pod "pvc-volume-tester-t58ng" in namespace "csi-mock-volumes-1005" Mar 11 21:31:38.855: INFO: Wait up to 5m0s for pod "pvc-volume-tester-t58ng" to be fully deleted WARNING: pod log: pvc-volume-tester-t58ng/volume-tester: pods "pvc-volume-tester-t58ng" not found STEP: Creating a new pod with same volume STEP: Waiting for PVC resize to finish STEP: Deleting pod pvc-volume-tester-t58ng Mar 11 21:31:42.875: INFO: Deleting pod "pvc-volume-tester-t58ng" in namespace "csi-mock-volumes-1005" STEP: Deleting pod pvc-volume-tester-2fksz Mar 11 21:31:42.878: INFO: Deleting pod "pvc-volume-tester-2fksz" in namespace "csi-mock-volumes-1005" Mar 11 21:31:42.882: INFO: Wait up to 5m0s for pod "pvc-volume-tester-2fksz" to be fully deleted STEP: Deleting claim pvc-jr5cc Mar 11 21:31:44.900: INFO: Waiting up to 2m0s for PersistentVolume pvc-c7bf26fd-ca02-4d23-a82e-77ec7766dd61 to get deleted Mar 11 21:31:44.902: INFO: PersistentVolume pvc-c7bf26fd-ca02-4d23-a82e-77ec7766dd61 found and phase=Bound (2.154729ms) Mar 11 21:31:46.907: INFO: PersistentVolume pvc-c7bf26fd-ca02-4d23-a82e-77ec7766dd61 was removed STEP: Deleting storageclass csi-mock-volumes-1005-sc STEP: Cleaning up resources STEP: uninstalling csi mock driver Mar 11 21:31:46.913: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-1005/csi-attacher Mar 11 21:31:46.918: INFO: deleting *v1.ClusterRole: external-attacher-runner-csi-mock-volumes-1005 Mar 11 21:31:46.922: INFO: deleting *v1.ClusterRoleBinding: csi-attacher-role-csi-mock-volumes-1005 Mar 11 21:31:46.926: INFO: deleting *v1.Role: csi-mock-volumes-1005/external-attacher-cfg-csi-mock-volumes-1005 Mar 11 21:31:46.931: INFO: deleting *v1.RoleBinding: csi-mock-volumes-1005/csi-attacher-role-cfg Mar 11 21:31:46.935: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-1005/csi-provisioner Mar 11 21:31:46.940: INFO: deleting *v1.ClusterRole: external-provisioner-runner-csi-mock-volumes-1005 Mar 11 21:31:46.944: INFO: deleting *v1.ClusterRoleBinding: csi-provisioner-role-csi-mock-volumes-1005 Mar 11 21:31:46.950: INFO: deleting *v1.Role: csi-mock-volumes-1005/external-provisioner-cfg-csi-mock-volumes-1005 Mar 11 21:31:46.954: INFO: deleting *v1.RoleBinding: csi-mock-volumes-1005/csi-provisioner-role-cfg Mar 11 21:31:46.958: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-1005/csi-resizer Mar 11 21:31:46.962: INFO: deleting *v1.ClusterRole: external-resizer-runner-csi-mock-volumes-1005 Mar 11 21:31:46.966: INFO: deleting *v1.ClusterRoleBinding: csi-resizer-role-csi-mock-volumes-1005 Mar 11 21:31:46.970: INFO: deleting *v1.Role: csi-mock-volumes-1005/external-resizer-cfg-csi-mock-volumes-1005 Mar 11 21:31:46.975: INFO: deleting *v1.RoleBinding: csi-mock-volumes-1005/csi-resizer-role-cfg Mar 11 21:31:46.980: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-1005/csi-mock Mar 11 21:31:46.984: INFO: deleting *v1.ClusterRoleBinding: csi-controller-attacher-role-csi-mock-volumes-1005 Mar 11 21:31:46.988: INFO: deleting *v1.ClusterRoleBinding: csi-controller-provisioner-role-csi-mock-volumes-1005 Mar 11 21:31:46.992: INFO: deleting *v1.ClusterRoleBinding: csi-controller-cluster-driver-registrar-role-csi-mock-volumes-1005 Mar 11 21:31:46.996: INFO: deleting *v1.ClusterRoleBinding: psp-csi-controller-driver-registrar-role-csi-mock-volumes-1005 Mar 11 21:31:47.001: INFO: deleting *v1.ClusterRoleBinding: csi-controller-resizer-role-csi-mock-volumes-1005 Mar 11 21:31:47.006: INFO: deleting *v1.StorageClass: csi-mock-sc-csi-mock-volumes-1005 Mar 11 21:31:47.010: INFO: deleting *v1.StatefulSet: csi-mock-volumes-1005/csi-mockplugin Mar 11 21:31:47.015: INFO: deleting *v1.CSIDriver: csi-mock-csi-mock-volumes-1005 Mar 11 21:31:47.019: INFO: deleting *v1.StatefulSet: csi-mock-volumes-1005/csi-mockplugin-resizer [AfterEach] [sig-storage] CSI mock volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:31:47.026: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "csi-mock-volumes-1005" for this suite. • [SLOW TEST:20.456 seconds] [sig-storage] CSI mock volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 CSI Volume expansion /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:388 should expand volume by restarting pod if attach=off, nodeExpansion=on /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:417 ------------------------------ {"msg":"PASSED [sig-storage] CSI mock volume CSI Volume expansion should expand volume by restarting pod if attach=off, nodeExpansion=on","total":118,"completed":56,"skipped":3661,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] PersistentVolumes-local Pod with node different from PV's NodeAffinity should fail scheduling due to different NodeSelector /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:365 [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:31:47.036: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename persistent-local-volumes-test STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in persistent-local-volumes-test-2904 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:155 [BeforeEach] Pod with node different from PV's NodeAffinity /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:345 STEP: Initializing test volumes Mar 11 21:31:51.183: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p /tmp/local-volume-test-6e1180a0-d1e5-405c-9eab-2257ecb7e506] Namespace:persistent-local-volumes-test-2904 PodName:hostexec-node1-nfm57 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:31:51.183: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating local PVCs and PVs Mar 11 21:31:51.298: INFO: Creating a PV followed by a PVC Mar 11 21:31:51.304: INFO: Waiting for PV local-pvwxnd4 to bind to PVC pvc-xllp8 Mar 11 21:31:51.305: INFO: Waiting up to 3m0s for PersistentVolumeClaims [pvc-xllp8] to have phase Bound Mar 11 21:31:51.307: INFO: PersistentVolumeClaim pvc-xllp8 found but phase is Pending instead of Bound. Mar 11 21:31:53.310: INFO: PersistentVolumeClaim pvc-xllp8 found but phase is Pending instead of Bound. Mar 11 21:31:55.314: INFO: PersistentVolumeClaim pvc-xllp8 found but phase is Pending instead of Bound. Mar 11 21:31:57.318: INFO: PersistentVolumeClaim pvc-xllp8 found but phase is Pending instead of Bound. Mar 11 21:31:59.321: INFO: PersistentVolumeClaim pvc-xllp8 found but phase is Pending instead of Bound. Mar 11 21:32:01.324: INFO: PersistentVolumeClaim pvc-xllp8 found but phase is Pending instead of Bound. Mar 11 21:32:03.327: INFO: PersistentVolumeClaim pvc-xllp8 found and phase=Bound (12.02214993s) Mar 11 21:32:03.327: INFO: Waiting up to 3m0s for PersistentVolume local-pvwxnd4 to have phase Bound Mar 11 21:32:03.330: INFO: PersistentVolume local-pvwxnd4 found and phase=Bound (2.858636ms) [It] should fail scheduling due to different NodeSelector /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:365 STEP: local-volume-type: dir STEP: Initializing test volumes Mar 11 21:32:03.334: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p /tmp/local-volume-test-1532d2a1-3653-494d-898c-dc777b7fcbe0] Namespace:persistent-local-volumes-test-2904 PodName:hostexec-node1-nfm57 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:32:03.334: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating local PVCs and PVs Mar 11 21:32:03.452: INFO: Creating a PV followed by a PVC Mar 11 21:32:03.459: INFO: Waiting for PV local-pvcs5qp to bind to PVC pvc-pr6j4 Mar 11 21:32:03.459: INFO: Waiting up to 3m0s for PersistentVolumeClaims [pvc-pr6j4] to have phase Bound Mar 11 21:32:03.462: INFO: PersistentVolumeClaim pvc-pr6j4 found but phase is Pending instead of Bound. Mar 11 21:32:05.465: INFO: PersistentVolumeClaim pvc-pr6j4 found but phase is Pending instead of Bound. Mar 11 21:32:07.469: INFO: PersistentVolumeClaim pvc-pr6j4 found but phase is Pending instead of Bound. Mar 11 21:32:09.472: INFO: PersistentVolumeClaim pvc-pr6j4 found but phase is Pending instead of Bound. Mar 11 21:32:11.477: INFO: PersistentVolumeClaim pvc-pr6j4 found but phase is Pending instead of Bound. Mar 11 21:32:13.481: INFO: PersistentVolumeClaim pvc-pr6j4 found but phase is Pending instead of Bound. Mar 11 21:32:15.484: INFO: PersistentVolumeClaim pvc-pr6j4 found but phase is Pending instead of Bound. Mar 11 21:32:17.489: INFO: PersistentVolumeClaim pvc-pr6j4 found but phase is Pending instead of Bound. Mar 11 21:32:19.492: INFO: PersistentVolumeClaim pvc-pr6j4 found and phase=Bound (16.033187378s) Mar 11 21:32:19.492: INFO: Waiting up to 3m0s for PersistentVolume local-pvcs5qp to have phase Bound Mar 11 21:32:19.495: INFO: PersistentVolume local-pvcs5qp found and phase=Bound (2.994305ms) Mar 11 21:32:19.510: INFO: Waiting up to 5m0s for pod "security-context-549c76ca-bb68-48b4-9593-9cbf7aac76d1" in namespace "persistent-local-volumes-test-2904" to be "Unschedulable" Mar 11 21:32:19.512: INFO: Pod "security-context-549c76ca-bb68-48b4-9593-9cbf7aac76d1": Phase="Pending", Reason="", readiness=false. Elapsed: 2.219723ms Mar 11 21:32:21.516: INFO: Pod "security-context-549c76ca-bb68-48b4-9593-9cbf7aac76d1": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006212308s Mar 11 21:32:21.516: INFO: Pod "security-context-549c76ca-bb68-48b4-9593-9cbf7aac76d1" satisfied condition "Unschedulable" [AfterEach] Pod with node different from PV's NodeAffinity /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:356 STEP: Cleaning up PVC and PV Mar 11 21:32:21.516: INFO: Deleting PersistentVolumeClaim "pvc-xllp8" Mar 11 21:32:21.521: INFO: Deleting PersistentVolume "local-pvwxnd4" STEP: Removing the test directory Mar 11 21:32:21.525: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-6e1180a0-d1e5-405c-9eab-2257ecb7e506] Namespace:persistent-local-volumes-test-2904 PodName:hostexec-node1-nfm57 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:32:21.525: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:32:21.643: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "persistent-local-volumes-test-2904" for this suite. • [SLOW TEST:34.615 seconds] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 Pod with node different from PV's NodeAffinity /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:339 should fail scheduling due to different NodeSelector /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:365 ------------------------------ {"msg":"PASSED [sig-storage] PersistentVolumes-local Pod with node different from PV's NodeAffinity should fail scheduling due to different NodeSelector","total":118,"completed":57,"skipped":3746,"failed":0} SSSSSS ------------------------------ [sig-storage] [Serial] Volume metrics should create volume metrics with the correct PVC ref /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_metrics.go:204 [BeforeEach] [sig-storage] [Serial] Volume metrics /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:32:21.652: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename pv STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in pv-9135 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] [Serial] Volume metrics /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_metrics.go:56 Mar 11 21:32:21.773: INFO: Only supported for providers [gce gke aws] (not ) [AfterEach] [sig-storage] [Serial] Volume metrics /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:32:21.775: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "pv-9135" for this suite. [AfterEach] [sig-storage] [Serial] Volume metrics /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_metrics.go:82 S [SKIPPING] in Spec Setup (BeforeEach) [0.132 seconds] [sig-storage] [Serial] Volume metrics /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 should create volume metrics with the correct PVC ref [BeforeEach] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_metrics.go:204 Only supported for providers [gce gke aws] (not ) /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/volume_metrics.go:60 ------------------------------ SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] CSI mock volume CSI online volume expansion should expand volume without restarting pod if attach=off, nodeExpansion=on /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:514 [BeforeEach] [sig-storage] CSI mock volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:32:21.785: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename csi-mock-volumes STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in csi-mock-volumes-2272 STEP: Waiting for a default service account to be provisioned in namespace [It] should expand volume without restarting pod if attach=off, nodeExpansion=on /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:514 STEP: deploying csi mock driver Mar 11 21:32:21.928: INFO: creating *v1.ServiceAccount: csi-mock-volumes-2272/csi-attacher Mar 11 21:32:21.930: INFO: creating *v1.ClusterRole: external-attacher-runner-csi-mock-volumes-2272 Mar 11 21:32:21.930: INFO: Define cluster role external-attacher-runner-csi-mock-volumes-2272 Mar 11 21:32:21.933: INFO: creating *v1.ClusterRoleBinding: csi-attacher-role-csi-mock-volumes-2272 Mar 11 21:32:21.936: INFO: creating *v1.Role: csi-mock-volumes-2272/external-attacher-cfg-csi-mock-volumes-2272 Mar 11 21:32:21.938: INFO: creating *v1.RoleBinding: csi-mock-volumes-2272/csi-attacher-role-cfg Mar 11 21:32:21.941: INFO: creating *v1.ServiceAccount: csi-mock-volumes-2272/csi-provisioner Mar 11 21:32:21.943: INFO: creating *v1.ClusterRole: external-provisioner-runner-csi-mock-volumes-2272 Mar 11 21:32:21.943: INFO: Define cluster role external-provisioner-runner-csi-mock-volumes-2272 Mar 11 21:32:21.945: INFO: creating *v1.ClusterRoleBinding: csi-provisioner-role-csi-mock-volumes-2272 Mar 11 21:32:21.948: INFO: creating *v1.Role: csi-mock-volumes-2272/external-provisioner-cfg-csi-mock-volumes-2272 Mar 11 21:32:21.950: INFO: creating *v1.RoleBinding: csi-mock-volumes-2272/csi-provisioner-role-cfg Mar 11 21:32:21.953: INFO: creating *v1.ServiceAccount: csi-mock-volumes-2272/csi-resizer Mar 11 21:32:21.955: INFO: creating *v1.ClusterRole: external-resizer-runner-csi-mock-volumes-2272 Mar 11 21:32:21.955: INFO: Define cluster role external-resizer-runner-csi-mock-volumes-2272 Mar 11 21:32:21.957: INFO: creating *v1.ClusterRoleBinding: csi-resizer-role-csi-mock-volumes-2272 Mar 11 21:32:21.960: INFO: creating *v1.Role: csi-mock-volumes-2272/external-resizer-cfg-csi-mock-volumes-2272 Mar 11 21:32:21.963: INFO: creating *v1.RoleBinding: csi-mock-volumes-2272/csi-resizer-role-cfg Mar 11 21:32:21.965: INFO: creating *v1.ServiceAccount: csi-mock-volumes-2272/csi-mock Mar 11 21:32:21.967: INFO: creating *v1.ClusterRoleBinding: csi-controller-attacher-role-csi-mock-volumes-2272 Mar 11 21:32:21.970: INFO: creating *v1.ClusterRoleBinding: csi-controller-provisioner-role-csi-mock-volumes-2272 Mar 11 21:32:21.972: INFO: creating *v1.ClusterRoleBinding: csi-controller-cluster-driver-registrar-role-csi-mock-volumes-2272 Mar 11 21:32:21.975: INFO: creating *v1.ClusterRoleBinding: psp-csi-controller-driver-registrar-role-csi-mock-volumes-2272 Mar 11 21:32:21.977: INFO: creating *v1.ClusterRoleBinding: csi-controller-resizer-role-csi-mock-volumes-2272 Mar 11 21:32:21.979: INFO: creating *v1.StorageClass: csi-mock-sc-csi-mock-volumes-2272 Mar 11 21:32:21.982: INFO: creating *v1.StatefulSet: csi-mock-volumes-2272/csi-mockplugin Mar 11 21:32:21.986: INFO: creating *v1.CSIDriver: csi-mock-csi-mock-volumes-2272 Mar 11 21:32:21.988: INFO: creating *v1.StatefulSet: csi-mock-volumes-2272/csi-mockplugin-resizer Mar 11 21:32:21.992: INFO: waiting up to 4m0s for CSIDriver "csi-mock-csi-mock-volumes-2272" STEP: Creating pod Mar 11 21:32:21.999: INFO: Warning: Making PVC: VolumeMode specified as invalid empty string, treating as nil Mar 11 21:32:22.001: INFO: Waiting up to 5m0s for PersistentVolumeClaims [pvc-ngj8n] to have phase Bound Mar 11 21:32:22.004: INFO: PersistentVolumeClaim pvc-ngj8n found but phase is Pending instead of Bound. Mar 11 21:32:24.008: INFO: PersistentVolumeClaim pvc-ngj8n found but phase is Pending instead of Bound. Mar 11 21:32:26.013: INFO: PersistentVolumeClaim pvc-ngj8n found but phase is Pending instead of Bound. Mar 11 21:32:28.017: INFO: PersistentVolumeClaim pvc-ngj8n found and phase=Bound (6.015680739s) STEP: Expanding current pvc STEP: Waiting for persistent volume resize to finish STEP: Waiting for PVC resize to finish STEP: Deleting pod pvc-volume-tester-4sskx Mar 11 21:33:48.054: INFO: Deleting pod "pvc-volume-tester-4sskx" in namespace "csi-mock-volumes-2272" Mar 11 21:33:48.059: INFO: Wait up to 5m0s for pod "pvc-volume-tester-4sskx" to be fully deleted STEP: Deleting claim pvc-ngj8n Mar 11 21:33:58.075: INFO: Waiting up to 2m0s for PersistentVolume pvc-4fba50cf-72c6-4ac0-8f52-d9b6aa858314 to get deleted Mar 11 21:33:58.078: INFO: PersistentVolume pvc-4fba50cf-72c6-4ac0-8f52-d9b6aa858314 found and phase=Bound (2.28422ms) Mar 11 21:34:00.081: INFO: PersistentVolume pvc-4fba50cf-72c6-4ac0-8f52-d9b6aa858314 was removed STEP: Deleting storageclass csi-mock-volumes-2272-sc STEP: Cleaning up resources STEP: uninstalling csi mock driver Mar 11 21:34:00.085: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-2272/csi-attacher Mar 11 21:34:00.090: INFO: deleting *v1.ClusterRole: external-attacher-runner-csi-mock-volumes-2272 Mar 11 21:34:00.094: INFO: deleting *v1.ClusterRoleBinding: csi-attacher-role-csi-mock-volumes-2272 Mar 11 21:34:00.099: INFO: deleting *v1.Role: csi-mock-volumes-2272/external-attacher-cfg-csi-mock-volumes-2272 Mar 11 21:34:00.104: INFO: deleting *v1.RoleBinding: csi-mock-volumes-2272/csi-attacher-role-cfg Mar 11 21:34:00.108: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-2272/csi-provisioner Mar 11 21:34:00.113: INFO: deleting *v1.ClusterRole: external-provisioner-runner-csi-mock-volumes-2272 Mar 11 21:34:00.127: INFO: deleting *v1.ClusterRoleBinding: csi-provisioner-role-csi-mock-volumes-2272 Mar 11 21:34:00.136: INFO: deleting *v1.Role: csi-mock-volumes-2272/external-provisioner-cfg-csi-mock-volumes-2272 Mar 11 21:34:00.141: INFO: deleting *v1.RoleBinding: csi-mock-volumes-2272/csi-provisioner-role-cfg Mar 11 21:34:00.146: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-2272/csi-resizer Mar 11 21:34:00.151: INFO: deleting *v1.ClusterRole: external-resizer-runner-csi-mock-volumes-2272 Mar 11 21:34:00.155: INFO: deleting *v1.ClusterRoleBinding: csi-resizer-role-csi-mock-volumes-2272 Mar 11 21:34:00.160: INFO: deleting *v1.Role: csi-mock-volumes-2272/external-resizer-cfg-csi-mock-volumes-2272 Mar 11 21:34:00.164: INFO: deleting *v1.RoleBinding: csi-mock-volumes-2272/csi-resizer-role-cfg Mar 11 21:34:00.168: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-2272/csi-mock Mar 11 21:34:00.173: INFO: deleting *v1.ClusterRoleBinding: csi-controller-attacher-role-csi-mock-volumes-2272 Mar 11 21:34:00.177: INFO: deleting *v1.ClusterRoleBinding: csi-controller-provisioner-role-csi-mock-volumes-2272 Mar 11 21:34:00.181: INFO: deleting *v1.ClusterRoleBinding: csi-controller-cluster-driver-registrar-role-csi-mock-volumes-2272 Mar 11 21:34:00.185: INFO: deleting *v1.ClusterRoleBinding: psp-csi-controller-driver-registrar-role-csi-mock-volumes-2272 Mar 11 21:34:00.189: INFO: deleting *v1.ClusterRoleBinding: csi-controller-resizer-role-csi-mock-volumes-2272 Mar 11 21:34:00.193: INFO: deleting *v1.StorageClass: csi-mock-sc-csi-mock-volumes-2272 Mar 11 21:34:00.197: INFO: deleting *v1.StatefulSet: csi-mock-volumes-2272/csi-mockplugin Mar 11 21:34:00.201: INFO: deleting *v1.CSIDriver: csi-mock-csi-mock-volumes-2272 Mar 11 21:34:00.205: INFO: deleting *v1.StatefulSet: csi-mock-volumes-2272/csi-mockplugin-resizer [AfterEach] [sig-storage] CSI mock volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:34:00.212: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "csi-mock-volumes-2272" for this suite. • [SLOW TEST:98.434 seconds] [sig-storage] CSI mock volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 CSI online volume expansion /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:499 should expand volume without restarting pod if attach=off, nodeExpansion=on /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:514 ------------------------------ {"msg":"PASSED [sig-storage] CSI mock volume CSI online volume expansion should expand volume without restarting pod if attach=off, nodeExpansion=on","total":118,"completed":58,"skipped":3792,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-scheduling] Multi-AZ Cluster Volumes [sig-storage] should only be allowed to provision PDs in zones where nodes exist /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduling/ubernetes_lite_volumes.go:58 [BeforeEach] [sig-scheduling] Multi-AZ Cluster Volumes [sig-storage] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:34:00.222: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename multi-az STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in multi-az-3665 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-scheduling] Multi-AZ Cluster Volumes [sig-storage] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduling/ubernetes_lite_volumes.go:43 Mar 11 21:34:00.345: INFO: Only supported for providers [gce gke] (not ) [AfterEach] [sig-scheduling] Multi-AZ Cluster Volumes [sig-storage] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:34:00.346: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "multi-az-3665" for this suite. S [SKIPPING] in Spec Setup (BeforeEach) [0.132 seconds] [sig-scheduling] Multi-AZ Cluster Volumes [sig-storage] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduling/framework.go:40 should only be allowed to provision PDs in zones where nodes exist [BeforeEach] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduling/ubernetes_lite_volumes.go:58 Only supported for providers [gce gke] (not ) /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduling/ubernetes_lite_volumes.go:44 ------------------------------ SSSSSSSSS ------------------------------ [sig-storage] PersistentVolumes-local Pod with node different from PV's NodeAffinity should fail scheduling due to different NodeAffinity /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:361 [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:34:00.354: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename persistent-local-volumes-test STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in persistent-local-volumes-test-4071 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:155 [BeforeEach] Pod with node different from PV's NodeAffinity /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:345 STEP: Initializing test volumes Mar 11 21:34:04.507: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p /tmp/local-volume-test-0fa4f7e8-89e6-4a51-a7ad-dee53653baa5] Namespace:persistent-local-volumes-test-4071 PodName:hostexec-node1-t4n5q ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:34:04.507: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating local PVCs and PVs Mar 11 21:34:04.622: INFO: Creating a PV followed by a PVC Mar 11 21:34:04.630: INFO: Waiting for PV local-pvwbgkf to bind to PVC pvc-52kjn Mar 11 21:34:04.630: INFO: Waiting up to 3m0s for PersistentVolumeClaims [pvc-52kjn] to have phase Bound Mar 11 21:34:04.632: INFO: PersistentVolumeClaim pvc-52kjn found but phase is Pending instead of Bound. Mar 11 21:34:06.635: INFO: PersistentVolumeClaim pvc-52kjn found and phase=Bound (2.005624451s) Mar 11 21:34:06.635: INFO: Waiting up to 3m0s for PersistentVolume local-pvwbgkf to have phase Bound Mar 11 21:34:06.638: INFO: PersistentVolume local-pvwbgkf found and phase=Bound (2.303134ms) [It] should fail scheduling due to different NodeAffinity /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:361 STEP: local-volume-type: dir STEP: Initializing test volumes Mar 11 21:34:06.643: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p /tmp/local-volume-test-d09441e2-527b-42b1-8976-f0f2b0530470] Namespace:persistent-local-volumes-test-4071 PodName:hostexec-node1-t4n5q ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:34:06.643: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating local PVCs and PVs Mar 11 21:34:06.752: INFO: Creating a PV followed by a PVC Mar 11 21:34:06.759: INFO: Waiting for PV local-pv759rb to bind to PVC pvc-cmtd4 Mar 11 21:34:06.759: INFO: Waiting up to 3m0s for PersistentVolumeClaims [pvc-cmtd4] to have phase Bound Mar 11 21:34:06.762: INFO: PersistentVolumeClaim pvc-cmtd4 found but phase is Pending instead of Bound. Mar 11 21:34:08.765: INFO: PersistentVolumeClaim pvc-cmtd4 found and phase=Bound (2.006642407s) Mar 11 21:34:08.765: INFO: Waiting up to 3m0s for PersistentVolume local-pv759rb to have phase Bound Mar 11 21:34:08.767: INFO: PersistentVolume local-pv759rb found and phase=Bound (1.643846ms) Mar 11 21:34:08.781: INFO: Waiting up to 5m0s for pod "security-context-cc8e9957-cf0d-4461-8351-6e0c837378a5" in namespace "persistent-local-volumes-test-4071" to be "Unschedulable" Mar 11 21:34:08.783: INFO: Pod "security-context-cc8e9957-cf0d-4461-8351-6e0c837378a5": Phase="Pending", Reason="", readiness=false. Elapsed: 2.206945ms Mar 11 21:34:10.786: INFO: Pod "security-context-cc8e9957-cf0d-4461-8351-6e0c837378a5": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004528405s Mar 11 21:34:10.786: INFO: Pod "security-context-cc8e9957-cf0d-4461-8351-6e0c837378a5" satisfied condition "Unschedulable" [AfterEach] Pod with node different from PV's NodeAffinity /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:356 STEP: Cleaning up PVC and PV Mar 11 21:34:10.786: INFO: Deleting PersistentVolumeClaim "pvc-52kjn" Mar 11 21:34:10.789: INFO: Deleting PersistentVolume "local-pvwbgkf" STEP: Removing the test directory Mar 11 21:34:10.794: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-0fa4f7e8-89e6-4a51-a7ad-dee53653baa5] Namespace:persistent-local-volumes-test-4071 PodName:hostexec-node1-t4n5q ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:34:10.794: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:34:10.921: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "persistent-local-volumes-test-4071" for this suite. • [SLOW TEST:10.575 seconds] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 Pod with node different from PV's NodeAffinity /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:339 should fail scheduling due to different NodeAffinity /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:361 ------------------------------ {"msg":"PASSED [sig-storage] PersistentVolumes-local Pod with node different from PV's NodeAffinity should fail scheduling due to different NodeAffinity","total":118,"completed":59,"skipped":3958,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] ConfigMap should be consumable from pods in volume with mappings as non-root with FSGroup [LinuxOnly] [NodeFeature:FSGroup] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/configmap_volume.go:110 [BeforeEach] [sig-storage] ConfigMap /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:34:10.931: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename configmap STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in configmap-6204 STEP: Waiting for a default service account to be provisioned in namespace [It] should be consumable from pods in volume with mappings as non-root with FSGroup [LinuxOnly] [NodeFeature:FSGroup] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/configmap_volume.go:110 STEP: Creating configMap with name configmap-test-volume-map-28b43977-5820-44d6-a7e3-7e2420736ff3 STEP: Creating a pod to test consume configMaps Mar 11 21:34:11.069: INFO: Waiting up to 5m0s for pod "pod-configmaps-b41cbb23-391b-4763-9749-f19b26be982c" in namespace "configmap-6204" to be "Succeeded or Failed" Mar 11 21:34:11.071: INFO: Pod "pod-configmaps-b41cbb23-391b-4763-9749-f19b26be982c": Phase="Pending", Reason="", readiness=false. Elapsed: 2.314308ms Mar 11 21:34:13.075: INFO: Pod "pod-configmaps-b41cbb23-391b-4763-9749-f19b26be982c": Phase="Pending", Reason="", readiness=false. Elapsed: 2.005779795s Mar 11 21:34:15.078: INFO: Pod "pod-configmaps-b41cbb23-391b-4763-9749-f19b26be982c": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009444999s STEP: Saw pod success Mar 11 21:34:15.079: INFO: Pod "pod-configmaps-b41cbb23-391b-4763-9749-f19b26be982c" satisfied condition "Succeeded or Failed" Mar 11 21:34:15.081: INFO: Trying to get logs from node node2 pod pod-configmaps-b41cbb23-391b-4763-9749-f19b26be982c container configmap-volume-test: STEP: delete the pod Mar 11 21:34:15.116: INFO: Waiting for pod pod-configmaps-b41cbb23-391b-4763-9749-f19b26be982c to disappear Mar 11 21:34:15.118: INFO: Pod pod-configmaps-b41cbb23-391b-4763-9749-f19b26be982c no longer exists [AfterEach] [sig-storage] ConfigMap /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:34:15.118: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "configmap-6204" for this suite. •{"msg":"PASSED [sig-storage] ConfigMap should be consumable from pods in volume with mappings as non-root with FSGroup [LinuxOnly] [NodeFeature:FSGroup]","total":118,"completed":60,"skipped":4004,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] PersistentVolumes-local [Volume type: dir-link-bindmounted] Two pods mounting a local volume one after the other should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:251 [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:34:15.127: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename persistent-local-volumes-test STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in persistent-local-volumes-test-1128 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:155 [BeforeEach] [Volume type: dir-link-bindmounted] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:191 STEP: Initializing test volumes Mar 11 21:34:19.275: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir /tmp/local-volume-test-b2b5ffbe-1fe5-4b46-bd54-ce8d09af2725-backend && mount --bind /tmp/local-volume-test-b2b5ffbe-1fe5-4b46-bd54-ce8d09af2725-backend /tmp/local-volume-test-b2b5ffbe-1fe5-4b46-bd54-ce8d09af2725-backend && ln -s /tmp/local-volume-test-b2b5ffbe-1fe5-4b46-bd54-ce8d09af2725-backend /tmp/local-volume-test-b2b5ffbe-1fe5-4b46-bd54-ce8d09af2725] Namespace:persistent-local-volumes-test-1128 PodName:hostexec-node1-g42p5 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:34:19.275: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating local PVCs and PVs Mar 11 21:34:19.381: INFO: Creating a PV followed by a PVC Mar 11 21:34:19.387: INFO: Waiting for PV local-pv94xjs to bind to PVC pvc-85qkh Mar 11 21:34:19.387: INFO: Waiting up to 3m0s for PersistentVolumeClaims [pvc-85qkh] to have phase Bound Mar 11 21:34:19.389: INFO: PersistentVolumeClaim pvc-85qkh found but phase is Pending instead of Bound. Mar 11 21:34:21.392: INFO: PersistentVolumeClaim pvc-85qkh found but phase is Pending instead of Bound. Mar 11 21:34:23.396: INFO: PersistentVolumeClaim pvc-85qkh found but phase is Pending instead of Bound. Mar 11 21:34:25.399: INFO: PersistentVolumeClaim pvc-85qkh found but phase is Pending instead of Bound. Mar 11 21:34:27.402: INFO: PersistentVolumeClaim pvc-85qkh found but phase is Pending instead of Bound. Mar 11 21:34:29.406: INFO: PersistentVolumeClaim pvc-85qkh found but phase is Pending instead of Bound. Mar 11 21:34:31.409: INFO: PersistentVolumeClaim pvc-85qkh found but phase is Pending instead of Bound. Mar 11 21:34:33.411: INFO: PersistentVolumeClaim pvc-85qkh found and phase=Bound (14.024072004s) Mar 11 21:34:33.411: INFO: Waiting up to 3m0s for PersistentVolume local-pv94xjs to have phase Bound Mar 11 21:34:33.415: INFO: PersistentVolume local-pv94xjs found and phase=Bound (3.117995ms) [It] should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:251 STEP: Creating pod1 STEP: Creating a pod Mar 11 21:34:37.440: INFO: pod "security-context-7d5358ca-ab37-42e5-9ef3-c904e69ac241" created on Node "node1" STEP: Writing in pod1 Mar 11 21:34:37.440: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo test-file-content > /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-1128 PodName:security-context-7d5358ca-ab37-42e5-9ef3-c904e69ac241 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:34:37.440: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:34:37.546: INFO: podRWCmdExec out: "" err: Mar 11 21:34:37.546: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-1128 PodName:security-context-7d5358ca-ab37-42e5-9ef3-c904e69ac241 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:34:37.546: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:34:37.649: INFO: podRWCmdExec out: "test-file-content" err: STEP: Deleting pod1 STEP: Deleting pod security-context-7d5358ca-ab37-42e5-9ef3-c904e69ac241 in namespace persistent-local-volumes-test-1128 STEP: Creating pod2 STEP: Creating a pod Mar 11 21:34:41.674: INFO: pod "security-context-9db68fee-928f-40d4-a507-0db370b811e6" created on Node "node1" STEP: Reading in pod2 Mar 11 21:34:41.674: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-1128 PodName:security-context-9db68fee-928f-40d4-a507-0db370b811e6 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:34:41.674: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:34:41.786: INFO: podRWCmdExec out: "test-file-content" err: STEP: Deleting pod2 STEP: Deleting pod security-context-9db68fee-928f-40d4-a507-0db370b811e6 in namespace persistent-local-volumes-test-1128 [AfterEach] [Volume type: dir-link-bindmounted] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:200 STEP: Cleaning up PVC and PV Mar 11 21:34:41.790: INFO: Deleting PersistentVolumeClaim "pvc-85qkh" Mar 11 21:34:41.794: INFO: Deleting PersistentVolume "local-pv94xjs" STEP: Removing the test directory Mar 11 21:34:41.798: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm /tmp/local-volume-test-b2b5ffbe-1fe5-4b46-bd54-ce8d09af2725 && umount /tmp/local-volume-test-b2b5ffbe-1fe5-4b46-bd54-ce8d09af2725-backend && rm -r /tmp/local-volume-test-b2b5ffbe-1fe5-4b46-bd54-ce8d09af2725-backend] Namespace:persistent-local-volumes-test-1128 PodName:hostexec-node1-g42p5 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:34:41.798: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:34:41.926: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "persistent-local-volumes-test-1128" for this suite. • [SLOW TEST:26.808 seconds] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 [Volume type: dir-link-bindmounted] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:188 Two pods mounting a local volume one after the other /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:250 should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:251 ------------------------------ {"msg":"PASSED [sig-storage] PersistentVolumes-local [Volume type: dir-link-bindmounted] Two pods mounting a local volume one after the other should be able to write from pod1 and read from pod2","total":118,"completed":61,"skipped":4063,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] PersistentVolumes-local [Volume type: gce-localssd-scsi-fs] [Serial] Set fsGroup for local volume should set different fsGroup for second pod if first pod is deleted /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:282 [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:34:41.935: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename persistent-local-volumes-test STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in persistent-local-volumes-test-6593 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:155 [BeforeEach] [Volume type: gce-localssd-scsi-fs] [Serial] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:191 Mar 11 21:34:44.080: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c ls -1 /mnt/disks/by-uuid/google-local-ssds-scsi-fs/ | wc -l] Namespace:persistent-local-volumes-test-6593 PodName:hostexec-node1-x24hc ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:34:44.080: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:34:44.218: INFO: exec node1: command: ls -1 /mnt/disks/by-uuid/google-local-ssds-scsi-fs/ | wc -l Mar 11 21:34:44.218: INFO: exec node1: stdout: "0\n" Mar 11 21:34:44.218: INFO: exec node1: stderr: "ls: cannot access /mnt/disks/by-uuid/google-local-ssds-scsi-fs/: No such file or directory\n" Mar 11 21:34:44.218: INFO: exec node1: exit code: 0 Mar 11 21:34:44.218: INFO: Requires at least 1 scsi fs localSSD [AfterEach] [Volume type: gce-localssd-scsi-fs] [Serial] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:200 STEP: Cleaning up PVC and PV [AfterEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:34:44.220: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "persistent-local-volumes-test-6593" for this suite. S [SKIPPING] in Spec Setup (BeforeEach) [2.292 seconds] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 [Volume type: gce-localssd-scsi-fs] [Serial] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:188 Set fsGroup for local volume [BeforeEach] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:256 should set different fsGroup for second pod if first pod is deleted /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:282 Requires at least 1 scsi fs localSSD /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:1205 ------------------------------ SSSSSSSSSSSSSSS ------------------------------ [sig-storage] PersistentVolumes-local [Volume type: dir-bindmounted] Set fsGroup for local volume should set different fsGroup for second pod if first pod is deleted /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:282 [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:34:44.228: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename persistent-local-volumes-test STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in persistent-local-volumes-test-4364 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:155 [BeforeEach] [Volume type: dir-bindmounted] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:191 STEP: Initializing test volumes Mar 11 21:34:48.380: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir /tmp/local-volume-test-afb75349-cc1f-4d6c-b84b-d86aa649fff4 && mount --bind /tmp/local-volume-test-afb75349-cc1f-4d6c-b84b-d86aa649fff4 /tmp/local-volume-test-afb75349-cc1f-4d6c-b84b-d86aa649fff4] Namespace:persistent-local-volumes-test-4364 PodName:hostexec-node1-qft5b ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:34:48.380: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating local PVCs and PVs Mar 11 21:34:48.508: INFO: Creating a PV followed by a PVC Mar 11 21:34:48.514: INFO: Waiting for PV local-pvgj5cp to bind to PVC pvc-dk2tl Mar 11 21:34:48.514: INFO: Waiting up to 3m0s for PersistentVolumeClaims [pvc-dk2tl] to have phase Bound Mar 11 21:34:48.516: INFO: PersistentVolumeClaim pvc-dk2tl found but phase is Pending instead of Bound. Mar 11 21:34:50.520: INFO: PersistentVolumeClaim pvc-dk2tl found but phase is Pending instead of Bound. Mar 11 21:34:52.529: INFO: PersistentVolumeClaim pvc-dk2tl found but phase is Pending instead of Bound. Mar 11 21:34:54.531: INFO: PersistentVolumeClaim pvc-dk2tl found but phase is Pending instead of Bound. Mar 11 21:34:56.534: INFO: PersistentVolumeClaim pvc-dk2tl found but phase is Pending instead of Bound. Mar 11 21:34:58.540: INFO: PersistentVolumeClaim pvc-dk2tl found but phase is Pending instead of Bound. Mar 11 21:35:00.543: INFO: PersistentVolumeClaim pvc-dk2tl found but phase is Pending instead of Bound. Mar 11 21:35:02.549: INFO: PersistentVolumeClaim pvc-dk2tl found but phase is Pending instead of Bound. Mar 11 21:35:04.557: INFO: PersistentVolumeClaim pvc-dk2tl found and phase=Bound (16.043063171s) Mar 11 21:35:04.557: INFO: Waiting up to 3m0s for PersistentVolume local-pvgj5cp to have phase Bound Mar 11 21:35:04.559: INFO: PersistentVolume local-pvgj5cp found and phase=Bound (2.338219ms) [BeforeEach] Set fsGroup for local volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:257 [It] should set different fsGroup for second pod if first pod is deleted /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:282 Mar 11 21:35:04.564: INFO: Disabled temporarily, reopen after #73168 is fixed [AfterEach] [Volume type: dir-bindmounted] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:200 STEP: Cleaning up PVC and PV Mar 11 21:35:04.565: INFO: Deleting PersistentVolumeClaim "pvc-dk2tl" Mar 11 21:35:04.571: INFO: Deleting PersistentVolume "local-pvgj5cp" STEP: Removing the test directory Mar 11 21:35:04.575: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c umount /tmp/local-volume-test-afb75349-cc1f-4d6c-b84b-d86aa649fff4 && rm -r /tmp/local-volume-test-afb75349-cc1f-4d6c-b84b-d86aa649fff4] Namespace:persistent-local-volumes-test-4364 PodName:hostexec-node1-qft5b ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:35:04.575: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:35:04.704: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "persistent-local-volumes-test-4364" for this suite. S [SKIPPING] [20.484 seconds] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 [Volume type: dir-bindmounted] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:188 Set fsGroup for local volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:256 should set different fsGroup for second pod if first pod is deleted [It] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:282 Disabled temporarily, reopen after #73168 is fixed /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:283 ------------------------------ SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] PersistentVolumes-local [Volume type: tmpfs] Two pods mounting a local volume at the same time should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:245 [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:35:04.713: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename persistent-local-volumes-test STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in persistent-local-volumes-test-9933 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:155 [BeforeEach] [Volume type: tmpfs] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:191 STEP: Initializing test volumes STEP: Creating tmpfs mount point on node "node1" at path "/tmp/local-volume-test-edd1ffb3-6d3c-473f-8b79-2b9ba880adc0" Mar 11 21:35:06.862: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p "/tmp/local-volume-test-edd1ffb3-6d3c-473f-8b79-2b9ba880adc0" && mount -t tmpfs -o size=10m tmpfs-"/tmp/local-volume-test-edd1ffb3-6d3c-473f-8b79-2b9ba880adc0" "/tmp/local-volume-test-edd1ffb3-6d3c-473f-8b79-2b9ba880adc0"] Namespace:persistent-local-volumes-test-9933 PodName:hostexec-node1-m4d5b ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:35:06.862: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating local PVCs and PVs Mar 11 21:35:06.972: INFO: Creating a PV followed by a PVC Mar 11 21:35:06.979: INFO: Waiting for PV local-pv947tb to bind to PVC pvc-l6jgm Mar 11 21:35:06.979: INFO: Waiting up to 3m0s for PersistentVolumeClaims [pvc-l6jgm] to have phase Bound Mar 11 21:35:06.981: INFO: PersistentVolumeClaim pvc-l6jgm found but phase is Pending instead of Bound. Mar 11 21:35:08.986: INFO: PersistentVolumeClaim pvc-l6jgm found but phase is Pending instead of Bound. Mar 11 21:35:10.991: INFO: PersistentVolumeClaim pvc-l6jgm found but phase is Pending instead of Bound. Mar 11 21:35:12.995: INFO: PersistentVolumeClaim pvc-l6jgm found but phase is Pending instead of Bound. Mar 11 21:35:14.999: INFO: PersistentVolumeClaim pvc-l6jgm found but phase is Pending instead of Bound. Mar 11 21:35:17.003: INFO: PersistentVolumeClaim pvc-l6jgm found but phase is Pending instead of Bound. Mar 11 21:35:19.008: INFO: PersistentVolumeClaim pvc-l6jgm found and phase=Bound (12.02883483s) Mar 11 21:35:19.008: INFO: Waiting up to 3m0s for PersistentVolume local-pv947tb to have phase Bound Mar 11 21:35:19.011: INFO: PersistentVolume local-pv947tb found and phase=Bound (3.153322ms) [It] should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:245 STEP: Creating pod1 to write to the PV STEP: Creating a pod Mar 11 21:35:23.039: INFO: pod "security-context-15c5b206-649c-4844-9834-fa7716841727" created on Node "node1" STEP: Writing in pod1 Mar 11 21:35:23.039: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo test-file-content > /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-9933 PodName:security-context-15c5b206-649c-4844-9834-fa7716841727 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:35:23.039: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:35:23.150: INFO: podRWCmdExec out: "" err: Mar 11 21:35:23.150: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-9933 PodName:security-context-15c5b206-649c-4844-9834-fa7716841727 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:35:23.150: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:35:23.244: INFO: podRWCmdExec out: "test-file-content" err: STEP: Creating pod2 to read from the PV STEP: Creating a pod Mar 11 21:35:27.265: INFO: pod "security-context-d2275294-fdfa-422d-9ef9-6da651b8b12f" created on Node "node1" Mar 11 21:35:27.265: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-9933 PodName:security-context-d2275294-fdfa-422d-9ef9-6da651b8b12f ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:35:27.265: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:35:27.366: INFO: podRWCmdExec out: "test-file-content" err: STEP: Writing in pod2 Mar 11 21:35:27.366: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo /tmp/local-volume-test-edd1ffb3-6d3c-473f-8b79-2b9ba880adc0 > /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-9933 PodName:security-context-d2275294-fdfa-422d-9ef9-6da651b8b12f ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:35:27.366: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:35:27.488: INFO: podRWCmdExec out: "" err: STEP: Reading in pod1 Mar 11 21:35:27.488: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-9933 PodName:security-context-15c5b206-649c-4844-9834-fa7716841727 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:35:27.488: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:35:27.584: INFO: podRWCmdExec out: "/tmp/local-volume-test-edd1ffb3-6d3c-473f-8b79-2b9ba880adc0" err: STEP: Deleting pod1 STEP: Deleting pod security-context-15c5b206-649c-4844-9834-fa7716841727 in namespace persistent-local-volumes-test-9933 STEP: Deleting pod2 STEP: Deleting pod security-context-d2275294-fdfa-422d-9ef9-6da651b8b12f in namespace persistent-local-volumes-test-9933 [AfterEach] [Volume type: tmpfs] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:200 STEP: Cleaning up PVC and PV Mar 11 21:35:27.592: INFO: Deleting PersistentVolumeClaim "pvc-l6jgm" Mar 11 21:35:27.596: INFO: Deleting PersistentVolume "local-pv947tb" STEP: Unmount tmpfs mount point on node "node1" at path "/tmp/local-volume-test-edd1ffb3-6d3c-473f-8b79-2b9ba880adc0" Mar 11 21:35:27.601: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c umount "/tmp/local-volume-test-edd1ffb3-6d3c-473f-8b79-2b9ba880adc0"] Namespace:persistent-local-volumes-test-9933 PodName:hostexec-node1-m4d5b ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:35:27.601: INFO: >>> kubeConfig: /root/.kube/config STEP: Removing the test directory Mar 11 21:35:27.714: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-edd1ffb3-6d3c-473f-8b79-2b9ba880adc0] Namespace:persistent-local-volumes-test-9933 PodName:hostexec-node1-m4d5b ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:35:27.714: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:35:27.831: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "persistent-local-volumes-test-9933" for this suite. • [SLOW TEST:23.126 seconds] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 [Volume type: tmpfs] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:188 Two pods mounting a local volume at the same time /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:244 should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:245 ------------------------------ {"msg":"PASSED [sig-storage] PersistentVolumes-local [Volume type: tmpfs] Two pods mounting a local volume at the same time should be able to write from pod1 and read from pod2","total":118,"completed":62,"skipped":4157,"failed":0} SSSSSSSSSS ------------------------------ [sig-storage] PersistentVolumes-local [Volume type: dir-bindmounted] One pod requesting one prebound PVC should be able to mount volume and read from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:228 [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:35:27.840: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename persistent-local-volumes-test STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in persistent-local-volumes-test-2606 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:155 [BeforeEach] [Volume type: dir-bindmounted] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:191 STEP: Initializing test volumes Mar 11 21:35:31.989: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir /tmp/local-volume-test-32882737-f720-45af-80dd-a33abd453737 && mount --bind /tmp/local-volume-test-32882737-f720-45af-80dd-a33abd453737 /tmp/local-volume-test-32882737-f720-45af-80dd-a33abd453737] Namespace:persistent-local-volumes-test-2606 PodName:hostexec-node1-w84m4 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:35:31.989: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating local PVCs and PVs Mar 11 21:35:32.103: INFO: Creating a PV followed by a PVC Mar 11 21:35:32.109: INFO: Waiting for PV local-pv25jvn to bind to PVC pvc-kd6vl Mar 11 21:35:32.109: INFO: Waiting up to 3m0s for PersistentVolumeClaims [pvc-kd6vl] to have phase Bound Mar 11 21:35:32.111: INFO: PersistentVolumeClaim pvc-kd6vl found but phase is Pending instead of Bound. Mar 11 21:35:34.115: INFO: PersistentVolumeClaim pvc-kd6vl found and phase=Bound (2.005402377s) Mar 11 21:35:34.115: INFO: Waiting up to 3m0s for PersistentVolume local-pv25jvn to have phase Bound Mar 11 21:35:34.117: INFO: PersistentVolume local-pv25jvn found and phase=Bound (2.124228ms) [BeforeEach] One pod requesting one prebound PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:211 STEP: Creating pod1 STEP: Creating a pod Mar 11 21:35:40.147: INFO: pod "security-context-3b9ad319-58e0-4d9a-b96b-380c2eb0d014" created on Node "node1" STEP: Writing in pod1 Mar 11 21:35:40.147: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo test-file-content > /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-2606 PodName:security-context-3b9ad319-58e0-4d9a-b96b-380c2eb0d014 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:35:40.147: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:35:40.249: INFO: podRWCmdExec out: "" err: [It] should be able to mount volume and read from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:228 STEP: Reading in pod1 Mar 11 21:35:40.249: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-2606 PodName:security-context-3b9ad319-58e0-4d9a-b96b-380c2eb0d014 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:35:40.249: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:35:40.343: INFO: podRWCmdExec out: "test-file-content" err: [AfterEach] One pod requesting one prebound PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:223 STEP: Deleting pod1 STEP: Deleting pod security-context-3b9ad319-58e0-4d9a-b96b-380c2eb0d014 in namespace persistent-local-volumes-test-2606 [AfterEach] [Volume type: dir-bindmounted] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:200 STEP: Cleaning up PVC and PV Mar 11 21:35:40.348: INFO: Deleting PersistentVolumeClaim "pvc-kd6vl" Mar 11 21:35:40.351: INFO: Deleting PersistentVolume "local-pv25jvn" STEP: Removing the test directory Mar 11 21:35:40.355: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c umount /tmp/local-volume-test-32882737-f720-45af-80dd-a33abd453737 && rm -r /tmp/local-volume-test-32882737-f720-45af-80dd-a33abd453737] Namespace:persistent-local-volumes-test-2606 PodName:hostexec-node1-w84m4 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:35:40.355: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:35:40.483: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "persistent-local-volumes-test-2606" for this suite. • [SLOW TEST:12.650 seconds] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 [Volume type: dir-bindmounted] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:188 One pod requesting one prebound PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:205 should be able to mount volume and read from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:228 ------------------------------ {"msg":"PASSED [sig-storage] PersistentVolumes-local [Volume type: dir-bindmounted] One pod requesting one prebound PVC should be able to mount volume and read from pod1","total":118,"completed":63,"skipped":4167,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] CSI mock volume CSI workload information using mock driver should not be passed when podInfoOnMount=nil /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:317 [BeforeEach] [sig-storage] CSI mock volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:35:40.491: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename csi-mock-volumes STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in csi-mock-volumes-3987 STEP: Waiting for a default service account to be provisioned in namespace [It] should not be passed when podInfoOnMount=nil /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:317 STEP: deploying csi mock driver Mar 11 21:35:40.632: INFO: creating *v1.ServiceAccount: csi-mock-volumes-3987/csi-attacher Mar 11 21:35:40.635: INFO: creating *v1.ClusterRole: external-attacher-runner-csi-mock-volumes-3987 Mar 11 21:35:40.635: INFO: Define cluster role external-attacher-runner-csi-mock-volumes-3987 Mar 11 21:35:40.637: INFO: creating *v1.ClusterRoleBinding: csi-attacher-role-csi-mock-volumes-3987 Mar 11 21:35:40.640: INFO: creating *v1.Role: csi-mock-volumes-3987/external-attacher-cfg-csi-mock-volumes-3987 Mar 11 21:35:40.643: INFO: creating *v1.RoleBinding: csi-mock-volumes-3987/csi-attacher-role-cfg Mar 11 21:35:40.646: INFO: creating *v1.ServiceAccount: csi-mock-volumes-3987/csi-provisioner Mar 11 21:35:40.648: INFO: creating *v1.ClusterRole: external-provisioner-runner-csi-mock-volumes-3987 Mar 11 21:35:40.648: INFO: Define cluster role external-provisioner-runner-csi-mock-volumes-3987 Mar 11 21:35:40.651: INFO: creating *v1.ClusterRoleBinding: csi-provisioner-role-csi-mock-volumes-3987 Mar 11 21:35:40.654: INFO: creating *v1.Role: csi-mock-volumes-3987/external-provisioner-cfg-csi-mock-volumes-3987 Mar 11 21:35:40.657: INFO: creating *v1.RoleBinding: csi-mock-volumes-3987/csi-provisioner-role-cfg Mar 11 21:35:40.660: INFO: creating *v1.ServiceAccount: csi-mock-volumes-3987/csi-resizer Mar 11 21:35:40.662: INFO: creating *v1.ClusterRole: external-resizer-runner-csi-mock-volumes-3987 Mar 11 21:35:40.662: INFO: Define cluster role external-resizer-runner-csi-mock-volumes-3987 Mar 11 21:35:40.664: INFO: creating *v1.ClusterRoleBinding: csi-resizer-role-csi-mock-volumes-3987 Mar 11 21:35:40.667: INFO: creating *v1.Role: csi-mock-volumes-3987/external-resizer-cfg-csi-mock-volumes-3987 Mar 11 21:35:40.669: INFO: creating *v1.RoleBinding: csi-mock-volumes-3987/csi-resizer-role-cfg Mar 11 21:35:40.672: INFO: creating *v1.ServiceAccount: csi-mock-volumes-3987/csi-mock Mar 11 21:35:40.674: INFO: creating *v1.ClusterRoleBinding: csi-controller-attacher-role-csi-mock-volumes-3987 Mar 11 21:35:40.677: INFO: creating *v1.ClusterRoleBinding: csi-controller-provisioner-role-csi-mock-volumes-3987 Mar 11 21:35:40.680: INFO: creating *v1.ClusterRoleBinding: csi-controller-cluster-driver-registrar-role-csi-mock-volumes-3987 Mar 11 21:35:40.683: INFO: creating *v1.ClusterRoleBinding: psp-csi-controller-driver-registrar-role-csi-mock-volumes-3987 Mar 11 21:35:40.685: INFO: creating *v1.ClusterRoleBinding: csi-controller-resizer-role-csi-mock-volumes-3987 Mar 11 21:35:40.688: INFO: creating *v1.StorageClass: csi-mock-sc-csi-mock-volumes-3987 Mar 11 21:35:40.690: INFO: creating *v1.StatefulSet: csi-mock-volumes-3987/csi-mockplugin Mar 11 21:35:40.695: INFO: creating *v1.CSIDriver: csi-mock-csi-mock-volumes-3987 Mar 11 21:35:40.698: INFO: creating *v1.StatefulSet: csi-mock-volumes-3987/csi-mockplugin-attacher Mar 11 21:35:40.701: INFO: waiting up to 4m0s for CSIDriver "csi-mock-csi-mock-volumes-3987" STEP: Creating pod Mar 11 21:35:40.707: INFO: Warning: Making PVC: VolumeMode specified as invalid empty string, treating as nil Mar 11 21:35:40.710: INFO: Waiting up to 5m0s for PersistentVolumeClaims [pvc-44krx] to have phase Bound Mar 11 21:35:40.713: INFO: PersistentVolumeClaim pvc-44krx found but phase is Pending instead of Bound. Mar 11 21:35:42.717: INFO: PersistentVolumeClaim pvc-44krx found but phase is Pending instead of Bound. Mar 11 21:35:44.721: INFO: PersistentVolumeClaim pvc-44krx found but phase is Pending instead of Bound. Mar 11 21:35:46.724: INFO: PersistentVolumeClaim pvc-44krx found but phase is Pending instead of Bound. Mar 11 21:35:48.729: INFO: PersistentVolumeClaim pvc-44krx found and phase=Bound (8.01911115s) STEP: Deleting the previously created pod Mar 11 21:35:54.751: INFO: Deleting pod "pvc-volume-tester-mhx8t" in namespace "csi-mock-volumes-3987" Mar 11 21:35:54.755: INFO: Wait up to 5m0s for pod "pvc-volume-tester-mhx8t" to be fully deleted STEP: Checking CSI driver logs Mar 11 21:35:58.767: INFO: CSI driver logs: mock driver started gRPCCall: {"Method":"/csi.v1.Identity/GetPluginInfo","Request":{},"Response":{"name":"csi-mock-csi-mock-volumes-3987","vendor_version":"0.3.0","manifest":{"url":"https://github.com/kubernetes-csi/csi-test/mock"}},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Identity/Probe","Request":{},"Response":{"ready":{"value":true}},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Identity/GetPluginInfo","Request":{},"Response":{"name":"csi-mock-csi-mock-volumes-3987","vendor_version":"0.3.0","manifest":{"url":"https://github.com/kubernetes-csi/csi-test/mock"}},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Identity/GetPluginCapabilities","Request":{},"Response":{"capabilities":[{"Type":{"Service":{"type":1}}},{"Type":{"VolumeExpansion":{"type":1}}}]},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Controller/ControllerGetCapabilities","Request":{},"Response":{"capabilities":[{"Type":{"Rpc":{"type":1}}},{"Type":{"Rpc":{"type":3}}},{"Type":{"Rpc":{"type":4}}},{"Type":{"Rpc":{"type":6}}},{"Type":{"Rpc":{"type":5}}},{"Type":{"Rpc":{"type":8}}},{"Type":{"Rpc":{"type":7}}},{"Type":{"Rpc":{"type":2}}},{"Type":{"Rpc":{"type":9}}}]},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Controller/ControllerGetCapabilities","Request":{},"Response":{"capabilities":[{"Type":{"Rpc":{"type":1}}},{"Type":{"Rpc":{"type":3}}},{"Type":{"Rpc":{"type":4}}},{"Type":{"Rpc":{"type":6}}},{"Type":{"Rpc":{"type":5}}},{"Type":{"Rpc":{"type":8}}},{"Type":{"Rpc":{"type":7}}},{"Type":{"Rpc":{"type":2}}},{"Type":{"Rpc":{"type":9}}}]},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Node/NodeGetInfo","Request":{},"Response":{"node_id":"csi-mock-csi-mock-volumes-3987","max_volumes_per_node":2},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Identity/Probe","Request":{},"Response":{"ready":{"value":true}},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Identity/GetPluginInfo","Request":{},"Response":{"name":"csi-mock-csi-mock-volumes-3987","vendor_version":"0.3.0","manifest":{"url":"https://github.com/kubernetes-csi/csi-test/mock"}},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Identity/GetPluginCapabilities","Request":{},"Response":{"capabilities":[{"Type":{"Service":{"type":1}}},{"Type":{"VolumeExpansion":{"type":1}}}]},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Controller/ControllerGetCapabilities","Request":{},"Response":{"capabilities":[{"Type":{"Rpc":{"type":1}}},{"Type":{"Rpc":{"type":3}}},{"Type":{"Rpc":{"type":4}}},{"Type":{"Rpc":{"type":6}}},{"Type":{"Rpc":{"type":5}}},{"Type":{"Rpc":{"type":8}}},{"Type":{"Rpc":{"type":7}}},{"Type":{"Rpc":{"type":2}}},{"Type":{"Rpc":{"type":9}}}]},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Controller/CreateVolume","Request":{"name":"pvc-20d691c0-9342-4e8a-8be8-3bf435a21748","capacity_range":{"required_bytes":1073741824},"volume_capabilities":[{"AccessType":{"Mount":{"fs_type":"ext4"}},"access_mode":{"mode":1}}]},"Response":{"volume":{"capacity_bytes":1073741824,"volume_id":"4","volume_context":{"name":"pvc-20d691c0-9342-4e8a-8be8-3bf435a21748"}}},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Controller/ControllerPublishVolume","Request":{"volume_id":"4","node_id":"csi-mock-csi-mock-volumes-3987","volume_capability":{"AccessType":{"Mount":{"fs_type":"ext4"}},"access_mode":{"mode":1}},"volume_context":{"name":"pvc-20d691c0-9342-4e8a-8be8-3bf435a21748","storage.kubernetes.io/csiProvisionerIdentity":"1615498546617-8081-csi-mock-csi-mock-volumes-3987"}},"Response":{"publish_context":{"device":"/dev/mock","readonly":"false"}},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Node/NodeGetCapabilities","Request":{},"Response":{"capabilities":[{"Type":{"Rpc":{}}},{"Type":{"Rpc":{"type":1}}},{"Type":{"Rpc":{"type":2}}}]},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Node/NodeStageVolume","Request":{"volume_id":"4","publish_context":{"device":"/dev/mock","readonly":"false"},"staging_target_path":"/var/lib/kubelet/plugins/kubernetes.io/csi/pv/pvc-20d691c0-9342-4e8a-8be8-3bf435a21748/globalmount","volume_capability":{"AccessType":{"Mount":{"fs_type":"ext4"}},"access_mode":{"mode":1}},"volume_context":{"name":"pvc-20d691c0-9342-4e8a-8be8-3bf435a21748","storage.kubernetes.io/csiProvisionerIdentity":"1615498546617-8081-csi-mock-csi-mock-volumes-3987"}},"Response":{},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Node/NodeGetCapabilities","Request":{},"Response":{"capabilities":[{"Type":{"Rpc":{}}},{"Type":{"Rpc":{"type":1}}},{"Type":{"Rpc":{"type":2}}}]},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Node/NodePublishVolume","Request":{"volume_id":"4","publish_context":{"device":"/dev/mock","readonly":"false"},"staging_target_path":"/var/lib/kubelet/plugins/kubernetes.io/csi/pv/pvc-20d691c0-9342-4e8a-8be8-3bf435a21748/globalmount","target_path":"/var/lib/kubelet/pods/1064d2e6-a4ec-48dc-91a4-f0c6d42430a0/volumes/kubernetes.io~csi/pvc-20d691c0-9342-4e8a-8be8-3bf435a21748/mount","volume_capability":{"AccessType":{"Mount":{"fs_type":"ext4"}},"access_mode":{"mode":1}},"volume_context":{"name":"pvc-20d691c0-9342-4e8a-8be8-3bf435a21748","storage.kubernetes.io/csiProvisionerIdentity":"1615498546617-8081-csi-mock-csi-mock-volumes-3987"}},"Response":{},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Node/NodeGetCapabilities","Request":{},"Response":{"capabilities":[{"Type":{"Rpc":{}}},{"Type":{"Rpc":{"type":1}}},{"Type":{"Rpc":{"type":2}}}]},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Node/NodeGetVolumeStats","Request":{"volume_id":"4","volume_path":"/var/lib/kubelet/pods/1064d2e6-a4ec-48dc-91a4-f0c6d42430a0/volumes/kubernetes.io~csi/pvc-20d691c0-9342-4e8a-8be8-3bf435a21748/mount"},"Response":{"usage":[{"total":1073741824,"unit":1}]},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Node/NodeUnpublishVolume","Request":{"volume_id":"4","target_path":"/var/lib/kubelet/pods/1064d2e6-a4ec-48dc-91a4-f0c6d42430a0/volumes/kubernetes.io~csi/pvc-20d691c0-9342-4e8a-8be8-3bf435a21748/mount"},"Response":{},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Node/NodeGetCapabilities","Request":{},"Response":{"capabilities":[{"Type":{"Rpc":{}}},{"Type":{"Rpc":{"type":1}}},{"Type":{"Rpc":{"type":2}}}]},"Error":"","FullError":null} gRPCCall: {"Method":"/csi.v1.Node/NodeUnstageVolume","Request":{"volume_id":"4","staging_target_path":"/var/lib/kubelet/plugins/kubernetes.io/csi/pv/pvc-20d691c0-9342-4e8a-8be8-3bf435a21748/globalmount"},"Response":{},"Error":"","FullError":null} Mar 11 21:35:58.767: INFO: Found NodeUnpublishVolume: {Method:/csi.v1.Node/NodeUnpublishVolume Request:{VolumeContext:map[]}} STEP: Deleting pod pvc-volume-tester-mhx8t Mar 11 21:35:58.767: INFO: Deleting pod "pvc-volume-tester-mhx8t" in namespace "csi-mock-volumes-3987" STEP: Deleting claim pvc-44krx Mar 11 21:35:58.775: INFO: Waiting up to 2m0s for PersistentVolume pvc-20d691c0-9342-4e8a-8be8-3bf435a21748 to get deleted Mar 11 21:35:58.777: INFO: PersistentVolume pvc-20d691c0-9342-4e8a-8be8-3bf435a21748 found and phase=Bound (1.900113ms) Mar 11 21:36:00.782: INFO: PersistentVolume pvc-20d691c0-9342-4e8a-8be8-3bf435a21748 found and phase=Released (2.007042398s) Mar 11 21:36:02.786: INFO: PersistentVolume pvc-20d691c0-9342-4e8a-8be8-3bf435a21748 was removed STEP: Deleting storageclass csi-mock-volumes-3987-sc STEP: Cleaning up resources STEP: uninstalling csi mock driver Mar 11 21:36:02.792: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-3987/csi-attacher Mar 11 21:36:02.797: INFO: deleting *v1.ClusterRole: external-attacher-runner-csi-mock-volumes-3987 Mar 11 21:36:02.802: INFO: deleting *v1.ClusterRoleBinding: csi-attacher-role-csi-mock-volumes-3987 Mar 11 21:36:02.807: INFO: deleting *v1.Role: csi-mock-volumes-3987/external-attacher-cfg-csi-mock-volumes-3987 Mar 11 21:36:02.811: INFO: deleting *v1.RoleBinding: csi-mock-volumes-3987/csi-attacher-role-cfg Mar 11 21:36:02.815: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-3987/csi-provisioner Mar 11 21:36:02.820: INFO: deleting *v1.ClusterRole: external-provisioner-runner-csi-mock-volumes-3987 Mar 11 21:36:02.824: INFO: deleting *v1.ClusterRoleBinding: csi-provisioner-role-csi-mock-volumes-3987 Mar 11 21:36:02.828: INFO: deleting *v1.Role: csi-mock-volumes-3987/external-provisioner-cfg-csi-mock-volumes-3987 Mar 11 21:36:02.833: INFO: deleting *v1.RoleBinding: csi-mock-volumes-3987/csi-provisioner-role-cfg Mar 11 21:36:02.838: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-3987/csi-resizer Mar 11 21:36:02.842: INFO: deleting *v1.ClusterRole: external-resizer-runner-csi-mock-volumes-3987 Mar 11 21:36:02.846: INFO: deleting *v1.ClusterRoleBinding: csi-resizer-role-csi-mock-volumes-3987 Mar 11 21:36:02.850: INFO: deleting *v1.Role: csi-mock-volumes-3987/external-resizer-cfg-csi-mock-volumes-3987 Mar 11 21:36:02.854: INFO: deleting *v1.RoleBinding: csi-mock-volumes-3987/csi-resizer-role-cfg Mar 11 21:36:02.859: INFO: deleting *v1.ServiceAccount: csi-mock-volumes-3987/csi-mock Mar 11 21:36:02.863: INFO: deleting *v1.ClusterRoleBinding: csi-controller-attacher-role-csi-mock-volumes-3987 Mar 11 21:36:02.868: INFO: deleting *v1.ClusterRoleBinding: csi-controller-provisioner-role-csi-mock-volumes-3987 Mar 11 21:36:02.871: INFO: deleting *v1.ClusterRoleBinding: csi-controller-cluster-driver-registrar-role-csi-mock-volumes-3987 Mar 11 21:36:02.875: INFO: deleting *v1.ClusterRoleBinding: psp-csi-controller-driver-registrar-role-csi-mock-volumes-3987 Mar 11 21:36:02.879: INFO: deleting *v1.ClusterRoleBinding: csi-controller-resizer-role-csi-mock-volumes-3987 Mar 11 21:36:02.884: INFO: deleting *v1.StorageClass: csi-mock-sc-csi-mock-volumes-3987 Mar 11 21:36:02.889: INFO: deleting *v1.StatefulSet: csi-mock-volumes-3987/csi-mockplugin Mar 11 21:36:02.894: INFO: deleting *v1.CSIDriver: csi-mock-csi-mock-volumes-3987 Mar 11 21:36:02.898: INFO: deleting *v1.StatefulSet: csi-mock-volumes-3987/csi-mockplugin-attacher [AfterEach] [sig-storage] CSI mock volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:36:02.906: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "csi-mock-volumes-3987" for this suite. • [SLOW TEST:22.427 seconds] [sig-storage] CSI mock volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 CSI workload information using mock driver /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:267 should not be passed when podInfoOnMount=nil /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/csi_mock_volume.go:317 ------------------------------ {"msg":"PASSED [sig-storage] CSI mock volume CSI workload information using mock driver should not be passed when podInfoOnMount=nil","total":118,"completed":64,"skipped":4195,"failed":0} SSSSSSSSS ------------------------------ [sig-storage] PersistentVolumes-local [Volume type: dir-bindmounted] Two pods mounting a local volume one after the other should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:251 [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:36:02.919: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename persistent-local-volumes-test STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in persistent-local-volumes-test-435 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:155 [BeforeEach] [Volume type: dir-bindmounted] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:191 STEP: Initializing test volumes Mar 11 21:36:07.067: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir /tmp/local-volume-test-84f6409c-b92b-48c1-94fe-b61c90084f9a && mount --bind /tmp/local-volume-test-84f6409c-b92b-48c1-94fe-b61c90084f9a /tmp/local-volume-test-84f6409c-b92b-48c1-94fe-b61c90084f9a] Namespace:persistent-local-volumes-test-435 PodName:hostexec-node1-2lrfb ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:36:07.067: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating local PVCs and PVs Mar 11 21:36:07.179: INFO: Creating a PV followed by a PVC Mar 11 21:36:07.186: INFO: Waiting for PV local-pvr6fx7 to bind to PVC pvc-nw69s Mar 11 21:36:07.186: INFO: Waiting up to 3m0s for PersistentVolumeClaims [pvc-nw69s] to have phase Bound Mar 11 21:36:07.187: INFO: PersistentVolumeClaim pvc-nw69s found but phase is Pending instead of Bound. Mar 11 21:36:09.193: INFO: PersistentVolumeClaim pvc-nw69s found and phase=Bound (2.007106903s) Mar 11 21:36:09.193: INFO: Waiting up to 3m0s for PersistentVolume local-pvr6fx7 to have phase Bound Mar 11 21:36:09.195: INFO: PersistentVolume local-pvr6fx7 found and phase=Bound (2.346031ms) [It] should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:251 STEP: Creating pod1 STEP: Creating a pod Mar 11 21:36:13.227: INFO: pod "security-context-6064e1bc-7a31-459f-bbb7-253a01d0d1da" created on Node "node1" STEP: Writing in pod1 Mar 11 21:36:13.227: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo test-file-content > /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-435 PodName:security-context-6064e1bc-7a31-459f-bbb7-253a01d0d1da ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:36:13.227: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:36:13.329: INFO: podRWCmdExec out: "" err: Mar 11 21:36:13.329: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-435 PodName:security-context-6064e1bc-7a31-459f-bbb7-253a01d0d1da ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:36:13.329: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:36:13.428: INFO: podRWCmdExec out: "test-file-content" err: STEP: Deleting pod1 STEP: Deleting pod security-context-6064e1bc-7a31-459f-bbb7-253a01d0d1da in namespace persistent-local-volumes-test-435 STEP: Creating pod2 STEP: Creating a pod Mar 11 21:36:17.452: INFO: pod "security-context-98ce8a39-3910-4de6-861a-11978b18a967" created on Node "node1" STEP: Reading in pod2 Mar 11 21:36:17.452: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-435 PodName:security-context-98ce8a39-3910-4de6-861a-11978b18a967 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:36:17.452: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:36:17.553: INFO: podRWCmdExec out: "test-file-content" err: STEP: Deleting pod2 STEP: Deleting pod security-context-98ce8a39-3910-4de6-861a-11978b18a967 in namespace persistent-local-volumes-test-435 [AfterEach] [Volume type: dir-bindmounted] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:200 STEP: Cleaning up PVC and PV Mar 11 21:36:17.558: INFO: Deleting PersistentVolumeClaim "pvc-nw69s" Mar 11 21:36:17.561: INFO: Deleting PersistentVolume "local-pvr6fx7" STEP: Removing the test directory Mar 11 21:36:17.565: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c umount /tmp/local-volume-test-84f6409c-b92b-48c1-94fe-b61c90084f9a && rm -r /tmp/local-volume-test-84f6409c-b92b-48c1-94fe-b61c90084f9a] Namespace:persistent-local-volumes-test-435 PodName:hostexec-node1-2lrfb ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:36:17.565: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:36:17.682: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "persistent-local-volumes-test-435" for this suite. • [SLOW TEST:14.772 seconds] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 [Volume type: dir-bindmounted] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:188 Two pods mounting a local volume one after the other /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:250 should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:251 ------------------------------ {"msg":"PASSED [sig-storage] PersistentVolumes-local [Volume type: dir-bindmounted] Two pods mounting a local volume one after the other should be able to write from pod1 and read from pod2","total":118,"completed":65,"skipped":4204,"failed":0} SSS ------------------------------ [sig-storage] GCP Volumes NFSv3 should be mountable for NFSv3 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/volumes.go:103 [BeforeEach] [sig-storage] GCP Volumes /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:36:17.691: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename gcp-volume STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in gcp-volume-1467 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] GCP Volumes /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/volumes.go:68 Mar 11 21:36:17.814: INFO: Only supported for node OS distro [gci ubuntu custom] (not ) [AfterEach] [sig-storage] GCP Volumes /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:36:17.816: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "gcp-volume-1467" for this suite. S [SKIPPING] in Spec Setup (BeforeEach) [0.133 seconds] [sig-storage] GCP Volumes /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/volumes.go:60 NFSv3 [BeforeEach] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/volumes.go:102 should be mountable for NFSv3 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/volumes.go:103 Only supported for node OS distro [gci ubuntu custom] (not ) /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/volumes.go:69 ------------------------------ SSSSSS ------------------------------ [sig-storage] Downward API volume should provide podname as non-root with fsgroup and defaultMode [LinuxOnly] [NodeFeature:FSGroup] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/downwardapi_volume.go:107 [BeforeEach] [sig-storage] Downward API volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:36:17.824: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename downward-api STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in downward-api-8196 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] Downward API volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/downwardapi_volume.go:42 [It] should provide podname as non-root with fsgroup and defaultMode [LinuxOnly] [NodeFeature:FSGroup] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/downwardapi_volume.go:107 STEP: Creating a pod to test downward API volume plugin Mar 11 21:36:17.956: INFO: Waiting up to 5m0s for pod "metadata-volume-9c27ca44-cae2-4ad3-932f-53cd62a4a986" in namespace "downward-api-8196" to be "Succeeded or Failed" Mar 11 21:36:17.959: INFO: Pod "metadata-volume-9c27ca44-cae2-4ad3-932f-53cd62a4a986": Phase="Pending", Reason="", readiness=false. Elapsed: 2.597124ms Mar 11 21:36:19.962: INFO: Pod "metadata-volume-9c27ca44-cae2-4ad3-932f-53cd62a4a986": Phase="Pending", Reason="", readiness=false. Elapsed: 2.005387619s Mar 11 21:36:21.965: INFO: Pod "metadata-volume-9c27ca44-cae2-4ad3-932f-53cd62a4a986": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008485235s STEP: Saw pod success Mar 11 21:36:21.965: INFO: Pod "metadata-volume-9c27ca44-cae2-4ad3-932f-53cd62a4a986" satisfied condition "Succeeded or Failed" Mar 11 21:36:21.967: INFO: Trying to get logs from node node2 pod metadata-volume-9c27ca44-cae2-4ad3-932f-53cd62a4a986 container client-container: STEP: delete the pod Mar 11 21:36:21.985: INFO: Waiting for pod metadata-volume-9c27ca44-cae2-4ad3-932f-53cd62a4a986 to disappear Mar 11 21:36:21.987: INFO: Pod metadata-volume-9c27ca44-cae2-4ad3-932f-53cd62a4a986 no longer exists [AfterEach] [sig-storage] Downward API volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:36:21.987: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "downward-api-8196" for this suite. •{"msg":"PASSED [sig-storage] Downward API volume should provide podname as non-root with fsgroup and defaultMode [LinuxOnly] [NodeFeature:FSGroup]","total":118,"completed":66,"skipped":4214,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] PersistentVolumes-local [Volume type: gce-localssd-scsi-fs] [Serial] Two pods mounting a local volume one after the other should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:251 [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:36:21.996: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename persistent-local-volumes-test STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in persistent-local-volumes-test-769 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:155 [BeforeEach] [Volume type: gce-localssd-scsi-fs] [Serial] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:191 Mar 11 21:36:26.144: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c ls -1 /mnt/disks/by-uuid/google-local-ssds-scsi-fs/ | wc -l] Namespace:persistent-local-volumes-test-769 PodName:hostexec-node1-vlvsq ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:36:26.144: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:36:26.260: INFO: exec node1: command: ls -1 /mnt/disks/by-uuid/google-local-ssds-scsi-fs/ | wc -l Mar 11 21:36:26.260: INFO: exec node1: stdout: "0\n" Mar 11 21:36:26.260: INFO: exec node1: stderr: "ls: cannot access /mnt/disks/by-uuid/google-local-ssds-scsi-fs/: No such file or directory\n" Mar 11 21:36:26.260: INFO: exec node1: exit code: 0 Mar 11 21:36:26.260: INFO: Requires at least 1 scsi fs localSSD [AfterEach] [Volume type: gce-localssd-scsi-fs] [Serial] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:200 STEP: Cleaning up PVC and PV [AfterEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:36:26.262: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "persistent-local-volumes-test-769" for this suite. S [SKIPPING] in Spec Setup (BeforeEach) [4.275 seconds] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 [Volume type: gce-localssd-scsi-fs] [Serial] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:188 Two pods mounting a local volume one after the other [BeforeEach] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:250 should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:251 Requires at least 1 scsi fs localSSD /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:1205 ------------------------------ SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] PersistentVolumes-local [Volume type: dir-link-bindmounted] One pod requesting one prebound PVC should be able to mount volume and read from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:228 [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:36:26.273: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename persistent-local-volumes-test STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in persistent-local-volumes-test-2964 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:155 [BeforeEach] [Volume type: dir-link-bindmounted] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:191 STEP: Initializing test volumes Mar 11 21:36:28.422: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir /tmp/local-volume-test-64b92cc3-261e-421c-b344-b1bc2ba20c3a-backend && mount --bind /tmp/local-volume-test-64b92cc3-261e-421c-b344-b1bc2ba20c3a-backend /tmp/local-volume-test-64b92cc3-261e-421c-b344-b1bc2ba20c3a-backend && ln -s /tmp/local-volume-test-64b92cc3-261e-421c-b344-b1bc2ba20c3a-backend /tmp/local-volume-test-64b92cc3-261e-421c-b344-b1bc2ba20c3a] Namespace:persistent-local-volumes-test-2964 PodName:hostexec-node1-64s8w ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:36:28.422: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating local PVCs and PVs Mar 11 21:36:28.532: INFO: Creating a PV followed by a PVC Mar 11 21:36:28.538: INFO: Waiting for PV local-pvbrd6p to bind to PVC pvc-f49tx Mar 11 21:36:28.538: INFO: Waiting up to 3m0s for PersistentVolumeClaims [pvc-f49tx] to have phase Bound Mar 11 21:36:28.540: INFO: PersistentVolumeClaim pvc-f49tx found but phase is Pending instead of Bound. Mar 11 21:36:30.543: INFO: PersistentVolumeClaim pvc-f49tx found and phase=Bound (2.004987316s) Mar 11 21:36:30.543: INFO: Waiting up to 3m0s for PersistentVolume local-pvbrd6p to have phase Bound Mar 11 21:36:30.545: INFO: PersistentVolume local-pvbrd6p found and phase=Bound (1.973727ms) [BeforeEach] One pod requesting one prebound PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:211 STEP: Creating pod1 STEP: Creating a pod Mar 11 21:36:34.573: INFO: pod "security-context-837189c8-7130-4567-b8b9-62cfa4543bb5" created on Node "node1" STEP: Writing in pod1 Mar 11 21:36:34.573: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo test-file-content > /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-2964 PodName:security-context-837189c8-7130-4567-b8b9-62cfa4543bb5 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:36:34.573: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:36:34.692: INFO: podRWCmdExec out: "" err: [It] should be able to mount volume and read from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:228 STEP: Reading in pod1 Mar 11 21:36:34.693: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-2964 PodName:security-context-837189c8-7130-4567-b8b9-62cfa4543bb5 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:36:34.693: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:36:34.795: INFO: podRWCmdExec out: "test-file-content" err: [AfterEach] One pod requesting one prebound PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:223 STEP: Deleting pod1 STEP: Deleting pod security-context-837189c8-7130-4567-b8b9-62cfa4543bb5 in namespace persistent-local-volumes-test-2964 [AfterEach] [Volume type: dir-link-bindmounted] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:200 STEP: Cleaning up PVC and PV Mar 11 21:36:34.801: INFO: Deleting PersistentVolumeClaim "pvc-f49tx" Mar 11 21:36:34.806: INFO: Deleting PersistentVolume "local-pvbrd6p" STEP: Removing the test directory Mar 11 21:36:34.810: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm /tmp/local-volume-test-64b92cc3-261e-421c-b344-b1bc2ba20c3a && umount /tmp/local-volume-test-64b92cc3-261e-421c-b344-b1bc2ba20c3a-backend && rm -r /tmp/local-volume-test-64b92cc3-261e-421c-b344-b1bc2ba20c3a-backend] Namespace:persistent-local-volumes-test-2964 PodName:hostexec-node1-64s8w ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:36:34.810: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:36:34.930: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "persistent-local-volumes-test-2964" for this suite. • [SLOW TEST:8.666 seconds] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 [Volume type: dir-link-bindmounted] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:188 One pod requesting one prebound PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:205 should be able to mount volume and read from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:228 ------------------------------ {"msg":"PASSED [sig-storage] PersistentVolumes-local [Volume type: dir-link-bindmounted] One pod requesting one prebound PVC should be able to mount volume and read from pod1","total":118,"completed":67,"skipped":4346,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] PersistentVolumes-local [Volume type: blockfswithoutformat] One pod requesting one prebound PVC should be able to mount volume and write from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:234 [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:36:34.940: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename persistent-local-volumes-test STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in persistent-local-volumes-test-1749 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:155 [BeforeEach] [Volume type: blockfswithoutformat] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:191 STEP: Initializing test volumes STEP: Creating block device on node "node1" using path "/tmp/local-volume-test-5698b477-2aab-4312-83fb-28fee7528ada" Mar 11 21:36:37.090: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p /tmp/local-volume-test-5698b477-2aab-4312-83fb-28fee7528ada && dd if=/dev/zero of=/tmp/local-volume-test-5698b477-2aab-4312-83fb-28fee7528ada/file bs=4096 count=5120 && losetup -f /tmp/local-volume-test-5698b477-2aab-4312-83fb-28fee7528ada/file] Namespace:persistent-local-volumes-test-1749 PodName:hostexec-node1-r87s5 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:36:37.090: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:36:37.361: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c E2E_LOOP_DEV=$(losetup | grep /tmp/local-volume-test-5698b477-2aab-4312-83fb-28fee7528ada/file | awk '{ print $1 }') 2>&1 > /dev/null && echo ${E2E_LOOP_DEV}] Namespace:persistent-local-volumes-test-1749 PodName:hostexec-node1-r87s5 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:36:37.361: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating local PVCs and PVs Mar 11 21:36:37.517: INFO: Creating a PV followed by a PVC Mar 11 21:36:37.525: INFO: Waiting for PV local-pvtdtzk to bind to PVC pvc-x9tkv Mar 11 21:36:37.525: INFO: Waiting up to 3m0s for PersistentVolumeClaims [pvc-x9tkv] to have phase Bound Mar 11 21:36:37.527: INFO: PersistentVolumeClaim pvc-x9tkv found but phase is Pending instead of Bound. Mar 11 21:36:39.531: INFO: PersistentVolumeClaim pvc-x9tkv found and phase=Bound (2.005658901s) Mar 11 21:36:39.531: INFO: Waiting up to 3m0s for PersistentVolume local-pvtdtzk to have phase Bound Mar 11 21:36:39.534: INFO: PersistentVolume local-pvtdtzk found and phase=Bound (3.332815ms) [BeforeEach] One pod requesting one prebound PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:211 STEP: Creating pod1 STEP: Creating a pod Mar 11 21:36:43.560: INFO: pod "security-context-b232bcb7-862a-49c5-a6c1-fe0ebc936faa" created on Node "node1" STEP: Writing in pod1 Mar 11 21:36:43.560: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo test-file-content > /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-1749 PodName:security-context-b232bcb7-862a-49c5-a6c1-fe0ebc936faa ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:36:43.560: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:36:43.660: INFO: podRWCmdExec out: "" err: [It] should be able to mount volume and write from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:234 Mar 11 21:36:43.660: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-1749 PodName:security-context-b232bcb7-862a-49c5-a6c1-fe0ebc936faa ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:36:43.660: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:36:43.764: INFO: podRWCmdExec out: "test-file-content" err: STEP: Writing in pod1 Mar 11 21:36:43.764: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo /dev/loop0 > /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-1749 PodName:security-context-b232bcb7-862a-49c5-a6c1-fe0ebc936faa ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:36:43.764: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:36:43.866: INFO: podRWCmdExec out: "" err: [AfterEach] One pod requesting one prebound PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:223 STEP: Deleting pod1 STEP: Deleting pod security-context-b232bcb7-862a-49c5-a6c1-fe0ebc936faa in namespace persistent-local-volumes-test-1749 [AfterEach] [Volume type: blockfswithoutformat] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:200 STEP: Cleaning up PVC and PV Mar 11 21:36:43.872: INFO: Deleting PersistentVolumeClaim "pvc-x9tkv" Mar 11 21:36:43.875: INFO: Deleting PersistentVolume "local-pvtdtzk" Mar 11 21:36:43.879: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c E2E_LOOP_DEV=$(losetup | grep /tmp/local-volume-test-5698b477-2aab-4312-83fb-28fee7528ada/file | awk '{ print $1 }') 2>&1 > /dev/null && echo ${E2E_LOOP_DEV}] Namespace:persistent-local-volumes-test-1749 PodName:hostexec-node1-r87s5 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:36:43.879: INFO: >>> kubeConfig: /root/.kube/config STEP: Tear down block device "/dev/loop0" on node "node1" at path /tmp/local-volume-test-5698b477-2aab-4312-83fb-28fee7528ada/file Mar 11 21:36:43.988: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c losetup -d /dev/loop0] Namespace:persistent-local-volumes-test-1749 PodName:hostexec-node1-r87s5 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:36:43.988: INFO: >>> kubeConfig: /root/.kube/config STEP: Removing the test directory /tmp/local-volume-test-5698b477-2aab-4312-83fb-28fee7528ada Mar 11 21:36:44.091: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-5698b477-2aab-4312-83fb-28fee7528ada] Namespace:persistent-local-volumes-test-1749 PodName:hostexec-node1-r87s5 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:36:44.091: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:36:44.211: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "persistent-local-volumes-test-1749" for this suite. • [SLOW TEST:9.279 seconds] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 [Volume type: blockfswithoutformat] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:188 One pod requesting one prebound PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:205 should be able to mount volume and write from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:234 ------------------------------ {"msg":"PASSED [sig-storage] PersistentVolumes-local [Volume type: blockfswithoutformat] One pod requesting one prebound PVC should be able to mount volume and write from pod1","total":118,"completed":68,"skipped":4412,"failed":0} S ------------------------------ [sig-storage] PersistentVolumes-local [Volume type: dir-bindmounted] Two pods mounting a local volume at the same time should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:245 [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:36:44.220: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename persistent-local-volumes-test STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in persistent-local-volumes-test-6834 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:155 [BeforeEach] [Volume type: dir-bindmounted] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:191 STEP: Initializing test volumes Mar 11 21:36:48.370: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir /tmp/local-volume-test-7278554c-082f-44c7-9ceb-0062374aa8fa && mount --bind /tmp/local-volume-test-7278554c-082f-44c7-9ceb-0062374aa8fa /tmp/local-volume-test-7278554c-082f-44c7-9ceb-0062374aa8fa] Namespace:persistent-local-volumes-test-6834 PodName:hostexec-node1-55twm ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:36:48.370: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating local PVCs and PVs Mar 11 21:36:48.485: INFO: Creating a PV followed by a PVC Mar 11 21:36:48.492: INFO: Waiting for PV local-pvhh6zf to bind to PVC pvc-zf5fm Mar 11 21:36:48.492: INFO: Waiting up to 3m0s for PersistentVolumeClaims [pvc-zf5fm] to have phase Bound Mar 11 21:36:48.494: INFO: PersistentVolumeClaim pvc-zf5fm found but phase is Pending instead of Bound. Mar 11 21:36:50.498: INFO: PersistentVolumeClaim pvc-zf5fm found and phase=Bound (2.005543491s) Mar 11 21:36:50.498: INFO: Waiting up to 3m0s for PersistentVolume local-pvhh6zf to have phase Bound Mar 11 21:36:50.501: INFO: PersistentVolume local-pvhh6zf found and phase=Bound (3.061031ms) [It] should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:245 STEP: Creating pod1 to write to the PV STEP: Creating a pod Mar 11 21:36:54.526: INFO: pod "security-context-7babe161-4353-4dc2-a69f-a7e191614621" created on Node "node1" STEP: Writing in pod1 Mar 11 21:36:54.526: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo test-file-content > /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-6834 PodName:security-context-7babe161-4353-4dc2-a69f-a7e191614621 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:36:54.526: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:36:54.643: INFO: podRWCmdExec out: "" err: Mar 11 21:36:54.643: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-6834 PodName:security-context-7babe161-4353-4dc2-a69f-a7e191614621 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:36:54.643: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:36:54.766: INFO: podRWCmdExec out: "test-file-content" err: STEP: Creating pod2 to read from the PV STEP: Creating a pod Mar 11 21:37:00.787: INFO: pod "security-context-dfb6b85e-ebf5-406e-84c6-58f345159d85" created on Node "node1" Mar 11 21:37:00.788: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-6834 PodName:security-context-dfb6b85e-ebf5-406e-84c6-58f345159d85 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:37:00.788: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:37:00.890: INFO: podRWCmdExec out: "test-file-content" err: STEP: Writing in pod2 Mar 11 21:37:00.890: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo /tmp/local-volume-test-7278554c-082f-44c7-9ceb-0062374aa8fa > /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-6834 PodName:security-context-dfb6b85e-ebf5-406e-84c6-58f345159d85 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:37:00.890: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:37:00.987: INFO: podRWCmdExec out: "" err: STEP: Reading in pod1 Mar 11 21:37:00.987: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-6834 PodName:security-context-7babe161-4353-4dc2-a69f-a7e191614621 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:37:00.987: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:37:01.089: INFO: podRWCmdExec out: "/tmp/local-volume-test-7278554c-082f-44c7-9ceb-0062374aa8fa" err: STEP: Deleting pod1 STEP: Deleting pod security-context-7babe161-4353-4dc2-a69f-a7e191614621 in namespace persistent-local-volumes-test-6834 STEP: Deleting pod2 STEP: Deleting pod security-context-dfb6b85e-ebf5-406e-84c6-58f345159d85 in namespace persistent-local-volumes-test-6834 [AfterEach] [Volume type: dir-bindmounted] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:200 STEP: Cleaning up PVC and PV Mar 11 21:37:01.099: INFO: Deleting PersistentVolumeClaim "pvc-zf5fm" Mar 11 21:37:01.103: INFO: Deleting PersistentVolume "local-pvhh6zf" STEP: Removing the test directory Mar 11 21:37:01.107: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c umount /tmp/local-volume-test-7278554c-082f-44c7-9ceb-0062374aa8fa && rm -r /tmp/local-volume-test-7278554c-082f-44c7-9ceb-0062374aa8fa] Namespace:persistent-local-volumes-test-6834 PodName:hostexec-node1-55twm ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:37:01.107: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:37:01.223: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "persistent-local-volumes-test-6834" for this suite. • [SLOW TEST:17.011 seconds] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 [Volume type: dir-bindmounted] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:188 Two pods mounting a local volume at the same time /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:244 should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:245 ------------------------------ {"msg":"PASSED [sig-storage] PersistentVolumes-local [Volume type: dir-bindmounted] Two pods mounting a local volume at the same time should be able to write from pod1 and read from pod2","total":118,"completed":69,"skipped":4413,"failed":0} S ------------------------------ [sig-storage] ConfigMap should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly] [NodeFeature:FSGroup] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/configmap_volume.go:59 [BeforeEach] [sig-storage] ConfigMap /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:37:01.231: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename configmap STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in configmap-7776 STEP: Waiting for a default service account to be provisioned in namespace [It] should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly] [NodeFeature:FSGroup] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/configmap_volume.go:59 STEP: Creating configMap with name configmap-test-volume-11104e53-e238-4f47-948e-8c33c4d7df95 STEP: Creating a pod to test consume configMaps Mar 11 21:37:01.367: INFO: Waiting up to 5m0s for pod "pod-configmaps-3b609f00-e954-4130-833f-b6f7665aad4b" in namespace "configmap-7776" to be "Succeeded or Failed" Mar 11 21:37:01.370: INFO: Pod "pod-configmaps-3b609f00-e954-4130-833f-b6f7665aad4b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.31572ms Mar 11 21:37:03.375: INFO: Pod "pod-configmaps-3b609f00-e954-4130-833f-b6f7665aad4b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00802656s Mar 11 21:37:05.380: INFO: Pod "pod-configmaps-3b609f00-e954-4130-833f-b6f7665aad4b": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.012797045s STEP: Saw pod success Mar 11 21:37:05.380: INFO: Pod "pod-configmaps-3b609f00-e954-4130-833f-b6f7665aad4b" satisfied condition "Succeeded or Failed" Mar 11 21:37:05.383: INFO: Trying to get logs from node node2 pod pod-configmaps-3b609f00-e954-4130-833f-b6f7665aad4b container configmap-volume-test: STEP: delete the pod Mar 11 21:37:05.397: INFO: Waiting for pod pod-configmaps-3b609f00-e954-4130-833f-b6f7665aad4b to disappear Mar 11 21:37:05.399: INFO: Pod pod-configmaps-3b609f00-e954-4130-833f-b6f7665aad4b no longer exists [AfterEach] [sig-storage] ConfigMap /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:37:05.399: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "configmap-7776" for this suite. •{"msg":"PASSED [sig-storage] ConfigMap should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly] [NodeFeature:FSGroup]","total":118,"completed":70,"skipped":4414,"failed":0} SSSSSSSSSSSS ------------------------------ [sig-storage] PersistentVolumes-local [Volume type: tmpfs] One pod requesting one prebound PVC should be able to mount volume and read from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:228 [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:37:05.407: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename persistent-local-volumes-test STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in persistent-local-volumes-test-6678 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:155 [BeforeEach] [Volume type: tmpfs] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:191 STEP: Initializing test volumes STEP: Creating tmpfs mount point on node "node1" at path "/tmp/local-volume-test-c6f26cdd-bd9d-47e8-84cb-3ac6b00aed64" Mar 11 21:37:09.555: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p "/tmp/local-volume-test-c6f26cdd-bd9d-47e8-84cb-3ac6b00aed64" && mount -t tmpfs -o size=10m tmpfs-"/tmp/local-volume-test-c6f26cdd-bd9d-47e8-84cb-3ac6b00aed64" "/tmp/local-volume-test-c6f26cdd-bd9d-47e8-84cb-3ac6b00aed64"] Namespace:persistent-local-volumes-test-6678 PodName:hostexec-node1-t8qsk ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:37:09.555: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating local PVCs and PVs Mar 11 21:37:09.666: INFO: Creating a PV followed by a PVC Mar 11 21:37:09.673: INFO: Waiting for PV local-pvkzw8h to bind to PVC pvc-7vkfs Mar 11 21:37:09.673: INFO: Waiting up to 3m0s for PersistentVolumeClaims [pvc-7vkfs] to have phase Bound Mar 11 21:37:09.675: INFO: PersistentVolumeClaim pvc-7vkfs found but phase is Pending instead of Bound. Mar 11 21:37:11.681: INFO: PersistentVolumeClaim pvc-7vkfs found and phase=Bound (2.007989126s) Mar 11 21:37:11.681: INFO: Waiting up to 3m0s for PersistentVolume local-pvkzw8h to have phase Bound Mar 11 21:37:11.683: INFO: PersistentVolume local-pvkzw8h found and phase=Bound (2.544934ms) [BeforeEach] One pod requesting one prebound PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:211 STEP: Creating pod1 STEP: Creating a pod Mar 11 21:37:17.711: INFO: pod "security-context-33ae3c40-1248-4b11-ac5a-cb1999ef3505" created on Node "node1" STEP: Writing in pod1 Mar 11 21:37:17.711: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo test-file-content > /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-6678 PodName:security-context-33ae3c40-1248-4b11-ac5a-cb1999ef3505 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:37:17.711: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:37:17.839: INFO: podRWCmdExec out: "" err: [It] should be able to mount volume and read from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:228 STEP: Reading in pod1 Mar 11 21:37:17.839: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-6678 PodName:security-context-33ae3c40-1248-4b11-ac5a-cb1999ef3505 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:37:17.839: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:37:17.935: INFO: podRWCmdExec out: "test-file-content" err: [AfterEach] One pod requesting one prebound PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:223 STEP: Deleting pod1 STEP: Deleting pod security-context-33ae3c40-1248-4b11-ac5a-cb1999ef3505 in namespace persistent-local-volumes-test-6678 [AfterEach] [Volume type: tmpfs] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:200 STEP: Cleaning up PVC and PV Mar 11 21:37:17.942: INFO: Deleting PersistentVolumeClaim "pvc-7vkfs" Mar 11 21:37:17.946: INFO: Deleting PersistentVolume "local-pvkzw8h" STEP: Unmount tmpfs mount point on node "node1" at path "/tmp/local-volume-test-c6f26cdd-bd9d-47e8-84cb-3ac6b00aed64" Mar 11 21:37:17.949: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c umount "/tmp/local-volume-test-c6f26cdd-bd9d-47e8-84cb-3ac6b00aed64"] Namespace:persistent-local-volumes-test-6678 PodName:hostexec-node1-t8qsk ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:37:17.949: INFO: >>> kubeConfig: /root/.kube/config STEP: Removing the test directory Mar 11 21:37:18.175: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-c6f26cdd-bd9d-47e8-84cb-3ac6b00aed64] Namespace:persistent-local-volumes-test-6678 PodName:hostexec-node1-t8qsk ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:37:18.175: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:37:18.301: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "persistent-local-volumes-test-6678" for this suite. • [SLOW TEST:12.902 seconds] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 [Volume type: tmpfs] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:188 One pod requesting one prebound PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:205 should be able to mount volume and read from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:228 ------------------------------ {"msg":"PASSED [sig-storage] PersistentVolumes-local [Volume type: tmpfs] One pod requesting one prebound PVC should be able to mount volume and read from pod1","total":118,"completed":71,"skipped":4426,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] PersistentVolumes-local [Volume type: tmpfs] One pod requesting one prebound PVC should be able to mount volume and write from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:234 [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:37:18.311: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename persistent-local-volumes-test STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in persistent-local-volumes-test-1184 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:155 [BeforeEach] [Volume type: tmpfs] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:191 STEP: Initializing test volumes STEP: Creating tmpfs mount point on node "node1" at path "/tmp/local-volume-test-173f5883-c888-45a0-b263-685d61ec71a1" Mar 11 21:37:22.460: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p "/tmp/local-volume-test-173f5883-c888-45a0-b263-685d61ec71a1" && mount -t tmpfs -o size=10m tmpfs-"/tmp/local-volume-test-173f5883-c888-45a0-b263-685d61ec71a1" "/tmp/local-volume-test-173f5883-c888-45a0-b263-685d61ec71a1"] Namespace:persistent-local-volumes-test-1184 PodName:hostexec-node1-vr89f ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:37:22.460: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating local PVCs and PVs Mar 11 21:37:22.579: INFO: Creating a PV followed by a PVC Mar 11 21:37:22.586: INFO: Waiting for PV local-pv5fdmn to bind to PVC pvc-z5bnt Mar 11 21:37:22.587: INFO: Waiting up to 3m0s for PersistentVolumeClaims [pvc-z5bnt] to have phase Bound Mar 11 21:37:22.589: INFO: PersistentVolumeClaim pvc-z5bnt found but phase is Pending instead of Bound. Mar 11 21:37:24.592: INFO: PersistentVolumeClaim pvc-z5bnt found but phase is Pending instead of Bound. Mar 11 21:37:26.595: INFO: PersistentVolumeClaim pvc-z5bnt found but phase is Pending instead of Bound. Mar 11 21:37:28.598: INFO: PersistentVolumeClaim pvc-z5bnt found but phase is Pending instead of Bound. Mar 11 21:37:30.605: INFO: PersistentVolumeClaim pvc-z5bnt found but phase is Pending instead of Bound. Mar 11 21:37:32.608: INFO: PersistentVolumeClaim pvc-z5bnt found but phase is Pending instead of Bound. Mar 11 21:37:34.611: INFO: PersistentVolumeClaim pvc-z5bnt found and phase=Bound (12.024661376s) Mar 11 21:37:34.611: INFO: Waiting up to 3m0s for PersistentVolume local-pv5fdmn to have phase Bound Mar 11 21:37:34.614: INFO: PersistentVolume local-pv5fdmn found and phase=Bound (3.219013ms) [BeforeEach] One pod requesting one prebound PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:211 STEP: Creating pod1 STEP: Creating a pod Mar 11 21:37:38.643: INFO: pod "security-context-769ebb96-4d10-481a-a06a-cfc0d26b5055" created on Node "node1" STEP: Writing in pod1 Mar 11 21:37:38.643: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo test-file-content > /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-1184 PodName:security-context-769ebb96-4d10-481a-a06a-cfc0d26b5055 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:37:38.643: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:37:38.753: INFO: podRWCmdExec out: "" err: [It] should be able to mount volume and write from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:234 Mar 11 21:37:38.753: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-1184 PodName:security-context-769ebb96-4d10-481a-a06a-cfc0d26b5055 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:37:38.753: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:37:38.863: INFO: podRWCmdExec out: "test-file-content" err: STEP: Writing in pod1 Mar 11 21:37:38.863: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo /tmp/local-volume-test-173f5883-c888-45a0-b263-685d61ec71a1 > /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-1184 PodName:security-context-769ebb96-4d10-481a-a06a-cfc0d26b5055 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:37:38.863: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:37:38.963: INFO: podRWCmdExec out: "" err: [AfterEach] One pod requesting one prebound PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:223 STEP: Deleting pod1 STEP: Deleting pod security-context-769ebb96-4d10-481a-a06a-cfc0d26b5055 in namespace persistent-local-volumes-test-1184 [AfterEach] [Volume type: tmpfs] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:200 STEP: Cleaning up PVC and PV Mar 11 21:37:38.969: INFO: Deleting PersistentVolumeClaim "pvc-z5bnt" Mar 11 21:37:38.973: INFO: Deleting PersistentVolume "local-pv5fdmn" STEP: Unmount tmpfs mount point on node "node1" at path "/tmp/local-volume-test-173f5883-c888-45a0-b263-685d61ec71a1" Mar 11 21:37:38.977: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c umount "/tmp/local-volume-test-173f5883-c888-45a0-b263-685d61ec71a1"] Namespace:persistent-local-volumes-test-1184 PodName:hostexec-node1-vr89f ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:37:38.977: INFO: >>> kubeConfig: /root/.kube/config STEP: Removing the test directory Mar 11 21:37:39.095: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-173f5883-c888-45a0-b263-685d61ec71a1] Namespace:persistent-local-volumes-test-1184 PodName:hostexec-node1-vr89f ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:37:39.095: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:37:39.206: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "persistent-local-volumes-test-1184" for this suite. • [SLOW TEST:20.903 seconds] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 [Volume type: tmpfs] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:188 One pod requesting one prebound PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:205 should be able to mount volume and write from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:234 ------------------------------ {"msg":"PASSED [sig-storage] PersistentVolumes-local [Volume type: tmpfs] One pod requesting one prebound PVC should be able to mount volume and write from pod1","total":118,"completed":72,"skipped":4530,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] PersistentVolumes-local [Volume type: dir-link] Two pods mounting a local volume one after the other should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:251 [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:37:39.216: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename persistent-local-volumes-test STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in persistent-local-volumes-test-7643 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:155 [BeforeEach] [Volume type: dir-link] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:191 STEP: Initializing test volumes Mar 11 21:37:41.365: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir /tmp/local-volume-test-be89b620-811f-4cf0-a21e-31706fe8d883-backend && ln -s /tmp/local-volume-test-be89b620-811f-4cf0-a21e-31706fe8d883-backend /tmp/local-volume-test-be89b620-811f-4cf0-a21e-31706fe8d883] Namespace:persistent-local-volumes-test-7643 PodName:hostexec-node1-m9h56 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:37:41.365: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating local PVCs and PVs Mar 11 21:37:41.484: INFO: Creating a PV followed by a PVC Mar 11 21:37:41.491: INFO: Waiting for PV local-pvnhm7g to bind to PVC pvc-gpmwj Mar 11 21:37:41.491: INFO: Waiting up to 3m0s for PersistentVolumeClaims [pvc-gpmwj] to have phase Bound Mar 11 21:37:41.494: INFO: PersistentVolumeClaim pvc-gpmwj found but phase is Pending instead of Bound. Mar 11 21:37:43.502: INFO: PersistentVolumeClaim pvc-gpmwj found and phase=Bound (2.010814329s) Mar 11 21:37:43.502: INFO: Waiting up to 3m0s for PersistentVolume local-pvnhm7g to have phase Bound Mar 11 21:37:43.504: INFO: PersistentVolume local-pvnhm7g found and phase=Bound (1.923144ms) [It] should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:251 STEP: Creating pod1 STEP: Creating a pod Mar 11 21:37:47.530: INFO: pod "security-context-2702b05a-43a0-41d0-aad6-859a33b79cdf" created on Node "node1" STEP: Writing in pod1 Mar 11 21:37:47.531: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo test-file-content > /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-7643 PodName:security-context-2702b05a-43a0-41d0-aad6-859a33b79cdf ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:37:47.531: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:37:47.627: INFO: podRWCmdExec out: "" err: Mar 11 21:37:47.627: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-7643 PodName:security-context-2702b05a-43a0-41d0-aad6-859a33b79cdf ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:37:47.627: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:37:47.736: INFO: podRWCmdExec out: "test-file-content" err: STEP: Deleting pod1 STEP: Deleting pod security-context-2702b05a-43a0-41d0-aad6-859a33b79cdf in namespace persistent-local-volumes-test-7643 STEP: Creating pod2 STEP: Creating a pod Mar 11 21:37:51.766: INFO: pod "security-context-89500919-e035-4a5b-b9cd-78f8d5e15c01" created on Node "node1" STEP: Reading in pod2 Mar 11 21:37:51.766: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-7643 PodName:security-context-89500919-e035-4a5b-b9cd-78f8d5e15c01 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:37:51.766: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:37:51.869: INFO: podRWCmdExec out: "test-file-content" err: STEP: Deleting pod2 STEP: Deleting pod security-context-89500919-e035-4a5b-b9cd-78f8d5e15c01 in namespace persistent-local-volumes-test-7643 [AfterEach] [Volume type: dir-link] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:200 STEP: Cleaning up PVC and PV Mar 11 21:37:51.875: INFO: Deleting PersistentVolumeClaim "pvc-gpmwj" Mar 11 21:37:51.879: INFO: Deleting PersistentVolume "local-pvnhm7g" STEP: Removing the test directory Mar 11 21:37:51.883: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-be89b620-811f-4cf0-a21e-31706fe8d883 && rm -r /tmp/local-volume-test-be89b620-811f-4cf0-a21e-31706fe8d883-backend] Namespace:persistent-local-volumes-test-7643 PodName:hostexec-node1-m9h56 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:37:51.883: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:37:52.011: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "persistent-local-volumes-test-7643" for this suite. • [SLOW TEST:12.803 seconds] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 [Volume type: dir-link] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:188 Two pods mounting a local volume one after the other /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:250 should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:251 ------------------------------ {"msg":"PASSED [sig-storage] PersistentVolumes-local [Volume type: dir-link] Two pods mounting a local volume one after the other should be able to write from pod1 and read from pod2","total":118,"completed":73,"skipped":4584,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] PersistentVolumes-local [Volume type: blockfswithformat] Set fsGroup for local volume should set different fsGroup for second pod if first pod is deleted /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:282 [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:37:52.019: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename persistent-local-volumes-test STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in persistent-local-volumes-test-1605 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:155 [BeforeEach] [Volume type: blockfswithformat] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:191 STEP: Initializing test volumes STEP: Creating block device on node "node1" using path "/tmp/local-volume-test-7384bbad-23f1-4b0e-9de1-c18c51c99ecf" Mar 11 21:37:54.172: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p /tmp/local-volume-test-7384bbad-23f1-4b0e-9de1-c18c51c99ecf && dd if=/dev/zero of=/tmp/local-volume-test-7384bbad-23f1-4b0e-9de1-c18c51c99ecf/file bs=4096 count=5120 && losetup -f /tmp/local-volume-test-7384bbad-23f1-4b0e-9de1-c18c51c99ecf/file] Namespace:persistent-local-volumes-test-1605 PodName:hostexec-node1-l6xct ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:37:54.172: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:37:54.310: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c E2E_LOOP_DEV=$(losetup | grep /tmp/local-volume-test-7384bbad-23f1-4b0e-9de1-c18c51c99ecf/file | awk '{ print $1 }') 2>&1 > /dev/null && echo ${E2E_LOOP_DEV}] Namespace:persistent-local-volumes-test-1605 PodName:hostexec-node1-l6xct ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:37:54.310: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:37:54.492: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkfs -t ext4 /dev/loop0 && mount -t ext4 /dev/loop0 /tmp/local-volume-test-7384bbad-23f1-4b0e-9de1-c18c51c99ecf && chmod o+rwx /tmp/local-volume-test-7384bbad-23f1-4b0e-9de1-c18c51c99ecf] Namespace:persistent-local-volumes-test-1605 PodName:hostexec-node1-l6xct ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:37:54.492: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating local PVCs and PVs Mar 11 21:37:54.924: INFO: Creating a PV followed by a PVC Mar 11 21:37:54.932: INFO: Waiting for PV local-pv68sm5 to bind to PVC pvc-tt4gx Mar 11 21:37:54.932: INFO: Waiting up to 3m0s for PersistentVolumeClaims [pvc-tt4gx] to have phase Bound Mar 11 21:37:54.934: INFO: PersistentVolumeClaim pvc-tt4gx found but phase is Pending instead of Bound. Mar 11 21:37:56.938: INFO: PersistentVolumeClaim pvc-tt4gx found but phase is Pending instead of Bound. Mar 11 21:37:58.942: INFO: PersistentVolumeClaim pvc-tt4gx found but phase is Pending instead of Bound. Mar 11 21:38:00.946: INFO: PersistentVolumeClaim pvc-tt4gx found but phase is Pending instead of Bound. Mar 11 21:38:02.950: INFO: PersistentVolumeClaim pvc-tt4gx found but phase is Pending instead of Bound. Mar 11 21:38:04.954: INFO: PersistentVolumeClaim pvc-tt4gx found and phase=Bound (10.022438732s) Mar 11 21:38:04.954: INFO: Waiting up to 3m0s for PersistentVolume local-pv68sm5 to have phase Bound Mar 11 21:38:04.957: INFO: PersistentVolume local-pv68sm5 found and phase=Bound (2.806564ms) [BeforeEach] Set fsGroup for local volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:257 [It] should set different fsGroup for second pod if first pod is deleted /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:282 Mar 11 21:38:04.963: INFO: Disabled temporarily, reopen after #73168 is fixed [AfterEach] [Volume type: blockfswithformat] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:200 STEP: Cleaning up PVC and PV Mar 11 21:38:04.965: INFO: Deleting PersistentVolumeClaim "pvc-tt4gx" Mar 11 21:38:04.969: INFO: Deleting PersistentVolume "local-pv68sm5" Mar 11 21:38:04.973: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c umount /tmp/local-volume-test-7384bbad-23f1-4b0e-9de1-c18c51c99ecf] Namespace:persistent-local-volumes-test-1605 PodName:hostexec-node1-l6xct ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:38:04.973: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:38:05.094: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c E2E_LOOP_DEV=$(losetup | grep /tmp/local-volume-test-7384bbad-23f1-4b0e-9de1-c18c51c99ecf/file | awk '{ print $1 }') 2>&1 > /dev/null && echo ${E2E_LOOP_DEV}] Namespace:persistent-local-volumes-test-1605 PodName:hostexec-node1-l6xct ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:38:05.094: INFO: >>> kubeConfig: /root/.kube/config STEP: Tear down block device "/dev/loop0" on node "node1" at path /tmp/local-volume-test-7384bbad-23f1-4b0e-9de1-c18c51c99ecf/file Mar 11 21:38:05.212: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c losetup -d /dev/loop0] Namespace:persistent-local-volumes-test-1605 PodName:hostexec-node1-l6xct ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:38:05.212: INFO: >>> kubeConfig: /root/.kube/config STEP: Removing the test directory /tmp/local-volume-test-7384bbad-23f1-4b0e-9de1-c18c51c99ecf Mar 11 21:38:05.320: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-7384bbad-23f1-4b0e-9de1-c18c51c99ecf] Namespace:persistent-local-volumes-test-1605 PodName:hostexec-node1-l6xct ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:38:05.320: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:38:05.426: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "persistent-local-volumes-test-1605" for this suite. S [SKIPPING] [13.415 seconds] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 [Volume type: blockfswithformat] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:188 Set fsGroup for local volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:256 should set different fsGroup for second pod if first pod is deleted [It] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:282 Disabled temporarily, reopen after #73168 is fixed /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:283 ------------------------------ SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] PersistentVolumes-local [Volume type: blockfswithoutformat] One pod requesting one prebound PVC should be able to mount volume and read from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:228 [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:38:05.435: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename persistent-local-volumes-test STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in persistent-local-volumes-test-7612 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:155 [BeforeEach] [Volume type: blockfswithoutformat] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:191 STEP: Initializing test volumes STEP: Creating block device on node "node1" using path "/tmp/local-volume-test-5b3f31f0-e323-4b69-844e-ce374601561c" Mar 11 21:38:07.583: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p /tmp/local-volume-test-5b3f31f0-e323-4b69-844e-ce374601561c && dd if=/dev/zero of=/tmp/local-volume-test-5b3f31f0-e323-4b69-844e-ce374601561c/file bs=4096 count=5120 && losetup -f /tmp/local-volume-test-5b3f31f0-e323-4b69-844e-ce374601561c/file] Namespace:persistent-local-volumes-test-7612 PodName:hostexec-node1-bzzq7 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:38:07.583: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:38:07.722: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c E2E_LOOP_DEV=$(losetup | grep /tmp/local-volume-test-5b3f31f0-e323-4b69-844e-ce374601561c/file | awk '{ print $1 }') 2>&1 > /dev/null && echo ${E2E_LOOP_DEV}] Namespace:persistent-local-volumes-test-7612 PodName:hostexec-node1-bzzq7 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:38:07.722: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating local PVCs and PVs Mar 11 21:38:07.829: INFO: Creating a PV followed by a PVC Mar 11 21:38:07.836: INFO: Waiting for PV local-pvx44fj to bind to PVC pvc-f9ld8 Mar 11 21:38:07.836: INFO: Waiting up to 3m0s for PersistentVolumeClaims [pvc-f9ld8] to have phase Bound Mar 11 21:38:07.838: INFO: PersistentVolumeClaim pvc-f9ld8 found but phase is Pending instead of Bound. Mar 11 21:38:09.841: INFO: PersistentVolumeClaim pvc-f9ld8 found and phase=Bound (2.005394632s) Mar 11 21:38:09.841: INFO: Waiting up to 3m0s for PersistentVolume local-pvx44fj to have phase Bound Mar 11 21:38:09.843: INFO: PersistentVolume local-pvx44fj found and phase=Bound (2.080208ms) [BeforeEach] One pod requesting one prebound PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:211 STEP: Creating pod1 STEP: Creating a pod Mar 11 21:38:15.871: INFO: pod "security-context-f5226bc6-f1f3-4848-8151-02c9c5e087a1" created on Node "node1" STEP: Writing in pod1 Mar 11 21:38:15.871: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo test-file-content > /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-7612 PodName:security-context-f5226bc6-f1f3-4848-8151-02c9c5e087a1 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:38:15.871: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:38:15.968: INFO: podRWCmdExec out: "" err: [It] should be able to mount volume and read from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:228 STEP: Reading in pod1 Mar 11 21:38:15.968: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-7612 PodName:security-context-f5226bc6-f1f3-4848-8151-02c9c5e087a1 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:38:15.968: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:38:16.070: INFO: podRWCmdExec out: "test-file-content" err: [AfterEach] One pod requesting one prebound PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:223 STEP: Deleting pod1 STEP: Deleting pod security-context-f5226bc6-f1f3-4848-8151-02c9c5e087a1 in namespace persistent-local-volumes-test-7612 [AfterEach] [Volume type: blockfswithoutformat] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:200 STEP: Cleaning up PVC and PV Mar 11 21:38:16.076: INFO: Deleting PersistentVolumeClaim "pvc-f9ld8" Mar 11 21:38:16.080: INFO: Deleting PersistentVolume "local-pvx44fj" Mar 11 21:38:16.084: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c E2E_LOOP_DEV=$(losetup | grep /tmp/local-volume-test-5b3f31f0-e323-4b69-844e-ce374601561c/file | awk '{ print $1 }') 2>&1 > /dev/null && echo ${E2E_LOOP_DEV}] Namespace:persistent-local-volumes-test-7612 PodName:hostexec-node1-bzzq7 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:38:16.084: INFO: >>> kubeConfig: /root/.kube/config STEP: Tear down block device "/dev/loop0" on node "node1" at path /tmp/local-volume-test-5b3f31f0-e323-4b69-844e-ce374601561c/file Mar 11 21:38:16.192: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c losetup -d /dev/loop0] Namespace:persistent-local-volumes-test-7612 PodName:hostexec-node1-bzzq7 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:38:16.192: INFO: >>> kubeConfig: /root/.kube/config STEP: Removing the test directory /tmp/local-volume-test-5b3f31f0-e323-4b69-844e-ce374601561c Mar 11 21:38:16.295: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-5b3f31f0-e323-4b69-844e-ce374601561c] Namespace:persistent-local-volumes-test-7612 PodName:hostexec-node1-bzzq7 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:38:16.295: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:38:16.420: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "persistent-local-volumes-test-7612" for this suite. • [SLOW TEST:10.993 seconds] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 [Volume type: blockfswithoutformat] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:188 One pod requesting one prebound PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:205 should be able to mount volume and read from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:228 ------------------------------ {"msg":"PASSED [sig-storage] PersistentVolumes-local [Volume type: blockfswithoutformat] One pod requesting one prebound PVC should be able to mount volume and read from pod1","total":118,"completed":74,"skipped":4649,"failed":0} SSSSSSSSSS ------------------------------ [sig-storage] PersistentVolumes-local [Volume type: dir-link] Two pods mounting a local volume at the same time should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:245 [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:38:16.429: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename persistent-local-volumes-test STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in persistent-local-volumes-test-3533 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:155 [BeforeEach] [Volume type: dir-link] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:191 STEP: Initializing test volumes Mar 11 21:38:20.582: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir /tmp/local-volume-test-45910b6d-7cd6-4a8c-aef3-3fbdbda43a60-backend && ln -s /tmp/local-volume-test-45910b6d-7cd6-4a8c-aef3-3fbdbda43a60-backend /tmp/local-volume-test-45910b6d-7cd6-4a8c-aef3-3fbdbda43a60] Namespace:persistent-local-volumes-test-3533 PodName:hostexec-node1-lzhvw ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:38:20.582: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating local PVCs and PVs Mar 11 21:38:20.701: INFO: Creating a PV followed by a PVC Mar 11 21:38:20.709: INFO: Waiting for PV local-pvwr7gn to bind to PVC pvc-gqsp9 Mar 11 21:38:20.709: INFO: Waiting up to 3m0s for PersistentVolumeClaims [pvc-gqsp9] to have phase Bound Mar 11 21:38:20.711: INFO: PersistentVolumeClaim pvc-gqsp9 found but phase is Pending instead of Bound. Mar 11 21:38:22.714: INFO: PersistentVolumeClaim pvc-gqsp9 found but phase is Pending instead of Bound. Mar 11 21:38:24.717: INFO: PersistentVolumeClaim pvc-gqsp9 found but phase is Pending instead of Bound. Mar 11 21:38:26.721: INFO: PersistentVolumeClaim pvc-gqsp9 found but phase is Pending instead of Bound. Mar 11 21:38:28.724: INFO: PersistentVolumeClaim pvc-gqsp9 found but phase is Pending instead of Bound. Mar 11 21:38:30.728: INFO: PersistentVolumeClaim pvc-gqsp9 found but phase is Pending instead of Bound. Mar 11 21:38:32.731: INFO: PersistentVolumeClaim pvc-gqsp9 found but phase is Pending instead of Bound. Mar 11 21:38:34.734: INFO: PersistentVolumeClaim pvc-gqsp9 found and phase=Bound (14.025809181s) Mar 11 21:38:34.734: INFO: Waiting up to 3m0s for PersistentVolume local-pvwr7gn to have phase Bound Mar 11 21:38:34.737: INFO: PersistentVolume local-pvwr7gn found and phase=Bound (2.728256ms) [It] should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:245 STEP: Creating pod1 to write to the PV STEP: Creating a pod Mar 11 21:38:38.763: INFO: pod "security-context-1ca68798-4385-4ce0-9250-336fae64c01c" created on Node "node1" STEP: Writing in pod1 Mar 11 21:38:38.763: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo test-file-content > /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-3533 PodName:security-context-1ca68798-4385-4ce0-9250-336fae64c01c ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:38:38.764: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:38:38.874: INFO: podRWCmdExec out: "" err: Mar 11 21:38:38.875: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-3533 PodName:security-context-1ca68798-4385-4ce0-9250-336fae64c01c ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:38:38.875: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:38:38.974: INFO: podRWCmdExec out: "test-file-content" err: STEP: Creating pod2 to read from the PV STEP: Creating a pod Mar 11 21:38:43.000: INFO: pod "security-context-2964065f-a1dc-415a-a07a-efa6a1e12d66" created on Node "node1" Mar 11 21:38:43.000: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-3533 PodName:security-context-2964065f-a1dc-415a-a07a-efa6a1e12d66 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:38:43.000: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:38:43.106: INFO: podRWCmdExec out: "test-file-content" err: STEP: Writing in pod2 Mar 11 21:38:43.106: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo /tmp/local-volume-test-45910b6d-7cd6-4a8c-aef3-3fbdbda43a60 > /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-3533 PodName:security-context-2964065f-a1dc-415a-a07a-efa6a1e12d66 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:38:43.106: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:38:43.217: INFO: podRWCmdExec out: "" err: STEP: Reading in pod1 Mar 11 21:38:43.217: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-3533 PodName:security-context-1ca68798-4385-4ce0-9250-336fae64c01c ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:38:43.217: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:38:43.318: INFO: podRWCmdExec out: "/tmp/local-volume-test-45910b6d-7cd6-4a8c-aef3-3fbdbda43a60" err: STEP: Deleting pod1 STEP: Deleting pod security-context-1ca68798-4385-4ce0-9250-336fae64c01c in namespace persistent-local-volumes-test-3533 STEP: Deleting pod2 STEP: Deleting pod security-context-2964065f-a1dc-415a-a07a-efa6a1e12d66 in namespace persistent-local-volumes-test-3533 [AfterEach] [Volume type: dir-link] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:200 STEP: Cleaning up PVC and PV Mar 11 21:38:43.327: INFO: Deleting PersistentVolumeClaim "pvc-gqsp9" Mar 11 21:38:43.331: INFO: Deleting PersistentVolume "local-pvwr7gn" STEP: Removing the test directory Mar 11 21:38:43.335: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-45910b6d-7cd6-4a8c-aef3-3fbdbda43a60 && rm -r /tmp/local-volume-test-45910b6d-7cd6-4a8c-aef3-3fbdbda43a60-backend] Namespace:persistent-local-volumes-test-3533 PodName:hostexec-node1-lzhvw ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:38:43.335: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:38:43.447: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "persistent-local-volumes-test-3533" for this suite. • [SLOW TEST:27.027 seconds] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 [Volume type: dir-link] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:188 Two pods mounting a local volume at the same time /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:244 should be able to write from pod1 and read from pod2 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:245 ------------------------------ {"msg":"PASSED [sig-storage] PersistentVolumes-local [Volume type: dir-link] Two pods mounting a local volume at the same time should be able to write from pod1 and read from pod2","total":118,"completed":75,"skipped":4659,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] HostPath should support r/w [NodeConformance] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/host_path.go:65 [BeforeEach] [sig-storage] HostPath /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:38:43.456: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename hostpath STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in hostpath-8259 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] HostPath /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/host_path.go:37 [It] should support r/w [NodeConformance] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/host_path.go:65 STEP: Creating a pod to test hostPath r/w Mar 11 21:38:43.592: INFO: Waiting up to 5m0s for pod "pod-host-path-test" in namespace "hostpath-8259" to be "Succeeded or Failed" Mar 11 21:38:43.595: INFO: Pod "pod-host-path-test": Phase="Pending", Reason="", readiness=false. Elapsed: 2.511922ms Mar 11 21:38:45.598: INFO: Pod "pod-host-path-test": Phase="Pending", Reason="", readiness=false. Elapsed: 2.005724829s Mar 11 21:38:47.601: INFO: Pod "pod-host-path-test": Phase="Pending", Reason="", readiness=false. Elapsed: 4.009163327s Mar 11 21:38:49.604: INFO: Pod "pod-host-path-test": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.012322987s STEP: Saw pod success Mar 11 21:38:49.604: INFO: Pod "pod-host-path-test" satisfied condition "Succeeded or Failed" Mar 11 21:38:49.607: INFO: Trying to get logs from node node1 pod pod-host-path-test container test-container-2: STEP: delete the pod Mar 11 21:38:49.624: INFO: Waiting for pod pod-host-path-test to disappear Mar 11 21:38:49.628: INFO: Pod pod-host-path-test no longer exists [AfterEach] [sig-storage] HostPath /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:38:49.628: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "hostpath-8259" for this suite. • [SLOW TEST:6.183 seconds] [sig-storage] HostPath /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/host_path.go:34 should support r/w [NodeConformance] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/host_path.go:65 ------------------------------ {"msg":"PASSED [sig-storage] HostPath should support r/w [NodeConformance]","total":118,"completed":76,"skipped":4700,"failed":0} SSSSSSSSSS ------------------------------ [sig-storage] PersistentVolumes-local [Volume type: block] One pod requesting one prebound PVC should be able to mount volume and write from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:234 [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:38:49.640: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename persistent-local-volumes-test STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in persistent-local-volumes-test-4227 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:155 [BeforeEach] [Volume type: block] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:191 STEP: Initializing test volumes STEP: Creating block device on node "node1" using path "/tmp/local-volume-test-8a6fd5da-d115-44e4-a16a-87e501223bf7" Mar 11 21:38:51.794: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p /tmp/local-volume-test-8a6fd5da-d115-44e4-a16a-87e501223bf7 && dd if=/dev/zero of=/tmp/local-volume-test-8a6fd5da-d115-44e4-a16a-87e501223bf7/file bs=4096 count=5120 && losetup -f /tmp/local-volume-test-8a6fd5da-d115-44e4-a16a-87e501223bf7/file] Namespace:persistent-local-volumes-test-4227 PodName:hostexec-node1-87dlv ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:38:51.794: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:38:51.967: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c E2E_LOOP_DEV=$(losetup | grep /tmp/local-volume-test-8a6fd5da-d115-44e4-a16a-87e501223bf7/file | awk '{ print $1 }') 2>&1 > /dev/null && echo ${E2E_LOOP_DEV}] Namespace:persistent-local-volumes-test-4227 PodName:hostexec-node1-87dlv ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:38:51.967: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating local PVCs and PVs Mar 11 21:38:52.083: INFO: Creating a PV followed by a PVC Mar 11 21:38:52.089: INFO: Waiting for PV local-pvlr2gz to bind to PVC pvc-plsnm Mar 11 21:38:52.090: INFO: Waiting up to 3m0s for PersistentVolumeClaims [pvc-plsnm] to have phase Bound Mar 11 21:38:52.092: INFO: PersistentVolumeClaim pvc-plsnm found but phase is Pending instead of Bound. Mar 11 21:38:54.095: INFO: PersistentVolumeClaim pvc-plsnm found and phase=Bound (2.005414863s) Mar 11 21:38:54.095: INFO: Waiting up to 3m0s for PersistentVolume local-pvlr2gz to have phase Bound Mar 11 21:38:54.098: INFO: PersistentVolume local-pvlr2gz found and phase=Bound (3.174931ms) [BeforeEach] One pod requesting one prebound PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:211 STEP: Creating pod1 STEP: Creating a pod Mar 11 21:38:58.126: INFO: pod "security-context-40bc0ab2-b55e-4555-bbfe-6e9664af77d8" created on Node "node1" STEP: Writing in pod1 Mar 11 21:38:58.127: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /tmp/mnt/volume1; echo test-file-content > /tmp/mnt/volume1/test-file && SUDO_CMD=$(which sudo); echo ${SUDO_CMD} && ${SUDO_CMD} dd if=/tmp/mnt/volume1/test-file of=/mnt/volume1 bs=512 count=100 && rm /tmp/mnt/volume1/test-file] Namespace:persistent-local-volumes-test-4227 PodName:security-context-40bc0ab2-b55e-4555-bbfe-6e9664af77d8 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:38:58.127: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:38:58.237: INFO: podRWCmdExec out: "" err: [It] should be able to mount volume and write from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:234 Mar 11 21:38:58.237: INFO: ExecWithOptions {Command:[/bin/sh -c hexdump -n 100 -e '100 "%_p"' /mnt/volume1 | head -1] Namespace:persistent-local-volumes-test-4227 PodName:security-context-40bc0ab2-b55e-4555-bbfe-6e9664af77d8 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:38:58.237: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:38:58.348: INFO: podRWCmdExec out: "test-file-content..................................................................................." err: STEP: Writing in pod1 Mar 11 21:38:58.348: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /tmp/mnt/volume1; echo /dev/loop0 > /tmp/mnt/volume1/test-file && SUDO_CMD=$(which sudo); echo ${SUDO_CMD} && ${SUDO_CMD} dd if=/tmp/mnt/volume1/test-file of=/mnt/volume1 bs=512 count=100 && rm /tmp/mnt/volume1/test-file] Namespace:persistent-local-volumes-test-4227 PodName:security-context-40bc0ab2-b55e-4555-bbfe-6e9664af77d8 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:38:58.348: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:38:58.457: INFO: podRWCmdExec out: "" err: [AfterEach] One pod requesting one prebound PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:223 STEP: Deleting pod1 STEP: Deleting pod security-context-40bc0ab2-b55e-4555-bbfe-6e9664af77d8 in namespace persistent-local-volumes-test-4227 [AfterEach] [Volume type: block] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:200 STEP: Cleaning up PVC and PV Mar 11 21:38:58.461: INFO: Deleting PersistentVolumeClaim "pvc-plsnm" Mar 11 21:38:58.466: INFO: Deleting PersistentVolume "local-pvlr2gz" Mar 11 21:38:58.470: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c E2E_LOOP_DEV=$(losetup | grep /tmp/local-volume-test-8a6fd5da-d115-44e4-a16a-87e501223bf7/file | awk '{ print $1 }') 2>&1 > /dev/null && echo ${E2E_LOOP_DEV}] Namespace:persistent-local-volumes-test-4227 PodName:hostexec-node1-87dlv ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:38:58.470: INFO: >>> kubeConfig: /root/.kube/config STEP: Tear down block device "/dev/loop0" on node "node1" at path /tmp/local-volume-test-8a6fd5da-d115-44e4-a16a-87e501223bf7/file Mar 11 21:38:58.585: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c losetup -d /dev/loop0] Namespace:persistent-local-volumes-test-4227 PodName:hostexec-node1-87dlv ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:38:58.585: INFO: >>> kubeConfig: /root/.kube/config STEP: Removing the test directory /tmp/local-volume-test-8a6fd5da-d115-44e4-a16a-87e501223bf7 Mar 11 21:38:58.721: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-8a6fd5da-d115-44e4-a16a-87e501223bf7] Namespace:persistent-local-volumes-test-4227 PodName:hostexec-node1-87dlv ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:38:58.721: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:38:58.841: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "persistent-local-volumes-test-4227" for this suite. • [SLOW TEST:9.210 seconds] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 [Volume type: block] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:188 One pod requesting one prebound PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:205 should be able to mount volume and write from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:234 ------------------------------ {"msg":"PASSED [sig-storage] PersistentVolumes-local [Volume type: block] One pod requesting one prebound PVC should be able to mount volume and write from pod1","total":118,"completed":77,"skipped":4710,"failed":0} SSSSSSSSSSSSS ------------------------------ [sig-storage] PersistentVolumes-local [Volume type: blockfswithformat] One pod requesting one prebound PVC should be able to mount volume and read from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:228 [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:38:58.850: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename persistent-local-volumes-test STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in persistent-local-volumes-test-4491 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:155 [BeforeEach] [Volume type: blockfswithformat] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:191 STEP: Initializing test volumes STEP: Creating block device on node "node1" using path "/tmp/local-volume-test-c8969bbc-a7e6-49ff-9df9-e0ef241b4ae4" Mar 11 21:39:03.000: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p /tmp/local-volume-test-c8969bbc-a7e6-49ff-9df9-e0ef241b4ae4 && dd if=/dev/zero of=/tmp/local-volume-test-c8969bbc-a7e6-49ff-9df9-e0ef241b4ae4/file bs=4096 count=5120 && losetup -f /tmp/local-volume-test-c8969bbc-a7e6-49ff-9df9-e0ef241b4ae4/file] Namespace:persistent-local-volumes-test-4491 PodName:hostexec-node1-5lk8v ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:39:03.000: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:39:03.148: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c E2E_LOOP_DEV=$(losetup | grep /tmp/local-volume-test-c8969bbc-a7e6-49ff-9df9-e0ef241b4ae4/file | awk '{ print $1 }') 2>&1 > /dev/null && echo ${E2E_LOOP_DEV}] Namespace:persistent-local-volumes-test-4491 PodName:hostexec-node1-5lk8v ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:39:03.148: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:39:03.271: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkfs -t ext4 /dev/loop0 && mount -t ext4 /dev/loop0 /tmp/local-volume-test-c8969bbc-a7e6-49ff-9df9-e0ef241b4ae4 && chmod o+rwx /tmp/local-volume-test-c8969bbc-a7e6-49ff-9df9-e0ef241b4ae4] Namespace:persistent-local-volumes-test-4491 PodName:hostexec-node1-5lk8v ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:39:03.271: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating local PVCs and PVs Mar 11 21:39:03.542: INFO: Creating a PV followed by a PVC Mar 11 21:39:03.555: INFO: Waiting for PV local-pvhwz8t to bind to PVC pvc-vdq9l Mar 11 21:39:03.555: INFO: Waiting up to 3m0s for PersistentVolumeClaims [pvc-vdq9l] to have phase Bound Mar 11 21:39:03.558: INFO: PersistentVolumeClaim pvc-vdq9l found but phase is Pending instead of Bound. Mar 11 21:39:05.563: INFO: PersistentVolumeClaim pvc-vdq9l found and phase=Bound (2.00772472s) Mar 11 21:39:05.563: INFO: Waiting up to 3m0s for PersistentVolume local-pvhwz8t to have phase Bound Mar 11 21:39:05.565: INFO: PersistentVolume local-pvhwz8t found and phase=Bound (2.286854ms) [BeforeEach] One pod requesting one prebound PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:211 STEP: Creating pod1 STEP: Creating a pod Mar 11 21:39:09.590: INFO: pod "security-context-893817b0-cf5d-4c84-9d80-7a31000d5b58" created on Node "node1" STEP: Writing in pod1 Mar 11 21:39:09.590: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo test-file-content > /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-4491 PodName:security-context-893817b0-cf5d-4c84-9d80-7a31000d5b58 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:39:09.590: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:39:09.706: INFO: podRWCmdExec out: "" err: [It] should be able to mount volume and read from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:228 STEP: Reading in pod1 Mar 11 21:39:09.707: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:persistent-local-volumes-test-4491 PodName:security-context-893817b0-cf5d-4c84-9d80-7a31000d5b58 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:39:09.707: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:39:09.808: INFO: podRWCmdExec out: "test-file-content" err: [AfterEach] One pod requesting one prebound PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:223 STEP: Deleting pod1 STEP: Deleting pod security-context-893817b0-cf5d-4c84-9d80-7a31000d5b58 in namespace persistent-local-volumes-test-4491 [AfterEach] [Volume type: blockfswithformat] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:200 STEP: Cleaning up PVC and PV Mar 11 21:39:09.812: INFO: Deleting PersistentVolumeClaim "pvc-vdq9l" Mar 11 21:39:09.816: INFO: Deleting PersistentVolume "local-pvhwz8t" Mar 11 21:39:09.821: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c umount /tmp/local-volume-test-c8969bbc-a7e6-49ff-9df9-e0ef241b4ae4] Namespace:persistent-local-volumes-test-4491 PodName:hostexec-node1-5lk8v ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:39:09.821: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:39:09.934: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c E2E_LOOP_DEV=$(losetup | grep /tmp/local-volume-test-c8969bbc-a7e6-49ff-9df9-e0ef241b4ae4/file | awk '{ print $1 }') 2>&1 > /dev/null && echo ${E2E_LOOP_DEV}] Namespace:persistent-local-volumes-test-4491 PodName:hostexec-node1-5lk8v ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:39:09.934: INFO: >>> kubeConfig: /root/.kube/config STEP: Tear down block device "/dev/loop0" on node "node1" at path /tmp/local-volume-test-c8969bbc-a7e6-49ff-9df9-e0ef241b4ae4/file Mar 11 21:39:10.047: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c losetup -d /dev/loop0] Namespace:persistent-local-volumes-test-4491 PodName:hostexec-node1-5lk8v ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:39:10.047: INFO: >>> kubeConfig: /root/.kube/config STEP: Removing the test directory /tmp/local-volume-test-c8969bbc-a7e6-49ff-9df9-e0ef241b4ae4 Mar 11 21:39:10.150: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-c8969bbc-a7e6-49ff-9df9-e0ef241b4ae4] Namespace:persistent-local-volumes-test-4491 PodName:hostexec-node1-5lk8v ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:39:10.150: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:39:10.259: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "persistent-local-volumes-test-4491" for this suite. • [SLOW TEST:11.416 seconds] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 [Volume type: blockfswithformat] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:188 One pod requesting one prebound PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:205 should be able to mount volume and read from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:228 ------------------------------ {"msg":"PASSED [sig-storage] PersistentVolumes-local [Volume type: blockfswithformat] One pod requesting one prebound PVC should be able to mount volume and read from pod1","total":118,"completed":78,"skipped":4723,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] PersistentVolumes-local [Volume type: block] One pod requesting one prebound PVC should be able to mount volume and read from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:228 [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:39:10.268: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename persistent-local-volumes-test STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in persistent-local-volumes-test-8195 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:155 [BeforeEach] [Volume type: block] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:191 STEP: Initializing test volumes STEP: Creating block device on node "node1" using path "/tmp/local-volume-test-a5da2373-d73f-427a-8460-3855af762fed" Mar 11 21:39:14.418: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p /tmp/local-volume-test-a5da2373-d73f-427a-8460-3855af762fed && dd if=/dev/zero of=/tmp/local-volume-test-a5da2373-d73f-427a-8460-3855af762fed/file bs=4096 count=5120 && losetup -f /tmp/local-volume-test-a5da2373-d73f-427a-8460-3855af762fed/file] Namespace:persistent-local-volumes-test-8195 PodName:hostexec-node1-242z5 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:39:14.418: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:39:14.551: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c E2E_LOOP_DEV=$(losetup | grep /tmp/local-volume-test-a5da2373-d73f-427a-8460-3855af762fed/file | awk '{ print $1 }') 2>&1 > /dev/null && echo ${E2E_LOOP_DEV}] Namespace:persistent-local-volumes-test-8195 PodName:hostexec-node1-242z5 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:39:14.551: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating local PVCs and PVs Mar 11 21:39:14.661: INFO: Creating a PV followed by a PVC Mar 11 21:39:14.669: INFO: Waiting for PV local-pv7fwnv to bind to PVC pvc-cgcx7 Mar 11 21:39:14.669: INFO: Waiting up to 3m0s for PersistentVolumeClaims [pvc-cgcx7] to have phase Bound Mar 11 21:39:14.671: INFO: PersistentVolumeClaim pvc-cgcx7 found but phase is Pending instead of Bound. Mar 11 21:39:16.677: INFO: PersistentVolumeClaim pvc-cgcx7 found but phase is Pending instead of Bound. Mar 11 21:39:18.681: INFO: PersistentVolumeClaim pvc-cgcx7 found and phase=Bound (4.01157195s) Mar 11 21:39:18.681: INFO: Waiting up to 3m0s for PersistentVolume local-pv7fwnv to have phase Bound Mar 11 21:39:18.684: INFO: PersistentVolume local-pv7fwnv found and phase=Bound (3.036283ms) [BeforeEach] One pod requesting one prebound PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:211 STEP: Creating pod1 STEP: Creating a pod Mar 11 21:39:22.711: INFO: pod "security-context-7ee8fc8e-7c97-494b-9ef0-f9b7e9531232" created on Node "node1" STEP: Writing in pod1 Mar 11 21:39:22.711: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /tmp/mnt/volume1; echo test-file-content > /tmp/mnt/volume1/test-file && SUDO_CMD=$(which sudo); echo ${SUDO_CMD} && ${SUDO_CMD} dd if=/tmp/mnt/volume1/test-file of=/mnt/volume1 bs=512 count=100 && rm /tmp/mnt/volume1/test-file] Namespace:persistent-local-volumes-test-8195 PodName:security-context-7ee8fc8e-7c97-494b-9ef0-f9b7e9531232 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:39:22.711: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:39:22.816: INFO: podRWCmdExec out: "" err: [It] should be able to mount volume and read from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:228 STEP: Reading in pod1 Mar 11 21:39:22.816: INFO: ExecWithOptions {Command:[/bin/sh -c hexdump -n 100 -e '100 "%_p"' /mnt/volume1 | head -1] Namespace:persistent-local-volumes-test-8195 PodName:security-context-7ee8fc8e-7c97-494b-9ef0-f9b7e9531232 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Mar 11 21:39:22.816: INFO: >>> kubeConfig: /root/.kube/config Mar 11 21:39:22.923: INFO: podRWCmdExec out: "test-file-content..................................................................................." err: [AfterEach] One pod requesting one prebound PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:223 STEP: Deleting pod1 STEP: Deleting pod security-context-7ee8fc8e-7c97-494b-9ef0-f9b7e9531232 in namespace persistent-local-volumes-test-8195 [AfterEach] [Volume type: block] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:200 STEP: Cleaning up PVC and PV Mar 11 21:39:22.929: INFO: Deleting PersistentVolumeClaim "pvc-cgcx7" Mar 11 21:39:22.933: INFO: Deleting PersistentVolume "local-pv7fwnv" Mar 11 21:39:22.937: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c E2E_LOOP_DEV=$(losetup | grep /tmp/local-volume-test-a5da2373-d73f-427a-8460-3855af762fed/file | awk '{ print $1 }') 2>&1 > /dev/null && echo ${E2E_LOOP_DEV}] Namespace:persistent-local-volumes-test-8195 PodName:hostexec-node1-242z5 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:39:22.938: INFO: >>> kubeConfig: /root/.kube/config STEP: Tear down block device "/dev/loop0" on node "node1" at path /tmp/local-volume-test-a5da2373-d73f-427a-8460-3855af762fed/file Mar 11 21:39:23.056: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c losetup -d /dev/loop0] Namespace:persistent-local-volumes-test-8195 PodName:hostexec-node1-242z5 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:39:23.056: INFO: >>> kubeConfig: /root/.kube/config STEP: Removing the test directory /tmp/local-volume-test-a5da2373-d73f-427a-8460-3855af762fed Mar 11 21:39:23.161: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-a5da2373-d73f-427a-8460-3855af762fed] Namespace:persistent-local-volumes-test-8195 PodName:hostexec-node1-242z5 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Mar 11 21:39:23.161: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:39:23.276: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "persistent-local-volumes-test-8195" for this suite. • [SLOW TEST:13.016 seconds] [sig-storage] PersistentVolumes-local /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 [Volume type: block] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:188 One pod requesting one prebound PVC /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:205 should be able to mount volume and read from pod1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:228 ------------------------------ {"msg":"PASSED [sig-storage] PersistentVolumes-local [Volume type: block] One pod requesting one prebound PVC should be able to mount volume and read from pod1","total":118,"completed":79,"skipped":4789,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] Flexvolumes should be mountable when attachable /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/flexvolume.go:204 [BeforeEach] [sig-storage] Flexvolumes /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client Mar 11 21:39:23.286: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename flexvolume STEP: Binding the e2e-test-privileged-psp PodSecurityPolicy to the default service account in flexvolume-325 STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] Flexvolumes /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/flexvolume.go:167 Mar 11 21:39:23.408: INFO: No SSH Key for provider : 'GetSigner(...) not implemented for ' [AfterEach] [sig-storage] Flexvolumes /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:179 Mar 11 21:39:23.409: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "flexvolume-325" for this suite. S [SKIPPING] in Spec Setup (BeforeEach) [0.132 seconds] [sig-storage] Flexvolumes /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 should be mountable when attachable [BeforeEach] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/flexvolume.go:204 No SSH Key for provider : 'GetSigner(...) not implemented for ' /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/flexvolume.go:171 ------------------------------ SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSMar 11 21:39:23.421: INFO: Running AfterSuite actions on all nodes Mar 11 21:39:23.421: INFO: Running AfterSuite actions on node 1 Mar 11 21:39:23.421: INFO: Skipping dumping logs from cluster JUnit report was created: /home/opnfv/functest/results/sig_storage/junit_01.xml {"msg":"Test Suite completed","total":118,"completed":79,"skipped":4915,"failed":0} Ran 79 of 4994 Specs in 1796.929 seconds SUCCESS! -- 79 Passed | 0 Failed | 0 Pending | 4915 Skipped PASS