[PKG-Openstack-devel] Bug#881208: networking-arista FTBFS: ValueError: Unexpected boolean value 'value'

Adrian Bunk bunk at debian.org
Wed Nov 8 20:26:02 UTC 2017


Source: networking-arista
Version: 2016.2.0-1
Severity: serious
Tags: buster sid

Some recent change in unstable makes networking-arista FTBFS:

https://tests.reproducible-builds.org/debian/history/networking-arista.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/networking-arista.html

...
======================================================================
FAIL: networking_arista.tests.unit.l3Plugin.test_arista_l3_driver.AristaL3DriverTestCasesMlagConfig.test_add_interface_to_router_on_eos
networking_arista.tests.unit.l3Plugin.test_arista_l3_driver.AristaL3DriverTestCasesMlagConfig.test_add_interface_to_router_on_eos
----------------------------------------------------------------------
_StringException: stderr: {{{
/usr/lib/python2.7/dist-packages/neutron/common/rpc.py:72: DeprecationWarning: Using function/method 'oslo_messaging.transport.get_transport()' is deprecated: use get_rpc_transport or get_notification_transport
  aliases=TRANSPORT_ALIASES)
/usr/lib/python2.7/dist-packages/neutron/common/rpc.py:72: DeprecationWarning: Using function/method 'oslo_messaging.transport.get_transport()' is deprecated: use get_rpc_transport or get_notification_transport
  aliases=TRANSPORT_ALIASES)
}}}

Traceback (most recent call last):
  File "networking_arista/tests/unit/l3Plugin/test_arista_l3_driver.py", line 190, in setUp
    setup_arista_config('value', mlag=True)
  File "networking_arista/tests/unit/l3Plugin/test_arista_l3_driver.py", line 32, in setup_arista_config
    cfg.CONF.set_override('mlag_config', value, "l3_arista")
  File "/usr/lib/python2.7/dist-packages/oslo_messaging/conffixture.py", line 88, in _wrapper
    return wrapped_function(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/debtcollector/removals.py", line 261, in wrapper
    return f(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/oslo_config/cfg.py", line 2402, in __inner
    result = f(self, *args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/oslo_config/cfg.py", line 2729, in set_override
    opt_info['opt'], override, enforce_type)
  File "/usr/lib/python2.7/dist-packages/oslo_config/cfg.py", line 2758, in _get_enforced_type_value
    converted = self._convert_value(value, opt)
  File "/usr/lib/python2.7/dist-packages/oslo_config/cfg.py", line 3036, in _convert_value
    return opt.type(value)
  File "/usr/lib/python2.7/dist-packages/oslo_config/types.py", line 235, in __call__
    raise ValueError('Unexpected boolean value %r' % value)
ValueError: Unexpected boolean value 'value'


======================================================================
FAIL: networking_arista.tests.unit.l3Plugin.test_arista_l3_driver.AristaL3DriverTestCasesMlagConfig.test_create_router_on_eos
networking_arista.tests.unit.l3Plugin.test_arista_l3_driver.AristaL3DriverTestCasesMlagConfig.test_create_router_on_eos
----------------------------------------------------------------------
_StringException: stderr: {{{
/usr/lib/python2.7/dist-packages/neutron/common/rpc.py:72: DeprecationWarning: Using function/method 'oslo_messaging.transport.get_transport()' is deprecated: use get_rpc_transport or get_notification_transport
  aliases=TRANSPORT_ALIASES)
/usr/lib/python2.7/dist-packages/neutron/common/rpc.py:72: DeprecationWarning: Using function/method 'oslo_messaging.transport.get_transport()' is deprecated: use get_rpc_transport or get_notification_transport
  aliases=TRANSPORT_ALIASES)
}}}

Traceback (most recent call last):
  File "networking_arista/tests/unit/l3Plugin/test_arista_l3_driver.py", line 190, in setUp
    setup_arista_config('value', mlag=True)
  File "networking_arista/tests/unit/l3Plugin/test_arista_l3_driver.py", line 32, in setup_arista_config
    cfg.CONF.set_override('mlag_config', value, "l3_arista")
  File "/usr/lib/python2.7/dist-packages/oslo_messaging/conffixture.py", line 88, in _wrapper
    return wrapped_function(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/debtcollector/removals.py", line 261, in wrapper
    return f(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/oslo_config/cfg.py", line 2402, in __inner
    result = f(self, *args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/oslo_config/cfg.py", line 2729, in set_override
    opt_info['opt'], override, enforce_type)
  File "/usr/lib/python2.7/dist-packages/oslo_config/cfg.py", line 2758, in _get_enforced_type_value
    converted = self._convert_value(value, opt)
  File "/usr/lib/python2.7/dist-packages/oslo_config/cfg.py", line 3036, in _convert_value
    return opt.type(value)
  File "/usr/lib/python2.7/dist-packages/oslo_config/types.py", line 235, in __call__
    raise ValueError('Unexpected boolean value %r' % value)
ValueError: Unexpected boolean value 'value'
...



More information about the Openstack-devel mailing list