Created
March 14, 2014 16:27
-
-
Save atkolkma/9551199 to your computer and use it in GitHub Desktop.
Minitest 4.7.5 installation error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bundler 1.5.3 | |
Ruby 2.1.0 (2013-12-25 patchlevel 0) [x86_64-darwin12.0] | |
Rubygems 2.2.1 | |
rvm 1.25.15 (stable) | |
GEM_HOME /usr/local/rvm/gems/ruby-2.1.0 | |
GEM_PATH /usr/local/rvm/gems/ruby-2.1.0:/usr/local/rvm/gems/ruby-2.1.0@global | |
rubygems-bundler (1.4.2) | |
Gemfile | |
source 'https://rubygems.org' | |
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | |
gem 'rails', '4.0.3' | |
# Use sqlite3 as the database for Active Record | |
gem 'sqlite3' | |
gem "mysql", "~> 2.9.1" | |
# Use SCSS for stylesheets | |
gem 'sass-rails', '~> 4.0.0' | |
# Use Uglifier as compressor for JavaScript assets | |
gem 'uglifier', '>= 1.3.0' | |
# Use CoffeeScript for .js.coffee assets and views | |
gem 'coffee-rails', '~> 4.0.0' | |
# See https://github.com/sstephenson/execjs#readme for more supported runtimes | |
# gem 'therubyracer', platforms: :ruby | |
# Use jquery as the JavaScript library | |
gem 'jquery-rails' | |
# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks | |
gem 'turbolinks' | |
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder | |
gem 'jbuilder', '~> 1.2' | |
group :doc do | |
# bundle exec rake doc:rails generates the API under doc/api. | |
gem 'sdoc', require: false | |
end | |
# gem "capistrano-rvm", "~> 0.1.1" | |
gem 'rvm1-capistrano3', require: false | |
# Use ActiveModel has_secure_password | |
# gem 'bcrypt-ruby', '~> 3.1.2' | |
# Use unicorn as the app server | |
# gem 'unicorn' | |
# Use Capistrano for deployment | |
gem 'capistrano', '~> 3.1', group: :development | |
gem 'capistrano-rails', '~> 1.1' | |
# Use debugger | |
# gem 'debugger', group: [:development, :test] | |
Gemfile.lock | |
GEM | |
remote: https://rubygems.org/ | |
specs: | |
actionmailer (4.0.3) | |
actionpack (= 4.0.3) | |
mail (~> 2.5.4) | |
actionpack (4.0.3) | |
activesupport (= 4.0.3) | |
builder (~> 3.1.0) | |
erubis (~> 2.7.0) | |
rack (~> 1.5.2) | |
rack-test (~> 0.6.2) | |
activemodel (4.0.3) | |
activesupport (= 4.0.3) | |
builder (~> 3.1.0) | |
activerecord (4.0.3) | |
activemodel (= 4.0.3) | |
activerecord-deprecated_finders (~> 1.0.2) | |
activesupport (= 4.0.3) | |
arel (~> 4.0.0) | |
activerecord-deprecated_finders (1.0.3) | |
activesupport (4.0.3) | |
i18n (~> 0.6, >= 0.6.4) | |
minitest (~> 4.2) | |
multi_json (~> 1.3) | |
thread_safe (~> 0.1) | |
tzinfo (~> 0.3.37) | |
arel (4.0.2) | |
atomic (1.1.15) | |
builder (3.1.4) | |
capistrano (3.1.0) | |
i18n | |
rake (>= 10.0.0) | |
sshkit (~> 1.3) | |
capistrano-bundler (1.1.2) | |
capistrano (~> 3.0) | |
sshkit (~> 1.2) | |
capistrano-rails (1.1.1) | |
capistrano (~> 3.1) | |
capistrano-bundler (~> 1.1) | |
coffee-rails (4.0.1) | |
coffee-script (>= 2.2.0) | |
railties (>= 4.0.0, < 5.0) | |
coffee-script (2.2.0) | |
coffee-script-source | |
execjs | |
coffee-script-source (1.7.0) | |
erubis (2.7.0) | |
execjs (2.0.2) | |
hike (1.2.3) | |
i18n (0.6.9) | |
jbuilder (1.5.3) | |
activesupport (>= 3.0.0) | |
multi_json (>= 1.2.0) | |
jquery-rails (3.1.0) | |
railties (>= 3.0, < 5.0) | |
thor (>= 0.14, < 2.0) | |
json (1.8.1) | |
mail (2.5.4) | |
mime-types (~> 1.16) | |
treetop (~> 1.4.8) | |
mime-types (1.25.1) | |
minitest (4.7.5) | |
multi_json (1.9.0) | |
mysql (2.9.1) | |
net-scp (1.1.2) | |
net-ssh (>= 2.6.5) | |
net-ssh (2.8.0) | |
polyglot (0.3.4) | |
rack (1.5.2) | |
rack-test (0.6.2) | |
rack (>= 1.0) | |
rails (4.0.3) | |
actionmailer (= 4.0.3) | |
actionpack (= 4.0.3) | |
activerecord (= 4.0.3) | |
activesupport (= 4.0.3) | |
bundler (>= 1.3.0, < 2.0) | |
railties (= 4.0.3) | |
sprockets-rails (~> 2.0.0) | |
railties (4.0.3) | |
actionpack (= 4.0.3) | |
activesupport (= 4.0.3) | |
rake (>= 0.8.7) | |
thor (>= 0.18.1, < 2.0) | |
rake (10.1.1) | |
rdoc (4.1.1) | |
json (~> 1.4) | |
rvm1-capistrano3 (1.2.2) | |
capistrano (~> 3.0) | |
sshkit (>= 1.2) | |
sass (3.2.15) | |
sass-rails (4.0.2) | |
railties (>= 4.0.0, < 5.0) | |
sass (~> 3.2.0) | |
sprockets (~> 2.8, <= 2.11.0) | |
sprockets-rails (~> 2.0.0) | |
sdoc (0.4.0) | |
json (~> 1.8) | |
rdoc (~> 4.0, < 5.0) | |
sprockets (2.11.0) | |
hike (~> 1.2) | |
multi_json (~> 1.0) | |
rack (~> 1.0) | |
tilt (~> 1.1, != 1.3.0) | |
sprockets-rails (2.0.1) | |
actionpack (>= 3.0) | |
activesupport (>= 3.0) | |
sprockets (~> 2.8) | |
sqlite3 (1.3.9) | |
sshkit (1.3.0) | |
net-scp (>= 1.1.2) | |
net-ssh | |
term-ansicolor | |
term-ansicolor (1.3.0) | |
tins (~> 1.0) | |
thor (0.18.1) | |
thread_safe (0.2.0) | |
atomic (>= 1.1.7, < 2) | |
tilt (1.4.1) | |
tins (1.0.0) | |
treetop (1.4.15) | |
polyglot | |
polyglot (>= 0.3.1) | |
turbolinks (2.2.1) | |
coffee-rails | |
tzinfo (0.3.39) | |
uglifier (2.4.0) | |
execjs (>= 0.3.0) | |
json (>= 1.8.0) | |
PLATFORMS | |
ruby | |
DEPENDENCIES | |
capistrano (~> 3.1) | |
capistrano-rails (~> 1.1) | |
coffee-rails (~> 4.0.0) | |
jbuilder (~> 1.2) | |
jquery-rails | |
mysql (~> 2.9.1) | |
rails (= 4.0.3) | |
rvm1-capistrano3 | |
sass-rails (~> 4.0.0) | |
sdoc | |
sqlite3 | |
turbolinks | |
uglifier (>= 1.3.0) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bundler 1.5.3 | |
Ruby 2.1.0 (2013-12-25 patchlevel 0) [x86_64-linux] | |
Rubygems 2.2.2 | |
rvm 1.25.20 (master) | |
GEM_HOME /usr/local/rvm/gems/ruby-2.1.0 | |
GEM_PATH /usr/local/rvm/gems/ruby-2.1.0:/usr/local/rvm/gems/ruby-2.1.0@global | |
rubygems-bundler (1.4.2) | |
Gemfile | |
<No Gemfile found> | |
Gemfile.lock | |
<No Gemfile.lock found> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cap production deploy | |
INFO [8da38c5c] Running /usr/bin/env mkdir -p /tmp/parts-inventory/ on 107.170.25.140 | |
DEBUG [8da38c5c] Command: /usr/bin/env mkdir -p /tmp/parts-inventory/ | |
INFO [8da38c5c] Finished in 0.933 seconds with exit status 0 (successful). | |
DEBUG Uploading /usr/local/rvm/gems/ruby-2.1.0/gems/rvm1-capistrano3-1.2.2/script/rvm-auto.sh 0.0% | |
INFO Uploading /usr/local/rvm/gems/ruby-2.1.0/gems/rvm1-capistrano3-1.2.2/script/rvm-auto.sh 100.0% | |
INFO [813bdfae] Running /usr/bin/env chmod +x /tmp/parts-inventory/rvm-auto.sh on 107.170.25.140 | |
DEBUG [813bdfae] Command: /usr/bin/env chmod +x /tmp/parts-inventory/rvm-auto.sh | |
INFO [813bdfae] Finished in 0.083 seconds with exit status 0 (successful). | |
INFO [a071c752] Running /usr/bin/env mkdir -p /tmp/parts-inventory/ on 107.170.25.140 | |
DEBUG [a071c752] Command: /usr/bin/env mkdir -p /tmp/parts-inventory/ | |
INFO [a071c752] Finished in 0.084 seconds with exit status 0 (successful). | |
DEBUG Uploading /tmp/parts-inventory/git-ssh.sh 0.0% | |
INFO Uploading /tmp/parts-inventory/git-ssh.sh 100.0% | |
INFO [93d0d6dc] Running /usr/bin/env chmod +x /tmp/parts-inventory/git-ssh.sh on 107.170.25.140 | |
DEBUG [93d0d6dc] Command: /usr/bin/env chmod +x /tmp/parts-inventory/git-ssh.sh | |
INFO [93d0d6dc] Finished in 0.081 seconds with exit status 0 (successful). | |
DEBUG [3fa1be4a] Running /usr/bin/env git ls-remote [email protected]:atkolkma/parts-inventory2.git on 107.170.25.140 | |
DEBUG [3fa1be4a] Command: ( GIT_ASKPASS=/bin/echo GIT_SSH=/tmp/parts-inventory/git-ssh.sh /usr/bin/env git ls-remote [email protected]:atkolkma/parts-inventory2.git ) | |
DEBUG [3fa1be4a] 559c560079e79f329d68106cc7b0b6fad0e4df4c | |
DEBUG [3fa1be4a] | |
DEBUG [3fa1be4a] HEAD | |
DEBUG [3fa1be4a] | |
DEBUG [3fa1be4a] 559c560079e79f329d68106cc7b0b6fad0e4df4c | |
DEBUG [3fa1be4a] | |
DEBUG [3fa1be4a] refs/heads/master | |
DEBUG [3fa1be4a] | |
DEBUG [3fa1be4a] Finished in 0.570 seconds with exit status 0 (successful). | |
INFO [d51c1fca] Running /usr/bin/env mkdir -pv /var/www/parts-inventory/shared /var/www/parts-inventory/releases on 107.170.25.140 | |
DEBUG [d51c1fca] Command: /usr/bin/env mkdir -pv /var/www/parts-inventory/shared /var/www/parts-inventory/releases | |
INFO [d51c1fca] Finished in 0.081 seconds with exit status 0 (successful). | |
INFO [afa3d449] Running /usr/bin/env mkdir -pv /var/www/parts-inventory/shared/public/assets on 107.170.25.140 | |
DEBUG [afa3d449] Command: /usr/bin/env mkdir -pv /var/www/parts-inventory/shared/public/assets | |
INFO [afa3d449] Finished in 0.079 seconds with exit status 0 (successful). | |
DEBUG [46cf5a2c] Running /usr/bin/env [ -f /var/www/parts-inventory/repo/HEAD ] on 107.170.25.140 | |
DEBUG [46cf5a2c] Command: [ -f /var/www/parts-inventory/repo/HEAD ] | |
DEBUG [46cf5a2c] Finished in 0.078 seconds with exit status 0 (successful). | |
INFO The repository mirror is at /var/www/parts-inventory/repo | |
DEBUG [4d344788] Running /usr/bin/env if test ! -d /var/www/parts-inventory/repo; then echo "Directory does not exist '/var/www/parts-inventory/repo'" 1>&2; false; fi on 107.170.25.140 | |
DEBUG [4d344788] Command: if test ! -d /var/www/parts-inventory/repo; then echo "Directory does not exist '/var/www/parts-inventory/repo'" 1>&2; false; fi | |
DEBUG [4d344788] Finished in 0.080 seconds with exit status 0 (successful). | |
DEBUG [3bf9ae15] Running /usr/bin/env cd /var/www/parts-inventory/repo && git rev-parse --short HEAD on 107.170.25.140 | |
DEBUG [3bf9ae15] Command: cd /var/www/parts-inventory/repo && git rev-parse --short HEAD | |
DEBUG [3bf9ae15] 559c560 | |
DEBUG [3bf9ae15] | |
DEBUG [3bf9ae15] Finished in 0.085 seconds with exit status 0 (successful). | |
INFO [0eb972a2] Running /usr/bin/env git remote update on 107.170.25.140 | |
DEBUG [0eb972a2] Command: cd /var/www/parts-inventory/repo && /usr/bin/env git remote update | |
DEBUG [0eb972a2] Fetching origin | |
DEBUG [0eb972a2] | |
INFO [0eb972a2] Finished in 0.661 seconds with exit status 0 (successful). | |
DEBUG [cb1679f3] Running /usr/bin/env cd /var/www/parts-inventory/repo && git rev-parse --short HEAD on 107.170.25.140 | |
DEBUG [cb1679f3] Command: cd /var/www/parts-inventory/repo && git rev-parse --short HEAD | |
DEBUG [cb1679f3] 559c560 | |
DEBUG [cb1679f3] | |
DEBUG [cb1679f3] Finished in 0.080 seconds with exit status 0 (successful). | |
DEBUG [4f37e3e7] Running /usr/bin/env if test ! -d /var/www/parts-inventory/repo; then echo "Directory does not exist '/var/www/parts-inventory/repo'" 1>&2; false; fi on 107.170.25.140 | |
DEBUG [4f37e3e7] Command: if test ! -d /var/www/parts-inventory/repo; then echo "Directory does not exist '/var/www/parts-inventory/repo'" 1>&2; false; fi | |
DEBUG [4f37e3e7] Finished in 0.079 seconds with exit status 0 (successful). | |
INFO [7ff8332f] Running /usr/bin/env mkdir -p /var/www/parts-inventory/releases/20140314160713 on 107.170.25.140 | |
DEBUG [7ff8332f] Command: cd /var/www/parts-inventory/repo && ( GIT_ASKPASS=/bin/echo GIT_SSH=/tmp/parts-inventory/git-ssh.sh /usr/bin/env mkdir -p /var/www/parts-inventory/releases/20140314160713 ) | |
INFO [7ff8332f] Finished in 0.083 seconds with exit status 0 (successful). | |
INFO [ba4b06ac] Running /usr/bin/env git archive master | tar -x -C /var/www/parts-inventory/releases/20140314160713 on 107.170.25.140 | |
DEBUG [ba4b06ac] Command: cd /var/www/parts-inventory/repo && ( GIT_ASKPASS=/bin/echo GIT_SSH=/tmp/parts-inventory/git-ssh.sh /usr/bin/env git archive master | tar -x -C /var/www/parts-inventory/releases/20140314160713 ) | |
INFO [ba4b06ac] Finished in 0.090 seconds with exit status 0 (successful). | |
INFO [81a7a571] Running /usr/bin/env mkdir -pv /var/www/parts-inventory/releases/20140314160713/public on 107.170.25.140 | |
DEBUG [81a7a571] Command: /usr/bin/env mkdir -pv /var/www/parts-inventory/releases/20140314160713/public | |
INFO [81a7a571] Finished in 0.081 seconds with exit status 0 (successful). | |
DEBUG [82ee439c] Running /usr/bin/env [ -L /var/www/parts-inventory/releases/20140314160713/public/assets ] on 107.170.25.140 | |
DEBUG [82ee439c] Command: [ -L /var/www/parts-inventory/releases/20140314160713/public/assets ] | |
DEBUG [82ee439c] Finished in 0.079 seconds with exit status 1 (failed). | |
DEBUG [c505a941] Running /usr/bin/env [ -d /var/www/parts-inventory/releases/20140314160713/public/assets ] on 107.170.25.140 | |
DEBUG [c505a941] Command: [ -d /var/www/parts-inventory/releases/20140314160713/public/assets ] | |
DEBUG [c505a941] Finished in 0.079 seconds with exit status 1 (failed). | |
INFO [853f4573] Running /usr/bin/env ln -s /var/www/parts-inventory/shared/public/assets /var/www/parts-inventory/releases/20140314160713/public/assets on 107.170.25.140 | |
DEBUG [853f4573] Command: /usr/bin/env ln -s /var/www/parts-inventory/shared/public/assets /var/www/parts-inventory/releases/20140314160713/public/assets | |
INFO [853f4573] Finished in 0.080 seconds with exit status 0 (successful). | |
DEBUG [31ad080f] Running /usr/bin/env if test ! -d /var/www/parts-inventory/releases/20140314160713; then echo "Directory does not exist '/var/www/parts-inventory/releases/20140314160713'" 1>&2; false; fi on 107.170.25.140 | |
DEBUG [31ad080f] Command: if test ! -d /var/www/parts-inventory/releases/20140314160713; then echo "Directory does not exist '/var/www/parts-inventory/releases/20140314160713'" 1>&2; false; fi | |
DEBUG [31ad080f] Finished in 0.080 seconds with exit status 0 (successful). | |
INFO [9f2b970e] Running /tmp/parts-inventory/rvm-auto.sh . bundle install --binstubs /var/www/parts-inventory/shared/bin --path /var/www/parts-inventory/shared/bundle --without development test --deployment --quiet on 107.170.25.140 | |
DEBUG [9f2b970e] Command: cd /var/www/parts-inventory/releases/20140314160713 && /tmp/parts-inventory/rvm-auto.sh . bundle install --binstubs /var/www/parts-inventory/shared/bin --path /var/www/parts-inventory/shared/bundle --without development test --deployment --quiet | |
DEBUG [9f2b970e] Bundler::GemNotFound: Could not find minitest-4.7.5.gem for installation | |
DEBUG [9f2b970e] | |
DEBUG [9f2b970e] An error occurred while installing minitest (4.7.5), and Bundler cannot | |
DEBUG [9f2b970e] | |
DEBUG [9f2b970e] continue. | |
DEBUG [9f2b970e] | |
DEBUG [9f2b970e] Make sure that `gem install minitest -v '4.7.5'` succeeds before bundling. | |
DEBUG [9f2b970e] | |
cap aborted! | |
bundle stdout: Nothing written | |
bundle stderr: Nothing written | |
/usr/local/rvm/gems/ruby-2.1.0/gems/sshkit-1.3.0/lib/sshkit/command.rb:94:in `exit_status=' | |
/usr/local/rvm/gems/ruby-2.1.0/gems/sshkit-1.3.0/lib/sshkit/backends/netssh.rb:142:in `block (4 levels) in _execute' | |
/usr/local/rvm/gems/ruby-2.1.0/gems/net-ssh-2.8.0/lib/net/ssh/connection/channel.rb:551:in `call' | |
/usr/local/rvm/gems/ruby-2.1.0/gems/net-ssh-2.8.0/lib/net/ssh/connection/channel.rb:551:in `do_request' | |
/usr/local/rvm/gems/ruby-2.1.0/gems/net-ssh-2.8.0/lib/net/ssh/connection/session.rb:561:in `channel_request' | |
/usr/local/rvm/gems/ruby-2.1.0/gems/net-ssh-2.8.0/lib/net/ssh/connection/session.rb:465:in `dispatch_incoming_packets' | |
/usr/local/rvm/gems/ruby-2.1.0/gems/net-ssh-2.8.0/lib/net/ssh/connection/session.rb:221:in `preprocess' | |
/usr/local/rvm/gems/ruby-2.1.0/gems/net-ssh-2.8.0/lib/net/ssh/connection/session.rb:205:in `process' | |
/usr/local/rvm/gems/ruby-2.1.0/gems/net-ssh-2.8.0/lib/net/ssh/connection/session.rb:169:in `block in loop' | |
/usr/local/rvm/gems/ruby-2.1.0/gems/net-ssh-2.8.0/lib/net/ssh/connection/session.rb:169:in `loop' | |
/usr/local/rvm/gems/ruby-2.1.0/gems/net-ssh-2.8.0/lib/net/ssh/connection/session.rb:169:in `loop' | |
/usr/local/rvm/gems/ruby-2.1.0/gems/net-ssh-2.8.0/lib/net/ssh/connection/channel.rb:269:in `wait' | |
/usr/local/rvm/gems/ruby-2.1.0/gems/sshkit-1.3.0/lib/sshkit/backends/netssh.rb:164:in `block (2 levels) in _execute' | |
/usr/local/rvm/gems/ruby-2.1.0/gems/net-ssh-2.8.0/lib/net/ssh/connection/channel.rb:514:in `call' | |
/usr/local/rvm/gems/ruby-2.1.0/gems/net-ssh-2.8.0/lib/net/ssh/connection/channel.rb:514:in `do_open_confirmation' | |
/usr/local/rvm/gems/ruby-2.1.0/gems/net-ssh-2.8.0/lib/net/ssh/connection/session.rb:545:in `channel_open_confirmation' | |
/usr/local/rvm/gems/ruby-2.1.0/gems/net-ssh-2.8.0/lib/net/ssh/connection/session.rb:465:in `dispatch_incoming_packets' | |
/usr/local/rvm/gems/ruby-2.1.0/gems/net-ssh-2.8.0/lib/net/ssh/connection/session.rb:221:in `preprocess' | |
/usr/local/rvm/gems/ruby-2.1.0/gems/net-ssh-2.8.0/lib/net/ssh/connection/session.rb:205:in `process' | |
/usr/local/rvm/gems/ruby-2.1.0/gems/net-ssh-2.8.0/lib/net/ssh/connection/session.rb:169:in `block in loop' | |
/usr/local/rvm/gems/ruby-2.1.0/gems/net-ssh-2.8.0/lib/net/ssh/connection/session.rb:169:in `loop' | |
/usr/local/rvm/gems/ruby-2.1.0/gems/net-ssh-2.8.0/lib/net/ssh/connection/session.rb:169:in `loop' | |
/usr/local/rvm/gems/ruby-2.1.0/gems/sshkit-1.3.0/lib/sshkit/backends/netssh.rb:166:in `block in _execute' | |
/usr/local/rvm/gems/ruby-2.1.0/gems/sshkit-1.3.0/lib/sshkit/backends/netssh.rb:123:in `tap' | |
/usr/local/rvm/gems/ruby-2.1.0/gems/sshkit-1.3.0/lib/sshkit/backends/netssh.rb:123:in `_execute' | |
/usr/local/rvm/gems/ruby-2.1.0/gems/sshkit-1.3.0/lib/sshkit/backends/netssh.rb:66:in `execute' | |
/usr/local/rvm/gems/ruby-2.1.0/gems/capistrano-bundler-1.1.2/lib/capistrano/tasks/bundler.cap:30:in `block (5 levels) in <top (required)>' | |
/usr/local/rvm/gems/ruby-2.1.0/gems/sshkit-1.3.0/lib/sshkit/backends/abstract.rb:89:in `with' | |
/usr/local/rvm/gems/ruby-2.1.0/gems/capistrano-bundler-1.1.2/lib/capistrano/tasks/bundler.cap:22:in `block (4 levels) in <top (required)>' | |
/usr/local/rvm/gems/ruby-2.1.0/gems/sshkit-1.3.0/lib/sshkit/backends/abstract.rb:81:in `within' | |
/usr/local/rvm/gems/ruby-2.1.0/gems/capistrano-bundler-1.1.2/lib/capistrano/tasks/bundler.cap:21:in `block (3 levels) in <top (required)>' | |
/usr/local/rvm/gems/ruby-2.1.0/gems/sshkit-1.3.0/lib/sshkit/backends/netssh.rb:54:in `instance_exec' | |
/usr/local/rvm/gems/ruby-2.1.0/gems/sshkit-1.3.0/lib/sshkit/backends/netssh.rb:54:in `run' | |
/usr/local/rvm/gems/ruby-2.1.0/gems/sshkit-1.3.0/lib/sshkit/runners/parallel.rb:12:in `block (2 levels) in execute' | |
Tasks: TOP => deploy:updated => bundler:install | |
(See full trace by running task with --trace) | |
The deploy has failed with an error: #<SSHKit::Command::Failed: bundle stdout: Nothing written | |
bundle stderr: Nothing written |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment