Advertisement
Guest User

Untitled

a guest
May 3rd, 2019
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 7.55 KB | None | 0 0
  1.  ›   Warning: heroku update available from 7.19.3 to 7.24.1
  2. 2019-05-03T09:55:43.480413+00:00 app[api]: Release v1 created by user myemail@gmail.com
  3. 2019-05-03T09:55:43.641038+00:00 app[api]: Enable Logplex by user myemail@gmail.com
  4. 2019-05-03T09:55:43.641038+00:00 app[api]: Release v2 created by user myemail@gmail.com
  5. 2019-05-03T09:55:43.480413+00:00 app[api]: Initial release by user myemail@gmail.com
  6. 2019-05-03T09:56:44.939393+00:00 heroku[router]: at=info code=H81 desc="Blank app" method=GET path="/" host=fast-temple-32581.herokuapp.com request_id=14db9962-9b66-4bf3-8745-ef09b221f655 fwd="46.176.119.138" dyno= connect= service= status=502 bytes= protocol=https
  7. 2019-05-03T09:56:46.072393+00:00 heroku[router]: at=info code=H81 desc="Blank app" method=GET path="/favicon.ico" host=fast-temple-32581.herokuapp.com request_id=44c5fe2b-2375-4139-955b-e7493847bf60 fwd="46.176.119.138" dyno= connect= service= status=502 bytes= protocol=https
  8. 2019-05-03T09:58:36.000000+00:00 app[api]: Build started by user myemail@gmail.com
  9. 2019-05-03T09:59:02.166369+00:00 app[api]: Release v3 created by user myemail@gmail.com
  10. 2019-05-03T09:59:02.166369+00:00 app[api]: Deploy 80d67888 by user myemail@gmail.com
  11. 2019-05-03T09:59:02.179942+00:00 app[api]: Scaled to web@1:Free by user myemail@gmail.com
  12. 2019-05-03T09:59:06.601864+00:00 heroku[web.1]: Starting process with command `gunicorn run:app`
  13. 2019-05-03T09:59:09.154085+00:00 heroku[web.1]: State changed from starting to crashed
  14. 2019-05-03T09:59:09.159463+00:00 heroku[web.1]: State changed from crashed to starting
  15. 2019-05-03T09:59:09.131387+00:00 heroku[web.1]: Process exited with status 3
  16. 2019-05-03T09:59:08.970428+00:00 app[web.1]: [2019-05-03 09:59:08 +0000] [4] [INFO] Starting gunicorn 19.9.0
  17. 2019-05-03T09:59:08.971230+00:00 app[web.1]: [2019-05-03 09:59:08 +0000] [4] [INFO] Listening at: http://0.0.0.0:38229 (4)
  18. 2019-05-03T09:59:08.977780+00:00 app[web.1]: [2019-05-03 09:59:08 +0000] [4] [INFO] Using worker: sync
  19. 2019-05-03T09:59:08.985422+00:00 app[web.1]: [2019-05-03 09:59:08 +0000] [10] [INFO] Booting worker with pid: 10
  20. 2019-05-03T09:59:08.992316+00:00 app[web.1]: [2019-05-03 09:59:08 +0000] [10] [ERROR] Exception in worker process
  21. 2019-05-03T09:59:08.992320+00:00 app[web.1]: Traceback (most recent call last):
  22. 2019-05-03T09:59:08.992323+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/gunicorn/arbiter.py", line 583, in spawn_worker
  23. 2019-05-03T09:59:08.992325+00:00 app[web.1]: worker.init_process()
  24. 2019-05-03T09:59:08.992326+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/gunicorn/workers/base.py", line 129, in init_process
  25. 2019-05-03T09:59:08.992328+00:00 app[web.1]: self.load_wsgi()
  26. 2019-05-03T09:59:08.992330+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/gunicorn/workers/base.py", line 138, in load_wsgi
  27. 2019-05-03T09:59:08.992332+00:00 app[web.1]: self.wsgi = self.app.wsgi()
  28. 2019-05-03T09:59:08.992333+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/gunicorn/app/base.py", line 67, in wsgi
  29. 2019-05-03T09:59:08.992335+00:00 app[web.1]: self.callable = self.load()
  30. 2019-05-03T09:59:08.992337+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/gunicorn/app/wsgiapp.py", line 52, in load
  31. 2019-05-03T09:59:08.992339+00:00 app[web.1]: return self.load_wsgiapp()
  32. 2019-05-03T09:59:08.992340+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/gunicorn/app/wsgiapp.py", line 41, in load_wsgiapp
  33. 2019-05-03T09:59:08.992342+00:00 app[web.1]: return util.import_app(self.app_uri)
  34. 2019-05-03T09:59:08.992344+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/gunicorn/util.py", line 350, in import_app
  35. 2019-05-03T09:59:08.992345+00:00 app[web.1]: __import__(module)
  36. 2019-05-03T09:59:08.992385+00:00 app[web.1]: ModuleNotFoundError: No module named 'run'
  37. 2019-05-03T09:59:08.992603+00:00 app[web.1]: [2019-05-03 09:59:08 +0000] [10] [INFO] Worker exiting (pid: 10)
  38. 2019-05-03T09:59:09.045407+00:00 app[web.1]: [2019-05-03 09:59:09 +0000] [4] [INFO] Shutting down: Master
  39. 2019-05-03T09:59:09.045727+00:00 app[web.1]: [2019-05-03 09:59:09 +0000] [4] [INFO] Reason: Worker failed to boot.
  40. 2019-05-03T09:59:10.000000+00:00 app[api]: Build succeeded
  41. 2019-05-03T09:59:12.048363+00:00 heroku[web.1]: Starting process with command `gunicorn run:app`
  42. 2019-05-03T09:59:14.458234+00:00 heroku[web.1]: State changed from starting to crashed
  43. 2019-05-03T09:59:14.447613+00:00 heroku[web.1]: Process exited with status 3
  44. 2019-05-03T09:59:14.324923+00:00 app[web.1]: [2019-05-03 09:59:14 +0000] [4] [INFO] Starting gunicorn 19.9.0
  45. 2019-05-03T09:59:14.325632+00:00 app[web.1]: [2019-05-03 09:59:14 +0000] [4] [INFO] Listening at: http://0.0.0.0:14930 (4)
  46. 2019-05-03T09:59:14.325973+00:00 app[web.1]: [2019-05-03 09:59:14 +0000] [4] [INFO] Using worker: sync
  47. 2019-05-03T09:59:14.331737+00:00 app[web.1]: [2019-05-03 09:59:14 +0000] [10] [INFO] Booting worker with pid: 10
  48. 2019-05-03T09:59:14.337117+00:00 app[web.1]: [2019-05-03 09:59:14 +0000] [10] [ERROR] Exception in worker process
  49. 2019-05-03T09:59:14.337120+00:00 app[web.1]: Traceback (most recent call last):
  50. 2019-05-03T09:59:14.337123+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/gunicorn/arbiter.py", line 583, in spawn_worker
  51. 2019-05-03T09:59:14.337124+00:00 app[web.1]: worker.init_process()
  52. 2019-05-03T09:59:14.337126+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/gunicorn/workers/base.py", line 129, in init_process
  53. 2019-05-03T09:59:14.337128+00:00 app[web.1]: self.load_wsgi()
  54. 2019-05-03T09:59:14.337129+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/gunicorn/workers/base.py", line 138, in load_wsgi
  55. 2019-05-03T09:59:14.337131+00:00 app[web.1]: self.wsgi = self.app.wsgi()
  56. 2019-05-03T09:59:14.337133+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/gunicorn/app/base.py", line 67, in wsgi
  57. 2019-05-03T09:59:14.337135+00:00 app[web.1]: self.callable = self.load()
  58. 2019-05-03T09:59:14.337136+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/gunicorn/app/wsgiapp.py", line 52, in load
  59. 2019-05-03T09:59:14.337138+00:00 app[web.1]: return self.load_wsgiapp()
  60. 2019-05-03T09:59:14.337140+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/gunicorn/app/wsgiapp.py", line 41, in load_wsgiapp
  61. 2019-05-03T09:59:14.337141+00:00 app[web.1]: return util.import_app(self.app_uri)
  62. 2019-05-03T09:59:14.337143+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/gunicorn/util.py", line 350, in import_app
  63. 2019-05-03T09:59:14.337145+00:00 app[web.1]: __import__(module)
  64. 2019-05-03T09:59:14.337146+00:00 app[web.1]: ModuleNotFoundError: No module named 'run'
  65. 2019-05-03T09:59:14.337279+00:00 app[web.1]: [2019-05-03 09:59:14 +0000] [10] [INFO] Worker exiting (pid: 10)
  66. 2019-05-03T09:59:14.365569+00:00 app[web.1]: [2019-05-03 09:59:14 +0000] [4] [INFO] Shutting down: Master
  67. 2019-05-03T09:59:14.365656+00:00 app[web.1]: [2019-05-03 09:59:14 +0000] [4] [INFO] Reason: Worker failed to boot.
  68. 2019-05-03T09:59:23.531289+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=fast-temple-32581.herokuapp.com request_id=23abb9dc-bfc5-4e3f-8460-3ac6367bc50c fwd="46.176.119.138" dyno= connect= service= status=503 bytes= protocol=https
  69. 2019-05-03T09:59:25.345486+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=fast-temple-32581.herokuapp.com request_id=ab5c577d-1ce1-4eb1-a2de-94840c8f13e5 fwd="46.176.119.138" dyno= connect= service= status=503 bytes= protocol=https
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement