Source: python-btrees Version: 4.3.1-3 Severity: important Tags: ftbfs User: [email protected] Usertags: sphinx5.0
Hi, python-btrees fails to build with Sphinx 5.0 and docutils 0.18, both of which are currently available in experimental. Relevant part (hopefully): > make[1]: Entering directory '/<<PKGBUILDDIR>>' > dh_auto_build > I: pybuild base:239: /usr/bin/python3.9 setup.py build > running build > running build_py > creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees > copying BTrees/__init__.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees > copying BTrees/IIBTree.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees > copying BTrees/OIBTree.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees > copying BTrees/IOBTree.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees > copying BTrees/LLBTree.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees > copying BTrees/LFBTree.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees > copying BTrees/OLBTree.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees > copying BTrees/_base.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees > copying BTrees/_compat.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees > copying BTrees/fsBTree.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees > copying BTrees/Length.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees > copying BTrees/check.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees > copying BTrees/Interfaces.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees > copying BTrees/OOBTree.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees > copying BTrees/IFBTree.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees > copying BTrees/utils.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees > copying BTrees/LOBTree.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees > creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees/tests > copying BTrees/tests/__init__.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees/tests > copying BTrees/tests/test_OIBTree.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees/tests > copying BTrees/tests/test_Length.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees/tests > copying BTrees/tests/test_LOBTree.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees/tests > copying BTrees/tests/testBTrees.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees/tests > copying BTrees/tests/test_OOBTree.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees/tests > copying BTrees/tests/test_check.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees/tests > copying BTrees/tests/test_IFBTree.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees/tests > copying BTrees/tests/test_LFBTree.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees/tests > copying BTrees/tests/test_IOBTree.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees/tests > copying BTrees/tests/test_btreesubclass.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees/tests > copying BTrees/tests/test_utils.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees/tests > copying BTrees/tests/testConflict.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees/tests > copying BTrees/tests/common.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees/tests > copying BTrees/tests/testBTreesUnicode.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees/tests > copying BTrees/tests/test_OLBTree.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees/tests > copying BTrees/tests/test__base.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees/tests > copying BTrees/tests/test_IIBTree.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees/tests > copying BTrees/tests/test_fsBTree.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees/tests > copying BTrees/tests/test_LLBTree.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees/tests > running egg_info > writing BTrees.egg-info/PKG-INFO > writing dependency_links to BTrees.egg-info/dependency_links.txt > writing entry points to BTrees.egg-info/entry_points.txt > writing requirements to BTrees.egg-info/requires.txt > writing top-level names to BTrees.egg-info/top_level.txt > reading manifest file '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 'coverage.xml' found anywhere > in distribution > no previously-included directories found matching 'docs/_build' > adding license file 'LICENSE.txt' > writing manifest file 'BTrees.egg-info/SOURCES.txt' > copying BTrees/BTreeItemsTemplate.c -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees > copying BTrees/BTreeModuleTemplate.c -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees > copying BTrees/BTreeTemplate.c -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees > copying BTrees/BucketTemplate.c -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees > copying BTrees/Development.txt -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees > copying BTrees/MergeTemplate.c -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees > copying BTrees/SetOpTemplate.c -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees > copying BTrees/SetTemplate.c -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees > copying BTrees/TreeSetTemplate.c -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees > copying BTrees/_IFBTree.c -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees > copying BTrees/_IIBTree.c -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees > copying BTrees/_IOBTree.c -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees > copying BTrees/_LFBTree.c -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees > copying BTrees/_LLBTree.c -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees > copying BTrees/_LOBTree.c -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees > copying BTrees/_OIBTree.c -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees > copying BTrees/_OLBTree.c -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees > copying BTrees/_OOBTree.c -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees > copying BTrees/_compat.h -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees > copying BTrees/_fsBTree.c -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees > copying BTrees/floatvaluemacros.h -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees > copying BTrees/intkeymacros.h -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees > copying BTrees/intvaluemacros.h -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees > copying BTrees/nosetests.xml -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees > copying BTrees/objectkeymacros.h -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees > copying BTrees/objectvaluemacros.h -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees > copying BTrees/sorters.c -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees > running build_ext > building 'BTrees._OOBTree' extension > creating build > creating build/temp.linux-x86_64-3.9 > creating build/temp.linux-x86_64-3.9/BTrees > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g > -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat > -Werror=format-security -g -fwrapv -O2 -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/lib/python3/dist-packages -I/usr/include/python3.9 -c > BTrees/_OOBTree.c -o build/temp.linux-x86_64-3.9/BTrees/_OOBTree.o > In file included from > /usr/lib/python3/dist-packages/persistent/cPersistence.h:18, > from BTrees/BTreeModuleTemplate.c:21, > from BTrees/_OOBTree.c:39: > /usr/lib/python3/dist-packages/persistent/_compat.h:34: warning: > "INT_AS_LONG" redefined > 34 | #define INT_AS_LONG(x) PyLong_AsLong(x) > | > In file included from BTrees/_OOBTree.c:30: > BTrees/_compat.h:26: note: this is the location of the previous definition > 26 | #define INT_AS_LONG(x) PyLong_AS_LONG(x) > | > x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g > -fwrapv -O2 -Wl,-z,relro -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.9/BTrees/_OOBTree.o -o > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees/_OOBTree.cpython-39-x86_64-linux-gnu.so > building 'BTrees._IOBTree' extension > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g > -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat > -Werror=format-security -g -fwrapv -O2 -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -DEXCLUDE_INTSET_SUPPORT -I/usr/lib/python3/dist-packages > -I/usr/include/python3.9 -c BTrees/_IOBTree.c -o > build/temp.linux-x86_64-3.9/BTrees/_IOBTree.o > In file included from > /usr/lib/python3/dist-packages/persistent/cPersistence.h:18, > from BTrees/BTreeModuleTemplate.c:21, > from BTrees/_IOBTree.c:39: > /usr/lib/python3/dist-packages/persistent/_compat.h:34: warning: > "INT_AS_LONG" redefined > 34 | #define INT_AS_LONG(x) PyLong_AsLong(x) > | > In file included from BTrees/_IOBTree.c:30: > BTrees/_compat.h:26: note: this is the location of the previous definition > 26 | #define INT_AS_LONG(x) PyLong_AS_LONG(x) > | > x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g > -fwrapv -O2 -Wl,-z,relro -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.9/BTrees/_IOBTree.o -o > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees/_IOBTree.cpython-39-x86_64-linux-gnu.so > building 'BTrees._OIBTree' extension > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g > -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat > -Werror=format-security -g -fwrapv -O2 -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/lib/python3/dist-packages -I/usr/include/python3.9 -c > BTrees/_OIBTree.c -o build/temp.linux-x86_64-3.9/BTrees/_OIBTree.o > In file included from > /usr/lib/python3/dist-packages/persistent/cPersistence.h:18, > from BTrees/BTreeModuleTemplate.c:21, > from BTrees/_OIBTree.c:39: > /usr/lib/python3/dist-packages/persistent/_compat.h:34: warning: > "INT_AS_LONG" redefined > 34 | #define INT_AS_LONG(x) PyLong_AsLong(x) > | > In file included from BTrees/_OIBTree.c:30: > BTrees/_compat.h:26: note: this is the location of the previous definition > 26 | #define INT_AS_LONG(x) PyLong_AS_LONG(x) > | > x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g > -fwrapv -O2 -Wl,-z,relro -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.9/BTrees/_OIBTree.o -o > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees/_OIBTree.cpython-39-x86_64-linux-gnu.so > building 'BTrees._IIBTree' extension > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g > -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat > -Werror=format-security -g -fwrapv -O2 -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -DEXCLUDE_INTSET_SUPPORT -I/usr/lib/python3/dist-packages > -I/usr/include/python3.9 -c BTrees/_IIBTree.c -o > build/temp.linux-x86_64-3.9/BTrees/_IIBTree.o > In file included from > /usr/lib/python3/dist-packages/persistent/cPersistence.h:18, > from BTrees/BTreeModuleTemplate.c:21, > from BTrees/_IIBTree.c:41: > /usr/lib/python3/dist-packages/persistent/_compat.h:34: warning: > "INT_AS_LONG" redefined > 34 | #define INT_AS_LONG(x) PyLong_AsLong(x) > | > In file included from BTrees/_IIBTree.c:32: > BTrees/_compat.h:26: note: this is the location of the previous definition > 26 | #define INT_AS_LONG(x) PyLong_AS_LONG(x) > | > x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g > -fwrapv -O2 -Wl,-z,relro -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.9/BTrees/_IIBTree.o -o > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees/_IIBTree.cpython-39-x86_64-linux-gnu.so > building 'BTrees._IFBTree' extension > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g > -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat > -Werror=format-security -g -fwrapv -O2 -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -DEXCLUDE_INTSET_SUPPORT -I/usr/lib/python3/dist-packages > -I/usr/include/python3.9 -c BTrees/_IFBTree.c -o > build/temp.linux-x86_64-3.9/BTrees/_IFBTree.o > In file included from > /usr/lib/python3/dist-packages/persistent/cPersistence.h:18, > from BTrees/BTreeModuleTemplate.c:21, > from BTrees/_IFBTree.c:41: > /usr/lib/python3/dist-packages/persistent/_compat.h:34: warning: > "INT_AS_LONG" redefined > 34 | #define INT_AS_LONG(x) PyLong_AsLong(x) > | > In file included from BTrees/_IFBTree.c:32: > BTrees/_compat.h:26: note: this is the location of the previous definition > 26 | #define INT_AS_LONG(x) PyLong_AS_LONG(x) > | > x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g > -fwrapv -O2 -Wl,-z,relro -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.9/BTrees/_IFBTree.o -o > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees/_IFBTree.cpython-39-x86_64-linux-gnu.so > building 'BTrees._fsBTree' extension > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g > -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat > -Werror=format-security -g -fwrapv -O2 -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -DEXCLUDE_INTSET_SUPPORT -I/usr/lib/python3/dist-packages > -I/usr/include/python3.9 -c BTrees/_fsBTree.c -o > build/temp.linux-x86_64-3.9/BTrees/_fsBTree.o > In file included from > /usr/lib/python3/dist-packages/persistent/cPersistence.h:18, > from BTrees/BTreeModuleTemplate.c:21, > from BTrees/_fsBTree.c:93: > /usr/lib/python3/dist-packages/persistent/_compat.h:34: warning: > "INT_AS_LONG" redefined > 34 | #define INT_AS_LONG(x) PyLong_AsLong(x) > | > In file included from BTrees/_fsBTree.c:38: > BTrees/_compat.h:26: note: this is the location of the previous definition > 26 | #define INT_AS_LONG(x) PyLong_AS_LONG(x) > | > x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g > -fwrapv -O2 -Wl,-z,relro -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.9/BTrees/_fsBTree.o -o > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees/_fsBTree.cpython-39-x86_64-linux-gnu.so > building 'BTrees._LOBTree' extension > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g > -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat > -Werror=format-security -g -fwrapv -O2 -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -DEXCLUDE_INTSET_SUPPORT -I/usr/lib/python3/dist-packages > -I/usr/include/python3.9 -c BTrees/_LOBTree.c -o > build/temp.linux-x86_64-3.9/BTrees/_LOBTree.o > In file included from > /usr/lib/python3/dist-packages/persistent/cPersistence.h:18, > from BTrees/BTreeModuleTemplate.c:21, > from BTrees/_LOBTree.c:41: > /usr/lib/python3/dist-packages/persistent/_compat.h:34: warning: > "INT_AS_LONG" redefined > 34 | #define INT_AS_LONG(x) PyLong_AsLong(x) > | > In file included from BTrees/_LOBTree.c:32: > BTrees/_compat.h:26: note: this is the location of the previous definition > 26 | #define INT_AS_LONG(x) PyLong_AS_LONG(x) > | > x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g > -fwrapv -O2 -Wl,-z,relro -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.9/BTrees/_LOBTree.o -o > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees/_LOBTree.cpython-39-x86_64-linux-gnu.so > building 'BTrees._OLBTree' extension > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g > -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat > -Werror=format-security -g -fwrapv -O2 -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/lib/python3/dist-packages -I/usr/include/python3.9 -c > BTrees/_OLBTree.c -o build/temp.linux-x86_64-3.9/BTrees/_OLBTree.o > In file included from > /usr/lib/python3/dist-packages/persistent/cPersistence.h:18, > from BTrees/BTreeModuleTemplate.c:21, > from BTrees/_OLBTree.c:41: > /usr/lib/python3/dist-packages/persistent/_compat.h:34: warning: > "INT_AS_LONG" redefined > 34 | #define INT_AS_LONG(x) PyLong_AsLong(x) > | > In file included from BTrees/_OLBTree.c:32: > BTrees/_compat.h:26: note: this is the location of the previous definition > 26 | #define INT_AS_LONG(x) PyLong_AS_LONG(x) > | > x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g > -fwrapv -O2 -Wl,-z,relro -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.9/BTrees/_OLBTree.o -o > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees/_OLBTree.cpython-39-x86_64-linux-gnu.so > building 'BTrees._LLBTree' extension > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g > -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat > -Werror=format-security -g -fwrapv -O2 -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -DEXCLUDE_INTSET_SUPPORT -I/usr/lib/python3/dist-packages > -I/usr/include/python3.9 -c BTrees/_LLBTree.c -o > build/temp.linux-x86_64-3.9/BTrees/_LLBTree.o > In file included from > /usr/lib/python3/dist-packages/persistent/cPersistence.h:18, > from BTrees/BTreeModuleTemplate.c:21, > from BTrees/_LLBTree.c:43: > /usr/lib/python3/dist-packages/persistent/_compat.h:34: warning: > "INT_AS_LONG" redefined > 34 | #define INT_AS_LONG(x) PyLong_AsLong(x) > | > In file included from BTrees/_LLBTree.c:34: > BTrees/_compat.h:26: note: this is the location of the previous definition > 26 | #define INT_AS_LONG(x) PyLong_AS_LONG(x) > | > x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g > -fwrapv -O2 -Wl,-z,relro -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.9/BTrees/_LLBTree.o -o > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees/_LLBTree.cpython-39-x86_64-linux-gnu.so > building 'BTrees._LFBTree' extension > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g > -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat > -Werror=format-security -g -fwrapv -O2 -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -DEXCLUDE_INTSET_SUPPORT -I/usr/lib/python3/dist-packages > -I/usr/include/python3.9 -c BTrees/_LFBTree.c -o > build/temp.linux-x86_64-3.9/BTrees/_LFBTree.o > In file included from > /usr/lib/python3/dist-packages/persistent/cPersistence.h:18, > from BTrees/BTreeModuleTemplate.c:21, > from BTrees/_LFBTree.c:43: > /usr/lib/python3/dist-packages/persistent/_compat.h:34: warning: > "INT_AS_LONG" redefined > 34 | #define INT_AS_LONG(x) PyLong_AsLong(x) > | > In file included from BTrees/_LFBTree.c:34: > BTrees/_compat.h:26: note: this is the location of the previous definition > 26 | #define INT_AS_LONG(x) PyLong_AS_LONG(x) > | > x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g > -fwrapv -O2 -Wl,-z,relro -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.9/BTrees/_LFBTree.o -o > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_btrees/build/BTrees/_LFBTree.cpython-39-x86_64-linux-gnu.so > I: pybuild base:239: /usr/bin/python3 setup.py build > running build > running build_py > creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees > copying BTrees/__init__.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees > copying BTrees/IIBTree.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees > copying BTrees/OIBTree.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees > copying BTrees/IOBTree.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees > copying BTrees/LLBTree.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees > copying BTrees/LFBTree.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees > copying BTrees/OLBTree.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees > copying BTrees/_base.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees > copying BTrees/_compat.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees > copying BTrees/fsBTree.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees > copying BTrees/Length.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees > copying BTrees/check.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees > copying BTrees/Interfaces.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees > copying BTrees/OOBTree.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees > copying BTrees/IFBTree.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees > copying BTrees/utils.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees > copying BTrees/LOBTree.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees > creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees/tests > copying BTrees/tests/__init__.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees/tests > copying BTrees/tests/test_OIBTree.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees/tests > copying BTrees/tests/test_Length.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees/tests > copying BTrees/tests/test_LOBTree.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees/tests > copying BTrees/tests/testBTrees.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees/tests > copying BTrees/tests/test_OOBTree.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees/tests > copying BTrees/tests/test_check.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees/tests > copying BTrees/tests/test_IFBTree.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees/tests > copying BTrees/tests/test_LFBTree.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees/tests > copying BTrees/tests/test_IOBTree.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees/tests > copying BTrees/tests/test_btreesubclass.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees/tests > copying BTrees/tests/test_utils.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees/tests > copying BTrees/tests/testConflict.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees/tests > copying BTrees/tests/common.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees/tests > copying BTrees/tests/testBTreesUnicode.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees/tests > copying BTrees/tests/test_OLBTree.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees/tests > copying BTrees/tests/test__base.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees/tests > copying BTrees/tests/test_IIBTree.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees/tests > copying BTrees/tests/test_fsBTree.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees/tests > copying BTrees/tests/test_LLBTree.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees/tests > running egg_info > writing BTrees.egg-info/PKG-INFO > writing dependency_links to BTrees.egg-info/dependency_links.txt > writing entry points to BTrees.egg-info/entry_points.txt > writing requirements to BTrees.egg-info/requires.txt > writing top-level names to BTrees.egg-info/top_level.txt > reading manifest file '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 'coverage.xml' found anywhere > in distribution > no previously-included directories found matching 'docs/_build' > adding license file 'LICENSE.txt' > writing manifest file 'BTrees.egg-info/SOURCES.txt' > copying BTrees/BTreeItemsTemplate.c -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees > copying BTrees/BTreeModuleTemplate.c -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees > copying BTrees/BTreeTemplate.c -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees > copying BTrees/BucketTemplate.c -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees > copying BTrees/Development.txt -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees > copying BTrees/MergeTemplate.c -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees > copying BTrees/SetOpTemplate.c -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees > copying BTrees/SetTemplate.c -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees > copying BTrees/TreeSetTemplate.c -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees > copying BTrees/_IFBTree.c -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees > copying BTrees/_IIBTree.c -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees > copying BTrees/_IOBTree.c -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees > copying BTrees/_LFBTree.c -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees > copying BTrees/_LLBTree.c -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees > copying BTrees/_LOBTree.c -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees > copying BTrees/_OIBTree.c -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees > copying BTrees/_OLBTree.c -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees > copying BTrees/_OOBTree.c -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees > copying BTrees/_compat.h -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees > copying BTrees/_fsBTree.c -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees > copying BTrees/floatvaluemacros.h -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees > copying BTrees/intkeymacros.h -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees > copying BTrees/intvaluemacros.h -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees > copying BTrees/nosetests.xml -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees > copying BTrees/objectkeymacros.h -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees > copying BTrees/objectvaluemacros.h -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees > copying BTrees/sorters.c -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees > running build_ext > building 'BTrees._OOBTree' extension > creating build/temp.linux-x86_64-3.10 > creating build/temp.linux-x86_64-3.10/BTrees > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g > -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat > -Werror=format-security -g -fwrapv -O2 -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/lib/python3/dist-packages -I/usr/include/python3.10 -c > BTrees/_OOBTree.c -o build/temp.linux-x86_64-3.10/BTrees/_OOBTree.o > In file included from > /usr/lib/python3/dist-packages/persistent/cPersistence.h:18, > from BTrees/BTreeModuleTemplate.c:21, > from BTrees/_OOBTree.c:39: > /usr/lib/python3/dist-packages/persistent/_compat.h:34: warning: > "INT_AS_LONG" redefined > 34 | #define INT_AS_LONG(x) PyLong_AsLong(x) > | > In file included from BTrees/_OOBTree.c:30: > BTrees/_compat.h:26: note: this is the location of the previous definition > 26 | #define INT_AS_LONG(x) PyLong_AS_LONG(x) > | > x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g > -fwrapv -O2 -Wl,-z,relro -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.10/BTrees/_OOBTree.o -o > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees/_OOBTree.cpython-310-x86_64-linux-gnu.so > building 'BTrees._IOBTree' extension > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g > -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat > -Werror=format-security -g -fwrapv -O2 -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -DEXCLUDE_INTSET_SUPPORT -I/usr/lib/python3/dist-packages > -I/usr/include/python3.10 -c BTrees/_IOBTree.c -o > build/temp.linux-x86_64-3.10/BTrees/_IOBTree.o > In file included from > /usr/lib/python3/dist-packages/persistent/cPersistence.h:18, > from BTrees/BTreeModuleTemplate.c:21, > from BTrees/_IOBTree.c:39: > /usr/lib/python3/dist-packages/persistent/_compat.h:34: warning: > "INT_AS_LONG" redefined > 34 | #define INT_AS_LONG(x) PyLong_AsLong(x) > | > In file included from BTrees/_IOBTree.c:30: > BTrees/_compat.h:26: note: this is the location of the previous definition > 26 | #define INT_AS_LONG(x) PyLong_AS_LONG(x) > | > x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g > -fwrapv -O2 -Wl,-z,relro -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.10/BTrees/_IOBTree.o -o > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees/_IOBTree.cpython-310-x86_64-linux-gnu.so > building 'BTrees._OIBTree' extension > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g > -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat > -Werror=format-security -g -fwrapv -O2 -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/lib/python3/dist-packages -I/usr/include/python3.10 -c > BTrees/_OIBTree.c -o build/temp.linux-x86_64-3.10/BTrees/_OIBTree.o > In file included from > /usr/lib/python3/dist-packages/persistent/cPersistence.h:18, > from BTrees/BTreeModuleTemplate.c:21, > from BTrees/_OIBTree.c:39: > /usr/lib/python3/dist-packages/persistent/_compat.h:34: warning: > "INT_AS_LONG" redefined > 34 | #define INT_AS_LONG(x) PyLong_AsLong(x) > | > In file included from BTrees/_OIBTree.c:30: > BTrees/_compat.h:26: note: this is the location of the previous definition > 26 | #define INT_AS_LONG(x) PyLong_AS_LONG(x) > | > x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g > -fwrapv -O2 -Wl,-z,relro -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.10/BTrees/_OIBTree.o -o > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees/_OIBTree.cpython-310-x86_64-linux-gnu.so > building 'BTrees._IIBTree' extension > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g > -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat > -Werror=format-security -g -fwrapv -O2 -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -DEXCLUDE_INTSET_SUPPORT -I/usr/lib/python3/dist-packages > -I/usr/include/python3.10 -c BTrees/_IIBTree.c -o > build/temp.linux-x86_64-3.10/BTrees/_IIBTree.o > In file included from > /usr/lib/python3/dist-packages/persistent/cPersistence.h:18, > from BTrees/BTreeModuleTemplate.c:21, > from BTrees/_IIBTree.c:41: > /usr/lib/python3/dist-packages/persistent/_compat.h:34: warning: > "INT_AS_LONG" redefined > 34 | #define INT_AS_LONG(x) PyLong_AsLong(x) > | > In file included from BTrees/_IIBTree.c:32: > BTrees/_compat.h:26: note: this is the location of the previous definition > 26 | #define INT_AS_LONG(x) PyLong_AS_LONG(x) > | > x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g > -fwrapv -O2 -Wl,-z,relro -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.10/BTrees/_IIBTree.o -o > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees/_IIBTree.cpython-310-x86_64-linux-gnu.so > building 'BTrees._IFBTree' extension > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g > -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat > -Werror=format-security -g -fwrapv -O2 -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -DEXCLUDE_INTSET_SUPPORT -I/usr/lib/python3/dist-packages > -I/usr/include/python3.10 -c BTrees/_IFBTree.c -o > build/temp.linux-x86_64-3.10/BTrees/_IFBTree.o > In file included from > /usr/lib/python3/dist-packages/persistent/cPersistence.h:18, > from BTrees/BTreeModuleTemplate.c:21, > from BTrees/_IFBTree.c:41: > /usr/lib/python3/dist-packages/persistent/_compat.h:34: warning: > "INT_AS_LONG" redefined > 34 | #define INT_AS_LONG(x) PyLong_AsLong(x) > | > In file included from BTrees/_IFBTree.c:32: > BTrees/_compat.h:26: note: this is the location of the previous definition > 26 | #define INT_AS_LONG(x) PyLong_AS_LONG(x) > | > x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g > -fwrapv -O2 -Wl,-z,relro -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.10/BTrees/_IFBTree.o -o > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees/_IFBTree.cpython-310-x86_64-linux-gnu.so > building 'BTrees._fsBTree' extension > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g > -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat > -Werror=format-security -g -fwrapv -O2 -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -DEXCLUDE_INTSET_SUPPORT -I/usr/lib/python3/dist-packages > -I/usr/include/python3.10 -c BTrees/_fsBTree.c -o > build/temp.linux-x86_64-3.10/BTrees/_fsBTree.o > In file included from > /usr/lib/python3/dist-packages/persistent/cPersistence.h:18, > from BTrees/BTreeModuleTemplate.c:21, > from BTrees/_fsBTree.c:93: > /usr/lib/python3/dist-packages/persistent/_compat.h:34: warning: > "INT_AS_LONG" redefined > 34 | #define INT_AS_LONG(x) PyLong_AsLong(x) > | > In file included from BTrees/_fsBTree.c:38: > BTrees/_compat.h:26: note: this is the location of the previous definition > 26 | #define INT_AS_LONG(x) PyLong_AS_LONG(x) > | > x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g > -fwrapv -O2 -Wl,-z,relro -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.10/BTrees/_fsBTree.o -o > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees/_fsBTree.cpython-310-x86_64-linux-gnu.so > building 'BTrees._LOBTree' extension > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g > -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat > -Werror=format-security -g -fwrapv -O2 -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -DEXCLUDE_INTSET_SUPPORT -I/usr/lib/python3/dist-packages > -I/usr/include/python3.10 -c BTrees/_LOBTree.c -o > build/temp.linux-x86_64-3.10/BTrees/_LOBTree.o > In file included from > /usr/lib/python3/dist-packages/persistent/cPersistence.h:18, > from BTrees/BTreeModuleTemplate.c:21, > from BTrees/_LOBTree.c:41: > /usr/lib/python3/dist-packages/persistent/_compat.h:34: warning: > "INT_AS_LONG" redefined > 34 | #define INT_AS_LONG(x) PyLong_AsLong(x) > | > In file included from BTrees/_LOBTree.c:32: > BTrees/_compat.h:26: note: this is the location of the previous definition > 26 | #define INT_AS_LONG(x) PyLong_AS_LONG(x) > | > x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g > -fwrapv -O2 -Wl,-z,relro -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.10/BTrees/_LOBTree.o -o > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees/_LOBTree.cpython-310-x86_64-linux-gnu.so > building 'BTrees._OLBTree' extension > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g > -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat > -Werror=format-security -g -fwrapv -O2 -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/lib/python3/dist-packages -I/usr/include/python3.10 -c > BTrees/_OLBTree.c -o build/temp.linux-x86_64-3.10/BTrees/_OLBTree.o > In file included from > /usr/lib/python3/dist-packages/persistent/cPersistence.h:18, > from BTrees/BTreeModuleTemplate.c:21, > from BTrees/_OLBTree.c:41: > /usr/lib/python3/dist-packages/persistent/_compat.h:34: warning: > "INT_AS_LONG" redefined > 34 | #define INT_AS_LONG(x) PyLong_AsLong(x) > | > In file included from BTrees/_OLBTree.c:32: > BTrees/_compat.h:26: note: this is the location of the previous definition > 26 | #define INT_AS_LONG(x) PyLong_AS_LONG(x) > | > x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g > -fwrapv -O2 -Wl,-z,relro -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.10/BTrees/_OLBTree.o -o > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees/_OLBTree.cpython-310-x86_64-linux-gnu.so > building 'BTrees._LLBTree' extension > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g > -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat > -Werror=format-security -g -fwrapv -O2 -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -DEXCLUDE_INTSET_SUPPORT -I/usr/lib/python3/dist-packages > -I/usr/include/python3.10 -c BTrees/_LLBTree.c -o > build/temp.linux-x86_64-3.10/BTrees/_LLBTree.o > In file included from > /usr/lib/python3/dist-packages/persistent/cPersistence.h:18, > from BTrees/BTreeModuleTemplate.c:21, > from BTrees/_LLBTree.c:43: > /usr/lib/python3/dist-packages/persistent/_compat.h:34: warning: > "INT_AS_LONG" redefined > 34 | #define INT_AS_LONG(x) PyLong_AsLong(x) > | > In file included from BTrees/_LLBTree.c:34: > BTrees/_compat.h:26: note: this is the location of the previous definition > 26 | #define INT_AS_LONG(x) PyLong_AS_LONG(x) > | > x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g > -fwrapv -O2 -Wl,-z,relro -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.10/BTrees/_LLBTree.o -o > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees/_LLBTree.cpython-310-x86_64-linux-gnu.so > building 'BTrees._LFBTree' extension > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g > -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat > -Werror=format-security -g -fwrapv -O2 -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -DEXCLUDE_INTSET_SUPPORT -I/usr/lib/python3/dist-packages > -I/usr/include/python3.10 -c BTrees/_LFBTree.c -o > build/temp.linux-x86_64-3.10/BTrees/_LFBTree.o > In file included from > /usr/lib/python3/dist-packages/persistent/cPersistence.h:18, > from BTrees/BTreeModuleTemplate.c:21, > from BTrees/_LFBTree.c:43: > /usr/lib/python3/dist-packages/persistent/_compat.h:34: warning: > "INT_AS_LONG" redefined > 34 | #define INT_AS_LONG(x) PyLong_AsLong(x) > | > In file included from BTrees/_LFBTree.c:34: > BTrees/_compat.h:26: note: this is the location of the previous definition > 26 | #define INT_AS_LONG(x) PyLong_AS_LONG(x) > | > x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g > -fwrapv -O2 -Wl,-z,relro -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.10/BTrees/_LFBTree.o -o > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_btrees/build/BTrees/_LFBTree.cpython-310-x86_64-linux-gnu.so > PYTHONPATH=. http_proxy=http://127.0.0.1:9/ python3 -m sphinx -qNE -b html > docs build/html > > Extension error: > Could not import extension repoze.sphinx.autointerface (exception: cannot > import name 'force_decode' from 'sphinx.util' > (/usr/lib/python3/dist-packages/sphinx/util/__init__.py)) > make[1]: *** [debian/rules:16: override_dh_auto_build] Error 2 The full build log is available from: http://qa-logs.debian.net/2022/06/23/python-btrees_4.3.1-3_unstable_sphinx-exp.log Please see [1] for Sphinx changelog and [2] for Docutils changelog. Also see [3] for the list of deprecated/removed APIs in Sphinx and possible alternatives to them. In case you have questions, please Cc [email protected] on reply. [1]: https://www.sphinx-doc.org/en/master/changes.html [2]: https://repo.or.cz/docutils.git/blob/refs/tags/docutils-0.18.1:/RELEASE-NOTES.txt [3]: https://www.sphinx-doc.org/en/master/extdev/deprecated.html#dev-deprecated-apis All bugs filed during this archive rebuild are listed at: https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=sphinx5.0;[email protected] or: https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=sphinx5.0&[email protected]&allbugs=1&cseverity=1&ctags=1&caffected=1#results If you reassign this bug to another package, please marking it as 'affects'-ing this package. See https://www.debian.org/Bugs/server-control#affects

