>>> py3-rpio: Building testing/py3-rpio 0.10.1-r9 (using abuild 3.16.0-r0) started Mon, 30 Mar 2026 15:39:37 +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.153938) Executing busybox-1.37.0-r31.trigger OK: 556.7 MiB in 129 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) wget: server returned error: HTTP/1.1 404 Not Found >>> py3-rpio: Fetching py3-rpio-0.10.1.tar.gz::https://github.com/metachris/RPIO/archive/v0.10.1.tar.gz Connecting to github.com (20.26.156.215:443) Connecting to codeload.github.com (20.26.156.216: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-30 15:39:42,446 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:39:42,460 root INFO running bdist_wheel 2026-03-30 15:39:42,469 root INFO running build 2026-03-30 15:39:42,469 root INFO running build_py 2026-03-30 15:39:42,471 root INFO creating build/lib.linux-s390x-cpython-314/RPIO 2026-03-30 15:39:42,471 root INFO copying source/RPIO/__init__.py -> build/lib.linux-s390x-cpython-314/RPIO 2026-03-30 15:39:42,471 root INFO copying source/RPIO/_RPIO.py -> build/lib.linux-s390x-cpython-314/RPIO 2026-03-30 15:39:42,471 root INFO copying source/RPIO/Exceptions.py -> build/lib.linux-s390x-cpython-314/RPIO 2026-03-30 15:39:42,471 root INFO creating build/lib.linux-s390x-cpython-314/RPIO/PWM 2026-03-30 15:39:42,471 root INFO copying source/RPIO/PWM/__init__.py -> build/lib.linux-s390x-cpython-314/RPIO/PWM 2026-03-30 15:39:42,472 root INFO running build_ext 2026-03-30 15:39:42,473 root INFO building 'RPIO._GPIO' extension 2026-03-30 15:39:42,473 root INFO creating build/temp.linux-s390x-cpython-314/source/c_gpio 2026-03-30 15:39:42,473 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-s390x-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 | ^~~~~~~~~ source/c_gpio/c_gpio.c: In function 'setup': source/c_gpio/c_gpio.c:79:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 79 | if ((uint32_t)gpio_mem % PAGE_SIZE) | ^ source/c_gpio/c_gpio.c:80:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 80 | gpio_mem += PAGE_SIZE - ((uint32_t)gpio_mem % PAGE_SIZE); | ^ source/c_gpio/c_gpio.c:84:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 84 | if ((uint32_t)gpio_map < 0) | ^ 2026-03-30 15:39:42,532 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-s390x-cpython-314/source/c_gpio/cpuinfo.o 2026-03-30 15:39:42,571 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-s390x-cpython-314/source/c_gpio/py_gpio.o 2026-03-30 15:39:42,723 root INFO cc -shared -Wl,--as-needed,-O1,--sort-common -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-s390x-cpython-314/source/c_gpio/c_gpio.o build/temp.linux-s390x-cpython-314/source/c_gpio/cpuinfo.o build/temp.linux-s390x-cpython-314/source/c_gpio/py_gpio.o -L/usr/lib -o build/lib.linux-s390x-cpython-314/RPIO/_GPIO.cpython-314-s390x-linux-musl.so 2026-03-30 15:39:42,734 root INFO building 'RPIO.PWM._PWM' extension 2026-03-30 15:39:42,734 root INFO creating build/temp.linux-s390x-cpython-314/source/c_pwm 2026-03-30 15:39:42,734 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-s390x-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 | ^~~~~~~~~ source/c_pwm/pwm.c: In function 'make_pagemap': source/c_pwm/pwm.c:504:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 504 | if (lseek(fd, (uint32_t)channels[channel].virtbase >> 9, SEEK_SET) != | ^ source/c_pwm/pwm.c:505:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 505 | (uint32_t)channels[channel].virtbase >> 9) { | ^ 2026-03-30 15:39:42,909 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-s390x-cpython-314/source/c_pwm/pwm_py.o 2026-03-30 15:39:43,033 root INFO cc -shared -Wl,--as-needed,-O1,--sort-common -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-s390x-cpython-314/source/c_pwm/pwm.o build/temp.linux-s390x-cpython-314/source/c_pwm/pwm_py.o -L/usr/lib -o build/lib.linux-s390x-cpython-314/RPIO/PWM/_PWM.cpython-314-s390x-linux-musl.so 2026-03-30 15:39:43,049 root INFO running build_scripts 2026-03-30 15:39:43,049 root INFO creating build/scripts-3.14 2026-03-30 15:39:43,050 root INFO copying and adjusting source/scripts/rpio -> build/scripts-3.14 2026-03-30 15:39:43,050 root INFO copying and adjusting source/scripts/rpio-curses -> build/scripts-3.14 2026-03-30 15:39:43,050 root INFO changing mode of build/scripts-3.14/rpio from 644 to 755 2026-03-30 15:39:43,050 root INFO changing mode of build/scripts-3.14/rpio-curses from 644 to 755 2026-03-30 15:39:43,054 root INFO installing to build/bdist.linux-s390x/wheel 2026-03-30 15:39:43,054 root INFO running install 2026-03-30 15:39:43,061 root INFO running install_lib 2026-03-30 15:39:43,062 root INFO creating build/bdist.linux-s390x/wheel 2026-03-30 15:39:43,062 root INFO creating build/bdist.linux-s390x/wheel/RPIO 2026-03-30 15:39:43,062 root INFO copying build/lib.linux-s390x-cpython-314/RPIO/__init__.py -> build/bdist.linux-s390x/wheel/./RPIO 2026-03-30 15:39:43,063 root INFO copying build/lib.linux-s390x-cpython-314/RPIO/_GPIO.cpython-314-s390x-linux-musl.so -> build/bdist.linux-s390x/wheel/./RPIO 2026-03-30 15:39:43,063 root INFO copying build/lib.linux-s390x-cpython-314/RPIO/_RPIO.py -> build/bdist.linux-s390x/wheel/./RPIO 2026-03-30 15:39:43,063 root INFO creating build/bdist.linux-s390x/wheel/RPIO/PWM 2026-03-30 15:39:43,063 root INFO copying build/lib.linux-s390x-cpython-314/RPIO/PWM/__init__.py -> build/bdist.linux-s390x/wheel/./RPIO/PWM 2026-03-30 15:39:43,063 root INFO copying build/lib.linux-s390x-cpython-314/RPIO/PWM/_PWM.cpython-314-s390x-linux-musl.so -> build/bdist.linux-s390x/wheel/./RPIO/PWM 2026-03-30 15:39:43,063 root INFO copying build/lib.linux-s390x-cpython-314/RPIO/Exceptions.py -> build/bdist.linux-s390x/wheel/./RPIO 2026-03-30 15:39:43,063 root INFO running install_egg_info 2026-03-30 15:39:43,065 root INFO running egg_info 2026-03-30 15:39:43,066 root INFO creating source/RPIO.egg-info 2026-03-30 15:39:43,066 root INFO writing source/RPIO.egg-info/PKG-INFO 2026-03-30 15:39:43,067 root INFO writing dependency_links to source/RPIO.egg-info/dependency_links.txt 2026-03-30 15:39:43,067 root INFO writing top-level names to source/RPIO.egg-info/top_level.txt 2026-03-30 15:39:43,067 root INFO writing manifest file 'source/RPIO.egg-info/SOURCES.txt' 2026-03-30 15:39:43,069 root INFO reading manifest file 'source/RPIO.egg-info/SOURCES.txt' 2026-03-30 15:39:43,069 root INFO reading manifest template 'MANIFEST.in' 2026-03-30 15:39:43,069 root INFO adding license file 'LICENSE.txt' 2026-03-30 15:39:43,070 root INFO writing manifest file 'source/RPIO.egg-info/SOURCES.txt' 2026-03-30 15:39:43,070 root INFO Copying source/RPIO.egg-info to build/bdist.linux-s390x/wheel/./RPIO-0.10.1-py3.14.egg-info 2026-03-30 15:39:43,070 root INFO running install_scripts 2026-03-30 15:39:43,071 root INFO creating build/bdist.linux-s390x/wheel/rpio-0.10.1.data/scripts 2026-03-30 15:39:43,071 root INFO copying build/scripts-3.14/rpio -> build/bdist.linux-s390x/wheel/rpio-0.10.1.data/scripts 2026-03-30 15:39:43,071 root INFO copying build/scripts-3.14/rpio-curses -> build/bdist.linux-s390x/wheel/rpio-0.10.1.data/scripts 2026-03-30 15:39:43,071 root INFO changing mode of build/bdist.linux-s390x/wheel/rpio-0.10.1.data/scripts/rpio to 755 2026-03-30 15:39:43,071 root INFO changing mode of build/bdist.linux-s390x/wheel/rpio-0.10.1.data/scripts/rpio-curses to 755 2026-03-30 15:39:43,076 root INFO creating build/bdist.linux-s390x/wheel/rpio-0.10.1.dist-info/WHEEL 2026-03-30 15:39:43,077 wheel INFO creating '/home/buildozer/aports/testing/py3-rpio/src/RPIO-0.10.1/.dist/.tmp-004c0dxk/rpio-0.10.1-cp314-cp314-linux_s390x.whl' and adding 'build/bdist.linux-s390x/wheel' to it 2026-03-30 15:39:43,077 wheel INFO adding 'RPIO/Exceptions.py' 2026-03-30 15:39:43,077 wheel INFO adding 'RPIO/_GPIO.cpython-314-s390x-linux-musl.so' 2026-03-30 15:39:43,077 wheel INFO adding 'RPIO/_RPIO.py' 2026-03-30 15:39:43,077 wheel INFO adding 'RPIO/__init__.py' 2026-03-30 15:39:43,078 wheel INFO adding 'RPIO/PWM/_PWM.cpython-314-s390x-linux-musl.so' 2026-03-30 15:39:43,078 wheel INFO adding 'RPIO/PWM/__init__.py' 2026-03-30 15:39:43,078 wheel INFO adding 'rpio-0.10.1.data/scripts/rpio' 2026-03-30 15:39:43,078 wheel INFO adding 'rpio-0.10.1.data/scripts/rpio-curses' 2026-03-30 15:39:43,078 wheel INFO adding 'rpio-0.10.1.dist-info/licenses/LICENSE.txt' 2026-03-30 15:39:43,078 wheel INFO adding 'rpio-0.10.1.dist-info/METADATA' 2026-03-30 15:39:43,078 wheel INFO adding 'rpio-0.10.1.dist-info/WHEEL' 2026-03-30 15:39:43,078 wheel INFO adding 'rpio-0.10.1.dist-info/top_level.txt' 2026-03-30 15:39:43,079 wheel INFO adding 'rpio-0.10.1.dist-info/RECORD' 2026-03-30 15:39:43,079 root INFO removing build/bdist.linux-s390x/wheel 2026-03-30 15:39:43,079 gpep517 INFO The backend produced .dist/rpio-0.10.1-cp314-cp314-linux_s390x.whl rpio-0.10.1-cp314-cp314-linux_s390x.whl >>> py3-rpio: Entering fakeroot... 2026-03-30 15:39:43,350 gpep517 INFO Installing .dist/rpio-0.10.1-cp314-cp314-linux_s390x.whl into /home/buildozer/aports/testing/py3-rpio/pkg/py3-rpio 2026-03-30 15:39:43,360 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 libfakeroot internal error: payload not recognized! >>> 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-s390x.so.1 >>> py3-rpio*: Package size: 111.9 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:39:47 +0000 elapsed time 0h 0m 10s >>> py3-rpio: Cleaning up srcdir >>> py3-rpio: Cleaning up pkgdir >>> py3-rpio: Uninstalling dependencies... ( 1/23) Purging .makedepends-py3-rpio (20260330.153938) ( 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: 386.9 MiB in 106 packages >>> py3-rpio: Updating the testing/s390x repository index... >>> py3-rpio: Signing the index...