>>> py3-readchar: Building community/py3-readchar 4.0.5-r3 (using abuild 3.13.0-r3) started Fri, 03 May 2024 10:12:56 +0000 >>> py3-readchar: Checking sanity of /home/buildozer/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 (1/42) Installing gdbm (1.23-r1) (2/42) Installing mpdecimal (4.0.0-r0) (3/42) Installing libpanelw (6.4_p20240330-r0) (4/42) Installing readline (8.2.10-r0) (5/42) Installing sqlite-libs (3.45.3-r0) (6/42) Installing python3 (3.12.3-r1) (7/42) Installing python3-pycache-pyc0 (3.12.3-r1) (8/42) Installing pyc (3.12.3-r1) (9/42) Installing python3-pyc (3.12.3-r1) (10/42) Installing py3-parsing (3.1.2-r1) (11/42) Installing py3-parsing-pyc (3.1.2-r1) (12/42) Installing py3-packaging (24.0-r1) (13/42) Installing py3-packaging-pyc (24.0-r1) (14/42) Installing py3-setuptools (69.5.1-r0) (15/42) Installing py3-setuptools-pyc (69.5.1-r0) (16/42) Installing py3-pyflakes (3.2.0-r1) (17/42) Installing py3-pyflakes-pyc (3.2.0-r1) (18/42) Installing py3-pycodestyle (2.11.1-r1) (19/42) Installing py3-pycodestyle-pyc (2.11.1-r1) (20/42) Installing py3-mccabe (0.7.0-r3) (21/42) Installing py3-mccabe-pyc (0.7.0-r3) (22/42) Installing py3-flake8 (7.0.0-r1) (23/42) Installing py3-flake8-pyc (7.0.0-r1) (24/42) Installing py3-ptyprocess (0.7.0-r6) (25/42) Installing py3-ptyprocess-pyc (0.7.0-r6) (26/42) Installing py3-pexpect (4.9-r1) (27/42) Installing py3-pexpect-pyc (4.9-r1) (28/42) Installing py3-coverage (6.5.0-r6) (29/42) Installing py3-coverage-pyc (6.5.0-r6) (30/42) Installing py3-iniconfig (2.0.0-r1) (31/42) Installing py3-iniconfig-pyc (2.0.0-r1) (32/42) Installing py3-pluggy (1.5.0-r0) (33/42) Installing py3-pluggy-pyc (1.5.0-r0) (34/42) Installing py3-py (1.11.0-r3) (35/42) Installing py3-py-pyc (1.11.0-r3) (36/42) Installing py3-pytest (8.2.0-r0) (37/42) Installing py3-pytest-pyc (8.2.0-r0) (38/42) Installing py3-pytest-cov (5.0.0-r0) (39/42) Installing py3-pytest-cov-pyc (5.0.0-r0) (40/42) Installing py3-wheel (0.42.0-r1) (41/42) Installing py3-wheel-pyc (0.42.0-r1) (42/42) Installing .makedepends-py3-readchar (20240503.101301) Executing busybox-1.36.1-r26.trigger OK: 1749 MiB in 165 packages >>> py3-readchar: Cleaning up srcdir >>> py3-readchar: Cleaning up pkgdir >>> py3-readchar: Cleaning up tmpdir >>> py3-readchar: Fetching https://distfiles.alpinelinux.org/distfiles/v3.20/py3-readchar-v4.0.5.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/v3.20/py3-readchar-v4.0.5.tar.gz.part' py3-readchar-v4.0.5. 100% |********************************| 12544 0:00:00 ETA '/var/cache/distfiles/v3.20/py3-readchar-v4.0.5.tar.gz.part' saved >>> py3-readchar: Fetching https://distfiles.alpinelinux.org/distfiles/v3.20/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/v3.20/py3-readchar-v4.0.5.tar.gz... running build running build_py creating build creating build/lib creating build/lib/readchar copying readchar/_posix_key.py -> build/lib/readchar copying readchar/_win_read.py -> build/lib/readchar copying readchar/key.py -> build/lib/readchar copying readchar/_base_key.py -> build/lib/readchar copying readchar/__init__.py -> build/lib/readchar copying readchar/_config.py -> build/lib/readchar copying readchar/_posix_read.py -> build/lib/readchar copying readchar/_win_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.3, pytest-8.2.0, pluggy-1.5.0 rootdir: /home/buildozer/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:801: 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/buildozer/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/buildozer/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.3-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.74s ======================== >>> py3-readchar: Entering fakeroot... running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/buildozer/aports/community/py3-readchar/pkg creating /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar creating /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr creating /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib creating /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.12 creating /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.12/site-packages creating /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.12/site-packages/readchar copying build/lib/readchar/_posix_key.py -> /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.12/site-packages/readchar copying build/lib/readchar/_win_read.py -> /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.12/site-packages/readchar copying build/lib/readchar/key.py -> /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.12/site-packages/readchar copying build/lib/readchar/_base_key.py -> /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.12/site-packages/readchar copying build/lib/readchar/__init__.py -> /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.12/site-packages/readchar copying build/lib/readchar/_config.py -> /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.12/site-packages/readchar copying build/lib/readchar/_posix_read.py -> /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.12/site-packages/readchar copying build/lib/readchar/_win_key.py -> /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.12/site-packages/readchar copying build/lib/readchar/py.typed -> /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.12/site-packages/readchar creating /home/buildozer/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/buildozer/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/buildozer/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/buildozer/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/buildozer/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/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.12/site-packages/readchar/__pycache__ byte-compiling /home/buildozer/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/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.12/site-packages/readchar/key.py to key.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.12/site-packages/readchar/_win_key.py to _win_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/buildozer/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... '/home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.12/site-packages/readchar/__pycache__' -> '/home/buildozer/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: 60.0 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: 88.0 KB >>> py3-readchar*: Compressing data... >>> py3-readchar*: Create checksum... >>> py3-readchar*: Create py3-readchar-4.0.5-r3.apk >>> py3-readchar: Build complete at Fri, 03 May 2024 10:13:05 +0000 elapsed time 0h 0m 9s >>> py3-readchar: Cleaning up srcdir >>> py3-readchar: Cleaning up pkgdir >>> py3-readchar: Uninstalling dependencies... (1/42) Purging .makedepends-py3-readchar (20240503.101301) (2/42) Purging py3-setuptools-pyc (69.5.1-r0) (3/42) Purging py3-setuptools (69.5.1-r0) (4/42) Purging py3-flake8-pyc (7.0.0-r1) (5/42) Purging py3-flake8 (7.0.0-r1) (6/42) Purging py3-pyflakes-pyc (3.2.0-r1) (7/42) Purging py3-pyflakes (3.2.0-r1) (8/42) Purging py3-pycodestyle-pyc (2.11.1-r1) (9/42) Purging py3-pycodestyle (2.11.1-r1) (10/42) Purging py3-mccabe-pyc (0.7.0-r3) (11/42) Purging py3-mccabe (0.7.0-r3) (12/42) Purging py3-pexpect-pyc (4.9-r1) (13/42) Purging py3-pexpect (4.9-r1) (14/42) Purging py3-ptyprocess-pyc (0.7.0-r6) (15/42) Purging py3-ptyprocess (0.7.0-r6) (16/42) Purging py3-pytest-cov-pyc (5.0.0-r0) (17/42) Purging py3-pytest-cov (5.0.0-r0) (18/42) Purging py3-pytest-pyc (8.2.0-r0) (19/42) Purging py3-pytest (8.2.0-r0) (20/42) Purging py3-iniconfig-pyc (2.0.0-r1) (21/42) Purging py3-iniconfig (2.0.0-r1) (22/42) Purging py3-pluggy-pyc (1.5.0-r0) (23/42) Purging py3-pluggy (1.5.0-r0) (24/42) Purging py3-py-pyc (1.11.0-r3) (25/42) Purging py3-py (1.11.0-r3) (26/42) Purging py3-coverage-pyc (6.5.0-r6) (27/42) Purging py3-coverage (6.5.0-r6) (28/42) Purging py3-wheel-pyc (0.42.0-r1) (29/42) Purging py3-wheel (0.42.0-r1) (30/42) Purging py3-packaging-pyc (24.0-r1) (31/42) Purging py3-packaging (24.0-r1) (32/42) Purging py3-parsing-pyc (3.1.2-r1) (33/42) Purging py3-parsing (3.1.2-r1) (34/42) Purging python3-pyc (3.12.3-r1) (35/42) Purging python3-pycache-pyc0 (3.12.3-r1) (36/42) Purging pyc (3.12.3-r1) (37/42) Purging python3 (3.12.3-r1) (38/42) Purging gdbm (1.23-r1) (39/42) Purging libpanelw (6.4_p20240330-r0) (40/42) Purging mpdecimal (4.0.0-r0) (41/42) Purging readline (8.2.10-r0) (42/42) Purging sqlite-libs (3.45.3-r0) Executing busybox-1.36.1-r26.trigger OK: 1693 MiB in 123 packages >>> py3-readchar: Updating the community/x86_64 repository index... >>> py3-readchar: Signing the index...