Advertisement
ctavispost

heroku blog deploy error

Nov 21st, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.19 KB | None | 0 0
  1. tavispost@taviss-mbp ~/program/blog (master) $ git push heroku master
  2. Enumerating objects: 127, done.
  3. Counting objects: 100% (127/127), done.
  4. Delta compression using up to 8 threads
  5. Compressing objects: 100% (109/109), done.
  6. Writing objects: 100% (127/127), 243.55 KiB | 6.58 MiB/s, done.
  7. Total 127 (delta 13), reused 0 (delta 0)
  8. remote: Compressing source files... done.
  9. remote: Building source:
  10. remote:
  11. remote: ! Warning: Multiple default buildpacks reported the ability to handle this app. The first buildpack in the list below will be used.
  12. remote: Detected buildpacks: Ruby,Node.js
  13. remote: See https://devcenter.heroku.com/articles/buildpacks#buildpack-detect-order
  14. remote: -----> Ruby app detected
  15. remote: -----> Compiling Ruby/Rails
  16. remote: -----> Using Ruby version: ruby-2.6.4
  17. remote: -----> Installing dependencies using bundler 1.17.3
  18. remote: Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
  19. 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`.
  20. remote: Fetching gem metadata from https://rubygems.org/............
  21. remote: Fetching rake 13.0.1
  22. remote: Installing rake 13.0.1
  23. remote: Fetching concurrent-ruby 1.1.5
  24. remote: Fetching minitest 5.13.0
  25. remote: Fetching thread_safe 0.3.6
  26. remote: Installing minitest 5.13.0
  27. remote: Installing thread_safe 0.3.6
  28. remote: Installing concurrent-ruby 1.1.5
  29. remote: Fetching zeitwerk 2.2.1
  30. remote: Installing zeitwerk 2.2.1
  31. remote: Fetching builder 3.2.3
  32. remote: Fetching erubi 1.9.0
  33. remote: Installing erubi 1.9.0
  34. remote: Installing builder 3.2.3
  35. remote: Fetching mini_portile2 2.4.0
  36. remote: Installing mini_portile2 2.4.0
  37. remote: Fetching crass 1.0.5
  38. remote: Installing crass 1.0.5
  39. remote: Fetching rack 2.0.7
  40. remote: Fetching nio4r 2.5.2
  41. remote: Fetching websocket-extensions 0.1.4
  42. remote: Installing rack 2.0.7
  43. remote: Installing nio4r 2.5.2 with native extensions
  44. remote: Installing websocket-extensions 0.1.4
  45. remote: Fetching mimemagic 0.3.3
  46. remote: Installing mimemagic 0.3.3
  47. remote: Fetching mini_mime 1.0.2
  48. remote: Installing mini_mime 1.0.2
  49. remote: Fetching msgpack 1.3.1
  50. remote: Using bundler 1.17.3
  51. remote: Fetching ffi 1.11.2
  52. remote: Installing msgpack 1.3.1 with native extensions
  53. remote: Installing ffi 1.11.2 with native extensions
  54. remote: Fetching method_source 0.9.2
  55. remote: Installing method_source 0.9.2
  56. remote: Fetching pg 1.1.4
  57. remote: Installing pg 1.1.4 with native extensions
  58. remote: Fetching thor 0.20.3
  59. remote: Installing thor 0.20.3
  60. remote: Fetching rb-fsevent 0.10.3
  61. remote: Installing rb-fsevent 0.10.3
  62. remote: Fetching tilt 2.0.10
  63. remote: Installing tilt 2.0.10
  64. remote: Fetching turbolinks-source 5.2.0
  65. remote: Installing turbolinks-source 5.2.0
  66. remote: Fetching tzinfo 1.2.5
  67. remote: Installing tzinfo 1.2.5
  68. remote: Fetching nokogiri 1.10.5
  69. remote: Installing nokogiri 1.10.5 with native extensions
  70. remote: Fetching i18n 1.7.0
  71. remote: Installing i18n 1.7.0
  72. remote: Fetching websocket-driver 0.7.1
  73. remote: Installing websocket-driver 0.7.1 with native extensions
  74. remote: Fetching marcel 0.3.3
  75. remote: Installing marcel 0.3.3
  76. remote: Fetching mail 2.7.1
  77. remote: Installing mail 2.7.1
  78. remote: Fetching rack-test 1.1.0
  79. remote: Installing rack-test 1.1.0
  80. remote: Fetching rack-proxy 0.6.5
  81. remote: Installing rack-proxy 0.6.5
  82. remote: Fetching sprockets 4.0.0
  83. remote: Installing sprockets 4.0.0
  84. remote: Fetching puma 4.3.0
  85. remote: Installing puma 4.3.0 with native extensions
  86. remote: Fetching bootsnap 1.4.5
  87. remote: Installing bootsnap 1.4.5 with native extensions
  88. remote: Fetching turbolinks 5.2.1
  89. remote: Installing turbolinks 5.2.1
  90. remote: Fetching sassc 2.2.1
  91. remote: Installing sassc 2.2.1 with native extensions
  92. remote: Fetching activesupport 6.0.1
  93. remote: Installing activesupport 6.0.1
  94. remote: Fetching loofah 2.3.1
  95. remote: Installing loofah 2.3.1
  96. remote: Fetching rails-dom-testing 2.0.3
  97. remote: Installing rails-dom-testing 2.0.3
  98. remote: Fetching globalid 0.4.2
  99. remote: Installing globalid 0.4.2
  100. remote: Fetching activemodel 6.0.1
  101. remote: Fetching jbuilder 2.9.1
  102. remote: Installing jbuilder 2.9.1
  103. remote: Installing activemodel 6.0.1
  104. remote: Fetching rails-html-sanitizer 1.3.0
  105. remote: Installing rails-html-sanitizer 1.3.0
  106. remote: Fetching activejob 6.0.1
  107. remote: Fetching actionview 6.0.1
  108. remote: Installing activejob 6.0.1
  109. remote: Installing actionview 6.0.1
  110. remote: Fetching activerecord 6.0.1
  111. remote: Installing activerecord 6.0.1
  112. remote: Fetching actionpack 6.0.1
  113. remote: Installing actionpack 6.0.1
  114. remote: Fetching actioncable 6.0.1
  115. remote: Installing actioncable 6.0.1
  116. remote: Fetching actionmailer 6.0.1
  117. remote: Installing actionmailer 6.0.1
  118. remote: Fetching railties 6.0.1
  119. remote: Fetching sprockets-rails 3.2.1
  120. remote: Installing railties 6.0.1
  121. remote: Installing sprockets-rails 3.2.1
  122. remote: Fetching activestorage 6.0.1
  123. remote: Installing activestorage 6.0.1
  124. remote: Fetching actionmailbox 6.0.1
  125. remote: Installing actionmailbox 6.0.1
  126. remote: Fetching actiontext 6.0.1
  127. remote: Installing actiontext 6.0.1
  128. remote: Fetching webpacker 4.2.0
  129. remote: Fetching rails 6.0.1
  130. remote: Installing rails 6.0.1
  131. remote: Installing webpacker 4.2.0
  132. remote: Fetching sassc-rails 2.1.2
  133. remote: Installing sassc-rails 2.1.2
  134. remote: Fetching sass-rails 6.0.0
  135. remote: Installing sass-rails 6.0.0
  136. remote: Bundle complete! 18 Gemfile dependencies, 58 gems now installed.
  137. remote: Gems in the groups development and test were not installed
  138. remote: Bundled gems are installed into `./vendor/bundle`
  139. remote: Post-install message from i18n:
  140. remote:
  141. remote: HEADS UP! i18n 1.1 changed fallbacks to exclude default locale.
  142. remote: But that may break your application.
  143. remote:
  144. remote: Please check your Rails app for 'config.i18n.fallbacks = true'.
  145. remote: If you're using I18n (>= 1.1.0) and Rails (< 5.2.2), this should be
  146. remote: 'config.i18n.fallbacks = [I18n.default_locale]'.
  147. remote: If not, fallbacks will be broken in your app by I18n 1.1.x
  148. remote:
  149. remote: For more info see:
  150. remote: https://github.com/svenfuchs/i18n/releases/tag/v1.1.0
  151. remote:
  152. remote: Bundle completed (205.79s)
  153. remote: Cleaning up the bundler cache.
  154. 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`.
  155. remote: -----> Installing node-v10.15.3-linux-x64
  156. remote: -----> Installing yarn-v1.16.0
  157. remote: -----> Detecting rake tasks
  158. remote: -----> Preparing app for Rails asset pipeline
  159. remote: Running: rake assets:precompile
  160. remote: yarn install v1.16.0
  161. remote: warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.
  162. remote: [1/4] Resolving packages...
  163. remote: [2/4] Fetching packages...
  164. remote: info fsevents@1.2.9: The platform "linux" is incompatible with this module.
  165. remote: info "fsevents@1.2.9" is an optional dependency and failed compatibility check. Excluding it from installation.
  166. remote: error fsevents@2.1.2: The platform "linux" is incompatible with this module.
  167. remote: error Found incompatible module.
  168. remote: info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
  169. remote:
  170. remote: !
  171. remote: ! Precompiling assets failed.
  172. remote: !
  173. remote: ! Push rejected, failed to compile Ruby app.
  174. remote:
  175. remote: ! Push failed
  176. remote: Verifying deploy...
  177. remote:
  178. remote: ! Push rejected to extremely-simple-bloggish-like.
  179. remote:
  180. To https://git.heroku.com/extremely-simple-bloggish-like.git
  181. ! [remote rejected] master -> master (pre-receive hook declined)
  182. error: failed to push some refs to 'https://git.heroku.com/extremely-simple-bloggish-like.git'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement