shadow-robot / aurora

Next generation tools
GNU General Public License v2.0
9 stars 6 forks source link

[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 2 months ago

Charlie0257 commented 2 months ago

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 commented 1 month ago
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