>>> py3-usb: Building community/py3-usb 1.3.1-r0 (using abuild 3.15.0-r0) started Mon, 13 Oct 2025 05:00:19 +0000 >>> py3-usb: Validating /home/udu/aports/community/py3-usb/APKBUILD... >>> py3-usb: Analyzing dependencies... >>> py3-usb: Installing for build: build-base python3 libusb py3-setuptools py3-setuptools_scm WARNING: opening /home/udu/packages//community: No such file or directory WARNING: opening /home/udu/packages//main: No such file or directory fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz (1/10) Installing libusb (1.0.28-r0) (2/10) Installing py3-parsing (3.2.3-r0) (3/10) Installing py3-parsing-pyc (3.2.3-r0) (4/10) Installing py3-packaging (25.0-r0) (5/10) Installing py3-packaging-pyc (25.0-r0) (6/10) Installing py3-setuptools (80.9.0-r0) (7/10) Installing py3-setuptools-pyc (80.9.0-r0) (8/10) Installing py3-setuptools_scm (8.3.1-r0) (9/10) Installing py3-setuptools_scm-pyc (8.3.1-r0) (10/10) Installing .makedepends-py3-usb (20251013.050019) OK: 306 MiB in 99 packages >>> py3-usb: Cleaning up srcdir >>> py3-usb: Cleaning up pkgdir >>> py3-usb: Cleaning up tmpdir >>> py3-usb: Fetching py3-usb-1.3.1.tar.gz::https://files.pythonhosted.org/packages/source/p/pyusb/pyusb-1.3.1.tar.gz >>> py3-usb: Fetching py3-usb-1.3.1.tar.gz::https://files.pythonhosted.org/packages/source/p/pyusb/pyusb-1.3.1.tar.gz >>> py3-usb: Checking sha512sums... py3-usb-1.3.1.tar.gz: OK >>> py3-usb: Unpacking /var/cache/distfiles/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`. By 2025-Oct-31, you need to update your project and remove deprecated calls or your builds will no longer be supported. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) WARNING setuptools_scm.pyproject_reading toml section missing 'pyproject.toml does not contain a tool.setuptools_scm section' Traceback (most recent call last): File "/usr/lib/python3.12/site-packages/setuptools_scm/_integration/pyproject_reading.py", line 36, in read_pyproject section = defn.get("tool", {})[tool_name] ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^ KeyError: 'setuptools_scm' /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/_debug.py -> build/lib/usb copying usb/libloader.py -> build/lib/usb copying usb/_lookup.py -> build/lib/usb copying usb/_objfinalizer.py -> build/lib/usb copying usb/core.py -> build/lib/usb copying usb/control.py -> build/lib/usb copying usb/util.py -> build/lib/usb copying usb/legacy.py -> build/lib/usb copying usb/_version.py -> build/lib/usb copying usb/_interop.py -> build/lib/usb copying usb/__init__.py -> build/lib/usb creating 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 copying usb/backend/__init__.py -> build/lib/usb/backend E............... ====================================================================== ERROR: runTest (test_util.FindDescriptorTest.runTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/udu/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/udu/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.002s 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`. By 2025-Oct-31, you need to update your project and remove deprecated calls or your builds will no longer be supported. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) WARNING setuptools_scm.pyproject_reading toml section missing 'pyproject.toml does not contain a tool.setuptools_scm section' Traceback (most recent call last): File "/usr/lib/python3.12/site-packages/setuptools_scm/_integration/pyproject_reading.py", line 36, in read_pyproject section = defn.get("tool", {})[tool_name] ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^ KeyError: 'setuptools_scm' /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. By 2025-Oct-31, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/udu/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages creating /home/udu/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb copying build/lib/usb/_debug.py -> /home/udu/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb copying build/lib/usb/libloader.py -> /home/udu/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb copying build/lib/usb/_lookup.py -> /home/udu/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb copying build/lib/usb/_objfinalizer.py -> /home/udu/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb copying build/lib/usb/core.py -> /home/udu/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb copying build/lib/usb/control.py -> /home/udu/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb copying build/lib/usb/util.py -> /home/udu/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb copying build/lib/usb/legacy.py -> /home/udu/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb copying build/lib/usb/_version.py -> /home/udu/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb copying build/lib/usb/_interop.py -> /home/udu/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb copying build/lib/usb/__init__.py -> /home/udu/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb creating /home/udu/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb/backend copying build/lib/usb/backend/libusb1.py -> /home/udu/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb/backend copying build/lib/usb/backend/libusb0.py -> /home/udu/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb/backend copying build/lib/usb/backend/openusb.py -> /home/udu/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb/backend copying build/lib/usb/backend/__init__.py -> /home/udu/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb/backend byte-compiling /home/udu/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb/_debug.py to _debug.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb/libloader.py to libloader.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb/_lookup.py to _lookup.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb/_objfinalizer.py to _objfinalizer.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb/core.py to core.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb/control.py to control.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb/util.py to util.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb/legacy.py to legacy.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb/_version.py to _version.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb/_interop.py to _interop.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb/__init__.py to __init__.cpython-312.pyc byte-compiling /home/udu/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/udu/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/udu/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/udu/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12/site-packages/usb/backend/__init__.py to __init__.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 ERROR setuptools_scm._file_finders.git 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/udu/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/udu/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/udu/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 libusb python3~3.12 >>> py3-usb-pyc*: Package size: 220.0 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.3 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, 13 Oct 2025 05:00:20 +0000 elapsed time 0h 0m 1s >>> py3-usb: Cleaning up srcdir >>> py3-usb: Cleaning up pkgdir >>> py3-usb: Uninstalling dependencies... (1/10) Purging .makedepends-py3-usb (20251013.050019) (2/10) Purging libusb (1.0.28-r0) (3/10) Purging py3-setuptools_scm-pyc (8.3.1-r0) (4/10) Purging py3-setuptools_scm (8.3.1-r0) (5/10) Purging py3-setuptools-pyc (80.9.0-r0) (6/10) Purging py3-setuptools (80.9.0-r0) (7/10) Purging py3-packaging-pyc (25.0-r0) (8/10) Purging py3-packaging (25.0-r0) (9/10) Purging py3-parsing-pyc (3.2.3-r0) (10/10) Purging py3-parsing (3.2.3-r0) OK: 296 MiB in 89 packages >>> py3-usb: Updating the community/x86_64 repository index... >>> py3-usb: Signing the index...