JuliaRegistries / TagBotErrorReports

Automatic error reports by TagBot
0 stars 0 forks source link

Automatic error report from cadojo/UnitfulAstrodynamics.jl #74

Closed JuliaTagBot closed 4 years ago

JuliaTagBot commented 4 years ago

Repo: cadojo/UnitfulAstrodynamics.jl Run URL: https://github.com/cadojo/UnitfulAstrodynamics.jl/actions/runs/311790401 Image ID: sha256:54b2ac69a08dcb0236c1e48a22b6e0f3f93b1169b39dc8098cef6cb7f70f5170 Stacktrace:

Traceback (most recent call last):
  File "/root/tagbot/action/__main__.py", line 86, in <module>
    repo.create_release(version, sha)
  File "/root/tagbot/action/repo.py", line 457, in create_release
    self._repo.create_git_ref(f"refs/tags/{version}", tag.sha)
  File "/usr/local/lib/python3.8/site-packages/github/Repository.py", line 971, in create_git_ref
    headers, data = self._requester.requestJsonAndCheck(
  File "/usr/local/lib/python3.8/site-packages/github/Requester.py", line 317, in requestJsonAndCheck
    return self.__check(
  File "/usr/local/lib/python3.8/site-packages/github/Requester.py", line 342, in __check
    raise self.__createException(status, responseHeaders, output)
github.GithubException.GithubException: 422 {"message": "Reference already exists", "documentation_url": "https://docs.github.com/rest/reference/git#create-a-reference"}
christopher-dG commented 4 years ago

User had two TagBot actions which both ran at the same time

JuliaTagBot commented 3 years ago

Probably duplicate error: Repo: SciML/ModelingToolkit.jl Run URL: https://github.com/SciML/ModelingToolkit.jl/actions/runs/612616021 Image ID: sha256:112b8718f24c7930f565ac0f385039d58fb9d3a35b7621f933702b7f6a8b072e Stacktrace:

Traceback (most recent call last):
  File "/root/tagbot/action/__main__.py", line 91, in <module>
    repo.create_release(version, sha)
  File "/root/tagbot/action/repo.py", line 454, in create_release
    self._repo.create_git_release(version, version, log, target_commitish=target)
  File "/usr/local/lib/python3.8/site-packages/github/Repository.py", line 1061, in create_git_release
    headers, data = self._requester.requestJsonAndCheck(
  File "/usr/local/lib/python3.8/site-packages/github/Requester.py", line 317, in requestJsonAndCheck
    return self.__check(
  File "/usr/local/lib/python3.8/site-packages/github/Requester.py", line 342, in __check
    raise self.__createException(status, responseHeaders, output)
github.GithubException.GithubException: 403 {"message": "Resource not accessible by integration", "documentation_url": "https://docs.github.com/rest/reference/repos#create-a-release"}
JuliaTagBot commented 2 years ago

Probably duplicate error: Repo: beacon-biosignals/BeaconK8sUtilities.jl Run URL: https://github.com/beacon-biosignals/BeaconK8sUtilities.jl/actions/runs/1609581382 Image ID: sha256:a006af1d84f9acd8911e8ebf449569f4a1da1898545f45187352091efc498caf Stacktrace:

Traceback (most recent call last):
  File "/root/tagbot/action/__main__.py", line 94, in <module>
    repo.create_release(version, sha)
  File "/root/tagbot/action/repo.py", line 543, in create_release
    self._repo.create_git_ref(f"refs/tags/{version}", tag.sha)
  File "/usr/local/lib/python3.8/site-packages/github/Repository.py", line 969, in create_git_ref
    headers, data = self._requester.requestJsonAndCheck(
  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.UnknownObjectException: 404 {"message": "Not Found", "documentation_url": "https://docs.github.com/rest/reference/git#create-a-reference"}
JuliaTagBot commented 1 year ago

Probably duplicate error: Repo: org-arl/UnderwaterAcoustics.jl Run URL: https://github.com/org-arl/UnderwaterAcoustics.jl/actions/runs/5880014879 Image ID: sha256:a006af1d84f9acd8911e8ebf449569f4a1da1898545f45187352091efc498caf Stacktrace:

Traceback (most recent call last):
  File "/root/tagbot/action/__main__.py", line 94, in <module>
    repo.create_release(version, sha)
  File "/root/tagbot/action/repo.py", line 543, in create_release
    self._repo.create_git_ref(f"refs/tags/{version}", tag.sha)
  File "/usr/local/lib/python3.8/site-packages/github/Repository.py", line 969, in create_git_ref
    headers, data = self._requester.requestJsonAndCheck(
  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.GithubException: 422 {"message": "Reference already exists", "documentation_url": "https://docs.github.com/rest/git/refs#create-a-reference"}
JuliaTagBot commented 1 year ago

Probably duplicate error: Repo: SciML/DiffEqBase.jl Run URL: https://github.com/SciML/DiffEqBase.jl/actions/runs/5960384244 Image ID: sha256:a006af1d84f9acd8911e8ebf449569f4a1da1898545f45187352091efc498caf Stacktrace:

Traceback (most recent call last):
  File "/root/tagbot/action/__main__.py", line 94, in <module>
    repo.create_release(version, sha)
  File "/root/tagbot/action/repo.py", line 543, in create_release
    self._repo.create_git_ref(f"refs/tags/{version}", tag.sha)
  File "/usr/local/lib/python3.8/site-packages/github/Repository.py", line 969, in create_git_ref
    headers, data = self._requester.requestJsonAndCheck(
  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.GithubException: 422 {"message": "Reference already exists", "documentation_url": "https://docs.github.com/rest/git/refs#create-a-reference"}