Already up to date. ==> Making package: python-webssh 1.6.1-1 (Mon Apr 29 00:28:40 2024) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found python-webssh-1.6.1.tar.gz -> Found webssh.conf.d -> Found webssh.service -> Found sysusers.conf ==> Validating source files with sha256sums... python-webssh-1.6.1.tar.gz ... Passed webssh.conf.d ... Passed webssh.service ... Passed sysusers.conf ... Passed ==> Extracting sources... -> Extracting python-webssh-1.6.1.tar.gz with bsdtar ==> Removing existing $pkgdir/ directory... ==> Starting build()... * Getting build dependencies for wheel... running egg_info writing webssh.egg-info/PKG-INFO writing dependency_links to webssh.egg-info/dependency_links.txt writing entry points to webssh.egg-info/entry_points.txt writing requirements to webssh.egg-info/requires.txt writing top-level names to webssh.egg-info/top_level.txt reading manifest file 'webssh.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'tests/.pytest_cache' no previously-included directories found matching 'webssh/.pytest_cache' warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.log' found anywhere in distribution warning: no previously-included files matching '.coverage' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'webssh.egg-info/SOURCES.txt' * Building wheel... running bdist_wheel The [wheel] section is deprecated. Use [bdist_wheel] instead. running build running build_py running egg_info writing webssh.egg-info/PKG-INFO writing dependency_links to webssh.egg-info/dependency_links.txt writing entry points to webssh.egg-info/entry_points.txt writing requirements to webssh.egg-info/requires.txt writing top-level names to webssh.egg-info/top_level.txt reading manifest file 'webssh.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'tests/.pytest_cache' no previously-included directories found matching 'webssh/.pytest_cache' warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.log' found anywhere in distribution warning: no previously-included files matching '.coverage' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'webssh.egg-info/SOURCES.txt' /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'webssh.static.css' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'webssh.static.css' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'webssh.static.css' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'webssh.static.css' to be distributed and are already explicitly excluding 'webssh.static.css' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'webssh.static.css.fonts' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'webssh.static.css.fonts' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'webssh.static.css.fonts' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'webssh.static.css.fonts' to be distributed and are already explicitly excluding 'webssh.static.css.fonts' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'webssh.static.img' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'webssh.static.img' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'webssh.static.img' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'webssh.static.img' to be distributed and are already explicitly excluding 'webssh.static.img' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'webssh.static.js' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'webssh.static.js' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'webssh.static.js' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'webssh.static.js' to be distributed and are already explicitly excluding 'webssh.static.js' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'webssh.templates' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'webssh.templates' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'webssh.templates' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'webssh.templates' to be distributed and are already explicitly excluding 'webssh.templates' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) installing to build/bdist.linux-x86_64/wheel running install running install_lib creating build/bdist.linux-x86_64/wheel creating build/bdist.linux-x86_64/wheel/webssh copying build/lib/webssh/__init__.py -> build/bdist.linux-x86_64/wheel/webssh copying build/lib/webssh/_version.py -> build/bdist.linux-x86_64/wheel/webssh copying build/lib/webssh/handler.py -> build/bdist.linux-x86_64/wheel/webssh copying build/lib/webssh/main.py -> build/bdist.linux-x86_64/wheel/webssh copying build/lib/webssh/policy.py -> build/bdist.linux-x86_64/wheel/webssh copying build/lib/webssh/settings.py -> build/bdist.linux-x86_64/wheel/webssh copying build/lib/webssh/utils.py -> build/bdist.linux-x86_64/wheel/webssh copying build/lib/webssh/worker.py -> build/bdist.linux-x86_64/wheel/webssh creating build/bdist.linux-x86_64/wheel/webssh/static creating build/bdist.linux-x86_64/wheel/webssh/static/css copying build/lib/webssh/static/css/bootstrap.min.css -> build/bdist.linux-x86_64/wheel/webssh/static/css copying build/lib/webssh/static/css/fullscreen.min.css -> build/bdist.linux-x86_64/wheel/webssh/static/css copying build/lib/webssh/static/css/xterm.min.css -> build/bdist.linux-x86_64/wheel/webssh/static/css creating build/bdist.linux-x86_64/wheel/webssh/static/css/fonts copying build/lib/webssh/static/css/fonts/.gitignore -> build/bdist.linux-x86_64/wheel/webssh/static/css/fonts creating build/bdist.linux-x86_64/wheel/webssh/static/img copying build/lib/webssh/static/img/favicon.png -> build/bdist.linux-x86_64/wheel/webssh/static/img creating build/bdist.linux-x86_64/wheel/webssh/static/js copying build/lib/webssh/static/js/bootstrap.min.js -> build/bdist.linux-x86_64/wheel/webssh/static/js copying build/lib/webssh/static/js/jquery.min.js -> build/bdist.linux-x86_64/wheel/webssh/static/js copying build/lib/webssh/static/js/main.js -> build/bdist.linux-x86_64/wheel/webssh/static/js copying build/lib/webssh/static/js/popper.min.js -> build/bdist.linux-x86_64/wheel/webssh/static/js copying build/lib/webssh/static/js/xterm-addon-fit.min.js -> build/bdist.linux-x86_64/wheel/webssh/static/js copying build/lib/webssh/static/js/xterm.min.js -> build/bdist.linux-x86_64/wheel/webssh/static/js creating build/bdist.linux-x86_64/wheel/webssh/templates copying build/lib/webssh/templates/index.html -> build/bdist.linux-x86_64/wheel/webssh/templates running install_egg_info Copying webssh.egg-info to build/bdist.linux-x86_64/wheel/webssh-1.6.1-py3.12.egg-info running install_scripts creating build/bdist.linux-x86_64/wheel/webssh-1.6.1.dist-info/WHEEL creating '/srv/maat/src/python-webssh/src/webssh-1.6.1/dist/.tmp-gphthrdi/webssh-1.6.1-py2.py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'webssh/__init__.py' adding 'webssh/_version.py' adding 'webssh/handler.py' adding 'webssh/main.py' adding 'webssh/policy.py' adding 'webssh/settings.py' adding 'webssh/utils.py' adding 'webssh/worker.py' adding 'webssh/static/css/bootstrap.min.css' adding 'webssh/static/css/fullscreen.min.css' adding 'webssh/static/css/xterm.min.css' adding 'webssh/static/css/fonts/.gitignore' adding 'webssh/static/img/favicon.png' adding 'webssh/static/js/bootstrap.min.js' adding 'webssh/static/js/jquery.min.js' adding 'webssh/static/js/main.js' adding 'webssh/static/js/popper.min.js' adding 'webssh/static/js/xterm-addon-fit.min.js' adding 'webssh/static/js/xterm.min.js' adding 'webssh/templates/index.html' adding 'webssh-1.6.1.dist-info/LICENSE' adding 'webssh-1.6.1.dist-info/METADATA' adding 'webssh-1.6.1.dist-info/WHEEL' adding 'webssh-1.6.1.dist-info/entry_points.txt' adding 'webssh-1.6.1.dist-info/top_level.txt' adding 'webssh-1.6.1.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built webssh-1.6.1-py2.py3-none-any.whl ==> Starting check()... ============================= test session starts ============================== platform linux -- Python 3.12.3, pytest-8.1.2, pluggy-1.4.0 rootdir: /srv/maat/src/python-webssh/src/webssh-1.6.1 plugins: typeguard-4.2.1 collected 0 items / 1 error ==================================== ERRORS ==================================== ______________________ ERROR collecting tests/test_app.py ______________________ ImportError while importing test module '/srv/maat/src/python-webssh/src/webssh-1.6.1/tests/test_app.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib/python3.12/importlib/__init__.py:90: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/test_app.py:10: in from tests.sshserver import run_ssh_server, banner, Server tests/sshserver.py:29: in from paramiko.py3compat import u, decodebytes E ModuleNotFoundError: No module named 'paramiko.py3compat' =========================== short test summary info ============================ ERROR tests/test_app.py !!!!!!!!!!!!!!!!!!!!!!!!!! stopping after 1 failures !!!!!!!!!!!!!!!!!!!!!!!!!!! =============================== 1 error in 1.38s =============================== ==> ERROR: A failure occurred in check(). Aborting...