Advertisement
rilone

Untitled

Feb 17th, 2020
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 23.98 KB | None | 0 0
  1. Admin@Richards-MacBook-Pro my_first_rails_app % git push heroku master
  2.  
  3. Enumerating objects: 122, done.
  4. Counting objects: 100% (122/122), done.
  5. Delta compression using up to 4 threads
  6. Compressing objects: 100% (107/107), done.
  7. Writing objects: 100% (122/122), 27.34 KiB | 1.52 MiB/s, done.
  8. Total 122 (delta 10), reused 0 (delta 0)
  9. remote: Compressing source files... done.
  10. remote: Building source:
  11. remote:
  12. remote: -----> Ruby app detected
  13. remote: -----> Compiling Ruby/Rails
  14. remote:
  15. remote: ###### WARNING:
  16. remote:
  17. remote:        This buildpack was created as a stop-gap measure to allow running applications with Bundler 2 on Heroku.
  18. remote:        Heroku now supports Bundler 2 directly: https://devcenter.heroku.com/changelog-items/1563
  19. remote:        
  20. remote:        Please discontinue use of this buildpack and instead directly use the `heroku/ruby` buildpack.
  21. remote:        
  22. remote:        To remove this buildpack use the `heroku buildpacks` command to list your existing buildpacks.
  23. remote:        
  24. remote:        If you only have one buildpack listed you can run:
  25. remote:        
  26. remote:        ```
  27. remote:        heroku buildpacks:set heroku/ruby
  28. remote:        ```
  29. remote:        
  30. remote:        If you have multiple buildpacks, you'll need to add the buildpack to the correct location using
  31. remote:        `heroku buildpacks:add heroku/ruby -i <correct index>` and then remove this buildpack via:
  32. remote:        
  33. remote:        ```
  34. remote:        heroku buildpacks:remove https://github.com/bundler/heroku-buildpack-bundler2
  35. remote:        ```
  36. remote:
  37. remote: -----> Using Ruby version: ruby-2.6.5
  38. remote: -----> Installing dependencies using bundler 2.0.1
  39. remote:        Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
  40. remote:        Warning: the running version of Bundler (2.0.1) is older than the version that created the lockfile (2.1.2). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.
  41. remote:        The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32, java. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32 java`.
  42. remote:        Fetching gem metadata from https://rubygems.org/............
  43. remote:        Fetching rake 13.0.1
  44. remote:        Installing rake 13.0.1
  45. remote:        Fetching concurrent-ruby 1.1.6
  46. remote:        Fetching thread_safe 0.3.6
  47. remote:        Fetching minitest 5.14.0
  48. remote:        Installing minitest 5.14.0
  49. remote:        Installing thread_safe 0.3.6
  50. remote:        Fetching builder 3.2.4
  51. remote:        Installing concurrent-ruby 1.1.6
  52. remote:        Installing builder 3.2.4
  53. remote:        Fetching erubi 1.9.0
  54. remote:        Fetching mini_portile2 2.4.0
  55. remote:        Installing erubi 1.9.0
  56. remote:        Installing mini_portile2 2.4.0
  57. remote:        Fetching crass 1.0.6
  58. remote:        Installing crass 1.0.6
  59. remote:        Fetching rack 2.2.2
  60. remote:        Fetching nio4r 2.5.2
  61. remote:        Installing rack 2.2.2
  62. remote:        Installing nio4r 2.5.2 with native extensions
  63. remote:        Fetching websocket-extensions 0.1.4
  64. remote:        Installing websocket-extensions 0.1.4
  65. remote:        Fetching mini_mime 1.0.2
  66. remote:        Installing mini_mime 1.0.2
  67. remote:        Fetching arel 9.0.0
  68. remote:        Installing arel 9.0.0
  69. remote:        Fetching mimemagic 0.3.4
  70. remote:        Installing mimemagic 0.3.4
  71. remote:        Fetching msgpack 1.3.3
  72. remote:        Installing msgpack 1.3.3 with native extensions
  73. remote:        Using bundler 2.0.1
  74. remote:        Fetching coffee-script-source 1.12.2
  75. remote:        Installing coffee-script-source 1.12.2
  76. remote:        Fetching execjs 2.7.0
  77. remote:        Installing execjs 2.7.0
  78. remote:        Fetching method_source 0.9.2
  79. remote:        Installing method_source 0.9.2
  80. remote:        Fetching thor 1.0.1
  81. remote:        Installing thor 1.0.1
  82. remote:        Fetching ffi 1.12.2
  83. remote:        Installing ffi 1.12.2 with native extensions
  84. remote:        Fetching pg 1.2.2
  85. remote:        Installing pg 1.2.2 with native extensions
  86. remote:        Fetching puma 3.12.2
  87. remote:        Installing puma 3.12.2 with native extensions
  88. remote:        Fetching rb-fsevent 0.10.3
  89. remote:        Installing rb-fsevent 0.10.3
  90. remote:        Fetching tilt 2.0.10
  91. remote:        Installing tilt 2.0.10
  92. remote:        Fetching turbolinks-source 5.2.0
  93. remote:        Installing turbolinks-source 5.2.0
  94. remote:        Fetching tzinfo 1.2.6
  95. remote:        Installing tzinfo 1.2.6
  96. remote:        Fetching nokogiri 1.10.8
  97. remote:        Installing nokogiri 1.10.8 with native extensions
  98. remote:        Fetching i18n 1.8.2
  99. remote:        Installing i18n 1.8.2
  100. remote:        Fetching rack-test 1.1.0
  101. remote:        Installing rack-test 1.1.0
  102. remote:        Fetching sprockets 3.7.2
  103. remote:        Installing sprockets 3.7.2
  104. remote:        Fetching websocket-driver 0.7.1
  105. remote:        Installing websocket-driver 0.7.1 with native extensions
  106. remote:        Fetching mail 2.7.1
  107. remote:        Installing mail 2.7.1
  108. remote:        Fetching marcel 0.3.3
  109. remote:        Installing marcel 0.3.3
  110. remote:        Fetching coffee-script 2.4.1
  111. remote:        Installing coffee-script 2.4.1
  112. remote:        Fetching uglifier 4.2.0
  113. remote:        Installing uglifier 4.2.0
  114. remote:        Fetching bootsnap 1.4.5
  115. remote:        Installing bootsnap 1.4.5 with native extensions
  116. remote:        Fetching rb-inotify 0.10.1
  117. remote:        Installing rb-inotify 0.10.1
  118. remote:        Fetching turbolinks 5.2.1
  119. remote:        Installing turbolinks 5.2.1
  120. remote:        Fetching activesupport 5.2.4.1
  121. remote:        Installing activesupport 5.2.4.1
  122. remote:        Fetching loofah 2.4.0
  123. remote:        Installing loofah 2.4.0
  124. remote:        Fetching sass-listen 4.0.0
  125. remote:        Installing sass-listen 4.0.0
  126. remote:        Fetching rails-dom-testing 2.0.3
  127. remote:        Installing rails-dom-testing 2.0.3
  128. remote:        Fetching globalid 0.4.2
  129. remote:        Fetching activemodel 5.2.4.1
  130. remote:        Installing globalid 0.4.2
  131. remote:        Installing activemodel 5.2.4.1
  132. remote:        Fetching jbuilder 2.10.0
  133. remote:        Installing jbuilder 2.10.0
  134. remote:        Fetching rails-html-sanitizer 1.3.0
  135. remote:        Fetching sass 3.7.4
  136. remote:        Installing rails-html-sanitizer 1.3.0
  137. remote:        Fetching activejob 5.2.4.1
  138. remote:        Installing sass 3.7.4
  139. remote:        Installing activejob 5.2.4.1
  140. remote:        Fetching activerecord 5.2.4.1
  141. remote:        Fetching actionview 5.2.4.1
  142. remote:        Installing activerecord 5.2.4.1
  143. remote:        Installing actionview 5.2.4.1
  144. remote:        Fetching actionpack 5.2.4.1
  145. remote:        Installing actionpack 5.2.4.1
  146. remote:        Fetching actioncable 5.2.4.1
  147. remote:        Fetching actionmailer 5.2.4.1
  148. remote:        Fetching activestorage 5.2.4.1
  149. remote:        Installing actionmailer 5.2.4.1
  150. remote:        Installing actioncable 5.2.4.1
  151. remote:        Installing activestorage 5.2.4.1
  152. remote:        Fetching railties 5.2.4.1
  153. remote:        Fetching sprockets-rails 3.2.1
  154. remote:        Installing sprockets-rails 3.2.1
  155. remote:        Installing railties 5.2.4.1
  156. remote:        Fetching coffee-rails 4.2.2
  157. remote:        Fetching sass-rails 5.1.0
  158. remote:        Fetching rails 5.2.4.1
  159. remote:        Installing coffee-rails 4.2.2
  160. remote:        Installing sass-rails 5.1.0
  161. remote:        Installing rails 5.2.4.1
  162. remote:        Bundle complete! 19 Gemfile dependencies, 60 gems now installed.
  163. remote:        Gems in the groups development and test were not installed.
  164. remote:        Bundled gems are installed into `./vendor/bundle`
  165. remote:        Post-install message from i18n:
  166. remote:        
  167. remote:        HEADS UP! i18n 1.1 changed fallbacks to exclude default locale.
  168. remote:        But that may break your application.
  169. remote:        
  170. remote:        If you are upgrading your Rails application from an older version of Rails:
  171. remote:        
  172. remote:        Please check your Rails app for 'config.i18n.fallbacks = true'.
  173. remote:        If you're using I18n (>= 1.1.0) and Rails (< 5.2.2), this should be
  174. remote:        'config.i18n.fallbacks = [I18n.default_locale]'.
  175. remote:        If not, fallbacks will be broken in your app by I18n 1.1.x.
  176. remote:        
  177. remote:        If you are starting a NEW Rails application, you can ignore this notice.
  178. remote:        
  179. remote:        For more info see:
  180. remote:        https://github.com/svenfuchs/i18n/releases/tag/v1.1.0
  181. remote:        
  182. remote:        Post-install message from sass:
  183. remote:        
  184. remote:        Ruby Sass has reached end-of-life and should no longer be used.
  185. remote:        
  186. remote:        * If you use Sass as a command-line tool, we recommend using Dart Sass, the new
  187. remote:          primary implementation: https://sass-lang.com/install
  188. remote:        
  189. remote:        * If you use Sass as a plug-in for a Ruby web framework, we recommend using the
  190. remote:          sassc gem: https://github.com/sass/sassc-ruby#readme
  191. remote:        
  192. remote:        * For more details, please refer to the Sass blog:
  193. remote:          https://sass-lang.com/blog/posts/7828841
  194. remote:        
  195. remote:        Bundle completed (47.38s)
  196. remote:        Cleaning up the bundler cache.
  197. remote: -----> Installing node-v8.10.0-linux-x64
  198. remote: -----> Detecting rake tasks
  199. remote:
  200. remote:  !
  201. remote:  !     Could not detect rake tasks
  202. remote:  !     ensure you can run `$ bundle exec rake -P` against your app
  203. remote:  !     and using the production group of your Gemfile.
  204. remote:  !     Activating bundler (2.1.2) failed:
  205. remote:  !     Could not find 'bundler' (2.1.2) required by your /tmp/build_e6da5fe5c1e12ca593ec0de6b39f9cf9/Gemfile.lock.
  206. remote:  !     To update to the latest version installed on your system, run `bundle update --bundler`.
  207. remote:  !     To install the missing version, run `gem install bundler:2.1.2`
  208. remote:  !     Checked in 'GEM_PATH=/tmp/build_e6da5fe5c1e12ca593ec0de6b39f9cf9/vendor/bundle/ruby/2.6.0', execute `gem env` for more information
  209. remote:  !    
  210. remote:  !     To install the version of bundler this project requires, run `gem install bundler -v '2.1.2'`
  211. remote:  !
  212. remote: /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/helpers/rake_runner.rb:106:in `load_rake_tasks!': Could not detect rake tasks (LanguagePack::Helpers::RakeRunner::CannotLoadRakefileError)
  213. remote: ensure you can run `$ bundle exec rake -P` against your app
  214. remote: and using the production group of your Gemfile.
  215. remote: Activating bundler (2.1.2) failed:
  216. remote: Could not find 'bundler' (2.1.2) required by your /tmp/build_e6da5fe5c1e12ca593ec0de6b39f9cf9/Gemfile.lock.
  217. remote: To update to the latest version installed on your system, run `bundle update --bundler`.
  218. remote: To install the missing version, run `gem install bundler:2.1.2`
  219. remote: Checked in 'GEM_PATH=/tmp/build_e6da5fe5c1e12ca593ec0de6b39f9cf9/vendor/bundle/ruby/2.6.0', execute `gem env` for more information
  220. remote:
  221. remote: To install the version of bundler this project requires, run `gem install bundler -v '2.1.2'`
  222. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/ruby.rb:885:in `rake'
  223. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/rails4.rb:84:in `block (2 levels) in run_assets_precompile_rake_task'
  224. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/base.rb:134:in `log'
  225. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/rails4.rb:78:in `block in run_assets_precompile_rake_task'
  226. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/instrument.rb:18:in `block (2 levels) in instrument'
  227. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/instrument.rb:40:in `yield_with_block_depth'
  228. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/instrument.rb:17:in `block in instrument'
  229. remote:     from /tmp/tmp.BSYWnCnKnS/lib/ruby/2.4.0/benchmark.rb:308:in `realtime'
  230. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/instrument.rb:16:in `instrument'
  231. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/base.rb:48:in `instrument'
  232. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/base.rb:44:in `instrument'
  233. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/rails4.rb:77:in `run_assets_precompile_rake_task'
  234. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/ruby.rb:134:in `block (2 levels) in compile'
  235. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/ruby.rb:906:in `allow_git'
  236. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/ruby.rb:128:in `block in compile'
  237. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/instrument.rb:18:in `block (2 levels) in instrument'
  238. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/instrument.rb:40:in `yield_with_block_depth'
  239. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/instrument.rb:17:in `block in instrument'
  240. remote:     from /tmp/tmp.BSYWnCnKnS/lib/ruby/2.4.0/benchmark.rb:308:in `realtime'
  241. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/instrument.rb:16:in `instrument'
  242. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/base.rb:48:in `instrument'
  243. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/base.rb:44:in `instrument'
  244. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/ruby.rb:116:in `compile'
  245. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/rails2.rb:62:in `block in compile'
  246. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/instrument.rb:18:in `block (2 levels) in instrument'
  247. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/instrument.rb:40:in `yield_with_block_depth'
  248. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/instrument.rb:17:in `block in instrument'
  249. remote:     from /tmp/tmp.BSYWnCnKnS/lib/ruby/2.4.0/benchmark.rb:308:in `realtime'
  250. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/instrument.rb:16:in `instrument'
  251. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/base.rb:48:in `instrument'
  252. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/base.rb:44:in `instrument'
  253. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/rails2.rb:60:in `compile'
  254. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/rails3.rb:42:in `block in compile'
  255. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/instrument.rb:18:in `block (2 levels) in instrument'
  256. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/instrument.rb:40:in `yield_with_block_depth'
  257. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/instrument.rb:17:in `block in instrument'
  258. remote:     from /tmp/tmp.BSYWnCnKnS/lib/ruby/2.4.0/benchmark.rb:308:in `realtime'
  259. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/instrument.rb:16:in `instrument'
  260. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/base.rb:48:in `instrument'
  261. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/base.rb:44:in `instrument'
  262. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/rails3.rb:41:in `compile'
  263. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/rails4.rb:41:in `block in compile'
  264. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/instrument.rb:18:in `block (2 levels) in instrument'
  265. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/instrument.rb:40:in `yield_with_block_depth'
  266. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/instrument.rb:17:in `block in instrument'
  267. remote:     from /tmp/tmp.BSYWnCnKnS/lib/ruby/2.4.0/benchmark.rb:308:in `realtime'
  268. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/instrument.rb:16:in `instrument'
  269. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/base.rb:48:in `instrument'
  270. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/base.rb:44:in `instrument'
  271. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/rails4.rb:40:in `compile'
  272. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/bin/support/ruby_compile:20:in `block (2 levels) in <main>'
  273. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/base.rb:134:in `log'
  274. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/bin/support/ruby_compile:19:in `block in <main>'
  275. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/instrument.rb:35:in `block in trace'
  276. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/instrument.rb:18:in `block (2 levels) in instrument'
  277. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/instrument.rb:40:in `yield_with_block_depth'
  278. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/instrument.rb:17:in `block in instrument'
  279. remote:     from /tmp/tmp.BSYWnCnKnS/lib/ruby/2.4.0/benchmark.rb:308:in `realtime'
  280. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/instrument.rb:16:in `instrument'
  281. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/lib/language_pack/instrument.rb:35:in `trace'
  282. remote:     from /app/tmp/buildpacks/19b20846a186a4065aa6710b809d0c465ff7a2235264402d06b5038f9562c56867a32c308dd2410d96108925a9f9fed74b5ef871dd6514a3a3a5485da3f442cf/bin/support/ruby_compile:15:in `<main>'
  283. remote:  !     Push rejected, failed to compile Ruby app.
  284. remote:
  285. remote:  !     Push failed
  286. remote: Verifying deploy...
  287. remote:
  288. remote: !   Push rejected to murmuring-anchorage-18385.
  289. remote:
  290. To https://git.heroku.com/murmuring-anchorage-18385.git
  291. ! [remote rejected] master -> master (pre-receive hook declined)
  292. error: failed to push some refs to 'https://git.heroku.com/murmuring-anchorage-18385.git'
  293. Admin@Richards-MacBook-Pro my_first_rails_app %
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement