>>> py3-lzo: Building testing/py3-lzo 1.14-r0 (using abuild 3.9.0-r0) started Sun, 06 Mar 2022 22:33:52 +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-pip py3-setuptools py3-wheel python3-dev py3-nose (1/41) Installing libbz2 (1.0.8-r1) (2/41) Installing libffi (3.4.2-r1) (3/41) Installing gdbm (1.23-r0) (4/41) Installing xz-libs (5.2.5-r0) (5/41) Installing mpdecimal (2.5.1-r1) (6/41) Installing readline (8.1.2-r0) (7/41) Installing sqlite-libs (3.37.2-r0) (8/41) Installing python3 (3.10.2-r0) (9/41) Installing lzo (2.10-r2) (10/41) Installing lzo-dev (2.10-r2) (11/41) Installing py3-tomli (2.0.0-r1) (12/41) Installing py3-pep517 (0.12.0-r1) (13/41) Installing py3-build (0.7.0-r1) (14/41) Installing py3-appdirs (1.4.4-r3) (15/41) Installing py3-certifi (2021.10.8-r0) (16/41) Installing py3-charset-normalizer (2.0.10-r0) (17/41) Installing py3-idna (3.3-r2) (18/41) Installing py3-urllib3 (1.26.8-r0) (19/41) Installing py3-requests (2.27.1-r0) (20/41) Installing py3-msgpack (1.0.3-r0) (21/41) Installing py3-lockfile (0.12.2-r5) (22/41) Installing py3-cachecontrol (0.12.10-r1) (23/41) Installing py3-colorama (0.4.4-r2) (24/41) Installing py3-contextlib2 (21.6.0-r2) (25/41) Installing py3-distlib (0.3.4-r1) (26/41) Installing py3-distro (1.7.0-r0) (27/41) Installing py3-six (1.16.0-r1) (28/41) Installing py3-webencodings (0.5.1-r5) (29/41) Installing py3-html5lib (1.1-r2) (30/41) Installing py3-parsing (2.4.7-r3) (31/41) Installing py3-packaging (21.3-r0) (32/41) Installing py3-progress (1.6-r1) (33/41) Installing py3-retrying (1.3.3-r3) (34/41) Installing py3-ordered-set (4.0.2-r3) (35/41) Installing py3-setuptools (52.0.0-r5) (36/41) Installing py3-toml (0.10.2-r3) (37/41) Installing py3-pip (21.3.1-r0) (38/41) Installing py3-wheel (0.36.2-r3) (39/41) Installing python3-dev (3.10.2-r0) (40/41) Installing py3-nose (1.3.7-r8) (41/41) Installing .makedepends-py3-lzo (20220306.223353) Executing busybox-1.35.0-r5.trigger OK: 475 MiB in 133 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 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.14/py3-lzo-1.14.tar.gz >>> 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... * Building wheel... 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/tmpl_1n8tqo/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 Successfully built python_lzo-1.14-cp310-cp310-linux_aarch64.whl Processing ./dist/python_lzo-1.14-cp310-cp310-linux_aarch64.whl Installing collected packages: python-lzo Successfully installed python-lzo-1.14 WARNING: You are using pip version 21.2.4; however, version 22.0.3 is available. You should consider upgrading via the '/home/buildozer/aports/testing/py3-lzo/src/python-lzo-1.14/test-env/bin/python3 -m pip install --upgrade pip' command. ............ ---------------------------------------------------------------------- Ran 12 tests in 1.539s OK >>> py3-lzo: Entering fakeroot... Processing ./dist/python_lzo-1.14-cp310-cp310-linux_aarch64.whl Installing collected packages: python-lzo Successfully installed python-lzo-1.14 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv >>> 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: 84.0 KB >>> py3-lzo*: Compressing data... >>> py3-lzo*: Create checksum... >>> py3-lzo*: Create py3-lzo-1.14-r0.apk >>> py3-lzo: Build complete at Sun, 06 Mar 2022 22:34:05 +0000 elapsed time 0h 0m 13s >>> py3-lzo: Cleaning up srcdir >>> py3-lzo: Cleaning up pkgdir >>> py3-lzo: Uninstalling dependencies... (1/41) Purging .makedepends-py3-lzo (20220306.223353) (2/41) Purging lzo-dev (2.10-r2) (3/41) Purging lzo (2.10-r2) (4/41) Purging py3-build (0.7.0-r1) (5/41) Purging py3-pip (21.3.1-r0) (6/41) Purging py3-cachecontrol (0.12.10-r1) (7/41) Purging py3-lockfile (0.12.2-r5) (8/41) Purging py3-colorama (0.4.4-r2) (9/41) Purging py3-contextlib2 (21.6.0-r2) (10/41) Purging py3-distlib (0.3.4-r1) (11/41) Purging py3-distro (1.7.0-r0) (12/41) Purging py3-html5lib (1.1-r2) (13/41) Purging py3-msgpack (1.0.3-r0) (14/41) Purging py3-pep517 (0.12.0-r1) (15/41) Purging py3-tomli (2.0.0-r1) (16/41) Purging py3-progress (1.6-r1) (17/41) Purging py3-requests (2.27.1-r0) (18/41) Purging py3-certifi (2021.10.8-r0) (19/41) Purging py3-charset-normalizer (2.0.10-r0) (20/41) Purging py3-idna (3.3-r2) (21/41) Purging py3-urllib3 (1.26.8-r0) (22/41) Purging py3-retrying (1.3.3-r3) (23/41) Purging py3-toml (0.10.2-r3) (24/41) Purging py3-webencodings (0.5.1-r5) (25/41) Purging py3-setuptools (52.0.0-r5) (26/41) Purging py3-ordered-set (4.0.2-r3) (27/41) Purging py3-appdirs (1.4.4-r3) (28/41) Purging py3-wheel (0.36.2-r3) (29/41) Purging py3-packaging (21.3-r0) (30/41) Purging py3-parsing (2.4.7-r3) (31/41) Purging py3-six (1.16.0-r1) (32/41) Purging python3-dev (3.10.2-r0) (33/41) Purging py3-nose (1.3.7-r8) (34/41) Purging python3 (3.10.2-r0) (35/41) Purging libbz2 (1.0.8-r1) (36/41) Purging libffi (3.4.2-r1) (37/41) Purging gdbm (1.23-r0) (38/41) Purging xz-libs (5.2.5-r0) (39/41) Purging mpdecimal (2.5.1-r1) (40/41) Purging readline (8.1.2-r0) (41/41) Purging sqlite-libs (3.37.2-r0) Executing busybox-1.35.0-r5.trigger OK: 354 MiB in 92 packages >>> py3-lzo: Updating the testing/aarch64 repository index... >>> py3-lzo: Signing the index...