>>> py3-evdev: Building community/py3-evdev 1.9.1-r0 (using abuild 3.15.0_rc2-r0) started Thu, 10 Apr 2025 13:30:32 +0000 >>> py3-evdev: Validating /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/21) Installing libevdev (1.13.3-r0) (2/21) Installing libbz2 (1.0.8-r6) (3/21) Installing libffi (3.4.7-r0) (4/21) Installing gdbm (1.24-r0) (5/21) Installing xz-libs (5.8.1-r0) (6/21) Installing mpdecimal (4.0.0-r0) (7/21) Installing libpanelw (6.5_p20250216-r0) (8/21) Installing sqlite-libs (3.49.1-r0) (9/21) Installing python3 (3.12.10-r0) (10/21) Installing python3-pycache-pyc0 (3.12.10-r0) (11/21) Installing pyc (3.12.10-r0) (12/21) Installing python3-pyc (3.12.10-r0) (13/21) Installing linux-headers (6.12.6-r0) (14/21) Installing py3-parsing (3.2.0-r0) (15/21) Installing py3-parsing-pyc (3.2.0-r0) (16/21) Installing py3-packaging (24.2-r0) (17/21) Installing py3-packaging-pyc (24.2-r0) (18/21) Installing py3-setuptools (77.0.3-r0) (19/21) Installing py3-setuptools-pyc (77.0.3-r0) (20/21) Installing python3-dev (3.12.10-r0) (21/21) Installing .makedepends-py3-evdev (20250410.133033) Executing busybox-1.37.0-r15.trigger OK: 509 MiB in 129 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.9.1.tar.gz >>> py3-evdev: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-evdev-1.9.1.tar.gz >>> py3-evdev: Checking sha512sums... py3-evdev-1.9.1.tar.gz: OK >>> py3-evdev: Unpacking /var/cache/distfiles/edge/py3-evdev-1.9.1.tar.gz... /usr/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated !! ******************************************************************************** Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. By 2026-Feb-18, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! corresp(dist, value, root_dir) /usr/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! dist._finalize_license_expression() /usr/lib/python3.12/site-packages/setuptools/dist.py:760: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running build running build_py creating build/lib.linux-aarch64-cpython-312/evdev copying src/evdev/__init__.py -> build/lib.linux-aarch64-cpython-312/evdev copying src/evdev/eventio.py -> build/lib.linux-aarch64-cpython-312/evdev copying src/evdev/genecodes_py.py -> build/lib.linux-aarch64-cpython-312/evdev copying src/evdev/ff.py -> build/lib.linux-aarch64-cpython-312/evdev copying src/evdev/device.py -> build/lib.linux-aarch64-cpython-312/evdev copying src/evdev/events.py -> build/lib.linux-aarch64-cpython-312/evdev copying src/evdev/uinput.py -> build/lib.linux-aarch64-cpython-312/evdev copying src/evdev/eventio_async.py -> build/lib.linux-aarch64-cpython-312/evdev copying src/evdev/ecodes_runtime.py -> build/lib.linux-aarch64-cpython-312/evdev copying src/evdev/util.py -> build/lib.linux-aarch64-cpython-312/evdev copying src/evdev/ecodes.py -> build/lib.linux-aarch64-cpython-312/evdev copying src/evdev/genecodes_c.py -> build/lib.linux-aarch64-cpython-312/evdev copying src/evdev/evtest.py -> build/lib.linux-aarch64-cpython-312/evdev running egg_info creating src/evdev.egg-info writing src/evdev.egg-info/PKG-INFO writing dependency_links to src/evdev.egg-info/dependency_links.txt writing top-level names to src/evdev.egg-info/top_level.txt writing manifest file 'src/evdev.egg-info/SOURCES.txt' reading manifest file 'src/evdev.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'src/evdev/ecodes.c' adding license file 'LICENSE' writing manifest file 'src/evdev.egg-info/SOURCES.txt' copying src/evdev/input.c -> build/lib.linux-aarch64-cpython-312/evdev copying src/evdev/py.typed -> build/lib.linux-aarch64-cpython-312/evdev copying src/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.9.1/src/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/src/evdev cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.12 -c src/evdev/input.c -o build/temp.linux-aarch64-cpython-312/src/evdev/input.o -std=c99 -Wno-error=declaration-after-statement cc -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-aarch64-cpython-312/src/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 cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.12 -c src/evdev/uinput.c -o build/temp.linux-aarch64-cpython-312/src/evdev/uinput.o -std=c99 -Wno-error=declaration-after-statement cc -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-aarch64-cpython-312/src/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 cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.12 -c src/evdev/ecodes.c -o build/temp.linux-aarch64-cpython-312/src/evdev/ecodes.o -std=c99 -Wno-error=declaration-after-statement cc -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-aarch64-cpython-312/src/evdev/ecodes.o -L/usr/lib -o build/lib.linux-aarch64-cpython-312/evdev/_ecodes.cpython-312-aarch64-linux-musl.so writing build/lib.linux-aarch64-cpython-312/evdev/ecodes.py >>> py3-evdev: Entering fakeroot... /usr/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated !! ******************************************************************************** Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. By 2026-Feb-18, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! corresp(dist, value, root_dir) /usr/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! dist._finalize_license_expression() /usr/lib/python3.12/site-packages/setuptools/dist.py:760: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:90: 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/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/genecodes_py.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/ecodes_runtime.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_c.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 copying build/lib.linux-aarch64-cpython-312/evdev/py.typed -> /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/genecodes_py.py to genecodes_py.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/ecodes_runtime.py to ecodes_runtime.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_c.py to genecodes_c.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 src/evdev.egg-info/PKG-INFO writing dependency_links to src/evdev.egg-info/dependency_links.txt writing top-level names to src/evdev.egg-info/top_level.txt reading manifest file 'src/evdev.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'src/evdev.egg-info/SOURCES.txt' Copying src/evdev.egg-info to /home/buildozer/aports/community/py3-evdev/pkg/py3-evdev/usr/lib/python3.12/site-packages/evdev-1.9.1-py3.12.egg-info running install_scripts >>> py3-evdev-pyc*: Running split function pyc... '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: 205.9 KB >>> py3-evdev-pyc*: Compressing data... >>> py3-evdev-pyc*: Create checksum... >>> py3-evdev-pyc*: Create py3-evdev-pyc-1.9.1-r0.apk >>> py3-evdev*: Tracing dependencies... libevdev python3 python3~3.12 so:libc.musl-aarch64.so.1 >>> py3-evdev*: Package size: 385.8 KB >>> py3-evdev*: Compressing data... >>> py3-evdev*: Create checksum... >>> py3-evdev*: Create py3-evdev-1.9.1-r0.apk >>> py3-evdev: Build complete at Thu, 10 Apr 2025 13:30:36 +0000 elapsed time 0h 0m 4s >>> py3-evdev: Cleaning up srcdir >>> py3-evdev: Cleaning up pkgdir >>> py3-evdev: Uninstalling dependencies... (1/21) Purging .makedepends-py3-evdev (20250410.133033) (2/21) Purging libevdev (1.13.3-r0) (3/21) Purging linux-headers (6.12.6-r0) (4/21) Purging py3-setuptools-pyc (77.0.3-r0) (5/21) Purging py3-setuptools (77.0.3-r0) (6/21) Purging py3-packaging-pyc (24.2-r0) (7/21) Purging py3-packaging (24.2-r0) (8/21) Purging py3-parsing-pyc (3.2.0-r0) (9/21) Purging py3-parsing (3.2.0-r0) (10/21) Purging python3-dev (3.12.10-r0) (11/21) Purging python3-pyc (3.12.10-r0) (12/21) Purging python3-pycache-pyc0 (3.12.10-r0) (13/21) Purging pyc (3.12.10-r0) (14/21) Purging python3 (3.12.10-r0) (15/21) Purging gdbm (1.24-r0) (16/21) Purging libbz2 (1.0.8-r6) (17/21) Purging libffi (3.4.7-r0) (18/21) Purging libpanelw (6.5_p20250216-r0) (19/21) Purging mpdecimal (4.0.0-r0) (20/21) Purging sqlite-libs (3.49.1-r0) (21/21) Purging xz-libs (5.8.1-r0) Executing busybox-1.37.0-r15.trigger OK: 398 MiB in 108 packages >>> py3-evdev: Updating the community/aarch64 repository index... >>> py3-evdev: Signing the index...