Advertisement
Guest User

Untitled

a guest
Feb 7th, 2015
620
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.59 KB | None | 0 0
  1. [DzikiChrzan@DzikiChrzan blog]$ git push heroku master
  2. Initializing repository, done.
  3. Counting objects: 98, done.
  4. Delta compression using up to 2 threads.
  5. Compressing objects: 100% (89/89), done.
  6. Writing objects: 100% (98/98), 20.04 KiB | 0 bytes/s, done.
  7. Total 98 (delta 8), reused 0 (delta 0)
  8.  
  9. -----> Ruby app detected
  10. -----> Compiling Ruby/Rails
  11. -----> Using Ruby version: ruby-2.0.0
  12. -----> Installing dependencies using 1.7.12
  13. Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
  14. Fetching gem metadata from https://rubygems.org/...........
  15. Installing i18n 0.7.0
  16. Installing rake 10.1.0
  17. Installing minitest 5.5.1
  18. Installing thread_safe 0.3.4
  19. Installing builder 3.2.2
  20. Installing erubis 2.7.0
  21. Installing rack 1.5.2
  22. Installing json 1.8.1
  23. Installing mime-types 1.25.1
  24. Installing polyglot 0.3.4
  25. Installing arel 5.0.0
  26. Installing coffee-script-source 1.6.3
  27. Installing execjs 2.2.0
  28. Installing thor 0.18.1
  29. Installing hike 1.2.3
  30. Installing multi_json 1.8.4
  31. Using bundler 1.7.12
  32. Installing tilt 1.4.1
  33. Installing rails_serve_static_assets 0.0.4
  34. Installing libv8 3.11.8.17
  35. Installing rails_stdout_logging 0.0.3
  36. Installing ref 1.0.5
  37. Installing sass 3.3.8
  38. Installing tzinfo 1.2.2
  39. Installing rack-test 0.6.2
  40. Installing rdoc 4.1.1
  41. Installing treetop 1.4.14
  42. Installing coffee-script 2.2.0
  43. Installing uglifier 2.4.0
  44. Installing sprockets 2.12.1
  45. Installing rails_12factor 0.0.3
  46. Installing activesupport 4.1.5
  47. Installing sdoc 0.4.0
  48. Installing mail 2.5.4
  49. Installing actionview 4.1.5
  50. Installing activemodel 4.1.5
  51. Installing jbuilder 2.1.1
  52. Installing actionpack 4.1.5
  53. Installing activerecord 4.1.5
  54. Installing actionmailer 4.1.5
  55. Installing railties 4.1.5
  56. Installing sprockets-rails 2.1.3
  57. Installing coffee-rails 4.0.1
  58. Installing jquery-rails 3.1.0
  59. Installing rails 4.1.5
  60. Installing pg 0.17.1
  61. Installing turbolinks 2.2.2
  62. Installing sass-rails 4.0.3
  63. Installing therubyracer 0.11.4
  64. Your bundle is complete!
  65. Gems in the groups development and test were not installed.
  66. It was installed into ./vendor/bundle
  67. Post-install message from rdoc:
  68. Depending on your version of ruby, you may need to install ruby rdoc/ri data:
  69. <= 1.8.6 : unsupported
  70. = 1.8.7 : gem install rdoc-data; rdoc-data --install
  71. = 1.9.1 : gem install rdoc-data; rdoc-data --install
  72. >= 1.9.2 : nothing to do! Yay!
  73. Bundle completed (26.03s)
  74. Cleaning up the bundler cache.
  75. -----> Preparing app for Rails asset pipeline
  76. Running: rake assets:precompile
  77. I, [2015-02-07T17:06:17.823271 #1283] INFO -- : Writing /tmp/build_374afebb598e92eacd894ae2e50e6a4d/public/assets/application-4be62d87c5bb7f3e09992032049b2bd0.js
  78. rake aborted!
  79. wrong number of arguments (2 for 1)
  80. (in /tmp/build_374afebb598e92eacd894ae2e50e6a4d/app/assets/stylesheets/articles.css.scss)
  81. /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sass-3.3.8/lib/sass/importers/filesystem.rb:14:in `initialize'
  82. /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/sass_importer.rb:11:in `initialize'
  83. /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sass-rails-4.0.3/lib/sass/rails/template.rb:13:in `new'
  84. /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sass-rails-4.0.3/lib/sass/rails/template.rb:13:in `evaluate'
  85. /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/tilt-1.4.1/lib/tilt/template.rb:103:in `render'
  86. /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/context.rb:197:in `block in evaluate'
  87. /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/context.rb:194:in `each'
  88. /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/context.rb:194:in `evaluate'
  89. /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/processed_asset.rb:12:in `initialize'
  90. /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/base.rb:374:in `new'
  91. /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/base.rb:374:in `block in build_asset'
  92. /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/base.rb:395:in `circular_call_protection'
  93. /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/base.rb:373:in `build_asset'
  94. /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/index.rb:94:in `block in build_asset'
  95. /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/caching.rb:58:in `cache_asset'
  96. /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/index.rb:93:in `build_asset'
  97. /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/base.rb:287:in `find_asset'
  98. /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/index.rb:61:in `find_asset'
  99. /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'
  100. /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/processed_asset.rb:105:in `each'
  101. /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/processed_asset.rb:105:in `resolve_dependencies'
  102. /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/processed_asset.rb:97:in `build_required_assets'
  103. /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/processed_asset.rb:16:in `initialize'
  104. /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/base.rb:374:in `new'
  105. /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/base.rb:374:in `block in build_asset'
  106. /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/base.rb:395:in `circular_call_protection'
  107. /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/base.rb:373:in `build_asset'
  108. /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/index.rb:94:in `block in build_asset'
  109. /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/caching.rb:58:in `cache_asset'
  110. /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/index.rb:93:in `build_asset'
  111. /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/base.rb:287:in `find_asset'
  112. /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/index.rb:61:in `find_asset'
  113. /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/bundled_asset.rb:16:in `initialize'
  114. /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/base.rb:377:in `new'
  115. /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/base.rb:377:in `build_asset'
  116. /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/index.rb:94:in `block in build_asset'
  117. /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/caching.rb:58:in `cache_asset'
  118. /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/index.rb:93:in `build_asset'
  119. /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/base.rb:287:in `find_asset'
  120. /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/index.rb:61:in `find_asset'
  121. /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/manifest.rb:211:in `block in find_asset'
  122. /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/manifest.rb:257:in `benchmark'
  123. /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/manifest.rb:210:in `find_asset'
  124. /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/manifest.rb:119:in `block in compile'
  125. /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/manifest.rb:118:in `each'
  126. /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/sprockets/manifest.rb:118:in `compile'
  127. /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'
  128. /tmp/build_374afebb598e92eacd894ae2e50e6a4d/vendor/bundle/ruby/2.0.0/gems/sprockets-2.12.1/lib/rake/sprocketstask.rb:146:in `with_logger'
  129. /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'
  130. Tasks: TOP => assets:precompile
  131. (See full trace by running task with --trace)
  132. !
  133. ! Precompiling assets failed.
  134. !
  135.  
  136. ! Push rejected, failed to compile Ruby app
  137.  
  138. To git@heroku.com:stark-tor-4197.git
  139. ! [remote rejected] master -> master (pre-receive hook declined)
  140. error: failed to push some refs to 'git@heroku.com:stark-tor-4197.git'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement