Exception type: ChunkedEncodingError Message: ('Connection broken: IncompleteRead(0 bytes read, 102555660 more expected)', IncompleteRead(0 bytes read, 102555660 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(0 bytes read, 102555660 more expected) The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/requests/models.py", line 820, in generate yield from self.raw.stream(chunk_size, decode_content=True) File "/usr/lib/python3/dist-packages/urllib3/response.py", line 1080, in stream data = self.read(amt=amt, decode_content=decode_content) File "/usr/lib/python3/dist-packages/urllib3/response.py", line 969, 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(0 bytes read, 102555660 more expected)', IncompleteRead(0 bytes read, 102555660 more expected)) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/debusine/tasks/_task.py", line 849, in _execute if not self.configure_for_execution(download_directory): ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/debusine/tasks/piuparts.py", line 225, in configure_for_execution self._prepare_base_tgz(download_directory) ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/debusine/tasks/piuparts.py", line 263, in _prepare_base_tgz base_tgz_response = self.fetch_artifact( self.dynamic_data.base_tgz_id, base_tar_dir ) 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 627, in download_artifact stream_response_to_file( ~~~~~~~~~~~~~~~~~~~~~~~^ self._streaming_download(file.url), path ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/lib/python3/dist-packages/requests_toolbelt/downloadutils/stream.py", line 170, in stream_response_to_file for chunk in response.iter_content(chunk_size=chunksize): ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/requests/models.py", line 822, in generate raise ChunkedEncodingError(e) requests.exceptions.ChunkedEncodingError: ('Connection broken: IncompleteRead(0 bytes read, 102555660 more expected)', IncompleteRead(0 bytes read, 102555660 more expected))