Your message dated Fri, 12 Aug 2016 10:03:32 +0000
with message-id <[email protected]>
and subject line Bug#832851: fixed in python-argh 0.26.1-1.1
has caused the Debian Bug report #832851,
regarding python-argh: FTBFS: dh_auto_test: pybuild --test --test-pytest -i
python{version} -p 2.7 returned exit code 13
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
832851: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=832851
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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.
--- End Message ---
--- Begin Message ---
Source: python-argh
Source-Version: 0.26.1-1.1
We believe that the bug you reported is fixed in the latest version of
python-argh, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sean Whitton <[email protected]> (supplier of updated python-argh
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Thu, 11 Aug 2016 11:58:52 -0700
Source: python-argh
Binary: python-argh python3-argh
Architecture: source
Version: 0.26.1-1.1
Distribution: unstable
Urgency: medium
Maintainer: Marco Nenciarini <[email protected]>
Changed-By: Sean Whitton <[email protected]>
Description:
python-argh - simple argparse wrapper (Python 2)
python3-argh - simple argparse wrapper (Python 3)
Closes: 832851
Changes:
python-argh (0.26.1-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Update 0001-fix-unit-tests.patch for newer sbuild (Closes: #832851).
The LANG environment variable might not be set.
Checksums-Sha1:
f36816e80acc3179e2bf6291af4b3b0d4b4c5b0f 2094 python-argh_0.26.1-1.1.dsc
68a26a44a9aff2f82c3265ae758cfa31e18c5139 3408
python-argh_0.26.1-1.1.debian.tar.xz
Checksums-Sha256:
f3837d54c58ff6d13de60963d5f3c7068915c6d432e344edf1345435184f1237 2094
python-argh_0.26.1-1.1.dsc
671e74978aa0d7cf97eca9a0f64b0a21e42944b55d5a00fcbfe6fad7b5211bcf 3408
python-argh_0.26.1-1.1.debian.tar.xz
Files:
2f0bdba0742b1d48a909915f8fa913af 2094 python extra python-argh_0.26.1-1.1.dsc
98effaa4176e6850c1ef27b325ed8789 3408 python extra
python-argh_0.26.1-1.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQIcBAEBCAAGBQJXrZTGAAoJEPNPCXROn13ZivAP/j0EGg8gH0MRUw2n7sdCFLfn
N/ghv+HsQ0bvxNplLjz+HAJ8LXA9RVIwBHJcCxf68QmbDpJtzqRbjvUZTXCvSb5I
/A3r+IdRB9efyWQ5BF+P5pFURyLasNxGYCKwYTgKnq+8EEtASjLm2CEQN+2c3Mnq
Q3+olbtVosngriGPj3UGJ3KSP6mLI1GOYUu9uTRxUXTtI15gYpzDLTFnl0K6aLx/
2wH1j9MAMzv1l0VzQyc5K7eynO0hBOU8jmZFv5TYW/oPlkCpYWQ+D1IRpYjDvSId
TtCFjiizRX4VPYLTnpg7rZVvXYrnp989GI/S4DOeo0qvw7WxxuuxKKk4m/sAuPpA
bPzrkB3r8qm7lRW3u6g1/8qS4I6gEbSpfsGjn+eHjPXItp/NDcFQXlRiqTTMNgFY
IIrmG/07bnmVcURhbccFF/9U8ZjPKyODgktxBa79v2sUxNoedtjC72USjYLPXoBJ
UnKYD1ZKKAt//E+kV5Pde2PX97zAXwUn4YZU2HAJtSI3pPH8VTsz66JI7a/NrSd5
dEHxb7tMxHS0AFBTf/eI9ZMFOPOzZBlrIRbd8U5m6Epx1VLxkTKD+eAczYvSG/6h
Pn+2HyAUMc6aov0IQF60L6v6MXxWPlep3SghhEhk2oFEBhxgcAzp9YXUvZdbJuhE
wttY0q6KjI8r6SoWY/2Q
=GDze
-----END PGP SIGNATURE-----
--- End Message ---