>>> py3-usb: Building community/py3-usb 1.3.1-r0 (using abuild 3.16.0_rc4-r0) started Mon, 03 Nov 2025 00:29:19 +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/18) Installing gdbm (1.26-r0) ( 2/18) Installing xz-libs (5.8.1-r0) ( 3/18) Installing mpdecimal (4.0.1-r0) ( 4/18) Installing libpanelw (6.5_p20251010-r0) ( 5/18) Installing python3 (3.12.12-r0) ( 6/18) Installing python3-pycache-pyc0 (3.12.12-r0) ( 7/18) Installing pyc (3.12.12-r0) ( 8/18) Installing python3-pyc (3.12.12-r0) ( 9/18) Installing libusb (1.0.29-r0) (10/18) Installing py3-parsing (3.2.3-r0) (11/18) Installing py3-parsing-pyc (3.2.3-r0) (12/18) Installing py3-packaging (25.0-r0) (13/18) Installing py3-packaging-pyc (25.0-r0) (14/18) Installing py3-setuptools (80.9.0-r1) (15/18) Installing py3-setuptools-pyc (80.9.0-r1) (16/18) Installing py3-setuptools_scm (9.2.2-r0) (17/18) Installing py3-setuptools_scm-pyc (9.2.2-r0) (18/18) Installing .makedepends-py3-usb (20251103.002936) busybox-1.37.0-r24.trigger: Executing script... OK: 423 MiB in 169 packages >>> py3-usb: Cleaning up srcdir >>> py3-usb: Cleaning up pkgdir >>> py3-usb: Cleaning up tmpdir >>> py3-usb: Fetching https://distfiles.alpinelinux.org/distfiles/v3.23/py3-usb-1.3.1.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/v3.23/py3-usb-1.3.1.tar.gz.part' py3-usb-1.3.1.tar.gz 100% |********************************| 77281 0:00:00 ETA '/var/cache/distfiles/v3.23/py3-usb-1.3.1.tar.gz.part' saved /var/cache/distfiles/v3.23/py3-usb-1.3.1.tar.gz: OK >>> py3-usb: Fetching https://distfiles.alpinelinux.org/distfiles/v3.23/py3-usb-1.3.1.tar.gz /var/cache/distfiles/v3.23/py3-usb-1.3.1.tar.gz: OK >>> py3-usb: Unpacking /var/cache/distfiles/v3.23/py3-usb-1.3.1.tar.gz... /usr/lib/python3.12/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.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 :: 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.006s FAILED (errors=1) >>> py3-usb: Entering fakeroot... /usr/lib/python3.12/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.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 :: 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.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 install_lib creating /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages creating /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb copying build/lib/usb/__init__.py -> /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb copying build/lib/usb/core.py -> /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb copying build/lib/usb/_interop.py -> /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb copying build/lib/usb/_objfinalizer.py -> /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb copying build/lib/usb/legacy.py -> /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb creating /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb/backend copying build/lib/usb/backend/__init__.py -> /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb/backend copying build/lib/usb/backend/libusb1.py -> /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb/backend copying build/lib/usb/backend/libusb0.py -> /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb/backend copying build/lib/usb/backend/openusb.py -> /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb/backend copying build/lib/usb/control.py -> /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb copying build/lib/usb/util.py -> /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb copying build/lib/usb/_lookup.py -> /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb copying build/lib/usb/_debug.py -> /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb copying build/lib/usb/libloader.py -> /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb copying build/lib/usb/_version.py -> /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb byte-compiling /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb/core.py to core.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb/_interop.py to _interop.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb/_objfinalizer.py to _objfinalizer.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb/legacy.py to legacy.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb/backend/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb/backend/libusb1.py to libusb1.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb/backend/libusb0.py to libusb0.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb/backend/openusb.py to openusb.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb/control.py to control.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb/util.py to util.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb/_lookup.py to _lookup.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb/_debug.py to _debug.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb/libloader.py to libloader.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb/_version.py to _version.cpython-312.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.12/site-packages/pyusb-1.3.1-py3.12.egg-info running install_scripts >>> py3-usb-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/usb/__pycache__' -> '/home/buildozer/aports/community/py3-usb/pkg/py3-usb-pyc/usr/lib/python3.12/site-packages/usb/__pycache__' 'usr/lib/python3.12/site-packages/usb/backend/__pycache__' -> '/home/buildozer/aports/community/py3-usb/pkg/py3-usb-pyc/usr/lib/python3.12/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.12 >>> py3-usb-pyc*: Package size: 220.1 KB >>> py3-usb-pyc*: Compressing data... >>> py3-usb-pyc*: Create checksum... >>> py3-usb-pyc*: Create py3-usb-pyc-1.3.1-r0.apk >>> py3-usb*: Tracing dependencies... python3 libusb python3~3.12 >>> py3-usb*: Package size: 215.5 KB >>> py3-usb*: Compressing data... >>> py3-usb*: Create checksum... >>> py3-usb*: Create py3-usb-1.3.1-r0.apk >>> py3-usb: Build complete at Mon, 03 Nov 2025 00:29:37 +0000 elapsed time 0h 0m 18s >>> py3-usb: Cleaning up srcdir >>> py3-usb: Cleaning up pkgdir >>> py3-usb: Cleaning up tmpdir >>> py3-usb: Uninstalling dependencies... ( 1/18) Purging .makedepends-py3-usb (20251103.002936) ( 2/18) Purging libusb (1.0.29-r0) ( 3/18) Purging py3-setuptools_scm-pyc (9.2.2-r0) ( 4/18) Purging py3-setuptools_scm (9.2.2-r0) ( 5/18) Purging py3-setuptools-pyc (80.9.0-r1) ( 6/18) Purging py3-setuptools (80.9.0-r1) ( 7/18) Purging py3-packaging-pyc (25.0-r0) ( 8/18) Purging py3-packaging (25.0-r0) ( 9/18) Purging py3-parsing-pyc (3.2.3-r0) (10/18) Purging py3-parsing (3.2.3-r0) (11/18) Purging python3-pyc (3.12.12-r0) (12/18) Purging python3-pycache-pyc0 (3.12.12-r0) (13/18) Purging pyc (3.12.12-r0) (14/18) Purging python3 (3.12.12-r0) (15/18) Purging gdbm (1.26-r0) (16/18) Purging libpanelw (6.5_p20251010-r0) (17/18) Purging mpdecimal (4.0.1-r0) (18/18) Purging xz-libs (5.8.1-r0) busybox-1.37.0-r24.trigger: Executing script... OK: 382 MiB in 151 packages >>> py3-usb: Updating the community/armv7 repository index... >>> py3-usb: Signing the index...