>>> py3-rpigpio: Building community/py3-rpigpio 0.7.1-r4 (using abuild 3.15.0-r0) started Mon, 13 Oct 2025 04:04:35 +0000 >>> py3-rpigpio: Validating /home/udu/aports/community/py3-rpigpio/APKBUILD... >>> py3-rpigpio: Analyzing dependencies... >>> py3-rpigpio: Installing for build: build-base python3 py3-setuptools python3-dev WARNING: opening /home/udu/packages//community: No such file or directory WARNING: opening /home/udu/packages//main: No such file or directory fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz (1/11) Upgrading python3 (3.12.11-r0 -> 3.12.12-r0) (2/11) Upgrading python3-pycache-pyc0 (3.12.11-r0 -> 3.12.12-r0) (3/11) Upgrading python3-pyc (3.12.11-r0 -> 3.12.12-r0) (4/11) Installing py3-parsing (3.2.3-r0) (5/11) Installing py3-parsing-pyc (3.2.3-r0) (6/11) Installing py3-packaging (25.0-r0) (7/11) Installing py3-packaging-pyc (25.0-r0) (8/11) Installing py3-setuptools (80.9.0-r0) (9/11) Installing py3-setuptools-pyc (80.9.0-r0) (10/11) Installing python3-dev (3.12.12-r0) (11/11) Installing .makedepends-py3-rpigpio (20251013.040436) Executing busybox-1.37.0-r19.trigger OK: 349 MiB in 97 packages >>> py3-rpigpio: Cleaning up srcdir >>> py3-rpigpio: Cleaning up pkgdir >>> py3-rpigpio: Cleaning up tmpdir >>> py3-rpigpio: Fetching py3-rpigpio-0.7.1.tar.gz::https://files.pythonhosted.org/packages/source/R/RPi.GPIO/RPi.GPIO-0.7.1.tar.gz >>> py3-rpigpio: Fetching py3-rpigpio-0.7.1.tar.gz::https://files.pythonhosted.org/packages/source/R/RPi.GPIO/RPi.GPIO-0.7.1.tar.gz >>> py3-rpigpio: Checking sha512sums... py3-rpigpio-0.7.1.tar.gz: OK >>> py3-rpigpio: Unpacking /var/cache/distfiles/py3-rpigpio-0.7.1.tar.gz... /usr/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT 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-x86_64-cpython-312/RPi copying RPi/__init__.py -> build/lib.linux-x86_64-cpython-312/RPi creating build/lib.linux-x86_64-cpython-312/RPi/GPIO copying RPi/GPIO/__init__.py -> build/lib.linux-x86_64-cpython-312/RPi/GPIO running build_ext building 'RPi._GPIO' extension creating build/temp.linux-x86_64-cpython-312/source cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fcommon -fPIC -I/usr/include/python3.12 -c source/c_gpio.c -o build/temp.linux-x86_64-cpython-312/source/c_gpio.o source/c_gpio.c:53:9: warning: "PAGE_SIZE" redefined 53 | #define PAGE_SIZE (4*1024) | ^~~~~~~~~ In file included from /usr/include/fortify/stdlib.h:30, from source/c_gpio.c:25: /usr/include/limits.h:97:9: note: this is the location of the previous definition 97 | #define PAGE_SIZE PAGESIZE | ^~~~~~~~~ source/c_gpio.c: In function 'setup': source/c_gpio.c:170:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 170 | if ((uint32_t)gpio_mem % PAGE_SIZE) | ^ source/c_gpio.c:171:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 171 | gpio_mem += PAGE_SIZE - ((uint32_t)gpio_mem % PAGE_SIZE); | ^ cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fcommon -fPIC -I/usr/include/python3.12 -c source/common.c -o build/temp.linux-x86_64-cpython-312/source/common.o cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fcommon -fPIC -I/usr/include/python3.12 -c source/constants.c -o build/temp.linux-x86_64-cpython-312/source/constants.o cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fcommon -fPIC -I/usr/include/python3.12 -c source/cpuinfo.c -o build/temp.linux-x86_64-cpython-312/source/cpuinfo.o source/cpuinfo.c: In function 'get_rpi_info': source/cpuinfo.c:144:28: warning: format '%llx' expects argument of type 'long long unsigned int *', but argument 3 has type 'uint64_t *' {aka 'long unsigned int *'} [-Wformat=] 144 | sscanf(revision, "%llx", &rev); | ~~~^ ~~~~ | | | | | uint64_t * {aka long unsigned int *} | long long unsigned int * | %lx cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fcommon -fPIC -I/usr/include/python3.12 -c source/event_gpio.c -o build/temp.linux-x86_64-cpython-312/source/event_gpio.o cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fcommon -fPIC -I/usr/include/python3.12 -c source/py_gpio.c -o build/temp.linux-x86_64-cpython-312/source/py_gpio.o cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fcommon -fPIC -I/usr/include/python3.12 -c source/py_pwm.c -o build/temp.linux-x86_64-cpython-312/source/py_pwm.o cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fcommon -fPIC -I/usr/include/python3.12 -c source/soft_pwm.c -o build/temp.linux-x86_64-cpython-312/source/soft_pwm.o cc -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fcommon build/temp.linux-x86_64-cpython-312/source/c_gpio.o build/temp.linux-x86_64-cpython-312/source/common.o build/temp.linux-x86_64-cpython-312/source/constants.o build/temp.linux-x86_64-cpython-312/source/cpuinfo.o build/temp.linux-x86_64-cpython-312/source/event_gpio.o build/temp.linux-x86_64-cpython-312/source/py_gpio.o build/temp.linux-x86_64-cpython-312/source/py_pwm.o build/temp.linux-x86_64-cpython-312/source/soft_pwm.o -L/usr/lib -o build/lib.linux-x86_64-cpython-312/RPi/_GPIO.cpython-312-x86_64-linux-musl.so /usr/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running check >>> py3-rpigpio: Entering fakeroot... /usr/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT 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. By 2025-Oct-31, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/udu/aports/community/py3-rpigpio/pkg/py3-rpigpio/usr/lib/python3.12/site-packages creating /home/udu/aports/community/py3-rpigpio/pkg/py3-rpigpio/usr/lib/python3.12/site-packages/RPi copying build/lib.linux-x86_64-cpython-312/RPi/_GPIO.cpython-312-x86_64-linux-musl.so -> /home/udu/aports/community/py3-rpigpio/pkg/py3-rpigpio/usr/lib/python3.12/site-packages/RPi creating /home/udu/aports/community/py3-rpigpio/pkg/py3-rpigpio/usr/lib/python3.12/site-packages/RPi/GPIO copying build/lib.linux-x86_64-cpython-312/RPi/GPIO/__init__.py -> /home/udu/aports/community/py3-rpigpio/pkg/py3-rpigpio/usr/lib/python3.12/site-packages/RPi/GPIO copying build/lib.linux-x86_64-cpython-312/RPi/__init__.py -> /home/udu/aports/community/py3-rpigpio/pkg/py3-rpigpio/usr/lib/python3.12/site-packages/RPi byte-compiling /home/udu/aports/community/py3-rpigpio/pkg/py3-rpigpio/usr/lib/python3.12/site-packages/RPi/GPIO/__init__.py to __init__.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-rpigpio/pkg/py3-rpigpio/usr/lib/python3.12/site-packages/RPi/__init__.py to __init__.cpython-312.pyc running install_egg_info running egg_info writing RPi.GPIO.egg-info/PKG-INFO writing dependency_links to RPi.GPIO.egg-info/dependency_links.txt writing top-level names to RPi.GPIO.egg-info/top_level.txt reading manifest file 'RPi.GPIO.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching '.hg' adding license file 'LICENCE.txt' writing manifest file 'RPi.GPIO.egg-info/SOURCES.txt' Copying RPi.GPIO.egg-info to /home/udu/aports/community/py3-rpigpio/pkg/py3-rpigpio/usr/lib/python3.12/site-packages/RPi.GPIO-0.7.1-py3.12.egg-info running install_scripts >>> py3-rpigpio*: Running postcheck for py3-rpigpio >>> WARNING: py3-rpigpio*: Found __pycache__ but package name doesn't end with -pyc >>> py3-rpigpio*: Preparing package py3-rpigpio... >>> py3-rpigpio*: Stripping binaries >>> py3-rpigpio*: Scanning shared objects >>> py3-rpigpio*: Tracing dependencies... python3 python3~3.12 so:libc.musl-x86_64.so.1 >>> py3-rpigpio*: Package size: 53.4 KB >>> py3-rpigpio*: Compressing data... >>> py3-rpigpio*: Create checksum... >>> py3-rpigpio*: Create py3-rpigpio-0.7.1-r4.apk >>> py3-rpigpio: Build complete at Mon, 13 Oct 2025 04:04:38 +0000 elapsed time 0h 0m 3s >>> py3-rpigpio: Cleaning up srcdir >>> py3-rpigpio: Cleaning up pkgdir >>> py3-rpigpio: Uninstalling dependencies... (1/8) Purging .makedepends-py3-rpigpio (20251013.040436) (2/8) Purging py3-setuptools-pyc (80.9.0-r0) (3/8) Purging py3-setuptools (80.9.0-r0) (4/8) Purging py3-packaging-pyc (25.0-r0) (5/8) Purging py3-packaging (25.0-r0) (6/8) Purging py3-parsing-pyc (3.2.3-r0) (7/8) Purging py3-parsing (3.2.3-r0) (8/8) Purging python3-dev (3.12.12-r0) Executing busybox-1.37.0-r19.trigger OK: 296 MiB in 89 packages >>> py3-rpigpio: Updating the community/x86_64 repository index... >>> py3-rpigpio: Signing the index...