>>> py3-lzo: Building testing/py3-lzo 1.16-r0 (using abuild 3.12.0-r2) started Wed, 17 Jan 2024 13:55:13 +0000 >>> py3-lzo: Checking sanity of /home/buildozer/aports/testing/py3-lzo/APKBUILD... >>> py3-lzo: Analyzing dependencies... >>> py3-lzo: Installing for build: build-base python3 lzo-dev py3-gpep517 py3-installer py3-setuptools py3-wheel python3-dev (1/28) Installing libbz2 (1.0.8-r6) (2/28) Installing libffi (3.4.4-r3) (3/28) Installing gdbm (1.23-r1) (4/28) Installing xz-libs (5.4.5-r0) (5/28) Installing mpdecimal (2.5.1-r2) (6/28) Installing libpanelw (6.4_p20231125-r0) (7/28) Installing readline (8.2.10-r0) (8/28) Installing sqlite-libs (3.45.0-r0) (9/28) Installing python3 (3.11.6-r1) (10/28) Installing python3-pycache-pyc0 (3.11.6-r1) (11/28) Installing pyc (3.11.6-r1) (12/28) Installing python3-pyc (3.11.6-r1) (13/28) Installing lzo (2.10-r5) (14/28) Installing lzo-dev (2.10-r5) (15/28) Installing py3-installer (0.7.0-r1) (16/28) Installing py3-installer-pyc (0.7.0-r1) (17/28) Installing py3-gpep517 (15-r1) (18/28) Installing py3-gpep517-pyc (15-r1) (19/28) Installing py3-parsing (3.1.1-r0) (20/28) Installing py3-parsing-pyc (3.1.1-r0) (21/28) Installing py3-packaging (23.2-r0) (22/28) Installing py3-packaging-pyc (23.2-r0) (23/28) Installing py3-setuptools (69.0.3-r0) (24/28) Installing py3-setuptools-pyc (69.0.3-r0) (25/28) Installing py3-wheel (0.42.0-r0) (26/28) Installing py3-wheel-pyc (0.42.0-r0) (27/28) Installing python3-dev (3.11.6-r1) (28/28) Installing .makedepends-py3-lzo (20240117.135519) Executing busybox-1.36.1-r19.trigger OK: 443 MiB in 130 packages >>> py3-lzo: Cleaning up srcdir >>> py3-lzo: Cleaning up pkgdir >>> py3-lzo: Cleaning up tmpdir >>> py3-lzo: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-lzo-1.16.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 611k 100 611k 0 0 1591k 0 --:--:-- --:--:-- --:--:-- 1685k >>> py3-lzo: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-lzo-1.16.tar.gz >>> py3-lzo: Checking sha512sums... py3-lzo-1.16.tar.gz: OK >>> py3-lzo: Unpacking /var/cache/distfiles/py3-lzo-1.16.tar.gz... 2024-01-17 13:55:26,075 gpep517 INFO Building wheel via backend setuptools.build_meta 2024-01-17 13:55:26,641 root INFO running bdist_wheel 2024-01-17 13:55:26,671 root INFO running build 2024-01-17 13:55:26,672 root INFO running build_py 2024-01-17 13:55:26,678 root INFO creating build 2024-01-17 13:55:26,678 root INFO creating build/lib.linux-riscv64-cpython-311 2024-01-17 13:55:26,679 root INFO copying tarxfz.py -> build/lib.linux-riscv64-cpython-311 2024-01-17 13:55:26,680 root INFO running egg_info 2024-01-17 13:55:26,681 root INFO creating python_lzo.egg-info 2024-01-17 13:55:26,687 root INFO writing python_lzo.egg-info/PKG-INFO 2024-01-17 13:55:26,691 root INFO writing dependency_links to python_lzo.egg-info/dependency_links.txt 2024-01-17 13:55:26,693 root INFO writing requirements to python_lzo.egg-info/requires.txt 2024-01-17 13:55:26,693 root INFO writing top-level names to python_lzo.egg-info/top_level.txt 2024-01-17 13:55:26,694 root INFO writing manifest file 'python_lzo.egg-info/SOURCES.txt' 2024-01-17 13:55:26,703 root INFO reading manifest file 'python_lzo.egg-info/SOURCES.txt' 2024-01-17 13:55:26,704 root INFO reading manifest template 'MANIFEST.in' 2024-01-17 13:55:26,725 root INFO adding license file 'COPYING' 2024-01-17 13:55:26,745 root INFO writing manifest file 'python_lzo.egg-info/SOURCES.txt' 2024-01-17 13:55:26,766 root INFO running build_ext 2024-01-17 13:55:26,772 root INFO building 'lzo' extension 2024-01-17 13:55:26,773 root INFO creating build/temp.linux-riscv64-cpython-311 2024-01-17 13:55:26,773 root INFO gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Ilzo-2.10/include -I/usr/include/python3.11 -c lzomodule.c -o build/temp.linux-riscv64-cpython-311/lzomodule.o lzomodule.c: In function 'compress': lzomodule.c:125:13: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'long int'} and 'long unsigned int' [-Wsign-compare] 125 | if (len > LZO_UINT_MAX) { | ^ lzomodule.c:130:35: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'long int'} and 'long unsigned int' [-Wsign-compare] 130 | if ((len + len / 16 + 64 + 3) > LZO_UINT_MAX) { | ^ lzomodule.c: In function 'optimize': lzomodule.c:461:44: warning: pointer targets in passing argument 1 of 'PyBytes_FromStringAndSize' differ in signedness [-Wpointer-sign] 461 | result_str = PyBytes_FromStringAndSize(in, len); | ^~ | | | unsigned char * In file included from /usr/include/python3.11/Python.h:50, from lzomodule.c:36: /usr/include/python3.11/bytesobject.h:34:50: note: expected 'const char *' but argument is of type 'unsigned char *' 34 | PyAPI_FUNC(PyObject *) PyBytes_FromStringAndSize(const char *, Py_ssize_t); | ^~~~~~~~~~~~ lzomodule.c: At top level: lzomodule.c:585:25: warning: 'module_documentation' defined but not used [-Wunused-variable] 585 | static /* const */ char module_documentation[]= | ^~~~~~~~~~~~~~~~~~~~ 2024-01-17 13:55:29,149 root INFO gcc -shared -Wl,--as-needed,-O1,--sort-common -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-riscv64-cpython-311/lzomodule.o -Llzo-2.10/lib -L/usr/lib -llzo2 -o build/lib.linux-riscv64-cpython-311/lzo.cpython-311-riscv64-linux-musl.so 2024-01-17 13:55:29,346 wheel INFO installing to build/bdist.linux-riscv64/wheel 2024-01-17 13:55:29,347 root INFO running install 2024-01-17 13:55:29,452 root INFO running install_lib 2024-01-17 13:55:29,459 root INFO creating build/bdist.linux-riscv64 2024-01-17 13:55:29,459 root INFO creating build/bdist.linux-riscv64/wheel 2024-01-17 13:55:29,460 root INFO copying build/lib.linux-riscv64-cpython-311/lzo.cpython-311-riscv64-linux-musl.so -> build/bdist.linux-riscv64/wheel 2024-01-17 13:55:29,461 root INFO copying build/lib.linux-riscv64-cpython-311/tarxfz.py -> build/bdist.linux-riscv64/wheel 2024-01-17 13:55:29,462 root INFO running install_egg_info 2024-01-17 13:55:29,468 root INFO Copying python_lzo.egg-info to build/bdist.linux-riscv64/wheel/python_lzo-1.16-py3.11.egg-info 2024-01-17 13:55:29,472 root INFO running install_scripts 2024-01-17 13:55:29,501 wheel INFO creating build/bdist.linux-riscv64/wheel/python_lzo-1.16.dist-info/WHEEL 2024-01-17 13:55:29,505 wheel INFO creating '/home/buildozer/aports/testing/py3-lzo/src/python-lzo-1.16/.dist/.tmp-adgb9jp2/python_lzo-1.16-cp311-cp311-linux_riscv64.whl' and adding 'build/bdist.linux-riscv64/wheel' to it 2024-01-17 13:55:29,508 wheel INFO adding 'lzo.cpython-311-riscv64-linux-musl.so' 2024-01-17 13:55:29,513 wheel INFO adding 'tarxfz.py' 2024-01-17 13:55:29,515 wheel INFO adding 'python_lzo-1.16.dist-info/COPYING' 2024-01-17 13:55:29,516 wheel INFO adding 'python_lzo-1.16.dist-info/METADATA' 2024-01-17 13:55:29,517 wheel INFO adding 'python_lzo-1.16.dist-info/WHEEL' 2024-01-17 13:55:29,517 wheel INFO adding 'python_lzo-1.16.dist-info/top_level.txt' 2024-01-17 13:55:29,519 wheel INFO adding 'python_lzo-1.16.dist-info/RECORD' 2024-01-17 13:55:29,520 wheel INFO removing build/bdist.linux-riscv64/wheel 2024-01-17 13:55:29,522 gpep517 INFO The backend produced .dist/python_lzo-1.16-cp311-cp311-linux_riscv64.whl python_lzo-1.16-cp311-cp311-linux_riscv64.whl >>> py3-lzo: Entering fakeroot... >>> py3-lzo-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-lzo/pkg/py3-lzo/usr/lib/python3.11/site-packages/__pycache__' -> '/home/buildozer/aports/testing/py3-lzo/pkg/py3-lzo-pyc/usr/lib/python3.11/site-packages/__pycache__' >>> py3-lzo-pyc*: Preparing subpackage py3-lzo-pyc... >>> py3-lzo-pyc*: Running postcheck for py3-lzo-pyc >>> py3-lzo*: Running postcheck for py3-lzo >>> py3-lzo*: Preparing package py3-lzo... >>> py3-lzo*: Stripping binaries >>> py3-lzo-pyc*: Scanning shared objects >>> py3-lzo*: Scanning shared objects >>> py3-lzo-pyc*: Tracing dependencies... python3 python3~3.11 >>> py3-lzo-pyc*: Package size: 28.0 KB >>> py3-lzo-pyc*: Compressing data... >>> py3-lzo-pyc*: Create checksum... >>> py3-lzo-pyc*: Create py3-lzo-pyc-1.16-r0.apk >>> py3-lzo*: Tracing dependencies... python3 python3~3.11 so:libc.musl-riscv64.so.1 so:liblzo2.so.2 >>> py3-lzo*: Package size: 88.0 KB >>> py3-lzo*: Compressing data... >>> py3-lzo*: Create checksum... >>> py3-lzo*: Create py3-lzo-1.16-r0.apk >>> py3-lzo: Build complete at Wed, 17 Jan 2024 13:55:35 +0000 elapsed time 0h 0m 22s >>> py3-lzo: Cleaning up srcdir >>> py3-lzo: Cleaning up pkgdir >>> py3-lzo: Uninstalling dependencies... (1/28) Purging .makedepends-py3-lzo (20240117.135519) (2/28) Purging lzo-dev (2.10-r5) (3/28) Purging lzo (2.10-r5) (4/28) Purging py3-gpep517-pyc (15-r1) (5/28) Purging py3-gpep517 (15-r1) (6/28) Purging py3-installer-pyc (0.7.0-r1) (7/28) Purging py3-installer (0.7.0-r1) (8/28) Purging py3-setuptools-pyc (69.0.3-r0) (9/28) Purging py3-setuptools (69.0.3-r0) (10/28) Purging py3-wheel-pyc (0.42.0-r0) (11/28) Purging py3-wheel (0.42.0-r0) (12/28) Purging py3-packaging-pyc (23.2-r0) (13/28) Purging py3-packaging (23.2-r0) (14/28) Purging py3-parsing-pyc (3.1.1-r0) (15/28) Purging py3-parsing (3.1.1-r0) (16/28) Purging python3-dev (3.11.6-r1) (17/28) Purging python3-pyc (3.11.6-r1) (18/28) Purging python3-pycache-pyc0 (3.11.6-r1) (19/28) Purging pyc (3.11.6-r1) (20/28) Purging python3 (3.11.6-r1) (21/28) Purging gdbm (1.23-r1) (22/28) Purging libbz2 (1.0.8-r6) (23/28) Purging libffi (3.4.4-r3) (24/28) Purging libpanelw (6.4_p20231125-r0) (25/28) Purging mpdecimal (2.5.1-r2) (26/28) Purging readline (8.2.10-r0) (27/28) Purging sqlite-libs (3.45.0-r0) (28/28) Purging xz-libs (5.4.5-r0) Executing busybox-1.36.1-r19.trigger OK: 227 MiB in 102 packages >>> py3-lzo: Updating the testing/riscv64 repository index... >>> py3-lzo: Signing the index...