Source: python-apt Version: 2.1.3 Severity: important Tags: ftbfs User: [email protected] Usertags: sphinx3.1
Hi, python-apt fails to build with Sphinx 3.1, currently available in experimental. Relevant part (hopefully): > make[1]: Entering directory '/<<PKGBUILDDIR>>' > dh_auto_build > I: pybuild base:217: /usr/bin/python3 setup.py build > running build > running build_py > creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_apt/build/apt > copying apt/cache.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_apt/build/apt > copying apt/__init__.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_apt/build/apt > copying apt/debfile.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_apt/build/apt > copying apt/package.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_apt/build/apt > copying apt/auth.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_apt/build/apt > copying apt/cdrom.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_apt/build/apt > copying apt/utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_apt/build/apt > creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_apt/build/apt/progress > copying apt/progress/text.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_apt/build/apt/progress > copying apt/progress/__init__.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_apt/build/apt/progress > copying apt/progress/base.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_apt/build/apt/progress > creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_apt/build/aptsources > copying aptsources/__init__.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_apt/build/aptsources > copying aptsources/sourceslist.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_apt/build/aptsources > copying aptsources/distinfo.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_apt/build/aptsources > copying aptsources/distro.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_apt/build/aptsources > copying apt/py.typed -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_apt/build/apt > running build_ext > building 'apt_pkg' extension > creating build/temp.linux-x86_64-3.8 > creating build/temp.linux-x86_64-3.8/python > 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 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8 -c python/acquire.cc -o > build/temp.linux-x86_64-3.8/python/acquire.o -std=c++11 -Wno-write-strings > -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS -DAPT_10_CLEANER_HEADERS > -DPY_SSIZE_T_CLEAN > 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 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8 -c python/acquire-item.cc -o > build/temp.linux-x86_64-3.8/python/acquire-item.o -std=c++11 > -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS > -DAPT_10_CLEANER_HEADERS -DPY_SSIZE_T_CLEAN > 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 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8 -c python/apt_pkgmodule.cc -o > build/temp.linux-x86_64-3.8/python/apt_pkgmodule.o -std=c++11 > -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS > -DAPT_10_CLEANER_HEADERS -DPY_SSIZE_T_CLEAN > 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 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8 -c python/cache.cc -o > build/temp.linux-x86_64-3.8/python/cache.o -std=c++11 -Wno-write-strings > -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS -DAPT_10_CLEANER_HEADERS > -DPY_SSIZE_T_CLEAN > 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 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8 -c python/cachegroup.cc -o > build/temp.linux-x86_64-3.8/python/cachegroup.o -std=c++11 -Wno-write-strings > -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS -DAPT_10_CLEANER_HEADERS > -DPY_SSIZE_T_CLEAN > 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 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8 -c python/cdrom.cc -o > build/temp.linux-x86_64-3.8/python/cdrom.o -std=c++11 -Wno-write-strings > -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS -DAPT_10_CLEANER_HEADERS > -DPY_SSIZE_T_CLEAN > 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 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8 -c python/configuration.cc -o > build/temp.linux-x86_64-3.8/python/configuration.o -std=c++11 > -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS > -DAPT_10_CLEANER_HEADERS -DPY_SSIZE_T_CLEAN > 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 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8 -c python/depcache.cc -o > build/temp.linux-x86_64-3.8/python/depcache.o -std=c++11 -Wno-write-strings > -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS -DAPT_10_CLEANER_HEADERS > -DPY_SSIZE_T_CLEAN > 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 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8 -c python/generic.cc -o > build/temp.linux-x86_64-3.8/python/generic.o -std=c++11 -Wno-write-strings > -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS -DAPT_10_CLEANER_HEADERS > -DPY_SSIZE_T_CLEAN > 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 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8 -c python/hashes.cc -o > build/temp.linux-x86_64-3.8/python/hashes.o -std=c++11 -Wno-write-strings > -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS -DAPT_10_CLEANER_HEADERS > -DPY_SSIZE_T_CLEAN > 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 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8 -c python/hashstring.cc -o > build/temp.linux-x86_64-3.8/python/hashstring.o -std=c++11 -Wno-write-strings > -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS -DAPT_10_CLEANER_HEADERS > -DPY_SSIZE_T_CLEAN > 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 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8 -c python/hashstringlist.cc -o > build/temp.linux-x86_64-3.8/python/hashstringlist.o -std=c++11 > -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS > -DAPT_10_CLEANER_HEADERS -DPY_SSIZE_T_CLEAN > 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 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8 -c python/indexfile.cc -o > build/temp.linux-x86_64-3.8/python/indexfile.o -std=c++11 -Wno-write-strings > -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS -DAPT_10_CLEANER_HEADERS > -DPY_SSIZE_T_CLEAN > 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 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8 -c python/lock.cc -o > build/temp.linux-x86_64-3.8/python/lock.o -std=c++11 -Wno-write-strings > -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS -DAPT_10_CLEANER_HEADERS > -DPY_SSIZE_T_CLEAN > 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 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8 -c python/metaindex.cc -o > build/temp.linux-x86_64-3.8/python/metaindex.o -std=c++11 -Wno-write-strings > -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS -DAPT_10_CLEANER_HEADERS > -DPY_SSIZE_T_CLEAN > 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 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8 -c python/orderlist.cc -o > build/temp.linux-x86_64-3.8/python/orderlist.o -std=c++11 -Wno-write-strings > -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS -DAPT_10_CLEANER_HEADERS > -DPY_SSIZE_T_CLEAN > 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 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8 -c python/pkgmanager.cc -o > build/temp.linux-x86_64-3.8/python/pkgmanager.o -std=c++11 -Wno-write-strings > -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS -DAPT_10_CLEANER_HEADERS > -DPY_SSIZE_T_CLEAN > 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 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8 -c python/pkgrecords.cc -o > build/temp.linux-x86_64-3.8/python/pkgrecords.o -std=c++11 -Wno-write-strings > -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS -DAPT_10_CLEANER_HEADERS > -DPY_SSIZE_T_CLEAN > 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 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8 -c python/pkgsrcrecords.cc -o > build/temp.linux-x86_64-3.8/python/pkgsrcrecords.o -std=c++11 > -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS > -DAPT_10_CLEANER_HEADERS -DPY_SSIZE_T_CLEAN > 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 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8 -c python/policy.cc -o > build/temp.linux-x86_64-3.8/python/policy.o -std=c++11 -Wno-write-strings > -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS -DAPT_10_CLEANER_HEADERS > -DPY_SSIZE_T_CLEAN > 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 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8 -c python/progress.cc -o > build/temp.linux-x86_64-3.8/python/progress.o -std=c++11 -Wno-write-strings > -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS -DAPT_10_CLEANER_HEADERS > -DPY_SSIZE_T_CLEAN > 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 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8 -c python/python-apt-helpers.cc -o > build/temp.linux-x86_64-3.8/python/python-apt-helpers.o -std=c++11 > -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS > -DAPT_10_CLEANER_HEADERS -DPY_SSIZE_T_CLEAN > 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 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8 -c python/sourcelist.cc -o > build/temp.linux-x86_64-3.8/python/sourcelist.o -std=c++11 -Wno-write-strings > -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS -DAPT_10_CLEANER_HEADERS > -DPY_SSIZE_T_CLEAN > 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 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8 -c python/string.cc -o > build/temp.linux-x86_64-3.8/python/string.o -std=c++11 -Wno-write-strings > -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS -DAPT_10_CLEANER_HEADERS > -DPY_SSIZE_T_CLEAN > 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 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8 -c python/tag.cc -o > build/temp.linux-x86_64-3.8/python/tag.o -std=c++11 -Wno-write-strings > -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS -DAPT_10_CLEANER_HEADERS > -DPY_SSIZE_T_CLEAN > x86_64-linux-gnu-g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions > -Wl,-z,relro -g -fwrapv -O2 -specs=/usr/share/dpkg/no-pie-link.specs > -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 > build/temp.linux-x86_64-3.8/python/acquire.o > build/temp.linux-x86_64-3.8/python/acquire-item.o > build/temp.linux-x86_64-3.8/python/apt_pkgmodule.o > build/temp.linux-x86_64-3.8/python/cache.o > build/temp.linux-x86_64-3.8/python/cachegroup.o > build/temp.linux-x86_64-3.8/python/cdrom.o > build/temp.linux-x86_64-3.8/python/configuration.o > build/temp.linux-x86_64-3.8/python/depcache.o > build/temp.linux-x86_64-3.8/python/generic.o > build/temp.linux-x86_64-3.8/python/hashes.o > build/temp.linux-x86_64-3.8/python/hashstring.o > build/temp.linux-x86_64-3.8/python/hashstringlist.o > build/temp.linux-x86_64-3.8/python/indexfile.o > build/temp.linux-x86_64-3.8/python/lock.o > build/temp.linux-x86_64-3.8/python/metaindex.o > build/temp.linux-x86_64-3.8/python/orderlist.o > build/temp.linux-x86_64-3.8/python/pkgmanager.o > build/temp.linux-x86_64-3.8/python/pkgrecords.o > build/temp.linux-x86_64-3.8/python/pkgsrcrecords.o > build/temp.linux-x86_64-3.8/python/policy.o > build/temp.linux-x86_64-3.8/python/progress.o > build/temp.linux-x86_64-3.8/python/python-apt-helpers.o > build/temp.linux-x86_64-3.8/python/sourcelist.o > build/temp.linux-x86_64-3.8/python/string.o > build/temp.linux-x86_64-3.8/python/tag.o -lapt-pkg -o > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_apt/build/apt_pkg.cpython-38-x86_64-linux-gnu.so > building 'apt_inst' 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 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8 -c python/apt_instmodule.cc -o > build/temp.linux-x86_64-3.8/python/apt_instmodule.o -std=c++11 > -Wno-write-strings -DPY_SSIZE_T_CLEAN > 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 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8 -c python/generic.cc -o > build/temp.linux-x86_64-3.8/python/generic.o -std=c++11 -Wno-write-strings > -DPY_SSIZE_T_CLEAN > 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 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8 -c python/arfile.cc -o > build/temp.linux-x86_64-3.8/python/arfile.o -std=c++11 -Wno-write-strings > -DPY_SSIZE_T_CLEAN > 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 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8 -c python/tarfile.cc -o > build/temp.linux-x86_64-3.8/python/tarfile.o -std=c++11 -Wno-write-strings > -DPY_SSIZE_T_CLEAN > x86_64-linux-gnu-g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions > -Wl,-z,relro -g -fwrapv -O2 -specs=/usr/share/dpkg/no-pie-link.specs > -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 > build/temp.linux-x86_64-3.8/python/apt_instmodule.o > build/temp.linux-x86_64-3.8/python/generic.o > build/temp.linux-x86_64-3.8/python/arfile.o > build/temp.linux-x86_64-3.8/python/tarfile.o -lapt-pkg -o > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_apt/build/apt_inst.cpython-38-x86_64-linux-gnu.so > running build_i18n > intltool-update -p -g python-apt > msgfmt po/gl.po -o build/mo/gl/LC_MESSAGES/python-apt.mo > msgfmt po/ku.po -o build/mo/ku/LC_MESSAGES/python-apt.mo > msgfmt po/nl.po -o build/mo/nl/LC_MESSAGES/python-apt.mo > msgfmt po/sk.po -o build/mo/sk/LC_MESSAGES/python-apt.mo > msgfmt po/zh_TW.po -o build/mo/zh_TW/LC_MESSAGES/python-apt.mo > msgfmt po/pt_BR.po -o build/mo/pt_BR/LC_MESSAGES/python-apt.mo > msgfmt po/vi.po -o build/mo/vi/LC_MESSAGES/python-apt.mo > msgfmt po/ar.po -o build/mo/ar/LC_MESSAGES/python-apt.mo > msgfmt po/bn.po -o build/mo/bn/LC_MESSAGES/python-apt.mo > msgfmt po/sv.po -o build/mo/sv/LC_MESSAGES/python-apt.mo > msgfmt po/ne.po -o build/mo/ne/LC_MESSAGES/python-apt.mo > msgfmt po/en_AU.po -o build/mo/en_AU/LC_MESSAGES/python-apt.mo > msgfmt po/ca.po -o build/mo/ca/LC_MESSAGES/python-apt.mo > msgfmt po/fi.po -o build/mo/fi/LC_MESSAGES/python-apt.mo > msgfmt po/ka.po -o build/mo/ka/LC_MESSAGES/python-apt.mo > msgfmt po/mk.po -o build/mo/mk/LC_MESSAGES/python-apt.mo > msgfmt po/lt.po -o build/mo/lt/LC_MESSAGES/python-apt.mo > msgfmt po/hr.po -o build/mo/hr/LC_MESSAGES/python-apt.mo > msgfmt po/bg.po -o build/mo/bg/LC_MESSAGES/python-apt.mo > msgfmt po/ja.po -o build/mo/ja/LC_MESSAGES/python-apt.mo > msgfmt po/zh_CN.po -o build/mo/zh_CN/LC_MESSAGES/python-apt.mo > msgfmt po/be.po -o build/mo/be/LC_MESSAGES/python-apt.mo > msgfmt po/id.po -o build/mo/id/LC_MESSAGES/python-apt.mo > msgfmt po/el.po -o build/mo/el/LC_MESSAGES/python-apt.mo > msgfmt po/nb.po -o build/mo/nb/LC_MESSAGES/python-apt.mo > msgfmt po/tr.po -o build/mo/tr/LC_MESSAGES/python-apt.mo > msgfmt po/ru.po -o build/mo/ru/LC_MESSAGES/python-apt.mo > msgfmt po/sq.po -o build/mo/sq/LC_MESSAGES/python-apt.mo > msgfmt po/it.po -o build/mo/it/LC_MESSAGES/python-apt.mo > msgfmt po/da.po -o build/mo/da/LC_MESSAGES/python-apt.mo > msgfmt po/zh_HK.po -o build/mo/zh_HK/LC_MESSAGES/python-apt.mo > msgfmt po/sl.po -o build/mo/sl/LC_MESSAGES/python-apt.mo > msgfmt po/en_CA.po -o build/mo/en_CA/LC_MESSAGES/python-apt.mo > msgfmt po/th.po -o build/mo/th/LC_MESSAGES/python-apt.mo > msgfmt po/pl.po -o build/mo/pl/LC_MESSAGES/python-apt.mo > msgfmt po/tl.po -o build/mo/tl/LC_MESSAGES/python-apt.mo > msgfmt po/es.po -o build/mo/es/LC_MESSAGES/python-apt.mo > msgfmt po/ro.po -o build/mo/ro/LC_MESSAGES/python-apt.mo > msgfmt po/sr.po -o build/mo/sr/LC_MESSAGES/python-apt.mo > msgfmt po/csb.po -o build/mo/csb/LC_MESSAGES/python-apt.mo > msgfmt po/fr.po -o build/mo/fr/LC_MESSAGES/python-apt.mo > msgfmt po/oc.po -o build/mo/oc/LC_MESSAGES/python-apt.mo > msgfmt po/ko.po -o build/mo/ko/LC_MESSAGES/python-apt.mo > msgfmt po/pt.po -o build/mo/pt/LC_MESSAGES/python-apt.mo > msgfmt po/uk.po -o build/mo/uk/LC_MESSAGES/python-apt.mo > msgfmt po/cs.po -o build/mo/cs/LC_MESSAGES/python-apt.mo > msgfmt po/eo.po -o build/mo/eo/LC_MESSAGES/python-apt.mo > msgfmt po/he.po -o build/mo/he/LC_MESSAGES/python-apt.mo > msgfmt po/de.po -o build/mo/de/LC_MESSAGES/python-apt.mo > msgfmt po/lv.po -o build/mo/lv/LC_MESSAGES/python-apt.mo > msgfmt po/hu.po -o build/mo/hu/LC_MESSAGES/python-apt.mo > I: pybuild base:217: /usr/bin/python3-dbg setup.py build > running build > running build_py > creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dbg_apt/build/apt > copying apt/cache.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dbg_apt/build/apt > copying apt/__init__.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dbg_apt/build/apt > copying apt/debfile.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dbg_apt/build/apt > copying apt/package.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dbg_apt/build/apt > copying apt/auth.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dbg_apt/build/apt > copying apt/cdrom.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dbg_apt/build/apt > copying apt/utils.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dbg_apt/build/apt > creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dbg_apt/build/apt/progress > copying apt/progress/text.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dbg_apt/build/apt/progress > copying apt/progress/__init__.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dbg_apt/build/apt/progress > copying apt/progress/base.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dbg_apt/build/apt/progress > creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dbg_apt/build/aptsources > copying aptsources/__init__.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dbg_apt/build/aptsources > copying aptsources/sourceslist.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dbg_apt/build/aptsources > copying aptsources/distinfo.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dbg_apt/build/aptsources > copying aptsources/distro.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dbg_apt/build/aptsources > copying apt/py.typed -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dbg_apt/build/apt > running build_ext > building 'apt_pkg' extension > creating build/temp.linux-x86_64-3.8-pydebug > creating build/temp.linux-x86_64-3.8-pydebug/python > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -g -Og -Wall > -g -Og -fstack-protector-strong -Wformat -Werror=format-security -g -Og > -fstack-protector-strong -Wformat -Werror=format-security -g -O2 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8d -c python/acquire.cc -o > build/temp.linux-x86_64-3.8-pydebug/python/acquire.o -std=c++11 > -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS > -DAPT_10_CLEANER_HEADERS -DPY_SSIZE_T_CLEAN > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -g -Og -Wall > -g -Og -fstack-protector-strong -Wformat -Werror=format-security -g -Og > -fstack-protector-strong -Wformat -Werror=format-security -g -O2 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8d -c python/acquire-item.cc -o > build/temp.linux-x86_64-3.8-pydebug/python/acquire-item.o -std=c++11 > -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS > -DAPT_10_CLEANER_HEADERS -DPY_SSIZE_T_CLEAN > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -g -Og -Wall > -g -Og -fstack-protector-strong -Wformat -Werror=format-security -g -Og > -fstack-protector-strong -Wformat -Werror=format-security -g -O2 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8d -c python/apt_pkgmodule.cc -o > build/temp.linux-x86_64-3.8-pydebug/python/apt_pkgmodule.o -std=c++11 > -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS > -DAPT_10_CLEANER_HEADERS -DPY_SSIZE_T_CLEAN > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -g -Og -Wall > -g -Og -fstack-protector-strong -Wformat -Werror=format-security -g -Og > -fstack-protector-strong -Wformat -Werror=format-security -g -O2 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8d -c python/cache.cc -o > build/temp.linux-x86_64-3.8-pydebug/python/cache.o -std=c++11 > -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS > -DAPT_10_CLEANER_HEADERS -DPY_SSIZE_T_CLEAN > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -g -Og -Wall > -g -Og -fstack-protector-strong -Wformat -Werror=format-security -g -Og > -fstack-protector-strong -Wformat -Werror=format-security -g -O2 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8d -c python/cachegroup.cc -o > build/temp.linux-x86_64-3.8-pydebug/python/cachegroup.o -std=c++11 > -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS > -DAPT_10_CLEANER_HEADERS -DPY_SSIZE_T_CLEAN > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -g -Og -Wall > -g -Og -fstack-protector-strong -Wformat -Werror=format-security -g -Og > -fstack-protector-strong -Wformat -Werror=format-security -g -O2 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8d -c python/cdrom.cc -o > build/temp.linux-x86_64-3.8-pydebug/python/cdrom.o -std=c++11 > -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS > -DAPT_10_CLEANER_HEADERS -DPY_SSIZE_T_CLEAN > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -g -Og -Wall > -g -Og -fstack-protector-strong -Wformat -Werror=format-security -g -Og > -fstack-protector-strong -Wformat -Werror=format-security -g -O2 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8d -c python/configuration.cc -o > build/temp.linux-x86_64-3.8-pydebug/python/configuration.o -std=c++11 > -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS > -DAPT_10_CLEANER_HEADERS -DPY_SSIZE_T_CLEAN > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -g -Og -Wall > -g -Og -fstack-protector-strong -Wformat -Werror=format-security -g -Og > -fstack-protector-strong -Wformat -Werror=format-security -g -O2 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8d -c python/depcache.cc -o > build/temp.linux-x86_64-3.8-pydebug/python/depcache.o -std=c++11 > -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS > -DAPT_10_CLEANER_HEADERS -DPY_SSIZE_T_CLEAN > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -g -Og -Wall > -g -Og -fstack-protector-strong -Wformat -Werror=format-security -g -Og > -fstack-protector-strong -Wformat -Werror=format-security -g -O2 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8d -c python/generic.cc -o > build/temp.linux-x86_64-3.8-pydebug/python/generic.o -std=c++11 > -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS > -DAPT_10_CLEANER_HEADERS -DPY_SSIZE_T_CLEAN > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -g -Og -Wall > -g -Og -fstack-protector-strong -Wformat -Werror=format-security -g -Og > -fstack-protector-strong -Wformat -Werror=format-security -g -O2 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8d -c python/hashes.cc -o > build/temp.linux-x86_64-3.8-pydebug/python/hashes.o -std=c++11 > -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS > -DAPT_10_CLEANER_HEADERS -DPY_SSIZE_T_CLEAN > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -g -Og -Wall > -g -Og -fstack-protector-strong -Wformat -Werror=format-security -g -Og > -fstack-protector-strong -Wformat -Werror=format-security -g -O2 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8d -c python/hashstring.cc -o > build/temp.linux-x86_64-3.8-pydebug/python/hashstring.o -std=c++11 > -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS > -DAPT_10_CLEANER_HEADERS -DPY_SSIZE_T_CLEAN > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -g -Og -Wall > -g -Og -fstack-protector-strong -Wformat -Werror=format-security -g -Og > -fstack-protector-strong -Wformat -Werror=format-security -g -O2 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8d -c python/hashstringlist.cc -o > build/temp.linux-x86_64-3.8-pydebug/python/hashstringlist.o -std=c++11 > -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS > -DAPT_10_CLEANER_HEADERS -DPY_SSIZE_T_CLEAN > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -g -Og -Wall > -g -Og -fstack-protector-strong -Wformat -Werror=format-security -g -Og > -fstack-protector-strong -Wformat -Werror=format-security -g -O2 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8d -c python/indexfile.cc -o > build/temp.linux-x86_64-3.8-pydebug/python/indexfile.o -std=c++11 > -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS > -DAPT_10_CLEANER_HEADERS -DPY_SSIZE_T_CLEAN > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -g -Og -Wall > -g -Og -fstack-protector-strong -Wformat -Werror=format-security -g -Og > -fstack-protector-strong -Wformat -Werror=format-security -g -O2 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8d -c python/lock.cc -o > build/temp.linux-x86_64-3.8-pydebug/python/lock.o -std=c++11 > -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS > -DAPT_10_CLEANER_HEADERS -DPY_SSIZE_T_CLEAN > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -g -Og -Wall > -g -Og -fstack-protector-strong -Wformat -Werror=format-security -g -Og > -fstack-protector-strong -Wformat -Werror=format-security -g -O2 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8d -c python/metaindex.cc -o > build/temp.linux-x86_64-3.8-pydebug/python/metaindex.o -std=c++11 > -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS > -DAPT_10_CLEANER_HEADERS -DPY_SSIZE_T_CLEAN > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -g -Og -Wall > -g -Og -fstack-protector-strong -Wformat -Werror=format-security -g -Og > -fstack-protector-strong -Wformat -Werror=format-security -g -O2 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8d -c python/orderlist.cc -o > build/temp.linux-x86_64-3.8-pydebug/python/orderlist.o -std=c++11 > -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS > -DAPT_10_CLEANER_HEADERS -DPY_SSIZE_T_CLEAN > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -g -Og -Wall > -g -Og -fstack-protector-strong -Wformat -Werror=format-security -g -Og > -fstack-protector-strong -Wformat -Werror=format-security -g -O2 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8d -c python/pkgmanager.cc -o > build/temp.linux-x86_64-3.8-pydebug/python/pkgmanager.o -std=c++11 > -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS > -DAPT_10_CLEANER_HEADERS -DPY_SSIZE_T_CLEAN > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -g -Og -Wall > -g -Og -fstack-protector-strong -Wformat -Werror=format-security -g -Og > -fstack-protector-strong -Wformat -Werror=format-security -g -O2 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8d -c python/pkgrecords.cc -o > build/temp.linux-x86_64-3.8-pydebug/python/pkgrecords.o -std=c++11 > -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS > -DAPT_10_CLEANER_HEADERS -DPY_SSIZE_T_CLEAN > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -g -Og -Wall > -g -Og -fstack-protector-strong -Wformat -Werror=format-security -g -Og > -fstack-protector-strong -Wformat -Werror=format-security -g -O2 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8d -c python/pkgsrcrecords.cc -o > build/temp.linux-x86_64-3.8-pydebug/python/pkgsrcrecords.o -std=c++11 > -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS > -DAPT_10_CLEANER_HEADERS -DPY_SSIZE_T_CLEAN > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -g -Og -Wall > -g -Og -fstack-protector-strong -Wformat -Werror=format-security -g -Og > -fstack-protector-strong -Wformat -Werror=format-security -g -O2 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8d -c python/policy.cc -o > build/temp.linux-x86_64-3.8-pydebug/python/policy.o -std=c++11 > -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS > -DAPT_10_CLEANER_HEADERS -DPY_SSIZE_T_CLEAN > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -g -Og -Wall > -g -Og -fstack-protector-strong -Wformat -Werror=format-security -g -Og > -fstack-protector-strong -Wformat -Werror=format-security -g -O2 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8d -c python/progress.cc -o > build/temp.linux-x86_64-3.8-pydebug/python/progress.o -std=c++11 > -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS > -DAPT_10_CLEANER_HEADERS -DPY_SSIZE_T_CLEAN > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -g -Og -Wall > -g -Og -fstack-protector-strong -Wformat -Werror=format-security -g -Og > -fstack-protector-strong -Wformat -Werror=format-security -g -O2 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8d -c python/python-apt-helpers.cc -o > build/temp.linux-x86_64-3.8-pydebug/python/python-apt-helpers.o -std=c++11 > -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS > -DAPT_10_CLEANER_HEADERS -DPY_SSIZE_T_CLEAN > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -g -Og -Wall > -g -Og -fstack-protector-strong -Wformat -Werror=format-security -g -Og > -fstack-protector-strong -Wformat -Werror=format-security -g -O2 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8d -c python/sourcelist.cc -o > build/temp.linux-x86_64-3.8-pydebug/python/sourcelist.o -std=c++11 > -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS > -DAPT_10_CLEANER_HEADERS -DPY_SSIZE_T_CLEAN > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -g -Og -Wall > -g -Og -fstack-protector-strong -Wformat -Werror=format-security -g -Og > -fstack-protector-strong -Wformat -Werror=format-security -g -O2 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8d -c python/string.cc -o > build/temp.linux-x86_64-3.8-pydebug/python/string.o -std=c++11 > -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS > -DAPT_10_CLEANER_HEADERS -DPY_SSIZE_T_CLEAN > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -g -Og -Wall > -g -Og -fstack-protector-strong -Wformat -Werror=format-security -g -Og > -fstack-protector-strong -Wformat -Werror=format-security -g -O2 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8d -c python/tag.cc -o > build/temp.linux-x86_64-3.8-pydebug/python/tag.o -std=c++11 > -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS > -DAPT_10_CLEANER_HEADERS -DPY_SSIZE_T_CLEAN > x86_64-linux-gnu-g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions > -Wl,-z,relro -specs=/usr/share/dpkg/no-pie-link.specs -Wl,-z,relro -Wl,-z,now > -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 > build/temp.linux-x86_64-3.8-pydebug/python/acquire.o > build/temp.linux-x86_64-3.8-pydebug/python/acquire-item.o > build/temp.linux-x86_64-3.8-pydebug/python/apt_pkgmodule.o > build/temp.linux-x86_64-3.8-pydebug/python/cache.o > build/temp.linux-x86_64-3.8-pydebug/python/cachegroup.o > build/temp.linux-x86_64-3.8-pydebug/python/cdrom.o > build/temp.linux-x86_64-3.8-pydebug/python/configuration.o > build/temp.linux-x86_64-3.8-pydebug/python/depcache.o > build/temp.linux-x86_64-3.8-pydebug/python/generic.o > build/temp.linux-x86_64-3.8-pydebug/python/hashes.o > build/temp.linux-x86_64-3.8-pydebug/python/hashstring.o > build/temp.linux-x86_64-3.8-pydebug/python/hashstringlist.o > build/temp.linux-x86_64-3.8-pydebug/python/indexfile.o > build/temp.linux-x86_64-3.8-pydebug/python/lock.o > build/temp.linux-x86_64-3.8-pydebug/python/metaindex.o > build/temp.linux-x86_64-3.8-pydebug/python/orderlist.o > build/temp.linux-x86_64-3.8-pydebug/python/pkgmanager.o > build/temp.linux-x86_64-3.8-pydebug/python/pkgrecords.o > build/temp.linux-x86_64-3.8-pydebug/python/pkgsrcrecords.o > build/temp.linux-x86_64-3.8-pydebug/python/policy.o > build/temp.linux-x86_64-3.8-pydebug/python/progress.o > build/temp.linux-x86_64-3.8-pydebug/python/python-apt-helpers.o > build/temp.linux-x86_64-3.8-pydebug/python/sourcelist.o > build/temp.linux-x86_64-3.8-pydebug/python/string.o > build/temp.linux-x86_64-3.8-pydebug/python/tag.o -lapt-pkg -o > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dbg_apt/build/apt_pkg.cpython-38d-x86_64-linux-gnu.so > building 'apt_inst' extension > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -g -Og -Wall > -g -Og -fstack-protector-strong -Wformat -Werror=format-security -g -Og > -fstack-protector-strong -Wformat -Werror=format-security -g -O2 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8d -c python/apt_instmodule.cc -o > build/temp.linux-x86_64-3.8-pydebug/python/apt_instmodule.o -std=c++11 > -Wno-write-strings -DPY_SSIZE_T_CLEAN > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -g -Og -Wall > -g -Og -fstack-protector-strong -Wformat -Werror=format-security -g -Og > -fstack-protector-strong -Wformat -Werror=format-security -g -O2 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8d -c python/generic.cc -o > build/temp.linux-x86_64-3.8-pydebug/python/generic.o -std=c++11 > -Wno-write-strings -DPY_SSIZE_T_CLEAN > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -g -Og -Wall > -g -Og -fstack-protector-strong -Wformat -Werror=format-security -g -Og > -fstack-protector-strong -Wformat -Werror=format-security -g -O2 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8d -c python/arfile.cc -o > build/temp.linux-x86_64-3.8-pydebug/python/arfile.o -std=c++11 > -Wno-write-strings -DPY_SSIZE_T_CLEAN > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -g -Og -Wall > -g -Og -fstack-protector-strong -Wformat -Werror=format-security -g -Og > -fstack-protector-strong -Wformat -Werror=format-security -g -O2 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.8d -c python/tarfile.cc -o > build/temp.linux-x86_64-3.8-pydebug/python/tarfile.o -std=c++11 > -Wno-write-strings -DPY_SSIZE_T_CLEAN > x86_64-linux-gnu-g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions > -Wl,-z,relro -specs=/usr/share/dpkg/no-pie-link.specs -Wl,-z,relro -Wl,-z,now > -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat > -Werror=format-security -Wno-write-strings -DDATE="Apr 25 2020" > -DTIME="11:05:50" -Wdate-time -D_FORTIFY_SOURCE=2 > build/temp.linux-x86_64-3.8-pydebug/python/apt_instmodule.o > build/temp.linux-x86_64-3.8-pydebug/python/generic.o > build/temp.linux-x86_64-3.8-pydebug/python/arfile.o > build/temp.linux-x86_64-3.8-pydebug/python/tarfile.o -lapt-pkg -o > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dbg_apt/build/apt_inst.cpython-38d-x86_64-linux-gnu.so > running build_i18n > intltool-update -p -g python-apt > PYTHONPATH=/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_apt/build python3 setup.py > build_sphinx > running build_sphinx > Running Sphinx v3.1.1 > making output directory... done > WARNING: html_static_path entry '.static' does not exist > loading intersphinx inventory from http://docs.python.org/objects.inv... > intersphinx inventory has moved: http://docs.python.org/objects.inv -> > https://docs.python.org/3/objects.inv > building [mo]: targets for 0 po files that are out of date > building [html]: targets for 32 source files that are out of date > updating environment: [new config] 32 added, 0 changed, 0 removed > reading sources... [ 3%] c++/api > reading sources... [ 6%] c++/embedding > reading sources... [ 9%] c++/index > reading sources... [ 12%] contents > reading sources... [ 15%] library/apt.cache > reading sources... [ 18%] library/apt.cdrom > reading sources... [ 21%] library/apt.debfile > reading sources... [ 25%] library/apt.package > reading sources... [ 28%] library/apt.progress.base > reading sources... [ 31%] library/apt.progress.text > reading sources... [ 34%] library/apt_inst > reading sources... [ 37%] library/apt_pkg > reading sources... [ 40%] library/aptsources.distinfo > reading sources... [ 43%] library/aptsources.distro > reading sources... [ 46%] library/aptsources.sourceslist > reading sources... [ 50%] library/index > reading sources... [ 53%] tutorials/apt-cdrom > reading sources... [ 56%] tutorials/apt-get > reading sources... [ 59%] tutorials/contributing > reading sources... [ 62%] tutorials/index > reading sources... [ 65%] whatsnew/0.7.100 > reading sources... [ 68%] whatsnew/0.8.0 > reading sources... [ 71%] whatsnew/0.9.4 > reading sources... [ 75%] whatsnew/1.0 > reading sources... [ 78%] whatsnew/1.1 > reading sources... [ 81%] whatsnew/1.4 > reading sources... [ 84%] whatsnew/1.6 > reading sources... [ 87%] whatsnew/1.7 > reading sources... [ 90%] whatsnew/1.8 > reading sources... [ 93%] whatsnew/2.0 > reading sources... [ 96%] whatsnew/2.1 > reading sources... [100%] whatsnew/index > > /usr/lib/python3/dist-packages/docutils/parsers/rst/states.py:2147: > RemovedInSphinx40Warning: highlightlang directive is deprecated. Please use > highlight directive instead. > result = directive_instance.run() > /usr/lib/python3/dist-packages/docutils/parsers/rst/states.py:2147: > RemovedInSphinx40Warning: highlightlang directive is deprecated. Please use > highlight directive instead. > result = directive_instance.run() > WARNING: Since v2.0, Sphinx uses "index" as master_doc by default. Please add > "master_doc = 'contents'" to your conf.py. > /<<PKGBUILDDIR>>/doc/source/c++/api.rst:89: WARNING: Error in declarator or > parameters > Error in declarator or parameters > Invalid C declaration: Expected identifier in nested name. [error at 43] > PyObject* PyAcquireItem_FromCpp(pkgAcquire::Item *item, bool delete, > PyObject *owner) > -------------------------------------------^ > /<<PKGBUILDDIR>>/doc/source/c++/api.rst:97: WARNING: Error in declarator or > parameters > Invalid C declaration: Expected identifier in nested name. [error at 10] > pkgAcquire::Item* PyAcquireItem_ToCpp(PyObject *object) > ----------^ > /<<PKGBUILDDIR>>/doc/source/c++/api.rst:118: WARNING: Error in declarator or > parameters > Error in declarator or parameters > Invalid C declaration: Expected identifier in nested name. [error at 47] > PyObject* PyAcquireItemDesc_FromCpp(pkgAcquire::ItemDesc *desc, bool > delete, PyObject *owner) > -----------------------------------------------^ > /<<PKGBUILDDIR>>/doc/source/c++/api.rst:126: WARNING: Error in declarator or > parameters > Invalid C declaration: Expected identifier in nested name. [error at 10] > pkgAcquire::ItemDesc* PyAcquireItemDesc_ToCpp(PyObject *object) > ----------^ > /<<PKGBUILDDIR>>/doc/source/c++/api.rst:147: WARNING: Error in declarator or > parameters > Error in declarator or parameters > Invalid C declaration: Expected identifier in nested name. [error at 45] > PyObject* PyAcquireWorker_FromCpp(pkgAcquire::Worker *worker, bool delete, > PyObject *owner) > ---------------------------------------------^ > /<<PKGBUILDDIR>>/doc/source/c++/api.rst:155: WARNING: Error in declarator or > parameters > Invalid C declaration: Expected identifier in nested name. [error at 10] > pkgAcquire::Worker* PyAcquireWorker_ToCpp(PyObject *object) > ----------^ > /<<PKGBUILDDIR>>/doc/source/c++/api.rst:176: WARNING: Error in declarator or > parameters > Error in declarator or parameters > Invalid C declaration: Expected identifier in nested name. [error at 44] > PyObject* PyActionGroup_FromCpp(pkgDepCache::ActionGroup *agroup, bool > delete, PyObject *owner) > --------------------------------------------^ > /<<PKGBUILDDIR>>/doc/source/c++/api.rst:184: WARNING: Error in declarator or > parameters > Invalid C declaration: Expected identifier in nested name. [error at 11] > pkgDepCache::ActionGroup* PyActionGroup_ToCpp(PyObject *object) > -----------^ > /<<PKGBUILDDIR>>/doc/source/c++/api.rst:264: WARNING: Error in declarator or > parameters > Invalid C declaration: Expecting "," or ")" in parameters, got "&". [error at > 35] > PyObject* PyCdrom_FromCpp(pkgCdrom &cdrom, bool delete, PyObject *owner) > -----------------------------------^ > /<<PKGBUILDDIR>>/doc/source/c++/api.rst:271: WARNING: Error in declarator or > parameters > Invalid C declaration: Expected identifier in nested name. [error at 8] > pkgCdrom& PyCdrom_ToCpp(PyObject *object) > --------^ > /<<PKGBUILDDIR>>/doc/source/c++/api.rst:350: WARNING: Error in declarator or > parameters > Error in declarator or parameters > Invalid C declaration: Expected identifier in nested name. [error at 40] > PyObject* PyDependency_FromCpp(pkgCache::DepIterator &cpp, bool delete, > PyObject *owner) > ----------------------------------------^ > /<<PKGBUILDDIR>>/doc/source/c++/api.rst:358: WARNING: Error in declarator or > parameters > Invalid C declaration: Expected identifier in nested name. [error at 8] > pkgCache::DepIterator& PyDependency_ToCpp(PyObject *object) > --------^ > /<<PKGBUILDDIR>>/doc/source/c++/api.rst:379: WARNING: Error in declarator or > parameters > Error in declarator or parameters > Invalid C declaration: Expected identifier in nested name. [error at 41] > PyObject* PyDescription_FromCpp(pkgCache::DescIterator &cpp, bool delete, > PyObject *owner) > -----------------------------------------^ > /<<PKGBUILDDIR>>/doc/source/c++/api.rst:387: WARNING: Error in declarator or > parameters > Invalid C declaration: Expected identifier in nested name. [error at 8] > pkgCache::DescIterator& PyDescription_ToCpp(PyObject *object) > --------^ > /<<PKGBUILDDIR>>/doc/source/c++/api.rst:411: WARNING: Error in declarator or > parameters > Error in declarator or parameters > Invalid C declaration: Expected identifier in nested name. [error at 35] > PyObject* PyGroup_FromCpp(pkgCache::GrpIterator &cpp, bool delete, PyObject > *owner) > -----------------------------------^ > /<<PKGBUILDDIR>>/doc/source/c++/api.rst:419: WARNING: Error in declarator or > parameters > Invalid C declaration: Expected identifier in nested name. [error at 8] > pkgCache::GrpIterator& PyGroup_ToCpp(PyObject *object) > --------^ > /<<PKGBUILDDIR>>/doc/source/c++/api.rst:440: WARNING: Error in declarator or > parameters > Invalid C declaration: Expecting "," or ")" in parameters, got "&". [error at > 34] > PyObject* PyHashes_FromCpp(Hashes &cpp, bool delete, PyObject *owner) > ----------------------------------^ > /<<PKGBUILDDIR>>/doc/source/c++/api.rst:447: WARNING: Error in declarator or > parameters > Invalid C declaration: Expected identifier in nested name. [error at 6] > Hashes& PyHashes_ToCpp(PyObject *object) > ------^ > /<<PKGBUILDDIR>>/doc/source/c++/api.rst:554: WARNING: Error in declarator or > parameters > Error in declarator or parameters > Invalid C declaration: Expected identifier in nested name. [error at 37] > PyObject* PyPackage_FromCpp(pkgCache::PkgIterator &cpp, bool delete, > PyObject *owner) > -------------------------------------^ > /<<PKGBUILDDIR>>/doc/source/c++/api.rst:562: WARNING: Error in declarator or > parameters > Invalid C declaration: Expected identifier in nested name. [error at 8] > pkgCache::PkgIterator& PyPackage_ToCpp(PyObject *object) > --------^ > /<<PKGBUILDDIR>>/doc/source/c++/api.rst:583: WARNING: Error in declarator or > parameters > Error in declarator or parameters > Invalid C declaration: Expected identifier in nested name. [error at 41] > PyObject* PyPackageFile_FromCpp(pkgCache::PkgFileIterator &cpp, bool > delete, PyObject *owner) > -----------------------------------------^ > /<<PKGBUILDDIR>>/doc/source/c++/api.rst:591: WARNING: Error in declarator or > parameters > Invalid C declaration: Expected identifier in nested name. [error at 8] > pkgCache::PkgFileIterator& PyPackageFile_ToCpp(PyObject *object) > --------^ > /<<PKGBUILDDIR>>/doc/source/c++/api.rst:789: WARNING: Error in declarator or > parameters > Invalid C declaration: Expecting "," or ")" in parameters, got "&". [error at > 39] > PyObject* PyTagFile_FromCpp(pkgTagFile &cpp, bool delete, PyObject *owner) > ---------------------------------------^ > /<<PKGBUILDDIR>>/doc/source/c++/api.rst:797: WARNING: Error in declarator or > parameters > Invalid C declaration: Expected identifier in nested name. [error at 10] > pkgTagFile& PyTagFile_ToCpp(PyObject *object) > ----------^ > /<<PKGBUILDDIR>>/doc/source/c++/api.rst:818: WARNING: Error in declarator or > parameters > Invalid C declaration: Expecting "," or ")" in parameters, got "&". [error at > 45] > PyObject* PyTagSection_FromCpp(pkgTagSection &cpp, bool delete, PyObject > *owner) > ---------------------------------------------^ > /<<PKGBUILDDIR>>/doc/source/c++/api.rst:826: WARNING: Error in declarator or > parameters > Invalid C declaration: Expected identifier in nested name. [error at 13] > pkgTagSection& PyTagSection_ToCpp(PyObject *object) > -------------^ > /<<PKGBUILDDIR>>/doc/source/c++/api.rst:847: WARNING: Error in declarator or > parameters > Error in declarator or parameters > Invalid C declaration: Expected identifier in nested name. [error at 37] > PyObject* PyVersion_FromCpp(pkgCache::VerIterator &cpp, bool delete, > PyObject *owner) > -------------------------------------^ > /<<PKGBUILDDIR>>/doc/source/c++/api.rst:855: WARNING: Error in declarator or > parameters > Invalid C declaration: Expected identifier in nested name. [error at 8] > pkgCache::VerIterator& PyVersion_ToCpp(PyObject *object) > --------^ > docstring of apt_pkg.HashStringList.usable:1: WARNING: duplicate object > description of apt_pkg.HashStringList.usable, other instance in > library/apt_pkg, use :noindex: for one of them > looking for now-outdated files... none found > pickling environment... done > checking consistency... done > preparing documents... done > writing output... [ 3%] c++/api > writing output... [ 6%] c++/embedding > writing output... [ 9%] c++/index > writing output... [ 12%] contents > writing output... [ 15%] library/apt.cache > writing output... [ 18%] library/apt.cdrom > writing output... [ 21%] library/apt.debfile > writing output... [ 25%] library/apt.package > writing output... [ 28%] library/apt.progress.base > writing output... [ 31%] library/apt.progress.text > writing output... [ 34%] library/apt_inst > writing output... [ 37%] library/apt_pkg > writing output... [ 40%] library/aptsources.distinfo > writing output... [ 43%] library/aptsources.distro > writing output... [ 46%] library/aptsources.sourceslist > writing output... [ 50%] library/index > writing output... [ 53%] tutorials/apt-cdrom > writing output... [ 56%] tutorials/apt-get > writing output... [ 59%] tutorials/contributing > writing output... [ 62%] tutorials/index > writing output... [ 65%] whatsnew/0.7.100 > writing output... [ 68%] whatsnew/0.8.0 > writing output... [ 71%] whatsnew/0.9.4 > writing output... [ 75%] whatsnew/1.0 > writing output... [ 78%] whatsnew/1.1 > writing output... [ 81%] whatsnew/1.4 > writing output... [ 84%] whatsnew/1.6 > writing output... [ 87%] whatsnew/1.7 > writing output... [ 90%] whatsnew/1.8 > writing output... [ 93%] whatsnew/2.0 > writing output... [ 96%] whatsnew/2.1 > writing output... [100%] whatsnew/index > > /<<PKGBUILDDIR>>/doc/source/c++/api.rst:91: WARNING: Unparseable C > cross-reference: 'pkgAcquire::Item' > Invalid C declaration: Expected end of definition. [error at 10] > pkgAcquire::Item > ----------^ > /<<PKGBUILDDIR>>/doc/source/c++/api.rst:99: WARNING: Unparseable C > cross-reference: 'pkgAcquire::Item' > Invalid C declaration: Expected end of definition. [error at 10] > pkgAcquire::Item > ----------^ > /<<PKGBUILDDIR>>/doc/source/c++/api.rst:120: WARNING: Unparseable C > cross-reference: 'pkgAcquire::ItemDesc' > Invalid C declaration: Expected end of definition. [error at 10] > pkgAcquire::ItemDesc > ----------^ > /<<PKGBUILDDIR>>/doc/source/c++/api.rst:128: WARNING: Unparseable C > cross-reference: 'pkgAcquire::ItemDesc' > Invalid C declaration: Expected end of definition. [error at 10] > pkgAcquire::ItemDesc > ----------^ > /<<PKGBUILDDIR>>/doc/source/c++/api.rst:149: WARNING: Unparseable C > cross-reference: 'pkgAcquire::Worker' > Invalid C declaration: Expected end of definition. [error at 10] > pkgAcquire::Worker > ----------^ > /<<PKGBUILDDIR>>/doc/source/c++/api.rst:157: WARNING: Unparseable C > cross-reference: 'pkgAcquire::Worker' > Invalid C declaration: Expected end of definition. [error at 10] > pkgAcquire::Worker > ----------^ > /<<PKGBUILDDIR>>/doc/source/c++/api.rst:178: WARNING: Unparseable C > cross-reference: 'pkgDepCache::ActionGroup' > Invalid C declaration: Expected end of definition. [error at 11] > pkgDepCache::ActionGroup > -----------^ > /<<PKGBUILDDIR>>/doc/source/c++/api.rst:186: WARNING: Unparseable C > cross-reference: 'pkgDepCache::ActionGroup' > Invalid C declaration: Expected end of definition. [error at 11] > pkgDepCache::ActionGroup > -----------^ > /<<PKGBUILDDIR>>/doc/source/c++/api.rst:352: WARNING: Unparseable C > cross-reference: 'pkgCache::DepIterator' > Invalid C declaration: Expected end of definition. [error at 8] > pkgCache::DepIterator > --------^ > /<<PKGBUILDDIR>>/doc/source/c++/api.rst:360: WARNING: Unparseable C > cross-reference: 'pkgCache::DepIterator' > Invalid C declaration: Expected end of definition. [error at 8] > pkgCache::DepIterator > --------^ > /<<PKGBUILDDIR>>/doc/source/c++/api.rst:381: WARNING: Unparseable C > cross-reference: 'pkgCache::DescIterator' > Invalid C declaration: Expected end of definition. [error at 8] > pkgCache::DescIterator > --------^ > /<<PKGBUILDDIR>>/doc/source/c++/api.rst:389: WARNING: Unparseable C > cross-reference: 'pkgCache::DescIterator' > Invalid C declaration: Expected end of definition. [error at 8] > pkgCache::DescIterator > --------^ > /<<PKGBUILDDIR>>/doc/source/c++/api.rst:413: WARNING: Unparseable C > cross-reference: 'pkgCache::GrpIterator' > Invalid C declaration: Expected end of definition. [error at 8] > pkgCache::GrpIterator > --------^ > /<<PKGBUILDDIR>>/doc/source/c++/api.rst:421: WARNING: Unparseable C > cross-reference: 'pkgCache::GrpIterator' > Invalid C declaration: Expected end of definition. [error at 8] > pkgCache::GrpIterator > --------^ > /<<PKGBUILDDIR>>/doc/source/c++/api.rst:556: WARNING: Unparseable C > cross-reference: 'pkgCache::PkgIterator' > Invalid C declaration: Expected end of definition. [error at 8] > pkgCache::PkgIterator > --------^ > /<<PKGBUILDDIR>>/doc/source/c++/api.rst:564: WARNING: Unparseable C > cross-reference: 'pkgCache::PkgIterator' > Invalid C declaration: Expected end of definition. [error at 8] > pkgCache::PkgIterator > --------^ > /<<PKGBUILDDIR>>/doc/source/c++/api.rst:585: WARNING: Unparseable C > cross-reference: 'pkgCache::PkgFileIterator' > Invalid C declaration: Expected end of definition. [error at 8] > pkgCache::PkgFileIterator > --------^ > /<<PKGBUILDDIR>>/doc/source/c++/api.rst:593: WARNING: Unparseable C > cross-reference: 'pkgCache::PkgFileIterator' > Invalid C declaration: Expected end of definition. [error at 8] > pkgCache::PkgFileIterator > --------^ > /<<PKGBUILDDIR>>/doc/source/c++/api.rst:849: WARNING: Unparseable C > cross-reference: 'pkgCache::VerIterator' > Invalid C declaration: Expected end of definition. [error at 8] > pkgCache::VerIterator > --------^ > /<<PKGBUILDDIR>>/doc/source/c++/api.rst:857: WARNING: Unparseable C > cross-reference: 'pkgCache::VerIterator' > Invalid C declaration: Expected end of definition. [error at 8] > pkgCache::VerIterator > --------^ > /<<PKGBUILDDIR>>/doc/source/tutorials/contributing.rst:249: WARNING: Could > not lex literal_block as "c". Highlighting skipped. > generating indices... genindex py-modindexdone > writing additional pages... indexfailed > > Theme error: > An error happened in rendering the page index. > Reason: UndefinedError("'warn' is undefined") > make[1]: *** [debian/rules:21: override_dh_auto_build] Error 1 The full build log is available from: http://qa-logs.debian.net/2020/06/23/python-apt_2.1.3_unstable_sphinx-exp.log Please see [1] for Sphinx changelog, which may give a hint of what changes in Sphinx caused this error. Also see [2] for the list of deprecated/removed APIs and possible alternatives to them. Sphinx 3.1 is going to be uploaded to unstable in a couple of weeks. When that happens, the severity of this bug will be bumped to serious. In case you have questions, please Cc [email protected] on reply. [1]: https://www.sphinx-doc.org/en/3.x/changes.html [2]: https://www.sphinx-doc.org/en/3.x/extdev/deprecated.html A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! About the archive rebuild: The rebuild was done on EC2 VM instances from Amazon Web Services, using a clean, minimal and up-to-date chroot. Every failed build was retried once to eliminate random failures.

