Source: python-memprof Version: 0.3.4-1 Severity: serious Tags: buster sid User: debian...@lists.debian.org Usertags: qa-ftbfs-20180502 qa-ftbfs Justification: FTBFS on amd64
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > debian/rules build > dh build --with python2,python3 --buildsystem=pybuild > dh_update_autotools_config -O--buildsystem=pybuild > dh_auto_configure -O--buildsystem=pybuild > I: pybuild base:217: python2.7 setup.py config > running config > I: pybuild base:217: python3.6 setup.py config > running config > dh_auto_build -O--buildsystem=pybuild > I: pybuild base:217: /usr/bin/python setup.py build > running build > running build_py > creating /<<PKGBUILDDIR>>/.pybuild/cpython2_2.7_memprof/build/memprof > copying memprof/memprof.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython2_2.7_memprof/build/memprof > copying memprof/mp_utils.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython2_2.7_memprof/build/memprof > copying memprof/__init__.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython2_2.7_memprof/build/memprof > copying memprof/__main__.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython2_2.7_memprof/build/memprof > running build_ext > cythoning memprof/getsize.pyx to memprof/getsize.c > building 'memprof.getsize' extension > creating build > creating build/temp.linux-amd64-2.7 > creating build/temp.linux-amd64-2.7/memprof > x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall > -Wstrict-prototypes -fno-strict-aliasing -g -O2 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python2.7 -c memprof/getsize.c -o > build/temp.linux-amd64-2.7/memprof/getsize.o > x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions > -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall > -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g > -fdebug-prefix-map=/build/python2.7-jgBwco/python2.7-2.7.15=. > -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -g -O2 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 > build/temp.linux-amd64-2.7/memprof/getsize.o -o > /<<PKGBUILDDIR>>/.pybuild/cpython2_2.7_memprof/build/memprof/getsize.so > running build_scripts > creating build/scripts-2.7 > copying and adjusting scripts/mp_plot -> build/scripts-2.7 > changing mode of build/scripts-2.7/mp_plot from 664 to 775 > I: pybuild base:217: /usr/bin/python3 setup.py build > running build > running build_py > creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_memprof/build/memprof > copying memprof/memprof.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_memprof/build/memprof > copying memprof/mp_utils.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_memprof/build/memprof > copying memprof/__init__.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_memprof/build/memprof > copying memprof/__main__.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_memprof/build/memprof > running build_ext > cythoning memprof/getsize.pyx to memprof/getsize.c > building 'memprof.getsize' extension > creating build/temp.linux-amd64-3.6 > creating build/temp.linux-amd64-3.6/memprof > x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall > -Wstrict-prototypes -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.6m -c memprof/getsize.c -o > build/temp.linux-amd64-3.6/memprof/getsize.o > x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions > -Wl,-z,relro -Wl,-z,relro -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 build/temp.linux-amd64-3.6/memprof/getsize.o -o > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_memprof/build/memprof/getsize.cpython-36m-x86_64-linux-gnu.so > running build_scripts > creating build/scripts-3.6 > copying and adjusting scripts/mp_plot -> build/scripts-3.6 > changing mode of build/scripts-3.6/mp_plot from 664 to 775 > dh_auto_test -O--buildsystem=pybuild > I: pybuild base:217: cd /<<PKGBUILDDIR>>/.pybuild/cpython2_2.7_memprof/build; > python2.7 -m nose > > ---------------------------------------------------------------------- > Ran 0 tests in 0.425s > > OK > I: pybuild base:217: python3.6 setup.py test > running test > Searching for subprocess32 > > Note: Bypassing https://pypi.python.org/simple/subprocess32/ (disallowed > host; see http://bit.ly/2hrImnY for details). > > Couldn't find index page for 'subprocess32' (maybe misspelled?) > Scanning index of all packages (this may take a while) > > Note: Bypassing https://pypi.python.org/simple/ (disallowed host; see > http://bit.ly/2hrImnY for details). > > No local packages or working download links found for subprocess32 > error: Could not find suitable distribution for > Requirement.parse('subprocess32') > E: pybuild pybuild:336: test: plugin distutils failed with: exit code=1: > python3.6 setup.py test > dh_auto_test: pybuild --test -i python{version} -p 3.6 returned exit code 13 The full build log is available from: http://aws-logs.debian.net/2018/05/02/python-memprof_0.3.4-1_unstable.log 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.