>>> py3-rpio: Building testing/py3-rpio 0.10.1-r8 (using abuild 3.13.0-r4) started Mon, 05 Aug 2024 23:24:20 +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.232422) Executing busybox-1.36.1-r31.trigger OK: 607 MiB in 131 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 >>> 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 23:24:23,317 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2024-08-05 23:24:23,325 root INFO running bdist_wheel 2024-08-05 23:24:23,339 root INFO running build 2024-08-05 23:24:23,339 root INFO running build_py 2024-08-05 23:24:23,341 root INFO creating build 2024-08-05 23:24:23,341 root INFO creating build/lib.linux-aarch64-cpython-312 2024-08-05 23:24:23,341 root INFO creating build/lib.linux-aarch64-cpython-312/RPIO 2024-08-05 23:24:23,341 root INFO copying source/RPIO/__init__.py -> build/lib.linux-aarch64-cpython-312/RPIO 2024-08-05 23:24:23,341 root INFO copying source/RPIO/Exceptions.py -> build/lib.linux-aarch64-cpython-312/RPIO 2024-08-05 23:24:23,341 root INFO copying source/RPIO/_RPIO.py -> build/lib.linux-aarch64-cpython-312/RPIO 2024-08-05 23:24:23,342 root INFO creating build/lib.linux-aarch64-cpython-312/RPIO/PWM 2024-08-05 23:24:23,342 root INFO copying source/RPIO/PWM/__init__.py -> build/lib.linux-aarch64-cpython-312/RPIO/PWM 2024-08-05 23:24:23,342 root INFO running build_ext 2024-08-05 23:24:23,343 root INFO building 'RPIO._GPIO' extension 2024-08-05 23:24:23,344 root INFO creating build/temp.linux-aarch64-cpython-312 2024-08-05 23:24:23,344 root INFO creating build/temp.linux-aarch64-cpython-312/source 2024-08-05 23:24:23,344 root INFO creating build/temp.linux-aarch64-cpython-312/source/c_gpio 2024-08-05 23:24:23,344 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-aarch64-cpython-312/source/c_gpio/c_gpio.o 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 23:24:23,417 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-aarch64-cpython-312/source/c_gpio/cpuinfo.o 2024-08-05 23:24:23,465 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-aarch64-cpython-312/source/c_gpio/py_gpio.o 2024-08-05 23:24:23,684 root INFO gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-aarch64-cpython-312/source/c_gpio/c_gpio.o build/temp.linux-aarch64-cpython-312/source/c_gpio/cpuinfo.o build/temp.linux-aarch64-cpython-312/source/c_gpio/py_gpio.o -L/usr/lib -o build/lib.linux-aarch64-cpython-312/RPIO/_GPIO.cpython-312-aarch64-linux-musl.so 2024-08-05 23:24:23,695 root INFO building 'RPIO.PWM._PWM' extension 2024-08-05 23:24:23,695 root INFO creating build/temp.linux-aarch64-cpython-312/source/c_pwm 2024-08-05 23:24:23,696 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-aarch64-cpython-312/source/c_pwm/pwm.o 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 23:24:23,942 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-aarch64-cpython-312/source/c_pwm/pwm_py.o 2024-08-05 23:24:24,128 root INFO gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-aarch64-cpython-312/source/c_pwm/pwm.o build/temp.linux-aarch64-cpython-312/source/c_pwm/pwm_py.o -L/usr/lib -o build/lib.linux-aarch64-cpython-312/RPIO/PWM/_PWM.cpython-312-aarch64-linux-musl.so 2024-08-05 23:24:24,138 root INFO running build_scripts 2024-08-05 23:24:24,138 root INFO creating build/scripts-3.12 2024-08-05 23:24:24,138 root INFO copying and adjusting source/scripts/rpio -> build/scripts-3.12 2024-08-05 23:24:24,139 root INFO copying and adjusting source/scripts/rpio-curses -> build/scripts-3.12 2024-08-05 23:24:24,139 root INFO changing mode of build/scripts-3.12/rpio from 644 to 755 2024-08-05 23:24:24,139 root INFO changing mode of build/scripts-3.12/rpio-curses from 644 to 755 2024-08-05 23:24:24,143 root INFO installing to build/bdist.linux-aarch64/wheel 2024-08-05 23:24:24,143 root INFO running install 2024-08-05 23:24:24,151 root INFO running install_lib 2024-08-05 23:24:24,152 root INFO creating build/bdist.linux-aarch64 2024-08-05 23:24:24,152 root INFO creating build/bdist.linux-aarch64/wheel 2024-08-05 23:24:24,152 root INFO creating build/bdist.linux-aarch64/wheel/RPIO 2024-08-05 23:24:24,153 root INFO copying build/lib.linux-aarch64-cpython-312/RPIO/__init__.py -> build/bdist.linux-aarch64/wheel/RPIO 2024-08-05 23:24:24,153 root INFO copying build/lib.linux-aarch64-cpython-312/RPIO/Exceptions.py -> build/bdist.linux-aarch64/wheel/RPIO 2024-08-05 23:24:24,153 root INFO creating build/bdist.linux-aarch64/wheel/RPIO/PWM 2024-08-05 23:24:24,153 root INFO copying build/lib.linux-aarch64-cpython-312/RPIO/PWM/__init__.py -> build/bdist.linux-aarch64/wheel/RPIO/PWM 2024-08-05 23:24:24,153 root INFO copying build/lib.linux-aarch64-cpython-312/RPIO/PWM/_PWM.cpython-312-aarch64-linux-musl.so -> build/bdist.linux-aarch64/wheel/RPIO/PWM 2024-08-05 23:24:24,154 root INFO copying build/lib.linux-aarch64-cpython-312/RPIO/_RPIO.py -> build/bdist.linux-aarch64/wheel/RPIO 2024-08-05 23:24:24,154 root INFO copying build/lib.linux-aarch64-cpython-312/RPIO/_GPIO.cpython-312-aarch64-linux-musl.so -> build/bdist.linux-aarch64/wheel/RPIO 2024-08-05 23:24:24,154 root INFO running install_egg_info 2024-08-05 23:24:24,156 root INFO running egg_info 2024-08-05 23:24:24,156 root INFO creating source/RPIO.egg-info 2024-08-05 23:24:24,157 root INFO writing source/RPIO.egg-info/PKG-INFO 2024-08-05 23:24:24,157 root INFO writing dependency_links to source/RPIO.egg-info/dependency_links.txt 2024-08-05 23:24:24,157 root INFO writing top-level names to source/RPIO.egg-info/top_level.txt 2024-08-05 23:24:24,158 root INFO writing manifest file 'source/RPIO.egg-info/SOURCES.txt' 2024-08-05 23:24:24,159 root INFO reading manifest file 'source/RPIO.egg-info/SOURCES.txt' 2024-08-05 23:24:24,159 root INFO reading manifest template 'MANIFEST.in' 2024-08-05 23:24:24,160 root INFO adding license file 'LICENSE.txt' 2024-08-05 23:24:24,160 root INFO writing manifest file 'source/RPIO.egg-info/SOURCES.txt' 2024-08-05 23:24:24,160 root INFO Copying source/RPIO.egg-info to build/bdist.linux-aarch64/wheel/RPIO-0.10.1-py3.12.egg-info 2024-08-05 23:24:24,161 root INFO running install_scripts 2024-08-05 23:24:24,161 root INFO creating build/bdist.linux-aarch64/wheel/RPIO-0.10.1.data 2024-08-05 23:24:24,161 root INFO creating build/bdist.linux-aarch64/wheel/RPIO-0.10.1.data/scripts 2024-08-05 23:24:24,161 root INFO copying build/scripts-3.12/rpio-curses -> build/bdist.linux-aarch64/wheel/RPIO-0.10.1.data/scripts 2024-08-05 23:24:24,162 root INFO copying build/scripts-3.12/rpio -> build/bdist.linux-aarch64/wheel/RPIO-0.10.1.data/scripts 2024-08-05 23:24:24,162 root INFO changing mode of build/bdist.linux-aarch64/wheel/RPIO-0.10.1.data/scripts/rpio-curses to 755 2024-08-05 23:24:24,162 root INFO changing mode of build/bdist.linux-aarch64/wheel/RPIO-0.10.1.data/scripts/rpio to 755 2024-08-05 23:24:24,167 root INFO creating build/bdist.linux-aarch64/wheel/RPIO-0.10.1.dist-info/WHEEL 2024-08-05 23:24:24,167 wheel INFO creating '/home/buildozer/aports/testing/py3-rpio/src/RPIO-0.10.1/.dist/.tmp-dvrhkf_b/RPIO-0.10.1-cp312-cp312-linux_aarch64.whl' and adding 'build/bdist.linux-aarch64/wheel' to it 2024-08-05 23:24:24,168 wheel INFO adding 'RPIO/Exceptions.py' 2024-08-05 23:24:24,168 wheel INFO adding 'RPIO/_GPIO.cpython-312-aarch64-linux-musl.so' 2024-08-05 23:24:24,168 wheel INFO adding 'RPIO/_RPIO.py' 2024-08-05 23:24:24,169 wheel INFO adding 'RPIO/__init__.py' 2024-08-05 23:24:24,169 wheel INFO adding 'RPIO/PWM/_PWM.cpython-312-aarch64-linux-musl.so' 2024-08-05 23:24:24,169 wheel INFO adding 'RPIO/PWM/__init__.py' 2024-08-05 23:24:24,170 wheel INFO adding 'RPIO-0.10.1.data/scripts/rpio' 2024-08-05 23:24:24,170 wheel INFO adding 'RPIO-0.10.1.data/scripts/rpio-curses' 2024-08-05 23:24:24,170 wheel INFO adding 'RPIO-0.10.1.dist-info/LICENSE.txt' 2024-08-05 23:24:24,170 wheel INFO adding 'RPIO-0.10.1.dist-info/METADATA' 2024-08-05 23:24:24,170 wheel INFO adding 'RPIO-0.10.1.dist-info/WHEEL' 2024-08-05 23:24:24,171 wheel INFO adding 'RPIO-0.10.1.dist-info/top_level.txt' 2024-08-05 23:24:24,171 wheel INFO adding 'RPIO-0.10.1.dist-info/RECORD' 2024-08-05 23:24:24,171 root INFO removing build/bdist.linux-aarch64/wheel 2024-08-05 23:24:24,172 gpep517 INFO The backend produced .dist/RPIO-0.10.1-cp312-cp312-linux_aarch64.whl RPIO-0.10.1-cp312-cp312-linux_aarch64.whl >>> py3-rpio: Entering fakeroot... 2024-08-05 23:24:24,338 gpep517 INFO Installing .dist/RPIO-0.10.1-cp312-cp312-linux_aarch64.whl into /home/buildozer/aports/testing/py3-rpio/pkg/py3-rpio 2024-08-05 23:24:24,352 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-aarch64.so.1 >>> py3-rpio*: Package size: 268.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 23:24:24 +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.232422) (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: 442 MiB in 108 packages >>> py3-rpio: Updating the testing/aarch64 repository index... >>> py3-rpio: Signing the index...