>>> py3-rpio: Building testing/py3-rpio 0.10.1-r9 (using abuild 3.16.0-r0) started Tue, 31 Mar 2026 01:31:01 +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 (20260331.013103) Executing busybox-1.37.0-r31.trigger OK: 544.5 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 Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/edge/py3-rpio-0.10.1.tar.gz.part' py3-rpio-0.10.1.tar. 100% |********************************| 1532k 0:00:00 ETA '/var/cache/distfiles/edge/py3-rpio-0.10.1.tar.gz.part' saved /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-31 01:31:05,124 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-31 01:31:05,148 root INFO running bdist_wheel 2026-03-31 01:31:05,164 root INFO running build 2026-03-31 01:31:05,164 root INFO running build_py 2026-03-31 01:31:05,168 root INFO creating build/lib.linux-i686-cpython-314/RPIO 2026-03-31 01:31:05,168 root INFO copying source/RPIO/_RPIO.py -> build/lib.linux-i686-cpython-314/RPIO 2026-03-31 01:31:05,169 root INFO copying source/RPIO/Exceptions.py -> build/lib.linux-i686-cpython-314/RPIO 2026-03-31 01:31:05,169 root INFO copying source/RPIO/__init__.py -> build/lib.linux-i686-cpython-314/RPIO 2026-03-31 01:31:05,170 root INFO creating build/lib.linux-i686-cpython-314/RPIO/PWM 2026-03-31 01:31:05,170 root INFO copying source/RPIO/PWM/__init__.py -> build/lib.linux-i686-cpython-314/RPIO/PWM 2026-03-31 01:31:05,171 root INFO running build_ext 2026-03-31 01:31:05,173 root INFO building 'RPIO._GPIO' extension 2026-03-31 01:31:05,173 root INFO creating build/temp.linux-i686-cpython-314/source/c_gpio 2026-03-31 01:31:05,173 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-i686-cpython-314/source/c_gpio/c_gpio.o source/c_gpio/c_gpio.c:51:9: warning: 'PAGE_SIZE' redefined 51 | #define PAGE_SIZE (4*1024) | ^~~~~~~~~ In file included from /usr/include/fortify/stdlib.h:30, from source/c_gpio/c_gpio.c:30: /usr/include/limits.h:97:9: note: this is the location of the previous definition 97 | #define PAGE_SIZE PAGESIZE | ^~~~~~~~~ 2026-03-31 01:31:05,264 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-i686-cpython-314/source/c_gpio/cpuinfo.o 2026-03-31 01:31:05,327 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-i686-cpython-314/source/c_gpio/py_gpio.o 2026-03-31 01:31:05,632 root INFO cc -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-i686-cpython-314/source/c_gpio/c_gpio.o build/temp.linux-i686-cpython-314/source/c_gpio/cpuinfo.o build/temp.linux-i686-cpython-314/source/c_gpio/py_gpio.o -L/usr/lib -o build/lib.linux-i686-cpython-314/RPIO/_GPIO.cpython-314-i386-linux-musl.so 2026-03-31 01:31:05,648 root INFO building 'RPIO.PWM._PWM' extension 2026-03-31 01:31:05,649 root INFO creating build/temp.linux-i686-cpython-314/source/c_pwm 2026-03-31 01:31:05,649 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-i686-cpython-314/source/c_pwm/pwm.o source/c_pwm/pwm.c:93:9: warning: 'PAGE_SIZE' redefined 93 | #define PAGE_SIZE 4096 | ^~~~~~~~~ In file included from /usr/include/fortify/stdlib.h:30, from source/c_pwm/pwm.c:74: /usr/include/limits.h:97:9: note: this is the location of the previous definition 97 | #define PAGE_SIZE PAGESIZE | ^~~~~~~~~ 2026-03-31 01:31:05,946 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-i686-cpython-314/source/c_pwm/pwm_py.o 2026-03-31 01:31:06,199 root INFO cc -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-i686-cpython-314/source/c_pwm/pwm.o build/temp.linux-i686-cpython-314/source/c_pwm/pwm_py.o -L/usr/lib -o build/lib.linux-i686-cpython-314/RPIO/PWM/_PWM.cpython-314-i386-linux-musl.so 2026-03-31 01:31:06,215 root INFO running build_scripts 2026-03-31 01:31:06,215 root INFO creating build/scripts-3.14 2026-03-31 01:31:06,215 root INFO copying and adjusting source/scripts/rpio -> build/scripts-3.14 2026-03-31 01:31:06,216 root INFO copying and adjusting source/scripts/rpio-curses -> build/scripts-3.14 2026-03-31 01:31:06,216 root INFO changing mode of build/scripts-3.14/rpio from 644 to 755 2026-03-31 01:31:06,216 root INFO changing mode of build/scripts-3.14/rpio-curses from 644 to 755 2026-03-31 01:31:06,223 root INFO installing to build/bdist.linux-i686/wheel 2026-03-31 01:31:06,223 root INFO running install 2026-03-31 01:31:06,234 root INFO running install_lib 2026-03-31 01:31:06,237 root INFO creating build/bdist.linux-i686/wheel 2026-03-31 01:31:06,237 root INFO creating build/bdist.linux-i686/wheel/RPIO 2026-03-31 01:31:06,238 root INFO copying build/lib.linux-i686-cpython-314/RPIO/_RPIO.py -> build/bdist.linux-i686/wheel/./RPIO 2026-03-31 01:31:06,238 root INFO copying build/lib.linux-i686-cpython-314/RPIO/Exceptions.py -> build/bdist.linux-i686/wheel/./RPIO 2026-03-31 01:31:06,238 root INFO copying build/lib.linux-i686-cpython-314/RPIO/_GPIO.cpython-314-i386-linux-musl.so -> build/bdist.linux-i686/wheel/./RPIO 2026-03-31 01:31:06,239 root INFO copying build/lib.linux-i686-cpython-314/RPIO/__init__.py -> build/bdist.linux-i686/wheel/./RPIO 2026-03-31 01:31:06,239 root INFO creating build/bdist.linux-i686/wheel/RPIO/PWM 2026-03-31 01:31:06,239 root INFO copying build/lib.linux-i686-cpython-314/RPIO/PWM/__init__.py -> build/bdist.linux-i686/wheel/./RPIO/PWM 2026-03-31 01:31:06,239 root INFO copying build/lib.linux-i686-cpython-314/RPIO/PWM/_PWM.cpython-314-i386-linux-musl.so -> build/bdist.linux-i686/wheel/./RPIO/PWM 2026-03-31 01:31:06,240 root INFO running install_egg_info 2026-03-31 01:31:06,243 root INFO running egg_info 2026-03-31 01:31:06,246 root INFO creating source/RPIO.egg-info 2026-03-31 01:31:06,246 root INFO writing source/RPIO.egg-info/PKG-INFO 2026-03-31 01:31:06,247 root INFO writing dependency_links to source/RPIO.egg-info/dependency_links.txt 2026-03-31 01:31:06,247 root INFO writing top-level names to source/RPIO.egg-info/top_level.txt 2026-03-31 01:31:06,247 root INFO writing manifest file 'source/RPIO.egg-info/SOURCES.txt' 2026-03-31 01:31:06,252 root INFO reading manifest file 'source/RPIO.egg-info/SOURCES.txt' 2026-03-31 01:31:06,252 root INFO reading manifest template 'MANIFEST.in' 2026-03-31 01:31:06,253 root INFO adding license file 'LICENSE.txt' 2026-03-31 01:31:06,254 root INFO writing manifest file 'source/RPIO.egg-info/SOURCES.txt' 2026-03-31 01:31:06,255 root INFO Copying source/RPIO.egg-info to build/bdist.linux-i686/wheel/./RPIO-0.10.1-py3.14.egg-info 2026-03-31 01:31:06,256 root INFO running install_scripts 2026-03-31 01:31:06,256 root INFO creating build/bdist.linux-i686/wheel/rpio-0.10.1.data/scripts 2026-03-31 01:31:06,256 root INFO copying build/scripts-3.14/rpio -> build/bdist.linux-i686/wheel/rpio-0.10.1.data/scripts 2026-03-31 01:31:06,257 root INFO copying build/scripts-3.14/rpio-curses -> build/bdist.linux-i686/wheel/rpio-0.10.1.data/scripts 2026-03-31 01:31:06,257 root INFO changing mode of build/bdist.linux-i686/wheel/rpio-0.10.1.data/scripts/rpio to 755 2026-03-31 01:31:06,257 root INFO changing mode of build/bdist.linux-i686/wheel/rpio-0.10.1.data/scripts/rpio-curses to 755 2026-03-31 01:31:06,265 root INFO creating build/bdist.linux-i686/wheel/rpio-0.10.1.dist-info/WHEEL 2026-03-31 01:31:06,266 wheel INFO creating '/home/buildozer/aports/testing/py3-rpio/src/RPIO-0.10.1/.dist/.tmp-x_6dq_d7/rpio-0.10.1-cp314-cp314-linux_i686.whl' and adding 'build/bdist.linux-i686/wheel' to it 2026-03-31 01:31:06,266 wheel INFO adding 'RPIO/Exceptions.py' 2026-03-31 01:31:06,267 wheel INFO adding 'RPIO/_GPIO.cpython-314-i386-linux-musl.so' 2026-03-31 01:31:06,267 wheel INFO adding 'RPIO/_RPIO.py' 2026-03-31 01:31:06,268 wheel INFO adding 'RPIO/__init__.py' 2026-03-31 01:31:06,268 wheel INFO adding 'RPIO/PWM/_PWM.cpython-314-i386-linux-musl.so' 2026-03-31 01:31:06,269 wheel INFO adding 'RPIO/PWM/__init__.py' 2026-03-31 01:31:06,269 wheel INFO adding 'rpio-0.10.1.data/scripts/rpio' 2026-03-31 01:31:06,270 wheel INFO adding 'rpio-0.10.1.data/scripts/rpio-curses' 2026-03-31 01:31:06,270 wheel INFO adding 'rpio-0.10.1.dist-info/licenses/LICENSE.txt' 2026-03-31 01:31:06,270 wheel INFO adding 'rpio-0.10.1.dist-info/METADATA' 2026-03-31 01:31:06,271 wheel INFO adding 'rpio-0.10.1.dist-info/WHEEL' 2026-03-31 01:31:06,271 wheel INFO adding 'rpio-0.10.1.dist-info/top_level.txt' 2026-03-31 01:31:06,271 wheel INFO adding 'rpio-0.10.1.dist-info/RECORD' 2026-03-31 01:31:06,271 root INFO removing build/bdist.linux-i686/wheel 2026-03-31 01:31:06,272 gpep517 INFO The backend produced .dist/rpio-0.10.1-cp314-cp314-linux_i686.whl rpio-0.10.1-cp314-cp314-linux_i686.whl >>> py3-rpio: Entering fakeroot... 2026-03-31 01:31:06,536 gpep517 INFO Installing .dist/rpio-0.10.1-cp314-cp314-linux_i686.whl into /home/buildozer/aports/testing/py3-rpio/pkg/py3-rpio 2026-03-31 01:31:06,554 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-x86.so.1 >>> py3-rpio*: Package size: 114.6 KB >>> py3-rpio*: Compressing data... >>> py3-rpio*: Create checksum... >>> py3-rpio*: Create py3-rpio-0.10.1-r9.apk >>> py3-rpio: Build complete at Tue, 31 Mar 2026 01:31:07 +0000 elapsed time 0h 0m 6s >>> 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 (20260331.013103) ( 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: 426.6 MiB in 104 packages >>> py3-rpio: Updating the testing/x86 repository index... >>> py3-rpio: Signing the index...