googleapis/google-api-ruby-client

Synthesis failed for gkehub-v1alpha

Closed this issue ยท 1 comments

Hello! Autosynth couldn't regenerate gkehub-v1alpha. ๐Ÿ’”

Please investigate and fix this issue within 5 business days. While it remains broken,
this library cannot be updated with changes to the gkehub-v1alpha API, and the library grows
stale.

See https://github.com/googleapis/synthtool/blob/master/autosynth/TroubleShooting.md
for trouble shooting tips.

Here's the output from running synth.py:

2021-06-29 03:59:48,849 autosynth [INFO] > logs will be written to: /tmpfs/src/logs/google-api-ruby-client
2021-06-29 03:59:49,282 autosynth [DEBUG] > Running: git config --global core.excludesfile /home/kbuilder/.autosynth-gitignore
2021-06-29 03:59:49,284 autosynth [DEBUG] > Running: git config user.name yoshi-automation
2021-06-29 03:59:49,287 autosynth [DEBUG] > Running: git config user.email yoshi-automation@google.com
2021-06-29 03:59:49,289 autosynth [DEBUG] > Running: git config push.default simple
2021-06-29 03:59:49,291 autosynth [DEBUG] > Running: git branch -f autosynth-gkehub-v1alpha
2021-06-29 03:59:49,294 autosynth [DEBUG] > Running: git checkout autosynth-gkehub-v1alpha
Switched to branch 'autosynth-gkehub-v1alpha'
2021-06-29 03:59:49,467 autosynth [ERROR] > Error making request (403): API rate limit exceeded for user ID 44816363.
2021-06-29 03:59:49,467 autosynth [DEBUG] > {'message': 'API rate limit exceeded for user ID 44816363.', 'documentation_url': 'https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting'}
2021-06-29 03:59:49,467 autosynth [DEBUG] > Running: git clean -fdx
Traceback (most recent call last):
  File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 356, in <module>
    main()
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 191, in main
    return _inner_main(temp_dir)
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 281, in _inner_main
    if change_pusher.check_if_pr_already_exists(branch):
  File "/tmpfs/src/github/synthtool/autosynth/change_pusher.py", line 117, in check_if_pr_already_exists
    prs = self._gh.list_pull_requests(repo, state="open", head=f"{owner}:{branch}")
  File "/tmpfs/src/github/synthtool/autosynth/github.py", line 61, in list_pull_requests
    return cast(List[Dict], _get_json_or_raise_exception(response))
  File "/tmpfs/src/github/synthtool/autosynth/github.py", line 488, in _get_json_or_raise_exception
    response.raise_for_status()
  File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/requests/models.py", line 943, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://api.github.com/repos/googleapis/google-api-ruby-client/pulls?state=open&head=googleapis%3Aautosynth-gkehub-v1alpha

Google internal developers can see the full log here.

Autosynth passed, closing! ๐Ÿ’š