Created
August 3, 2017 20:22
-
-
Save smarterclayton/665c39e9eba30356c0d2b4d2b230994f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TASK [Gathering Facts] ********************************************************* | |
Thursday 03 August 2017 20:18:52 +0000 (0:00:00.141) 0:03:56.731 ******* | |
fatal: [ci-claytontest-ig-n-q7zh]: FAILED! => {"changed": false, "failed": true, "module_stderr": "Warning: Permanently added '104.154.198.205' (ECDSA) to the list of known hosts.\r\nTraceback (most recent call last):\n File \"<stdin>\", line 136, in <module>\nNameError: name 'temp_path' is not defined\n", "module_stdout": "", "msg": "MODULE FAILURE", "rc": 1} | |
fatal: [ci-claytontest-ig-n-d06s]: FAILED! => {"changed": false, "failed": true, "module_stderr": "Warning: Permanently added '35.188.123.22' (ECDSA) to the list of known hosts.\r\nTraceback (most recent call last):\n File \"<stdin>\", line 136, in <module>\nNameError: name 'temp_path' is not defined\n", "module_stdout": "", "msg": "MODULE FAILURE", "rc": 1} | |
fatal: [ci-claytontest-ig-n-l7s2]: FAILED! => {"changed": false, "failed": true, "module_stderr": "Warning: Permanently added '146.148.108.7' (ECDSA) to the list of known hosts.\r\nTraceback (most recent call last):\n File \"<stdin>\", line 136, in <module>\nNameError: name 'temp_path' is not defined\n", "module_stdout": "", "msg": "MODULE FAILURE", "rc": 1} | |
fatal: [ci-claytontest-ig-m-l0k2]: FAILED! => {"changed": false, "failed": true, "module_stderr": "Warning: Permanently added '35.188.137.141' (ECDSA) to the list of known hosts.\r\nTraceback (most recent call last):\n File \"<stdin>\", line 136, in <module>\nNameError: name 'temp_path' is not defined\n", "module_stdout": "", "msg": "MODULE FAILURE", "rc": 1} | |
PLAY RECAP ********************************************************************* | |
ci-claytontest-ig-m-l0k2 : ok=0 changed=0 unreachable=0 failed=1 | |
ci-claytontest-ig-n-d06s : ok=0 changed=0 unreachable=0 failed=1 | |
ci-claytontest-ig-n-l7s2 : ok=0 changed=0 unreachable=0 failed=1 | |
ci-claytontest-ig-n-q7zh : ok=0 changed=0 unreachable=0 failed=1 | |
localhost : ok=11 changed=7 unreachable=0 failed=0 | |
Thursday 03 August 2017 20:18:54 +0000 (0:00:01.557) 0:03:58.288 ******* | |
=============================================================================== | |
provision : Provision GCE resources ----------------------------------- 219.99s | |
Gathering Facts --------------------------------------------------------- 7.90s | |
provision : Provision GCE DNS domain ------------------------------------ 3.86s | |
Gathering Facts --------------------------------------------------------- 1.56s | |
dynamic-inventory : Templatize environment script ----------------------- 1.46s | |
provision : Templatize provision script --------------------------------- 1.29s | |
dynamic-inventory : Extract PEM from service account file --------------- 0.95s | |
provision : Templatize DNS script --------------------------------------- 0.76s | |
instance-groups : Add app instances to host group ----------------------- 0.14s | |
provision : Ensure that DNS resolves to the hosted zone ----------------- 0.10s | |
instance-groups : Add a master to the primary masters group ------------- 0.07s | |
instance-groups : Add masters to requisite groups ----------------------- 0.07s | |
instance-groups : Add infra instances to host group --------------------- 0.03s | |
Failure summary: | |
1. Host: ci-claytontest-ig-n-q7zh | |
Play: cluster_hosts | |
Task: Gathering Facts | |
Message: MODULE FAILURE | |
2. Host: ci-claytontest-ig-n-d06s | |
Play: cluster_hosts | |
Task: Gathering Facts | |
Message: MODULE FAILURE | |
3. Host: ci-claytontest-ig-n-l7s2 | |
Play: cluster_hosts | |
Task: Gathering Facts | |
Message: MODULE FAILURE | |
4. Host: ci-claytontest-ig-m-l0k2 | |
Play: cluster_hosts | |
Task: Gathering Facts | |
Message: MODULE FAILURE | |
make: *** [up] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment