1Exception type: ConnectionError 2Message: HTTPSConnectionPool(host='debusine.trinitydesktop.net', port=443): Max retries exceeded with url: /debusine/trinity-sb/artifact/729560/download/?archive=tar.gz (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7fb7115fd590>: Failed to resolve 'debusine.trinitydesktop.net' ([Errno -5] No address associated with hostname)")) 3 4Traceback (most recent call last): 5 File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 198, in _new_conn 6 sock = connection.create_connection( 7 (self._dns_host, self.port), 8 ...<2 lines>... 9 socket_options=self.socket_options, 10 ) 11 File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 60, in create_connection 12 for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): 13 ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 14 File "/usr/lib/python3.13/socket.py", line 977, in getaddrinfo 15 for res in _socket.getaddrinfo(host, port, family, type, proto, flags): 16 ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 17socket.gaierror: [Errno -5] No address associated with hostname 18 19The above exception was the direct cause of the following exception: 20 21Traceback (most recent call last): 22 File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 787, in urlopen 23 response = self._make_request( 24 conn, 25 ...<10 lines>... 26 **response_kw, 27 ) 28 File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 488, in _make_request 29 raise new_e 30 File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 464, in _make_request 31 self._validate_conn(conn) 32 ~~~~~~~~~~~~~~~~~~~^^^^^^ 33 File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1093, in _validate_conn 34 conn.connect() 35 ~~~~~~~~~~~~^^ 36 File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 704, in connect 37 self.sock = sock = self._new_conn() 38 ~~~~~~~~~~~~~~^^ 39 File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 205, in _new_conn 40 raise NameResolutionError(self.host, self, e) from e 41urllib3.exceptions.NameResolutionError: <urllib3.connection.HTTPSConnection object at 0x7fb7115fd590>: Failed to resolve 'debusine.trinitydesktop.net' ([Errno -5] No address associated with hostname) 42 43The above exception was the direct cause of the following exception: 44 45Traceback (most recent call last): 46 File "/usr/lib/python3/dist-packages/requests/adapters.py", line 667, in send 47 resp = conn.urlopen( 48 method=request.method, 49 ...<9 lines>... 50 chunked=chunked, 51 ) 52 File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 841, in urlopen 53 retries = retries.increment( 54 method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] 55 ) 56 File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 519, in increment 57 raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] 58 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 59urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='debusine.trinitydesktop.net', port=443): Max retries exceeded with url: /debusine/trinity-sb/artifact/729560/download/?archive=tar.gz (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7fb7115fd590>: Failed to resolve 'debusine.trinitydesktop.net' ([Errno -5] No address associated with hostname)")) 60 61During handling of the above exception, another exception occurred: 62 63Traceback (most recent call last): 64 File "/usr/lib/python3/dist-packages/debusine/tasks/_task.py", line 841, in _execute 65 if not self.fetch_input(download_directory): 66 ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ 67 File "/usr/lib/python3/dist-packages/debusine/tasks/lintian.py", line 450, in fetch_input 68 self.fetch_artifact(artifact_id, destination) 69 ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^ 70 File "/usr/lib/python3/dist-packages/debusine/tasks/_task.py", line 738, in fetch_artifact 71 artifact_response = self.debusine.download_artifact( 72 artifact_id, 73 ...<2 lines>... 74 workspace=self.workspace_name, 75 ) 76 File "/usr/lib/python3/dist-packages/debusine/client/debusine.py", line 645, in download_artifact 77 raw_response = self._streaming_download(url).raw 78 ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^ 79 File "/usr/lib/python3/dist-packages/debusine/client/debusine.py", line 594, in _streaming_download 80 response = requests.get(str(url), headers=headers, stream=True) 81 File "/usr/lib/python3/dist-packages/requests/api.py", line 73, in get 82 return request("get", url, params=params, **kwargs) 83 File "/usr/lib/python3/dist-packages/requests/api.py", line 59, in request 84 return session.request(method=method, url=url, **kwargs) 85 ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 86 File "/usr/lib/python3/dist-packages/requests/sessions.py", line 589, in request 87 resp = self.send(prep, **send_kwargs) 88 File "/usr/lib/python3/dist-packages/requests/sessions.py", line 724, in send 89 history = [resp for resp in gen] 90 ^^^ 91 File "/usr/lib/python3/dist-packages/requests/sessions.py", line 265, in resolve_redirects 92 resp = self.send( 93 req, 94 ...<6 lines>... 95 **adapter_kwargs, 96 ) 97 File "/usr/lib/python3/dist-packages/requests/sessions.py", line 703, in send 98 r = adapter.send(request, **kwargs) 99 File "/usr/lib/python3/dist-packages/requests/adapters.py", line 700, in send 100 raise ConnectionError(e, request=request) 101requests.exceptions.ConnectionError: HTTPSConnectionPool(host='debusine.trinitydesktop.net', port=443): Max retries exceeded with url: /debusine/trinity-sb/artifact/729560/download/?archive=tar.gz (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7fb7115fd590>: Failed to resolve 'debusine.trinitydesktop.net' ([Errno -5] No address associated with hostname)"))