>>> py3-rpio: Building testing/py3-rpio 0.10.1-r8 (using abuild 3.13.0-r4) started Mon, 05 Aug 2024 20:36:32 +0000 >>> py3-rpio: Checking sanity of /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.4.6-r0) (3/23) Installing gdbm (1.24-r0) (4/23) Installing xz-libs (5.6.2-r0) (5/23) Installing mpdecimal (4.0.0-r0) (6/23) Installing libpanelw (6.5_p20240601-r0) (7/23) Installing sqlite-libs (3.46.0-r0) (8/23) Installing python3 (3.12.4-r0) (9/23) Installing python3-pycache-pyc0 (3.12.4-r0) (10/23) Installing pyc (3.12.4-r0) (11/23) Installing py3-setuptools-pyc (70.3.0-r0) (12/23) Installing py3-parsing (3.1.2-r1) (13/23) Installing py3-parsing-pyc (3.1.2-r1) (14/23) Installing py3-packaging-pyc (24.1-r0) (15/23) Installing python3-pyc (3.12.4-r0) (16/23) Installing py3-packaging (24.1-r0) (17/23) Installing py3-setuptools (70.3.0-r0) (18/23) Installing python3-dev (3.12.4-r0) (19/23) Installing py3-installer (0.7.0-r2) (20/23) Installing py3-installer-pyc (0.7.0-r2) (21/23) Installing py3-gpep517 (16-r0) (22/23) Installing py3-gpep517-pyc (16-r0) (23/23) Installing .makedepends-py3-rpio (20240805.203633) Executing busybox-1.36.1-r31.trigger OK: 531 MiB in 130 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 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1532k 100 1532k 0 0 2091k 0 --:--:-- --:--:-- --:--:-- 2091k >>> py3-rpio: Fetching https://distfiles.alpinelinux.org/distfiles/edge//py3-rpio-0.10.1.tar.gz >>> py3-rpio: Checking sha512sums... py3-rpio-0.10.1.tar.gz: OK 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 2024-08-05 20:36:35,306 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2024-08-05 20:36:35,312 root INFO running bdist_wheel 2024-08-05 20:36:35,323 root INFO running build 2024-08-05 20:36:35,323 root INFO running build_py 2024-08-05 20:36:35,324 root INFO creating build 2024-08-05 20:36:35,324 root INFO creating build/lib.linux-s390x-cpython-312 2024-08-05 20:36:35,325 root INFO creating build/lib.linux-s390x-cpython-312/RPIO 2024-08-05 20:36:35,325 root INFO copying source/RPIO/__init__.py -> build/lib.linux-s390x-cpython-312/RPIO 2024-08-05 20:36:35,325 root INFO copying source/RPIO/_RPIO.py -> build/lib.linux-s390x-cpython-312/RPIO 2024-08-05 20:36:35,325 root INFO copying source/RPIO/Exceptions.py -> build/lib.linux-s390x-cpython-312/RPIO 2024-08-05 20:36:35,325 root INFO creating build/lib.linux-s390x-cpython-312/RPIO/PWM 2024-08-05 20:36:35,325 root INFO copying source/RPIO/PWM/__init__.py -> build/lib.linux-s390x-cpython-312/RPIO/PWM 2024-08-05 20:36:35,326 root INFO running build_ext 2024-08-05 20:36:35,327 root INFO building 'RPIO._GPIO' extension 2024-08-05 20:36:35,327 root INFO creating build/temp.linux-s390x-cpython-312 2024-08-05 20:36:35,327 root INFO creating build/temp.linux-s390x-cpython-312/source 2024-08-05 20:36:35,327 root INFO creating build/temp.linux-s390x-cpython-312/source/c_gpio 2024-08-05 20:36:35,327 root INFO gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.12 -c source/c_gpio/c_gpio.c -o build/temp.linux-s390x-cpython-312/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) | ^ 2024-08-05 20:36:35,380 root INFO gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.12 -c source/c_gpio/cpuinfo.c -o build/temp.linux-s390x-cpython-312/source/c_gpio/cpuinfo.o 2024-08-05 20:36:35,407 root INFO gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.12 -c source/c_gpio/py_gpio.c -o build/temp.linux-s390x-cpython-312/source/c_gpio/py_gpio.o 2024-08-05 20:36:35,552 root INFO gcc -shared -Wl,--as-needed,-O1,--sort-common -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-s390x-cpython-312/source/c_gpio/c_gpio.o build/temp.linux-s390x-cpython-312/source/c_gpio/cpuinfo.o build/temp.linux-s390x-cpython-312/source/c_gpio/py_gpio.o -L/usr/lib -o build/lib.linux-s390x-cpython-312/RPIO/_GPIO.cpython-312-s390x-linux-musl.so 2024-08-05 20:36:35,558 root INFO building 'RPIO.PWM._PWM' extension 2024-08-05 20:36:35,559 root INFO creating build/temp.linux-s390x-cpython-312/source/c_pwm 2024-08-05 20:36:35,559 root INFO gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.12 -c source/c_pwm/pwm.c -o build/temp.linux-s390x-cpython-312/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 'clear_channel': source/c_pwm/pwm.c:398:19: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] 398 | for (i = 0; i < channels[channel].num_samples; i++) { | ^ source/c_pwm/pwm.c:407:19: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] 407 | for (i = 0; i < channels[channel].num_samples; i++) { | ^ source/c_pwm/pwm.c: In function 'clear_channel_gpio': source/c_pwm/pwm.c:429:19: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] 429 | for (i = 0; i < channels[channel].num_samples; i++) { | ^ source/c_pwm/pwm.c: In function 'add_channel_pulse': source/c_pwm/pwm.c:461:29: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] 461 | if (width_start + width > channels[channel].width_max || width_start < 0) | ^ 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) { | ^ source/c_pwm/pwm.c:508:19: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] 508 | for (i = 0; i < channels[channel].num_pages; i++) { | ^ source/c_pwm/pwm.c: In function 'init_ctrl_data': source/c_pwm/pwm.c:562:19: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] 562 | for (i = 0; i < channels[channel].num_samples; i++) { | ^ 2024-08-05 20:36:35,726 root INFO gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.12 -c source/c_pwm/pwm_py.c -o build/temp.linux-s390x-cpython-312/source/c_pwm/pwm_py.o 2024-08-05 20:36:35,850 root INFO gcc -shared -Wl,--as-needed,-O1,--sort-common -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-s390x-cpython-312/source/c_pwm/pwm.o build/temp.linux-s390x-cpython-312/source/c_pwm/pwm_py.o -L/usr/lib -o build/lib.linux-s390x-cpython-312/RPIO/PWM/_PWM.cpython-312-s390x-linux-musl.so 2024-08-05 20:36:35,856 root INFO running build_scripts 2024-08-05 20:36:35,856 root INFO creating build/scripts-3.12 2024-08-05 20:36:35,857 root INFO copying and adjusting source/scripts/rpio -> build/scripts-3.12 2024-08-05 20:36:35,857 root INFO copying and adjusting source/scripts/rpio-curses -> build/scripts-3.12 2024-08-05 20:36:35,857 root INFO changing mode of build/scripts-3.12/rpio from 644 to 755 2024-08-05 20:36:35,857 root INFO changing mode of build/scripts-3.12/rpio-curses from 644 to 755 2024-08-05 20:36:35,860 root INFO installing to build/bdist.linux-s390x/wheel 2024-08-05 20:36:35,860 root INFO running install 2024-08-05 20:36:35,868 root INFO running install_lib 2024-08-05 20:36:35,869 root INFO creating build/bdist.linux-s390x 2024-08-05 20:36:35,869 root INFO creating build/bdist.linux-s390x/wheel 2024-08-05 20:36:35,869 root INFO creating build/bdist.linux-s390x/wheel/RPIO 2024-08-05 20:36:35,869 root INFO copying build/lib.linux-s390x-cpython-312/RPIO/_GPIO.cpython-312-s390x-linux-musl.so -> build/bdist.linux-s390x/wheel/RPIO 2024-08-05 20:36:35,869 root INFO copying build/lib.linux-s390x-cpython-312/RPIO/__init__.py -> build/bdist.linux-s390x/wheel/RPIO 2024-08-05 20:36:35,870 root INFO copying build/lib.linux-s390x-cpython-312/RPIO/_RPIO.py -> build/bdist.linux-s390x/wheel/RPIO 2024-08-05 20:36:35,870 root INFO creating build/bdist.linux-s390x/wheel/RPIO/PWM 2024-08-05 20:36:35,870 root INFO copying build/lib.linux-s390x-cpython-312/RPIO/PWM/__init__.py -> build/bdist.linux-s390x/wheel/RPIO/PWM 2024-08-05 20:36:35,870 root INFO copying build/lib.linux-s390x-cpython-312/RPIO/PWM/_PWM.cpython-312-s390x-linux-musl.so -> build/bdist.linux-s390x/wheel/RPIO/PWM 2024-08-05 20:36:35,870 root INFO copying build/lib.linux-s390x-cpython-312/RPIO/Exceptions.py -> build/bdist.linux-s390x/wheel/RPIO 2024-08-05 20:36:35,870 root INFO running install_egg_info 2024-08-05 20:36:35,871 root INFO running egg_info 2024-08-05 20:36:35,871 root INFO creating source/RPIO.egg-info 2024-08-05 20:36:35,872 root INFO writing source/RPIO.egg-info/PKG-INFO 2024-08-05 20:36:35,872 root INFO writing dependency_links to source/RPIO.egg-info/dependency_links.txt 2024-08-05 20:36:35,873 root INFO writing top-level names to source/RPIO.egg-info/top_level.txt 2024-08-05 20:36:35,873 root INFO writing manifest file 'source/RPIO.egg-info/SOURCES.txt' 2024-08-05 20:36:35,874 root INFO reading manifest file 'source/RPIO.egg-info/SOURCES.txt' 2024-08-05 20:36:35,874 root INFO reading manifest template 'MANIFEST.in' 2024-08-05 20:36:35,874 root INFO adding license file 'LICENSE.txt' 2024-08-05 20:36:35,875 root INFO writing manifest file 'source/RPIO.egg-info/SOURCES.txt' 2024-08-05 20:36:35,875 root INFO Copying source/RPIO.egg-info to build/bdist.linux-s390x/wheel/RPIO-0.10.1-py3.12.egg-info 2024-08-05 20:36:35,875 root INFO running install_scripts 2024-08-05 20:36:35,875 root INFO creating build/bdist.linux-s390x/wheel/RPIO-0.10.1.data 2024-08-05 20:36:35,875 root INFO creating build/bdist.linux-s390x/wheel/RPIO-0.10.1.data/scripts 2024-08-05 20:36:35,876 root INFO copying build/scripts-3.12/rpio -> build/bdist.linux-s390x/wheel/RPIO-0.10.1.data/scripts 2024-08-05 20:36:35,876 root INFO copying build/scripts-3.12/rpio-curses -> build/bdist.linux-s390x/wheel/RPIO-0.10.1.data/scripts 2024-08-05 20:36:35,876 root INFO changing mode of build/bdist.linux-s390x/wheel/RPIO-0.10.1.data/scripts/rpio to 755 2024-08-05 20:36:35,876 root INFO changing mode of build/bdist.linux-s390x/wheel/RPIO-0.10.1.data/scripts/rpio-curses to 755 2024-08-05 20:36:35,879 root INFO creating build/bdist.linux-s390x/wheel/RPIO-0.10.1.dist-info/WHEEL 2024-08-05 20:36:35,880 wheel INFO creating '/home/buildozer/aports/testing/py3-rpio/src/RPIO-0.10.1/.dist/.tmp-ter9jrs6/RPIO-0.10.1-cp312-cp312-linux_s390x.whl' and adding 'build/bdist.linux-s390x/wheel' to it 2024-08-05 20:36:35,880 wheel INFO adding 'RPIO/Exceptions.py' 2024-08-05 20:36:35,880 wheel INFO adding 'RPIO/_GPIO.cpython-312-s390x-linux-musl.so' 2024-08-05 20:36:35,880 wheel INFO adding 'RPIO/_RPIO.py' 2024-08-05 20:36:35,881 wheel INFO adding 'RPIO/__init__.py' 2024-08-05 20:36:35,881 wheel INFO adding 'RPIO/PWM/_PWM.cpython-312-s390x-linux-musl.so' 2024-08-05 20:36:35,881 wheel INFO adding 'RPIO/PWM/__init__.py' 2024-08-05 20:36:35,881 wheel INFO adding 'RPIO-0.10.1.data/scripts/rpio' 2024-08-05 20:36:35,881 wheel INFO adding 'RPIO-0.10.1.data/scripts/rpio-curses' 2024-08-05 20:36:35,881 wheel INFO adding 'RPIO-0.10.1.dist-info/LICENSE.txt' 2024-08-05 20:36:35,882 wheel INFO adding 'RPIO-0.10.1.dist-info/METADATA' 2024-08-05 20:36:35,882 wheel INFO adding 'RPIO-0.10.1.dist-info/WHEEL' 2024-08-05 20:36:35,882 wheel INFO adding 'RPIO-0.10.1.dist-info/top_level.txt' 2024-08-05 20:36:35,882 wheel INFO adding 'RPIO-0.10.1.dist-info/RECORD' 2024-08-05 20:36:35,882 root INFO removing build/bdist.linux-s390x/wheel 2024-08-05 20:36:35,882 gpep517 INFO The backend produced .dist/RPIO-0.10.1-cp312-cp312-linux_s390x.whl RPIO-0.10.1-cp312-cp312-linux_s390x.whl >>> py3-rpio: Entering fakeroot... 2024-08-05 20:36:36,005 gpep517 INFO Installing .dist/RPIO-0.10.1-cp312-cp312-linux_s390x.whl into /home/buildozer/aports/testing/py3-rpio/pkg/py3-rpio 2024-08-05 20:36:36,015 gpep517 INFO Installation complete >>> py3-rpio-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-rpio/pkg/py3-rpio/usr/lib/python3.12/site-packages/RPIO/__pycache__' -> '/home/buildozer/aports/testing/py3-rpio/pkg/py3-rpio-pyc/usr/lib/python3.12/site-packages/RPIO/__pycache__' '/home/buildozer/aports/testing/py3-rpio/pkg/py3-rpio/usr/lib/python3.12/site-packages/RPIO/PWM/__pycache__' -> '/home/buildozer/aports/testing/py3-rpio/pkg/py3-rpio-pyc/usr/lib/python3.12/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-pyc*: Scanning shared objects >>> py3-rpio*: Scanning shared objects >>> py3-rpio-pyc*: Tracing dependencies... python3~3.12 >>> py3-rpio-pyc*: Package size: 76.0 KB >>> py3-rpio-pyc*: Compressing data... >>> py3-rpio-pyc*: Create checksum... >>> py3-rpio-pyc*: Create py3-rpio-pyc-0.10.1-r8.apk >>> py3-rpio*: Tracing dependencies... python3~3.12 so:libc.musl-s390x.so.1 >>> py3-rpio*: Package size: 176.0 KB >>> py3-rpio*: Compressing data... >>> py3-rpio*: Create checksum... >>> py3-rpio*: Create py3-rpio-0.10.1-r8.apk >>> py3-rpio: Build complete at Mon, 05 Aug 2024 20:36:36 +0000 elapsed time 0h 0m 4s >>> py3-rpio: Cleaning up srcdir >>> py3-rpio: Cleaning up pkgdir >>> py3-rpio: Uninstalling dependencies... (1/23) Purging .makedepends-py3-rpio (20240805.203633) (2/23) Purging py3-setuptools-pyc (70.3.0-r0) (3/23) Purging py3-setuptools (70.3.0-r0) (4/23) Purging py3-packaging-pyc (24.1-r0) (5/23) Purging py3-packaging (24.1-r0) (6/23) Purging py3-parsing-pyc (3.1.2-r1) (7/23) Purging py3-parsing (3.1.2-r1) (8/23) Purging python3-dev (3.12.4-r0) (9/23) Purging py3-gpep517-pyc (16-r0) (10/23) Purging py3-gpep517 (16-r0) (11/23) Purging py3-installer-pyc (0.7.0-r2) (12/23) Purging py3-installer (0.7.0-r2) (13/23) Purging python3-pyc (3.12.4-r0) (14/23) Purging python3-pycache-pyc0 (3.12.4-r0) (15/23) Purging pyc (3.12.4-r0) (16/23) Purging python3 (3.12.4-r0) (17/23) Purging gdbm (1.24-r0) (18/23) Purging libbz2 (1.0.8-r6) (19/23) Purging libffi (3.4.6-r0) (20/23) Purging libpanelw (6.5_p20240601-r0) (21/23) Purging mpdecimal (4.0.0-r0) (22/23) Purging sqlite-libs (3.46.0-r0) (23/23) Purging xz-libs (5.6.2-r0) Executing busybox-1.36.1-r31.trigger OK: 368 MiB in 107 packages >>> py3-rpio: Updating the testing/s390x repository index... >>> py3-rpio: Signing the index...