>>> py3-lzo: Building testing/py3-lzo 1.15-r0 (using abuild 3.11.0-r1) started Mon, 22 May 2023 22:58:20 +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/26) Installing libbz2 (1.0.8-r6) (2/26) Installing gdbm (1.23-r1) (3/26) Installing mpdecimal (2.5.1-r2) (4/26) Installing libpanelw (6.4_p20230520-r0) (5/26) Installing readline (8.2.1-r2) (6/26) Installing sqlite-libs (3.42.0-r0) (7/26) Installing python3 (3.11.3-r11) (8/26) Installing python3-pycache-pyc0 (3.11.3-r11) (9/26) Installing pyc (0.1-r0) (10/26) Installing python3-pyc (3.11.3-r11) (11/26) Installing lzo (2.10-r5) (12/26) Installing lzo-dev (2.10-r5) (13/26) Installing py3-installer (0.7.0-r1) (14/26) Installing py3-installer-pyc (0.7.0-r1) (15/26) Installing py3-gpep517 (13-r2) (16/26) Installing py3-gpep517-pyc (13-r2) (17/26) Installing py3-parsing (3.0.9-r2) (18/26) Installing py3-parsing-pyc (3.0.9-r2) (19/26) Installing py3-packaging (23.1-r1) (20/26) Installing py3-packaging-pyc (23.1-r1) (21/26) Installing py3-setuptools (67.8.0-r0) (22/26) Installing py3-setuptools-pyc (67.8.0-r0) (23/26) Installing py3-wheel (0.40.0-r1) (24/26) Installing py3-wheel-pyc (0.40.0-r1) (25/26) Installing python3-dev (3.11.3-r11) (26/26) Installing .makedepends-py3-lzo (20230522.225826) Executing busybox-1.36.0-r11.trigger OK: 1125 MiB in 131 packages >>> py3-lzo: Cleaning up srcdir >>> py3-lzo: Cleaning up pkgdir >>> py3-lzo: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-lzo-1.15.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: (22) The requested URL returned error: 404 >>> py3-lzo: Fetching https://github.com/jd-boyd/python-lzo/archive/v1.15/py3-lzo-1.15.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 610k 0 610k 0 0 652k 0 --:--:-- --:--:-- --:--:-- 652k >>> py3-lzo: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-lzo-1.15.tar.gz >>> py3-lzo: Checking sha512sums... py3-lzo-1.15.tar.gz: OK >>> py3-lzo: Unpacking /var/cache/distfiles/py3-lzo-1.15.tar.gz... 2023-05-22 22:58:34,235 gpep517 INFO Building wheel via backend setuptools.build_meta 2023-05-22 22:58:34,444 root INFO running bdist_wheel 2023-05-22 22:58:34,503 root INFO running build 2023-05-22 22:58:34,503 root INFO running build_ext 2023-05-22 22:58:34,511 root INFO building 'lzo' extension 2023-05-22 22:58:34,512 root INFO creating build 2023-05-22 22:58:34,513 root INFO creating build/temp.linux-riscv64-cpython-311 2023-05-22 22:58:34,513 root INFO gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security -fPIC -I/usr/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:121:13: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'long int'} and 'long unsigned int' [-Wsign-compare] 121 | if (len > LZO_UINT_MAX) { | ^ lzomodule.c:126:35: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'long int'} and 'long unsigned int' [-Wsign-compare] 126 | if ((len + len / 16 + 64 + 3) > LZO_UINT_MAX) { | ^ lzomodule.c: In function 'optimize': lzomodule.c:453:44: warning: pointer targets in passing argument 1 of 'PyBytes_FromStringAndSize' differ in signedness [-Wpointer-sign] 453 | 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:577:25: warning: 'module_documentation' defined but not used [-Wunused-variable] 577 | static /* const */ char module_documentation[]= | ^~~~~~~~~~~~~~~~~~~~ 2023-05-22 22:58:37,295 root INFO creating build/lib.linux-riscv64-cpython-311 2023-05-22 22:58:37,296 root INFO gcc -shared -Wl,--as-needed,-O1,--sort-common -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security build/temp.linux-riscv64-cpython-311/lzomodule.o -L/usr/lib -llzo2 -o build/lib.linux-riscv64-cpython-311/lzo.cpython-311-riscv64-linux-musl.so 2023-05-22 22:58:37,542 wheel INFO installing to build/bdist.linux-riscv64/wheel 2023-05-22 22:58:37,542 root INFO running install 2023-05-22 22:58:37,620 root INFO running install_lib 2023-05-22 22:58:37,631 root INFO creating build/bdist.linux-riscv64 2023-05-22 22:58:37,631 root INFO creating build/bdist.linux-riscv64/wheel 2023-05-22 22:58:37,632 root INFO copying build/lib.linux-riscv64-cpython-311/lzo.cpython-311-riscv64-linux-musl.so -> build/bdist.linux-riscv64/wheel 2023-05-22 22:58:37,634 root INFO running install_egg_info 2023-05-22 22:58:37,677 root INFO running egg_info 2023-05-22 22:58:37,677 root INFO creating python_lzo.egg-info 2023-05-22 22:58:37,684 root INFO writing python_lzo.egg-info/PKG-INFO 2023-05-22 22:58:37,686 root INFO writing dependency_links to python_lzo.egg-info/dependency_links.txt 2023-05-22 22:58:37,687 root INFO writing top-level names to python_lzo.egg-info/top_level.txt 2023-05-22 22:58:37,688 root INFO writing manifest file 'python_lzo.egg-info/SOURCES.txt' 2023-05-22 22:58:37,698 root INFO reading manifest file 'python_lzo.egg-info/SOURCES.txt' 2023-05-22 22:58:37,700 root INFO reading manifest template 'MANIFEST.in' 2023-05-22 22:58:37,701 root WARNING warning: no files found matching 'README' 2023-05-22 22:58:37,702 root WARNING warning: no files found matching 'INSTALL' 2023-05-22 22:58:37,704 root INFO adding license file 'COPYING' 2023-05-22 22:58:37,708 root INFO writing manifest file 'python_lzo.egg-info/SOURCES.txt' 2023-05-22 22:58:37,709 root INFO Copying python_lzo.egg-info to build/bdist.linux-riscv64/wheel/python_lzo-1.15-py3.11.egg-info 2023-05-22 22:58:37,713 root INFO running install_scripts 2023-05-22 22:58:37,742 wheel INFO creating build/bdist.linux-riscv64/wheel/python_lzo-1.15.dist-info/WHEEL 2023-05-22 22:58:37,746 wheel INFO creating '/home/buildozer/aports/testing/py3-lzo/src/python-lzo-1.15/dist/.tmp-nxrbk1t7/python_lzo-1.15-cp311-cp311-linux_riscv64.whl' and adding 'build/bdist.linux-riscv64/wheel' to it 2023-05-22 22:58:37,750 wheel INFO adding 'lzo.cpython-311-riscv64-linux-musl.so' 2023-05-22 22:58:37,756 wheel INFO adding 'python_lzo-1.15.dist-info/COPYING' 2023-05-22 22:58:37,758 wheel INFO adding 'python_lzo-1.15.dist-info/METADATA' 2023-05-22 22:58:37,759 wheel INFO adding 'python_lzo-1.15.dist-info/WHEEL' 2023-05-22 22:58:37,760 wheel INFO adding 'python_lzo-1.15.dist-info/top_level.txt' 2023-05-22 22:58:37,762 wheel INFO adding 'python_lzo-1.15.dist-info/RECORD' 2023-05-22 22:58:37,763 wheel INFO removing build/bdist.linux-riscv64/wheel 2023-05-22 22:58:37,765 gpep517 INFO The backend produced dist/python_lzo-1.15-cp311-cp311-linux_riscv64.whl python_lzo-1.15-cp311-cp311-linux_riscv64.whl >>> py3-lzo: Entering fakeroot... >>> py3-lzo*: Running postcheck for py3-lzo >>> py3-lzo*: Preparing package py3-lzo... >>> py3-lzo*: Stripping binaries >>> py3-lzo*: Scanning shared objects >>> py3-lzo*: Tracing dependencies... python3 python3~3.11 so:libc.musl-riscv64.so.1 so:liblzo2.so.2 >>> py3-lzo*: Package size: 80.0 KB >>> py3-lzo*: Compressing data... >>> py3-lzo*: Create checksum... >>> py3-lzo*: Create py3-lzo-1.15-r0.apk >>> py3-lzo: Build complete at Mon, 22 May 2023 22:58:41 +0000 elapsed time 0h 0m 21s >>> py3-lzo: Cleaning up srcdir >>> py3-lzo: Cleaning up pkgdir >>> py3-lzo: Uninstalling dependencies... (1/26) Purging .makedepends-py3-lzo (20230522.225826) (2/26) Purging lzo-dev (2.10-r5) (3/26) Purging lzo (2.10-r5) (4/26) Purging py3-gpep517-pyc (13-r2) (5/26) Purging py3-gpep517 (13-r2) (6/26) Purging py3-installer-pyc (0.7.0-r1) (7/26) Purging py3-installer (0.7.0-r1) (8/26) Purging py3-setuptools-pyc (67.8.0-r0) (9/26) Purging py3-setuptools (67.8.0-r0) (10/26) Purging py3-wheel-pyc (0.40.0-r1) (11/26) Purging py3-wheel (0.40.0-r1) (12/26) Purging py3-packaging-pyc (23.1-r1) (13/26) Purging py3-packaging (23.1-r1) (14/26) Purging py3-parsing-pyc (3.0.9-r2) (15/26) Purging py3-parsing (3.0.9-r2) (16/26) Purging python3-dev (3.11.3-r11) (17/26) Purging python3-pyc (3.11.3-r11) (18/26) Purging python3-pycache-pyc0 (3.11.3-r11) (19/26) Purging pyc (0.1-r0) (20/26) Purging python3 (3.11.3-r11) (21/26) Purging gdbm (1.23-r1) (22/26) Purging libbz2 (1.0.8-r6) (23/26) Purging libpanelw (6.4_p20230520-r0) (24/26) Purging mpdecimal (2.5.1-r2) (25/26) Purging readline (8.2.1-r2) (26/26) Purging sqlite-libs (3.42.0-r0) Executing busybox-1.36.0-r11.trigger OK: 924 MiB in 105 packages >>> py3-lzo: Updating the testing/riscv64 repository index... >>> py3-lzo: Signing the index...