Your message dated Mon, 03 Aug 2015 09:46:08 +0000
with message-id <e1zmcjs-0008pn...@franck.debian.org>
and subject line Bug#794353: fixed in rally 0.0.3-5
has caused the Debian Bug report #794353,
regarding python-rally: Uninstallable due to python-sqlalchemy version depends
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.)


-- 
794353: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=794353
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python-rally
Version: 0.0.3-4
Severity: grave
Justification: renders package unusable

A simple rebuild and upload of the package would be sufficient to pick up
the newer python-sqlalchemy depends, but it FTBFS when I tried to rebuild it.

https://release.debian.org/transitions/html/sqlalchemy.html

Scott K

process-returncode
process-returncode ... FAIL

======================================================================
FAIL: 
tests.unit.deploy.serverprovider.providers.test_lxc.LxcHostTestCase.test_prepare
tests.unit.deploy.serverprovider.providers.test_lxc.LxcHostTestCase.test_prepare
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 1305, in patched
    return func(*args, **keywargs)
  File "tests/unit/deploy/serverprovider/providers/test_lxc.py", line 101, in 
test_prepare
    fake_conf.write.assert_has_calls(call)
  File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 969, in 
assert_has_calls
    ), cause)
  File "/usr/lib/python2.7/dist-packages/six.py", line 692, in raise_from
    raise value
AssertionError: Calls not found.
Expected: call('LXC_DHCP_MAX="253"\n')
Actual: [call('LXC_DHCP_MAX="253"\n'),
 call('LXC_NETMASK="255.255.255.0"\n'),
 call('LXC_ADDR="10.1.1.1"\n'),
 call('LXC_DHCP_RANGE="10.1.1.2,10.1.1.254"\n'),
 call('LXC_NETWORK="10.1.1.0/24"\n'),
 call('LXC_BRIDGE="lxcbr0"\n'),
 call('USE_LXC_BRIDGE="true"\n')]
Traceback (most recent call last):
_StringException: Empty attachments:
  stderr
  stdout

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 1305, in patched
    return func(*args, **keywargs)
  File "tests/unit/deploy/serverprovider/providers/test_lxc.py", line 101, in 
test_prepare
    fake_conf.write.assert_has_calls(call)
  File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 969, in 
assert_has_calls
    ), cause)
  File "/usr/lib/python2.7/dist-packages/six.py", line 692, in raise_from
    raise value
AssertionError: Calls not found.
Expected: call('LXC_DHCP_MAX="253"\n')
Actual: [call('LXC_DHCP_MAX="253"\n'),
 call('LXC_NETMASK="255.255.255.0"\n'),
 call('LXC_ADDR="10.1.1.1"\n'),
 call('LXC_DHCP_RANGE="10.1.1.2,10.1.1.254"\n'),
 call('LXC_NETWORK="10.1.1.0/24"\n'),
 call('LXC_BRIDGE="lxcbr0"\n'),
 call('USE_LXC_BRIDGE="true"\n')]

Traceback (most recent call last):
_StringException: Empty attachments:
  stderr
  stdout

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 1305, in patched
    return func(*args, **keywargs)
  File "tests/unit/deploy/serverprovider/providers/test_lxc.py", line 101, in 
test_prepare
    fake_conf.write.assert_has_calls(call)
  File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 969, in 
assert_has_calls
    ), cause)
  File "/usr/lib/python2.7/dist-packages/six.py", line 692, in raise_from
    raise value
AssertionError: Calls not found.
Expected: call('LXC_DHCP_MAX="253"\n')
Actual: [call('LXC_DHCP_MAX="253"\n'),
 call('LXC_NETMASK="255.255.255.0"\n'),
 call('LXC_ADDR="10.1.1.1"\n'),
 call('LXC_DHCP_RANGE="10.1.1.2,10.1.1.254"\n'),
 call('LXC_NETWORK="10.1.1.0/24"\n'),
 call('LXC_BRIDGE="lxcbr0"\n'),
 call('USE_LXC_BRIDGE="true"\n')]


======================================================================
FAIL: tests.unit.deploy.test_lxc.LxcEngineTestCase.test_cleanup
tests.unit.deploy.test_lxc.LxcEngineTestCase.test_cleanup
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 1305, in patched
    return func(*args, **keywargs)
  File "tests/unit/deploy/test_lxc.py", line 210, in test_cleanup
    m_deployment.assert_has_calls(mock.call.delete_resource(res.id))
  File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 965, in 
assert_has_calls
    if expected not in all_calls:
  File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 454, in 
__contains__
    if sub_list == value:
  File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 2171, in __eq__
    first, second = other
ValueError: too many values to unpack
Traceback (most recent call last):
_StringException: Empty attachments:
  stderr
  stdout

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 1305, in patched
    return func(*args, **keywargs)
  File "tests/unit/deploy/test_lxc.py", line 210, in test_cleanup
    m_deployment.assert_has_calls(mock.call.delete_resource(res.id))
  File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 965, in 
assert_has_calls
    if expected not in all_calls:
  File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 454, in 
__contains__
    if sub_list == value:
  File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 2171, in __eq__
    first, second = other
ValueError: too many values to unpack

Traceback (most recent call last):
_StringException: Empty attachments:
  stderr
  stdout

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 1305, in patched
    return func(*args, **keywargs)
  File "tests/unit/deploy/test_lxc.py", line 210, in test_cleanup
    m_deployment.assert_has_calls(mock.call.delete_resource(res.id))
  File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 965, in 
assert_has_calls
    if expected not in all_calls:
  File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 454, in 
__contains__
    if sub_list == value:
  File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 2171, in __eq__
    first, second = other
ValueError: too many values to unpack


======================================================================
FAIL: process-returncode
process-returncode
----------------------------------------------------------------------
_StringException: returncode 1


----------------------------------------------------------------------
Ran 1408 tests in 35.143s

FAILED (failures=3)
debian/rules:16: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 1
make[1]: Leaving directory '/home/rally-0.0.3'
debian/rules:12: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: rally
Source-Version: 0.0.3-5

We believe that the bug you reported is fixed in the latest version of
rally, 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 794...@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 rally 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: Mon, 03 Aug 2015 08:06:11 +0000
Source: rally
Binary: python-rally rally
Architecture: source all
Version: 0.0.3-5
Distribution: unstable
Urgency: medium
Maintainer: PKG OpenStack <openstack-de...@lists.alioth.debian.org>
Changed-By: Thomas Goirand <z...@debian.org>
Description:
 python-rally - benchmark System for OpenStack - Python code
 rally      - benchmark System for OpenStack - command line and configuration
Closes: 794353
Changes:
 rally (0.0.3-5) unstable; urgency=medium
 .
   * Rebuilt for SQLAlchemy >= 1.0 (Closes: #794353).
   * Blacklist failed unit tests:
     - 
tests.unit.deploy.serverprovider.providers.test_lxc.LxcHostTestCase.test_prepare
     - tests.unit.deploy.test_lxc.LxcEngineTestCase.test_cleanup
Checksums-Sha1:
 3ed842d087e82f0d1e16af2f5cde846e1135be99 3060 rally_0.0.3-5.dsc
 fe6f143a7e1a205f3e8bf0374ef01c54af9b5a04 9648 rally_0.0.3-5.debian.tar.xz
 5bffb1793232a24e5546d776ef90648470612ac6 144124 python-rally_0.0.3-5_all.deb
 8f26a5c60d736485cda889663ab2b14a6be18824 47738 rally_0.0.3-5_all.deb
Checksums-Sha256:
 1ea90fef13c7393da058eea57a2e655972b96905b80545e431082c1616bea328 3060 
rally_0.0.3-5.dsc
 18f4ad1a5f8bf6f68e351586872bf379255a00834c2a4e1e84cc11ca8db9246c 9648 
rally_0.0.3-5.debian.tar.xz
 deef27e8fa2fe2ed25dad548f63d5ad45456bc5ebe728674062149461fceb325 144124 
python-rally_0.0.3-5_all.deb
 60a7a699cf89f6fbf5f45c225d594a415d1373bef6d6767030356d0a29b01cff 47738 
rally_0.0.3-5_all.deb
Files:
 ca3b4bfcdc2a91f321fb658574fecb9a 3060 net optional rally_0.0.3-5.dsc
 26e0e51fc1acdafef9e6d0d1bf3b6df8 9648 net optional rally_0.0.3-5.debian.tar.xz
 a76a92c8ebd72bef6e232a2f38536b32 144124 python optional 
python-rally_0.0.3-5_all.deb
 21ca4eb3986c9cb58c0945c1a4cb5baf 47738 net optional rally_0.0.3-5_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJVvyTOAAoJENQWrRWsa0P+Dm4P/10ZxqKWQSNMrKjT/llZf4Dr
wyhvzvmJ49EeF2ZKAVNHSLGyrBlkqkyuHKfLghEKneMda1o1C0W5jW4WZlBM/ZyI
ZW6qhvQROg6FBL0JtnK5grhAnXjhzQFIvEab4KOAUcA+FT5SD8VU2zLVjL4FvsT6
gsN7QjRdWglt3Q8HUFjSC70Gm/O+YGu18rXZJ/lm5UL5cJMuBjDjwa9ux8am0hyh
WL6m4wt84vCBjE6AWkz/knowy8A5H24fVtHWbTCNopDW+riV/i94lBzGcIesgod3
XqJkHvbEFUn0c33U51BVKEeuCqcMBeiRCBYwR5KaWlBVRanjKKMXOuIh5RT1pFJP
1u6RaonR/4WQRZ1dy7fITGV9FY+J53YFo2Pc1KB9jpzdVPixDUI0u7ueWzcw1S50
wtY7S1Hm9+8Bm+mTs/HFwAct+9tTmdgl1bi1cmcDcXlHPnjWVHueJvZyxwLc2CSb
Bi2t02UsU2EK/a6ClTiwC8vD4Dz5ccEju7jrUYYsLpYgJNZ4zkcndCwEMQuDNoDP
VsVvDFMqB35GahlohIzWYc/l6trjsS4c3iaOnL95zWXLI/V8ZS/hwrdGNj6hQ+Nq
81VCX1CL2Df7dc2Y2WVO6MgcKFu3xWEeDv4xkMowJspmfnXNxahmw4vGV0o+KyNp
LYKGy5c8uNwaMkAw3pWt
=rua+
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to