Advertisement
Guest User

Untitled

a guest
Jan 21st, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.31 KB | None | 0 0
  1. $ heroku logs --tail
  2. 2019-01-21T09:57:22.825518+00:00 heroku[router]: at=info code=H81 desc="Blank app" method=GET path="/" host=miskakyto.herokuapp.com request_id=efa3af5d-c50a-42ce-881a-5b66ed66a14f fwd="194.111.69.128" dyno= connect= service= status=502 bytes= protocol=https
  3. 2019-01-21T09:59:01.000000+00:00 app[api]: Build started by user miska.kyto@gmail.com
  4. 2019-01-21T09:59:02.000000+00:00 app[api]: Build failed -- check your build output: https://dashboard.heroku.com/apps/4a7624bd-1281-4cb6-80a1-6c7b9f25b8a0/activity/builds/68747705-6aeb-4948-b62c-20063f34b785
  5. 2019-01-21T10:00:27.881220+00:00 heroku[router]: at=info code=H81 desc="Blank app" method=GET path="/" host=miskakyto.herokuapp.com request_id=4ec3e696-8c4b-4f86-bf49-84f96e8684b8 fwd="194.111.69.128" dyno= connect= service= status=502 bytes= protocol=https
  6. 2019-01-21T10:02:13.000000+00:00 app[api]: Build started by user miska.kyto@gmail.com
  7. 2019-01-21T10:09:49.152648+00:00 app[api]: Deploy ddea4f32 by user miska.kyto@gmail.com
  8. 2019-01-21T10:09:54.966383+00:00 heroku[web.1]: Starting process with command `gunicorn portfolio.wsgi --log-file -`
  9. 2019-01-21T10:09:58.749620+00:00 heroku[web.1]: Process exited with status 3
  10. 2019-01-21T10:10:03.000000+00:00 app[api]: Build succeeded
  11. 2019-01-21T10:10:04.828259+00:00 heroku[web.1]: Starting process with command `gunicorn portfolio.wsgi --log-file -`
  12. 2019-01-21T10:10:07.903169+00:00 app[web.1]: [2019-01-21 10:10:07 +0000] [4] [INFO] Starting gunicorn 19.9.0
  13. 2019-01-21T10:10:07.903739+00:00 app[web.1]: [2019-01-21 10:10:07 +0000] [4] [INFO] Listening at: http://0.0.0.0:42821 (4)
  14. 2019-01-21T10:10:07.903814+00:00 app[web.1]: [2019-01-21 10:10:07 +0000] [4] [INFO] Using worker: sync
  15. 2019-01-21T10:10:07.908455+00:00 app[web.1]: [2019-01-21 10:10:07 +0000] [10] [INFO] Booting worker with pid: 10
  16. 2019-01-21T10:10:07.914230+00:00 app[web.1]: [2019-01-21 10:10:07 +0000] [10] [ERROR] Exception in worker process
  17. 2019-01-21T10:10:07.914247+00:00 app[web.1]: Traceback (most recent call last):
  18. 2019-01-21T10:10:07.914251+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.7/site-packages/gunicorn/arbiter.py", line 583, in spawn_worker
  19. 2019-01-21T10:10:07.914255+00:00 app[web.1]: worker.init_process()
  20. 2019-01-21T10:10:07.914256+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.7/site-packages/gunicorn/workers/base.py", line 129, in init_process
  21. 2019-01-21T10:10:07.914257+00:00 app[web.1]: self.load_wsgi()
  22. 2019-01-21T10:10:07.914258+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.7/site-packages/gunicorn/workers/base.py", line 138, in load_wsgi
  23. 2019-01-21T10:10:07.914259+00:00 app[web.1]: self.wsgi = self.app.wsgi()
  24. 2019-01-21T10:10:07.914263+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.7/site-packages/gunicorn/app/base.py", line 67, in wsgi
  25. 2019-01-21T10:10:07.914264+00:00 app[web.1]: self.callable = self.load()
  26. 2019-01-21T10:10:07.914265+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.7/site-packages/gunicorn/app/wsgiapp.py", line 52, in load
  27. 2019-01-21T10:10:07.914266+00:00 app[web.1]: return self.load_wsgiapp()
  28. 2019-01-21T10:10:07.914267+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.7/site-packages/gunicorn/app/wsgiapp.py", line 41, in load_wsgiapp
  29. 2019-01-21T10:10:07.914268+00:00 app[web.1]: return util.import_app(self.app_uri)
  30. 2019-01-21T10:10:07.914269+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.7/site-packages/gunicorn/util.py", line 350, in import_app
  31. 2019-01-21T10:10:07.914270+00:00 app[web.1]: __import__(module)
  32. 2019-01-21T10:10:07.914276+00:00 app[web.1]: ModuleNotFoundError: No module named 'portfolio'
  33. 2019-01-21T10:10:07.914454+00:00 app[web.1]: [2019-01-21 10:10:07 +0000] [10] [INFO] Worker exiting (pid: 10)
  34. 2019-01-21T10:10:07.949474+00:00 app[web.1]: [2019-01-21 10:10:07 +0000] [4] [INFO] Shutting down: Master
  35. 2019-01-21T10:10:07.949546+00:00 app[web.1]: [2019-01-21 10:10:07 +0000] [4] [INFO] Reason: Worker failed to boot.
  36. 2019-01-21T10:10:08.624822+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=miskakyto.herokuapp.com request_id=7edd457c-1f43-4b08-a4bd-2a724592bd5b fwd="194.111.69.128" dyno= connect= service= status=503 bytes= protocol=https
  37. 2019-01-21T10:10:23.145980+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=miskakyto.herokuapp.com request_id=55df7ba7-9bf3-4185-af36-c261d2585a48 fwd="194.111.69.128" dyno= connect= service= status=503 bytes= protocol=https
  38. 2019-01-21T10:13:07.018188+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=miskakyto.herokuapp.com request_id=a3d33139-3fae-48c8-8cd0-74cd399487d6 fwd="194.111.69.128" dyno= connect= service= status=503 bytes= protocol=http
  39. 2019-01-21T10:16:56.050543+00:00 heroku[web.1]: State changed from crashed to starting
  40. 2019-01-21T10:17:03.889219+00:00 heroku[web.1]: State changed from starting to crashed
  41. 2019-01-21T10:17:03.658136+00:00 app[web.1]: [2019-01-21 10:17:03 +0000] [4] [INFO] Starting gunicorn 19.9.0
  42. 2019-01-21T10:17:03.658730+00:00 app[web.1]: [2019-01-21 10:17:03 +0000] [4] [INFO] Listening at: http://0.0.0.0:57466 (4)
  43. 2019-01-21T10:17:03.658828+00:00 app[web.1]: [2019-01-21 10:17:03 +0000] [4] [INFO] Using worker: sync
  44. 2019-01-21T10:17:03.663491+00:00 app[web.1]: [2019-01-21 10:17:03 +0000] [10] [INFO] Booting worker with pid: 10
  45. 2019-01-21T10:17:03.668278+00:00 app[web.1]: [2019-01-21 10:17:03 +0000] [10] [ERROR] Exception in worker process
  46. 2019-01-21T10:17:03.668281+00:00 app[web.1]: Traceback (most recent call last):
  47. 2019-01-21T10:17:03.668282+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.7/site-packages/gunicorn/arbiter.py", line 583, in spawn_worker
  48. 2019-01-21T10:17:03.668284+00:00 app[web.1]: worker.init_process()
  49. 2019-01-21T10:17:03.668285+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.7/site-packages/gunicorn/workers/base.py", line 129, in init_process
  50. 2019-01-21T10:17:03.668286+00:00 app[web.1]: self.load_wsgi()
  51. 2019-01-21T10:17:03.668287+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.7/site-packages/gunicorn/workers/base.py", line 138, in load_wsgi
  52. 2019-01-21T10:17:03.668289+00:00 app[web.1]: self.wsgi = self.app.wsgi()
  53. 2019-01-21T10:17:03.668290+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.7/site-packages/gunicorn/app/base.py", line 67, in wsgi
  54. 2019-01-21T10:17:03.668291+00:00 app[web.1]: self.callable = self.load()
  55. 2019-01-21T10:17:03.668293+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.7/site-packages/gunicorn/app/wsgiapp.py", line 52, in load
  56. 2019-01-21T10:17:03.668294+00:00 app[web.1]: return self.load_wsgiapp()
  57. 2019-01-21T10:17:03.668295+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.7/site-packages/gunicorn/app/wsgiapp.py", line 41, in load_wsgiapp
  58. 2019-01-21T10:17:03.668297+00:00 app[web.1]: return util.import_app(self.app_uri)
  59. 2019-01-21T10:17:03.668298+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.7/site-packages/gunicorn/util.py", line 350, in import_app
  60. 2019-01-21T10:17:03.668299+00:00 app[web.1]: __import__(module)
  61. 2019-01-21T10:17:03.668300+00:00 app[web.1]: ModuleNotFoundError: No module named 'portfolio'
  62. 2019-01-21T10:17:03.668393+00:00 app[web.1]: [2019-01-21 10:17:03 +0000] [10] [INFO] Worker exiting (pid: 10)
  63. 2019-01-21T10:17:03.696752+00:00 app[web.1]: [2019-01-21 10:17:03 +0000] [4] [INFO] Shutting down: Master
  64. 2019-01-21T10:17:03.696867+00:00 app[web.1]: [2019-01-21 10:17:03 +0000] [4] [INFO] Reason: Worker failed to boot.
  65. 2019-01-21T10:18:04.000000+00:00 app[api]: Build started by user miska.kyto@gmail.com
  66. 2019-01-21T10:18:09.000000+00:00 app[api]: Build failed -- check your build output: https://dashboard.heroku.com/apps/4a7624bd-1281-4cb6-80a1-6c7b9f25b8a0/activity/builds/de825b9c-1c9c-455b-a6ad-a27fc183a3f3
  67. 2019-01-21T10:18:36.000000+00:00 app[api]: Build started by user miska.kyto@gmail.com
  68. 2019-01-21T10:19:03.469463+00:00 heroku[web.1]: State changed from crashed to starting
  69. 2019-01-21T10:19:10.792436+00:00 heroku[web.1]: Starting process with command `gunicorn portfolio.wsgi --log-file -`
  70. 2019-01-21T10:19:14.116505+00:00 heroku[web.1]: State changed from starting to crashed
  71. 2019-01-21T10:19:14.000000+00:00 app[api]: Build succeeded
  72. 2019-01-21T10:22:08.935863+00:00 heroku[web.1]: Process exited with status 3
  73. 2019-01-21T10:23:10.409836+00:00 app[api]: Release v8 created by user miska.kyto@gmail.com
  74. 2019-01-21T10:23:11.664301+00:00 heroku[web.1]: State changed from crashed to starting
  75. 2019-01-21T10:23:20.682762+00:00 heroku[web.1]: State changed from starting to crashed
  76. 2019-01-21T10:23:20.660850+00:00 heroku[web.1]: Process exited with status 3
  77. 2019-01-21T10:23:20.530596+00:00 app[web.1]: [2019-01-21 10:23:20 +0000] [4] [INFO] Starting gunicorn 19.9.0
  78. 2019-01-21T10:23:20.531173+00:00 app[web.1]: [2019-01-21 10:23:20 +0000] [4] [INFO] Listening at: http://0.0.0.0:20962 (4)
  79. 2019-01-21T10:23:20.531257+00:00 app[web.1]: [2019-01-21 10:23:20 +0000] [4] [INFO] Using worker: sync
  80. 2019-01-21T10:23:20.535458+00:00 app[web.1]: [2019-01-21 10:23:20 +0000] [10] [INFO] Booting worker with pid: 10
  81. 2019-01-21T10:23:20.540970+00:00 app[web.1]: [2019-01-21 10:23:20 +0000] [10] [ERROR] Exception in worker process
  82. 2019-01-21T10:23:20.540972+00:00 app[web.1]: Traceback (most recent call last):
  83. 2019-01-21T10:23:20.540985+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.7/site-packages/gunicorn/arbiter.py", line 583, in spawn_worker
  84. 2019-01-21T10:23:20.540987+00:00 app[web.1]: worker.init_process()
  85. 2019-01-21T10:23:20.540988+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.7/site-packages/gunicorn/workers/base.py", line 129, in init_process
  86. 2019-01-21T10:23:20.540989+00:00 app[web.1]: self.load_wsgi()
  87. 2019-01-21T10:23:20.540990+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.7/site-packages/gunicorn/workers/base.py", line 138, in load_wsgi
  88. 2019-01-21T10:23:20.540991+00:00 app[web.1]: self.wsgi = self.app.wsgi()
  89. 2019-01-21T10:23:20.540995+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.7/site-packages/gunicorn/app/base.py", line 67, in wsgi
  90. 2019-01-21T10:23:20.540996+00:00 app[web.1]: self.callable = self.load()
  91. 2019-01-21T10:23:20.540997+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.7/site-packages/gunicorn/app/wsgiapp.py", line 52, in load
  92. 2019-01-21T10:23:20.540998+00:00 app[web.1]: return self.load_wsgiapp()
  93. 2019-01-21T10:23:20.540999+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.7/site-packages/gunicorn/app/wsgiapp.py", line 41, in load_wsgiapp
  94. 2019-01-21T10:23:20.541000+00:00 app[web.1]: return util.import_app(self.app_uri)
  95. 2019-01-21T10:23:20.541001+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.7/site-packages/gunicorn/util.py", line 350, in import_app
  96. 2019-01-21T10:23:20.541002+00:00 app[web.1]: __import__(module)
  97. 2019-01-21T10:23:20.541003+00:00 app[web.1]: ModuleNotFoundError: No module named 'portfolio'
  98. 2019-01-21T10:23:20.541082+00:00 app[web.1]: [2019-01-21 10:23:20 +0000] [10] [INFO] Worker exiting (pid: 10)
  99. 2019-01-21T10:23:20.568459+00:00 app[web.1]: [2019-01-21 10:23:20 +0000] [4] [INFO] Shutting down: Master
  100. 2019-01-21T10:23:20.568610+00:00 app[web.1]: [2019-01-21 10:23:20 +0000] [4] [INFO] Reason: Worker failed to boot.
  101. 2019-01-21T10:23:24.311169+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=miskakyto.herokuapp.com request_id=7510ccbf-97e6-4af7-ac43-ec3e82656763 fwd="194.111.69.128" dyno= connect= service= status=503 bytes= protocol=http
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement