Skip to content

Instantly share code, notes, and snippets.

@KTKate
Last active September 12, 2015 00:58
Show Gist options
  • Save KTKate/86aafbd0de641d8ae5a8 to your computer and use it in GitHub Desktop.
Save KTKate/86aafbd0de641d8ae5a8 to your computer and use it in GitHub Desktop.
-----> Fetching custom git buildpack... done
-----> elixir app detected
-----> Checking Erlang and Elixir versions
Will use the following versions:
* Stack cedar-14
* Erlang 18.0
* Elixir 1.0.5
Will export the following config vars:
* Config vars DATABASE_URL SECRET_KEY_BASE
* MIX_ENV=prod
-----> Using cached Erlang 18.0
-----> Installing Erlang 18.0
-----> Using cached Elixir v1.0.5
-----> Installing Elixir v1.0.5
-----> Installing Hex
2015-09-12 00:54:10 URL:https://s3.amazonaws.com/s3.hex.pm/installs/1.0.0/hex.ez [269416/269416] -> "/app/.mix/archives/hex.ez" [1]
* creating .mix/archives/hex.ez
-----> Installing rebar
* creating .mix/rebar
-----> Fetching app dependencies with mix
Running dependency resolution
All dependencies up to date
-----> Compiling
Compiled lib/square_square_backend.ex
Compiled web/channels/user_socket.ex
web/plugs/deserialize.ex:7: warning: variable result is unused
Compiled web/plugs/deserialize.ex
Compiled web/web.ex
Compiled lib/square_square_backend/repo.ex
Compiled web/models/square.ex
Compiled web/router.ex
Compiled web/controllers/page_controller.ex
Compiled web/views/changeset_view.ex
Compiled web/controllers/square_controller.ex
Compiled web/views/error_view.ex
Compiled web/views/page_view.ex
Compiled lib/square_square_backend/endpoint.ex
web/views/square_view.ex:7: warning: this clause cannot match because a previous clause at line 3 always matches
web/views/square_view.ex:11: warning: this clause cannot match because a previous clause at line 3 always matches
Compiled web/views/square_view.ex
Compiled web/views/layout_view.ex
Generated square_square_backend app
Consolidated Poison.Encoder
Consolidated Poison.Decoder
Consolidated Plug.Exception
Consolidated Phoenix.HTML.Safe
Consolidated Phoenix.HTML.FormData
Consolidated Phoenix.Param
Consolidated JaSerializer.Formatter
Consolidated Ecto.Queryable
Consolidated Range.Iterator
Consolidated List.Chars
Consolidated Inspect
Consolidated String.Chars
Consolidated Collectable
Consolidated Access
Consolidated Enumerable
Consolidated protocols written to _build/prod/consolidated
-----> Executing post compile: pwd
/tmp/build_2ad291ccd85c3820d20acce41354c3ff
-----> Creating .profile.d with env vars
-----> Discovering process types
Procfile declares types -> (none)
Default types for elixir -> web
-----> Compressing... done, 65.3MB
-----> Launching... done, v12
https://square-square-backend.herokuapp.com/ deployed to Heroku
2015-09-12T00:52:37.579402+00:00 heroku[web.1]: Process exited with status 137
2015-09-12T00:55:03.414623+00:00 heroku[api]: Deploy 14c7619 by incarnadin@gmail.com
2015-09-12T00:55:03.414743+00:00 heroku[api]: Release v12 created by incarnadin@gmail.com
2015-09-12T00:55:03.518272+00:00 heroku[web.1]: State changed from crashed to starting
2015-09-12T00:55:03.500770+00:00 heroku[slug-compiler]: Slug compilation started
2015-09-12T00:55:03.500778+00:00 heroku[slug-compiler]: Slug compilation finished
2015-09-12T00:55:08.927619+00:00 heroku[web.1]: Starting process with command `mix run --no-halt`
2015-09-12T00:56:09.609173+00:00 heroku[web.1]: Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch
2015-09-12T00:56:09.609218+00:00 heroku[web.1]: Stopping process with SIGKILL
2015-09-12T00:56:10.505637+00:00 heroku[web.1]: Process exited with status 137
2015-09-12T00:56:11.288163+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/squares" host=square-square-backend.herokuapp.com request_id=7d446087-cfd5-41a3-98f4-fd4c2efe7a44 fwd="173.174.84.187" dyno= connect= service= status=503 bytes=
2015-09-12T00:56:10.525716+00:00 heroku[web.1]: State changed from starting to crashed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment