Created
January 21, 2014 14:55
-
-
Save danp/8541560 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 | |
| Fetching repository, done. | |
| Counting objects: 1, done. | |
| Writing objects: 100% (1/1), 187 bytes, done. | |
| Total 1 (delta 0), reused 0 (delta 0) | |
| -----> Fetching custom git buildpack... done | |
| -----> Ruby app detected | |
| + set -e | |
| + set -o pipefail | |
| + unset GIT_DIR | |
| + VENDOR_URL=https://heroku-buildpack-ruby.s3.amazonaws.com | |
| + BUNDLER_VERSION=1.3.2 | |
| + BUILDPACK_REVISION=3 | |
| + BUILD_DIR=/tmp/build_ad0da195-74b2-4cca-a1dd-6e57e688b29c | |
| + CACHE_DIR=/app/tmp/cache | |
| + mkdir -p /tmp/build_ad0da195-74b2-4cca-a1dd-6e57e688b29c | |
| + mkdir -p /app/tmp/cache | |
| + cd /tmp/build_ad0da195-74b2-4cca-a1dd-6e57e688b29c | |
| + '[' '!' -e Gemfile.lock ']' | |
| + '[' -e vendor/bundle ']' | |
| + say 'Using bundler-1.3.2' | |
| + echo '-----> Using bundler-1.3.2' | |
| -----> Using bundler-1.3.2 | |
| ++ mktemp -d bundler.XXXXXXXX | |
| + bundler_tmp=bundler.xyQcM923 | |
| + unpack_url https://heroku-buildpack-ruby.s3.amazonaws.com/bundler-1.3.2.tgz bundler.xyQcM923 | |
| + url=https://heroku-buildpack-ruby.s3.amazonaws.com/bundler-1.3.2.tgz | |
| + path=bundler.xyQcM923 | |
| + mkdir -p bundler.xyQcM923 | |
| + curl --fail --retry 3 --silent -o - https://heroku-buildpack-ruby.s3.amazonaws.com/bundler-1.3.2.tgz | |
| + tar -C bundler.xyQcM923 -zxf - | |
| ++ GEM_PATH=bundler.xyQcM923 | |
| ++ bundler.xyQcM923/gems/bundler-1.3.2/bin/bundle_ruby | |
| + bundle_platform_ruby='ruby 2.0.0' | |
| + echo 'ruby 2.0.0' | |
| + egrep -q '^No ruby' | |
| ++ echo -n ruby 2.0.0 | |
| ++ tr -s '[[:space:]]' - | |
| + ruby_version=ruby-2.0.0 | |
| + say 'Using ruby-2.0.0' | |
| + echo '-----> Using ruby-2.0.0' | |
| -----> Using ruby-2.0.0 | |
| + unpack_url https://heroku-buildpack-ruby.s3.amazonaws.com/ruby-2.0.0.tgz vendor/ruby-2.0.0 | |
| + url=https://heroku-buildpack-ruby.s3.amazonaws.com/ruby-2.0.0.tgz | |
| + path=vendor/ruby-2.0.0 | |
| + mkdir -p vendor/ruby-2.0.0 | |
| + curl --fail --retry 3 --silent -o - https://heroku-buildpack-ruby.s3.amazonaws.com/ruby-2.0.0.tgz | |
| + tar -C vendor/ruby-2.0.0 -zxf - | |
| ++ find vendor/ruby-2.0.0 -name ruby -type f | |
| + ruby_exe=vendor/ruby-2.0.0/bin/ruby | |
| ++ vendor/ruby-2.0.0/bin/ruby -e 'require '\''rbconfig'\'';puts "vendor/bundle/#{RUBY_ENGINE}/#{RbConfig::CONFIG['\''ruby_version'\'']}"' | |
| + bundle_base=vendor/bundle/ruby/2.0.0 | |
| + mkdir -p .profile.d | |
| + cat | |
| + export GEM_PATH=/tmp/build_ad0da195-74b2-4cca-a1dd-6e57e688b29c/vendor/bundle/ruby/2.0.0:/app/vendor/bundle/ruby/1.9.1:vendor/bundle/ruby/1.9.1 | |
| + GEM_PATH=/tmp/build_ad0da195-74b2-4cca-a1dd-6e57e688b29c/vendor/bundle/ruby/2.0.0:/app/vendor/bundle/ruby/1.9.1:vendor/bundle/ruby/1.9.1 | |
| + export PATH=/tmp/build_ad0da195-74b2-4cca-a1dd-6e57e688b29c/bin:/tmp/build_ad0da195-74b2-4cca-a1dd-6e57e688b29c/vendor/bundle/ruby/2.0.0/bin:/tmp/build_ad0da195-74b2-4cca-a1dd-6e57e688b29c/vendor/ruby-2.0.0/bin::/tmp/codon/vendor/bin:/usr/ruby1.9.2/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin | |
| + PATH=/tmp/build_ad0da195-74b2-4cca-a1dd-6e57e688b29c/bin:/tmp/build_ad0da195-74b2-4cca-a1dd-6e57e688b29c/vendor/bundle/ruby/2.0.0/bin:/tmp/build_ad0da195-74b2-4cca-a1dd-6e57e688b29c/vendor/ruby-2.0.0/bin::/tmp/codon/vendor/bin:/usr/ruby1.9.2/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin | |
| + say 'Installing dependencies' | |
| + echo '-----> Installing dependencies' | |
| -----> Installing dependencies | |
| + cache_load .bundle | |
| + '[' -e /app/tmp/cache/.bundle ']' | |
| + mkdir -p .bundle | |
| + cp -a /app/tmp/cache/.bundle/. .bundle | |
| + cache_load vendor | |
| + '[' -e /app/tmp/cache/vendor ']' | |
| + mkdir -p vendor | |
| + cp -a /app/tmp/cache/vendor/. vendor | |
| + '[' '!' -e vendor/buildpack/ruby_v ']' | |
| + first_push=0 | |
| + mkdir -p vendor/buildpack | |
| + vendor/ruby-2.0.0/bin/ruby -v | |
| + '[' 0 -ne 1 ']' | |
| + cmp --quiet vendor/buildpack/ruby_v vendor/buildpack/ruby_v.new | |
| + mv vendor/buildpack/ruby_v.new vendor/buildpack/ruby_v | |
| + echo 3 | |
| + '[' 0 -ne 1 ']' | |
| + cmp --quiet vendor/buildpack/revision vendor/buildpack/revision.new | |
| + mv vendor/buildpack/revision.new vendor/buildpack/revision | |
| + mkdir -p vendor/bundle/ruby/2.0.0 | |
| + rm -rf vendor/bundle/ruby/2.0.0/gems/bundler-1.3.2 | |
| + cp -a bundler.xyQcM923/. vendor/bundle/ruby/2.0.0 | |
| + rm -rf vendor/bundle/ruby/2.0.0/bundler-1.3.2.gem | |
| + env | |
| SHELL=/bin/bash | |
| SSH_CLIENT=10.40.81.179 45953 37611 | |
| OLDPWD=/app/tmp/repo.git | |
| DEPLOY=production | |
| GROUP=production | |
| USER=u16382 | |
| LOG_TOKEN=t.9e79a5be-dfa2-446e-9f83-f6b4ebbc4eb7 | |
| LOGPLEX_URL=https://east.logplex.io/logs | |
| DYNO=receive.1488 | |
| PATH=/tmp/build_ad0da195-74b2-4cca-a1dd-6e57e688b29c/bin:/tmp/build_ad0da195-74b2-4cca-a1dd-6e57e688b29c/vendor/bundle/ruby/2.0.0/bin:/tmp/build_ad0da195-74b2-4cca-a1dd-6e57e688b29c/vendor/ruby-2.0.0/bin::/tmp/codon/vendor/bin:/usr/ruby1.9.2/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin | |
| MAIL=/var/mail/u16382 | |
| PWD=/tmp/build_ad0da195-74b2-4cca-a1dd-6e57e688b29c | |
| STACK=cedar | |
| REQUEST_ID=ad0da195-74b2-4cca-a1dd-6e57e688b29c | |
| HOME=/app | |
| SHLVL=2 | |
| LOGNAME=u16382 | |
| SSH_CONNECTION=10.40.81.179 45953 172.16.209.54 37611 | |
| GEM_PATH=/tmp/build_ad0da195-74b2-4cca-a1dd-6e57e688b29c/vendor/bundle/ruby/2.0.0:/app/vendor/bundle/ruby/1.9.1:vendor/bundle/ruby/1.9.1 | |
| _=/usr/bin/env | |
| + which ruby | |
| /tmp/build_ad0da195-74b2-4cca-a1dd-6e57e688b29c/vendor/ruby-2.0.0/bin/ruby | |
| + which bundle | |
| /tmp/build_ad0da195-74b2-4cca-a1dd-6e57e688b29c/vendor/bundle/ruby/2.0.0/bin/bundle | |
| + bundle --version | |
| Bundler version 1.5.2 | |
| + gem env | |
| RubyGems Environment: | |
| - RUBYGEMS VERSION: 2.0.14 | |
| - RUBY VERSION: 2.0.0 (2013-11-22 patchlevel 353) [x86_64-linux] | |
| - INSTALLATION DIRECTORY: /tmp/build_ad0da195-74b2-4cca-a1dd-6e57e688b29c/vendor/ruby-2.0.0/lib/ruby/gems/2.0.0 | |
| - RUBY EXECUTABLE: /tmp/build_ad0da195-74b2-4cca-a1dd-6e57e688b29c/vendor/ruby-2.0.0/bin/ruby | |
| - EXECUTABLE DIRECTORY: /tmp/build_ad0da195-74b2-4cca-a1dd-6e57e688b29c/vendor/ruby-2.0.0/bin | |
| - RUBYGEMS PLATFORMS: | |
| - ruby | |
| - x86_64-linux | |
| - GEM PATHS: | |
| - /tmp/build_ad0da195-74b2-4cca-a1dd-6e57e688b29c/vendor/ruby-2.0.0/lib/ruby/gems/2.0.0 | |
| - /tmp/build_ad0da195-74b2-4cca-a1dd-6e57e688b29c/vendor/bundle/ruby/2.0.0 | |
| - /app/vendor/bundle/ruby/1.9.1 | |
| - vendor/bundle/ruby/1.9.1 | |
| - GEM CONFIGURATION: | |
| - :update_sources => true | |
| - :verbose => true | |
| - :backtrace => false | |
| - :bulk_threshold => 1000 | |
| - REMOTE SOURCES: | |
| - https://rubygems.org/ | |
| + gem list | |
| addressable (2.3.5) | |
| bigdecimal (1.2.0) | |
| bundler (1.5.2, 1.3.2) | |
| em-hiredis (0.2.1) | |
| eventmachine (0.12.10) | |
| excon (0.31.0) | |
| fattr (2.2.1) | |
| heroku (3.2.1) | |
| heroku-api (0.3.16) | |
| hiredis (0.4.5) | |
| io-console (0.4.2) | |
| json (1.8.1, 1.7.7) | |
| launchy (2.4.2) | |
| mime-types (2.0) | |
| minitest (4.3.2) | |
| multi_json (1.8.2) | |
| netrc (0.7.7) | |
| psych (2.0.0) | |
| rake (0.9.6) | |
| rdoc (4.0.0) | |
| redis (3.0.6) | |
| rest-client (1.6.7) | |
| rubyzip (1.1.0) | |
| rush (0.6.8) | |
| session (3.1.0) | |
| test-unit (2.0.0.0) | |
| uuidtools (2.1.1) | |
| + NOKOGIRI_USE_SYSTEM_LIBRARIES=true | |
| + bundle install --verbose --deployment --without development:test --path vendor/bundle --clean | |
| + indent | |
| + sed -u 's/^/ /' | |
| Using excon (0.31.0) | |
| 1: excon (0.31.0) from /tmp/build_ad0da195-74b2-4cca-a1dd-6e57e688b29c/vendor/bundle/ruby/2.0.0/specifications/excon-0.31.0.gemspec | |
| Using bundler (1.5.2) | |
| 0: bundler (1.5.2) from /app/vendor/bundle/ruby/1.9.1/gems/bundler-1.5.2/lib/bundler/source | |
| Your bundle is complete! | |
| Gems in the groups development and test were not installed. | |
| It was installed into ./vendor/bundle | |
| Removing bundler (1.3.2) | |
| + rm -rf vendor/bundle/ruby/2.0.0/doc | |
| + rm -rf vendor/bundle/ruby/2.0.0/cache | |
| + '[' -d vendor/bundle/ruby/2.0.0/bundler/gems ']' | |
| + cache_store .bundle | |
| + '[' -e .bundle ']' | |
| + rm -rf /app/tmp/cache/.bundle | |
| + mkdir -p /app/tmp/cache/.bundle | |
| + cp -a .bundle/. /app/tmp/cache/.bundle | |
| + cache_store vendor/buildpack | |
| + '[' -e vendor/buildpack ']' | |
| + rm -rf /app/tmp/cache/vendor/buildpack | |
| + mkdir -p /app/tmp/cache/vendor/buildpack | |
| + cp -a vendor/buildpack/. /app/tmp/cache/vendor/buildpack | |
| + cache_store vendor/bundle | |
| + '[' -e vendor/bundle ']' | |
| + rm -rf /app/tmp/cache/vendor/bundle | |
| + mkdir -p /app/tmp/cache/vendor/bundle | |
| + cp -a vendor/bundle/. /app/tmp/cache/vendor/bundle | |
| + rm -rf bundler.xyQcM923 | |
| -----> Discovering process types | |
| Procfile declares types -> (none) | |
| -----> Compressing... done, 11.5MB | |
| -----> Launching... done, v9 | |
| http://pure-hamlet-2036.herokuapp.com deployed to Heroku | |
| To [email protected]:pure-hamlet-2036.git | |
| 9e0f987..d4bf988 master -> master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment