Source: python-argh
Version: 0.26.1-1
Severity: serious
Tags: stretch sid
User: [email protected]
Usertags: qa-ftbfs-20160728 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_testdir -O--buildsystem=pybuild
> dh_update_autotools_config -O--buildsystem=pybuild
> dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:184: python2.7 setup.py config
> running config
> I: pybuild base:184: python3.5 setup.py config
> running config
> dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:184: /usr/bin/python setup.py build
> running build
> running build_py
> creating /«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/argh
> copying argh/decorators.py -> /«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/argh
> copying argh/io.py -> /«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/argh
> copying argh/constants.py -> /«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/argh
> copying argh/utils.py -> /«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/argh
> copying argh/assembling.py -> /«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/argh
> copying argh/compat.py -> /«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/argh
> copying argh/exceptions.py -> /«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/argh
> copying argh/__init__.py -> /«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/argh
> copying argh/completion.py -> /«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/argh
> copying argh/helpers.py -> /«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/argh
> copying argh/interaction.py ->
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/argh
> copying argh/dispatching.py ->
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/argh
> I: pybuild base:184: /usr/bin/python3 setup.py build
> running build
> running build_py
> creating /«PKGBUILDDIR»/.pybuild/pythonX.Y_3.5/build/argh
> copying argh/decorators.py -> /«PKGBUILDDIR»/.pybuild/pythonX.Y_3.5/build/argh
> copying argh/io.py -> /«PKGBUILDDIR»/.pybuild/pythonX.Y_3.5/build/argh
> copying argh/constants.py -> /«PKGBUILDDIR»/.pybuild/pythonX.Y_3.5/build/argh
> copying argh/utils.py -> /«PKGBUILDDIR»/.pybuild/pythonX.Y_3.5/build/argh
> copying argh/assembling.py -> /«PKGBUILDDIR»/.pybuild/pythonX.Y_3.5/build/argh
> copying argh/compat.py -> /«PKGBUILDDIR»/.pybuild/pythonX.Y_3.5/build/argh
> copying argh/exceptions.py -> /«PKGBUILDDIR»/.pybuild/pythonX.Y_3.5/build/argh
> copying argh/__init__.py -> /«PKGBUILDDIR»/.pybuild/pythonX.Y_3.5/build/argh
> copying argh/completion.py -> /«PKGBUILDDIR»/.pybuild/pythonX.Y_3.5/build/argh
> copying argh/helpers.py -> /«PKGBUILDDIR»/.pybuild/pythonX.Y_3.5/build/argh
> copying argh/interaction.py ->
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_3.5/build/argh
> copying argh/dispatching.py ->
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_3.5/build/argh
> dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:184: cd /«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build;
> python2.7 -m pytest test
> ============================= test session starts
> ==============================
> platform linux2 -- Python 2.7.12, pytest-2.9.2, py-1.4.31, pluggy-0.3.1
> rootdir: /«PKGBUILDDIR», inifile:
> collected 77 items / 1 errors
>
> test/test_assembling.py .......ss...ss..
> test/test_compat.py .
> test/test_decorators.py ......
> test/test_dispatching.py ..
> test/test_integration.py x.......xxx..............................s....
> test/test_regressions.py ......
>
> ==================================== ERRORS
> ====================================
> ____ ERROR collecting .pybuild/pythonX.Y_2.7/build/test/test_interaction.py
> ____
> test/test_interaction.py:60: in <module>
> and os.environ['LANG'] == 'C',
> /usr/lib/python2.7/UserDict.py:40: in __getitem__
> raise KeyError(key)
> E KeyError: 'LANG'
> =========== 68 passed, 5 skipped, 4 xfailed, 1 error in 0.37 seconds
> ===========
> E: pybuild pybuild:274: test: plugin distutils failed with: exit code=1: cd
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build; python2.7 -m pytest test
> dh_auto_test: pybuild --test --test-pytest -i python{version} -p 2.7 returned
> exit code 13
The full build log is available from:
http://people.debian.org/~lucas/logs/2016/07/28/python-argh_0.26.1-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.