Exception type: UnexpectedStatusCodeError
Message: Client HTTP PUT https://debusine.debian.net/api/1.0/artifact/894141/files/system.tar.xz/ with Content-Range bytes 52428800-84996627/84996628 Received unexpected status code: 504 Response body:
b'\r\n
504 Gateway Time-out\r\n\r\n504 Gateway Time-out
\r\n
nginx/1.22.1\r\n\r\n\r\n'
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/debusine/tasks/_task.py", line 789, in _execute
self.upload_artifacts(
File "/usr/lib/python3/dist-packages/debusine/tasks/mmdebstrap.py", line 317, in upload_artifacts
self.debusine.upload_artifact(
File "/usr/lib/python3/dist-packages/debusine/client/debusine.py", line 358, in upload_artifact
self.upload_files(
File "/usr/lib/python3/dist-packages/debusine/client/debusine.py", line 334, in upload_files
file_uploader.upload(local_path, url)
File "/usr/lib/python3/dist-packages/debusine/client/file_uploader.py", line 174, in upload
success = self._upload_file(
^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/debusine/client/file_uploader.py", line 165, in _upload_file
raise UnexpectedStatusCodeError(r)
debusine.client.file_uploader.UnexpectedStatusCodeError: Client HTTP PUT https://debusine.debian.net/api/1.0/artifact/894141/files/system.tar.xz/ with Content-Range bytes 52428800-84996627/84996628 Received unexpected status code: 504 Response body:
b'\r\n504 Gateway Time-out\r\n\r\n504 Gateway Time-out
\r\n
nginx/1.22.1\r\n\r\n\r\n'