Skip to content

Instantly share code, notes, and snippets.

@ruvaleev
Created June 26, 2020 10:48
Show Gist options
  • Select an option

  • Save ruvaleev/a5cbaa16661829bae647c136b37dd49d to your computer and use it in GitHub Desktop.

Select an option

Save ruvaleev/a5cbaa16661829bae647c136b37dd49d to your computer and use it in GitHub Desktop.
$ cap production deploy
DEBUG [49761f31] Running [ -d $HOME/.rbenv/versions/2.6.5 ] as deploy@199.192.25.241
DEBUG [49761f31] Command: [ -d $HOME/.rbenv/versions/2.6.5 ]
DEBUG [49761f31] Finished in 3.711 seconds with exit status 0 (successful).
DEBUG [bc92df8c] Running /usr/bin/env which passenger as deploy@199.192.25.241
DEBUG [bc92df8c] Command: ( export RAILS_ENV="production" ; /usr/bin/env which passenger )
DEBUG [bc92df8c] /usr/bin/passenger
DEBUG [bc92df8c] Finished in 1.024 seconds with exit status 0 (successful).
INFO [6609a81e] Running /usr/bin/env mkdir -p /tmp as deploy@199.192.25.241
DEBUG [6609a81e] Command: ( export RAILS_ENV="production" RBENV_ROOT="$HOME/.rbenv" RBENV_VERSION="2.6.5" ; /usr/bin/env mkdir -p /tmp )
INFO [6609a81e] Finished in 0.949 seconds with exit status 0 (successful).
DEBUG Uploading /tmp/git-ssh-project-production-ruslan.sh 0.0%
INFO Uploading /tmp/git-ssh-project-production-ruslan.sh 100.0%
INFO [b642b861] Running /usr/bin/env chmod 700 /tmp/git-ssh-project-production-ruslan.sh as deploy@199.192.25.241
DEBUG [b642b861] Command: ( export RAILS_ENV="production" RBENV_ROOT="$HOME/.rbenv" RBENV_VERSION="2.6.5" ; /usr/bin/env chmod 700 /tmp/git-ssh-project-production-ruslan.sh )
INFO [b642b861] Finished in 0.905 seconds with exit status 0 (successful).
INFO [31ba2b53] Running /usr/bin/env git ls-remote git@github.com:ruvaleev/project_x.git HEAD as deploy@199.192.25.241
DEBUG [31ba2b53] Command: ( export RAILS_ENV="production" RBENV_ROOT="$HOME/.rbenv" RBENV_VERSION="2.6.5" GIT_ASKPASS="/bin/echo" GIT_SSH="/tmp/git-ssh-project-production-ruslan.sh" ; /usr/bin/env git ls-remote git@github.com:ruvaleev/project_x.git HEAD )
DEBUG [31ba2b53] ce251d517fff2d710e0fb174c8e762e7a49c82c6 HEAD
INFO [31ba2b53] Finished in 2.456 seconds with exit status 0 (successful).
INFO [8a78ef60] Running /usr/bin/env mkdir -p /home/deploy/project/shared /home/deploy/project/releases as deploy@199.192.25.241
DEBUG [8a78ef60] Command: ( export RAILS_ENV="production" RBENV_ROOT="$HOME/.rbenv" RBENV_VERSION="2.6.5" ; /usr/bin/env mkdir -p /home/deploy/project/shared /home/deploy/project/releases )
INFO [8a78ef60] Finished in 0.941 seconds with exit status 0 (successful).
INFO [343f9bf2] Running /usr/bin/env mkdir -p /home/deploy/project/shared/.bundle /home/deploy/project/shared/vendor/bundle /home/deploy/project/shared/log /home/deploy/project/shared/tmp/pids /home/deploy/project/shared/tmp/cache /home/deploy/project/shared/tmp/sockets /home/deploy/project/shared/public/system /home/deploy/project/shared/public/uploads /home/deploy/project/shared/public/assets as deploy@199.192.25.241
DEBUG [343f9bf2] Command: ( export RAILS_ENV="production" RBENV_ROOT="$HOME/.rbenv" RBENV_VERSION="2.6.5" ; /usr/bin/env mkdir -p /home/deploy/project/shared/.bundle /home/deploy/project/shared/vendor/bundle /home/deploy/project/shared/log /home/deploy/project/shared/tmp/pids /home/deploy/project/shared/tmp/cache /home/deploy/project/shared/tmp/sockets /home/deploy/project/shared/public/system /home/deploy/project/shared/public/uploads /home/deploy/project/shared/public/assets )
INFO [343f9bf2] Finished in 0.736 seconds with exit status 0 (successful).
DEBUG [0ad21da0] Running [ -f /home/deploy/project/current/REVISION ] as deploy@199.192.25.241
DEBUG [0ad21da0] Command: [ -f /home/deploy/project/current/REVISION ]
DEBUG [0ad21da0] Finished in 0.725 seconds with exit status 1 (failed).
DEBUG [cbb81ca6] Running [ -f /home/deploy/project/repo/HEAD ] as deploy@199.192.25.241
DEBUG [cbb81ca6] Command: [ -f /home/deploy/project/repo/HEAD ]
DEBUG [cbb81ca6] Finished in 0.898 seconds with exit status 0 (successful).
INFO The repository mirror is at /home/deploy/project/repo
DEBUG [e8fc1f43] Running if test ! -d /home/deploy/project/repo; then echo "Directory does not exist '/home/deploy/project/repo'" 1>&2; false; fi as deploy@199.192.25.241
DEBUG [e8fc1f43] Command: if test ! -d /home/deploy/project/repo; then echo "Directory does not exist '/home/deploy/project/repo'" 1>&2; false; fi
DEBUG [e8fc1f43] Finished in 0.894 seconds with exit status 0 (successful).
INFO [2471da72] Running /usr/bin/env git remote set-url origin git@github.com:ruvaleev/project_x.git as deploy@199.192.25.241
DEBUG [2471da72] Command: cd /home/deploy/project/repo && ( export RAILS_ENV="production" RBENV_ROOT="$HOME/.rbenv" RBENV_VERSION="2.6.5" GIT_ASKPASS="/bin/echo" GIT_SSH="/tmp/git-ssh-project-production-ruslan.sh" ; /usr/bin/env git remote set-url origin git@github.com:ruvaleev/project_x.git )
INFO [2471da72] Finished in 1.021 seconds with exit status 0 (successful).
INFO [4eadcb06] Running /usr/bin/env git remote update --prune as deploy@199.192.25.241
DEBUG [4eadcb06] Command: cd /home/deploy/project/repo && ( export RAILS_ENV="production" RBENV_ROOT="$HOME/.rbenv" RBENV_VERSION="2.6.5" GIT_ASKPASS="/bin/echo" GIT_SSH="/tmp/git-ssh-project-production-ruslan.sh" ; /usr/bin/env git remote update --prune )
DEBUG [4eadcb06] Fetching origin
DEBUG [4eadcb06]
INFO [4eadcb06] Finished in 3.757 seconds with exit status 0 (successful).
DEBUG [9b6f8de2] Running if test ! -d /home/deploy/project/repo; then echo "Directory does not exist '/home/deploy/project/repo'" 1>&2; false; fi as deploy@199.192.25.241
DEBUG [9b6f8de2] Command: if test ! -d /home/deploy/project/repo; then echo "Directory does not exist '/home/deploy/project/repo'" 1>&2; false; fi
DEBUG [9b6f8de2] Finished in 0.968 seconds with exit status 0 (successful).
INFO [16ef0072] Running /usr/bin/env mkdir -p /home/deploy/project/releases/20200626103456 as deploy@199.192.25.241
DEBUG [16ef0072] Command: cd /home/deploy/project/repo && ( export RAILS_ENV="production" RBENV_ROOT="$HOME/.rbenv" RBENV_VERSION="2.6.5" GIT_ASKPASS="/bin/echo" GIT_SSH="/tmp/git-ssh-project-production-ruslan.sh" ; /usr/bin/env mkdir -p /home/deploy/project/releases/20200626103456 )
INFO [16ef0072] Finished in 0.967 seconds with exit status 0 (successful).
INFO [a7eb7326] Running /usr/bin/env git archive master | /usr/bin/env tar -x -f - -C /home/deploy/project/releases/20200626103456 as deploy@199.192.25.241
DEBUG [a7eb7326] Command: cd /home/deploy/project/repo && ( export RAILS_ENV="production" RBENV_ROOT="$HOME/.rbenv" RBENV_VERSION="2.6.5" GIT_ASKPASS="/bin/echo" GIT_SSH="/tmp/git-ssh-project-production-ruslan.sh" ; /usr/bin/env git archive master | /usr/bin/env tar -x -f - -C /home/deploy/project/releases/20200626103456 )
INFO [a7eb7326] Finished in 2.395 seconds with exit status 0 (successful).
DEBUG [2962a109] Running if test ! -d /home/deploy/project/repo; then echo "Directory does not exist '/home/deploy/project/repo'" 1>&2; false; fi as deploy@199.192.25.241
DEBUG [2962a109] Command: if test ! -d /home/deploy/project/repo; then echo "Directory does not exist '/home/deploy/project/repo'" 1>&2; false; fi
DEBUG [2962a109] Finished in 0.819 seconds with exit status 0 (successful).
DEBUG [7e588e58] Running /usr/bin/env git rev-list --max-count=1 master as deploy@199.192.25.241
DEBUG [7e588e58] Command: cd /home/deploy/project/repo && ( export RAILS_ENV="production" RBENV_ROOT="$HOME/.rbenv" RBENV_VERSION="2.6.5" GIT_ASKPASS="/bin/echo" GIT_SSH="/tmp/git-ssh-project-production-ruslan.sh" ; /usr/bin/env git rev-list --max-count=1 master )
DEBUG [7e588e58] ce251d517fff2d710e0fb174c8e762e7a49c82c6
DEBUG [7e588e58] Finished in 1.023 seconds with exit status 0 (successful).
DEBUG [282cc327] Running if test ! -d /home/deploy/project/releases/20200626103456; then echo "Directory does not exist '/home/deploy/project/releases/20200626103456'" 1>&2; false; fi as deploy@199.192.25.241
DEBUG [282cc327] Command: if test ! -d /home/deploy/project/releases/20200626103456; then echo "Directory does not exist '/home/deploy/project/releases/20200626103456'" 1>&2; false; fi
DEBUG [282cc327] Finished in 0.871 seconds with exit status 0 (successful).
INFO [d0650cc3] Running /usr/bin/env echo "ce251d517fff2d710e0fb174c8e762e7a49c82c6" > REVISION as deploy@199.192.25.241
DEBUG [d0650cc3] Command: cd /home/deploy/project/releases/20200626103456 && ( export RAILS_ENV="production" RBENV_ROOT="$HOME/.rbenv" RBENV_VERSION="2.6.5" ; /usr/bin/env echo "ce251d517fff2d710e0fb174c8e762e7a49c82c6" > REVISION )
INFO [d0650cc3] Finished in 0.867 seconds with exit status 0 (successful).
INFO [57e5979e] Running /usr/bin/env mkdir -p /home/deploy/project/releases/20200626103456 /home/deploy/project/releases/20200626103456/vendor /home/deploy/project/releases/20200626103456/tmp /home/deploy/project/releases/20200626103456/public as deploy@199.192.25.241
DEBUG [57e5979e] Command: ( export RAILS_ENV="production" RBENV_ROOT="$HOME/.rbenv" RBENV_VERSION="2.6.5" ; /usr/bin/env mkdir -p /home/deploy/project/releases/20200626103456 /home/deploy/project/releases/20200626103456/vendor /home/deploy/project/releases/20200626103456/tmp /home/deploy/project/releases/20200626103456/public )
INFO [57e5979e] Finished in 0.956 seconds with exit status 0 (successful).
DEBUG [994b2823] Running [ -L /home/deploy/project/releases/20200626103456/.bundle ] as deploy@199.192.25.241
DEBUG [994b2823] Command: [ -L /home/deploy/project/releases/20200626103456/.bundle ]
DEBUG [994b2823] Finished in 0.990 seconds with exit status 1 (failed).
DEBUG [57ad9b77] Running [ -d /home/deploy/project/releases/20200626103456/.bundle ] as deploy@199.192.25.241
DEBUG [57ad9b77] Command: [ -d /home/deploy/project/releases/20200626103456/.bundle ]
DEBUG [57ad9b77] Finished in 1.022 seconds with exit status 1 (failed).
INFO [15a21658] Running /usr/bin/env ln -s /home/deploy/project/shared/.bundle /home/deploy/project/releases/20200626103456/.bundle as deploy@199.192.25.241
DEBUG [15a21658] Command: ( export RAILS_ENV="production" RBENV_ROOT="$HOME/.rbenv" RBENV_VERSION="2.6.5" ; /usr/bin/env ln -s /home/deploy/project/shared/.bundle /home/deploy/project/releases/20200626103456/.bundle )
INFO [15a21658] Finished in 1.023 seconds with exit status 0 (successful).
DEBUG [82543625] Running [ -L /home/deploy/project/releases/20200626103456/vendor/bundle ] as deploy@199.192.25.241
DEBUG [82543625] Command: [ -L /home/deploy/project/releases/20200626103456/vendor/bundle ]
DEBUG [82543625] Finished in 0.923 seconds with exit status 1 (failed).
DEBUG [8346603f] Running [ -d /home/deploy/project/releases/20200626103456/vendor/bundle ] as deploy@199.192.25.241
DEBUG [8346603f] Command: [ -d /home/deploy/project/releases/20200626103456/vendor/bundle ]
DEBUG [8346603f] Finished in 0.819 seconds with exit status 1 (failed).
INFO [2f4d4bb9] Running /usr/bin/env ln -s /home/deploy/project/shared/vendor/bundle /home/deploy/project/releases/20200626103456/vendor/bundle as deploy@199.192.25.241
DEBUG [2f4d4bb9] Command: ( export RAILS_ENV="production" RBENV_ROOT="$HOME/.rbenv" RBENV_VERSION="2.6.5" ; /usr/bin/env ln -s /home/deploy/project/shared/vendor/bundle /home/deploy/project/releases/20200626103456/vendor/bundle )
INFO [2f4d4bb9] Finished in 0.921 seconds with exit status 0 (successful).
DEBUG [4a9c7972] Running [ -L /home/deploy/project/releases/20200626103456/log ] as deploy@199.192.25.241
DEBUG [4a9c7972] Command: [ -L /home/deploy/project/releases/20200626103456/log ]
DEBUG [4a9c7972] Finished in 0.921 seconds with exit status 1 (failed).
DEBUG [eecf89b2] Running [ -d /home/deploy/project/releases/20200626103456/log ] as deploy@199.192.25.241
DEBUG [eecf89b2] Command: [ -d /home/deploy/project/releases/20200626103456/log ]
DEBUG [eecf89b2] Finished in 0.817 seconds with exit status 0 (successful).
INFO [b5fc2160] Running /usr/bin/env rm -rf /home/deploy/project/releases/20200626103456/log as deploy@199.192.25.241
DEBUG [b5fc2160] Command: ( export RAILS_ENV="production" RBENV_ROOT="$HOME/.rbenv" RBENV_VERSION="2.6.5" ; /usr/bin/env rm -rf /home/deploy/project/releases/20200626103456/log )
INFO [b5fc2160] Finished in 0.871 seconds with exit status 0 (successful).
INFO [285b0c8f] Running /usr/bin/env ln -s /home/deploy/project/shared/log /home/deploy/project/releases/20200626103456/log as deploy@199.192.25.241
DEBUG [285b0c8f] Command: ( export RAILS_ENV="production" RBENV_ROOT="$HOME/.rbenv" RBENV_VERSION="2.6.5" ; /usr/bin/env ln -s /home/deploy/project/shared/log /home/deploy/project/releases/20200626103456/log )
INFO [285b0c8f] Finished in 0.869 seconds with exit status 0 (successful).
DEBUG [0088a287] Running [ -L /home/deploy/project/releases/20200626103456/tmp/pids ] as deploy@199.192.25.241
DEBUG [0088a287] Command: [ -L /home/deploy/project/releases/20200626103456/tmp/pids ]
DEBUG [0088a287] Finished in 0.992 seconds with exit status 1 (failed).
DEBUG [493a4140] Running [ -d /home/deploy/project/releases/20200626103456/tmp/pids ] as deploy@199.192.25.241
DEBUG [493a4140] Command: [ -d /home/deploy/project/releases/20200626103456/tmp/pids ]
DEBUG [493a4140] Finished in 0.952 seconds with exit status 0 (successful).
INFO [a870106c] Running /usr/bin/env rm -rf /home/deploy/project/releases/20200626103456/tmp/pids as deploy@199.192.25.241
DEBUG [a870106c] Command: ( export RAILS_ENV="production" RBENV_ROOT="$HOME/.rbenv" RBENV_VERSION="2.6.5" ; /usr/bin/env rm -rf /home/deploy/project/releases/20200626103456/tmp/pids )
INFO [a870106c] Finished in 1.023 seconds with exit status 0 (successful).
INFO [8cc2f7d4] Running /usr/bin/env ln -s /home/deploy/project/shared/tmp/pids /home/deploy/project/releases/20200626103456/tmp/pids as deploy@199.192.25.241
DEBUG [8cc2f7d4] Command: ( export RAILS_ENV="production" RBENV_ROOT="$HOME/.rbenv" RBENV_VERSION="2.6.5" ; /usr/bin/env ln -s /home/deploy/project/shared/tmp/pids /home/deploy/project/releases/20200626103456/tmp/pids )
INFO [8cc2f7d4] Finished in 1.025 seconds with exit status 0 (successful).
DEBUG [4618815d] Running [ -L /home/deploy/project/releases/20200626103456/tmp/cache ] as deploy@199.192.25.241
DEBUG [4618815d] Command: [ -L /home/deploy/project/releases/20200626103456/tmp/cache ]
DEBUG [4618815d] Finished in 0.817 seconds with exit status 1 (failed).
DEBUG [eb315cf3] Running [ -d /home/deploy/project/releases/20200626103456/tmp/cache ] as deploy@199.192.25.241
DEBUG [eb315cf3] Command: [ -d /home/deploy/project/releases/20200626103456/tmp/cache ]
DEBUG [eb315cf3] Finished in 0.922 seconds with exit status 1 (failed).
INFO [59880259] Running /usr/bin/env ln -s /home/deploy/project/shared/tmp/cache /home/deploy/project/releases/20200626103456/tmp/cache as deploy@199.192.25.241
DEBUG [59880259] Command: ( export RAILS_ENV="production" RBENV_ROOT="$HOME/.rbenv" RBENV_VERSION="2.6.5" ; /usr/bin/env ln -s /home/deploy/project/shared/tmp/cache /home/deploy/project/releases/20200626103456/tmp/cache )
INFO [59880259] Finished in 0.921 seconds with exit status 0 (successful).
DEBUG [5c2bdb8a] Running [ -L /home/deploy/project/releases/20200626103456/tmp/sockets ] as deploy@199.192.25.241
DEBUG [5c2bdb8a] Command: [ -L /home/deploy/project/releases/20200626103456/tmp/sockets ]
DEBUG [5c2bdb8a] Finished in 1.025 seconds with exit status 1 (failed).
DEBUG [d01e80e0] Running [ -d /home/deploy/project/releases/20200626103456/tmp/sockets ] as deploy@199.192.25.241
DEBUG [d01e80e0] Command: [ -d /home/deploy/project/releases/20200626103456/tmp/sockets ]
DEBUG [d01e80e0] Finished in 0.921 seconds with exit status 1 (failed).
INFO [131a663a] Running /usr/bin/env ln -s /home/deploy/project/shared/tmp/sockets /home/deploy/project/releases/20200626103456/tmp/sockets as deploy@199.192.25.241
DEBUG [131a663a] Command: ( export RAILS_ENV="production" RBENV_ROOT="$HOME/.rbenv" RBENV_VERSION="2.6.5" ; /usr/bin/env ln -s /home/deploy/project/shared/tmp/sockets /home/deploy/project/releases/20200626103456/tmp/sockets )
INFO [131a663a] Finished in 0.921 seconds with exit status 0 (successful).
DEBUG [97a2926f] Running [ -L /home/deploy/project/releases/20200626103456/public/system ] as deploy@199.192.25.241
DEBUG [97a2926f] Command: [ -L /home/deploy/project/releases/20200626103456/public/system ]
DEBUG [97a2926f] Finished in 1.024 seconds with exit status 1 (failed).
DEBUG [28c72f88] Running [ -d /home/deploy/project/releases/20200626103456/public/system ] as deploy@199.192.25.241
DEBUG [28c72f88] Command: [ -d /home/deploy/project/releases/20200626103456/public/system ]
DEBUG [28c72f88] Finished in 0.793 seconds with exit status 1 (failed).
INFO [ffcdbbd0] Running /usr/bin/env ln -s /home/deploy/project/shared/public/system /home/deploy/project/releases/20200626103456/public/system as deploy@199.192.25.241
DEBUG [ffcdbbd0] Command: ( export RAILS_ENV="production" RBENV_ROOT="$HOME/.rbenv" RBENV_VERSION="2.6.5" ; /usr/bin/env ln -s /home/deploy/project/shared/public/system /home/deploy/project/releases/20200626103456/public/system )
INFO [ffcdbbd0] Finished in 0.947 seconds with exit status 0 (successful).
DEBUG [f36b92a4] Running [ -L /home/deploy/project/releases/20200626103456/public/uploads ] as deploy@199.192.25.241
DEBUG [f36b92a4] Command: [ -L /home/deploy/project/releases/20200626103456/public/uploads ]
DEBUG [f36b92a4] Finished in 0.920 seconds with exit status 1 (failed).
DEBUG [8f3a7ab8] Running [ -d /home/deploy/project/releases/20200626103456/public/uploads ] as deploy@199.192.25.241
DEBUG [8f3a7ab8] Command: [ -d /home/deploy/project/releases/20200626103456/public/uploads ]
DEBUG [8f3a7ab8] Finished in 1.023 seconds with exit status 1 (failed).
INFO [d4d77fc4] Running /usr/bin/env ln -s /home/deploy/project/shared/public/uploads /home/deploy/project/releases/20200626103456/public/uploads as deploy@199.192.25.241
DEBUG [d4d77fc4] Command: ( export RAILS_ENV="production" RBENV_ROOT="$HOME/.rbenv" RBENV_VERSION="2.6.5" ; /usr/bin/env ln -s /home/deploy/project/shared/public/uploads /home/deploy/project/releases/20200626103456/public/uploads )
INFO [d4d77fc4] Finished in 0.775 seconds with exit status 0 (successful).
DEBUG [fcc7367f] Running [ -L /home/deploy/project/releases/20200626103456/public/assets ] as deploy@199.192.25.241
DEBUG [fcc7367f] Command: [ -L /home/deploy/project/releases/20200626103456/public/assets ]
DEBUG [fcc7367f] Finished in 0.967 seconds with exit status 1 (failed).
DEBUG [0bfe0a14] Running [ -d /home/deploy/project/releases/20200626103456/public/assets ] as deploy@199.192.25.241
DEBUG [0bfe0a14] Command: [ -d /home/deploy/project/releases/20200626103456/public/assets ]
DEBUG [0bfe0a14] Finished in 0.845 seconds with exit status 1 (failed).
INFO [a9d514dc] Running /usr/bin/env ln -s /home/deploy/project/shared/public/assets /home/deploy/project/releases/20200626103456/public/assets as deploy@199.192.25.241
DEBUG [a9d514dc] Command: ( export RAILS_ENV="production" RBENV_ROOT="$HOME/.rbenv" RBENV_VERSION="2.6.5" ; /usr/bin/env ln -s /home/deploy/project/shared/public/assets /home/deploy/project/releases/20200626103456/public/assets )
INFO [a9d514dc] Finished in 0.895 seconds with exit status 0 (successful).
DEBUG [54f080e5] Running if test ! -d /home/deploy/project/releases/20200626103456; then echo "Directory does not exist '/home/deploy/project/releases/20200626103456'" 1>&2; false; fi as deploy@199.192.25.241
DEBUG [54f080e5] Command: if test ! -d /home/deploy/project/releases/20200626103456; then echo "Directory does not exist '/home/deploy/project/releases/20200626103456'" 1>&2; false; fi
DEBUG [54f080e5] Finished in 1.021 seconds with exit status 0 (successful).
DEBUG [957c664d] Running RBENV_ROOT=$HOME/.rbenv RBENV_VERSION=2.6.5 $HOME/.rbenv/shims/bundle exec bundle check --path /home/deploy/project/shared/bundle as deploy@199.192.25.241
DEBUG [957c664d] Command: cd /home/deploy/project/releases/20200626103456 && ( export RAILS_ENV="production" RBENV_ROOT="$HOME/.rbenv" RBENV_VERSION="2.6.5" ; RBENV_ROOT=$HOME/.rbenv RBENV_VERSION=2.6.5 $HOME/.rbenv/shims/bundle exec bundle check --path /home/deploy/project/shared/bundle )
DEBUG [957c664d] Could not find net-http-pipeline-1.0.1 in any of the sources
Run `bundle install` to install missing gems.
DEBUG [957c664d] Finished in 1.382 seconds with exit status 7 (failed).
INFO [2e33ea9e] Running RBENV_ROOT=$HOME/.rbenv RBENV_VERSION=2.6.5 $HOME/.rbenv/shims/bundle exec bundle install --path /home/deploy/project/shared/bundle --jobs 1 --without development test --deployment --quiet as deploy@199.192.25.241
DEBUG [2e33ea9e] Command: cd /home/deploy/project/releases/20200626103456 && ( export RAILS_ENV="production" RBENV_ROOT="$HOME/.rbenv" RBENV_VERSION="2.6.5" ; RBENV_ROOT=$HOME/.rbenv RBENV_VERSION=2.6.5 $HOME/.rbenv/shims/bundle exec bundle install --path /home/deploy/project/shared/bundle --jobs 1 --without development test --deployment --quiet )
DEBUG [2e33ea9e] Could not find net-http-pipeline-1.0.1 in any of the sources
DEBUG [2e33ea9e]
DEBUG [2e33ea9e] Run `bundle install` to install missing gems.
DEBUG [2e33ea9e]
#<Thread:0x00007fb0ca9533c8@/Users/ruslan/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/sshkit-1.21.0/lib/sshkit/runners/parallel.rb:10 run> terminated with exception (report_on_exception is true):
Traceback (most recent call last):
13: from /Users/ruslan/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/sshkit-1.21.0/lib/sshkit/runners/parallel.rb:12:in `block (2 levels) in execute'
12: from /Users/ruslan/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/sshkit-1.21.0/lib/sshkit/backends/abstract.rb:31:in `run'
11: from /Users/ruslan/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/sshkit-1.21.0/lib/sshkit/backends/abstract.rb:31:in `instance_exec'
10: from /Users/ruslan/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/capistrano-bundler-1.6.0/lib/capistrano/tasks/bundler.cap:26:in `block (3 levels) in <top (required)>'
9: from /Users/ruslan/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/sshkit-1.21.0/lib/sshkit/backends/abstract.rb:92:in `within'
8: from /Users/ruslan/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/capistrano-bundler-1.6.0/lib/capistrano/tasks/bundler.cap:27:in `block (4 levels) in <top (required)>'
7: from /Users/ruslan/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/sshkit-1.21.0/lib/sshkit/backends/abstract.rb:100:in `with'
6: from /Users/ruslan/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/capistrano-bundler-1.6.0/lib/capistrano/tasks/bundler.cap:39:in `block (5 levels) in <top (required)>'
5: from /Users/ruslan/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/sshkit-1.21.0/lib/sshkit/backends/abstract.rb:80:in `execute'
4: from /Users/ruslan/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/sshkit-1.21.0/lib/sshkit/backends/abstract.rb:148:in `create_command_and_execute'
3: from /Users/ruslan/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/sshkit-1.21.0/lib/sshkit/backends/abstract.rb:148:in `tap'
2: from /Users/ruslan/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/sshkit-1.21.0/lib/sshkit/backends/abstract.rb:148:in `block in create_command_and_execute'
1: from /Users/ruslan/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/sshkit-1.21.0/lib/sshkit/backends/netssh.rb:170:in `execute_command'
/Users/ruslan/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/sshkit-1.21.0/lib/sshkit/command.rb:97:in `exit_status=': bundle exit status: 7 (SSHKit::Command::Failed)
bundle stdout: Could not find net-http-pipeline-1.0.1 in any of the sources
Run `bundle install` to install missing gems.
bundle stderr: Nothing written
1: from /Users/ruslan/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/sshkit-1.21.0/lib/sshkit/runners/parallel.rb:11:in `block (2 levels) in execute'
/Users/ruslan/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/sshkit-1.21.0/lib/sshkit/runners/parallel.rb:15:in `rescue in block (2 levels) in execute': Exception while executing as deploy@199.192.25.241: bundle exit status: 7 (SSHKit::Runner::ExecuteError)
bundle stdout: Could not find net-http-pipeline-1.0.1 in any of the sources
Run `bundle install` to install missing gems.
bundle stderr: Nothing written
(Backtrace restricted to imported tasks)
cap aborted!
SSHKit::Runner::ExecuteError: Exception while executing as deploy@199.192.25.241: bundle exit status: 7
bundle stdout: Could not find net-http-pipeline-1.0.1 in any of the sources
Run `bundle install` to install missing gems.
bundle stderr: Nothing written
Caused by:
SSHKit::Command::Failed: bundle exit status: 7
bundle stdout: Could not find net-http-pipeline-1.0.1 in any of the sources
Run `bundle install` to install missing gems.
bundle stderr: Nothing written
Tasks: TOP => deploy:updated => bundler:install
(See full trace by running task with --trace)
The deploy has failed with an error: Exception while executing as deploy@199.192.25.241: bundle exit status: 7
bundle stdout: Could not find net-http-pipeline-1.0.1 in any of the sources
Run `bundle install` to install missing gems.
bundle stderr: Nothing written
You have new mail in /var/mail/ruslan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment