Skip to content

Instantly share code, notes, and snippets.

@knewter
Created December 9, 2013 21:31
Show Gist options
  • Save knewter/7881322 to your computer and use it in GitHub Desktop.
Save knewter/7881322 to your computer and use it in GitHub Desktop.
2013-12-09T21:05:46+00:00 heroku[slug-compiler]: Slug compilation finished
2013-12-09T21:30:04.284744+00:00 heroku[api]: Scale to web=1 by [email protected]
2013-12-09T21:30:21.480096+00:00 heroku[web.1]: State changed from starting to crashed
2013-12-09T21:30:21.480096+00:00 heroku[web.1]: State changed from crashed to starting
2013-12-09T21:30:27.345225+00:00 heroku[web.1]: Starting process with command `MIX_ENV=prod ./start.sh`
2013-12-09T21:30:31.605772+00:00 app[web.1]: * Compiling mimetypes
2013-12-09T21:30:31.606068+00:00 app[web.1]: I can install a local copy which is just used by mix
2013-12-09T21:30:31.606068+00:00 app[web.1]: Could not find rebar, which is needed to build mimetypes
2013-12-09T21:30:31.615125+00:00 app[web.1]: Shall I install this local copy? [Yn] ** (Mix) Could not find rebar to compile dependency mimetypes, please ensure rebar is available
2013-12-09T21:30:32.257357+00:00 app[web.1]: Warning: could not run smart terminal, falling back to dumb one
2013-12-09T21:30:34.647230+00:00 app[web.1]: Unchecked dependencies for environment prod:
2013-12-09T21:30:34.647507+00:00 app[web.1]: * mimetypes (https://github.com/spawngrid/mimetypes.git)
2013-12-09T21:30:34.648013+00:00 app[web.1]: could not find an app file at _build/shared/lib/mimetypes/ebin/mimetypes.app, this may happen when you specified the wrong application name in your deps or if the dependency did not compile (which can be amended with `mix deps.compile`)
2013-12-09T21:30:34.649622+00:00 app[web.1]: * poolboy (git://github.com/devinus/poolboy.git)
2013-12-09T21:30:34.648308+00:00 app[web.1]: * ranch (git://github.com/extend/ranch.git)
2013-12-09T21:30:34.648769+00:00 app[web.1]: could not find an app file at _build/shared/lib/ranch/ebin/ranch.app, this may happen when you specified the wrong application name in your deps or if the dependency did not compile (which can be amended with `mix deps.compile`)
2013-12-09T21:30:34.650403+00:00 app[web.1]: could not find an app file at _build/shared/lib/poolboy/ebin/poolboy.app, this may happen when you specified the wrong application name in your deps or if the dependency did not compile (which can be amended with `mix deps.compile`)
2013-12-09T21:30:34.650704+00:00 app[web.1]: * hackney (git://github.com/benoitc/hackney.git)
2013-12-09T21:30:34.655747+00:00 app[web.1]: * cowlib (git://github.com/extend/cowlib.git)
2013-12-09T21:30:34.655408+00:00 app[web.1]: could not find an app file at _build/shared/lib/hackney/ebin/hackney.app, this may happen when you specified the wrong application name in your deps or if the dependency did not compile (which can be amended with `mix deps.compile`)
2013-12-09T21:30:34.656276+00:00 app[web.1]: could not find an app file at _build/shared/lib/cowlib/ebin/cowlib.app, this may happen when you specified the wrong application name in your deps or if the dependency did not compile (which can be amended with `mix deps.compile`)
2013-12-09T21:30:34.656631+00:00 app[web.1]: * cowboy (git://github.com/extend/cowboy.git)
2013-12-09T21:30:34.657162+00:00 app[web.1]: could not find an app file at _build/shared/lib/cowboy/ebin/cowboy.app, this may happen when you specified the wrong application name in your deps or if the dependency did not compile (which can be amended with `mix deps.compile`)
2013-12-09T21:30:34.672460+00:00 app[web.1]: ** (Mix) Can't continue due to errors on dependencies
2013-12-09T21:30:35.986339+00:00 heroku[web.1]: Process exited with status 1
2013-12-09T21:30:35.999111+00:00 heroku[web.1]: State changed from starting to crashed
2013-12-09T21:30:38.260378+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path=/ host=nameless-escarpment-8895.herokuapp.com fwd="216.30.179.168" dyno= connect= service= status=503 bytes=
2013-12-09T21:30:59.891949+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path=/ host=nameless-escarpment-8895.herokuapp.com fwd="216.30.179.168" dyno= connect= service= status=503 bytes=
2013-12-09T21:31:00.190297+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path=/favicon.ico host=nameless-escarpment-8895.herokuapp.com fwd="216.30.179.168" dyno= connect= service= status=503 bytes=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment