fetch_input.log

fetch_input.log
1Exception type: UnexpectedResponseError 2Message: Server returned unexpected status code: 502 (https://debusine.trinitydesktop.net/api/1.0/artifact/trinity-testing/796047/) 3 4Traceback (most recent call last): 5 File "/usr/lib/python3/dist-packages/debusine/tasks/_task.py", line 841, in _execute 6 if not self.fetch_input(download_directory): 7 ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ 8 File "/usr/lib/python3/dist-packages/debusine/tasks/blhc.py", line 119, in fetch_input 9 self.fetch_artifact(self.dynamic_data.input_artifact_id, destination) 10 ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 11 File "/usr/lib/python3/dist-packages/debusine/tasks/_task.py", line 738, in fetch_artifact 12 artifact_response = self.debusine.download_artifact( 13 artifact_id, 14 ...<2 lines>... 15 workspace=self.workspace_name, 16 ) 17 File "/usr/lib/python3/dist-packages/debusine/client/debusine.py", line 614, in download_artifact 18 artifact = self.artifact_get(artifact_id, workspace=workspace) 19 File "/usr/lib/python3/dist-packages/debusine/client/debusine.py", line 416, in artifact_get 20 return self._debusine_http_client.get(path, ArtifactResponse) 21 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 22 File "/usr/lib/python3/dist-packages/debusine/client/debusine_http_client.py", line 41, in get 23 return self._api_request("GET", self._api_url + path, expected_class) 24 ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 25 File "/usr/lib/python3/dist-packages/debusine/client/debusine_http_client.py", line 319, in _api_request 26 raise exceptions.UnexpectedResponseError( 27 ...<2 lines>... 28 ) 29debusine.client.exceptions.UnexpectedResponseError: Server returned unexpected status code: 502 (https://debusine.trinitydesktop.net/api/1.0/artifact/trinity-testing/796047/)