>>> py3-lzo: Building testing/py3-lzo 1.16-r1 (using abuild 3.13.0-r5) started Tue, 24 Sep 2024 04:45:49 +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 py3-pytest (1/35) Installing libbz2 (1.0.8-r6) (2/35) Installing libffi (3.4.6-r0) (3/35) Installing gdbm (1.24-r0) (4/35) Installing xz-libs (5.6.2-r0) (5/35) Installing mpdecimal (4.0.0-r0) (6/35) Installing libpanelw (6.5_p20240601-r1) (7/35) Installing sqlite-libs (3.46.1-r0) (8/35) Installing python3 (3.12.6-r0) (9/35) Installing python3-pycache-pyc0 (3.12.6-r0) (10/35) Installing pyc (3.12.6-r0) (11/35) Installing python3-pyc (3.12.6-r0) (12/35) Installing lzo (2.10-r5) (13/35) Installing lzo-dev (2.10-r5) (14/35) Installing py3-installer (0.7.0-r2) (15/35) Installing py3-installer-pyc (0.7.0-r2) (16/35) Installing py3-gpep517 (16-r0) (17/35) Installing py3-gpep517-pyc (16-r0) (18/35) Installing py3-parsing (3.1.4-r0) (19/35) Installing py3-parsing-pyc (3.1.4-r0) (20/35) Installing py3-packaging (24.1-r0) (21/35) Installing py3-packaging-pyc (24.1-r0) (22/35) Installing py3-setuptools (70.3.0-r0) (23/35) Installing py3-setuptools-pyc (70.3.0-r0) (24/35) Installing py3-wheel (0.43.0-r0) (25/35) Installing py3-wheel-pyc (0.43.0-r0) (26/35) Installing python3-dev (3.12.6-r0) (27/35) Installing py3-iniconfig (2.0.0-r1) (28/35) Installing py3-iniconfig-pyc (2.0.0-r1) (29/35) Installing py3-pluggy (1.5.0-r0) (30/35) Installing py3-pluggy-pyc (1.5.0-r0) (31/35) Installing py3-py (1.11.0-r4) (32/35) Installing py3-py-pyc (1.11.0-r4) (33/35) Installing py3-pytest (8.3.3-r0) (34/35) Installing py3-pytest-pyc (8.3.3-r0) (35/35) Installing .makedepends-py3-lzo (20240924.044554) Executing busybox-1.36.1-r32.trigger OK: 544 MiB in 138 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 100 611k 100 611k 0 0 4305k 0 --:--:-- --:--:-- --:--:-- 4338k >>> 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-09-24 04:45:57,243 gpep517 INFO Building wheel via backend setuptools.build_meta 2024-09-24 04:45:57,376 root INFO running bdist_wheel 2024-09-24 04:45:57,387 root INFO running build 2024-09-24 04:45:57,387 root INFO running build_py 2024-09-24 04:45:57,389 root INFO creating build 2024-09-24 04:45:57,390 root INFO creating build/lib.linux-loongarch64-cpython-312 2024-09-24 04:45:57,390 root INFO copying tarxfz.py -> build/lib.linux-loongarch64-cpython-312 2024-09-24 04:45:57,390 root INFO running egg_info 2024-09-24 04:45:57,390 root INFO creating python_lzo.egg-info 2024-09-24 04:45:57,392 root INFO writing python_lzo.egg-info/PKG-INFO 2024-09-24 04:45:57,393 root INFO writing dependency_links to python_lzo.egg-info/dependency_links.txt 2024-09-24 04:45:57,394 root INFO writing requirements to python_lzo.egg-info/requires.txt 2024-09-24 04:45:57,394 root INFO writing top-level names to python_lzo.egg-info/top_level.txt 2024-09-24 04:45:57,394 root INFO writing manifest file 'python_lzo.egg-info/SOURCES.txt' 2024-09-24 04:45:57,397 root INFO reading manifest file 'python_lzo.egg-info/SOURCES.txt' 2024-09-24 04:45:57,397 root INFO reading manifest template 'MANIFEST.in' 2024-09-24 04:45:57,404 root INFO adding license file 'COPYING' 2024-09-24 04:45:57,408 root INFO writing manifest file 'python_lzo.egg-info/SOURCES.txt' 2024-09-24 04:45:57,412 root INFO running build_ext 2024-09-24 04:45:57,414 root INFO building 'lzo' extension 2024-09-24 04:45:57,414 root INFO creating build/temp.linux-loongarch64-cpython-312 2024-09-24 04:45:57,414 root INFO gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Ilzo-2.10/include -I/usr/include/python3.12 -c lzomodule.c -o build/temp.linux-loongarch64-cpython-312/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.12/Python.h:50, from lzomodule.c:36: /usr/include/python3.12/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-09-24 04:45:57,750 root INFO gcc -shared -Wl,--as-needed,-O1,--sort-common -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-loongarch64-cpython-312/lzomodule.o -Llzo-2.10/lib -L/usr/lib -llzo2 -o build/lib.linux-loongarch64-cpython-312/lzo.cpython-312-loongarch64-linux-musl.so 2024-09-24 04:45:57,773 root INFO installing to build/bdist.linux-loongarch64/wheel 2024-09-24 04:45:57,774 root INFO running install 2024-09-24 04:45:57,788 root INFO running install_lib 2024-09-24 04:45:57,790 root INFO creating build/bdist.linux-loongarch64 2024-09-24 04:45:57,790 root INFO creating build/bdist.linux-loongarch64/wheel 2024-09-24 04:45:57,791 root INFO copying build/lib.linux-loongarch64-cpython-312/lzo.cpython-312-loongarch64-linux-musl.so -> build/bdist.linux-loongarch64/wheel 2024-09-24 04:45:57,791 root INFO copying build/lib.linux-loongarch64-cpython-312/tarxfz.py -> build/bdist.linux-loongarch64/wheel 2024-09-24 04:45:57,791 root INFO running install_egg_info 2024-09-24 04:45:57,794 root INFO Copying python_lzo.egg-info to build/bdist.linux-loongarch64/wheel/python_lzo-1.16-py3.12.egg-info 2024-09-24 04:45:57,795 root INFO running install_scripts 2024-09-24 04:45:57,802 root INFO creating build/bdist.linux-loongarch64/wheel/python_lzo-1.16.dist-info/WHEEL 2024-09-24 04:45:57,802 wheel INFO creating '/home/buildozer/aports/testing/py3-lzo/src/python-lzo-1.16/.dist/.tmp-g6tou9sd/python_lzo-1.16-cp312-cp312-linux_loongarch64.whl' and adding 'build/bdist.linux-loongarch64/wheel' to it 2024-09-24 04:45:57,803 wheel INFO adding 'lzo.cpython-312-loongarch64-linux-musl.so' 2024-09-24 04:45:57,804 wheel INFO adding 'tarxfz.py' 2024-09-24 04:45:57,804 wheel INFO adding 'python_lzo-1.16.dist-info/COPYING' 2024-09-24 04:45:57,805 wheel INFO adding 'python_lzo-1.16.dist-info/METADATA' 2024-09-24 04:45:57,805 wheel INFO adding 'python_lzo-1.16.dist-info/WHEEL' 2024-09-24 04:45:57,805 wheel INFO adding 'python_lzo-1.16.dist-info/top_level.txt' 2024-09-24 04:45:57,805 wheel INFO adding 'python_lzo-1.16.dist-info/RECORD' 2024-09-24 04:45:57,805 root INFO removing build/bdist.linux-loongarch64/wheel 2024-09-24 04:45:57,806 gpep517 INFO The backend produced .dist/python_lzo-1.16-cp312-cp312-linux_loongarch64.whl python_lzo-1.16-cp312-cp312-linux_loongarch64.whl /home/buildozer/aports/testing/py3-lzo/src/python-lzo-1.16/.testenv/lib/python3.12/site-packages/tarxfz.py:4: SyntaxWarning: invalid escape sequence '\s' os.chdir('C:\src') /home/buildozer/aports/testing/py3-lzo/src/python-lzo-1.16/.testenv/lib/python3.12/site-packages/tarxfz.py:5: SyntaxWarning: invalid escape sequence '\s' tf=tarfile.open('C:\src\lzo-2.10.tar.gz', 'r:gz') ============================= test session starts ============================== platform linux -- Python 3.12.6, pytest-8.3.3, pluggy-1.5.0 rootdir: /home/buildozer/aports/testing/py3-lzo/src/python-lzo-1.16 configfile: pyproject.toml collected 16 items tests/test_lzo.py ................ [100%] ============================== 16 passed in 2.79s ============================== >>> py3-lzo: Entering fakeroot... /usr/lib/python3.12/site-packages/tarxfz.py:4: SyntaxWarning: invalid escape sequence '\s' /usr/lib/python3.12/site-packages/tarxfz.py:5: SyntaxWarning: invalid escape sequence '\s' >>> py3-lzo-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-lzo/pkg/py3-lzo/usr/lib/python3.12/site-packages/__pycache__' -> '/home/buildozer/aports/testing/py3-lzo/pkg/py3-lzo-pyc/usr/lib/python3.12/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.12 >>> 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-r1.apk >>> py3-lzo*: Tracing dependencies... python3 python3~3.12 so:libc.musl-loongarch64.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-r1.apk >>> py3-lzo: Build complete at Tue, 24 Sep 2024 04:46:01 +0000 elapsed time 0h 0m 12s >>> py3-lzo: Cleaning up srcdir >>> py3-lzo: Cleaning up pkgdir >>> py3-lzo: Uninstalling dependencies... (1/35) Purging .makedepends-py3-lzo (20240924.044554) (2/35) Purging lzo-dev (2.10-r5) (3/35) Purging lzo (2.10-r5) (4/35) Purging py3-gpep517-pyc (16-r0) (5/35) Purging py3-gpep517 (16-r0) (6/35) Purging py3-installer-pyc (0.7.0-r2) (7/35) Purging py3-installer (0.7.0-r2) (8/35) Purging py3-setuptools-pyc (70.3.0-r0) (9/35) Purging py3-setuptools (70.3.0-r0) (10/35) Purging py3-wheel-pyc (0.43.0-r0) (11/35) Purging py3-wheel (0.43.0-r0) (12/35) Purging python3-dev (3.12.6-r0) (13/35) Purging py3-pytest-pyc (8.3.3-r0) (14/35) Purging py3-pytest (8.3.3-r0) (15/35) Purging py3-iniconfig-pyc (2.0.0-r1) (16/35) Purging py3-iniconfig (2.0.0-r1) (17/35) Purging py3-packaging-pyc (24.1-r0) (18/35) Purging py3-packaging (24.1-r0) (19/35) Purging py3-parsing-pyc (3.1.4-r0) (20/35) Purging py3-parsing (3.1.4-r0) (21/35) Purging py3-pluggy-pyc (1.5.0-r0) (22/35) Purging py3-pluggy (1.5.0-r0) (23/35) Purging py3-py-pyc (1.11.0-r4) (24/35) Purging py3-py (1.11.0-r4) (25/35) Purging python3-pyc (3.12.6-r0) (26/35) Purging python3-pycache-pyc0 (3.12.6-r0) (27/35) Purging pyc (3.12.6-r0) (28/35) Purging python3 (3.12.6-r0) (29/35) Purging gdbm (1.24-r0) (30/35) Purging libbz2 (1.0.8-r6) (31/35) Purging libffi (3.4.6-r0) (32/35) Purging libpanelw (6.5_p20240601-r1) (33/35) Purging mpdecimal (4.0.0-r0) (34/35) Purging sqlite-libs (3.46.1-r0) (35/35) Purging xz-libs (5.6.2-r0) Executing busybox-1.36.1-r32.trigger OK: 251 MiB in 103 packages >>> py3-lzo: Updating the testing/loongarch64 repository index... >>> py3-lzo: Signing the index...