Advertisement
Guest User

Untitled

a guest
Dec 11th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.18 KB | None | 0 0
  1. Counting objects: 117, done.
  2. Delta compression using up to 8 threads.
  3. Compressing objects: 100% (102/102), done.
  4. Writing objects: 100% (117/117), 26.99 KiB | 1.80 MiB/s, done.
  5. Total 117 (delta 6), reused 0 (delta 0)
  6. remote: Compressing source files... done.
  7. remote: Building source:
  8. remote:
  9. remote: -----> Ruby app detected
  10. remote: -----> Compiling Ruby/Rails
  11. remote:
  12. remote: ###### WARNING:
  13. remote:
  14. remote: This buildpack was created as a stop-gap measure to allow running applications with Bundler 2 on Heroku.
  15. remote: Heroku now supports Bundler 2 directly: https://devcenter.heroku.com/changelog-items/1563
  16. remote:
  17. remote: Please discontinue use of this buildpack and instead directly use the `heroku/ruby` buildpack.
  18. remote:
  19. remote: To remove this buildpack use the `heroku buildpacks` command to list your existing buildpacks.
  20. remote:
  21. remote: If you only have one buildpack listed you can run:
  22. remote:
  23. remote: ```
  24. remote: heroku buildpacks:set heroku/ruby
  25. remote: ```
  26. remote:
  27. remote: If you have multiple buildpacks, you'll need to add the buildpack to the correct location using
  28. remote: `heroku buildpacks:add heroku/ruby -i <correct index>` and then remove this buildpack via:
  29. remote:
  30. remote: ```
  31. remote: heroku buildpacks:remove https://github.com/bundler/heroku-buildpack-bundler2
  32. remote: ```
  33. remote:
  34. remote: -----> Using Ruby version: ruby-2.6.5
  35. remote: -----> Installing dependencies using bundler 2.0.1
  36. remote: Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
  37. remote: Your Gemfile lists the gem sqlite3 (>= 0) more than once.
  38. remote: You should probably keep only one of them.
  39. remote: Remove any duplicate entries and specify the gem only once (per group).
  40. remote: While it's not a problem now, it could cause errors if you change the version of one of them later.
  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.5
  46. remote: Fetching thread_safe 0.3.6
  47. remote: Fetching minitest 5.13.0
  48. remote: Installing thread_safe 0.3.6
  49. remote: Installing minitest 5.13.0
  50. remote: Installing concurrent-ruby 1.1.5
  51. remote: Fetching builder 3.2.4
  52. remote: Installing builder 3.2.4
  53. remote: Fetching erubi 1.9.0
  54. remote: Installing erubi 1.9.0
  55. remote: Fetching mini_portile2 2.4.0
  56. remote: Installing mini_portile2 2.4.0
  57. remote: Fetching crass 1.0.5
  58. remote: Installing crass 1.0.5
  59. remote: Fetching rack 2.0.7
  60. remote: Installing rack 2.0.7
  61. remote: Fetching nio4r 2.5.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.3
  70. remote: Fetching msgpack 1.3.1
  71. remote: Installing msgpack 1.3.1 with native extensions
  72. remote: Installing mimemagic 0.3.3
  73. remote: Using bundler 1.17.2
  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 0.20.3
  81. remote: Installing thor 0.20.3
  82. remote: Fetching ffi 1.11.3
  83. remote: Installing ffi 1.11.3 with native extensions
  84. remote: Fetching puma 3.12.2
  85. remote: Installing puma 3.12.2 with native extensions
  86. remote: Fetching rb-fsevent 0.10.3
  87. remote: Installing rb-fsevent 0.10.3
  88. remote: Fetching tilt 2.0.10
  89. remote: Installing tilt 2.0.10
  90. remote: Fetching sqlite3 1.4.1
  91. remote: Installing sqlite3 1.4.1 with native extensions
  92. remote: Fetching turbolinks-source 5.2.0
  93. remote: Installing turbolinks-source 5.2.0
  94. remote: Fetching tzinfo 1.2.5
  95. remote: Installing tzinfo 1.2.5
  96. remote: Fetching nokogiri 1.10.7
  97. remote: Installing nokogiri 1.10.7 with native extensions
  98. remote: Fetching i18n 1.7.0
  99. remote: Installing i18n 1.7.0
  100. remote: Fetching websocket-driver 0.7.1
  101. remote: Installing websocket-driver 0.7.1 with native extensions
  102. remote: Fetching mail 2.7.1
  103. remote: Installing mail 2.7.1
  104. remote: Fetching rack-test 1.1.0
  105. remote: Installing rack-test 1.1.0
  106. remote: Fetching sprockets 3.7.2
  107. remote: Installing sprockets 3.7.2
  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.0
  117. remote: Installing rb-inotify 0.10.0
  118. remote: Fetching turbolinks 5.2.1
  119. remote: Installing turbolinks 5.2.1
  120. remote: Fetching activesupport 5.2.4
  121. remote: Installing activesupport 5.2.4
  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-html-sanitizer 1.3.0
  127. remote: Fetching rails-dom-testing 2.0.3
  128. remote: Installing rails-html-sanitizer 1.3.0
  129. remote: Installing rails-dom-testing 2.0.3
  130. remote: Fetching globalid 0.4.2
  131. remote: Installing globalid 0.4.2
  132. remote: Fetching activemodel 5.2.4
  133. remote: Installing activemodel 5.2.4
  134. remote: Fetching jbuilder 2.9.1
  135. remote: Installing jbuilder 2.9.1
  136. remote: Fetching sass 3.7.4
  137. remote: Fetching actionview 5.2.4
  138. remote: Installing sass 3.7.4
  139. remote: Installing actionview 5.2.4
  140. remote: Fetching activejob 5.2.4
  141. remote: Installing activejob 5.2.4
  142. remote: Fetching activerecord 5.2.4
  143. remote: Installing activerecord 5.2.4
  144. remote: Fetching actionpack 5.2.4
  145. remote: Installing actionpack 5.2.4
  146. remote: Fetching actionmailer 5.2.4
  147. remote: Fetching actioncable 5.2.4
  148. remote: Installing actionmailer 5.2.4
  149. remote: Installing actioncable 5.2.4
  150. remote: Fetching railties 5.2.4
  151. remote: Fetching sprockets-rails 3.2.1
  152. remote: Installing railties 5.2.4
  153. remote: Installing sprockets-rails 3.2.1
  154. remote: Fetching activestorage 5.2.4
  155. remote: Installing activestorage 5.2.4
  156. remote: Fetching coffee-rails 4.2.2
  157. remote: Fetching rails 5.2.4
  158. remote: Fetching sass-rails 5.1.0
  159. remote: Installing rails 5.2.4
  160. remote: Installing coffee-rails 4.2.2
  161. remote: Installing sass-rails 5.1.0
  162. remote: Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
  163. remote:
  164. remote: current directory:
  165. remote: /tmp/build_6ae3d9ae03feb7f1f8c71fbd65850cf5/vendor/bundle/ruby/2.6.0/gems/sqlite3-1.4.1/ext/sqlite3
  166. remote: /tmp/build_6ae3d9ae03feb7f1f8c71fbd65850cf5/vendor/ruby-2.6.5/bin/ruby -I
  167. remote: /tmp/build_6ae3d9ae03feb7f1f8c71fbd65850cf5/vendor/ruby-2.6.5/lib/ruby/2.6.0 -r
  168. remote: ./siteconf20191211-175-7nn65h.rb extconf.rb
  169. remote: checking for sqlite3.h... no
  170. remote: sqlite3.h is missing. Try 'brew install sqlite3',
  171. remote: 'yum install sqlite-devel' or 'apt-get install libsqlite3-dev'
  172. remote: and check your shared library search path (the
  173. remote: location where your sqlite3 shared library is located).
  174. remote: *** extconf.rb failed ***
  175. remote: Could not create Makefile due to some reason, probably lack of necessary
  176. remote: libraries and/or headers. Check the mkmf.log file for more details. You may
  177. remote: need configuration options.
  178. remote:
  179. remote: Provided configuration options:
  180. remote: --with-opt-dir
  181. remote: --without-opt-dir
  182. remote: --with-opt-include
  183. remote: --without-opt-include=${opt-dir}/include
  184. remote: --with-opt-lib
  185. remote: --without-opt-lib=${opt-dir}/lib
  186. remote: --with-make-prog
  187. remote: --without-make-prog
  188. remote: --srcdir=.
  189. remote: --curdir
  190. remote: --ruby=/tmp/build_6ae3d9ae03feb7f1f8c71fbd65850cf5/vendor/ruby-2.6.5/bin/$(RUBY_BASE_NAME)
  191. remote: --with-sqlcipher
  192. remote: --without-sqlcipher
  193. remote: --with-sqlite3-config
  194. remote: --without-sqlite3-config
  195. remote: --with-pkg-config
  196. remote: --without-pkg-config
  197. remote: --with-sqlcipher
  198. remote: --without-sqlcipher
  199. remote: --with-sqlite3-dir
  200. remote: --without-sqlite3-dir
  201. remote: --with-sqlite3-include
  202. remote: --without-sqlite3-include=${sqlite3-dir}/include
  203. remote: --with-sqlite3-lib
  204. remote: --without-sqlite3-lib=${sqlite3-dir}/lib
  205. remote:
  206. remote: To see why this extension failed to compile, please check the mkmf.log which can
  207. remote: be found here:
  208. remote:
  209. remote: /tmp/build_6ae3d9ae03feb7f1f8c71fbd65850cf5/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/sqlite3-1.4.1/mkmf.log
  210. remote:
  211. remote: extconf failed, exit code 1
  212. remote:
  213. remote: Gem files will remain installed in
  214. remote: /tmp/build_6ae3d9ae03feb7f1f8c71fbd65850cf5/vendor/bundle/ruby/2.6.0/gems/sqlite3-1.4.1
  215. remote: for inspection.
  216. remote: Results logged to
  217. remote: /tmp/build_6ae3d9ae03feb7f1f8c71fbd65850cf5/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/sqlite3-1.4.1/gem_make.out
  218. remote:
  219. remote: An error occurred while installing sqlite3 (1.4.1), and Bundler cannot continue.
  220. remote: Make sure that `gem install sqlite3 -v '1.4.1' --source 'https://rubygems.org/'`
  221. remote: succeeds before bundling.
  222. remote:
  223. remote: In Gemfile:
  224. remote: sqlite3
  225. remote: Bundler Output: Your Gemfile lists the gem sqlite3 (>= 0) more than once.
  226. remote: You should probably keep only one of them.
  227. remote: Remove any duplicate entries and specify the gem only once (per group).
  228. remote: While it's not a problem now, it could cause errors if you change the version of one of them later.
  229. 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`.
  230. remote: Fetching gem metadata from https://rubygems.org/............
  231. remote: Fetching rake 13.0.1
  232. remote: Installing rake 13.0.1
  233. remote: Fetching concurrent-ruby 1.1.5
  234. remote: Fetching thread_safe 0.3.6
  235. remote: Fetching minitest 5.13.0
  236. remote: Installing thread_safe 0.3.6
  237. remote: Installing minitest 5.13.0
  238. remote: Installing concurrent-ruby 1.1.5
  239. remote: Fetching builder 3.2.4
  240. remote: Installing builder 3.2.4
  241. remote: Fetching erubi 1.9.0
  242. remote: Installing erubi 1.9.0
  243. remote: Fetching mini_portile2 2.4.0
  244. remote: Installing mini_portile2 2.4.0
  245. remote: Fetching crass 1.0.5
  246. remote: Installing crass 1.0.5
  247. remote: Fetching rack 2.0.7
  248. remote: Installing rack 2.0.7
  249. remote: Fetching nio4r 2.5.2
  250. remote: Installing nio4r 2.5.2 with native extensions
  251. remote: Fetching websocket-extensions 0.1.4
  252. remote: Installing websocket-extensions 0.1.4
  253. remote: Fetching mini_mime 1.0.2
  254. remote: Installing mini_mime 1.0.2
  255. remote: Fetching arel 9.0.0
  256. remote: Installing arel 9.0.0
  257. remote: Fetching mimemagic 0.3.3
  258. remote: Fetching msgpack 1.3.1
  259. remote: Installing msgpack 1.3.1 with native extensions
  260. remote: Installing mimemagic 0.3.3
  261. remote: Using bundler 1.17.2
  262. remote: Fetching coffee-script-source 1.12.2
  263. remote: Installing coffee-script-source 1.12.2
  264. remote: Fetching execjs 2.7.0
  265. remote: Installing execjs 2.7.0
  266. remote: Fetching method_source 0.9.2
  267. remote: Installing method_source 0.9.2
  268. remote: Fetching thor 0.20.3
  269. remote: Installing thor 0.20.3
  270. remote: Fetching ffi 1.11.3
  271. remote: Installing ffi 1.11.3 with native extensions
  272. remote: Fetching puma 3.12.2
  273. remote: Installing puma 3.12.2 with native extensions
  274. remote: Fetching rb-fsevent 0.10.3
  275. remote: Installing rb-fsevent 0.10.3
  276. remote: Fetching tilt 2.0.10
  277. remote: Installing tilt 2.0.10
  278. remote: Fetching sqlite3 1.4.1
  279. remote: Installing sqlite3 1.4.1 with native extensions
  280. remote: Fetching turbolinks-source 5.2.0
  281. remote: Installing turbolinks-source 5.2.0
  282. remote: Fetching tzinfo 1.2.5
  283. remote: Installing tzinfo 1.2.5
  284. remote: Fetching nokogiri 1.10.7
  285. remote: Installing nokogiri 1.10.7 with native extensions
  286. remote: Fetching i18n 1.7.0
  287. remote: Installing i18n 1.7.0
  288. remote: Fetching websocket-driver 0.7.1
  289. remote: Installing websocket-driver 0.7.1 with native extensions
  290. remote: Fetching mail 2.7.1
  291. remote: Installing mail 2.7.1
  292. remote: Fetching rack-test 1.1.0
  293. remote: Installing rack-test 1.1.0
  294. remote: Fetching sprockets 3.7.2
  295. remote: Installing sprockets 3.7.2
  296. remote: Fetching marcel 0.3.3
  297. remote: Installing marcel 0.3.3
  298. remote: Fetching coffee-script 2.4.1
  299. remote: Installing coffee-script 2.4.1
  300. remote: Fetching uglifier 4.2.0
  301. remote: Installing uglifier 4.2.0
  302. remote: Fetching bootsnap 1.4.5
  303. remote: Installing bootsnap 1.4.5 with native extensions
  304. remote: Fetching rb-inotify 0.10.0
  305. remote: Installing rb-inotify 0.10.0
  306. remote: Fetching turbolinks 5.2.1
  307. remote: Installing turbolinks 5.2.1
  308. remote: Fetching activesupport 5.2.4
  309. remote: Installing activesupport 5.2.4
  310. remote: Fetching loofah 2.4.0
  311. remote: Installing loofah 2.4.0
  312. remote: Fetching sass-listen 4.0.0
  313. remote: Installing sass-listen 4.0.0
  314. remote: Fetching rails-html-sanitizer 1.3.0
  315. remote: Fetching rails-dom-testing 2.0.3
  316. remote: Installing rails-html-sanitizer 1.3.0
  317. remote: Installing rails-dom-testing 2.0.3
  318. remote: Fetching globalid 0.4.2
  319. remote: Installing globalid 0.4.2
  320. remote: Fetching activemodel 5.2.4
  321. remote: Installing activemodel 5.2.4
  322. remote: Fetching jbuilder 2.9.1
  323. remote: Installing jbuilder 2.9.1
  324. remote: Fetching sass 3.7.4
  325. remote: Fetching actionview 5.2.4
  326. remote: Installing sass 3.7.4
  327. remote: Installing actionview 5.2.4
  328. remote: Fetching activejob 5.2.4
  329. remote: Installing activejob 5.2.4
  330. remote: Fetching activerecord 5.2.4
  331. remote: Installing activerecord 5.2.4
  332. remote: Fetching actionpack 5.2.4
  333. remote: Installing actionpack 5.2.4
  334. remote: Fetching actionmailer 5.2.4
  335. remote: Fetching actioncable 5.2.4
  336. remote: Installing actionmailer 5.2.4
  337. remote: Installing actioncable 5.2.4
  338. remote: Fetching railties 5.2.4
  339. remote: Fetching sprockets-rails 3.2.1
  340. remote: Installing railties 5.2.4
  341. remote: Installing sprockets-rails 3.2.1
  342. remote: Fetching activestorage 5.2.4
  343. remote: Installing activestorage 5.2.4
  344. remote: Fetching coffee-rails 4.2.2
  345. remote: Fetching rails 5.2.4
  346. remote: Fetching sass-rails 5.1.0
  347. remote: Installing rails 5.2.4
  348. remote: Installing coffee-rails 4.2.2
  349. remote: Installing sass-rails 5.1.0
  350. remote: Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
  351. remote:
  352. remote: current directory:
  353. remote: /tmp/build_6ae3d9ae03feb7f1f8c71fbd65850cf5/vendor/bundle/ruby/2.6.0/gems/sqlite3-1.4.1/ext/sqlite3
  354. remote: /tmp/build_6ae3d9ae03feb7f1f8c71fbd65850cf5/vendor/ruby-2.6.5/bin/ruby -I
  355. remote: /tmp/build_6ae3d9ae03feb7f1f8c71fbd65850cf5/vendor/ruby-2.6.5/lib/ruby/2.6.0 -r
  356. remote: ./siteconf20191211-175-7nn65h.rb extconf.rb
  357. remote: checking for sqlite3.h... no
  358. remote: sqlite3.h is missing. Try 'brew install sqlite3',
  359. remote: 'yum install sqlite-devel' or 'apt-get install libsqlite3-dev'
  360. remote: and check your shared library search path (the
  361. remote: location where your sqlite3 shared library is located).
  362. remote: *** extconf.rb failed ***
  363. remote: Could not create Makefile due to some reason, probably lack of necessary
  364. remote: libraries and/or headers. Check the mkmf.log file for more details. You may
  365. remote: need configuration options.
  366. remote:
  367. remote: Provided configuration options:
  368. remote: --with-opt-dir
  369. remote: --without-opt-dir
  370. remote: --with-opt-include
  371. remote: --without-opt-include=${opt-dir}/include
  372. remote: --with-opt-lib
  373. remote: --without-opt-lib=${opt-dir}/lib
  374. remote: --with-make-prog
  375. remote: --without-make-prog
  376. remote: --srcdir=.
  377. remote: --curdir
  378. remote: --ruby=/tmp/build_6ae3d9ae03feb7f1f8c71fbd65850cf5/vendor/ruby-2.6.5/bin/$(RUBY_BASE_NAME)
  379. remote: --with-sqlcipher
  380. remote: --without-sqlcipher
  381. remote: --with-sqlite3-config
  382. remote: --without-sqlite3-config
  383. remote: --with-pkg-config
  384. remote: --without-pkg-config
  385. remote: --with-sqlcipher
  386. remote: --without-sqlcipher
  387. remote: --with-sqlite3-dir
  388. remote: --without-sqlite3-dir
  389. remote: --with-sqlite3-include
  390. remote: --without-sqlite3-include=${sqlite3-dir}/include
  391. remote: --with-sqlite3-lib
  392. remote: --without-sqlite3-lib=${sqlite3-dir}/lib
  393. remote:
  394. remote: To see why this extension failed to compile, please check the mkmf.log which can
  395. remote: be found here:
  396. remote:
  397. remote: /tmp/build_6ae3d9ae03feb7f1f8c71fbd65850cf5/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/sqlite3-1.4.1/mkmf.log
  398. remote:
  399. remote: extconf failed, exit code 1
  400. remote:
  401. remote: Gem files will remain installed in
  402. remote: /tmp/build_6ae3d9ae03feb7f1f8c71fbd65850cf5/vendor/bundle/ruby/2.6.0/gems/sqlite3-1.4.1
  403. remote: for inspection.
  404. remote: Results logged to
  405. remote: /tmp/build_6ae3d9ae03feb7f1f8c71fbd65850cf5/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/sqlite3-1.4.1/gem_make.out
  406. remote:
  407. remote: An error occurred while installing sqlite3 (1.4.1), and Bundler cannot continue.
  408. remote: Make sure that `gem install sqlite3 -v '1.4.1' --source 'https://rubygems.org/'`
  409. remote: succeeds before bundling.
  410. remote:
  411. remote: In Gemfile:
  412. remote: sqlite3
  413. remote:
  414. remote: !
  415. remote: ! Failed to install gems via Bundler.
  416. remote: ! Detected sqlite3 gem which is not supported on Heroku:
  417. remote: ! https://devcenter.heroku.com/articles/sqlite3
  418. remote: !
  419. remote: ! Push rejected, failed to compile Ruby app.
  420. remote:
  421. remote: ! Push failed
  422. remote: Verifying deploy...
  423. remote:
  424. remote: ! Push rejected to fathomless-meadow-78287.
  425. remote:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement