Advertisement
Guest User

Untitled

a guest
Mar 31st, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.44 KB | None | 0 0
  1. combos@combos:~/Dropbox/RailsWay/RoR/rorfirst/bbq$ cap production deploy
  2. 00:00 git:wrapper
  3. 01 mkdir -p /tmp
  4. ✔ 01 deploy@eventslikebbq.site 0.322s
  5. Uploading /tmp/git-ssh-eventslikebbq-production-combos.sh 100.0%
  6. 02 chmod 700 /tmp/git-ssh-eventslikebbq-production-combos.sh
  7. ✔ 02 deploy@eventslikebbq.site 0.320s
  8. 00:01 git:check
  9. 01 git ls-remote git@github.com:Combos93/bbq.git HEAD
  10. 01 6624e84acb838d7ddb77a14f967554b49a06d6e1 HEAD
  11. ✔ 01 deploy@eventslikebbq.site 1.827s
  12. 00:03 deploy:check:directories
  13. 01 mkdir -p /home/deploy/www/shared /home/deploy/www/releases
  14. ✔ 01 deploy@eventslikebbq.site 0.281s
  15. 00:03 deploy:check:linked_dirs
  16. 01 mkdir -p /home/deploy/www/shared/log /home/deploy/www/shared/tmp/pids /home/deploy/www/share…
  17. ✔ 01 deploy@eventslikebbq.site 0.320s
  18. 00:03 deploy:check:make_linked_dirs
  19. 01 mkdir -p /home/deploy/www/shared/config
  20. ✔ 01 deploy@eventslikebbq.site 0.409s
  21. 00:05 git:clone
  22. The repository mirror is at /home/deploy/www/repo
  23. 00:05 git:update
  24. 01 git remote set-url origin git@github.com:Combos93/bbq.git
  25. ✔ 01 deploy@eventslikebbq.site 0.394s
  26. 02 git remote update --prune
  27. 02 Fetching origin
  28. ✔ 02 deploy@eventslikebbq.site 1.756s
  29. 00:08 git:create_release
  30. 01 mkdir -p /home/deploy/www/releases/20190331134655
  31. ✔ 01 deploy@eventslikebbq.site 0.328s
  32. 02 git archive master | /usr/bin/env tar -x -f - -C /home/deploy/www/releases/20190331134655
  33. ✔ 02 deploy@eventslikebbq.site 0.344s
  34. 00:10 deploy:set_current_revision
  35. 01 echo "6624e84acb838d7ddb77a14f967554b49a06d6e1" > REVISION
  36. ✔ 01 deploy@eventslikebbq.site 0.373s
  37. 00:10 deploy:symlink:linked_files
  38. 01 mkdir -p /home/deploy/www/releases/20190331134655/config
  39. ✔ 01 deploy@eventslikebbq.site 0.324s
  40. 02 ln -s /home/deploy/www/shared/config/database.yml /home/deploy/www/releases/20190331134655/c…
  41. ✔ 02 deploy@eventslikebbq.site 0.370s
  42. 03 rm /home/deploy/www/releases/20190331134655/config/secrets.yml
  43. ✔ 03 deploy@eventslikebbq.site 0.393s
  44. 04 ln -s /home/deploy/www/shared/config/secrets.yml /home/deploy/www/releases/20190331134655/co…
  45. ✔ 04 deploy@eventslikebbq.site 0.405s
  46. 00:13 deploy:symlink:linked_dirs
  47. 01 mkdir -p /home/deploy/www/releases/20190331134655 /home/deploy/www/releases/20190331134655/t…
  48. ✔ 01 deploy@eventslikebbq.site 0.408s
  49. 02 rm -rf /home/deploy/www/releases/20190331134655/log
  50. ✔ 02 deploy@eventslikebbq.site 0.322s
  51. 03 ln -s /home/deploy/www/shared/log /home/deploy/www/releases/20190331134655/log
  52. ✔ 03 deploy@eventslikebbq.site 0.326s
  53. 04 ln -s /home/deploy/www/shared/tmp/pids /home/deploy/www/releases/20190331134655/tmp/pids
  54. ✔ 04 deploy@eventslikebbq.site 0.323s
  55. 05 ln -s /home/deploy/www/shared/tmp/cache /home/deploy/www/releases/20190331134655/tmp/cache
  56. ✔ 05 deploy@eventslikebbq.site 0.441s
  57. 06 ln -s /home/deploy/www/shared/tmp/sockets /home/deploy/www/releases/20190331134655/tmp/socke…
  58. ✔ 06 deploy@eventslikebbq.site 0.329s
  59. 07 ln -s /home/deploy/www/shared/vendor/bundle /home/deploy/www/releases/20190331134655/vendor/…
  60. ✔ 07 deploy@eventslikebbq.site 0.324s
  61. 08 ln -s /home/deploy/www/shared/public/system /home/deploy/www/releases/20190331134655/public/…
  62. ✔ 08 deploy@eventslikebbq.site 0.394s
  63. 09 ln -s /home/deploy/www/shared/public/uploads /home/deploy/www/releases/20190331134655/public…
  64. ✔ 09 deploy@eventslikebbq.site 0.329s
  65. 10 ln -s /home/deploy/www/shared/public/assets /home/deploy/www/releases/20190331134655/public/…
  66. ✔ 10 deploy@eventslikebbq.site 0.322s
  67. 00:23 bundler:install
  68. 01 $HOME/.rbenv/bin/rbenv exec bundle install --path /home/deploy/www/shared/bundle --jobs 4 --…
  69. ✔ 01 deploy@eventslikebbq.site 0.957s
  70. 00:25 deploy:assets:precompile
  71. 01 $HOME/.rbenv/bin/rbenv exec bundle exec rake assets:precompile
  72. 01 rake aborted!
  73. 01 ArgumentError: Missing required arguments: aws_access_key_id, aws_secret_access_key
  74. 01 /home/deploy/www/shared/bundle/ruby/2.5.0/gems/fog-core-2.1.2/lib/fog/core/service.rb:244:in…
  75. 01 /home/deploy/www/shared/bundle/ruby/2.5.0/gems/fog-core-2.1.2/lib/fog/core/service.rb:268:in…
  76. 01 /home/deploy/www/shared/bundle/ruby/2.5.0/gems/fog-core-2.1.2/lib/fog/core/service.rb:98:in …
  77. 01 /home/deploy/www/shared/bundle/ruby/2.5.0/gems/fog-core-2.1.2/lib/fog/core/services_mixin.rb…
  78. 01 /home/deploy/www/shared/bundle/ruby/2.5.0/gems/carrierwave-1.3.1/lib/carrierwave/uploader/co…
  79. 01 /home/deploy/www/shared/bundle/ruby/2.5.0/gems/carrierwave-1.3.1/lib/carrierwave/uploader/co…
  80. 01 /home/deploy/www/releases/20190331134655/config/initializers/carrierwave.rb:6:in `block in <…
  81. 01 /home/deploy/www/shared/bundle/ruby/2.5.0/gems/carrierwave-1.3.1/lib/carrierwave/uploader/co…
  82. 01 /home/deploy/www/shared/bundle/ruby/2.5.0/gems/carrierwave-1.3.1/lib/carrierwave.rb:14:in `c…
  83. 01 /home/deploy/www/releases/20190331134655/config/initializers/carrierwave.rb:4:in `<top (requ…
  84. 01 /home/deploy/www/shared/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/depend…
  85. 01 /home/deploy/www/shared/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/depend…
  86. 01 /home/deploy/www/shared/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/depend…
  87. 01 /home/deploy/www/shared/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/depend…
  88. 01 /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/engine.rb:657:in `bl…
  89. 01 /home/deploy/www/shared/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/notifi…
  90. 01 /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/engine.rb:656:in `lo…
  91. 01 /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/engine.rb:614:in `bl…
  92. 01 /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/engine.rb:613:in `ea…
  93. 01 /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/engine.rb:613:in `bl…
  94. 01 /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/initializable.rb:32:…
  95. 01 /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/initializable.rb:32:…
  96. 01 /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/initializable.rb:61:…
  97. 01 /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/initializable.rb:50:…
  98. 01 /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/initializable.rb:50:…
  99. 01 /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/initializable.rb:60:…
  100. 01 /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/application.rb:361:i…
  101. 01 /home/deploy/www/releases/20190331134655/config/environment.rb:5:in `<top (required)>'
  102. 01 /home/deploy/www/shared/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/depend…
  103. 01 /home/deploy/www/shared/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/depend…
  104. 01 /home/deploy/www/shared/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/depend…
  105. 01 /home/deploy/www/shared/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/depend…
  106. 01 /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/application.rb:337:i…
  107. 01 /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/application.rb:520:i…
  108. 01 /home/deploy/www/shared/bundle/ruby/2.5.0/gems/sprockets-rails-3.2.1/lib/sprockets/rails/tas…
  109. 01 /home/deploy/www/shared/bundle/ruby/2.5.0/gems/rake-12.3.2/exe/rake:27:in `<top (required)>'
  110. 01 /home/deploy/.rbenv/versions/2.5.3/bin/bundle:23:in `load'
  111. 01 /home/deploy/.rbenv/versions/2.5.3/bin/bundle:23:in `<main>'
  112. 01 Tasks: TOP => environment
  113. 01 (See full trace by running task with --trace)
  114. #<Thread:0x000055d0187b9858@/home/combos/.rvm/gems/ruby-2.5.3/gems/sshkit-1.18.2/lib/sshkit/runners/parallel.rb:10 run> terminated with exception (report_on_exception is true):
  115. Traceback (most recent call last):
  116. 1: from /home/combos/.rvm/gems/ruby-2.5.3/gems/sshkit-1.18.2/lib/sshkit/runners/parallel.rb:11:in `block (2 levels) in execute'
  117. /home/combos/.rvm/gems/ruby-2.5.3/gems/sshkit-1.18.2/lib/sshkit/runners/parallel.rb:15:in `rescue in block (2 levels) in execute': Exception while executing as deploy@eventslikebbq.site: rake exit status: 1 (SSHKit::Runner::ExecuteError)
  118. rake stdout: Nothing written
  119. rake stderr: rake aborted!
  120. ArgumentError: Missing required arguments: aws_access_key_id, aws_secret_access_key
  121. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/fog-core-2.1.2/lib/fog/core/service.rb:244:in `validate_options'
  122. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/fog-core-2.1.2/lib/fog/core/service.rb:268:in `handle_settings'
  123. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/fog-core-2.1.2/lib/fog/core/service.rb:98:in `new'
  124. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/fog-core-2.1.2/lib/fog/core/services_mixin.rb:16:in `new'
  125. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/carrierwave-1.3.1/lib/carrierwave/uploader/configuration.rb:126:in `eager_load_fog'
  126. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/carrierwave-1.3.1/lib/carrierwave/uploader/configuration.rb:139:in `fog_credentials='
  127. /home/deploy/www/releases/20190331134655/config/initializers/carrierwave.rb:6:in `block in <top (required)>'
  128. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/carrierwave-1.3.1/lib/carrierwave/uploader/configuration.rb:161:in `configure'
  129. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/carrierwave-1.3.1/lib/carrierwave.rb:14:in `configure'
  130. /home/deploy/www/releases/20190331134655/config/initializers/carrierwave.rb:4:in `<top (required)>'
  131. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:285:in `load'
  132. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:285:in `block in load'
  133. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:257:in `load_dependency'
  134. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:285:in `load'
  135. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/engine.rb:657:in `block in load_config_initializer'
  136. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/notifications.rb:170:in `instrument'
  137. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/engine.rb:656:in `load_config_initializer'
  138. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/engine.rb:614:in `block (2 levels) in <class:Engine>'
  139. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/engine.rb:613:in `each'
  140. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/engine.rb:613:in `block in <class:Engine>'
  141. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/initializable.rb:32:in `instance_exec'
  142. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/initializable.rb:32:in `run'
  143. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/initializable.rb:61:in `block in run_initializers'
  144. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/initializable.rb:50:in `each'
  145. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/initializable.rb:50:in `tsort_each_child'
  146. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/initializable.rb:60:in `run_initializers'
  147. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/application.rb:361:in `initialize!'
  148. /home/deploy/www/releases/20190331134655/config/environment.rb:5:in `<top (required)>'
  149. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:291:in `require'
  150. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:291:in `block in require'
  151. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:257:in `load_dependency'
  152. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:291:in `require'
  153. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/application.rb:337:in `require_environment!'
  154. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/application.rb:520:in `block in run_tasks_blocks'
  155. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/sprockets-rails-3.2.1/lib/sprockets/rails/task.rb:62:in `block (2 levels) in define'
  156. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/rake-12.3.2/exe/rake:27:in `<top (required)>'
  157. /home/deploy/.rbenv/versions/2.5.3/bin/bundle:23:in `load'
  158. /home/deploy/.rbenv/versions/2.5.3/bin/bundle:23:in `<main>'
  159. Tasks: TOP => environment
  160. (See full trace by running task with --trace)
  161. (Backtrace restricted to imported tasks)
  162. cap aborted!
  163. SSHKit::Runner::ExecuteError: Exception while executing as deploy@eventslikebbq.site: rake exit status: 1
  164. rake stdout: Nothing written
  165. rake stderr: rake aborted!
  166. ArgumentError: Missing required arguments: aws_access_key_id, aws_secret_access_key
  167. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/fog-core-2.1.2/lib/fog/core/service.rb:244:in `validate_options'
  168. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/fog-core-2.1.2/lib/fog/core/service.rb:268:in `handle_settings'
  169. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/fog-core-2.1.2/lib/fog/core/service.rb:98:in `new'
  170. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/fog-core-2.1.2/lib/fog/core/services_mixin.rb:16:in `new'
  171. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/carrierwave-1.3.1/lib/carrierwave/uploader/configuration.rb:126:in `eager_load_fog'
  172. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/carrierwave-1.3.1/lib/carrierwave/uploader/configuration.rb:139:in `fog_credentials='
  173. /home/deploy/www/releases/20190331134655/config/initializers/carrierwave.rb:6:in `block in <top (required)>'
  174. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/carrierwave-1.3.1/lib/carrierwave/uploader/configuration.rb:161:in `configure'
  175. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/carrierwave-1.3.1/lib/carrierwave.rb:14:in `configure'
  176. /home/deploy/www/releases/20190331134655/config/initializers/carrierwave.rb:4:in `<top (required)>'
  177. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:285:in `load'
  178. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:285:in `block in load'
  179. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:257:in `load_dependency'
  180. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:285:in `load'
  181. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/engine.rb:657:in `block in load_config_initializer'
  182. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/notifications.rb:170:in `instrument'
  183. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/engine.rb:656:in `load_config_initializer'
  184. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/engine.rb:614:in `block (2 levels) in <class:Engine>'
  185. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/engine.rb:613:in `each'
  186. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/engine.rb:613:in `block in <class:Engine>'
  187. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/initializable.rb:32:in `instance_exec'
  188. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/initializable.rb:32:in `run'
  189. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/initializable.rb:61:in `block in run_initializers'
  190. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/initializable.rb:50:in `each'
  191. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/initializable.rb:50:in `tsort_each_child'
  192. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/initializable.rb:60:in `run_initializers'
  193. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/application.rb:361:in `initialize!'
  194. /home/deploy/www/releases/20190331134655/config/environment.rb:5:in `<top (required)>'
  195. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:291:in `require'
  196. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:291:in `block in require'
  197. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:257:in `load_dependency'
  198. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:291:in `require'
  199. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/application.rb:337:in `require_environment!'
  200. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/application.rb:520:in `block in run_tasks_blocks'
  201. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/sprockets-rails-3.2.1/lib/sprockets/rails/task.rb:62:in `block (2 levels) in define'
  202. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/rake-12.3.2/exe/rake:27:in `<top (required)>'
  203. /home/deploy/.rbenv/versions/2.5.3/bin/bundle:23:in `load'
  204. /home/deploy/.rbenv/versions/2.5.3/bin/bundle:23:in `<main>'
  205. Tasks: TOP => environment
  206. (See full trace by running task with --trace)
  207.  
  208.  
  209. Caused by:
  210. SSHKit::Command::Failed: rake exit status: 1
  211. rake stdout: Nothing written
  212. rake stderr: rake aborted!
  213. ArgumentError: Missing required arguments: aws_access_key_id, aws_secret_access_key
  214. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/fog-core-2.1.2/lib/fog/core/service.rb:244:in `validate_options'
  215. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/fog-core-2.1.2/lib/fog/core/service.rb:268:in `handle_settings'
  216. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/fog-core-2.1.2/lib/fog/core/service.rb:98:in `new'
  217. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/fog-core-2.1.2/lib/fog/core/services_mixin.rb:16:in `new'
  218. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/carrierwave-1.3.1/lib/carrierwave/uploader/configuration.rb:126:in `eager_load_fog'
  219. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/carrierwave-1.3.1/lib/carrierwave/uploader/configuration.rb:139:in `fog_credentials='
  220. /home/deploy/www/releases/20190331134655/config/initializers/carrierwave.rb:6:in `block in <top (required)>'
  221. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/carrierwave-1.3.1/lib/carrierwave/uploader/configuration.rb:161:in `configure'
  222. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/carrierwave-1.3.1/lib/carrierwave.rb:14:in `configure'
  223. /home/deploy/www/releases/20190331134655/config/initializers/carrierwave.rb:4:in `<top (required)>'
  224. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:285:in `load'
  225. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:285:in `block in load'
  226. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:257:in `load_dependency'
  227. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:285:in `load'
  228. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/engine.rb:657:in `block in load_config_initializer'
  229. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/notifications.rb:170:in `instrument'
  230. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/engine.rb:656:in `load_config_initializer'
  231. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/engine.rb:614:in `block (2 levels) in <class:Engine>'
  232. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/engine.rb:613:in `each'
  233. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/engine.rb:613:in `block in <class:Engine>'
  234. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/initializable.rb:32:in `instance_exec'
  235. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/initializable.rb:32:in `run'
  236. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/initializable.rb:61:in `block in run_initializers'
  237. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/initializable.rb:50:in `each'
  238. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/initializable.rb:50:in `tsort_each_child'
  239. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/initializable.rb:60:in `run_initializers'
  240. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/application.rb:361:in `initialize!'
  241. /home/deploy/www/releases/20190331134655/config/environment.rb:5:in `<top (required)>'
  242. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:291:in `require'
  243. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:291:in `block in require'
  244. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:257:in `load_dependency'
  245. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:291:in `require'
  246. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/application.rb:337:in `require_environment!'
  247. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/application.rb:520:in `block in run_tasks_blocks'
  248. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/sprockets-rails-3.2.1/lib/sprockets/rails/task.rb:62:in `block (2 levels) in define'
  249. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/rake-12.3.2/exe/rake:27:in `<top (required)>'
  250. /home/deploy/.rbenv/versions/2.5.3/bin/bundle:23:in `load'
  251. /home/deploy/.rbenv/versions/2.5.3/bin/bundle:23:in `<main>'
  252. Tasks: TOP => environment
  253. (See full trace by running task with --trace)
  254.  
  255. Tasks: TOP => deploy:assets:precompile
  256. (See full trace by running task with --trace)
  257. The deploy has failed with an error: Exception while executing as deploy@eventslikebbq.site: rake exit status: 1
  258. rake stdout: Nothing written
  259. rake stderr: rake aborted!
  260. ArgumentError: Missing required arguments: aws_access_key_id, aws_secret_access_key
  261. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/fog-core-2.1.2/lib/fog/core/service.rb:244:in `validate_options'
  262. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/fog-core-2.1.2/lib/fog/core/service.rb:268:in `handle_settings'
  263. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/fog-core-2.1.2/lib/fog/core/service.rb:98:in `new'
  264. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/fog-core-2.1.2/lib/fog/core/services_mixin.rb:16:in `new'
  265. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/carrierwave-1.3.1/lib/carrierwave/uploader/configuration.rb:126:in `eager_load_fog'
  266. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/carrierwave-1.3.1/lib/carrierwave/uploader/configuration.rb:139:in `fog_credentials='
  267. /home/deploy/www/releases/20190331134655/config/initializers/carrierwave.rb:6:in `block in <top (required)>'
  268. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/carrierwave-1.3.1/lib/carrierwave/uploader/configuration.rb:161:in `configure'
  269. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/carrierwave-1.3.1/lib/carrierwave.rb:14:in `configure'
  270. /home/deploy/www/releases/20190331134655/config/initializers/carrierwave.rb:4:in `<top (required)>'
  271. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:285:in `load'
  272. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:285:in `block in load'
  273. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:257:in `load_dependency'
  274. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:285:in `load'
  275. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/engine.rb:657:in `block in load_config_initializer'
  276. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/notifications.rb:170:in `instrument'
  277. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/engine.rb:656:in `load_config_initializer'
  278. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/engine.rb:614:in `block (2 levels) in <class:Engine>'
  279. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/engine.rb:613:in `each'
  280. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/engine.rb:613:in `block in <class:Engine>'
  281. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/initializable.rb:32:in `instance_exec'
  282. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/initializable.rb:32:in `run'
  283. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/initializable.rb:61:in `block in run_initializers'
  284. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/initializable.rb:50:in `each'
  285. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/initializable.rb:50:in `tsort_each_child'
  286. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/initializable.rb:60:in `run_initializers'
  287. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/application.rb:361:in `initialize!'
  288. /home/deploy/www/releases/20190331134655/config/environment.rb:5:in `<top (required)>'
  289. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:291:in `require'
  290. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:291:in `block in require'
  291. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:257:in `load_dependency'
  292. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:291:in `require'
  293. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/application.rb:337:in `require_environment!'
  294. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/application.rb:520:in `block in run_tasks_blocks'
  295. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/sprockets-rails-3.2.1/lib/sprockets/rails/task.rb:62:in `block (2 levels) in define'
  296. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/rake-12.3.2/exe/rake:27:in `<top (required)>'
  297. /home/deploy/.rbenv/versions/2.5.3/bin/bundle:23:in `load'
  298. /home/deploy/.rbenv/versions/2.5.3/bin/bundle:23:in `<main>'
  299. Tasks: TOP => environment
  300. (See full trace by running task with --trace)
  301.  
  302.  
  303. ** DEPLOY FAILED
  304. ** Refer to log/capistrano.log for details. Here are the last 20 lines:
  305.  
  306.  
  307. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/initializable.rb:32:in `instance_exec'
  308.  
  309. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/initializable.rb:32:in `run'
  310.  
  311. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/initializable.rb:61:in `block in run_initializers'
  312.  
  313. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/initializable.rb:50:in `each'
  314.  
  315. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/initializable.rb:50:in `tsort_each_child'
  316.  
  317. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/initializable.rb:60:in `run_initializers'
  318.  
  319. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/application.rb:361:in `initialize!'
  320.  
  321. /home/deploy/www/releases/20190331134655/config/environment.rb:5:in `<top (required)>'
  322.  
  323. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:291:in `require'
  324.  
  325. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:291:in `block in require'
  326.  
  327. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:257:in `load_dependency'
  328.  
  329. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:291:in `require'
  330.  
  331. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/application.rb:337:in `require_environment!'
  332.  
  333. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/railties-5.2.3/lib/rails/application.rb:520:in `block in run_tasks_blocks'
  334.  
  335. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/sprockets-rails-3.2.1/lib/sprockets/rails/task.rb:62:in `block (2 levels) in define'
  336.  
  337. /home/deploy/www/shared/bundle/ruby/2.5.0/gems/rake-12.3.2/exe/rake:27:in `<top (required)>'
  338.  
  339. /home/deploy/.rbenv/versions/2.5.3/bin/bundle:23:in `load'
  340.  
  341. /home/deploy/.rbenv/versions/2.5.3/bin/bundle:23:in `<main>'
  342.  
  343. DEBUG [b0d0e44d] Tasks: TOP => environment
  344.  
  345. DEBUG [b0d0e44d] (See full trace by running task with --trace)
  346.  
  347. combos@combos:~/Dropbox/RailsWay/RoR/rorfirst/bbq$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement