Your message dated Thu, 02 Nov 2017 22:35:14 +0000
with message-id <[email protected]>
and subject line Bug#880225: fixed in barbican 1:5.0.0-2
has caused the Debian Bug report #880225,
regarding barbican: missing B-D: python{3,}-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 [email protected]
immediately.)


-- 
880225: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880225
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: barbican
Version: 1:5.0.0-1
Severity: serious
Justification: fails to build from source

Hi,

barbican/experimental FTBFS in a clean minimal sid+experimental
environment:

   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/barbican-5.0.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
===> Running tests
set -e ; set -x ; for i in 2.7 ; 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=/build/barbican-5.0.0 PYTHON=python$i testr-python$PYMAJOR 
run --subunit 
'barbican\.tests\.(?!(.*common.test_utils\.WhenTestingAcceptEncodingGetter\.test_get_correct_fullname_for_class.*|.*common\.test_utils\.WhenTestingGenerateFullClassnameForInstance\.test_returns_qualified_name.*|.*plugin\.interface\.test_certificate_manager\.WhenTestingCertificateEventPluginManager\.test_get_plugin_by_name.*|.*plugin\.interface\.test_certificate_manager\.WhenTestingCertificatePluginManager\.test_get_plugin_by_ca_id.*|.*plugin\.interface\.test_certificate_manager\.WhenTestingCertificatePluginManager\.test_get_plugin_by_name.*|.*plugin\.interface\.test_certificate_manager\.WhenTestingCertificatePluginManager\.test_refresh_ca_list.*|.*plugin\.test_kmip\.WhenTestingKMIPSecretStore\.test_delete_secret_assert_called.*|.*plugin\.test_kmip\.WhenTestingKMIPSecretStore\.test_generate_asymmetric_key_assert_called.*|.*plugin\.test_kmip\.WhenTestingKMIPSecretStore\.test_generate_symmetric_k
 
ey_assert_called.*|.*plugin\.test_kmip\.WhenTestingKMIPSecretStore\.test_get_secret_opaque.*|.*plugin\.test_kmip\.WhenTestingKMIPSecretStore\.test_get_secret_private_key.*|.*plugin\.test_kmip\.WhenTestingKMIPSecretStore\.test_get_secret_public_key.*|.*plugin\.test_kmip\.WhenTestingKMIPSecretStore\.test_get_secret_symmetric.*|.*plugin\.test_kmip\.WhenTestingKMIPSecretStore\.test_store_private_key_secret_assert_called.*|.*plugin\.test_kmip\.WhenTestingKMIPSecretStore\.test_store_symmetric_secret_assert_called.*|.*tasks\.test_keystone_consumer\.WhenUsingKeystoneEventConsumerProcessMethod\.test_existing_project_entities_cleanup_for_plain_secret.*))'
 | tee $TEMP_REZ | subunit2pyunit ; \
        cat $TEMP_REZ | subunit-filter -s --no-passthrough | subunit-stats ; \
        rm -f $TEMP_REZ ; \
        testr-python$PYMAJOR slowest ; \
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.UxsswwFjJr
+ PYTHONPATH=/build/barbican-5.0.0 PYTHON=python2.7 testr-python2 run --subunit 
barbican\.tests\.(?!(.*common.test_utils\.WhenTestingAcceptEncodingGetter\.test_get_correct_fullname_for_class.*|.*common\.test_utils\.WhenTestingGenerateFullClassnameForInstance\.test_returns_qualified_name.*|.*plugin\.interface\.test_certificate_manager\.WhenTestingCertificateEventPluginManager\.test_get_plugin_by_name.*|.*plugin\.interface\.test_certificate_manager\.WhenTestingCertificatePluginManager\.test_get_plugin_by_ca_id.*|.*plugin\.interface\.test_certificate_manager\.WhenTestingCertificatePluginManager\.test_get_plugin_by_name.*|.*plugin\.interface\.test_certificate_manager\.WhenTestingCertificatePluginManager\.test_refresh_ca_list.*|.*plugin\.test_kmip\.WhenTestingKMIPSecretStore\.test_delete_secret_assert_called.*|.*plugin\.test_kmip\.WhenTestingKMIPSecretStore\.test_generate_asymmetric_key_assert_called.*|.*plugin\.test_kmip\.WhenTestingKMIPSecretStore\.test_generate_symmetric_key_assert_cal
 
led.*|.*plugin\.test_kmip\.WhenTestingKMIPSecretStore\.test_get_secret_opaque.*|.*plugin\.test_kmip\.WhenTestingKMIPSecretStore\.test_get_secret_private_key.*|.*plugin\.test_kmip\.WhenTestingKMIPSecretStore\.test_get_secret_public_key.*|.*plugin\.test_kmip\.WhenTestingKMIPSecretStore\.test_get_secret_symmetric.*|.*plugin\.test_kmip\.WhenTestingKMIPSecretStore\.test_store_private_key_secret_assert_called.*|.*plugin\.test_kmip\.WhenTestingKMIPSecretStore\.test_store_symmetric_secret_assert_called.*|.*tasks\.test_keystone_consumer\.WhenUsingKeystoneEventConsumerProcessMethod\.test_existing_project_entities_cleanup_for_plain_secret.*))
+ tee /tmp/tmp.UxsswwFjJr
+ subunit2pyunit
/usr/lib/python2.7/dist-packages/sqlalchemy/orm/mapper.py:1034: SAWarning: 
Reassigning polymorphic association for identity 'Certificate' from <Mapper at 
0x7fd84d40d410; Certificate> to <Mapper at 0x7fd84d40d910; X509Certificate>: 
Check for duplicate use of 'Certificate' as value for polymorphic_identity.
  self, self.polymorphic_identity)
running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_LOG_CAPTURE=${OS_LOG_CAPTURE:-1} \
${PYTHON:-python} -m subunit.run discover -s ${OS_TEST_PATH:-./barbican/tests/} 
-t . --list 
--- import erroNon-zero exit code (2) from test listing.
rs ---
Failed to import test module: barbican.tests.test_hacking
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 "barbican/tests/test_hacking.py", line 19, in <module>
    import pep8
ImportError: No module named pep8

----------------------------------------------------------------------
Ran 0 tests in 2.790s

OK
+ cat /tmp/tmp.UxsswwFjJr
+ subunit-filter -s --no-passthrough
+ subunit-stats
Total tests:       0
Passed tests:      0
Failed tests:      0
Skipped tests:     0
Seen tags: 
+ rm -f /tmp/tmp.UxsswwFjJr
+ testr-python2 slowest
debian/rules:17: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 3
make[1]: Leaving directory '/build/barbican-5.0.0'


Andreas

Attachment: barbican_1%5.0.0-1.log.gz
Description: application/gzip


--- End Message ---
--- Begin Message ---
Source: barbican
Source-Version: 1:5.0.0-2

We believe that the bug you reported is fixed in the latest version of
barbican, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Goirand <[email protected]> (supplier of updated barbican 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 30 Oct 2017 22:07:32 +0000
Source: barbican
Binary: barbican-api barbican-common barbican-doc barbican-keystone-listener 
barbican-worker python-barbican
Architecture: source all
Version: 1:5.0.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <[email protected]>
Changed-By: Thomas Goirand <[email protected]>
Description:
 barbican-api - OpenStack Key Management Service - Python files
 barbican-common - OpenStack Key Management Service - common files
 barbican-doc - OpenStack Key Management Service - doc
 barbican-keystone-listener - OpenStack Key Management Service - Keystone 
Listener
 barbican-worker - OpenStack Key Management Service - Worker Node
 python-barbican - OpenStack Key Management Service - Python files
Closes: 871173 876311 880225
Changes:
 barbican (1:5.0.0-2) unstable; urgency=medium
 .
   * Uploading to unstable.
   * Added missing build-depends: python-pep8 (Closes: #880225).
   * Updated fr.po (Closes: #876311).
   * Uploading to unstable (Closes: #871173).
   * Removed dh-systemd build-depends.
Checksums-Sha1:
 e4943396c9b6e4258c5dc4e80fcbf175628243e5 3479 barbican_5.0.0-2.dsc
 cefc66b6c3de541081ac44c6c8531b71fcc9c36f 16040 barbican_5.0.0-2.debian.tar.xz
 836c5bb2c796412d395459f96162177a32061152 17204 barbican-api_5.0.0-2_all.deb
 954cf65cbd7368b96edbd38de737fe07479b3093 33668 barbican-common_5.0.0-2_all.deb
 ea91292199469895c934674741d62a0ef77b9b8c 1089800 barbican-doc_5.0.0-2_all.deb
 811386de3adc675553ddfb6e287ff07d929dedae 7088 
barbican-keystone-listener_5.0.0-2_all.deb
 b5c9392f11acb2335638876f7b9b64407d30c57b 7072 barbican-worker_5.0.0-2_all.deb
 25f9f3f77e30405e8859ccf9fee8040a61a8544b 16131 barbican_5.0.0-2_amd64.buildinfo
 90890073d1c9d2aa0838a67b5af9d66d93accb99 258036 python-barbican_5.0.0-2_all.deb
Checksums-Sha256:
 8a13fada69a2726c011d4cb48b8a809dffe91a33d9722f585ff87a221a25cd5b 3479 
barbican_5.0.0-2.dsc
 f4775b2d8a5b7b1119e2702df86e4458e012fba9b55e8f69b0035d297be88ca4 16040 
barbican_5.0.0-2.debian.tar.xz
 f622ca9a1cdf86045451602f4f07b0e9fb3eb63230bcae11d9b08492304eac1e 17204 
barbican-api_5.0.0-2_all.deb
 cb4f6e0ab7438fde465f6b5864779e2594b1064e3c52f2f8f86beed76a49ef3a 33668 
barbican-common_5.0.0-2_all.deb
 786c8bbb35cdcc0c82ad1610962af95658158d92f7c6c9425246cafdae440ecc 1089800 
barbican-doc_5.0.0-2_all.deb
 291a6c3fbf74f06902b39e311c5b5dd4385de04783021e31acd75278aca4ad7c 7088 
barbican-keystone-listener_5.0.0-2_all.deb
 5594df6bc4a17c3c34f6ae3bb174020d5f0d27f55e6b6be4242ae39d17ee1e1a 7072 
barbican-worker_5.0.0-2_all.deb
 b5b01f2fb7a14e4a2fca6b20b66e7697358fb59bc17b6c557a6a0d156cab3067 16131 
barbican_5.0.0-2_amd64.buildinfo
 2ac96d751d5fcc2623f6056cae5f79a2834e87467d716c1cee3ce2acc83e0e99 258036 
python-barbican_5.0.0-2_all.deb
Files:
 8b087c6e8b41ac557cdac74a25ad5523 3479 net optional barbican_5.0.0-2.dsc
 70f7e571fd8496832d1d1aeaa8049943 16040 net optional 
barbican_5.0.0-2.debian.tar.xz
 93750be53906edfcb8b32ed39391797b 17204 python optional 
barbican-api_5.0.0-2_all.deb
 1c944bb0ee95dc64925bfb6ac560a3f0 33668 net optional 
barbican-common_5.0.0-2_all.deb
 00d30674158437f4715e8e5d7d0e040d 1089800 doc optional 
barbican-doc_5.0.0-2_all.deb
 9200d0ec54f0bdccb4302ba0c999dcbb 7088 net optional 
barbican-keystone-listener_5.0.0-2_all.deb
 928eba4096ea5028a5ae4d0ec701430d 7072 net optional 
barbican-worker_5.0.0-2_all.deb
 0f8210b4971c773305e5cc48f37e4d14 16131 net optional 
barbican_5.0.0-2_amd64.buildinfo
 6f756398943c99c0431251f8d17974e0 258036 python optional 
python-barbican_5.0.0-2_all.deb

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

iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAln7mCwACgkQ1BatFaxr
Q/6p1hAAjKrF28LabTJXwVjXcygjeCzvpi3iwwv4QH7VyHuyiGprrkZd6eT2Acfa
HW8dUZNUWdTgFDvs3HmeSjYz+3CXkdhszbJszENdyXIPn04atcvdNnk37Zj/JzCS
/MGY4GKMhWigSlv3rkMctJSVJ3ISEz5E0WnsF7jwVjRmtaKtSl5I040ng408PJfv
29aTeTcn6pBOfc9UREUAOiA2QcVFShYmRRRqM/c8lAWSRPMaaTMh3/cZU/8SMsi1
d32t6g+oMot6EG8NEshl97Vl7x4ysk1ClcDmD60hArUl1t9tvam3xPQEXHIQ7qVz
JlegPr/5c2LahxWKRIHr2yopeWHrGCYj1THzO0XeRVKpZPEjoZxy8xskniDAObgs
EvYxCv5z/NLD1w786YYKXcm+jmHclIMRf2wGVvwnw8Vpm56oiWsrIgeqBWwZkd6m
Stxi8bBIYMGQaIS1HAdYOo3seLIznIgtUJ0iyWSRLBNiJelrBaNei8HVPL69P/6I
y208C9t4lOR8wIsI3ju17t0zU5GwfOwkxiB7BUefmcF1uMNbXSLMKx4hlR1T8IF7
25PjfwclFGiEz4DKbbUZiKHGhw0H9DmQBH5DQbgqtjO3Et+BoacaleyDmKyWI4lh
NmI5iCWpZkin4p5UnC3Aid6P+hgb9wAdkaSemCTT/0nKGElyu+E=
=HITz
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to