2025-09-07T20:08:03,114 Created temporary directory: /tmp/pip-build-tracker-l6n6i0va 2025-09-07T20:08:03,115 Initialized build tracking at /tmp/pip-build-tracker-l6n6i0va 2025-09-07T20:08:03,115 Created build tracker: /tmp/pip-build-tracker-l6n6i0va 2025-09-07T20:08:03,115 Entered build tracker: /tmp/pip-build-tracker-l6n6i0va 2025-09-07T20:08:03,115 Created temporary directory: /tmp/pip-wheel-_k53nrzj 2025-09-07T20:08:03,119 Created temporary directory: /tmp/pip-ephem-wheel-cache-9rjmlrgk 2025-09-07T20:08:03,174 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-09-07T20:08:03,176 2 location(s) to search for versions of lazytools: 2025-09-07T20:08:03,176 * https://pypi.org/simple/lazytools/ 2025-09-07T20:08:03,176 * https://www.piwheels.org/simple/lazytools/ 2025-09-07T20:08:03,176 Fetching project page and analyzing links: https://pypi.org/simple/lazytools/ 2025-09-07T20:08:03,177 Getting page https://pypi.org/simple/lazytools/ 2025-09-07T20:08:03,178 Found index url https://pypi.org/simple/ 2025-09-07T20:08:03,322 Fetched page https://pypi.org/simple/lazytools/ as application/vnd.pypi.simple.v1+json 2025-09-07T20:08:03,323 Found link https://files.pythonhosted.org/packages/77/35/a549ee720ff67f3fba911a97f7c57a760c313bb7b66d5e43bfced422efc5/lazytools-0.6.tar.gz (from https://pypi.org/simple/lazytools/), version: 0.6 2025-09-07T20:08:03,324 Fetching project page and analyzing links: https://www.piwheels.org/simple/lazytools/ 2025-09-07T20:08:03,324 Getting page https://www.piwheels.org/simple/lazytools/ 2025-09-07T20:08:03,325 Found index url https://www.piwheels.org/simple/ 2025-09-07T20:08:03,428 Fetched page https://www.piwheels.org/simple/lazytools/ as text/html 2025-09-07T20:08:03,429 Skipping link: not a file: https://www.piwheels.org/simple/lazytools/ 2025-09-07T20:08:03,429 Skipping link: not a file: https://pypi.org/simple/lazytools/ 2025-09-07T20:08:03,452 Given no hashes to check 1 links for project 'lazytools': discarding no candidates 2025-09-07T20:08:03,453 Collecting lazytools==0.6 2025-09-07T20:08:03,454 Created temporary directory: /tmp/pip-unpack-el4ic0dr 2025-09-07T20:08:03,593 Downloading lazytools-0.6.tar.gz (5.7 kB) 2025-09-07T20:08:03,613 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-l6n6i0va' 2025-09-07T20:08:03,614 Running setup.py (path:/tmp/pip-wheel-_k53nrzj/lazytools_e8a1e67c742b450bb48b707e3e1ce46b/setup.py) egg_info for package lazytools 2025-09-07T20:08:03,614 Created temporary directory: /tmp/pip-pip-egg-info-8zobgx2w 2025-09-07T20:08:03,615 Preparing metadata (setup.py): started 2025-09-07T20:08:03,616 Running command python setup.py egg_info 2025-09-07T20:08:05,229 Preparing metadata (setup.py): finished with status 'done' 2025-09-07T20:08:05,233 Source in /tmp/pip-wheel-_k53nrzj/lazytools_e8a1e67c742b450bb48b707e3e1ce46b has version 0.6, which satisfies requirement lazytools==0.6 from https://files.pythonhosted.org/packages/77/35/a549ee720ff67f3fba911a97f7c57a760c313bb7b66d5e43bfced422efc5/lazytools-0.6.tar.gz 2025-09-07T20:08:05,234 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-l6n6i0va' 2025-09-07T20:08:05,236 Created temporary directory: /tmp/pip-unpack-f4fdr47h 2025-09-07T20:08:05,236 Created temporary directory: /tmp/pip-unpack-v49d7vzl 2025-09-07T20:08:05,237 Building wheels for collected packages: lazytools 2025-09-07T20:08:05,238 Created temporary directory: /tmp/pip-wheel-irpauaex 2025-09-07T20:08:05,238 DEPRECATION: Building 'lazytools' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'lazytools'. Discussion can be found at https://github.com/pypa/pip/issues/6334 2025-09-07T20:08:05,239 Building wheel for lazytools (setup.py): started 2025-09-07T20:08:05,240 Destination directory: /tmp/pip-wheel-irpauaex 2025-09-07T20:08:05,240 Running command python setup.py bdist_wheel 2025-09-07T20:08:07,343 src/lazymapping.c: In function ‘lazymapping_dealloc’: 2025-09-07T20:08:07,344 src/lazymapping.c:72:12: error: ‘struct lazymapping’ has no member named ‘ob_type’ 2025-09-07T20:08:07,344 72 | lmo->ob_type->tp_free(lmo); 2025-09-07T20:08:07,344 | ^~ 2025-09-07T20:08:07,344 src/lazymapping.c: At top level: 2025-09-07T20:08:07,344 src/lazymapping.c:107:40: warning: missing braces around initializer [-Wmissing-braces] 2025-09-07T20:08:07,345 107 | static PyTypeObject lazymapping_type = { 2025-09-07T20:08:07,345 | ^ 2025-09-07T20:08:07,345 In file included from /usr/include/python3.13/Python.h:72, 2025-09-07T20:08:07,345 from src/lazymapping.c:31: 2025-09-07T20:08:07,345 /usr/include/python3.13/object.h:138:9: error: initialization of ‘int’ from ‘void *’ makes integer from pointer without a cast [-Wint-conversion] 2025-09-07T20:08:07,345 138 | (type) \ 2025-09-07T20:08:07,345 | ^ 2025-09-07T20:08:07,346 src/lazymapping.c:108:9: note: in expansion of macro ‘PyObject_HEAD_INIT’ 2025-09-07T20:08:07,346 108 | PyObject_HEAD_INIT(NULL) 2025-09-07T20:08:07,346 | ^~~~~~~~~~~~~~~~~~ 2025-09-07T20:08:07,346 /usr/include/python3.13/object.h:138:9: note: (near initialization for ‘lazymapping_type.ob_base.ob_size’) 2025-09-07T20:08:07,346 138 | (type) \ 2025-09-07T20:08:07,346 | ^ 2025-09-07T20:08:07,346 src/lazymapping.c:108:9: note: in expansion of macro ‘PyObject_HEAD_INIT’ 2025-09-07T20:08:07,346 108 | PyObject_HEAD_INIT(NULL) 2025-09-07T20:08:07,346 | ^~~~~~~~~~~~~~~~~~ 2025-09-07T20:08:07,346 src/lazymapping.c:107:40: warning: missing braces around initializer [-Wmissing-braces] 2025-09-07T20:08:07,347 107 | static PyTypeObject lazymapping_type = { 2025-09-07T20:08:07,347 | ^ 2025-09-07T20:08:07,347 src/lazymapping.c:110:9: error: initialization of ‘int’ from ‘char *’ makes integer from pointer without a cast [-Wint-conversion] 2025-09-07T20:08:07,347 110 | "lazymapping", /* tp_name */ 2025-09-07T20:08:07,347 | ^~~~~~~~~~~~~ 2025-09-07T20:08:07,347 src/lazymapping.c:110:9: note: (near initialization for ‘lazymapping_type.tp_basicsize’) 2025-09-07T20:08:07,347 src/lazymapping.c:114:9: error: initialization of ‘int’ from ‘void (*)(PyObject *)’ {aka ‘void (*)(struct _object *)’} makes integer from pointer without a cast [-Wint-conversion] 2025-09-07T20:08:07,347 114 | (destructor)lazymapping_dealloc, /* tp_dealloc */ 2025-09-07T20:08:07,348 | ^ 2025-09-07T20:08:07,348 src/lazymapping.c:114:9: note: (near initialization for ‘lazymapping_type.tp_vectorcall_offset’) 2025-09-07T20:08:07,348 src/lazymapping.c:122:9: error: initialization of ‘Py_hash_t (*)(PyObject *)’ {aka ‘int (*)(struct _object *)’} from incompatible pointer type ‘PyMappingMethods *’ [-Wincompatible-pointer-types] 2025-09-07T20:08:07,349 122 | &lazymapping_as_mapping, /* tp_as_mapping */ 2025-09-07T20:08:07,349 | ^ 2025-09-07T20:08:07,349 src/lazymapping.c:122:9: note: (near initialization for ‘lazymapping_type.tp_hash’) 2025-09-07T20:08:07,350 /usr/include/python3.13/object.h:729:29: error: initialization of ‘const char *’ from ‘long unsigned int’ makes pointer from integer without a cast [-Wint-conversion] 2025-09-07T20:08:07,350 729 | #define Py_TPFLAGS_DEFAULT ( \ 2025-09-07T20:08:07,351 | ^ 2025-09-07T20:08:07,351 src/lazymapping.c:129:9: note: in expansion of macro ‘Py_TPFLAGS_DEFAULT’ 2025-09-07T20:08:07,351 129 | Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_GC | 2025-09-07T20:08:07,351 | ^~~~~~~~~~~~~~~~~~ 2025-09-07T20:08:07,351 /usr/include/python3.13/object.h:729:29: note: (near initialization for ‘lazymapping_type.tp_doc’) 2025-09-07T20:08:07,351 729 | #define Py_TPFLAGS_DEFAULT ( \ 2025-09-07T20:08:07,351 | ^ 2025-09-07T20:08:07,351 src/lazymapping.c:129:9: note: in expansion of macro ‘Py_TPFLAGS_DEFAULT’ 2025-09-07T20:08:07,352 129 | Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_GC | 2025-09-07T20:08:07,352 | ^~~~~~~~~~~~~~~~~~ 2025-09-07T20:08:07,352 src/lazymapping.c:131:9: error: 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] 2025-09-07T20:08:07,352 131 | lazymapping_doc, /* tp_doc */ 2025-09-07T20:08:07,352 | ^~~~~~~~~~~~~~~ 2025-09-07T20:08:07,352 src/lazymapping.c:131:9: note: (near initialization for ‘lazymapping_type.tp_traverse’) 2025-09-07T20:08:07,352 src/lazymapping.c:132:9: error: 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] 2025-09-07T20:08:07,352 132 | (traverseproc)lazymapping_traverse, /* tp_traverse */ 2025-09-07T20:08:07,352 | ^ 2025-09-07T20:08:07,352 src/lazymapping.c:132:9: note: (near initialization for ‘lazymapping_type.tp_clear’) 2025-09-07T20:08:07,353 src/lazymapping.c:148:9: error: initialization of ‘void (*)(void *)’ from incompatible pointer type ‘PyObject * (*)(PyTypeObject *, PyObject *, PyObject *)’ {aka ‘struct _object * (*)(struct _typeobject *, struct _object *, struct _object *)’} [-Wincompatible-pointer-types] 2025-09-07T20:08:07,353 148 | lazymapping_new, /* tp_new */ 2025-09-07T20:08:07,353 | ^~~~~~~~~~~~~~~ 2025-09-07T20:08:07,353 src/lazymapping.c:148:9: note: (near initialization for ‘lazymapping_type.tp_free’) 2025-09-07T20:08:07,353 src/lazymapping.c:149:9: error: initialization of ‘int (*)(PyObject *)’ {aka ‘int (*)(struct _object *)’} from incompatible pointer type ‘void (*)(void *)’ [-Wincompatible-pointer-types] 2025-09-07T20:08:07,353 149 | PyObject_GC_Del, /* tp_free */ 2025-09-07T20:08:07,353 | ^~~~~~~~~~~~~~~ 2025-09-07T20:08:07,353 src/lazymapping.c:149:9: note: (near initialization for ‘lazymapping_type.tp_is_gc’) 2025-09-07T20:08:07,353 src/lazymapping.c:107:40: warning: missing braces around initializer [-Wmissing-braces] 2025-09-07T20:08:07,354 107 | static PyTypeObject lazymapping_type = { 2025-09-07T20:08:07,354 | ^ 2025-09-07T20:08:07,354 src/lazymapping.c:28:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=] 2025-09-07T20:08:07,354 28 | static const char rcsid[] = "@(#)$Dima: pylib/lazytools/src/lazymapping.c,v 1.1 2005/08/22 00:38:25 dima Exp $"; 2025-09-07T20:08:07,354 | ^~~~~ 2025-09-07T20:08:07,357 error: command '/usr/bin/arm-linux-gnueabihf-gcc' failed with exit code 1 2025-09-07T20:08:07,505 ERROR: python setup.py bdist_wheel exited with 1 2025-09-07T20:08:07,517 [bold magenta]full command[/]: [blue]/usr/bin/python3 -u -c ' 2025-09-07T20:08:07,517 exec(compile('"'"''"'"''"'"' 2025-09-07T20:08:07,517 # This is -- a caller that pip uses to run setup.py 2025-09-07T20:08:07,517 # 2025-09-07T20:08:07,517 # - It imports setuptools before invoking setup.py, to enable projects that directly 2025-09-07T20:08:07,517 # import from `distutils.core` to work with newer packaging standards. 2025-09-07T20:08:07,517 # - It provides a clear error message when setuptools is not installed. 2025-09-07T20:08:07,517 # - It sets `sys.argv[0]` to the underlying `setup.py`, when invoking `setup.py` so 2025-09-07T20:08:07,517 # setuptools doesn'"'"'t think the script is `-c`. This avoids the following warning: 2025-09-07T20:08:07,517 # manifest_maker: standard file '"'"'-c'"'"' not found". 2025-09-07T20:08:07,517 # - It generates a shim setup.py, for handling setup.cfg-only projects. 2025-09-07T20:08:07,517 import os, sys, tokenize, traceback 2025-09-07T20:08:07,517 2025-09-07T20:08:07,517 try: 2025-09-07T20:08:07,517 import setuptools 2025-09-07T20:08:07,517 except ImportError: 2025-09-07T20:08:07,517 print( 2025-09-07T20:08:07,517 "ERROR: Can not execute `setup.py` since setuptools failed to import in " 2025-09-07T20:08:07,517 "the build environment with exception:", 2025-09-07T20:08:07,517 file=sys.stderr, 2025-09-07T20:08:07,517 ) 2025-09-07T20:08:07,517 traceback.print_exc() 2025-09-07T20:08:07,517 sys.exit(1) 2025-09-07T20:08:07,517 2025-09-07T20:08:07,517 __file__ = %r 2025-09-07T20:08:07,517 sys.argv[0] = __file__ 2025-09-07T20:08:07,517 2025-09-07T20:08:07,517 if os.path.exists(__file__): 2025-09-07T20:08:07,517 filename = __file__ 2025-09-07T20:08:07,517 with tokenize.open(__file__) as f: 2025-09-07T20:08:07,517 setup_py_code = f.read() 2025-09-07T20:08:07,517 else: 2025-09-07T20:08:07,517 filename = "" 2025-09-07T20:08:07,517 setup_py_code = "from setuptools import setup; setup()" 2025-09-07T20:08:07,517 2025-09-07T20:08:07,517 exec(compile(setup_py_code, filename, "exec")) 2025-09-07T20:08:07,517 '"'"''"'"''"'"' % ('"'"'/tmp/pip-wheel-_k53nrzj/lazytools_e8a1e67c742b450bb48b707e3e1ce46b/setup.py'"'"',), "", "exec"))' bdist_wheel -d /tmp/pip-wheel-irpauaex[/] 2025-09-07T20:08:07,517 [bold magenta]cwd[/]: /tmp/pip-wheel-_k53nrzj/lazytools_e8a1e67c742b450bb48b707e3e1ce46b/ 2025-09-07T20:08:07,517 Building wheel for lazytools (setup.py): finished with status 'error' 2025-09-07T20:08:07,518 ERROR: Failed building wheel for lazytools 2025-09-07T20:08:07,519 Running setup.py clean for lazytools 2025-09-07T20:08:07,520 Running command python setup.py clean 2025-09-07T20:08:08,724 'build/bdist.linux-armv7l' does not exist -- can't clean it 2025-09-07T20:08:08,725 'build/scripts-3.13' does not exist -- can't clean it 2025-09-07T20:08:08,835 Failed to build lazytools 2025-09-07T20:08:08,836 ERROR: Failed to build one or more wheels 2025-09-07T20:08:08,837 Exception information: 2025-09-07T20:08:08,837 Traceback (most recent call last): 2025-09-07T20:08:08,837 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2025-09-07T20:08:08,837 status = _inner_run() 2025-09-07T20:08:08,837 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2025-09-07T20:08:08,837 return self.run(options, args) 2025-09-07T20:08:08,837 ~~~~~~~~^^^^^^^^^^^^^^^ 2025-09-07T20:08:08,837 File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 68, in wrapper 2025-09-07T20:08:08,837 return func(self, options, args) 2025-09-07T20:08:08,837 File "/usr/lib/python3/dist-packages/pip/_internal/commands/wheel.py", line 180, in run 2025-09-07T20:08:08,837 raise CommandError("Failed to build one or more wheels") 2025-09-07T20:08:08,837 pip._internal.exceptions.CommandError: Failed to build one or more wheels 2025-09-07T20:08:08,841 Removed build tracker: '/tmp/pip-build-tracker-l6n6i0va'