Exception type: ChunkedEncodingError Message: ('Connection broken: IncompleteRead(0 bytes read, 110442060 more expected)', IncompleteRead(0 bytes read, 110442060 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, 110442060 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, 110442060 more expected)', IncompleteRead(0 bytes read, 110442060 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 841, in _execute if not self.fetch_input(download_directory): ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/debusine/tasks/sbuild.py", line 261, in fetch_input self._prepare_executor() ~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3/dist-packages/debusine/tasks/_task.py", line 968, in _prepare_executor self.executor.download_image() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3/dist-packages/debusine/tasks/executors/unshare.py", line 79, in download_image self._local_path = self._image_cache.download_image(self.system_image) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/debusine/tasks/executors/images.py", line 150, in download_image self._download_image_artifact(artifact.id, filename, path) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/debusine/tasks/executors/images.py", line 120, in _download_image_artifact self.debusine_api.download_artifact_file( ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ artifact_id, ^^^^^^^^^^^^ ...<2 lines>... workspace=self.workspace, ^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/lib/python3/dist-packages/debusine/client/debusine.py", line 716, in download_artifact_file stream_response_to_file(response, destination) ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ 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, 110442060 more expected)', IncompleteRead(0 bytes read, 110442060 more expected))