Advertisement
Rabin_BK

Untitled

Aug 18th, 2018
1,409
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 13.57 KB | None | 0 0
  1. ›   Warning: heroku update available from 7.7.4 to 7.7.10
  2. 2018-08-18T07:29:08.192647+00:00 app[web.1]: return origin.loader.get_contents(origin)
  3. 2018-08-18T07:29:08.192648+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/django/template/loaders/filesystem.py", line 28, in get_contents
  4. 2018-08-18T07:29:08.192650+00:00 app[web.1]: with io.open(origin.name, encoding=self.engine.file_charset) as fp:
  5. 2018-08-18T07:29:08.192652+00:00 app[web.1]: IOError: [Errno 20] Not a directory: '/app/Mysite/settings.pyc/Mysite/templates/500.html'
  6. 2018-08-18T07:29:08.196148+00:00 heroku[router]: at=error code=H13 desc="Connection closed without response" method=GET path="/" host=bytesnepal.herokuapp.com request_id=883d404c-c078-4bc6-9194-cddc62e78fb2 fwd="110.34.30.2" dyno=web.1 connect=1ms service=236ms status=503 bytes=0 protocol=https
  7. 2018-08-18T07:31:56.000000+00:00 app[api]: Build started by user aarsis717@gmail.com
  8. 2018-08-18T07:32:22.625362+00:00 heroku[web.1]: Restarting
  9. 2018-08-18T07:32:22.626122+00:00 heroku[web.1]: State changed from up to starting
  10. 2018-08-18T07:32:21.604204+00:00 app[api]: Release v16 created by user aarsis717@gmail.com
  11. 2018-08-18T07:32:23.770496+00:00 heroku[web.1]: Stopping all processes with SIGTERM
  12. 2018-08-18T07:32:23.791463+00:00 app[web.1]: [2018-08-18 07:32:23 +0000] [10] [INFO] Worker exiting (pid: 10)
  13. 2018-08-18T07:32:23.792724+00:00 app[web.1]: [2018-08-18 07:32:23 +0000] [4] [INFO] Handling signal: term
  14. 2018-08-18T07:32:23.793379+00:00 app[web.1]: [2018-08-18 07:32:23 +0000] [11] [INFO] Worker exiting (pid: 11)
  15. 2018-08-18T07:32:23.879279+00:00 app[web.1]: [2018-08-18 07:32:23 +0000] [4] [INFO] Shutting down: Master
  16. 2018-08-18T07:32:21.604204+00:00 app[api]: Deploy f1d70568 by user aarsis717@gmail.com
  17. 2018-08-18T07:32:23.964429+00:00 heroku[web.1]: Process exited with status 0
  18. 2018-08-18T07:32:31.611206+00:00 heroku[web.1]: Starting process with command `gunicorn Mysite.wsgi --log-file -`
  19. 2018-08-18T07:32:31.000000+00:00 app[api]: Build succeeded
  20. 2018-08-18T07:32:34.552878+00:00 heroku[web.1]: State changed from starting to up
  21. 2018-08-18T07:32:34.316379+00:00 app[web.1]: [2018-08-18 07:32:34 +0000] [4] [INFO] Starting gunicorn 19.9.0
  22. 2018-08-18T07:32:34.317205+00:00 app[web.1]: [2018-08-18 07:32:34 +0000] [4] [INFO] Listening at: http://0.0.0.0:29447 (4)
  23. 2018-08-18T07:32:34.317477+00:00 app[web.1]: [2018-08-18 07:32:34 +0000] [4] [INFO] Using worker: sync
  24. 2018-08-18T07:32:34.325252+00:00 app[web.1]: [2018-08-18 07:32:34 +0000] [10] [INFO] Booting worker with pid: 10
  25. 2018-08-18T07:32:34.374074+00:00 app[web.1]: [2018-08-18 07:32:34 +0000] [11] [INFO] Booting worker with pid: 11
  26. 2018-08-18T07:32:35.906920+00:00 app[web.1]: /app/.heroku/python/lib/python2.7/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
  27. 2018-08-18T07:32:35.906958+00:00 app[web.1]: """)
  28. 2018-08-18T07:32:35.907448+00:00 app[web.1]: /app/.heroku/python/lib/python2.7/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
  29. 2018-08-18T07:32:35.907452+00:00 app[web.1]: """)
  30. 2018-08-18T07:32:36.047179+00:00 app[web.1]: /app/.heroku/python/lib/python2.7/site-packages/whitenoise/base.py:97: UserWarning: No directory at: /app/staticfiles/
  31. 2018-08-18T07:32:36.048313+00:00 app[web.1]: /app/.heroku/python/lib/python2.7/site-packages/whitenoise/base.py:97: UserWarning: No directory at: /app/staticfiles/
  32. 2018-08-18T07:32:36.048316+00:00 app[web.1]: warnings.warn(u'No directory at: {}'.format(root))
  33. 2018-08-18T07:32:36.047183+00:00 app[web.1]: warnings.warn(u'No directory at: {}'.format(root))
  34. 2018-08-18T07:32:42.150149+00:00 app[web.1]: 10.35.152.177 - - [18/Aug/2018:07:32:42 +0000] "GET / HTTP/1.1" 500 27 "https://dashboard.heroku.com/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0"
  35. 2018-08-18T07:32:42.150046+00:00 heroku[router]: at=info method=GET path="/" host=bytesnepal.herokuapp.com request_id=7bb355ca-e695-444b-9317-4a0c3c446220 fwd="110.34.30.2" dyno=web.1 connect=1ms service=142ms status=500 bytes=234 protocol=https
  36. 2018-08-18T07:46:51.877381+00:00 heroku[router]: at=info method=GET path="/" host=bytesnepal.herokuapp.com request_id=d7863253-1cbf-4d2a-a047-4424164e9579 fwd="110.34.30.2" dyno=web.1 connect=1ms service=95ms status=500 bytes=234 protocol=https
  37. 2018-08-18T07:46:51.878580+00:00 app[web.1]: 10.63.65.75 - - [18/Aug/2018:07:46:51 +0000] "GET / HTTP/1.1" 500 27 "https://dashboard.heroku.com/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0"
  38. 2018-08-18T08:19:38.833769+00:00 heroku[web.1]: Idling
  39. 2018-08-18T08:19:38.834098+00:00 heroku[web.1]: State changed from up to down
  40. 2018-08-18T08:19:39.774185+00:00 heroku[web.1]: Stopping all processes with SIGTERM
  41. 2018-08-18T08:19:39.790901+00:00 app[web.1]: [2018-08-18 08:19:39 +0000] [11] [INFO] Worker exiting (pid: 11)
  42. 2018-08-18T08:19:39.807306+00:00 app[web.1]: [2018-08-18 08:19:39 +0000] [4] [INFO] Handling signal: term
  43. 2018-08-18T08:19:39.791446+00:00 app[web.1]: [2018-08-18 08:19:39 +0000] [10] [INFO] Worker exiting (pid: 10)
  44. 2018-08-18T08:19:39.820711+00:00 app[web.1]: [2018-08-18 08:19:39 +0000] [4] [INFO] Shutting down: Master
  45. 2018-08-18T08:19:39.907684+00:00 heroku[web.1]: Process exited with status 0
  46. 2018-08-18T10:47:56.000000+00:00 app[api]: Build started by user aarsis717@gmail.com
  47. 2018-08-18T10:48:18.606027+00:00 heroku[web.1]: State changed from down to starting
  48. 2018-08-18T10:48:17.905056+00:00 app[api]: Release v17 created by user aarsis717@gmail.com
  49. 2018-08-18T10:48:17.905056+00:00 app[api]: Deploy 9a2bb5e9 by user aarsis717@gmail.com
  50. 2018-08-18T10:48:27.351283+00:00 heroku[web.1]: Starting process with command `gunicorn Mysite.wsgi --log-file -`
  51. 2018-08-18T10:48:27.000000+00:00 app[api]: Build succeeded
  52. 2018-08-18T10:48:30.404064+00:00 app[web.1]: [2018-08-18 10:48:30 +0000] [4] [INFO] Starting gunicorn 19.9.0
  53. 2018-08-18T10:48:30.404788+00:00 app[web.1]: [2018-08-18 10:48:30 +0000] [4] [INFO] Listening at: http://0.0.0.0:49383 (4)
  54. 2018-08-18T10:48:30.404944+00:00 app[web.1]: [2018-08-18 10:48:30 +0000] [4] [INFO] Using worker: sync
  55. 2018-08-18T10:48:30.418214+00:00 app[web.1]: [2018-08-18 10:48:30 +0000] [10] [INFO] Booting worker with pid: 10
  56. 2018-08-18T10:48:30.476261+00:00 app[web.1]: [2018-08-18 10:48:30 +0000] [11] [INFO] Booting worker with pid: 11
  57. 2018-08-18T10:48:31.491669+00:00 heroku[web.1]: State changed from starting to up
  58. 2018-08-18T10:48:32.318070+00:00 app[web.1]: /app/.heroku/python/lib/python2.7/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
  59. 2018-08-18T10:48:32.318100+00:00 app[web.1]: """)
  60. 2018-08-18T10:48:32.487412+00:00 app[web.1]: warnings.warn(u'No directory at: {}'.format(root))
  61. 2018-08-18T10:48:32.332249+00:00 app[web.1]: /app/.heroku/python/lib/python2.7/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
  62. 2018-08-18T10:48:32.522512+00:00 app[web.1]: /app/.heroku/python/lib/python2.7/site-packages/whitenoise/base.py:97: UserWarning: No directory at: /staticfiles/
  63. 2018-08-18T10:48:32.332252+00:00 app[web.1]: """)
  64. 2018-08-18T10:48:32.522517+00:00 app[web.1]: warnings.warn(u'No directory at: {}'.format(root))
  65. 2018-08-18T10:48:32.487408+00:00 app[web.1]: /app/.heroku/python/lib/python2.7/site-packages/whitenoise/base.py:97: UserWarning: No directory at: /staticfiles/
  66. 2018-08-18T10:49:55.465846+00:00 heroku[router]: at=info method=GET path="/" host=bytesnepal.herokuapp.com request_id=8aa61a23-fb40-4508-ba6b-2397f3994eb6 fwd="110.34.30.2" dyno=web.1 connect=1ms service=169ms status=500 bytes=234 protocol=https
  67. 2018-08-18T10:49:55.465991+00:00 app[web.1]: 10.37.251.47 - - [18/Aug/2018:10:49:55 +0000] "GET / HTTP/1.1" 500 27 "https://dashboard.heroku.com/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0"
  68. 2018-08-18T10:49:56.008441+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=bytesnepal.herokuapp.com request_id=ec3cf2e9-c10f-485c-aaf9-497b403136ed fwd="110.34.30.2" dyno=web.1 connect=0ms service=7ms status=404 bytes=266 protocol=https
  69. 2018-08-18T10:49:56.043506+00:00 app[web.1]: 10.61.204.254 - - [18/Aug/2018:10:49:56 +0000] "GET /favicon.ico HTTP/1.1" 404 85 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0"
  70. 2018-08-18T10:49:56.028474+00:00 app[web.1]: 10.5.171.245 - - [18/Aug/2018:10:49:56 +0000] "GET /favicon.ico HTTP/1.1" 404 85 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0"
  71. 2018-08-18T10:49:56.043106+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=bytesnepal.herokuapp.com request_id=759a781c-690e-4290-adb4-380eeabef644 fwd="110.34.30.2" dyno=web.1 connect=1ms service=32ms status=404 bytes=266 protocol=https
  72. 2018-08-18T11:26:14.890817+00:00 heroku[web.1]: Idling
  73. 2018-08-18T11:26:14.891454+00:00 heroku[web.1]: State changed from up to down
  74. 2018-08-18T11:26:15.723703+00:00 heroku[web.1]: Stopping all processes with SIGTERM
  75. 2018-08-18T11:26:15.746050+00:00 app[web.1]: [2018-08-18 11:26:15 +0000] [11] [INFO] Worker exiting (pid: 11)
  76. 2018-08-18T11:26:15.748618+00:00 app[web.1]: [2018-08-18 11:26:15 +0000] [4] [INFO] Handling signal: term
  77. 2018-08-18T11:26:15.767348+00:00 app[web.1]: [2018-08-18 11:26:15 +0000] [10] [INFO] Worker exiting (pid: 10)
  78. 2018-08-18T11:26:15.864238+00:00 app[web.1]: [2018-08-18 11:26:15 +0000] [4] [INFO] Shutting down: Master
  79. 2018-08-18T11:26:16.026323+00:00 heroku[web.1]: Process exited with status 0
  80. 2018-08-18T11:52:54.000000+00:00 app[api]: Build started by user aarsis717@gmail.com
  81. 2018-08-18T11:53:19.193008+00:00 heroku[web.1]: State changed from down to starting
  82. 2018-08-18T11:53:18.795403+00:00 app[api]: Release v18 created by user aarsis717@gmail.com
  83. 2018-08-18T11:53:27.646751+00:00 heroku[web.1]: Starting process with command `gunicorn Mysite.wsgi --log-file -`
  84. 2018-08-18T11:53:18.795403+00:00 app[api]: Deploy 9dc19998 by user aarsis717@gmail.com
  85. 2018-08-18T11:53:30.779920+00:00 app[web.1]: [2018-08-18 11:53:30 +0000] [4] [INFO] Starting gunicorn 19.9.0
  86. 2018-08-18T11:53:30.782158+00:00 app[web.1]: [2018-08-18 11:53:30 +0000] [4] [INFO] Listening at: http://0.0.0.0:29070 (4)
  87. 2018-08-18T11:53:30.782831+00:00 app[web.1]: [2018-08-18 11:53:30 +0000] [4] [INFO] Using worker: sync
  88. 2018-08-18T11:53:30.799230+00:00 app[web.1]: [2018-08-18 11:53:30 +0000] [10] [INFO] Booting worker with pid: 10
  89. 2018-08-18T11:53:30.898582+00:00 app[web.1]: [2018-08-18 11:53:30 +0000] [11] [INFO] Booting worker with pid: 11
  90. 2018-08-18T11:53:32.028955+00:00 heroku[web.1]: State changed from starting to up
  91. 2018-08-18T11:53:32.957232+00:00 app[web.1]: /app/.heroku/python/lib/python2.7/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
  92. 2018-08-18T11:53:32.957269+00:00 app[web.1]: """)
  93. 2018-08-18T11:53:32.973255+00:00 app[web.1]: """)
  94. 2018-08-18T11:53:32.973252+00:00 app[web.1]: /app/.heroku/python/lib/python2.7/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
  95. 2018-08-18T11:53:33.097997+00:00 app[web.1]: /app/.heroku/python/lib/python2.7/site-packages/whitenoise/base.py:97: UserWarning: No directory at: /static/
  96. 2018-08-18T11:53:33.098003+00:00 app[web.1]: warnings.warn(u'No directory at: {}'.format(root))
  97. 2018-08-18T11:53:33.138661+00:00 app[web.1]: /app/.heroku/python/lib/python2.7/site-packages/whitenoise/base.py:97: UserWarning: No directory at: /static/
  98. 2018-08-18T11:53:33.138664+00:00 app[web.1]: warnings.warn(u'No directory at: {}'.format(root))
  99. 2018-08-18T11:53:28.000000+00:00 app[api]: Build succeeded
  100. 2018-08-18T11:54:24.387013+00:00 heroku[router]: at=info method=GET path="/" host=bytesnepal.herokuapp.com request_id=644b50a5-9216-4feb-8bf5-392fd46ed0e8 fwd="110.34.30.2" dyno=web.1 connect=1ms service=189ms status=500 bytes=234 protocol=https
  101. 2018-08-18T11:54:24.386461+00:00 app[web.1]: 10.31.126.71 - - [18/Aug/2018:11:54:24 +0000] "GET / HTTP/1.1" 500 27 "https://dashboard.heroku.com/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0"
  102. 2018-08-18T11:58:14.703340+00:00 heroku[router]: at=info method=GET path="/" host=bytesnepal.herokuapp.com request_id=a569293a-aec9-45ea-8463-2794c8901c4d fwd="110.34.30.2" dyno=web.1 connect=1ms service=103ms status=500 bytes=234 protocol=https
  103. 2018-08-18T11:58:14.701100+00:00 app[web.1]: 10.61.181.115 - - [18/Aug/2018:11:58:14 +0000] "GET / HTTP/1.1" 500 27 "https://dashboard.heroku.com/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement