>>> py3-rpio: Building testing/py3-rpio 0.10.1-r7 (using abuild 3.12.0-r5) started Tue, 16 Apr 2024 01:02:46 +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 (1/20) Installing libbz2 (1.0.8-r6) (2/20) Installing libffi (3.4.6-r0) (3/20) Installing gdbm (1.23-r1) (4/20) Installing xz-libs (5.6.1-r3) (5/20) Installing mpdecimal (4.0.0-r0) (6/20) Installing libpanelw (6.4_p20240330-r0) (7/20) Installing readline (8.2.10-r0) (8/20) Installing sqlite-libs (3.45.2-r0) (9/20) Installing python3 (3.12.3-r0) (10/20) Installing python3-pycache-pyc0 (3.12.3-r0) (11/20) Installing pyc (3.12.3-r0) (12/20) Installing py3-setuptools-pyc (69.2.0-r2) (13/20) Installing py3-parsing (3.1.2-r1) (14/20) Installing py3-parsing-pyc (3.1.2-r1) (15/20) Installing py3-packaging-pyc (24.0-r1) (16/20) Installing python3-pyc (3.12.3-r0) (17/20) Installing py3-packaging (24.0-r1) (18/20) Installing py3-setuptools (69.2.0-r2) (19/20) Installing python3-dev (3.12.3-r0) (20/20) Installing .makedepends-py3-rpio (20240416.010248) Executing busybox-1.36.1-r25.trigger OK: 516 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 % 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 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (56) The requested URL returned error: 404 >>> py3-rpio: Fetching py3-rpio-0.10.1.tar.gz::https://github.com/metachris/RPIO/archive/v0.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 0 1532k 0 0 2710k 0 --:--:-- --:--:-- --:--:-- 2710k >>> 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 running build running build_py creating build creating build/lib.linux-x86_64-cpython-312 creating build/lib.linux-x86_64-cpython-312/RPIO copying source/RPIO/Exceptions.py -> build/lib.linux-x86_64-cpython-312/RPIO copying source/RPIO/_RPIO.py -> build/lib.linux-x86_64-cpython-312/RPIO copying source/RPIO/__init__.py -> build/lib.linux-x86_64-cpython-312/RPIO creating build/lib.linux-x86_64-cpython-312/RPIO/PWM copying source/RPIO/PWM/__init__.py -> build/lib.linux-x86_64-cpython-312/RPIO/PWM running build_ext building 'RPIO._GPIO' extension creating build/temp.linux-x86_64-cpython-312 creating build/temp.linux-x86_64-cpython-312/source creating build/temp.linux-x86_64-cpython-312/source/c_gpio gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fPIC -I/usr/include/python3.12 -c source/c_gpio/c_gpio.c -o build/temp.linux-x86_64-cpython-312/source/c_gpio/c_gpio.o source/c_gpio/c_gpio.c:51: 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: 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) | ^ gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fPIC -I/usr/include/python3.12 -c source/c_gpio/cpuinfo.c -o build/temp.linux-x86_64-cpython-312/source/c_gpio/cpuinfo.o gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fPIC -I/usr/include/python3.12 -c source/c_gpio/py_gpio.c -o build/temp.linux-x86_64-cpython-312/source/c_gpio/py_gpio.o gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt build/temp.linux-x86_64-cpython-312/source/c_gpio/c_gpio.o build/temp.linux-x86_64-cpython-312/source/c_gpio/cpuinfo.o build/temp.linux-x86_64-cpython-312/source/c_gpio/py_gpio.o -L/usr/lib -o build/lib.linux-x86_64-cpython-312/RPIO/_GPIO.cpython-312-x86_64-linux-musl.so building 'RPIO.PWM._PWM' extension creating build/temp.linux-x86_64-cpython-312/source/c_pwm gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fPIC -I/usr/include/python3.12 -c source/c_pwm/pwm.c -o build/temp.linux-x86_64-cpython-312/source/c_pwm/pwm.o source/c_pwm/pwm.c:93: 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: 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++) { | ^ gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fPIC -I/usr/include/python3.12 -c source/c_pwm/pwm_py.c -o build/temp.linux-x86_64-cpython-312/source/c_pwm/pwm_py.o gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt build/temp.linux-x86_64-cpython-312/source/c_pwm/pwm.o build/temp.linux-x86_64-cpython-312/source/c_pwm/pwm_py.o -L/usr/lib -o build/lib.linux-x86_64-cpython-312/RPIO/PWM/_PWM.cpython-312-x86_64-linux-musl.so running build_scripts creating build/scripts-3.12 copying and adjusting source/scripts/rpio -> build/scripts-3.12 copying and adjusting source/scripts/rpio-curses -> build/scripts-3.12 changing mode of build/scripts-3.12/rpio from 644 to 755 changing mode of build/scripts-3.12/rpio-curses from 644 to 755 >>> py3-rpio: Entering fakeroot... running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/buildozer/aports/testing/py3-rpio/pkg creating /home/buildozer/aports/testing/py3-rpio/pkg/py3-rpio creating /home/buildozer/aports/testing/py3-rpio/pkg/py3-rpio/usr creating /home/buildozer/aports/testing/py3-rpio/pkg/py3-rpio/usr/lib creating /home/buildozer/aports/testing/py3-rpio/pkg/py3-rpio/usr/lib/python3.12 creating /home/buildozer/aports/testing/py3-rpio/pkg/py3-rpio/usr/lib/python3.12/site-packages creating /home/buildozer/aports/testing/py3-rpio/pkg/py3-rpio/usr/lib/python3.12/site-packages/RPIO copying build/lib.linux-x86_64-cpython-312/RPIO/Exceptions.py -> /home/buildozer/aports/testing/py3-rpio/pkg/py3-rpio/usr/lib/python3.12/site-packages/RPIO copying build/lib.linux-x86_64-cpython-312/RPIO/_RPIO.py -> /home/buildozer/aports/testing/py3-rpio/pkg/py3-rpio/usr/lib/python3.12/site-packages/RPIO copying build/lib.linux-x86_64-cpython-312/RPIO/__init__.py -> /home/buildozer/aports/testing/py3-rpio/pkg/py3-rpio/usr/lib/python3.12/site-packages/RPIO copying build/lib.linux-x86_64-cpython-312/RPIO/_GPIO.cpython-312-x86_64-linux-musl.so -> /home/buildozer/aports/testing/py3-rpio/pkg/py3-rpio/usr/lib/python3.12/site-packages/RPIO creating /home/buildozer/aports/testing/py3-rpio/pkg/py3-rpio/usr/lib/python3.12/site-packages/RPIO/PWM copying build/lib.linux-x86_64-cpython-312/RPIO/PWM/__init__.py -> /home/buildozer/aports/testing/py3-rpio/pkg/py3-rpio/usr/lib/python3.12/site-packages/RPIO/PWM copying build/lib.linux-x86_64-cpython-312/RPIO/PWM/_PWM.cpython-312-x86_64-linux-musl.so -> /home/buildozer/aports/testing/py3-rpio/pkg/py3-rpio/usr/lib/python3.12/site-packages/RPIO/PWM byte-compiling /home/buildozer/aports/testing/py3-rpio/pkg/py3-rpio/usr/lib/python3.12/site-packages/RPIO/Exceptions.py to Exceptions.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-rpio/pkg/py3-rpio/usr/lib/python3.12/site-packages/RPIO/_RPIO.py to _RPIO.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-rpio/pkg/py3-rpio/usr/lib/python3.12/site-packages/RPIO/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-rpio/pkg/py3-rpio/usr/lib/python3.12/site-packages/RPIO/PWM/__init__.py to __init__.cpython-312.pyc running install_egg_info running egg_info creating source/RPIO.egg-info writing source/RPIO.egg-info/PKG-INFO writing dependency_links to source/RPIO.egg-info/dependency_links.txt writing top-level names to source/RPIO.egg-info/top_level.txt writing manifest file 'source/RPIO.egg-info/SOURCES.txt' reading manifest file 'source/RPIO.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.txt' writing manifest file 'source/RPIO.egg-info/SOURCES.txt' Copying source/RPIO.egg-info to /home/buildozer/aports/testing/py3-rpio/pkg/py3-rpio/usr/lib/python3.12/site-packages/RPIO-0.10.1-py3.12.egg-info running install_scripts creating /home/buildozer/aports/testing/py3-rpio/pkg/py3-rpio/usr/bin copying build/scripts-3.12/rpio-curses -> /home/buildozer/aports/testing/py3-rpio/pkg/py3-rpio/usr/bin copying build/scripts-3.12/rpio -> /home/buildozer/aports/testing/py3-rpio/pkg/py3-rpio/usr/bin changing mode of /home/buildozer/aports/testing/py3-rpio/pkg/py3-rpio/usr/bin/rpio-curses to 755 changing mode of /home/buildozer/aports/testing/py3-rpio/pkg/py3-rpio/usr/bin/rpio to 755 >>> py3-rpio-pyc*: Running split function pyc... '/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__' '/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__' >>> 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-r7.apk >>> py3-rpio*: Tracing dependencies... python3~3.12 so:libc.musl-x86_64.so.1 >>> py3-rpio*: Package size: 168.0 KB >>> py3-rpio*: Compressing data... >>> py3-rpio*: Create checksum... >>> py3-rpio*: Create py3-rpio-0.10.1-r7.apk >>> py3-rpio: Build complete at Tue, 16 Apr 2024 01:02:53 +0000 elapsed time 0h 0m 7s >>> py3-rpio: Cleaning up srcdir >>> py3-rpio: Cleaning up pkgdir >>> py3-rpio: Uninstalling dependencies... (1/20) Purging .makedepends-py3-rpio (20240416.010248) (2/20) Purging py3-setuptools-pyc (69.2.0-r2) (3/20) Purging py3-setuptools (69.2.0-r2) (4/20) Purging py3-packaging-pyc (24.0-r1) (5/20) Purging py3-packaging (24.0-r1) (6/20) Purging py3-parsing-pyc (3.1.2-r1) (7/20) Purging py3-parsing (3.1.2-r1) (8/20) Purging python3-dev (3.12.3-r0) (9/20) Purging python3-pyc (3.12.3-r0) (10/20) Purging python3-pycache-pyc0 (3.12.3-r0) (11/20) Purging pyc (3.12.3-r0) (12/20) Purging python3 (3.12.3-r0) (13/20) Purging gdbm (1.23-r1) (14/20) Purging libbz2 (1.0.8-r6) (15/20) Purging libffi (3.4.6-r0) (16/20) Purging libpanelw (6.4_p20240330-r0) (17/20) Purging mpdecimal (4.0.0-r0) (18/20) Purging readline (8.2.10-r0) (19/20) Purging sqlite-libs (3.45.2-r0) (20/20) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r25.trigger OK: 377 MiB in 107 packages >>> py3-rpio: Updating the testing/x86_64 repository index... >>> py3-rpio: Signing the index...