2025-09-07T22:06:04,311 Created temporary directory: /tmp/pip-build-tracker-3cy7rkiw 2025-09-07T22:06:04,312 Initialized build tracking at /tmp/pip-build-tracker-3cy7rkiw 2025-09-07T22:06:04,312 Created build tracker: /tmp/pip-build-tracker-3cy7rkiw 2025-09-07T22:06:04,312 Entered build tracker: /tmp/pip-build-tracker-3cy7rkiw 2025-09-07T22:06:04,312 Created temporary directory: /tmp/pip-wheel-lyyjyh_1 2025-09-07T22:06:04,315 Created temporary directory: /tmp/pip-ephem-wheel-cache-9a87o5v3 2025-09-07T22:06:04,373 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-09-07T22:06:04,375 2 location(s) to search for versions of python-cdb: 2025-09-07T22:06:04,375 * https://pypi.org/simple/python-cdb/ 2025-09-07T22:06:04,375 * https://www.piwheels.org/simple/python-cdb/ 2025-09-07T22:06:04,376 Fetching project page and analyzing links: https://pypi.org/simple/python-cdb/ 2025-09-07T22:06:04,376 Getting page https://pypi.org/simple/python-cdb/ 2025-09-07T22:06:04,377 Found index url https://pypi.org/simple/ 2025-09-07T22:06:04,525 Fetched page https://pypi.org/simple/python-cdb/ as application/vnd.pypi.simple.v1+json 2025-09-07T22:06:04,526 Found link https://files.pythonhosted.org/packages/c7/14/c4ea891fd8943623dcb325ab1194a1473351b02b82c3c58c8a4179027fdb/python-cdb-0.35.tar.gz (from https://pypi.org/simple/python-cdb/), version: 0.35 2025-09-07T22:06:04,527 Fetching project page and analyzing links: https://www.piwheels.org/simple/python-cdb/ 2025-09-07T22:06:04,528 Getting page https://www.piwheels.org/simple/python-cdb/ 2025-09-07T22:06:04,530 Found index url https://www.piwheels.org/simple/ 2025-09-07T22:06:04,684 Fetched page https://www.piwheels.org/simple/python-cdb/ as text/html 2025-09-07T22:06:04,686 Skipping link: not a file: https://www.piwheels.org/simple/python-cdb/ 2025-09-07T22:06:04,686 Skipping link: not a file: https://pypi.org/simple/python-cdb/ 2025-09-07T22:06:04,724 Given no hashes to check 1 links for project 'python-cdb': discarding no candidates 2025-09-07T22:06:04,725 Collecting python-cdb==0.35 2025-09-07T22:06:04,726 Created temporary directory: /tmp/pip-unpack-_8551uza 2025-09-07T22:06:04,865 Downloading python-cdb-0.35.tar.gz (19 kB) 2025-09-07T22:06:04,895 Added python-cdb==0.35 from https://files.pythonhosted.org/packages/c7/14/c4ea891fd8943623dcb325ab1194a1473351b02b82c3c58c8a4179027fdb/python-cdb-0.35.tar.gz to build tracker '/tmp/pip-build-tracker-3cy7rkiw' 2025-09-07T22:06:04,896 Running setup.py (path:/tmp/pip-wheel-lyyjyh_1/python-cdb_b645dcd706d44169b99cd19686311dc8/setup.py) egg_info for package python-cdb 2025-09-07T22:06:04,897 Created temporary directory: /tmp/pip-pip-egg-info-vcaqq7m1 2025-09-07T22:06:04,897 Preparing metadata (setup.py): started 2025-09-07T22:06:04,898 Running command python setup.py egg_info 2025-09-07T22:06:06,346 Preparing metadata (setup.py): finished with status 'done' 2025-09-07T22:06:06,351 Source in /tmp/pip-wheel-lyyjyh_1/python-cdb_b645dcd706d44169b99cd19686311dc8 has version 0.35, which satisfies requirement python-cdb==0.35 from https://files.pythonhosted.org/packages/c7/14/c4ea891fd8943623dcb325ab1194a1473351b02b82c3c58c8a4179027fdb/python-cdb-0.35.tar.gz 2025-09-07T22:06:06,351 Removed python-cdb==0.35 from https://files.pythonhosted.org/packages/c7/14/c4ea891fd8943623dcb325ab1194a1473351b02b82c3c58c8a4179027fdb/python-cdb-0.35.tar.gz from build tracker '/tmp/pip-build-tracker-3cy7rkiw' 2025-09-07T22:06:06,354 Created temporary directory: /tmp/pip-unpack-e247f38j 2025-09-07T22:06:06,354 Created temporary directory: /tmp/pip-unpack-pe2vxiku 2025-09-07T22:06:06,355 Building wheels for collected packages: python-cdb 2025-09-07T22:06:06,356 Created temporary directory: /tmp/pip-wheel-9wxxihrp 2025-09-07T22:06:06,356 DEPRECATION: Building 'python-cdb' 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 'python-cdb'. Discussion can be found at https://github.com/pypa/pip/issues/6334 2025-09-07T22:06:06,357 Building wheel for python-cdb (setup.py): started 2025-09-07T22:06:06,358 Destination directory: /tmp/pip-wheel-9wxxihrp 2025-09-07T22:06:06,358 Running command python setup.py bdist_wheel 2025-09-07T22:06:08,153 src/cdb.c: In function ‘cdb_init’: 2025-09-07T22:06:08,153 src/cdb.c:41:11: warning: the comparison will always evaluate as ‘true’ for the pointer operand in ‘x + 1’ must not be NULL [-Waddress] 2025-09-07T22:06:08,153 41 | if (x + 1) { 2025-09-07T22:06:08,154 | ^ 2025-09-07T22:06:08,155 src/cdb.c: In function ‘match’: 2025-09-07T22:06:08,155 src/cdb.c:82:11: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 2025-09-07T22:06:08,155 82 | if (n > len) n = len; 2025-09-07T22:06:08,155 | ^ 2025-09-07T22:06:09,163 src/cdbmodule.c:78:1: error: unknown type name ‘staticforward’ 2025-09-07T22:06:09,163 78 | staticforward PyTypeObject CdbType; 2025-09-07T22:06:09,163 | ^~~~~~~~~~~~~ 2025-09-07T22:06:09,164 src/cdbmodule.c:78:28: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘CdbType’ 2025-09-07T22:06:09,164 78 | staticforward PyTypeObject CdbType; 2025-09-07T22:06:09,164 | ^~~~~~~ 2025-09-07T22:06:09,178 src/cdbmodule.c: In function ‘cdb_pyread’: 2025-09-07T22:06:09,179 src/cdbmodule.c:93:9: error: implicit declaration of function ‘PyString_FromStringAndSize’; did you mean ‘PyBytes_FromStringAndSize’? [-Wimplicit-function-declaration] 2025-09-07T22:06:09,179 93 | s = PyString_FromStringAndSize(c->map + pos, len); 2025-09-07T22:06:09,179 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-07T22:06:09,179 | PyBytes_FromStringAndSize 2025-09-07T22:06:09,179 src/cdbmodule.c:93:7: error: assignment to ‘PyObject *’ {aka ‘struct _object *’} from ‘int’ makes pointer from integer without a cast [-Wint-conversion] 2025-09-07T22:06:09,179 93 | s = PyString_FromStringAndSize(c->map + pos, len); 2025-09-07T22:06:09,180 | ^ 2025-09-07T22:06:09,180 src/cdbmodule.c:95:7: error: assignment to ‘PyObject *’ {aka ‘struct _object *’} from ‘int’ makes pointer from integer without a cast [-Wint-conversion] 2025-09-07T22:06:09,180 95 | s = PyString_FromStringAndSize(NULL, len); 2025-09-07T22:06:09,180 | ^ 2025-09-07T22:06:09,196 src/cdbmodule.c:101:20: error: implicit declaration of function ‘PyString_AsString’ [-Wimplicit-function-declaration] 2025-09-07T22:06:09,196 101 | char * buf = PyString_AsString(s); 2025-09-07T22:06:09,196 | ^~~~~~~~~~~~~~~~~ 2025-09-07T22:06:09,196 src/cdbmodule.c:101:20: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion] 2025-09-07T22:06:09,198 src/cdbmodule.c: In function ‘cdbo_get’: 2025-09-07T22:06:09,198 src/cdbmodule.c:193:16: error: assignment to ‘PyObject *’ {aka ‘struct _object *’} from ‘int’ makes pointer from integer without a cast [-Wint-conversion] 2025-09-07T22:06:09,198 193 | self->getkey = PyString_FromStringAndSize(key, klen); 2025-09-07T22:06:09,198 | ^ 2025-09-07T22:06:09,210 src/cdbmodule.c: In function ‘cdbo_getnext’: 2025-09-07T22:06:09,211 src/cdbmodule.c:273:23: error: implicit declaration of function ‘PyString_Size’; did you mean ‘PyMapping_Size’? [-Wimplicit-function-declaration] 2025-09-07T22:06:09,211 273 | PyString_Size(self->getkey))) { 2025-09-07T22:06:09,211 | ^~~~~~~~~~~~~ 2025-09-07T22:06:09,211 | PyMapping_Size 2025-09-07T22:06:09,211 src/cdbmodule.c:272:23: error: passing argument 2 of ‘cdb_findnext’ makes pointer from integer without a cast [-Wint-conversion] 2025-09-07T22:06:09,212 272 | PyString_AsString(self->getkey), 2025-09-07T22:06:09,212 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-07T22:06:09,212 | | 2025-09-07T22:06:09,212 | int 2025-09-07T22:06:09,212 In file included from src/cdbmodule.c:25: 2025-09-07T22:06:09,212 src/cdb.h:32:38: note: expected ‘char *’ but argument is of type ‘int’ 2025-09-07T22:06:09,212 32 | extern int cdb_findnext(struct cdb *,char *,unsigned int); 2025-09-07T22:06:09,212 | ^~~~~~ 2025-09-07T22:06:09,214 src/cdbmodule.c: In function ‘_cdbo_keyiter’: 2025-09-07T22:06:09,214 src/cdbmodule.c:333:30: error: passing argument 2 of ‘cdb_find’ makes pointer from integer without a cast [-Wint-conversion] 2025-09-07T22:06:09,214 333 | switch(cdb_find(&self->c,PyString_AsString(key),PyString_Size(key))) { 2025-09-07T22:06:09,214 | ^~~~~~~~~~~~~~~~~~~~~~ 2025-09-07T22:06:09,214 | | 2025-09-07T22:06:09,214 | int 2025-09-07T22:06:09,215 src/cdb.h:33:34: note: expected ‘char *’ but argument is of type ‘int’ 2025-09-07T22:06:09,215 33 | extern int cdb_find(struct cdb *,char *,unsigned int); 2025-09-07T22:06:09,215 | ^~~~~~ 2025-09-07T22:06:09,231 src/cdbmodule.c:341:25: error: implicit declaration of function ‘PyString_AS_STRING’; did you mean ‘PyBytes_AS_STRING’? [-Wimplicit-function-declaration] 2025-09-07T22:06:09,231 341 | PyString_AS_STRING((PyStringObject *) key)); 2025-09-07T22:06:09,231 | ^~~~~~~~~~~~~~~~~~ 2025-09-07T22:06:09,231 | PyBytes_AS_STRING 2025-09-07T22:06:09,244 src/cdbmodule.c:341:45: error: ‘PyStringObject’ undeclared (first use in this function); did you mean ‘PySliceObject’? 2025-09-07T22:06:09,244 341 | PyString_AS_STRING((PyStringObject *) key)); 2025-09-07T22:06:09,244 | ^~~~~~~~~~~~~~ 2025-09-07T22:06:09,244 | PySliceObject 2025-09-07T22:06:09,244 src/cdbmodule.c:341:45: note: each undeclared identifier is reported only once for each function it appears in 2025-09-07T22:06:09,244 src/cdbmodule.c:341:61: error: expected expression before ‘)’ token 2025-09-07T22:06:09,244 341 | PyString_AS_STRING((PyStringObject *) key)); 2025-09-07T22:06:09,245 | ^ 2025-09-07T22:06:09,260 src/cdbmodule.c: In function ‘cdbo_subscript’: 2025-09-07T22:06:09,261 src/cdbmodule.c:545:43: error: ‘PyStringObject’ undeclared (first use in this function); did you mean ‘PySliceObject’? 2025-09-07T22:06:09,261 545 | PyString_AS_STRING((PyStringObject *) k)); 2025-09-07T22:06:09,261 | ^~~~~~~~~~~~~~ 2025-09-07T22:06:09,261 | PySliceObject 2025-09-07T22:06:09,261 src/cdbmodule.c:545:59: error: expected expression before ‘)’ token 2025-09-07T22:06:09,261 545 | PyString_AS_STRING((PyStringObject *) k)); 2025-09-07T22:06:09,262 | ^ 2025-09-07T22:06:09,268 In file included from /usr/include/python3.13/Python.h:73, 2025-09-07T22:06:09,268 from src/cdbmodule.c:21: 2025-09-07T22:06:09,268 src/cdbmodule.c: In function ‘_wrap_cdb_init’: 2025-09-07T22:06:09,269 src/cdbmodule.c:587:35: error: ‘CdbType’ undeclared (first use in this function) 2025-09-07T22:06:09,270 587 | self = PyObject_NEW(CdbObject, &CdbType); 2025-09-07T22:06:09,270 | ^~~~~~~ 2025-09-07T22:06:09,270 /usr/include/python3.13/objimpl.h:130:60: note: in definition of macro ‘PyObject_New’ 2025-09-07T22:06:09,270 130 | #define PyObject_New(type, typeobj) ((type *)_PyObject_New(typeobj)) 2025-09-07T22:06:09,270 | ^~~~~~~ 2025-09-07T22:06:09,270 src/cdbmodule.c:587:10: note: in expansion of macro ‘PyObject_NEW’ 2025-09-07T22:06:09,270 587 | self = PyObject_NEW(CdbObject, &CdbType); 2025-09-07T22:06:09,270 | ^~~~~~~~~~~~ 2025-09-07T22:06:09,281 src/cdbmodule.c: In function ‘cdbo_constructor’: 2025-09-07T22:06:09,282 src/cdbmodule.c:614:7: error: implicit declaration of function ‘PyString_Check’; did you mean ‘PyMapping_Check’? [-Wimplicit-function-declaration] 2025-09-07T22:06:09,282 614 | if (PyString_Check(f)) { 2025-09-07T22:06:09,282 | ^~~~~~~~~~~~~~ 2025-09-07T22:06:09,282 | PyMapping_Check 2025-09-07T22:06:09,282 src/cdbmodule.c:616:25: error: passing argument 1 of ‘open’ makes pointer from integer without a cast [-Wint-conversion] 2025-09-07T22:06:09,282 616 | if ((fd = open_read(PyString_AsString(f))) == -1) 2025-09-07T22:06:09,282 | ^ 2025-09-07T22:06:09,282 | | 2025-09-07T22:06:09,282 | int 2025-09-07T22:06:09,283 src/cdbmodule.c:28:35: note: in definition of macro ‘open_read’ 2025-09-07T22:06:09,283 28 | #define open_read(x) (open((x),O_RDONLY|O_NDELAY)) 2025-09-07T22:06:09,283 | ^ 2025-09-07T22:06:09,283 In file included from /usr/include/features.h:523, 2025-09-07T22:06:09,283 from /usr/include/assert.h:35, 2025-09-07T22:06:09,283 from /usr/include/python3.13/Python.h:19: 2025-09-07T22:06:09,283 /usr/include/fcntl.h:212:12: note: expected ‘const char *’ but argument is of type ‘int’ 2025-09-07T22:06:09,283 212 | extern int __REDIRECT (open, (const char *__file, int __oflag, ...), open64) 2025-09-07T22:06:09,283 | ^~~~~~~~~~ 2025-09-07T22:06:09,290 src/cdbmodule.c:621:14: error: implicit declaration of function ‘PyInt_Check’; did you mean ‘PySet_Check’? [-Wimplicit-function-declaration] 2025-09-07T22:06:09,290 621 | } else if (PyInt_Check(f)) { 2025-09-07T22:06:09,290 | ^~~~~~~~~~~ 2025-09-07T22:06:09,290 | PySet_Check 2025-09-07T22:06:09,299 src/cdbmodule.c:623:16: error: implicit declaration of function ‘PyInt_AsLong’; did you mean ‘PyLong_AsLong’? [-Wimplicit-function-declaration] 2025-09-07T22:06:09,300 623 | fd = (int) PyInt_AsLong(f); 2025-09-07T22:06:09,300 | ^~~~~~~~~~~~ 2025-09-07T22:06:09,300 | PyLong_AsLong 2025-09-07T22:06:09,313 src/cdbmodule.c: In function ‘cdbo_getattr’: 2025-09-07T22:06:09,313 src/cdbmodule.c:666:7: error: implicit declaration of function ‘Py_FindMethod’ [-Wimplicit-function-declaration] 2025-09-07T22:06:09,313 666 | r = Py_FindMethod(cdb_methods, (PyObject *) self, name); 2025-09-07T22:06:09,313 | ^~~~~~~~~~~~~ 2025-09-07T22:06:09,314 src/cdbmodule.c:666:5: error: assignment to ‘PyObject *’ {aka ‘struct _object *’} from ‘int’ makes pointer from integer without a cast [-Wint-conversion] 2025-09-07T22:06:09,314 666 | r = Py_FindMethod(cdb_methods, (PyObject *) self, name); 2025-09-07T22:06:09,314 | ^ 2025-09-07T22:06:09,323 src/cdbmodule.c: At top level: 2025-09-07T22:06:09,324 src/cdbmodule.c:716:1: error: unknown type name ‘staticforward’ 2025-09-07T22:06:09,324 716 | staticforward PyTypeObject CdbMakeType; 2025-09-07T22:06:09,324 | ^~~~~~~~~~~~~ 2025-09-07T22:06:09,324 src/cdbmodule.c:716:28: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘CdbMakeType’ 2025-09-07T22:06:09,324 716 | staticforward PyTypeObject CdbMakeType; 2025-09-07T22:06:09,324 | ^~~~~~~~~~~ 2025-09-07T22:06:09,340 src/cdbmodule.c: In function ‘CdbMake_addmany’: 2025-09-07T22:06:09,341 src/cdbmodule.c:770:9: error: implicit declaration of function ‘PyString_AsStringAndSize’; did you mean ‘PyBytes_AsStringAndSize’? [-Wimplicit-function-declaration] 2025-09-07T22:06:09,341 770 | if (PyString_AsStringAndSize(key_item, &key, &klen) < 0) 2025-09-07T22:06:09,341 | ^~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-07T22:06:09,341 | PyBytes_AsStringAndSize 2025-09-07T22:06:09,343 src/cdbmodule.c: In function ‘CdbMake_finish’: 2025-09-07T22:06:09,343 src/cdbmodule.c:802:14: error: passing argument 1 of ‘rename’ makes pointer from integer without a cast [-Wint-conversion] 2025-09-07T22:06:09,343 802 | if (rename(PyString_AsString(self->fntmp), 2025-09-07T22:06:09,343 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-07T22:06:09,344 | | 2025-09-07T22:06:09,344 | int 2025-09-07T22:06:09,344 In file included from /usr/include/python3.13/Python.h:37: 2025-09-07T22:06:09,344 /usr/include/stdio.h:160:32: note: expected ‘const char *’ but argument is of type ‘int’ 2025-09-07T22:06:09,344 160 | extern int rename (const char *__old, const char *__new) __THROW; 2025-09-07T22:06:09,344 | ~~~~~~~~~~~~^~~~~ 2025-09-07T22:06:09,344 src/cdbmodule.c:803:14: error: passing argument 2 of ‘rename’ makes pointer from integer without a cast [-Wint-conversion] 2025-09-07T22:06:09,345 803 | PyString_AsString(self->fn)) == -1) 2025-09-07T22:06:09,345 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-07T22:06:09,345 | | 2025-09-07T22:06:09,345 | int 2025-09-07T22:06:09,345 /usr/include/stdio.h:160:51: note: expected ‘const char *’ but argument is of type ‘int’ 2025-09-07T22:06:09,345 160 | extern int rename (const char *__old, const char *__new) __THROW; 2025-09-07T22:06:09,345 | ~~~~~~~~~~~~^~~~~ 2025-09-07T22:06:09,345 src/cdbmodule.c: In function ‘new_cdbmake’: 2025-09-07T22:06:09,346 src/cdbmodule.c:838:13: error: passing argument 1 of ‘fopen’ makes pointer from integer without a cast [-Wint-conversion] 2025-09-07T22:06:09,346 838 | f = fopen(PyString_AsString(fntmp), "w+b"); 2025-09-07T22:06:09,346 | ^~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-07T22:06:09,346 | | 2025-09-07T22:06:09,346 | int 2025-09-07T22:06:09,347 /usr/include/stdio.h:276:14: note: expected ‘const char * restrict’ but argument is of type ‘int’ 2025-09-07T22:06:09,347 276 | extern FILE *__REDIRECT (fopen, (const char *__restrict __filename, 2025-09-07T22:06:09,347 | ^~~~~~~~~~ 2025-09-07T22:06:09,357 src/cdbmodule.c:843:39: error: ‘CdbMakeType’ undeclared (first use in this function) 2025-09-07T22:06:09,357 843 | self = PyObject_NEW(cdbmakeobject, &CdbMakeType); 2025-09-07T22:06:09,357 | ^~~~~~~~~~~ 2025-09-07T22:06:09,357 /usr/include/python3.13/objimpl.h:130:60: note: in definition of macro ‘PyObject_New’ 2025-09-07T22:06:09,357 130 | #define PyObject_New(type, typeobj) ((type *)_PyObject_New(typeobj)) 2025-09-07T22:06:09,358 | ^~~~~~~ 2025-09-07T22:06:09,358 src/cdbmodule.c:843:10: note: in expansion of macro ‘PyObject_NEW’ 2025-09-07T22:06:09,358 843 | self = PyObject_NEW(cdbmakeobject, &CdbMakeType); 2025-09-07T22:06:09,358 | ^~~~~~~~~~~~ 2025-09-07T22:06:09,358 src/cdbmodule.c: In function ‘cdbmake_dealloc’: 2025-09-07T22:06:09,358 src/cdbmodule.c:869:14: error: passing argument 1 of ‘unlink’ makes pointer from integer without a cast [-Wint-conversion] 2025-09-07T22:06:09,358 869 | unlink(PyString_AsString(self->fntmp)); 2025-09-07T22:06:09,359 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-07T22:06:09,359 | | 2025-09-07T22:06:09,359 | int 2025-09-07T22:06:09,359 In file included from /usr/include/python3.13/Python.h:44: 2025-09-07T22:06:09,359 /usr/include/unistd.h:858:32: note: expected ‘const char *’ but argument is of type ‘int’ 2025-09-07T22:06:09,359 858 | extern int unlink (const char *__name) __THROW __nonnull ((1)); 2025-09-07T22:06:09,359 | ~~~~~~~~~~~~^~~~~~ 2025-09-07T22:06:09,360 src/cdbmodule.c: In function ‘cdbmake_getattr’: 2025-09-07T22:06:09,361 src/cdbmodule.c:899:10: error: returning ‘int’ from a function with return type ‘PyObject *’ {aka ‘struct _object *’} makes pointer from integer without a cast [-Wint-conversion] 2025-09-07T22:06:09,361 899 | return Py_FindMethod(cdbmake_methods, (PyObject *) self, name); 2025-09-07T22:06:09,361 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-07T22:06:09,367 src/cdbmodule.c: At top level: 2025-09-07T22:06:09,368 src/cdbmodule.c:904:1: error: unknown type name ‘statichere’ 2025-09-07T22:06:09,368 904 | statichere PyTypeObject CdbType = { 2025-09-07T22:06:09,368 | ^~~~~~~~~~ 2025-09-07T22:06:09,368 src/cdbmodule.c:904:25: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘CdbType’ 2025-09-07T22:06:09,368 904 | statichere PyTypeObject CdbType = { 2025-09-07T22:06:09,369 | ^~~~~~~ 2025-09-07T22:06:09,375 src/cdbmodule.c:932:1: error: unknown type name ‘statichere’ 2025-09-07T22:06:09,375 932 | statichere PyTypeObject CdbMakeType = { 2025-09-07T22:06:09,375 | ^~~~~~~~~~ 2025-09-07T22:06:09,376 src/cdbmodule.c:932:25: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘CdbMakeType’ 2025-09-07T22:06:09,376 932 | statichere PyTypeObject CdbMakeType = { 2025-09-07T22:06:09,376 | ^~~~~~~~~~~ 2025-09-07T22:06:09,377 src/cdbmodule.c:1013:1: error: return type defaults to ‘int’ [-Wimplicit-int] 2025-09-07T22:06:09,377 1013 | DL_EXPORT(void) 2025-09-07T22:06:09,377 | ^~~~~~~~~ 2025-09-07T22:06:09,377 src/cdbmodule.c: In function ‘DL_EXPORT’: 2025-09-07T22:06:09,378 src/cdbmodule.c:1014:1: error: expected declaration specifiers before ‘initcdb’ 2025-09-07T22:06:09,378 1014 | initcdb() { 2025-09-07T22:06:09,378 | ^~~~~~~ 2025-09-07T22:06:09,378 src/cdbmodule.c:1034: error: expected ‘{’ at end of input 2025-09-07T22:06:09,382 src/cdbmodule.c:1034: warning: control reaches end of non-void function [-Wreturn-type] 2025-09-07T22:06:09,382 src/cdbmodule.c: At top level: 2025-09-07T22:06:09,383 src/cdbmodule.c:1001:13: warning: ‘module_doc’ defined but not used [-Wunused-variable] 2025-09-07T22:06:09,383 1001 | static char module_doc[] = 2025-09-07T22:06:09,383 | ^~~~~~~~~~ 2025-09-07T22:06:09,383 src/cdbmodule.c:976:20: warning: ‘module_functions’ defined but not used [-Wunused-variable] 2025-09-07T22:06:09,384 976 | static PyMethodDef module_functions[] = { 2025-09-07T22:06:09,384 | ^~~~~~~~~~~~~~~~ 2025-09-07T22:06:09,384 src/cdbmodule.c:878:1: warning: ‘cdbmake_getattr’ defined but not used [-Wunused-function] 2025-09-07T22:06:09,384 878 | cdbmake_getattr(cdbmakeobject *self, char *name) { 2025-09-07T22:06:09,384 | ^~~~~~~~~~~~~~~ 2025-09-07T22:06:09,384 src/cdbmodule.c:862:1: warning: ‘cdbmake_dealloc’ defined but not used [-Wunused-function] 2025-09-07T22:06:09,385 862 | cdbmake_dealloc(cdbmakeobject *self) { 2025-09-07T22:06:09,385 | ^~~~~~~~~~~~~~~ 2025-09-07T22:06:09,385 src/cdbmodule.c:698:13: warning: ‘cdbmake_object_doc’ defined but not used [-Wunused-variable] 2025-09-07T22:06:09,385 698 | static char cdbmake_object_doc[] = 2025-09-07T22:06:09,385 | ^~~~~~~~~~~~~~~~~~ 2025-09-07T22:06:09,385 src/cdbmodule.c:662:1: warning: ‘cdbo_getattr’ defined but not used [-Wunused-function] 2025-09-07T22:06:09,385 662 | cdbo_getattr(CdbObject *self, char *name) { 2025-09-07T22:06:09,385 | ^~~~~~~~~~~~ 2025-09-07T22:06:09,386 src/cdbmodule.c:643:1: warning: ‘cdbo_dealloc’ defined but not used [-Wunused-function] 2025-09-07T22:06:09,386 643 | cdbo_dealloc(CdbObject *self) { /* del(cdb_o) */ 2025-09-07T22:06:09,386 | ^~~~~~~~~~~~ 2025-09-07T22:06:09,386 src/cdbmodule.c:553:25: warning: ‘cdbo_as_mapping’ defined but not used [-Wunused-variable] 2025-09-07T22:06:09,386 553 | static PyMappingMethods cdbo_as_mapping = { 2025-09-07T22:06:09,386 | ^~~~~~~~~~~~~~~ 2025-09-07T22:06:09,386 src/cdbmodule.c:36:13: warning: ‘cdbo_object_doc’ defined but not used [-Wunused-variable] 2025-09-07T22:06:09,387 36 | static char cdbo_object_doc[] = "\ 2025-09-07T22:06:09,387 | ^~~~~~~~~~~~~~~ 2025-09-07T22:06:09,391 error: command '/usr/bin/arm-linux-gnueabihf-gcc' failed with exit code 1 2025-09-07T22:06:09,537 ERROR: python setup.py bdist_wheel exited with 1 2025-09-07T22:06:09,550 [bold magenta]full command[/]: [blue]/usr/bin/python3 -u -c ' 2025-09-07T22:06:09,550 exec(compile('"'"''"'"''"'"' 2025-09-07T22:06:09,550 # This is -- a caller that pip uses to run setup.py 2025-09-07T22:06:09,550 # 2025-09-07T22:06:09,550 # - It imports setuptools before invoking setup.py, to enable projects that directly 2025-09-07T22:06:09,550 # import from `distutils.core` to work with newer packaging standards. 2025-09-07T22:06:09,550 # - It provides a clear error message when setuptools is not installed. 2025-09-07T22:06:09,550 # - It sets `sys.argv[0]` to the underlying `setup.py`, when invoking `setup.py` so 2025-09-07T22:06:09,550 # setuptools doesn'"'"'t think the script is `-c`. This avoids the following warning: 2025-09-07T22:06:09,550 # manifest_maker: standard file '"'"'-c'"'"' not found". 2025-09-07T22:06:09,550 # - It generates a shim setup.py, for handling setup.cfg-only projects. 2025-09-07T22:06:09,550 import os, sys, tokenize, traceback 2025-09-07T22:06:09,550 2025-09-07T22:06:09,550 try: 2025-09-07T22:06:09,550 import setuptools 2025-09-07T22:06:09,550 except ImportError: 2025-09-07T22:06:09,550 print( 2025-09-07T22:06:09,550 "ERROR: Can not execute `setup.py` since setuptools failed to import in " 2025-09-07T22:06:09,550 "the build environment with exception:", 2025-09-07T22:06:09,550 file=sys.stderr, 2025-09-07T22:06:09,550 ) 2025-09-07T22:06:09,550 traceback.print_exc() 2025-09-07T22:06:09,550 sys.exit(1) 2025-09-07T22:06:09,550 2025-09-07T22:06:09,550 __file__ = %r 2025-09-07T22:06:09,550 sys.argv[0] = __file__ 2025-09-07T22:06:09,550 2025-09-07T22:06:09,550 if os.path.exists(__file__): 2025-09-07T22:06:09,550 filename = __file__ 2025-09-07T22:06:09,550 with tokenize.open(__file__) as f: 2025-09-07T22:06:09,550 setup_py_code = f.read() 2025-09-07T22:06:09,550 else: 2025-09-07T22:06:09,550 filename = "" 2025-09-07T22:06:09,550 setup_py_code = "from setuptools import setup; setup()" 2025-09-07T22:06:09,550 2025-09-07T22:06:09,550 exec(compile(setup_py_code, filename, "exec")) 2025-09-07T22:06:09,550 '"'"''"'"''"'"' % ('"'"'/tmp/pip-wheel-lyyjyh_1/python-cdb_b645dcd706d44169b99cd19686311dc8/setup.py'"'"',), "", "exec"))' bdist_wheel -d /tmp/pip-wheel-9wxxihrp[/] 2025-09-07T22:06:09,550 [bold magenta]cwd[/]: /tmp/pip-wheel-lyyjyh_1/python-cdb_b645dcd706d44169b99cd19686311dc8/ 2025-09-07T22:06:09,550 Building wheel for python-cdb (setup.py): finished with status 'error' 2025-09-07T22:06:09,551 ERROR: Failed building wheel for python-cdb 2025-09-07T22:06:09,552 Running setup.py clean for python-cdb 2025-09-07T22:06:09,553 Running command python setup.py clean 2025-09-07T22:06:10,759 'build/lib.linux-armv7l-cpython-313' does not exist -- can't clean it 2025-09-07T22:06:10,759 'build/bdist.linux-armv7l' does not exist -- can't clean it 2025-09-07T22:06:10,759 'build/scripts-3.13' does not exist -- can't clean it 2025-09-07T22:06:10,871 Failed to build python-cdb 2025-09-07T22:06:10,872 ERROR: Failed to build one or more wheels 2025-09-07T22:06:10,873 Exception information: 2025-09-07T22:06:10,873 Traceback (most recent call last): 2025-09-07T22:06:10,873 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2025-09-07T22:06:10,873 status = _inner_run() 2025-09-07T22:06:10,873 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2025-09-07T22:06:10,873 return self.run(options, args) 2025-09-07T22:06:10,873 ~~~~~~~~^^^^^^^^^^^^^^^ 2025-09-07T22:06:10,873 File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 68, in wrapper 2025-09-07T22:06:10,873 return func(self, options, args) 2025-09-07T22:06:10,873 File "/usr/lib/python3/dist-packages/pip/_internal/commands/wheel.py", line 180, in run 2025-09-07T22:06:10,873 raise CommandError("Failed to build one or more wheels") 2025-09-07T22:06:10,873 pip._internal.exceptions.CommandError: Failed to build one or more wheels 2025-09-07T22:06:10,877 Removed build tracker: '/tmp/pip-build-tracker-3cy7rkiw'