Skip to content

Instantly share code, notes, and snippets.

@johnnybridges
Created July 1, 2015 01:46
Show Gist options
  • Save johnnybridges/365ec66a353deb3105e8 to your computer and use it in GitHub Desktop.
Save johnnybridges/365ec66a353deb3105e8 to your computer and use it in GitHub Desktop.
-----> Fetching custom git buildpack... done
-----> Multipack app detected
=====> Downloading Buildpack: https://github.com/heroku/heroku-buildpack-ruby.git
=====> Detected Framework: Ruby
-----> Compiling Ruby/Rails
-----> Using Ruby version: ruby-2.2.2
-----> Installing dependencies using 1.9.7
Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
Using rake 10.4.2
Installing minitest 5.6.1
Installing i18n 0.7.0
Installing thread_safe 0.3.5
Installing builder 3.2.2
Installing mini_portile 0.6.2
Installing rack 1.6.2
Installing erubis 2.7.0
Installing mime-types 2.5
Installing addressable 2.3.6
Installing multipart-post 2.0.0
Installing arel 6.0.0
Installing highline 1.6.21
Installing net-ssh 2.9.1
Installing dpl 1.5.7
Installing multi_xml 0.5.5
Installing multi_json 1.11.0
Installing yajl-ruby 1.2.0
Installing mono_logger 1.1.0
Installing kgio 2.9.2
Installing pg 0.17.1
Using bundler 1.9.7
Installing thor 0.19.1
Installing rails_serve_static_assets 0.0.2
Installing rails_stdout_logging 0.0.3
Installing posix-spawn 0.3.8
Installing redis 3.0.7
Installing tilt 1.4.1
Installing slack-notifier 1.0.0
Installing tzinfo 1.2.2
Installing json 1.8.2
Installing rack-test 0.6.3
Installing rack-protection 1.5.2
Installing sprockets 3.0.3
Installing vegas 0.1.11
Installing warden 1.2.3
Installing mail 2.6.3
Installing faraday 0.9.0
Installing net-scp 1.2.1
Installing net-sftp 2.1.2
Installing net-ssh-gateway 1.2.0
Installing rails_12factor 0.0.2
Installing redis-namespace 1.4.1
Installing activesupport 4.2.2
Installing httparty 0.13.1
Installing sinatra 1.4.4
Installing faraday_middleware 0.9.1
Installing sawyer 0.5.5
Installing capistrano 2.9.0
Installing rails-deprecated_sanitizer 1.0.3
Installing globalid 0.3.5
Installing activemodel 4.2.2
Installing flowdock 0.5.0
Installing hipchat 1.1.0
Installing resque 1.25.1
Installing campfiyah 0.0.6
Installing octokit 3.4.0
Installing activejob 4.2.2
Installing activerecord 4.2.2
Installing resque-lock-timeout 0.4.4
Installing warden-github 1.0.2
Installing raindrops 0.13.0
Installing nokogiri 1.6.6.2
Installing rails-dom-testing 1.0.6
Installing loofah 2.0.2
Installing rails-html-sanitizer 1.0.2
Installing actionview 4.2.2
Installing actionpack 4.2.2
Installing actionmailer 4.2.2
Installing aws-sdk 1.51.0
Installing sprockets-rails 2.2.4
Installing railties 4.2.2
Installing warden-github-rails 1.1.0
Installing rails 4.2.2
Installing unicorn 4.8.2
Bundle complete! 29 Gemfile dependencies, 75 gems now installed.
Gems in the groups development and test were not installed.
Bundled gems are installed into ./vendor/bundle.
Post-install message from httparty:
When you HTTParty, you must party hard!
Bundle completed (70.91s)
Cleaning up the bundler cache.
-----> Preparing app for Rails asset pipeline
Running: rake assets:precompile
DEPRECATION WARNING: The configuration option `config.serve_static_assets` has been renamed to `config.serve_static_files` to clarify its role (it merely enables serving everything in the `public` folder and is unrelated to the asset pipeline). The `serve_static_assets` alias will be removed in Rails 5.0. Please migrate your configuration files accordingly. (called from block in tsort_each at /tmp/build_36947a95f7b9d4555f20401853cb540b/atmos-heaven-e4a1acd/vendor/ruby-2.2.2/lib/ruby/2.2.0/tsort.rb:226)
Asset precompilation completed (3.02s)
Cleaning assets
Running: rake assets:clean
DEPRECATION WARNING: The configuration option `config.serve_static_assets` has been renamed to `config.serve_static_files` to clarify its role (it merely enables serving everything in the `public` folder and is unrelated to the asset pipeline). The `serve_static_assets` alias will be removed in Rails 5.0. Please migrate your configuration files accordingly. (called from block in tsort_each at /tmp/build_36947a95f7b9d4555f20401853cb540b/atmos-heaven-e4a1acd/vendor/ruby-2.2.2/lib/ruby/2.2.0/tsort.rb:226)
=====> Downloading Buildpack: https://github.com/heroku/heroku-buildpack-python.git
=====> Detected Framework: Python
-----> Installing runtime (python-2.7.10)
-----> Installing dependencies with pip
Collecting Fabric==1.8.3 (from -r requirements.txt (line 1))
Downloading Fabric-1.8.3-py2-none-any.whl (91kB)
Collecting ansible (from -r requirements.txt (line 2))
Downloading ansible-1.9.2.tar.gz (927kB)
Collecting paramiko<1.13,>=1.10 (from Fabric==1.8.3->-r requirements.txt (line 1))
Downloading paramiko-1.12.4.tar.gz (1.1MB)
Collecting jinja2 (from ansible->-r requirements.txt (line 2))
Downloading Jinja2-2.7.3.tar.gz (378kB)
Collecting PyYAML (from ansible->-r requirements.txt (line 2))
Downloading PyYAML-3.11.tar.gz (248kB)
Collecting pycrypto>=2.6 (from ansible->-r requirements.txt (line 2))
Downloading pycrypto-2.6.1.tar.gz (446kB)
Collecting ecdsa (from paramiko<1.13,>=1.10->Fabric==1.8.3->-r requirements.txt (line 1))
Downloading ecdsa-0.13-py2.py3-none-any.whl (86kB)
Collecting markupsafe (from jinja2->ansible->-r requirements.txt (line 2))
Downloading MarkupSafe-0.23.tar.gz
Installing collected packages: pycrypto, ecdsa, paramiko, Fabric, markupsafe, jinja2, PyYAML, ansible
Running setup.py install for pycrypto
Running setup.py install for paramiko
Running setup.py install for markupsafe
Running setup.py install for jinja2
Running setup.py install for PyYAML
Running setup.py install for ansible
Successfully installed Fabric-1.8.3 PyYAML-3.11 ansible-1.9.2 ecdsa-0.13 jinja2-2.7.3 markupsafe-0.23 paramiko-1.12.4 pycrypto-2.6.1
You are using pip version 7.0.3, however version 7.1.0 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Using release configuration from last framework (Python).
-----> Discovering process types
Procfile declares types -> web, worker
-----> Compressing... done, 84.4MB
-----> Launching... done, v7
https://polar-atoll-5148.herokuapp.com/ deployed to Heroku
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment