>>> py3-readchar: Building community/py3-readchar 2.0.0-r0 (using abuild 3.7.0_rc1-r2) started Tue, 22 Dec 2020 04:39:42 +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-pexpect py3-coverage py3-pytest py3-pytest-cov py3-wheel (1/28) Installing libbz2 (1.0.8-r1) (2/28) Installing libffi (3.3-r2) (3/28) Installing gdbm (1.18.1-r0) (4/28) Installing xz-libs (5.2.5-r0) (5/28) Installing readline (8.0.4-r0) (6/28) Installing sqlite-libs (3.34.0-r0) (7/28) Installing python3 (3.8.6-r0) (8/28) Installing py3-ordered-set (4.0.2-r0) (9/28) Installing py3-appdirs (1.4.4-r1) (10/28) Installing py3-parsing (2.4.7-r1) (11/28) Installing py3-six (1.15.0-r0) (12/28) Installing py3-packaging (20.8-r0) (13/28) Installing py3-setuptools (51.0.0-r0) (14/28) Installing py3-ptyprocess (0.6.0-r3) (15/28) Installing py3-pexpect (4.8.0-r0) (16/28) Installing py3-coverage (5.3-r0) (17/28) Installing py3-atomicwrites (1.4.0-r0) (18/28) Installing py3-attrs (20.3.0-r0) (19/28) Installing py3-more-itertools (8.6.0-r0) (20/28) Installing py3-iniconfig (1.1.1-r0) (21/28) Installing py3-pluggy (0.13.1-r1) (22/28) Installing py3-py (1.10.0-r0) (23/28) Installing py3-wcwidth (0.2.5-r0) (24/28) Installing py3-toml (0.10.2-r0) (25/28) Installing py3-pytest (6.2.1-r0) (26/28) Installing py3-pytest-cov (2.10.1-r0) (27/28) Installing py3-wheel (0.36.2-r0) (28/28) Installing .makedepends-py3-readchar (20201222.043948) Executing busybox-1.32.0-r8.trigger OK: 366 MiB in 114 packages >>> py3-readchar: Cleaning up srcdir >>> py3-readchar: Cleaning up pkgdir >>> py3-readchar: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/py3-readchar-2.0.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 6046 100 6046 0 0 93015 0 --:--:-- --:--:-- --:--:-- 93015 >>> py3-readchar: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/py3-readchar-2.0.0.tar.gz >>> py3-readchar: Checking sha512sums... py3-readchar-2.0.0.tar.gz: OK >>> py3-readchar: Unpacking /var/cache/distfiles/v3.13/py3-readchar-2.0.0.tar.gz... WARNING: The pip package is not available, falling back to EasyInstall for handling setup_requires/test_requires; this is deprecated and will be removed in a future version. WARNING: The pip package is not available, falling back to EasyInstall for handling setup_requires/test_requires; this is deprecated and will be removed in a future version. WARNING: The pip package is not available, falling back to EasyInstall for handling setup_requires/test_requires; this is deprecated and will be removed in a future version. WARNING: The pip package is not available, falling back to EasyInstall for handling setup_requires/test_requires; this is deprecated and will be removed in a future version. running build running build_py creating build creating build/lib creating build/lib/readchar copying readchar/key.py -> build/lib/readchar copying readchar/readchar.py -> build/lib/readchar copying readchar/__init__.py -> build/lib/readchar copying readchar/readchar_linux.py -> build/lib/readchar copying readchar/readchar_windows.py -> build/lib/readchar creating build/lib/tests creating build/lib/tests/acceptance copying tests/acceptance/__init__.py -> build/lib/tests/acceptance creating build/lib/tests/unit copying tests/unit/__init__.py -> build/lib/tests/unit copying tests/unit/test_readkey.py -> build/lib/tests/unit copying tests/unit/test_key.py -> build/lib/tests/unit running egg_info creating readchar.egg-info writing readchar.egg-info/PKG-INFO writing dependency_links to readchar.egg-info/dependency_links.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' writing manifest file 'readchar.egg-info/SOURCES.txt' WARNING: The pip package is not available, falling back to EasyInstall for handling setup_requires/test_requires; this is deprecated and will be removed in a future version. WARNING: The pip package is not available, falling back to EasyInstall for handling setup_requires/test_requires; this is deprecated and will be removed in a future version. WARNING: The pip package is not available, falling back to EasyInstall for handling setup_requires/test_requires; this is deprecated and will be removed in a future version. WARNING: The pip package is not available, falling back to EasyInstall for handling setup_requires/test_requires; this is deprecated and will be removed in a future version. running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. running egg_info writing readchar.egg-info/PKG-INFO writing dependency_links to readchar.egg-info/dependency_links.txt writing top-level names to readchar.egg-info/top_level.txt reading manifest file 'readchar.egg-info/SOURCES.txt' writing manifest file 'readchar.egg-info/SOURCES.txt' running build_ext ============================= test session starts ============================== platform linux -- Python 3.8.6, pytest-6.2.1, py-1.10.0, pluggy-0.13.1 rootdir: /home/buildozer/aports/community/py3-readchar/src/python-readchar-2.0.0, configfile: setup.cfg plugins: cov-2.10.1 collected 9 items tests/unit/test_key.py .... [ 44%] tests/unit/test_readkey.py ..... [100%] ----------- coverage: platform linux, python 3.8.6-final-0 ----------- Name Stmts Miss Cover Missing ------------------------------------------------------------ readchar/__init__.py 4 4 0% 1-6 readchar/key.py 40 40 0% 2-56 readchar/readchar.py 38 26 32% 5-86 readchar/readchar_linux.py 11 11 0% 5-18 readchar/readchar_windows.py 12 12 0% 5-28 ------------------------------------------------------------ TOTAL 105 93 11% ============================== 9 passed in 0.15s =============================== >>> py3-readchar: Entering fakeroot... WARNING: The pip package is not available, falling back to EasyInstall for handling setup_requires/test_requires; this is deprecated and will be removed in a future version. WARNING: The pip package is not available, falling back to EasyInstall for handling setup_requires/test_requires; this is deprecated and will be removed in a future version. WARNING: The pip package is not available, falling back to EasyInstall for handling setup_requires/test_requires; this is deprecated and will be removed in a future version. WARNING: The pip package is not available, falling back to EasyInstall for handling setup_requires/test_requires; this is deprecated and will be removed in a future version. running install running build running build_py running egg_info writing readchar.egg-info/PKG-INFO writing dependency_links to readchar.egg-info/dependency_links.txt writing top-level names to readchar.egg-info/top_level.txt reading manifest file 'readchar.egg-info/SOURCES.txt' writing manifest file 'readchar.egg-info/SOURCES.txt' 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.8 creating /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.8/site-packages creating /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.8/site-packages/tests creating /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.8/site-packages/tests/acceptance copying build/lib/tests/acceptance/__init__.py -> /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.8/site-packages/tests/acceptance creating /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.8/site-packages/tests/unit copying build/lib/tests/unit/__init__.py -> /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.8/site-packages/tests/unit copying build/lib/tests/unit/test_readkey.py -> /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.8/site-packages/tests/unit copying build/lib/tests/unit/test_key.py -> /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.8/site-packages/tests/unit creating /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.8/site-packages/readchar copying build/lib/readchar/key.py -> /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.8/site-packages/readchar copying build/lib/readchar/readchar.py -> /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.8/site-packages/readchar copying build/lib/readchar/__init__.py -> /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.8/site-packages/readchar copying build/lib/readchar/readchar_linux.py -> /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.8/site-packages/readchar copying build/lib/readchar/readchar_windows.py -> /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.8/site-packages/readchar byte-compiling /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.8/site-packages/tests/acceptance/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.8/site-packages/tests/unit/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.8/site-packages/tests/unit/test_readkey.py to test_readkey.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.8/site-packages/tests/unit/test_key.py to test_key.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.8/site-packages/readchar/key.py to key.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.8/site-packages/readchar/readchar.py to readchar.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.8/site-packages/readchar/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.8/site-packages/readchar/readchar_linux.py to readchar_linux.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.8/site-packages/readchar/readchar_windows.py to readchar_windows.cpython-38.pyc running install_egg_info Copying readchar.egg-info to /home/buildozer/aports/community/py3-readchar/pkg/py3-readchar/usr/lib/python3.8/site-packages/readchar-2.0.0-py3.8.egg-info running install_scripts >>> py3-readchar*: Running postcheck for py3-readchar >>> py3-readchar*: Preparing package py3-readchar... >>> py3-readchar*: Tracing dependencies... >>> py3-readchar*: Package size: 96.0 KB >>> py3-readchar*: Compressing data... >>> py3-readchar*: Create checksum... >>> py3-readchar*: Create py3-readchar-2.0.0-r0.apk >>> py3-readchar: Build complete at Tue, 22 Dec 2020 04:39:55 +0000 elapsed time 0h 0m 13s >>> py3-readchar: Cleaning up srcdir >>> py3-readchar: Cleaning up pkgdir >>> py3-readchar: Uninstalling dependencies... (1/28) Purging .makedepends-py3-readchar (20201222.043948) (2/28) Purging py3-pexpect (4.8.0-r0) (3/28) Purging py3-ptyprocess (0.6.0-r3) (4/28) Purging py3-pytest-cov (2.10.1-r0) (5/28) Purging py3-pytest (6.2.1-r0) (6/28) Purging py3-atomicwrites (1.4.0-r0) (7/28) Purging py3-attrs (20.3.0-r0) (8/28) Purging py3-more-itertools (8.6.0-r0) (9/28) Purging py3-iniconfig (1.1.1-r0) (10/28) Purging py3-pluggy (0.13.1-r1) (11/28) Purging py3-py (1.10.0-r0) (12/28) Purging py3-wcwidth (0.2.5-r0) (13/28) Purging py3-toml (0.10.2-r0) (14/28) Purging py3-coverage (5.3-r0) (15/28) Purging py3-wheel (0.36.2-r0) (16/28) Purging py3-setuptools (51.0.0-r0) (17/28) Purging py3-ordered-set (4.0.2-r0) (18/28) Purging py3-appdirs (1.4.4-r1) (19/28) Purging py3-packaging (20.8-r0) (20/28) Purging py3-parsing (2.4.7-r1) (21/28) Purging py3-six (1.15.0-r0) (22/28) Purging python3 (3.8.6-r0) (23/28) Purging libbz2 (1.0.8-r1) (24/28) Purging libffi (3.3-r2) (25/28) Purging gdbm (1.18.1-r0) (26/28) Purging xz-libs (5.2.5-r0) (27/28) Purging readline (8.0.4-r0) (28/28) Purging sqlite-libs (3.34.0-r0) Executing busybox-1.32.0-r8.trigger OK: 310 MiB in 86 packages >>> py3-readchar: Updating the community/x86 repository index... >>> py3-readchar: Signing the index...