ResultFAILURE
Tests 7 failed / 33 succeeded
Started2019-11-26 22:41
Elapsed56m58s
Revision
Buildercfa69814-109d-11ea-918b-16773c0c7aed
Refs master:1c5b6cb6
85621:657a3a32
infra-commit282e49f14
job-versionv1.18.0-alpha.0.1191+5975b80d569031-dirty
repok8s.io/kubernetes
repo-commit5975b80d569031dc570afedb2a4c6574e512446c
repos{u'k8s.io/kubernetes': u'master:1c5b6cb66e6ae85177e76d4fddf7d99473ab2aed,85621:657a3a3294e70685229282713361ecef6a366989'}
revisionv1.18.0-alpha.0.1191+5975b80d569031-dirty

Test Failures


Kubernetes e2e suite [sig-storage] In-tree Volumes [Driver: azure-disk] [Testpattern: Dynamic PV (block volmode)] multiVolume [Slow] should access to two volumes with different volume mode and retain data across pod recreation on different node 7m18s

go run hack/e2e.go -v --test --test_args='--ginkgo.focus=Kubernetes\se2e\ssuite\s\[sig\-storage\]\sIn\-tree\sVolumes\s\[Driver\:\sazure\-disk\]\s\[Testpattern\:\sDynamic\sPV\s\(block\svolmode\)\]\smultiVolume\s\[Slow\]\sshould\saccess\sto\stwo\svolumes\swith\sdifferent\svolume\smode\sand\sretain\sdata\sacross\spod\srecreation\son\sdifferent\snode$'
/go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/storage/testsuites/multivolume.go:241
Nov 26 23:19:24.984: Unexpected error:
    <*errors.errorString | 0xc001bfe7c0>: {
        s: "pod \"security-context-a4faad62-0451-4fc7-8df6-8e1f4bd2616f\" is not Running: timed out waiting for the condition",
    }
    pod "security-context-a4faad62-0451-4fc7-8df6-8e1f4bd2616f" is not Running: timed out waiting for the condition
occurred
/go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/storage/testsuites/multivolume.go:360
				
				Click to see stdout/stderrfrom junit_03.xml

Find security-context-a4faad62-0451-4fc7-8df6-8e1f4bd2616f mentions in log files


Kubernetes e2e suite [sig-storage] In-tree Volumes [Driver: azure-disk] [Testpattern: Dynamic PV (block volmode)] multiVolume [Slow] should access to two volumes with the same volume mode and retain data across pod recreation on the same node 12m15s

go run hack/e2e.go -v --test --test_args='--ginkgo.focus=Kubernetes\se2e\ssuite\s\[sig\-storage\]\sIn\-tree\sVolumes\s\[Driver\:\sazure\-disk\]\s\[Testpattern\:\sDynamic\sPV\s\(block\svolmode\)\]\smultiVolume\s\[Slow\]\sshould\saccess\sto\stwo\svolumes\swith\sthe\ssame\svolume\smode\sand\sretain\sdata\sacross\spod\srecreation\son\sthe\ssame\snode$'
/go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/storage/testsuites/multivolume.go:129
Nov 26 23:23:12.964: Unexpected error:
    <*errors.errorString | 0xc002acd6b0>: {
        s: "pod \"security-context-aaa13dfc-2eea-41cb-9a27-d8dc7da2d95a\" is not Running: timed out waiting for the condition",
    }
    pod "security-context-aaa13dfc-2eea-41cb-9a27-d8dc7da2d95a" is not Running: timed out waiting for the condition
occurred
/go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/storage/testsuites/multivolume.go:360
				
				Click to see stdout/stderrfrom junit_05.xml

Find security-context-aaa13dfc-2eea-41cb-9a27-d8dc7da2d95a mentions in log files


Kubernetes e2e suite [sig-storage] In-tree Volumes [Driver: azure-disk] [Testpattern: Dynamic PV (default fs)] subPath should fail if subpath file is outside the volume [Slow][LinuxOnly] 9m38s

