>>> py3-hid-parser: Building community/py3-hid-parser 0.0.3-r2 (using abuild 3.16.0_rc4-r0) started Mon, 03 Nov 2025 15:42:33 +0000 >>> py3-hid-parser: Validating /home/buildozer/aports/community/py3-hid-parser/APKBUILD... >>> py3-hid-parser: Analyzing dependencies... >>> py3-hid-parser: Installing for build: build-base python3 py3-setuptools py3-hypothesis py3-pytest ( 1/34) Installing libbz2 (1.0.8-r6) ( 2/34) Installing libffi (3.5.2-r0) ( 3/34) Installing gdbm (1.26-r0) ( 4/34) Installing xz-libs (5.8.1-r0) ( 5/34) Installing mpdecimal (4.0.1-r0) ( 6/34) Installing libpanelw (6.5_p20251010-r0) ( 7/34) Installing sqlite-libs (3.50.4-r1) ( 8/34) Installing python3 (3.12.12-r0) ( 9/34) Installing python3-pycache-pyc0 (3.12.12-r0) (10/34) Installing pyc (3.12.12-r0) (11/34) Installing python3-pyc (3.12.12-r0) (12/34) Installing py3-parsing (3.2.3-r0) (13/34) Installing py3-parsing-pyc (3.2.3-r0) (14/34) Installing py3-packaging (25.0-r0) (15/34) Installing py3-packaging-pyc (25.0-r0) (16/34) Installing py3-setuptools (80.9.0-r1) (17/34) Installing py3-setuptools-pyc (80.9.0-r1) (18/34) Installing py3-attrs (25.3.0-r0) (19/34) Installing py3-attrs-pyc (25.3.0-r0) (20/34) Installing py3-sortedcontainers (2.4.0-r5) (21/34) Installing py3-sortedcontainers-pyc (2.4.0-r5) (22/34) Installing py3-hypothesis (6.142.4-r0) (23/34) Installing py3-hypothesis-pyc (6.142.4-r0) (24/34) Installing py3-iniconfig (2.3.0-r0) (25/34) Installing py3-iniconfig-pyc (2.3.0-r0) (26/34) Installing py3-pluggy (1.6.0-r0) (27/34) Installing py3-pluggy-pyc (1.6.0-r0) (28/34) Installing py3-py (1.11.0-r4) (29/34) Installing py3-py-pyc (1.11.0-r4) (30/34) Installing py3-pygments (2.19.2-r0) (31/34) Installing py3-pygments-pyc (2.19.2-r0) (32/34) Installing py3-pytest (8.4.2-r1) (33/34) Installing py3-pytest-pyc (8.4.2-r1) (34/34) Installing .makedepends-py3-hid-parser (20251103.154300) busybox-1.37.0-r24.trigger: Executing script... OK: 447 MiB in 139 packages >>> py3-hid-parser: Cleaning up srcdir >>> py3-hid-parser: Cleaning up pkgdir >>> py3-hid-parser: Cleaning up tmpdir >>> py3-hid-parser: Fetching https://distfiles.alpinelinux.org/distfiles/v3.23/py3-hid-parser-0.0.3.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/v3.23/py3-hid-parser-0.0.3.tar.gz.part' py3-hid-parser-0.0.3 100% |********************************| 28375 0:00:00 ETA '/var/cache/distfiles/v3.23/py3-hid-parser-0.0.3.tar.gz.part' saved /var/cache/distfiles/v3.23/py3-hid-parser-0.0.3.tar.gz: OK >>> py3-hid-parser: Fetching https://distfiles.alpinelinux.org/distfiles/v3.23/py3-hid-parser-0.0.3.tar.gz /var/cache/distfiles/v3.23/py3-hid-parser-0.0.3.tar.gz: OK >>> py3-hid-parser: Unpacking /var/cache/distfiles/v3.23/py3-hid-parser-0.0.3.tar.gz... /usr/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running build running build_py creating build/lib/hid_parser copying hid_parser/__init__.py -> build/lib/hid_parser copying hid_parser/data.py -> build/lib/hid_parser ============================= test session starts ============================== platform linux -- Python 3.12.12, pytest-8.4.2, pluggy-1.6.0 rootdir: /home/buildozer/aports/community/py3-hid-parser/src/python-hid-parser-0.0.3 configfile: pyproject.toml plugins: hypothesis-6.142.4 collected 73 items / 2 deselected / 71 selected tests/test_data.py .......... [ 14%] tests/test_items.py ....... [ 23%] tests/test_parse.py ............ [ 40%] tests/test_print.py .. [ 43%] tests/test_repr.py .................... [ 71%] tests/test_usage.py ...... [ 80%] tests/test_util.py .............. [100%] =============================== warnings summary =============================== tests/test_items.py::test_arrayitem tests/test_items.py::test_arrayitem_repr /home/buildozer/aports/community/py3-hid-parser/src/python-hid-parser-0.0.3/hid_parser/__init__.py:373: HIDComplianceWarning: Usage(page=Generic Desktop Controls, usage=X) has no compatible usage types with an array item warnings.warn(HIDComplianceWarning( tests/test_items.py::test_arrayitem tests/test_items.py::test_arrayitem_repr /home/buildozer/aports/community/py3-hid-parser/src/python-hid-parser-0.0.3/hid_parser/__init__.py:373: HIDComplianceWarning: Usage(page=Generic Desktop Controls, usage=Y) has no compatible usage types with an array item warnings.warn(HIDComplianceWarning( tests/test_parse.py::test_parse[rdesc1] tests/test_parse.py::test_size[rdesc1-1-56] tests/test_parse.py::test_size[rdesc2-2-64] tests/test_parse.py::test_size[rdesc3-16-48] tests/test_parse.py::test_size[rdesc4-17-152] tests/test_parse.py::test_size[rdesc5-32-112] tests/test_parse.py::test_size[rdesc6-33-248] tests/test_parse.py::test_linux_hidpp_items tests/test_print.py::test_print[rdesc_raw1-linux-hidpp-print.txt] /home/buildozer/aports/community/py3-hid-parser/src/python-hid-parser-0.0.3/hid_parser/__init__.py:373: HIDComplianceWarning: Usage(page=Keyboard/Keypad, usage=Keypad Hexadecimal) has no compatible usage types with an array item warnings.warn(HIDComplianceWarning( tests/test_parse.py::test_parse[rdesc1] tests/test_parse.py::test_size[rdesc1-1-56] tests/test_parse.py::test_size[rdesc2-2-64] tests/test_parse.py::test_size[rdesc3-16-48] tests/test_parse.py::test_size[rdesc4-17-152] tests/test_parse.py::test_size[rdesc5-32-112] tests/test_parse.py::test_size[rdesc6-33-248] tests/test_parse.py::test_linux_hidpp_items tests/test_print.py::test_print[rdesc_raw1-linux-hidpp-print.txt] /home/buildozer/aports/community/py3-hid-parser/src/python-hid-parser-0.0.3/hid_parser/__init__.py:373: HIDComplianceWarning: Usage(page=Keyboard/Keypad, usage=Keyboard LeftControl) has no compatible usage types with an array item warnings.warn(HIDComplianceWarning( tests/test_parse.py::test_parse[rdesc1] tests/test_parse.py::test_size[rdesc1-1-56] tests/test_parse.py::test_size[rdesc2-2-64] tests/test_parse.py::test_size[rdesc3-16-48] tests/test_parse.py::test_size[rdesc4-17-152] tests/test_parse.py::test_size[rdesc5-32-112] tests/test_parse.py::test_size[rdesc6-33-248] tests/test_parse.py::test_linux_hidpp_items tests/test_print.py::test_print[rdesc_raw1-linux-hidpp-print.txt] /home/buildozer/aports/community/py3-hid-parser/src/python-hid-parser-0.0.3/hid_parser/__init__.py:373: HIDComplianceWarning: Usage(page=Keyboard/Keypad, usage=Keyboard LeftShift) has no compatible usage types with an array item warnings.warn(HIDComplianceWarning( tests/test_parse.py::test_parse[rdesc1] tests/test_parse.py::test_size[rdesc1-1-56] tests/test_parse.py::test_size[rdesc2-2-64] tests/test_parse.py::test_size[rdesc3-16-48] tests/test_parse.py::test_size[rdesc4-17-152] tests/test_parse.py::test_size[rdesc5-32-112] tests/test_parse.py::test_size[rdesc6-33-248] tests/test_parse.py::test_linux_hidpp_items tests/test_print.py::test_print[rdesc_raw1-linux-hidpp-print.txt] /home/buildozer/aports/community/py3-hid-parser/src/python-hid-parser-0.0.3/hid_parser/__init__.py:373: HIDComplianceWarning: Usage(page=Keyboard/Keypad, usage=Keyboard LeftAlt) has no compatible usage types with an array item warnings.warn(HIDComplianceWarning( tests/test_parse.py::test_parse[rdesc1] tests/test_parse.py::test_size[rdesc1-1-56] tests/test_parse.py::test_size[rdesc2-2-64] tests/test_parse.py::test_size[rdesc3-16-48] tests/test_parse.py::test_size[rdesc4-17-152] tests/test_parse.py::test_size[rdesc5-32-112] tests/test_parse.py::test_size[rdesc6-33-248] tests/test_parse.py::test_linux_hidpp_items tests/test_print.py::test_print[rdesc_raw1-linux-hidpp-print.txt] /home/buildozer/aports/community/py3-hid-parser/src/python-hid-parser-0.0.3/hid_parser/__init__.py:373: HIDComplianceWarning: Usage(page=Keyboard/Keypad, usage=Keyboard Left GUI) has no compatible usage types with an array item warnings.warn(HIDComplianceWarning( tests/test_parse.py::test_parse[rdesc1] tests/test_parse.py::test_size[rdesc1-1-56] tests/test_parse.py::test_size[rdesc2-2-64] tests/test_parse.py::test_size[rdesc3-16-48] tests/test_parse.py::test_size[rdesc4-17-152] tests/test_parse.py::test_size[rdesc5-32-112] tests/test_parse.py::test_size[rdesc6-33-248] tests/test_parse.py::test_linux_hidpp_items tests/test_print.py::test_print[rdesc_raw1-linux-hidpp-print.txt] /home/buildozer/aports/community/py3-hid-parser/src/python-hid-parser-0.0.3/hid_parser/__init__.py:373: HIDComplianceWarning: Usage(page=Keyboard/Keypad, usage=Keyboard RightControl) has no compatible usage types with an array item warnings.warn(HIDComplianceWarning( tests/test_parse.py::test_parse[rdesc1] tests/test_parse.py::test_size[rdesc1-1-56] tests/test_parse.py::test_size[rdesc2-2-64] tests/test_parse.py::test_size[rdesc3-16-48] tests/test_parse.py::test_size[rdesc4-17-152] tests/test_parse.py::test_size[rdesc5-32-112] tests/test_parse.py::test_size[rdesc6-33-248] tests/test_parse.py::test_linux_hidpp_items tests/test_print.py::test_print[rdesc_raw1-linux-hidpp-print.txt] /home/buildozer/aports/community/py3-hid-parser/src/python-hid-parser-0.0.3/hid_parser/__init__.py:373: HIDComplianceWarning: Usage(page=Keyboard/Keypad, usage=Keyboard RightShift) has no compatible usage types with an array item warnings.warn(HIDComplianceWarning( tests/test_parse.py::test_parse[rdesc1] tests/test_parse.py::test_size[rdesc1-1-56] tests/test_parse.py::test_size[rdesc2-2-64] tests/test_parse.py::test_size[rdesc3-16-48] tests/test_parse.py::test_size[rdesc4-17-152] tests/test_parse.py::test_size[rdesc5-32-112] tests/test_parse.py::test_size[rdesc6-33-248] tests/test_parse.py::test_linux_hidpp_items tests/test_print.py::test_print[rdesc_raw1-linux-hidpp-print.txt] /home/buildozer/aports/community/py3-hid-parser/src/python-hid-parser-0.0.3/hid_parser/__init__.py:373: HIDComplianceWarning: Usage(page=Keyboard/Keypad, usage=Keyboard RightAlt) has no compatible usage types with an array item warnings.warn(HIDComplianceWarning( tests/test_parse.py::test_parse[rdesc1] tests/test_parse.py::test_size[rdesc1-1-56] tests/test_parse.py::test_size[rdesc2-2-64] tests/test_parse.py::test_size[rdesc3-16-48] tests/test_parse.py::test_size[rdesc4-17-152] tests/test_parse.py::test_size[rdesc5-32-112] tests/test_parse.py::test_size[rdesc6-33-248] tests/test_parse.py::test_linux_hidpp_items tests/test_print.py::test_print[rdesc_raw1-linux-hidpp-print.txt] /home/buildozer/aports/community/py3-hid-parser/src/python-hid-parser-0.0.3/hid_parser/__init__.py:373: HIDComplianceWarning: Usage(page=Keyboard/Keypad, usage=Keyboard Right GUI) has no compatible usage types with an array item warnings.warn(HIDComplianceWarning( -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ================ 71 passed, 2 deselected, 85 warnings in 1.59s ================= >>> py3-hid-parser: Entering fakeroot... /usr/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running build running build_py running install_lib creating /home/buildozer/aports/community/py3-hid-parser/pkg/py3-hid-parser/usr/lib/python3.12/site-packages creating /home/buildozer/aports/community/py3-hid-parser/pkg/py3-hid-parser/usr/lib/python3.12/site-packages/hid_parser copying build/lib/hid_parser/__init__.py -> /home/buildozer/aports/community/py3-hid-parser/pkg/py3-hid-parser/usr/lib/python3.12/site-packages/hid_parser copying build/lib/hid_parser/data.py -> /home/buildozer/aports/community/py3-hid-parser/pkg/py3-hid-parser/usr/lib/python3.12/site-packages/hid_parser byte-compiling /home/buildozer/aports/community/py3-hid-parser/pkg/py3-hid-parser/usr/lib/python3.12/site-packages/hid_parser/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-hid-parser/pkg/py3-hid-parser/usr/lib/python3.12/site-packages/hid_parser/data.py to data.cpython-312.pyc running install_egg_info running egg_info creating hid_parser.egg-info writing hid_parser.egg-info/PKG-INFO writing dependency_links to hid_parser.egg-info/dependency_links.txt writing requirements to hid_parser.egg-info/requires.txt writing top-level names to hid_parser.egg-info/top_level.txt writing manifest file 'hid_parser.egg-info/SOURCES.txt' reading manifest file 'hid_parser.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'hid_parser.egg-info/SOURCES.txt' Copying hid_parser.egg-info to /home/buildozer/aports/community/py3-hid-parser/pkg/py3-hid-parser/usr/lib/python3.12/site-packages/hid_parser-0.0.3-py3.12.egg-info running install_scripts >>> py3-hid-parser-pyc*: Running split function pyc... libfakeroot internal error: payload not recognized! 'usr/lib/python3.12/site-packages/hid_parser/__pycache__' -> '/home/buildozer/aports/community/py3-hid-parser/pkg/py3-hid-parser-pyc/usr/lib/python3.12/site-packages/hid_parser/__pycache__' >>> py3-hid-parser-pyc*: Preparing subpackage py3-hid-parser-pyc... >>> py3-hid-parser-pyc*: Running postcheck for py3-hid-parser-pyc >>> py3-hid-parser*: Running postcheck for py3-hid-parser >>> py3-hid-parser*: Preparing package py3-hid-parser... >>> py3-hid-parser-pyc*: Tracing dependencies... python3~3.12 >>> py3-hid-parser-pyc*: Package size: 106.7 KB >>> py3-hid-parser-pyc*: Compressing data... >>> py3-hid-parser-pyc*: Create checksum... >>> py3-hid-parser-pyc*: Create py3-hid-parser-pyc-0.0.3-r2.apk >>> py3-hid-parser*: Tracing dependencies... python3 python3~3.12 >>> py3-hid-parser*: Package size: 82.6 KB >>> py3-hid-parser*: Compressing data... >>> py3-hid-parser*: Create checksum... >>> py3-hid-parser*: Create py3-hid-parser-0.0.3-r2.apk >>> py3-hid-parser: Build complete at Mon, 03 Nov 2025 15:43:03 +0000 elapsed time 0h 0m 30s >>> py3-hid-parser: Cleaning up srcdir >>> py3-hid-parser: Cleaning up pkgdir >>> py3-hid-parser: Uninstalling dependencies... ( 1/34) Purging .makedepends-py3-hid-parser (20251103.154300) ( 2/34) Purging py3-setuptools-pyc (80.9.0-r1) ( 3/34) Purging py3-setuptools (80.9.0-r1) ( 4/34) Purging py3-hypothesis-pyc (6.142.4-r0) ( 5/34) Purging py3-hypothesis (6.142.4-r0) ( 6/34) Purging py3-attrs-pyc (25.3.0-r0) ( 7/34) Purging py3-attrs (25.3.0-r0) ( 8/34) Purging py3-sortedcontainers-pyc (2.4.0-r5) ( 9/34) Purging py3-sortedcontainers (2.4.0-r5) (10/34) Purging py3-pytest-pyc (8.4.2-r1) (11/34) Purging py3-pytest (8.4.2-r1) (12/34) Purging py3-iniconfig-pyc (2.3.0-r0) (13/34) Purging py3-iniconfig (2.3.0-r0) (14/34) Purging py3-packaging-pyc (25.0-r0) (15/34) Purging py3-packaging (25.0-r0) (16/34) Purging py3-parsing-pyc (3.2.3-r0) (17/34) Purging py3-parsing (3.2.3-r0) (18/34) Purging py3-pluggy-pyc (1.6.0-r0) (19/34) Purging py3-pluggy (1.6.0-r0) (20/34) Purging py3-py-pyc (1.11.0-r4) (21/34) Purging py3-py (1.11.0-r4) (22/34) Purging py3-pygments-pyc (2.19.2-r0) (23/34) Purging py3-pygments (2.19.2-r0) (24/34) Purging python3-pyc (3.12.12-r0) (25/34) Purging python3-pycache-pyc0 (3.12.12-r0) (26/34) Purging pyc (3.12.12-r0) (27/34) Purging python3 (3.12.12-r0) (28/34) Purging gdbm (1.26-r0) (29/34) Purging libbz2 (1.0.8-r6) (30/34) Purging libffi (3.5.2-r0) (31/34) Purging libpanelw (6.5_p20251010-r0) (32/34) Purging mpdecimal (4.0.1-r0) (33/34) Purging sqlite-libs (3.50.4-r1) (34/34) Purging xz-libs (5.8.1-r0) busybox-1.37.0-r24.trigger: Executing script... OK: 385 MiB in 105 packages >>> py3-hid-parser: Updating the community/s390x repository index... >>> py3-hid-parser: Signing the index...