Skip to content

Instantly share code, notes, and snippets.

@xjunior
Created July 16, 2019 18:22
Show Gist options
  • Save xjunior/c53c656f6f130d572085b2838f50d930 to your computer and use it in GitHub Desktop.
Save xjunior/c53c656f6f130d572085b2838f50d930 to your computer and use it in GitHub Desktop.
00:00 git:wrapper
01 mkdir -p /tmp
✔ 01 [email protected] 2.503s
✔ 01 [email protected] 2.538s
Uploading /tmp/git-ssh-nitro-demo21-chjunior.sh 100.0%
Uploading /tmp/git-ssh-nitro-demo21-chjunior.sh 100.0%
02 chmod 700 /tmp/git-ssh-nitro-demo21-chjunior.sh
✔ 02 [email protected] 0.324s
✔ 02 [email protected] 0.321s
#<Thread:0x00007fd36d491c70@/Users/chjunior/workspace/power/nitro/vendor/bundle/ruby/2.5.0/gems/sshkit-1.17.0/lib/sshkit/runners/parallel.rb:10 run> terminated with exception (report_on_exception is true):
/Users/chjunior/workspace/power/nitro/vendor/bundle/ruby/2.5.0/gems/sshkit-1.17.0/lib/sshkit/runners/parallel.rb:15:in `rescue in block (2 levels) in execute': Exception while executing as [email protected]: Net::SSH::ConnectionTimeout (SSHKit::Runner::ExecuteError)
from /Users/chjunior/workspace/power/nitro/vendor/bundle/ruby/2.5.0/gems/sshkit-1.17.0/lib/sshkit/runners/parallel.rb:11:in `block (2 levels) in execute'
(Backtrace restricted to imported tasks)
cap aborted!
SSHKit::Runner::ExecuteError: Exception while executing as [email protected]: Net::SSH::ConnectionTimeout
Caused by:
Net::SSH::ConnectionTimeout: Net::SSH::ConnectionTimeout
Caused by:
Errno::ETIMEDOUT: Operation timed out - connect(2) for 10.0.7.66:22
Tasks: TOP => deploy:check => git:check => git:wrapper
(See full trace by running task with --trace)
The deploy has failed with an error: Exception while executing as [email protected]: Net::SSH::ConnectionTimeout
** DEPLOY FAILED
** Refer to log/capistrano.log for details. Here are the last 20 lines:
INFO [2019-07-16 15:13:42 -0300] Uploading /tmp/git-ssh-nitro-demo21-chjunior.sh 100.0%
INFO [2019-07-16 15:13:42 -0300] Uploading /tmp/git-ssh-nitro-demo21-chjunior.sh 100.0%
INFO [2019-07-16 15:13:42 -0300] [5ea72c63] Running /usr/bin/env chmod 700 /tmp/git-ssh-nitro-demo21-chjunior.sh as [email protected]
INFO [2019-07-16 15:13:42 -0300] [4d5b6eba] Running /usr/bin/env chmod 700 /tmp/git-ssh-nitro-demo21-chjunior.sh as [email protected]
INFO [2019-07-16 15:13:42 -0300] [b0923c3f] Finished in 0.322 seconds with exit status 0 (successful).
INFO [2019-07-16 15:13:43 -0300] [4fb52fe1] Finished in 0.323 seconds with exit status 0 (successful).
INFO [2019-07-16 15:21:04 -0300] ---------------------------------------------------------------------------
INFO [2019-07-16 15:21:04 -0300] START 2019-07-16 15:21:04 -0300 cap demo21 deploy
INFO [2019-07-16 15:21:04 -0300] ---------------------------------------------------------------------------
INFO [2019-07-16 15:21:04 -0300] [1abcca10] Running /usr/bin/env mkdir -p /tmp as [email protected]
INFO [2019-07-16 15:21:04 -0300] [38b5574c] Running /usr/bin/env mkdir -p /tmp as [email protected]
INFO [2019-07-16 15:21:04 -0300] [03c1d8e7] Running /usr/bin/env mkdir -p /tmp as [email protected]
INFO [2019-07-16 15:21:06 -0300] [58a04a0c] Finished in 2.503 seconds with exit status 0 (successful).
INFO [2019-07-16 15:21:06 -0300] [c8e6fd42] Finished in 2.538 seconds with exit status 0 (successful).
INFO [2019-07-16 15:21:07 -0300] Uploading /tmp/git-ssh-nitro-demo21-chjunior.sh 100.0%
INFO [2019-07-16 15:21:07 -0300] Uploading /tmp/git-ssh-nitro-demo21-chjunior.sh 100.0%
INFO [2019-07-16 15:21:07 -0300] [aaa444f1] Running /usr/bin/env chmod 700 /tmp/git-ssh-nitro-demo21-chjunior.sh as [email protected]
INFO [2019-07-16 15:21:07 -0300] [e9c8552a] Running /usr/bin/env chmod 700 /tmp/git-ssh-nitro-demo21-chjunior.sh as [email protected]
INFO [2019-07-16 15:21:08 -0300] [71f900e6] Finished in 0.324 seconds with exit status 0 (successful).
INFO [2019-07-16 15:21:08 -0300] [1136b298] Finished in 0.321 seconds with exit status 0 (successful).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment