Advertisement
Guest User

Untitled

a guest
Mar 21st, 2018
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.92 KB | None | 0 0
  1. ~/git/FRASER_Co-Simulation/fraser-template on  fc3d160!14:09:18
  2. $ make all  
  3. make update
  4. make[1]: Entering directory '/home/karl/git/FRASER_Co-Simulation/fraser-template'
  5. ansible-playbook ansible/update-inv.yml --connection=local
  6.  [WARNING]: Unable to parse /etc/ansible/hosts as an inventory source
  7.  
  8.  [WARNING]: No inventory was parsed, only implicit localhost is available
  9.  
  10.  [WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit localhost does not match 'all'
  11.  
  12.  __________________
  13. < PLAY [localhost] >
  14.  ------------------
  15.         \   ^__^
  16.          \  (oo)\_______
  17.             (__)\       )\/\
  18.                 ||----w |
  19.                 ||     ||
  20.  
  21.  _____________________________________________________________
  22. / TASK [update-inventory : Install needed python packages via \
  23. \ pip3.6]                                                     /
  24.  -------------------------------------------------------------
  25.         \   ^__^
  26.          \  (oo)\_______
  27.             (__)\       )\/\
  28.                 ||----w |
  29.                 ||     ||
  30.  
  31. failed: [localhost] (item=pip) => {"changed": false, "item": "pip", "module_stderr": "sudo: a password is required\n", "module_stdout": "", "msg": "MODULE FAILURE", "rc": 1}
  32. failed: [localhost] (item=setuptools) => {"changed": false, "item": "setuptools", "module_stderr": "sudo: a password is required\n", "module_stdout": "", "msg": "MODULE FAILURE", "rc": 1}
  33. failed: [localhost] (item=lxml) => {"changed": false, "item": "lxml", "module_stderr": "sudo: a password is required\n", "module_stdout": "", "msg": "MODULE FAILURE", "rc": 1}
  34. failed: [localhost] (item=configparser) => {"changed": false, "item": "configparser", "module_stderr": "sudo: a password is required\n", "module_stdout": "", "msg": "MODULE FAILURE", "rc": 1}
  35. failed: [localhost] (item=pyyaml) => {"changed": false, "item": "pyyaml", "module_stderr": "sudo: a password is required\n", "module_stdout": "", "msg": "MODULE FAILURE", "rc": 1}
  36. failed: [localhost] (item=pyOpenSSL) => {"changed": false, "item": "pyOpenSSL", "module_stderr": "sudo: a password is required\n", "module_stdout": "", "msg": "MODULE FAILURE", "rc": 1}
  37. failed: [localhost] (item=cryptography) => {"changed": false, "item": "cryptography", "module_stderr": "sudo: a password is required\n", "module_stdout": "", "msg": "MODULE FAILURE", "rc": 1}
  38.     to retry, use: --limit @/home/karl/git/FRASER_Co-Simulation/fraser-template/ansible/update-inv.retry
  39.  ____________
  40. < PLAY RECAP >
  41.  ------------
  42.         \   ^__^
  43.          \  (oo)\_______
  44.             (__)\       )\/\
  45.                 ||----w |
  46.                 ||     ||
  47.  
  48. localhost                  : ok=0    changed=0    unreachable=0    failed=1  
  49.  
  50. Makefile:29: recipe for target 'update' failed
  51. make[1]: *** [update] Error 2
  52. make[1]: Leaving directory '/home/karl/git/FRASER_Co-Simulation/fraser-template'
  53. Makefile:11: recipe for target 'all' failed
  54. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement