Your message dated Thu, 06 Oct 2016 16:51:41 +0000
with message-id <e1bsbtv-00068s...@franck.debian.org>
and subject line Bug#835101: fixed in murano 1:3.0.0~rc1-2
has caused the Debian Bug report #835101,
regarding murano: 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.)


-- 
835101: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=835101
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:murano
Version: 1:2.0.1-1
Severity: serious

Dear maintainer:

I tried to build this package in stretch 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,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>>'

[... snipped ...]

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
echo "===> Running tests"
===> Running tests
set -e && 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` && \
        DISCOVER_DIRECTORY=/<<PKGBUILDDIR>>/murano/tests/unit 
PYTHONPATH=/<<PKGBUILDDIR>> PYTHON=python$i 
DISCOVER_DIRECTORY=murano/tests/unit testr-python$PYMAJOR run --subunit 
'tests\.unit\.(?!(.*SysLogHandlersTestCase.*|.*packages\.hot_package\.test_hot_package\.TestHotPackage\.test_heat_files_generated.*))'
 | 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=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \
${PYTHON:-python} -m subunit.run discover -t ./ $DISCOVER_DIRECTORY --list 
--- impoNon-zero exit code (2) from test listing.
rt errors ---
Failed to import test module: murano.tests.unit.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 "murano/tests/unit/test_hacking.py", line 16, in <module>
    import pep8
ImportError: No module named pep8

----------------------------------------------------------------------
Ran 0 tests in 1.762s

OK
Total tests:       0
Passed tests:      0
Failed tests:      0
Skipped tests:     0
Seen tags: 
debian/rules:19: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 3
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
--------------------------------------------------------------------------------

In this case, I don't think it's necessary to provide a build log, it
should be easy enough to reproduce.

Thanks.

--- End Message ---
--- Begin Message ---
Source: murano
Source-Version: 1:3.0.0~rc1-2

We believe that the bug you reported is fixed in the latest version of
murano, 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 835...@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 murano 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, 28 Sep 2016 09:58:15 +0200
Source: murano
Binary: python-murano murano-common murano-api murano-engine murano-cfapi 
murano-doc
Architecture: source all
Version: 1:3.0.0~rc1-2
Distribution: unstable
Urgency: medium
Maintainer: PKG OpenStack <openstack-de...@lists.alioth.debian.org>
Changed-By: Thomas Goirand <z...@debian.org>
Description:
 murano-api - cloud-ready application catalog - API server
 murano-cfapi - cloud-ready application catalog - Cloud Foundry broker
 murano-common - cloud-ready application catalog - common files
 murano-doc - cloud-ready application catalog - doc
 murano-engine - cloud-ready application catalog - Engine server
 python-murano - cloud-ready application catalog - Python 2.x server code
Closes: 835101
Changes:
 murano (1:3.0.0~rc1-2) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * d/s/options: extend-diff-ignore of .gitreview
   * d/control: Use correct branch in Vcs-* fields
 .
   [ Thomas Goirand ]
   * Uploading to unstable (Closes: #835101).
   * Build-Depends on openstack-pkg-tools >= 53~.
   * Fixed oslotest EPOCH.
   * Fixed oslo-config-generator namespaces.
Checksums-Sha1:
 552756fcb9c0ff2ffe468b0e93a01c8d323b0622 4049 murano_3.0.0~rc1-2.dsc
 f2bad554c0f947e103219274e561fe29ca4a8d31 15976 murano_3.0.0~rc1-2.debian.tar.xz
 05e1122dbdc20354f2699601114f816dd9de8567 25434 murano-api_3.0.0~rc1-2_all.deb
 5373931e487fce9509aae93f6d143227d22f9f37 7372 murano-cfapi_3.0.0~rc1-2_all.deb
 df7d14669bff0129736433dd89ff8622a3ea1782 82862 
murano-common_3.0.0~rc1-2_all.deb
 b6effa88a8d7cb88f68c82a40ef79131bbc13801 3358622 murano-doc_3.0.0~rc1-2_all.deb
 ab29ca66b9346b5280ffab708150cb2907511ed6 7614 murano-engine_3.0.0~rc1-2_all.deb
 33b2099aa9f5e77627277527e34ead457bd908f6 247288 
python-murano_3.0.0~rc1-2_all.deb
Checksums-Sha256:
 9dbf51ed4a7fe5e42211f2dbab168eaeedf963c2fe137e906f1c722afe188bb0 4049 
murano_3.0.0~rc1-2.dsc
 2cea064a117bbff03922f0e32860171f452391e433d6dd7f8360deff2b87722f 15976 
murano_3.0.0~rc1-2.debian.tar.xz
 bca932ad980b1a7a226447d9a87803587e8c8ad5607b6c4b552b28c1739a4eac 25434 
murano-api_3.0.0~rc1-2_all.deb
 4b0d941ba1a38f2cba3d1e7a6b3ac72bfe6ee78dcec04cbab0ce511b979d7030 7372 
murano-cfapi_3.0.0~rc1-2_all.deb
 c17b06dc9a93ce9e5b9e44a7ab0d43b2699395d781d848eb760533fb8e1067bf 82862 
murano-common_3.0.0~rc1-2_all.deb
 b380629cfb4396b9eda15ff1372ae519ce92c480ee1893ff41a3ae24d05e5e6f 3358622 
murano-doc_3.0.0~rc1-2_all.deb
 a106b2083c6180c2135a09ea7328800b9abd91a0df566cbb5198127af90e4388 7614 
murano-engine_3.0.0~rc1-2_all.deb
 1bacabfd8de798baa4d565dc4abcb6b9f7eb166ddc0e6ddbc3f803d1b2d5865f 247288 
python-murano_3.0.0~rc1-2_all.deb
Files:
 7ed9280ec495bc0ae984028948a50d5b 4049 net extra murano_3.0.0~rc1-2.dsc
 a337484d2b103c7b2c682b5f00b9aaf5 15976 net extra 
murano_3.0.0~rc1-2.debian.tar.xz
 065cb22263699689e13adf9382a90925 25434 python extra 
murano-api_3.0.0~rc1-2_all.deb
 02a780cc86321a2d968b5da821c0e93f 7372 net extra 
murano-cfapi_3.0.0~rc1-2_all.deb
 c5609ff97e4f9747e8e6e25662237b13 82862 python extra 
murano-common_3.0.0~rc1-2_all.deb
 dbca0ad13404d0ae50e7695a55463555 3358622 doc extra 
murano-doc_3.0.0~rc1-2_all.deb
 47f98e79947011d116e00e809282723e 7614 python extra 
murano-engine_3.0.0~rc1-2_all.deb
 01dd70511a6b36439a2e82a91ef666a3 247288 python extra 
python-murano_3.0.0~rc1-2_all.deb

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

iQItBAEBCAAXBQJX9U5hEBx6aWdvQGRlYmlhbi5vcmcACgkQ1BatFaxrQ/4WhA//
eGbWsYKybRK5Ca+vg/roYPO6tJK5Rs+BM7tm3vJOndv0watfMVtHquLPhNHUPhv5
/umYzLRuestfOcfi+NgEAnUJOGse1jEaZc9K6H0+S+sFM7vn6/a0sQz4EMdfqR+S
zpDpHUqrs7XeIJejay27fY4XDKNCnoGOTXeX14++EOVOk+l7iGVFQw1qmHk3ZTkO
ecXEtwH7diCxEgrdGPhXdRVEDKF/AZHp3LB8pv2NBRncV5PK/nRw/Esu8u/+LqBf
Gkfbb6oJyU+5gYoUfLslsHSuqoqr8oqMzQK3/8hljYydMgJH8zoWgttwwmf0bLGb
U0NVgydMFJsZx6nIrhNRqj7Gnt0A80AEPJQ4i2j3TifRvkmeGS1pGzMfhDPxgpD/
RnQBZQxiAqKGTUqcL3TR2kdQ8O70WVVbojNW8rHPI1TemK4X0o0p1leu0A6usw/W
etgNl8AIhMnGuKYRVbZJ7FGfNCqCPDeM+qg6+AqWcMJzhppkkgTJliFjAUmva4Y/
BtOqBkFz3/bN0M4RzGPkIibmx0vjNAsPHvECuNMnqbEe4G9zkKOoW4g86i8I6dB1
H7idmuNG3Q/nnfikDb2Xi8KtVgrGx0EW8A1YaZLLTE2xNcSK8pJWcsVfc+yYs13O
GHkuDV90c8li5ZYtmeutxEavgNlb6hPUxWPHK2s0qF8=
=4AHO
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to