running install running bdist_egg running egg_info writing pyee.egg-info/PKG-INFO writing dependency_links to pyee.egg-info/dependency_links.txt writing top-level names to pyee.egg-info/top_level.txt reading manifest file 'pyee.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'pyee.egg-info/SOURCES.txt' installing library code to build/bdist.linux-riscv64/egg running install_lib running build_py creating build/bdist.linux-riscv64 creating build/bdist.linux-riscv64/egg creating build/bdist.linux-riscv64/egg/pyee copying build/lib/pyee/_base.py -> build/bdist.linux-riscv64/egg/pyee copying build/lib/pyee/_trio.py -> build/bdist.linux-riscv64/egg/pyee copying build/lib/pyee/__init__.py -> build/bdist.linux-riscv64/egg/pyee copying build/lib/pyee/_executor.py -> build/bdist.linux-riscv64/egg/pyee copying build/lib/pyee/uplift.py -> build/bdist.linux-riscv64/egg/pyee copying build/lib/pyee/_twisted.py -> build/bdist.linux-riscv64/egg/pyee copying build/lib/pyee/_compat.py -> build/bdist.linux-riscv64/egg/pyee copying build/lib/pyee/_asyncio.py -> build/bdist.linux-riscv64/egg/pyee byte-compiling build/bdist.linux-riscv64/egg/pyee/_base.py to _base.cpython-310.pyc byte-compiling build/bdist.linux-riscv64/egg/pyee/_trio.py to _trio.cpython-310.pyc byte-compiling build/bdist.linux-riscv64/egg/pyee/__init__.py to __init__.cpython-310.pyc byte-compiling build/bdist.linux-riscv64/egg/pyee/_executor.py to _executor.cpython-310.pyc byte-compiling build/bdist.linux-riscv64/egg/pyee/uplift.py to uplift.cpython-310.pyc byte-compiling build/bdist.linux-riscv64/egg/pyee/_twisted.py to _twisted.cpython-310.pyc byte-compiling build/bdist.linux-riscv64/egg/pyee/_compat.py to _compat.cpython-310.pyc byte-compiling build/bdist.linux-riscv64/egg/pyee/_asyncio.py to _asyncio.cpython-310.pyc writing byte-compilation script '/tmp/tmpi481dtm6.py' /build/python-pyee/src/pyee-8.2.2/test-env/bin/python -Wignore:The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives:DeprecationWarning /tmp/tmpi481dtm6.py removing /tmp/tmpi481dtm6.py creating build/bdist.linux-riscv64/egg/EGG-INFO copying pyee.egg-info/PKG-INFO -> build/bdist.linux-riscv64/egg/EGG-INFO copying pyee.egg-info/SOURCES.txt -> build/bdist.linux-riscv64/egg/EGG-INFO copying pyee.egg-info/dependency_links.txt -> build/bdist.linux-riscv64/egg/EGG-INFO copying pyee.egg-info/top_level.txt -> build/bdist.linux-riscv64/egg/EGG-INFO zip_safe flag not set; analyzing archive contents... creating dist creating 'dist/pyee-8.2.2-py3.10.egg' and adding 'build/bdist.linux-riscv64/egg' to it removing 'build/bdist.linux-riscv64/egg' (and everything under it) Processing pyee-8.2.2-py3.10.egg Copying pyee-8.2.2-py3.10.egg to /build/python-pyee/src/pyee-8.2.2/test-env/lib/python3.10/site-packages Adding pyee 8.2.2 to easy-install.pth file Installed /build/python-pyee/src/pyee-8.2.2/test-env/lib/python3.10/site-packages/pyee-8.2.2-py3.10.egg Processing dependencies for pyee==8.2.2 Finished processing dependencies for pyee==8.2.2 ============================= test session starts ============================== platform linux -- Python 3.10.1, pytest-6.2.5, py-1.11.0, pluggy-0.13.1 rootdir: /build/python-pyee/src/pyee-8.2.2 plugins: asyncio-0.16.0 collected 32 items / 1 error / 31 selected ==================================== ERRORS ==================================== _____________________ ERROR collecting tests/test_trio.py ______________________ ImportError while importing test module '/build/python-pyee/src/pyee-8.2.2/tests/test_trio.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib/python3.10/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/test_trio.py:4: in import pytest_trio.plugin # noqa E ModuleNotFoundError: No module named 'pytest_trio' =========================== short test summary info ============================ ERROR tests/test_trio.py !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!! =============================== 1 error in 1.58s =============================== ==> ERROR: A failure occurred in check().  Aborting...