Guest User

Untitled

a guest
Jan 23rd, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.29 KB | None | 0 0
  1. Switched to branch 'master'
  2. Matthew-Losekes-MacBook-Pro:groupon mloseke$ HOSTS=scottsdale.webapp.east cap tat deploy:long
  3. [CapDeploy] Loading recipes... OK
  4. * executing `tat'
  5. Deploying to TAT environment
  6. * executing `quiet'
  7. triggering start callbacks for `deploy:long'
  8. * executing `multistage:ensure'
  9. * executing `deploy:long'
  10. triggering before callbacks for `deploy:long'
  11. ** transaction: start
  12. * executing `deploy:update_code'
  13. triggering before callbacks for `deploy:update_code'
  14. * executing `deploy:prune_branches'
  15. * executing "cd /var/cache/engineyard/thepoint && git remote prune origin"
  16. servers: ["scottsdale.webapp.east"]
  17. [scottsdale.webapp.east] executing command
  18. command finished in 1499ms
  19. updating the cached checkout on all servers
  20. * executing "git ls-remote git@git.groupon.com:groupon.git master"
  21. servers: ["scottsdale.webapp.east"]
  22. [scottsdale.webapp.east] executing command
  23. command finished in 1460ms
  24. * executing "if [ -d /var/cache/engineyard/thepoint ]; then cd /var/cache/engineyard/thepoint && git fetch -q origin && git fetch --tags -q origin && git reset -q --hard dae9a49fb6079ed3f53cb0491b76a6c7ce647a8d && git clean -q -d -x -f; else git clone -q git@git.groupon.com:groupon.git /var/cache/engineyard/thepoint && cd /var/cache/engineyard/thepoint && git checkout -q -b deploy dae9a49fb6079ed3f53cb0491b76a6c7ce647a8d; fi"
  25. servers: ["scottsdale.webapp.east"]
  26. [scottsdale.webapp.east] executing command
  27. command finished in 5256ms
  28. copying the cached version to /data/thepoint/releases/20110901213258
  29. * executing "rsync -lrpt --exclude=\".git\" /var/cache/engineyard/thepoint/* /data/thepoint/releases/20110901213258 && (echo dae9a49fb6079ed3f53cb0491b76a6c7ce647a8d > /data/thepoint/releases/20110901213258/REVISION)"
  30. servers: ["scottsdale.webapp.east"]
  31. [scottsdale.webapp.east] executing command
  32. command finished in 5474ms
  33. * executing `deploy:finalize_update'
  34. * executing "chmod -R g+w /data/thepoint/releases/20110901213258"
  35. servers: ["scottsdale.webapp.east"]
  36. [scottsdale.webapp.east] executing command
  37. command finished in 341ms
  38. * executing "rm -rf /data/thepoint/releases/20110901213258/log /data/thepoint/releases/20110901213258/public/system /data/thepoint/releases/20110901213258/tmp/pids &&\\\n mkdir -p /data/thepoint/releases/20110901213258/public &&\\\n mkdir -p /data/thepoint/releases/20110901213258/tmp &&\\\n ln -s /data/thepoint/shared/log /data/thepoint/releases/20110901213258/log &&\\\n ln -s /data/thepoint/shared/system /data/thepoint/releases/20110901213258/public/system &&\\\n ln -s /data/thepoint/shared/pids /data/thepoint/releases/20110901213258/tmp/pids"
  39. servers: ["scottsdale.webapp.east"]
  40. [scottsdale.webapp.east] executing command
  41. command finished in 131ms
  42. * executing "find /data/thepoint/releases/20110901213258/public/images /data/thepoint/releases/20110901213258/public/stylesheets /data/thepoint/releases/20110901213258/public/javascripts -exec touch -t 201109012133.14 {} ';'; true"
  43. servers: ["scottsdale.webapp.east"]
  44. [scottsdale.webapp.east] executing command
  45. command finished in 5659ms
  46. triggering after callbacks for `deploy:update_code'
  47. * executing `bundle:install'
  48. * executing "rm -f /data/thepoint/releases/20110901213258/vendor/cache /data/thepoint/releases/20110901213258/vendor/bundle"
  49. servers: ["scottsdale.webapp.east"]
  50. [scottsdale.webapp.east] executing command
  51. command finished in 173ms
  52. * executing "mkdir -p /data/thepoint/releases/20110901213258/.bundle"
  53. servers: ["scottsdale.webapp.east"]
  54. [scottsdale.webapp.east] executing command
  55. command finished in 128ms
  56. servers: ["scottsdale.webapp.east"]
  57. ** sftp upload #<StringIO:0x101be30f0> -> /data/thepoint/releases/20110901213258/.bundle/config
  58. [scottsdale.webapp.east] /data/thepoint/releases/20110901213258/.bundle/config
  59. [scottsdale.webapp.east] done
  60. * sftp upload complete
  61. * executing "ln -s /var/groupon/webapp/bundle_cache/bundle /data/thepoint/releases/20110901213258/vendor/bundle"
  62. servers: ["scottsdale.webapp.east"]
  63. [scottsdale.webapp.east] executing command
  64. command finished in 131ms
  65. * executing "ln -s /var/groupon/webapp/bundle_cache/cache /data/thepoint/releases/20110901213258/vendor/cache"
  66. servers: ["scottsdale.webapp.east"]
  67. [scottsdale.webapp.east] executing command
  68. command finished in 110ms
  69. * executing "cd /data/thepoint/releases/20110901213258 && export RUBY_HEAP_MIN_SLOTS=500000 && export CONFIGURE_ARGS='--with-ldflags=\"-Wl,-R/usr/local/lib64 -Wl,-R/usr/local/lib -Wl,-R/usr/local/lib/mysql\"' && /usr/local/bin/bundle package"
  70. servers: ["scottsdale.webapp.east"]
  71. [scottsdale.webapp.east] executing command
  72. ** [out :: scottsdale.webapp.east] Using rake (0.8.7)
  73. ** [out :: scottsdale.webapp.east] Using Ascii85 (0.9.0) from source at vendor/gems/Ascii85-0.9.0
  74. ** [out :: scottsdale.webapp.east] Using Platform (0.4.0)
  75. ** [out :: scottsdale.webapp.east] Using open4 (1.0.1) from source at vendor/gems/open4-1.0.1
  76. ** [out :: scottsdale.webapp.east] Using POpen4 (0.1.4)
  77. ** [out :: scottsdale.webapp.east] Using RedCloth (4.2.7)
  78. ** [out :: scottsdale.webapp.east] Using ZenTest (4.4.2)
  79. ** [out :: scottsdale.webapp.east] Using RubyInline (3.9.0)
  80. ** [out :: scottsdale.webapp.east] Using SystemTimer (1.2)
  81. ** [out :: scottsdale.webapp.east] Using activesupport (2.3.2)
  82. ** [out :: scottsdale.webapp.east] Using addressable (2.2.6)
  83. ** [out :: scottsdale.webapp.east] Using after_commit (1.0.7) from source at vendor/gems/after_commit-1.0.7
  84. ** [out :: scottsdale.webapp.east] Using artifice (0.6) from source at vendor/gems/artifice-0.6
  85. ** [out :: scottsdale.webapp.east] Using barby (0.3.1) from source at vendor/gems/barby-0.3.1
  86. ** [out :: scottsdale.webapp.east] Using highline (1.6.2)
  87. ** [out :: scottsdale.webapp.east] Using commander (4.0.4)
  88. ** [out :: scottsdale.webapp.east] Using bind (0.2.8)
  89. ** [out :: scottsdale.webapp.east] Using bluecloth (1.1.0) from source at vendor/gems/bluecloth-1.1.0
  90. ** [out :: scottsdale.webapp.east] Using builder (3.0.0) from source at vendor/gems/builder-3.0.0
  91. ** [out :: scottsdale.webapp.east] Using calendar_date_select (1.15) from source at vendor/gems/calendar_date_select-1.15
  92. ** [out :: scottsdale.webapp.east] Using cancan (1.5.1) from source at vendor/gems/cancan-1.5.1
  93. ** [out :: scottsdale.webapp.east] Using net-ssh (2.1.4)
  94. ** [out :: scottsdale.webapp.east] Using net-scp (1.0.4)
  95. ** [out :: scottsdale.webapp.east] Using net-sftp (2.0.5)
  96. ** [out :: scottsdale.webapp.east] Using net-ssh-gateway (1.1.0)
  97. ** [out :: scottsdale.webapp.east] Using capistrano (2.6.0)
  98. ** [out :: scottsdale.webapp.east] Using capistrano-ext (1.2.1)
  99. ** [out :: scottsdale.webapp.east] Using celerity (0.8.9)
  100. ** [out :: scottsdale.webapp.east] Using culerity (0.2.15)
  101. ** [out :: scottsdale.webapp.east] Using mime-types (1.16)
  102. ** [out :: scottsdale.webapp.east] Using nokogiri (1.4.2)
  103. ** [out :: scottsdale.webapp.east] Using rack (1.3.0)
  104. ** [out :: scottsdale.webapp.east] Using rack-test (0.6.0)
  105. ** [out :: scottsdale.webapp.east] Using ffi (1.0.9)
  106. ** [out :: scottsdale.webapp.east] Using childprocess (0.1.9)
  107. ** [out :: scottsdale.webapp.east] Using json_pure (1.5.3)
  108. ** [out :: scottsdale.webapp.east] Using rubyzip (0.9.4) from source at vendor/gems/rubyzip-0.9.4
  109. ** [out :: scottsdale.webapp.east] Using selenium-webdriver (0.2.2)
  110. ** [out :: scottsdale.webapp.east] Using xpath (0.1.3)
  111. ** [out :: scottsdale.webapp.east] Using capybara (0.4.1.2)
  112. ** [out :: scottsdale.webapp.east] Using closure-compiler (1.1.1)
  113. ** [out :: scottsdale.webapp.east] Using cmdparse (2.0.3)
  114. ** [out :: scottsdale.webapp.east] Using columnize (0.3.4)
  115. ** [out :: scottsdale.webapp.east] Using crack (0.1.7) from source at vendor/gems/crack-0.1.7
  116. ** [out :: scottsdale.webapp.east] Using diff-lcs (1.1.2)
  117. ** [out :: scottsdale.webapp.east] Using polyglot (0.3.1)
  118. ** [out :: scottsdale.webapp.east] Using term-ansicolor (1.0.6)
  119. ** [out :: scottsdale.webapp.east] Using treetop (1.4.10)
  120. ** [out :: scottsdale.webapp.east] Using cucumber (0.6.1) from source at vendor/gems/cucumber-0.6.1
  121. ** [out :: scottsdale.webapp.east] Using cucumber-rails (0.2.3) from source at vendor/gems/cucumber-rails-0.2.3
  122. ** [out :: scottsdale.webapp.east] Using database_cleaner (0.4.2) from source at vendor/gems/database_cleaner-0.4.2
  123. ** [out :: scottsdale.webapp.east] Using eventmachine (0.12.10)
  124. ** [out :: scottsdale.webapp.east] Using hoe (1.5.3) from source at vendor/gems/hoe-1.5.3
  125. ** [out :: scottsdale.webapp.east] Using eycap (0.5.5)
  126. ** [out :: scottsdale.webapp.east] Using factory_girl (1.2.3) from source at vendor/gems/factory_girl-1.2.3
  127. ** [out :: scottsdale.webapp.east] Using faker (0.3.1)
  128. ** [out :: scottsdale.webapp.east] Using multipart-post (1.1.2)
  129. ** [out :: scottsdale.webapp.east] Using faraday (0.5.7)
  130. ** [out :: scottsdale.webapp.east] Using fastercsv (1.5.0)
  131. ** [out :: scottsdale.webapp.east] Using formtastic (1.1.0) from source at vendor/gems/formtastic-1.1.0
  132. ** [out :: scottsdale.webapp.east] Using geoip (0.8.7) from source at vendor/gems/geoip-0.8.7
  133. ** [out :: scottsdale.webapp.east] Using geokit-premier (0.0.5) from source at vendor/gems/geokit-premier-0.0.5
  134. ** [out :: scottsdale.webapp.east] Using haml (3.1.2)
  135. ** [out :: scottsdale.webapp.east] Using hoptoad_notifier (2.4.4) from source at vendor/gems/hoptoad_notifier-2.4.4
  136. ** [out :: scottsdale.webapp.east] Using hpricot (0.8.2)
  137. ** [out :: scottsdale.webapp.east] Using http_parser.rb (0.5.1)
  138. ** [out :: scottsdale.webapp.east] Using image_science (1.2.1)
  139. ** [out :: scottsdale.webapp.east] Using yui-compressor (0.9.6)
  140. ** [out :: scottsdale.webapp.east] Using jammit (0.5.4)
  141. ** [out :: scottsdale.webapp.east] Using rspec (1.2.9) from source at vendor/gems/rspec-1.2.9
  142. ** [out :: scottsdale.webapp.east] Using selenium-client (1.2.18) from source at vendor/gems/selenium-client-1.2.18
  143. ** [out :: scottsdale.webapp.east] Using selenium-rc (2.2.1)
  144. ** [out :: scottsdale.webapp.east] Using jasmine (1.0.1.1)
  145. ** [out :: scottsdale.webapp.east] Using json (1.2.4)
  146. ** [out :: scottsdale.webapp.east] Using jwt (0.1.3)
  147. ** [out :: scottsdale.webapp.east] Using rbx-require-relative (0.0.5)
  148. ** [out :: scottsdale.webapp.east] Using linecache (0.46)
  149. ** [out :: scottsdale.webapp.east] Using mustache (0.11.2) from source at vendor/gems/mustache-0.11.2
  150. ** [out :: scottsdale.webapp.east] Using mysql (2.8.1)
  151. ** [out :: scottsdale.webapp.east] Using newrelic_rpm (3.0.1) from source at vendor/gems/newrelic_rpm-3.0.1
  152. ** [out :: scottsdale.webapp.east] Using oauth (0.4.2) from source at vendor/gems/oauth-0.4.2
  153. ** [out :: scottsdale.webapp.east] Using parallel (0.3.6) from source at vendor/gems/parallel-0.3.6
  154. ** [out :: scottsdale.webapp.east] Using pdf-reader (0.7.7) from source at vendor/gems/pdf-reader-0.7.7
  155. ** [out :: scottsdale.webapp.east] Using png (1.2.0) from source at vendor/gems/png-1.2.0
  156. ** [out :: scottsdale.webapp.east] Using prawn (0.5.0.1) from source at vendor/gems/prawn-0.5.0.1
  157. ** [out :: scottsdale.webapp.east] Using prawn-core (0.5.0.1) from source at vendor/gems/prawn-core-0.5.0.1
  158. ** [out :: scottsdale.webapp.east] Using prawn-format (0.2.0.1) from source at vendor/gems/prawn-format-0.2.0.1
  159. ** [out :: scottsdale.webapp.east] Using prawn-layout (0.2.0.1) from source at vendor/gems/prawn-layout-0.2.0.1
  160. ** [out :: scottsdale.webapp.east] Using proxies (0.2.1) from source at vendor/gems/proxies-0.2.1
  161. ** [out :: scottsdale.webapp.east] Using redis (2.0.7) from source at vendor/gems/redis-2.0.7
  162. ** [out :: scottsdale.webapp.east] Using redis-namespace (1.0.3) from source at vendor/gems/redis-namespace-1.0.3
  163. ** [out :: scottsdale.webapp.east] Using refraction (0.2.0) from source at vendor/gems/refraction-0.2.0
  164. ** [out :: scottsdale.webapp.east] Using tilt (1.3.2)
  165. ** [out :: scottsdale.webapp.east] Using sinatra (1.2.6)
  166. ** [out :: scottsdale.webapp.east] Using vegas (0.1.7) from source at vendor/gems/vegas-0.1.7
  167. ** [out :: scottsdale.webapp.east] Using resque (1.15.0) from source at vendor/gems/resque-1.15.0
  168. ** [out :: scottsdale.webapp.east] Using resque-jobs-per-fork (1.15.1)
  169. ** [out :: scottsdale.webapp.east] Using resque-lock-timeout (0.2.1) from source at vendor/gems/resque-lock-timeout-0.2.1
  170. ** [out :: scottsdale.webapp.east] Using rest-client (1.6.3)
  171. ** [out :: scottsdale.webapp.east] Using rforce (0.7) from source at vendor/gems/rforce-0.7
  172. ** [out :: scottsdale.webapp.east] Using ri_cal (0.8.7) from source at vendor/gems/ri_cal-0.8.7
  173. ** [out :: scottsdale.webapp.east] Using riddle (1.0.10) from source at vendor/gems/riddle-1.0.10
  174. ** [out :: scottsdale.webapp.east] Using rpm_contrib (1.0.13) from source at vendor/gems/rpm_contrib-1.0.13
  175. ** [out :: scottsdale.webapp.east] Using rspec-rails (1.2.9) from source at vendor/gems/rspec-rails-1.2.9
  176. ** [out :: scottsdale.webapp.east] Using rtui (0.1.8) from source at vendor/gems/rtui-0.1.8
  177. ** [out :: scottsdale.webapp.east] Using ruby-debug-base (0.10.4)
  178. ** [out :: scottsdale.webapp.east] Using ruby-debug (0.10.4)
  179. ** [out :: scottsdale.webapp.east] Using ruby-hmac (0.4.0) from source at vendor/gems/ruby-hmac-0.4.0
  180. ** [out :: scottsdale.webapp.east] Using rubyforge (2.0.4) from source at vendor/gems/rubyforge-2.0.4
  181. ** [out :: scottsdale.webapp.east] Using s3 (0.3.7) from source at vendor/gems/s3-0.3.7
  182. ** [out :: scottsdale.webapp.east] Using sass (3.1.7)
  183. ** [out :: scottsdale.webapp.east] Using sauce (1.0.0)
  184. ** [out :: scottsdale.webapp.east] Using savon (0.7.8) from source at vendor/gems/savon-0.7.8
  185. ** [out :: scottsdale.webapp.east] Using typhoeus (0.2.4)
  186. ** [out :: scottsdale.webapp.east] Using uuidtools (2.1.1) from source at vendor/gems/uuidtools-2.1.1
  187. ** [out :: scottsdale.webapp.east] Using yajl-ruby (0.7.8)
  188. ** [out :: scottsdale.webapp.east] Using service-client (0.0.9) from source at vendor/gems/service-client-0.0.9
  189. ** [out :: scottsdale.webapp.east] Using signature (0.1.2) from source at vendor/gems/signature-0.1.2
  190. ** [out :: scottsdale.webapp.east] Using sim_launcher (0.3.1)
  191. ** [out :: scottsdale.webapp.east] Using simple-rss (1.2) from source at vendor/gems/simple-rss-1.2.0
  192. ** [out :: scottsdale.webapp.east] Using simple_oauth (0.1.5)
  193. ** [out :: scottsdale.webapp.east] Using sitemap_generator (1.5.2) from source at vendor/gems/sitemap_generator-1.5.2
  194. ** [out :: scottsdale.webapp.east] Using spec_ui (0.2.4) from source at vendor/gems/spec_ui-0.2.4
  195. ** [out :: scottsdale.webapp.east] Using thinking-sphinx (1.3.16) from source at vendor/gems/thinking-sphinx-1.3.16
  196. ** [out :: scottsdale.webapp.east] Using thrift (0.2.0.4)
  197. ** [out :: scottsdale.webapp.east] Using twitter-stream (0.1.14)
  198. ** [out :: scottsdale.webapp.east] Using tinder (1.4.3)
  199. ** [out :: scottsdale.webapp.east] Using ts-datetime-delta (1.0.2) from source at vendor/gems/ts-datetime-delta-1.0.2
  200. ** [out :: scottsdale.webapp.east] Using tupalo-kdtree (0.2.2)
  201. ** [out :: scottsdale.webapp.east] Using twilio-ruby (3.2.0)
  202. ** [out :: scottsdale.webapp.east] Using wirble (0.1.3)
  203. ** [out :: scottsdale.webapp.east] Using bundler (1.0.10)
  204. ** [out :: scottsdale.webapp.east] Updating .gem files in vendor/cache
  205. ** [out :: scottsdale.webapp.east] Your bundle is complete! It was installed into ./vendor/bundle
  206. ** [out :: scottsdale.webapp.east] Updating .gem files in vendor/cache
  207. command finished in 10314ms
  208. * executing "cd /data/thepoint/releases/20110901213258 && export RUBY_HEAP_MIN_SLOTS=500000 && export CONFIGURE_ARGS='--with-ldflags=\"-Wl,-R/usr/local/lib64 -Wl,-R/usr/local/lib -Wl,-R/usr/local/lib/mysql\"' && /usr/local/bin/bundle install --deployment --quiet"
  209. servers: ["scottsdale.webapp.east"]
  210. [scottsdale.webapp.east] executing command
  211. command finished in 7316ms
  212. triggering after callbacks for `bundle:install'
  213. * executing `bundle:share'
  214. Skipping bundle:share in TAT environment
  215. triggering after callbacks for `bundle:share'
  216. * executing `bundle:symlink'
  217. Skipping bundle:symlink in TAT environment
  218. * executing `deploy:symlink_configs'
  219. * executing "cd /data/thepoint/releases/20110901213258 &&\\\n ln -nfs /data/thepoint/shared/config/database.yml /data/thepoint/releases/20110901213258/config/database.yml &&\\\n ln -nfs /data/thepoint/shared/config/mongrel_cluster.yml /data/thepoint/releases/20110901213258/config/mongrel_cluster.yml"
  220. servers: ["scottsdale.webapp.east"]
  221. [scottsdale.webapp.east] executing command
  222. command finished in 128ms
  223. triggering after callbacks for `deploy:symlink_configs'
  224. * executing `bundler:bundle_gems'
  225. *** Skipping Engine Yard bundle install from eycap gem. ***
  226. * executing `thepoint_custom'
  227. * executing "cd /data/thepoint/releases/20110901213258 &&\\\n rm -rf /data/thepoint/releases/20110901213258/public/images/site_images &&\\\n ln -nfs /data/thepoint/shared/site_images /data/thepoint/releases/20110901213258/public/images/site_images &&\\\n\\\n rm -rf /data/thepoint/releases/20110901213258/config/local &&\\\n ln -nfs /data/thepoint/shared/local /data/thepoint/releases/20110901213258/config/local &&\\\n\\\n rm -rf /data/thepoint/releases/20110901213258/merchant_codes &&\\\n ln -nfs /data/thepoint/shared/merchant_codes /data/thepoint/releases/20110901213258/merchant_codes &&\\\n\\\n rm -f /data/thepoint/releases/20110901213258/public/sitemap.xml &&\\\n ln -nfs /data/thepoint/shared/sitemap.xml /data/thepoint/releases/20110901213258/public/sitemap.xml &&\\\n\\\n ln -nfs /var/lib/sphinx /data/thepoint/releases/20110901213258/db/sphinx &&\\\n ln -nfs /data/thepoint/shared/config/newrelic.yml /data/thepoint/releases/20110901213258/config/newrelic.yml &&\\\n ln -nfs /data/thepoint/shared/config/caching.yml /data/thepoint/releases/20110901213258/config/caching.yml &&\\\n\\\n chmod 755 /data/thepoint/releases/20110901213258"
  228. servers: ["scottsdale.webapp.east"]
  229. [scottsdale.webapp.east] executing command
  230. command finished in 168ms
  231. * executing `memcached:symlink_configs'
  232. * executing "if [ -f /data/thepoint/shared/config/memcached.yml ]; then ln -nfs /data/thepoint/shared/config/memcached.yml /data/thepoint/releases/20110901213258/config/memcached.yml; fi"
  233. servers: ["scottsdale.webapp.east"]
  234. [scottsdale.webapp.east] executing command
  235. command finished in 128ms
  236. * executing `write_hostinfo_yml'
  237. * executing "/bin/echo -ne 'hostname: '`hostname`'\\n' > /data/thepoint/releases/20110901213258/config/hostinfo.yml"
  238. servers: ["scottsdale.webapp.east"]
  239. [scottsdale.webapp.east] executing command
  240. command finished in 132ms
  241. * executing `deploy:web:disable'
  242. servers: ["scottsdale.webapp.east"]
  243. ** sftp upload #<StringIO:0x101adcbe8> -> /data/thepoint/shared/system/maintenance.html.tmp
  244. [scottsdale.webapp.east] /data/thepoint/shared/system/maintenance.html.tmp
  245. [scottsdale.webapp.east] done
  246. * sftp upload complete
  247. * executing "chmod 644 /data/thepoint/shared/system/maintenance.html.tmp"
  248. servers: ["scottsdale.webapp.east"]
  249. [scottsdale.webapp.east] executing command
  250. command finished in 129ms
  251. * executing "if [ -f /data/thepoint/shared/system/maintenance.html.custom ]; then cp /data/thepoint/shared/system/maintenance.html.custom /data/thepoint/shared/system/maintenance.html; else cp /data/thepoint/shared/system/maintenance.html.tmp /data/thepoint/shared/system/maintenance.html; fi"
  252. servers: ["scottsdale.webapp.east"]
  253. [scottsdale.webapp.east] executing command
  254. command finished in 129ms
  255. * executing `deploy:symlink'
  256. * executing "rm -f /data/thepoint/current && ln -s /data/thepoint/releases/20110901213258 /data/thepoint/current"
  257. servers: ["scottsdale.webapp.east"]
  258. [scottsdale.webapp.east] executing command
  259. command finished in 130ms
  260. * executing `deploy:migrate'
  261. * executing "ls -x /data/thepoint/releases"
  262. servers: ["scottsdale.webapp.east"]
  263. [scottsdale.webapp.east] executing command
  264. command finished in 129ms
  265. * executing "if [ -f /data/thepoint/releases/20110901213258/Gemfile ] ; then cd /data/thepoint/releases/20110901213258; LD_RUN_PATH=/usr/lib/mysql/libmysqlclient.so CONFIGURE_ARGS=\"--with-ldflags='-Xlinker -R/usr/lib/mysql'\" /usr/bin/bundle exec rake RAILS_ENV=production db:migrate ; else cd /data/thepoint/releases/20110901213258; LD_RUN_PATH=/usr/lib/mysql/libmysqlclient.so CONFIGURE_ARGS=\"--with-ldflags='-Xlinker -R/usr/lib/mysql'\" /usr/bin/bundle exec rake RAILS_ENV=production db:migrate ; fi"
  266. servers: ["scottsdale.webapp.east"]
  267. [scottsdale.webapp.east] executing command
  268. ** [out :: scottsdale.webapp.east] sh: /usr/bin/bundle: No such file or directory
  269. command finished in 171ms
  270. *** [deploy:symlink] rolling back
  271. * executing "rm -f /data/thepoint/current; ln -s /data/thepoint/releases/20110901205731 /data/thepoint/current; true"
  272. servers: ["scottsdale.webapp.east"]
  273. [scottsdale.webapp.east] executing command
  274. command finished in 110ms
  275. *** [deploy:web:disable] rolling back
  276. * executing "rm /data/thepoint/shared/system/maintenance.html"
  277. servers: ["scottsdale.webapp.east"]
  278. [scottsdale.webapp.east] executing command
  279. command finished in 142ms
  280. *** [deploy:update_code] rolling back
  281. * executing "rm -rf /data/thepoint/releases/20110901213258; true"
  282. servers: ["scottsdale.webapp.east"]
  283. [scottsdale.webapp.east] executing command
  284. command finished in 628ms
  285. failed: "sh -c 'if [ -f /data/thepoint/releases/20110901213258/Gemfile ] ; then cd /data/thepoint/releases/20110901213258; LD_RUN_PATH=/usr/lib/mysql/libmysqlclient.so CONFIGURE_ARGS=\"--with-ldflags='\\''-Xlinker -R/usr/lib/mysql'\\''\" /usr/bin/bundle exec rake RAILS_ENV=production db:migrate ; else cd /data/thepoint/releases/20110901213258; LD_RUN_PATH=/usr/lib/mysql/libmysqlclient.so CONFIGURE_ARGS=\"--with-ldflags='\\''-Xlinker -R/usr/lib/mysql'\\''\" /usr/bin/bundle exec rake RAILS_ENV=production db:migrate ; fi'" on scottsdale.webapp.east
  286.  
  287.  
  288. Please wait while the log file is processed
  289. Executing Post Processing Hooks
  290. * executing `ey_logger:upload_log_to_slice'
  291. * executing "mkdir -p /data/thepoint/shared/deploy_logs"
  292. servers: ["scottsdale.webapp.east"]
  293. [scottsdale.webapp.east] executing command
  294. command finished in 131ms
  295. servers: ["scottsdale.webapp.east"]
  296. ** sftp upload #<StringIO:0x101a1a318> -> /data/thepoint/shared/deploy_logs/20110901213258-deploy_long-FAILURE.log
  297. [scottsdale.webapp.east] /data/thepoint/shared/deploy_logs/20110901213258-deploy_long-FAILURE.log
  298. [scottsdale.webapp.east] done
  299. * sftp upload complete
  300. Finished Post Processing Hooks
Add Comment
Please, Sign In to add comment