TagBot trigger issue #70
Triggered via issue
August 1, 2024 14:13
Status
Success
Total duration
4m 1s
Artifacts
–
Annotations
1 error and 4 warnings
TagBot
An unexpected, unreportable error occurred
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/urllib3/connection.py", line 203, in _new_conn
sock = connection.create_connection(
File "/usr/local/lib/python3.8/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/usr/local/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
socket.timeout: timed out
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/urllib3/connectionpool.py", line 791, in urlopen
response = self._make_request(
File "/usr/local/lib/python3.8/site-packages/urllib3/connectionpool.py", line 492, in _make_request
raise new_e
File "/usr/local/lib/python3.8/site-packages/urllib3/connectionpool.py", line 468, in _make_request
self._validate_conn(conn)
File "/usr/local/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1097, in _validate_conn
conn.connect()
File "/usr/local/lib/python3.8/site-packages/urllib3/connection.py", line 611, in connect
self.sock = sock = self._new_conn()
File "/usr/local/lib/python3.8/site-packages/urllib3/connection.py", line 212, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (<urllib3.connection.HTTPSConnection object at 0x7fd16135cc40>, 'Connection to api.github.com timed out. (connect timeout=15)')
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/requests/adapters.py", line 486, in send
resp = conn.urlopen(
File "/usr/local/lib/python3.8/site-packages/urllib3/connectionpool.py", line 845, in urlopen
retries = retries.increment(
File "/usr/local/lib/python3.8/site-packages/urllib3/util/retry.py", line 515, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/JuliaRegistries/General (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x7fd16135cc40>, 'Connection to api.github.com timed out. (connect timeout=15)'))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/root/tagbot/action/__main__.py", line 49, in <module>
repo = Repo(
File "/root/tagbot/action/repo.py", line 75, in __init__
self._registry = self._gh.get_repo(registry)
File "/usr/local/lib/python3.8/site-packages/github/MainClass.py", line 321, in get_repo
headers, data = self.__requester.requestJsonAndCheck("GET", url)
File "/usr/local/lib/python3.8/site-packages/github/Requester.py", line 399, in requestJsonAndCheck
*self.requestJson(
File "/usr/local/lib/python3.8/site-packages/github/Requester.py", line 499, in requestJson
return self.__requestEncode(cnx, verb, url, parameters, headers, input, encode)
File "/usr/local/lib/python3.8/site-packages/github/Requester.py", line 573, in __requestEncode
status, responseHeaders, output = self.__requestRaw(
File "/usr/local/lib/python3.8/site-packages/github/Requester.py", line 600, in __requestRaw
response = cnx.getresponse()
File "/usr/local/lib/python3.8/site-packages/github/Requester.py", line 131, in getresponse
r = verb(
File "/usr/local/lib/python3.8/site-packages/requests/sessions.py", line 602, in get
return self.request("GET", url, **kwargs)
File "/usr/local/lib/python3.8/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
File "/usr/local/lib/python3.8/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
File "/usr/local/lib/python3.8/site-packages/requests/adapters.py", line 507, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='api.gi
|
TagBot
Failed to download action 'https://api.github.com/repos/JuliaRegistries/TagBot/tarball/aa5545ecce2ae3b2cd7d3a8a0a286ec6bf25838f'. Error: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
|
TagBot
Back off 24.371 seconds before retry.
|
TagBot
Docker pull failed with exit code 1, back off 2.577 seconds before retry.
|
TagBot
Docker pull failed with exit code 1, back off 9.653 seconds before retry.
|