You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

154 lines
9.2 KiB

*** Starting uWSGI 2.0.20 (64bit) on [Mon Jan 31 17:05:01 2022] ***
compiled with version: 8.3.0 on 31 January 2022 15:27:05
os: Linux-4.19.0-17-amd64 #1 SMP Debian 4.19.194-3 (2021-07-18)
nodename: v2202108153785159888
machine: x86_64
clock source: unix
pcre jit disabled
detected number of CPU cores: 4
current working directory: /var/www/corten
detected binary path: /var/www/corten/env/bin/uwsgi
uWSGI running as root, you can use --uid/--gid/--chroot options
*** WARNING: you are running uWSGI as root !!! (use the --uid flag) ***
chdir() to /var/www/corten
your processes number limit is 64053
your memory page size is 4096 bytes
detected max file descriptor number: 1024
lock engine: pthread robust mutexes
thunder lock: disabled (you can enable it with --thunder-lock)
*** RRDtool library available at 0x555b0547d7b0 ***
uWSGI http bound on 0.0.0.0:8087 fd 3
uwsgi socket 0 bound to UNIX address /var/www/corten/corten.sock fd 6
uWSGI running as root, you can use --uid/--gid/--chroot options
*** WARNING: you are running uWSGI as root !!! (use the --uid flag) ***
Python version: 3.7.3 (default, Jan 22 2021, 20:04:44) [GCC 8.3.0]
*** Python threads support is disabled. You can enable it with --enable-threads ***
Python main interpreter initialized at 0x555b0549b1a0
uWSGI running as root, you can use --uid/--gid/--chroot options
*** WARNING: you are running uWSGI as root !!! (use the --uid flag) ***
your server socket listen backlog is limited to 100 connections
your mercy for graceful operations on workers is 60 seconds
mapped 437520 bytes (427 KB) for 5 cores
*** Operational MODE: preforking ***
added /var/www/corten/env/bin/python3.7 to pythonpath.
added /var/www/corten/env/lib/python3.7/site-packages/ to pythonpath.
Traceback (most recent call last):
File "./app.py", line 4, in <module>
from flask import Flask, render_template
File "/var/www/corten/env/lib/python3.7/site-packages/flask/__init__.py", line 3, in <module>
from werkzeug.exceptions import abort as abort
File "/var/www/corten/env/lib/python3.7/site-packages/werkzeug/__init__.py", line 2, in <module>
from .test import Client as Client
File "/var/www/corten/env/lib/python3.7/site-packages/werkzeug/test.py", line 30, in <module>
from .sansio.multipart import Data
File "/var/www/corten/env/lib/python3.7/site-packages/werkzeug/sansio/multipart.py", line 22, in <module>
class Preamble(Event):
File "/var/www/corten/env/lib/python3.7/site-packages/dataclasses.py", line 950, in wrap
return _process_class(cls, init, repr, eq, order, unsafe_hash, frozen)
File "/var/www/corten/env/lib/python3.7/site-packages/dataclasses.py", line 801, in _process_class
for name, type in cls_annotations.items()]
File "/var/www/corten/env/lib/python3.7/site-packages/dataclasses.py", line 801, in <listcomp>
for name, type in cls_annotations.items()]
File "/var/www/corten/env/lib/python3.7/site-packages/dataclasses.py", line 659, in _get_field
if (_is_classvar(a_type, typing)
File "/var/www/corten/env/lib/python3.7/site-packages/dataclasses.py", line 550, in _is_classvar
return type(a_type) is typing._ClassVar
AttributeError: module 'typing' has no attribute '_ClassVar'
unable to load app 0 (mountpoint='') (callable not found or import error)
*** no app loaded. going in full dynamic mode ***
uWSGI running as root, you can use --uid/--gid/--chroot options
*** WARNING: you are running uWSGI as root !!! (use the --uid flag) ***
*** uWSGI is running in multiple interpreter mode ***
spawned uWSGI master process (pid: 31852)
spawned uWSGI worker 1 (pid: 31857, cores: 1)
spawned uWSGI worker 2 (pid: 31858, cores: 1)
spawned uWSGI worker 3 (pid: 31859, cores: 1)
spawned uWSGI worker 4 (pid: 31860, cores: 1)
spawned uWSGI worker 5 (pid: 31861, cores: 1)
*** Stats server enabled on 202.61.253.44:9193 fd: 20 ***
spawned uWSGI http 1 (pid: 31862)
SIGINT/SIGTERM received...killing workers...
gateway "uWSGI http 1" has been buried (pid: 31862)
worker 1 buried after 1 seconds
worker 2 buried after 1 seconds
worker 3 buried after 1 seconds
worker 4 buried after 1 seconds
worker 5 buried after 1 seconds
goodbye to uWSGI.
*** Starting uWSGI 2.0.20 (64bit) on [Mon Jan 31 17:07:06 2022] ***
compiled with version: 8.3.0 on 31 January 2022 15:27:05
os: Linux-4.19.0-17-amd64 #1 SMP Debian 4.19.194-3 (2021-07-18)
nodename: v2202108153785159888
machine: x86_64
clock source: unix
pcre jit disabled
detected number of CPU cores: 4
current working directory: /var/www/corten
detected binary path: /var/www/corten/env/bin/uwsgi
uWSGI running as root, you can use --uid/--gid/--chroot options
*** WARNING: you are running uWSGI as root !!! (use the --uid flag) ***
chdir() to /var/www/corten
your processes number limit is 64053
your memory page size is 4096 bytes
detected max file descriptor number: 1024
lock engine: pthread robust mutexes
thunder lock: disabled (you can enable it with --thunder-lock)
*** RRDtool library available at 0x557242f197b0 ***
uWSGI http bound on 0.0.0.0:8087 fd 3
uwsgi socket 0 bound to UNIX address /var/www/corten/corten.sock fd 6
uWSGI running as root, you can use --uid/--gid/--chroot options
*** WARNING: you are running uWSGI as root !!! (use the --uid flag) ***
Python version: 3.7.3 (default, Jan 22 2021, 20:04:44) [GCC 8.3.0]
*** Python threads support is disabled. You can enable it with --enable-threads ***
Python main interpreter initialized at 0x557242f371a0
uWSGI running as root, you can use --uid/--gid/--chroot options
*** WARNING: you are running uWSGI as root !!! (use the --uid flag) ***
your server socket listen backlog is limited to 100 connections
your mercy for graceful operations on workers is 60 seconds
mapped 437520 bytes (427 KB) for 5 cores
*** Operational MODE: preforking ***
added /var/www/corten/env/bin/python3.7 to pythonpath.
added /var/www/corten/env/lib/python3.7/site-packages/ to pythonpath.
Traceback (most recent call last):
File "./app.py", line 4, in <module>
from flask import Flask, render_template
File "/var/www/corten/env/lib/python3.7/site-packages/flask/__init__.py", line 3, in <module>
from werkzeug.exceptions import abort as abort
File "/var/www/corten/env/lib/python3.7/site-packages/werkzeug/__init__.py", line 2, in <module>
from .test import Client as Client
File "/var/www/corten/env/lib/python3.7/site-packages/werkzeug/test.py", line 30, in <module>
from .sansio.multipart import Data
File "/var/www/corten/env/lib/python3.7/site-packages/werkzeug/sansio/multipart.py", line 22, in <module>
class Preamble(Event):
File "/var/www/corten/env/lib/python3.7/site-packages/dataclasses.py", line 950, in wrap
return _process_class(cls, init, repr, eq, order, unsafe_hash, frozen)
File "/var/www/corten/env/lib/python3.7/site-packages/dataclasses.py", line 801, in _process_class
for name, type in cls_annotations.items()]
File "/var/www/corten/env/lib/python3.7/site-packages/dataclasses.py", line 801, in <listcomp>
for name, type in cls_annotations.items()]
File "/var/www/corten/env/lib/python3.7/site-packages/dataclasses.py", line 659, in _get_field
if (_is_classvar(a_type, typing)
File "/var/www/corten/env/lib/python3.7/site-packages/dataclasses.py", line 550, in _is_classvar
return type(a_type) is typing._ClassVar
AttributeError: module 'typing' has no attribute '_ClassVar'
unable to load app 0 (mountpoint='') (callable not found or import error)
*** no app loaded. going in full dynamic mode ***
uWSGI running as root, you can use --uid/--gid/--chroot options
*** WARNING: you are running uWSGI as root !!! (use the --uid flag) ***
*** uWSGI is running in multiple interpreter mode ***
spawned uWSGI master process (pid: 32238)
spawned uWSGI worker 1 (pid: 32242, cores: 1)
spawned uWSGI worker 2 (pid: 32243, cores: 1)
spawned uWSGI worker 3 (pid: 32244, cores: 1)
spawned uWSGI worker 4 (pid: 32245, cores: 1)
spawned uWSGI worker 5 (pid: 32246, cores: 1)
*** Stats server enabled on 202.61.253.44:9193 fd: 20 ***
spawned uWSGI http 1 (pid: 32247)
--- no python application found, check your startup logs for errors ---
{address space usage: 90189824 bytes/86MB} {rss usage: 16379904 bytes/15MB} [pid: 32245|app: -1|req: -1/1] 127.0.0.1 () {54 vars in 1348 bytes} [Mon Jan 31 17:07:25 2022] GET / => generated 21 bytes in 0 msecs (HTTP/1.0 500) 2 headers in 83 bytes (0 switches on core 0)
--- no python application found, check your startup logs for errors ---
{address space usage: 90189824 bytes/86MB} {rss usage: 16379904 bytes/15MB} [pid: 32245|app: -1|req: -1/2] 127.0.0.1 () {48 vars in 1108 bytes} [Mon Jan 31 17:07:27 2022] GET /sw.js => generated 21 bytes in 0 msecs (HTTP/1.0 500) 2 headers in 83 bytes (0 switches on core 0)
--- no python application found, check your startup logs for errors ---
{address space usage: 90189824 bytes/86MB} {rss usage: 16379904 bytes/15MB} [pid: 32245|app: -1|req: -1/3] 127.0.0.1 () {54 vars in 1348 bytes} [Mon Jan 31 17:07:28 2022] GET / => generated 21 bytes in 0 msecs (HTTP/1.0 500) 2 headers in 83 bytes (0 switches on core 0)
--- no python application found, check your startup logs for errors ---
{address space usage: 90189824 bytes/86MB} {rss usage: 16379904 bytes/15MB} [pid: 32244|app: -1|req: -1/4] 127.0.0.1 () {48 vars in 1108 bytes} [Mon Jan 31 17:07:30 2022] GET /sw.js => generated 21 bytes in 0 msecs (HTTP/1.0 500) 2 headers in 83 bytes (0 switches on core 0)