Your message dated Mon, 2 Apr 2018 00:05:33 +0200
with message-id <c2d4138d-e5bc-b691-53e0-ad54a2af8...@debian.org>
and subject line This was fixed with latest upload
has caused the Debian Bug report #881212,
regarding networking-l2gw FTBFS: AttributeError: 'CLITestV20ExtensionL2GWJSON'
object has no attribute 'format'
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.)
--
881212: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881212
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: networking-l2gw
Version: 1:1.0.0+git20160927.29cb4fe3-1
Severity: grave
Some recent change in unstable makes networking-l2gw FTBFS:
https://tests.reproducible-builds.org/debian/history/networking-l2gw.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/networking-l2gw.html
...
======================================================================
FAIL:
networking_l2gw.tests.unit.l2gatewayclient.test_cli20_l2gw_conn_ext.CLITestV20ExtensionL2GWJSON.test_create_l2gateway_connection
networking_l2gw.tests.unit.l2gatewayclient.test_cli20_l2gw_conn_ext.CLITestV20ExtensionL2GWJSON.test_create_l2gateway_connection
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
File
"networking_l2gw/tests/unit/l2gatewayclient/test_cli20_l2gw_conn_ext.py", line
71, in test_create_l2gateway_connection
position_names, position_values)
File "networking_l2gw/tests/unit/l2gatewayclient/test_cli20.py", line 64, in
_test_create_resource
self.client.format = self.format
AttributeError: 'CLITestV20ExtensionL2GWJSON' object has no attribute 'format'
======================================================================
FAIL:
networking_l2gw.tests.unit.l2gatewayclient.test_cli20_l2gw_ext.CLITestV20ExtensionL2GWJSON.test_create_l2gateway
networking_l2gw.tests.unit.l2gatewayclient.test_cli20_l2gw_ext.CLITestV20ExtensionL2GWJSON.test_create_l2gateway
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
File "networking_l2gw/tests/unit/l2gatewayclient/test_cli20_l2gw_ext.py",
line 75, in test_create_l2gateway
self._create_l2_gateway(args, name, device)
File "networking_l2gw/tests/unit/l2gatewayclient/test_cli20_l2gw_ext.py",
line 61, in _create_l2_gateway
position_names, position_values)
File "networking_l2gw/tests/unit/l2gatewayclient/test_cli20.py", line 64, in
_test_create_resource
self.client.format = self.format
AttributeError: 'CLITestV20ExtensionL2GWJSON' object has no attribute 'format'
======================================================================
FAIL:
networking_l2gw.tests.unit.l2gatewayclient.test_cli20_l2gw_ext.CLITestV20ExtensionL2GWJSON.test_create_l2gateway_with_mul_segmenation_id
networking_l2gw.tests.unit.l2gatewayclient.test_cli20_l2gw_ext.CLITestV20ExtensionL2GWJSON.test_create_l2gateway_with_mul_segmenation_id
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
File "networking_l2gw/tests/unit/l2gatewayclient/test_cli20_l2gw_ext.py",
line 112, in test_create_l2gateway_with_mul_segmenation_id
self._create_l2_gateway(args, name, device)
File "networking_l2gw/tests/unit/l2gatewayclient/test_cli20_l2gw_ext.py",
line 61, in _create_l2_gateway
position_names, position_values)
File "networking_l2gw/tests/unit/l2gatewayclient/test_cli20.py", line 64, in
_test_create_resource
self.client.format = self.format
AttributeError: 'CLITestV20ExtensionL2GWJSON' object has no attribute 'format'
======================================================================
FAIL:
networking_l2gw.tests.unit.l2gatewayclient.test_cli20_l2gw_ext.CLITestV20ExtensionL2GWJSON.test_create_l2gateway_with_multiple_devices
networking_l2gw.tests.unit.l2gatewayclient.test_cli20_l2gw_ext.CLITestV20ExtensionL2GWJSON.test_create_l2gateway_with_multiple_devices
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
File "networking_l2gw/tests/unit/l2gatewayclient/test_cli20_l2gw_ext.py",
line 85, in test_create_l2gateway_with_multiple_devices
self._create_l2_gateway(args, name, devices)
File "networking_l2gw/tests/unit/l2gatewayclient/test_cli20_l2gw_ext.py",
line 61, in _create_l2_gateway
position_names, position_values)
File "networking_l2gw/tests/unit/l2gatewayclient/test_cli20.py", line 64, in
_test_create_resource
self.client.format = self.format
AttributeError: 'CLITestV20ExtensionL2GWJSON' object has no attribute 'format'
======================================================================
FAIL:
networking_l2gw.tests.unit.l2gatewayclient.test_cli20_l2gw_ext.CLITestV20ExtensionL2GWJSON.test_create_l2gateway_with_multiple_interfaces
networking_l2gw.tests.unit.l2gatewayclient.test_cli20_l2gw_ext.CLITestV20ExtensionL2GWJSON.test_create_l2gateway_with_multiple_interfaces
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
File "networking_l2gw/tests/unit/l2gatewayclient/test_cli20_l2gw_ext.py",
line 94, in test_create_l2gateway_with_multiple_interfaces
self._create_l2_gateway(args, name, device)
File "networking_l2gw/tests/unit/l2gatewayclient/test_cli20_l2gw_ext.py",
line 61, in _create_l2_gateway
position_names, position_values)
File "networking_l2gw/tests/unit/l2gatewayclient/test_cli20.py", line 64, in
_test_create_resource
self.client.format = self.format
AttributeError: 'CLITestV20ExtensionL2GWJSON' object has no attribute 'format'
======================================================================
FAIL:
networking_l2gw.tests.unit.l2gatewayclient.test_cli20_l2gw_ext.CLITestV20ExtensionL2GWJSON.test_create_l2gateway_with_segmenation_id
networking_l2gw.tests.unit.l2gatewayclient.test_cli20_l2gw_ext.CLITestV20ExtensionL2GWJSON.test_create_l2gateway_with_segmenation_id
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
File "networking_l2gw/tests/unit/l2gatewayclient/test_cli20_l2gw_ext.py",
line 103, in test_create_l2gateway_with_segmenation_id
self._create_l2_gateway(args, name, device)
File "networking_l2gw/tests/unit/l2gatewayclient/test_cli20_l2gw_ext.py",
line 61, in _create_l2_gateway
position_names, position_values)
File "networking_l2gw/tests/unit/l2gatewayclient/test_cli20.py", line 64, in
_test_create_resource
self.client.format = self.format
AttributeError: 'CLITestV20ExtensionL2GWJSON' object has no attribute 'format'
----------------------------------------------------------------------
Ran 288 tests in 31.093s
FAILED (failures=6, skipped=12)
debian/rules:12: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 1
--- End Message ---
--- Begin Message ---
This was fixed with latest upload
--- End Message ---