Skip to content

Instantly share code, notes, and snippets.

@akinsgre
Created October 29, 2013 19:32
Show Gist options
  • Save akinsgre/7221079 to your computer and use it in GitHub Desktop.
Save akinsgre/7221079 to your computer and use it in GitHub Desktop.
-----> Writing config/database.yml to read from DATABASE_URL
-----> Preparing app for Rails asset pipeline
Running: rake assets:precompile
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/tlsmail-0.0.1/lib/net/smtp.rb:806: warning: already initialized constant Net::SMTPSession
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/tlsmail-0.0.1/lib/net/smtp.rb:806: warning: previous definition of SMTPSession was here
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/tlsmail-0.0.1/lib/net/pop.rb:687: warning: already initialized constant Net::POP
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/tlsmail-0.0.1/lib/net/pop.rb:687: warning: previous definition of POP was here
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/tlsmail-0.0.1/lib/net/pop.rb:688: warning: already initialized constant Net::POPSession
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/tlsmail-0.0.1/lib/net/pop.rb:688: warning: previous definition of POPSession was here
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/tlsmail-0.0.1/lib/net/pop.rb:689: warning: already initialized constant Net::POP3Session
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/tlsmail-0.0.1/lib/net/pop.rb:689: warning: previous definition of POP3Session was here
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/tlsmail-0.0.1/lib/net/pop.rb:702: warning: already initialized constant Net::APOPSession
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/tlsmail-0.0.1/lib/net/pop.rb:702: warning: previous definition of APOPSession was here
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_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/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_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/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_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.11/lib/active_record/connection_adapters/postgresql_adapter.rb:1208:in `initialize'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.11/lib/active_record/connection_adapters/postgresql_adapter.rb:1208:in `new'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.11/lib/active_record/connection_adapters/postgresql_adapter.rb:1208:in `connect'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.11/lib/active_record/connection_adapters/postgresql_adapter.rb:326:in `initialize'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.11/lib/active_record/connection_adapters/postgresql_adapter.rb:28:in `new'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.11/lib/active_record/connection_adapters/postgresql_adapter.rb:28:in `postgresql_connection'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.11/lib/active_record/connection_adapters/abstract/connection_pool.rb:315:in `new_connection'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.11/lib/active_record/connection_adapters/abstract/connection_pool.rb:325:in `checkout_new_connection'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.11/lib/active_record/connection_adapters/abstract/connection_pool.rb:247:in `block (2 levels) in checkout'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.11/lib/active_record/connection_adapters/abstract/connection_pool.rb:242:in `loop'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.11/lib/active_record/connection_adapters/abstract/connection_pool.rb:242:in `block in checkout'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.11/lib/active_record/connection_adapters/abstract/connection_pool.rb:239:in `checkout'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.11/lib/active_record/connection_adapters/abstract/connection_pool.rb:102:in `block in connection'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.11/lib/active_record/connection_adapters/abstract/connection_pool.rb:101:in `connection'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.11/lib/active_record/connection_adapters/abstract/connection_pool.rb:410:in `retrieve_connection'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.11/lib/active_record/connection_adapters/abstract/connection_specification.rb:171:in `retrieve_connection'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.11/lib/active_record/connection_adapters/abstract/connection_specification.rb:145:in `connection'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.11/lib/active_record/model_schema.rb:308:in `clear_cache!'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.11/lib/active_record/railtie.rb:97:in `block (2 levels) in <class:Railtie>'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:418:in `_run__1625731004964088365__prepare__187514456321506576__callbacks'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:405:in `__run_callback'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:385:in `_run_prepare_callbacks'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:81:in `run_callbacks'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/actionpack-3.2.11/lib/action_dispatch/middleware/reloader.rb:74:in `prepare!'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/actionpack-3.2.11/lib/action_dispatch/middleware/reloader.rb:48:in `prepare!'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/railties-3.2.11/lib/rails/application/finisher.rb:47:in `block in <module:Finisher>'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/railties-3.2.11/lib/rails/initializable.rb:30:in `instance_exec'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/railties-3.2.11/lib/rails/initializable.rb:30:in `run'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/railties-3.2.11/lib/rails/initializable.rb:55:in `block in run_initializers'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/railties-3.2.11/lib/rails/initializable.rb:54:in `each'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/railties-3.2.11/lib/rails/initializable.rb:54:in `run_initializers'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/railties-3.2.11/lib/rails/application.rb:136:in `initialize!'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/railties-3.2.11/lib/rails/railtie/configurable.rb:30:in `method_missing'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/config/environment.rb:5:in `<top (required)>'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:251:in `require'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:251:in `block in require'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:236:in `load_dependency'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:251:in `require'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/railties-3.2.11/lib/rails/application.rb:103:in `require_environment!'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/railties-3.2.11/lib/rails/application.rb:297:in `block (2 levels) in initialize_tasks'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:246:in `call'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:246:in `block in execute'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:241:in `each'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:241:in `execute'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:184:in `block in invoke_with_call_chain'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:177:in `invoke_with_call_chain'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:170:in `invoke'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/actionpack-3.2.11/lib/sprockets/assets.rake:93:in `block (2 levels) in <top (required)>'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:246:in `call'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:246:in `block in execute'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:241:in `each'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:241:in `execute'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:184:in `block in invoke_with_call_chain'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:177:in `invoke_with_call_chain'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:205:in `block in invoke_prerequisites'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:203:in `each'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:203:in `invoke_prerequisites'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:183:in `block in invoke_with_call_chain'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:177:in `invoke_with_call_chain'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:170:in `invoke'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/actionpack-3.2.11/lib/sprockets/assets.rake:60:in `block (3 levels) in <top (required)>'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:246:in `call'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:246:in `block in execute'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:241:in `each'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:241:in `execute'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:184:in `block in invoke_with_call_chain'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:177:in `invoke_with_call_chain'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:170:in `invoke'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/actionpack-3.2.11/lib/sprockets/assets.rake:23:in `invoke_or_reboot_rake_task'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/actionpack-3.2.11/lib/sprockets/assets.rake:29:in `block (2 levels) in <top (required)>'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:246:in `call'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:246:in `block in execute'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:241:in `each'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:241:in `execute'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:184:in `block in invoke_with_call_chain'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:177:in `invoke_with_call_chain'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:170:in `invoke'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/application.rb:143:in `invoke_task'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/application.rb:101:in `block (2 levels) in top_level'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/application.rb:101:in `each'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/application.rb:101:in `block in top_level'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/application.rb:110:in `run_with_threads'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/application.rb:95:in `top_level'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/application.rb:73:in `block in run'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/application.rb:160:in `standard_exception_handling'
/tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/application.rb:70:in `run'
Tasks: TOP => environment
(See full trace by running task with --trace)
!
! Precompiling assets failed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment