Your message dated Sun, 01 Oct 2017 19:21:58 +0000
with message-id <[email protected]>
and subject line Bug#877254: fixed in python-oslo.vmware 2.23.0-2
has caused the Debian Bug report #877254,
regarding python-oslo.vmware: FTBFS: tests fail: ImportError: No module named 
lxml
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.)


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

Hi,

python-oslo.vmware/experimental FTBFS in a current sid+experimental
environment:

   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/python-oslo.vmware-2.23.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 3.6 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=/build/python-oslo.vmware-2.23.0 PYTHON=python$i 
testr-python$PYMAJOR run --subunit 
'oslo_vmware\.tests\.(?!.*test_service\.MemoryCacheTest\.test_shared_cache.*)' 
| tee $TEMP_REZ | subunit2pyuni
t ; \
        cat $TEMP_REZ | subunit-filter -s --no-passthrough | subunit-stats ; \
        rm -f $TEMP_REZ ; \
        testr-python$PYMAJOR slowest ; \
done
+ echo 2.7
+ cut -d. -f1
+ 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.qV0v7hpqwZ
+ PYTHONPATH=/build/python-oslo.vmware-2.23.0 PYTHON=python2.7 testr-python2 
run --subunit 
oslo_vmware\.tests\.(?!.*test_service\.MemoryCacheTest\.test_shared_cache.*)
+ tee /tmp/tmp.qV0v7hpqwZ
+ subunit2pyunit
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 ./ . --list 
--- import errNon-zero exit code (2) from test listing.
ors ---
Failed to import test module: oslo_vmware.tests.test_image_transfer
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 "oslo_vmware/tests/test_image_transfer.py", line 24, in <module>
    from oslo_vmware import image_transfer
  File "oslo_vmware/image_transfer.py", line 31, in <module>
    from oslo_vmware import image_util
  File "oslo_vmware/image_util.py", line 16, in <module>
    from lxml import etree  # nosec (bandit bug 1582516)
ImportError: No module named lxml

Failed to import test module: oslo_vmware.tests.test_image_util
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 "oslo_vmware/tests/test_image_util.py", line 22, in <module>
    from oslo_vmware import image_util
  File "oslo_vmware/image_util.py", line 16, in <module>
    from lxml import etree  # nosec (bandit bug 1582516)
ImportError: No module named lxml

----------------------------------------------------------------------
Ran 0 tests in 0.704s

OK
+ cat /tmp/tmp.qV0v7hpqwZ
+ 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.qV0v7hpqwZ
+ testr-python2 slowest
debian/rules:20: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 3
make[1]: Leaving directory '/build/python-oslo.vmware-2.23.0'


Andreas

Attachment: python-oslo.vmware_2.23.0-1.log.gz
Description: application/gzip


--- End Message ---
--- Begin Message ---
Source: python-oslo.vmware
Source-Version: 2.23.0-2

We believe that the bug you reported is fixed in the latest version of
python-oslo.vmware, 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 python-oslo.vmware 
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: Sun, 01 Oct 2017 19:01:25 +0000
Source: python-oslo.vmware
Binary: python-oslo.vmware python-oslo.vmware-doc python3-oslo.vmware
Architecture: source all
Version: 2.23.0-2
Distribution: experimental
Urgency: medium
Maintainer: Debian OpenStack <[email protected]>
Changed-By: Thomas Goirand <[email protected]>
Description:
 python-oslo.vmware - VMware library for OpenStack projects - Python 2.7
 python-oslo.vmware-doc - VMware library for OpenStack projects - doc
 python3-oslo.vmware - VMware library for OpenStack projects - Python 3.x
