post_execution.log

post_execution.log
1Exception type: UnexpectedStatusCodeError 2Message: 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: 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/lintian.py", line 562, in upload_artifacts 21 uploaded = self.debusine.upload_artifact( 22 lintian_artifact, 23 workspace=self.workspace_name, 24 work_request=self.work_request_id, 25 ) 26 File "/usr/lib/python3/dist-packages/debusine/client/debusine.py", line 507, in upload_artifact 27 self.upload_files( 28 ~~~~~~~~~~~~~~~~~^ 29 artifact_response.id, 30 ^^^^^^^^^^^^^^^^^^^^^ 31 files_to_upload, 32 ^^^^^^^^^^^^^^^^ 33 ) 34 ^ 35 File "/usr/lib/python3/dist-packages/debusine/client/debusine.py", line 483, in upload_files 36 file_uploader.upload(local_path, url) 37 ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ 38 File "/usr/lib/python3/dist-packages/debusine/client/file_uploader.py", line 197, in upload 39 success = self._upload_file( 40 file, os.stat(file_path).st_size, url 41 ) 42 File "/usr/lib/python3/dist-packages/debusine/client/file_uploader.py", line 186, in _upload_file 43 raise UnexpectedStatusCodeError(r) 44debusine.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: 45<html> 46<head><title>504 Gateway Time-out</title></head> 47<body> 48<center><h1>504 Gateway Time-out</h1></center> 49<hr><center>nginx</center> 50</body> 51</html>