Last active
February 8, 2017 21:14
-
-
Save dvoryankin/4187e1bca54a739842d94f8c5cff4f7b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git push heroku master | |
Total 0 (delta 0), reused 0 (delta 0) | |
remote: Compressing source files... done. | |
remote: Building source: | |
remote: | |
remote: -----> Ruby app detected | |
remote: -----> Compiling Ruby/Rails | |
remote: -----> Using Ruby version: ruby-2.2.6 | |
remote: -----> Installing dependencies using bundler 1.13.7 | |
remote: Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment | |
remote: Warning: the running version of Bundler (1.13.7) is older than the version that created the lockfile (1.14.3). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`. | |
remote: Fetching gem metadata from https://rubygems.org/......... | |
remote: Fetching version metadata from https://rubygems.org/.. | |
remote: Fetching dependency metadata from https://rubygems.org/. | |
remote: Installing i18n 0.8.0 | |
remote: Installing rake 12.0.0 | |
remote: Installing concurrent-ruby 1.0.4 | |
remote: Installing minitest 5.10.1 | |
remote: Installing thread_safe 0.3.5 | |
remote: Installing builder 3.2.3 | |
remote: Installing erubis 2.7.0 | |
remote: Installing mini_portile2 2.1.0 | |
remote: Installing rack 2.0.1 | |
remote: Installing nio4r 1.2.1 with native extensions | |
remote: Installing websocket-extensions 0.1.2 | |
remote: Installing mime-types-data 3.2016.0521 | |
remote: Installing arel 7.1.4 | |
remote: Installing bcrypt 3.1.11 with native extensions | |
remote: Installing coffee-script-source 1.12.2 | |
remote: Installing execjs 2.7.0 | |
remote: Installing method_source 0.8.2 | |
remote: Installing thor 0.19.4 | |
remote: Installing commonjs 0.2.7 | |
remote: Installing orm_adapter 0.5.0 | |
remote: Installing multi_json 1.12.1 | |
remote: Installing tilt 2.0.6 | |
remote: Installing libv8 3.16.14.17 | |
remote: Installing puma 3.7.0 with native extensions | |
remote: Using bundler 1.13.7 | |
remote: Installing ref 2.0.0 | |
remote: Installing sass 3.4.23 | |
remote: Installing sqlite3 1.3.13 with native extensions | |
remote: Installing turbolinks-source 5.0.0 | |
remote: Installing tzinfo 1.2.2 | |
remote: Installing nokogiri 1.7.0.1 with native extensions | |
remote: Installing rack-test 0.6.3 | |
remote: Installing warden 1.2.7 | |
remote: Installing sprockets 3.7.1 | |
remote: Installing websocket-driver 0.6.5 with native extensions | |
remote: Installing mime-types 3.1 | |
remote: Installing coffee-script 2.4.1 | |
remote: Installing uglifier 3.0.4 | |
remote: Installing less 2.6.0 | |
remote: Installing therubyracer 0.12.3 with native extensions | |
remote: Installing turbolinks 5.0.1 | |
remote: Installing activesupport 5.0.1 | |
remote: Gem::Ext::BuildError: ERROR: Failed to build gem native extension. | |
remote: /tmp/build_7f5e3aa4a0047c6e5af51d5881d14775/vendor/ruby-2.2.6/bin/ruby -r | |
remote: ./siteconf20170208-226-14s614o.rb extconf.rb | |
remote: checking for sqlite3.h... no | |
remote: sqlite3.h is missing. Try 'brew install sqlite3', | |
remote: 'yum install sqlite-devel' or 'apt-get install libsqlite3-dev' | |
remote: and check your shared library search path (the | |
remote: location where your sqlite3 shared library is located). | |
remote: *** extconf.rb failed *** | |
remote: Could not create Makefile due to some reason, probably lack of necessary | |
remote: libraries and/or headers. Check the mkmf.log file for more details. You may | |
remote: need configuration options. | |
remote: Provided configuration options: | |
remote: --with-opt-dir | |
remote: --without-opt-dir | |
remote: --with-opt-include | |
remote: --without-opt-include=${opt-dir}/include | |
remote: --with-opt-lib | |
remote: --without-opt-lib=${opt-dir}/lib | |
remote: --with-make-prog | |
remote: --without-make-prog | |
remote: --srcdir=. | |
remote: --curdir | |
remote: --ruby=/tmp/build_7f5e3aa4a0047c6e5af51d5881d14775/vendor/ruby-2.2.6/bin/$(RUBY_BASE_NAME) | |
remote: --with-sqlite3-config | |
remote: --without-sqlite3-config | |
remote: --with-pkg-config | |
remote: --without-pkg-config | |
remote: --with-sqlite3-dir | |
remote: --without-sqlite3-dir | |
remote: --with-sqlite3-include | |
remote: --without-sqlite3-include=${sqlite3-dir}/include | |
remote: --with-sqlite3-lib | |
remote: --without-sqlite3-lib=${sqlite3-dir}/lib | |
remote: extconf failed, exit code 1 | |
remote: Gem files will remain installed in | |
remote: /tmp/build_7f5e3aa4a0047c6e5af51d5881d14775/vendor/bundle/ruby/2.2.0/gems/sqlite3-1.3.13 | |
remote: for inspection. | |
remote: Results logged to | |
remote: /tmp/build_7f5e3aa4a0047c6e5af51d5881d14775/vendor/bundle/ruby/2.2.0/extensions/x86_64-linux/2.2.0-static/sqlite3-1.3.13/gem_make.out | |
remote: An error occurred while installing sqlite3 (1.3.13), and Bundler cannot | |
remote: continue. | |
remote: Make sure that `gem install sqlite3 -v '1.3.13'` succeeds before bundling. | |
remote: Bundler Output: Warning: the running version of Bundler (1.13.7) is older than the version that created the lockfile (1.14.3). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`. | |
remote: Fetching gem metadata from https://rubygems.org/......... | |
remote: Fetching version metadata from https://rubygems.org/.. | |
remote: Fetching dependency metadata from https://rubygems.org/. | |
remote: Installing i18n 0.8.0 | |
remote: Installing rake 12.0.0 | |
remote: Installing concurrent-ruby 1.0.4 | |
remote: Installing minitest 5.10.1 | |
remote: Installing thread_safe 0.3.5 | |
remote: Installing builder 3.2.3 | |
remote: Installing erubis 2.7.0 | |
remote: Installing mini_portile2 2.1.0 | |
remote: Installing rack 2.0.1 | |
remote: Installing nio4r 1.2.1 with native extensions | |
remote: Installing websocket-extensions 0.1.2 | |
remote: Installing mime-types-data 3.2016.0521 | |
remote: Installing arel 7.1.4 | |
remote: Installing bcrypt 3.1.11 with native extensions | |
remote: Installing coffee-script-source 1.12.2 | |
remote: Installing execjs 2.7.0 | |
remote: Installing method_source 0.8.2 | |
remote: Installing thor 0.19.4 | |
remote: Installing commonjs 0.2.7 | |
remote: Installing orm_adapter 0.5.0 | |
remote: Installing multi_json 1.12.1 | |
remote: Installing tilt 2.0.6 | |
remote: Installing libv8 3.16.14.17 | |
remote: Installing puma 3.7.0 with native extensions | |
remote: Using bundler 1.13.7 | |
remote: Installing ref 2.0.0 | |
remote: Installing sass 3.4.23 | |
remote: Installing sqlite3 1.3.13 with native extensions | |
remote: Installing turbolinks-source 5.0.0 | |
remote: Installing tzinfo 1.2.2 | |
remote: Installing nokogiri 1.7.0.1 with native extensions | |
remote: Installing rack-test 0.6.3 | |
remote: Installing warden 1.2.7 | |
remote: Installing sprockets 3.7.1 | |
remote: Installing websocket-driver 0.6.5 with native extensions | |
remote: Installing mime-types 3.1 | |
remote: Installing coffee-script 2.4.1 | |
remote: Installing uglifier 3.0.4 | |
remote: Installing less 2.6.0 | |
remote: Installing therubyracer 0.12.3 with native extensions | |
remote: Installing turbolinks 5.0.1 | |
remote: Installing activesupport 5.0.1 | |
remote: Gem::Ext::BuildError: ERROR: Failed to build gem native extension. | |
remote: | |
remote: /tmp/build_7f5e3aa4a0047c6e5af51d5881d14775/vendor/ruby-2.2.6/bin/ruby -r | |
remote: ./siteconf20170208-226-14s614o.rb extconf.rb | |
remote: checking for sqlite3.h... no | |
remote: sqlite3.h is missing. Try 'brew install sqlite3', | |
remote: 'yum install sqlite-devel' or 'apt-get install libsqlite3-dev' | |
remote: and check your shared library search path (the | |
remote: location where your sqlite3 shared library is located). | |
remote: *** extconf.rb failed *** | |
remote: Could not create Makefile due to some reason, probably lack of necessary | |
remote: libraries and/or headers. Check the mkmf.log file for more details. You may | |
remote: need configuration options. | |
remote: | |
remote: Provided configuration options: | |
remote: --with-opt-dir | |
remote: --without-opt-dir | |
remote: --with-opt-include | |
remote: --without-opt-include=${opt-dir}/include | |
remote: --with-opt-lib | |
remote: --without-opt-lib=${opt-dir}/lib | |
remote: --with-make-prog | |
remote: --without-make-prog | |
remote: --srcdir=. | |
remote: --curdir | |
remote: --ruby=/tmp/build_7f5e3aa4a0047c6e5af51d5881d14775/vendor/ruby-2.2.6/bin/$(RUBY_BASE_NAME) | |
remote: --with-sqlite3-config | |
remote: --without-sqlite3-config | |
remote: --with-pkg-config | |
remote: --without-pkg-config | |
remote: --with-sqlite3-dir | |
remote: --without-sqlite3-dir | |
remote: --with-sqlite3-include | |
remote: --without-sqlite3-include=${sqlite3-dir}/include | |
remote: --with-sqlite3-lib | |
remote: --without-sqlite3-lib=${sqlite3-dir}/lib | |
remote: | |
remote: extconf failed, exit code 1 | |
remote: | |
remote: Gem files will remain installed in | |
remote: /tmp/build_7f5e3aa4a0047c6e5af51d5881d14775/vendor/bundle/ruby/2.2.0/gems/sqlite3-1.3.13 | |
remote: for inspection. | |
remote: Results logged to | |
remote: /tmp/build_7f5e3aa4a0047c6e5af51d5881d14775/vendor/bundle/ruby/2.2.0/extensions/x86_64-linux/2.2.0-static/sqlite3-1.3.13/gem_make.out | |
remote: | |
remote: An error occurred while installing sqlite3 (1.3.13), and Bundler cannot | |
remote: continue. | |
remote: Make sure that `gem install sqlite3 -v '1.3.13'` succeeds before bundling. | |
remote: ! | |
remote: ! Failed to install gems via Bundler. | |
remote: ! Detected sqlite3 gem which is not supported on Heroku: | |
remote: ! https://devcenter.heroku.com/articles/sqlite3 | |
remote: ! | |
remote: ! Push rejected, failed to compile Ruby app. | |
remote: | |
remote: ! Push failed | |
remote: Verifying deploy.... | |
remote: | |
remote: ! Push rejected to infinite-earth-83349. | |
remote: | |
To https://git.heroku.com/infinite-earth-83349.git | |
! [remote rejected] master -> master (pre-receive hook declined) | |
error: failed to push some refs to 'https://git.heroku.com/infinite-earth-83349.git' | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment