Skip to content

Instantly share code, notes, and snippets.

@Evanto
Created February 25, 2017 21:09
Show Gist options
  • Save Evanto/fe37b906a86c3cb18804e13a044dae6e to your computer and use it in GitHub Desktop.
Save Evanto/fe37b906a86c3cb18804e13a044dae6e to your computer and use it in GitHub Desktop.
~/Develop/Ruby/MovieApp$ heroku logs
2017-02-25T16:13:22.485380+00:00 heroku[run.7757]: Awaiting client
2017-02-25T16:13:22.529527+00:00 heroku[run.7757]: Starting process with command `bundle exec rake db:migrate`
2017-02-25T16:13:22.772470+00:00 heroku[run.7757]: State changed from starting to up
2017-02-25T16:13:28.637302+00:00 heroku[run.7757]: State changed from up to complete
2017-02-25T16:13:28.623429+00:00 heroku[run.7757]: Process exited with status 1
2017-02-25T16:14:11.109893+00:00 app[api]: Starting process with command `bundle exec rake db:seed` by user ohmywob@gmail.com
2017-02-25T16:14:13.263527+00:00 heroku[run.5242]: Awaiting client
2017-02-25T16:14:13.307443+00:00 heroku[run.5242]: Starting process with command `bundle exec rake db:seed`
2017-02-25T16:14:13.526698+00:00 heroku[run.5242]: State changed from starting to up
2017-02-25T16:14:19.291076+00:00 heroku[run.5242]: State changed from up to complete
2017-02-25T16:14:19.255952+00:00 heroku[run.5242]: Process exited with status 1
2017-02-25T17:27:54.418717+00:00 app[api]: Starting process with command `bundle exec rake db:drop` by user ohmywob@gmail.com
2017-02-25T17:27:57.439232+00:00 heroku[run.5284]: State changed from starting to up
2017-02-25T17:27:57.447185+00:00 heroku[run.5284]: Awaiting client
2017-02-25T17:27:57.498207+00:00 heroku[run.5284]: Starting process with command `bundle exec rake db:drop`
2017-02-25T17:28:04.966276+00:00 heroku[run.5284]: State changed from up to complete
2017-02-25T17:28:04.978961+00:00 heroku[run.5284]: Process exited with status 1
2017-02-25T19:58:32.728856+00:00 app[api]: Starting process with command `bundle exec rake db:migrate` by user ohmywob@gmail.com
2017-02-25T19:58:35.023349+00:00 heroku[run.5087]: Awaiting client
2017-02-25T19:58:35.056820+00:00 heroku[run.5087]: Starting process with command `bundle exec rake db:migrate`
2017-02-25T19:58:35.303359+00:00 heroku[run.5087]: State changed from starting to up
2017-02-25T19:58:40.571232+00:00 heroku[run.5087]: State changed from up to complete
2017-02-25T19:58:40.558696+00:00 heroku[run.5087]: Process exited with status 1
2017-02-25T20:03:07.132436+00:00 heroku[web.1]: State changed from crashed to starting
2017-02-25T20:03:09.792696+00:00 heroku[web.1]: Starting process with command `bin/rails server -p 40240 -e production`
2017-02-25T20:03:14.546735+00:00 app[web.1]: /app/vendor/bundle/ruby/2.2.0/gems/activerecord-5.0.1/lib/active_record/connection_adapters/connection_specification.rb:176:in `rescue in spec': Specified 'postgresql' for database adapter, but the gem is not loaded. Add `gem 'pg'` to your Gemfile (and ensure its version is at the minimum required by ActiveRecord). (Gem::LoadError)
2017-02-25T20:03:14.546748+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/activerecord-5.0.1/lib/active_record/connection_adapters/connection_specification.rb:173:in `spec'
2017-02-25T20:03:14.546749+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/activerecord-5.0.1/lib/active_record/connection_handling.rb:53:in `establish_connection'
2017-02-25T20:03:14.546750+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/activerecord-5.0.1/lib/active_record/railtie.rb:125:in `block (2 levels) in <class:Railtie>'
2017-02-25T20:03:14.546751+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/activesupport-5.0.1/lib/active_support/lazy_load_hooks.rb:43:in `instance_eval'
2017-02-25T20:03:14.546752+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/activesupport-5.0.1/lib/active_support/lazy_load_hooks.rb:43:in `execute_hook'
2017-02-25T20:03:14.546755+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/activesupport-5.0.1/lib/active_support/lazy_load_hooks.rb:50:in `block in run_load_hooks'
2017-02-25T20:03:14.546756+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/activesupport-5.0.1/lib/active_support/lazy_load_hooks.rb:49:in `each'
2017-02-25T20:03:14.546756+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/activesupport-5.0.1/lib/active_support/lazy_load_hooks.rb:49:in `run_load_hooks'
2017-02-25T20:03:14.546757+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/activerecord-5.0.1/lib/active_record/base.rb:324:in `<module:ActiveRecord>'
2017-02-25T20:03:14.546758+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/activerecord-5.0.1/lib/active_record/base.rb:24:in `<top (required)>'
2017-02-25T20:03:14.546759+00:00 app[web.1]: from /app/app/models/actor.rb:1:in `<top (required)>'
2017-02-25T20:03:14.546759+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/activesupport-5.0.1/lib/active_support/dependencies.rb:293:in `require'
2017-02-25T20:03:14.546760+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/activesupport-5.0.1/lib/active_support/dependencies.rb:293:in `block in require'
2017-02-25T20:03:14.546761+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/activesupport-5.0.1/lib/active_support/dependencies.rb:293:in `require'
2017-02-25T20:03:14.546761+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/activesupport-5.0.1/lib/active_support/dependencies.rb:259:in `load_dependency'
2017-02-25T20:03:14.546762+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/activesupport-5.0.1/lib/active_support/dependencies.rb:380:in `block in require_or_load'
2017-02-25T20:03:14.546764+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/activesupport-5.0.1/lib/active_support/dependencies.rb:37:in `block in load_interlock'
2017-02-25T20:03:14.546766+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/activesupport-5.0.1/lib/active_support/concurrency/share_lock.rb:150:in `exclusive'
2017-02-25T20:03:14.546765+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/activesupport-5.0.1/lib/active_support/dependencies/interlock.rb:12:in `block in loading'
2017-02-25T20:03:14.546766+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/activesupport-5.0.1/lib/active_support/dependencies/interlock.rb:11:in `loading'
2017-02-25T20:03:14.546767+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/activesupport-5.0.1/lib/active_support/dependencies.rb:37:in `load_interlock'
2017-02-25T20:03:14.546770+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/activesupport-5.0.1/lib/active_support/dependencies.rb:358:in `require_or_load'
2017-02-25T20:03:14.546772+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/activesupport-5.0.1/lib/active_support/dependencies.rb:252:in `require_dependency'
2017-02-25T20:03:14.546770+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/activesupport-5.0.1/lib/active_support/dependencies.rb:336:in `depend_on'
2017-02-25T20:03:14.546773+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.1/lib/rails/engine.rb:476:in `block (2 levels) in eager_load!'
2017-02-25T20:03:14.546775+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.1/lib/rails/engine.rb:475:in `each'
2017-02-25T20:03:14.546779+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.1/lib/rails/engine.rb:473:in `each'
2017-02-25T20:03:14.546777+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.1/lib/rails/engine.rb:475:in `block in eager_load!'
2017-02-25T20:03:14.546781+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.1/lib/rails/engine.rb:473:in `eager_load!'
2017-02-25T20:03:14.546782+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.1/lib/rails/engine.rb:354:in `eager_load!'
2017-02-25T20:03:14.546786+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.1/lib/rails/application/finisher.rb:59:in `block in <module:Finisher>'
2017-02-25T20:03:14.546784+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.1/lib/rails/application/finisher.rb:59:in `each'
2017-02-25T20:03:14.546839+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.1/lib/rails/initializable.rb:30:in `instance_exec'
2017-02-25T20:03:14.546840+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.1/lib/rails/initializable.rb:30:in `run'
2017-02-25T20:03:14.546840+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.1/lib/rails/initializable.rb:55:in `block in run_initializers'
2017-02-25T20:03:14.546841+00:00 app[web.1]: from /app/vendor/ruby-2.2.6/lib/ruby/2.2.0/tsort.rb:226:in `block in tsort_each'
2017-02-25T20:03:14.546844+00:00 app[web.1]: from /app/vendor/ruby-2.2.6/lib/ruby/2.2.0/tsort.rb:348:in `block (2 levels) in each_strongly_connected_component'
2017-02-25T20:03:14.546845+00:00 app[web.1]: from /app/vendor/ruby-2.2.6/lib/ruby/2.2.0/tsort.rb:429:in `each_strongly_connected_component_from'
2017-02-25T20:03:14.546845+00:00 app[web.1]: from /app/vendor/ruby-2.2.6/lib/ruby/2.2.0/tsort.rb:347:in `block in each_strongly_connected_component'
2017-02-25T20:03:14.546846+00:00 app[web.1]: from /app/vendor/ruby-2.2.6/lib/ruby/2.2.0/tsort.rb:345:in `each'
2017-02-25T20:03:14.546848+00:00 app[web.1]: from /app/vendor/ruby-2.2.6/lib/ruby/2.2.0/tsort.rb:345:in `call'
2017-02-25T20:03:14.546849+00:00 app[web.1]: from /app/vendor/ruby-2.2.6/lib/ruby/2.2.0/tsort.rb:345:in `each_strongly_connected_component'
2017-02-25T20:03:14.546851+00:00 app[web.1]: from /app/vendor/ruby-2.2.6/lib/ruby/2.2.0/tsort.rb:224:in `tsort_each'
2017-02-25T20:03:14.546852+00:00 app[web.1]: from /app/vendor/ruby-2.2.6/lib/ruby/2.2.0/tsort.rb:203:in `tsort_each'
2017-02-25T20:03:14.546853+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.1/lib/rails/initializable.rb:54:in `run_initializers'
2017-02-25T20:03:14.546855+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.1/lib/rails/application.rb:352:in `initialize!'
2017-02-25T20:03:14.546877+00:00 app[web.1]: from /app/config/environment.rb:5:in `<top (required)>'
2017-02-25T20:03:14.546878+00:00 app[web.1]: from /app/config.ru:3:in `require_relative'
2017-02-25T20:03:14.546878+00:00 app[web.1]: from /app/config.ru:3:in `block in <main>'
2017-02-25T20:03:14.546881+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/rack-2.0.1/lib/rack/builder.rb:55:in `instance_eval'
2017-02-25T20:03:14.546882+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/rack-2.0.1/lib/rack/builder.rb:55:in `initialize'
2017-02-25T20:03:14.546883+00:00 app[web.1]: from /app/config.ru:in `new'
2017-02-25T20:03:14.546885+00:00 app[web.1]: from /app/config.ru:in `<main>'
2017-02-25T20:03:14.546887+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/rack-2.0.1/lib/rack/builder.rb:49:in `eval'
2017-02-25T20:03:14.546888+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/rack-2.0.1/lib/rack/builder.rb:49:in `new_from_string'
2017-02-25T20:03:14.546890+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/rack-2.0.1/lib/rack/builder.rb:40:in `parse_file'
2017-02-25T20:03:14.546892+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/rack-2.0.1/lib/rack/server.rb:318:in `build_app_and_options_from_config'
2017-02-25T20:03:14.546913+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/rack-2.0.1/lib/rack/server.rb:218:in `app'
2017-02-25T20:03:14.546914+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.1/lib/rails/commands/server.rb:59:in `app'
2017-02-25T20:03:14.546914+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/rack-2.0.1/lib/rack/server.rb:353:in `wrapped_app'
2017-02-25T20:03:14.546916+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/rack-2.0.1/lib/rack/server.rb:282:in `start'
2017-02-25T20:03:14.546917+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.1/lib/rails/commands/server.rb:79:in `start'
2017-02-25T20:03:14.546918+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.1/lib/rails/commands/commands_tasks.rb:90:in `block in server'
2017-02-25T20:03:14.546920+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.1/lib/rails/commands/commands_tasks.rb:85:in `tap'
2017-02-25T20:03:14.546921+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.1/lib/rails/commands/commands_tasks.rb:85:in `server'
2017-02-25T20:03:14.546923+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.1/lib/rails/commands/commands_tasks.rb:49:in `run_command!'
2017-02-25T20:03:14.546925+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.1/lib/rails/commands.rb:18:in `<top (required)>'
2017-02-25T20:03:14.546943+00:00 app[web.1]: from bin/rails:8:in `require'
2017-02-25T20:03:14.546944+00:00 app[web.1]: from bin/rails:8:in `<main>'
2017-02-25T20:03:14.594554+00:00 app[web.1]: => Booting Puma
2017-02-25T20:03:14.594557+00:00 app[web.1]: => Rails 5.0.1 application starting in production on http://0.0.0.0:40240
2017-02-25T20:03:14.594558+00:00 app[web.1]: => Run `rails server -h` for more startup options
2017-02-25T20:03:14.594559+00:00 app[web.1]: Exiting
2017-02-25T20:03:14.747339+00:00 heroku[web.1]: State changed from starting to crashed
2017-02-25T20:03:14.717576+00:00 heroku[web.1]: Process exited with status 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment