Skip to content

Instantly share code, notes, and snippets.

@DanPatey
Created December 6, 2012 22:56
Show Gist options
  • Save DanPatey/4229231 to your computer and use it in GitHub Desktop.
Save DanPatey/4229231 to your computer and use it in GitHub Desktop.
Delta deploy fail the-mob-standard-mobile
dan@Dan-Pateys-MacBook-Pro:breport (rc) $ time cap delta deploy BRANCH=mpanic/rc-7903-the-mob-standard-mobile ASSET=1 RESERVE=1440 FORCE=1
[Deprecation Warning] This API has changed, please hook `deploy:create_symlink` instead of `deploy:symlink`.
* 2012-12-06 14:54:33 executing `delta'
* 2012-12-06 14:54:33 executing `deploy'
triggering before callbacks for `deploy'
* 2012-12-06 14:54:33 executing `deploy:notify:start'
* executing "curl -X POST -d \"application=bleacherreport\" http://weather.engineyard.com/`hostname`/deploy_start -fs"
servers: ["delta_app_master", "delta_app1", "delta_app2", "delta_util0", "delta_util2", "delta_util3", "delta_util1"]
[delta_app2] executing command
[delta_util0] executing command
[delta_util1] executing command
[delta_app_master] executing command
[delta_app1] executing command
[delta_util2] executing command
[delta_util3] executing command
command finished in 1252ms
Warning: We couldn't notify EY of your deploy, but don't worry, everything is fine
* 2012-12-06 14:54:36 executing `reserve'
* 2012-12-06 14:54:36 executing `maitre_d'
Reservation created: dan@delta for 1440 minutes
* 2012-12-06 14:54:36 executing `misc:are_you_sure'
* 2012-12-06 14:54:36 executing `misc:deploy_started'
* 2012-12-06 14:54:38 executing `deploy:update'
** transaction: start
* 2012-12-06 14:54:38 executing `deploy:update_code'
updating the cached checkout on all servers
* executing "if [ -d /data/bleacherreport/shared/cached-copy ]; then cd /data/bleacherreport/shared/cached-copy && git fetch -q origin && git fetch --tags -q origin && git reset -q --hard bf69a71db0176e8b3a13525b1cc73f335298afc2 && git submodule -q init && git submodule -q sync && export GIT_RECURSIVE=$([ ! \"`git --version`\" \\< \"git version 1.6.5\" ] && echo --recursive) && git submodule -q update --init $GIT_RECURSIVE && git clean -q -d -x -f; else git clone -q git@github.com:br/breport.git /data/bleacherreport/shared/cached-copy && cd /data/bleacherreport/shared/cached-copy && git checkout -q -b deploy bf69a71db0176e8b3a13525b1cc73f335298afc2 && git submodule -q init && git submodule -q sync && export GIT_RECURSIVE=$([ ! \"`git --version`\" \\< \"git version 1.6.5\" ] && echo --recursive) && git submodule -q update --init $GIT_RECURSIVE; fi"
servers: ["delta_app_master", "delta_app1", "delta_app2", "delta_util0", "delta_util2", "delta_util3", "delta_util1"]
[delta_app2] executing command
[delta_util1] executing command
[delta_app_master] executing command
[delta_util0] executing command
[delta_util2] executing command
[delta_util3] executing command
[delta_app1] executing command
** [delta_app1 :: out] fatal: Could not parse object 'bf69a71db0176e8b3a13525b1cc73f335298afc2'.
** [delta_app_master :: out] fatal: Could not parse object 'bf69a71db0176e8b3a13525b1cc73f335298afc2'.
** [delta_app2 :: out] fatal: Could not parse object 'bf69a71db0176e8b3a13525b1cc73f335298afc2'.
** [delta_util1 :: out] fatal: Could not parse object 'bf69a71db0176e8b3a13525b1cc73f335298afc2'.
** [delta_util0 :: out] fatal: Could not parse object 'bf69a71db0176e8b3a13525b1cc73f335298afc2'.
** [delta_util2 :: out] fatal: Could not parse object 'bf69a71db0176e8b3a13525b1cc73f335298afc2'.
** [delta_util3 :: out] fatal: Could not parse object 'bf69a71db0176e8b3a13525b1cc73f335298afc2'.
command finished in 8764ms
*** [deploy:update_code] rolling back
* executing "rm -rf /data/bleacherreport/releases/20121206225433; true"
servers: ["delta_app_master", "delta_app1", "delta_app2", "delta_util0", "delta_util2", "delta_util3", "delta_util1"]
[delta_app_master] executing command
[delta_util0] executing command
[delta_app2] executing command
[delta_util2] executing command
[delta_util3] executing command
[delta_util1] executing command
[delta_app1] executing command
command finished in 391ms
failed: "sh -c 'if [ -d /data/bleacherreport/shared/cached-copy ]; then cd /data/bleacherreport/shared/cached-copy && git fetch -q origin && git fetch --tags -q origin && git reset -q --hard bf69a71db0176e8b3a13525b1cc73f335298afc2 && git submodule -q init && git submodule -q sync && export GIT_RECURSIVE=$([ ! \"`git --version`\" \\< \"git version 1.6.5\" ] && echo --recursive) && git submodule -q update --init $GIT_RECURSIVE && git clean -q -d -x -f; else git clone -q git@github.com:br/breport.git /data/bleacherreport/shared/cached-copy && cd /data/bleacherreport/shared/cached-copy && git checkout -q -b deploy bf69a71db0176e8b3a13525b1cc73f335298afc2 && git submodule -q init && git submodule -q sync && export GIT_RECURSIVE=$([ ! \"`git --version`\" \\< \"git version 1.6.5\" ] && echo --recursive) && git submodule -q update --init $GIT_RECURSIVE; fi'" on delta_app_master,delta_app1,delta_app2,delta_util0,delta_util2,delta_util3,delta_util1
Please wait while the log file is processed
Executing Post Processing Hooks
* 2012-12-06 14:54:49 executing `ey_logger:upload_log_to_slice'
Finished Post Processing Hooks
real 0m32.971s
user 0m1.379s
sys 0m0.215s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment