>>> py3-pyserial: Building community/py3-pyserial 3.5-r3 (using abuild 3.9.0-r0) started Wed, 15 Dec 2021 23:38:15 +0000 >>> py3-pyserial: Checking sanity of /home/buildozer/aports/community/py3-pyserial/APKBUILD... >>> py3-pyserial: Analyzing dependencies... >>> py3-pyserial: Installing for build: build-base python3 python3-dev (1/8) Installing libffi (3.4.2-r1) (2/8) Installing gdbm (1.22-r0) (3/8) Installing mpdecimal (2.5.1-r1) (4/8) Installing readline (8.1.1-r0) (5/8) Installing sqlite-libs (3.37.0-r0) (6/8) Installing python3 (3.10.1-r0) (7/8) Installing python3-dev (3.10.1-r0) (8/8) Installing .makedepends-py3-pyserial (20211215.233816) Executing busybox-1.34.1-r5.trigger OK: 462 MiB in 111 packages >>> py3-pyserial: Cleaning up srcdir >>> py3-pyserial: Cleaning up pkgdir >>> py3-pyserial: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pyserial-3.5.tar.gz >>> py3-pyserial: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pyserial-3.5.tar.gz >>> py3-pyserial: Checking sha512sums... pyserial-3.5.tar.gz: OK >>> py3-pyserial: Unpacking /var/cache/distfiles/edge/pyserial-3.5.tar.gz... /home/buildozer/aports/community/py3-pyserial/src/pyserial-3.5/setup.py:19: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.core import setup /usr/lib/python3.10/distutils/dist.py:274: UserWarning: Unknown distribution option: 'entry_points' warnings.warn(msg) /usr/lib/python3.10/distutils/dist.py:274: UserWarning: Unknown distribution option: 'extras_require' warnings.warn(msg) running build running build_py creating build creating build/lib creating build/lib/serial copying serial/serialjava.py -> build/lib/serial copying serial/rfc2217.py -> build/lib/serial copying serial/__main__.py -> build/lib/serial copying serial/serialcli.py -> build/lib/serial copying serial/serialposix.py -> build/lib/serial copying serial/rs485.py -> build/lib/serial copying serial/__init__.py -> build/lib/serial copying serial/win32.py -> build/lib/serial copying serial/serialwin32.py -> build/lib/serial copying serial/serialutil.py -> build/lib/serial creating build/lib/serial/tools copying serial/tools/list_ports_posix.py -> build/lib/serial/tools copying serial/tools/list_ports.py -> build/lib/serial/tools copying serial/tools/miniterm.py -> build/lib/serial/tools copying serial/tools/list_ports_linux.py -> build/lib/serial/tools copying serial/tools/__init__.py -> build/lib/serial/tools copying serial/tools/list_ports_osx.py -> build/lib/serial/tools copying serial/tools/list_ports_windows.py -> build/lib/serial/tools copying serial/tools/hexlify_codec.py -> build/lib/serial/tools copying serial/tools/list_ports_common.py -> build/lib/serial/tools creating build/lib/serial/urlhandler copying serial/urlhandler/protocol_alt.py -> build/lib/serial/urlhandler copying serial/urlhandler/protocol_cp2110.py -> build/lib/serial/urlhandler copying serial/urlhandler/protocol_loop.py -> build/lib/serial/urlhandler copying serial/urlhandler/protocol_spy.py -> build/lib/serial/urlhandler copying serial/urlhandler/protocol_hwgrep.py -> build/lib/serial/urlhandler copying serial/urlhandler/__init__.py -> build/lib/serial/urlhandler copying serial/urlhandler/protocol_socket.py -> build/lib/serial/urlhandler copying serial/urlhandler/protocol_rfc2217.py -> build/lib/serial/urlhandler creating build/lib/serial/threaded copying serial/threaded/__init__.py -> build/lib/serial/threaded ................ssss.......s................................. ---------------------------------------------------------------------- Ran 61 tests in 26.718s OK (skipped=5) Patching sys.path to test local version. Testing Version: 3.5 found 15 tests in 'test' found 1 tests in 'test_rfc2217' found 4 tests in 'test_exclusive' found 5 tests in 'test_readline' found 1 tests in 'test_iolib' found 1 tests in 'test_context' found 2 tests in 'test_rs485' found 2 tests in 'test_high_load' found 10 tests in 'test_advanced' found 2 tests in 'test_cancel' found 0 tests in 'test_asyncio' found 2 tests in 'test_threaded' found 2 tests in 'test_util' found 4 tests in 'test_timeout_class' found 4 tests in 'test_settings_dict' found 3 tests in 'test_url' found 3 tests in 'test_pty' >>> py3-pyserial: Entering fakeroot... /home/buildozer/aports/community/py3-pyserial/src/pyserial-3.5/setup.py:19: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.core import setup /usr/lib/python3.10/distutils/dist.py:274: UserWarning: Unknown distribution option: 'entry_points' warnings.warn(msg) /usr/lib/python3.10/distutils/dist.py:274: UserWarning: Unknown distribution option: 'extras_require' warnings.warn(msg) running install running build running build_py running install_lib creating /home/buildozer/aports/community/py3-pyserial/pkg creating /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial creating /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr creating /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib creating /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial creating /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial/urlhandler copying build/lib/serial/urlhandler/protocol_alt.py -> /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial/urlhandler copying build/lib/serial/urlhandler/protocol_cp2110.py -> /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial/urlhandler copying build/lib/serial/urlhandler/protocol_loop.py -> /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial/urlhandler copying build/lib/serial/urlhandler/protocol_spy.py -> /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial/urlhandler copying build/lib/serial/urlhandler/protocol_hwgrep.py -> /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial/urlhandler copying build/lib/serial/urlhandler/__init__.py -> /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial/urlhandler copying build/lib/serial/urlhandler/protocol_socket.py -> /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial/urlhandler copying build/lib/serial/urlhandler/protocol_rfc2217.py -> /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial/urlhandler copying build/lib/serial/serialjava.py -> /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial copying build/lib/serial/rfc2217.py -> /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial copying build/lib/serial/__main__.py -> /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial copying build/lib/serial/serialcli.py -> /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial copying build/lib/serial/serialposix.py -> /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial copying build/lib/serial/rs485.py -> /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial copying build/lib/serial/__init__.py -> /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial creating /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial/tools copying build/lib/serial/tools/list_ports_posix.py -> /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial/tools copying build/lib/serial/tools/list_ports.py -> /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial/tools copying build/lib/serial/tools/miniterm.py -> /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial/tools copying build/lib/serial/tools/list_ports_linux.py -> /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial/tools copying build/lib/serial/tools/__init__.py -> /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial/tools copying build/lib/serial/tools/list_ports_osx.py -> /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial/tools copying build/lib/serial/tools/list_ports_windows.py -> /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial/tools copying build/lib/serial/tools/hexlify_codec.py -> /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial/tools copying build/lib/serial/tools/list_ports_common.py -> /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial/tools copying build/lib/serial/win32.py -> /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial copying build/lib/serial/serialwin32.py -> /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial copying build/lib/serial/serialutil.py -> /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial creating /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial/threaded copying build/lib/serial/threaded/__init__.py -> /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial/threaded byte-compiling /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial/urlhandler/protocol_alt.py to protocol_alt.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial/urlhandler/protocol_cp2110.py to protocol_cp2110.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial/urlhandler/protocol_loop.py to protocol_loop.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial/urlhandler/protocol_spy.py to protocol_spy.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial/urlhandler/protocol_hwgrep.py to protocol_hwgrep.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial/urlhandler/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial/urlhandler/protocol_socket.py to protocol_socket.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial/urlhandler/protocol_rfc2217.py to protocol_rfc2217.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial/serialjava.py to serialjava.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial/rfc2217.py to rfc2217.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial/__main__.py to __main__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial/serialcli.py to serialcli.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial/serialposix.py to serialposix.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial/rs485.py to rs485.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial/tools/list_ports_posix.py to list_ports_posix.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial/tools/list_ports.py to list_ports.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial/tools/miniterm.py to miniterm.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial/tools/list_ports_linux.py to list_ports_linux.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial/tools/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial/tools/list_ports_osx.py to list_ports_osx.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial/tools/list_ports_windows.py to list_ports_windows.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial/tools/hexlify_codec.py to hexlify_codec.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial/tools/list_ports_common.py to list_ports_common.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial/win32.py to win32.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial/serialwin32.py to serialwin32.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial/serialutil.py to serialutil.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/serial/threaded/__init__.py to __init__.cpython-310.pyc running install_egg_info Writing /home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial/usr/lib/python3.10/site-packages/pyserial-3.5-py3.10.egg-info >>> py3-pyserial*: Running postcheck for py3-pyserial >>> py3-pyserial*: Preparing package py3-pyserial... >>> py3-pyserial*: Tracing dependencies... >>> py3-pyserial*: Package size: 688.0 KB >>> py3-pyserial*: Compressing data... >>> py3-pyserial*: Create checksum... >>> py3-pyserial*: Create py3-pyserial-3.5-r3.apk >>> py3-pyserial: Build complete at Wed, 15 Dec 2021 23:38:44 +0000 elapsed time 0h 0m 29s >>> py3-pyserial: Cleaning up srcdir >>> py3-pyserial: Cleaning up pkgdir >>> py3-pyserial: Uninstalling dependencies... (1/8) Purging .makedepends-py3-pyserial (20211215.233816) (2/8) Purging python3-dev (3.10.1-r0) (3/8) Purging python3 (3.10.1-r0) (4/8) Purging libffi (3.4.2-r1) (5/8) Purging gdbm (1.22-r0) (6/8) Purging mpdecimal (2.5.1-r1) (7/8) Purging readline (8.1.1-r0) (8/8) Purging sqlite-libs (3.37.0-r0) Executing busybox-1.34.1-r5.trigger OK: 365 MiB in 103 packages >>> py3-pyserial: Updating the community/aarch64 repository index... >>> py3-pyserial: Signing the index...