>>> py3-lzo: Building testing/py3-lzo 1.15-r0 (using abuild 3.11.0-r1) started Mon, 22 May 2023 21:34:55 +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.4-r3) (3/36) Installing gdbm (1.23-r1) (4/36) Installing xz-libs (5.4.3-r1) (5/36) Installing mpdecimal (2.5.1-r2) (6/36) Installing libpanelw (6.4_p20230520-r0) (7/36) Installing readline (8.2.1-r2) (8/36) Installing sqlite-libs (3.42.0-r0) (9/36) Installing python3 (3.11.3-r11) (10/36) Installing python3-pycache-pyc0 (3.11.3-r11) (11/36) Installing pyc (0.1-r0) (12/36) Installing python3-pyc (3.11.3-r11) (13/36) Installing lzo (2.10-r5) (14/36) Installing lzo-dev (2.10-r5) (15/36) Installing py3-installer (0.7.0-r1) (16/36) Installing py3-installer-pyc (0.7.0-r1) (17/36) Installing py3-gpep517 (13-r2) (18/36) Installing py3-gpep517-pyc (13-r2) (19/36) Installing py3-parsing (3.0.9-r2) (20/36) Installing py3-parsing-pyc (3.0.9-r2) (21/36) Installing py3-packaging (23.1-r1) (22/36) Installing py3-packaging-pyc (23.1-r1) (23/36) Installing py3-setuptools (67.8.0-r0) (24/36) Installing py3-setuptools-pyc (67.8.0-r0) (25/36) Installing py3-wheel (0.40.0-r1) (26/36) Installing py3-wheel-pyc (0.40.0-r1) (27/36) Installing python3-dev (3.11.3-r11) (28/36) Installing py3-iniconfig (1.1.1-r6) (29/36) Installing py3-iniconfig-pyc (1.1.1-r6) (30/36) Installing py3-pluggy (1.0.0-r3) (31/36) Installing py3-pluggy-pyc (1.0.0-r3) (32/36) Installing py3-py (1.11.0-r2) (33/36) Installing py3-py-pyc (1.11.0-r2) (34/36) Installing py3-pytest (7.3.1-r1) (35/36) Installing py3-pytest-pyc (7.3.1-r1) (36/36) Installing .makedepends-py3-lzo (20230522.213457) Executing busybox-1.36.0-r11.trigger OK: 396 MiB in 136 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 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 610k 0 610k 0 0 276k 0 --:--:-- 0:00:02 --:--:-- 703k >>> 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 21:35:01,019 gpep517 INFO Building wheel via backend setuptools.build_meta 2023-05-22 21:35:01,046 root INFO running bdist_wheel 2023-05-22 21:35:01,057 root INFO running build 2023-05-22 21:35:01,057 root INFO running build_ext 2023-05-22 21:35:01,058 root INFO building 'lzo' extension 2023-05-22 21:35:01,058 root INFO creating build 2023-05-22 21:35:01,058 root INFO creating build/temp.linux-ppc64le-cpython-311 2023-05-22 21:35:01,059 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-ppc64le-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 21:35:01,280 root INFO creating build/lib.linux-ppc64le-cpython-311 2023-05-22 21:35:01,281 root INFO gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security build/temp.linux-ppc64le-cpython-311/lzomodule.o -L/usr/lib -llzo2 -o build/lib.linux-ppc64le-cpython-311/lzo.cpython-311-powerpc64le-linux-musl.so 2023-05-22 21:35:01,308 wheel INFO installing to build/bdist.linux-ppc64le/wheel 2023-05-22 21:35:01,308 root INFO running install 2023-05-22 21:35:01,332 root INFO running install_lib 2023-05-22 21:35:01,334 root INFO creating build/bdist.linux-ppc64le 2023-05-22 21:35:01,334 root INFO creating build/bdist.linux-ppc64le/wheel 2023-05-22 21:35:01,335 root INFO copying build/lib.linux-ppc64le-cpython-311/lzo.cpython-311-powerpc64le-linux-musl.so -> build/bdist.linux-ppc64le/wheel 2023-05-22 21:35:01,335 root INFO running install_egg_info 2023-05-22 21:35:01,342 root INFO running egg_info 2023-05-22 21:35:01,343 root INFO creating python_lzo.egg-info 2023-05-22 21:35:01,344 root INFO writing python_lzo.egg-info/PKG-INFO 2023-05-22 21:35:01,344 root INFO writing dependency_links to python_lzo.egg-info/dependency_links.txt 2023-05-22 21:35:01,345 root INFO writing top-level names to python_lzo.egg-info/top_level.txt 2023-05-22 21:35:01,345 root INFO writing manifest file 'python_lzo.egg-info/SOURCES.txt' 2023-05-22 21:35:01,347 root INFO reading manifest file 'python_lzo.egg-info/SOURCES.txt' 2023-05-22 21:35:01,347 root INFO reading manifest template 'MANIFEST.in' 2023-05-22 21:35:01,347 root WARNING warning: no files found matching 'README' 2023-05-22 21:35:01,347 root WARNING warning: no files found matching 'INSTALL' 2023-05-22 21:35:01,348 root INFO adding license file 'COPYING' 2023-05-22 21:35:01,348 root INFO writing manifest file 'python_lzo.egg-info/SOURCES.txt' 2023-05-22 21:35:01,348 root INFO Copying python_lzo.egg-info to build/bdist.linux-ppc64le/wheel/python_lzo-1.15-py3.11.egg-info 2023-05-22 21:35:01,349 root INFO running install_scripts 2023-05-22 21:35:01,353 wheel INFO creating build/bdist.linux-ppc64le/wheel/python_lzo-1.15.dist-info/WHEEL 2023-05-22 21:35:01,353 wheel INFO creating '/home/buildozer/aports/testing/py3-lzo/src/python-lzo-1.15/dist/.tmp-9zel4edt/python_lzo-1.15-cp311-cp311-linux_ppc64le.whl' and adding 'build/bdist.linux-ppc64le/wheel' to it 2023-05-22 21:35:01,354 wheel INFO adding 'lzo.cpython-311-powerpc64le-linux-musl.so' 2023-05-22 21:35:01,354 wheel INFO adding 'python_lzo-1.15.dist-info/COPYING' 2023-05-22 21:35:01,355 wheel INFO adding 'python_lzo-1.15.dist-info/METADATA' 2023-05-22 21:35:01,355 wheel INFO adding 'python_lzo-1.15.dist-info/WHEEL' 2023-05-22 21:35:01,355 wheel INFO adding 'python_lzo-1.15.dist-info/top_level.txt' 2023-05-22 21:35:01,355 wheel INFO adding 'python_lzo-1.15.dist-info/RECORD' 2023-05-22 21:35:01,355 wheel INFO removing build/bdist.linux-ppc64le/wheel 2023-05-22 21:35:01,356 gpep517 INFO The backend produced dist/python_lzo-1.15-cp311-cp311-linux_ppc64le.whl python_lzo-1.15-cp311-cp311-linux_ppc64le.whl ============================= test session starts ============================== platform linux -- Python 3.11.3, pytest-7.3.1, pluggy-1.0.0 rootdir: /home/buildozer/aports/testing/py3-lzo/src/python-lzo-1.15 collected 16 items tests/test_lzo.py ................ [100%] =============================== warnings summary =============================== tests/test_lzo.py::test_version /usr/lib/python3.11/site-packages/pkg_resources/__init__.py:121: DeprecationWarning: pkg_resources is deprecated as an API warnings.warn("pkg_resources is deprecated as an API", DeprecationWarning) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ======================== 16 passed, 1 warning in 0.89s ========================= >>> 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-ppc64le.so.1 so:liblzo2.so.2 >>> py3-lzo*: Package size: 128.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 21:35:03 +0000 elapsed time 0h 0m 8s >>> py3-lzo: Cleaning up srcdir >>> py3-lzo: Cleaning up pkgdir >>> py3-lzo: Uninstalling dependencies... (1/36) Purging .makedepends-py3-lzo (20230522.213457) (2/36) Purging lzo-dev (2.10-r5) (3/36) Purging lzo (2.10-r5) (4/36) Purging py3-gpep517-pyc (13-r2) (5/36) Purging py3-gpep517 (13-r2) (6/36) Purging py3-installer-pyc (0.7.0-r1) (7/36) Purging py3-installer (0.7.0-r1) (8/36) Purging py3-setuptools-pyc (67.8.0-r0) (9/36) Purging py3-setuptools (67.8.0-r0) (10/36) Purging py3-wheel-pyc (0.40.0-r1) (11/36) Purging py3-wheel (0.40.0-r1) (12/36) Purging python3-dev (3.11.3-r11) (13/36) Purging py3-pytest-pyc (7.3.1-r1) (14/36) Purging py3-pytest (7.3.1-r1) (15/36) Purging py3-iniconfig-pyc (1.1.1-r6) (16/36) Purging py3-iniconfig (1.1.1-r6) (17/36) Purging py3-packaging-pyc (23.1-r1) (18/36) Purging py3-packaging (23.1-r1) (19/36) Purging py3-parsing-pyc (3.0.9-r2) (20/36) Purging py3-parsing (3.0.9-r2) (21/36) Purging py3-pluggy-pyc (1.0.0-r3) (22/36) Purging py3-pluggy (1.0.0-r3) (23/36) Purging py3-py-pyc (1.11.0-r2) (24/36) Purging py3-py (1.11.0-r2) (25/36) Purging python3-pyc (3.11.3-r11) (26/36) Purging python3-pycache-pyc0 (3.11.3-r11) (27/36) Purging pyc (0.1-r0) (28/36) Purging python3 (3.11.3-r11) (29/36) Purging gdbm (1.23-r1) (30/36) Purging libbz2 (1.0.8-r6) (31/36) Purging libffi (3.4.4-r3) (32/36) Purging libpanelw (6.4_p20230520-r0) (33/36) Purging mpdecimal (2.5.1-r2) (34/36) Purging readline (8.2.1-r2) (35/36) Purging sqlite-libs (3.42.0-r0) (36/36) Purging xz-libs (5.4.3-r1) Executing busybox-1.36.0-r11.trigger OK: 257 MiB in 100 packages >>> py3-lzo: Updating the testing/ppc64le repository index... >>> py3-lzo: Signing the index...