Skip to content

Instantly share code, notes, and snippets.

@masoninthesis
Created March 18, 2016 21:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save masoninthesis/165b46950e431384fb68 to your computer and use it in GitHub Desktop.
Save masoninthesis/165b46950e431384fb68 to your computer and use it in GitHub Desktop.
Trellis Error Log
TASK [deploy : Clone project files] ********************************************
task path: /Users/masoninthesis/Sites/snapfast-wp1.3/trellis/roles/deploy/tasks/update.yml:24
<104.236.151.224> ESTABLISH SSH CONNECTION FOR USER: web
<104.236.151.224> SSH: EXEC ssh -C -vvv -o ForwardAgent=yes -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=web -o ConnectTimeout=10 -o ControlPath=/Users/masoninthesis/.ansible/cp/ansible-ssh-%h-%p-%r -tt 104.236.151.224 '( umask 22 && mkdir -p "$( echo $HOME/.ansible/tmp/ansible-tmp-1458337491.73-184936400072365 )" && echo "$( echo $HOME/.ansible/tmp/ansible-tmp-1458337491.73-184936400072365 )" )'
<104.236.151.224> PUT /var/folders/6c/cjsbs3l90fv_nw7d583znw_00000gn/T/tmpt9M9ig TO /home/web/.ansible/tmp/ansible-tmp-1458337491.73-184936400072365/git
<104.236.151.224> SSH: EXEC sftp -b - -C -vvv -o ForwardAgent=yes -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=web -o ConnectTimeout=10 -o ControlPath=/Users/masoninthesis/.ansible/cp/ansible-ssh-%h-%p-%r '[104.236.151.224]'
<104.236.151.224> ESTABLISH SSH CONNECTION FOR USER: web
<104.236.151.224> SSH: EXEC ssh -C -vvv -o ForwardAgent=yes -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=web -o ConnectTimeout=10 -o ControlPath=/Users/masoninthesis/.ansible/cp/ansible-ssh-%h-%p-%r -tt 104.236.151.224 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 /usr/bin/python /home/web/.ansible/tmp/ansible-tmp-1458337491.73-184936400072365/git; rm -rf "/home/web/.ansible/tmp/ansible-tmp-1458337491.73-184936400072365/" > /dev/null 2>&1'
fatal: [104.236.151.224]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"}
...ignoring
TASK [deploy : Failed connection to remote repo] *******************************
task path: /Users/masoninthesis/Sites/snapfast-wp1.3/trellis/roles/deploy/tasks/update.yml:34
fatal: [104.236.151.224]: FAILED! => {"changed": false, "failed": true, "invocation": {"module_args": {"msg": "Git repo git@github.com:masoninthesis/snapfast-wp1.3.git cannot be accessed. Please verify the repository exists and you have SSH forwarding set up correctly.\nMore info:\n> https://roots.io/trellis/docs/deploys/#ssh-keys\n> https://roots.io/trellis/docs/ssh-keys/#cloning-remote-repo-using-ssh-agent-forwarding\n"}, "module_name": "fail"}, "msg": "Git repo git@github.com:masoninthesis/snapfast-wp1.3.git cannot be accessed. Please verify the repository exists and you have SSH forwarding set up correctly.\nMore info:\n> https://roots.io/trellis/docs/deploys/#ssh-keys\n> https://roots.io/trellis/docs/ssh-keys/#cloning-remote-repo-using-ssh-agent-forwarding\n"}
PLAY RECAP *********************************************************************
104.236.151.224 : ok=7 changed=0 unreachable=0 failed=1
localhost : ok=0 changed=0 unreachable=0 failed=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment