JuliaRegistries / TagBotErrorReports

Automatic error reports by TagBot
0 stars 0 forks source link

Automatic error report from JuliaGPU/CUDA.jl #107

Open JuliaTagBot opened 10 months ago

JuliaTagBot commented 10 months ago

Repo: JuliaGPU/CUDA.jl Run URL: https://github.com/JuliaGPU/CUDA.jl/actions/runs/6785337667 Image ID: sha256:8abc89d45871b9c64959e43a83b2b0045dbfbe98b74c1899d7ebaeeca8b87c26 Stacktrace:

Traceback (most recent call last):
  File "/root/tagbot/action/__main__.py", line 96, in <module>
    repo.create_release(version, sha)
  File "/root/tagbot/action/repo.py", line 591, in create_release
    log = self._changelog.get(version_tag, sha)
  File "/root/tagbot/action/changelog.py", line 199, in get
    data = self._collect_data(version_tag, sha)
  File "/root/tagbot/action/changelog.py", line 178, in _collect_data
    issues = self._issues(start, end)
  File "/root/tagbot/action/changelog.py", line 101, in _issues
    return [i for i in self._issues_and_pulls(start, end) if isinstance(i, Issue)]
  File "/root/tagbot/action/changelog.py", line 88, in _issues_and_pulls
    if x.pull_request:
  File "/usr/local/lib/python3.8/site-packages/github/Issue.py", line 198, in pull_request
    self._completeIfNotSet(self._pull_request)
  File "/usr/local/lib/python3.8/site-packages/github/GithubObject.py", line 294, in _completeIfNotSet
    self._completeIfNeeded()
  File "/usr/local/lib/python3.8/site-packages/github/GithubObject.py", line 298, in _completeIfNeeded
    self.__complete()
  File "/usr/local/lib/python3.8/site-packages/github/GithubObject.py", line 305, in __complete
    headers, data = self._requester.requestJsonAndCheck("GET", self._url.value)
  File "/usr/local/lib/python3.8/site-packages/github/Requester.py", line 315, in requestJsonAndCheck
    return self.__check(
  File "/usr/local/lib/python3.8/site-packages/github/Requester.py", line 340, in __check
    raise self.__createException(status, responseHeaders, output)
github.GithubException.RateLimitExceededException: 403 {"message": "API rate limit exceeded for installation ID 5070334. If you reach out to GitHub Support for help, please include the request ID ED10:86F1:1795282:301EB4C:654A4009.", "documentation_url": "https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting"}