[PKG-Openstack-devel] Bug#794353: python-rally: Uninstallable due to python-sqlalchemy version depends

Scott Kitterman debian at kitterman.com
Sun Aug 2 02:55:43 UTC 2015


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



More information about the Openstack-devel mailing list