Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [DzikiChrzan@DzikiChrzan blog]$ git push heroku master
- Initializing repository, done.
- Counting objects: 98, done.
- Delta compression using up to 2 threads.
- Compressing objects: 100% (89/89), done.
- Writing objects: 100% (98/98), 20.04 KiB | 0 bytes/s, done.
- Total 98 (delta 8), reused 0 (delta 0)
- -----> Ruby app detected
- -----> Compiling Ruby/Rails
- -----> Using Ruby version: ruby-2.0.0
- -----> Installing dependencies using 1.7.12
- Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
- Fetching gem metadata from https://rubygems.org/...........
- Installing i18n 0.7.0
- Installing rake 10.1.0
- Installing minitest 5.5.1
- Installing thread_safe 0.3.4
- Installing builder 3.2.2
- Installing erubis 2.7.0
- Installing rack 1.5.2
- Installing json 1.8.1
- Installing mime-types 1.25.1
- Installing polyglot 0.3.4
- Installing arel 5.0.0
- Installing coffee-script-source 1.6.3
- Installing execjs 2.2.0
- Installing thor 0.18.1
- Installing hike 1.2.3
- Installing multi_json 1.8.4
- Using bundler 1.7.12
- Installing tilt 1.4.1
- Installing rails_serve_static_assets 0.0.4
- Installing libv8 3.11.8.17
- Installing rails_stdout_logging 0.0.3
- Installing ref 1.0.5
- Installing sass 3.3.8
- Installing tzinfo 1.2.2
- Installing rack-test 0.6.2
- Installing rdoc 4.1.1
- Installing treetop 1.4.14
- Installing coffee-script 2.2.0
- Installing uglifier 2.4.0
- Installing sprockets 2.12.1
- Installing rails_12factor 0.0.3
- Installing activesupport 4.1.5
- Installing sdoc 0.4.0
- Installing mail 2.5.4
- Installing actionview 4.1.5
- Installing activemodel 4.1.5
- Installing jbuilder 2.1.1
- Installing actionpack 4.1.5
- Installing activerecord 4.1.5
- Installing actionmailer 4.1.5
- Installing railties 4.1.5
- Installing sprockets-rails 2.1.3
- Installing coffee-rails 4.0.1
- Installing jquery-rails 3.1.0
- Installing rails 4.1.5
- Installing pg 0.17.1
- Installing turbolinks 2.2.2
- Installing sass-rails 4.0.3
- Installing therubyracer 0.11.4
- Your bundle is complete!
- Gems in the groups development and test were not installed.
- It was installed into ./vendor/bundle
- Post-install message from rdoc:
- Depending on your version of ruby, you may need to install ruby rdoc/ri data:
- <= 1.8.6 : unsupported
- = 1.8.7 : gem install rdoc-data; rdoc-data --install
- = 1.9.1 : gem install rdoc-data; rdoc-data --install
- >= 1.9.2 : nothing to do! Yay!
- Bundle completed (26.03s)
- Cleaning up the bundler cache.
- -----> Preparing app for Rails asset pipeline
- Running: rake assets:precompile
- I, [2015-02-07T17:06:17.823271 #1283] INFO -- : Writing /tmp/build_374afebb598e92eacd894ae2e50e6a4d/public/assets/application-4be62d87c5bb7f3e09992032049b2bd0.js
- rake aborted!
- wrong number of arguments (2 for 1)
- (in /tmp/build_374afebb598e92eacd894ae2e50e6a4d/app/assets/stylesheets/articles.css.scss)
- /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sass-3.3.8/lib/sass/importers/filesystem.rb:14:in `initialize'
- /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/sass_importer.rb:11:in `initialize'
- /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sass-rails-4.0.3/lib/sass/rails/template.rb:13:in `new'
- /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sass-rails-4.0.3/lib/sass/rails/template.rb:13:in `evaluate'
- /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/tilt-1.4.1/lib/tilt/template.rb:103:in `render'
- /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/context.rb:197:in `block in evaluate'
- /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/context.rb:194:in `each'
- /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/context.rb:194:in `evaluate'
- /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/processed_asset.rb:12:in `initialize'
- /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/base.rb:374:in `new'
- /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/base.rb:374:in `block in build_asset'
- /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/base.rb:395:in `circular_call_protection'
- /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/base.rb:373:in `build_asset'
- /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/index.rb:94:in `block in build_asset'
- /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/caching.rb:58:in `cache_asset'
- /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/index.rb:93:in `build_asset'
- /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/base.rb:287:in `find_asset'
- /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/index.rb:61:in `find_asset'
- /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/processed_asset.rb:111:in `block in resolve_dependencies'
- /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/processed_asset.rb:105:in `each'
- /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/processed_asset.rb:105:in `resolve_dependencies'
- /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/processed_asset.rb:97:in `build_required_assets'
- /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/processed_asset.rb:16:in `initialize'
- /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/base.rb:374:in `new'
- /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/base.rb:374:in `block in build_asset'
- /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/base.rb:395:in `circular_call_protection'
- /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/base.rb:373:in `build_asset'
- /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/index.rb:94:in `block in build_asset'
- /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/caching.rb:58:in `cache_asset'
- /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/index.rb:93:in `build_asset'
- /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/base.rb:287:in `find_asset'
- /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/index.rb:61:in `find_asset'
- /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/bundled_asset.rb:16:in `initialize'
- /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/base.rb:377:in `new'
- /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/base.rb:377:in `build_asset'
- /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/index.rb:94:in `block in build_asset'
- /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/caching.rb:58:in `cache_asset'
- /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/index.rb:93:in `build_asset'
- /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/base.rb:287:in `find_asset'
- /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/index.rb:61:in `find_asset'
- /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/manifest.rb:211:in `block in find_asset'
- /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/manifest.rb:257:in `benchmark'
- /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/manifest.rb:210:in `find_asset'
- /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/manifest.rb:119:in `block in compile'
- /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/manifest.rb:118:in `each'
- /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/manifest.rb:118:in `compile'
- /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-rails-2.1.3/lib/sprockets/rails/task.rb:61:in `block (3 levels) in define'
- /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/rake/sprocketstask.rb:146:in `with_logger'
- /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-rails-2.1.3/lib/sprockets/rails/task.rb:60:in `block (2 levels) in define'
- Tasks: TOP => assets:precompile
- (See full trace by running task with --trace)
- !
- ! Precompiling assets failed.
- !
- ! Push rejected, failed to compile Ruby app
- To [email protected]:stark-tor-4197.git
- ! [remote rejected] master -> master (pre-receive hook declined)
- error: failed to push some refs to '[email protected]:stark-tor-4197.git'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement