Advertisement
Guest User

Untitled

a guest
Feb 6th, 2017
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.61 KB | None | 0 0
  1. 00:00 rsync:check
  2. 01 git ls-remote --heads ssh://git@bitbucket.org/kenyateam/faibatalk.git
  3. 01 6d113fc5c8813b3764a6b56fd347217a2adb2e40 refs/heads/add_choices_reseller
  4. 01 2e4246fd071b10d30a3447e7c34b7dac90e910e1 refs/heads/additional_features_for_traffic_report
  5. 01 502dfefd3caa183d1580d5f92dcedabdc1e95d42 refs/heads/additional_fix_into_reports
  6. 01 3b03db57da0d76f68affe0852050ac5c89e6994d refs/heads/faibatalk
  7. 01 a20292a0a845cb2e983acf342e77b5cfe6155ad5 refs/heads/feauture/timer_and_button_voice_call
  8. 01 816b0935da6be3edb9fe77b613e92e3b6415361e refs/heads/feauture/validation_user_fields
  9. 01 8b09ab3526e5a0fef84ef8d0904f4dc78b522dc0 refs/heads/fix/auth_voice_call
  10. 01 dd4fa688e53f806c636202bc290d674344ab8285 refs/heads/fix_formula_in_reseller_revenue
  11. 01 f0dd71a2d6c9114f66abb7c4c8eda66391b1cc48 refs/heads/fix_traffic_reports
  12. 01 83fad6cb2f3e8fbefb653f974de35c150761435a refs/heads/integration_of_new_design
  13. 01 692db72b63eba903ca7b1691a46f01373e105d81 refs/heads/karibuonline
  14. 01 eac99412ee084a583853302b1dd3b1ded64e0fb3 refs/heads/make_api_changes_for_ios_app
  15. 01 396fb3c4bfe44b9b513e4fa6e6609706cb98dafe refs/heads/master
  16. 01 e8c0adb5916a12421561cb0302f03e2286bd733e refs/heads/traffic_report
  17. ✔ 01 jaguar@localhost 1.474s
  18. 00:01 rsync:create_dest
  19. 01 mkdir -pv /var/www/rails/shared/deploy
  20. ✔ 01 deploy@faibatalk.com 0.363s
  21. 00:01 deploy:check:directories
  22. 01 mkdir -p /var/www/rails/shared /var/www/rails/releases
  23. ✔ 01 deploy@faibatalk.com 0.363s
  24. 00:02 deploy:check:linked_dirs
  25. 01 mkdir -p /var/www/rails/shared/log /var/www/rails/shared/tmp/pids /var/www/rails/shared/tmp/cache /var/www/rails/shared/tmp/socke…
  26. ✔ 01 deploy@faibatalk.com 0.362s
  27. 00:02 deploy:check:make_linked_dirs
  28. 01 mkdir -p /var/www/rails/shared/config
  29. ✔ 01 deploy@faibatalk.com 0.363s
  30. 00:07 sidekiq:quiet
  31. 01 $HOME/.rbenv/bin/rbenv exec bundle exec sidekiqctl quiet /var/www/rails/shared/tmp/pids/sidekiq-0.pid
  32. ✔ 01 deploy@faibatalk.com 0.704s
  33. 00:08 backup
  34. 01 pg_dump -U deploy faibatalk_production | bzip2 -c > /var/backups/DB/`date +%F.%H-%M-%S`.`hostname`.pgdump.sql.bz2
  35. 01 pg_dump: [archiver (db)]
  36. 01 connection to database "faibatalk_production" failed: could not connect to server: No such file or directory
  37. 01 Is the server running locally and accepting
  38. 01 connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?
  39. ✔ 01 deploy@faibatalk.com 0.391s
  40. 00:08 puma:monit:unmonitor
  41. 01 sudo /usr/bin/monit unmonitor puma_faibatalk_production
  42. ✔ 01 deploy@faibatalk.com 0.371s
  43. 00:09 sidekiq:monit:unmonitor
  44. 01 sudo /usr/bin/monit unmonitor sidekiq_faibatalk_production0
  45. ✔ 01 deploy@faibatalk.com 0.368s
  46. 00:09 rsync:stage
  47. 01 git fetch --quiet --all --prune
  48. 01 conq: repository access denied.
  49. 01 fatal: Could not read from remote repository.
  50. 01
  51. 01 Please make sure you have the correct access rights
  52. 01 and the repository exists.
  53. 01 error: Could not fetch origin
  54. (Backtrace restricted to imported tasks)
  55. cap aborted!
  56. SSHKit::Command::Failed: git exit status: 256
  57. git stdout: Nothing written
  58. git stderr: conq: repository access denied.
  59. fatal: Could not read from remote repository.
  60.  
  61. Please make sure you have the correct access rights
  62. and the repository exists.
  63. error: Could not fetch origin
  64.  
  65. Tasks: TOP => rsync:release => rsync:sync => rsync:stage
  66. (See full trace by running task with --trace)
  67. The deploy has failed with an error: git exit status: 256
  68. git stdout: Nothing written
  69. git stderr: conq: repository access denied.
  70. fatal: Could not read from remote repository.
  71.  
  72. Please make sure you have the correct access rights
  73. and the repository exists.
  74. error: Could not fetch origin
  75.  
  76. ** DEPLOY FAILED
  77. ** Refer to log/capistrano.log for details. Here are the last 20 lines:
  78.  
  79. Is the server running locally and accepting
  80. connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?
  81. INFO [0c5d1037] Finished in 0.391 seconds with exit status 0 (successful).
  82. INFO [a34b3230] Running /usr/bin/env sudo /usr/bin/monit unmonitor puma_faibatalk_production as deploy@faibatalk.com
  83. DEBUG [a34b3230] Command: ( export PATH="$HOME/.rbenv/bin:$HOME/.rbenv/shims:$PATH" RBENV_ROOT="$HOME/.rbenv" RBENV_VERSION="2.3.0" ; /us…
  84. INFO [a34b3230] Finished in 0.371 seconds with exit status 0 (successful).
  85. INFO [c6e3b07d] Running /usr/bin/env sudo /usr/bin/monit unmonitor sidekiq_faibatalk_production0 as deploy@faibatalk.com
  86. DEBUG [c6e3b07d] Command: ( export PATH="$HOME/.rbenv/bin:$HOME/.rbenv/shims:$PATH" RBENV_ROOT="$HOME/.rbenv" RBENV_VERSION="2.3.0" ; /us…
  87. INFO [c6e3b07d] Finished in 0.368 seconds with exit status 0 (successful).
  88. DEBUG [804f4f90] Running if test ! -d tmp/deploy; then echo "Directory does not exist 'tmp/deploy'" 1>&2; false; fi as jaguar@localhost
  89. DEBUG [804f4f90] Command: if test ! -d tmp/deploy; then echo "Directory does not exist 'tmp/deploy'" 1>&2; false; fi
  90. DEBUG [804f4f90] Finished in 0.004 seconds with exit status 0 (successful).
  91. INFO [654ee1aa] Running /usr/bin/env git fetch --quiet --all --prune as jaguar@localhost
  92. DEBUG [654ee1aa] Command: cd tmp/deploy && ( export PATH="$HOME/.rbenv/bin:$HOME/.rbenv/shims:$PATH" RBENV_ROOT="$HOME/.rbenv" RBENV_VERS…
  93. DEBUG [654ee1aa] conq: repository access denied.
  94. DEBUG [654ee1aa] fatal: Could not read from remote repository.
  95. DEBUG [654ee1aa]
  96. DEBUG [654ee1aa] Please make sure you have the correct access rights
  97. DEBUG [654ee1aa] and the repository exists.
  98. DEBUG [654ee1aa] error: Could not fetch origin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement