>>> py3-readchar: Building community/py3-readchar 4.0.5-r3 (using abuild 3.15.0-r0) started Mon, 13 Oct 2025 03:40:28 +0000 >>> py3-readchar: Validating /home/udu/aports/community/py3-readchar/APKBUILD... >>> py3-readchar: Analyzing dependencies... >>> py3-readchar: Installing for build: build-base python3 py3-setuptools py3-flake8 py3-pexpect py3-coverage py3-pytest py3-pytest-cov py3-wheel WARNING: opening /home/udu/packages//community: No such file or directory WARNING: opening /home/udu/packages//main: No such file or directory fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz (1/33) Installing py3-parsing (3.2.3-r0) (2/33) Installing py3-parsing-pyc (3.2.3-r0) (3/33) Installing py3-packaging (25.0-r0) (4/33) Installing py3-packaging-pyc (25.0-r0) (5/33) Installing py3-setuptools (80.9.0-r0) (6/33) Installing py3-setuptools-pyc (80.9.0-r0) (7/33) Installing py3-pyflakes (3.3.2-r0) (8/33) Installing py3-pyflakes-pyc (3.3.2-r0) (9/33) Installing py3-pycodestyle (2.13.0-r0) (10/33) Installing py3-pycodestyle-pyc (2.13.0-r0) (11/33) Installing py3-mccabe (0.7.0-r4) (12/33) Installing py3-mccabe-pyc (0.7.0-r4) (13/33) Installing py3-flake8 (7.2.0-r0) (14/33) Installing py3-flake8-pyc (7.2.0-r0) (15/33) Installing py3-ptyprocess (0.7.0-r6) (16/33) Installing py3-ptyprocess-pyc (0.7.0-r6) (17/33) Installing py3-pexpect (4.9-r1) (18/33) Installing py3-pexpect-pyc (4.9-r1) (19/33) Installing py3-coverage (7.8.2-r0) (20/33) Installing py3-coverage-pyc (7.8.2-r0) (21/33) Installing py3-iniconfig (2.1.0-r0) (22/33) Installing py3-iniconfig-pyc (2.1.0-r0) (23/33) Installing py3-pluggy (1.5.0-r0) (24/33) Installing py3-pluggy-pyc (1.5.0-r0) (25/33) Installing py3-py (1.11.0-r4) (26/33) Installing py3-py-pyc (1.11.0-r4) (27/33) Installing py3-pytest (8.3.5-r0) (28/33) Installing py3-pytest-pyc (8.3.5-r0) (29/33) Installing py3-pytest-cov (5.0.0-r0) (30/33) Installing py3-pytest-cov-pyc (5.0.0-r0) (31/33) Installing py3-wheel (0.46.1-r0) (32/33) Installing py3-wheel-pyc (0.46.1-r0) (33/33) Installing .makedepends-py3-readchar (20251013.034029) Executing busybox-1.37.0-r19.trigger OK: 312 MiB in 122 packages >>> py3-readchar: Cleaning up srcdir >>> py3-readchar: Cleaning up pkgdir >>> py3-readchar: Cleaning up tmpdir >>> py3-readchar: Fetching https://github.com/magmax/python-readchar/archive/v4.0.5/py3-readchar-v4.0.5.tar.gz >>> py3-readchar: Fetching https://github.com/magmax/python-readchar/archive/v4.0.5/py3-readchar-v4.0.5.tar.gz >>> py3-readchar: Checking sha512sums... py3-readchar-v4.0.5.tar.gz: OK >>> py3-readchar: Unpacking /var/cache/distfiles/py3-readchar-v4.0.5.tar.gz... /usr/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running build running build_py creating build/lib/readchar copying readchar/_win_key.py -> build/lib/readchar copying readchar/_posix_read.py -> build/lib/readchar copying readchar/_base_key.py -> build/lib/readchar copying readchar/_posix_key.py -> build/lib/readchar copying readchar/_config.py -> build/lib/readchar copying readchar/_win_read.py -> build/lib/readchar copying readchar/__init__.py -> build/lib/readchar copying readchar/key.py -> build/lib/readchar running egg_info creating readchar.egg-info writing readchar.egg-info/PKG-INFO writing dependency_links to readchar.egg-info/dependency_links.txt writing requirements to readchar.egg-info/requires.txt writing top-level names to readchar.egg-info/top_level.txt writing manifest file 'readchar.egg-info/SOURCES.txt' reading manifest file 'readchar.egg-info/SOURCES.txt' adding license file 'LICENCE' writing manifest file 'readchar.egg-info/SOURCES.txt' copying readchar/py.typed -> build/lib/readchar ============================= test session starts ============================== platform linux -- Python 3.12.11, pytest-8.3.5, pluggy-1.5.0 rootdir: /home/udu/aports/community/py3-readchar/src/python-readchar-4.0.5 configfile: setup.cfg testpaths: tests plugins: cov-5.0.0 collected 273 items tests/linux/test_import.py ... tests/linux/test_keys.py ................................................................................................................ tests/linux/test_readchar.py ..................................................................................................................................... tests/linux/test_readkey.py ........................./usr/lib/python3.12/site-packages/coverage/control.py:915: CoverageWarning: No data was collected. (no-data-collected) self._warn("No data was collected.", slug="no-data-collected") =============================== warnings summary =============================== tests/linux/conftest.py:11 /home/udu/aports/community/py3-readchar/src/python-readchar-4.0.5/tests/linux/conftest.py:11: PytestRemovedIn9Warning: The (path: py.path.local) argument is deprecated, please use (collection_path: pathlib.Path) see https://docs.pytest.org/en/latest/deprecations.html#py-path-local-arguments-for-hooks-replaced-with-pathlib-path def pytest_ignore_collect(path, config): tests/windows/conftest.py:11 /home/udu/aports/community/py3-readchar/src/python-readchar-4.0.5/tests/windows/conftest.py:11: PytestRemovedIn9Warning: The (path: py.path.local) argument is deprecated, please use (collection_path: pathlib.Path) see https://docs.pytest.org/en/latest/deprecations.html#py-path-local-arguments-for-hooks-replaced-with-pathlib-path def pytest_ignore_collect(path, config): -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ---------- coverage: platform linux, python 3.12.11-final-0 ---------- Name Stmts Miss Cover --------------------------------------------- readchar/__init__.py 11 11 0% readchar/_base_key.py 31 31 0% readchar/_config.py 6 6 0% readchar/_posix_key.py 30 30 0% readchar/_posix_read.py 30 30 0% readchar/_win_key.py 28 28 0% readchar/_win_read.py 12 12 0% readchar/key.py 6 6 0% --------------------------------------------- TOTAL 154 154 0% ======================= 273 passed, 2 warnings in 0.26s ======================== >>> py3-readchar: Entering fakeroot... /usr/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. By 2025-Oct-31, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/udu/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.12/site-packages creating /home/udu/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.12/site-packages/readchar copying build/lib/readchar/py.typed -> /home/udu/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.12/site-packages/readchar copying build/lib/readchar/_win_key.py -> /home/udu/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.12/site-packages/readchar copying build/lib/readchar/_posix_read.py -> /home/udu/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.12/site-packages/readchar copying build/lib/readchar/_base_key.py -> /home/udu/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.12/site-packages/readchar copying build/lib/readchar/_posix_key.py -> /home/udu/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.12/site-packages/readchar copying build/lib/readchar/_config.py -> /home/udu/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.12/site-packages/readchar copying build/lib/readchar/_win_read.py -> /home/udu/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.12/site-packages/readchar creating /home/udu/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.12/site-packages/readchar/__pycache__ copying build/lib/readchar/__pycache__/_base_key.cpython-312.pyc -> /home/udu/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.12/site-packages/readchar/__pycache__ copying build/lib/readchar/__pycache__/_config.cpython-312.pyc -> /home/udu/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.12/site-packages/readchar/__pycache__ copying build/lib/readchar/__pycache__/__init__.cpython-312.pyc -> /home/udu/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.12/site-packages/readchar/__pycache__ copying build/lib/readchar/__pycache__/_posix_key.cpython-312.pyc -> /home/udu/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.12/site-packages/readchar/__pycache__ copying build/lib/readchar/__pycache__/_posix_read.cpython-312.pyc -> /home/udu/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.12/site-packages/readchar/__pycache__ copying build/lib/readchar/__init__.py -> /home/udu/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.12/site-packages/readchar copying build/lib/readchar/key.py -> /home/udu/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.12/site-packages/readchar byte-compiling /home/udu/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.12/site-packages/readchar/_win_key.py to _win_key.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.12/site-packages/readchar/_win_read.py to _win_read.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.12/site-packages/readchar/key.py to key.cpython-312.pyc running install_egg_info running egg_info writing readchar.egg-info/PKG-INFO writing dependency_links to readchar.egg-info/dependency_links.txt writing requirements to readchar.egg-info/requires.txt writing top-level names to readchar.egg-info/top_level.txt reading manifest file 'readchar.egg-info/SOURCES.txt' adding license file 'LICENCE' writing manifest file 'readchar.egg-info/SOURCES.txt' Copying readchar.egg-info to /home/udu/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.12/site-packages/readchar-4.0.5.dev0-py3.12.egg-info running install_scripts >>> py3-readchar-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/readchar/__pycache__' -> '/home/udu/aports/community/py3-readchar/pkg/py3-readchar-pyc/usr/lib/python3.12/site-packages/readchar/__pycache__' >>> py3-readchar-pyc*: Preparing subpackage py3-readchar-pyc... >>> py3-readchar-pyc*: Running postcheck for py3-readchar-pyc >>> py3-readchar*: Running postcheck for py3-readchar >>> py3-readchar*: Preparing package py3-readchar... >>> py3-readchar-pyc*: Tracing dependencies... python3 python3~3.12 >>> py3-readchar-pyc*: Package size: 7.7 KB >>> py3-readchar-pyc*: Compressing data... >>> py3-readchar-pyc*: Create checksum... >>> py3-readchar-pyc*: Create py3-readchar-pyc-4.0.5-r3.apk >>> py3-readchar*: Tracing dependencies... python3 python3~3.12 >>> py3-readchar*: Package size: 12.2 KB >>> py3-readchar*: Compressing data... >>> py3-readchar*: Create checksum... >>> py3-readchar*: Create py3-readchar-4.0.5-r3.apk >>> py3-readchar: Build complete at Mon, 13 Oct 2025 03:40:30 +0000 elapsed time 0h 0m 2s >>> py3-readchar: Cleaning up srcdir >>> py3-readchar: Cleaning up pkgdir >>> py3-readchar: Uninstalling dependencies... (1/33) Purging .makedepends-py3-readchar (20251013.034029) (2/33) Purging py3-setuptools-pyc (80.9.0-r0) (3/33) Purging py3-setuptools (80.9.0-r0) (4/33) Purging py3-flake8-pyc (7.2.0-r0) (5/33) Purging py3-flake8 (7.2.0-r0) (6/33) Purging py3-pyflakes-pyc (3.3.2-r0) (7/33) Purging py3-pyflakes (3.3.2-r0) (8/33) Purging py3-pycodestyle-pyc (2.13.0-r0) (9/33) Purging py3-pycodestyle (2.13.0-r0) (10/33) Purging py3-mccabe-pyc (0.7.0-r4) (11/33) Purging py3-mccabe (0.7.0-r4) (12/33) Purging py3-pexpect-pyc (4.9-r1) (13/33) Purging py3-pexpect (4.9-r1) (14/33) Purging py3-ptyprocess-pyc (0.7.0-r6) (15/33) Purging py3-ptyprocess (0.7.0-r6) (16/33) Purging py3-pytest-cov-pyc (5.0.0-r0) (17/33) Purging py3-pytest-cov (5.0.0-r0) (18/33) Purging py3-pytest-pyc (8.3.5-r0) (19/33) Purging py3-pytest (8.3.5-r0) (20/33) Purging py3-iniconfig-pyc (2.1.0-r0) (21/33) Purging py3-iniconfig (2.1.0-r0) (22/33) Purging py3-pluggy-pyc (1.5.0-r0) (23/33) Purging py3-pluggy (1.5.0-r0) (24/33) Purging py3-py-pyc (1.11.0-r4) (25/33) Purging py3-py (1.11.0-r4) (26/33) Purging py3-coverage-pyc (7.8.2-r0) (27/33) Purging py3-coverage (7.8.2-r0) (28/33) Purging py3-wheel-pyc (0.46.1-r0) (29/33) Purging py3-wheel (0.46.1-r0) (30/33) Purging py3-packaging-pyc (25.0-r0) (31/33) Purging py3-packaging (25.0-r0) (32/33) Purging py3-parsing-pyc (3.2.3-r0) (33/33) Purging py3-parsing (3.2.3-r0) Executing busybox-1.37.0-r19.trigger OK: 296 MiB in 89 packages >>> py3-readchar: Updating the community/x86_64 repository index... >>> py3-readchar: Signing the index...