vasu2809 commented on issue #29258:
URL: https://github.com/apache/airflow/issues/29258#issuecomment-1409773184
[2023-01-31, 05:13:35 UTC] {compute_ssh.py:236} INFO - Opening remote
connection to host: username=sa_115585236623848451866, hostname=10.128.0.29
[2023-01-31, 05:13:37 UTC] {transport.py:1874} INFO - Connected (version
2.0, client OpenSSH_8.9p1)
[2023-01-31, 05:13:37 UTC] {transport.py:1874} INFO - Authentication
(publickey) failed.
[2023-01-31, 05:13:37 UTC] {compute_ssh.py:258} INFO - Failed to connect.
Waiting 1s to retry
[2023-01-31, 05:13:40 UTC] {transport.py:1874} INFO - Connected (version
2.0, client OpenSSH_8.9p1)
[2023-01-31, 05:13:40 UTC] {transport.py:1874} INFO - Authentication
(publickey) failed.
[2023-01-31, 05:13:40 UTC] {compute_ssh.py:258} INFO - Failed to connect.
Waiting 1s to retry
[2023-01-31, 05:13:43 UTC] {transport.py:1874} INFO - Connected (version
2.0, client OpenSSH_8.9p1)
[2023-01-31, 05:13:43 UTC] {transport.py:1874} INFO - Authentication
(publickey) failed.
[2023-01-31, 05:13:43 UTC] {compute_ssh.py:258} INFO - Failed to connect.
Waiting 3s to retry
[2023-01-31, 05:13:48 UTC] {transport.py:1874} INFO - Connected (version
2.0, client OpenSSH_8.9p1)
[2023-01-31, 05:13:48 UTC] {transport.py:1874} INFO - Authentication
(publickey) failed.
[2023-01-31, 05:13:48 UTC] {taskinstance.py:1904} ERROR - Task failed with
exception
Traceback (most recent call last):
File
"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/ssh/operators/ssh.py",
line 157, in execute
with self.get_ssh_client() as ssh_client:
File
"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/ssh/operators/ssh.py",
line 124, in get_ssh_client
return self.get_hook().get_conn()
File
"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/hooks/compute_ssh.py",
line 232, in get_conn
sshclient = self._connect_to_instance(user, hostname, privkey,
proxy_command)
File
"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/hooks/compute_ssh.py",
line 245, in _connect_to_instance
client.connect(
File
"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/hooks/compute_ssh.py",
line 50, in connect
return super().connect(*args, **kwargs)
File "/opt/python3.8/lib/python3.8/site-packages/paramiko/client.py", line
450, in connect
self._auth(
File "/opt/python3.8/lib/python3.8/site-packages/paramiko/client.py", line
781, in _auth
raise saved_exception
File "/opt/python3.8/lib/python3.8/site-packages/paramiko/client.py", line
681, in _auth
self._transport.auth_publickey(username, pkey)
File "/opt/python3.8/lib/python3.8/site-packages/paramiko/transport.py",
line 1635, in auth_publickey
return self.auth_handler.wait_for_response(my_event)
File
"/opt/python3.8/lib/python3.8/site-packages/paramiko/auth_handler.py", line
259, in wait_for_response
raise e
paramiko.ssh_exception.AuthenticationException: Authentication failed.
[2023-01-31, 05:13:48 UTC] {taskinstance.py:1408} INFO - Marking task as
UP_FOR_RETRY. dag_id=run_data_transfer_configs_dag,
task_id=create_transfer_run_directory, execution_date=20230131T051306,
start_date=20230131T051332, end_date=20230131T051348
[2023-01-31, 05:13:48 UTC] {standard_task_runner.py:92} ERROR - Failed to
execute job 1984 for task create_transfer_run_directory (Authentication
failed.; 29045)
[2023-01-31, 05:13:49 UTC] {local_task_job.py:156} INFO - Task exited with
return code 1
[2023-01-31, 05:13:49 UTC] {local_task_job.py:279} INFO - 0 downstream tasks
scheduled from follow-on schedule check
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]