Zuul Check Pipeline failing for plugins/replication

94 views
Skip to first unread message

Adithya Chakilam

unread,
Nov 10, 2020, 12:04:52 PM11/10/20
to Repo and Gerrit Discussion
There are POST_FAILURES occurring on the zuul pipeline. The cause may be because of failure in uploading logs in google cloud storage. Please see logs below:

2020-11-10 15:57:52.043970 | TASK [upload-logs-gcs : Upload logs to Google Cloud Storage]
2020-11-10 15:57:53.193301 | localhost | MODULE FAILURE:
2020-11-10 15:57:53.193593 | localhost | Traceback (most recent call last):
2020-11-10 15:57:53.193712 | localhost |   File "<stdin>", line 102, in <module>
2020-11-10 15:57:53.193758 | localhost |   File "<stdin>", line 94, in _ansiballz_main
2020-11-10 15:57:53.193791 | localhost |   File "<stdin>", line 40, in invoke_module
2020-11-10 15:57:53.193821 | localhost |   File "/usr/local/lib/python3.8/runpy.py", line 207, in run_module
2020-11-10 15:57:53.193851 | localhost |     return _run_module_code(code, init_globals, run_name, mod_spec)
2020-11-10 15:57:53.193889 | localhost |   File "/usr/local/lib/python3.8/runpy.py", line 97, in _run_module_code
2020-11-10 15:57:53.193918 | localhost |     _run_code(code, mod_globals, init_globals,
2020-11-10 15:57:53.193946 | localhost |   File "/usr/local/lib/python3.8/runpy.py", line 87, in _run_code
2020-11-10 15:57:53.193974 | localhost |     exec(code, run_globals)
2020-11-10 15:57:53.194003 | localhost |   File "/var/lib/zuul/builds/a27ef83e57c64758aa818f2414a7cf3d/work/tmp/ansible_zuul_google_storage_upload_payload_8h5233sl/ansible_zuul_google_storage_upload_payload.zip/ansible/modules/zuul_google_storage_upload.py", line 321, in <module>
2020-11-10 15:57:53.194032 | localhost |   File "/var/lib/zuul/builds/a27ef83e57c64758aa818f2414a7cf3d/work/tmp/ansible_zuul_google_storage_upload_payload_8h5233sl/ansible_zuul_google_storage_upload_payload.zip/ansible/modules/zuul_google_storage_upload.py", line 249, in ansible_main
2020-11-10 15:57:53.194060 | localhost |   File "/var/lib/zuul/builds/a27ef83e57c64758aa818f2414a7cf3d/work/tmp/ansible_zuul_google_storage_upload_payload_8h5233sl/ansible_zuul_google_storage_upload_payload.zip/ansible/modules/zuul_google_storage_upload.py", line 197, in run
2020-11-10 15:57:53.194088 | localhost |   File "/usr/local/lib/zuul/ansible/2.9/lib/python3.8/site-packages/google/cloud/storage/client.py", line 115, in __init__
2020-11-10 15:57:53.194117 | localhost |     super(Client, self).__init__(
2020-11-10 15:57:53.194145 | localhost |   File "/usr/local/lib/zuul/ansible/2.9/lib/python3.8/site-packages/google/cloud/client.py", line 250, in __init__
2020-11-10 15:57:53.194182 | localhost |     Client.__init__(self, credentials=credentials, client_options=client_options, _http=_http)
2020-11-10 15:57:53.194210 | localhost |   File "/usr/local/lib/zuul/ansible/2.9/lib/python3.8/site-packages/google/cloud/client.py", line 153, in __init__
2020-11-10 15:57:53.194239 | localhost |     self._credentials = google.auth.credentials.with_scopes_if_required(
2020-11-10 15:57:53.194267 | localhost |   File "/usr/local/lib/zuul/ansible/2.9/lib/python3.8/site-packages/google/auth/credentials.py", line 316, in with_scopes_if_required
2020-11-10 15:57:53.194295 | localhost |     return credentials.with_scopes(scopes)
2020-11-10 15:57:53.194323 | localhost |   File "/usr/local/lib/zuul/ansible/2.9/lib/python3.8/site-packages/google/auth/compute_engine/credentials.py", line 138, in with_scopes
2020-11-10 15:57:53.194358 | localhost |     return self.__class__(
2020-11-10 15:57:53.194386 | localhost | TypeError: __init__() got an unexpected keyword argument 'scopes'
2020-11-10 15:57:53.214514 | 
2020-11-10 15:57:53.214702 | PLAY RECAP
2020-11-10 15:57:53.214777 | localhost | ok: 4 changed: 2 unreachable: 0 failed: 1 skipped: 5 rescued: 0 ignored: 0
2020-11-10 15:57:53.214813 | 
2020-11-10 15:57:53.459236 | POST-RUN END RESULT_NORMAL: [trusted : gerrit.googlesource.com/zuul/config/playbooks/base/post-logs.yaml@master]

Adithya Chakilam

unread,
Nov 11, 2020, 12:53:41 PM11/11/20
to Repo and Gerrit Discussion

Luca Milanesio

unread,
Nov 11, 2020, 3:32:52 PM11/11/20
to Adithya Chakilam, Luca Milanesio, Repo and Gerrit Discussion

On 11 Nov 2020, at 17:53, Adithya Chakilam <acha...@codeaurora.org> wrote:


Can you please raise an issue on https://bugs.chromium.org/p/gerrit/issues/entry ?

Luca.

-- 
-- 
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/1a99a552-2274-4611-a20d-5f268bdc5418n%40googlegroups.com.

James E. Blair

unread,
Nov 12, 2020, 3:58:19 PM11/12/20
to Adithya Chakilam, Repo and Gerrit Discussion
Adithya Chakilam <acha...@codeaurora.org> writes:

> There are POST_FAILURES occurring on the zuul pipeline. The cause may be
> because of failure in uploading logs in google cloud storage. Please see
> logs below:

Hi,

Sorry I didn't see this until today. Indeed, the GCP Python API was
updated and we needed to tweak some of our subclassing in order to
adapt. The fixes have merged and I have re-run the checks for all the
changes I found which were hit by this (there could be more, sorry if I
missed them).

-Jim

Adithya Chakilam

unread,
Nov 12, 2020, 5:11:22 PM11/12/20
to James E. Blair, Repo and Gerrit Discussion
Thanks Jim for resolving it :)
> --
> --
> To unsubscribe, email repo-discuss...@googlegroups.com
> More info at http://groups.google.com/group/repo-discuss?hl=en
>
> ---
> You received this message because you are subscribed to a topic in the Google Groups "Repo and Gerrit Discussion" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/topic/repo-discuss/72ginQvhPEM/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to repo-discuss...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/87mtzmcmxq.fsf%40meyer.lemoncheese.net.

Reply all
Reply to author
Forward
0 new messages