started: (0/1/1) "[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 [Suite:openshift/conformance/parallel] [Suite:k8s]" I0615 18:06:22.318397 671502 test_context.go:423] Tolerating taints "node-role.kubernetes.io/master" when considering if nodes are ready Jun 15 18:06:22.352: INFO: Waiting up to 30m0s for all (but 100) nodes to be schedulable Jun 15 18:06:23.377: INFO: Waiting up to 10m0s for all pods (need at least 0) in namespace 'kube-system' to be running and ready Jun 15 18:06:23.876: INFO: 0 / 0 pods in namespace 'kube-system' are running and ready (0 seconds elapsed) Jun 15 18:06:23.876: INFO: expected 0 pod replicas in namespace 'kube-system', 0 are Running and Ready. Jun 15 18:06:23.876: INFO: Waiting up to 5m0s for all daemonsets in namespace 'kube-system' to start Jun 15 18:06:24.041: INFO: e2e test version: v1.18.3 Jun 15 18:06:24.201: INFO: kube-apiserver version: v1.18.3+a637491 Jun 15 18:06:24.447: INFO: Cluster IP family: ipv4 [BeforeEach] [Top Level] /home/fidencio/src/upstream/origin/_output/local/go/src/github.com/openshift/origin/test/extended/util/framework.go:1413 [BeforeEach] [Top Level] /home/fidencio/src/upstream/origin/_output/local/go/src/github.com/openshift/origin/test/extended/util/framework.go:1413 [BeforeEach] [Top Level] /home/fidencio/src/upstream/origin/_output/local/go/src/github.com/openshift/origin/test/extended/util/test.go:58 [BeforeEach] [sig-storage] PersistentVolumes-local /home/fidencio/src/upstream/origin/_output/local/go/src/github.com/openshift/origin/vendor/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client STEP: Building a namespace api object, basename persistent-local-volumes-test Jun 15 18:06:25.147: INFO: About to run a Kube e2e test, ensuring namespace is privileged Jun 15 18:06:29.192: INFO: No PodSecurityPolicies found; assuming PodSecurityPolicy is disabled. STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes-local /home/fidencio/src/upstream/origin/_output/local/go/src/github.com/openshift/origin/vendor/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:155 [BeforeEach] [Volume type: tmpfs] /home/fidencio/src/upstream/origin/_output/local/go/src/github.com/openshift/origin/vendor/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:191 STEP: Initializing test volumes STEP: Creating tmpfs mount point on node "master-0-0" at path "/tmp/local-volume-test-a28dfa05-3c84-4b26-a5ab-82ea9f3756aa" Jun 15 18:06:32.742: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p "/tmp/local-volume-test-a28dfa05-3c84-4b26-a5ab-82ea9f3756aa" && mount -t tmpfs -o size=10m tmpfs-"/tmp/local-volume-test-a28dfa05-3c84-4b26-a5ab-82ea9f3756aa" "/tmp/local-volume-test-a28dfa05-3c84-4b26-a5ab-82ea9f3756aa"] Namespace:e2e-persistent-local-volumes-test-668 PodName:hostexec-master-0-0-c8hgh ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} STEP: Creating local PVCs and PVs Jun 15 18:06:35.491: INFO: Creating a PV followed by a PVC Jun 15 18:06:35.893: INFO: Waiting for PV local-pv424r5 to bind to PVC pvc-5lsjc Jun 15 18:06:35.893: INFO: Waiting up to 3m0s for PersistentVolumeClaims [pvc-5lsjc] to have phase Bound Jun 15 18:06:36.053: INFO: PersistentVolumeClaim pvc-5lsjc found and phase=Bound (159.978397ms) Jun 15 18:06:36.053: INFO: Waiting up to 3m0s for PersistentVolume local-pv424r5 to have phase Bound Jun 15 18:06:36.214: INFO: PersistentVolume local-pv424r5 found and phase=Bound (160.320776ms) [It] should be able to write from pod1 and read from pod2 [Suite:openshift/conformance/parallel] [Suite:k8s] /home/fidencio/src/upstream/origin/_output/local/go/src/github.com/openshift/origin/vendor/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:245 STEP: Creating pod1 to write to the PV STEP: Creating a pod Jun 15 18:06:51.563: INFO: pod "security-context-9fa8a62e-6bb3-4b81-8a70-ae453e74de48" created on Node "master-0-0" STEP: Writing in pod1 Jun 15 18:06:51.563: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo test-file-content > /mnt/volume1/test-file] Namespace:e2e-persistent-local-volumes-test-668 PodName:security-context-9fa8a62e-6bb3-4b81-8a70-ae453e74de48 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jun 15 18:06:53.231: INFO: podRWCmdExec out: "" err: Jun 15 18:06:53.231: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:e2e-persistent-local-volumes-test-668 PodName:security-context-9fa8a62e-6bb3-4b81-8a70-ae453e74de48 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jun 15 18:06:54.838: INFO: podRWCmdExec out: "test-file-content" err: STEP: Creating pod2 to read from the PV STEP: Creating a pod Jun 15 18:07:09.788: INFO: pod "security-context-9a8c21ea-387c-4193-8431-d49c9c77a2a0" created on Node "master-0-0" Jun 15 18:07:09.788: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:e2e-persistent-local-volumes-test-668 PodName:security-context-9a8c21ea-387c-4193-8431-d49c9c77a2a0 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jun 15 18:07:11.439: INFO: podRWCmdExec out: "test-file-content" err: STEP: Writing in pod2 Jun 15 18:07:11.439: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo /tmp/local-volume-test-a28dfa05-3c84-4b26-a5ab-82ea9f3756aa > /mnt/volume1/test-file] Namespace:e2e-persistent-local-volumes-test-668 PodName:security-context-9a8c21ea-387c-4193-8431-d49c9c77a2a0 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jun 15 18:07:12.934: INFO: podRWCmdExec out: "" err: STEP: Reading in pod1 Jun 15 18:07:12.934: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:e2e-persistent-local-volumes-test-668 PodName:security-context-9fa8a62e-6bb3-4b81-8a70-ae453e74de48 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jun 15 18:07:14.856: INFO: podRWCmdExec out: "test-file-content" err: [AfterEach] [Volume type: tmpfs] /home/fidencio/src/upstream/origin/_output/local/go/src/github.com/openshift/origin/vendor/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:200 STEP: Cleaning up PVC and PV Jun 15 18:07:14.858: INFO: Deleting PersistentVolumeClaim "pvc-5lsjc" Jun 15 18:07:15.116: INFO: Deleting PersistentVolume "local-pv424r5" STEP: Unmount tmpfs mount point on node "master-0-0" at path "/tmp/local-volume-test-a28dfa05-3c84-4b26-a5ab-82ea9f3756aa" Jun 15 18:07:15.320: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c umount "/tmp/local-volume-test-a28dfa05-3c84-4b26-a5ab-82ea9f3756aa"] Namespace:e2e-persistent-local-volumes-test-668 PodName:hostexec-master-0-0-c8hgh ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} STEP: Removing the test directory Jun 15 18:07:16.560: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-a28dfa05-3c84-4b26-a5ab-82ea9f3756aa] Namespace:e2e-persistent-local-volumes-test-668 PodName:hostexec-master-0-0-c8hgh ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} [AfterEach] [sig-storage] PersistentVolumes-local /home/fidencio/src/upstream/origin/_output/local/go/src/github.com/openshift/origin/vendor/k8s.io/kubernetes/test/e2e/framework/framework.go:179 STEP: Collecting events from namespace "e2e-persistent-local-volumes-test-668". STEP: Found 14 events. Jun 15 18:07:18.201: INFO: At 0001-01-01 00:00:00 +0000 UTC - event for hostexec-master-0-0-c8hgh: {default-scheduler } Scheduled: Successfully assigned e2e-persistent-local-volumes-test-668/hostexec-master-0-0-c8hgh to master-0-0 Jun 15 18:07:18.201: INFO: At 0001-01-01 00:00:00 +0000 UTC - event for security-context-9a8c21ea-387c-4193-8431-d49c9c77a2a0: {default-scheduler } Scheduled: Successfully assigned e2e-persistent-local-volumes-test-668/security-context-9a8c21ea-387c-4193-8431-d49c9c77a2a0 to master-0-0 Jun 15 18:07:18.201: INFO: At 0001-01-01 00:00:00 +0000 UTC - event for security-context-9fa8a62e-6bb3-4b81-8a70-ae453e74de48: {default-scheduler } Scheduled: Successfully assigned e2e-persistent-local-volumes-test-668/security-context-9fa8a62e-6bb3-4b81-8a70-ae453e74de48 to master-0-0 Jun 15 18:07:18.201: INFO: At 2020-06-15 18:06:31 +0200 CEST - event for hostexec-master-0-0-c8hgh: {kubelet master-0-0} Created: Created container agnhost Jun 15 18:07:18.201: INFO: At 2020-06-15 18:06:31 +0200 CEST - event for hostexec-master-0-0-c8hgh: {kubelet master-0-0} Started: Started container agnhost Jun 15 18:07:18.201: INFO: At 2020-06-15 18:06:31 +0200 CEST - event for hostexec-master-0-0-c8hgh: {kubelet master-0-0} Pulled: Container image "us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.12" already present on machine Jun 15 18:07:18.201: INFO: At 2020-06-15 18:06:38 +0200 CEST - event for security-context-9fa8a62e-6bb3-4b81-8a70-ae453e74de48: {multus } AddedInterface: Add eth0 [10.129.0.28/23] Jun 15 18:07:18.201: INFO: At 2020-06-15 18:06:48 +0200 CEST - event for security-context-9fa8a62e-6bb3-4b81-8a70-ae453e74de48: {kubelet master-0-0} Pulled: Container image "docker.io/library/busybox:1.29" already present on machine Jun 15 18:07:18.201: INFO: At 2020-06-15 18:06:49 +0200 CEST - event for security-context-9fa8a62e-6bb3-4b81-8a70-ae453e74de48: {kubelet master-0-0} Started: Started container write-pod Jun 15 18:07:18.201: INFO: At 2020-06-15 18:06:49 +0200 CEST - event for security-context-9fa8a62e-6bb3-4b81-8a70-ae453e74de48: {kubelet master-0-0} Created: Created container write-pod Jun 15 18:07:18.201: INFO: At 2020-06-15 18:06:57 +0200 CEST - event for security-context-9a8c21ea-387c-4193-8431-d49c9c77a2a0: {multus } AddedInterface: Add eth0 [10.129.0.29/23] Jun 15 18:07:18.201: INFO: At 2020-06-15 18:07:06 +0200 CEST - event for security-context-9a8c21ea-387c-4193-8431-d49c9c77a2a0: {kubelet master-0-0} Started: Started container write-pod Jun 15 18:07:18.201: INFO: At 2020-06-15 18:07:06 +0200 CEST - event for security-context-9a8c21ea-387c-4193-8431-d49c9c77a2a0: {kubelet master-0-0} Pulled: Container image "docker.io/library/busybox:1.29" already present on machine Jun 15 18:07:18.201: INFO: At 2020-06-15 18:07:06 +0200 CEST - event for security-context-9a8c21ea-387c-4193-8431-d49c9c77a2a0: {kubelet master-0-0} Created: Created container write-pod Jun 15 18:07:18.396: INFO: POD NODE PHASE GRACE CONDITIONS Jun 15 18:07:18.396: INFO: hostexec-master-0-0-c8hgh master-0-0 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 18:06:30 +0200 CEST } {Ready True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 18:06:32 +0200 CEST } {ContainersReady True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 18:06:32 +0200 CEST } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 18:06:30 +0200 CEST }] Jun 15 18:07:18.396: INFO: security-context-9a8c21ea-387c-4193-8431-d49c9c77a2a0 master-0-0 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 18:06:54 +0200 CEST } {Ready True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 18:07:07 +0200 CEST } {ContainersReady True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 18:07:07 +0200 CEST } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 18:06:54 +0200 CEST }] Jun 15 18:07:18.396: INFO: security-context-9fa8a62e-6bb3-4b81-8a70-ae453e74de48 master-0-0 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 18:06:36 +0200 CEST } {Ready True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 18:06:50 +0200 CEST } {ContainersReady True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 18:06:50 +0200 CEST } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 18:06:36 +0200 CEST }] Jun 15 18:07:18.396: INFO: Jun 15 18:07:18.564: INFO: hostexec-master-0-0-c8hgh[e2e-persistent-local-volumes-test-668].container[agnhost].log Paused Jun 15 18:07:18.799: INFO: security-context-9a8c21ea-387c-4193-8431-d49c9c77a2a0[e2e-persistent-local-volumes-test-668].container[write-pod].log Jun 15 18:07:19.005: INFO: security-context-9fa8a62e-6bb3-4b81-8a70-ae453e74de48[e2e-persistent-local-volumes-test-668].container[write-pod].log Jun 15 18:07:19.495: INFO: skipping dumping cluster info - cluster too large Jun 15 18:07:19.495: INFO: Waiting up to 7m0s for all (but 100) nodes to be ready STEP: Destroying namespace "e2e-persistent-local-volumes-test-668" for this suite. Jun 15 18:07:20.207: INFO: Running AfterSuite actions on all nodes Jun 15 18:07:20.207: INFO: Running AfterSuite actions on node 1 fail [k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:1035]: Expected : test-file-content to contain substring : /tmp/local-volume-test-a28dfa05-3c84-4b26-a5ab-82ea9f3756aa failed: (58.1s) 2020-06-15T16:07:20 "[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 [Suite:openshift/conformance/parallel] [Suite:k8s]" Timeline: Jun 15 18:06:22.169 - 58s I test="[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 [Suite:openshift/conformance/parallel] [Suite:k8s]" running Jun 15 16:06:23.916 W ns/default pod/recycler-for-nfs-pv10 node/worker-0-0 reason/FailedMount MountVolume.SetUp failed for volume "vol" : mount failed: exit status 32\nMounting command: systemd-run\nMounting arguments: --description=Kubernetes transient mount for /var/lib/kubelet/pods/594182b9-9a9e-46cf-bf99-e08c1b026748/volumes/kubernetes.io~nfs/vol --scope -- mount -t nfs registry.kata-fidencio-0.qe.lab.redhat.com:/mnt/pv10 /var/lib/kubelet/pods/594182b9-9a9e-46cf-bf99-e08c1b026748/volumes/kubernetes.io~nfs/vol\nOutput: Running scope as unit: run-r7bbcd094dc634defb5c67145afdd0c59.scope\nmount.nfs: mounting registry.kata-fidencio-0.qe.lab.redhat.com:/mnt/pv10 failed, reason given by server: No such file or directory\n Jun 15 16:06:23.976 I ns/default pod/recycler-for-nfs-pv10 node/worker-0-0 reason/Created Jun 15 16:06:30.385 I ns/e2e-persistent-local-volumes-test-668 pod/hostexec-master-0-0-c8hgh node/ reason/Created Jun 15 16:06:30.569 I ns/e2e-persistent-local-volumes-test-668 pod/hostexec-master-0-0-c8hgh node/master-0-0 reason/Scheduled Jun 15 16:06:31.170 I ns/e2e-persistent-local-volumes-test-668 pod/hostexec-master-0-0-c8hgh node/master-0-0 container/agnhost reason/Pulled image/us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.12 Jun 15 16:06:31.389 I ns/e2e-persistent-local-volumes-test-668 pod/hostexec-master-0-0-c8hgh node/master-0-0 container/agnhost reason/Created Jun 15 16:06:31.400 I ns/e2e-persistent-local-volumes-test-668 pod/hostexec-master-0-0-c8hgh node/master-0-0 container/agnhost reason/Started Jun 15 16:06:31.429 W ns/default pod/recycler-for-nfs-pv10 node/worker-0-0 reason/FailedMount MountVolume.SetUp failed for volume "vol" : mount failed: exit status 32\nMounting command: systemd-run\nMounting arguments: --description=Kubernetes transient mount for /var/lib/kubelet/pods/594182b9-9a9e-46cf-bf99-e08c1b026748/volumes/kubernetes.io~nfs/vol --scope -- mount -t nfs registry.kata-fidencio-0.qe.lab.redhat.com:/mnt/pv10 /var/lib/kubelet/pods/594182b9-9a9e-46cf-bf99-e08c1b026748/volumes/kubernetes.io~nfs/vol\nOutput: Running scope as unit: run-rf1e297936c4841758bea305e4ddc23e9.scope\nmount.nfs: mounting registry.kata-fidencio-0.qe.lab.redhat.com:/mnt/pv10 failed, reason given by server: No such file or directory\n Jun 15 16:06:32.208 I ns/e2e-persistent-local-volumes-test-668 pod/hostexec-master-0-0-c8hgh node/master-0-0 container/agnhost reason/Ready Jun 15 16:06:36.800 I ns/e2e-persistent-local-volumes-test-668 pod/security-context-9fa8a62e-6bb3-4b81-8a70-ae453e74de48 node/master-0-0 reason/Scheduled Jun 15 16:06:36.801 I ns/e2e-persistent-local-volumes-test-668 pod/security-context-9fa8a62e-6bb3-4b81-8a70-ae453e74de48 node/ reason/Created Jun 15 16:06:38.770 I ns/e2e-persistent-local-volumes-test-668 pod/security-context-9fa8a62e-6bb3-4b81-8a70-ae453e74de48 reason/AddedInterface Add eth0 [10.129.0.28/23] Jun 15 16:06:47.671 W ns/default pod/recycler-for-nfs-pv10 node/worker-0-0 reason/FailedMount MountVolume.SetUp failed for volume "vol" : mount failed: exit status 32\nMounting command: systemd-run\nMounting arguments: --description=Kubernetes transient mount for /var/lib/kubelet/pods/594182b9-9a9e-46cf-bf99-e08c1b026748/volumes/kubernetes.io~nfs/vol --scope -- mount -t nfs registry.kata-fidencio-0.qe.lab.redhat.com:/mnt/pv10 /var/lib/kubelet/pods/594182b9-9a9e-46cf-bf99-e08c1b026748/volumes/kubernetes.io~nfs/vol\nOutput: Running scope as unit: run-r2b040fabf31a458c831d5b623a78f459.scope\nmount.nfs: mounting registry.kata-fidencio-0.qe.lab.redhat.com:/mnt/pv10 failed, reason given by server: No such file or directory\n Jun 15 16:06:48.798 I ns/e2e-persistent-local-volumes-test-668 pod/security-context-9fa8a62e-6bb3-4b81-8a70-ae453e74de48 node/master-0-0 container/write-pod reason/Pulled image/docker.io/library/busybox:1.29 Jun 15 16:06:49.845 I ns/e2e-persistent-local-volumes-test-668 pod/security-context-9fa8a62e-6bb3-4b81-8a70-ae453e74de48 node/master-0-0 container/write-pod reason/Created Jun 15 16:06:49.985 I ns/e2e-persistent-local-volumes-test-668 pod/security-context-9fa8a62e-6bb3-4b81-8a70-ae453e74de48 node/master-0-0 container/write-pod reason/Started Jun 15 16:06:50.336 I ns/e2e-persistent-local-volumes-test-668 pod/security-context-9fa8a62e-6bb3-4b81-8a70-ae453e74de48 node/master-0-0 container/write-pod reason/Ready Jun 15 16:06:55.047 I ns/e2e-persistent-local-volumes-test-668 pod/security-context-9a8c21ea-387c-4193-8431-d49c9c77a2a0 node/ reason/Created Jun 15 16:06:55.201 I ns/e2e-persistent-local-volumes-test-668 pod/security-context-9a8c21ea-387c-4193-8431-d49c9c77a2a0 node/master-0-0 reason/Scheduled Jun 15 16:06:57.270 I ns/e2e-persistent-local-volumes-test-668 pod/security-context-9a8c21ea-387c-4193-8431-d49c9c77a2a0 reason/AddedInterface Add eth0 [10.129.0.29/23] Jun 15 16:06:59.360 I ns/openshift-config-operator deployment/openshift-config-operator reason/KubeCloudConfigController openshift-config-managed/kube-cloud-config ConfigMap was deleted as no longer required (3939 times) Jun 15 16:07:06.461 I ns/e2e-persistent-local-volumes-test-668 pod/security-context-9a8c21ea-387c-4193-8431-d49c9c77a2a0 node/master-0-0 container/write-pod reason/Pulled image/docker.io/library/busybox:1.29 Jun 15 16:07:07.024 I ns/e2e-persistent-local-volumes-test-668 pod/security-context-9a8c21ea-387c-4193-8431-d49c9c77a2a0 node/master-0-0 container/write-pod reason/Created Jun 15 16:07:07.066 I ns/e2e-persistent-local-volumes-test-668 pod/security-context-9a8c21ea-387c-4193-8431-d49c9c77a2a0 node/master-0-0 container/write-pod reason/Started Jun 15 16:07:07.399 I ns/e2e-persistent-local-volumes-test-668 pod/security-context-9a8c21ea-387c-4193-8431-d49c9c77a2a0 node/master-0-0 container/write-pod reason/Ready Jun 15 16:07:09.266 W ns/openshift-operator-lifecycle-manager pod/packageserver-84cd46d9b4-2slc2 node/master-0-1 reason/Unhealthy Liveness probe failed: Get https://10.130.0.11:5443/healthz: net/http: request canceled (Client.Timeout exceeded while awaiting headers) (711 times) Jun 15 16:07:19.812 W ns/default pod/recycler-for-nfs-pv10 node/worker-0-0 reason/FailedMount MountVolume.SetUp failed for volume "vol" : mount failed: exit status 32\nMounting command: systemd-run\nMounting arguments: --description=Kubernetes transient mount for /var/lib/kubelet/pods/594182b9-9a9e-46cf-bf99-e08c1b026748/volumes/kubernetes.io~nfs/vol --scope -- mount -t nfs registry.kata-fidencio-0.qe.lab.redhat.com:/mnt/pv10 /var/lib/kubelet/pods/594182b9-9a9e-46cf-bf99-e08c1b026748/volumes/kubernetes.io~nfs/vol\nOutput: Running scope as unit: run-r997dbea70a484da98f0dee144e2f2bd3.scope\nmount.nfs: mounting registry.kata-fidencio-0.qe.lab.redhat.com:/mnt/pv10 failed, reason given by server: No such file or directory\n Jun 15 18:07:20.228 I test="[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 [Suite:openshift/conformance/parallel] [Suite:k8s]" failed Failing tests: [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 [Suite:openshift/conformance/parallel] [Suite:k8s] error: 1 fail, 0 pass, 0 skip (58.1s)