>>> py3-evdev: Building community/py3-evdev 1.7.0-r0 (using abuild 3.12.0-r5) started Sat, 23 Mar 2024 22:18:54 +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-r1) (6/22) Installing mpdecimal (4.0.0-r0) (7/22) Installing libpanelw (6.4_p20240309-r0) (8/22) Installing readline (8.2.10-r0) (9/22) Installing sqlite-libs (3.45.2-r0) (10/22) Installing python3 (3.11.8-r0) (11/22) Installing python3-pycache-pyc0 (3.11.8-r0) (12/22) Installing pyc (3.11.8-r0) (13/22) Installing python3-pyc (3.11.8-r0) (14/22) Installing linux-headers (6.6-r0) (15/22) Installing py3-parsing (3.1.2-r0) (16/22) Installing py3-parsing-pyc (3.1.2-r0) (17/22) Installing py3-packaging (24.0-r0) (18/22) Installing py3-packaging-pyc (24.0-r0) (19/22) Installing py3-setuptools (69.2.0-r0) (20/22) Installing py3-setuptools-pyc (69.2.0-r0) (21/22) Installing python3-dev (3.11.8-r0) (22/22) Installing .makedepends-py3-evdev (20240323.221857) Executing busybox-1.36.1-r21.trigger OK: 450 MiB in 124 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 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87773 100 87773 0 0 589k 0 --:--:-- --:--:-- --:--:-- 595k >>> 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-riscv64-cpython-311 creating build/lib.linux-riscv64-cpython-311/evdev copying evdev/genecodes.py -> build/lib.linux-riscv64-cpython-311/evdev copying evdev/ff.py -> build/lib.linux-riscv64-cpython-311/evdev copying evdev/evtest.py -> build/lib.linux-riscv64-cpython-311/evdev copying evdev/util.py -> build/lib.linux-riscv64-cpython-311/evdev copying evdev/ecodes.py -> build/lib.linux-riscv64-cpython-311/evdev copying evdev/device.py -> build/lib.linux-riscv64-cpython-311/evdev copying evdev/__init__.py -> build/lib.linux-riscv64-cpython-311/evdev copying evdev/eventio_async.py -> build/lib.linux-riscv64-cpython-311/evdev copying evdev/uinput.py -> build/lib.linux-riscv64-cpython-311/evdev copying evdev/eventio.py -> build/lib.linux-riscv64-cpython-311/evdev copying evdev/events.py -> build/lib.linux-riscv64-cpython-311/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-riscv64-cpython-311/evdev copying evdev/uinput.c -> build/lib.linux-riscv64-cpython-311/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-riscv64-cpython-311 creating build/temp.linux-riscv64-cpython-311/evdev gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.11 -c evdev/input.c -o build/temp.linux-riscv64-cpython-311/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-riscv64-cpython-311/evdev/input.o -L/usr/lib -o build/lib.linux-riscv64-cpython-311/evdev/_input.cpython-311-riscv64-linux-musl.so building 'evdev._uinput' extension gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.11 -c evdev/uinput.c -o build/temp.linux-riscv64-cpython-311/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-riscv64-cpython-311/evdev/uinput.o -L/usr/lib -o build/lib.linux-riscv64-cpython-311/evdev/_uinput.cpython-311-riscv64-linux-musl.so building 'evdev._ecodes' extension gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.11 -c evdev/ecodes.c -o build/temp.linux-riscv64-cpython-311/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-riscv64-cpython-311/evdev/ecodes.o -L/usr/lib -o build/lib.linux-riscv64-cpython-311/evdev/_ecodes.cpython-311-riscv64-linux-musl.so >>> py3-evdev: Entering fakeroot... 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 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.11 creating /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.11/site-packages/evdev copying build/lib.linux-riscv64-cpython-311/evdev/genecodes.py -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.11/site-packages/evdev copying build/lib.linux-riscv64-cpython-311/evdev/uinput.c -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.11/site-packages/evdev copying build/lib.linux-riscv64-cpython-311/evdev/ff.py -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.11/site-packages/evdev copying build/lib.linux-riscv64-cpython-311/evdev/evtest.py -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.11/site-packages/evdev copying build/lib.linux-riscv64-cpython-311/evdev/input.c -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.11/site-packages/evdev copying build/lib.linux-riscv64-cpython-311/evdev/util.py -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.11/site-packages/evdev copying build/lib.linux-riscv64-cpython-311/evdev/_input.cpython-311-riscv64-linux-musl.so -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.11/site-packages/evdev copying build/lib.linux-riscv64-cpython-311/evdev/ecodes.py -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.11/site-packages/evdev copying build/lib.linux-riscv64-cpython-311/evdev/device.py -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.11/site-packages/evdev copying build/lib.linux-riscv64-cpython-311/evdev/__init__.py -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.11/site-packages/evdev copying build/lib.linux-riscv64-cpython-311/evdev/_ecodes.cpython-311-riscv64-linux-musl.so -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.11/site-packages/evdev copying build/lib.linux-riscv64-cpython-311/evdev/_uinput.cpython-311-riscv64-linux-musl.so -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.11/site-packages/evdev copying build/lib.linux-riscv64-cpython-311/evdev/eventio_async.py -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.11/site-packages/evdev copying build/lib.linux-riscv64-cpython-311/evdev/uinput.py -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.11/site-packages/evdev copying build/lib.linux-riscv64-cpython-311/evdev/eventio.py -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.11/site-packages/evdev copying build/lib.linux-riscv64-cpython-311/evdev/events.py -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.11/site-packages/evdev byte-compiling /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.11/site-packages/evdev/genecodes.py to genecodes.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.11/site-packages/evdev/ff.py to ff.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.11/site-packages/evdev/evtest.py to evtest.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.11/site-packages/evdev/util.py to util.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.11/site-packages/evdev/ecodes.py to ecodes.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.11/site-packages/evdev/device.py to device.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.11/site-packages/evdev/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.11/site-packages/evdev/eventio_async.py to eventio_async.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.11/site-packages/evdev/uinput.py to uinput.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.11/site-packages/evdev/eventio.py to eventio.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.11/site-packages/evdev/events.py to events.cpython-311.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.11/site-packages/evdev-1.7.0-py3.11.egg-info running install_scripts >>> py3-evdev-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.11/site-packages/evdev/__pycache__' -> '/home/buildozer/aports/community/py3-evdev/pkg/py3-evdev-pyc/usr/lib/python3.11/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.11 >>> py3-evdev-pyc*: Package size: 136.0 KB >>> py3-evdev-pyc*: Compressing data... >>> py3-evdev-pyc*: Create checksum... >>> py3-evdev-pyc*: Create py3-evdev-pyc-1.7.0-r0.apk >>> py3-evdev*: Tracing dependencies... libevdev python3 python3~3.11 so:libc.musl-riscv64.so.1 >>> py3-evdev*: Package size: 220.0 KB >>> py3-evdev*: Compressing data... >>> py3-evdev*: Create checksum... >>> py3-evdev*: Create py3-evdev-1.7.0-r0.apk >>> py3-evdev: Build complete at Sat, 23 Mar 2024 22:19:10 +0000 elapsed time 0h 0m 16s >>> py3-evdev: Cleaning up srcdir >>> py3-evdev: Cleaning up pkgdir >>> py3-evdev: Uninstalling dependencies... (1/22) Purging .makedepends-py3-evdev (20240323.221857) (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-r0) (5/22) Purging py3-setuptools (69.2.0-r0) (6/22) Purging py3-packaging-pyc (24.0-r0) (7/22) Purging py3-packaging (24.0-r0) (8/22) Purging py3-parsing-pyc (3.1.2-r0) (9/22) Purging py3-parsing (3.1.2-r0) (10/22) Purging python3-dev (3.11.8-r0) (11/22) Purging python3-pyc (3.11.8-r0) (12/22) Purging python3-pycache-pyc0 (3.11.8-r0) (13/22) Purging pyc (3.11.8-r0) (14/22) Purging python3 (3.11.8-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_p20240309-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-r1) Executing busybox-1.36.1-r21.trigger OK: 228 MiB in 102 packages >>> py3-evdev: Updating the community/riscv64 repository index... >>> py3-evdev: Signing the index...