>>> py3-readchar: Building community/py3-readchar 4.0.5-r1 (using abuild 3.11.0_rc13-r0) started Sat, 22 Apr 2023 08:54:25 +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 libbz2 (1.0.8-r5) (2/42) Installing libffi (3.4.4-r2) (3/42) Installing gdbm (1.23-r1) (4/42) Installing xz-libs (5.4.2-r1) (5/42) Installing mpdecimal (2.5.1-r2) (6/42) Installing libpanelw (6.4_p20230401-r5) (7/42) Installing readline (8.2.1-r1) (8/42) Installing sqlite-libs (3.41.2-r2) (9/42) Installing python3 (3.11.3-r10) (10/42) Installing python3-pycache-pyc0 (3.11.3-r10) (11/42) Installing pyc (0.1-r0) (12/42) Installing python3-pyc (3.11.3-r10) (13/42) Installing py3-parsing (3.0.9-r2) (14/42) Installing py3-parsing-pyc (3.0.9-r2) (15/42) Installing py3-packaging (23.1-r1) (16/42) Installing py3-packaging-pyc (23.1-r1) (17/42) Installing py3-setuptools (67.7.1-r0) (18/42) Installing py3-setuptools-pyc (67.7.1-r0) (19/42) Installing py3-pyflakes (3.0.1-r0) (20/42) Installing py3-pycodestyle (2.10.0-r1) (21/42) Installing py3-mccabe (0.7.0-r2) (22/42) Installing py3-mccabe-pyc (0.7.0-r2) (23/42) Installing py3-flake8 (6.0.0-r1) (24/42) Installing py3-flake8-pyc (6.0.0-r1) (25/42) Installing py3-ptyprocess (0.7.0-r5) (26/42) Installing py3-ptyprocess-pyc (0.7.0-r5) (27/42) Installing py3-pexpect (4.8.0-r5) (28/42) Installing py3-pexpect-pyc (4.8.0-r5) (29/42) Installing py3-coverage (6.5.0-r4) (30/42) Installing py3-coverage-pyc (6.5.0-r4) (31/42) Installing py3-iniconfig (1.1.1-r6) (32/42) Installing py3-iniconfig-pyc (1.1.1-r6) (33/42) Installing py3-pluggy (1.0.0-r3) (34/42) Installing py3-pluggy-pyc (1.0.0-r3) (35/42) Installing py3-py (1.11.0-r2) (36/42) Installing py3-py-pyc (1.11.0-r2) (37/42) Installing py3-pytest (7.3.1-r1) (38/42) Installing py3-pytest-pyc (7.3.1-r1) (39/42) Installing py3-pytest-cov (4.0.0-r1) (40/42) Installing py3-wheel (0.40.0-r1) (41/42) Installing py3-wheel-pyc (0.40.0-r1) (42/42) Installing .makedepends-py3-readchar (20230422.085426) Executing busybox-1.36.0-r7.trigger OK: 470 MiB in 140 packages >>> py3-readchar: Cleaning up srcdir >>> py3-readchar: Cleaning up pkgdir >>> py3-readchar: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/py3-readchar-v4.0.5.tar.gz >>> py3-readchar: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/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.18/py3-readchar-v4.0.5.tar.gz... /usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg` !! ******************************************************************************** The license_file parameter is deprecated, use license_files instead. By 2023-Oct-30, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! parsed = self.parsers.get(option_name, lambda x: x)(value) running build running build_py creating build creating build/lib creating build/lib/readchar copying readchar/__init__.py -> build/lib/readchar copying readchar/_posix_read.py -> build/lib/readchar copying readchar/key.py -> build/lib/readchar copying readchar/_posix_key.py -> build/lib/readchar copying readchar/_win_key.py -> build/lib/readchar copying readchar/_config.py -> build/lib/readchar copying readchar/_win_read.py -> build/lib/readchar copying readchar/_base_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.11.3, pytest-7.3.1, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-readchar/src/python-readchar-4.0.5 configfile: setup.cfg testpaths: tests plugins: cov-4.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.11/site-packages/coverage/control.py:801: CoverageWarning: No data was collected. (no-data-collected) self._warn("No data was collected.", slug="no-data-collected") ---------- coverage: platform linux, python 3.11.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 in 0.43s ============================== >>> py3-readchar: Entering fakeroot... /usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg` !! ******************************************************************************** The license_file parameter is deprecated, use license_files instead. By 2023-Oct-30, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! parsed = self.parsers.get(option_name, lambda x: x)(value) running install /usr/lib/python3.11/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, pypa/build 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.11 creating /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.11/site-packages/readchar copying build/lib/readchar/__init__.py -> /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.11/site-packages/readchar copying build/lib/readchar/_posix_read.py -> /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.11/site-packages/readchar creating /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.11/site-packages/readchar/__pycache__ copying build/lib/readchar/__pycache__/_base_key.cpython-311.pyc -> /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.11/site-packages/readchar/__pycache__ copying build/lib/readchar/__pycache__/_config.cpython-311.pyc -> /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.11/site-packages/readchar/__pycache__ copying build/lib/readchar/__pycache__/_posix_key.cpython-311.pyc -> /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.11/site-packages/readchar/__pycache__ copying build/lib/readchar/__pycache__/_posix_read.cpython-311.pyc -> /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.11/site-packages/readchar/__pycache__ copying build/lib/readchar/__pycache__/__init__.cpython-311.pyc -> /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.11/site-packages/readchar/__pycache__ copying build/lib/readchar/key.py -> /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.11/site-packages/readchar copying build/lib/readchar/_posix_key.py -> /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.11/site-packages/readchar copying build/lib/readchar/_win_key.py -> /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.11/site-packages/readchar copying build/lib/readchar/py.typed -> /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.11/site-packages/readchar copying build/lib/readchar/_config.py -> /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.11/site-packages/readchar copying build/lib/readchar/_win_read.py -> /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.11/site-packages/readchar copying build/lib/readchar/_base_key.py -> /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.11/site-packages/readchar byte-compiling /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.11/site-packages/readchar/key.py to key.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.11/site-packages/readchar/_win_key.py to _win_key.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.11/site-packages/readchar/_win_read.py to _win_read.cpython-311.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.11/site-packages/readchar-4.0.5.dev0-py3.11.egg-info running install_scripts >>> py3-readchar-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.11/site-packages/readchar/__pycache__' -> '/home/buildozer/aports/community/py3-readchar/pkg/py3-readchar-pyc/usr/lib/python3.11/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.11 >>> 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-r1.apk >>> py3-readchar*: Tracing dependencies... python3 python3~3.11 >>> py3-readchar*: Package size: 88.0 KB >>> py3-readchar*: Compressing data... >>> py3-readchar*: Create checksum... >>> py3-readchar*: Create py3-readchar-4.0.5-r1.apk >>> py3-readchar: Build complete at Sat, 22 Apr 2023 08:54:27 +0000 elapsed time 0h 0m 2s >>> py3-readchar: Cleaning up srcdir >>> py3-readchar: Cleaning up pkgdir >>> py3-readchar: Uninstalling dependencies... (1/42) Purging .makedepends-py3-readchar (20230422.085426) (2/42) Purging py3-setuptools-pyc (67.7.1-r0) (3/42) Purging py3-setuptools (67.7.1-r0) (4/42) Purging py3-flake8-pyc (6.0.0-r1) (5/42) Purging py3-flake8 (6.0.0-r1) (6/42) Purging py3-pyflakes (3.0.1-r0) (7/42) Purging py3-pycodestyle (2.10.0-r1) (8/42) Purging py3-mccabe-pyc (0.7.0-r2) (9/42) Purging py3-mccabe (0.7.0-r2) (10/42) Purging py3-pexpect-pyc (4.8.0-r5) (11/42) Purging py3-pexpect (4.8.0-r5) (12/42) Purging py3-ptyprocess-pyc (0.7.0-r5) (13/42) Purging py3-ptyprocess (0.7.0-r5) (14/42) Purging py3-pytest-cov (4.0.0-r1) (15/42) Purging py3-pytest-pyc (7.3.1-r1) (16/42) Purging py3-pytest (7.3.1-r1) (17/42) Purging py3-iniconfig-pyc (1.1.1-r6) (18/42) Purging py3-iniconfig (1.1.1-r6) (19/42) Purging py3-pluggy-pyc (1.0.0-r3) (20/42) Purging py3-pluggy (1.0.0-r3) (21/42) Purging py3-py-pyc (1.11.0-r2) (22/42) Purging py3-py (1.11.0-r2) (23/42) Purging py3-coverage-pyc (6.5.0-r4) (24/42) Purging py3-coverage (6.5.0-r4) (25/42) Purging py3-wheel-pyc (0.40.0-r1) (26/42) Purging py3-wheel (0.40.0-r1) (27/42) Purging py3-packaging-pyc (23.1-r1) (28/42) Purging py3-packaging (23.1-r1) (29/42) Purging py3-parsing-pyc (3.0.9-r2) (30/42) Purging py3-parsing (3.0.9-r2) (31/42) Purging python3-pyc (3.11.3-r10) (32/42) Purging python3-pycache-pyc0 (3.11.3-r10) (33/42) Purging pyc (0.1-r0) (34/42) Purging python3 (3.11.3-r10) (35/42) Purging gdbm (1.23-r1) (36/42) Purging libbz2 (1.0.8-r5) (37/42) Purging libffi (3.4.4-r2) (38/42) Purging libpanelw (6.4_p20230401-r5) (39/42) Purging mpdecimal (2.5.1-r2) (40/42) Purging readline (8.2.1-r1) (41/42) Purging sqlite-libs (3.41.2-r2) (42/42) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r7.trigger OK: 408 MiB in 98 packages >>> py3-readchar: Updating the community/aarch64 repository index... >>> py3-readchar: Signing the index...