>>> py3-usb: Building community/py3-usb 1.2.1-r3 (using abuild 3.14.1-r1) started Fri, 01 Nov 2024 10:23:26 +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.4.6-r0)
(3/21) Installing gdbm (1.24-r0)
(4/21) Installing xz-libs (5.6.3-r0)
(5/21) Installing mpdecimal (4.0.0-r0)
(6/21) Installing libpanelw (6.5_p20241006-r2)
(7/21) Installing sqlite-libs (3.47.0-r0)
(8/21) Installing python3 (3.12.7-r1)
(9/21) Installing python3-pycache-pyc0 (3.12.7-r1)
(10/21) Installing pyc (3.12.7-r1)
(11/21) Installing python3-pyc (3.12.7-r1)
(12/21) Installing libusb (1.0.27-r0)
(13/21) Installing py3-parsing (3.1.4-r0)
(14/21) Installing py3-parsing-pyc (3.1.4-r0)
(15/21) Installing py3-packaging (24.1-r0)
(16/21) Installing py3-packaging-pyc (24.1-r0)
(17/21) Installing py3-setuptools (70.3.0-r0)
(18/21) Installing py3-setuptools-pyc (70.3.0-r0)
(19/21) Installing py3-setuptools_scm (8.1.0-r0)
(20/21) Installing py3-setuptools_scm-pyc (8.1.0-r0)
(21/21) Installing .makedepends-py3-usb (20241101.102354)
Executing busybox-1.37.0-r5.trigger
OK: 376 MiB in 119 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.20/py3-usb-1.2.1.tar.gz
Connecting to distfiles.alpinelinux.org (172.105.82.32:443)
saving to '/var/cache/distfiles/v3.21/py3-usb-1.2.1.tar.gz.part'
py3-usb-1.2.1.tar.gz 100% |********************************| 75292  0:00:00 ETA
'/var/cache/distfiles/v3.21/py3-usb-1.2.1.tar.gz.part' saved
>>> py3-usb: Fetching https://distfiles.alpinelinux.org/distfiles/v3.20/py3-usb-1.2.1.tar.gz
>>> py3-usb: Checking sha512sums...
py3-usb-1.2.1.tar.gz: OK
>>> py3-usb: Unpacking /var/cache/distfiles/v3.21/py3-usb-1.2.1.tar.gz...
/home/buildozer/aports/community/py3-usb/src/pyusb-1.2.1/setup.py:38: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
  if LooseVersion(setuptools_version).version[0] < 12:
/usr/lib/python3.12/site-packages/setuptools/dist.py:476: SetuptoolsDeprecationWarning: Invalid dash-separated options
!!

        ********************************************************************************
        Usage of dash-separated 'description-file' will not be supported in future
        versions. Please use the underscore name 'description_file' instead.

        This deprecation is overdue, please update your project and remove deprecated
        calls to avoid build errors in the future.

        See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
        ********************************************************************************

!!
  opt = self.warn_dash_deprecation(opt, section)
/usr/lib/python3.12/site-packages/setuptools/__init__.py:80: _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`.
        ********************************************************************************

!!
  dist.fetch_build_eggs(dist.setup_requires)
WARNING: The wheel package is not available.
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:476: SetuptoolsDeprecationWarning: Invalid dash-separated options
!!

        ********************************************************************************
        Usage of dash-separated 'description-file' will not be supported in future
        versions. Please use the underscore name 'description_file' instead.

        This deprecation is overdue, please update your project and remove deprecated
        calls to avoid build errors in the future.

        See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
        ********************************************************************************

!!
  opt = self.warn_dash_deprecation(opt, section)
running build
running build_py
creating build
creating build/lib
creating build/lib/usb
copying usb/__init__.py -> build/lib/usb
copying usb/_objfinalizer.py -> build/lib/usb
copying usb/util.py -> build/lib/usb
copying usb/core.py -> build/lib/usb
copying usb/control.py -> build/lib/usb
copying usb/_version.py -> build/lib/usb
copying usb/_debug.py -> build/lib/usb
copying usb/_lookup.py -> build/lib/usb
copying usb/legacy.py -> build/lib/usb
copying usb/_interop.py -> build/lib/usb
copying usb/libloader.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/openusb.py -> build/lib/usb/backend
copying usb/backend/libusb0.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.2.1/tests/test_util.py", line 70, in runTest
    d = usb.core.find(idVendor=ID_VENDOR)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/buildozer/aports/community/py3-usb/src/pyusb-1.2.1/usb/core.py", line 1309, in find
    raise NoBackendError('No backend available')
usb.core.NoBackendError: No backend available

----------------------------------------------------------------------
Ran 13 tests in 0.017s

FAILED (errors=1)
>>> py3-usb: Entering fakeroot...
/home/buildozer/aports/community/py3-usb/src/pyusb-1.2.1/setup.py:38: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
  if LooseVersion(setuptools_version).version[0] < 12:
/usr/lib/python3.12/site-packages/setuptools/dist.py:476: SetuptoolsDeprecationWarning: Invalid dash-separated options
!!

        ********************************************************************************
        Usage of dash-separated 'description-file' will not be supported in future
        versions. Please use the underscore name 'description_file' instead.

        This deprecation is overdue, please update your project and remove deprecated
        calls to avoid build errors in the future.

        See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
        ********************************************************************************

!!
  opt = self.warn_dash_deprecation(opt, section)
/usr/lib/python3.12/site-packages/setuptools/__init__.py:80: _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`.
        ********************************************************************************

