Skip to content

Instantly share code, notes, and snippets.

@yannskee
Last active July 22, 2016 09:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yannskee/268381588848d709234bc63cc3da9ffc to your computer and use it in GitHub Desktop.
Save yannskee/268381588848d709234bc63cc3da9ffc to your computer and use it in GitHub Desktop.
Installing bcrypt 3.1.11 with native extensions
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
current directory: /usr/local/bundle/gems/bcrypt-3.1.11/ext/mri
/usr/local/bin/ruby -r ./siteconf20160628-6-1k9drcv.rb extconf.rb
Out of memory - /usr/local/bin/ruby -r ./siteconf20160628-6-1k9drcv.rb extconf.rb 2>&1
Gem files will remain installed in /usr/local/bundle/gems/bcrypt-3.1.11 for inspection.
Results logged to /usr/local/bundle/extensions/x86_64-linux/2.3.0-static/bcrypt-3.1.11/gem_make.out
Installing byebug 9.0.5 with native extensions
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
current directory: /usr/local/bundle/gems/byebug-9.0.5/ext/byebug
/usr/local/bin/ruby -r ./siteconf20160628-6-1ab85q7.rb extconf.rb
Out of memory - /usr/local/bin/ruby -r ./siteconf20160628-6-1ab85q7.rb extconf.rb 2>&1
Gem files will remain installed in /usr/local/bundle/gems/byebug-9.0.5 for inspection.
Results logged to /usr/local/bundle/extensions/x86_64-linux/2.3.0-static/byebug-9.0.5/gem_make.out
Installing mimemagic 0.3.1
Installing coffee-script-source 1.10.0
Installing thor 0.19.1
Installing concurrent-ruby 1.0.2
Installing connection_pool 2.2.0
Installing debug_inspector 0.0.2 with native extensions
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
current directory: /usr/local/bundle/gems/debug_inspector-0.0.2/ext/debug_inspector
/usr/local/bin/ruby -r ./siteconf20160628-6-19irpuf.rb extconf.rb
Out of memory - /usr/local/bin/ruby -r ./siteconf20160628-6-19irpuf.rb extconf.rb 2>&1
Gem files will remain installed in /usr/local/bundle/gems/debug_inspector-0.0.2 for inspection.
Results logged to /usr/local/bundle/extensions/x86_64-linux/2.3.0-static/debug_inspector-0.0.2/gem_make.out
Installing docile 1.1.5
Installing multipart-post 2.0.0
Installing geocoder 1.3.7
Installing multi_json 1.12.1
Installing mini_magick 4.5.1
Installing pg 0.18.4 with native extensions
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
current directory: /usr/local/bundle/gems/pg-0.18.4/ext
/usr/local/bin/ruby -r ./siteconf20160628-6-lj3mhm.rb extconf.rb
Out of memory - /usr/local/bin/ruby -r ./siteconf20160628-6-lj3mhm.rb extconf.rb 2>&1
Gem files will remain installed in /usr/local/bundle/gems/pg-0.18.4 for inspection.
Results logged to /usr/local/bundle/extensions/x86_64-linux/2.3.0-static/pg-0.18.4/gem_make.out
Installing powerpack 0.1.1
Using bundler 1.12.5
Installing rainbow 2.1.0
Installing redis 3.3.0
Installing ruby-progressbar 1.8.1
Installing unicode-display_width 1.1.0
Installing sass 3.4.22
Installing tilt 2.0.5
Installing simplecov-html 0.10.0
Installing spring 1.7.1
Installing rdoc 4.2.2
Using minitest-ci 3.0.4.pre from https://github.com/circleci/minitest-ci.git (at master@1e655bb)
Installing tzinfo 1.2.2
Installing nokogiri 1.6.8 with native extensions
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
current directory: /usr/local/bundle/gems/nokogiri-1.6.8/ext/nokogiri
/usr/local/bin/ruby -r ./siteconf20160628-6-1tzdx7h.rb extconf.rb
Out of memory - /usr/local/bin/ruby -r ./siteconf20160628-6-1tzdx7h.rb extconf.rb 2>&1
Gem files will remain installed in /usr/local/bundle/gems/nokogiri-1.6.8 for inspection.
Results logged to /usr/local/bundle/extensions/x86_64-linux/2.3.0-static/nokogiri-1.6.8/gem_make.out
Installing rack-test 0.6.3
Installing rack-mini-profiler 0.10.1
Installing rack-protection 1.5.3
Installing mime-types 3.1
Installing parser 2.3.1.2
Installing autoprefixer-rails 6.3.6.2
Installing uglifier 3.0.0
An error occurred while installing bcrypt (3.1.11), and Bundler cannot continue.
Make sure that `gem install bcrypt -v '3.1.11'` succeeds before bundling.
ERROR: Service 'sidekiq-web' failed to build: The command '/bin/sh -c bundle install' returned a non-zero code: 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment