2023-09-07T22:36:29,865 Created temporary directory: /tmp/pip-build-tracker-cee6oyvm 2023-09-07T22:36:29,866 Initialized build tracking at /tmp/pip-build-tracker-cee6oyvm 2023-09-07T22:36:29,866 Created build tracker: /tmp/pip-build-tracker-cee6oyvm 2023-09-07T22:36:29,867 Entered build tracker: /tmp/pip-build-tracker-cee6oyvm 2023-09-07T22:36:29,868 Created temporary directory: /tmp/pip-wheel-smdg0mh_ 2023-09-07T22:36:29,871 Created temporary directory: /tmp/pip-ephem-wheel-cache-bksatatq 2023-09-07T22:36:29,892 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-09-07T22:36:29,896 2 location(s) to search for versions of functools: 2023-09-07T22:36:29,896 * https://pypi.org/simple/functools/ 2023-09-07T22:36:29,896 * https://www.piwheels.org/simple/functools/ 2023-09-07T22:36:29,896 Fetching project page and analyzing links: https://pypi.org/simple/functools/ 2023-09-07T22:36:29,898 Getting page https://pypi.org/simple/functools/ 2023-09-07T22:36:29,899 Found index url https://pypi.org/simple/ 2023-09-07T22:36:30,130 Fetched page https://pypi.org/simple/functools/ as application/vnd.pypi.simple.v1+json 2023-09-07T22:36:30,132 Found link https://files.pythonhosted.org/packages/22/3c/33589bf30422a92cf8c77054f2cf940ef2acc8a2857e5664045ed75a1c6a/functools-0.5.tar.gz (from https://pypi.org/simple/functools/), version: 0.5 2023-09-07T22:36:30,133 Fetching project page and analyzing links: https://www.piwheels.org/simple/functools/ 2023-09-07T22:36:30,133 Getting page https://www.piwheels.org/simple/functools/ 2023-09-07T22:36:30,134 Found index url https://www.piwheels.org/simple/ 2023-09-07T22:36:30,447 Fetched page https://www.piwheels.org/simple/functools/ as text/html 2023-09-07T22:36:30,449 Skipping link: not a file: https://www.piwheels.org/simple/functools/ 2023-09-07T22:36:30,449 Skipping link: not a file: https://pypi.org/simple/functools/ 2023-09-07T22:36:30,467 Given no hashes to check 1 links for project 'functools': discarding no candidates 2023-09-07T22:36:30,486 Collecting functools==0.5 2023-09-07T22:36:30,488 Created temporary directory: /tmp/pip-unpack-6cbnqgbx 2023-09-07T22:36:30,633 Downloading functools-0.5.tar.gz (4.9 kB) 2023-09-07T22:36:30,655 Added functools==0.5 from https://files.pythonhosted.org/packages/22/3c/33589bf30422a92cf8c77054f2cf940ef2acc8a2857e5664045ed75a1c6a/functools-0.5.tar.gz to build tracker '/tmp/pip-build-tracker-cee6oyvm' 2023-09-07T22:36:30,657 Running setup.py (path:/tmp/pip-wheel-smdg0mh_/functools_6d8ae71ebff24d07b866e25e5b1545be/setup.py) egg_info for package functools 2023-09-07T22:36:30,658 Created temporary directory: /tmp/pip-pip-egg-info-uot665c_ 2023-09-07T22:36:30,658 Preparing metadata (setup.py): started 2023-09-07T22:36:30,660 Running command python setup.py egg_info 2023-09-07T22:36:31,386 Preparing metadata (setup.py): finished with status 'done' 2023-09-07T22:36:31,389 Source in /tmp/pip-wheel-smdg0mh_/functools_6d8ae71ebff24d07b866e25e5b1545be has version 0.5, which satisfies requirement functools==0.5 from https://files.pythonhosted.org/packages/22/3c/33589bf30422a92cf8c77054f2cf940ef2acc8a2857e5664045ed75a1c6a/functools-0.5.tar.gz 2023-09-07T22:36:31,390 Removed functools==0.5 from https://files.pythonhosted.org/packages/22/3c/33589bf30422a92cf8c77054f2cf940ef2acc8a2857e5664045ed75a1c6a/functools-0.5.tar.gz from build tracker '/tmp/pip-build-tracker-cee6oyvm' 2023-09-07T22:36:31,394 Created temporary directory: /tmp/pip-unpack-njbfd3ky 2023-09-07T22:36:31,395 Created temporary directory: /tmp/pip-unpack-vptks_fc 2023-09-07T22:36:31,397 Building wheels for collected packages: functools 2023-09-07T22:36:31,402 Created temporary directory: /tmp/pip-wheel-ux161e57 2023-09-07T22:36:31,403 Building wheel for functools (setup.py): started 2023-09-07T22:36:31,405 Destination directory: /tmp/pip-wheel-ux161e57 2023-09-07T22:36:31,405 Running command python setup.py bdist_wheel 2023-09-07T22:36:32,627 src/compose.c: In function ‘compose_dealloc’: 2023-09-07T22:36:32,627 src/compose.c:96:11: error: ‘struct compose’ has no member named ‘ob_type’ 2023-09-07T22:36:32,628 96 | co->ob_type->tp_free(co); 2023-09-07T22:36:32,628 | ^~ 2023-09-07T22:36:32,644 src/compose.c: In function ‘compose_repr’: 2023-09-07T22:36:32,645 src/compose.c:137:13: warning: implicit declaration of function ‘PyString_FromFormat’; did you mean ‘PyBytes_FromFormat’? [-Wimplicit-function-declaration] 2023-09-07T22:36:32,645 137 | s = PyString_FromFormat("", 2023-09-07T22:36:32,646 | ^~~~~~~~~~~~~~~~~~~ 2023-09-07T22:36:32,646 | PyBytes_FromFormat 2023-09-07T22:36:32,660 src/compose.c:138:13: warning: implicit declaration of function ‘PyString_AsString’ [-Wimplicit-function-declaration] 2023-09-07T22:36:32,660 138 | PyString_AsString(grepr), (void *)co); 2023-09-07T22:36:32,661 | ^~~~~~~~~~~~~~~~~ 2023-09-07T22:36:32,662 src/compose.c:137:11: warning: assignment to ‘PyObject *’ {aka ‘struct _object *’} from ‘int’ makes pointer from integer without a cast [-Wint-conversion] 2023-09-07T22:36:32,662 137 | s = PyString_FromFormat("", 2023-09-07T22:36:32,663 | ^ 2023-09-07T22:36:32,663 src/compose.c: At top level: 2023-09-07T22:36:32,664 src/compose.c:143:36: warning: missing braces around initializer [-Wmissing-braces] 2023-09-07T22:36:32,664 143 | static PyTypeObject compose_type = { 2023-09-07T22:36:32,665 | ^ 2023-09-07T22:36:32,666 src/compose.c:146:9: warning: initialization of ‘int’ from ‘char *’ makes integer from pointer without a cast [-Wint-conversion] 2023-09-07T22:36:32,668 146 | "compose", /* tp_name */ 2023-09-07T22:36:32,669 | ^~~~~~~~~ 2023-09-07T22:36:32,669 src/compose.c:146:9: note: (near initialization for ‘compose_type.tp_basicsize’) 2023-09-07T22:36:32,670 src/compose.c:150:9: warning: initialization of ‘int’ from ‘void (*)(PyObject *)’ {aka ‘void (*)(struct _object *)’} makes integer from pointer without a cast [-Wint-conversion] 2023-09-07T22:36:32,671 150 | (destructor)compose_dealloc, /* tp_dealloc */ 2023-09-07T22:36:32,671 | ^ 2023-09-07T22:36:32,672 src/compose.c:150:9: note: (near initialization for ‘compose_type.tp_vectorcall_offset’) 2023-09-07T22:36:32,673 src/compose.c:155:9: warning: initialization of ‘PyNumberMethods *’ from incompatible pointer type ‘PyObject * (*)(PyObject *)’ {aka ‘struct _object * (*)(struct _object *)’} [-Wincompatible-pointer-types] 2023-09-07T22:36:32,673 155 | (reprfunc)compose_repr, /* tp_repr */ 2023-09-07T22:36:32,674 | ^ 2023-09-07T22:36:32,675 src/compose.c:155:9: note: (near initialization for ‘compose_type.tp_as_number’) 2023-09-07T22:36:32,676 src/compose.c:160:9: warning: initialization of ‘PyObject * (*)(PyObject *)’ {aka ‘struct _object * (*)(struct _object *)’} from incompatible pointer type ‘PyObject * (*)(PyObject *, PyObject *, PyObject *)’ {aka ‘struct _object * (*)(struct _object *, struct _object *, struct _object *)’} [-Wincompatible-pointer-types] 2023-09-07T22:36:32,676 160 | (ternaryfunc)compose_call, /* tp_call */ 2023-09-07T22:36:32,677 | ^ 2023-09-07T22:36:32,678 src/compose.c:160:9: note: (near initialization for ‘compose_type.tp_str’) 2023-09-07T22:36:32,679 In file included from /usr/include/python3.11/Python.h:44, 2023-09-07T22:36:32,680 from src/compose.c:31: 2023-09-07T22:36:32,681 /usr/include/python3.11/object.h:422:29: warning: initialization of ‘const char *’ from ‘long unsigned int’ makes pointer from integer without a cast [-Wint-conversion] 2023-09-07T22:36:32,682 422 | #define Py_TPFLAGS_DEFAULT ( \ 2023-09-07T22:36:32,683 | ^ 2023-09-07T22:36:32,684 src/compose.c:165:9: note: in expansion of macro ‘Py_TPFLAGS_DEFAULT’ 2023-09-07T22:36:32,685 165 | Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_GC | 2023-09-07T22:36:32,686 | ^~~~~~~~~~~~~~~~~~ 2023-09-07T22:36:32,686 /usr/include/python3.11/object.h:422:29: note: (near initialization for ‘compose_type.tp_doc’) 2023-09-07T22:36:32,687 422 | #define Py_TPFLAGS_DEFAULT ( \ 2023-09-07T22:36:32,688 | ^ 2023-09-07T22:36:32,689 src/compose.c:165:9: note: in expansion of macro ‘Py_TPFLAGS_DEFAULT’ 2023-09-07T22:36:32,689 165 | Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_GC | 2023-09-07T22:36:32,690 | ^~~~~~~~~~~~~~~~~~ 2023-09-07T22:36:32,691 src/compose.c:167:9: warning: initialization of ‘int (*)(PyObject *, int (*)(PyObject *, void *), void *)’ {aka ‘int (*)(struct _object *, int (*)(struct _object *, void *), void *)’} from incompatible pointer type ‘const char *’ [-Wincompatible-pointer-types] 2023-09-07T22:36:32,691 167 | compose_doc, /* tp_doc */ 2023-09-07T22:36:32,692 | ^~~~~~~~~~~ 2023-09-07T22:36:32,693 src/compose.c:167:9: note: (near initialization for ‘compose_type.tp_traverse’) 2023-09-07T22:36:32,693 src/compose.c:168:9: warning: initialization of ‘int (*)(PyObject *)’ {aka ‘int (*)(struct _object *)’} from incompatible pointer type ‘int (*)(PyObject *, int (*)(PyObject *, void *), void *)’ {aka ‘int (*)(struct _object *, int (*)(struct _object *, void *), void *)’} [-Wincompatible-pointer-types] 2023-09-07T22:36:32,694 168 | (traverseproc)compose_traverse, /* tp_traverse */ 2023-09-07T22:36:32,695 | ^ 2023-09-07T22:36:32,696 src/compose.c:168:9: note: (near initialization for ‘compose_type.tp_clear’) 2023-09-07T22:36:32,697 src/compose.c:179:9: warning: initialization of ‘int (*)(PyObject *, PyObject *, PyObject *)’ {aka ‘int (*)(struct _object *, struct _object *, struct _object *)’} from incompatible pointer type ‘PyObject * (*)(PyObject *, PyObject *)’ {aka ‘struct _object * (*)(struct _object *, struct _object *)’} [-Wincompatible-pointer-types] 2023-09-07T22:36:32,698 179 | PyMethod_New, /* tp_descr_get */ 2023-09-07T22:36:32,699 | ^~~~~~~~~~~~ 2023-09-07T22:36:32,700 src/compose.c:179:9: note: (near initialization for ‘compose_type.tp_descr_set’) 2023-09-07T22:36:32,701 src/compose.c:184:9: warning: initialization of ‘void (*)(void *)’ from incompatible pointer type ‘PyObject * (*)(PyTypeObject *, PyObject *, PyObject *)’ {aka ‘struct _object * (*)(struct _typeobject *, struct _object *, struct _object *)’} [-Wincompatible-pointer-types] 2023-09-07T22:36:32,702 184 | compose_new, /* tp_new */ 2023-09-07T22:36:32,702 | ^~~~~~~~~~~ 2023-09-07T22:36:32,703 src/compose.c:184:9: note: (near initialization for ‘compose_type.tp_free’) 2023-09-07T22:36:32,704 src/compose.c:185:9: warning: initialization of ‘int (*)(PyObject *)’ {aka ‘int (*)(struct _object *)’} from incompatible pointer type ‘void (*)(void *)’ [-Wincompatible-pointer-types] 2023-09-07T22:36:32,705 185 | PyObject_GC_Del, /* tp_free */ 2023-09-07T22:36:32,706 | ^~~~~~~~~~~~~~~ 2023-09-07T22:36:32,707 src/compose.c:185:9: note: (near initialization for ‘compose_type.tp_is_gc’) 2023-09-07T22:36:32,708 src/compose.c:143:36: warning: missing braces around initializer [-Wmissing-braces] 2023-09-07T22:36:32,709 143 | static PyTypeObject compose_type = { 2023-09-07T22:36:32,710 | ^ 2023-09-07T22:36:32,711 src/compose.c:28:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=] 2023-09-07T22:36:32,713 28 | static const char rcsid[] = "@(#)$Dima: pylib/functools/src/compose.c,v 1.3 2005/08/22 07:39:33 dima Exp $"; 2023-09-07T22:36:32,714 | ^~~~~ 2023-09-07T22:36:32,714 error: command '/usr/bin/arm-linux-gnueabihf-gcc' failed with exit code 1 2023-09-07T22:36:32,773 ERROR: [present-rich] python setup.py bdist_wheel exited with 1 2023-09-07T22:36:32,787 [bold magenta]full command[/]: [blue]/usr/bin/python3 -u -c ' 2023-09-07T22:36:32,787 exec(compile('"'"''"'"''"'"' 2023-09-07T22:36:32,787 # This is -- a caller that pip uses to run setup.py 2023-09-07T22:36:32,787 # 2023-09-07T22:36:32,787 # - It imports setuptools before invoking setup.py, to enable projects that directly 2023-09-07T22:36:32,787 # import from `distutils.core` to work with newer packaging standards. 2023-09-07T22:36:32,787 # - It provides a clear error message when setuptools is not installed. 2023-09-07T22:36:32,787 # - It sets `sys.argv[0]` to the underlying `setup.py`, when invoking `setup.py` so 2023-09-07T22:36:32,787 # setuptools doesn'"'"'t think the script is `-c`. This avoids the following warning: 2023-09-07T22:36:32,787 # manifest_maker: standard file '"'"'-c'"'"' not found". 2023-09-07T22:36:32,787 # - It generates a shim setup.py, for handling setup.cfg-only projects. 2023-09-07T22:36:32,787 import os, sys, tokenize 2023-09-07T22:36:32,787 2023-09-07T22:36:32,787 try: 2023-09-07T22:36:32,787 import setuptools 2023-09-07T22:36:32,787 except ImportError as error: 2023-09-07T22:36:32,787 print( 2023-09-07T22:36:32,787 "ERROR: Can not execute `setup.py` since setuptools is not available in " 2023-09-07T22:36:32,787 "the build environment.", 2023-09-07T22:36:32,787 file=sys.stderr, 2023-09-07T22:36:32,787 ) 2023-09-07T22:36:32,787 sys.exit(1) 2023-09-07T22:36:32,787 2023-09-07T22:36:32,787 __file__ = %r 2023-09-07T22:36:32,787 sys.argv[0] = __file__ 2023-09-07T22:36:32,787 2023-09-07T22:36:32,787 if os.path.exists(__file__): 2023-09-07T22:36:32,787 filename = __file__ 2023-09-07T22:36:32,787 with tokenize.open(__file__) as f: 2023-09-07T22:36:32,787 setup_py_code = f.read() 2023-09-07T22:36:32,787 else: 2023-09-07T22:36:32,787 filename = "" 2023-09-07T22:36:32,787 setup_py_code = "from setuptools import setup; setup()" 2023-09-07T22:36:32,787 2023-09-07T22:36:32,787 exec(compile(setup_py_code, filename, "exec")) 2023-09-07T22:36:32,787 '"'"''"'"''"'"' % ('"'"'/tmp/pip-wheel-smdg0mh_/functools_6d8ae71ebff24d07b866e25e5b1545be/setup.py'"'"',), "", "exec"))' bdist_wheel -d /tmp/pip-wheel-ux161e57[/] 2023-09-07T22:36:32,787 [bold magenta]cwd[/]: /tmp/pip-wheel-smdg0mh_/functools_6d8ae71ebff24d07b866e25e5b1545be/ 2023-09-07T22:36:32,788 Building wheel for functools (setup.py): finished with status 'error' 2023-09-07T22:36:32,789 ERROR: Failed building wheel for functools 2023-09-07T22:36:32,790 Running setup.py clean for functools 2023-09-07T22:36:32,791 Running command python setup.py clean 2023-09-07T22:36:33,308 'build/bdist.linux-armv7l' does not exist -- can't clean it 2023-09-07T22:36:33,309 'build/scripts-3.11' does not exist -- can't clean it 2023-09-07T22:36:33,382 Failed to build functools 2023-09-07T22:36:33,384 ERROR: Failed to build one or more wheels 2023-09-07T22:36:33,385 Exception information: 2023-09-07T22:36:33,385 Traceback (most recent call last): 2023-09-07T22:36:33,385 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2023-09-07T22:36:33,385 status = run_func(*args) 2023-09-07T22:36:33,385 ^^^^^^^^^^^^^^^ 2023-09-07T22:36:33,385 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 248, in wrapper 2023-09-07T22:36:33,385 return func(self, options, args) 2023-09-07T22:36:33,385 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-07T22:36:33,385 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 181, in run 2023-09-07T22:36:33,385 raise CommandError("Failed to build one or more wheels") 2023-09-07T22:36:33,385 pip._internal.exceptions.CommandError: Failed to build one or more wheels 2023-09-07T22:36:33,388 Removed build tracker: '/tmp/pip-build-tracker-cee6oyvm'