On 02/19/2018 11:28 PM, Andreas Beckmann wrote: > Source: python-saharaclient > Version: 1.5.0-1 > Severity: serious > Justification: fails to build from source > > Hi, > > python-saharaclient/experimental FTBFS in a current minimal sid+experimental > environment: > > debian/rules override_dh_auto_test > make[1]: Entering directory '/build/python-saharaclient-1.5.0' > 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 'saharaclient\.tests\.unit.*' > + PKGOS_USE_PY2=yes > + PKGOS_USE_PY3=yes > + PYTHONS=disabled > + PYTHON3S=disabled > + [ yes = yes ] > + PYTHONS=2.7 > + [ yes = yes ] > + py3versions -vr > + PYTHON3S=3.6 > + [ 2.7 = disabled ] > + cut -d. -f1 > + echo 2.7 > + PYMAJOR=2 > + echo ===> Testing with python (python2) > ===> Testing with python (python2) > + rm -rf .testrepository > + testr-python2 init > + mktemp -t > + TEMP_REZ=/tmp/tmp.XWGlAn70HN > + subunit2pyunit > + tee /tmp/tmp.XWGlAn70HN > + pwd > + PYTHONPATH=/build/python-saharaclient-1.5.0 PYTHON=python2.7 testr-python2 > run --subunit saharaclient\.tests\.unit.* > No .testr.conf config file
Hi Andreas, The build log above shows that you've built python-saharaclient with an outdated version of openstack-pkg-tools, which doesn't support stestr (but only testr). I'll bumped the minimum version in build-depends and re-upload. Cheers, Thomas Goirand (zigo)

