1Exception type: UnexpectedStatusCodeError 2Message: Client HTTP PUT https://debusine.trinitydesktop.net/api/1.0/artifact/831165/files/log/ with Content-Range bytes 0-19794/19795 Received unexpected status code: 504 Response body: 3<html> 4<head><title>504 Gateway Time-out</title></head> 5<body> 6<center><h1>504 Gateway Time-out</h1></center> 7<hr><center>nginx</center> 8</body> 9</html> 10 11 12Traceback (most recent call last): 13 File "/usr/lib/python3/dist-packages/debusine/tasks/_task.py", line 878, in _execute 14 self.upload_artifacts( 15 ~~~~~~~~~~~~~~~~~~~~~^ 16 execute_directory, execution_result=execution_result 17 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 18 ) 19 ^ 20 File "/usr/lib/python3/dist-packages/debusine/tasks/autopkgtest.py", line 475, in upload_artifacts 21 self.debusine.upload_artifact( 22 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 23 autopkgtest_artifact, 24 ^^^^^^^^^^^^^^^^^^^^^ 25 workspace=self.workspace_name, 26 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 27 work_request=self.work_request_id, 28 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 29 ) 30 ^ 31 File "/usr/lib/python3/dist-packages/debusine/client/debusine.py", line 507, in upload_artifact 32 self.upload_files( 33 ~~~~~~~~~~~~~~~~~^ 34 artifact_response.id, 35 ^^^^^^^^^^^^^^^^^^^^^ 36 files_to_upload, 37 ^^^^^^^^^^^^^^^^ 38 ) 39 ^ 40 File "/usr/lib/python3/dist-packages/debusine/client/debusine.py", line 483, in upload_files 41 file_uploader.upload(local_path, url) 42 ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ 43 File "/usr/lib/python3/dist-packages/debusine/client/file_uploader.py", line 197, in upload 44 success = self._upload_file( 45 file, os.stat(file_path).st_size, url 46 ) 47 File "/usr/lib/python3/dist-packages/debusine/client/file_uploader.py", line 186, in _upload_file 48 raise UnexpectedStatusCodeError(r) 49debusine.client.file_uploader.UnexpectedStatusCodeError: Client HTTP PUT https://debusine.trinitydesktop.net/api/1.0/artifact/831165/files/log/ with Content-Range bytes 0-19794/19795 Received unexpected status code: 504 Response body: 50<html> 51<head><title>504 Gateway Time-out</title></head> 52<body> 53<center><h1>504 Gateway Time-out</h1></center> 54<hr><center>nginx</center> 55</body> 56</html>