Package: src:keystone Version: 2:9.0.2-2 Severity: serious Dear maintainer:
I tried to build this package with "dpkg-buildpackage -A" (which is what the "Arch: all" autobuilder would do to build it) but it failed: -------------------------------------------------------------------------------- [...] debian/rules build-indep 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 dh build-indep --buildsystem=python_distutils --with python2,sphinxdoc,systemd dh_testdir -i -O--buildsystem=python_distutils dh_update_autotools_config -i -O--buildsystem=python_distutils dh_auto_configure -i -O--buildsystem=python_distutils debian/rules override_dh_auto_build 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 [... snipped ...] done + cut -d. -f1 + echo 2.7 + PYMAJOR=2 + echo ===> Testing with python2.7 (python2) ===> Testing with python2.7 (python2) + rm -rf .testrepository + testr-python2 init + mktemp -t + TEMP_REZ=/tmp/tmp.aALQ0zRxXX + subunit2pyunit + tee /tmp/tmp.aALQ0zRxXX + PYTHONPATH=/<<PKGBUILDDIR>> PYTHON=python2.7 testr-python2 run --subunit keystone\.tests\.unit.* running= ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystone/tests/unit} --list --- impNon-zero exit code (2) from test listing. ort errors --- Failed to import test module: keystone.tests.unit.test_hacking_checks 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 "keystone/tests/unit/test_hacking_checks.py", line 16, in <module> import pep8 ImportError: No module named pep8 ---------------------------------------------------------------------- Ran 0 tests in 1.521s OK + subunit-stats + subunit-filter -s --no-passthrough + cat /tmp/tmp.aALQ0zRxXX Total tests: 0 Passed tests: 0 Failed tests: 0 Skipped tests: 0 Seen tags: + rm -f /tmp/tmp.aALQ0zRxXX + testr-python2 slowest debian/rules:22: recipe for target 'override_dh_auto_test' failed make[1]: *** [override_dh_auto_test] Error 3 make[1]: Leaving directory '/<<PKGBUILDDIR>>' debian/rules:18: recipe for target 'build-indep' failed make: *** [build-indep] Error 2 dpkg-buildpackage: error: debian/rules build-indep gave error exit status 2 -------------------------------------------------------------------------------- If you manage to make it build again, please consider uploading in source-only form, so that we get pretty official build logs here: https://buildd.debian.org/status/package.php?p=keystone Thanks.