[Reproducible-builds] Bug#835465: python-apt: FTBFS: AptKeyError: recv from 'hkp://localhost:19191' failed for '0xa1bD8E9D78F7FE5C3E65D8AF8B48AD6246925553'
Chris Lamb
lamby at debian.org
Fri Aug 26 00:55:27 UTC 2016
Source: python-apt
Version: 1.1.0~beta4
Severity: serious
Justification: fails to build from source
User: reproducible-builds at lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds at lists.alioth.debian.org
Dear Maintainer,
python-apt fails to build from source in unstable/amd64:
[..]
from /usr/include/apt-pkg/acquire-item.h:23,
from python/apt_pkgmodule.h:15,
from python/pkgsrcrecords.cc:12:
/usr/include/apt-pkg/srcrecords.h:36:95: note: declared here
APT_DEPRECATED_MSG("Use Hashes member instead of hardcoded hash algorithm") std::string MD5Hash;
^~~~~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-write-strings -DDATE="Jul 16 2016" -DTIME="01:05:35" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c python/policy.cc -o build/temp.linux-x86_64-2.7/python/policy.o -std=c++11 -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS -DAPT_10_CLEANER_HEADERS
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-write-strings -DDATE="Jul 16 2016" -DTIME="01:05:35" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c python/progress.cc -o build/temp.linux-x86_64-2.7/python/progress.o -std=c++11 -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS -DAPT_10_CLEANER_HEADERS
python/progress.cc: In member function 'pkgPackageManager::OrderResult PyInstallProgress::Run(pkgPackageManager*)':
python/progress.cc:377:25: warning: 'pkgPackageManager::OrderResult pkgPackageManager::DoInstall(int)' is deprecated: Use APT::Progress::PackageManager subclass instead of fd [-Wdeprecated-declarations]
res = pm->DoInstall(fd);
^
In file included from python/progress.h:14:0,
from python/progress.cc:16:
/usr/include/apt-pkg/packagemanager.h:118:95: note: declared here
APT_DEPRECATED_MSG("Use APT::Progress::PackageManager subclass instead of fd") OrderResult DoInstall(int statusFd=-1);
^~~~~~~~~
python/progress.cc:379:23: warning: 'pkgPackageManager::OrderResult pkgPackageManager::DoInstall(int)' is deprecated: Use APT::Progress::PackageManager subclass instead of fd [-Wdeprecated-declarations]
res = pm->DoInstall();
^
In file included from python/progress.h:14:0,
from python/progress.cc:16:
/usr/include/apt-pkg/packagemanager.h:118:95: note: declared here
APT_DEPRECATED_MSG("Use APT::Progress::PackageManager subclass instead of fd") OrderResult DoInstall(int statusFd=-1);
^~~~~~~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-write-strings -DDATE="Jul 16 2016" -DTIME="01:05:35" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c python/python-apt-helpers.cc -o build/temp.linux-x86_64-2.7/python/python-apt-helpers.o -std=c++11 -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS -DAPT_10_CLEANER_HEADERS
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-write-strings -DDATE="Jul 16 2016" -DTIME="01:05:35" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c python/sourcelist.cc -o build/temp.linux-x86_64-2.7/python/sourcelist.o -std=c++11 -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS -DAPT_10_CLEANER_HEADERS
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-write-strings -DDATE="Jul 16 2016" -DTIME="01:05:35" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c python/string.cc -o build/temp.linux-x86_64-2.7/python/string.o -std=c++11 -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS -DAPT_10_CLEANER_HEADERS
python/string.cc: In function 'PyObject* StrTimeRFC1123(PyObject*, PyObject*)':
python/string.cc:37:32: warning: 'std::__cxx11::string TimeRFC1123(time_t)' is deprecated: Specify if GMT is required or a numeric timezone can be used [-Wdeprecated-declarations]
return CppPyString(CFunc(Val)); \
^
python/string.cc:66:1: note: in expansion of macro 'MkInt'
MkInt(StrTimeRFC1123,TimeRFC1123, long long, "L");
^~~~~
In file included from /usr/include/apt-pkg/hashsum_template.h:20:0,
from /usr/include/apt-pkg/md5.h:28,
from /usr/include/apt-pkg/hashes.h:17,
from python/apt_pkgmodule.h:14,
from python/string.cc:12:
/usr/include/apt-pkg/strutl.h:69:96: note: declared here
APT_DEPRECATED_MSG("Specify if GMT is required or a numeric timezone can be used") std::string TimeRFC1123(time_t Date);
^~~~~~~~~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-write-strings -DDATE="Jul 16 2016" -DTIME="01:05:35" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c python/tag.cc -o build/temp.linux-x86_64-2.7/python/tag.o -std=c++11 -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS -DAPT_10_CLEANER_HEADERS
c++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-oH9M6v/python2.7-2.7.12=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-write-strings -DDATE="Jul 16 2016" -DTIME="01:05:35" -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7/python/acquire.o build/temp.linux-x86_64-2.7/python/acquire-item.o build/temp.linux-x86_64-2.7/python/apt_pkgmodule.o build/temp.linux-x86_64-2.7/python/cache.o build/temp.linux-x86_64-2.7/python/cachegroup.o build/temp.linux-x86_64-2.7/python/cdrom.o build/temp.linux-x86_64-2.7/python/configuration.o build/temp.linux-x86_64-2.7/python/depcache.o build/temp.linux-x86_64-2.7/python/generic.o build/temp.linux-x86_64-2.7/python/hashes.o build/temp.linux-x86_64-2.7/python/hashstring.o build/temp.linux-x86_64-2.7/python/hashstringlist.o build/temp.linux-x86_64-2.7/python/indexfile.o build/temp.linux-x86_64-2.7/python/lock.o build/temp.linux-x86_64-2.7/python/metaindex.o build/temp.linux-x86_64-2.7/python/orderlist.o build/temp.linux-x86_64-2.7/python/pkgmanager.o build/temp.linux-x86_64-2.7/python/pkgrecords.o build/temp.linux-x86_64-2.7/python/pkgsrcrecords.o build/temp.linux-x86_64-2.7/python/policy.o build/temp.linux-x86_64-2.7/python/progress.o build/temp.linux-x86_64-2.7/python/python-apt-helpers.o build/temp.linux-x86_64-2.7/python/sourcelist.o build/temp.linux-x86_64-2.7/python/string.o build/temp.linux-x86_64-2.7/python/tag.o -lapt-pkg -o build/lib.linux-x86_64-2.7/apt_pkg.so
building 'apt_inst' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-write-strings -DDATE="Jul 16 2016" -DTIME="01:05:35" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c python/apt_instmodule.cc -o build/temp.linux-x86_64-2.7/python/apt_instmodule.o -std=c++11 -Wno-write-strings
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-write-strings -DDATE="Jul 16 2016" -DTIME="01:05:35" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c python/generic.cc -o build/temp.linux-x86_64-2.7/python/generic.o -std=c++11 -Wno-write-strings
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-write-strings -DDATE="Jul 16 2016" -DTIME="01:05:35" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c python/arfile.cc -o build/temp.linux-x86_64-2.7/python/arfile.o -std=c++11 -Wno-write-strings
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-write-strings -DDATE="Jul 16 2016" -DTIME="01:05:35" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c python/tarfile.cc -o build/temp.linux-x86_64-2.7/python/tarfile.o -std=c++11 -Wno-write-strings
c++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-oH9M6v/python2.7-2.7.12=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-write-strings -DDATE="Jul 16 2016" -DTIME="01:05:35" -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7/python/apt_instmodule.o build/temp.linux-x86_64-2.7/python/generic.o build/temp.linux-x86_64-2.7/python/arfile.o build/temp.linux-x86_64-2.7/python/tarfile.o -lapt-pkg -lapt-inst -o build/lib.linux-x86_64-2.7/apt_inst.so
running build_i18n
intltool-update -p -g python-apt
python3.5 setup.py build --force
W: [python3.5] DistUtilsExtra import error.
W: [python3.5] Sphinx import error.
running build
running build_py
creating build/lib.linux-x86_64-3.5
creating build/lib.linux-x86_64-3.5/apt
copying apt/utils.py -> build/lib.linux-x86_64-3.5/apt
copying apt/auth.py -> build/lib.linux-x86_64-3.5/apt
copying apt/__init__.py -> build/lib.linux-x86_64-3.5/apt
copying apt/cache.py -> build/lib.linux-x86_64-3.5/apt
copying apt/package.py -> build/lib.linux-x86_64-3.5/apt
copying apt/cdrom.py -> build/lib.linux-x86_64-3.5/apt
copying apt/debfile.py -> build/lib.linux-x86_64-3.5/apt
creating build/lib.linux-x86_64-3.5/apt/progress
copying apt/progress/__init__.py -> build/lib.linux-x86_64-3.5/apt/progress
copying apt/progress/base.py -> build/lib.linux-x86_64-3.5/apt/progress
copying apt/progress/text.py -> build/lib.linux-x86_64-3.5/apt/progress
creating build/lib.linux-x86_64-3.5/aptsources
copying aptsources/__init__.py -> build/lib.linux-x86_64-3.5/aptsources
copying aptsources/sourceslist.py -> build/lib.linux-x86_64-3.5/aptsources
copying aptsources/distro.py -> build/lib.linux-x86_64-3.5/aptsources
copying aptsources/distinfo.py -> build/lib.linux-x86_64-3.5/aptsources
running build_ext
building 'apt_pkg' extension
creating build/temp.linux-x86_64-3.5
creating build/temp.linux-x86_64-3.5/python
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-write-strings -DDATE="Jul 16 2016" -DTIME="01:05:35" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -c python/acquire.cc -o build/temp.linux-x86_64-3.5/python/acquire.o -std=c++11 -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS -DAPT_10_CLEANER_HEADERS
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-write-strings -DDATE="Jul 16 2016" -DTIME="01:05:35" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -c python/acquire-item.cc -o build/temp.linux-x86_64-3.5/python/acquire-item.o -std=c++11 -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS -DAPT_10_CLEANER_HEADERS
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-write-strings -DDATE="Jul 16 2016" -DTIME="01:05:35" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -c python/apt_pkgmodule.cc -o build/temp.linux-x86_64-3.5/python/apt_pkgmodule.o -std=c++11 -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS -DAPT_10_CLEANER_HEADERS
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-write-strings -DDATE="Jul 16 2016" -DTIME="01:05:35" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -c python/cache.cc -o build/temp.linux-x86_64-3.5/python/cache.o -std=c++11 -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS -DAPT_10_CLEANER_HEADERS
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-write-strings -DDATE="Jul 16 2016" -DTIME="01:05:35" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -c python/cachegroup.cc -o build/temp.linux-x86_64-3.5/python/cachegroup.o -std=c++11 -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS -DAPT_10_CLEANER_HEADERS
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-write-strings -DDATE="Jul 16 2016" -DTIME="01:05:35" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -c python/cdrom.cc -o build/temp.linux-x86_64-3.5/python/cdrom.o -std=c++11 -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS -DAPT_10_CLEANER_HEADERS
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-write-strings -DDATE="Jul 16 2016" -DTIME="01:05:35" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -c python/configuration.cc -o build/temp.linux-x86_64-3.5/python/configuration.o -std=c++11 -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS -DAPT_10_CLEANER_HEADERS
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-write-strings -DDATE="Jul 16 2016" -DTIME="01:05:35" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -c python/depcache.cc -o build/temp.linux-x86_64-3.5/python/depcache.o -std=c++11 -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS -DAPT_10_CLEANER_HEADERS
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-write-strings -DDATE="Jul 16 2016" -DTIME="01:05:35" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -c python/generic.cc -o build/temp.linux-x86_64-3.5/python/generic.o -std=c++11 -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS -DAPT_10_CLEANER_HEADERS
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-write-strings -DDATE="Jul 16 2016" -DTIME="01:05:35" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -c python/hashes.cc -o build/temp.linux-x86_64-3.5/python/hashes.o -std=c++11 -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS -DAPT_10_CLEANER_HEADERS
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-write-strings -DDATE="Jul 16 2016" -DTIME="01:05:35" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -c python/hashstring.cc -o build/temp.linux-x86_64-3.5/python/hashstring.o -std=c++11 -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS -DAPT_10_CLEANER_HEADERS
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-write-strings -DDATE="Jul 16 2016" -DTIME="01:05:35" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -c python/hashstringlist.cc -o build/temp.linux-x86_64-3.5/python/hashstringlist.o -std=c++11 -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS -DAPT_10_CLEANER_HEADERS
python/hashstringlist.cc: In function 'int hashstringlist_set_file_size(PyObject*, PyObject*, void*)':
python/hashstringlist.cc:103:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if (!PyErr_Occurred())
^~
python/hashstringlist.cc:106:17: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
return 1;
^~~~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-write-strings -DDATE="Jul 16 2016" -DTIME="01:05:35" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -c python/indexfile.cc -o build/temp.linux-x86_64-3.5/python/indexfile.o -std=c++11 -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS -DAPT_10_CLEANER_HEADERS
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-write-strings -DDATE="Jul 16 2016" -DTIME="01:05:35" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -c python/lock.cc -o build/temp.linux-x86_64-3.5/python/lock.o -std=c++11 -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS -DAPT_10_CLEANER_HEADERS
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-write-strings -DDATE="Jul 16 2016" -DTIME="01:05:35" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -c python/metaindex.cc -o build/temp.linux-x86_64-3.5/python/metaindex.o -std=c++11 -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS -DAPT_10_CLEANER_HEADERS
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-write-strings -DDATE="Jul 16 2016" -DTIME="01:05:35" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -c python/orderlist.cc -o build/temp.linux-x86_64-3.5/python/orderlist.o -std=c++11 -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS -DAPT_10_CLEANER_HEADERS
python/orderlist.cc: In function 'PyObject* order_list_flag(PyObject*, PyObject*)':
python/orderlist.cc:142:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if (PyArg_ParseTuple(args, "O!I|I", &PyPackage_Type, &pyPkg,
^~
python/orderlist.cc:146:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (!valid_flags(flags))
^~
python/orderlist.cc: In function 'PyObject* order_list_is_flag(PyObject*, PyObject*)':
python/orderlist.cc:168:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if (PyArg_ParseTuple(args, "O!I", &PyPackage_Type, &pyPkg,
^~
python/orderlist.cc:172:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (!valid_flags(flags))
^~
python/orderlist.cc: In function 'PyObject* order_list_wipe_flags(PyObject*, PyObject*)':
python/orderlist.cc:187:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if (PyArg_ParseTuple(args, "I", &flags) == 0)
^~
python/orderlist.cc:190:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (!valid_flags(flags))
^~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-write-strings -DDATE="Jul 16 2016" -DTIME="01:05:35" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -c python/pkgmanager.cc -o build/temp.linux-x86_64-3.5/python/pkgmanager.o -std=c++11 -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS -DAPT_10_CLEANER_HEADERS
python/pkgmanager.cc: In function 'PyObject* PkgManagerDoInstall(PyObject*, PyObject*)':
python/pkgmanager.cc:54:64: warning: 'pkgPackageManager::OrderResult pkgPackageManager::DoInstall(int)' is deprecated: Use APT::Progress::PackageManager subclass instead of fd [-Wdeprecated-declarations]
pkgPackageManager::OrderResult res = pm->DoInstall(status_fd);
^
In file included from python/apt_pkgmodule.h:17:0,
from python/pkgmanager.cc:10:
/usr/include/apt-pkg/packagemanager.h:118:95: note: declared here
APT_DEPRECATED_MSG("Use APT::Progress::PackageManager subclass instead of fd") OrderResult DoInstall(int statusFd=-1);
^~~~~~~~~
python/pkgmanager.cc: In member function 'bool PyPkgManager::callGo(int)':
python/pkgmanager.cc:206:62: warning: 'virtual bool pkgDPkgPM::Go(int)' is deprecated: Use overload with explicit progress manager [-Wdeprecated-declarations]
bool callGo(int StatusFd=-1) { return pkgDPkgPM::Go(StatusFd); }
^
In file included from python/pkgmanager.cc:20:0:
/usr/include/apt-pkg/dpkgpm.h:130:83: note: declared here
APT_DEPRECATED_MSG("Use overload with explicit progress manager") virtual bool Go(int StatusFd=-1) APT_OVERRIDE;
^~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-write-strings -DDATE="Jul 16 2016" -DTIME="01:05:35" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -c python/pkgrecords.cc -o build/temp.linux-x86_64-3.5/python/pkgrecords.o -std=c++11 -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS -DAPT_10_CLEANER_HEADERS
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-write-strings -DDATE="Jul 16 2016" -DTIME="01:05:35" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -c python/pkgsrcrecords.cc -o build/temp.linux-x86_64-3.5/python/pkgsrcrecords.o -std=c++11 -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS -DAPT_10_CLEANER_HEADERS
python/pkgsrcrecords.cc: In function 'PyObject* PkgSrcRecordsGetFiles(PyObject*, void*)':
python/pkgsrcrecords.cc:175:9: warning: 'pkgSrcRecords::File::MD5Hash' is deprecated: Use Hashes member instead of hardcoded hash algorithm [-Wdeprecated-declarations]
f[i].MD5Hash.c_str(),
^~~~~~~
In file included from /usr/include/apt-pkg/indexfile.h:24:0,
from /usr/include/apt-pkg/acquire-item.h:23,
from python/apt_pkgmodule.h:15,
from python/pkgsrcrecords.cc:12:
/usr/include/apt-pkg/srcrecords.h:36:95: note: declared here
APT_DEPRECATED_MSG("Use Hashes member instead of hardcoded hash algorithm") std::string MD5Hash;
^~~~~~~
python/pkgsrcrecords.cc:175:9: warning: 'pkgSrcRecords::File::MD5Hash' is deprecated: Use Hashes member instead of hardcoded hash algorithm [-Wdeprecated-declarations]
f[i].MD5Hash.c_str(),
^~~~~~~
In file included from /usr/include/apt-pkg/indexfile.h:24:0,
from /usr/include/apt-pkg/acquire-item.h:23,
from python/apt_pkgmodule.h:15,
from python/pkgsrcrecords.cc:12:
/usr/include/apt-pkg/srcrecords.h:36:95: note: declared here
APT_DEPRECATED_MSG("Use Hashes member instead of hardcoded hash algorithm") std::string MD5Hash;
^~~~~~~
python/pkgsrcrecords.cc:175:9: warning: 'pkgSrcRecords::File::MD5Hash' is deprecated: Use Hashes member instead of hardcoded hash algorithm [-Wdeprecated-declarations]
f[i].MD5Hash.c_str(),
^~~~~~~
In file included from /usr/include/apt-pkg/indexfile.h:24:0,
from /usr/include/apt-pkg/acquire-item.h:23,
from python/apt_pkgmodule.h:15,
from python/pkgsrcrecords.cc:12:
/usr/include/apt-pkg/srcrecords.h:36:95: note: declared here
APT_DEPRECATED_MSG("Use Hashes member instead of hardcoded hash algorithm") std::string MD5Hash;
^~~~~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-write-strings -DDATE="Jul 16 2016" -DTIME="01:05:35" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -c python/policy.cc -o build/temp.linux-x86_64-3.5/python/policy.o -std=c++11 -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS -DAPT_10_CLEANER_HEADERS
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-write-strings -DDATE="Jul 16 2016" -DTIME="01:05:35" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -c python/progress.cc -o build/temp.linux-x86_64-3.5/python/progress.o -std=c++11 -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS -DAPT_10_CLEANER_HEADERS
python/progress.cc: In member function 'pkgPackageManager::OrderResult PyInstallProgress::Run(pkgPackageManager*)':
python/progress.cc:377:25: warning: 'pkgPackageManager::OrderResult pkgPackageManager::DoInstall(int)' is deprecated: Use APT::Progress::PackageManager subclass instead of fd [-Wdeprecated-declarations]
res = pm->DoInstall(fd);
^
In file included from python/progress.h:14:0,
from python/progress.cc:16:
/usr/include/apt-pkg/packagemanager.h:118:95: note: declared here
APT_DEPRECATED_MSG("Use APT::Progress::PackageManager subclass instead of fd") OrderResult DoInstall(int statusFd=-1);
^~~~~~~~~
python/progress.cc:379:23: warning: 'pkgPackageManager::OrderResult pkgPackageManager::DoInstall(int)' is deprecated: Use APT::Progress::PackageManager subclass instead of fd [-Wdeprecated-declarations]
res = pm->DoInstall();
^
In file included from python/progress.h:14:0,
from python/progress.cc:16:
/usr/include/apt-pkg/packagemanager.h:118:95: note: declared here
APT_DEPRECATED_MSG("Use APT::Progress::PackageManager subclass instead of fd") OrderResult DoInstall(int statusFd=-1);
^~~~~~~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-write-strings -DDATE="Jul 16 2016" -DTIME="01:05:35" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -c python/python-apt-helpers.cc -o build/temp.linux-x86_64-3.5/python/python-apt-helpers.o -std=c++11 -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS -DAPT_10_CLEANER_HEADERS
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-write-strings -DDATE="Jul 16 2016" -DTIME="01:05:35" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -c python/sourcelist.cc -o build/temp.linux-x86_64-3.5/python/sourcelist.o -std=c++11 -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS -DAPT_10_CLEANER_HEADERS
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-write-strings -DDATE="Jul 16 2016" -DTIME="01:05:35" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -c python/string.cc -o build/temp.linux-x86_64-3.5/python/string.o -std=c++11 -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS -DAPT_10_CLEANER_HEADERS
python/string.cc: In function 'PyObject* StrTimeRFC1123(PyObject*, PyObject*)':
python/string.cc:37:32: warning: 'std::__cxx11::string TimeRFC1123(time_t)' is deprecated: Specify if GMT is required or a numeric timezone can be used [-Wdeprecated-declarations]
return CppPyString(CFunc(Val)); \
^
python/string.cc:66:1: note: in expansion of macro 'MkInt'
MkInt(StrTimeRFC1123,TimeRFC1123, long long, "L");
^~~~~
In file included from /usr/include/apt-pkg/hashsum_template.h:20:0,
from /usr/include/apt-pkg/md5.h:28,
from /usr/include/apt-pkg/hashes.h:17,
from python/apt_pkgmodule.h:14,
from python/string.cc:12:
/usr/include/apt-pkg/strutl.h:69:96: note: declared here
APT_DEPRECATED_MSG("Specify if GMT is required or a numeric timezone can be used") std::string TimeRFC1123(time_t Date);
^~~~~~~~~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-write-strings -DDATE="Jul 16 2016" -DTIME="01:05:35" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -c python/tag.cc -o build/temp.linux-x86_64-3.5/python/tag.o -std=c++11 -Wno-write-strings -DAPT_8_CLEANER_HEADERS -DAPT_9_CLEANER_HEADERS -DAPT_10_CLEANER_HEADERS
x86_64-linux-gnu-g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-write-strings -DDATE="Jul 16 2016" -DTIME="01:05:35" -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.5/python/acquire.o build/temp.linux-x86_64-3.5/python/acquire-item.o build/temp.linux-x86_64-3.5/python/apt_pkgmodule.o build/temp.linux-x86_64-3.5/python/cache.o build/temp.linux-x86_64-3.5/python/cachegroup.o build/temp.linux-x86_64-3.5/python/cdrom.o build/temp.linux-x86_64-3.5/python/configuration.o build/temp.linux-x86_64-3.5/python/depcache.o build/temp.linux-x86_64-3.5/python/generic.o build/temp.linux-x86_64-3.5/python/hashes.o build/temp.linux-x86_64-3.5/python/hashstring.o build/temp.linux-x86_64-3.5/python/hashstringlist.o build/temp.linux-x86_64-3.5/python/indexfile.o build/temp.linux-x86_64-3.5/python/lock.o build/temp.linux-x86_64-3.5/python/metaindex.o build/temp.linux-x86_64-3.5/python/orderlist.o build/temp.linux-x86_64-3.5/python/pkgmanager.o build/temp.linux-x86_64-3.5/python/pkgrecords.o build/temp.linux-x86_64-3.5/python/pkgsrcrecords.o build/temp.linux-x86_64-3.5/python/policy.o build/temp.linux-x86_64-3.5/python/progress.o build/temp.linux-x86_64-3.5/python/python-apt-helpers.o build/temp.linux-x86_64-3.5/python/sourcelist.o build/temp.linux-x86_64-3.5/python/string.o build/temp.linux-x86_64-3.5/python/tag.o -lapt-pkg -o build/lib.linux-x86_64-3.5/apt_pkg.cpython-35m-x86_64-linux-gnu.so
building 'apt_inst' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-write-strings -DDATE="Jul 16 2016" -DTIME="01:05:35" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -c python/apt_instmodule.cc -o build/temp.linux-x86_64-3.5/python/apt_instmodule.o -std=c++11 -Wno-write-strings
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-write-strings -DDATE="Jul 16 2016" -DTIME="01:05:35" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -c python/generic.cc -o build/temp.linux-x86_64-3.5/python/generic.o -std=c++11 -Wno-write-strings
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-write-strings -DDATE="Jul 16 2016" -DTIME="01:05:35" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -c python/arfile.cc -o build/temp.linux-x86_64-3.5/python/arfile.o -std=c++11 -Wno-write-strings
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-write-strings -DDATE="Jul 16 2016" -DTIME="01:05:35" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -c python/tarfile.cc -o build/temp.linux-x86_64-3.5/python/tarfile.o -std=c++11 -Wno-write-strings
x86_64-linux-gnu-g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-write-strings -DDATE="Jul 16 2016" -DTIME="01:05:35" -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.5/python/apt_instmodule.o build/temp.linux-x86_64-3.5/python/generic.o build/temp.linux-x86_64-3.5/python/arfile.o build/temp.linux-x86_64-3.5/python/tarfile.o -lapt-pkg -lapt-inst -o build/lib.linux-x86_64-3.5/apt_inst.cpython-35m-x86_64-linux-gnu.so
make[1]: Leaving directory '/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4'
debian/rules override_dh_auto_test
make[1]: Entering directory '/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4'
set -e; for python in python2.7 python3.5 ; do \
$python tests/test_all.py -q || [ "linux" = "hurd" ]; \
done;
Warning: apt-key output should not be parsed (stdout is not a terminal)
Warning: apt-key output should not be parsed (stdout is not a terminal)
Warning: apt-key output should not be parsed (stdout is not a terminal)
Warning: apt-key output should not be parsed (stdout is not a terminal)
Warning: apt-key output should not be parsed (stdout is not a terminal)
Warning: apt-key output should not be parsed (stdout is not a terminal)
[tests] Running on 2.7.12+ (default, Aug 4 2016, 20:04:34) [GCC 6.1.1 20160724]
Using library_dir: '/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4/build/lib.linux-x86_64-2.7'WARNING: Failed to read mirror file
WARNING: Failed to read mirror file
WARNING: Failed to read mirror file
WARNING: Failed to read mirror file
WARNING: Failed to read mirror file
WARNING: Failed to read mirror file
WARNING: Failed to read mirror file
WARNING: Failed to read mirror file
======================================================================
ERROR: testAddKeyFromServer (test_auth.TestAuthKeys)
Install a GnuPG key from a remote server.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4/tests/test_auth.py", line 220, in testAddKeyFromServer
"hkp://localhost:%d" % self.keyserver_port)
File "/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4/build/lib.linux-x86_64-2.7/apt/auth.py", line 128, in add_key_from_keyserver
_add_key_from_keyserver(keyid, keyserver, tmp_keyring_dir)
File "/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4/build/lib.linux-x86_64-2.7/apt/auth.py", line 156, in _add_key_from_keyserver
keyserver, keyid))
AptKeyError: recv from 'hkp://localhost:19191' failed for '0xa1bD8E9D78F7FE5C3E65D8AF8B48AD6246925553'
======================================================================
FAIL: testAddAndExportKey (test_auth.TestAuthKeys)
Add an example key.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4/tests/test_auth.py", line 157, in testAddAndExportKey
WHEEZY_KEY.split("\n")[2:])
AssertionError: Lists differ: ['mQINBE+a7rUBEADQiEKtLOgqiq8Y... != ['', 'mQINBE+a7rUBEADQiEKtLOgq...
First differing element 0:
'mQINBE+a7rUBEADQiEKtLOgqiq8YY/p7IFODMqGPR+o1vtXaksie8iTOh3Vxab38'
''
Second list contains 1 additional elements.
First extra element 81:
'-----END PGP PUBLIC KEY BLOCK-----'
Diff is 5698 characters long. Set self.maxDiff to None to see it.
======================================================================
FAIL: testAddAndListKey (test_auth.TestAuthKeys)
Add an example key and test if it is correctly returned by
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4/tests/test_auth.py", line 168, in testAddAndListKey
"Debian Archive Automatic Signing Key (7.0/wheezy) "
AssertionError: '' != 'Debian Archive Automatic Signing Key (7.0/wheezy) <ftpmaster at debian.org>'
======================================================================
FAIL: testAddKeyFromFile (test_auth.TestAuthKeys)
Test adding a key from file.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4/tests/test_auth.py", line 185, in testAddKeyFromFile
"Debian Archive Automatic Signing Key (7.0/wheezy) "
AssertionError: '' != 'Debian Archive Automatic Signing Key (7.0/wheezy) <ftpmaster at debian.org>'
----------------------------------------------------------------------
Ran 93 tests in 585.254s
FAILED (failures=3, errors=1, skipped=1)
debian/rules:50: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 1
make[1]: Leaving directory '/home/lamby/temp/cdt.20160826014142.YuAeJNcC8b.db.python-apt/python-apt-1.1.0~beta4'
debian/rules:16: recipe for target 'build' failed
make: *** [build] Error 2
[..]
The full build log is attached.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` lamby at debian.org / chris-lamb.co.uk
`-
-------------- next part --------------
A non-text attachment was scrubbed...
Name: python-apt.1.1.0~beta4.unstable.amd64.log.txt.gz
Type: application/octet-stream
Size: 11767 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/reproducible-builds/attachments/20160826/5235c546/attachment.obj>
More information about the Reproducible-builds
mailing list