>>> py3-rpio: Building testing/py3-rpio 0.10.1-r9 (using abuild 3.16.0-r0) started Mon, 30 Mar 2026 15:29:41 +0000 >>> py3-rpio: Validating /home/buildozer/aports/testing/py3-rpio/APKBUILD... >>> py3-rpio: Analyzing dependencies... >>> py3-rpio: Installing for build: build-base py3-setuptools python3-dev py3-gpep517 ( 1/23) Installing libbz2 (1.0.8-r6) ( 2/23) Installing libffi (3.5.2-r0) ( 3/23) Installing gdbm (1.26-r0) ( 4/23) Installing xz-libs (5.8.2-r0) ( 5/23) Installing mpdecimal (4.0.1-r0) ( 6/23) Installing libpanelw (6.6_p20251231-r0) ( 7/23) Installing sqlite-libs (3.51.2-r1) ( 8/23) Installing python3 (3.14.3-r0) ( 9/23) Installing python3-pycache-pyc0 (3.14.3-r0) (10/23) Installing pyc (3.14.3-r0) (11/23) Installing py3-setuptools-pyc (82.0.1-r1) (12/23) Installing py3-packaging-pyc (26.0-r1) (13/23) Installing python3-pyc (3.14.3-r0) (14/23) Installing py3-parsing (3.3.2-r1) (15/23) Installing py3-parsing-pyc (3.3.2-r1) (16/23) Installing py3-packaging (26.0-r1) (17/23) Installing py3-setuptools (82.0.1-r1) (18/23) Installing python3-dev (3.14.3-r0) (19/23) Installing py3-installer (0.7.0-r3) (20/23) Installing py3-installer-pyc (0.7.0-r3) (21/23) Installing py3-gpep517 (19-r2) (22/23) Installing py3-gpep517-pyc (19-r2) (23/23) Installing .makedepends-py3-rpio (20260330.152942) Executing busybox-1.37.0-r31.trigger OK: 423.4 MiB in 127 packages >>> py3-rpio: Cleaning up srcdir >>> py3-rpio: Cleaning up pkgdir >>> py3-rpio: Cleaning up tmpdir >>> py3-rpio: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-rpio-0.10.1.tar.gz /var/cache/distfiles/edge/py3-rpio-0.10.1.tar.gz: OK /home/buildozer/aports/testing/py3-rpio/missing-typesh.patch: OK >>> py3-rpio: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-rpio-0.10.1.tar.gz /var/cache/distfiles/edge/py3-rpio-0.10.1.tar.gz: OK /home/buildozer/aports/testing/py3-rpio/missing-typesh.patch: OK >>> py3-rpio: Unpacking /var/cache/distfiles/edge/py3-rpio-0.10.1.tar.gz... >>> py3-rpio: missing-typesh.patch patching file source/c_gpio/c_gpio.h 2026-03-30 15:29:44,019 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ /usr/lib/python3.14/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+) License :: Other/Proprietary License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() 2026-03-30 15:29:44,037 root INFO running bdist_wheel 2026-03-30 15:29:44,050 root INFO running build 2026-03-30 15:29:44,050 root INFO running build_py 2026-03-30 15:29:44,053 root INFO creating build/lib.linux-armv8l-cpython-314/RPIO 2026-03-30 15:29:44,053 root INFO copying source/RPIO/__init__.py -> build/lib.linux-armv8l-cpython-314/RPIO 2026-03-30 15:29:44,053 root INFO copying source/RPIO/Exceptions.py -> build/lib.linux-armv8l-cpython-314/RPIO 2026-03-30 15:29:44,054 root INFO copying source/RPIO/_RPIO.py -> build/lib.linux-armv8l-cpython-314/RPIO 2026-03-30 15:29:44,054 root INFO creating build/lib.linux-armv8l-cpython-314/RPIO/PWM 2026-03-30 15:29:44,054 root INFO copying source/RPIO/PWM/__init__.py -> build/lib.linux-armv8l-cpython-314/RPIO/PWM 2026-03-30 15:29:44,055 root INFO running build_ext 2026-03-30 15:29:44,056 root INFO building 'RPIO._GPIO' extension 2026-03-30 15:29:44,057 root INFO creating build/temp.linux-armv8l-cpython-314/source/c_gpio 2026-03-30 15:29:44,057 root INFO cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.14 -c source/c_gpio/c_gpio.c -o build/temp.linux-armv8l-cpython-314/source/c_gpio/c_gpio.o 2026-03-30 15:29:44,123 root INFO cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.14 -c source/c_gpio/cpuinfo.c -o build/temp.linux-armv8l-cpython-314/source/c_gpio/cpuinfo.o 2026-03-30 15:29:44,166 root INFO cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.14 -c source/c_gpio/py_gpio.c -o build/temp.linux-armv8l-cpython-314/source/c_gpio/py_gpio.o 2026-03-30 15:29:44,387 root INFO cc -shared -Wl,--as-needed,-O1,--sort-common -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-armv8l-cpython-314/source/c_gpio/c_gpio.o build/temp.linux-armv8l-cpython-314/source/c_gpio/cpuinfo.o build/temp.linux-armv8l-cpython-314/source/c_gpio/py_gpio.o -L/usr/lib -o build/lib.linux-armv8l-cpython-314/RPIO/_GPIO.cpython-314-arm-linux-musleabihf.so 2026-03-30 15:29:44,399 root INFO building 'RPIO.PWM._PWM' extension 2026-03-30 15:29:44,399 root INFO creating build/temp.linux-armv8l-cpython-314/source/c_pwm 2026-03-30 15:29:44,399 root INFO cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.14 -c source/c_pwm/pwm.c -o build/temp.linux-armv8l-cpython-314/source/c_pwm/pwm.o 2026-03-30 15:29:44,630 root INFO cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.14 -c source/c_pwm/pwm_py.c -o build/temp.linux-armv8l-cpython-314/source/c_pwm/pwm_py.o 2026-03-30 15:29:44,814 root INFO cc -shared -Wl,--as-needed,-O1,--sort-common -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-armv8l-cpython-314/source/c_pwm/pwm.o build/temp.linux-armv8l-cpython-314/source/c_pwm/pwm_py.o -L/usr/lib -o build/lib.linux-armv8l-cpython-314/RPIO/PWM/_PWM.cpython-314-arm-linux-musleabihf.so 2026-03-30 15:29:44,825 root INFO running build_scripts 2026-03-30 15:29:44,825 root INFO creating build/scripts-3.14 2026-03-30 15:29:44,825 root INFO copying and adjusting source/scripts/rpio -> build/scripts-3.14 2026-03-30 15:29:44,826 root INFO copying and adjusting source/scripts/rpio-curses -> build/scripts-3.14 2026-03-30 15:29:44,826 root INFO changing mode of build/scripts-3.14/rpio from 644 to 755 2026-03-30 15:29:44,826 root INFO changing mode of build/scripts-3.14/rpio-curses from 644 to 755 2026-03-30 15:29:44,831 root INFO installing to build/bdist.linux-armv8l/wheel 2026-03-30 15:29:44,831 root INFO running install 2026-03-30 15:29:44,841 root INFO running install_lib 2026-03-30 15:29:44,843 root INFO creating build/bdist.linux-armv8l/wheel 2026-03-30 15:29:44,843 root INFO creating build/bdist.linux-armv8l/wheel/RPIO 2026-03-30 15:29:44,843 root INFO copying build/lib.linux-armv8l-cpython-314/RPIO/__init__.py -> build/bdist.linux-armv8l/wheel/./RPIO 2026-03-30 15:29:44,843 root INFO copying build/lib.linux-armv8l-cpython-314/RPIO/Exceptions.py -> build/bdist.linux-armv8l/wheel/./RPIO 2026-03-30 15:29:44,844 root INFO copying build/lib.linux-armv8l-cpython-314/RPIO/_GPIO.cpython-314-arm-linux-musleabihf.so -> build/bdist.linux-armv8l/wheel/./RPIO 2026-03-30 15:29:44,844 root INFO creating build/bdist.linux-armv8l/wheel/RPIO/PWM 2026-03-30 15:29:44,844 root INFO copying build/lib.linux-armv8l-cpython-314/RPIO/PWM/__init__.py -> build/bdist.linux-armv8l/wheel/./RPIO/PWM 2026-03-30 15:29:44,844 root INFO copying build/lib.linux-armv8l-cpython-314/RPIO/PWM/_PWM.cpython-314-arm-linux-musleabihf.so -> build/bdist.linux-armv8l/wheel/./RPIO/PWM 2026-03-30 15:29:44,845 root INFO copying build/lib.linux-armv8l-cpython-314/RPIO/_RPIO.py -> build/bdist.linux-armv8l/wheel/./RPIO 2026-03-30 15:29:44,845 root INFO running install_egg_info 2026-03-30 15:29:44,847 root INFO running egg_info 2026-03-30 15:29:44,849 root INFO creating source/RPIO.egg-info 2026-03-30 15:29:44,849 root INFO writing source/RPIO.egg-info/PKG-INFO 2026-03-30 15:29:44,850 root INFO writing dependency_links to source/RPIO.egg-info/dependency_links.txt 2026-03-30 15:29:44,850 root INFO writing top-level names to source/RPIO.egg-info/top_level.txt 2026-03-30 15:29:44,850 root INFO writing manifest file 'source/RPIO.egg-info/SOURCES.txt' 2026-03-30 15:29:44,853 root INFO reading manifest file 'source/RPIO.egg-info/SOURCES.txt' 2026-03-30 15:29:44,853 root INFO reading manifest template 'MANIFEST.in' 2026-03-30 15:29:44,854 root INFO adding license file 'LICENSE.txt' 2026-03-30 15:29:44,855 root INFO writing manifest file 'source/RPIO.egg-info/SOURCES.txt' 2026-03-30 15:29:44,855 root INFO Copying source/RPIO.egg-info to build/bdist.linux-armv8l/wheel/./RPIO-0.10.1-py3.14.egg-info 2026-03-30 15:29:44,856 root INFO running install_scripts 2026-03-30 15:29:44,856 root INFO creating build/bdist.linux-armv8l/wheel/rpio-0.10.1.data/scripts 2026-03-30 15:29:44,856 root INFO copying build/scripts-3.14/rpio-curses -> build/bdist.linux-armv8l/wheel/rpio-0.10.1.data/scripts 2026-03-30 15:29:44,856 root INFO copying build/scripts-3.14/rpio -> build/bdist.linux-armv8l/wheel/rpio-0.10.1.data/scripts 2026-03-30 15:29:44,856 root INFO changing mode of build/bdist.linux-armv8l/wheel/rpio-0.10.1.data/scripts/rpio-curses to 755 2026-03-30 15:29:44,856 root INFO changing mode of build/bdist.linux-armv8l/wheel/rpio-0.10.1.data/scripts/rpio to 755 2026-03-30 15:29:44,863 root INFO creating build/bdist.linux-armv8l/wheel/rpio-0.10.1.dist-info/WHEEL 2026-03-30 15:29:44,864 wheel INFO creating '/home/buildozer/aports/testing/py3-rpio/src/RPIO-0.10.1/.dist/.tmp-0p2ev4oi/rpio-0.10.1-cp314-cp314-linux_armv8l.whl' and adding 'build/bdist.linux-armv8l/wheel' to it 2026-03-30 15:29:44,864 wheel INFO adding 'RPIO/Exceptions.py' 2026-03-30 15:29:44,864 wheel INFO adding 'RPIO/_GPIO.cpython-314-arm-linux-musleabihf.so' 2026-03-30 15:29:44,864 wheel INFO adding 'RPIO/_RPIO.py' 2026-03-30 15:29:44,865 wheel INFO adding 'RPIO/__init__.py' 2026-03-30 15:29:44,865 wheel INFO adding 'RPIO/PWM/_PWM.cpython-314-arm-linux-musleabihf.so' 2026-03-30 15:29:44,865 wheel INFO adding 'RPIO/PWM/__init__.py' 2026-03-30 15:29:44,865 wheel INFO adding 'rpio-0.10.1.data/scripts/rpio' 2026-03-30 15:29:44,866 wheel INFO adding 'rpio-0.10.1.data/scripts/rpio-curses' 2026-03-30 15:29:44,866 wheel INFO adding 'rpio-0.10.1.dist-info/licenses/LICENSE.txt' 2026-03-30 15:29:44,866 wheel INFO adding 'rpio-0.10.1.dist-info/METADATA' 2026-03-30 15:29:44,866 wheel INFO adding 'rpio-0.10.1.dist-info/WHEEL' 2026-03-30 15:29:44,866 wheel INFO adding 'rpio-0.10.1.dist-info/top_level.txt' 2026-03-30 15:29:44,866 wheel INFO adding 'rpio-0.10.1.dist-info/RECORD' 2026-03-30 15:29:44,867 root INFO removing build/bdist.linux-armv8l/wheel 2026-03-30 15:29:44,867 gpep517 INFO The backend produced .dist/rpio-0.10.1-cp314-cp314-linux_armv8l.whl rpio-0.10.1-cp314-cp314-linux_armv8l.whl >>> py3-rpio: Entering fakeroot... 2026-03-30 15:29:45,061 gpep517 INFO Installing .dist/rpio-0.10.1-cp314-cp314-linux_armv8l.whl into /home/buildozer/aports/testing/py3-rpio/pkg/py3-rpio 2026-03-30 15:29:45,075 gpep517 INFO Installation complete >>> py3-rpio-pyc*: Running split function pyc... 'usr/lib/python3.14/site-packages/RPIO/__pycache__' -> '/home/buildozer/aports/testing/py3-rpio/pkg/py3-rpio-pyc/usr/lib/python3.14/site-packages/RPIO/__pycache__' 'usr/lib/python3.14/site-packages/RPIO/PWM/__pycache__' -> '/home/buildozer/aports/testing/py3-rpio/pkg/py3-rpio-pyc/usr/lib/python3.14/site-packages/RPIO/PWM/__pycache__' >>> py3-rpio-pyc*: Preparing subpackage py3-rpio-pyc... >>> py3-rpio-pyc*: Running postcheck for py3-rpio-pyc >>> py3-rpio*: Running postcheck for py3-rpio >>> py3-rpio*: Preparing package py3-rpio... >>> py3-rpio*: Stripping binaries >>> py3-rpio*: Scanning shared objects >>> py3-rpio-pyc*: Tracing dependencies... python3~3.14 >>> py3-rpio-pyc*: Package size: 33.9 KB >>> py3-rpio-pyc*: Compressing data... >>> py3-rpio-pyc*: Create checksum... >>> py3-rpio-pyc*: Create py3-rpio-pyc-0.10.1-r9.apk >>> py3-rpio*: Tracing dependencies... python3~3.14 so:libc.musl-armv7.so.1 >>> py3-rpio*: Package size: 102.4 KB >>> py3-rpio*: Compressing data... >>> py3-rpio*: Create checksum... >>> py3-rpio*: Create py3-rpio-0.10.1-r9.apk >>> py3-rpio: Build complete at Mon, 30 Mar 2026 15:29:45 +0000 elapsed time 0h 0m 4s >>> py3-rpio: Cleaning up srcdir >>> py3-rpio: Cleaning up pkgdir >>> py3-rpio: Cleaning up tmpdir >>> py3-rpio: Uninstalling dependencies... ( 1/23) Purging .makedepends-py3-rpio (20260330.152942) ( 2/23) Purging py3-setuptools-pyc (82.0.1-r1) ( 3/23) Purging py3-setuptools (82.0.1-r1) ( 4/23) Purging py3-packaging-pyc (26.0-r1) ( 5/23) Purging py3-packaging (26.0-r1) ( 6/23) Purging py3-parsing-pyc (3.3.2-r1) ( 7/23) Purging py3-parsing (3.3.2-r1) ( 8/23) Purging python3-dev (3.14.3-r0) ( 9/23) Purging py3-gpep517-pyc (19-r2) (10/23) Purging py3-gpep517 (19-r2) (11/23) Purging py3-installer-pyc (0.7.0-r3) (12/23) Purging py3-installer (0.7.0-r3) (13/23) Purging python3-pyc (3.14.3-r0) (14/23) Purging python3-pycache-pyc0 (3.14.3-r0) (15/23) Purging pyc (3.14.3-r0) (16/23) Purging python3 (3.14.3-r0) (17/23) Purging gdbm (1.26-r0) (18/23) Purging libbz2 (1.0.8-r6) (19/23) Purging libffi (3.5.2-r0) (20/23) Purging libpanelw (6.6_p20251231-r0) (21/23) Purging mpdecimal (4.0.1-r0) (22/23) Purging sqlite-libs (3.51.2-r1) (23/23) Purging xz-libs (5.8.2-r0) Executing busybox-1.37.0-r31.trigger OK: 289.7 MiB in 104 packages >>> py3-rpio: Updating the testing/armv7 repository index... >>> py3-rpio: Signing the index...