Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2015
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.88 KB | None | 0 0
  1. developemnt/stackify-node » cap staging deploy ‹master*›
  2. INFO [96233384] Running /usr/bin/env mkdir -p /tmp/stackify-node/ as demas@ubuntuservices.cloudapp.net
  3. DEBUG [96233384] Command: /usr/bin/env mkdir -p /tmp/stackify-node/
  4. INFO [96233384] Finished in 2.001 seconds with exit status 0 (successful).
  5. DEBUG Uploading /tmp/stackify-node/git-ssh.sh 0.0%
  6. INFO Uploading /tmp/stackify-node/git-ssh.sh 100.0%
  7. INFO [bf23ae8c] Running /usr/bin/env chmod +x /tmp/stackify-node/git-ssh.sh as demas@ubuntuservices.cloudapp.net
  8. DEBUG [bf23ae8c] Command: /usr/bin/env chmod +x /tmp/stackify-node/git-ssh.sh
  9. INFO [bf23ae8c] Finished in 0.134 seconds with exit status 0 (successful).
  10. INFO [66e961f7] Running /usr/bin/env git ls-remote --heads git@github.com:demas/stackify-node.git as demas@ubuntuservices.cloudapp.net
  11. DEBUG [66e961f7] Command: ( GIT_ASKPASS=/bin/echo GIT_SSH=/tmp/stackify-node/git-ssh.sh /usr/bin/env git ls-remote --heads git@github.com:demas/stackify-node.git )
  12. DEBUG [66e961f7] 9790dcf7be2d9d84e19d730f4b273efcbd257d0d refs/heads/master
  13. INFO [66e961f7] Finished in 1.586 seconds with exit status 0 (successful).
  14. INFO [56c27871] Running /usr/bin/env mkdir -p /home/demas/stackify-node`/shared /home/demas/stackify-node`/releases as demas@ubuntuservices.cloudapp.net
  15. DEBUG [56c27871] Command: /usr/bin/env mkdir -p /home/demas/stackify-node`/shared /home/demas/stackify-node`/releases
  16. DEBUG [56c27871] bash: /shared: No such file or directory
  17. INFO [56c27871] Finished in 0.142 seconds with exit status 0 (successful).
  18. DEBUG [dcbc8031] Running /usr/bin/env [ -f /home/demas/stackify-node`/current/REVISION ] as demas@ubuntuservices.cloudapp.net
  19. DEBUG [dcbc8031] Command: [ -f /home/demas/stackify-node`/current/REVISION ]
  20. DEBUG [dcbc8031] bash: -c: line 0: unexpected EOF while looking for matching ``'
  21. DEBUG [dcbc8031] bash: -c: line 1: syntax error: unexpected end of file
  22. DEBUG [dcbc8031] Finished in 0.132 seconds with exit status 1 (failed).
  23. DEBUG [e46d75ae] Running /usr/bin/env [ -f /home/demas/stackify-node`/repo/HEAD ] as demas@ubuntuservices.cloudapp.net
  24. DEBUG [e46d75ae] Command: [ -f /home/demas/stackify-node`/repo/HEAD ]
  25. DEBUG [e46d75ae] bash: -c: line 0: unexpected EOF while looking for matching ``'
  26. DEBUG [e46d75ae] bash: -c: line 1: syntax error: unexpected end of file
  27. DEBUG [e46d75ae] Finished in 0.133 seconds with exit status 1 (failed).
  28. DEBUG [a70addc0] Running /usr/bin/env if test ! -d /home/demas/stackify-node`; then echo "Directory does not exist '/home/demas/stackify-node`'" 1>&2; false; fi as demas@ubuntuservices.cloudapp.net
  29. DEBUG [a70addc0] Command: if test ! -d /home/demas/stackify-node`; then echo "Directory does not exist '/home/demas/stackify-node`'" 1>&2; false; fi
  30. DEBUG [a70addc0] bash: -c: line 0: unexpected EOF while looking for matching `''
  31. DEBUG [a70addc0] bash: -c: line 1: syntax error: unexpected end of file
  32. (Backtrace restricted to imported tasks)
  33. cap aborted!
  34. SSHKit::Runner::ExecuteError: Exception while executing as demas@ubuntuservices.cloudapp.net: if test ! -d /home/demas/stackify-node`; then echo "Directory does not exist '/home/demas/stackify-node`'" 1>&2; false; fi exit status: 1
  35. if test ! -d /home/demas/stackify-node`; then echo "Directory does not exist '/home/demas/stackify-node`'" 1>&2; false; fi stdout: Nothing written
  36. if test ! -d /home/demas/stackify-node`; then echo "Directory does not exist '/home/demas/stackify-node`'" 1>&2; false; fi stderr: bash: -c: line 0: unexpected EOF while looking for matching `''
  37. bash: -c: line 1: syntax error: unexpected end of file
  38.  
  39. SSHKit::Command::Failed: if test ! -d /home/demas/stackify-node`; then echo "Directory does not exist '/home/demas/stackify-node`'" 1>&2; false; fi exit status: 1
  40. if test ! -d /home/demas/stackify-node`; then echo "Directory does not exist '/home/demas/stackify-node`'" 1>&2; false; fi stdout: Nothing written
  41. if test ! -d /home/demas/stackify-node`; then echo "Directory does not exist '/home/demas/stackify-node`'" 1>&2; false; fi stderr: bash: -c: line 0: unexpected EOF while looking for matching `''
  42. bash: -c: line 1: syntax error: unexpected end of file
  43.  
  44. Tasks: TOP => git:create_release => git:update => git:clone
  45. (See full trace by running task with --trace)
  46. The deploy has failed with an error: Exception while executing as demas@ubuntuservices.cloudapp.net: if test ! -d /home/demas/stackify-node`; then echo "Directory does not exist '/home/demas/stackify-node`'" 1>&2; false; fi exit status: 1
  47. if test ! -d /home/demas/stackify-node`; then echo "Directory does not exist '/home/demas/stackify-node`'" 1>&2; false; fi stdout: Nothing written
  48. if test ! -d /home/demas/stackify-node`; then echo "Directory does not exist '/home/demas/stackify-node`'" 1>&2; false; fi stderr: bash: -c: line 0: unexpected EOF while looking for matching `''
  49. bash: -c: line 1: syntax error: unexpected end of file
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement