running build running build_py creating build creating build/lib.linux-riscv64-3.10 copying _pyrsistent_version.py -> build/lib.linux-riscv64-3.10 creating build/lib.linux-riscv64-3.10/pyrsistent copying pyrsistent/typing.py -> build/lib.linux-riscv64-3.10/pyrsistent copying pyrsistent/_transformations.py -> build/lib.linux-riscv64-3.10/pyrsistent copying pyrsistent/_toolz.py -> build/lib.linux-riscv64-3.10/pyrsistent copying pyrsistent/_pvector.py -> build/lib.linux-riscv64-3.10/pyrsistent copying pyrsistent/_pset.py -> build/lib.linux-riscv64-3.10/pyrsistent copying pyrsistent/_precord.py -> build/lib.linux-riscv64-3.10/pyrsistent copying pyrsistent/_pmap.py -> build/lib.linux-riscv64-3.10/pyrsistent copying pyrsistent/_plist.py -> build/lib.linux-riscv64-3.10/pyrsistent copying pyrsistent/_pdeque.py -> build/lib.linux-riscv64-3.10/pyrsistent copying pyrsistent/_pclass.py -> build/lib.linux-riscv64-3.10/pyrsistent copying pyrsistent/_pbag.py -> build/lib.linux-riscv64-3.10/pyrsistent copying pyrsistent/_immutable.py -> build/lib.linux-riscv64-3.10/pyrsistent copying pyrsistent/_helpers.py -> build/lib.linux-riscv64-3.10/pyrsistent copying pyrsistent/_field_common.py -> build/lib.linux-riscv64-3.10/pyrsistent copying pyrsistent/_checked_types.py -> build/lib.linux-riscv64-3.10/pyrsistent copying pyrsistent/__init__.py -> build/lib.linux-riscv64-3.10/pyrsistent copying pyrsistent/py.typed -> build/lib.linux-riscv64-3.10/pyrsistent copying pyrsistent/__init__.pyi -> build/lib.linux-riscv64-3.10/pyrsistent copying pyrsistent/typing.pyi -> build/lib.linux-riscv64-3.10/pyrsistent running build_ext building 'pvectorc' extension creating build/temp.linux-riscv64-3.10 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=rv64gc -mabi=lp64d -O3 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -march=rv64gc -mabi=lp64d -O3 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -march=rv64gc -mabi=lp64d -O3 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -I/usr/include/python3.10 -c pvectorcmodule.c -o build/temp.linux-riscv64-3.10/pvectorcmodule.o pvectorcmodule.c: In function ‘nodeFor’: pvectorcmodule.c:152:21: warning: comparison of integer expressions of different signedness: ‘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: ‘int’ and ‘unsigned int’ [-Wsign-compare] 153 | if(i >= TAIL_OFF(self)) { | ^~ pvectorcmodule.c: In function ‘PVector_repeat’: pvectorcmodule.c:428:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 428 | for(j=0; jcount; j++) { | ^ 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) > (1 << vec->shift)) | ^ pvectorcmodule.c:769:8: note: in expansion of macro ‘ROOT_NODE_FULL’ 769 | if(ROOT_NODE_FULL(newVec)) { | ^~~~~~~~~~~~~~ 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) > (1 << vec->shift)) | ^ pvectorcmodule.c:919:6: note: in expansion of macro ‘ROOT_NODE_FULL’ 919 | if(ROOT_NODE_FULL(self)) { | ^~~~~~~~~~~~~~ gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection build/temp.linux-riscv64-3.10/pvectorcmodule.o -L/usr/lib -o build/lib.linux-riscv64-3.10/pvectorc.cpython-310-riscv64-linux-gnu.so