>>> py3-evdev: Building community/py3-evdev 1.7.1-r0 (using abuild 3.13.0-r3) started Thu, 16 May 2024 09:34:30 +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/18) Installing libevdev (1.13.1-r0) (2/18) Installing gdbm (1.23-r1) (3/18) Installing mpdecimal (4.0.0-r0) (4/18) Installing libpanelw (6.4_p20240420-r0) (5/18) Installing readline (8.2.10-r0) (6/18) Installing sqlite-libs (3.45.3-r0) (7/18) Installing python3 (3.12.3-r1) (8/18) Installing python3-pycache-pyc0 (3.12.3-r1) (9/18) Installing pyc (3.12.3-r1) (10/18) Installing python3-pyc (3.12.3-r1) (11/18) Installing py3-parsing (3.1.2-r1) (12/18) Installing py3-parsing-pyc (3.1.2-r1) (13/18) Installing py3-packaging (24.0-r1) (14/18) Installing py3-packaging-pyc (24.0-r1) (15/18) Installing py3-setuptools (69.5.1-r0) (16/18) Installing py3-setuptools-pyc (69.5.1-r0) (17/18) Installing python3-dev (3.12.3-r1) (18/18) Installing .makedepends-py3-evdev (20240516.093432) Executing busybox-1.36.1-r26.trigger OK: 1833 MiB in 141 packages >>> py3-evdev: Cleaning up srcdir >>> py3-evdev: Cleaning up pkgdir >>> py3-evdev: Cleaning up tmpdir >>> py3-evdev: Fetching https://distfiles.alpinelinux.org/distfiles/v3.20/py3-evdev-1.7.1.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/v3.20/py3-evdev-1.7.1.tar.gz.part' py3-evdev-1.7.1.tar. 100% |********************************| 88275 0:00:00 ETA '/var/cache/distfiles/v3.20/py3-evdev-1.7.1.tar.gz.part' saved >>> py3-evdev: Fetching https://distfiles.alpinelinux.org/distfiles/v3.20/py3-evdev-1.7.1.tar.gz >>> py3-evdev: Checking sha512sums... py3-evdev-1.7.1.tar.gz: OK >>> py3-evdev: Unpacking /var/cache/distfiles/v3.20/py3-evdev-1.7.1.tar.gz... running build running build_py creating build creating build/lib.linux-x86_64-cpython-312 creating build/lib.linux-x86_64-cpython-312/evdev copying evdev/ecodes.py -> build/lib.linux-x86_64-cpython-312/evdev copying evdev/eventio_async.py -> build/lib.linux-x86_64-cpython-312/evdev copying evdev/uinput.py -> build/lib.linux-x86_64-cpython-312/evdev copying evdev/device.py -> build/lib.linux-x86_64-cpython-312/evdev copying evdev/evtest.py -> build/lib.linux-x86_64-cpython-312/evdev copying evdev/eventio.py -> build/lib.linux-x86_64-cpython-312/evdev copying evdev/util.py -> build/lib.linux-x86_64-cpython-312/evdev copying evdev/ff.py -> build/lib.linux-x86_64-cpython-312/evdev copying evdev/__init__.py -> build/lib.linux-x86_64-cpython-312/evdev copying evdev/events.py -> build/lib.linux-x86_64-cpython-312/evdev copying evdev/genecodes.py -> build/lib.linux-x86_64-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-x86_64-cpython-312/evdev copying evdev/uinput.c -> build/lib.linux-x86_64-cpython-312/evdev running build_ext running build_ecodes writing /home/buildozer/aports/community/py3-evdev/src/python-evdev-1.7.1/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-x86_64-cpython-312 creating build/temp.linux-x86_64-cpython-312/evdev gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fPIC -I/usr/include/python3.12 -c evdev/input.c -o build/temp.linux-x86_64-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 -fno-plt build/temp.linux-x86_64-cpython-312/evdev/input.o -L/usr/lib -o build/lib.linux-x86_64-cpython-312/evdev/_input.cpython-312-x86_64-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 -fno-plt -fPIC -I/usr/include/python3.12 -c evdev/uinput.c -o build/temp.linux-x86_64-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 -fno-plt build/temp.linux-x86_64-cpython-312/evdev/uinput.o -L/usr/lib -o build/lib.linux-x86_64-cpython-312/evdev/_uinput.cpython-312-x86_64-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 -fno-plt -fPIC -I/usr/include/python3.12 -c evdev/ecodes.c -o build/temp.linux-x86_64-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 -fno-plt build/temp.linux-x86_64-cpython-312/evdev/ecodes.o -L/usr/lib -o build/lib.linux-x86_64-cpython-312/evdev/_ecodes.cpython-312-x86_64-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-x86_64-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-x86_64-cpython-312/evdev/_ecodes.cpython-312-x86_64-linux-musl.so -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.12/site-packages/evdev copying build/lib.linux-x86_64-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-x86_64-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-x86_64-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-x86_64-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-x86_64-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-x86_64-cpython-312/evdev/_uinput.cpython-312-x86_64-linux-musl.so -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.12/site-packages/evdev copying build/lib.linux-x86_64-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-x86_64-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-x86_64-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-x86_64-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-x86_64-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-x86_64-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-x86_64-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-x86_64-cpython-312/evdev/_input.cpython-312-x86_64-linux-musl.so -> /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/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/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/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/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/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/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/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/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/__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/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 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.1-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.1-r0.apk >>> py3-evdev*: Tracing dependencies... libevdev python3 python3~3.12 so:libc.musl-x86_64.so.1 >>> py3-evdev*: Package size: 232.0 KB >>> py3-evdev*: Compressing data... >>> py3-evdev*: Create checksum... >>> py3-evdev*: Create py3-evdev-1.7.1-r0.apk >>> py3-evdev: Build complete at Thu, 16 May 2024 09:34:37 +0000 elapsed time 0h 0m 7s >>> py3-evdev: Cleaning up srcdir >>> py3-evdev: Cleaning up pkgdir >>> py3-evdev: Uninstalling dependencies... (1/18) Purging .makedepends-py3-evdev (20240516.093432) (2/18) Purging libevdev (1.13.1-r0) (3/18) Purging py3-setuptools-pyc (69.5.1-r0) (4/18) Purging py3-setuptools (69.5.1-r0) (5/18) Purging py3-packaging-pyc (24.0-r1) (6/18) Purging py3-packaging (24.0-r1) (7/18) Purging py3-parsing-pyc (3.1.2-r1) (8/18) Purging py3-parsing (3.1.2-r1) (9/18) Purging python3-dev (3.12.3-r1) (10/18) Purging python3-pyc (3.12.3-r1) (11/18) Purging python3-pycache-pyc0 (3.12.3-r1) (12/18) Purging pyc (3.12.3-r1) (13/18) Purging python3 (3.12.3-r1) (14/18) Purging gdbm (1.23-r1) (15/18) Purging libpanelw (6.4_p20240420-r0) (16/18) Purging mpdecimal (4.0.0-r0) (17/18) Purging readline (8.2.10-r0) (18/18) Purging sqlite-libs (3.45.3-r0) Executing busybox-1.36.1-r26.trigger OK: 1693 MiB in 123 packages >>> py3-evdev: Updating the community/x86_64 repository index... >>> py3-evdev: Signing the index...