"[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 [Suite:openshift/conformance/parallel] [Suite:k8s]" started: (0/1/1) "[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 [Suite:openshift/conformance/parallel] [Suite:k8s]" I0615 17:55:15.111111 670544 test_context.go:423] Tolerating taints "node-role.kubernetes.io/master" when considering if nodes are ready Jun 15 17:55:15.139: INFO: Waiting up to 30m0s for all (but 100) nodes to be schedulable Jun 15 17:55:16.367: INFO: Waiting up to 10m0s for all pods (need at least 0) in namespace 'kube-system' to be running and ready Jun 15 17:55:16.980: INFO: 0 / 0 pods in namespace 'kube-system' are running and ready (0 seconds elapsed) Jun 15 17:55:16.980: INFO: expected 0 pod replicas in namespace 'kube-system', 0 are Running and Ready. Jun 15 17:55:16.980: INFO: Waiting up to 5m0s for all daemonsets in namespace 'kube-system' to start Jun 15 17:55:17.147: INFO: e2e test version: v1.18.3 Jun 15 17:55:17.310: INFO: kube-apiserver version: v1.18.3+a637491 Jun 15 17:55:17.476: 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 17:55:17.997: INFO: About to run a Kube e2e test, ensuring namespace is privileged Jun 15 17:55:21.347: 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: dir-link-bindmounted] /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 Jun 15 17:55:24.568: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir /tmp/local-volume-test-7f1f083f-8794-44d8-9bc7-63ad2f59f410-backend && mount --bind /tmp/local-volume-test-7f1f083f-8794-44d8-9bc7-63ad2f59f410-backend /tmp/local-volume-test-7f1f083f-8794-44d8-9bc7-63ad2f59f410-backend && ln -s /tmp/local-volume-test-7f1f083f-8794-44d8-9bc7-63ad2f59f410-backend /tmp/local-volume-test-7f1f083f-8794-44d8-9bc7-63ad2f59f410] Namespace:e2e-persistent-local-volumes-test-1561 PodName:hostexec-master-0-0-gq74k ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} STEP: Creating local PVCs and PVs Jun 15 17:55:25.799: INFO: Creating a PV followed by a PVC Jun 15 17:55:26.135: INFO: Waiting for PV local-pvm2bwm to bind to PVC pvc-2njz2 Jun 15 17:55:26.135: INFO: Waiting up to 3m0s for PersistentVolumeClaims [pvc-2njz2] to have phase Bound Jun 15 17:55:26.296: INFO: PersistentVolumeClaim pvc-2njz2 found and phase=Bound (160.873318ms) Jun 15 17:55:26.296: INFO: Waiting up to 3m0s for PersistentVolume local-pvm2bwm to have phase Bound Jun 15 17:55:26.456: INFO: PersistentVolume local-pvm2bwm found and phase=Bound (159.1982ms) [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 17:55:39.637: INFO: pod "security-context-17342b80-933d-4783-90cb-3c787069284f" created on Node "master-0-0" STEP: Writing in pod1 Jun 15 17:55:39.637: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo test-file-content > /mnt/volume1/test-file] Namespace:e2e-persistent-local-volumes-test-1561 PodName:security-context-17342b80-933d-4783-90cb-3c787069284f ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jun 15 17:55:40.835: INFO: podRWCmdExec out: "" err: Jun 15 17:55:40.835: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:e2e-persistent-local-volumes-test-1561 PodName:security-context-17342b80-933d-4783-90cb-3c787069284f ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jun 15 17:55:42.240: INFO: podRWCmdExec out: "test-file-content" err: STEP: Creating pod2 to read from the PV STEP: Creating a pod Jun 15 17:55:55.171: INFO: pod "security-context-df0df46d-ffbb-4588-bd79-64fc3e570bf4" created on Node "master-0-0" Jun 15 17:55:55.172: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:e2e-persistent-local-volumes-test-1561 PodName:security-context-df0df46d-ffbb-4588-bd79-64fc3e570bf4 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jun 15 17:55:56.452: INFO: podRWCmdExec out: "test-file-content" err: STEP: Writing in pod2 Jun 15 17:55:56.452: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo /tmp/local-volume-test-7f1f083f-8794-44d8-9bc7-63ad2f59f410 > /mnt/volume1/test-file] Namespace:e2e-persistent-local-volumes-test-1561 PodName:security-context-df0df46d-ffbb-4588-bd79-64fc3e570bf4 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jun 15 17:55:57.736: INFO: podRWCmdExec out: "" err: STEP: Reading in pod1 Jun 15 17:55:57.736: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:e2e-persistent-local-volumes-test-1561 PodName:security-context-17342b80-933d-4783-90cb-3c787069284f ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jun 15 17:55:59.055: INFO: podRWCmdExec out: "test-file-content" err: [AfterEach] [Volume type: dir-link-bindmounted] /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 17:55:59.056: INFO: Deleting PersistentVolumeClaim "pvc-2njz2" Jun 15 17:55:59.230: INFO: Deleting PersistentVolume "local-pvm2bwm" STEP: Removing the test directory Jun 15 17:55:59.396: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm /tmp/local-volume-test-7f1f083f-8794-44d8-9bc7-63ad2f59f410 && umount /tmp/local-volume-test-7f1f083f-8794-44d8-9bc7-63ad2f59f410-backend && rm -r /tmp/local-volume-test-7f1f083f-8794-44d8-9bc7-63ad2f59f410-backend] Namespace:e2e-persistent-local-volumes-test-1561 PodName:hostexec-master-0-0-gq74k 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-1561". STEP: Found 14 events. Jun 15 17:56:01.221: INFO: At 0001-01-01 00:00:00 +0000 UTC - event for hostexec-master-0-0-gq74k: {default-scheduler } Scheduled: Successfully assigned e2e-persistent-local-volumes-test-1561/hostexec-master-0-0-gq74k to master-0-0 Jun 15 17:56:01.221: INFO: At 0001-01-01 00:00:00 +0000 UTC - event for security-context-17342b80-933d-4783-90cb-3c787069284f: {default-scheduler } Scheduled: Successfully assigned e2e-persistent-local-volumes-test-1561/security-context-17342b80-933d-4783-90cb-3c787069284f to master-0-0 Jun 15 17:56:01.221: INFO: At 0001-01-01 00:00:00 +0000 UTC - event for security-context-df0df46d-ffbb-4588-bd79-64fc3e570bf4: {default-scheduler } Scheduled: Successfully assigned e2e-persistent-local-volumes-test-1561/security-context-df0df46d-ffbb-4588-bd79-64fc3e570bf4 to master-0-0 Jun 15 17:56:01.221: INFO: At 2020-06-15 17:55:22 +0200 CEST - event for hostexec-master-0-0-gq74k: {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 17:56:01.221: INFO: At 2020-06-15 17:55:23 +0200 CEST - event for hostexec-master-0-0-gq74k: {kubelet master-0-0} Created: Created container agnhost Jun 15 17:56:01.221: INFO: At 2020-06-15 17:55:23 +0200 CEST - event for hostexec-master-0-0-gq74k: {kubelet master-0-0} Started: Started container agnhost Jun 15 17:56:01.221: INFO: At 2020-06-15 17:55:28 +0200 CEST - event for security-context-17342b80-933d-4783-90cb-3c787069284f: {multus } AddedInterface: Add eth0 [10.129.0.28/23] Jun 15 17:56:01.221: INFO: At 2020-06-15 17:55:37 +0200 CEST - event for security-context-17342b80-933d-4783-90cb-3c787069284f: {kubelet master-0-0} Pulled: Container image "docker.io/library/busybox:1.29" already present on machine Jun 15 17:56:01.222: INFO: At 2020-06-15 17:55:38 +0200 CEST - event for security-context-17342b80-933d-4783-90cb-3c787069284f: {kubelet master-0-0} Created: Created container write-pod Jun 15 17:56:01.222: INFO: At 2020-06-15 17:55:38 +0200 CEST - event for security-context-17342b80-933d-4783-90cb-3c787069284f: {kubelet master-0-0} Started: Started container write-pod Jun 15 17:56:01.222: INFO: At 2020-06-15 17:55:44 +0200 CEST - event for security-context-df0df46d-ffbb-4588-bd79-64fc3e570bf4: {multus } AddedInterface: Add eth0 [10.129.0.29/23] Jun 15 17:56:01.222: INFO: At 2020-06-15 17:55:52 +0200 CEST - event for security-context-df0df46d-ffbb-4588-bd79-64fc3e570bf4: {kubelet master-0-0} Pulled: Container image "docker.io/library/busybox:1.29" already present on machine Jun 15 17:56:01.222: INFO: At 2020-06-15 17:55:53 +0200 CEST - event for security-context-df0df46d-ffbb-4588-bd79-64fc3e570bf4: {kubelet master-0-0} Created: Created container write-pod Jun 15 17:56:01.222: INFO: At 2020-06-15 17:55:53 +0200 CEST - event for security-context-df0df46d-ffbb-4588-bd79-64fc3e570bf4: {kubelet master-0-0} Started: Started container write-pod Jun 15 17:56:01.420: INFO: POD NODE PHASE GRACE CONDITIONS Jun 15 17:56:01.420: INFO: hostexec-master-0-0-gq74k master-0-0 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 17:55:22 +0200 CEST } {Ready True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 17:55:23 +0200 CEST } {ContainersReady True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 17:55:23 +0200 CEST } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 17:55:22 +0200 CEST }] Jun 15 17:56:01.420: INFO: security-context-17342b80-933d-4783-90cb-3c787069284f master-0-0 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 17:55:26 +0200 CEST } {Ready True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 17:55:38 +0200 CEST } {ContainersReady True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 17:55:38 +0200 CEST } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 17:55:26 +0200 CEST }] Jun 15 17:56:01.420: INFO: security-context-df0df46d-ffbb-4588-bd79-64fc3e570bf4 master-0-0 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 17:55:42 +0200 CEST } {Ready True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 17:55:53 +0200 CEST } {ContainersReady True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 17:55:53 +0200 CEST } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 17:55:42 +0200 CEST }] Jun 15 17:56:01.420: INFO: Jun 15 17:56:01.620: INFO: hostexec-master-0-0-gq74k[e2e-persistent-local-volumes-test-1561].container[agnhost].log Paused Jun 15 17:56:01.784: INFO: security-context-17342b80-933d-4783-90cb-3c787069284f[e2e-persistent-local-volumes-test-1561].container[write-pod].log Jun 15 17:56:01.951: INFO: security-context-df0df46d-ffbb-4588-bd79-64fc3e570bf4[e2e-persistent-local-volumes-test-1561].container[write-pod].log Jun 15 17:56:02.548: INFO: skipping dumping cluster info - cluster too large Jun 15 17:56:02.548: INFO: Waiting up to 7m0s for all (but 100) nodes to be ready STEP: Destroying namespace "e2e-persistent-local-volumes-test-1561" for this suite. Jun 15 17:56:03.278: INFO: Running AfterSuite actions on all nodes Jun 15 17:56:03.278: 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-7f1f083f-8794-44d8-9bc7-63ad2f59f410 failed: (48.3s) 2020-06-15T15:56:03 "[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 [Suite:openshift/conformance/parallel] [Suite:k8s]" Timeline: Jun 15 17:55:14.992 - 48s I test="[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 [Suite:openshift/conformance/parallel] [Suite:k8s]" running Jun 15 15:55:22.264 I ns/e2e-persistent-local-volumes-test-1561 pod/hostexec-master-0-0-gq74k node/ reason/Created Jun 15 15:55:22.311 I ns/e2e-persistent-local-volumes-test-1561 pod/hostexec-master-0-0-gq74k node/master-0-0 reason/Scheduled Jun 15 15:55:23.005 I ns/e2e-persistent-local-volumes-test-1561 pod/hostexec-master-0-0-gq74k node/master-0-0 container/agnhost reason/Pulled image/us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.12 Jun 15 15:55:23.226 I ns/e2e-persistent-local-volumes-test-1561 pod/hostexec-master-0-0-gq74k node/master-0-0 container/agnhost reason/Created Jun 15 15:55:23.248 I ns/e2e-persistent-local-volumes-test-1561 pod/hostexec-master-0-0-gq74k node/master-0-0 container/agnhost reason/Started Jun 15 15:55:23.434 I ns/e2e-persistent-local-volumes-test-1561 pod/hostexec-master-0-0-gq74k node/master-0-0 container/agnhost reason/Ready Jun 15 15:55:26.949 I ns/e2e-persistent-local-volumes-test-1561 pod/security-context-17342b80-933d-4783-90cb-3c787069284f node/ reason/Created Jun 15 15:55:26.956 I ns/e2e-persistent-local-volumes-test-1561 pod/security-context-17342b80-933d-4783-90cb-3c787069284f node/master-0-0 reason/Scheduled Jun 15 15:55:29.030 I ns/e2e-persistent-local-volumes-test-1561 pod/security-context-17342b80-933d-4783-90cb-3c787069284f reason/AddedInterface Add eth0 [10.129.0.28/23] Jun 15 15:55:29.992 W ns/default pod/recycler-for-nfs-pv10 node/worker-0-0 pod has been pending longer than a minute Jun 15 15:55:31.996 W ns/default pod/recycler-for-nfs-pv10 node/worker-0-0 reason/FailedMount Unable to attach or mount volumes: unmounted volumes=[vol], unattached volumes=[vol default-token-w29vn]: timed out waiting for the condition (3 times) Jun 15 15:55:32.438 I ns/default pod/recycler-for-nfs-pv10 node/worker-0-0 reason/DeadlineExceeded Pod was active on the node longer than the specified deadline Jun 15 15:55:32.438 I persistentvolume/nfs-pv10 reason/RecyclerPod Recycler pod: Pod was active on the node longer than the specified deadline (3115 times) Jun 15 15:55:32.438 E ns/default pod/recycler-for-nfs-pv10 node/worker-0-0 reason/Failed (DeadlineExceeded): Pod was active on the node longer than the specified deadline Jun 15 15:55:32.644 W ns/default pod/recycler-for-nfs-pv10 node/worker-0-0 reason/FailedMount (combined from similar events): 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/8d593f02-8229-45c1-a909-07fc72bd7666/volumes/kubernetes.io~nfs/vol --scope -- mount -t nfs registry.kata-fidencio-0.qe.lab.redhat.com:/mnt/pv10 /var/lib/kubelet/pods/8d593f02-8229-45c1-a909-07fc72bd7666/volumes/kubernetes.io~nfs/vol\nOutput: Running scope as unit: run-r0f3d542545d24c608e14e4927603b2c8.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 (6 times) Jun 15 15:55:32.644 W ns/default pod/recycler-for-nfs-pv10 node/worker-0-0 reason/GracefulDelete in 0s Jun 15 15:55:32.645 W ns/default pod/recycler-for-nfs-pv10 node/worker-0-0 reason/Deleted Jun 15 15:55:37.557 I ns/e2e-persistent-local-volumes-test-1561 pod/security-context-17342b80-933d-4783-90cb-3c787069284f node/master-0-0 container/write-pod reason/Pulled image/docker.io/library/busybox:1.29 Jun 15 15:55:38.173 I ns/e2e-persistent-local-volumes-test-1561 pod/security-context-17342b80-933d-4783-90cb-3c787069284f node/master-0-0 container/write-pod reason/Created Jun 15 15:55:38.174 I ns/e2e-persistent-local-volumes-test-1561 pod/security-context-17342b80-933d-4783-90cb-3c787069284f node/master-0-0 container/write-pod reason/Started Jun 15 15:55:38.529 I ns/e2e-persistent-local-volumes-test-1561 pod/security-context-17342b80-933d-4783-90cb-3c787069284f node/master-0-0 container/write-pod reason/Ready Jun 15 15:55:42.486 I ns/e2e-persistent-local-volumes-test-1561 pod/security-context-df0df46d-ffbb-4588-bd79-64fc3e570bf4 node/ reason/Created Jun 15 15:55:42.487 I ns/e2e-persistent-local-volumes-test-1561 pod/security-context-df0df46d-ffbb-4588-bd79-64fc3e570bf4 node/master-0-0 reason/Scheduled Jun 15 15:55:44.320 I ns/e2e-persistent-local-volumes-test-1561 pod/security-context-df0df46d-ffbb-4588-bd79-64fc3e570bf4 reason/AddedInterface Add eth0 [10.129.0.29/23] Jun 15 15:55:44.735 I ns/default pod/recycler-for-nfs-pv10 node/ reason/Created Jun 15 15:55:44.744 I ns/default pod/recycler-for-nfs-pv10 node/worker-0-0 reason/Scheduled Jun 15 15:55:44.984 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/bb05dfa3-c60d-4864-b07b-543162357d04/volumes/kubernetes.io~nfs/vol --scope -- mount -t nfs registry.kata-fidencio-0.qe.lab.redhat.com:/mnt/pv10 /var/lib/kubelet/pods/bb05dfa3-c60d-4864-b07b-543162357d04/volumes/kubernetes.io~nfs/vol\nOutput: Running scope as unit: run-r116090421e6b466d85fa90441c6ee927.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 15:55:45.754 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/bb05dfa3-c60d-4864-b07b-543162357d04/volumes/kubernetes.io~nfs/vol --scope -- mount -t nfs registry.kata-fidencio-0.qe.lab.redhat.com:/mnt/pv10 /var/lib/kubelet/pods/bb05dfa3-c60d-4864-b07b-543162357d04/volumes/kubernetes.io~nfs/vol\nOutput: Running scope as unit: run-r89e7d25bdf3549a4a50a9ec6a6624832.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 15:55:46.907 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/bb05dfa3-c60d-4864-b07b-543162357d04/volumes/kubernetes.io~nfs/vol --scope -- mount -t nfs registry.kata-fidencio-0.qe.lab.redhat.com:/mnt/pv10 /var/lib/kubelet/pods/bb05dfa3-c60d-4864-b07b-543162357d04/volumes/kubernetes.io~nfs/vol\nOutput: Running scope as unit: run-rf6c70b616f4c41a8b3f98133ca353cc5.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 15:55:49.020 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/bb05dfa3-c60d-4864-b07b-543162357d04/volumes/kubernetes.io~nfs/vol --scope -- mount -t nfs registry.kata-fidencio-0.qe.lab.redhat.com:/mnt/pv10 /var/lib/kubelet/pods/bb05dfa3-c60d-4864-b07b-543162357d04/volumes/kubernetes.io~nfs/vol\nOutput: Running scope as unit: run-r245bf7dd51e048c68ca437f86cfa891e.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 15:55:52.688 I ns/e2e-persistent-local-volumes-test-1561 pod/security-context-df0df46d-ffbb-4588-bd79-64fc3e570bf4 node/master-0-0 container/write-pod reason/Pulled image/docker.io/library/busybox:1.29 Jun 15 15:55:53.087 I ns/e2e-persistent-local-volumes-test-1561 pod/security-context-df0df46d-ffbb-4588-bd79-64fc3e570bf4 node/master-0-0 container/write-pod reason/Created Jun 15 15:55:53.101 I ns/e2e-persistent-local-volumes-test-1561 pod/security-context-df0df46d-ffbb-4588-bd79-64fc3e570bf4 node/master-0-0 container/write-pod reason/Started Jun 15 15:55:53.146 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/bb05dfa3-c60d-4864-b07b-543162357d04/volumes/kubernetes.io~nfs/vol --scope -- mount -t nfs registry.kata-fidencio-0.qe.lab.redhat.com:/mnt/pv10 /var/lib/kubelet/pods/bb05dfa3-c60d-4864-b07b-543162357d04/volumes/kubernetes.io~nfs/vol\nOutput: Running scope as unit: run-re8fd596c32bd4d0ea3074b5930edd8d2.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 15:55:53.598 I ns/e2e-persistent-local-volumes-test-1561 pod/security-context-df0df46d-ffbb-4588-bd79-64fc3e570bf4 node/master-0-0 container/write-pod reason/Ready Jun 15 15:55:59.356 I ns/openshift-config-operator deployment/openshift-config-operator reason/KubeCloudConfigController openshift-config-managed/kube-cloud-config ConfigMap was deleted as no longer required (3924 times) Jun 15 15:56:01.419 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/bb05dfa3-c60d-4864-b07b-543162357d04/volumes/kubernetes.io~nfs/vol --scope -- mount -t nfs registry.kata-fidencio-0.qe.lab.redhat.com:/mnt/pv10 /var/lib/kubelet/pods/bb05dfa3-c60d-4864-b07b-543162357d04/volumes/kubernetes.io~nfs/vol\nOutput: Running scope as unit: run-r8f818f7904314d4db407205513f17104.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 17:56:03.293 I test="[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 [Suite:openshift/conformance/parallel] [Suite:k8s]" failed Failing tests: [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 [Suite:openshift/conformance/parallel] [Suite:k8s] error: 1 fail, 0 pass, 0 skip (48.3s)