Recent runs || View in Spyglass
Result | FAILURE |
Tests | 0 failed / 0 succeeded |
Started | |
Elapsed | 27s |
Revision | |
Builder | 60bccbd8-6a1d-11ed-b7d2-4a7ad80a462a |
Refs |
master:10ed92e3 1087:37d370a2 |
infra-commit | d164f804c |
repo | sigs.k8s.io/gcp-compute-persistent-disk-csi-driver |
repo-commit | eda4df90ba6ef9d183c0432940f30aff1d32c2f3 |
repos | {u'sigs.k8s.io/gcp-compute-persistent-disk-csi-driver': u'master:10ed92e37af4487850293d7b41d38c743d5afc42,1087:37d370a279c6e02acf03f3bd0d375dc55bd0309a'} |
... skipping 72 lines ... I1122 04:23:31.476] + errorBackoffInitialDurationMs = flag.Int("backoff-initial-duration-ms", 200, "The amount of ms for the initial duration of the backoff condition. Default is 200.") I1122 04:23:31.476] extraVolumeLabelsStr = flag.String("extra-labels", "", "Extra labels to attach to each PD created. It is a comma separated list of key value pairs like '<key1>=<value1>,<key2>=<value2>'. See https://cloud.google.com/compute/docs/labeling-resources for details") I1122 04:23:31.476] I1122 04:23:31.476] attachDiskBackoffDuration = flag.Duration("attach-disk-backoff-duration", 5*time.Second, "Duration for attachDisk backoff") I1122 04:23:31.476] @@ -123,7 +123,7 @@ I1122 04:23:31.476] if err != nil { I1122 04:23:31.477] klog.Fatalf("Failed to get cloud provider: %v", err) I1122 04:23:31.477] } I1122 04:23:31.477] - controllerServer = driver.NewControllerServer(gceDriver, cloudProvider, time.Duration(*errorBackoffInitialDurationMs) * time.Millisecond) I1122 04:23:31.477] + controllerServer = driver.NewControllerServer(gceDriver, cloudProvider, time.Duration(*errorBackoffInitialDurationMs)*time.Millisecond) I1122 04:23:31.477] } else if *cloudConfigFilePath != "" { I1122 04:23:31.477] klog.Warningf("controller service is disabled but cloud config given - it has no effect") I1122 04:23:31.477] } ... skipping 6 lines ... W1122 04:23:31.481] check(*cmd) W1122 04:23:31.481] File "/workspace/./test-infra/jenkins/../scenarios/execute.py", line 30, in check W1122 04:23:31.482] subprocess.check_call(cmd) W1122 04:23:31.482] File "/usr/lib/python2.7/subprocess.py", line 190, in check_call W1122 04:23:31.482] raise CalledProcessError(retcode, cmd) W1122 04:23:31.482] subprocess.CalledProcessError: Command '('hack/verify-all.sh',)' returned non-zero exit status 1 E1122 04:23:31.482] Command failed I1122 04:23:31.482] process 446 exited with code 1 after 0.0m E1122 04:23:31.482] FAIL: pull-gcp-compute-persistent-disk-csi-driver-verify I1122 04:23:31.482] Call: gcloud auth activate-service-account --key-file=/etc/service-account/service-account.json W1122 04:23:32.340] Activated service account credentials for: [pr-kubekins@kubernetes-jenkins-pull.iam.gserviceaccount.com] I1122 04:23:32.547] process 464 exited with code 0 after 0.0m I1122 04:23:32.548] Call: gcloud config get-value account I1122 04:23:33.499] process 474 exited with code 0 after 0.0m I1122 04:23:33.500] Will upload results to gs://kubernetes-jenkins/pr-logs using pr-kubekins@kubernetes-jenkins-pull.iam.gserviceaccount.com ... skipping 28 lines ...