>>> py3-hidapi: Building community/py3-hidapi 0.14.0-r0 (using abuild 3.11.2-r0) started Mon, 29 May 2023 02:12:03 +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/32) Installing libffi (3.4.4-r3) (2/32) Installing gdbm (1.23-r1) (3/32) Installing mpdecimal (2.5.1-r2) (4/32) Installing libpanelw (6.4_p20230527-r0) (5/32) Installing readline (8.2.1-r2) (6/32) Installing sqlite-libs (3.42.0-r0) (7/32) Installing python3 (3.11.3-r11) (8/32) Installing python3-pycache-pyc0 (3.11.3-r11) (9/32) Installing pyc (0.1-r0) (10/32) Installing py3-setuptools-pyc (67.8.0-r0) (11/32) Installing py3-parsing (3.0.9-r2) (12/32) Installing py3-parsing-pyc (3.0.9-r2) (13/32) Installing py3-packaging-pyc (23.1-r1) (14/32) Installing python3-pyc (3.11.3-r11) (15/32) Installing py3-packaging (23.1-r1) (16/32) Installing py3-setuptools (67.8.0-r0) (17/32) Installing cython (0.29.35-r0) (18/32) Installing cython-pyc (0.29.35-r0) (19/32) Installing libusb (1.0.26-r3) (20/32) Installing libusb-dev (1.0.26-r3) (21/32) Installing python3-dev (3.11.3-r11) (22/32) Installing udev-init-scripts (35-r1) (23/32) Installing udev-init-scripts-openrc (35-r1) (24/32) Installing eudev-openrc (3.2.12-r0) (25/32) Installing eudev-libs (3.2.12-r0) (26/32) Installing libblkid (2.39-r6) (27/32) Installing kmod-libs (30-r4) (28/32) Installing eudev (3.2.12-r0) (29/32) Installing eudev-dev (3.2.12-r0) (30/32) Installing hidapi (0.13.1-r0) (31/32) Installing hidapi-dev (0.13.1-r0) (32/32) Installing .makedepends-py3-hidapi (20230529.021204) Executing busybox-1.36.1-r0.trigger Executing eudev-3.2.12-r0.trigger OK: 434 MiB in 138 packages >>> py3-hidapi: Cleaning up srcdir >>> py3-hidapi: Cleaning up pkgdir >>> py3-hidapi: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-hidapi-0.14.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-hidapi: Fetching py3-hidapi-0.14.0.tar.gz::https://github.com/trezor/cython-hidapi/archive/0.14.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22504 0 22504 0 0 29745 0 --:--:-- --:--:-- --:--:-- 99k >>> py3-hidapi: Fetching https://distfiles.alpinelinux.org/distfiles/edge/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/edge/py3-hidapi-0.14.0.tar.gz... /usr/lib/python3.11/site-packages/setuptools/__init__.py:84: _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 -Wformat -Werror=format-security -Os -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 -Wformat -Werror=format-security -Os -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 -Wformat -Werror=format-security -Os -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 -Wformat -Werror=format-security -Os -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:84: _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: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`. ******************************************************************************** !! 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: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`. ******************************************************************************** !! 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:196: _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:84: _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, pypa/build 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/hidraw.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/hid.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-armhf.so.1 so:libhidapi-hidraw.so.0 so:libhidapi-libusb.so.0 >>> py3-hidapi*: Package size: 156.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 Mon, 29 May 2023 02:12:10 +0000 elapsed time 0h 0m 7s >>> py3-hidapi: Cleaning up srcdir >>> py3-hidapi: Cleaning up pkgdir >>> py3-hidapi: Uninstalling dependencies... (1/32) Purging .makedepends-py3-hidapi (20230529.021204) (2/32) Purging py3-setuptools-pyc (67.8.0-r0) (3/32) Purging py3-setuptools (67.8.0-r0) (4/32) Purging py3-packaging-pyc (23.1-r1) (5/32) Purging py3-packaging (23.1-r1) (6/32) Purging py3-parsing-pyc (3.0.9-r2) (7/32) Purging py3-parsing (3.0.9-r2) (8/32) Purging cython-pyc (0.29.35-r0) (9/32) Purging cython (0.29.35-r0) (10/32) Purging libusb-dev (1.0.26-r3) (11/32) Purging python3-dev (3.11.3-r11) (12/32) Purging eudev-dev (3.2.12-r0) (13/32) Purging eudev-openrc (3.2.12-r0) (14/32) Purging eudev (3.2.12-r0) (15/32) Purging udev-init-scripts-openrc (35-r1) (16/32) Purging udev-init-scripts (35-r1) (17/32) Purging hidapi-dev (0.13.1-r0) (18/32) Purging hidapi (0.13.1-r0) (19/32) Purging eudev-libs (3.2.12-r0) (20/32) Purging kmod-libs (30-r4) (21/32) Purging libblkid (2.39-r6) (22/32) Purging libusb (1.0.26-r3) (23/32) Purging python3-pyc (3.11.3-r11) (24/32) Purging python3-pycache-pyc0 (3.11.3-r11) (25/32) Purging pyc (0.1-r0) (26/32) Purging python3 (3.11.3-r11) (27/32) Purging gdbm (1.23-r1) (28/32) Purging libffi (3.4.4-r3) (29/32) Purging libpanelw (6.4_p20230527-r0) (30/32) Purging mpdecimal (2.5.1-r2) (31/32) Purging readline (8.2.1-r2) (32/32) Purging sqlite-libs (3.42.0-r0) Executing busybox-1.36.1-r0.trigger OK: 314 MiB in 106 packages >>> py3-hidapi: Updating the community/armhf repository index... >>> py3-hidapi: Signing the index...