Skip to content

Instantly share code, notes, and snippets.

@lrettig
Last active May 9, 2017 21:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lrettig/6c74f79217e02dd012cdb743f1a59c56 to your computer and use it in GitHub Desktop.
Save lrettig/6c74f79217e02dd012cdb743f1a59c56 to your computer and use it in GitHub Desktop.
heroku deploy log (2)
2017-05-09T20:59:16.484801+00:00 heroku[web.1]: Restarting
2017-05-09T20:59:16.485198+00:00 heroku[web.1]: State changed from up to starting
2017-05-09T20:59:17.314097+00:00 heroku[web.1]: Stopping all processes with SIGTERM
2017-05-09T20:59:17.357025+00:00 app[web.1]: [2017-05-09 20:59:17] FATAL SignalException: SIGTERM
2017-05-09T20:59:17.357034+00:00 app[web.1]: /app/vendor/ruby-2.3.1/lib/ruby/2.3.0/webrick/server.rb:177:in `select'
2017-05-09T20:59:17.357035+00:00 app[web.1]: /app/vendor/ruby-2.3.1/lib/ruby/2.3.0/webrick/server.rb:177:in `block in start'
2017-05-09T20:59:17.357036+00:00 app[web.1]: /app/vendor/ruby-2.3.1/lib/ruby/2.3.0/webrick/server.rb:33:in `start'
2017-05-09T20:59:17.357037+00:00 app[web.1]: /app/vendor/ruby-2.3.1/lib/ruby/2.3.0/webrick/server.rb:164:in `start'
2017-05-09T20:59:17.357038+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:34:in `run'
2017-05-09T20:59:17.357038+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/rack-1.6.5/lib/rack/server.rb:286:in `start'
2017-05-09T20:59:17.357039+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/rack-1.6.5/lib/rack/server.rb:147:in `start'
2017-05-09T20:59:17.357040+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/rack-1.6.5/bin/rackup:4:in `<top (required)>'
2017-05-09T20:59:17.357040+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/bin/rackup:23:in `load'
2017-05-09T20:59:17.357041+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/bin/rackup:23:in `<top (required)>'
2017-05-09T20:59:17.357042+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/bundler-1.13.7/lib/bundler/cli/exec.rb:74:in `load'
2017-05-09T20:59:17.357042+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/bundler-1.13.7/lib/bundler/cli/exec.rb:74:in `kernel_load'
2017-05-09T20:59:17.357043+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/bundler-1.13.7/lib/bundler/cli/exec.rb:27:in `run'
2017-05-09T20:59:17.357044+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/bundler-1.13.7/lib/bundler/cli.rb:332:in `exec'
2017-05-09T20:59:17.357045+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/bundler-1.13.7/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
2017-05-09T20:59:17.357046+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/bundler-1.13.7/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'
2017-05-09T20:59:17.357046+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/bundler-1.13.7/lib/bundler/vendor/thor/lib/thor.rb:359:in `dispatch'
2017-05-09T20:59:17.357047+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/bundler-1.13.7/lib/bundler/cli.rb:20:in `dispatch'
2017-05-09T20:59:17.357048+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/bundler-1.13.7/lib/bundler/vendor/thor/lib/thor/base.rb:440:in `start'
2017-05-09T20:59:17.357048+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/bundler-1.13.7/lib/bundler/cli.rb:11:in `start'
2017-05-09T20:59:17.357049+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/bundler-1.13.7/exe/bundle:34:in `block in <top (required)>'
2017-05-09T20:59:17.357050+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/bundler-1.13.7/lib/bundler/friendly_errors.rb:100:in `with_friendly_errors'
2017-05-09T20:59:17.357051+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/bundler-1.13.7/exe/bundle:26:in `<top (required)>'
2017-05-09T20:59:17.357051+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/bin/bundle:22:in `load'
2017-05-09T20:59:17.357052+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/bin/bundle:22:in `<main>'
2017-05-09T20:59:17.357192+00:00 app[web.1]: [2017-05-09 20:59:17] INFO going to shutdown ...
2017-05-09T20:59:17.357284+00:00 app[web.1]: [2017-05-09 20:59:17] INFO WEBrick::HTTPServer#start done.
2017-05-09T20:59:17.357494+00:00 app[web.1]: bundler: failed to load command: rackup (/app/vendor/bundle/ruby/2.3.0/bin/rackup)
2017-05-09T20:59:17.357949+00:00 app[web.1]: SignalException: SIGTERM
2017-05-09T20:59:17.357951+00:00 app[web.1]: /app/vendor/ruby-2.3.1/lib/ruby/2.3.0/webrick/server.rb:177:in `select'
2017-05-09T20:59:17.357952+00:00 app[web.1]: /app/vendor/ruby-2.3.1/lib/ruby/2.3.0/webrick/server.rb:177:in `block in start'
2017-05-09T20:59:17.357953+00:00 app[web.1]: /app/vendor/ruby-2.3.1/lib/ruby/2.3.0/webrick/server.rb:33:in `start'
2017-05-09T20:59:17.357953+00:00 app[web.1]: /app/vendor/ruby-2.3.1/lib/ruby/2.3.0/webrick/server.rb:164:in `start'
2017-05-09T20:59:17.357954+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:34:in `run'
2017-05-09T20:59:17.357955+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/rack-1.6.5/lib/rack/server.rb:286:in `start'
2017-05-09T20:59:17.357955+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/rack-1.6.5/lib/rack/server.rb:147:in `start'
2017-05-09T20:59:17.357956+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/rack-1.6.5/bin/rackup:4:in `<top (required)>'
2017-05-09T20:59:17.357957+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/bin/rackup:23:in `load'
2017-05-09T20:59:17.357972+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/bin/rackup:23:in `<top (required)>'
2017-05-09T20:59:17.538620+00:00 heroku[web.1]: Process exited with status 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment