knative / build

A Kubernetes-native Build resource.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pull-knative-build-build-tests failing with "command failed"

prithviramesh opened this issue · comments

from build-log.txt

I1216 15:55:28.901] /go/src/github.com/knative/build is out of date. Please run hack/update-codegen.sh
I1216 15:55:28.958] -----------------------------------------
I1216 15:55:28.958] ---- Checking for forbidden licenses ----
I1216 15:55:28.958] -----------------------------------------
W1216 15:55:34.047] 2018/12/16 15:55:34 No errors found.
W1216 15:55:34.055] Run: ('/workspace/./test-infra/jenkins/../scenarios/../hack/coalesce.py',)
E1216 15:55:34.085] Command failed
I1216 15:55:34.085] process 648 exited with code 1 after 1.0m
E1216 15:55:34.086] FAIL: pull-knative-build-build-tests
I1216 15:55:34.086] Call:  gcloud auth activate-service-account --key-file=/etc/test-account/service-account.json
W1216 15:55:34.474] Activated service account credentials for: [prow-job@knative-tests.iam.gserviceaccount.com]
I1216 15:55:34.531] process 3851 exited with code 0 after 0.0m
I1216 15:55:34.531] Call:  gcloud config get-value account
I1216 15:55:34.803] process 3864 exited with code 0 after 0.0m
I1216 15:55:34.803] Will upload results to gs://knative-prow/pr-logs using prow-job@knative-tests.iam.gserviceaccount.com

Is this build failure due to the a bug within the test pull-knative-build-build-tests? I'm not sure what change in my PR is making the Run: ('/workspace/./test-infra/jenkins/../scenarios/../hack/coalesce.py',) command fail within this test

@prithviramesh left a comment in your PR.

@shashwathi update-codegen did the trick, thanks for the help!