mik-laj commented on issue #8481:
URL: https://github.com/apache/airflow/pull/8481#issuecomment-617516126


   I have run the system test and I have the error message below.  I suspect 
the file you are referring to does not exist in my bucket. Can you create it in 
the `setUp` method?
   ```
   [2020-04-22 02:43:49,073] {taskinstance.py:1186} ERROR - {'code': 9, 
'message': 'Execution failed: generic::failed_precondition: while running 
"gsutil cp gs://test-airflow-life-sciences/input.in /tmp": unexpected exit 
status 1 was not ignored'}
   Traceback (most recent call last):
     File "/opt/airflow/airflow/models/taskinstance.py", line 1024, in 
_run_raw_task
       result = task_copy.execute(context=context)
     File 
"/opt/airflow/airflow/providers/google/cloud/operators/life_sciences.py", line 
74, in execute
       project_id=self.project_id)
     File "/opt/airflow/airflow/providers/google/common/hooks/base_google.py", 
line 345, in inner_wrapper
       return func(self, *args, **kwargs)
     File "/opt/airflow/airflow/providers/google/cloud/hooks/life_sciences.py", 
line 101, in run_pipeline
       self._wait_for_operation_to_complete(operation_name)
     File "/opt/airflow/airflow/providers/google/cloud/hooks/life_sciences.py", 
line 148, in _wait_for_operation_to_complete
       raise AirflowException(str(error))
   airflow.exceptions.AirflowException: {'code': 9, 'message': 'Execution 
failed: generic::failed_precondition: while running "gsutil cp 
gs://test-airflow-life-sciences/input.in /tmp": unexpected exit status 1 was 
not ignored'}
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to