started: (0/1/1) "[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 [Suite:openshift/conformance/parallel] [Suite:k8s]" I0615 18:00:32.556866 671026 test_context.go:423] Tolerating taints "node-role.kubernetes.io/master" when considering if nodes are ready Jun 15 18:00:32.586: INFO: Waiting up to 30m0s for all (but 100) nodes to be schedulable Jun 15 18:00:33.562: INFO: Waiting up to 10m0s for all pods (need at least 0) in namespace 'kube-system' to be running and ready Jun 15 18:00:34.215: INFO: 0 / 0 pods in namespace 'kube-system' are running and ready (0 seconds elapsed) Jun 15 18:00:34.215: INFO: expected 0 pod replicas in namespace 'kube-system', 0 are Running and Ready. Jun 15 18:00:34.216: INFO: Waiting up to 5m0s for all daemonsets in namespace 'kube-system' to start Jun 15 18:00:34.385: INFO: e2e test version: v1.18.3 Jun 15 18:00:34.589: INFO: kube-apiserver version: v1.18.3+a637491 Jun 15 18:00:34.752: 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:00:35.343: INFO: About to run a Kube e2e test, ensuring namespace is privileged Jun 15 18:00:38.619: 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] /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 18:00:41.893: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir /tmp/local-volume-test-31095cea-53ec-4490-b1b2-e0031c3772ac-backend && ln -s /tmp/local-volume-test-31095cea-53ec-4490-b1b2-e0031c3772ac-backend /tmp/local-volume-test-31095cea-53ec-4490-b1b2-e0031c3772ac] Namespace:e2e-persistent-local-volumes-test-2792 PodName:hostexec-master-0-0-6d667 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} STEP: Creating local PVCs and PVs Jun 15 18:00:43.129: INFO: Creating a PV followed by a PVC Jun 15 18:00:43.468: INFO: Waiting for PV local-pvp6p8h to bind to PVC pvc-nhrh5 Jun 15 18:00:43.469: INFO: Waiting up to 3m0s for PersistentVolumeClaims [pvc-nhrh5] to have phase Bound Jun 15 18:00:43.629: INFO: PersistentVolumeClaim pvc-nhrh5 found and phase=Bound (160.329979ms) Jun 15 18:00:43.629: INFO: Waiting up to 3m0s for PersistentVolume local-pvp6p8h to have phase Bound Jun 15 18:00:43.789: INFO: PersistentVolume local-pvp6p8h found and phase=Bound (160.196488ms) [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:00:57.152: INFO: pod "security-context-c9144995-e413-43f2-8403-d25f1843da2c" created on Node "master-0-0" STEP: Writing in pod1 Jun 15 18:00:57.152: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo test-file-content > /mnt/volume1/test-file] Namespace:e2e-persistent-local-volumes-test-2792 PodName:security-context-c9144995-e413-43f2-8403-d25f1843da2c ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jun 15 18:00:58.689: INFO: podRWCmdExec out: "" err: Jun 15 18:00:58.689: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:e2e-persistent-local-volumes-test-2792 PodName:security-context-c9144995-e413-43f2-8403-d25f1843da2c ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jun 15 18:01:00.019: INFO: podRWCmdExec out: "test-file-content" err: STEP: Creating pod2 to read from the PV STEP: Creating a pod Jun 15 18:01:12.979: INFO: pod "security-context-14fadb60-6ea0-4cba-b8ce-3c339489fe6f" created on Node "master-0-0" Jun 15 18:01:12.979: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:e2e-persistent-local-volumes-test-2792 PodName:security-context-14fadb60-6ea0-4cba-b8ce-3c339489fe6f ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jun 15 18:01:14.361: INFO: podRWCmdExec out: "test-file-content" err: STEP: Writing in pod2 Jun 15 18:01:14.361: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo /tmp/local-volume-test-31095cea-53ec-4490-b1b2-e0031c3772ac > /mnt/volume1/test-file] Namespace:e2e-persistent-local-volumes-test-2792 PodName:security-context-14fadb60-6ea0-4cba-b8ce-3c339489fe6f ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jun 15 18:01:16.285: INFO: podRWCmdExec out: "" err: STEP: Reading in pod1 Jun 15 18:01:16.285: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:e2e-persistent-local-volumes-test-2792 PodName:security-context-c9144995-e413-43f2-8403-d25f1843da2c ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jun 15 18:01:17.670: INFO: podRWCmdExec out: "test-file-content" err: [AfterEach] [Volume type: dir-link] /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:01:17.671: INFO: Deleting PersistentVolumeClaim "pvc-nhrh5" Jun 15 18:01:17.835: INFO: Deleting PersistentVolume "local-pvp6p8h" STEP: Removing the test directory Jun 15 18:01:18.041: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-31095cea-53ec-4490-b1b2-e0031c3772ac && rm -r /tmp/local-volume-test-31095cea-53ec-4490-b1b2-e0031c3772ac-backend] Namespace:e2e-persistent-local-volumes-test-2792 PodName:hostexec-master-0-0-6d667 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-2792". STEP: Found 14 events. Jun 15 18:01:19.819: INFO: At 0001-01-01 00:00:00 +0000 UTC - event for hostexec-master-0-0-6d667: {default-scheduler } Scheduled: Successfully assigned e2e-persistent-local-volumes-test-2792/hostexec-master-0-0-6d667 to master-0-0 Jun 15 18:01:19.819: INFO: At 0001-01-01 00:00:00 +0000 UTC - event for security-context-14fadb60-6ea0-4cba-b8ce-3c339489fe6f: {default-scheduler } Scheduled: Successfully assigned e2e-persistent-local-volumes-test-2792/security-context-14fadb60-6ea0-4cba-b8ce-3c339489fe6f to master-0-0 Jun 15 18:01:19.819: INFO: At 0001-01-01 00:00:00 +0000 UTC - event for security-context-c9144995-e413-43f2-8403-d25f1843da2c: {default-scheduler } Scheduled: Successfully assigned e2e-persistent-local-volumes-test-2792/security-context-c9144995-e413-43f2-8403-d25f1843da2c to master-0-0 Jun 15 18:01:19.819: INFO: At 2020-06-15 18:00:40 +0200 CEST - event for hostexec-master-0-0-6d667: {kubelet master-0-0} Created: Created container agnhost Jun 15 18:01:19.819: INFO: At 2020-06-15 18:00:40 +0200 CEST - event for hostexec-master-0-0-6d667: {kubelet master-0-0} Started: Started container agnhost Jun 15 18:01:19.819: INFO: At 2020-06-15 18:00:40 +0200 CEST - event for hostexec-master-0-0-6d667: {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:01:19.819: INFO: At 2020-06-15 18:00:46 +0200 CEST - event for security-context-c9144995-e413-43f2-8403-d25f1843da2c: {multus } AddedInterface: Add eth0 [10.129.0.28/23] Jun 15 18:01:19.819: INFO: At 2020-06-15 18:00:54 +0200 CEST - event for security-context-c9144995-e413-43f2-8403-d25f1843da2c: {kubelet master-0-0} Pulled: Container image "docker.io/library/busybox:1.29" already present on machine Jun 15 18:01:19.819: INFO: At 2020-06-15 18:00:55 +0200 CEST - event for security-context-c9144995-e413-43f2-8403-d25f1843da2c: {kubelet master-0-0} Started: Started container write-pod Jun 15 18:01:19.819: INFO: At 2020-06-15 18:00:55 +0200 CEST - event for security-context-c9144995-e413-43f2-8403-d25f1843da2c: {kubelet master-0-0} Created: Created container write-pod Jun 15 18:01:19.819: INFO: At 2020-06-15 18:01:02 +0200 CEST - event for security-context-14fadb60-6ea0-4cba-b8ce-3c339489fe6f: {multus } AddedInterface: Add eth0 [10.129.0.29/23] Jun 15 18:01:19.819: INFO: At 2020-06-15 18:01:10 +0200 CEST - event for security-context-14fadb60-6ea0-4cba-b8ce-3c339489fe6f: {kubelet master-0-0} Pulled: Container image "docker.io/library/busybox:1.29" already present on machine Jun 15 18:01:19.819: INFO: At 2020-06-15 18:01:11 +0200 CEST - event for security-context-14fadb60-6ea0-4cba-b8ce-3c339489fe6f: {kubelet master-0-0} Started: Started container write-pod Jun 15 18:01:19.819: INFO: At 2020-06-15 18:01:11 +0200 CEST - event for security-context-14fadb60-6ea0-4cba-b8ce-3c339489fe6f: {kubelet master-0-0} Created: Created container write-pod Jun 15 18:01:19.988: INFO: POD NODE PHASE GRACE CONDITIONS Jun 15 18:01:19.988: INFO: hostexec-master-0-0-6d667 master-0-0 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 18:00:39 +0200 CEST } {Ready True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 18:00:41 +0200 CEST } {ContainersReady True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 18:00:41 +0200 CEST } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 18:00:39 +0200 CEST }] Jun 15 18:01:19.988: INFO: security-context-14fadb60-6ea0-4cba-b8ce-3c339489fe6f master-0-0 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 18:01:00 +0200 CEST } {Ready True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 18:01:12 +0200 CEST } {ContainersReady True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 18:01:12 +0200 CEST } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 18:01:00 +0200 CEST }] Jun 15 18:01:19.988: INFO: security-context-c9144995-e413-43f2-8403-d25f1843da2c master-0-0 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 18:00:44 +0200 CEST } {Ready True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 18:00:56 +0200 CEST } {ContainersReady True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 18:00:56 +0200 CEST } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 18:00:44 +0200 CEST }] Jun 15 18:01:19.988: INFO: Jun 15 18:01:20.156: INFO: hostexec-master-0-0-6d667[e2e-persistent-local-volumes-test-2792].container[agnhost].log Paused Jun 15 18:01:20.318: INFO: security-context-14fadb60-6ea0-4cba-b8ce-3c339489fe6f[e2e-persistent-local-volumes-test-2792].container[write-pod].log Jun 15 18:01:20.480: INFO: security-context-c9144995-e413-43f2-8403-d25f1843da2c[e2e-persistent-local-volumes-test-2792].container[write-pod].log Jun 15 18:01:21.114: INFO: skipping dumping cluster info - cluster too large Jun 15 18:01:21.114: INFO: Waiting up to 7m0s for all (but 100) nodes to be ready STEP: Destroying namespace "e2e-persistent-local-volumes-test-2792" for this suite. Jun 15 18:01:21.652: INFO: Running AfterSuite actions on all nodes Jun 15 18:01:21.652: 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-31095cea-53ec-4490-b1b2-e0031c3772ac failed: (49.2s) 2020-06-15T16:01:21 "[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 [Suite:openshift/conformance/parallel] [Suite:k8s]" Timeline: Jun 15 18:00:32.421 - 49s I test="[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 [Suite:openshift/conformance/parallel] [Suite:k8s]" running Jun 15 16:00:39.529 I ns/e2e-persistent-local-volumes-test-2792 pod/hostexec-master-0-0-6d667 node/ reason/Created Jun 15 16:00:39.535 I ns/e2e-persistent-local-volumes-test-2792 pod/hostexec-master-0-0-6d667 node/master-0-0 reason/Scheduled Jun 15 16:00:40.359 I ns/e2e-persistent-local-volumes-test-2792 pod/hostexec-master-0-0-6d667 node/master-0-0 container/agnhost reason/Pulled image/us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.12 Jun 15 16:00:40.466 I ns/e2e-persistent-local-volumes-test-2792 pod/hostexec-master-0-0-6d667 node/master-0-0 container/agnhost reason/Created Jun 15 16:00:40.510 I ns/e2e-persistent-local-volumes-test-2792 pod/hostexec-master-0-0-6d667 node/master-0-0 container/agnhost reason/Started Jun 15 16:00:41.184 I ns/e2e-persistent-local-volumes-test-2792 pod/hostexec-master-0-0-6d667 node/master-0-0 container/agnhost reason/Ready Jun 15 16:00:44.355 I ns/e2e-persistent-local-volumes-test-2792 pod/security-context-c9144995-e413-43f2-8403-d25f1843da2c node/ reason/Created Jun 15 16:00:44.355 I ns/e2e-persistent-local-volumes-test-2792 pod/security-context-c9144995-e413-43f2-8403-d25f1843da2c node/master-0-0 reason/Scheduled Jun 15 16:00:46.617 I ns/e2e-persistent-local-volumes-test-2792 pod/security-context-c9144995-e413-43f2-8403-d25f1843da2c reason/AddedInterface Add eth0 [10.129.0.28/23] Jun 15 16:00:47.421 - 30s W ns/default pod/recycler-for-nfs-pv10 node/worker-0-0 pod has been pending longer than a minute Jun 15 16:00:55.011 I ns/e2e-persistent-local-volumes-test-2792 pod/security-context-c9144995-e413-43f2-8403-d25f1843da2c node/master-0-0 container/write-pod reason/Pulled image/docker.io/library/busybox:1.29 Jun 15 16:00:55.544 I ns/e2e-persistent-local-volumes-test-2792 pod/security-context-c9144995-e413-43f2-8403-d25f1843da2c node/master-0-0 container/write-pod reason/Created Jun 15 16:00:55.580 I ns/e2e-persistent-local-volumes-test-2792 pod/security-context-c9144995-e413-43f2-8403-d25f1843da2c node/master-0-0 container/write-pod reason/Started Jun 15 16:00:56.198 I ns/e2e-persistent-local-volumes-test-2792 pod/security-context-c9144995-e413-43f2-8403-d25f1843da2c node/master-0-0 container/write-pod reason/Ready Jun 15 16:00:59.364 I ns/openshift-config-operator deployment/openshift-config-operator reason/KubeCloudConfigController openshift-config-managed/kube-cloud-config ConfigMap was deleted as no longer required (3929 times) Jun 15 16:01:00.206 I ns/e2e-persistent-local-volumes-test-2792 pod/security-context-14fadb60-6ea0-4cba-b8ce-3c339489fe6f node/ reason/Created Jun 15 16:01:00.216 I ns/e2e-persistent-local-volumes-test-2792 pod/security-context-14fadb60-6ea0-4cba-b8ce-3c339489fe6f node/master-0-0 reason/Scheduled Jun 15 16:01:02.229 I ns/e2e-persistent-local-volumes-test-2792 pod/security-context-14fadb60-6ea0-4cba-b8ce-3c339489fe6f reason/AddedInterface Add eth0 [10.129.0.29/23] Jun 15 16:01:04.619 I ns/openshift-config-operator deployment/openshift-config-operator reason/KubeCloudConfigController openshift-config-managed/kube-cloud-config ConfigMap was deleted as no longer required (3930 times) Jun 15 16:01:04.619 I ns/openshift-config-operator deployment/openshift-config-operator reason/KubeCloudConfigController openshift-config-managed/kube-cloud-config ConfigMap was deleted as no longer required (3931 times) Jun 15 16:01:04.716 I ns/openshift-config-operator deployment/openshift-config-operator reason/KubeCloudConfigController openshift-config-managed/kube-cloud-config ConfigMap was deleted as no longer required (3932 times) Jun 15 16:01:04.785 I ns/openshift-config-operator deployment/openshift-config-operator reason/KubeCloudConfigController openshift-config-managed/kube-cloud-config ConfigMap was deleted as no longer required (3933 times) Jun 15 16:01:11.077 I ns/e2e-persistent-local-volumes-test-2792 pod/security-context-14fadb60-6ea0-4cba-b8ce-3c339489fe6f node/master-0-0 container/write-pod reason/Pulled image/docker.io/library/busybox:1.29 Jun 15 16:01:11.482 I ns/e2e-persistent-local-volumes-test-2792 pod/security-context-14fadb60-6ea0-4cba-b8ce-3c339489fe6f node/master-0-0 container/write-pod reason/Created Jun 15 16:01:11.509 I ns/e2e-persistent-local-volumes-test-2792 pod/security-context-14fadb60-6ea0-4cba-b8ce-3c339489fe6f node/master-0-0 container/write-pod reason/Started Jun 15 16:01:12.311 I ns/e2e-persistent-local-volumes-test-2792 pod/security-context-14fadb60-6ea0-4cba-b8ce-3c339489fe6f node/master-0-0 container/write-pod reason/Ready Jun 15 18:01:21.660 I test="[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 [Suite:openshift/conformance/parallel] [Suite:k8s]" failed Failing tests: [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 [Suite:openshift/conformance/parallel] [Suite:k8s] error: 1 fail, 0 pass, 0 skip (49.2s)