>>> py3-usb: Building community/py3-usb 1.2.1-r3 (using abuild 3.12.0-r5) started Fri, 12 Apr 2024 17:20:04 +0000 >>> py3-usb: Checking sanity of /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/22) Installing libbz2 (1.0.8-r6) (2/22) Installing libffi (3.4.6-r0) (3/22) Installing gdbm (1.23-r1) (4/22) Installing xz-libs (5.6.1-r3) (5/22) Installing mpdecimal (4.0.0-r0) (6/22) Installing libpanelw (6.4_p20240330-r0) (7/22) Installing readline (8.2.10-r0) (8/22) Installing sqlite-libs (3.45.2-r0) (9/22) Installing python3 (3.12.2-r1) (10/22) Installing python3-pycache-pyc0 (3.12.2-r1) (11/22) Installing pyc (3.12.2-r1) (12/22) Installing python3-pyc (3.12.2-r1) (13/22) Installing libusb (1.0.27-r0) (14/22) Installing py3-parsing (3.1.2-r1) (15/22) Installing py3-parsing-pyc (3.1.2-r1) (16/22) Installing py3-packaging (24.0-r1) (17/22) Installing py3-packaging-pyc (24.0-r1) (18/22) Installing py3-setuptools (69.2.0-r1) (19/22) Installing py3-setuptools-pyc (69.2.0-r1) (20/22) Installing py3-setuptools_scm (8.0.4-r2) (21/22) Installing py3-setuptools_scm-pyc (8.0.4-r2) (22/22) Installing .makedepends-py3-usb (20240412.172004) Executing busybox-1.36.1-r25.trigger OK: 361 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.2.1.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/py3-usb-1.2.1.tar.gz.part' py3-usb-1.2.1.tar.gz 43% |************* | 32523 0:00:01 ETA py3-usb-1.2.1.tar.gz 100% |********************************| 75292 0:00:00 ETA '/var/cache/distfiles/py3-usb-1.2.1.tar.gz.part' saved >>> py3-usb: Fetching https://distfiles.alpinelinux.org/distfiles/edge/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/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. By 2024-Sep-26, you need to update your project and remove deprecated calls or your builds will no longer be supported. 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:81: _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' /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. By 2024-Sep-26, you need to update your project and remove deprecated calls or your builds will no longer be supported. 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/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.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.004s 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. By 2024-Sep-26, you need to update your project and remove deprecated calls or your builds will no longer be supported. 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:81: _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' /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. By 2024-Sep-26, you need to update your project and remove deprecated calls or your builds will no longer be supported. 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/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 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... '/home/buildozer/aports/community/py3-usb/pkg/py3-usb/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__' '/home/buildozer/aports/community/py3-usb/pkg/py3-usb/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: 288.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: 284.0 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, 12 Apr 2024 17:20:07 +0000 elapsed time 0h 0m 3s >>> py3-usb: Cleaning up srcdir >>> py3-usb: Cleaning up pkgdir >>> py3-usb: Uninstalling dependencies... (1/22) Purging .makedepends-py3-usb (20240412.172004) (2/22) Purging libusb (1.0.27-r0) (3/22) Purging py3-setuptools_scm-pyc (8.0.4-r2) (4/22) Purging py3-setuptools_scm (8.0.4-r2) (5/22) Purging py3-setuptools-pyc (69.2.0-r1) (6/22) Purging py3-setuptools (69.2.0-r1) (7/22) Purging py3-packaging-pyc (24.0-r1) (8/22) Purging py3-packaging (24.0-r1) (9/22) Purging py3-parsing-pyc (3.1.2-r1) (10/22) Purging py3-parsing (3.1.2-r1) (11/22) Purging python3-pyc (3.12.2-r1) (12/22) Purging python3-pycache-pyc0 (3.12.2-r1) (13/22) Purging pyc (3.12.2-r1) (14/22) Purging python3 (3.12.2-r1) (15/22) Purging gdbm (1.23-r1) (16/22) Purging libbz2 (1.0.8-r6) (17/22) Purging libffi (3.4.6-r0) (18/22) Purging libpanelw (6.4_p20240330-r0) (19/22) Purging mpdecimal (4.0.0-r0) (20/22) Purging readline (8.2.10-r0) (21/22) Purging sqlite-libs (3.45.2-r0) (22/22) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r25.trigger OK: 315 MiB in 103 packages >>> py3-usb: Updating the community/armhf repository index... >>> py3-usb: Signing the index...