>>> py3-pyserial: Building community/py3-pyserial 3.5-r8 (using abuild 3.16.0-r0) started Fri, 13 Mar 2026 18:24:05 +0000 >>> py3-pyserial: Validating /home/buildozer/aports/community/py3-pyserial/APKBUILD... >>> WARNING: py3-pyserial: No maintainer >>> py3-pyserial: Analyzing dependencies... >>> py3-pyserial: Installing for build: build-base python3 py3-gpep517 py3-setuptools py3-pytest ( 1/32) Installing libbz2 (1.0.8-r6) ( 2/32) Installing libffi (3.5.2-r0) ( 3/32) Installing gdbm (1.26-r0) ( 4/32) Installing xz-libs (5.8.2-r0) ( 5/32) Installing mpdecimal (4.0.1-r0) ( 6/32) Installing libpanelw (6.6_p20251231-r0) ( 7/32) Installing sqlite-libs (3.51.2-r1) ( 8/32) Installing python3 (3.12.12-r0) ( 9/32) Installing python3-pycache-pyc0 (3.12.12-r0) (10/32) Installing pyc (3.12.12-r0) (11/32) Installing python3-pyc (3.12.12-r0) (12/32) Installing py3-installer (0.7.0-r2) (13/32) Installing py3-installer-pyc (0.7.0-r2) (14/32) Installing py3-gpep517 (19-r1) (15/32) Installing py3-gpep517-pyc (19-r1) (16/32) Installing py3-parsing (3.3.2-r0) (17/32) Installing py3-parsing-pyc (3.3.2-r0) (18/32) Installing py3-packaging (26.0-r0) (19/32) Installing py3-packaging-pyc (26.0-r0) (20/32) Installing py3-setuptools (82.0.1-r0) (21/32) Installing py3-setuptools-pyc (82.0.1-r0) (22/32) Installing py3-iniconfig (2.3.0-r0) (23/32) Installing py3-iniconfig-pyc (2.3.0-r0) (24/32) Installing py3-pluggy (1.6.0-r0) (25/32) Installing py3-pluggy-pyc (1.6.0-r0) (26/32) Installing py3-py (1.11.0-r4) (27/32) Installing py3-py-pyc (1.11.0-r4) (28/32) Installing py3-pygments (2.19.2-r0) (29/32) Installing py3-pygments-pyc (2.19.2-r0) (30/32) Installing py3-pytest (9.0.2-r0) (31/32) Installing py3-pytest-pyc (9.0.2-r0) (32/32) Installing .makedepends-py3-pyserial (20260313.182406) Executing busybox-1.37.0-r31.trigger OK: 342.4 MiB in 136 packages >>> py3-pyserial: Cleaning up srcdir >>> py3-pyserial: Cleaning up pkgdir >>> py3-pyserial: Cleaning up tmpdir >>> py3-pyserial: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pyserial-3.5.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> py3-pyserial: Fetching https://files.pythonhosted.org/packages/source/p/pyserial/pyserial-3.5.tar.gz /var/cache/distfiles/edge/pyserial-3.5.tar.gz: OK /home/buildozer/aports/community/py3-pyserial/0001-Replace-deprecated-unittest.findTestCases-function.patch: OK >>> py3-pyserial: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pyserial-3.5.tar.gz /var/cache/distfiles/edge/pyserial-3.5.tar.gz: OK /home/buildozer/aports/community/py3-pyserial/0001-Replace-deprecated-unittest.findTestCases-function.patch: OK >>> py3-pyserial: Unpacking /var/cache/distfiles/edge/pyserial-3.5.tar.gz... >>> py3-pyserial: 0001-Replace-deprecated-unittest.findTestCases-function.patch patching file test/run_all_tests.py 2026-03-13 18:24:08,015 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ /usr/lib/python3.12/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() 2026-03-13 18:24:08,038 root INFO running bdist_wheel /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:119: SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated !! ******************************************************************************** With Python 2.7 end-of-life, support for building universal wheels (i.e., wheels that support both Python 2 and Python 3) is being obviated. Please discontinue using this option, or if you still need it, file an issue with pypa/setuptools describing your use case. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! self.finalize_options() 2026-03-13 18:24:08,055 root INFO running build 2026-03-13 18:24:08,056 root INFO running build_py 2026-03-13 18:24:08,059 root INFO creating build/lib/serial 2026-03-13 18:24:08,060 root INFO copying serial/__init__.py -> build/lib/serial 2026-03-13 18:24:08,060 root INFO copying serial/serialposix.py -> build/lib/serial 2026-03-13 18:24:08,060 root INFO copying serial/serialutil.py -> build/lib/serial 2026-03-13 18:24:08,061 root INFO copying serial/rfc2217.py -> build/lib/serial 2026-03-13 18:24:08,061 root INFO copying serial/serialwin32.py -> build/lib/serial 2026-03-13 18:24:08,061 root INFO copying serial/win32.py -> build/lib/serial 2026-03-13 18:24:08,061 root INFO copying serial/serialjava.py -> build/lib/serial 2026-03-13 18:24:08,062 root INFO copying serial/serialcli.py -> build/lib/serial 2026-03-13 18:24:08,062 root INFO copying serial/__main__.py -> build/lib/serial 2026-03-13 18:24:08,062 root INFO copying serial/rs485.py -> build/lib/serial 2026-03-13 18:24:08,063 root INFO creating build/lib/serial/tools 2026-03-13 18:24:08,063 root INFO copying serial/tools/__init__.py -> build/lib/serial/tools 2026-03-13 18:24:08,063 root INFO copying serial/tools/miniterm.py -> build/lib/serial/tools 2026-03-13 18:24:08,063 root INFO copying serial/tools/list_ports_linux.py -> build/lib/serial/tools 2026-03-13 18:24:08,063 root INFO copying serial/tools/list_ports_osx.py -> build/lib/serial/tools 2026-03-13 18:24:08,064 root INFO copying serial/tools/list_ports.py -> build/lib/serial/tools 2026-03-13 18:24:08,064 root INFO copying serial/tools/list_ports_windows.py -> build/lib/serial/tools 2026-03-13 18:24:08,064 root INFO copying serial/tools/list_ports_posix.py -> build/lib/serial/tools 2026-03-13 18:24:08,064 root INFO copying serial/tools/hexlify_codec.py -> build/lib/serial/tools 2026-03-13 18:24:08,065 root INFO copying serial/tools/list_ports_common.py -> build/lib/serial/tools 2026-03-13 18:24:08,065 root INFO creating build/lib/serial/urlhandler 2026-03-13 18:24:08,065 root INFO copying serial/urlhandler/__init__.py -> build/lib/serial/urlhandler 2026-03-13 18:24:08,065 root INFO copying serial/urlhandler/protocol_socket.py -> build/lib/serial/urlhandler 2026-03-13 18:24:08,066 root INFO copying serial/urlhandler/protocol_alt.py -> build/lib/serial/urlhandler 2026-03-13 18:24:08,066 root INFO copying serial/urlhandler/protocol_rfc2217.py -> build/lib/serial/urlhandler 2026-03-13 18:24:08,066 root INFO copying serial/urlhandler/protocol_spy.py -> build/lib/serial/urlhandler 2026-03-13 18:24:08,066 root INFO copying serial/urlhandler/protocol_cp2110.py -> build/lib/serial/urlhandler 2026-03-13 18:24:08,067 root INFO copying serial/urlhandler/protocol_hwgrep.py -> build/lib/serial/urlhandler 2026-03-13 18:24:08,067 root INFO copying serial/urlhandler/protocol_loop.py -> build/lib/serial/urlhandler 2026-03-13 18:24:08,067 root INFO creating build/lib/serial/threaded 2026-03-13 18:24:08,067 root INFO copying serial/threaded/__init__.py -> build/lib/serial/threaded 2026-03-13 18:24:08,075 root INFO installing to build/bdist.linux-armv8l/wheel 2026-03-13 18:24:08,075 root INFO running install 2026-03-13 18:24:08,085 root INFO running install_lib 2026-03-13 18:24:08,088 root INFO creating build/bdist.linux-armv8l/wheel 2026-03-13 18:24:08,088 root INFO creating build/bdist.linux-armv8l/wheel/serial 2026-03-13 18:24:08,088 root INFO copying build/lib/serial/__init__.py -> build/bdist.linux-armv8l/wheel/./serial 2026-03-13 18:24:08,089 root INFO copying build/lib/serial/serialposix.py -> build/bdist.linux-armv8l/wheel/./serial 2026-03-13 18:24:08,089 root INFO creating build/bdist.linux-armv8l/wheel/serial/tools 2026-03-13 18:24:08,089 root INFO copying build/lib/serial/tools/__init__.py -> build/bdist.linux-armv8l/wheel/./serial/tools 2026-03-13 18:24:08,089 root INFO copying build/lib/serial/tools/miniterm.py -> build/bdist.linux-armv8l/wheel/./serial/tools 2026-03-13 18:24:08,089 root INFO copying build/lib/serial/tools/list_ports_linux.py -> build/bdist.linux-armv8l/wheel/./serial/tools 2026-03-13 18:24:08,090 root INFO copying build/lib/serial/tools/list_ports_osx.py -> build/bdist.linux-armv8l/wheel/./serial/tools 2026-03-13 18:24:08,090 root INFO copying build/lib/serial/tools/list_ports.py -> build/bdist.linux-armv8l/wheel/./serial/tools 2026-03-13 18:24:08,090 root INFO copying build/lib/serial/tools/list_ports_windows.py -> build/bdist.linux-armv8l/wheel/./serial/tools 2026-03-13 18:24:08,090 root INFO copying build/lib/serial/tools/list_ports_posix.py -> build/bdist.linux-armv8l/wheel/./serial/tools 2026-03-13 18:24:08,090 root INFO copying build/lib/serial/tools/hexlify_codec.py -> build/bdist.linux-armv8l/wheel/./serial/tools 2026-03-13 18:24:08,091 root INFO copying build/lib/serial/tools/list_ports_common.py -> build/bdist.linux-armv8l/wheel/./serial/tools 2026-03-13 18:24:08,091 root INFO copying build/lib/serial/serialutil.py -> build/bdist.linux-armv8l/wheel/./serial 2026-03-13 18:24:08,091 root INFO copying build/lib/serial/rfc2217.py -> build/bdist.linux-armv8l/wheel/./serial 2026-03-13 18:24:08,091 root INFO copying build/lib/serial/serialwin32.py -> build/bdist.linux-armv8l/wheel/./serial 2026-03-13 18:24:08,092 root INFO copying build/lib/serial/win32.py -> build/bdist.linux-armv8l/wheel/./serial 2026-03-13 18:24:08,092 root INFO creating build/bdist.linux-armv8l/wheel/serial/threaded 2026-03-13 18:24:08,092 root INFO copying build/lib/serial/threaded/__init__.py -> build/bdist.linux-armv8l/wheel/./serial/threaded 2026-03-13 18:24:08,092 root INFO copying build/lib/serial/serialjava.py -> build/bdist.linux-armv8l/wheel/./serial 2026-03-13 18:24:08,092 root INFO copying build/lib/serial/serialcli.py -> build/bdist.linux-armv8l/wheel/./serial 2026-03-13 18:24:08,093 root INFO copying build/lib/serial/__main__.py -> build/bdist.linux-armv8l/wheel/./serial 2026-03-13 18:24:08,093 root INFO creating build/bdist.linux-armv8l/wheel/serial/urlhandler 2026-03-13 18:24:08,093 root INFO copying build/lib/serial/urlhandler/__init__.py -> build/bdist.linux-armv8l/wheel/./serial/urlhandler 2026-03-13 18:24:08,093 root INFO copying build/lib/serial/urlhandler/protocol_socket.py -> build/bdist.linux-armv8l/wheel/./serial/urlhandler 2026-03-13 18:24:08,093 root INFO copying build/lib/serial/urlhandler/protocol_alt.py -> build/bdist.linux-armv8l/wheel/./serial/urlhandler 2026-03-13 18:24:08,093 root INFO copying build/lib/serial/urlhandler/protocol_rfc2217.py -> build/bdist.linux-armv8l/wheel/./serial/urlhandler 2026-03-13 18:24:08,094 root INFO copying build/lib/serial/urlhandler/protocol_spy.py -> build/bdist.linux-armv8l/wheel/./serial/urlhandler 2026-03-13 18:24:08,094 root INFO copying build/lib/serial/urlhandler/protocol_cp2110.py -> build/bdist.linux-armv8l/wheel/./serial/urlhandler 2026-03-13 18:24:08,094 root INFO copying build/lib/serial/urlhandler/protocol_hwgrep.py -> build/bdist.linux-armv8l/wheel/./serial/urlhandler 2026-03-13 18:24:08,094 root INFO copying build/lib/serial/urlhandler/protocol_loop.py -> build/bdist.linux-armv8l/wheel/./serial/urlhandler 2026-03-13 18:24:08,094 root INFO copying build/lib/serial/rs485.py -> build/bdist.linux-armv8l/wheel/./serial 2026-03-13 18:24:08,094 root INFO running install_egg_info 2026-03-13 18:24:08,098 root INFO running egg_info 2026-03-13 18:24:08,100 root INFO writing pyserial.egg-info/PKG-INFO 2026-03-13 18:24:08,101 root INFO writing dependency_links to pyserial.egg-info/dependency_links.txt 2026-03-13 18:24:08,101 root INFO writing entry points to pyserial.egg-info/entry_points.txt 2026-03-13 18:24:08,101 root INFO writing requirements to pyserial.egg-info/requires.txt 2026-03-13 18:24:08,101 root INFO writing top-level names to pyserial.egg-info/top_level.txt 2026-03-13 18:24:08,105 root INFO reading manifest file 'pyserial.egg-info/SOURCES.txt' 2026-03-13 18:24:08,107 root INFO reading manifest template 'MANIFEST.in' 2026-03-13 18:24:08,108 root INFO adding license file 'LICENSE.txt' 2026-03-13 18:24:08,110 root INFO writing manifest file 'pyserial.egg-info/SOURCES.txt' 2026-03-13 18:24:08,110 root INFO Copying pyserial.egg-info to build/bdist.linux-armv8l/wheel/./pyserial-3.5-py3.12.egg-info 2026-03-13 18:24:08,111 root INFO running install_scripts 2026-03-13 18:24:08,112 root INFO creating build/bdist.linux-armv8l/wheel/pyserial-3.5.dist-info/WHEEL 2026-03-13 18:24:08,113 wheel INFO creating '/home/buildozer/aports/community/py3-pyserial/src/pyserial-3.5/.dist/.tmp-f2dp_fs6/pyserial-3.5-py2.py3-none-any.whl' and adding 'build/bdist.linux-armv8l/wheel' to it 2026-03-13 18:24:08,113 wheel INFO adding 'pyserial-3.5.dist-info/licenses/LICENSE.txt' 2026-03-13 18:24:08,114 wheel INFO adding 'serial/__init__.py' 2026-03-13 18:24:08,114 wheel INFO adding 'serial/__main__.py' 2026-03-13 18:24:08,114 wheel INFO adding 'serial/rfc2217.py' 2026-03-13 18:24:08,114 wheel INFO adding 'serial/rs485.py' 2026-03-13 18:24:08,114 wheel INFO adding 'serial/serialcli.py' 2026-03-13 18:24:08,115 wheel INFO adding 'serial/serialjava.py' 2026-03-13 18:24:08,115 wheel INFO adding 'serial/serialposix.py' 2026-03-13 18:24:08,115 wheel INFO adding 'serial/serialutil.py' 2026-03-13 18:24:08,115 wheel INFO adding 'serial/serialwin32.py' 2026-03-13 18:24:08,116 wheel INFO adding 'serial/win32.py' 2026-03-13 18:24:08,116 wheel INFO adding 'serial/threaded/__init__.py' 2026-03-13 18:24:08,116 wheel INFO adding 'serial/tools/__init__.py' 2026-03-13 18:24:08,116 wheel INFO adding 'serial/tools/hexlify_codec.py' 2026-03-13 18:24:08,117 wheel INFO adding 'serial/tools/list_ports.py' 2026-03-13 18:24:08,117 wheel INFO adding 'serial/tools/list_ports_common.py' 2026-03-13 18:24:08,117 wheel INFO adding 'serial/tools/list_ports_linux.py' 2026-03-13 18:24:08,117 wheel INFO adding 'serial/tools/list_ports_osx.py' 2026-03-13 18:24:08,117 wheel INFO adding 'serial/tools/list_ports_posix.py' 2026-03-13 18:24:08,117 wheel INFO adding 'serial/tools/list_ports_windows.py' 2026-03-13 18:24:08,118 wheel INFO adding 'serial/tools/miniterm.py' 2026-03-13 18:24:08,118 wheel INFO adding 'serial/urlhandler/__init__.py' 2026-03-13 18:24:08,118 wheel INFO adding 'serial/urlhandler/protocol_alt.py' 2026-03-13 18:24:08,118 wheel INFO adding 'serial/urlhandler/protocol_cp2110.py' 2026-03-13 18:24:08,118 wheel INFO adding 'serial/urlhandler/protocol_hwgrep.py' 2026-03-13 18:24:08,119 wheel INFO adding 'serial/urlhandler/protocol_loop.py' 2026-03-13 18:24:08,119 wheel INFO adding 'serial/urlhandler/protocol_rfc2217.py' 2026-03-13 18:24:08,119 wheel INFO adding 'serial/urlhandler/protocol_socket.py' 2026-03-13 18:24:08,119 wheel INFO adding 'serial/urlhandler/protocol_spy.py' 2026-03-13 18:24:08,119 wheel INFO adding 'pyserial-3.5.dist-info/METADATA' 2026-03-13 18:24:08,119 wheel INFO adding 'pyserial-3.5.dist-info/WHEEL' 2026-03-13 18:24:08,120 wheel INFO adding 'pyserial-3.5.dist-info/entry_points.txt' 2026-03-13 18:24:08,120 wheel INFO adding 'pyserial-3.5.dist-info/top_level.txt' 2026-03-13 18:24:08,120 wheel INFO adding 'pyserial-3.5.dist-info/RECORD' 2026-03-13 18:24:08,120 root INFO removing build/bdist.linux-armv8l/wheel 2026-03-13 18:24:08,121 gpep517 INFO The backend produced .dist/pyserial-3.5-py2.py3-none-any.whl pyserial-3.5-py2.py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.12.12, pytest-9.0.2, pluggy-1.6.0 rootdir: /home/buildozer/aports/community/py3-pyserial/src/pyserial-3.5 collected 46 items test/test_advanced.py .......... [ 21%] test/test_cancel.py .. [ 26%] test/test_context.py . [ 28%] test/test_exclusive.py ssss [ 36%] test/test_high_load.py .. [ 41%] test/test_iolib.py . [ 43%] test/test_pty.py ... [ 50%] test/test_readline.py ..... [ 60%] test/test_rfc2217.py . [ 63%] test/test_rs485.py .s [ 67%] test/test_settings_dict.py .... [ 76%] test/test_threaded.py .. [ 80%] test/test_timeout_class.py .... [ 89%] test/test_url.py ... [ 95%] test/test_util.py .. [100%] ======================== 41 passed, 5 skipped in 10.35s ======================== >>> py3-pyserial: Entering fakeroot... >>> py3-pyserial-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/serial/__pycache__' -> '/home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial-pyc/usr/lib/python3.12/site-packages/serial/__pycache__' 'usr/lib/python3.12/site-packages/serial/tools/__pycache__' -> '/home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial-pyc/usr/lib/python3.12/site-packages/serial/tools/__pycache__' 'usr/lib/python3.12/site-packages/serial/threaded/__pycache__' -> '/home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial-pyc/usr/lib/python3.12/site-packages/serial/threaded/__pycache__' 'usr/lib/python3.12/site-packages/serial/urlhandler/__pycache__' -> '/home/buildozer/aports/community/py3-pyserial/pkg/py3-pyserial-pyc/usr/lib/python3.12/site-packages/serial/urlhandler/__pycache__' >>> py3-pyserial-pyc*: Preparing subpackage py3-pyserial-pyc... libfakeroot internal error: payload not recognized! >>> py3-pyserial-pyc*: Running postcheck for py3-pyserial-pyc >>> py3-pyserial*: Running postcheck for py3-pyserial >>> py3-pyserial*: Preparing package py3-pyserial... >>> py3-pyserial-pyc*: Tracing dependencies... python3~3.12 >>> py3-pyserial-pyc*: Package size: 372.9 KB >>> py3-pyserial-pyc*: Compressing data... >>> py3-pyserial-pyc*: Create checksum... >>> py3-pyserial-pyc*: Create py3-pyserial-pyc-3.5-r8.apk >>> py3-pyserial*: Tracing dependencies... python3 python3~3.12 >>> py3-pyserial*: Package size: 314.4 KB >>> py3-pyserial*: Compressing data... >>> py3-pyserial*: Create checksum... >>> py3-pyserial*: Create py3-pyserial-3.5-r8.apk >>> py3-pyserial: Build complete at Fri, 13 Mar 2026 18:24:19 +0000 elapsed time 0h 0m 14s >>> py3-pyserial: Cleaning up srcdir >>> py3-pyserial: Cleaning up pkgdir >>> py3-pyserial: Cleaning up tmpdir >>> py3-pyserial: Uninstalling dependencies... ( 1/32) Purging .makedepends-py3-pyserial (20260313.182406) ( 2/32) Purging py3-gpep517-pyc (19-r1) ( 3/32) Purging py3-gpep517 (19-r1) ( 4/32) Purging py3-installer-pyc (0.7.0-r2) ( 5/32) Purging py3-installer (0.7.0-r2) ( 6/32) Purging py3-setuptools-pyc (82.0.1-r0) ( 7/32) Purging py3-setuptools (82.0.1-r0) ( 8/32) Purging py3-pytest-pyc (9.0.2-r0) ( 9/32) Purging py3-pytest (9.0.2-r0) (10/32) Purging py3-iniconfig-pyc (2.3.0-r0) (11/32) Purging py3-iniconfig (2.3.0-r0) (12/32) Purging py3-packaging-pyc (26.0-r0) (13/32) Purging py3-packaging (26.0-r0) (14/32) Purging py3-parsing-pyc (3.3.2-r0) (15/32) Purging py3-parsing (3.3.2-r0) (16/32) Purging py3-pluggy-pyc (1.6.0-r0) (17/32) Purging py3-pluggy (1.6.0-r0) (18/32) Purging py3-py-pyc (1.11.0-r4) (19/32) Purging py3-py (1.11.0-r4) (20/32) Purging py3-pygments-pyc (2.19.2-r0) (21/32) Purging py3-pygments (2.19.2-r0) (22/32) Purging python3-pyc (3.12.12-r0) (23/32) Purging python3-pycache-pyc0 (3.12.12-r0) (24/32) Purging pyc (3.12.12-r0) (25/32) Purging python3 (3.12.12-r0) (26/32) Purging gdbm (1.26-r0) (27/32) Purging libbz2 (1.0.8-r6) (28/32) Purging libffi (3.5.2-r0) (29/32) Purging libpanelw (6.6_p20251231-r0) (30/32) Purging mpdecimal (4.0.1-r0) (31/32) Purging sqlite-libs (3.51.2-r1) (32/32) Purging xz-libs (5.8.2-r0) Executing busybox-1.37.0-r31.trigger OK: 289.7 MiB in 104 packages >>> py3-pyserial: Updating the community/armv7 repository index... >>> py3-pyserial: Signing the index...