Guest User

Untitled

a guest
Sep 29th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.03 KB | None | 0 0
  1. 2012-08-25T14:10:39+00:00 heroku[api]: Release v4 created by justin.maslin@gmail.com
  2. 2012-08-25T14:10:39+00:00 heroku[api]: Deploy 2c63ef4 by justin.maslin@gmail.com
  3. 2012-08-25T14:10:39+00:00 heroku[web.1]: State changed from crashed to starting
  4. 2012-08-25T14:10:39+00:00 heroku[slugc]: Slug compilation finished
  5. 2012-08-25T14:10:41+00:00 heroku[web.1]: Starting process with command `bottlerack -b veseoapp 0.0.0.0:37790 -w 3`
  6. 2012-08-25T14:10:42+00:00 app[web.1]: Traceback (most recent call last):
  7. 2012-08-25T14:10:42+00:00 app[web.1]: load_entry_point('BottleRack==0.2', 'console_scripts', 'bottlerack')()
  8. 2012-08-25T14:10:42+00:00 app[web.1]: File "/app/.heroku/venv/bin/bottlerack", line 12, in <module>
  9. 2012-08-25T14:10:42+00:00 app[web.1]: File "/app/.heroku/venv/lib/python2.7/site-packages/distribute-0.6.27-py2.7.egg/pkg_resources.py", line 337, in load_entry_point
  10. 2012-08-25T14:10:42+00:00 app[web.1]: return get_distribution(dist).load_entry_point(group, name)
  11. 2012-08-25T14:10:42+00:00 app[web.1]: File "/app/.heroku/venv/lib/python2.7/site-packages/distribute-0.6.27-py2.7.egg/pkg_resources.py", line 2307, in load_entry_point
  12. 2012-08-25T14:10:42+00:00 app[web.1]: return ep.load()
  13. 2012-08-25T14:10:42+00:00 app[web.1]: File "/app/.heroku/venv/lib/python2.7/site-packages/distribute-0.6.27-py2.7.egg/pkg_resources.py", line 2017, in load
  14. 2012-08-25T14:10:42+00:00 app[web.1]: entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  15. 2012-08-25T14:10:42+00:00 app[web.1]: File "/app/.heroku/venv/lib/python2.7/site-packages/bottlerack.py", line 2, in <module>
  16. 2012-08-25T14:10:42+00:00 app[web.1]: from bottle import template, Bottle, run, redirect, static_file
  17. 2012-08-25T14:10:42+00:00 app[web.1]: File "/app/.heroku/venv/bin/bottle.py", line 19
  18. 2012-08-25T14:10:42+00:00 app[web.1]: from __future__ import with_statement
  19. 2012-08-25T14:10:42+00:00 app[web.1]: SyntaxError: from __future__ imports must occur at the beginning of the file
  20. 2012-08-25T14:10:43+00:00 heroku[web.1]: Process exited with status 1
  21. 2012-08-25T14:10:43+00:00 heroku[web.1]: State changed from starting to crashed
  22. 2012-08-25T14:10:45+00:00 heroku[router]: Error H10 (App crashed) -> GET veseoapp.herokuapp.com/ dyno= queue= wait= service= status=503 bytes=
  23. 2012-08-25T14:10:45+00:00 heroku[router]: Error H10 (App crashed) -> GET veseoapp.herokuapp.com/favicon.ico dyno= queue= wait= service= status=503 bytes=
  24. 2012-08-25T14:10:46+00:00 heroku[router]: Error H10 (App crashed) -> GET veseoapp.herokuapp.com/ dyno= queue= wait= service= status=503 bytes=
  25. 2012-08-25T14:10:46+00:00 heroku[router]: Error H10 (App crashed) -> GET veseoapp.herokuapp.com/favicon.ico dyno= queue= wait= service= status=503 bytes=
  26. 2012-08-25T14:10:46+00:00 heroku[router]: Error H10 (App crashed) -> GET veseoapp.herokuapp.com/ dyno= queue= wait= service= status=503 bytes=
  27. 2012-08-25T14:10:46+00:00 heroku[router]: Error H10 (App crashed) -> GET veseoapp.herokuapp.com/favicon.ico dyno= queue= wait= service= status=503 bytes=
  28. 2012-08-25T14:12:23+00:00 heroku[slugc]: Slug compilation started
  29. 2012-08-25T14:12:31+00:00 heroku[api]: Release v5 created by justin.maslin@gmail.com
  30. 2012-08-25T14:12:31+00:00 heroku[api]: Deploy f742dbc by justin.maslin@gmail.com
  31. 2012-08-25T14:12:31+00:00 heroku[web.1]: State changed from crashed to starting
  32. 2012-08-25T14:12:32+00:00 heroku[slugc]: Slug compilation finished
  33. 2012-08-25T14:12:32+00:00 heroku[web.1]: Starting process with command `bottlerack -b veseoapp`
  34. 2012-08-25T14:12:33+00:00 app[web.1]: Traceback (most recent call last):
  35. 2012-08-25T14:12:33+00:00 app[web.1]: File "/app/.heroku/venv/lib/python2.7/site-packages/distribute-0.6.27-py2.7.egg/pkg_resources.py", line 337, in load_entry_point
  36. 2012-08-25T14:12:33+00:00 app[web.1]: File "/app/.heroku/venv/bin/bottlerack", line 12, in <module>
  37. 2012-08-25T14:12:33+00:00 app[web.1]: File "/app/.heroku/venv/lib/python2.7/site-packages/distribute-0.6.27-py2.7.egg/pkg_resources.py", line 2017, in load
  38. 2012-08-25T14:12:33+00:00 app[web.1]: load_entry_point('BottleRack==0.2', 'console_scripts', 'bottlerack')()
  39. 2012-08-25T14:12:33+00:00 app[web.1]: return get_distribution(dist).load_entry_point(group, name)
  40. 2012-08-25T14:12:33+00:00 app[web.1]: File "/app/.heroku/venv/lib/python2.7/site-packages/distribute-0.6.27-py2.7.egg/pkg_resources.py", line 2307, in load_entry_point
  41. 2012-08-25T14:12:33+00:00 app[web.1]: return ep.load()
  42. 2012-08-25T14:12:33+00:00 app[web.1]: entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  43. 2012-08-25T14:12:33+00:00 app[web.1]: File "/app/.heroku/venv/lib/python2.7/site-packages/bottlerack.py", line 2, in <module>
  44. 2012-08-25T14:12:33+00:00 app[web.1]: from bottle import template, Bottle, run, redirect, static_file
  45. 2012-08-25T14:12:33+00:00 app[web.1]: File "/app/.heroku/venv/bin/bottle.py", line 19
  46. 2012-08-25T14:12:33+00:00 app[web.1]: from __future__ import with_statement
  47. 2012-08-25T14:12:33+00:00 app[web.1]: SyntaxError: from __future__ imports must occur at the beginning of the file
  48. 2012-08-25T14:12:34+00:00 heroku[web.1]: Process exited with status 1
  49. 2012-08-25T14:12:34+00:00 heroku[web.1]: State changed from starting to crashed
  50. 2012-08-25T14:12:40+00:00 heroku[router]: Error H10 (App crashed) -> GET veseoapp.herokuapp.com/ dyno= queue= wait= service= status=503 bytes=
  51. 2012-08-25T14:12:40+00:00 heroku[router]: Error H10 (App crashed) -> GET veseoapp.herokuapp.com/favicon.ico dyno= queue= wait= service= status=503 bytes=
  52. 2012-08-25T14:12:40+00:00 heroku[router]: Error H10 (App crashed) -> GET veseoapp.herokuapp.com/ dyno= queue= wait= service= status=503 bytes=
  53. 2012-08-25T14:12:41+00:00 heroku[router]: Error H10 (App crashed) -> GET veseoapp.herokuapp.com/favicon.ico dyno= queue= wait= service= status=503 bytes=
  54. 2012-08-25T14:12:41+00:00 heroku[router]: Error H10 (App crashed) -> GET veseoapp.herokuapp.com/ dyno= queue= wait= service= status=503 bytes=
  55. 2012-08-25T14:12:41+00:00 heroku[router]: Error H10 (App crashed) -> GET veseoapp.herokuapp.com/favicon.ico dyno= queue= wait= service= status=503 bytes=
  56. 2012-08-25T14:12:41+00:00 heroku[router]: Error H10 (App crashed) -> GET veseoapp.herokuapp.com/ dyno= queue= wait= service= status=503 bytes=
  57. 2012-08-25T14:12:41+00:00 heroku[router]: Error H10 (App crashed) -> GET veseoapp.herokuapp.com/favicon.ico dyno= queue= wait= service= status=503 bytes=
  58. 2012-08-25T14:13:23+00:00 heroku[router]: Error H10 (App crashed) -> GET veseoapp.herokuapp.com/ dyno= queue= wait= service= status=503 bytes=
  59. 2012-08-25T14:13:23+00:00 heroku[router]: Error H10 (App crashed) -> GET veseoapp.herokuapp.com/favicon.ico dyno= queue= wait= service= status=503 bytes=
  60. 2012-08-25T14:13:23+00:00 heroku[router]: Error H10 (App crashed) -> GET veseoapp.herokuapp.com/ dyno= queue= wait= service= status=503 bytes=
  61. 2012-08-25T14:13:23+00:00 heroku[router]: Error H10 (App crashed) -> GET veseoapp.herokuapp.com/favicon.ico dyno= queue= wait= service= status=503 bytes=
  62. (venv)justin@JustinPC:~/veseobottle$ heroku ps
  63. === web: `bottlerack -b veseoapp`
  64. web.1: crashed for 2m
Add Comment
Please, Sign In to add comment