[Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/gunicorn/util.py", line 99, in load_class
mod = importlib.import_module('.'.join(components))
File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 850, in exec_module
File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
File "/usr/lib/python3/dist-packages/gunicorn/workers/geventlet.py", line 20, in <module>
from eventlet.wsgi import ALREADY_HANDLED as EVENTLET_ALREADY_HANDLED
ImportError: cannot import name 'ALREADY_HANDLED' from 'eventlet.wsgi' (/usr/lib/python3/dist-packages/eventlet/wsgi.py)
Manually running the ExecStart line from the service revealed the following error:
ubuntu@ autopkgtest: /tmp/autopkgtes t.HFgA6D/ build.41y/ src$ sudo /usr/bin/gunicorn3 lava_server.wsgi --log-level DEBUG --log-file /var/log/ lava-server/ gunicorn. log -u lavaserver -g lavaserver --worker-class eventlet --workers 4
Error: class uri 'eventlet' invalid or not found:
[Traceback (most recent call last): python3/ dist-packages/ gunicorn/ util.py" , line 99, in load_class import_ module( '.'.join( components) ) python3. 9/importlib/ __init_ _.py", line 127, in import_module _gcd_import( name[level: ], package, level) _bootstrap> ", line 1030, in _gcd_import _bootstrap> ", line 1007, in _find_and_load _bootstrap> ", line 986, in _find_and_ load_unlocked _bootstrap> ", line 680, in _load_unlocked _bootstrap_ external> ", line 850, in exec_module _bootstrap> ", line 228, in _call_with_ frames_ removed python3/ dist-packages/ gunicorn/ workers/ geventlet. py", line 20, in <module> ALREADY_ HANDLED python3/ dist-packages/ eventlet/ wsgi.py)
File "/usr/lib/
mod = importlib.
File "/usr/lib/
return _bootstrap.
File "<frozen importlib.
File "<frozen importlib.
File "<frozen importlib.
File "<frozen importlib.
File "<frozen importlib.
File "<frozen importlib.
File "/usr/lib/
from eventlet.wsgi import ALREADY_HANDLED as EVENTLET_
ImportError: cannot import name 'ALREADY_HANDLED' from 'eventlet.wsgi' (/usr/lib/