1Exception type: UnexpectedResponseError 2Message: Server returned unexpected status code: 502 (https://debusine.trinitydesktop.net/api/1.0/artifact/) 3 4Traceback (most recent call last): 5 File "/usr/lib/python3/dist-packages/debusine/tasks/_task.py", line 878, in _execute 6 self.upload_artifacts( 7 ~~~~~~~~~~~~~~~~~~~~~^ 8 execute_directory, execution_result=execution_result 9 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 10 ) 11 ^ 12 File "/usr/lib/python3/dist-packages/debusine/tasks/lintian.py", line 562, in upload_artifacts 13 uploaded = self.debusine.upload_artifact( 14 lintian_artifact, 15 workspace=self.workspace_name, 16 work_request=self.work_request_id, 17 ) 18 File "/usr/lib/python3/dist-packages/debusine/client/debusine.py", line 494, in upload_artifact 19 artifact_response = self.artifact_create( 20 local_artifact, 21 ...<2 lines>... 22 expire_at=expire_at, 23 ) 24 File "/usr/lib/python3/dist-packages/debusine/client/debusine.py", line 427, in artifact_create 25 return self._debusine_http_client.post( 26 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 27 "/artifact/", 28 ^^^^^^^^^^^^^ 29 ...<7 lines>... 30 expected_statuses=[requests.codes.created], 31 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 32 ) 33 ^ 34 File "/usr/lib/python3/dist-packages/debusine/client/debusine_http_client.py", line 99, in post 35 return self._api_request( 36 ~~~~~~~~~~~~~~~~~^ 37 "POST", 38 ^^^^^^^ 39 ...<3 lines>... 40 expected_statuses=expected_statuses, 41 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 42 ) 43 ^ 44 File "/usr/lib/python3/dist-packages/debusine/client/debusine_http_client.py", line 319, in _api_request 45 raise exceptions.UnexpectedResponseError( 46 ...<2 lines>... 47 ) 48debusine.client.exceptions.UnexpectedResponseError: Server returned unexpected status code: 502 (https://debusine.trinitydesktop.net/api/1.0/artifact/)