Exception type: UnexpectedStatusCodeError
Message: Client HTTP PUT https://debusine.trinitydesktop.net/api/1.0/artifact/830797/files/analysis.json/ with Content-Range bytes 0-17119/17120 Received unexpected status code: 504 Response body:
504 Gateway Time-out
504 Gateway Time-out
nginx
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/debusine/tasks/_task.py", line 878, in _execute
self.upload_artifacts(
~~~~~~~~~~~~~~~~~~~~~^
execute_directory, execution_result=execution_result
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/lib/python3/dist-packages/debusine/tasks/lintian.py", line 562, in upload_artifacts
uploaded = self.debusine.upload_artifact(
lintian_artifact,
workspace=self.workspace_name,
work_request=self.work_request_id,
)
File "/usr/lib/python3/dist-packages/debusine/client/debusine.py", line 507, in upload_artifact
self.upload_files(
~~~~~~~~~~~~~~~~~^
artifact_response.id,
^^^^^^^^^^^^^^^^^^^^^
files_to_upload,
^^^^^^^^^^^^^^^^
)
^
File "/usr/lib/python3/dist-packages/debusine/client/debusine.py", line 483, in upload_files
file_uploader.upload(local_path, url)
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/debusine/client/file_uploader.py", line 197, in upload
success = self._upload_file(
file, os.stat(file_path).st_size, url
)
File "/usr/lib/python3/dist-packages/debusine/client/file_uploader.py", line 186, in _upload_file
raise UnexpectedStatusCodeError(r)
debusine.client.file_uploader.UnexpectedStatusCodeError: Client HTTP PUT https://debusine.trinitydesktop.net/api/1.0/artifact/830797/files/analysis.json/ with Content-Range bytes 0-17119/17120 Received unexpected status code: 504 Response body:
504 Gateway Time-out
504 Gateway Time-out
nginx