Skip to content

Instantly share code, notes, and snippets.

@9cardinals
Created November 26, 2013 06:08
Show Gist options
  • Save 9cardinals/7654097 to your computer and use it in GitHub Desktop.
Save 9cardinals/7654097 to your computer and use it in GitHub Desktop.
heroku deploy fail logs
vera:bloccit monicacardinal$ heroku create monica-bloccit-2
Creating monica-bloccit-2... done, stack is cedar
http://monica-bloccit-2.herokuapp.com/ | git@heroku.com:monica-bloccit-2.git
Git remote heroku added
vera:bloccit monicacardinal$ git push heroku master
Counting objects: 89, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (74/74), done.
Writing objects: 100% (89/89), 24.87 KiB | 0 bytes/s, done.
Total 89 (delta 8), reused 0 (delta 0)
-----> Ruby app detected
-----> Compiling Ruby/Rails
-----> Using Ruby version: ruby-2.0.0
-----> Installing dependencies using Bundler version 1.3.2
New app detected loading default bundler cache
Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin --deployment
Fetching gem metadata from https://rubygems.org/..........
Fetching gem metadata from https://rubygems.org/..
Using rake (10.1.0)
Using i18n (0.6.5)
Using multi_json (1.8.2)
Installing activesupport (3.2.15)
Using builder (3.0.4)
Installing activemodel (3.2.15)
Using erubis (2.7.0)
Using journey (1.0.4)
Using rack (1.4.5)
Using rack-cache (1.2)
Using rack-test (0.6.2)
Using hike (1.2.3)
Using tilt (1.4.1)
Using sprockets (2.2.2)
Installing actionpack (3.2.15)
Installing mime-types (1.25.1)
Using polyglot (0.3.3)
Using treetop (1.4.15)
Using mail (2.5.4)
Installing actionmailer (3.2.15)
Installing arel (3.0.3)
Using tzinfo (0.3.38)
Installing activerecord (3.2.15)
Installing activeresource (3.2.15)
Using coffee-script-source (1.6.3)
Using execjs (2.0.2)
Using coffee-script (2.2.0)
Using rack-ssl (1.3.3)
Using json (1.8.1)
Using rdoc (3.12.2)
Using thor (0.18.1)
Installing railties (3.2.15)
Using coffee-rails (3.2.2)
Using jquery-rails (3.0.4)
Using pg (0.17.0)
Using bundler (1.3.2)
Installing rails (3.2.15)
Using sass (3.2.12)
Using sass-rails (3.2.6)
Using uglifier (2.3.1)
Your bundle is complete! It was installed into ./vendor/bundle
Bundle completed (13.57s)
Cleaning up the bundler cache.
Removing coffee-rails (4.0.1)
Removing activesupport (3.2.14)
Removing actionpack (4.0.1)
Removing bcrypt-ruby (3.0.1)
Removing bcrypt-ruby (3.1.2)
Removing tzinfo (0.3.37)
Removing turbolinks (1.3.1)
Removing execjs (2.0.1)
Removing puma (2.6.0)
Removing activerecord (4.0.1)
Removing actionpack (3.2.14)
Removing jbuilder (1.5.1)
Removing rack (1.5.2)
Removing sprockets (2.10.0)
Removing rails (4.0.1)
Removing arel (3.0.2)
Removing nokogiri (1.6.0)
Removing railties (3.2.14)
Removing uglifier (2.2.1)
Removing actionmailer (3.2.14)
Removing sdoc (0.3.20)
Removing activemodel (3.2.14)
Removing activesupport (4.0.1)
Removing raindrops (0.12.0)
Removing mini_portile (0.5.1)
Removing actionmailer (4.0.1)
Removing kgio (2.8.1)
Removing mime-types (1.25)
Removing arel (4.0.1)
Removing activemodel (4.0.1)
Removing jbuilder (1.5.2)
Removing multi_json (1.8.0)
Removing minitest (4.7.5)
Removing activerecord-deprecated_finders (1.0.3)
Removing unicorn (4.6.3)
Removing rails_serve_static_assets (0.0.1)
Removing activeresource (3.2.14)
Removing builder (3.1.4)
Removing railties (4.0.1)
Removing rails_stdout_logging (0.0.2)
Removing activerecord (3.2.14)
Removing thread_safe (0.1.3)
Removing rails_stdout_logging (0.0.3)
Removing sass (3.2.10)
Removing rails (3.2.14)
Removing json (1.8.0)
Removing sprockets-rails (2.0.1)
Removing atomic (1.1.14)
Removing rails_12factor (0.0.2)
Removing sass-rails (4.0.1)
-----> Writing config/database.yml to read from DATABASE_URL
-----> Preparing app for Rails asset pipeline
Running: rake assets:precompile
DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /tmp/build_f47e010f-e356-4eb3-9ca5-22f12c8bf2e7/Rakefile:7)
DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /tmp/build_f47e010f-e356-4eb3-9ca5-22f12c8bf2e7/Rakefile:7)
rake aborted!
could not connect to server: Connection refused
Is the server running on host "127.0.0.1" and accepting
TCP/IP connections on port 5432?
/tmp/build_f47e010f-e356-4eb3-9ca5-22f12c8bf2e7/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.15/lib/active_record/connection_adapters/postgresql_adapter.rb:1222:in `initialize'
/tmp/build_f47e010f-e356-4eb3-9ca5-22f12c8bf2e7/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.15/lib/active_record/connection_adapters/postgresql_adapter.rb:1222:in `new'
/tmp/build_f47e010f-e356-4eb3-9ca5-22f12c8bf2e7/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.15/lib/active_record/connection_adapters/postgresql_adapter.rb:1222:in `connect'
/tmp/build_f47e010f-e356-4eb3-9ca5-22f12c8bf2e7/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.15/lib/active_record/connection_adapters/postgresql_adapter.rb:324:in `initialize'
/tmp/build_f47e010f-e356-4eb3-9ca5-22f12c8bf2e7/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.15/lib/active_record/connection_adapters/postgresql_adapter.rb:28:in `new'
/tmp/build_f47e010f-e356-4eb3-9ca5-22f12c8bf2e7/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.15/lib/active_record/connection_adapters/postgresql_adapter.rb:28:in `postgresql_connection'
/tmp/build_f47e010f-e356-4eb3-9ca5-22f12c8bf2e7/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.15/lib/active_record/connection_adapters/abstract/connection_pool.rb:315:in `new_connection'
/tmp/build_f47e010f-e356-4eb3-9ca5-22f12c8bf2e7/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.15/lib/active_record/connection_adapters/abstract/connection_pool.rb:325:in `checkout_new_connection'
/tmp/build_f47e010f-e356-4eb3-9ca5-22f12c8bf2e7/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.15/lib/active_record/connection_adapters/abstract/connection_pool.rb:247:in `block (2 levels) in checkout'
/tmp/build_f47e010f-e356-4eb3-9ca5-22f12c8bf2e7/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.15/lib/active_record/connection_adapters/abstract/connection_pool.rb:242:in `loop'
/tmp/build_f47e010f-e356-4eb3-9ca5-22f12c8bf2e7/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.15/lib/active_record/connection_adapters/abstract/connection_pool.rb:242:in `block in checkout'
/tmp/build_f47e010f-e356-4eb3-9ca5-22f12c8bf2e7/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.15/lib/active_record/connection_adapters/abstract/connection_pool.rb:239:in `checkout'
/tmp/build_f47e010f-e356-4eb3-9ca5-22f12c8bf2e7/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.15/lib/active_record/connection_adapters/abstract/connection_pool.rb:102:in `block in connection'
/tmp/build_f47e010f-e356-4eb3-9ca5-22f12c8bf2e7/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.15/lib/active_record/connection_adapters/abstract/connection_pool.rb:101:in `connection'
/tmp/build_f47e010f-e356-4eb3-9ca5-22f12c8bf2e7/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.15/lib/active_record/connection_adapters/abstract/connection_pool.rb:410:in `retrieve_connection'
/tmp/build_f47e010f-e356-4eb3-9ca5-22f12c8bf2e7/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.15/lib/active_record/connection_adapters/abstract/connection_specification.rb:171:in `retrieve_connection'
/tmp/build_f47e010f-e356-4eb3-9ca5-22f12c8bf2e7/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.15/lib/active_record/connection_adapters/abstract/connection_specification.rb:145:in `connection'
/tmp/build_f47e010f-e356-4eb3-9ca5-22f12c8bf2e7/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.15/lib/active_record/model_schema.rb:310:in `clear_cache!'
/tmp/build_f47e010f-e356-4eb3-9ca5-22f12c8bf2e7/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.15/lib/active_record/railtie.rb:103:in `block (2 levels) in <class:Railtie>'
/tmp/build_f47e010f-e356-4eb3-9ca5-22f12c8bf2e7/vendor/bundle/ruby/2.0.0/gems/activesupport-3.2.15/lib/active_support/callbacks.rb:418:in `_run__487854587420327166__prepare__2935833425945322891__callbacks'
/tmp/build_f47e010f-e356-4eb3-9ca5-22f12c8bf2e7/vendor/bundle/ruby/2.0.0/gems/activesupport-3.2.15/lib/active_support/callbacks.rb:405:in `__run_callback'
/tmp/build_f47e010f-e356-4eb3-9ca5-22f12c8bf2e7/vendor/bundle/ruby/2.0.0/gems/activesupport-3.2.15/lib/active_support/callbacks.rb:385:in `_run_prepare_callbacks'
/tmp/build_f47e010f-e356-4eb3-9ca5-22f12c8bf2e7/vendor/bundle/ruby/2.0.0/gems/activesupport-3.2.15/lib/active_support/callbacks.rb:81:in `run_callbacks'
/tmp/build_f47e010f-e356-4eb3-9ca5-22f12c8bf2e7/vendor/bundle/ruby/2.0.0/gems/actionpack-3.2.15/lib/action_dispatch/middleware/reloader.rb:74:in `prepare!'
/tmp/build_f47e010f-e356-4eb3-9ca5-22f12c8bf2e7/vendor/bundle/ruby/2.0.0/gems/actionpack-3.2.15/lib/action_dispatch/middleware/reloader.rb:48:in `prepare!'
/tmp/build_f47e010f-e356-4eb3-9ca5-22f12c8bf2e7/vendor/bundle/ruby/2.0.0/gems/railties-3.2.15/lib/rails/application/finisher.rb:47:in `block in <module:Finisher>'
/tmp/build_f47e010f-e356-4eb3-9ca5-22f12c8bf2e7/vendor/bundle/ruby/2.0.0/gems/railties-3.2.15/lib/rails/initializable.rb:30:in `instance_exec'
/tmp/build_f47e010f-e356-4eb3-9ca5-22f12c8bf2e7/vendor/bundle/ruby/2.0.0/gems/railties-3.2.15/lib/rails/initializable.rb:30:in `run'
/tmp/build_f47e010f-e356-4eb3-9ca5-22f12c8bf2e7/vendor/bundle/ruby/2.0.0/gems/railties-3.2.15/lib/rails/initializable.rb:55:in `block in run_initializers'
/tmp/build_f47e010f-e356-4eb3-9ca5-22f12c8bf2e7/vendor/bundle/ruby/2.0.0/gems/railties-3.2.15/lib/rails/initializable.rb:54:in `each'
/tmp/build_f47e010f-e356-4eb3-9ca5-22f12c8bf2e7/vendor/bundle/ruby/2.0.0/gems/railties-3.2.15/lib/rails/initializable.rb:54:in `run_initializers'
/tmp/build_f47e010f-e356-4eb3-9ca5-22f12c8bf2e7/vendor/bundle/ruby/2.0.0/gems/railties-3.2.15/lib/rails/application.rb:136:in `initialize!'
/tmp/build_f47e010f-e356-4eb3-9ca5-22f12c8bf2e7/vendor/bundle/ruby/2.0.0/gems/railties-3.2.15/lib/rails/railtie/configurable.rb:30:in `method_missing'
/tmp/build_f47e010f-e356-4eb3-9ca5-22f12c8bf2e7/config/environment.rb:5:in `<top (required)>'
/tmp/build_f47e010f-e356-4eb3-9ca5-22f12c8bf2e7/vendor/bundle/ruby/2.0.0/gems/activesupport-3.2.15/lib/active_support/dependencies.rb:251:in `require'
/tmp/build_f47e010f-e356-4eb3-9ca5-22f12c8bf2e7/vendor/bundle/ruby/2.0.0/gems/activesupport-3.2.15/lib/active_support/dependencies.rb:251:in `block in require'
/tmp/build_f47e010f-e356-4eb3-9ca5-22f12c8bf2e7/vendor/bundle/ruby/2.0.0/gems/activesupport-3.2.15/lib/active_support/dependencies.rb:236:in `load_dependency'
/tmp/build_f47e010f-e356-4eb3-9ca5-22f12c8bf2e7/vendor/bundle/ruby/2.0.0/gems/activesupport-3.2.15/lib/active_support/dependencies.rb:251:in `require'
/tmp/build_f47e010f-e356-4eb3-9ca5-22f12c8bf2e7/vendor/bundle/ruby/2.0.0/gems/railties-3.2.15/lib/rails/application.rb:103:in `require_environment!'
/tmp/build_f47e010f-e356-4eb3-9ca5-22f12c8bf2e7/vendor/bundle/ruby/2.0.0/gems/railties-3.2.15/lib/rails/application.rb:305:in `block (2 levels) in initialize_tasks'
/tmp/build_f47e010f-e356-4eb3-9ca5-22f12c8bf2e7/vendor/bundle/ruby/2.0.0/gems/actionpack-3.2.15/lib/sprockets/assets.rake:93:in `block (2 levels) in <top (required)>'
/tmp/build_f47e010f-e356-4eb3-9ca5-22f12c8bf2e7/vendor/bundle/ruby/2.0.0/gems/actionpack-3.2.15/lib/sprockets/assets.rake:60:in `block (3 levels) in <top (required)>'
/tmp/build_f47e010f-e356-4eb3-9ca5-22f12c8bf2e7/vendor/bundle/ruby/2.0.0/gems/actionpack-3.2.15/lib/sprockets/assets.rake:23:in `invoke_or_reboot_rake_task'
/tmp/build_f47e010f-e356-4eb3-9ca5-22f12c8bf2e7/vendor/bundle/ruby/2.0.0/gems/actionpack-3.2.15/lib/sprockets/assets.rake:29:in `block (2 levels) in <top (required)>'
Tasks: TOP => environment
(See full trace by running task with --trace)
!
! Precompiling assets failed.
!
! Push rejected, failed to compile Ruby app
To git@heroku.com:monica-bloccit-2.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'git@heroku.com:monica-bloccit-2.git'
vera:bloccit monicacardinal$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment