Source: python-pbr Version: 4.2.0-4 Severity: serious Justification: FTBFS on amd64 Tags: buster sid Usertags: ftbfs-20181229 ftbfs-buster
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > make[1]: Entering directory '/<<PKGBUILDDIR>>' > pyversions: missing X(S)-Python-Version in control file, fall back to > debian/pyversions > pyversions: missing debian/pyversions file, fall back to supported versions > py3versions: no X-Python3-Version in control file, using supported versions > pkgos-dh_auto_test > 'pbr\.tests(?!.*test_packaging\.TestRequirementParsing\.test_requirement_parsing.*)' > + PKGOS_USE_PY2=yes > + PKGOS_USE_PY3=yes > + PKGOS_TEST_PARALLEL=yes > + PYTHONS=disabled > + PYTHON3S=disabled > + TEST_PARALLEL_OPT=--parallel > + [ yes = yes ] > + PYTHONS=2.7 > + [ yes = yes ] > + py3versions -vr > + PYTHON3S=3.7 > + [ yes = no ] > + [ 2.7 = disabled ] > + echo 2.7 > + cut -d. -f1 > + PYMAJOR=2 > + echo ===> Testing with python (python2) > ===> Testing with python (python2) > + [ 2 = 3 ] > + [ 2 = 2 ] > + pwd > + [ -d /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages ] > + [ -e .stestr.conf ] > + rm -rf .stestr > + PYTHON=python2.7 python2-stestr+ runsubunit2pyunit > --subunit > pbr\.tests(?!.*test_packaging\.TestRequirementParsing\.test_requirement_parsing.*) > > ========================= > Failures during discovery > ========================= > --- import errors --- > Failed to import test module: pbr.tests.test_integration > Traceback (most recent call last): > File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 456, in > _find_test_path > module = self._get_module_from_name(name) > File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 395, in > _get_module_from_name > __import__(name) > File "pbr/tests/test_integration.py", line 23, in <module> > from pbr.tests import test_packaging > File "pbr/tests/test_packaging.py", line 59, in <module> > import wheel.install > ImportError: No module named install > > Failed to import test module: pbr.tests.test_packaging > Traceback (most recent call last): > File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 456, in > _find_test_path > module = self._get_module_from_name(name) > File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 395, in > _get_module_from_name > __import__(name) > File "pbr/tests/test_packaging.py", line 59, in <module> > import wheel.install > ImportError: No module named install > > ================================================================================ > The above traceback was encountered during test discovery which imports all > the found test modules in the specified test_path. > > ---------------------------------------------------------------------- > Ran 0 tests in 0.378s > > OK > + python2-stestr slowest > make[1]: *** [debian/rules:24: override_dh_auto_test] Error 3 The full build log is available from: http://aws-logs.debian.net/2018/12/29/python-pbr_4.2.0-4_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.