2023-09-07T22:36:35,406 Created temporary directory: /tmp/pip-build-tracker-tl5fy59t 2023-09-07T22:36:35,407 Initialized build tracking at /tmp/pip-build-tracker-tl5fy59t 2023-09-07T22:36:35,407 Created build tracker: /tmp/pip-build-tracker-tl5fy59t 2023-09-07T22:36:35,408 Entered build tracker: /tmp/pip-build-tracker-tl5fy59t 2023-09-07T22:36:35,409 Created temporary directory: /tmp/pip-wheel-szqogfk9 2023-09-07T22:36:35,412 Created temporary directory: /tmp/pip-ephem-wheel-cache-3yuegpv4 2023-09-07T22:36:35,434 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-09-07T22:36:35,437 2 location(s) to search for versions of lazytools: 2023-09-07T22:36:35,437 * https://pypi.org/simple/lazytools/ 2023-09-07T22:36:35,437 * https://www.piwheels.org/simple/lazytools/ 2023-09-07T22:36:35,438 Fetching project page and analyzing links: https://pypi.org/simple/lazytools/ 2023-09-07T22:36:35,439 Getting page https://pypi.org/simple/lazytools/ 2023-09-07T22:36:35,441 Found index url https://pypi.org/simple/ 2023-09-07T22:36:35,709 Fetched page https://pypi.org/simple/lazytools/ as application/vnd.pypi.simple.v1+json 2023-09-07T22:36:35,710 Found link https://files.pythonhosted.org/packages/77/35/a549ee720ff67f3fba911a97f7c57a760c313bb7b66d5e43bfced422efc5/lazytools-0.6.tar.gz (from https://pypi.org/simple/lazytools/), version: 0.6 2023-09-07T22:36:35,711 Fetching project page and analyzing links: https://www.piwheels.org/simple/lazytools/ 2023-09-07T22:36:35,711 Getting page https://www.piwheels.org/simple/lazytools/ 2023-09-07T22:36:35,713 Found index url https://www.piwheels.org/simple/ 2023-09-07T22:36:35,986 Fetched page https://www.piwheels.org/simple/lazytools/ as text/html 2023-09-07T22:36:35,988 Skipping link: not a file: https://www.piwheels.org/simple/lazytools/ 2023-09-07T22:36:35,988 Skipping link: not a file: https://pypi.org/simple/lazytools/ 2023-09-07T22:36:36,006 Given no hashes to check 1 links for project 'lazytools': discarding no candidates 2023-09-07T22:36:36,024 Collecting lazytools==0.6 2023-09-07T22:36:36,026 Created temporary directory: /tmp/pip-unpack-dkzzl204 2023-09-07T22:36:36,573 Downloading lazytools-0.6.tar.gz (5.7 kB) 2023-09-07T22:36:36,598 Added lazytools==0.6 from https://files.pythonhosted.org/packages/77/35/a549ee720ff67f3fba911a97f7c57a760c313bb7b66d5e43bfced422efc5/lazytools-0.6.tar.gz to build tracker '/tmp/pip-build-tracker-tl5fy59t' 2023-09-07T22:36:36,600 Running setup.py (path:/tmp/pip-wheel-szqogfk9/lazytools_3c6970afea6445c4816274382523cf33/setup.py) egg_info for package lazytools 2023-09-07T22:36:36,601 Created temporary directory: /tmp/pip-pip-egg-info-5_43l543 2023-09-07T22:36:36,602 Preparing metadata (setup.py): started 2023-09-07T22:36:36,603 Running command python setup.py egg_info 2023-09-07T22:36:37,319 Preparing metadata (setup.py): finished with status 'done' 2023-09-07T22:36:37,322 Source in /tmp/pip-wheel-szqogfk9/lazytools_3c6970afea6445c4816274382523cf33 has version 0.6, which satisfies requirement lazytools==0.6 from https://files.pythonhosted.org/packages/77/35/a549ee720ff67f3fba911a97f7c57a760c313bb7b66d5e43bfced422efc5/lazytools-0.6.tar.gz 2023-09-07T22:36:37,323 Removed lazytools==0.6 from https://files.pythonhosted.org/packages/77/35/a549ee720ff67f3fba911a97f7c57a760c313bb7b66d5e43bfced422efc5/lazytools-0.6.tar.gz from build tracker '/tmp/pip-build-tracker-tl5fy59t' 2023-09-07T22:36:37,327 Created temporary directory: /tmp/pip-unpack-rlpky4lu 2023-09-07T22:36:37,328 Created temporary directory: /tmp/pip-unpack-08z6bwh0 2023-09-07T22:36:37,330 Building wheels for collected packages: lazytools 2023-09-07T22:36:37,334 Created temporary directory: /tmp/pip-wheel-cuadzc6m 2023-09-07T22:36:37,335 Building wheel for lazytools (setup.py): started 2023-09-07T22:36:37,336 Destination directory: /tmp/pip-wheel-cuadzc6m 2023-09-07T22:36:37,336 Running command python setup.py bdist_wheel 2023-09-07T22:36:38,530 src/lazymapping.c: In function ‘lazymapping_dealloc’: 2023-09-07T22:36:38,531 src/lazymapping.c:72:12: error: ‘struct lazymapping’ has no member named ‘ob_type’ 2023-09-07T22:36:38,531 72 | lmo->ob_type->tp_free(lmo); 2023-09-07T22:36:38,532 | ^~ 2023-09-07T22:36:38,533 src/lazymapping.c: At top level: 2023-09-07T22:36:38,533 src/lazymapping.c:107:40: warning: missing braces around initializer [-Wmissing-braces] 2023-09-07T22:36:38,534 107 | static PyTypeObject lazymapping_type = { 2023-09-07T22:36:38,535 | ^ 2023-09-07T22:36:38,536 src/lazymapping.c:110:9: warning: initialization of ‘int’ from ‘char *’ makes integer from pointer without a cast [-Wint-conversion] 2023-09-07T22:36:38,538 110 | "lazymapping", /* tp_name */ 2023-09-07T22:36:38,538 | ^~~~~~~~~~~~~ 2023-09-07T22:36:38,539 src/lazymapping.c:110:9: note: (near initialization for ‘lazymapping_type.tp_basicsize’) 2023-09-07T22:36:38,539 src/lazymapping.c:114: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:38,540 114 | (destructor)lazymapping_dealloc, /* tp_dealloc */ 2023-09-07T22:36:38,540 | ^ 2023-09-07T22:36:38,541 src/lazymapping.c:114:9: note: (near initialization for ‘lazymapping_type.tp_vectorcall_offset’) 2023-09-07T22:36:38,541 src/lazymapping.c:122:9: warning: initialization of ‘Py_hash_t (*)(PyObject *)’ {aka ‘int (*)(struct _object *)’} from incompatible pointer type ‘PyMappingMethods *’ [-Wincompatible-pointer-types] 2023-09-07T22:36:38,542 122 | &lazymapping_as_mapping, /* tp_as_mapping */ 2023-09-07T22:36:38,542 | ^ 2023-09-07T22:36:38,543 src/lazymapping.c:122:9: note: (near initialization for ‘lazymapping_type.tp_hash’) 2023-09-07T22:36:38,544 In file included from /usr/include/python3.11/Python.h:44, 2023-09-07T22:36:38,545 from src/lazymapping.c:31: 2023-09-07T22:36:38,546 /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:38,547 422 | #define Py_TPFLAGS_DEFAULT ( \ 2023-09-07T22:36:38,547 | ^ 2023-09-07T22:36:38,548 src/lazymapping.c:129:9: note: in expansion of macro ‘Py_TPFLAGS_DEFAULT’ 2023-09-07T22:36:38,549 129 | Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_GC | 2023-09-07T22:36:38,550 | ^~~~~~~~~~~~~~~~~~ 2023-09-07T22:36:38,551 /usr/include/python3.11/object.h:422:29: note: (near initialization for ‘lazymapping_type.tp_doc’) 2023-09-07T22:36:38,552 422 | #define Py_TPFLAGS_DEFAULT ( \ 2023-09-07T22:36:38,553 | ^ 2023-09-07T22:36:38,554 src/lazymapping.c:129:9: note: in expansion of macro ‘Py_TPFLAGS_DEFAULT’ 2023-09-07T22:36:38,554 129 | Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_GC | 2023-09-07T22:36:38,555 | ^~~~~~~~~~~~~~~~~~ 2023-09-07T22:36:38,556 src/lazymapping.c:131: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:38,557 131 | lazymapping_doc, /* tp_doc */ 2023-09-07T22:36:38,558 | ^~~~~~~~~~~~~~~ 2023-09-07T22:36:38,558 src/lazymapping.c:131:9: note: (near initialization for ‘lazymapping_type.tp_traverse’) 2023-09-07T22:36:38,559 src/lazymapping.c:132: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:38,560 132 | (traverseproc)lazymapping_traverse, /* tp_traverse */ 2023-09-07T22:36:38,561 | ^ 2023-09-07T22:36:38,562 src/lazymapping.c:132:9: note: (near initialization for ‘lazymapping_type.tp_clear’) 2023-09-07T22:36:38,563 src/lazymapping.c:148: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:38,563 148 | lazymapping_new, /* tp_new */ 2023-09-07T22:36:38,564 | ^~~~~~~~~~~~~~~ 2023-09-07T22:36:38,564 src/lazymapping.c:148:9: note: (near initialization for ‘lazymapping_type.tp_free’) 2023-09-07T22:36:38,565 src/lazymapping.c:149:9: warning: initialization of ‘int (*)(PyObject *)’ {aka ‘int (*)(struct _object *)’} from incompatible pointer type ‘void (*)(void *)’ [-Wincompatible-pointer-types] 2023-09-07T22:36:38,566 149 | PyObject_GC_Del, /* tp_free */ 2023-09-07T22:36:38,566 | ^~~~~~~~~~~~~~~ 2023-09-07T22:36:38,567 src/lazymapping.c:149:9: note: (near initialization for ‘lazymapping_type.tp_is_gc’) 2023-09-07T22:36:38,567 src/lazymapping.c:107:40: warning: missing braces around initializer [-Wmissing-braces] 2023-09-07T22:36:38,568 107 | static PyTypeObject lazymapping_type = { 2023-09-07T22:36:38,569 | ^ 2023-09-07T22:36:38,569 src/lazymapping.c:28:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=] 2023-09-07T22:36:38,570 28 | static const char rcsid[] = "@(#)$Dima: pylib/lazytools/src/lazymapping.c,v 1.1 2005/08/22 00:38:25 dima Exp $"; 2023-09-07T22:36:38,571 | ^~~~~ 2023-09-07T22:36:38,571 error: command '/usr/bin/arm-linux-gnueabihf-gcc' failed with exit code 1 2023-09-07T22:36:38,647 ERROR: [present-rich] python setup.py bdist_wheel exited with 1 2023-09-07T22:36:38,660 [bold magenta]full command[/]: [blue]/usr/bin/python3 -u -c ' 2023-09-07T22:36:38,660 exec(compile('"'"''"'"''"'"' 2023-09-07T22:36:38,660 # This is -- a caller that pip uses to run setup.py 2023-09-07T22:36:38,660 # 2023-09-07T22:36:38,660 # - It imports setuptools before invoking setup.py, to enable projects that directly 2023-09-07T22:36:38,660 # import from `distutils.core` to work with newer packaging standards. 2023-09-07T22:36:38,660 # - It provides a clear error message when setuptools is not installed. 2023-09-07T22:36:38,660 # - It sets `sys.argv[0]` to the underlying `setup.py`, when invoking `setup.py` so 2023-09-07T22:36:38,660 # setuptools doesn'"'"'t think the script is `-c`. This avoids the following warning: 2023-09-07T22:36:38,660 # manifest_maker: standard file '"'"'-c'"'"' not found". 2023-09-07T22:36:38,660 # - It generates a shim setup.py, for handling setup.cfg-only projects. 2023-09-07T22:36:38,660 import os, sys, tokenize 2023-09-07T22:36:38,660 2023-09-07T22:36:38,660 try: 2023-09-07T22:36:38,660 import setuptools 2023-09-07T22:36:38,660 except ImportError as error: 2023-09-07T22:36:38,660 print( 2023-09-07T22:36:38,660 "ERROR: Can not execute `setup.py` since setuptools is not available in " 2023-09-07T22:36:38,660 "the build environment.", 2023-09-07T22:36:38,660 file=sys.stderr, 2023-09-07T22:36:38,660 ) 2023-09-07T22:36:38,660 sys.exit(1) 2023-09-07T22:36:38,660 2023-09-07T22:36:38,660 __file__ = %r 2023-09-07T22:36:38,660 sys.argv[0] = __file__ 2023-09-07T22:36:38,660 2023-09-07T22:36:38,660 if os.path.exists(__file__): 2023-09-07T22:36:38,660 filename = __file__ 2023-09-07T22:36:38,660 with tokenize.open(__file__) as f: 2023-09-07T22:36:38,660 setup_py_code = f.read() 2023-09-07T22:36:38,660 else: 2023-09-07T22:36:38,660 filename = "" 2023-09-07T22:36:38,660 setup_py_code = "from setuptools import setup; setup()" 2023-09-07T22:36:38,660 2023-09-07T22:36:38,660 exec(compile(setup_py_code, filename, "exec")) 2023-09-07T22:36:38,660 '"'"''"'"''"'"' % ('"'"'/tmp/pip-wheel-szqogfk9/lazytools_3c6970afea6445c4816274382523cf33/setup.py'"'"',), "", "exec"))' bdist_wheel -d /tmp/pip-wheel-cuadzc6m[/] 2023-09-07T22:36:38,661 [bold magenta]cwd[/]: /tmp/pip-wheel-szqogfk9/lazytools_3c6970afea6445c4816274382523cf33/ 2023-09-07T22:36:38,662 Building wheel for lazytools (setup.py): finished with status 'error' 2023-09-07T22:36:38,663 ERROR: Failed building wheel for lazytools 2023-09-07T22:36:38,664 Running setup.py clean for lazytools 2023-09-07T22:36:38,665 Running command python setup.py clean 2023-09-07T22:36:39,268 'build/bdist.linux-armv7l' does not exist -- can't clean it 2023-09-07T22:36:39,269 'build/scripts-3.11' does not exist -- can't clean it 2023-09-07T22:36:39,343 Failed to build lazytools 2023-09-07T22:36:39,344 ERROR: Failed to build one or more wheels 2023-09-07T22:36:39,346 Exception information: 2023-09-07T22:36:39,346 Traceback (most recent call last): 2023-09-07T22:36:39,346 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2023-09-07T22:36:39,346 status = run_func(*args) 2023-09-07T22:36:39,346 ^^^^^^^^^^^^^^^ 2023-09-07T22:36:39,346 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 248, in wrapper 2023-09-07T22:36:39,346 return func(self, options, args) 2023-09-07T22:36:39,346 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-07T22:36:39,346 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 181, in run 2023-09-07T22:36:39,346 raise CommandError("Failed to build one or more wheels") 2023-09-07T22:36:39,346 pip._internal.exceptions.CommandError: Failed to build one or more wheels 2023-09-07T22:36:39,349 Removed build tracker: '/tmp/pip-build-tracker-tl5fy59t'