Your message dated Sun, 21 Aug 2016 19:33:43 +0000
with message-id <e1bbyv5-0006am...@franck.debian.org>
and subject line Bug#834887: fixed in python-keystoneclient 1:2.3.1-3
has caused the Debian Bug report #834887,
regarding python-keystoneclient: FTBFS in testing (ImportError: No module named 
pep8)
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 ow...@bugs.debian.org
immediately.)


-- 
834887: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=834887
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:python-keystoneclient
Version: 1:2.3.1-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
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,python3,sphinxdoc
   dh_testdir -i -O--buildsystem=python_distutils
   dh_update_autotools_config -i -O--buildsystem=python_distutils
   dh_auto_configure -i -O--buildsystem=python_distutils
   dh_auto_build -i -O--buildsystem=python_distutils
pyversions: missing X(S)-Python-Version in control file, fall back to 
debian/pyversions

[... snipped ...]

warning: no files found matching 'ChangeLog'
warning: no previously-included files found matching '.gitignore'
warning: no previously-included files found matching '.gitreview'
warning: no previously-included files matching '*.pyc' found anywhere in 
distribution
writing manifest file 'python_keystoneclient.egg-info/SOURCES.txt'
   debian/rules override_dh_auto_test
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
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
set -e ; for i in 2.7 3.5 ; do \
        PYMAJOR=`echo $i | cut -d'.' -f1` ; \
        echo "===> Testing with python$i (python$PYMAJOR)" ; \
        rm -rf .testrepository ; \
        testr-python$PYMAJOR init ; \
        TEMP_REZ=`mktemp -t` ; \
        PYTHONPATH=/<<PKGBUILDDIR>> PYTHON=python$i testr-python$PYMAJOR run 
--subunit 
'keystoneclient\.tests\.(?!.*memcache_set_expired.*|.*test_encrypt_cache_data.*|.*test_sign_cache_data.*)'
 | tee $TEMP_REZ | subunit2pyunit ; \
        cat $TEMP_REZ | subunit-filter -s --no-passthrough | subunit-stats ; \
        rm -f $TEMP_REZ ; \
        testr-python$PYMAJOR slowest ; \
done
===> Testing with python2.7 (python2)
running=${PYTHON:-python} -m subunit.run discover -t ./  
${OS_TEST_PATH:-./keystoneclient/tests/unit} --list 
--- import Non-zero exit code (2) from test listing.
errors ---
Failed to import test module: keystoneclient.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 "keystoneclient/tests/unit/test_hacking_checks.py", line 16, in <module>
    import pep8
ImportError: No module named pep8

----------------------------------------------------------------------
Ran 0 tests in 1.181s

OK
Total tests:       0
Passed tests:      0
Failed tests:      0
Skipped tests:     0
Seen tags: 
debian/rules:35: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 3
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:10: recipe for target 'build-indep' failed
make: *** [build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep gave error exit status 2
--------------------------------------------------------------------------------

Because this source package only generates "Arch: all" packages, this
is the same as a FTBFS bug in the usual sense, and the fact that I was
doing "dpkg-buildpackage -A" does not mean anything special.

Thanks.

--- End Message ---
--- Begin Message ---
Source: python-keystoneclient
Source-Version: 1:2.3.1-3

We believe that the bug you reported is fixed in the latest version of
python-keystoneclient, 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 834...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ondřej Nový <on...@debian.org> (supplier of updated python-keystoneclient 
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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 21 Aug 2016 21:19:11 +0200
Source: python-keystoneclient
Binary: python-keystoneclient python3-keystoneclient python-keystoneclient-doc
Architecture: source
Version: 1:2.3.1-3
Distribution: unstable
Urgency: medium
Maintainer: PKG OpenStack <openstack-de...@lists.alioth.debian.org>
Changed-By: Ondřej Nový <on...@debian.org>
Description:
 python-keystoneclient - client library for the OpenStack Keystone API - Python 
2.x
 python-keystoneclient-doc - client library for the OpenStack Keystone API - doc
 python3-keystoneclient - client library for the OpenStack Keystone API - 
Python 3.x
Closes: 834887
Changes:
 python-keystoneclient (1:2.3.1-3) unstable; urgency=medium
 .
   * Team upload.
   * Standards-Version is 3.9.8 now (no change)
   * Added python-pep8 to build depends (Closes: #834887)
Checksums-Sha1:
 59b040e12904ee728b9e1fa59a3d408977fcd026 3997 python-keystoneclient_2.3.1-3.dsc
 43de8666b7a895b274991dbb2b1eeaadaad9e023 28900 
python-keystoneclient_2.3.1-3.debian.tar.xz
Checksums-Sha256:
 a8e21c15ca02eff062978de3b5029f0de3275330fd33958c8798c258affa31bb 3997 
python-keystoneclient_2.3.1-3.dsc
 f0eb5c1776369e4e8ff8ab1feb80f9d1095439f7f78800ba86718a4c275225f0 28900 
python-keystoneclient_2.3.1-3.debian.tar.xz
Files:
 28b8cea6c7638d1c3d458c76c33ecdce 3997 python extra 
python-keystoneclient_2.3.1-3.dsc
 e27f5c86e6d42675b44f2076a2e1636d 28900 python extra 
python-keystoneclient_2.3.1-3.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIcBAEBCgAGBQJXugA/AAoJEDVzElWdHgZLZfYP/2jlBFDV+X18hNHQNYx9svvx
xTPIJQhyRHqIyh0zyeq3pzfqUgDE8KnBnrKCy8jPW7gYSYngDSV8kqosmf88eX/T
GgZd2kiyI+8k+/T75iz3fiFhCmGmZB1KSslM8jsOUvMHLwhaVrc4kda7tEKRASh6
M5exqG/jsQ1WYgWZiNklvE13xWyEmVQiWL/VlwHOMC/q6OuOcooHdhIBh68Lsgxb
XVWTdb68sd4vDNd7Pv/B8YcGBQ2IjoC0lyG/OsvzziQluH1z28ODv/iUDB2H1eby
ACfvgWRQy3k3UV4r5k5pEgNAoFLL2tGqombmOyLBIZoTg9z6Ej9yFlKuyN1vWZse
gCR5cWJ/Wti8gzgR1NvO1sZzHFQ6/K99Torejv+pLoDMYn6mEMjVT2JA8OhDlCYJ
Y925hq0VF4cwW+nI9C9AmSXDKmBGNsYU/23uIRfWmkHD9A3POQ5DwAwLF3jV0TOI
NumzsCdJFFlFMb56MiFSX6owllkrBHIupqY1jkzlqojOpgmTYFIpnsfwjnyb5DTb
fUlwK+NNCukpr6U3X/caMypBBLLvzrVplI87pdepWvtCAh44XwQjDnggymPZzrl0
D4HShIqPOO+uOyHrkWg/WxvNUrm3VReF9Bz/sId2N6+QcsO6cIJawiQtcl5aIn1+
sqoIuOjOD4VgU7nHzHEY
=u1Lj
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to