JuliaRegistries / TagBotErrorReports

Automatic error reports by TagBot
0 stars 0 forks source link

Automatic error report from JuliaCollections/LRUCache.jl #106

Open JuliaTagBot opened 1 year ago

JuliaTagBot commented 1 year ago

Repo: JuliaCollections/LRUCache.jl Run URL: https://github.com/JuliaCollections/LRUCache.jl/actions/runs/6209739747 Image ID: sha256:437130aea0bec68c1cfd417e15dc59cdf51b6c8a4576acc4dd9ffea05373036c Stacktrace:

Traceback (most recent call last):
  File "/root/tagbot/action/__main__.py", line 76, in <module>
    versions = repo.new_versions()
  File "/root/tagbot/action/repo.py", line 478, in new_versions
    return self._filter_map_versions(versions)
  File "/root/tagbot/action/repo.py", line 316, in _filter_map_versions
    expected = self._commit_sha_from_registry_pr(version, tree)
  File "/root/tagbot/action/repo.py", line 250, in _commit_sha_from_registry_pr
    pr = self._registry_pr(version)
  File "/root/tagbot/action/repo.py", line 244, in _registry_pr
    if pr.merged and pr.head.ref == head:
  File "/usr/local/lib/python3.8/site-packages/github/PullRequest.py", line 259, in merged
    self._completeIfNotSet(self._merged)
  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 6675993. If you reach out to GitHub Support for help, please include the request ID 9780:218F:9BF69F:14304CF:650621AC.", "documentation_url": "https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting"}