>>> py3-lzo: Building testing/py3-lzo 1.14-r0 (using abuild 3.9.0-r0) started Sun, 06 Mar 2022 22:34:02 +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 (1/40) Installing libbz2 (1.0.8-r1) (2/40) Installing libffi (3.4.2-r1) (3/40) Installing gdbm (1.23-r0) (4/40) Installing xz-libs (5.2.5-r0) (5/40) Installing mpdecimal (2.5.1-r1) (6/40) Installing readline (8.1.2-r0) (7/40) Installing sqlite-libs (3.37.2-r0) (8/40) Installing python3 (3.10.2-r0) (9/40) Installing lzo (2.10-r2) (10/40) Installing lzo-dev (2.10-r2) (11/40) Installing py3-tomli (2.0.0-r1) (12/40) Installing py3-pep517 (0.12.0-r1) (13/40) Installing py3-build (0.7.0-r1) (14/40) Installing py3-appdirs (1.4.4-r3) (15/40) Installing py3-certifi (2021.10.8-r0) (16/40) Installing py3-charset-normalizer (2.0.10-r0) (17/40) Installing py3-idna (3.3-r2) (18/40) Installing py3-urllib3 (1.26.8-r0) (19/40) Installing py3-requests (2.27.1-r0) (20/40) Installing py3-msgpack (1.0.3-r0) (21/40) Installing py3-lockfile (0.12.2-r5) (22/40) Installing py3-cachecontrol (0.12.10-r1) (23/40) Installing py3-colorama (0.4.4-r2) (24/40) Installing py3-contextlib2 (21.6.0-r2) (25/40) Installing py3-distlib (0.3.4-r1) (26/40) Installing py3-distro (1.7.0-r0) (27/40) Installing py3-six (1.16.0-r1) (28/40) Installing py3-webencodings (0.5.1-r5) (29/40) Installing py3-html5lib (1.1-r2) (30/40) Installing py3-parsing (2.4.7-r3) (31/40) Installing py3-packaging (21.3-r0) (32/40) Installing py3-progress (1.6-r1) (33/40) Installing py3-retrying (1.3.3-r3) (34/40) Installing py3-ordered-set (4.0.2-r3) (35/40) Installing py3-setuptools (52.0.0-r5) (36/40) Installing py3-toml (0.10.2-r3) (37/40) Installing py3-pip (21.3.1-r0) (38/40) Installing py3-wheel (0.36.2-r3) (39/40) Installing python3-dev (3.10.2-r0) (40/40) Installing .makedepends-py3-lzo (20220306.223405) Executing busybox-1.35.0-r5.trigger OK: 380 MiB in 119 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 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 % 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 135 100 135 0 0 399 0 --:--:-- --:--:-- --:--:-- 435 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17072 100 17072 0 0 37148 0 --:--:-- --:--:-- --:--:-- 2083k >>> 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/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-riscv64-3.10 gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include -I/usr/include/python3.10 -c lzomodule.c -o build/temp.linux-riscv64-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-riscv64-3.10 gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-riscv64-3.10/lzomodule.o -L/usr/lib -llzo2 -o build/lib.linux-riscv64-3.10/lzo.cpython-310-riscv64-linux-gnu.so installing to build/bdist.linux-riscv64/wheel running install running install_lib creating build/bdist.linux-riscv64 creating build/bdist.linux-riscv64/wheel copying build/lib.linux-riscv64-3.10/lzo.cpython-310-riscv64-linux-gnu.so -> build/bdist.linux-riscv64/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-riscv64/wheel/python_lzo-1.14-py3.10.egg-info running install_scripts adding license file "COPYING" (matched pattern "COPYING*") creating build/bdist.linux-riscv64/wheel/python_lzo-1.14.dist-info/WHEEL creating '/home/buildozer/aports/testing/py3-lzo/src/python-lzo-1.14/dist/tmp2ye7hldj/python_lzo-1.14-cp310-cp310-linux_riscv64.whl' and adding 'build/bdist.linux-riscv64/wheel' to it adding 'lzo.cpython-310-riscv64-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-riscv64/wheel Successfully built python_lzo-1.14-cp310-cp310-linux_riscv64.whl >>> py3-lzo: Entering fakeroot... Processing ./dist/python_lzo-1.14-cp310-cp310-linux_riscv64.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-riscv64.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.14-r0.apk >>> py3-lzo: Build complete at Sun, 06 Mar 2022 22:34:25 +0000 elapsed time 0h 0m 23s >>> py3-lzo: Cleaning up srcdir >>> py3-lzo: Cleaning up pkgdir >>> py3-lzo: Uninstalling dependencies... (1/40) Purging .makedepends-py3-lzo (20220306.223405) (2/40) Purging lzo-dev (2.10-r2) (3/40) Purging lzo (2.10-r2) (4/40) Purging py3-build (0.7.0-r1) (5/40) Purging py3-pip (21.3.1-r0) (6/40) Purging py3-cachecontrol (0.12.10-r1) (7/40) Purging py3-lockfile (0.12.2-r5) (8/40) Purging py3-colorama (0.4.4-r2) (9/40) Purging py3-contextlib2 (21.6.0-r2) (10/40) Purging py3-distlib (0.3.4-r1) (11/40) Purging py3-distro (1.7.0-r0) (12/40) Purging py3-html5lib (1.1-r2) (13/40) Purging py3-msgpack (1.0.3-r0) (14/40) Purging py3-pep517 (0.12.0-r1) (15/40) Purging py3-tomli (2.0.0-r1) (16/40) Purging py3-progress (1.6-r1) (17/40) Purging py3-requests (2.27.1-r0) (18/40) Purging py3-certifi (2021.10.8-r0) (19/40) Purging py3-charset-normalizer (2.0.10-r0) (20/40) Purging py3-idna (3.3-r2) (21/40) Purging py3-urllib3 (1.26.8-r0) (22/40) Purging py3-retrying (1.3.3-r3) (23/40) Purging py3-toml (0.10.2-r3) (24/40) Purging py3-webencodings (0.5.1-r5) (25/40) Purging py3-setuptools (52.0.0-r5) (26/40) Purging py3-ordered-set (4.0.2-r3) (27/40) Purging py3-appdirs (1.4.4-r3) (28/40) Purging py3-wheel (0.36.2-r3) (29/40) Purging py3-packaging (21.3-r0) (30/40) Purging py3-parsing (2.4.7-r3) (31/40) Purging py3-six (1.16.0-r1) (32/40) Purging python3-dev (3.10.2-r0) (33/40) Purging python3 (3.10.2-r0) (34/40) Purging libbz2 (1.0.8-r1) (35/40) Purging libffi (3.4.2-r1) (36/40) Purging gdbm (1.23-r0) (37/40) Purging xz-libs (5.2.5-r0) (38/40) Purging mpdecimal (2.5.1-r1) (39/40) Purging readline (8.1.2-r0) (40/40) Purging sqlite-libs (3.37.2-r0) Executing busybox-1.35.0-r5.trigger OK: 213 MiB in 79 packages >>> py3-lzo: Updating the testing/riscv64 repository index... >>> py3-lzo: Signing the index...