>>> py3-evdev: Building community/py3-evdev 1.7.0-r1 (using abuild 3.12.0-r5) started Sat, 13 Apr 2024 06:17:44 +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/20) Installing libevdev (1.13.1-r0) (2/20) Installing libffi (3.4.6-r0) (3/20) Installing gdbm (1.23-r1) (4/20) Installing mpdecimal (4.0.0-r0) (5/20) Installing libpanelw (6.4_p20240330-r0) (6/20) Installing readline (8.2.10-r0) (7/20) Installing sqlite-libs (3.45.2-r0) (8/20) Installing python3 (3.12.3-r0) (9/20) Installing python3-pycache-pyc0 (3.12.3-r0) (10/20) Installing pyc (3.12.3-r0) (11/20) Installing python3-pyc (3.12.3-r0) (12/20) Installing linux-headers (6.6-r0) (13/20) Installing py3-parsing (3.1.2-r1) (14/20) Installing py3-parsing-pyc (3.1.2-r1) (15/20) Installing py3-packaging (24.0-r1) (16/20) Installing py3-packaging-pyc (24.0-r1) (17/20) Installing py3-setuptools (69.2.0-r2) (18/20) Installing py3-setuptools-pyc (69.2.0-r2) (19/20) Installing python3-dev (3.12.3-r0) (20/20) Installing .makedepends-py3-evdev (20240413.061745) Executing busybox-1.36.1-r25.trigger OK: 436 MiB in 130 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-ppc64le-cpython-312 creating build/lib.linux-ppc64le-cpython-312/evdev copying evdev/evtest.py -> build/lib.linux-ppc64le-cpython-312/evdev copying evdev/device.py -> build/lib.linux-ppc64le-cpython-312/evdev copying evdev/uinput.py -> build/lib.linux-ppc64le-cpython-312/evdev copying evdev/util.py -> build/lib.linux-ppc64le-cpython-312/evdev copying evdev/eventio.py -> build/lib.linux-ppc64le-cpython-312/evdev copying evdev/ecodes.py -> build/lib.linux-ppc64le-cpython-312/evdev copying evdev/ff.py -> build/lib.linux-ppc64le-cpython-312/evdev copying evdev/eventio_async.py -> build/lib.linux-ppc64le-cpython-312/evdev copying evdev/events.py -> build/lib.linux-ppc64le-cpython-312/evdev copying evdev/genecodes.py -> build/lib.linux-ppc64le-cpython-312/evdev copying evdev/__init__.py -> build/lib.linux-ppc64le-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-ppc64le-cpython-312/evdev copying evdev/uinput.c -> build/lib.linux-ppc64le-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-ppc64le-cpython-312 creating build/temp.linux-ppc64le-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-ppc64le-cpython-312/evdev/input.o -std=c99 -Wno-error=declaration-after-statement gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-ppc64le-cpython-312/evdev/input.o -L/usr/lib -o build/lib.linux-ppc64le-cpython-312/evdev/_input.cpython-312-powerpc64le-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-ppc64le-cpython-312/evdev/uinput.o -std=c99 -Wno-error=declaration-after-statement gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-ppc64le-cpython-312/evdev/uinput.o -L/usr/lib -o build/lib.linux-ppc64le-cpython-312/evdev/_uinput.cpython-312-powerpc64le-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-ppc64le-cpython-312/evdev/ecodes.o -std=c99 -Wno-error=declaration-after-statement gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-ppc64le-cpython-312/evdev/ecodes.o -L/usr/lib -o build/lib.linux-ppc64le-cpython-312/evdev/_ecodes.cpython-312-powerpc64le-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-ppc64le-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-ppc64le-cpython-312/evdev/evtest.py -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.12/site-packages/evdev copying build/lib.linux-ppc64le-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-ppc64le-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-ppc64le-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-ppc64le-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-ppc64le-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-ppc64le-cpython-312/evdev/_ecodes.cpython-312-powerpc64le-linux-musl.so -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.12/site-packages/evdev copying build/lib.linux-ppc64le-cpython-312/evdev/_input.cpython-312-powerpc64le-linux-musl.so -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.12/site-packages/evdev copying build/lib.linux-ppc64le-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-ppc64le-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-ppc64le-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-ppc64le-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-ppc64le-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-ppc64le-cpython-312/evdev/_uinput.cpython-312-powerpc64le-linux-musl.so -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.12/site-packages/evdev copying build/lib.linux-ppc64le-cpython-312/evdev/__init__.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/evtest.py to evtest.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/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/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/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/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/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/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/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/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/__init__.py to __init__.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-ppc64le.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 06:17:49 +0000 elapsed time 0h 0m 5s >>> py3-evdev: Cleaning up srcdir >>> py3-evdev: Cleaning up pkgdir >>> py3-evdev: Uninstalling dependencies... (1/20) Purging .makedepends-py3-evdev (20240413.061745) (2/20) Purging libevdev (1.13.1-r0) (3/20) Purging linux-headers (6.6-r0) (4/20) Purging py3-setuptools-pyc (69.2.0-r2) (5/20) Purging py3-setuptools (69.2.0-r2) (6/20) Purging py3-packaging-pyc (24.0-r1) (7/20) Purging py3-packaging (24.0-r1) (8/20) Purging py3-parsing-pyc (3.1.2-r1) (9/20) Purging py3-parsing (3.1.2-r1) (10/20) Purging python3-dev (3.12.3-r0) (11/20) Purging python3-pyc (3.12.3-r0) (12/20) Purging python3-pycache-pyc0 (3.12.3-r0) (13/20) Purging pyc (3.12.3-r0) (14/20) Purging python3 (3.12.3-r0) (15/20) Purging gdbm (1.23-r1) (16/20) Purging libffi (3.4.6-r0) (17/20) Purging libpanelw (6.4_p20240330-r0) (18/20) Purging mpdecimal (4.0.0-r0) (19/20) Purging readline (8.2.10-r0) (20/20) Purging sqlite-libs (3.45.2-r0) Executing busybox-1.36.1-r25.trigger OK: 263 MiB in 110 packages >>> py3-evdev: Updating the community/ppc64le repository index... >>> py3-evdev: Signing the index...