fetch_input.log

fetch_input.log
1Exception type: ChunkedEncodingError 2Message: ('Connection broken: IncompleteRead(0 bytes read, 104180944 more expected)', IncompleteRead(0 bytes read, 104180944 more expected)) 3 4Traceback (most recent call last): 5 File "/usr/lib/python3/dist-packages/urllib3/response.py", line 768, in _error_catcher 6 yield 7 File "/usr/lib/python3/dist-packages/urllib3/response.py", line 914, in _raw_read 8 raise IncompleteRead(self._fp_bytes_read, self.length_remaining) 9urllib3.exceptions.IncompleteRead: IncompleteRead(0 bytes read, 104180944 more expected) 10 11The above exception was the direct cause of the following exception: 12 13Traceback (most recent call last): 14 File "/usr/lib/python3/dist-packages/requests/models.py", line 820, in generate 15 yield from self.raw.stream(chunk_size, decode_content=True) 16 File "/usr/lib/python3/dist-packages/urllib3/response.py", line 1080, in stream 17 data = self.read(amt=amt, decode_content=decode_content) 18 File "/usr/lib/python3/dist-packages/urllib3/response.py", line 969, in read 19 data = self._raw_read(amt) 20 File "/usr/lib/python3/dist-packages/urllib3/response.py", line 892, in _raw_read 21 with self._error_catcher(): 22 ~~~~~~~~~~~~~~~~~~~^^ 23 File "/usr/lib/python3.13/contextlib.py", line 162, in __exit__ 24 self.gen.throw(value) 25 ~~~~~~~~~~~~~~^^^^^^^ 26 File "/usr/lib/python3/dist-packages/urllib3/response.py", line 792, in _error_catcher 27 raise ProtocolError(arg, e) from e 28urllib3.exceptions.ProtocolError: ('Connection broken: IncompleteRead(0 bytes read, 104180944 more expected)', IncompleteRead(0 bytes read, 104180944 more expected)) 29 30During handling of the above exception, another exception occurred: 31 32Traceback (most recent call last): 33 File "/usr/lib/python3/dist-packages/debusine/tasks/_task.py", line 841, in _execute 34 if not self.fetch_input(download_directory): 35 ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ 36 File "/usr/lib/python3/dist-packages/debusine/tasks/sbuild.py", line 261, in fetch_input 37 self._prepare_executor() 38 ~~~~~~~~~~~~~~~~~~~~~~^^ 39 File "/usr/lib/python3/dist-packages/debusine/tasks/_task.py", line 968, in _prepare_executor 40 self.executor.download_image() 41 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ 42 File "/usr/lib/python3/dist-packages/debusine/tasks/executors/unshare.py", line 79, in download_image 43 self._local_path = self._image_cache.download_image(self.system_image) 44 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ 45 File "/usr/lib/python3/dist-packages/debusine/tasks/executors/images.py", line 150, in download_image 46 self._download_image_artifact(artifact.id, filename, path) 47 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 48 File "/usr/lib/python3/dist-packages/debusine/tasks/executors/images.py", line 120, in _download_image_artifact 49 self.debusine_api.download_artifact_file( 50 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 51 artifact_id, 52 ^^^^^^^^^^^^ 53 ...<2 lines>... 54 workspace=self.workspace, 55 ^^^^^^^^^^^^^^^^^^^^^^^^^ 56 ) 57 ^ 58 File "/usr/lib/python3/dist-packages/debusine/client/debusine.py", line 716, in download_artifact_file 59 stream_response_to_file(response, destination) 60 ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ 61 File "/usr/lib/python3/dist-packages/requests_toolbelt/downloadutils/stream.py", line 170, in stream_response_to_file 62 for chunk in response.iter_content(chunk_size=chunksize): 63 ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^ 64 File "/usr/lib/python3/dist-packages/requests/models.py", line 822, in generate 65 raise ChunkedEncodingError(e) 66requests.exceptions.ChunkedEncodingError: ('Connection broken: IncompleteRead(0 bytes read, 104180944 more expected)', IncompleteRead(0 bytes read, 104180944 more expected))