>>> py3-evdev: Building community/py3-evdev 1.7.0-r1 (using abuild 3.12.0-r5) started Sat, 13 Apr 2024 02:00:27 +0000 >>> py3-evdev: Checking sanity of /home/buildozer/aports/community/py3-evdev/APKBUILD... >>> py3-evdev: Analyzing dependencies... >>> py3-evdev: Installing for build: build-base libevdev python3 linux-headers py3-setuptools python3-dev (1/22) Installing libevdev (1.13.1-r0) (2/22) Installing libbz2 (1.0.8-r6) (3/22) Installing libffi (3.4.6-r0) (4/22) Installing gdbm (1.23-r1) (5/22) Installing xz-libs (5.6.1-r3) (6/22) Installing mpdecimal (4.0.0-r0) (7/22) Installing libpanelw (6.4_p20240330-r0) (8/22) Installing readline (8.2.10-r0) (9/22) Installing sqlite-libs (3.45.2-r0) (10/22) Installing python3 (3.12.3-r0) (11/22) Installing python3-pycache-pyc0 (3.12.3-r0) (12/22) Installing pyc (3.12.3-r0) (13/22) Installing python3-pyc (3.12.3-r0) (14/22) Installing linux-headers (6.6-r0) (15/22) Installing py3-parsing (3.1.2-r1) (16/22) Installing py3-parsing-pyc (3.1.2-r1) (17/22) Installing py3-packaging (24.0-r1) (18/22) Installing py3-packaging-pyc (24.0-r1) (19/22) Installing py3-setuptools (69.2.0-r2) (20/22) Installing py3-setuptools-pyc (69.2.0-r2) (21/22) Installing python3-dev (3.12.3-r0) (22/22) Installing .makedepends-py3-evdev (20240413.020029) Executing busybox-1.36.1-r25.trigger OK: 552 MiB in 127 packages >>> py3-evdev: Cleaning up srcdir >>> py3-evdev: Cleaning up pkgdir >>> py3-evdev: Cleaning up tmpdir >>> py3-evdev: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-evdev-1.7.0.tar.gz >>> py3-evdev: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-evdev-1.7.0.tar.gz >>> py3-evdev: Checking sha512sums... py3-evdev-1.7.0.tar.gz: OK >>> py3-evdev: Unpacking /var/cache/distfiles/py3-evdev-1.7.0.tar.gz... running build running build_py creating build creating build/lib.linux-aarch64-cpython-312 creating build/lib.linux-aarch64-cpython-312/evdev copying evdev/__init__.py -> build/lib.linux-aarch64-cpython-312/evdev copying evdev/eventio.py -> build/lib.linux-aarch64-cpython-312/evdev copying evdev/ff.py -> build/lib.linux-aarch64-cpython-312/evdev copying evdev/device.py -> build/lib.linux-aarch64-cpython-312/evdev copying evdev/events.py -> build/lib.linux-aarch64-cpython-312/evdev copying evdev/uinput.py -> build/lib.linux-aarch64-cpython-312/evdev copying evdev/eventio_async.py -> build/lib.linux-aarch64-cpython-312/evdev copying evdev/util.py -> build/lib.linux-aarch64-cpython-312/evdev copying evdev/ecodes.py -> build/lib.linux-aarch64-cpython-312/evdev copying evdev/genecodes.py -> build/lib.linux-aarch64-cpython-312/evdev copying evdev/evtest.py -> build/lib.linux-aarch64-cpython-312/evdev running egg_info creating evdev.egg-info writing evdev.egg-info/PKG-INFO writing dependency_links to evdev.egg-info/dependency_links.txt writing top-level names to evdev.egg-info/top_level.txt writing manifest file 'evdev.egg-info/SOURCES.txt' reading manifest file 'evdev.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'evdev/ecodes.c' adding license file 'LICENSE' writing manifest file 'evdev.egg-info/SOURCES.txt' copying evdev/input.c -> build/lib.linux-aarch64-cpython-312/evdev copying evdev/uinput.c -> build/lib.linux-aarch64-cpython-312/evdev running build_ext running build_ecodes writing /home/buildozer/aports/community/py3-evdev/src/python-evdev-1.7.0/evdev/ecodes.c (using /usr/include/linux/input.h /usr/include/linux/input-event-codes.h /usr/include/linux/uinput.h) building 'evdev._input' extension creating build/temp.linux-aarch64-cpython-312 creating build/temp.linux-aarch64-cpython-312/evdev gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.12 -c evdev/input.c -o build/temp.linux-aarch64-cpython-312/evdev/input.o -std=c99 -Wno-error=declaration-after-statement gcc -shared -Wl,--as-needed,-O1,--sort-common -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-aarch64-cpython-312/evdev/input.o -L/usr/lib -o build/lib.linux-aarch64-cpython-312/evdev/_input.cpython-312-aarch64-linux-musl.so building 'evdev._uinput' extension gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.12 -c evdev/uinput.c -o build/temp.linux-aarch64-cpython-312/evdev/uinput.o -std=c99 -Wno-error=declaration-after-statement gcc -shared -Wl,--as-needed,-O1,--sort-common -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-aarch64-cpython-312/evdev/uinput.o -L/usr/lib -o build/lib.linux-aarch64-cpython-312/evdev/_uinput.cpython-312-aarch64-linux-musl.so building 'evdev._ecodes' extension gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.12 -c evdev/ecodes.c -o build/temp.linux-aarch64-cpython-312/evdev/ecodes.o -std=c99 -Wno-error=declaration-after-statement gcc -shared -Wl,--as-needed,-O1,--sort-common -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-aarch64-cpython-312/evdev/ecodes.o -L/usr/lib -o build/lib.linux-aarch64-cpython-312/evdev/_ecodes.cpython-312-aarch64-linux-musl.so >>> py3-evdev: Entering fakeroot... 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-evdev/pkg creating /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev creating /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr creating /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib creating /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.12 creating /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.12/site-packages creating /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.12/site-packages/evdev copying build/lib.linux-aarch64-cpython-312/evdev/__init__.py -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.12/site-packages/evdev copying build/lib.linux-aarch64-cpython-312/evdev/eventio.py -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.12/site-packages/evdev copying build/lib.linux-aarch64-cpython-312/evdev/_ecodes.cpython-312-aarch64-linux-musl.so -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.12/site-packages/evdev copying build/lib.linux-aarch64-cpython-312/evdev/ff.py -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.12/site-packages/evdev copying build/lib.linux-aarch64-cpython-312/evdev/device.py -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.12/site-packages/evdev copying build/lib.linux-aarch64-cpython-312/evdev/_uinput.cpython-312-aarch64-linux-musl.so -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.12/site-packages/evdev copying build/lib.linux-aarch64-cpython-312/evdev/_input.cpython-312-aarch64-linux-musl.so -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.12/site-packages/evdev copying build/lib.linux-aarch64-cpython-312/evdev/events.py -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.12/site-packages/evdev copying build/lib.linux-aarch64-cpython-312/evdev/uinput.py -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.12/site-packages/evdev copying build/lib.linux-aarch64-cpython-312/evdev/eventio_async.py -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.12/site-packages/evdev copying build/lib.linux-aarch64-cpython-312/evdev/util.py -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.12/site-packages/evdev copying build/lib.linux-aarch64-cpython-312/evdev/uinput.c -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.12/site-packages/evdev copying build/lib.linux-aarch64-cpython-312/evdev/ecodes.py -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.12/site-packages/evdev copying build/lib.linux-aarch64-cpython-312/evdev/input.c -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.12/site-packages/evdev copying build/lib.linux-aarch64-cpython-312/evdev/genecodes.py -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.12/site-packages/evdev copying build/lib.linux-aarch64-cpython-312/evdev/evtest.py -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.12/site-packages/evdev byte-compiling /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.12/site-packages/evdev/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.12/site-packages/evdev/eventio.py to eventio.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.12/site-packages/evdev/ff.py to ff.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.12/site-packages/evdev/device.py to device.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.12/site-packages/evdev/events.py to events.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.12/site-packages/evdev/uinput.py to uinput.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.12/site-packages/evdev/eventio_async.py to eventio_async.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.12/site-packages/evdev/util.py to util.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.12/site-packages/evdev/ecodes.py to ecodes.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.12/site-packages/evdev/genecodes.py to genecodes.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.12/site-packages/evdev/evtest.py to evtest.cpython-312.pyc running install_egg_info running egg_info writing evdev.egg-info/PKG-INFO writing dependency_links to evdev.egg-info/dependency_links.txt writing top-level names to evdev.egg-info/top_level.txt reading manifest file 'evdev.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'evdev.egg-info/SOURCES.txt' Copying evdev.egg-info to /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.12/site-packages/evdev-1.7.0-py3.12.egg-info running install_scripts >>> py3-evdev-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.12/site-packages/evdev/__pycache__' -> '/home/buildozer/aports/community/py3-evdev/pkg/py3-evdev-pyc/usr/lib/python3.12/site-packages/evdev/__pycache__' >>> py3-evdev-pyc*: Preparing subpackage py3-evdev-pyc... >>> py3-evdev-pyc*: Running postcheck for py3-evdev-pyc >>> py3-evdev*: Running postcheck for py3-evdev >>> py3-evdev*: Preparing package py3-evdev... >>> py3-evdev*: Stripping binaries >>> py3-evdev-pyc*: Scanning shared objects >>> py3-evdev*: Scanning shared objects >>> py3-evdev-pyc*: Tracing dependencies... libevdev python3 python3~3.12 >>> py3-evdev-pyc*: Package size: 132.0 KB >>> py3-evdev-pyc*: Compressing data... >>> py3-evdev-pyc*: Create checksum... >>> py3-evdev-pyc*: Create py3-evdev-pyc-1.7.0-r1.apk >>> py3-evdev*: Tracing dependencies... libevdev python3 python3~3.12 so:libc.musl-aarch64.so.1 >>> py3-evdev*: Package size: 360.0 KB >>> py3-evdev*: Compressing data... >>> py3-evdev*: Create checksum... >>> py3-evdev*: Create py3-evdev-1.7.0-r1.apk >>> py3-evdev: Build complete at Sat, 13 Apr 2024 02:00:31 +0000 elapsed time 0h 0m 4s >>> py3-evdev: Cleaning up srcdir >>> py3-evdev: Cleaning up pkgdir >>> py3-evdev: Uninstalling dependencies... (1/22) Purging .makedepends-py3-evdev (20240413.020029) (2/22) Purging libevdev (1.13.1-r0) (3/22) Purging linux-headers (6.6-r0) (4/22) Purging py3-setuptools-pyc (69.2.0-r2) (5/22) Purging py3-setuptools (69.2.0-r2) (6/22) Purging py3-packaging-pyc (24.0-r1) (7/22) Purging py3-packaging (24.0-r1) (8/22) Purging py3-parsing-pyc (3.1.2-r1) (9/22) Purging py3-parsing (3.1.2-r1) (10/22) Purging python3-dev (3.12.3-r0) (11/22) Purging python3-pyc (3.12.3-r0) (12/22) Purging python3-pycache-pyc0 (3.12.3-r0) (13/22) Purging pyc (3.12.3-r0) (14/22) Purging python3 (3.12.3-r0) (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: 380 MiB in 105 packages >>> py3-evdev: Updating the community/aarch64 repository index... >>> py3-evdev: Signing the index...