go run hack/e2e.go -v --test --test_args='--ginkgo.focus=Kubernetes\se2e\ssuite\s\[sig\-storage\]\sIn\-tree\sVolumes\s\[Driver\:\sazure\-disk\]\s\[Testpattern\:\sDynamic\sPV\s\(default\sfs\)\]\ssubPath\sshould\sfail\sif\ssubpath\sfile\sis\soutside\sthe\svolume\s\[Slow\]\[LinuxOnly\]$'
/go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/storage/testsuites/subpath.go:251
Nov 26 23:19:52.465: while cleaning up resource
Unexpected error:
    <errors.aggregate | len:1, cap:1>: [
        [
            {
                error: {
                    cause: {
                        s: "PersistentVolume pvc-8afc9954-fc02-42d5-a20f-b80f8562f12b still exists within 5m0s",
                    },
                    msg: "Persistent Volume pvc-8afc9954-fc02-42d5-a20f-b80f8562f12b not deleted by dynamic provisioner",
                },
                stack: [0x3995499, 0x39c48f3, 0x39c57a4, 0x7d30a8, 0x7d2cff, 0x7d21a4, 0x7d9105, 0x7d8961, 0x7de7df, 0x7de300, 0x7ddb47, 0x7e012b, 0x7e2c87, 0x7e29cd, 0x3abb0ba, 0x3abfcab, 0x516669, 0x462e51],
            },
        ],
    ]
    Persistent Volume pvc-8afc9954-fc02-42d5-a20f-b80f8562f12b not deleted by dynamic provisioner: PersistentVolume pvc-8afc9954-fc02-42d5-a20f-b80f8562f12b still exists within 5m0s
occurred
/go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/storage/testsuites/subpath.go:180
				
				Click to see stdout/stderrfrom junit_09.xml

Filter through log files


Kubernetes e2e suite [sig-storage] In-tree Volumes [Driver: azure-disk] [Testpattern: Dynamic PV (default fs)] subPath should verify container cannot write to subpath readonly volumes [Slow] 6m34s

go run hack/e2e.go -v --test --test_args='--ginkgo.focus=Kubernetes\se2e\ssuite\s\[sig\-storage\]\sIn\-tree\sVolumes\s\[Driver\:\sazure\-disk\]\s\[Testpattern\:\sDynamic\sPV\s\(default\sfs\)\]\ssubPath\sshould\sverify\scontainer\scannot\swrite\sto\ssubpath\sreadonly\svolumes\s\[Slow\]$'
/go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/storage/testsuites/subpath.go:417
Nov 26 23:06:28.417: while waiting for subpath failure
Unexpected error:
    <*errors.errorString | 0xc000b940a0>: {
        s: "subpath container unexpectedly terminated",
    }
    subpath container unexpectedly terminated
occurred
/go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/storage/testsuites/subpath.go:740
				
				Click to see stdout/stderrfrom junit_09.xml

Filter through log files


Kubernetes e2e suite [sig-storage] In-tree Volumes [Driver: azure-disk] [Testpattern: Dynamic PV (xfs)][Slow] volumes should store data 16m27s

go run hack/e2e.go -v --test --test_args='--ginkgo.focus=Kubernetes\se2e\ssuite\s\[sig\-storage\]\sIn\-tree\sVolumes\s\[Driver\:\sazure\-disk\]\s\[Testpattern\:\sDynamic\sPV\s\(xfs\)\]\[Slow\]\svolumes\sshould\sstore\sdata$'
/go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/storage/testsuites/volumes.go:150
Nov 26 23:16:53.749: Failed to create client pod: timed out waiting for the condition
/go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/volume/fixtures.go:580
				
				Click to see stdout/stderrfrom junit_01.xml

Filter through log files


Kubernetes e2e suite [sig-storage] In-tree Volumes [Driver: azure-disk] [Testpattern: Pre-provisioned PV (xfs)][Slow] volumes should store data 18m2s

go run hack/e2e.go -v --test --test_args='--ginkgo.focus=Kubernetes\se2e\ssuite\s\[sig\-storage\]\sIn\-tree\sVolumes\s\[Driver\:\sazure\-disk\]\s\[Testpattern\:\sPre\-provisioned\sPV\s\(xfs\)\]\[Slow\]\svolumes\sshould\sstore\sdata$'
/go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/storage/testsuites/volumes.go:150
Nov 26 23:18:32.196: Failed to create client pod: timed out waiting for the condition
/go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/volume/fixtures.go:580
				
				Click to see stdout/stderrfrom junit_06.xml

Filter through log files


Test 27m59s

error during ./hack/ginkgo-e2e.sh --ginkgo.focus=azure-disk.*\[Slow\] --ginkgo.skip=\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\] --report-dir=/workspace/_artifacts --disable-log-dump=true: exit status 1
				from junit_runner.xml

Filter through log files


Show 33 Passed Tests

Show 4787 Skipped Tests