Created
October 20, 2016 12:06
-
-
Save nguyenvinhlinh/65eefaef44ecec430c2250aadf94f938 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*** Starting uWSGI 2.0.6 (32bit) on [Thu Oct 20 10:17:58 2016] *** | |
compiled with version: 4.6.3 on 20 October 2016 10:12:56 | |
os: Linux-3.8.0-38-generic #56~precise1-Ubuntu SMP Thu Mar 13 16:23:47 UTC 2014 | |
nodename: precise32 | |
machine: i686 | |
clock source: unix | |
detected number of CPU cores: 1 | |
current working directory: /vagrant | |
writing pidfile to /tmp/baggable/baggable-uwsgi.pid | |
detected binary path: /home/baggable/.virtualenvs/baggable/bin/uwsgi | |
!!! no internal routing support, rebuild with pcre support !!! | |
your processes number limit is 3831 | |
your memory page size is 4096 bytes | |
detected max file descriptor number: 1024 | |
- async cores set to 100 - fd table size: 1024 | |
lock engine: pthread robust mutexes | |
thunder lock: disabled (you can enable it with --thunder-lock) | |
uwsgi socket 0 bound to UNIX address /tmp/baggable/baggable-uwsgi.sock fd 3 | |
Python version: 2.7.3 (default, Jun 22 2015, 19:59:27) [GCC 4.6.3] | |
Python main interpreter initialized at 0x94c91b0 | |
python threads support enabled | |
your server socket listen backlog is limited to 100 connections | |
your mercy for graceful operations on workers is 60 seconds | |
mapped 6036880 bytes (5895 KB) for 400 cores | |
*** Operational MODE: preforking+threaded *** | |
Traceback (most recent call last): | |
File "./app/__init__.py", line 6, in <module> | |
from app.models.common import db | |
File "./app/models/__init__.py", line 3, in <module> | |
from activity import Activity | |
File "./app/models/activity.py", line 5, in <module> | |
from app.models.prize import Prize | |
File "./app/models/prize.py", line 11, in <module> | |
class Prize(Base, db.Model): | |
File "./app/models/prize.py", line 33, in Prize | |
], native_enum=False), nullable=False, default=STATUS_INIT) | |
File "/home/baggable/.virtualenvs/baggable/local/lib/python2.7/site-packages/sqlalchemy/sql/sqltypes.py", line 1228, in __init__ | |
self._setup_for_values(values, objects, kw) | |
File "/home/baggable/.virtualenvs/baggable/local/lib/python2.7/site-packages/sqlalchemy/sql/sqltypes.py", line 1271, in _setup_for_values | |
zip(objects, values) | |
TypeError: unhashable type: 'list' | |
unable to load app 0 (mountpoint='') (callable not found or import error) | |
*** no app loaded. going in full dynamic mode *** | |
*** uWSGI is running in multiple interpreter mode *** | |
spawned uWSGI master process (pid: 27502) | |
spawned 1 offload threads for uWSGI worker 1 | |
0) | |
spawned uWSGI worker 2 (pid: 27551, cores: 100) | |
*** running gevent loop engine [addr:0x80d4370] *** | |
spawned uWSGI worker 4 (pid: 27553, cores: 100) | |
*** Stats server enabled on 127.0.0.1:24125 fd: 15 *** | |
spawned 1 offload threads for uWSGI worker 3 | |
spawned 1 offload threads for uWSGI worker 2 | |
spawned 1 offload threads for uWSGI worker 4 | |
--- no python application found, check your startup logs for errors --- | |
[pid: 27553|app: -1|req: -1/1] 10.0.2.2 () {40 vars in 1867 bytes} [Thu Oct 20 10:19:37 2016] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 27549|app: -1|req: -1/2] 10.0.2.2 () {40 vars in 1821 bytes} [Thu Oct 20 10:19:37 2016] GET /favicon.ico => generated 21 bytes in 1 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 27551|app: -1|req: -1/3] 10.0.2.2 () {42 vars in 1898 bytes} [Thu Oct 20 10:19:39 2016] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 27552|app: -1|req: -1/4] 10.0.2.2 () {44 vars in 1874 bytes} [Thu Oct 20 10:19:39 2016] GET /favicon.ico => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 27553|app: -1|req: -1/5] 10.0.2.2 () {42 vars in 1898 bytes} [Thu Oct 20 10:19:39 2016] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 27551|app: -1|req: -1/6] 10.0.2.2 () {44 vars in 1874 bytes} [Thu Oct 20 10:19:39 2016] GET /favicon.ico => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 27552|app: -1|req: -1/7] 10.0.2.2 () {42 vars in 1898 bytes} [Thu Oct 20 10:19:39 2016] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 27553|app: -1|req: -1/8] 10.0.2.2 () {44 vars in 1874 bytes} [Thu Oct 20 10:19:39 2016] GET /favicon.ico => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 27552|app: -1|req: -1/9] 10.0.2.2 () {42 vars in 1898 bytes} [Thu Oct 20 10:19:40 2016] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 27551|app: -1|req: -1/10] 10.0.2.2 () {44 vars in 1874 bytes} [Thu Oct 20 10:19:40 2016] GET /favicon.ico => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 27549|app: -1|req: -1/11] 10.0.2.2 () {42 vars in 1898 bytes} [Thu Oct 20 10:19:40 2016] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 27553|app: -1|req: -1/12] 10.0.2.2 () {44 vars in 1874 bytes} [Thu Oct 20 10:19:40 2016] GET /favicon.ico => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
...brutally killing workers... | |
worker 1 buried after 0 seconds | |
worker 2 buried after 0 seconds | |
worker 3 buried after 0 seconds | |
worker 4 buried after 0 seconds | |
binary reloading uWSGI... | |
chdir() to /vagrant | |
closing all non-uwsgi socket fds > 2 (max_fd = 1024)... | |
found fd 3 mapped to socket 0 (/tmp/baggable/baggable-uwsgi.sock) | |
running /home/baggable/.virtualenvs/baggable/bin/uwsgi | |
[uWSGI] getting INI configuration from config/uwsgi.ini | |
*** Starting uWSGI 2.0.6 (32bit) on [Thu Oct 20 10:23:41 2016] *** | |
compiled with version: 4.6.3 on 20 October 2016 10:12:56 | |
os: Linux-3.8.0-38-generic #56~precise1-Ubuntu SMP Thu Mar 13 16:23:47 UTC 2014 | |
nodename: precise32 | |
machine: i686 | |
clock source: unix | |
detected number of CPU cores: 1 | |
current working directory: /vagrant | |
detected binary path: /home/baggable/.virtualenvs/baggable/bin/uwsgi | |
!!! no internal routing support, rebuild with pcre support !!! | |
your processes number limit is 3831 | |
your memory page size is 4096 bytes | |
detected max file descriptor number: 1024 | |
- async cores set to 100 - fd table size: 1024 | |
lock engine: pthread robust mutexes | |
thunder lock: disabled (you can enable it with --thunder-lock) | |
uwsgi socket 0 inherited UNIX address /tmp/baggable/baggable-uwsgi.sock fd 3 | |
Python version: 2.7.3 (default, Jun 22 2015, 19:59:27) [GCC 4.6.3] | |
Python main interpreter initialized at 0x970c170 | |
python threads support enabled | |
your server socket listen backlog is limited to 100 connections | |
your mercy for graceful operations on workers is 60 seconds | |
mapped 6036880 bytes (5895 KB) for 400 cores | |
*** Operational MODE: preforking+threaded *** | |
Traceback (most recent call last): | |
File "./app/__init__.py", line 6, in <module> | |
from app.models.common import db | |
File "./app/models/__init__.py", line 3, in <module> | |
from activity import Activity | |
File "./app/models/activity.py", line 5, in <module> | |
from app.models.prize import Prize | |
File "./app/models/prize.py", line 11, in <module> | |
class Prize(Base, db.Model): | |
File "./app/models/prize.py", line 33, in Prize | |
], native_enum=False), nullable=False, default=STATUS_INIT) | |
File "/home/baggable/.virtualenvs/baggable/local/lib/python2.7/site-packages/sqlalchemy/sql/sqltypes.py", line 1228, in __init__ | |
self._setup_for_values(values, objects, kw) | |
File "/home/baggable/.virtualenvs/baggable/local/lib/python2.7/site-packages/sqlalchemy/sql/sqltypes.py", line 1271, in _setup_for_values | |
zip(objects, values) | |
TypeError: unhashable type: 'list' | |
unable to load app 0 (mountpoint='') (callable not found or import error) | |
*** no app loaded. going in full dynamic mode *** | |
*** uWSGI is running in multiple interpreter mode *** | |
gracefully (RE)spawned uWSGI master process (pid: 27502) | |
spawned 1 offload threads for uWSGI worker 1 | |
0) | |
*** running gevent loop engine [addr:0x80d4370] *** | |
spawned uWSGI worker 3 (pid: 28614, cores: 100) | |
spawned uWSGI worker 4 (pid: 28615, cores: 100) | |
*** Stats server enabled on 127.0.0.1:24125 fd: 15 *** | |
spawned 1 offload threads for uWSGI worker 2 | |
spawned 1 offload threads for uWSGI worker 3 | |
spawned 1 offload threads for uWSGI worker 4 | |
Thu Oct 20 10:23:43 2016 - uWSGI worker 2 screams: UAAAAAAH my master disconnected: i will kill myself !!! | |
Thu Oct 20 10:23:43 2016 - uWSGI worker 3 screams: UAAAAAAH my master disconnected: i will kill myself !!! | |
Thu Oct 20 10:23:43 2016 - uWSGI worker 4 screams: UAAAAAAH my master disconnected: i will kill myself !!! | |
*** Starting uWSGI 2.0.6 (32bit) on [Thu Oct 20 10:23:43 2016] *** | |
compiled with version: 4.6.3 on 20 October 2016 10:12:56 | |
os: Linux-3.8.0-38-generic #56~precise1-Ubuntu SMP Thu Mar 13 16:23:47 UTC 2014 | |
nodename: precise32 | |
machine: i686 | |
clock source: unix | |
detected number of CPU cores: 1 | |
current working directory: /vagrant | |
writing pidfile to /tmp/baggable/baggable-uwsgi.pid | |
detected binary path: /home/baggable/.virtualenvs/baggable/bin/uwsgi | |
!!! no internal routing support, rebuild with pcre support !!! | |
your processes number limit is 3831 | |
your memory page size is 4096 bytes | |
detected max file descriptor number: 1024 | |
- async cores set to 100 - fd table size: 1024 | |
lock engine: pthread robust mutexes | |
thunder lock: disabled (you can enable it with --thunder-lock) | |
uwsgi socket 0 bound to UNIX address /tmp/baggable/baggable-uwsgi.sock fd 3 | |
Python version: 2.7.3 (default, Jun 22 2015, 19:59:27) [GCC 4.6.3] | |
Python main interpreter initialized at 0x9bac1b0 | |
python threads support enabled | |
your server socket listen backlog is limited to 100 connections | |
your mercy for graceful operations on workers is 60 seconds | |
mapped 6036880 bytes (5895 KB) for 400 cores | |
*** Operational MODE: preforking+threaded *** | |
Traceback (most recent call last): | |
File "./app/__init__.py", line 6, in <module> | |
from app.models.common import db | |
File "./app/models/__init__.py", line 3, in <module> | |
from activity import Activity | |
File "./app/models/activity.py", line 5, in <module> | |
from app.models.prize import Prize | |
File "./app/models/prize.py", line 11, in <module> | |
class Prize(Base, db.Model): | |
File "./app/models/prize.py", line 33, in Prize | |
], native_enum=False), nullable=False, default=STATUS_INIT) | |
File "/home/baggable/.virtualenvs/baggable/local/lib/python2.7/site-packages/sqlalchemy/sql/sqltypes.py", line 1228, in __init__ | |
self._setup_for_values(values, objects, kw) | |
File "/home/baggable/.virtualenvs/baggable/local/lib/python2.7/site-packages/sqlalchemy/sql/sqltypes.py", line 1271, in _setup_for_values | |
zip(objects, values) | |
TypeError: unhashable type: 'list' | |
unable to load app 0 (mountpoint='') (callable not found or import error) | |
*** no app loaded. going in full dynamic mode *** | |
*** uWSGI is running in multiple interpreter mode *** | |
spawned uWSGI master process (pid: 28623) | |
spawned uWSGI worker 1 (pid: 28667, cores: 100) | |
spawned 1 offload threads for uWSGI worker 1 | |
spawned uWSGI worker 2 (pid: 28669, cores: 100) | |
*** running gevent loop engine [addr:0x80d4370] *** | |
spawned uWSGI worker 3 (pid: 28670, cores: 100) | |
spawned uWSGI worker 4 (pid: 28671, cores: 100) | |
spawned 1 offload threads for uWSGI worker 2 | |
*** Stats server enabled on 127.0.0.1:24125 fd: 15 *** | |
spawned 1 offload threads for uWSGI worker 3 | |
spawned 1 offload threads for uWSGI worker 4 | |
...brutally killing workers... | |
worker 1 buried after 0 seconds | |
worker 2 buried after 0 seconds | |
worker 3 buried after 0 seconds | |
worker 4 buried after 0 seconds | |
binary reloading uWSGI... | |
chdir() to /vagrant | |
closing all non-uwsgi socket fds > 2 (max_fd = 1024)... | |
found fd 3 mapped to socket 0 (/tmp/baggable/baggable-uwsgi.sock) | |
running /home/baggable/.virtualenvs/baggable/bin/uwsgi | |
[uWSGI] getting INI configuration from config/uwsgi.ini | |
*** Starting uWSGI 2.0.6 (32bit) on [Thu Oct 20 10:24:10 2016] *** | |
compiled with version: 4.6.3 on 20 October 2016 10:12:56 | |
os: Linux-3.8.0-38-generic #56~precise1-Ubuntu SMP Thu Mar 13 16:23:47 UTC 2014 | |
nodename: precise32 | |
machine: i686 | |
clock source: unix | |
detected number of CPU cores: 1 | |
current working directory: /vagrant | |
detected binary path: /home/baggable/.virtualenvs/baggable/bin/uwsgi | |
!!! no internal routing support, rebuild with pcre support !!! | |
your processes number limit is 3831 | |
your memory page size is 4096 bytes | |
detected max file descriptor number: 1024 | |
- async cores set to 100 - fd table size: 1024 | |
lock engine: pthread robust mutexes | |
thunder lock: disabled (you can enable it with --thunder-lock) | |
uwsgi socket 0 inherited UNIX address /tmp/baggable/baggable-uwsgi.sock fd 3 | |
Python version: 2.7.3 (default, Jun 22 2015, 19:59:27) [GCC 4.6.3] | |
Python main interpreter initialized at 0x9105170 | |
python threads support enabled | |
your server socket listen backlog is limited to 100 connections | |
your mercy for graceful operations on workers is 60 seconds | |
mapped 6036880 bytes (5895 KB) for 400 cores | |
*** Operational MODE: preforking+threaded *** | |
Traceback (most recent call last): | |
File "./app/__init__.py", line 6, in <module> | |
from app.models.common import db | |
File "./app/models/__init__.py", line 3, in <module> | |
from activity import Activity | |
File "./app/models/activity.py", line 5, in <module> | |
from app.models.prize import Prize | |
File "./app/models/prize.py", line 11, in <module> | |
class Prize(Base, db.Model): | |
File "./app/models/prize.py", line 33, in Prize | |
], native_enum=False), nullable=False, default=STATUS_INIT) | |
File "/home/baggable/.virtualenvs/baggable/local/lib/python2.7/site-packages/sqlalchemy/sql/sqltypes.py", line 1228, in __init__ | |
self._setup_for_values(values, objects, kw) | |
File "/home/baggable/.virtualenvs/baggable/local/lib/python2.7/site-packages/sqlalchemy/sql/sqltypes.py", line 1271, in _setup_for_values | |
zip(objects, values) | |
TypeError: unhashable type: 'list' | |
unable to load app 0 (mountpoint='') (callable not found or import error) | |
*** no app loaded. going in full dynamic mode *** | |
*** uWSGI is running in multiple interpreter mode *** | |
gracefully (RE)spawned uWSGI master process (pid: 28623) | |
spawned uWSGI worker 1 (pid: 28980, cores: 100) | |
spawned 1 offload threads for uWSGI worker 1 | |
spawned uWSGI worker 2 (pid: 28982, cores: 100) | |
spawned uWSGI worker 3 (pid: 28983, cores: 100) | |
spawned uWSGI worker 4 (pid: 28984, cores: 100) | |
*** running gevent loop engine [addr:0x80d4370] *** | |
*** Stats server enabled on 127.0.0.1:24125 fd: 15 *** | |
spawned 1 offload threads for uWSGI worker 4 | |
spawned 1 offload threads for uWSGI worker 3 | |
spawned 1 offload threads for uWSGI worker 2 | |
Thu Oct 20 10:24:12 2016 - uWSGI worker 1 screams: UAAAAAAH my master disconnected: i will kill myself !!! | |
Thu Oct 20 10:24:12 2016 - uWSGI worker 2 screams: UAAAAAAH my master disconnected: i will kill myself !!! | |
Thu Oct 20 10:24:12 2016 - uWSGI worker 4 screams: UAAAAAAH my master disconnected: i will kill myself !!! | |
Thu Oct 20 10:24:12 2016 - uWSGI worker 3 screams: UAAAAAAH my master disconnected: i will kill myself !!! | |
*** Starting uWSGI 2.0.6 (32bit) on [Thu Oct 20 10:36:01 2016] *** | |
compiled with version: 4.6.3 on 20 October 2016 10:32:56 | |
os: Linux-3.8.0-38-generic #56~precise1-Ubuntu SMP Thu Mar 13 16:23:47 UTC 2014 | |
nodename: precise32 | |
machine: i686 | |
clock source: unix | |
detected number of CPU cores: 1 | |
current working directory: /vagrant | |
writing pidfile to /tmp/baggable/baggable-uwsgi.pid | |
detected binary path: /home/baggable/.virtualenvs/baggable/bin/uwsgi | |
!!! no internal routing support, rebuild with pcre support !!! | |
your processes number limit is 3831 | |
your memory page size is 4096 bytes | |
detected max file descriptor number: 1024 | |
- async cores set to 100 - fd table size: 1024 | |
lock engine: pthread robust mutexes | |
thunder lock: disabled (you can enable it with --thunder-lock) | |
uwsgi socket 0 bound to UNIX address /tmp/baggable/baggable-uwsgi.sock fd 3 | |
Python version: 2.7.3 (default, Jun 22 2015, 19:59:27) [GCC 4.6.3] | |
Python main interpreter initialized at 0x96b71b0 | |
python threads support enabled | |
your server socket listen backlog is limited to 100 connections | |
your mercy for graceful operations on workers is 60 seconds | |
mapped 6036880 bytes (5895 KB) for 400 cores | |
*** Operational MODE: preforking+threaded *** | |
Traceback (most recent call last): | |
File "./app/__init__.py", line 6, in <module> | |
from app.models.common import db | |
File "./app/models/__init__.py", line 3, in <module> | |
from activity import Activity | |
File "./app/models/activity.py", line 5, in <module> | |
from app.models.prize import Prize | |
File "./app/models/prize.py", line 11, in <module> | |
class Prize(Base, db.Model): | |
File "./app/models/prize.py", line 33, in Prize | |
], native_enum=False), nullable=False, default=STATUS_INIT) | |
File "/home/baggable/.virtualenvs/baggable/local/lib/python2.7/site-packages/sqlalchemy/sql/sqltypes.py", line 1228, in __init__ | |
self._setup_for_values(values, objects, kw) | |
File "/home/baggable/.virtualenvs/baggable/local/lib/python2.7/site-packages/sqlalchemy/sql/sqltypes.py", line 1271, in _setup_for_values | |
zip(objects, values) | |
TypeError: unhashable type: 'list' | |
unable to load app 0 (mountpoint='') (callable not found or import error) | |
*** no app loaded. going in full dynamic mode *** | |
*** uWSGI is running in multiple interpreter mode *** | |
spawned uWSGI master process (pid: 27253) | |
spawned uWSGI worker 1 (pid: 27263, cores: 100) | |
spawned uWSGI worker 2 (pid: 27265, cores: 100) | |
spawned 1 offload threads for uWSGI worker 1 | |
spawned uWSGI worker 3 (pid: 27266, cores: 100) | |
spawned uWSGI worker 4 (pid: 27267, cores: 100) | |
*** running gevent loop engine [addr:0x80d4370] *** | |
*** Stats server enabled on 127.0.0.1:24125 fd: 15 *** | |
spawned 1 offload threads for uWSGI worker 3 | |
spawned 1 offload threads for uWSGI worker 4 | |
spawned 1 offload threads for uWSGI worker 2 | |
--- no python application found, check your startup logs for errors --- | |
[pid: 27266|app: -1|req: -1/1] 10.0.2.2 () {42 vars in 1898 bytes} [Thu Oct 20 10:36:05 2016] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 27263|app: -1|req: -1/2] 10.0.2.2 () {44 vars in 1874 bytes} [Thu Oct 20 10:36:05 2016] GET /favicon.ico => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 27265|app: -1|req: -1/3] 10.0.2.2 () {42 vars in 1898 bytes} [Thu Oct 20 10:36:06 2016] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 27266|app: -1|req: -1/4] 10.0.2.2 () {44 vars in 1874 bytes} [Thu Oct 20 10:36:06 2016] GET /favicon.ico => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 27265|app: -1|req: -1/5] 10.0.2.2 () {42 vars in 1898 bytes} [Thu Oct 20 10:36:06 2016] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 27263|app: -1|req: -1/6] 10.0.2.2 () {44 vars in 1874 bytes} [Thu Oct 20 10:36:06 2016] GET /favicon.ico => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 27266|app: -1|req: -1/7] 10.0.2.2 () {42 vars in 1898 bytes} [Thu Oct 20 10:36:08 2016] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 27263|app: -1|req: -1/8] 10.0.2.2 () {40 vars in 1821 bytes} [Thu Oct 20 10:36:08 2016] GET /favicon.ico => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 27265|app: -1|req: -1/9] 10.0.2.2 () {42 vars in 1898 bytes} [Thu Oct 20 10:36:08 2016] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 27266|app: -1|req: -1/10] 10.0.2.2 () {44 vars in 1874 bytes} [Thu Oct 20 10:36:08 2016] GET /favicon.ico => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 27265|app: -1|req: -1/11] 10.0.2.2 () {42 vars in 1898 bytes} [Thu Oct 20 10:36:08 2016] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 27263|app: -1|req: -1/12] 10.0.2.2 () {44 vars in 1874 bytes} [Thu Oct 20 10:36:08 2016] GET /favicon.ico => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 27265|app: -1|req: -1/13] 10.0.2.2 () {42 vars in 1898 bytes} [Thu Oct 20 10:36:08 2016] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 27266|app: -1|req: -1/14] 10.0.2.2 () {44 vars in 1874 bytes} [Thu Oct 20 10:36:08 2016] GET /favicon.ico => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 27263|app: -1|req: -1/15] 10.0.2.2 () {42 vars in 1898 bytes} [Thu Oct 20 10:36:09 2016] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 27265|app: -1|req: -1/16] 10.0.2.2 () {44 vars in 1874 bytes} [Thu Oct 20 10:36:09 2016] GET /favicon.ico => generated 21 bytes in 1 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 27266|app: -1|req: -1/17] 10.0.2.2 () {44 vars in 1920 bytes} [Thu Oct 20 10:36:10 2016] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 27263|app: -1|req: -1/18] 10.0.2.2 () {44 vars in 1874 bytes} [Thu Oct 20 10:36:10 2016] GET /favicon.ico => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 27266|app: -1|req: -1/19] 10.0.2.2 () {44 vars in 1920 bytes} [Thu Oct 20 10:36:10 2016] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 27267|app: -1|req: -1/20] 10.0.2.2 () {44 vars in 1874 bytes} [Thu Oct 20 10:36:10 2016] GET /favicon.ico => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 27265|app: -1|req: -1/21] 10.0.2.2 () {44 vars in 1920 bytes} [Thu Oct 20 10:36:10 2016] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 27263|app: -1|req: -1/22] 10.0.2.2 () {44 vars in 1874 bytes} [Thu Oct 20 10:36:10 2016] GET /favicon.ico => generated 21 bytes in 1 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 27267|app: -1|req: -1/23] 10.0.2.2 () {44 vars in 1920 bytes} [Thu Oct 20 10:36:11 2016] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 27266|app: -1|req: -1/24] 10.0.2.2 () {44 vars in 1874 bytes} [Thu Oct 20 10:36:11 2016] GET /favicon.ico => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 27267|app: -1|req: -1/25] 10.0.2.2 () {40 vars in 1867 bytes} [Thu Oct 20 10:39:11 2016] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 27263|app: -1|req: -1/26] 10.0.2.2 () {40 vars in 1821 bytes} [Thu Oct 20 10:39:11 2016] GET /favicon.ico => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
...brutally killing workers... | |
worker 1 buried after 0 seconds | |
worker 2 buried after 0 seconds | |
worker 3 buried after 0 seconds | |
worker 4 buried after 0 seconds | |
binary reloading uWSGI... | |
chdir() to /vagrant | |
closing all non-uwsgi socket fds > 2 (max_fd = 1024)... | |
found fd 3 mapped to socket 0 (/tmp/baggable/baggable-uwsgi.sock) | |
running /home/baggable/.virtualenvs/baggable/bin/uwsgi | |
[uWSGI] getting INI configuration from config/uwsgi.ini | |
*** Starting uWSGI 2.0.6 (32bit) on [Thu Oct 20 11:03:10 2016] *** | |
compiled with version: 4.6.3 on 20 October 2016 10:32:56 | |
os: Linux-3.8.0-38-generic #56~precise1-Ubuntu SMP Thu Mar 13 16:23:47 UTC 2014 | |
nodename: precise32 | |
machine: i686 | |
clock source: unix | |
detected number of CPU cores: 1 | |
current working directory: /vagrant | |
detected binary path: /home/baggable/.virtualenvs/baggable/bin/uwsgi | |
!!! no internal routing support, rebuild with pcre support !!! | |
your processes number limit is 3831 | |
your memory page size is 4096 bytes | |
detected max file descriptor number: 1024 | |
- async cores set to 100 - fd table size: 1024 | |
lock engine: pthread robust mutexes | |
thunder lock: disabled (you can enable it with --thunder-lock) | |
uwsgi socket 0 inherited UNIX address /tmp/baggable/baggable-uwsgi.sock fd 3 | |
Python version: 2.7.3 (default, Jun 22 2015, 19:59:27) [GCC 4.6.3] | |
Python main interpreter initialized at 0x9637170 | |
python threads support enabled | |
your server socket listen backlog is limited to 100 connections | |
your mercy for graceful operations on workers is 60 seconds | |
mapped 6036880 bytes (5895 KB) for 400 cores | |
*** Operational MODE: preforking+threaded *** | |
Traceback (most recent call last): | |
File "./app/__init__.py", line 6, in <module> | |
from app.models.common import db | |
File "./app/models/__init__.py", line 3, in <module> | |
from activity import Activity | |
File "./app/models/activity.py", line 5, in <module> | |
from app.models.prize import Prize | |
File "./app/models/prize.py", line 11, in <module> | |
class Prize(Base, db.Model): | |
File "./app/models/prize.py", line 33, in Prize | |
], native_enum=False), nullable=False, default=STATUS_INIT) | |
File "/home/baggable/.virtualenvs/baggable/local/lib/python2.7/site-packages/sqlalchemy/sql/sqltypes.py", line 1228, in __init__ | |
self._setup_for_values(values, objects, kw) | |
File "/home/baggable/.virtualenvs/baggable/local/lib/python2.7/site-packages/sqlalchemy/sql/sqltypes.py", line 1271, in _setup_for_values | |
zip(objects, values) | |
TypeError: unhashable type: 'list' | |
unable to load app 0 (mountpoint='') (callable not found or import error) | |
*** no app loaded. going in full dynamic mode *** | |
*** uWSGI is running in multiple interpreter mode *** | |
gracefully (RE)spawned uWSGI master process (pid: 27253) | |
spawned uWSGI worker 1 (pid: 29162, cores: 100) | |
spawned 1 offload threads for uWSGI worker 1 | |
spawned uWSGI worker 2 (pid: 29164, cores: 100) | |
*** running gevent loop engine [addr:0x80d4370] *** | |
spawned uWSGI worker 3 (pid: 29165, cores: 100) | |
spawned uWSGI worker 4 (pid: 29166, cores: 100) | |
*** Stats server enabled on 127.0.0.1:24125 fd: 15 *** | |
spawned 1 offload threads for uWSGI worker 2 | |
spawned 1 offload threads for uWSGI worker 3 | |
spawned 1 offload threads for uWSGI worker 4 | |
Thu Oct 20 11:03:12 2016 - uWSGI worker 1 screams: UAAAAAAH my master disconnected: i will kill myself !!! | |
Thu Oct 20 11:03:12 2016 - uWSGI worker 2 screams: UAAAAAAH my master disconnected: i will kill myself !!! | |
Thu Oct 20 11:03:12 2016 - uWSGI worker 3 screams: UAAAAAAH my master disconnected: i will kill myself !!! | |
Thu Oct 20 11:03:12 2016 - uWSGI worker 4 screams: UAAAAAAH my master disconnected: i will kill myself !!! | |
*** Starting uWSGI 2.0.6 (32bit) on [Thu Oct 20 11:03:12 2016] *** | |
compiled with version: 4.6.3 on 20 October 2016 10:32:56 | |
os: Linux-3.8.0-38-generic #56~precise1-Ubuntu SMP Thu Mar 13 16:23:47 UTC 2014 | |
nodename: precise32 | |
machine: i686 | |
clock source: unix | |
detected number of CPU cores: 1 | |
current working directory: /vagrant | |
writing pidfile to /tmp/baggable/baggable-uwsgi.pid | |
detected binary path: /home/baggable/.virtualenvs/baggable/bin/uwsgi | |
!!! no internal routing support, rebuild with pcre support !!! | |
your processes number limit is 3831 | |
your memory page size is 4096 bytes | |
detected max file descriptor number: 1024 | |
- async cores set to 100 - fd table size: 1024 | |
lock engine: pthread robust mutexes | |
thunder lock: disabled (you can enable it with --thunder-lock) | |
uwsgi socket 0 bound to UNIX address /tmp/baggable/baggable-uwsgi.sock fd 3 | |
Python version: 2.7.3 (default, Jun 22 2015, 19:59:27) [GCC 4.6.3] | |
Python main interpreter initialized at 0xa0911b0 | |
python threads support enabled | |
your server socket listen backlog is limited to 100 connections | |
your mercy for graceful operations on workers is 60 seconds | |
mapped 6036880 bytes (5895 KB) for 400 cores | |
*** Operational MODE: preforking+threaded *** | |
Traceback (most recent call last): | |
File "./app/__init__.py", line 6, in <module> | |
from app.models.common import db | |
File "./app/models/__init__.py", line 3, in <module> | |
from activity import Activity | |
File "./app/models/activity.py", line 5, in <module> | |
from app.models.prize import Prize | |
File "./app/models/prize.py", line 11, in <module> | |
class Prize(Base, db.Model): | |
File "./app/models/prize.py", line 33, in Prize | |
], native_enum=False), nullable=False, default=STATUS_INIT) | |
File "/home/baggable/.virtualenvs/baggable/local/lib/python2.7/site-packages/sqlalchemy/sql/sqltypes.py", line 1228, in __init__ | |
self._setup_for_values(values, objects, kw) | |
File "/home/baggable/.virtualenvs/baggable/local/lib/python2.7/site-packages/sqlalchemy/sql/sqltypes.py", line 1271, in _setup_for_values | |
zip(objects, values) | |
TypeError: unhashable type: 'list' | |
unable to load app 0 (mountpoint='') (callable not found or import error) | |
*** no app loaded. going in full dynamic mode *** | |
*** uWSGI is running in multiple interpreter mode *** | |
spawned uWSGI master process (pid: 29174) | |
spawned uWSGI worker 1 (pid: 29228, cores: 100) | |
spawned uWSGI worker 2 (pid: 29229, cores: 100) | |
spawned 1 offload threads for uWSGI worker 1 | |
spawned uWSGI worker 3 (pid: 29231, cores: 100) | |
spawned uWSGI worker 4 (pid: 29232, cores: 100) | |
*** running gevent loop engine [addr:0x80d4370] *** | |
*** Stats server enabled on 127.0.0.1:24125 fd: 15 *** | |
spawned 1 offload threads for uWSGI worker 3 | |
spawned 1 offload threads for uWSGI worker 2 | |
spawned 1 offload threads for uWSGI worker 4 | |
...brutally killing workers... | |
worker 1 buried after 0 seconds | |
worker 3 buried after 0 seconds | |
worker 2 buried after 0 seconds | |
worker 4 buried after 0 seconds | |
binary reloading uWSGI... | |
chdir() to /vagrant | |
closing all non-uwsgi socket fds > 2 (max_fd = 1024)... | |
found fd 3 mapped to socket 0 (/tmp/baggable/baggable-uwsgi.sock) | |
running /home/baggable/.virtualenvs/baggable/bin/uwsgi | |
[uWSGI] getting INI configuration from config/uwsgi.ini | |
*** Starting uWSGI 2.0.6 (32bit) on [Thu Oct 20 11:03:35 2016] *** | |
compiled with version: 4.6.3 on 20 October 2016 10:32:56 | |
os: Linux-3.8.0-38-generic #56~precise1-Ubuntu SMP Thu Mar 13 16:23:47 UTC 2014 | |
nodename: precise32 | |
machine: i686 | |
clock source: unix | |
detected number of CPU cores: 1 | |
current working directory: /vagrant | |
detected binary path: /home/baggable/.virtualenvs/baggable/bin/uwsgi | |
!!! no internal routing support, rebuild with pcre support !!! | |
your processes number limit is 3831 | |
your memory page size is 4096 bytes | |
detected max file descriptor number: 1024 | |
- async cores set to 100 - fd table size: 1024 | |
lock engine: pthread robust mutexes | |
thunder lock: disabled (you can enable it with --thunder-lock) | |
uwsgi socket 0 inherited UNIX address /tmp/baggable/baggable-uwsgi.sock fd 3 | |
Python version: 2.7.3 (default, Jun 22 2015, 19:59:27) [GCC 4.6.3] | |
Python main interpreter initialized at 0x96e8170 | |
python threads support enabled | |
your server socket listen backlog is limited to 100 connections | |
your mercy for graceful operations on workers is 60 seconds | |
mapped 6036880 bytes (5895 KB) for 400 cores | |
*** Operational MODE: preforking+threaded *** | |
Traceback (most recent call last): | |
File "./app/__init__.py", line 6, in <module> | |
from app.models.common import db | |
File "./app/models/__init__.py", line 3, in <module> | |
from activity import Activity | |
File "./app/models/activity.py", line 5, in <module> | |
from app.models.prize import Prize | |
File "./app/models/prize.py", line 11, in <module> | |
class Prize(Base, db.Model): | |
File "./app/models/prize.py", line 33, in Prize | |
], native_enum=False), nullable=False, default=STATUS_INIT) | |
File "/home/baggable/.virtualenvs/baggable/local/lib/python2.7/site-packages/sqlalchemy/sql/sqltypes.py", line 1228, in __init__ | |
self._setup_for_values(values, objects, kw) | |
File "/home/baggable/.virtualenvs/baggable/local/lib/python2.7/site-packages/sqlalchemy/sql/sqltypes.py", line 1271, in _setup_for_values | |
zip(objects, values) | |
TypeError: unhashable type: 'list' | |
unable to load app 0 (mountpoint='') (callable not found or import error) | |
*** no app loaded. going in full dynamic mode *** | |
*** uWSGI is running in multiple interpreter mode *** | |
gracefully (RE)spawned uWSGI master process (pid: 29174) | |
spawned uWSGI worker 1 (pid: 29541, cores: 100) | |
spawned uWSGI worker 2 (pid: 29542, cores: 100) | |
spawned 1 offload threads for uWSGI worker 1 | |
spawned uWSGI worker 3 (pid: 29544, cores: 100) | |
*** running gevent loop engine [addr:0x80d4370] *** | |
spawned uWSGI worker 4 (pid: 29545, cores: 100) | |
*** Stats server enabled on 127.0.0.1:24125 fd: 15 *** | |
spawned 1 offload threads for uWSGI worker 3 | |
spawned 1 offload threads for uWSGI worker 4 | |
spawned 1 offload threads for uWSGI worker 2 | |
Thu Oct 20 11:03:37 2016 - uWSGI worker 1 screams: UAAAAAAH my master disconnected: i will kill myself !!! | |
Thu Oct 20 11:03:37 2016 - uWSGI worker 3 screams: UAAAAAAH my master disconnected: i will kill myself !!! | |
Thu Oct 20 11:03:37 2016 - uWSGI worker 4 screams: UAAAAAAH my master disconnected: i will kill myself !!! | |
Thu Oct 20 11:03:37 2016 - uWSGI worker 2 screams: UAAAAAAH my master disconnected: i will kill myself !!! | |
*** Starting uWSGI 2.0.6 (32bit) on [Thu Oct 20 11:04:30 2016] *** | |
compiled with version: 4.6.3 on 20 October 2016 10:32:56 | |
os: Linux-3.8.0-38-generic #56~precise1-Ubuntu SMP Thu Mar 13 16:23:47 UTC 2014 | |
nodename: precise32 | |
machine: i686 | |
clock source: unix | |
detected number of CPU cores: 1 | |
current working directory: /vagrant | |
writing pidfile to /tmp/baggable/baggable-uwsgi.pid | |
detected binary path: /home/baggable/.virtualenvs/baggable/bin/uwsgi | |
!!! no internal routing support, rebuild with pcre support !!! | |
your processes number limit is 3831 | |
your memory page size is 4096 bytes | |
detected max file descriptor number: 1024 | |
- async cores set to 100 - fd table size: 1024 | |
lock engine: pthread robust mutexes | |
thunder lock: disabled (you can enable it with --thunder-lock) | |
uwsgi socket 0 bound to UNIX address /tmp/baggable/baggable-uwsgi.sock fd 3 | |
Python version: 2.7.3 (default, Jun 22 2015, 19:59:27) [GCC 4.6.3] | |
Python main interpreter initialized at 0x8c5e1b0 | |
python threads support enabled | |
your server socket listen backlog is limited to 100 connections | |
your mercy for graceful operations on workers is 60 seconds | |
mapped 6036880 bytes (5895 KB) for 400 cores | |
*** Operational MODE: preforking+threaded *** | |
Traceback (most recent call last): | |
File "./app/__init__.py", line 6, in <module> | |
from app.models.common import db | |
File "./app/models/__init__.py", line 3, in <module> | |
from activity import Activity | |
File "./app/models/activity.py", line 5, in <module> | |
from app.models.prize import Prize | |
File "./app/models/prize.py", line 11, in <module> | |
class Prize(Base, db.Model): | |
File "./app/models/prize.py", line 33, in Prize | |
], native_enum=False), nullable=False, default=STATUS_INIT) | |
File "/home/baggable/.virtualenvs/baggable/local/lib/python2.7/site-packages/sqlalchemy/sql/sqltypes.py", line 1228, in __init__ | |
self._setup_for_values(values, objects, kw) | |
File "/home/baggable/.virtualenvs/baggable/local/lib/python2.7/site-packages/sqlalchemy/sql/sqltypes.py", line 1271, in _setup_for_values | |
zip(objects, values) | |
TypeError: unhashable type: 'list' | |
unable to load app 0 (mountpoint='') (callable not found or import error) | |
*** no app loaded. going in full dynamic mode *** | |
*** uWSGI is running in multiple interpreter mode *** | |
spawned uWSGI master process (pid: 2162) | |
spawned uWSGI worker 1 (pid: 2219, cores: 100) | |
spawned uWSGI worker 2 (pid: 2220, cores: 100) | |
spawned 1 offload threads for uWSGI worker 1 | |
spawned uWSGI worker 3 (pid: 2222, cores: 100) | |
spawned uWSGI worker 4 (pid: 2223, cores: 100) | |
*** running gevent loop engine [addr:0x80d4370] *** | |
*** Stats server enabled on 127.0.0.1:24125 fd: 15 *** | |
spawned 1 offload threads for uWSGI worker 4 | |
spawned 1 offload threads for uWSGI worker 3 | |
spawned 1 offload threads for uWSGI worker 2 | |
--- no python application found, check your startup logs for errors --- | |
[pid: 2219|app: -1|req: -1/1] 10.0.2.2 () {40 vars in 1867 bytes} [Thu Oct 20 11:04:53 2016] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 2223|app: -1|req: -1/2] 10.0.2.2 () {40 vars in 1821 bytes} [Thu Oct 20 11:04:53 2016] GET /favicon.ico => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 2220|app: -1|req: -1/3] 10.0.2.2 () {42 vars in 1898 bytes} [Thu Oct 20 11:05:39 2016] GET / => generated 21 bytes in 1 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 2223|app: -1|req: -1/4] 10.0.2.2 () {44 vars in 1874 bytes} [Thu Oct 20 11:05:39 2016] GET /favicon.ico => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
...brutally killing workers... | |
worker 1 buried after 0 seconds | |
worker 2 buried after 0 seconds | |
worker 3 buried after 0 seconds | |
worker 4 buried after 0 seconds | |
binary reloading uWSGI... | |
chdir() to /vagrant | |
closing all non-uwsgi socket fds > 2 (max_fd = 1024)... | |
found fd 3 mapped to socket 0 (/tmp/baggable/baggable-uwsgi.sock) | |
running /home/baggable/.virtualenvs/baggable/bin/uwsgi | |
[uWSGI] getting INI configuration from config/uwsgi.ini | |
*** Starting uWSGI 2.0.6 (32bit) on [Thu Oct 20 11:06:27 2016] *** | |
compiled with version: 4.6.3 on 20 October 2016 10:32:56 | |
os: Linux-3.8.0-38-generic #56~precise1-Ubuntu SMP Thu Mar 13 16:23:47 UTC 2014 | |
nodename: precise32 | |
machine: i686 | |
clock source: unix | |
detected number of CPU cores: 1 | |
current working directory: /vagrant | |
detected binary path: /home/baggable/.virtualenvs/baggable/bin/uwsgi | |
!!! no internal routing support, rebuild with pcre support !!! | |
your processes number limit is 3831 | |
your memory page size is 4096 bytes | |
detected max file descriptor number: 1024 | |
- async cores set to 100 - fd table size: 1024 | |
lock engine: pthread robust mutexes | |
thunder lock: disabled (you can enable it with --thunder-lock) | |
uwsgi socket 0 inherited UNIX address /tmp/baggable/baggable-uwsgi.sock fd 3 | |
Python version: 2.7.3 (default, Jun 22 2015, 19:59:27) [GCC 4.6.3] | |
Python main interpreter initialized at 0x82f7170 | |
python threads support enabled | |
your server socket listen backlog is limited to 100 connections | |
your mercy for graceful operations on workers is 60 seconds | |
mapped 6036880 bytes (5895 KB) for 400 cores | |
*** Operational MODE: preforking+threaded *** | |
Traceback (most recent call last): | |
File "./app/__init__.py", line 6, in <module> | |
from app.models.common import db | |
File "./app/models/__init__.py", line 3, in <module> | |
from activity import Activity | |
File "./app/models/activity.py", line 5, in <module> | |
from app.models.prize import Prize | |
File "./app/models/prize.py", line 11, in <module> | |
class Prize(Base, db.Model): | |
File "./app/models/prize.py", line 33, in Prize | |
], native_enum=False), nullable=False, default=STATUS_INIT) | |
File "/home/baggable/.virtualenvs/baggable/local/lib/python2.7/site-packages/sqlalchemy/sql/sqltypes.py", line 1228, in __init__ | |
self._setup_for_values(values, objects, kw) | |
File "/home/baggable/.virtualenvs/baggable/local/lib/python2.7/site-packages/sqlalchemy/sql/sqltypes.py", line 1271, in _setup_for_values | |
zip(objects, values) | |
TypeError: unhashable type: 'list' | |
unable to load app 0 (mountpoint='') (callable not found or import error) | |
*** no app loaded. going in full dynamic mode *** | |
*** uWSGI is running in multiple interpreter mode *** | |
gracefully (RE)spawned uWSGI master process (pid: 2162) | |
spawned uWSGI worker 1 (pid: 2595, cores: 100) | |
spawned uWSGI worker 2 (pid: 2597, cores: 100) | |
spawned 1 offload threads for uWSGI worker 1 | |
spawned uWSGI worker 3 (pid: 2598, cores: 100) | |
spawned uWSGI worker 4 (pid: 2599, cores: 100) | |
*** running gevent loop engine [addr:0x80d4370] *** | |
*** Stats server enabled on 127.0.0.1:24125 fd: 15 *** | |
spawned 1 offload threads for uWSGI worker 3 | |
spawned 1 offload threads for uWSGI worker 4 | |
spawned 1 offload threads for uWSGI worker 2 | |
Thu Oct 20 11:06:29 2016 - uWSGI worker 1 screams: UAAAAAAH my master disconnected: i will kill myself !!! | |
Thu Oct 20 11:06:29 2016 - uWSGI worker 2 screams: UAAAAAAH my master disconnected: i will kill myself !!! | |
Thu Oct 20 11:06:29 2016 - uWSGI worker 3 screams: UAAAAAAH my master disconnected: i will kill myself !!! | |
Thu Oct 20 11:06:29 2016 - uWSGI worker 4 screams: UAAAAAAH my master disconnected: i will kill myself !!! | |
*** Starting uWSGI 2.0.6 (32bit) on [Thu Oct 20 11:06:29 2016] *** | |
compiled with version: 4.6.3 on 20 October 2016 10:32:56 | |
os: Linux-3.8.0-38-generic #56~precise1-Ubuntu SMP Thu Mar 13 16:23:47 UTC 2014 | |
nodename: precise32 | |
machine: i686 | |
clock source: unix | |
detected number of CPU cores: 1 | |
current working directory: /vagrant | |
writing pidfile to /tmp/baggable/baggable-uwsgi.pid | |
detected binary path: /home/baggable/.virtualenvs/baggable/bin/uwsgi | |
!!! no internal routing support, rebuild with pcre support !!! | |
your processes number limit is 3831 | |
your memory page size is 4096 bytes | |
detected max file descriptor number: 1024 | |
- async cores set to 100 - fd table size: 1024 | |
lock engine: pthread robust mutexes | |
thunder lock: disabled (you can enable it with --thunder-lock) | |
uwsgi socket 0 bound to UNIX address /tmp/baggable/baggable-uwsgi.sock fd 3 | |
Python version: 2.7.3 (default, Jun 22 2015, 19:59:27) [GCC 4.6.3] | |
Python main interpreter initialized at 0x91581b0 | |
python threads support enabled | |
your server socket listen backlog is limited to 100 connections | |
your mercy for graceful operations on workers is 60 seconds | |
mapped 6036880 bytes (5895 KB) for 400 cores | |
*** Operational MODE: preforking+threaded *** | |
Traceback (most recent call last): | |
File "./app/__init__.py", line 6, in <module> | |
from app.models.common import db | |
File "./app/models/__init__.py", line 3, in <module> | |
from activity import Activity | |
File "./app/models/activity.py", line 5, in <module> | |
from app.models.prize import Prize | |
File "./app/models/prize.py", line 11, in <module> | |
class Prize(Base, db.Model): | |
File "./app/models/prize.py", line 33, in Prize | |
], native_enum=False), nullable=False, default=STATUS_INIT) | |
File "/home/baggable/.virtualenvs/baggable/local/lib/python2.7/site-packages/sqlalchemy/sql/sqltypes.py", line 1228, in __init__ | |
self._setup_for_values(values, objects, kw) | |
File "/home/baggable/.virtualenvs/baggable/local/lib/python2.7/site-packages/sqlalchemy/sql/sqltypes.py", line 1271, in _setup_for_values | |
zip(objects, values) | |
TypeError: unhashable type: 'list' | |
unable to load app 0 (mountpoint='') (callable not found or import error) | |
*** no app loaded. going in full dynamic mode *** | |
*** uWSGI is running in multiple interpreter mode *** | |
spawned uWSGI master process (pid: 2604) | |
spawned uWSGI worker 1 (pid: 2614, cores: 100) | |
spawned 1 offload threads for uWSGI worker 1 | |
spawned uWSGI worker 2 (pid: 2616, cores: 100) | |
spawned uWSGI worker 3 (pid: 2617, cores: 100) | |
*** running gevent loop engine [addr:0x80d4370] *** | |
spawned uWSGI worker 4 (pid: 2618, cores: 100) | |
*** Stats server enabled on 127.0.0.1:24125 fd: 15 *** | |
spawned 1 offload threads for uWSGI worker 3 | |
spawned 1 offload threads for uWSGI worker 2 | |
spawned 1 offload threads for uWSGI worker 4 | |
--- no python application found, check your startup logs for errors --- | |
[pid: 2617|app: -1|req: -1/1] 10.0.2.2 () {42 vars in 1898 bytes} [Thu Oct 20 11:07:01 2016] GET / => generated 21 bytes in 1 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 2614|app: -1|req: -1/2] 10.0.2.2 () {44 vars in 1874 bytes} [Thu Oct 20 11:07:01 2016] GET /favicon.ico => generated 21 bytes in 1 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 2616|app: -1|req: -1/3] 10.0.2.2 () {42 vars in 1898 bytes} [Thu Oct 20 11:07:02 2016] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 2616|app: -1|req: -1/4] 10.0.2.2 () {44 vars in 1874 bytes} [Thu Oct 20 11:07:02 2016] GET /favicon.ico => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 2617|app: -1|req: -1/5] 10.0.2.2 () {42 vars in 1898 bytes} [Thu Oct 20 11:07:02 2016] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 2614|app: -1|req: -1/6] 10.0.2.2 () {44 vars in 1874 bytes} [Thu Oct 20 11:07:02 2016] GET /favicon.ico => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 2616|app: -1|req: -1/7] 10.0.2.2 () {42 vars in 1898 bytes} [Thu Oct 20 11:07:02 2016] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 2617|app: -1|req: -1/8] 10.0.2.2 () {44 vars in 1874 bytes} [Thu Oct 20 11:07:02 2016] GET /favicon.ico => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
...brutally killing workers... | |
worker 1 buried after 0 seconds | |
worker 2 buried after 0 seconds | |
worker 3 buried after 0 seconds | |
worker 4 buried after 0 seconds | |
binary reloading uWSGI... | |
chdir() to /vagrant | |
closing all non-uwsgi socket fds > 2 (max_fd = 1024)... | |
found fd 3 mapped to socket 0 (/tmp/baggable/baggable-uwsgi.sock) | |
running /home/baggable/.virtualenvs/baggable/bin/uwsgi | |
[uWSGI] getting INI configuration from config/uwsgi.ini | |
*** Starting uWSGI 2.0.6 (32bit) on [Thu Oct 20 11:15:40 2016] *** | |
compiled with version: 4.6.3 on 20 October 2016 10:32:56 | |
os: Linux-3.8.0-38-generic #56~precise1-Ubuntu SMP Thu Mar 13 16:23:47 UTC 2014 | |
nodename: precise32 | |
machine: i686 | |
clock source: unix | |
detected number of CPU cores: 1 | |
current working directory: /vagrant | |
detected binary path: /home/baggable/.virtualenvs/baggable/bin/uwsgi | |
!!! no internal routing support, rebuild with pcre support !!! | |
your processes number limit is 3831 | |
your memory page size is 4096 bytes | |
detected max file descriptor number: 1024 | |
- async cores set to 100 - fd table size: 1024 | |
lock engine: pthread robust mutexes | |
thunder lock: disabled (you can enable it with --thunder-lock) | |
uwsgi socket 0 inherited UNIX address /tmp/baggable/baggable-uwsgi.sock fd 3 | |
Python version: 2.7.3 (default, Jun 22 2015, 19:59:27) [GCC 4.6.3] | |
Python main interpreter initialized at 0x9ffa170 | |
python threads support enabled | |
your server socket listen backlog is limited to 100 connections | |
your mercy for graceful operations on workers is 60 seconds | |
mapped 6036880 bytes (5895 KB) for 400 cores | |
*** Operational MODE: preforking+threaded *** | |
Traceback (most recent call last): | |
File "./app/__init__.py", line 6, in <module> | |
from app.models.common import db | |
File "./app/models/__init__.py", line 3, in <module> | |
from activity import Activity | |
File "./app/models/activity.py", line 5, in <module> | |
from app.models.prize import Prize | |
File "./app/models/prize.py", line 11, in <module> | |
class Prize(Base, db.Model): | |
File "./app/models/prize.py", line 33, in Prize | |
], native_enum=False), nullable=False, default=STATUS_INIT) | |
File "/home/baggable/.virtualenvs/baggable/local/lib/python2.7/site-packages/sqlalchemy/sql/sqltypes.py", line 1228, in __init__ | |
self._setup_for_values(values, objects, kw) | |
File "/home/baggable/.virtualenvs/baggable/local/lib/python2.7/site-packages/sqlalchemy/sql/sqltypes.py", line 1271, in _setup_for_values | |
zip(objects, values) | |
TypeError: unhashable type: 'list' | |
unable to load app 0 (mountpoint='') (callable not found or import error) | |
*** no app loaded. going in full dynamic mode *** | |
*** uWSGI is running in multiple interpreter mode *** | |
gracefully (RE)spawned uWSGI master process (pid: 2604) | |
spawned uWSGI worker 1 (pid: 2725, cores: 100) | |
spawned uWSGI worker 2 (pid: 2726, cores: 100) | |
spawned 1 offload threads for uWSGI worker 1 | |
spawned uWSGI worker 3 (pid: 2728, cores: 100) | |
spawned uWSGI worker 4 (pid: 2729, cores: 100) | |
*** Stats server enabled on 127.0.0.1:24125 fd: 15 *** | |
*** running gevent loop engine [addr:0x80d4370] *** | |
spawned 1 offload threads for uWSGI worker 4 | |
spawned 1 offload threads for uWSGI worker 3 | |
spawned 1 offload threads for uWSGI worker 2 | |
Thu Oct 20 11:15:42 2016 - uWSGI worker 1 screams: UAAAAAAH my master disconnected: i will kill myself !!! | |
Thu Oct 20 11:15:42 2016 - uWSGI worker 2 screams: UAAAAAAH my master disconnected: i will kill myself !!! | |
Thu Oct 20 11:15:42 2016 - uWSGI worker 4 screams: UAAAAAAH my master disconnected: i will kill myself !!! | |
Thu Oct 20 11:15:42 2016 - uWSGI worker 3 screams: UAAAAAAH my master disconnected: i will kill myself !!! | |
*** Starting uWSGI 2.0.6 (32bit) on [Thu Oct 20 11:15:42 2016] *** | |
compiled with version: 4.6.3 on 20 October 2016 10:32:56 | |
os: Linux-3.8.0-38-generic #56~precise1-Ubuntu SMP Thu Mar 13 16:23:47 UTC 2014 | |
nodename: precise32 | |
machine: i686 | |
clock source: unix | |
detected number of CPU cores: 1 | |
current working directory: /vagrant | |
writing pidfile to /tmp/baggable/baggable-uwsgi.pid | |
detected binary path: /home/baggable/.virtualenvs/baggable/bin/uwsgi | |
!!! no internal routing support, rebuild with pcre support !!! | |
your processes number limit is 3831 | |
your memory page size is 4096 bytes | |
detected max file descriptor number: 1024 | |
- async cores set to 100 - fd table size: 1024 | |
lock engine: pthread robust mutexes | |
thunder lock: disabled (you can enable it with --thunder-lock) | |
uwsgi socket 0 bound to UNIX address /tmp/baggable/baggable-uwsgi.sock fd 3 | |
Python version: 2.7.3 (default, Jun 22 2015, 19:59:27) [GCC 4.6.3] | |
Python main interpreter initialized at 0x87691b0 | |
python threads support enabled | |
your server socket listen backlog is limited to 100 connections | |
your mercy for graceful operations on workers is 60 seconds | |
mapped 6036880 bytes (5895 KB) for 400 cores | |
*** Operational MODE: preforking+threaded *** | |
Traceback (most recent call last): | |
File "./app/__init__.py", line 6, in <module> | |
from app.models.common import db | |
File "./app/models/__init__.py", line 3, in <module> | |
from activity import Activity | |
File "./app/models/activity.py", line 5, in <module> | |
from app.models.prize import Prize | |
File "./app/models/prize.py", line 11, in <module> | |
class Prize(Base, db.Model): | |
File "./app/models/prize.py", line 33, in Prize | |
], native_enum=False), nullable=False, default=STATUS_INIT) | |
File "/home/baggable/.virtualenvs/baggable/local/lib/python2.7/site-packages/sqlalchemy/sql/sqltypes.py", line 1228, in __init__ | |
self._setup_for_values(values, objects, kw) | |
File "/home/baggable/.virtualenvs/baggable/local/lib/python2.7/site-packages/sqlalchemy/sql/sqltypes.py", line 1271, in _setup_for_values | |
zip(objects, values) | |
TypeError: unhashable type: 'list' | |
unable to load app 0 (mountpoint='') (callable not found or import error) | |
*** no app loaded. going in full dynamic mode *** | |
*** uWSGI is running in multiple interpreter mode *** | |
spawned uWSGI master process (pid: 2734) | |
spawned uWSGI worker 1 (pid: 2744, cores: 100) | |
spawned 1 offload threads for uWSGI worker 1 | |
spawned uWSGI worker 2 (pid: 2746, cores: 100) | |
spawned uWSGI worker 3 (pid: 2747, cores: 100) | |
*** running gevent loop engine [addr:0x80d4370] *** | |
spawned uWSGI worker 4 (pid: 2748, cores: 100) | |
*** Stats server enabled on 127.0.0.1:24125 fd: 15 *** | |
spawned 1 offload threads for uWSGI worker 3 | |
spawned 1 offload threads for uWSGI worker 2 | |
spawned 1 offload threads for uWSGI worker 4 | |
...brutally killing workers... | |
worker 1 buried after 0 seconds | |
worker 2 buried after 0 seconds | |
worker 3 buried after 0 seconds | |
worker 4 buried after 0 seconds | |
binary reloading uWSGI... | |
chdir() to /vagrant | |
closing all non-uwsgi socket fds > 2 (max_fd = 1024)... | |
found fd 3 mapped to socket 0 (/tmp/baggable/baggable-uwsgi.sock) | |
running /home/baggable/.virtualenvs/baggable/bin/uwsgi | |
[uWSGI] getting INI configuration from config/uwsgi.ini | |
*** Starting uWSGI 2.0.6 (32bit) on [Thu Oct 20 11:18:51 2016] *** | |
compiled with version: 4.6.3 on 20 October 2016 10:32:56 | |
os: Linux-3.8.0-38-generic #56~precise1-Ubuntu SMP Thu Mar 13 16:23:47 UTC 2014 | |
nodename: precise32 | |
machine: i686 | |
clock source: unix | |
detected number of CPU cores: 1 | |
current working directory: /vagrant | |
detected binary path: /home/baggable/.virtualenvs/baggable/bin/uwsgi | |
!!! no internal routing support, rebuild with pcre support !!! | |
your processes number limit is 3831 | |
your memory page size is 4096 bytes | |
detected max file descriptor number: 1024 | |
- async cores set to 100 - fd table size: 1024 | |
lock engine: pthread robust mutexes | |
thunder lock: disabled (you can enable it with --thunder-lock) | |
uwsgi socket 0 inherited UNIX address /tmp/baggable/baggable-uwsgi.sock fd 3 | |
Python version: 2.7.3 (default, Jun 22 2015, 19:59:27) [GCC 4.6.3] | |
Python main interpreter initialized at 0x834d170 | |
python threads support enabled | |
your server socket listen backlog is limited to 100 connections | |
your mercy for graceful operations on workers is 60 seconds | |
mapped 6036880 bytes (5895 KB) for 400 cores | |
*** Operational MODE: preforking+threaded *** | |
Traceback (most recent call last): | |
File "./app/__init__.py", line 6, in <module> | |
from app.models.common import db | |
File "./app/models/__init__.py", line 3, in <module> | |
from activity import Activity | |
File "./app/models/activity.py", line 5, in <module> | |
from app.models.prize import Prize | |
File "./app/models/prize.py", line 11, in <module> | |
class Prize(Base, db.Model): | |
File "./app/models/prize.py", line 33, in Prize | |
], native_enum=False), nullable=False, default=STATUS_INIT) | |
File "/home/baggable/.virtualenvs/baggable/local/lib/python2.7/site-packages/sqlalchemy/sql/sqltypes.py", line 1228, in __init__ | |
self._setup_for_values(values, objects, kw) | |
File "/home/baggable/.virtualenvs/baggable/local/lib/python2.7/site-packages/sqlalchemy/sql/sqltypes.py", line 1271, in _setup_for_values | |
zip(objects, values) | |
TypeError: unhashable type: 'list' | |
unable to load app 0 (mountpoint='') (callable not found or import error) | |
*** no app loaded. going in full dynamic mode *** | |
*** uWSGI is running in multiple interpreter mode *** | |
gracefully (RE)spawned uWSGI master process (pid: 2734) | |
spawned uWSGI worker 1 (pid: 2960, cores: 100) | |
spawned 1 offload threads for uWSGI worker 1 | |
spawned uWSGI worker 2 (pid: 2962, cores: 100) | |
spawned uWSGI worker 3 (pid: 2963, cores: 100) | |
*** running gevent loop engine [addr:0x80d4370] *** | |
spawned uWSGI worker 4 (pid: 2964, cores: 100) | |
*** Stats server enabled on 127.0.0.1:24125 fd: 15 *** | |
spawned 1 offload threads for uWSGI worker 3 | |
spawned 1 offload threads for uWSGI worker 2 | |
spawned 1 offload threads for uWSGI worker 4 | |
...brutally killing workers... | |
worker 1 buried after 0 seconds | |
worker 3 buried after 0 seconds | |
worker 4 buried after 0 seconds | |
worker 2 buried after 0 seconds | |
binary reloading uWSGI... | |
chdir() to /vagrant | |
closing all non-uwsgi socket fds > 2 (max_fd = 1024)... | |
found fd 3 mapped to socket 0 (/tmp/baggable/baggable-uwsgi.sock) | |
running /home/baggable/.virtualenvs/baggable/bin/uwsgi | |
[uWSGI] getting INI configuration from config/uwsgi.ini | |
*** Starting uWSGI 2.0.6 (32bit) on [Thu Oct 20 11:18:53 2016] *** | |
compiled with version: 4.6.3 on 20 October 2016 10:32:56 | |
os: Linux-3.8.0-38-generic #56~precise1-Ubuntu SMP Thu Mar 13 16:23:47 UTC 2014 | |
nodename: precise32 | |
machine: i686 | |
clock source: unix | |
detected number of CPU cores: 1 | |
current working directory: /vagrant | |
detected binary path: /home/baggable/.virtualenvs/baggable/bin/uwsgi | |
!!! no internal routing support, rebuild with pcre support !!! | |
your processes number limit is 3831 | |
your memory page size is 4096 bytes | |
detected max file descriptor number: 1024 | |
- async cores set to 100 - fd table size: 1024 | |
lock engine: pthread robust mutexes | |
thunder lock: disabled (you can enable it with --thunder-lock) | |
uwsgi socket 0 inherited UNIX address /tmp/baggable/baggable-uwsgi.sock fd 3 | |
Python version: 2.7.3 (default, Jun 22 2015, 19:59:27) [GCC 4.6.3] | |
Python main interpreter initialized at 0x9226170 | |
python threads support enabled | |
your server socket listen backlog is limited to 100 connections | |
your mercy for graceful operations on workers is 60 seconds | |
mapped 6036880 bytes (5895 KB) for 400 cores | |
*** Operational MODE: preforking+threaded *** | |
*** Starting uWSGI 2.0.6 (32bit) on [Thu Oct 20 11:19:41 2016] *** | |
compiled with version: 4.6.3 on 20 October 2016 10:32:56 | |
os: Linux-3.8.0-38-generic #56~precise1-Ubuntu SMP Thu Mar 13 16:23:47 UTC 2014 | |
nodename: precise32 | |
machine: i686 | |
clock source: unix | |
detected number of CPU cores: 1 | |
current working directory: /vagrant | |
writing pidfile to /tmp/baggable/baggable-uwsgi.pid | |
detected binary path: /home/baggable/.virtualenvs/baggable/bin/uwsgi | |
!!! no internal routing support, rebuild with pcre support !!! | |
your processes number limit is 3831 | |
your memory page size is 4096 bytes | |
detected max file descriptor number: 1024 | |
- async cores set to 100 - fd table size: 1024 | |
lock engine: pthread robust mutexes | |
thunder lock: disabled (you can enable it with --thunder-lock) | |
uwsgi socket 0 bound to UNIX address /tmp/baggable/baggable-uwsgi.sock fd 3 | |
Python version: 2.7.3 (default, Jun 22 2015, 19:59:27) [GCC 4.6.3] | |
Python main interpreter initialized at 0x9a761b0 | |
python threads support enabled | |
your server socket listen backlog is limited to 100 connections | |
your mercy for graceful operations on workers is 60 seconds | |
mapped 6036880 bytes (5895 KB) for 400 cores | |
*** Operational MODE: preforking+threaded *** | |
Traceback (most recent call last): | |
File "./app/__init__.py", line 6, in <module> | |
from app.models.common import db | |
File "./app/models/__init__.py", line 3, in <module> | |
from activity import Activity | |
File "./app/models/activity.py", line 5, in <module> | |
from app.models.prize import Prize | |
File "./app/models/prize.py", line 11, in <module> | |
class Prize(Base, db.Model): | |
File "./app/models/prize.py", line 33, in Prize | |
], native_enum=False), nullable=False, default=STATUS_INIT) | |
File "/home/baggable/.virtualenvs/baggable/local/lib/python2.7/site-packages/sqlalchemy/sql/sqltypes.py", line 1228, in __init__ | |
self._setup_for_values(values, objects, kw) | |
File "/home/baggable/.virtualenvs/baggable/local/lib/python2.7/site-packages/sqlalchemy/sql/sqltypes.py", line 1271, in _setup_for_values | |
zip(objects, values) | |
TypeError: unhashable type: 'list' | |
unable to load app 0 (mountpoint='') (callable not found or import error) | |
*** no app loaded. going in full dynamic mode *** | |
*** uWSGI is running in multiple interpreter mode *** | |
spawned uWSGI master process (pid: 2140) | |
spawned uWSGI worker 1 (pid: 2197, cores: 100) | |
spawned uWSGI worker 2 (pid: 2198, cores: 100) | |
spawned 1 offload threads for uWSGI worker 2 | |
spawned uWSGI worker 3 (pid: 2200, cores: 100) | |
spawned uWSGI worker 4 (pid: 2201, cores: 100) | |
spawned 1 offload threads for uWSGI worker 1 | |
*** Stats server enabled on 127.0.0.1:24125 fd: 15 *** | |
spawned 1 offload threads for uWSGI worker 3 | |
spawned 1 offload threads for uWSGI worker 4 | |
*** running gevent loop engine [addr:0x80d4370] *** | |
--- no python application found, check your startup logs for errors --- | |
[pid: 2201|app: -1|req: -1/1] 10.0.2.2 () {40 vars in 1867 bytes} [Thu Oct 20 11:21:01 2016] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 2197|app: -1|req: -1/2] 10.0.2.2 () {40 vars in 1821 bytes} [Thu Oct 20 11:21:01 2016] GET /favicon.ico => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 2200|app: -1|req: -1/3] 10.0.2.2 () {42 vars in 1898 bytes} [Thu Oct 20 11:24:21 2016] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 2197|app: -1|req: -1/4] 10.0.2.2 () {44 vars in 1874 bytes} [Thu Oct 20 11:24:21 2016] GET /favicon.ico => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 2201|app: -1|req: -1/5] 10.0.2.2 () {42 vars in 1898 bytes} [Thu Oct 20 11:24:21 2016] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 2198|app: -1|req: -1/6] 10.0.2.2 () {44 vars in 1874 bytes} [Thu Oct 20 11:24:21 2016] GET /favicon.ico => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 2201|app: -1|req: -1/7] 10.0.2.2 () {42 vars in 1898 bytes} [Thu Oct 20 11:24:22 2016] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 2197|app: -1|req: -1/8] 10.0.2.2 () {44 vars in 1874 bytes} [Thu Oct 20 11:24:22 2016] GET /favicon.ico => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 2200|app: -1|req: -1/9] 10.0.2.2 () {42 vars in 1898 bytes} [Thu Oct 20 11:24:22 2016] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 2198|app: -1|req: -1/10] 10.0.2.2 () {44 vars in 1874 bytes} [Thu Oct 20 11:24:22 2016] GET /favicon.ico => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 2197|app: -1|req: -1/11] 10.0.2.2 () {42 vars in 1898 bytes} [Thu Oct 20 11:24:22 2016] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 2201|app: -1|req: -1/12] 10.0.2.2 () {44 vars in 1874 bytes} [Thu Oct 20 11:24:22 2016] GET /favicon.ico => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 2200|app: -1|req: -1/13] 10.0.2.2 () {42 vars in 1898 bytes} [Thu Oct 20 11:24:22 2016] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 2197|app: -1|req: -1/14] 10.0.2.2 () {44 vars in 1874 bytes} [Thu Oct 20 11:24:22 2016] GET /favicon.ico => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 2201|app: -1|req: -1/15] 10.0.2.2 () {42 vars in 1898 bytes} [Thu Oct 20 11:24:22 2016] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 2200|app: -1|req: -1/16] 10.0.2.2 () {44 vars in 1874 bytes} [Thu Oct 20 11:24:22 2016] GET /favicon.ico => generated 21 bytes in 1 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 2198|app: -1|req: -1/17] 10.0.2.2 () {42 vars in 1898 bytes} [Thu Oct 20 11:24:23 2016] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 2201|app: -1|req: -1/18] 10.0.2.2 () {44 vars in 1874 bytes} [Thu Oct 20 11:24:23 2016] GET /favicon.ico => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 2198|app: -1|req: -1/19] 10.0.2.2 () {42 vars in 1898 bytes} [Thu Oct 20 11:24:23 2016] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 2201|app: -1|req: -1/20] 10.0.2.2 () {44 vars in 1874 bytes} [Thu Oct 20 11:24:23 2016] GET /favicon.ico => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 2200|app: -1|req: -1/21] 10.0.2.2 () {42 vars in 1898 bytes} [Thu Oct 20 11:24:23 2016] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 2197|app: -1|req: -1/22] 10.0.2.2 () {44 vars in 1874 bytes} [Thu Oct 20 11:24:23 2016] GET /favicon.ico => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 2198|app: -1|req: -1/23] 10.0.2.2 () {42 vars in 1898 bytes} [Thu Oct 20 11:24:23 2016] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 2200|app: -1|req: -1/24] 10.0.2.2 () {44 vars in 1874 bytes} [Thu Oct 20 11:24:23 2016] GET /favicon.ico => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 2201|app: -1|req: -1/25] 10.0.2.2 () {42 vars in 1898 bytes} [Thu Oct 20 11:24:23 2016] GET / => generated 21 bytes in 1 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 2200|app: -1|req: -1/26] 10.0.2.2 () {44 vars in 1874 bytes} [Thu Oct 20 11:24:23 2016] GET /favicon.ico => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
...brutally killing workers... | |
worker 1 buried after 0 seconds | |
worker 2 buried after 0 seconds | |
worker 3 buried after 0 seconds | |
worker 4 buried after 0 seconds | |
binary reloading uWSGI... | |
chdir() to /vagrant | |
closing all non-uwsgi socket fds > 2 (max_fd = 1024)... | |
found fd 3 mapped to socket 0 (/tmp/baggable/baggable-uwsgi.sock) | |
running /home/baggable/.virtualenvs/baggable/bin/uwsgi | |
[uWSGI] getting INI configuration from config/uwsgi.ini | |
*** Starting uWSGI 2.0.6 (32bit) on [Thu Oct 20 11:26:14 2016] *** | |
compiled with version: 4.6.3 on 20 October 2016 10:32:56 | |
os: Linux-3.8.0-38-generic #56~precise1-Ubuntu SMP Thu Mar 13 16:23:47 UTC 2014 | |
nodename: precise32 | |
machine: i686 | |
clock source: unix | |
detected number of CPU cores: 1 | |
current working directory: /vagrant | |
detected binary path: /home/baggable/.virtualenvs/baggable/bin/uwsgi | |
!!! no internal routing support, rebuild with pcre support !!! | |
your processes number limit is 3831 | |
your memory page size is 4096 bytes | |
detected max file descriptor number: 1024 | |
- async cores set to 100 - fd table size: 1024 | |
lock engine: pthread robust mutexes | |
thunder lock: disabled (you can enable it with --thunder-lock) | |
uwsgi socket 0 inherited UNIX address /tmp/baggable/baggable-uwsgi.sock fd 3 | |
Python version: 2.7.3 (default, Jun 22 2015, 19:59:27) [GCC 4.6.3] | |
Python main interpreter initialized at 0x86d4170 | |
python threads support enabled | |
your server socket listen backlog is limited to 100 connections | |
your mercy for graceful operations on workers is 60 seconds | |
mapped 6036880 bytes (5895 KB) for 400 cores | |
*** Operational MODE: preforking+threaded *** | |
Traceback (most recent call last): | |
File "./app/__init__.py", line 6, in <module> | |
from app.models.common import db | |
File "./app/models/__init__.py", line 3, in <module> | |
from activity import Activity | |
File "./app/models/activity.py", line 5, in <module> | |
from app.models.prize import Prize | |
File "./app/models/prize.py", line 11, in <module> | |
class Prize(Base, db.Model): | |
File "./app/models/prize.py", line 33, in Prize | |
], native_enum=False), nullable=False, default=STATUS_INIT) | |
File "/home/baggable/.virtualenvs/baggable/local/lib/python2.7/site-packages/sqlalchemy/sql/sqltypes.py", line 1228, in __init__ | |
self._setup_for_values(values, objects, kw) | |
File "/home/baggable/.virtualenvs/baggable/local/lib/python2.7/site-packages/sqlalchemy/sql/sqltypes.py", line 1271, in _setup_for_values | |
zip(objects, values) | |
TypeError: unhashable type: 'list' | |
unable to load app 0 (mountpoint='') (callable not found or import error) | |
*** no app loaded. going in full dynamic mode *** | |
*** uWSGI is running in multiple interpreter mode *** | |
gracefully (RE)spawned uWSGI master process (pid: 2140) | |
spawned uWSGI worker 1 (pid: 2611, cores: 100) | |
spawned 1 offload threads for uWSGI worker 1 | |
spawned uWSGI worker 2 (pid: 2613, cores: 100) | |
spawned uWSGI worker 3 (pid: 2614, cores: 100) | |
*** running gevent loop engine [addr:0x80d4370] *** | |
spawned uWSGI worker 4 (pid: 2615, cores: 100) | |
*** Stats server enabled on 127.0.0.1:24125 fd: 15 *** | |
spawned 1 offload threads for uWSGI worker 3 | |
spawned 1 offload threads for uWSGI worker 2 | |
spawned 1 offload threads for uWSGI worker 4 | |
Thu Oct 20 11:26:16 2016 - uWSGI worker 1 screams: UAAAAAAH my master disconnected: i will kill myself !!! | |
Thu Oct 20 11:26:16 2016 - uWSGI worker 2 screams: UAAAAAAH my master disconnected: i will kill myself !!! | |
Thu Oct 20 11:26:16 2016 - uWSGI worker 3 screams: UAAAAAAH my master disconnected: i will kill myself !!! | |
Thu Oct 20 11:26:16 2016 - uWSGI worker 4 screams: UAAAAAAH my master disconnected: i will kill myself !!! | |
*** Starting uWSGI 2.0.6 (32bit) on [Thu Oct 20 11:26:16 2016] *** | |
compiled with version: 4.6.3 on 20 October 2016 10:32:56 | |
os: Linux-3.8.0-38-generic #56~precise1-Ubuntu SMP Thu Mar 13 16:23:47 UTC 2014 | |
nodename: precise32 | |
machine: i686 | |
clock source: unix | |
detected number of CPU cores: 1 | |
current working directory: /vagrant | |
writing pidfile to /tmp/baggable/baggable-uwsgi.pid | |
detected binary path: /home/baggable/.virtualenvs/baggable/bin/uwsgi | |
!!! no internal routing support, rebuild with pcre support !!! | |
your processes number limit is 3831 | |
your memory page size is 4096 bytes | |
detected max file descriptor number: 1024 | |
- async cores set to 100 - fd table size: 1024 | |
lock engine: pthread robust mutexes | |
thunder lock: disabled (you can enable it with --thunder-lock) | |
uwsgi socket 0 bound to UNIX address /tmp/baggable/baggable-uwsgi.sock fd 3 | |
Python version: 2.7.3 (default, Jun 22 2015, 19:59:27) [GCC 4.6.3] | |
Python main interpreter initialized at 0x91a41b0 | |
python threads support enabled | |
your server socket listen backlog is limited to 100 connections | |
your mercy for graceful operations on workers is 60 seconds | |
mapped 6036880 bytes (5895 KB) for 400 cores | |
*** Operational MODE: preforking+threaded *** | |
Traceback (most recent call last): | |
File "./app/__init__.py", line 6, in <module> | |
from app.models.common import db | |
File "./app/models/__init__.py", line 3, in <module> | |
from activity import Activity | |
File "./app/models/activity.py", line 5, in <module> | |
from app.models.prize import Prize | |
File "./app/models/prize.py", line 11, in <module> | |
class Prize(Base, db.Model): | |
File "./app/models/prize.py", line 33, in Prize | |
], native_enum=False), nullable=False, default=STATUS_INIT) | |
File "/home/baggable/.virtualenvs/baggable/local/lib/python2.7/site-packages/sqlalchemy/sql/sqltypes.py", line 1228, in __init__ | |
self._setup_for_values(values, objects, kw) | |
File "/home/baggable/.virtualenvs/baggable/local/lib/python2.7/site-packages/sqlalchemy/sql/sqltypes.py", line 1271, in _setup_for_values | |
zip(objects, values) | |
TypeError: unhashable type: 'list' | |
unable to load app 0 (mountpoint='') (callable not found or import error) | |
*** no app loaded. going in full dynamic mode *** | |
*** uWSGI is running in multiple interpreter mode *** | |
spawned uWSGI master process (pid: 2621) | |
spawned uWSGI worker 1 (pid: 2631, cores: 100) | |
spawned uWSGI worker 2 (pid: 2632, cores: 100) | |
spawned 1 offload threads for uWSGI worker 1 | |
spawned uWSGI worker 3 (pid: 2634, cores: 100) | |
spawned uWSGI worker 4 (pid: 2635, cores: 100) | |
*** running gevent loop engine [addr:0x80d4370] *** | |
*** Stats server enabled on 127.0.0.1:24125 fd: 15 *** | |
spawned 1 offload threads for uWSGI worker 3 | |
spawned 1 offload threads for uWSGI worker 4 | |
spawned 1 offload threads for uWSGI worker 2 | |
--- no python application found, check your startup logs for errors --- | |
[pid: 2635|app: -1|req: -1/1] 10.0.2.2 () {42 vars in 1898 bytes} [Thu Oct 20 11:26:36 2016] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 2631|app: -1|req: -1/2] 10.0.2.2 () {40 vars in 1821 bytes} [Thu Oct 20 11:26:36 2016] GET /favicon.ico => generated 21 bytes in 1 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 2634|app: -1|req: -1/3] 10.0.2.2 () {42 vars in 1898 bytes} [Thu Oct 20 11:26:42 2016] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 2634|app: -1|req: -1/4] 10.0.2.2 () {44 vars in 1874 bytes} [Thu Oct 20 11:26:42 2016] GET /favicon.ico => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 2635|app: -1|req: -1/5] 10.0.2.2 () {42 vars in 1898 bytes} [Thu Oct 20 11:26:42 2016] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 2631|app: -1|req: -1/6] 10.0.2.2 () {44 vars in 1874 bytes} [Thu Oct 20 11:26:42 2016] GET /favicon.ico => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 2634|app: -1|req: -1/7] 10.0.2.2 () {42 vars in 1898 bytes} [Thu Oct 20 11:26:43 2016] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 2635|app: -1|req: -1/8] 10.0.2.2 () {44 vars in 1874 bytes} [Thu Oct 20 11:26:43 2016] GET /favicon.ico => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 2631|app: -1|req: -1/9] 10.0.2.2 () {42 vars in 1898 bytes} [Thu Oct 20 11:26:43 2016] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 2634|app: -1|req: -1/10] 10.0.2.2 () {44 vars in 1874 bytes} [Thu Oct 20 11:26:43 2016] GET /favicon.ico => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 2631|app: -1|req: -1/11] 10.0.2.2 () {42 vars in 1898 bytes} [Thu Oct 20 11:26:43 2016] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 2634|app: -1|req: -1/12] 10.0.2.2 () {44 vars in 1874 bytes} [Thu Oct 20 11:26:43 2016] GET /favicon.ico => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
*** Starting uWSGI 2.0.14 (32bit) on [Thu Oct 20 11:29:52 2016] *** | |
compiled with version: 4.6.3 on 20 October 2016 11:01:35 | |
os: Linux-3.8.0-38-generic #56~precise1-Ubuntu SMP Thu Mar 13 16:23:47 UTC 2014 | |
nodename: precise32 | |
machine: i686 | |
clock source: unix | |
detected number of CPU cores: 1 | |
current working directory: /vagrant | |
writing pidfile to /tmp/baggable/baggable-uwsgi.pid | |
detected binary path: /usr/local/bin/uwsgi | |
!!! no internal routing support, rebuild with pcre support !!! | |
chdir() to /vagrant | |
your processes number limit is 3831 | |
your memory page size is 4096 bytes | |
detected max file descriptor number: 1024 | |
- async cores set to 100 - fd table size: 1024 | |
lock engine: pthread robust mutexes | |
thunder lock: disabled (you can enable it with --thunder-lock) | |
uwsgi socket 0 bound to UNIX address /tmp/baggable/baggable-uwsgi.sock fd 3 | |
Python version: 2.7.3 (default, Jun 22 2015, 19:59:27) [GCC 4.6.3] | |
Python main interpreter initialized at 0x8295d28 | |
python threads support enabled | |
your server socket listen backlog is limited to 100 connections | |
your mercy for graceful operations on workers is 60 seconds | |
mapped 6036880 bytes (5895 KB) for 400 cores | |
*** Operational MODE: preforking+threaded *** | |
Traceback (most recent call last): | |
File "./app/__init__.py", line 2, in <module> | |
from flask import Flask, render_template, current_app, redirect, flash | |
ImportError: No module named flask | |
unable to load app 0 (mountpoint='') (callable not found or import error) | |
*** no app loaded. going in full dynamic mode *** | |
*** uWSGI is running in multiple interpreter mode *** | |
spawned uWSGI master process (pid: 2767) | |
spawned uWSGI worker 1 (pid: 2872, cores: 100) | |
spawned uWSGI worker 2 (pid: 2873, cores: 100) | |
spawned uWSGI worker 3 (pid: 2874, cores: 100) | |
spawned uWSGI worker 4 (pid: 2876, cores: 100) | |
spawned 1 offload threads for uWSGI worker 1 | |
probably another instance of uWSGI is running on the same address (127.0.0.1:24125). | |
bind(): Address already in use [core/socket.c line 769] | |
...brutally killing workers... | |
spawned 1 offload threads for uWSGI worker 2 | |
spawned 1 offload threads for uWSGI worker 3 | |
spawned 1 offload threads for uWSGI worker 4 | |
*** running gevent loop engine [addr:0x80d7eb0] *** | |
Python auto-reloader enabled | |
ImportError: No module named gevent | |
ImportError: No module named gevent | |
ImportError: No module named gevent | |
ImportError: No module named gevent | |
*** Starting uWSGI 2.0.6 (32bit) on [Thu Oct 20 12:01:11 2016] *** | |
compiled with version: 4.6.3 on 20 October 2016 11:47:46 | |
os: Linux-3.8.0-38-generic #56~precise1-Ubuntu SMP Thu Mar 13 16:23:47 UTC 2014 | |
nodename: precise32 | |
machine: i686 | |
clock source: unix | |
detected number of CPU cores: 1 | |
current working directory: /vagrant | |
writing pidfile to /tmp/baggable/baggable-uwsgi.pid | |
detected binary path: /home/baggable/.virtualenvs/baggable/bin/uwsgi | |
!!! no internal routing support, rebuild with pcre support !!! | |
your processes number limit is 3831 | |
your memory page size is 4096 bytes | |
detected max file descriptor number: 1024 | |
- async cores set to 100 - fd table size: 1024 | |
lock engine: pthread robust mutexes | |
thunder lock: disabled (you can enable it with --thunder-lock) | |
uwsgi socket 0 bound to UNIX address /tmp/baggable/baggable-uwsgi.sock fd 3 | |
Python version: 2.7.3 (default, Jun 22 2015, 19:59:27) [GCC 4.6.3] | |
Python main interpreter initialized at 0x8fa51b0 | |
python threads support enabled | |
your server socket listen backlog is limited to 100 connections | |
your mercy for graceful operations on workers is 60 seconds | |
mapped 6036880 bytes (5895 KB) for 400 cores | |
*** Operational MODE: preforking+threaded *** | |
Traceback (most recent call last): | |
File "./app/__init__.py", line 6, in <module> | |
from app.models.common import db | |
File "./app/models/__init__.py", line 3, in <module> | |
from activity import Activity | |
File "./app/models/activity.py", line 5, in <module> | |
from app.models.prize import Prize | |
File "./app/models/prize.py", line 11, in <module> | |
class Prize(Base, db.Model): | |
File "./app/models/prize.py", line 33, in Prize | |
], native_enum=False), nullable=False, default=STATUS_INIT) | |
File "/home/baggable/.virtualenvs/baggable/local/lib/python2.7/site-packages/sqlalchemy/sql/sqltypes.py", line 1228, in __init__ | |
self._setup_for_values(values, objects, kw) | |
File "/home/baggable/.virtualenvs/baggable/local/lib/python2.7/site-packages/sqlalchemy/sql/sqltypes.py", line 1271, in _setup_for_values | |
zip(objects, values) | |
TypeError: unhashable type: 'list' | |
unable to load app 0 (mountpoint='') (callable not found or import error) | |
*** no app loaded. going in full dynamic mode *** | |
*** uWSGI is running in multiple interpreter mode *** | |
spawned uWSGI master process (pid: 27250) | |
spawned uWSGI worker 1 (pid: 27260, cores: 100) | |
spawned uWSGI worker 2 (pid: 27261, cores: 100) | |
spawned 1 offload threads for uWSGI worker 1 | |
spawned uWSGI worker 3 (pid: 27263, cores: 100) | |
spawned uWSGI worker 4 (pid: 27264, cores: 100) | |
*** Stats server enabled on 127.0.0.1:24125 fd: 15 *** | |
*** running gevent loop engine [addr:0x80d4370] *** | |
spawned 1 offload threads for uWSGI worker 4 | |
spawned 1 offload threads for uWSGI worker 3 | |
spawned 1 offload threads for uWSGI worker 2 | |
--- no python application found, check your startup logs for errors --- | |
[pid: 27264|app: -1|req: -1/1] 10.0.2.2 () {42 vars in 1898 bytes} [Thu Oct 20 12:01:18 2016] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) | |
--- no python application found, check your startup logs for errors --- | |
[pid: 27260|app: -1|req: -1/2] 10.0.2.2 () {44 vars in 1874 bytes} [Thu Oct 20 12:01:18 2016] GET /favicon.ico => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 99) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment