Skip to content

Instantly share code, notes, and snippets.

@bwoolley
Created October 15, 2013 16:32
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 bwoolley/6994477 to your computer and use it in GitHub Desktop.
Save bwoolley/6994477 to your computer and use it in GitHub Desktop.
triggering start callbacks for `deploy'
* executing `multistage:ensure'
*** Defaulting to `production'
* executing `production'
* executing `deploy'
triggering before callbacks for `deploy'
* executing `hipchat:trigger_notification'
* executing `deploy:update'
** transaction: start
* executing `deploy:update_code'
triggering before callbacks for `deploy:update_code'
* executing `hipchat:notify_deploy_started'
executing locally: "git ls-remote git@github.com:winelibrary/wl_admin.git master"
command finished in 787ms
updating the cached checkout on all servers
* executing "if [ -d /var/www/wl_admin/shared/cached-copy ]; then cd /var/www/wl_admin/shared/cached-copy && git fetch -q origin && git fetch --tags -q origin && git reset -q --hard 0e05bdf8ba48160e6499d2f3890bb7a621eb7887 && git submodule -q init && for mod in `git submodule status | awk '{ print $2 }'`; do git config -f .git/config submodule.${mod}.url `git config -f .gitmodules --get submodule.${mod}.url` && echo Synced $mod; done && git submodule -q sync && git submodule -q update --init --recursive && git clean -q -d -x -f; else git clone -q git@github.com:winelibrary/wl_admin.git /var/www/wl_admin/shared/cached-copy && cd /var/www/wl_admin/shared/cached-copy && git checkout -q -b deploy 0e05bdf8ba48160e6499d2f3890bb7a621eb7887 && git submodule -q init && git submodule -q sync && git submodule -q update --init --recursive; fi"
servers: ["snake.wladmin.com", "ryu.wladmin.com", "kratos.wladmin.com"]
[ryu.wladmin.com] executing command
[kratos.wladmin.com] executing command
[snake.wladmin.com] executing command
** [ryu.wladmin.com :: out] Synced db
** [ryu.wladmin.com :: out] Synced vendor/plugins/magstar
** [kratos.wladmin.com :: out] Synced db
** [kratos.wladmin.com :: out] Synced vendor/plugins/magstar
** [snake.wladmin.com :: out] Synced db
** [snake.wladmin.com :: out] Synced vendor/plugins/magstar
command finished in 2283ms
copying the cached version to /var/www/wl_admin/releases/20131015160356
* executing "cp -RPp /var/www/wl_admin/shared/cached-copy /var/www/wl_admin/releases/20131015160356 && (echo 0e05bdf8ba48160e6499d2f3890bb7a621eb7887 > /var/www/wl_admin/releases/20131015160356/REVISION)"
servers: ["snake.wladmin.com", "ryu.wladmin.com", "kratos.wladmin.com"]
[snake.wladmin.com] executing command
[ryu.wladmin.com] executing command
[kratos.wladmin.com] executing command
command finished in 5271ms
* executing `deploy:finalize_update'
triggering before callbacks for `deploy:finalize_update'
* executing `bundle:install'
* executing "cd /var/www/wl_admin/releases/20131015160356 && bundle install --gemfile /var/www/wl_admin/releases/20131015160356/Gemfile --path /var/www/wl_admin/shared/bundle --deployment --quiet --without development test"
servers: ["snake.wladmin.com", "ryu.wladmin.com", "kratos.wladmin.com"]
[ryu.wladmin.com] executing command
[kratos.wladmin.com] executing command
[snake.wladmin.com] executing command
** [out :: kratos.wladmin.com] Bundler::Fetcher::CertificateFailureError: Could not verify the SSL certificate for https://rubygems.org/.
** [out :: kratos.wladmin.com] There is a chance you are experiencing a man-in-the-middle attack, but most likely your system doesn't have the CA certificates needed for verification. For information about OpenSSL certificates, see bit.ly/ruby-ssl. To connect without using SSL, edit your Gemfile sources and change 'https' to 'http'.
** [out :: kratos.wladmin.com] An error occurred while installing uuidtools (2.1.4), and Bundler cannot
** [out :: kratos.wladmin.com] continue.
** [out :: kratos.wladmin.com] Make sure that `gem install uuidtools -v '2.1.4'` succeeds before bundling.
** [out :: ryu.wladmin.com] Bundler::Fetcher::CertificateFailureError: Could not verify the SSL certificate for https://rubygems.org/.
** [out :: ryu.wladmin.com] There is a chance you are experiencing a man-in-the-middle attack, but most likely your system doesn't have the CA certificates needed for verification. For information about OpenSSL certificates, see bit.ly/ruby-ssl. To connect without using SSL, edit your Gemfile sources and change 'https' to 'http'.
** [out :: ryu.wladmin.com] An error occurred while installing slop (3.4.6), and Bundler cannot continue.
** [out :: ryu.wladmin.com] Make sure that `gem install slop -v '3.4.6'` succeeds before bundling.
command finished in 68317ms
*** [deploy:update_code] rolling back
* executing "rm -rf /var/www/wl_admin/releases/20131015160356; true"
servers: ["snake.wladmin.com", "ryu.wladmin.com", "kratos.wladmin.com"]
[snake.wladmin.com] executing command
[ryu.wladmin.com] executing command
[kratos.wladmin.com] executing command
command finished in 513ms
*** [hipchat:notify_deploy_started] rolling back
failed: "sh -c 'cd /var/www/wl_admin/releases/20131015160356 && bundle install --gemfile /var/www/wl_admin/releases/20131015160356
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment