/build/python-btrees/src/BTrees-4.9.2/setup.py:19: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
  from distutils.errors import CCompilerError
running build
running build_py
creating build
creating build/lib.linux-riscv64-3.10
creating build/lib.linux-riscv64-3.10/BTrees
copying src/BTrees/utils.py -> build/lib.linux-riscv64-3.10/BTrees
copying src/BTrees/check.py -> build/lib.linux-riscv64-3.10/BTrees
copying src/BTrees/_module_builder.py -> build/lib.linux-riscv64-3.10/BTrees
copying src/BTrees/_datatypes.py -> build/lib.linux-riscv64-3.10/BTrees
copying src/BTrees/_compat.py -> build/lib.linux-riscv64-3.10/BTrees
copying src/BTrees/_base.py -> build/lib.linux-riscv64-3.10/BTrees
copying src/BTrees/__init__.py -> build/lib.linux-riscv64-3.10/BTrees
copying src/BTrees/Length.py -> build/lib.linux-riscv64-3.10/BTrees
copying src/BTrees/Interfaces.py -> build/lib.linux-riscv64-3.10/BTrees
creating build/lib.linux-riscv64-3.10/BTrees/tests
copying src/BTrees/tests/test_utils.py -> build/lib.linux-riscv64-3.10/BTrees/tests
copying src/BTrees/tests/test_fsBTree.py -> build/lib.linux-riscv64-3.10/BTrees/tests
copying src/BTrees/tests/test_dynamic_btrees.py -> build/lib.linux-riscv64-3.10/BTrees/tests
copying src/BTrees/tests/test_check.py -> build/lib.linux-riscv64-3.10/BTrees/tests
copying src/BTrees/tests/test_btreesubclass.py -> build/lib.linux-riscv64-3.10/BTrees/tests
copying src/BTrees/tests/test__datatypes.py -> build/lib.linux-riscv64-3.10/BTrees/tests
copying src/BTrees/tests/test__base.py -> build/lib.linux-riscv64-3.10/BTrees/tests
copying src/BTrees/tests/test_OOBTree.py -> build/lib.linux-riscv64-3.10/BTrees/tests
copying src/BTrees/tests/test_Length.py -> build/lib.linux-riscv64-3.10/BTrees/tests
copying src/BTrees/tests/testPersistency.py -> build/lib.linux-riscv64-3.10/BTrees/tests
copying src/BTrees/tests/testConflict.py -> build/lib.linux-riscv64-3.10/BTrees/tests
copying src/BTrees/tests/testBTreesUnicode.py -> build/lib.linux-riscv64-3.10/BTrees/tests
copying src/BTrees/tests/testBTrees.py -> build/lib.linux-riscv64-3.10/BTrees/tests
copying src/BTrees/tests/common.py -> build/lib.linux-riscv64-3.10/BTrees/tests
copying src/BTrees/tests/_test_builder.py -> build/lib.linux-riscv64-3.10/BTrees/tests
copying src/BTrees/tests/__init__.py -> build/lib.linux-riscv64-3.10/BTrees/tests
running egg_info
creating src/BTrees.egg-info
writing src/BTrees.egg-info/PKG-INFO
writing dependency_links to src/BTrees.egg-info/dependency_links.txt
writing entry points to src/BTrees.egg-info/entry_points.txt
writing requirements to src/BTrees.egg-info/requires.txt
writing top-level names to src/BTrees.egg-info/top_level.txt
writing manifest file 'src/BTrees.egg-info/SOURCES.txt'
reading manifest file 'src/BTrees.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.dll' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.pyo' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
warning: no previously-included files matching '*~' found anywhere in distribution
warning: no previously-included files matching '*#' found anywhere in distribution
warning: no previously-included files matching 'coverage.xml' found anywhere in distribution
no previously-included directories found matching 'docs/_build'
adding license file 'LICENSE.txt'
writing manifest file 'src/BTrees.egg-info/SOURCES.txt'
copying src/BTrees/BTreeItemsTemplate.c -> build/lib.linux-riscv64-3.10/BTrees
copying src/BTrees/BTreeModuleTemplate.c -> build/lib.linux-riscv64-3.10/BTrees
copying src/BTrees/BTreeTemplate.c -> build/lib.linux-riscv64-3.10/BTrees
copying src/BTrees/BucketTemplate.c -> build/lib.linux-riscv64-3.10/BTrees
copying src/BTrees/MergeTemplate.c -> build/lib.linux-riscv64-3.10/BTrees
copying src/BTrees/SetOpTemplate.c -> build/lib.linux-riscv64-3.10/BTrees
copying src/BTrees/SetOpTemplate.h -> build/lib.linux-riscv64-3.10/BTrees
copying src/BTrees/SetTemplate.c -> build/lib.linux-riscv64-3.10/BTrees
copying src/BTrees/TreeSetTemplate.c -> build/lib.linux-riscv64-3.10/BTrees
copying src/BTrees/_IFBTree.c -> build/lib.linux-riscv64-3.10/BTrees
copying src/BTrees/_IIBTree.c -> build/lib.linux-riscv64-3.10/BTrees
copying src/BTrees/_IOBTree.c -> build/lib.linux-riscv64-3.10/BTrees
copying src/BTrees/_IUBTree.c -> build/lib.linux-riscv64-3.10/BTrees
copying src/BTrees/_LFBTree.c -> build/lib.linux-riscv64-3.10/BTrees
copying src/BTrees/_LLBTree.c -> build/lib.linux-riscv64-3.10/BTrees
copying src/BTrees/_LOBTree.c -> build/lib.linux-riscv64-3.10/BTrees
copying src/BTrees/_LQBTree.c -> build/lib.linux-riscv64-3.10/BTrees
copying src/BTrees/_OIBTree.c -> build/lib.linux-riscv64-3.10/BTrees
copying src/BTrees/_OLBTree.c -> build/lib.linux-riscv64-3.10/BTrees
copying src/BTrees/_OOBTree.c -> build/lib.linux-riscv64-3.10/BTrees
copying src/BTrees/_OQBTree.c -> build/lib.linux-riscv64-3.10/BTrees
copying src/BTrees/_OUBTree.c -> build/lib.linux-riscv64-3.10/BTrees
copying src/BTrees/_QFBTree.c -> build/lib.linux-riscv64-3.10/BTrees
copying src/BTrees/_QLBTree.c -> build/lib.linux-riscv64-3.10/BTrees
copying src/BTrees/_QOBTree.c -> build/lib.linux-riscv64-3.10/BTrees
copying src/BTrees/_QQBTree.c -> build/lib.linux-riscv64-3.10/BTrees
copying src/BTrees/_UFBTree.c -> build/lib.linux-riscv64-3.10/BTrees
copying src/BTrees/_UIBTree.c -> build/lib.linux-riscv64-3.10/BTrees
copying src/BTrees/_UOBTree.c -> build/lib.linux-riscv64-3.10/BTrees
copying src/BTrees/_UUBTree.c -> build/lib.linux-riscv64-3.10/BTrees
copying src/BTrees/_compat.h -> build/lib.linux-riscv64-3.10/BTrees
copying src/BTrees/_fsBTree.c -> build/lib.linux-riscv64-3.10/BTrees
copying src/BTrees/floatvaluemacros.h -> build/lib.linux-riscv64-3.10/BTrees
copying src/BTrees/intkeymacros.h -> build/lib.linux-riscv64-3.10/BTrees
copying src/BTrees/intvaluemacros.h -> build/lib.linux-riscv64-3.10/BTrees
copying src/BTrees/objectkeymacros.h -> build/lib.linux-riscv64-3.10/BTrees
copying src/BTrees/objectvaluemacros.h -> build/lib.linux-riscv64-3.10/BTrees
copying src/BTrees/sorters.c -> build/lib.linux-riscv64-3.10/BTrees
running build_ext
building 'BTrees._IOBTree' extension
creating build/temp.linux-riscv64-3.10
creating build/temp.linux-riscv64-3.10/src
creating build/temp.linux-riscv64-3.10/src/BTrees
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 -DEXCLUDE_INTSET_SUPPORT -I/usr/lib/python3.10/site-packages -I/usr/include/python3.10 -c src/BTrees/_IOBTree.c -o build/temp.linux-riscv64-3.10/src/BTrees/_IOBTree.o
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/src/BTrees/_IOBTree.o -L/usr/lib -o build/lib.linux-riscv64-3.10/BTrees/_IOBTree.cpython-310-riscv64-linux-gnu.so
building 'BTrees._IIBTree' extension
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 -DEXCLUDE_INTSET_SUPPORT -I/usr/lib/python3.10/site-packages -I/usr/include/python3.10 -c src/BTrees/_IIBTree.c -o build/temp.linux-riscv64-3.10/src/BTrees/_IIBTree.o
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/src/BTrees/_IIBTree.o -L/usr/lib -o build/lib.linux-riscv64-3.10/BTrees/_IIBTree.cpython-310-riscv64-linux-gnu.so
building 'BTrees._IFBTree' extension
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 -DEXCLUDE_INTSET_SUPPORT -I/usr/lib/python3.10/site-packages -I/usr/include/python3.10 -c src/BTrees/_IFBTree.c -o build/temp.linux-riscv64-3.10/src/BTrees/_IFBTree.o
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/src/BTrees/_IFBTree.o -L/usr/lib -o build/lib.linux-riscv64-3.10/BTrees/_IFBTree.cpython-310-riscv64-linux-gnu.so
building 'BTrees._IUBTree' extension
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 -DEXCLUDE_INTSET_SUPPORT -I/usr/lib/python3.10/site-packages -I/usr/include/python3.10 -c src/BTrees/_IUBTree.c -o build/temp.linux-riscv64-3.10/src/BTrees/_IUBTree.o
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/src/BTrees/_IUBTree.o -L/usr/lib -o build/lib.linux-riscv64-3.10/BTrees/_IUBTree.cpython-310-riscv64-linux-gnu.so
building 'BTrees._UOBTree' extension
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 -DEXCLUDE_INTSET_SUPPORT -I/usr/lib/python3.10/site-packages -I/usr/include/python3.10 -c src/BTrees/_UOBTree.c -o build/temp.linux-riscv64-3.10/src/BTrees/_UOBTree.o
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/src/BTrees/_UOBTree.o -L/usr/lib -o build/lib.linux-riscv64-3.10/BTrees/_UOBTree.cpython-310-riscv64-linux-gnu.so
building 'BTrees._UUBTree' extension
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 -DEXCLUDE_INTSET_SUPPORT -I/usr/lib/python3.10/site-packages -I/usr/include/python3.10 -c src/BTrees/_UUBTree.c -o build/temp.linux-riscv64-3.10/src/BTrees/_UUBTree.o
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/src/BTrees/_UUBTree.o -L/usr/lib -o build/lib.linux-riscv64-3.10/BTrees/_UUBTree.cpython-310-riscv64-linux-gnu.so
building 'BTrees._UFBTree' extension
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 -DEXCLUDE_INTSET_SUPPORT -I/usr/lib/python3.10/site-packages -I/usr/include/python3.10 -c src/BTrees/_UFBTree.c -o build/temp.linux-riscv64-3.10/src/BTrees/_UFBTree.o
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/src/BTrees/_UFBTree.o -L/usr/lib -o build/lib.linux-riscv64-3.10/BTrees/_UFBTree.cpython-310-riscv64-linux-gnu.so
building 'BTrees._UIBTree' extension
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 -DEXCLUDE_INTSET_SUPPORT -I/usr/lib/python3.10/site-packages -I/usr/include/python3.10 -c src/BTrees/_UIBTree.c -o build/temp.linux-riscv64-3.10/src/BTrees/_UIBTree.o
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/src/BTrees/_UIBTree.o -L/usr/lib -o build/lib.linux-riscv64-3.10/BTrees/_UIBTree.cpython-310-riscv64-linux-gnu.so
building 'BTrees._LOBTree' extension
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 -DEXCLUDE_INTSET_SUPPORT -I/usr/lib/python3.10/site-packages -I/usr/include/python3.10 -c src/BTrees/_LOBTree.c -o build/temp.linux-riscv64-3.10/src/BTrees/_LOBTree.o
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/src/BTrees/_LOBTree.o -L/usr/lib -o build/lib.linux-riscv64-3.10/BTrees/_LOBTree.cpython-310-riscv64-linux-gnu.so
building 'BTrees._LLBTree' extension
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 -DEXCLUDE_INTSET_SUPPORT -I/usr/lib/python3.10/site-packages -I/usr/include/python3.10 -c src/BTrees/_LLBTree.c -o build/temp.linux-riscv64-3.10/src/BTrees/_LLBTree.o
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/src/BTrees/_LLBTree.o -L/usr/lib -o build/lib.linux-riscv64-3.10/BTrees/_LLBTree.cpython-310-riscv64-linux-gnu.so
building 'BTrees._LFBTree' extension
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 -DEXCLUDE_INTSET_SUPPORT -I/usr/lib/python3.10/site-packages -I/usr/include/python3.10 -c src/BTrees/_LFBTree.c -o build/temp.linux-riscv64-3.10/src/BTrees/_LFBTree.o
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/src/BTrees/_LFBTree.o -L/usr/lib -o build/lib.linux-riscv64-3.10/BTrees/_LFBTree.cpython-310-riscv64-linux-gnu.so
building 'BTrees._LQBTree' extension
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 -DEXCLUDE_INTSET_SUPPORT -I/usr/lib/python3.10/site-packages -I/usr/include/python3.10 -c src/BTrees/_LQBTree.c -o build/temp.linux-riscv64-3.10/src/BTrees/_LQBTree.o
In file included from src/BTrees/_LQBTree.c:44:
src/BTrees/BTreeModuleTemplate.c:104:1: warning: ‘ulonglong_check’ defined but not used [-Wunused-function]
  104 | ulonglong_check(PyObject *ob)
      | ^~~~~~~~~~~~~~~
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/src/BTrees/_LQBTree.o -L/usr/lib -o build/lib.linux-riscv64-3.10/BTrees/_LQBTree.cpython-310-riscv64-linux-gnu.so
building 'BTrees._QOBTree' extension
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 -DEXCLUDE_INTSET_SUPPORT -I/usr/lib/python3.10/site-packages -I/usr/include/python3.10 -c src/BTrees/_QOBTree.c -o build/temp.linux-riscv64-3.10/src/BTrees/_QOBTree.o
In file included from src/BTrees/_QOBTree.c:42:
src/BTrees/BTreeModuleTemplate.c:210:1: warning: ‘longlong_convert’ defined but not used [-Wunused-function]
  210 | longlong_convert(PyObject *ob, PY_LONG_LONG *value)
      | ^~~~~~~~~~~~~~~~
src/BTrees/BTreeModuleTemplate.c:202:1: warning: ‘longlong_as_object’ defined but not used [-Wunused-function]
  202 | longlong_as_object(PY_LONG_LONG val)
      | ^~~~~~~~~~~~~~~~~~
src/BTrees/BTreeModuleTemplate.c:133:1: warning: ‘longlong_check’ defined but not used [-Wunused-function]
  133 | longlong_check(PyObject *ob)
      | ^~~~~~~~~~~~~~
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/src/BTrees/_QOBTree.o -L/usr/lib -o build/lib.linux-riscv64-3.10/BTrees/_QOBTree.cpython-310-riscv64-linux-gnu.so
building 'BTrees._QQBTree' extension
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 -DEXCLUDE_INTSET_SUPPORT -I/usr/lib/python3.10/site-packages -I/usr/include/python3.10 -c src/BTrees/_QQBTree.c -o build/temp.linux-riscv64-3.10/src/BTrees/_QQBTree.o
In file included from src/BTrees/_QQBTree.c:45:
src/BTrees/BTreeModuleTemplate.c:210:1: warning: ‘longlong_convert’ defined but not used [-Wunused-function]
  210 | longlong_convert(PyObject *ob, PY_LONG_LONG *value)
      | ^~~~~~~~~~~~~~~~
src/BTrees/BTreeModuleTemplate.c:202:1: warning: ‘longlong_as_object’ defined but not used [-Wunused-function]
  202 | longlong_as_object(PY_LONG_LONG val)
      | ^~~~~~~~~~~~~~~~~~
src/BTrees/BTreeModuleTemplate.c:133:1: warning: ‘longlong_check’ defined but not used [-Wunused-function]
  133 | longlong_check(PyObject *ob)
      | ^~~~~~~~~~~~~~
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/src/BTrees/_QQBTree.o -L/usr/lib -o build/lib.linux-riscv64-3.10/BTrees/_QQBTree.cpython-310-riscv64-linux-gnu.so
building 'BTrees._QFBTree' extension
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 -DEXCLUDE_INTSET_SUPPORT -I/usr/lib/python3.10/site-packages -I/usr/include/python3.10 -c src/BTrees/_QFBTree.c -o build/temp.linux-riscv64-3.10/src/BTrees/_QFBTree.o
In file included from src/BTrees/_QFBTree.c:44:
src/BTrees/BTreeModuleTemplate.c:210:1: warning: ‘longlong_convert’ defined but not used [-Wunused-function]
  210 | longlong_convert(PyObject *ob, PY_LONG_LONG *value)
      | ^~~~~~~~~~~~~~~~
src/BTrees/BTreeModuleTemplate.c:202:1: warning: ‘longlong_as_object’ defined but not used [-Wunused-function]
  202 | longlong_as_object(PY_LONG_LONG val)
      | ^~~~~~~~~~~~~~~~~~
src/BTrees/BTreeModuleTemplate.c:133:1: warning: ‘longlong_check’ defined but not used [-Wunused-function]
  133 | longlong_check(PyObject *ob)
      | ^~~~~~~~~~~~~~
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/src/BTrees/_QFBTree.o -L/usr/lib -o build/lib.linux-riscv64-3.10/BTrees/_QFBTree.cpython-310-riscv64-linux-gnu.so
building 'BTrees._QLBTree' extension
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 -DEXCLUDE_INTSET_SUPPORT -I/usr/lib/python3.10/site-packages -I/usr/include/python3.10 -c src/BTrees/_QLBTree.c -o build/temp.linux-riscv64-3.10/src/BTrees/_QLBTree.o
In file included from src/BTrees/_QLBTree.c:44:
src/BTrees/BTreeModuleTemplate.c:133:1: warning: ‘longlong_check’ defined but not used [-Wunused-function]
  133 | longlong_check(PyObject *ob)
      | ^~~~~~~~~~~~~~
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/src/BTrees/_QLBTree.o -L/usr/lib -o build/lib.linux-riscv64-3.10/BTrees/_QLBTree.cpython-310-riscv64-linux-gnu.so
building 'BTrees._OOBTree' extension
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/lib/python3.10/site-packages -I/usr/include/python3.10 -c src/BTrees/_OOBTree.c -o build/temp.linux-riscv64-3.10/src/BTrees/_OOBTree.o
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/src/BTrees/_OOBTree.o -L/usr/lib -o build/lib.linux-riscv64-3.10/BTrees/_OOBTree.cpython-310-riscv64-linux-gnu.so
building 'BTrees._OIBTree' extension
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/lib/python3.10/site-packages -I/usr/include/python3.10 -c src/BTrees/_OIBTree.c -o build/temp.linux-riscv64-3.10/src/BTrees/_OIBTree.o
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/src/BTrees/_OIBTree.o -L/usr/lib -o build/lib.linux-riscv64-3.10/BTrees/_OIBTree.cpython-310-riscv64-linux-gnu.so
building 'BTrees._OUBTree' extension
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/lib/python3.10/site-packages -I/usr/include/python3.10 -c src/BTrees/_OUBTree.c -o build/temp.linux-riscv64-3.10/src/BTrees/_OUBTree.o
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/src/BTrees/_OUBTree.o -L/usr/lib -o build/lib.linux-riscv64-3.10/BTrees/_OUBTree.cpython-310-riscv64-linux-gnu.so
building 'BTrees._OLBTree' extension
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/lib/python3.10/site-packages -I/usr/include/python3.10 -c src/BTrees/_OLBTree.c -o build/temp.linux-riscv64-3.10/src/BTrees/_OLBTree.o
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/src/BTrees/_OLBTree.o -L/usr/lib -o build/lib.linux-riscv64-3.10/BTrees/_OLBTree.cpython-310-riscv64-linux-gnu.so
building 'BTrees._OQBTree' extension
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/lib/python3.10/site-packages -I/usr/include/python3.10 -c src/BTrees/_OQBTree.c -o build/temp.linux-riscv64-3.10/src/BTrees/_OQBTree.o
In file included from src/BTrees/_OQBTree.c:42:
src/BTrees/BTreeModuleTemplate.c:210:1: warning: ‘longlong_convert’ defined but not used [-Wunused-function]
  210 | longlong_convert(PyObject *ob, PY_LONG_LONG *value)
      | ^~~~~~~~~~~~~~~~
src/BTrees/BTreeModuleTemplate.c:202:1: warning: ‘longlong_as_object’ defined but not used [-Wunused-function]
  202 | longlong_as_object(PY_LONG_LONG val)
      | ^~~~~~~~~~~~~~~~~~
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/src/BTrees/_OQBTree.o -L/usr/lib -o build/lib.linux-riscv64-3.10/BTrees/_OQBTree.cpython-310-riscv64-linux-gnu.so
building 'BTrees._fsBTree' extension
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 -DEXCLUDE_INTSET_SUPPORT -I/usr/lib/python3.10/site-packages -I/usr/include/python3.10 -c src/BTrees/_fsBTree.c -o build/temp.linux-riscv64-3.10/src/BTrees/_fsBTree.o
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/src/BTrees/_fsBTree.o -L/usr/lib -o build/lib.linux-riscv64-3.10/BTrees/_fsBTree.cpython-310-riscv64-linux-gnu.so
