fetch_input.log

fetch_input.log
1Exception type: ChunkedEncodingError 2Message: ('Connection broken: IncompleteRead(1052197 bytes read, 115891 more expected)', IncompleteRead(1052197 bytes read, 115891 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(1052197 bytes read, 115891 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 997, 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(1052197 bytes read, 115891 more expected)', IncompleteRead(1052197 bytes read, 115891 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/lintian.py", line 453, in fetch_input 37 self.fetch_artifact(artifact_id, destination) 38 ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^ 39 File "/usr/lib/python3/dist-packages/debusine/tasks/_task.py", line 738, in fetch_artifact 40 artifact_response = self.debusine.download_artifact( 41 artifact_id, 42 ...<2 lines>... 43 workspace=self.workspace_name, 44 ) 45 File "/usr/lib/python3/dist-packages/debusine/client/debusine.py", line 627, in download_artifact 46 stream_response_to_file( 47 ~~~~~~~~~~~~~~~~~~~~~~~^ 48 self._streaming_download(file.url), path 49 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 50 ) 51 ^ 52 File "/usr/lib/python3/dist-packages/requests_toolbelt/downloadutils/stream.py", line 170, in stream_response_to_file 53 for chunk in response.iter_content(chunk_size=chunksize): 54 ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^ 55 File "/usr/lib/python3/dist-packages/requests/models.py", line 822, in generate 56 raise ChunkedEncodingError(e) 57requests.exceptions.ChunkedEncodingError: ('Connection broken: IncompleteRead(1052197 bytes read, 115891 more expected)', IncompleteRead(1052197 bytes read, 115891 more expected))