>>> py3-pyrsistent: Building community/py3-pyrsistent 0.19.3-r0 (using abuild 3.11.0_rc12-r0) started Thu, 20 Apr 2023 07:51:06 +0000 >>> py3-pyrsistent: Checking sanity of /home/buildozer/aports/community/py3-pyrsistent/APKBUILD... >>> WARNING: py3-pyrsistent: No maintainer >>> py3-pyrsistent: Analyzing dependencies... >>> py3-pyrsistent: Installing for build: build-base python3 py3-setuptools python3-dev py3-hypothesis py3-pytest py3-pytest-runner (1/35) Installing libbz2 (1.0.8-r5) (2/35) Installing libffi (3.4.4-r2) (3/35) Installing gdbm (1.23-r1) (4/35) Installing xz-libs (5.4.2-r1) (5/35) Installing mpdecimal (2.5.1-r2) (6/35) Installing libpanelw (6.4_p20230401-r4) (7/35) Installing readline (8.2.1-r1) (8/35) Installing sqlite-libs (3.41.2-r2) (9/35) Installing python3 (3.11.3-r10) (10/35) Installing python3-pycache-pyc0 (3.11.3-r10) (11/35) Installing pyc (0.1-r0) (12/35) Installing python3-pyc (3.11.3-r10) (13/35) Installing py3-parsing (3.0.9-r2) (14/35) Installing py3-parsing-pyc (3.0.9-r2) (15/35) Installing py3-packaging (23.1-r1) (16/35) Installing py3-packaging-pyc (23.1-r1) (17/35) Installing py3-setuptools (67.6.1-r1) (18/35) Installing py3-setuptools-pyc (67.6.1-r1) (19/35) Installing python3-dev (3.11.3-r10) (20/35) Installing py3-attrs (23.1.0-r1) (21/35) Installing py3-attrs-pyc (23.1.0-r1) (22/35) Installing py3-sortedcontainers (2.4.0-r3) (23/35) Installing py3-sortedcontainers-pyc (2.4.0-r3) (24/35) Installing py3-hypothesis (6.72.0-r1) (25/35) Installing py3-hypothesis-pyc (6.72.0-r1) (26/35) Installing py3-iniconfig (1.1.1-r6) (27/35) Installing py3-iniconfig-pyc (1.1.1-r6) (28/35) Installing py3-pluggy (1.0.0-r3) (29/35) Installing py3-pluggy-pyc (1.0.0-r3) (30/35) Installing py3-py (1.11.0-r2) (31/35) Installing py3-py-pyc (1.11.0-r2) (32/35) Installing py3-pytest (7.3.1-r1) (33/35) Installing py3-pytest-pyc (7.3.1-r1) (34/35) Installing py3-pytest-runner (6.0.0-r1) (35/35) Installing .makedepends-py3-pyrsistent (20230420.075111) Executing busybox-1.36.0-r7.trigger OK: 443 MiB in 132 packages >>> py3-pyrsistent: Cleaning up srcdir >>> py3-pyrsistent: Cleaning up pkgdir >>> py3-pyrsistent: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/pyrsistent-0.19.3.tar.gz >>> py3-pyrsistent: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/pyrsistent-0.19.3.tar.gz >>> py3-pyrsistent: Checking sha512sums... pyrsistent-0.19.3.tar.gz: OK >>> py3-pyrsistent: Unpacking /var/cache/distfiles/v3.18/pyrsistent-0.19.3.tar.gz... No `name` configuration, performing automatic discovery running build running build_py creating build creating build/lib.linux-armv8l-cpython-311 copying _pyrsistent_version.py -> build/lib.linux-armv8l-cpython-311 creating build/lib.linux-armv8l-cpython-311/pyrsistent copying pyrsistent/__init__.py -> build/lib.linux-armv8l-cpython-311/pyrsistent copying pyrsistent/_transformations.py -> build/lib.linux-armv8l-cpython-311/pyrsistent copying pyrsistent/typing.py -> build/lib.linux-armv8l-cpython-311/pyrsistent copying pyrsistent/_checked_types.py -> build/lib.linux-armv8l-cpython-311/pyrsistent copying pyrsistent/_field_common.py -> build/lib.linux-armv8l-cpython-311/pyrsistent copying pyrsistent/_pvector.py -> build/lib.linux-armv8l-cpython-311/pyrsistent copying pyrsistent/_immutable.py -> build/lib.linux-armv8l-cpython-311/pyrsistent copying pyrsistent/_pset.py -> build/lib.linux-armv8l-cpython-311/pyrsistent copying pyrsistent/_pdeque.py -> build/lib.linux-armv8l-cpython-311/pyrsistent copying pyrsistent/_precord.py -> build/lib.linux-armv8l-cpython-311/pyrsistent copying pyrsistent/_pclass.py -> build/lib.linux-armv8l-cpython-311/pyrsistent copying pyrsistent/_toolz.py -> build/lib.linux-armv8l-cpython-311/pyrsistent copying pyrsistent/_pbag.py -> build/lib.linux-armv8l-cpython-311/pyrsistent copying pyrsistent/_helpers.py -> build/lib.linux-armv8l-cpython-311/pyrsistent copying pyrsistent/_pmap.py -> build/lib.linux-armv8l-cpython-311/pyrsistent copying pyrsistent/_plist.py -> build/lib.linux-armv8l-cpython-311/pyrsistent copying pyrsistent/py.typed -> build/lib.linux-armv8l-cpython-311/pyrsistent copying pyrsistent/__init__.pyi -> build/lib.linux-armv8l-cpython-311/pyrsistent copying pyrsistent/typing.pyi -> build/lib.linux-armv8l-cpython-311/pyrsistent running build_ext building 'pvectorc' extension creating build/temp.linux-armv8l-cpython-311 gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Werror=int-conversion -Os -Wformat -Werror=format-security -fPIC -I/usr/include/python3.11 -c pvectorcmodule.c -o build/temp.linux-armv8l-cpython-311/pvectorcmodule.o pvectorcmodule.c: In function 'nodeFor': pvectorcmodule.c:152:21: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] 152 | if((i >= 0) && (i < self->count)) { | ^ pvectorcmodule.c:153:10: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] 153 | if(i >= TAIL_OFF(self)) { | ^~ pvectorcmodule.c: In function 'PVector_dealloc': pvectorcmodule.c:235:3: warning: 'UsingDeprecatedTrashcanMacro' is deprecated [-Wdeprecated-declarations] 235 | Py_TRASHCAN_SAFE_BEGIN(self); | ^~~~~~~~~~~~~~~~~~~~~~ pvectorcmodule.c: In function 'PVector_toList': pvectorcmodule.c:247:17: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] 247 | for (i = 0; i < self->count; ++i) { | ^ pvectorcmodule.c: In function 'PVector_hash': pvectorcmodule.c:281:13: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] 281 | for(i=0; icount; i++) { | ^ pvectorcmodule.c: In function 'PVector_repeat': pvectorcmodule.c:414:44: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'Py_ssize_t' {aka 'int'} [-Wsign-compare] 414 | } else if ((self->count * n)/self->count != n) { | ^~ pvectorcmodule.c:420:17: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] 420 | for(j=0; jcount; j++) { | ^ pvectorcmodule.c: In function 'PVector_index': pvectorcmodule.c:464:33: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] 464 | for (i = start; i < stop && i < self->count; i++) { | ^ pvectorcmodule.c: In function 'PVector_count': pvectorcmodule.c:481:17: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] 481 | for (i = 0; i < self->count; i++) { | ^ pvectorcmodule.c: In function 'extendWithItem': pvectorcmodule.c:145:52: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 145 | #define ROOT_NODE_FULL(vec) ((vec->count >> SHIFT) > (Py_ssize_t)(1 << vec->shift)) | ^ pvectorcmodule.c:753:8: note: in expansion of macro 'ROOT_NODE_FULL' 753 | if(ROOT_NODE_FULL(newVec)) { | ^~~~~~~~~~~~~~ pvectorcmodule.c: In function 'PVector_subscript': pvectorcmodule.c:799:28: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] 799 | } else if((slicelength == self->count) && (step > 0)) { | ^~ pvectorcmodule.c: In function 'PVector_append': pvectorcmodule.c:145:52: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 145 | #define ROOT_NODE_FULL(vec) ((vec->count >> SHIFT) > (Py_ssize_t)(1 << vec->shift)) | ^ pvectorcmodule.c:898:6: note: in expansion of macro 'ROOT_NODE_FULL' 898 | if(ROOT_NODE_FULL(self)) { | ^~~~~~~~~~~~~~ pvectorcmodule.c: In function 'internalSet': pvectorcmodule.c:942:35: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] 942 | if((0 <= position) && (position < self->count)) { | ^ pvectorcmodule.c:943:17: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] 943 | if(position >= TAIL_OFF(self)) { | ^~ pvectorcmodule.c:961:23: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] 961 | } else if (position == self->count) { | ^~ pvectorcmodule.c: In function 'internalDelete': pvectorcmodule.c:1036:28: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] 1036 | if (index < 0 || index >= self->count) { | ^~ pvectorcmodule.c: In function 'PVectorIter_next': pvectorcmodule.c:1165:22: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] 1165 | if (it->it_index < seq->count) { | ^ pvectorcmodule.c: In function 'PVectorEvolver_dealloc': pvectorcmodule.c:1292:3: warning: 'UsingDeprecatedTrashcanMacro' is deprecated [-Wdeprecated-declarations] 1292 | Py_TRASHCAN_SAFE_BEGIN(self); | ^~~~~~~~~~~~~~~~~~~~~~ pvectorcmodule.c: In function 'PVectorEvolver_subscript': pvectorcmodule.c:1337:34: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] 1337 | if(0 <= position && position < self->newVector->count) { | ^ pvectorcmodule.c:1341:42: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] 1341 | } else if (0 <= position && position < (self->newVector->count + PyList_GET_SIZE(self->appendList))) { | ^ pvectorcmodule.c: In function 'PVectorEvolver_set_item': pvectorcmodule.c:1457:37: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] 1457 | if((0 <= position) && (position < self->newVector->count)) { | ^ pvectorcmodule.c:1464:21: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] 1464 | if(position < TAIL_OFF(self->newVector)) { | ^ pvectorcmodule.c:1474:44: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] 1474 | } else if((0 <= position) && (position < (self->newVector->count + PyList_GET_SIZE(self->appendList)))) { | ^ pvectorcmodule.c:1485:28: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] 1485 | && (position < (self->newVector->count + PyList_GET_SIZE(self->appendList) + 1)) | ^ gcc -shared -Wl,--as-needed,-O1,--sort-common -Os -Wformat -Werror=format-security -Werror=int-conversion -Os -Wformat -Werror=format-security build/temp.linux-armv8l-cpython-311/pvectorcmodule.o -L/usr/lib -o build/lib.linux-armv8l-cpython-311/pvectorc.cpython-311-arm-linux-musleabihf.so No `name` configuration, performing automatic discovery /usr/lib/python3.11/site-packages/setuptools/__init__.py:85: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. dist.fetch_build_eggs(dist.setup_requires) WARNING: The wheel package is not available. running pytest /usr/lib/python3.11/site-packages/setuptools/command/test.py:194: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ir_d = dist.fetch_build_eggs(dist.install_requires) WARNING: The wheel package is not available. /usr/lib/python3.11/site-packages/setuptools/command/test.py:195: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. tr_d = dist.fetch_build_eggs(dist.tests_require or []) WARNING: The wheel package is not available. /usr/bin/python3: No module named pip error: Command '['/usr/bin/python3', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmpjoqsmmon', '--quiet', 'pytest<7']' returned non-zero exit status 1. >>> ERROR: py3-pyrsistent: check failed >>> py3-pyrsistent: Uninstalling dependencies... (1/35) Purging .makedepends-py3-pyrsistent (20230420.075111) (2/35) Purging python3-dev (3.11.3-r10) (3/35) Purging py3-hypothesis-pyc (6.72.0-r1) (4/35) Purging py3-hypothesis (6.72.0-r1) (5/35) Purging py3-attrs-pyc (23.1.0-r1) (6/35) Purging py3-attrs (23.1.0-r1) (7/35) Purging py3-sortedcontainers-pyc (2.4.0-r3) (8/35) Purging py3-sortedcontainers (2.4.0-r3) (9/35) Purging py3-pytest-runner (6.0.0-r1) (10/35) Purging py3-pytest-pyc (7.3.1-r1) (11/35) Purging py3-pytest (7.3.1-r1) (12/35) Purging py3-iniconfig-pyc (1.1.1-r6) (13/35) Purging py3-iniconfig (1.1.1-r6) (14/35) Purging py3-pluggy-pyc (1.0.0-r3) (15/35) Purging py3-pluggy (1.0.0-r3) (16/35) Purging py3-py-pyc (1.11.0-r2) (17/35) Purging py3-py (1.11.0-r2) (18/35) Purging py3-setuptools-pyc (67.6.1-r1) (19/35) Purging py3-setuptools (67.6.1-r1) (20/35) Purging py3-packaging-pyc (23.1-r1) (21/35) Purging py3-packaging (23.1-r1) (22/35) Purging py3-parsing-pyc (3.0.9-r2) (23/35) Purging py3-parsing (3.0.9-r2) (24/35) Purging python3-pyc (3.11.3-r10) (25/35) Purging python3-pycache-pyc0 (3.11.3-r10) (26/35) Purging pyc (0.1-r0) (27/35) Purging python3 (3.11.3-r10) (28/35) Purging gdbm (1.23-r1) (29/35) Purging libbz2 (1.0.8-r5) (30/35) Purging libffi (3.4.4-r2) (31/35) Purging libpanelw (6.4_p20230401-r4) (32/35) Purging mpdecimal (2.5.1-r2) (33/35) Purging readline (8.2.1-r1) (34/35) Purging sqlite-libs (3.41.2-r2) (35/35) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r7.trigger OK: 326 MiB in 97 packages