Skip to content

Instantly share code, notes, and snippets.

@jamland
Created October 16, 2012 22:46
Show Gist options
  • Save jamland/3902557 to your computer and use it in GitHub Desktop.
Save jamland/3902557 to your computer and use it in GitHub Desktop.
Intergalactic:marketplace andy$ git push heroku master
Counting objects: 5, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (4/4), 340 bytes, done.
Total 4 (delta 1), reused 0 (delta 0)
-----> Heroku receiving push
-----> Removing .DS_Store files
-----> Ruby/Rack app detected
-----> Installing dependencies using Bundler version 1.2.1
Running: bundle install --without development:test --path vendor/bundle --binstubs bin/ --deployment
The Gemfile specifies no dependencies
Your bundle is complete! It was installed into ./vendor/bundle
Cleaning up the bundler cache.
-----> Discovering process types
Procfile declares types -> (none)
Default types for Ruby/Rack -> console, rake, web
-----> Compiled slug size: 724K
-----> Launching... done, v4
http://polar-gorge-7452.herokuapp.com deployed to Heroku
To [email protected]:polar-gorge-7452.git
b713b1b..ee10b83 master -> master
Intergalactic:marketplace andy$ heroku open
Opening polar-gorge-7452... done
Intergalactic:marketplace andy$ heroku logs
2012-10-16T22:13:30+00:00 heroku[router]: Blank App -> GET polar-gorge-7452.herokuapp.com/ dyno= queue= wait= service= status=200 bytes=
2012-10-16T22:13:33+00:00 heroku[router]: Blank App -> GET polar-gorge-7452.herokuapp.com/favicon.ico dyno= queue= wait= service= status=200 bytes=
2012-10-16T22:18:40+00:00 heroku[slugc]: Slug compilation started
2012-10-16T22:18:41+00:00 heroku[slugc]: Slug compilation failed: no Cedar-supported app detected
2012-10-16T22:22:27+00:00 heroku[slugc]: Slug compilation started
2012-10-16T22:22:28+00:00 heroku[slugc]: Slug compilation failed: no Cedar-supported app detected
2012-10-16T22:26:04+00:00 heroku[slugc]: Slug compilation started
2012-10-16T22:26:07+00:00 heroku[slugc]: Slug compilation failed: failed to compile Ruby/rack app
2012-10-16T22:27:20+00:00 heroku[slugc]: Slug compilation started
2012-10-16T22:27:22+00:00 heroku[slugc]: Slug compilation failed: failed to compile Ruby/rack app
2012-10-16T22:27:49+00:00 heroku[slugc]: Slug compilation started
2012-10-16T22:27:53+00:00 heroku[slugc]: Slug compilation failed: failed to compile Ruby/rack app
2012-10-16T22:32:50+00:00 heroku[slugc]: Slug compilation started
2012-10-16T22:32:59+00:00 heroku[slugc]: Slug compilation finished
2012-10-16T22:33:00+00:00 heroku[web.1]: Starting process with command `bundle exec rackup config.ru -p 28749`
2012-10-16T22:33:01+00:00 app[web.1]: bundler: command not found: rackup
2012-10-16T22:33:01+00:00 app[web.1]: Install missing gem executables with `bundle install`
2012-10-16T22:33:03+00:00 heroku[web.1]: Process exited with status 127
2012-10-16T22:33:03+00:00 heroku[web.1]: State changed from starting to crashed
2012-10-16T22:33:03+00:00 heroku[web.1]: State changed from crashed to starting
2012-10-16T22:33:06+00:00 heroku[web.1]: Starting process with command `bundle exec rackup config.ru -p 46068`
2012-10-16T22:33:07+00:00 app[web.1]: bundler: command not found: rackup
2012-10-16T22:33:07+00:00 app[web.1]: Install missing gem executables with `bundle install`
2012-10-16T22:33:08+00:00 heroku[web.1]: Process exited with status 127
2012-10-16T22:33:08+00:00 heroku[web.1]: State changed from starting to crashed
2012-10-16T22:33:21+00:00 heroku[router]: Error H10 (App crashed) -> GET polar-gorge-7452.herokuapp.com/ dyno= queue= wait= service= status=503 bytes=
2012-10-16T22:33:24+00:00 heroku[router]: Error H10 (App crashed) -> GET polar-gorge-7452.herokuapp.com/favicon.ico dyno= queue= wait= service= status=503 bytes=
2012-10-16T22:34:16+00:00 heroku[router]: Error H10 (App crashed) -> GET polar-gorge-7452.herokuapp.com/ dyno= queue= wait= service= status=503 bytes=
2012-10-16T22:36:07+00:00 heroku[router]: Error H10 (App crashed) -> GET polar-gorge-7452.herokuapp.com/ dyno= queue= wait= service= status=503 bytes=
2012-10-16T22:36:08+00:00 heroku[router]: Error H10 (App crashed) -> GET polar-gorge-7452.herokuapp.com/favicon.ico dyno= queue= wait= service= status=503 bytes=
2012-10-16T22:42:22+00:00 heroku[slugc]: Slug compilation started
2012-10-16T22:42:28+00:00 heroku[web.1]: State changed from crashed to starting
2012-10-16T22:42:28+00:00 heroku[slugc]: Slug compilation finished
2012-10-16T22:42:34+00:00 heroku[web.1]: Starting process with command `bundle exec rackup config.ru -p 8695`
2012-10-16T22:42:37+00:00 app[web.1]: bundler: command not found: rackup
2012-10-16T22:42:37+00:00 app[web.1]: Install missing gem executables with `bundle install`
2012-10-16T22:42:38+00:00 heroku[web.1]: Process exited with status 127
2012-10-16T22:42:38+00:00 heroku[web.1]: State changed from starting to crashed
2012-10-16T22:42:47+00:00 heroku[router]: Error H10 (App crashed) -> GET polar-gorge-7452.herokuapp.com/ dyno= queue= wait= service= status=503 bytes=
2012-10-16T22:42:49+00:00 heroku[router]: Error H10 (App crashed) -> GET polar-gorge-7452.herokuapp.com/favicon.ico dyno= queue= wait= service= status=503 bytes=
2012-10-16T22:45:21+00:00 heroku[router]: Error H10 (App crashed) -> GET polar-gorge-7452.herokuapp.com/ dyno= queue= wait= service= status=503 bytes=
2012-10-16T22:45:21+00:00 heroku[router]: Error H10 (App crashed) -> GET polar-gorge-7452.herokuapp.com/favicon.ico dyno= queue= wait= service= status=503 bytes=
2012-10-16T22:45:43+00:00 heroku[router]: Error H10 (App crashed) -> GET polar-gorge-7452.herokuapp.com/favicon.ico dyno= queue= wait= service= status=503 bytes=
Intergalactic:marketplace andy$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment