>>> py3-usb: Building community/py3-usb 1.3.1-r1 (using abuild 3.16.0-r0) started Sat, 28 Mar 2026 04:45:05 +0000 >>> py3-usb: Validating /home/buildozer/aports/community/py3-usb/APKBUILD... >>> py3-usb: Analyzing dependencies... >>> py3-usb: Installing for build: build-base python3 libusb py3-setuptools py3-setuptools_scm ( 1/21) Installing libbz2 (1.0.8-r6) ( 2/21) Installing libffi (3.5.2-r0) ( 3/21) Installing gdbm (1.26-r0) ( 4/21) Installing xz-libs (5.8.2-r0) ( 5/21) Installing mpdecimal (4.0.1-r0) ( 6/21) Installing libpanelw (6.6_p20251231-r0) ( 7/21) Installing sqlite-libs (3.51.2-r1) ( 8/21) Installing python3 (3.14.3-r0) ( 9/21) Installing python3-pycache-pyc0 (3.14.3-r0) (10/21) Installing pyc (3.14.3-r0) (11/21) Installing python3-pyc (3.14.3-r0) (12/21) Installing libusb (1.0.29-r0) (13/21) Installing py3-parsing (3.3.2-r1) (14/21) Installing py3-parsing-pyc (3.3.2-r1) (15/21) Installing py3-packaging (26.0-r1) (16/21) Installing py3-packaging-pyc (26.0-r1) (17/21) Installing py3-setuptools (82.0.1-r1) (18/21) Installing py3-setuptools-pyc (82.0.1-r1) (19/21) Installing py3-setuptools_scm (9.2.2-r1) (20/21) Installing py3-setuptools_scm-pyc (9.2.2-r1) (21/21) Installing .makedepends-py3-usb (20260328.044509) Executing busybox-1.37.0-r31.trigger OK: 330.8 MiB in 125 packages >>> py3-usb: Cleaning up srcdir >>> py3-usb: Cleaning up pkgdir >>> py3-usb: Cleaning up tmpdir >>> py3-usb: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-usb-1.3.1.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> py3-usb: Fetching py3-usb-1.3.1.tar.gz::https://files.pythonhosted.org/packages/source/p/pyusb/pyusb-1.3.1.tar.gz Connecting to files.pythonhosted.org ([2a04:4e42:400::223]:443) Connecting to files.pythonhosted.org ([2a04:4e42:400::223]:443) saving to '/var/cache/distfiles/edge/py3-usb-1.3.1.tar.gz.part' py3-usb-1.3.1.tar.gz 100% |********************************| 77281 0:00:00 ETA '/var/cache/distfiles/edge/py3-usb-1.3.1.tar.gz.part' saved /var/cache/distfiles/edge/py3-usb-1.3.1.tar.gz: OK >>> py3-usb: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-usb-1.3.1.tar.gz /var/cache/distfiles/edge/py3-usb-1.3.1.tar.gz: OK >>> py3-usb: Unpacking /var/cache/distfiles/edge/py3-usb-1.3.1.tar.gz... /usr/lib/python3.14/site-packages/setuptools/__init__.py:92: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) toml section missing PosixPath('pyproject.toml') does not contain a tool.setuptools_scm section toml section missing PosixPath('pyproject.toml') does not contain a tool.setuptools_scm section /usr/lib/python3.14/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() running build running build_py creating build/lib/usb copying usb/__init__.py -> build/lib/usb copying usb/core.py -> build/lib/usb copying usb/_interop.py -> build/lib/usb copying usb/_objfinalizer.py -> build/lib/usb copying usb/legacy.py -> build/lib/usb copying usb/control.py -> build/lib/usb copying usb/util.py -> build/lib/usb copying usb/_lookup.py -> build/lib/usb copying usb/_debug.py -> build/lib/usb copying usb/libloader.py -> build/lib/usb copying usb/_version.py -> build/lib/usb creating build/lib/usb/backend copying usb/backend/__init__.py -> build/lib/usb/backend copying usb/backend/libusb1.py -> build/lib/usb/backend copying usb/backend/libusb0.py -> build/lib/usb/backend copying usb/backend/openusb.py -> build/lib/usb/backend .E.............. ====================================================================== ERROR: runTest (test_util.FindDescriptorTest.runTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py3-usb/src/pyusb-1.3.1/tests/test_util.py", line 73, in runTest d = usb.core.find(idVendor=ID_VENDOR) File "/home/buildozer/aports/community/py3-usb/src/pyusb-1.3.1/usb/core.py", line 1321, in find raise NoBackendError('No backend available') usb.core.NoBackendError: No backend available ---------------------------------------------------------------------- Ran 16 tests in 0.004s FAILED (errors=1) >>> py3-usb: Entering fakeroot... /usr/lib/python3.14/site-packages/setuptools/__init__.py:92: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) toml section missing PosixPath('pyproject.toml') does not contain a tool.setuptools_scm section toml section missing PosixPath('pyproject.toml') does not contain a tool.setuptools_scm section /usr/lib/python3.14/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() running install /usr/lib/python3.14/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 install_lib creating /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.14/site-packages creating /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.14/site-packages/usb copying build/lib/usb/__init__.py -> /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.14/site-packages/usb copying build/lib/usb/core.py -> /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.14/site-packages/usb copying build/lib/usb/_interop.py -> /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.14/site-packages/usb copying build/lib/usb/_objfinalizer.py -> /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.14/site-packages/usb copying build/lib/usb/legacy.py -> /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.14/site-packages/usb creating /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.14/site-packages/usb/backend copying build/lib/usb/backend/__init__.py -> /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.14/site-packages/usb/backend copying build/lib/usb/backend/libusb1.py -> /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.14/site-packages/usb/backend copying build/lib/usb/backend/libusb0.py -> /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.14/site-packages/usb/backend copying build/lib/usb/backend/openusb.py -> /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.14/site-packages/usb/backend copying build/lib/usb/control.py -> /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.14/site-packages/usb copying build/lib/usb/util.py -> /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.14/site-packages/usb copying build/lib/usb/_lookup.py -> /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.14/site-packages/usb copying build/lib/usb/_debug.py -> /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.14/site-packages/usb copying build/lib/usb/libloader.py -> /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.14/site-packages/usb copying build/lib/usb/_version.py -> /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.14/site-packages/usb byte-compiling /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.14/site-packages/usb/__init__.py to __init__.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.14/site-packages/usb/core.py to core.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.14/site-packages/usb/_interop.py to _interop.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.14/site-packages/usb/_objfinalizer.py to _objfinalizer.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.14/site-packages/usb/legacy.py to legacy.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.14/site-packages/usb/backend/__init__.py to __init__.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.14/site-packages/usb/backend/libusb1.py to libusb1.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.14/site-packages/usb/backend/libusb0.py to libusb0.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.14/site-packages/usb/backend/openusb.py to openusb.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.14/site-packages/usb/control.py to control.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.14/site-packages/usb/util.py to util.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.14/site-packages/usb/_lookup.py to _lookup.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.14/site-packages/usb/_debug.py to _debug.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.14/site-packages/usb/libloader.py to libloader.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.14/site-packages/usb/_version.py to _version.cpython-314.pyc running install_egg_info running egg_info writing pyusb.egg-info/PKG-INFO writing dependency_links to pyusb.egg-info/dependency_links.txt writing top-level names to pyusb.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'pyusb.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'pyusb.egg-info/SOURCES.txt' Copying pyusb.egg-info to /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.14/site-packages/pyusb-1.3.1-py3.14.egg-info running install_scripts >>> py3-usb-pyc*: Running split function pyc... 'usr/lib/python3.14/site-packages/usb/__pycache__' -> '/home/buildozer/aports/community/py3-usb/pkg/py3-usb-pyc/usr/lib/python3.14/site-packages/usb/__pycache__' 'usr/lib/python3.14/site-packages/usb/backend/__pycache__' -> '/home/buildozer/aports/community/py3-usb/pkg/py3-usb-pyc/usr/lib/python3.14/site-packages/usb/backend/__pycache__' >>> py3-usb-pyc*: Preparing subpackage py3-usb-pyc... >>> py3-usb-pyc*: Running postcheck for py3-usb-pyc >>> py3-usb*: Running postcheck for py3-usb >>> py3-usb*: Preparing package py3-usb... >>> py3-usb-pyc*: Tracing dependencies... python3~3.14 >>> py3-usb-pyc*: Package size: 222.9 KB >>> py3-usb-pyc*: Compressing data... >>> py3-usb-pyc*: Create checksum... >>> py3-usb-pyc*: Create py3-usb-pyc-1.3.1-r1.apk >>> py3-usb*: Tracing dependencies... python3 libusb python3~3.14 >>> py3-usb*: Package size: 215.5 KB >>> py3-usb*: Compressing data... >>> py3-usb*: Create checksum... >>> py3-usb*: Create py3-usb-1.3.1-r1.apk >>> py3-usb: Build complete at Sat, 28 Mar 2026 04:45:11 +0000 elapsed time 0h 0m 6s >>> py3-usb: Cleaning up srcdir >>> py3-usb: Cleaning up pkgdir >>> py3-usb: Cleaning up tmpdir >>> py3-usb: Uninstalling dependencies... ( 1/21) Purging .makedepends-py3-usb (20260328.044509) ( 2/21) Purging libusb (1.0.29-r0) ( 3/21) Purging py3-setuptools_scm-pyc (9.2.2-r1) ( 4/21) Purging py3-setuptools_scm (9.2.2-r1) ( 5/21) Purging py3-setuptools-pyc (82.0.1-r1) ( 6/21) Purging py3-setuptools (82.0.1-r1) ( 7/21) Purging py3-packaging-pyc (26.0-r1) ( 8/21) Purging py3-packaging (26.0-r1) ( 9/21) Purging py3-parsing-pyc (3.3.2-r1) (10/21) Purging py3-parsing (3.3.2-r1) (11/21) Purging python3-pyc (3.14.3-r0) (12/21) Purging python3-pycache-pyc0 (3.14.3-r0) (13/21) Purging pyc (3.14.3-r0) (14/21) Purging python3 (3.14.3-r0) (15/21) Purging gdbm (1.26-r0) (16/21) Purging libbz2 (1.0.8-r6) (17/21) Purging libffi (3.5.2-r0) (18/21) Purging libpanelw (6.6_p20251231-r0) (19/21) Purging mpdecimal (4.0.1-r0) (20/21) Purging sqlite-libs (3.51.2-r1) (21/21) Purging xz-libs (5.8.2-r0) Executing busybox-1.37.0-r31.trigger OK: 289.7 MiB in 104 packages >>> py3-usb: Updating the community/armv7 repository index... >>> py3-usb: Signing the index...