Exception type: UnexpectedStatusCodeError
Message: Client HTTP PUT https://debusine.debian.net/api/1.0/artifact/894142/files/system.tar.xz/ with Content-Range bytes 52428800-80896943/80896944 Received unexpected status code: 504 Response body:
b'<html>\r\n<head><title>504 Gateway Time-out</title></head>\r\n<body>\r\n<center><h1>504 Gateway Time-out</h1></center>\r\n<hr><center>nginx/1.22.1</center>\r\n</body>\r\n</html>\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/894142/files/system.tar.xz/ with Content-Range bytes 52428800-80896943/80896944 Received unexpected status code: 504 Response body:
b'<html>\r\n<head><title>504 Gateway Time-out</title></head>\r\n<body>\r\n<center><h1>504 Gateway Time-out</h1></center>\r\n<hr><center>nginx/1.22.1</center>\r\n</body>\r\n</html>\r\n'