>>> py3-evdev: Building community/py3-evdev 1.6.0-r0 (using abuild 3.10.0_rc1-r2) started Sat, 29 Oct 2022 23:48:32 +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/13) Installing libevdev (1.13.0-r0) (2/13) Installing libffi (3.4.4-r0) (3/13) Installing gdbm (1.23-r0) (4/13) Installing mpdecimal (2.5.1-r1) (5/13) Installing readline (8.2.0-r0) (6/13) Installing sqlite-libs (3.39.4-r0) (7/13) Installing python3 (3.10.8-r3) (8/13) Installing linux-headers (5.19.5-r0) (9/13) Installing py3-parsing (3.0.9-r0) (10/13) Installing py3-packaging (21.3-r2) (11/13) Installing py3-setuptools (65.5.0-r0) (12/13) Installing python3-dev (3.10.8-r3) (13/13) Installing .makedepends-py3-evdev (20221029.234832) Executing busybox-1.35.0-r27.trigger OK: 329 MiB in 110 packages >>> py3-evdev: Cleaning up srcdir >>> py3-evdev: Cleaning up pkgdir >>> py3-evdev: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/py3-evdev-1.6.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 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-evdev: Fetching https://github.com/gvalkov/python-evdev/archive/v1.6.0/py3-evdev-1.6.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13200 0 13200 0 0 9698 0 --:--:-- 0:00:01 --:--:-- 9698 100 86212 0 86212 0 0 53814 0 --:--:-- 0:00:01 --:--:-- 295k >>> py3-evdev: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/py3-evdev-1.6.0.tar.gz >>> py3-evdev: Checking sha512sums... py3-evdev-1.6.0.tar.gz: OK >>> py3-evdev: Unpacking /var/cache/distfiles/v3.17/py3-evdev-1.6.0.tar.gz... running build running build_py creating build creating build/lib.linux-armv8l-cpython-310 creating build/lib.linux-armv8l-cpython-310/evdev copying evdev/ff.py -> build/lib.linux-armv8l-cpython-310/evdev copying evdev/util.py -> build/lib.linux-armv8l-cpython-310/evdev copying evdev/genecodes.py -> build/lib.linux-armv8l-cpython-310/evdev copying evdev/events.py -> build/lib.linux-armv8l-cpython-310/evdev copying evdev/uinput.py -> build/lib.linux-armv8l-cpython-310/evdev copying evdev/device.py -> build/lib.linux-armv8l-cpython-310/evdev copying evdev/__init__.py -> build/lib.linux-armv8l-cpython-310/evdev copying evdev/evtest.py -> build/lib.linux-armv8l-cpython-310/evdev copying evdev/eventio.py -> build/lib.linux-armv8l-cpython-310/evdev copying evdev/ecodes.py -> build/lib.linux-armv8l-cpython-310/evdev copying evdev/eventio_async.py -> build/lib.linux-armv8l-cpython-310/evdev running build_ext running build_ecodes writing 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-armv8l-cpython-310 creating build/temp.linux-armv8l-cpython-310/evdev gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.10 -c evdev/input.c -o build/temp.linux-armv8l-cpython-310/evdev/input.o -std=c99 -Wno-error=declaration-after-statement gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-armv8l-cpython-310/evdev/input.o -L/usr/lib -o build/lib.linux-armv8l-cpython-310/evdev/_input.cpython-310-arm-linux-gnueabihf.so building 'evdev._uinput' extension gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.10 -c evdev/uinput.c -o build/temp.linux-armv8l-cpython-310/evdev/uinput.o -std=c99 -Wno-error=declaration-after-statement gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-armv8l-cpython-310/evdev/uinput.o -L/usr/lib -o build/lib.linux-armv8l-cpython-310/evdev/_uinput.cpython-310-arm-linux-gnueabihf.so building 'evdev._ecodes' extension gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.10 -c evdev/ecodes.c -o build/temp.linux-armv8l-cpython-310/evdev/ecodes.o -std=c99 -Wno-error=declaration-after-statement gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-armv8l-cpython-310/evdev/ecodes.o -L/usr/lib -o build/lib.linux-armv8l-cpython-310/evdev/_ecodes.cpython-310-arm-linux-gnueabihf.so >>> py3-evdev: Entering fakeroot... running install /usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running build_ext ecodes.c already exists ... skipping build_ecodes 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.10 creating /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.10/site-packages/evdev copying build/lib.linux-armv8l-cpython-310/evdev/ff.py -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.10/site-packages/evdev copying build/lib.linux-armv8l-cpython-310/evdev/util.py -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.10/site-packages/evdev copying build/lib.linux-armv8l-cpython-310/evdev/genecodes.py -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.10/site-packages/evdev copying build/lib.linux-armv8l-cpython-310/evdev/events.py -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.10/site-packages/evdev copying build/lib.linux-armv8l-cpython-310/evdev/_input.cpython-310-arm-linux-gnueabihf.so -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.10/site-packages/evdev copying build/lib.linux-armv8l-cpython-310/evdev/uinput.py -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.10/site-packages/evdev copying build/lib.linux-armv8l-cpython-310/evdev/device.py -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.10/site-packages/evdev copying build/lib.linux-armv8l-cpython-310/evdev/__init__.py -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.10/site-packages/evdev copying build/lib.linux-armv8l-cpython-310/evdev/evtest.py -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.10/site-packages/evdev copying build/lib.linux-armv8l-cpython-310/evdev/_ecodes.cpython-310-arm-linux-gnueabihf.so -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.10/site-packages/evdev copying build/lib.linux-armv8l-cpython-310/evdev/eventio.py -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.10/site-packages/evdev copying build/lib.linux-armv8l-cpython-310/evdev/ecodes.py -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.10/site-packages/evdev copying build/lib.linux-armv8l-cpython-310/evdev/_uinput.cpython-310-arm-linux-gnueabihf.so -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.10/site-packages/evdev copying build/lib.linux-armv8l-cpython-310/evdev/eventio_async.py -> /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.10/site-packages/evdev byte-compiling /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.10/site-packages/evdev/ff.py to ff.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.10/site-packages/evdev/util.py to util.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.10/site-packages/evdev/genecodes.py to genecodes.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.10/site-packages/evdev/events.py to events.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.10/site-packages/evdev/uinput.py to uinput.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.10/site-packages/evdev/device.py to device.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.10/site-packages/evdev/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.10/site-packages/evdev/evtest.py to evtest.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.10/site-packages/evdev/eventio.py to eventio.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.10/site-packages/evdev/ecodes.py to ecodes.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.10/site-packages/evdev/eventio_async.py to eventio_async.cpython-310.pyc running install_egg_info 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' 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.10/site-packages/evdev-1.6.0-py3.10.egg-info running install_scripts >>> py3-evdev*: Running postcheck for py3-evdev >>> py3-evdev*: Preparing package py3-evdev... >>> py3-evdev*: Stripping binaries >>> py3-evdev*: Scanning shared objects >>> py3-evdev*: Tracing dependencies... libevdev python3 so:libc.musl-armhf.so.1 >>> py3-evdev*: Package size: 416.0 KB >>> py3-evdev*: Compressing data... >>> py3-evdev*: Create checksum... >>> py3-evdev*: Create py3-evdev-1.6.0-r0.apk >>> py3-evdev: Build complete at Sat, 29 Oct 2022 23:48:37 +0000 elapsed time 0h 0m 5s >>> py3-evdev: Cleaning up srcdir >>> py3-evdev: Cleaning up pkgdir >>> py3-evdev: Uninstalling dependencies... (1/13) Purging .makedepends-py3-evdev (20221029.234832) (2/13) Purging libevdev (1.13.0-r0) (3/13) Purging linux-headers (5.19.5-r0) (4/13) Purging py3-setuptools (65.5.0-r0) (5/13) Purging py3-packaging (21.3-r2) (6/13) Purging py3-parsing (3.0.9-r0) (7/13) Purging python3-dev (3.10.8-r3) (8/13) Purging python3 (3.10.8-r3) (9/13) Purging libffi (3.4.4-r0) (10/13) Purging gdbm (1.23-r0) (11/13) Purging mpdecimal (2.5.1-r1) (12/13) Purging readline (8.2.0-r0) (13/13) Purging sqlite-libs (3.39.4-r0) Executing busybox-1.35.0-r27.trigger OK: 222 MiB in 97 packages >>> py3-evdev: Updating the community/armhf repository index... >>> py3-evdev: Signing the index...