Guest User

Untitled

a guest
Jul 10th, 2018
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. ## Argument list too long error
  2. $ cap deploy DEPLOY=production
  3. *** Deploying to the PRODUCTION server!
  4. * executing `deploy'
  5. * executing `deploy:update'
  6. ** transaction: start
  7. * executing `deploy:update_code'
  8. updating the cached checkout on all servers
  9. executing locally: "git ls-remote git@app.unfuddle.com:app/app.git master"
  10. * executing "if [ -d /var/www/app/shared/cached-copy ]; then cd /var/www/app/shared/cached-copy && git fetch -q origin && git reset -q --hard d9ce3d89ae04f8be3167262cdd7df14518c54892 && git clean -q -d -x -f; else git clone -q --depth 1 git@app.unfuddle.com:app/app.git /var/www/app/shared/cached-copy && cd /var/www/app/shared/cached-copy && git checkout -q -b deploy d9ce3d89ae04f8be3167262cdd7df14518c54892; fi"
  11. servers: ["xxxxxx"]
  12. Password:
  13. [xxxxxx2] executing command
  14. ** [xxxxxx :: out] /usr/bin/git-sh-setup: line 81: /usr/bin/git-rev-parse: Argument list too long
  15. command finished
  16. *** [deploy:update_code] rolling back
  17. * executing "rm -rf /var/www/app/releases/20090817144253; true"
  18. servers: ["xxxxxx"]
  19. [xxxxxx] executing command
  20. command finished
  21. failed: "sh -c 'if [ -d /var/www/app/shared/cached-copy ]; then cd /var/www/app/shared/cached-copy && git fetch -q origin && git reset -q --hard d9ce3d89ae04f8be3167262cdd7df14518c54892 && git clean -q -d -x -f; else git clone -q --depth 1 git@app.com:app/app.git /var/www/app/shared/cached-copy && cd /var/www/app/shared/cached-copy && git checkout -q -b deploy d9ce3d89ae04f8be3167262cdd7df14518c54892; fi'" on xxxxxx
  22.  
  23. ## Cannot allocate memory
  24. $ cap deploy DEPLOY=production
  25. *** Deploying to the PRODUCTION server!
  26. * executing `deploy'
  27. * executing `deploy:update'
  28. ** transaction: start
  29. * executing `deploy:update_code'
  30. updating the cached checkout on all servers
  31. executing locally: "git ls-remote git@app.unfuddle.com:app/app.git master"
  32. * executing "if [ -d /var/www/app/shared/cached-copy ]; then cd /var/www/app/shared/cached-copy && git fetch -q origin && git reset -q --hard d9ce3d89ae04f8be3167262cdd7df14518c54892 && git clean -q -d -x -f; else git clone -q --depth 1 git@app.unfuddle.com:app/app.git /var/www/app/shared/cached-copy && cd /var/www/app/shared/cached-copy && git checkout -q -b deploy d9ce3d89ae04f8be3167262cdd7df14518c54892; fi"
  33. servers: ["xxxxxx"]
  34. Password:
  35. [xxxxxx] executing command
  36. ** [xxxxxx :: out] /usr/bin/git-sh-setup: fork: Cannot allocate memory
  37. command finished
  38. *** [deploy:update_code] rolling back
  39. * executing "rm -rf /var/www/app/releases/20090817144427; true"
  40. servers: ["xxxxxx"]
  41. [xxxxxx] executing command
  42. command finished
  43. failed: "sh -c 'if [ -d /var/www/app/shared/cached-copy ]; then cd /var/www/app/shared/cached-copy && git fetch -q origin && git reset -q --hard d9ce3d89ae04f8be3167262cdd7df14518c54892 && git clean -q -d -x -f; else git clone -q --depth 1 git@app.unfuddle.com:app/app.git /var/www/app/shared/cached-copy && cd /var/www/app/shared/cached-copy && git checkout -q -b deploy d9ce3d89ae04f8be3167262cdd7df14518c54892; fi'" on xxxxxx
Add Comment
Please, Sign In to add comment