Exception type: ProtocolError Message: ('Connection broken: IncompleteRead(1052301 bytes read, 582675 more expected)', IncompleteRead(1052301 bytes read, 582675 more expected)) Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/response.py", line 768, in _error_catcher yield File "/usr/lib/python3/dist-packages/urllib3/response.py", line 914, in _raw_read raise IncompleteRead(self._fp_bytes_read, self.length_remaining) urllib3.exceptions.IncompleteRead: IncompleteRead(1052301 bytes read, 582675 more expected) The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/debusine/tasks/_task.py", line 841, in _execute if not self.fetch_input(download_directory): ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/debusine/tasks/lintian.py", line 453, in fetch_input self.fetch_artifact(artifact_id, destination) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/debusine/tasks/_task.py", line 738, in fetch_artifact artifact_response = self.debusine.download_artifact( artifact_id, ...<2 lines>... workspace=self.workspace_name, ) File "/usr/lib/python3/dist-packages/debusine/client/debusine.py", line 647, in download_artifact self._uncompress(raw_response, destination, url) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/debusine/client/debusine.py", line 670, in _uncompress shutil.copyfileobj(raw_response, proc.stdin) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/shutil.py", line 203, in copyfileobj while buf := fsrc_read(length): ~~~~~~~~~^^^^^^^^ File "/usr/lib/python3/dist-packages/urllib3/response.py", line 997, in read data = self._raw_read(amt) File "/usr/lib/python3/dist-packages/urllib3/response.py", line 892, in _raw_read with self._error_catcher(): ~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.13/contextlib.py", line 162, in __exit__ self.gen.throw(value) ~~~~~~~~~~~~~~^^^^^^^ File "/usr/lib/python3/dist-packages/urllib3/response.py", line 792, in _error_catcher raise ProtocolError(arg, e) from e urllib3.exceptions.ProtocolError: ('Connection broken: IncompleteRead(1052301 bytes read, 582675 more expected)', IncompleteRead(1052301 bytes read, 582675 more expected))