>>> py3-lzo: Building testing/py3-lzo 1.14-r1 (using abuild 3.9.0-r0) started Wed, 06 Apr 2022 14:29:14 +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-build py3-installer py3-setuptools py3-wheel python3-dev py3-nose (1/24) Installing libbz2 (1.0.8-r1) (2/24) Installing libffi (3.4.2-r1) (3/24) Installing gdbm (1.23-r0) (4/24) Installing xz-libs (5.2.5-r0) (5/24) Installing mpdecimal (2.5.1-r1) (6/24) Installing readline (8.1.2-r0) (7/24) Installing sqlite-libs (3.37.2-r0) (8/24) Installing python3 (3.10.2-r1) (9/24) Installing lzo (2.10-r2) (10/24) Installing lzo-dev (2.10-r2) (11/24) Installing py3-parsing (2.4.7-r3) (12/24) Installing py3-six (1.16.0-r1) (13/24) Installing py3-packaging (21.3-r0) (14/24) Installing py3-tomli (2.0.1-r0) (15/24) Installing py3-pep517 (0.12.0-r1) (16/24) Installing py3-build (0.7.0-r2) (17/24) Installing py3-installer (0.5.1-r1) (18/24) Installing py3-ordered-set (4.0.2-r3) (19/24) Installing py3-appdirs (1.4.4-r3) (20/24) Installing py3-setuptools (52.0.0-r5) (21/24) Installing py3-wheel (0.36.2-r3) (22/24) Installing python3-dev (3.10.2-r1) (23/24) Installing py3-nose (1.3.7-r8) (24/24) Installing .makedepends-py3-lzo (20220406.142915) Executing busybox-1.35.0-r7.trigger OK: 471 MiB in 121 packages >>> py3-lzo: Cleaning up srcdir >>> py3-lzo: Cleaning up pkgdir >>> py3-lzo: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-lzo-1.14.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 17072 100 17072 0 0 28278 0 --:--:-- --:--:-- --:--:-- 28311 >>> py3-lzo: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-lzo-1.14.tar.gz >>> py3-lzo: Checking sha512sums... py3-lzo-1.14.tar.gz: OK >>> py3-lzo: Unpacking /var/cache/distfiles/edge/py3-lzo-1.14.tar.gz... running bdist_wheel running build running build_ext building 'lzo' extension creating build creating build/temp.linux-aarch64-3.10 gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -g -g -g -DTHREAD_STACK_SIZE=0x100000 -Os -Os -fPIC -I/usr/include -I/usr/include/python3.10 -c lzomodule.c -o build/temp.linux-aarch64-3.10/lzomodule.o lzomodule.c: In function 'compress': lzomodule.c:100:13: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'long int'} and 'long unsigned int' [-Wsign-compare] 100 | if (len > LZO_UINT_MAX) { | ^ lzomodule.c:105:35: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'long int'} and 'long unsigned int' [-Wsign-compare] 105 | if ((len + len / 16 + 64 + 3) > LZO_UINT_MAX) { | ^ lzomodule.c: In function 'optimize': lzomodule.c:314:44: warning: pointer targets in passing argument 1 of 'PyBytes_FromStringAndSize' differ in signedness [-Wpointer-sign] 314 | result_str = PyBytes_FromStringAndSize(in, len); | ^~ | | | unsigned char * In file included from /usr/include/python3.10/Python.h:82, from lzomodule.c:36: /usr/include/python3.10/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); | ^~~~~~~~~~~~ At top level: lzomodule.c:438:25: warning: 'module_documentation' defined but not used [-Wunused-variable] 438 | static /* const */ char module_documentation[]= | ^~~~~~~~~~~~~~~~~~~~ creating build/lib.linux-aarch64-3.10 gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Os -Os build/temp.linux-aarch64-3.10/lzomodule.o -L/usr/lib -llzo2 -o build/lib.linux-aarch64-3.10/lzo.cpython-310-aarch64-linux-gnu.so installing to build/bdist.linux-aarch64/wheel running install running install_lib creating build/bdist.linux-aarch64 creating build/bdist.linux-aarch64/wheel copying build/lib.linux-aarch64-3.10/lzo.cpython-310-aarch64-linux-gnu.so -> build/bdist.linux-aarch64/wheel running install_egg_info running egg_info creating python_lzo.egg-info writing python_lzo.egg-info/PKG-INFO writing dependency_links to python_lzo.egg-info/dependency_links.txt writing top-level names to python_lzo.egg-info/top_level.txt writing manifest file 'python_lzo.egg-info/SOURCES.txt' reading manifest file 'python_lzo.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'README' warning: no files found matching 'INSTALL' writing manifest file 'python_lzo.egg-info/SOURCES.txt' Copying python_lzo.egg-info to build/bdist.linux-aarch64/wheel/python_lzo-1.14-py3.10.egg-info running install_scripts adding license file "COPYING" (matched pattern "COPYING*") creating build/bdist.linux-aarch64/wheel/python_lzo-1.14.dist-info/WHEEL creating '/home/buildozer/aports/testing/py3-lzo/src/python-lzo-1.14/dist/tmpww7y1gzw/python_lzo-1.14-cp310-cp310-linux_aarch64.whl' and adding 'build/bdist.linux-aarch64/wheel' to it adding 'lzo.cpython-310-aarch64-linux-gnu.so' adding 'python_lzo-1.14.dist-info/COPYING' adding 'python_lzo-1.14.dist-info/METADATA' adding 'python_lzo-1.14.dist-info/WHEEL' adding 'python_lzo-1.14.dist-info/top_level.txt' adding 'python_lzo-1.14.dist-info/RECORD' removing build/bdist.linux-aarch64/wheel * Building wheel... Successfully built python_lzo-1.14-cp310-cp310-linux_aarch64.whl ............ ---------------------------------------------------------------------- Ran 12 tests in 1.694s OK >>> 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 so:libc.musl-aarch64.so.1 so:liblzo2.so.2 >>> py3-lzo*: Package size: 76.0 KB >>> py3-lzo*: Compressing data... >>> py3-lzo*: Create checksum... >>> py3-lzo*: Create py3-lzo-1.14-r1.apk >>> py3-lzo: Build complete at Wed, 06 Apr 2022 14:29:19 +0000 elapsed time 0h 0m 5s >>> py3-lzo: Cleaning up srcdir >>> py3-lzo: Cleaning up pkgdir >>> py3-lzo: Uninstalling dependencies... (1/24) Purging .makedepends-py3-lzo (20220406.142915) (2/24) Purging lzo-dev (2.10-r2) (3/24) Purging lzo (2.10-r2) (4/24) Purging py3-build (0.7.0-r2) (5/24) Purging py3-pep517 (0.12.0-r1) (6/24) Purging py3-tomli (2.0.1-r0) (7/24) Purging py3-installer (0.5.1-r1) (8/24) Purging py3-setuptools (52.0.0-r5) (9/24) Purging py3-ordered-set (4.0.2-r3) (10/24) Purging py3-appdirs (1.4.4-r3) (11/24) Purging py3-wheel (0.36.2-r3) (12/24) Purging py3-packaging (21.3-r0) (13/24) Purging py3-parsing (2.4.7-r3) (14/24) Purging py3-six (1.16.0-r1) (15/24) Purging python3-dev (3.10.2-r1) (16/24) Purging py3-nose (1.3.7-r8) (17/24) Purging python3 (3.10.2-r1) (18/24) Purging libbz2 (1.0.8-r1) (19/24) Purging libffi (3.4.2-r1) (20/24) Purging gdbm (1.23-r0) (21/24) Purging xz-libs (5.2.5-r0) (22/24) Purging mpdecimal (2.5.1-r1) (23/24) Purging readline (8.1.2-r0) (24/24) Purging sqlite-libs (3.37.2-r0) Executing busybox-1.35.0-r7.trigger OK: 367 MiB in 97 packages >>> py3-lzo: Updating the testing/aarch64 repository index... >>> py3-lzo: Signing the index...