>>> py3-lzo: Building testing/py3-lzo 1.16-r1 (using abuild 3.12.0-r5) started Mon, 15 Apr 2024 19:30:00 +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/36) Installing libbz2 (1.0.8-r6) (2/36) Installing libffi (3.4.6-r0) (3/36) Installing gdbm (1.23-r1) (4/36) Installing xz-libs (5.6.1-r3) (5/36) Installing mpdecimal (4.0.0-r0) (6/36) Installing libpanelw (6.4_p20240330-r0) (7/36) Installing readline (8.2.10-r0) (8/36) Installing sqlite-libs (3.45.2-r0) (9/36) Installing python3 (3.12.3-r0) (10/36) Installing python3-pycache-pyc0 (3.12.3-r0) (11/36) Installing pyc (3.12.3-r0) (12/36) Installing python3-pyc (3.12.3-r0) (13/36) Installing lzo (2.10-r5) (14/36) Installing lzo-dev (2.10-r5) (15/36) Installing py3-installer (0.7.0-r2) (16/36) Installing py3-installer-pyc (0.7.0-r2) (17/36) Installing py3-gpep517 (15-r2) (18/36) Installing py3-gpep517-pyc (15-r2) (19/36) Installing py3-parsing (3.1.2-r1) (20/36) Installing py3-parsing-pyc (3.1.2-r1) (21/36) Installing py3-packaging (24.0-r1) (22/36) Installing py3-packaging-pyc (24.0-r1) (23/36) Installing py3-setuptools (69.2.0-r2) (24/36) Installing py3-setuptools-pyc (69.2.0-r2) (25/36) Installing py3-wheel (0.42.0-r1) (26/36) Installing py3-wheel-pyc (0.42.0-r1) (27/36) Installing python3-dev (3.12.3-r0) (28/36) Installing py3-iniconfig (2.0.0-r1) (29/36) Installing py3-iniconfig-pyc (2.0.0-r1) (30/36) Installing py3-pluggy (1.4.0-r1) (31/36) Installing py3-pluggy-pyc (1.4.0-r1) (32/36) Installing py3-py (1.11.0-r3) (33/36) Installing py3-py-pyc (1.11.0-r3) (34/36) Installing py3-pytest (8.1.1-r1) (35/36) Installing py3-pytest-pyc (8.1.1-r1) (36/36) Installing .makedepends-py3-lzo (20240415.193002) Executing busybox-1.36.1-r25.trigger OK: 404 MiB in 139 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 >>> 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-04-15 19:30:03,227 gpep517 INFO Building wheel via backend setuptools.build_meta 2024-04-15 19:30:03,328 root INFO running bdist_wheel 2024-04-15 19:30:03,334 root INFO running build 2024-04-15 19:30:03,334 root INFO running build_py 2024-04-15 19:30:03,335 root INFO creating build 2024-04-15 19:30:03,335 root INFO creating build/lib.linux-armv8l-cpython-312 2024-04-15 19:30:03,335 root INFO copying tarxfz.py -> build/lib.linux-armv8l-cpython-312 2024-04-15 19:30:03,335 root INFO running egg_info 2024-04-15 19:30:03,335 root INFO creating python_lzo.egg-info 2024-04-15 19:30:03,337 root INFO writing python_lzo.egg-info/PKG-INFO 2024-04-15 19:30:03,337 root INFO writing dependency_links to python_lzo.egg-info/dependency_links.txt 2024-04-15 19:30:03,338 root INFO writing requirements to python_lzo.egg-info/requires.txt 2024-04-15 19:30:03,338 root INFO writing top-level names to python_lzo.egg-info/top_level.txt 2024-04-15 19:30:03,338 root INFO writing manifest file 'python_lzo.egg-info/SOURCES.txt' 2024-04-15 19:30:03,339 root INFO reading manifest file 'python_lzo.egg-info/SOURCES.txt' 2024-04-15 19:30:03,340 root INFO reading manifest template 'MANIFEST.in' 2024-04-15 19:30:03,343 root INFO adding license file 'COPYING' 2024-04-15 19:30:03,346 root INFO writing manifest file 'python_lzo.egg-info/SOURCES.txt' 2024-04-15 19:30:03,349 root INFO running build_ext 2024-04-15 19:30:03,350 root INFO building 'lzo' extension 2024-04-15 19:30:03,350 root INFO creating build/temp.linux-armv8l-cpython-312 2024-04-15 19:30:03,350 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-armv8l-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 '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: '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-04-15 19:30:03,594 root INFO gcc -shared -Wl,--as-needed,-O1,--sort-common -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-armv8l-cpython-312/lzomodule.o -Llzo-2.10/lib -L/usr/lib -llzo2 -o build/lib.linux-armv8l-cpython-312/lzo.cpython-312-arm-linux-musleabihf.so 2024-04-15 19:30:03,607 wheel INFO installing to build/bdist.linux-armv8l/wheel 2024-04-15 19:30:03,607 root INFO running install 2024-04-15 19:30:03,616 root INFO running install_lib 2024-04-15 19:30:03,617 root INFO creating build/bdist.linux-armv8l 2024-04-15 19:30:03,617 root INFO creating build/bdist.linux-armv8l/wheel 2024-04-15 19:30:03,617 root INFO copying build/lib.linux-armv8l-cpython-312/lzo.cpython-312-arm-linux-musleabihf.so -> build/bdist.linux-armv8l/wheel 2024-04-15 19:30:03,618 root INFO copying build/lib.linux-armv8l-cpython-312/tarxfz.py -> build/bdist.linux-armv8l/wheel 2024-04-15 19:30:03,618 root INFO running install_egg_info 2024-04-15 19:30:03,619 root INFO Copying python_lzo.egg-info to build/bdist.linux-armv8l/wheel/python_lzo-1.16-py3.12.egg-info 2024-04-15 19:30:03,620 root INFO running install_scripts 2024-04-15 19:30:03,623 wheel INFO creating build/bdist.linux-armv8l/wheel/python_lzo-1.16.dist-info/WHEEL 2024-04-15 19:30:03,624 wheel INFO creating '/home/buildozer/aports/testing/py3-lzo/src/python-lzo-1.16/.dist/.tmp-01u84jc6/python_lzo-1.16-cp312-cp312-linux_armv8l.whl' and adding 'build/bdist.linux-armv8l/wheel' to it 2024-04-15 19:30:03,624 wheel INFO adding 'lzo.cpython-312-arm-linux-musleabihf.so' 2024-04-15 19:30:03,624 wheel INFO adding 'tarxfz.py' 2024-04-15 19:30:03,624 wheel INFO adding 'python_lzo-1.16.dist-info/COPYING' 2024-04-15 19:30:03,625 wheel INFO adding 'python_lzo-1.16.dist-info/METADATA' 2024-04-15 19:30:03,625 wheel INFO adding 'python_lzo-1.16.dist-info/WHEEL' 2024-04-15 19:30:03,625 wheel INFO adding 'python_lzo-1.16.dist-info/top_level.txt' 2024-04-15 19:30:03,625 wheel INFO adding 'python_lzo-1.16.dist-info/RECORD' 2024-04-15 19:30:03,625 wheel INFO removing build/bdist.linux-armv8l/wheel 2024-04-15 19:30:03,626 gpep517 INFO The backend produced .dist/python_lzo-1.16-cp312-cp312-linux_armv8l.whl python_lzo-1.16-cp312-cp312-linux_armv8l.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.3, pytest-8.1.1, pluggy-1.4.0 rootdir: /home/buildozer/aports/testing/py3-lzo/src/python-lzo-1.16 configfile: pyproject.toml collected 15 items tests/test_lzo.py ............... [100%] ============================== 15 passed in 0.08s ============================== >>> 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-armv7.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.16-r1.apk >>> py3-lzo: Build complete at Mon, 15 Apr 2024 19:30:04 +0000 elapsed time 0h 0m 4s >>> py3-lzo: Cleaning up srcdir >>> py3-lzo: Cleaning up pkgdir >>> py3-lzo: Uninstalling dependencies... (1/36) Purging .makedepends-py3-lzo (20240415.193002) (2/36) Purging lzo-dev (2.10-r5) (3/36) Purging lzo (2.10-r5) (4/36) Purging py3-gpep517-pyc (15-r2) (5/36) Purging py3-gpep517 (15-r2) (6/36) Purging py3-installer-pyc (0.7.0-r2) (7/36) Purging py3-installer (0.7.0-r2) (8/36) Purging py3-setuptools-pyc (69.2.0-r2) (9/36) Purging py3-setuptools (69.2.0-r2) (10/36) Purging py3-wheel-pyc (0.42.0-r1) (11/36) Purging py3-wheel (0.42.0-r1) (12/36) Purging python3-dev (3.12.3-r0) (13/36) Purging py3-pytest-pyc (8.1.1-r1) (14/36) Purging py3-pytest (8.1.1-r1) (15/36) Purging py3-iniconfig-pyc (2.0.0-r1) (16/36) Purging py3-iniconfig (2.0.0-r1) (17/36) Purging py3-packaging-pyc (24.0-r1) (18/36) Purging py3-packaging (24.0-r1) (19/36) Purging py3-parsing-pyc (3.1.2-r1) (20/36) Purging py3-parsing (3.1.2-r1) (21/36) Purging py3-pluggy-pyc (1.4.0-r1) (22/36) Purging py3-pluggy (1.4.0-r1) (23/36) Purging py3-py-pyc (1.11.0-r3) (24/36) Purging py3-py (1.11.0-r3) (25/36) Purging python3-pyc (3.12.3-r0) (26/36) Purging python3-pycache-pyc0 (3.12.3-r0) (27/36) Purging pyc (3.12.3-r0) (28/36) Purging python3 (3.12.3-r0) (29/36) Purging gdbm (1.23-r1) (30/36) Purging libbz2 (1.0.8-r6) (31/36) Purging libffi (3.4.6-r0) (32/36) Purging libpanelw (6.4_p20240330-r0) (33/36) Purging mpdecimal (4.0.0-r0) (34/36) Purging readline (8.2.10-r0) (35/36) Purging sqlite-libs (3.45.2-r0) (36/36) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r25.trigger OK: 270 MiB in 103 packages >>> py3-lzo: Updating the testing/armv7 repository index... >>> py3-lzo: Signing the index...