Advertisement
Guest User

Untitled

a guest
Dec 11th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.25 KB | None | 0 0
  1. code-env@codeenv-VirtualBox:~/odin_on_rails/my_first_rails_app$ git push heroku master
  2. Counting objects: 118, done.
  3. Compressing objects: 100% (103/103), done.
  4. Writing objects: 100% (118/118), 27.09 KiB | 840.00 KiB/s, done.
  5. Total 118 (delta 7), reused 0 (delta 0)
  6. remote: Compressing source files... done.
  7. remote: Building source:
  8. remote:
  9. remote: ! Warning: Multiple default buildpacks reported the ability to handle this app. The first buildpack in the list below will be used.
  10. remote: Detected buildpacks: Ruby,Node.js
  11. remote: See https://devcenter.heroku.com/articles/buildpacks#buildpack-detect-order
  12. remote: -----> Ruby app detected
  13. remote: -----> Compiling Ruby/Rails
  14. remote: -----> Using Ruby version: ruby-2.6.5
  15. remote: -----> Installing dependencies using bundler 1.17.3
  16. remote: Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
  17. 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`.
  18. remote: Fetching gem metadata from https://rubygems.org/............
  19. remote: Fetching rake 13.0.1
  20. remote: Installing rake 13.0.1
  21. remote: Fetching concurrent-ruby 1.1.5
  22. remote: Fetching minitest 5.13.0
  23. remote: Fetching thread_safe 0.3.6
  24. remote: Installing minitest 5.13.0
  25. remote: Installing thread_safe 0.3.6
  26. remote: Installing concurrent-ruby 1.1.5
  27. remote: Fetching builder 3.2.4
  28. remote: Installing builder 3.2.4
  29. remote: Fetching erubi 1.9.0
  30. remote: Installing erubi 1.9.0
  31. remote: Fetching mini_portile2 2.4.0
  32. remote: Installing mini_portile2 2.4.0
  33. remote: Fetching crass 1.0.5
  34. remote: Installing crass 1.0.5
  35. remote: Fetching rack 2.0.7
  36. remote: Fetching nio4r 2.5.2
  37. remote: Installing rack 2.0.7
  38. remote: Installing nio4r 2.5.2 with native extensions
  39. remote: Fetching websocket-extensions 0.1.4
  40. remote: Installing websocket-extensions 0.1.4
  41. remote: Fetching mini_mime 1.0.2
  42. remote: Installing mini_mime 1.0.2
  43. remote: Fetching arel 9.0.0
  44. remote: Installing arel 9.0.0
  45. remote: Fetching mimemagic 0.3.3
  46. remote: Fetching msgpack 1.3.1
  47. remote: Installing msgpack 1.3.1 with native extensions
  48. remote: Installing mimemagic 0.3.3
  49. remote: Using bundler 1.17.3
  50. remote: Fetching coffee-script-source 1.12.2
  51. remote: Installing coffee-script-source 1.12.2
  52. remote: Fetching execjs 2.7.0
  53. remote: Installing execjs 2.7.0
  54. remote: Fetching method_source 0.9.2
  55. remote: Installing method_source 0.9.2
  56. remote: Fetching thor 0.20.3
  57. remote: Installing thor 0.20.3
  58. remote: Fetching ffi 1.11.3
  59. remote: Installing ffi 1.11.3 with native extensions
  60. remote: Fetching pg 1.1.4
  61. remote: Installing pg 1.1.4 with native extensions
  62. remote: Fetching puma 3.12.2
  63. remote: Installing puma 3.12.2 with native extensions
  64. remote: Fetching rb-fsevent 0.10.3
  65. remote: Installing rb-fsevent 0.10.3
  66. remote: Fetching tilt 2.0.10
  67. remote: Installing tilt 2.0.10
  68. remote: Fetching turbolinks-source 5.2.0
  69. remote: Installing turbolinks-source 5.2.0
  70. remote: Fetching tzinfo 1.2.5
  71. remote: Installing tzinfo 1.2.5
  72. remote: Fetching nokogiri 1.10.7
  73. remote: Installing nokogiri 1.10.7 with native extensions
  74. remote: Fetching i18n 1.7.0
  75. remote: Installing i18n 1.7.0
  76. remote: Fetching websocket-driver 0.7.1
  77. remote: Installing websocket-driver 0.7.1 with native extensions
  78. remote: Fetching mail 2.7.1
  79. remote: Installing mail 2.7.1
  80. remote: Fetching rack-test 1.1.0
  81. remote: Installing rack-test 1.1.0
  82. remote: Fetching sprockets 3.7.2
  83. remote: Installing sprockets 3.7.2
  84. remote: Fetching marcel 0.3.3
  85. remote: Installing marcel 0.3.3
  86. remote: Fetching coffee-script 2.4.1
  87. remote: Installing coffee-script 2.4.1
  88. remote: Fetching uglifier 4.2.0
  89. remote: Installing uglifier 4.2.0
  90. remote: Fetching bootsnap 1.4.5
  91. remote: Installing bootsnap 1.4.5 with native extensions
  92. remote: Fetching rb-inotify 0.10.0
  93. remote: Installing rb-inotify 0.10.0
  94. remote: Fetching turbolinks 5.2.1
  95. remote: Installing turbolinks 5.2.1
  96. remote: Fetching activesupport 5.2.4
  97. remote: Installing activesupport 5.2.4
  98. remote: Fetching loofah 2.4.0
  99. remote: Installing loofah 2.4.0
  100. remote: Fetching sass-listen 4.0.0
  101. remote: Fetching rails-html-sanitizer 1.3.0
  102. remote: Installing sass-listen 4.0.0
  103. remote: Installing rails-html-sanitizer 1.3.0
  104. remote: Fetching rails-dom-testing 2.0.3
  105. remote: Installing rails-dom-testing 2.0.3
  106. remote: Fetching globalid 0.4.2
  107. remote: Installing globalid 0.4.2
  108. remote: Fetching activemodel 5.2.4
  109. remote: Installing activemodel 5.2.4
  110. remote: Fetching jbuilder 2.9.1
  111. remote: Installing jbuilder 2.9.1
  112. remote: Fetching sass 3.7.4
  113. remote: Fetching actionview 5.2.4
  114. remote: Installing sass 3.7.4
  115. remote: Installing actionview 5.2.4
  116. remote: Fetching activejob 5.2.4
  117. remote: Installing activejob 5.2.4
  118. remote: Fetching activerecord 5.2.4
  119. remote: Installing activerecord 5.2.4
  120. remote: Fetching actionpack 5.2.4
  121. remote: Installing actionpack 5.2.4
  122. remote: Fetching actionmailer 5.2.4
  123. remote: Fetching actioncable 5.2.4
  124. remote: Installing actioncable 5.2.4
  125. remote: Installing actionmailer 5.2.4
  126. remote: Fetching railties 5.2.4
  127. remote: Fetching sprockets-rails 3.2.1
  128. remote: Fetching activestorage 5.2.4
  129. remote: Installing sprockets-rails 3.2.1
  130. remote: Installing railties 5.2.4
  131. remote: Installing activestorage 5.2.4
  132. remote: Fetching coffee-rails 4.2.2
  133. remote: Fetching rails 5.2.4
  134. remote: Fetching sass-rails 5.1.0
  135. remote: Installing coffee-rails 4.2.2
  136. remote: Installing sass-rails 5.1.0
  137. remote: Installing rails 5.2.4
  138. remote: Bundle complete! 19 Gemfile dependencies, 60 gems now installed.
  139. remote: Gems in the groups development and test were not installed.
  140. remote: Bundled gems are installed into `./vendor/bundle`
  141. remote: Post-install message from i18n:
  142. remote:
  143. remote: HEADS UP! i18n 1.1 changed fallbacks to exclude default locale.
  144. remote: But that may break your application.
  145. remote:
  146. remote: Please check your Rails app for 'config.i18n.fallbacks = true'.
  147. remote: If you're using I18n (>= 1.1.0) and Rails (< 5.2.2), this should be
  148. remote: 'config.i18n.fallbacks = [I18n.default_locale]'.
  149. remote: If not, fallbacks will be broken in your app by I18n 1.1.x.
  150. remote:
  151. remote: For more info see:
  152. remote: https://github.com/svenfuchs/i18n/releases/tag/v1.1.0
  153. remote:
  154. remote: Post-install message from sass:
  155. remote:
  156. remote: Ruby Sass has reached end-of-life and should no longer be used.
  157. remote:
  158. remote: * If you use Sass as a command-line tool, we recommend using Dart Sass, the new
  159. remote: primary implementation: https://sass-lang.com/install
  160. remote:
  161. remote: * If you use Sass as a plug-in for a Ruby web framework, we recommend using the
  162. remote: sassc gem: https://github.com/sass/sassc-ruby#readme
  163. remote:
  164. remote: * For more details, please refer to the Sass blog:
  165. remote: https://sass-lang.com/blog/posts/7828841
  166. remote:
  167. remote: Bundle completed (46.21s)
  168. remote: Cleaning up the bundler cache.
  169. 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`.
  170. remote: -----> Installing node-v10.15.3-linux-x64
  171. remote: -----> Detecting rake tasks
  172. remote: -----> Preparing app for Rails asset pipeline
  173. remote: Running: rake assets:precompile
  174. remote: rake aborted!
  175. remote: SyntaxError: /tmp/build_6a477407ea4434df2294aff240c4ca71/config/routes.rb:5: unterminated string meets end of file
  176. remote: /tmp/build_6a477407ea4434df2294aff240c4ca71/config/routes.rb:5: syntax error, unexpected end-of-input, expecting end
  177. remote: /tmp/build_6a477407ea4434df2294aff240c4ca71/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.5/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:54:in `load'
  178. remote: /tmp/build_6a477407ea4434df2294aff240c4ca71/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.5/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:54:in `load'
  179. remote: /tmp/build_6a477407ea4434df2294aff240c4ca71/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.4/lib/active_support/dependencies.rb:285:in `block in load'
  180. remote: /tmp/build_6a477407ea4434df2294aff240c4ca71/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.4/lib/active_support/dependencies.rb:257:in `load_dependency'
  181. remote: /tmp/build_6a477407ea4434df2294aff240c4ca71/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.4/lib/active_support/dependencies.rb:285:in `load'
  182. remote: /tmp/build_6a477407ea4434df2294aff240c4ca71/vendor/bundle/ruby/2.6.0/gems/railties-5.2.4/lib/rails/application/routes_reloader.rb:41:in `block in load_paths'
  183. remote: /tmp/build_6a477407ea4434df2294aff240c4ca71/vendor/bundle/ruby/2.6.0/gems/railties-5.2.4/lib/rails/application/routes_reloader.rb:41:in `each'
  184. remote: /tmp/build_6a477407ea4434df2294aff240c4ca71/vendor/bundle/ruby/2.6.0/gems/railties-5.2.4/lib/rails/application/routes_reloader.rb:41:in `load_paths'
  185. remote: /tmp/build_6a477407ea4434df2294aff240c4ca71/vendor/bundle/ruby/2.6.0/gems/railties-5.2.4/lib/rails/application/routes_reloader.rb:20:in `reload!'
  186. remote: /tmp/build_6a477407ea4434df2294aff240c4ca71/vendor/bundle/ruby/2.6.0/gems/railties-5.2.4/lib/rails/application/routes_reloader.rb:30:in `block in updater'
  187. remote: /tmp/build_6a477407ea4434df2294aff240c4ca71/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.4/lib/active_support/file_update_checker.rb:83:in `execute'
  188. remote: /tmp/build_6a477407ea4434df2294aff240c4ca71/vendor/bundle/ruby/2.6.0/gems/railties-5.2.4/lib/rails/application/routes_reloader.rb:10:in `execute'
  189. remote: /tmp/build_6a477407ea4434df2294aff240c4ca71/vendor/bundle/ruby/2.6.0/gems/railties-5.2.4/lib/rails/application/finisher.rb:130:in `block in <module:Finisher>'
  190. remote: /tmp/build_6a477407ea4434df2294aff240c4ca71/vendor/bundle/ruby/2.6.0/gems/railties-5.2.4/lib/rails/initializable.rb:32:in `instance_exec'
  191. remote: /tmp/build_6a477407ea4434df2294aff240c4ca71/vendor/bundle/ruby/2.6.0/gems/railties-5.2.4/lib/rails/initializable.rb:32:in `run'
  192. remote: /tmp/build_6a477407ea4434df2294aff240c4ca71/vendor/bundle/ruby/2.6.0/gems/railties-5.2.4/lib/rails/initializable.rb:61:in `block in run_initializers'
  193. remote: /tmp/build_6a477407ea4434df2294aff240c4ca71/vendor/bundle/ruby/2.6.0/gems/railties-5.2.4/lib/rails/initializable.rb:60:in `run_initializers'
  194. remote: /tmp/build_6a477407ea4434df2294aff240c4ca71/vendor/bundle/ruby/2.6.0/gems/railties-5.2.4/lib/rails/application.rb:361:in `initialize!'
  195. remote: /tmp/build_6a477407ea4434df2294aff240c4ca71/config/environment.rb:5:in `<main>'
  196. remote: /tmp/build_6a477407ea4434df2294aff240c4ca71/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.5/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require'
  197. remote: /tmp/build_6a477407ea4434df2294aff240c4ca71/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.5/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `block in require_with_bootsnap_lfi'
  198. remote: /tmp/build_6a477407ea4434df2294aff240c4ca71/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.5/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
  199. remote: /tmp/build_6a477407ea4434df2294aff240c4ca71/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.5/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21:in `require_with_bootsnap_lfi'
  200. remote: /tmp/build_6a477407ea4434df2294aff240c4ca71/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.5/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require'
  201. remote: /tmp/build_6a477407ea4434df2294aff240c4ca71/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.4/lib/active_support/dependencies.rb:291:in `block in require'
  202. remote: /tmp/build_6a477407ea4434df2294aff240c4ca71/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.4/lib/active_support/dependencies.rb:257:in `load_dependency'
  203. remote: /tmp/build_6a477407ea4434df2294aff240c4ca71/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.4/lib/active_support/dependencies.rb:291:in `require'
  204. remote: /tmp/build_6a477407ea4434df2294aff240c4ca71/vendor/bundle/ruby/2.6.0/gems/railties-5.2.4/lib/rails/application.rb:337:in `require_environment!'
  205. remote: /tmp/build_6a477407ea4434df2294aff240c4ca71/vendor/bundle/ruby/2.6.0/gems/railties-5.2.4/lib/rails/application.rb:520:in `block in run_tasks_blocks'
  206. remote: /tmp/build_6a477407ea4434df2294aff240c4ca71/vendor/bundle/ruby/2.6.0/gems/sprockets-rails-3.2.1/lib/sprockets/rails/task.rb:62:in `block (2 levels) in define'
  207. remote: /tmp/build_6a477407ea4434df2294aff240c4ca71/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/exe/rake:27:in `<top (required)>'
  208. remote: Tasks: TOP => environment
  209. remote: (See full trace by running task with --trace)
  210. remote:
  211. remote: !
  212. remote: ! Precompiling assets failed.
  213. remote: !
  214. remote: ! Push rejected, failed to compile Ruby app.
  215. remote:
  216. remote: ! Push failed
  217. remote: Verifying deploy...
  218. remote:
  219. remote: ! Push rejected to infinite-ocean-52525.
  220. remote:
  221. To https://git.heroku.com/infinite-ocean-52525.git
  222. ! [remote rejected] master -> master (pre-receive hook declined)
  223. error: failed to push some refs to 'https://git.heroku.com/infinite-ocean-52525.git'
  224. code-env@codeenv-VirtualBox:~/odin_on_rails/my_first_rails_app$ heroku run rails db:migrate
  225. Running rails db:migrate on ⬢ infinite-ocean-52525... up, run.2829 (Free)
  226. bash: rails: command not found
  227. code-env@codeenv-VirtualBox:~/odin_on_rails/my_first_rails_app$ heroku open
  228. code-env@codeenv-VirtualBox:~/odin_on_rails/my_first_rails_app$ heroku buildpacks:set https://github.com/bundler/heroku-buildpack-bundler2
  229. Buildpack set. Next release on infinite-ocean-52525 will use https://github.com/bundler/heroku-buildpack-bundler2.
  230. Run git push heroku master to create a new release using this buildpack.
  231. code-env@codeenv-VirtualBox:~/odin_on_rails/my_first_rails_app$ git push heroku master
  232. Counting objects: 118, done.
  233. Compressing objects: 100% (103/103), done.
  234. Writing objects: 100% (118/118), 27.09 KiB | 815.00 KiB/s, done.
  235. Total 118 (delta 7), reused 0 (delta 0)
  236. remote: Compressing source files... done.
  237. remote: Building source:
  238. remote:
  239. remote: -----> Ruby app detected
  240. remote: -----> Compiling Ruby/Rails
  241. remote:
  242. remote: ###### WARNING:
  243. remote:
  244. remote: This buildpack was created as a stop-gap measure to allow running applications with Bundler 2 on Heroku.
  245. remote: Heroku now supports Bundler 2 directly: https://devcenter.heroku.com/changelog-items/1563
  246. remote:
  247. remote: Please discontinue use of this buildpack and instead directly use the `heroku/ruby` buildpack.
  248. remote:
  249. remote: To remove this buildpack use the `heroku buildpacks` command to list your existing buildpacks.
  250. remote:
  251. remote: If you only have one buildpack listed you can run:
  252. remote:
  253. remote: ```
  254. remote: heroku buildpacks:set heroku/ruby
  255. remote: ```
  256. remote:
  257. remote: If you have multiple buildpacks, you'll need to add the buildpack to the correct location using
  258. remote: `heroku buildpacks:add heroku/ruby -i <correct index>` and then remove this buildpack via:
  259. remote:
  260. remote: ```
  261. remote: heroku buildpacks:remove https://github.com/bundler/heroku-buildpack-bundler2
  262. remote: ```
  263. remote:
  264. remote: -----> Using Ruby version: ruby-2.6.5
  265. remote: -----> Installing dependencies using bundler 2.0.1
  266. remote: Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
  267. 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`.
  268. remote: Fetching gem metadata from https://rubygems.org/............
  269. remote: Fetching rake 13.0.1
  270. remote: Installing rake 13.0.1
  271. remote: Fetching concurrent-ruby 1.1.5
  272. remote: Fetching minitest 5.13.0
  273. remote: Fetching thread_safe 0.3.6
  274. remote: Installing minitest 5.13.0
  275. remote: Installing thread_safe 0.3.6
  276. remote: Installing concurrent-ruby 1.1.5
  277. remote: Fetching builder 3.2.4
  278. remote: Installing builder 3.2.4
  279. remote: Fetching erubi 1.9.0
  280. remote: Fetching mini_portile2 2.4.0
  281. remote: Installing erubi 1.9.0
  282. remote: Installing mini_portile2 2.4.0
  283. remote: Fetching crass 1.0.5
  284. remote: Installing crass 1.0.5
  285. remote: Fetching rack 2.0.7
  286. remote: Fetching nio4r 2.5.2
  287. remote: Installing rack 2.0.7
  288. remote: Installing nio4r 2.5.2 with native extensions
  289. remote: Fetching websocket-extensions 0.1.4
  290. remote: Installing websocket-extensions 0.1.4
  291. remote: Fetching mini_mime 1.0.2
  292. remote: Installing mini_mime 1.0.2
  293. remote: Fetching arel 9.0.0
  294. remote: Installing arel 9.0.0
  295. remote: Fetching mimemagic 0.3.3
  296. remote: Installing mimemagic 0.3.3
  297. remote: Fetching msgpack 1.3.1
  298. remote: Installing msgpack 1.3.1 with native extensions
  299. remote: Using bundler 1.17.2
  300. remote: Fetching coffee-script-source 1.12.2
  301. remote: Installing coffee-script-source 1.12.2
  302. remote: Fetching execjs 2.7.0
  303. remote: Installing execjs 2.7.0
  304. remote: Fetching method_source 0.9.2
  305. remote: Installing method_source 0.9.2
  306. remote: Fetching thor 0.20.3
  307. remote: Installing thor 0.20.3
  308. remote: Fetching ffi 1.11.3
  309. remote: Installing ffi 1.11.3 with native extensions
  310. remote: Fetching pg 1.1.4
  311. remote: Installing pg 1.1.4 with native extensions
  312. remote: Fetching puma 3.12.2
  313. remote: Installing puma 3.12.2 with native extensions
  314. remote: Fetching rb-fsevent 0.10.3
  315. remote: Installing rb-fsevent 0.10.3
  316. remote: Fetching tilt 2.0.10
  317. remote: Installing tilt 2.0.10
  318. remote: Fetching turbolinks-source 5.2.0
  319. remote: Installing turbolinks-source 5.2.0
  320. remote: Fetching tzinfo 1.2.5
  321. remote: Installing tzinfo 1.2.5
  322. remote: Fetching nokogiri 1.10.7
  323. remote: Installing nokogiri 1.10.7 with native extensions
  324. remote: Fetching i18n 1.7.0
  325. remote: Installing i18n 1.7.0
  326. remote: Fetching websocket-driver 0.7.1
  327. remote: Installing websocket-driver 0.7.1 with native extensions
  328. remote: Fetching mail 2.7.1
  329. remote: Installing mail 2.7.1
  330. remote: Fetching rack-test 1.1.0
  331. remote: Installing rack-test 1.1.0
  332. remote: Fetching sprockets 3.7.2
  333. remote: Installing sprockets 3.7.2
  334. remote: Fetching marcel 0.3.3
  335. remote: Installing marcel 0.3.3
  336. remote: Fetching coffee-script 2.4.1
  337. remote: Installing coffee-script 2.4.1
  338. remote: Fetching uglifier 4.2.0
  339. remote: Installing uglifier 4.2.0
  340. remote: Fetching bootsnap 1.4.5
  341. remote: Installing bootsnap 1.4.5 with native extensions
  342. remote: Fetching rb-inotify 0.10.0
  343. remote: Installing rb-inotify 0.10.0
  344. remote: Fetching turbolinks 5.2.1
  345. remote: Installing turbolinks 5.2.1
  346. remote: Fetching activesupport 5.2.4
  347. remote: Installing activesupport 5.2.4
  348. remote: Fetching loofah 2.4.0
  349. remote: Installing loofah 2.4.0
  350. remote: Fetching sass-listen 4.0.0
  351. remote: Installing sass-listen 4.0.0
  352. remote: Fetching rails-dom-testing 2.0.3
  353. remote: Installing rails-dom-testing 2.0.3
  354. remote: Fetching globalid 0.4.2
  355. remote: Fetching activemodel 5.2.4
  356. remote: Installing globalid 0.4.2
  357. remote: Installing activemodel 5.2.4
  358. remote: Fetching jbuilder 2.9.1
  359. remote: Installing jbuilder 2.9.1
  360. remote: Fetching rails-html-sanitizer 1.3.0
  361. remote: Installing rails-html-sanitizer 1.3.0
  362. remote: Fetching sass 3.7.4
  363. remote: Fetching activejob 5.2.4
  364. remote: Installing activejob 5.2.4
  365. remote: Installing sass 3.7.4
  366. remote: Fetching actionview 5.2.4
  367. remote: Fetching activerecord 5.2.4
  368. remote: Installing actionview 5.2.4
  369. remote: Installing activerecord 5.2.4
  370. remote: Fetching actionpack 5.2.4
  371. remote: Installing actionpack 5.2.4
  372. remote: Fetching actioncable 5.2.4
  373. remote: Fetching activestorage 5.2.4
  374. remote: Fetching actionmailer 5.2.4
  375. remote: Installing actioncable 5.2.4
  376. remote: Installing activestorage 5.2.4
  377. remote: Installing actionmailer 5.2.4
  378. remote: Fetching railties 5.2.4
  379. remote: Installing railties 5.2.4
  380. remote: Fetching sprockets-rails 3.2.1
  381. remote: Installing sprockets-rails 3.2.1
  382. remote: Fetching coffee-rails 4.2.2
  383. remote: Fetching rails 5.2.4
  384. remote: Fetching sass-rails 5.1.0
  385. remote: Installing sass-rails 5.1.0
  386. remote: Installing coffee-rails 4.2.2
  387. remote: Installing rails 5.2.4
  388. remote: Bundle complete! 19 Gemfile dependencies, 60 gems now installed.
  389. remote: Gems in the groups development and test were not installed.
  390. remote: Bundled gems are installed into `./vendor/bundle`
  391. remote: Post-install message from i18n:
  392. remote:
  393. remote: HEADS UP! i18n 1.1 changed fallbacks to exclude default locale.
  394. remote: But that may break your application.
  395. remote:
  396. remote: Please check your Rails app for 'config.i18n.fallbacks = true'.
  397. remote: If you're using I18n (>= 1.1.0) and Rails (< 5.2.2), this should be
  398. remote: 'config.i18n.fallbacks = [I18n.default_locale]'.
  399. remote: If not, fallbacks will be broken in your app by I18n 1.1.x.
  400. remote:
  401. remote: For more info see:
  402. remote: https://github.com/svenfuchs/i18n/releases/tag/v1.1.0
  403. remote:
  404. remote: Post-install message from sass:
  405. remote:
  406. remote: Ruby Sass has reached end-of-life and should no longer be used.
  407. remote:
  408. remote: * If you use Sass as a command-line tool, we recommend using Dart Sass, the new
  409. remote: primary implementation: https://sass-lang.com/install
  410. remote:
  411. remote: * If you use Sass as a plug-in for a Ruby web framework, we recommend using the
  412. remote: sassc gem: https://github.com/sass/sassc-ruby#readme
  413. remote:
  414. remote: * For more details, please refer to the Sass blog:
  415. remote: https://sass-lang.com/blog/posts/7828841
  416. remote:
  417. remote: Removing bundler (2.0.1)
  418. remote: Bundle completed (45.91s)
  419. remote: Cleaning up the bundler cache.
  420. 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`.
  421. remote: -----> Installing node-v8.10.0-linux-x64
  422. remote: -----> Detecting rake tasks
  423. remote: -----> Preparing app for Rails asset pipeline
  424. remote: Running: rake assets:precompile
  425. remote: rake aborted!
  426. remote: SyntaxError: /tmp/build_db1153ad921512117d5a7da14dafc025/config/routes.rb:5: unterminated string meets end of file
  427. remote: /tmp/build_db1153ad921512117d5a7da14dafc025/config/routes.rb:5: syntax error, unexpected end-of-input, expecting end
  428. remote: /tmp/build_db1153ad921512117d5a7da14dafc025/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.5/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:54:in `load'
  429. remote: /tmp/build_db1153ad921512117d5a7da14dafc025/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.5/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:54:in `load'
  430. remote: /tmp/build_db1153ad921512117d5a7da14dafc025/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.4/lib/active_support/dependencies.rb:285:in `block in load'
  431. remote: /tmp/build_db1153ad921512117d5a7da14dafc025/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.4/lib/active_support/dependencies.rb:257:in `load_dependency'
  432. remote: /tmp/build_db1153ad921512117d5a7da14dafc025/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.4/lib/active_support/dependencies.rb:285:in `load'
  433. remote: /tmp/build_db1153ad921512117d5a7da14dafc025/vendor/bundle/ruby/2.6.0/gems/railties-5.2.4/lib/rails/application/routes_reloader.rb:41:in `block in load_paths'
  434. remote: /tmp/build_db1153ad921512117d5a7da14dafc025/vendor/bundle/ruby/2.6.0/gems/railties-5.2.4/lib/rails/application/routes_reloader.rb:41:in `each'
  435. remote: /tmp/build_db1153ad921512117d5a7da14dafc025/vendor/bundle/ruby/2.6.0/gems/railties-5.2.4/lib/rails/application/routes_reloader.rb:41:in `load_paths'
  436. remote: /tmp/build_db1153ad921512117d5a7da14dafc025/vendor/bundle/ruby/2.6.0/gems/railties-5.2.4/lib/rails/application/routes_reloader.rb:20:in `reload!'
  437. remote: /tmp/build_db1153ad921512117d5a7da14dafc025/vendor/bundle/ruby/2.6.0/gems/railties-5.2.4/lib/rails/application/routes_reloader.rb:30:in `block in updater'
  438. remote: /tmp/build_db1153ad921512117d5a7da14dafc025/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.4/lib/active_support/file_update_checker.rb:83:in `execute'
  439. remote: /tmp/build_db1153ad921512117d5a7da14dafc025/vendor/bundle/ruby/2.6.0/gems/railties-5.2.4/lib/rails/application/routes_reloader.rb:10:in `execute'
  440. remote: /tmp/build_db1153ad921512117d5a7da14dafc025/vendor/bundle/ruby/2.6.0/gems/railties-5.2.4/lib/rails/application/finisher.rb:130:in `block in <module:Finisher>'
  441. remote: /tmp/build_db1153ad921512117d5a7da14dafc025/vendor/bundle/ruby/2.6.0/gems/railties-5.2.4/lib/rails/initializable.rb:32:in `instance_exec'
  442. remote: /tmp/build_db1153ad921512117d5a7da14dafc025/vendor/bundle/ruby/2.6.0/gems/railties-5.2.4/lib/rails/initializable.rb:32:in `run'
  443. remote: /tmp/build_db1153ad921512117d5a7da14dafc025/vendor/bundle/ruby/2.6.0/gems/railties-5.2.4/lib/rails/initializable.rb:61:in `block in run_initializers'
  444. remote: /tmp/build_db1153ad921512117d5a7da14dafc025/vendor/bundle/ruby/2.6.0/gems/railties-5.2.4/lib/rails/initializable.rb:60:in `run_initializers'
  445. remote: /tmp/build_db1153ad921512117d5a7da14dafc025/vendor/bundle/ruby/2.6.0/gems/railties-5.2.4/lib/rails/application.rb:361:in `initialize!'
  446. remote: /tmp/build_db1153ad921512117d5a7da14dafc025/config/environment.rb:5:in `<main>'
  447. remote: /tmp/build_db1153ad921512117d5a7da14dafc025/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.5/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require'
  448. remote: /tmp/build_db1153ad921512117d5a7da14dafc025/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.5/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `block in require_with_bootsnap_lfi'
  449. remote: /tmp/build_db1153ad921512117d5a7da14dafc025/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.5/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
  450. remote: /tmp/build_db1153ad921512117d5a7da14dafc025/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.5/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21:in `require_with_bootsnap_lfi'
  451. remote: /tmp/build_db1153ad921512117d5a7da14dafc025/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.5/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require'
  452. remote: /tmp/build_db1153ad921512117d5a7da14dafc025/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.4/lib/active_support/dependencies.rb:291:in `block in require'
  453. remote: /tmp/build_db1153ad921512117d5a7da14dafc025/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.4/lib/active_support/dependencies.rb:257:in `load_dependency'
  454. remote: /tmp/build_db1153ad921512117d5a7da14dafc025/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.4/lib/active_support/dependencies.rb:291:in `require'
  455. remote: /tmp/build_db1153ad921512117d5a7da14dafc025/vendor/bundle/ruby/2.6.0/gems/railties-5.2.4/lib/rails/application.rb:337:in `require_environment!'
  456. remote: /tmp/build_db1153ad921512117d5a7da14dafc025/vendor/bundle/ruby/2.6.0/gems/railties-5.2.4/lib/rails/application.rb:520:in `block in run_tasks_blocks'
  457. remote: /tmp/build_db1153ad921512117d5a7da14dafc025/vendor/bundle/ruby/2.6.0/gems/sprockets-rails-3.2.1/lib/sprockets/rails/task.rb:62:in `block (2 levels) in define'
  458. remote: /tmp/build_db1153ad921512117d5a7da14dafc025/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/exe/rake:27:in `<top (required)>'
  459. remote: Tasks: TOP => environment
  460. remote: (See full trace by running task with --trace)
  461. remote:
  462. remote: !
  463. remote: ! Precompiling assets failed.
  464. remote: !
  465. remote: ! Push rejected, failed to compile Ruby app.
  466. remote:
  467. remote: ! Push failed
  468. remote: Verifying deploy...
  469. remote:
  470. remote: ! Push rejected to infinite-ocean-52525.
  471. remote:
  472. To https://git.heroku.com/infinite-ocean-52525.git
  473. ! [remote rejected] master -> master (pre-receive hook declined)
  474. error: failed to push some refs to 'https://git.heroku.com/infinite-ocean-52525.git'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement