Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WARNING]: Failure using method (v2_runner_on_failed) in callback plugin (<ansi ble.plugins.callback.custom_retry_runner.CallbackModule_custom_retry_runner object at 0x7fb49cabc700>): 'show_task_path_on_failure' #610

Open
Charlie0257 opened this issue Jun 29, 2024 · 1 comment

Comments

@Charlie0257
Copy link

Hi, @toliver @azompas @gavincassidy @dg-shadow @richwalker
Thanks for this great work!

When I try the command bash <(curl -Ls https://raw.githubusercontent.com/shadow-robot/aurora/v2.2.5/bin/run-ansible.sh) server_and_nuc_deploy --read-secure customer_key --branch v2.2.5 tag=noetic-v1.0.23 product=hand_e hand_side=right reinstall=true nvidia_docker=True launch_hand=True, the error is

TASK [Include installation/dhcp role] ******************************************

TASK [Include installation/net-tools role] *************************************

TASK [installation/net-tools : Make sure net-tools are available (arp, ifconfig, netstat, rarp, nameif, route)] ***
[WARNING]: Failure using method (v2_runner_on_failed) in callback plugin (<ansi
ble.plugins.callback.custom_retry_runner.CallbackModule_custom_retry_runner
object at 0x7fb49cabc700>): 'show_task_path_on_failure'

PLAY RECAP *********************************************************************
10.9.11.1                  : ok=5    changed=0    unreachable=0    failed=1    skipped=9    rescued=0    ignored=0 

Thanks for any help!
Best,
Charlie

@Charlie0257
Copy link
Author

TASK [Set user home from env var] **********************************************
task path: /tmp/aurora/ansible/playbooks/install_python3.yml:25
skipping: [10.9.11.1] => {"changed": false, "skip_reason": "Conditional result was False"}
fatal: [10.9.11.2]: FAILED! => {"msg": "Decryption failed (no vault secrets were found that could decrypt)"}

TASK [installation/aws-cli-v2 : Check for AWS CLI v1] **************************
task path: /tmp/aurora/ansible/roles/installation/aws-cli-v2/tasks/main.yml:16
fatal: [10.9.11.1]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true}
...ignoring
TASK [docker/ecr : Gather access key and secret key] ***************************
task path: /tmp/aurora/ansible/roles/docker/ecr/tasks/main.yml:77
FAILED - RETRYING: Gather access key and secret key (3 retries left).
FAILED - RETRYING: Gather access key and secret key (2 retries left).
FAILED - RETRYING: Gather access key and secret key (1 retries left).
fatal: [10.9.11.1]: FAILED! => {"attempts": 3, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false}
TASK [docker/ecr : Error connecting to AWS] ************************************
task path: /tmp/aurora/ansible/roles/docker/ecr/tasks/main.yml:237
fatal: [10.9.11.1]: FAILED! => {"changed": false, "msg": "Playbook ended because of an error when connecting to AWS. Please check your customer key is correct and rerun the oneliner. If the oneliner is correct and you are still getting errors please contact support@shadowrobot.com"}
PLAY RECAP *********************************************************************
10.9.11.1                  : ok=53   changed=3    unreachable=0    failed=1    skipped=50   rescued=1    ignored=1   
10.9.11.2                  : ok=0    changed=0    unreachable=0    failed=1    skipped=0    rescued=0    ignored=0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant