>>> py3-hidapi: Building community/py3-hidapi 0.14.0-r1 (using abuild 3.12.0-r0) started Fri, 27 Oct 2023 13:14:06 +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 cython eudev-dev hidapi-dev libusb-dev py3-gpep517 py3-setuptools py3-wheel python3-dev (1/40) Installing libbz2 (1.0.8-r6) (2/40) Installing libffi (3.4.4-r3) (3/40) Installing gdbm (1.23-r1) (4/40) Installing xz-libs (5.4.4-r0) (5/40) Installing mpdecimal (2.5.1-r2) (6/40) Installing libpanelw (6.4_p20231007-r0) (7/40) Installing readline (8.2.1-r2) (8/40) Installing sqlite-libs (3.43.2-r0) (9/40) Installing python3 (3.11.6-r1) (10/40) Installing python3-pycache-pyc0 (3.11.6-r1) (11/40) Installing pyc (3.11.6-r1) (12/40) Installing cython-pyc (0.29.36-r0) (13/40) Installing python3-pyc (3.11.6-r1) (14/40) Installing cython (0.29.36-r0) (15/40) Installing udev-init-scripts (35-r1) (16/40) Installing udev-init-scripts-openrc (35-r1) (17/40) Installing eudev-openrc (3.2.14-r0) (18/40) Installing eudev-libs (3.2.14-r0) (19/40) Installing libblkid (2.39.2-r0) (20/40) Installing kmod-libs (31-r0) (21/40) Installing eudev (3.2.14-r0) (22/40) Installing eudev-dev (3.2.14-r0) (23/40) Installing libusb (1.0.26-r3) (24/40) Installing hidapi (0.14.0-r0) (25/40) Installing hidapi-dev (0.14.0-r0) (26/40) Installing libusb-dev (1.0.26-r3) (27/40) Installing py3-installer (0.7.0-r1) (28/40) Installing py3-installer-pyc (0.7.0-r1) (29/40) Installing py3-gpep517 (15-r0) (30/40) Installing py3-gpep517-pyc (15-r0) (31/40) Installing py3-parsing (3.1.1-r0) (32/40) Installing py3-parsing-pyc (3.1.1-r0) (33/40) Installing py3-packaging (23.2-r0) (34/40) Installing py3-packaging-pyc (23.2-r0) (35/40) Installing py3-setuptools (68.2.2-r0) (36/40) Installing py3-setuptools-pyc (68.2.2-r0) (37/40) Installing py3-wheel (0.41.2-r0) (38/40) Installing py3-wheel-pyc (0.41.2-r0) (39/40) Installing python3-dev (3.11.6-r1) (40/40) Installing .makedepends-py3-hidapi (20231027.131407) Executing busybox-1.36.1-r13.trigger Executing eudev-3.2.14-r0.trigger OK: 529 MiB in 143 packages >>> py3-hidapi: Cleaning up srcdir >>> py3-hidapi: Cleaning up pkgdir >>> py3-hidapi: Cleaning up tmpdir >>> py3-hidapi: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-hidapi-0.14.0.tar.gz >>> 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/py3-hidapi-0.14.0.tar.gz... 2023-10-27 13:14:08,653 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2023-10-27 13:14:08,677 root INFO running bdist_wheel 2023-10-27 13:14:08,729 root INFO running build 2023-10-27 13:14:08,729 root INFO running build_ext 2023-10-27 13:14:08,730 root INFO 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) 2023-10-27 13:14:09,039 root INFO 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) 2023-10-27 13:14:09,204 root INFO building 'hid' extension 2023-10-27 13:14:09,204 root INFO creating build 2023-10-27 13:14:09,204 root INFO creating build/temp.linux-aarch64-cpython-311 2023-10-27 13:14:09,204 root INFO 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-aarch64-cpython-311/hid.o 2023-10-27 13:14:10,974 root INFO creating build/lib.linux-aarch64-cpython-311 2023-10-27 13:14:10,974 root INFO gcc -shared -Wl,--as-needed,-O1,--sort-common -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-aarch64-cpython-311/hid.o -L/usr/lib -lusb-1.0 -ludev -lrt -lhidapi-libusb -o build/lib.linux-aarch64-cpython-311/hid.cpython-311-aarch64-linux-musl.so 2023-10-27 13:14:10,989 root INFO building 'hidraw' extension 2023-10-27 13:14:10,989 root INFO 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-aarch64-cpython-311/hidraw.o 2023-10-27 13:14:12,728 root INFO gcc -shared -Wl,--as-needed,-O1,--sort-common -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-aarch64-cpython-311/hidraw.o -L/usr/lib -ludev -lrt -lhidapi-hidraw -o build/lib.linux-aarch64-cpython-311/hidraw.cpython-311-aarch64-linux-musl.so 2023-10-27 13:14:12,745 wheel INFO installing to build/bdist.linux-aarch64/wheel 2023-10-27 13:14:12,745 root INFO running install 2023-10-27 13:14:12,751 root INFO running install_lib 2023-10-27 13:14:12,753 root INFO creating build/bdist.linux-aarch64 2023-10-27 13:14:12,753 root INFO creating build/bdist.linux-aarch64/wheel 2023-10-27 13:14:12,753 root INFO copying build/lib.linux-aarch64-cpython-311/hid.cpython-311-aarch64-linux-musl.so -> build/bdist.linux-aarch64/wheel 2023-10-27 13:14:12,754 root INFO copying build/lib.linux-aarch64-cpython-311/hidraw.cpython-311-aarch64-linux-musl.so -> build/bdist.linux-aarch64/wheel 2023-10-27 13:14:12,754 root INFO running install_egg_info 2023-10-27 13:14:12,757 root INFO running egg_info 2023-10-27 13:14:12,757 root INFO creating hidapi.egg-info 2023-10-27 13:14:12,758 root INFO writing hidapi.egg-info/PKG-INFO 2023-10-27 13:14:12,759 root INFO writing dependency_links to hidapi.egg-info/dependency_links.txt 2023-10-27 13:14:12,759 root INFO writing requirements to hidapi.egg-info/requires.txt 2023-10-27 13:14:12,759 root INFO writing top-level names to hidapi.egg-info/top_level.txt 2023-10-27 13:14:12,759 root INFO writing manifest file 'hidapi.egg-info/SOURCES.txt' 2023-10-27 13:14:12,760 root INFO reading manifest file 'hidapi.egg-info/SOURCES.txt' 2023-10-27 13:14:12,760 root INFO reading manifest template 'MANIFEST.in' 2023-10-27 13:14:12,761 root WARNING warning: no files found matching 'hidapi/hidapi/*.h' 2023-10-27 13:14:12,761 root WARNING warning: no files found matching 'hidapi/libusb/*.c' 2023-10-27 13:14:12,761 root WARNING warning: no files found matching 'hidapi/libusb/*.h' 2023-10-27 13:14:12,761 root WARNING warning: no files found matching 'hidapi/linux/*.c' 2023-10-27 13:14:12,761 root WARNING warning: no files found matching 'hidapi/linux/*.h' 2023-10-27 13:14:12,761 root WARNING warning: no files found matching 'hidapi/mac/*.c' 2023-10-27 13:14:12,761 root WARNING warning: no files found matching 'hidapi/mac/*.h' 2023-10-27 13:14:12,761 root WARNING warning: no files found matching 'hidapi/windows/*.c' 2023-10-27 13:14:12,761 root WARNING warning: no files found matching 'hidapi/windows/*.h' 2023-10-27 13:14:12,761 root INFO adding license file 'LICENSE-bsd.txt' 2023-10-27 13:14:12,761 root INFO adding license file 'LICENSE-gpl3.txt' 2023-10-27 13:14:12,761 root INFO adding license file 'LICENSE-orig.txt' 2023-10-27 13:14:12,761 root INFO adding license file 'LICENSE.txt' 2023-10-27 13:14:12,762 root INFO writing manifest file 'hidapi.egg-info/SOURCES.txt' 2023-10-27 13:14:12,762 root INFO Copying hidapi.egg-info to build/bdist.linux-aarch64/wheel/hidapi-0.14.0-py3.11.egg-info 2023-10-27 13:14:12,763 root INFO running install_scripts 2023-10-27 13:14:12,766 wheel INFO creating build/bdist.linux-aarch64/wheel/hidapi-0.14.0.dist-info/WHEEL 2023-10-27 13:14:12,766 wheel INFO creating '/home/buildozer/aports/community/py3-hidapi/src/cython-hidapi-0.14.0/.dist/.tmp-2uaxq46u/hidapi-0.14.0-cp311-cp311-linux_aarch64.whl' and adding 'build/bdist.linux-aarch64/wheel' to it 2023-10-27 13:14:12,767 wheel INFO adding 'hid.cpython-311-aarch64-linux-musl.so' 2023-10-27 13:14:12,768 wheel INFO adding 'hidraw.cpython-311-aarch64-linux-musl.so' 2023-10-27 13:14:12,768 wheel INFO adding 'hidapi-0.14.0.dist-info/LICENSE-bsd.txt' 2023-10-27 13:14:12,769 wheel INFO adding 'hidapi-0.14.0.dist-info/LICENSE-gpl3.txt' 2023-10-27 13:14:12,769 wheel INFO adding 'hidapi-0.14.0.dist-info/LICENSE-orig.txt' 2023-10-27 13:14:12,769 wheel INFO adding 'hidapi-0.14.0.dist-info/LICENSE.txt' 2023-10-27 13:14:12,769 wheel INFO adding 'hidapi-0.14.0.dist-info/METADATA' 2023-10-27 13:14:12,769 wheel INFO adding 'hidapi-0.14.0.dist-info/WHEEL' 2023-10-27 13:14:12,769 wheel INFO adding 'hidapi-0.14.0.dist-info/top_level.txt' 2023-10-27 13:14:12,769 wheel INFO adding 'hidapi-0.14.0.dist-info/RECORD' 2023-10-27 13:14:12,769 wheel INFO removing build/bdist.linux-aarch64/wheel 2023-10-27 13:14:12,770 gpep517 INFO The backend produced .dist/hidapi-0.14.0-cp311-cp311-linux_aarch64.whl hidapi-0.14.0-cp311-cp311-linux_aarch64.whl test_enumerate (tests.HIDTests.test_enumerate) ... ok ---------------------------------------------------------------------- Ran 1 test in 0.000s OK >>> py3-hidapi: Entering fakeroot... >>> 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-aarch64.so.1 so:libhidapi-hidraw.so.0 so:libhidapi-libusb.so.0 >>> py3-hidapi*: Package size: 240.0 KB >>> py3-hidapi*: Compressing data... >>> py3-hidapi*: Create checksum... >>> py3-hidapi*: Create py3-hidapi-0.14.0-r1.apk >>> py3-hidapi: Build complete at Fri, 27 Oct 2023 13:14:13 +0000 elapsed time 0h 0m 7s >>> py3-hidapi: Cleaning up srcdir >>> py3-hidapi: Cleaning up pkgdir >>> py3-hidapi: Uninstalling dependencies... (1/40) Purging .makedepends-py3-hidapi (20231027.131407) (2/40) Purging cython-pyc (0.29.36-r0) (3/40) Purging cython (0.29.36-r0) (4/40) Purging eudev-dev (3.2.14-r0) (5/40) Purging eudev-openrc (3.2.14-r0) (6/40) Purging eudev (3.2.14-r0) (7/40) Purging udev-init-scripts-openrc (35-r1) (8/40) Purging udev-init-scripts (35-r1) (9/40) Purging hidapi-dev (0.14.0-r0) (10/40) Purging hidapi (0.14.0-r0) (11/40) Purging libusb-dev (1.0.26-r3) (12/40) Purging libusb (1.0.26-r3) (13/40) Purging py3-gpep517-pyc (15-r0) (14/40) Purging py3-gpep517 (15-r0) (15/40) Purging py3-installer-pyc (0.7.0-r1) (16/40) Purging py3-installer (0.7.0-r1) (17/40) Purging py3-setuptools-pyc (68.2.2-r0) (18/40) Purging py3-setuptools (68.2.2-r0) (19/40) Purging py3-wheel-pyc (0.41.2-r0) (20/40) Purging py3-wheel (0.41.2-r0) (21/40) Purging py3-packaging-pyc (23.2-r0) (22/40) Purging py3-packaging (23.2-r0) (23/40) Purging py3-parsing-pyc (3.1.1-r0) (24/40) Purging py3-parsing (3.1.1-r0) (25/40) Purging python3-dev (3.11.6-r1) (26/40) Purging eudev-libs (3.2.14-r0) (27/40) Purging kmod-libs (31-r0) (28/40) Purging libblkid (2.39.2-r0) (29/40) Purging python3-pyc (3.11.6-r1) (30/40) Purging python3-pycache-pyc0 (3.11.6-r1) (31/40) Purging pyc (3.11.6-r1) (32/40) Purging python3 (3.11.6-r1) (33/40) Purging gdbm (1.23-r1) (34/40) Purging libbz2 (1.0.8-r6) (35/40) Purging libffi (3.4.4-r3) (36/40) Purging libpanelw (6.4_p20231007-r0) (37/40) Purging mpdecimal (2.5.1-r2) (38/40) Purging readline (8.2.1-r2) (39/40) Purging sqlite-libs (3.43.2-r0) (40/40) Purging xz-libs (5.4.4-r0) Executing busybox-1.36.1-r13.trigger OK: 380 MiB in 103 packages >>> py3-hidapi: Updating the community/aarch64 repository index... >>> py3-hidapi: Signing the index...