>>> py3-hidapi: Building community/py3-hidapi 0.14.0-r0 (using abuild 3.12.0-r0) started Thu, 26 Oct 2023 16:57:51 +0000 >>> py3-hidapi: Checking sanity of /home/buildozer/aports/community/py3-hidapi/APKBUILD... >>> WARNING: py3-hidapi: No maintainer >>> py3-hidapi: Analyzing dependencies... >>> py3-hidapi: Installing for build: build-base py3-setuptools cython libusb-dev python3-dev eudev-dev hidapi-dev (1/34) Installing libbz2 (1.0.8-r6) (2/34) Installing libffi (3.4.4-r3) (3/34) Installing gdbm (1.23-r1) (4/34) Installing xz-libs (5.4.4-r0) (5/34) Installing mpdecimal (2.5.1-r2) (6/34) Installing libpanelw (6.4_p20231007-r0) (7/34) Installing readline (8.2.1-r2) (8/34) Installing sqlite-libs (3.43.2-r0) (9/34) Installing python3 (3.11.6-r1) (10/34) Installing python3-pycache-pyc0 (3.11.6-r1) (11/34) Installing pyc (3.11.6-r1) (12/34) Installing py3-setuptools-pyc (68.2.2-r0) (13/34) Installing py3-parsing (3.1.1-r0) (14/34) Installing py3-parsing-pyc (3.1.1-r0) (15/34) Installing py3-packaging-pyc (23.2-r0) (16/34) Installing python3-pyc (3.11.6-r1) (17/34) Installing py3-packaging (23.2-r0) (18/34) Installing py3-setuptools (68.2.2-r0) (19/34) Installing cython (0.29.36-r0) (20/34) Installing cython-pyc (0.29.36-r0) (21/34) Installing libusb (1.0.26-r3) (22/34) Installing libusb-dev (1.0.26-r3) (23/34) Installing python3-dev (3.11.6-r1) (24/34) Installing udev-init-scripts (35-r1) (25/34) Installing udev-init-scripts-openrc (35-r1) (26/34) Installing eudev-openrc (3.2.14-r0) (27/34) Installing eudev-libs (3.2.14-r0) (28/34) Installing libblkid (2.39.2-r0) (29/34) Installing kmod-libs (31-r0) (30/34) Installing eudev (3.2.14-r0) (31/34) Installing eudev-dev (3.2.14-r0) (32/34) Installing hidapi (0.14.0-r0) (33/34) Installing hidapi-dev (0.14.0-r0) (34/34) Installing .makedepends-py3-hidapi (20231026.165759) Executing busybox-1.36.1-r13.trigger Executing eudev-3.2.14-r0.trigger OK: 389 MiB in 136 packages >>> py3-hidapi: Cleaning up srcdir >>> py3-hidapi: Cleaning up pkgdir >>> py3-hidapi: Cleaning up tmpdir >>> py3-hidapi: Fetching https://distfiles.alpinelinux.org/distfiles/v3.19//py3-hidapi-0.14.0.tar.gz >>> py3-hidapi: Fetching https://distfiles.alpinelinux.org/distfiles/v3.19//py3-hidapi-0.14.0.tar.gz >>> py3-hidapi: Checking sha512sums... py3-hidapi-0.14.0.tar.gz: OK >>> py3-hidapi: Unpacking /var/cache/distfiles/py3-hidapi-0.14.0.tar.gz... /usr/lib/python3.11/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. running build running build_ext cythoning hid.pyx to hid.c /usr/lib/python3.11/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /home/buildozer/aports/community/py3-hidapi/src/cython-hidapi-0.14.0/hid.pyx tree = Parsing.p_module(s, pxd, full_module_name) cythoning hidraw.pyx to hidraw.c /usr/lib/python3.11/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /home/buildozer/aports/community/py3-hidapi/src/cython-hidapi-0.14.0/hidraw.pyx tree = Parsing.p_module(s, pxd, full_module_name) building 'hid' extension creating build creating build/temp.linux-armv8l-cpython-311 gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/hidapi -I/usr/include/libusb-1.0 -I/usr/include/python3.11 -c hid.c -o build/temp.linux-armv8l-cpython-311/hid.o creating build/lib.linux-armv8l-cpython-311 gcc -shared -Wl,--as-needed,-O1,--sort-common -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-armv8l-cpython-311/hid.o -L/usr/lib -lusb-1.0 -ludev -lrt -lhidapi-libusb -o build/lib.linux-armv8l-cpython-311/hid.cpython-311-arm-linux-musleabihf.so building 'hidraw' extension gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/hidapi -I/usr/include/python3.11 -c hidraw.c -o build/temp.linux-armv8l-cpython-311/hidraw.o gcc -shared -Wl,--as-needed,-O1,--sort-common -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-armv8l-cpython-311/hidraw.o -L/usr/lib -ludev -lrt -lhidapi-hidraw -o build/lib.linux-armv8l-cpython-311/hidraw.cpython-311-arm-linux-musleabihf.so /usr/lib/python3.11/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. running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. /usr/lib/python3.11/site-packages/setuptools/command/test.py:193: _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`. ******************************************************************************** !! ir_d = dist.fetch_build_eggs(dist.install_requires) WARNING: The wheel package is not available. /usr/lib/python3.11/site-packages/setuptools/command/test.py:194: _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`. ******************************************************************************** !! tr_d = dist.fetch_build_eggs(dist.tests_require or []) WARNING: The wheel package is not available. /usr/lib/python3.11/site-packages/setuptools/command/test.py:195: _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`. ******************************************************************************** !! er_d = dist.fetch_build_eggs( WARNING: The wheel package is not available. running egg_info creating hidapi.egg-info writing hidapi.egg-info/PKG-INFO writing dependency_links to hidapi.egg-info/dependency_links.txt writing requirements to hidapi.egg-info/requires.txt writing top-level names to hidapi.egg-info/top_level.txt writing manifest file 'hidapi.egg-info/SOURCES.txt' reading manifest file 'hidapi.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'hidapi/hidapi/*.h' warning: no files found matching 'hidapi/libusb/*.c' warning: no files found matching 'hidapi/libusb/*.h' warning: no files found matching 'hidapi/linux/*.c' warning: no files found matching 'hidapi/linux/*.h' warning: no files found matching 'hidapi/mac/*.c' warning: no files found matching 'hidapi/mac/*.h' warning: no files found matching 'hidapi/windows/*.c' warning: no files found matching 'hidapi/windows/*.h' adding license file 'LICENSE-bsd.txt' adding license file 'LICENSE-gpl3.txt' adding license file 'LICENSE-orig.txt' adding license file 'LICENSE.txt' writing manifest file 'hidapi.egg-info/SOURCES.txt' running build_ext skipping 'hid.c' Cython extension (up-to-date) skipping 'hidraw.c' Cython extension (up-to-date) copying build/lib.linux-armv8l-cpython-311/hid.cpython-311-arm-linux-musleabihf.so -> copying build/lib.linux-armv8l-cpython-311/hidraw.cpython-311-arm-linux-musleabihf.so -> test_enumerate (tests.HIDTests.test_enumerate) ... ok ---------------------------------------------------------------------- Ran 1 test in 0.000s OK >>> py3-hidapi: Entering fakeroot... /usr/lib/python3.11/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. running install /usr/lib/python3.11/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 build running build_ext skipping 'hid.c' Cython extension (up-to-date) skipping 'hidraw.c' Cython extension (up-to-date) running install_lib creating /home/buildozer/aports/community/py3-hidapi/pkg creating /home/buildozer/aports/community/py3-hidapi/pkg/py3-hidapi creating /home/buildozer/aports/community/py3-hidapi/pkg/py3-hidapi/usr creating /home/buildozer/aports/community/py3-hidapi/pkg/py3-hidapi/usr/lib creating /home/buildozer/aports/community/py3-hidapi/pkg/py3-hidapi/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-hidapi/pkg/py3-hidapi/usr/lib/python3.11/site-packages copying build/lib.linux-armv8l-cpython-311/hid.cpython-311-arm-linux-musleabihf.so -> /home/buildozer/aports/community/py3-hidapi/pkg/py3-hidapi/usr/lib/python3.11/site-packages copying build/lib.linux-armv8l-cpython-311/hidraw.cpython-311-arm-linux-musleabihf.so -> /home/buildozer/aports/community/py3-hidapi/pkg/py3-hidapi/usr/lib/python3.11/site-packages running install_egg_info running egg_info writing hidapi.egg-info/PKG-INFO writing dependency_links to hidapi.egg-info/dependency_links.txt writing requirements to hidapi.egg-info/requires.txt writing top-level names to hidapi.egg-info/top_level.txt reading manifest file 'hidapi.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'hidapi/hidapi/*.h' warning: no files found matching 'hidapi/libusb/*.c' warning: no files found matching 'hidapi/libusb/*.h' warning: no files found matching 'hidapi/linux/*.c' warning: no files found matching 'hidapi/linux/*.h' warning: no files found matching 'hidapi/mac/*.c' warning: no files found matching 'hidapi/mac/*.h' warning: no files found matching 'hidapi/windows/*.c' warning: no files found matching 'hidapi/windows/*.h' adding license file 'LICENSE-bsd.txt' adding license file 'LICENSE-gpl3.txt' adding license file 'LICENSE-orig.txt' adding license file 'LICENSE.txt' writing manifest file 'hidapi.egg-info/SOURCES.txt' Copying hidapi.egg-info to /home/buildozer/aports/community/py3-hidapi/pkg/py3-hidapi/usr/lib/python3.11/site-packages/hidapi-0.14.0-py3.11.egg-info running install_scripts >>> py3-hidapi*: Running postcheck for py3-hidapi >>> py3-hidapi*: Preparing package py3-hidapi... >>> py3-hidapi*: Stripping binaries >>> py3-hidapi*: Scanning shared objects >>> py3-hidapi*: Tracing dependencies... python3~3.11 so:libc.musl-armv7.so.1 so:libhidapi-hidraw.so.0 so:libhidapi-libusb.so.0 >>> py3-hidapi*: Package size: 140.0 KB >>> py3-hidapi*: Compressing data... >>> py3-hidapi*: Create checksum... >>> py3-hidapi*: Create py3-hidapi-0.14.0-r0.apk >>> py3-hidapi: Build complete at Thu, 26 Oct 2023 16:58:07 +0000 elapsed time 0h 0m 16s >>> py3-hidapi: Cleaning up srcdir >>> py3-hidapi: Cleaning up pkgdir >>> py3-hidapi: Uninstalling dependencies... (1/34) Purging .makedepends-py3-hidapi (20231026.165759) (2/34) Purging py3-setuptools-pyc (68.2.2-r0) (3/34) Purging py3-setuptools (68.2.2-r0) (4/34) Purging py3-packaging-pyc (23.2-r0) (5/34) Purging py3-packaging (23.2-r0) (6/34) Purging py3-parsing-pyc (3.1.1-r0) (7/34) Purging py3-parsing (3.1.1-r0) (8/34) Purging cython-pyc (0.29.36-r0) (9/34) Purging cython (0.29.36-r0) (10/34) Purging libusb-dev (1.0.26-r3) (11/34) Purging python3-dev (3.11.6-r1) (12/34) Purging eudev-dev (3.2.14-r0) (13/34) Purging eudev-openrc (3.2.14-r0) (14/34) Purging eudev (3.2.14-r0) (15/34) Purging udev-init-scripts-openrc (35-r1) (16/34) Purging udev-init-scripts (35-r1) (17/34) Purging hidapi-dev (0.14.0-r0) (18/34) Purging hidapi (0.14.0-r0) (19/34) Purging eudev-libs (3.2.14-r0) (20/34) Purging kmod-libs (31-r0) (21/34) Purging libblkid (2.39.2-r0) (22/34) Purging libusb (1.0.26-r3) (23/34) Purging python3-pyc (3.11.6-r1) (24/34) Purging python3-pycache-pyc0 (3.11.6-r1) (25/34) Purging pyc (3.11.6-r1) (26/34) Purging python3 (3.11.6-r1) (27/34) Purging gdbm (1.23-r1) (28/34) Purging libbz2 (1.0.8-r6) (29/34) Purging libffi (3.4.4-r3) (30/34) Purging libpanelw (6.4_p20231007-r0) (31/34) Purging mpdecimal (2.5.1-r2) (32/34) Purging readline (8.2.1-r2) (33/34) Purging sqlite-libs (3.43.2-r0) (34/34) Purging xz-libs (5.4.4-r0) Executing busybox-1.36.1-r13.trigger OK: 270 MiB in 102 packages >>> py3-hidapi: Updating the community/armv7 repository index... >>> py3-hidapi: Signing the index...