Closes: 877254
Changes:
 python-oslo.vmware (2.23.0-2) experimental; urgency=medium
 .
   * Add missing (build-)depends python{3,}-lxml (Closes: #877254).
Checksums-Sha1:
 4ab8fadf58e9e62a2d83a74c58f057985819a145 3286 python-oslo.vmware_2.23.0-2.dsc
 f15ebdcb5277d85e1cf6104abcd0bb159126face 3992 
python-oslo.vmware_2.23.0-2.debian.tar.xz
 036bdbe84071a95bb2f2e4c65e532bda26165574 914026 
python-oslo.vmware-doc_2.23.0-2_all.deb
 62652d4d0035b64b2cafac5ee6ba5cdba136b9e5 149298 
python-oslo.vmware_2.23.0-2_all.deb
 1cbac93498c5519c851d6a417869509a0340ae7c 13127 
python-oslo.vmware_2.23.0-2_amd64.buildinfo
 46100606b2f1e1d39cb6c164812b747d27d1d7f1 149440 
python3-oslo.vmware_2.23.0-2_all.deb
Checksums-Sha256:
 7bfe7abdc2788ca40bccc25cc7f86b484f8520ef3c07a9e0720d7b3817269721 3286 
python-oslo.vmware_2.23.0-2.dsc
 e2566cfc5471d874707f8fe107e695526c3be6fd8895ee90adf9ffc5dd08a13b 3992 
python-oslo.vmware_2.23.0-2.debian.tar.xz
 cbdec1a6cb7cd188e50f1791dcd757ca74fa8351abaaaed51aad03bd77b5ebfe 914026 
python-oslo.vmware-doc_2.23.0-2_all.deb
 c1d6407402eaf8dcbc7413f9e0b0578301cfe2024f1365271daa7511917d9b5b 149298 
python-oslo.vmware_2.23.0-2_all.deb
 507a2c6597210aa84bfb33786cfc1414e55ec6b17a30811747d7505f4ed2bc5d 13127 
python-oslo.vmware_2.23.0-2_amd64.buildinfo
 dd242c52a344c791d838ec492de0beb0aa7f1485fb89afa6628b42d72c715acc 149440 
python3-oslo.vmware_2.23.0-2_all.deb
Files:
 98cadebcfe3c2b49ed59197ed5adaef6 3286 python optional 
python-oslo.vmware_2.23.0-2.dsc
 e457b8a35110800113645adcfcd4208d 3992 python optional 
python-oslo.vmware_2.23.0-2.debian.tar.xz
 4468f309931e248fb7d979604936445b 914026 doc optional 
python-oslo.vmware-doc_2.23.0-2_all.deb
 f863a39ddea9346fea9bda3d7a77ae63 149298 python optional 
python-oslo.vmware_2.23.0-2_all.deb
 c4df5dd41d9d6cfe9b22150e9d55ad6e 13127 python optional 
python-oslo.vmware_2.23.0-2_amd64.buildinfo
 1e20e71009db0ce956f4f975d8b9b47a 149440 python optional 
python3-oslo.vmware_2.23.0-2_all.deb

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

iQJEBAEBCAAuFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAlnRPAkQHHppZ29AZGVi
aWFuLm9yZwAKCRDUFq0VrGtD/sMHD/9a+sFqtU8GdFGob5bcjn3WXjhEbfKBgGot
zbbyUJ1VAVCHqmsxkYTIrIrP5q4Qa3uR1sBjFLqM6ykMieenRAOuKBzGoaZm5hb0
DHg+yGF4Io8105RYTrsrN71yBaP8dFqRbKHXTKF9p2qNWCL3JTL5qoW9C9i8M//4
p9Y1EUTgD2tmJYsynkySiHuNYHlOXDtlz053gtPv2kb8BFqAVmBbPXCj1pWSV9rJ
YrCbx6jK4vz4NtrA6UdSU0SKwjAxnYxnMKfkmAMw7RUdPioJnrpZ2x+Lk26HIA3o
rlIRoRFEoPkqnR/peT77nNfRdyUcA7LFWfZeG4MTfIL+rqBbWA1hFRGeUbqmIsgT
cn+UnVnsF6mNTpzgvEAsERcX0S1Hdals1xgCn9L1tU4nLw13O2Q1dNFosphEd6xV
Xb07n7uxorj2QCfiylnuLAHF20Pbqa5gz4tbjMXiFE8vAuIbQN4KVLktOAoi0A88
3qOwNHp2F3pFP515SnMDh4gwpUsWHk5k+JeDk4uDGJwCuMmQVY+Y8wv+p3npxWLx
mSWV0etVEl0UWC8+f8rcgLA57/Hn3zrdF7CmjfaLfkNnW8+kZ7Gs8zqlS11g90zi
uW6CI6xbgXtEzptR5jiOj6eBHZUD7d15S3wFBAvmuRMUx1e1aeVLm5kNf4GirUzC
4duKq4JEIg==
=Bn8j
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to