!!
  dist.fetch_build_eggs(dist.setup_requires)
WARNING: The wheel package is not available.
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:476: SetuptoolsDeprecationWarning: Invalid dash-separated options
!!

        ********************************************************************************
        Usage of dash-separated 'description-file' will not be supported in future
        versions. Please use the underscore name 'description_file' instead.

        This deprecation is overdue, please update your project and remove deprecated
        calls to avoid build errors in the future.

        See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
        ********************************************************************************

!!
  opt = self.warn_dash_deprecation(opt, section)
running install
/usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!

        ********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        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
creating /home/buildozer/aports/community/py3-usb/pkg/py3-usb
creating /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr
creating /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib
creating /home/buildozer/aports/community/py3-usb/pkg/py3-usb/usr/lib/python3.12
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/_objfinalizer.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/openusb.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/util.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/control.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
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/_lookup.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
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/libloader.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/_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/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/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/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/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/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/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/_version.py to _version.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/_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/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/_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/libloader.py to libloader.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
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.2.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
	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.2.1-r3.apk
>>> py3-usb*: Tracing dependencies...
	python3
	libusb
	python3~3.12
>>> py3-usb*: Package size: 214.7 KB
>>> py3-usb*: Compressing data...
>>> py3-usb*: Create checksum...
>>> py3-usb*: Create py3-usb-1.2.1-r3.apk
>>> py3-usb: Build complete at Fri, 01 Nov 2024 10:24:13 +0000 elapsed time 0h 0m 47s
>>> py3-usb: Cleaning up srcdir
>>> py3-usb: Cleaning up pkgdir
>>> py3-usb: Uninstalling dependencies...
(1/21) Purging .makedepends-py3-usb (20241101.102354)
(2/21) Purging libusb (1.0.27-r0)
(3/21) Purging py3-setuptools_scm-pyc (8.1.0-r0)
(4/21) Purging py3-setuptools_scm (8.1.0-r0)
(5/21) Purging py3-setuptools-pyc (70.3.0-r0)
(6/21) Purging py3-setuptools (70.3.0-r0)
(7/21) Purging py3-packaging-pyc (24.1-r0)
(8/21) Purging py3-packaging (24.1-r0)
(9/21) Purging py3-parsing-pyc (3.1.4-r0)
(10/21) Purging py3-parsing (3.1.4-r0)
(11/21) Purging python3-pyc (3.12.7-r1)
(12/21) Purging python3-pycache-pyc0 (3.12.7-r1)
(13/21) Purging pyc (3.12.7-r1)
(14/21) Purging python3 (3.12.7-r1)
(15/21) Purging gdbm (1.24-r0)
(16/21) Purging libbz2 (1.0.8-r6)
(17/21) Purging libffi (3.4.6-r0)
(18/21) Purging libpanelw (6.5_p20241006-r2)
(19/21) Purging mpdecimal (4.0.0-r0)
(20/21) Purging sqlite-libs (3.47.0-r0)
(21/21) Purging xz-libs (5.6.3-r0)
Executing busybox-1.37.0-r5.trigger
OK: 333 MiB in 98 packages
>>> py3-usb: Updating the community/riscv64 repository index...
>>> py3-usb: Signing the index...