Your message dated Wed, 21 Sep 2016 23:23:48 +0000
with message-id <e1bmqrk-000134...@franck.debian.org>
and subject line Bug#834684: fixed in python-pbr 1.10.0-1
has caused the Debian Bug report #834684,
regarding python-pbr: FTBFS too much often (failing tests)
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.)


-- 
834684: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=834684
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:python-pbr
Version: 1.8.0-4.1
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 ...]

    stderr=subprocess.PIPE, cwd=cwd)
  File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1343, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory


======================================================================
FAIL: 
pbr.tests.test_packaging.TestVersions.test_valid_tag_honoured(postversioned)
pbr.tests.test_packaging.TestVersions.test_valid_tag_honoured(postversioned)
----------------------------------------------------------------------
_StringException: Empty attachments:
  pythonlogging:''
  pythonlogging:'pbr'
  stderr

stdout: {{{Initialized empty Git repository in 
/tmp/tmpkKFWL8/tmpv7w8vy/testpackage/.git/}}}
traceback-1: {{{
Traceback (most recent call last):
  File "pbr/tests/test_packaging.py", line 275, in setUp
    self.useFixture(GPGKeyFixture())
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 679, in 
useFixture
    reraise(*exc_info)
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 666, in 
useFixture
    fixture.setUp()
  File "pbr/tests/test_packaging.py", line 103, in setUp
    gnupg_version = base._run_cmd(['gpg', '--version'], tempdir.path)
  File "pbr/tests/base.py", line 202, in _run_cmd
    stderr=subprocess.PIPE, cwd=cwd)
  File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1343, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory
}}}


----------------------------------------------------------------------
Ran 140 tests in 9.468s

FAILED (failures=32, skipped=10)
debian/rules:39: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:15: 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
using "dpkg-buildpackage -A" is quite irrelevant.

For this particular package, I've also checked that it fails to build
from source in the reproducible builds site:

https://tests.reproducible-builds.org/

Thanks.

--- End Message ---
--- Begin Message ---
Source: python-pbr
Source-Version: 1.10.0-1

We believe that the bug you reported is fixed in the latest version of
python-pbr, 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.
Thomas Goirand <z...@debian.org> (supplier of updated python-pbr 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: SHA256

Format: 1.8
Date: Wed, 21 Sep 2016 16:14:27 +0200
Source: python-pbr
Binary: python-pbr python3-pbr python-pbr-doc
Architecture: source all
Version: 1.10.0-1
Distribution: unstable
Urgency: medium
Maintainer: PKG OpenStack <openstack-de...@lists.alioth.debian.org>
Changed-By: Thomas Goirand <z...@debian.org>
Description:
 python-pbr - inject useful and sensible default behaviors into setuptools - Py
 python-pbr-doc - inject useful and sensible default behaviors into setuptools 
- do
 python3-pbr - inject useful and sensible default behaviors into setuptools - Py
Closes: 834684
Changes:
 python-pbr (1.10.0-1) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * Fixed homepage (https).
   * Fixed VCS URLs (https).
   * d/rules: Changed UPSTREAM_GIT protocol to https
   * d/copyright: Changed source URL to https protocol
 .
   [ Thomas Goirand ]
   * New upstream release.
   * Using OpenStack's Gerrit as VCS URLs.
   * Remove non-relevant anymore Python 3.2 patch.
   * Added python{3,}-wheel as build-depends-indep (used in tests).
   * Black list 3 unit tests:
     - test_packaging.TestRequirementParsing.test_requirement_parsing (failing)
     - test_wsgi.TestWsgiScripts.test_with_argument (doing network access)
     - test_wsgi.TestWsgiScripts.test_wsgi_script_run (doing network access)
   * Fixed debian/copyright ordering.
   * Add debian/source.lintian-overrides to suppress warning:
     build-depends-on-python-dev-with-no-arch-any (python-dev needed for tests).
   * Standards-Version: 3.9.8 (no change).
   * Updated long desc.
   * Using pkgos-dh_auto_install.
   * Add gnupg as build-depends (Closes: #834684).
Checksums-Sha1:
 78cfca158dfb3f668dc84089b50b0dee445c9745 2859 python-pbr_1.10.0-1.dsc
 0d068b9586f112b0e1f7d649aae48dfb08858782 82260 python-pbr_1.10.0.orig.tar.xz
 2646458cc9351ba9020b2c4c98f553af91a08ee4 6972 python-pbr_1.10.0-1.debian.tar.xz
 e8c0880976300b6e879d94ce118c603d253dff30 51176 python-pbr-doc_1.10.0-1_all.deb
 d1058e1c66f7cdb77c02d289497a0fe38db254b7 52408 python-pbr_1.10.0-1_all.deb
 30062ee6d287aaa31d074d7b469d1bc35cb2a009 52504 python3-pbr_1.10.0-1_all.deb
Checksums-Sha256:
 eb8f9c25747b4398dbb638dc8b90137a44f2a800ab5a8f11e7c606cfcddb07d0 2859 
python-pbr_1.10.0-1.dsc
 d7aba2ecaff65920f1521aaed1c1959d1c79a96c72bee59c8f60b5bff3536476 82260 
python-pbr_1.10.0.orig.tar.xz
 a23e07ff32df89e4e8091aee06c10842d499410bd48caaadc700e18a968fee1e 6972 
python-pbr_1.10.0-1.debian.tar.xz
 13b29525e5a586f6260532c29f6701ec74615340c6d99728cf1b1d3314c0d862 51176 
python-pbr-doc_1.10.0-1_all.deb
 97e6974b68eb98f91ff0f920e7f27b047c3e6856bd5b014a57e8917d35fb1904 52408 
python-pbr_1.10.0-1_all.deb
 74ff0459a9aba845a7015f411ef7ca7150cd34f3a838423c96133d9f2e8a60a9 52504 
python3-pbr_1.10.0-1_all.deb
Files:
 61cbcba77dd33d9b34621370febb7631 2859 python optional python-pbr_1.10.0-1.dsc
 43c7cb4bd28807db2d6423f1decb9e61 82260 python optional 
python-pbr_1.10.0.orig.tar.xz
 e98f20be4c550b9e86eb318214cf3657 6972 python optional 
python-pbr_1.10.0-1.debian.tar.xz
 9e33749aebe0fa3461eee73197364f6c 51176 doc optional 
python-pbr-doc_1.10.0-1_all.deb
 ea799098227e2a993e0af831b13ed926 52408 python optional 
python-pbr_1.10.0-1_all.deb
 69a217c7736ecb413484e3114e843c7b 52504 python optional 
python3-pbr_1.10.0-1_all.deb

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

iQItBAEBCAAXBQJX4wsWEBx6aWdvQGRlYmlhbi5vcmcACgkQ1BatFaxrQ/4IlA/+
KZGS4lrqRBBiLETa44S/TmpIl7/LZnxE1vl03F3fLjf/7ZeyRfxYL9z9kDPUHaLK
YLzmsLUz8GZ00kelJQf1dyzvPZfpek3pnSTJYh+uQkyQC5TqG3x2G7CSSDUpsvou
vIRhSbhplIye5etx/P8HH9dXXPyIVKerDyTto1pI5aYBfknt2GfzNiDppRjzLnqx
1O7wTZOlgY5XqoXBhPv7FR+GYdIScFGITHUPW3jzWGoX3/j9vTc6/cAmZQmtZipt
Z/gwOeURsarqqxwyXKKjc4XepuSizyI6tKMtPXR2/F+XD02fy2IvwycH1d+7KzDt
C3EHdL8nogsDjKXOkbZ//Tj9iuuFKTDb0+VONrNZbzIQbHAKMlprM0UcoG1bY74Z
+PVr51iGJtQgO96vsjveEagc9il2gu/DwT2daMkMqr34qWemmPLI1AeWA9tjj6PR
Yb0plaRLFtzB3sWuFb5dlOVzjQy0m+9lj1JgpKSIxPBZdSAIABdFHOaR4/VLpmCO
MFKw9EDVH3Rn6DrSzDYzu4KMytuLvmlIwF/Aoy0oQ18jEG7WcCuV5qvQiridHsHV
5dD+yujf3Cw4zWeE60XJUbZI2BlapNlht8SgLfgM3O5EuX4/vyBtzpGgYwQqPnAz
rYPD2r9bCvFjUncD4499kTngHyZEAISfdA6/D1elYFI=
=zaHU
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to