Advertisement
Guest User

failure

a guest
Jun 22nd, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.06 KB | None | 0 0
  1. 2017-06-22 14:24:42.380381 | Callback neutron.plugins.ml2.plugin.Ml2Plugin._handle_segment_change-62630054 raised _handle_segment_change() got an unexpected keyword argument 'callbacks'
  2. 2017-06-22 14:24:42.395906 | create failed: No details.
  3. 2017-06-22 14:24:42.395988 | Traceback (most recent call last):
  4. 2017-06-22 14:24:42.396075 | File "/home/jenkins/workspace/gate-group-based-policy-python27-ubuntu-xenial/.tox/py27/src/neutron/neutron/api/v2/resource.py", line 93, in resource
  5. 2017-06-22 14:24:42.396115 | result = method(request=request, **args)
  6. 2017-06-22 14:24:42.396187 | File "/home/jenkins/workspace/gate-group-based-policy-python27-ubuntu-xenial/.tox/py27/src/neutron/neutron/api/v2/base.py", line 431, in create
  7. 2017-06-22 14:24:42.396226 | return self._create(request, body, **kwargs)
  8. 2017-06-22 14:24:42.396302 | File "/home/jenkins/workspace/gate-group-based-policy-python27-ubuntu-xenial/.tox/py27/src/neutron/neutron/db/api.py", line 88, in wrapped
  9. 2017-06-22 14:24:42.396338 | setattr(e, '_RETRY_EXCEEDED', True)
  10. 2017-06-22 14:24:42.396428 | File "/home/jenkins/workspace/gate-group-based-policy-python27-ubuntu-xenial/.tox/py27/local/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__
  11. 2017-06-22 14:24:42.396460 | self.force_reraise()
  12. 2017-06-22 14:24:42.396548 | File "/home/jenkins/workspace/gate-group-based-policy-python27-ubuntu-xenial/.tox/py27/local/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in force_reraise
  13. 2017-06-22 14:24:42.396596 | six.reraise(self.type_, self.value, self.tb)
  14. 2017-06-22 14:24:42.396673 | File "/home/jenkins/workspace/gate-group-based-policy-python27-ubuntu-xenial/.tox/py27/src/neutron/neutron/db/api.py", line 84, in wrapped
  15. 2017-06-22 14:24:42.396706 | return f(*args, **kwargs)
  16. 2017-06-22 14:24:42.396791 | File "/home/jenkins/workspace/gate-group-based-policy-python27-ubuntu-xenial/.tox/py27/local/lib/python2.7/site-packages/oslo_db/api.py", line 150, in wrapper
  17. 2017-06-22 14:24:42.396823 | ectxt.value = e.inner_exc
  18. 2017-06-22 14:24:42.396910 | File "/home/jenkins/workspace/gate-group-based-policy-python27-ubuntu-xenial/.tox/py27/local/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__
  19. 2017-06-22 14:24:42.396959 | self.force_reraise()
  20. 2017-06-22 14:24:42.397051 | File "/home/jenkins/workspace/gate-group-based-policy-python27-ubuntu-xenial/.tox/py27/local/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in force_reraise
  21. 2017-06-22 14:24:42.397092 | six.reraise(self.type_, self.value, self.tb)
  22. 2017-06-22 14:24:42.397176 | File "/home/jenkins/workspace/gate-group-based-policy-python27-ubuntu-xenial/.tox/py27/local/lib/python2.7/site-packages/oslo_db/api.py", line 138, in wrapper
  23. 2017-06-22 14:24:42.397209 | return f(*args, **kwargs)
  24. 2017-06-22 14:24:42.397282 | File "/home/jenkins/workspace/gate-group-based-policy-python27-ubuntu-xenial/.tox/py27/src/neutron/neutron/db/api.py", line 124, in wrapped
  25. 2017-06-22 14:24:42.397312 | traceback.format_exc())
  26. 2017-06-22 14:24:42.397399 | File "/home/jenkins/workspace/gate-group-based-policy-python27-ubuntu-xenial/.tox/py27/local/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__
  27. 2017-06-22 14:24:42.397432 | self.force_reraise()
  28. 2017-06-22 14:24:42.397521 | File "/home/jenkins/workspace/gate-group-based-policy-python27-ubuntu-xenial/.tox/py27/local/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in force_reraise
  29. 2017-06-22 14:24:42.397566 | six.reraise(self.type_, self.value, self.tb)
  30. 2017-06-22 14:24:42.397655 | File "/home/jenkins/workspace/gate-group-based-policy-python27-ubuntu-xenial/.tox/py27/src/neutron/neutron/db/api.py", line 119, in wrapped
  31. 2017-06-22 14:24:42.397696 | return f(*dup_args, **dup_kwargs)
  32. 2017-06-22 14:24:42.397773 | File "/home/jenkins/workspace/gate-group-based-policy-python27-ubuntu-xenial/.tox/py27/src/neutron/neutron/api/v2/base.py", line 544, in _create
  33. 2017-06-22 14:24:42.397806 | obj = do_create(body)
  34. 2017-06-22 14:24:42.397888 | File "/home/jenkins/workspace/gate-group-based-policy-python27-ubuntu-xenial/.tox/py27/src/neutron/neutron/api/v2/base.py", line 526, in do_create
  35. 2017-06-22 14:24:42.397931 | request.context, reservation.reservation_id)
  36. 2017-06-22 14:24:42.398024 | File "/home/jenkins/workspace/gate-group-based-policy-python27-ubuntu-xenial/.tox/py27/local/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__
  37. 2017-06-22 14:24:42.398054 | self.force_reraise()
  38. 2017-06-22 14:24:42.398148 | File "/home/jenkins/workspace/gate-group-based-policy-python27-ubuntu-xenial/.tox/py27/local/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in force_reraise
  39. 2017-06-22 14:24:42.398189 | six.reraise(self.type_, self.value, self.tb)
  40. 2017-06-22 14:24:42.398272 | File "/home/jenkins/workspace/gate-group-based-policy-python27-ubuntu-xenial/.tox/py27/src/neutron/neutron/api/v2/base.py", line 519, in do_create
  41. 2017-06-22 14:24:42.398316 | return obj_creator(request.context, **kwargs)
  42. 2017-06-22 14:24:42.398398 | File "/home/jenkins/workspace/gate-group-based-policy-python27-ubuntu-xenial/.tox/py27/src/neutron/neutron/common/utils.py", line 804, in inner
  43. 2017-06-22 14:24:42.398440 | return f(self, context, *args, **kwargs)
  44. 2017-06-22 14:24:42.398518 | File "/home/jenkins/workspace/gate-group-based-policy-python27-ubuntu-xenial/.tox/py27/src/neutron/neutron/db/api.py", line 159, in wrapped
  45. 2017-06-22 14:24:42.398553 | return method(*args, **kwargs)
  46. 2017-06-22 14:24:42.398630 | File "/home/jenkins/workspace/gate-group-based-policy-python27-ubuntu-xenial/.tox/py27/src/neutron/neutron/db/api.py", line 88, in wrapped
  47. 2017-06-22 14:24:42.398667 | setattr(e, '_RETRY_EXCEEDED', True)
  48. 2017-06-22 14:24:42.398758 | File "/home/jenkins/workspace/gate-group-based-policy-python27-ubuntu-xenial/.tox/py27/local/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__
  49. 2017-06-22 14:24:42.398790 | self.force_reraise()
  50. 2017-06-22 14:24:42.398878 | File "/home/jenkins/workspace/gate-group-based-policy-python27-ubuntu-xenial/.tox/py27/local/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in force_reraise
  51. 2017-06-22 14:24:42.398932 | six.reraise(self.type_, self.value, self.tb)
  52. 2017-06-22 14:24:42.399039 | File "/home/jenkins/workspace/gate-group-based-policy-python27-ubuntu-xenial/.tox/py27/src/neutron/neutron/db/api.py", line 84, in wrapped
  53. 2017-06-22 14:24:42.399080 | return f(*args, **kwargs)
  54. 2017-06-22 14:24:42.399169 | File "/home/jenkins/workspace/gate-group-based-policy-python27-ubuntu-xenial/.tox/py27/local/lib/python2.7/site-packages/oslo_db/api.py", line 150, in wrapper
  55. 2017-06-22 14:24:42.399205 | ectxt.value = e.inner_exc
  56. 2017-06-22 14:24:42.399298 | File "/home/jenkins/workspace/gate-group-based-policy-python27-ubuntu-xenial/.tox/py27/local/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__
  57. 2017-06-22 14:24:42.399331 | self.force_reraise()
  58. 2017-06-22 14:24:42.399427 | File "/home/jenkins/workspace/gate-group-based-policy-python27-ubuntu-xenial/.tox/py27/local/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in force_reraise
  59. 2017-06-22 14:24:42.399469 | six.reraise(self.type_, self.value, self.tb)
  60. 2017-06-22 14:24:42.399554 | File "/home/jenkins/workspace/gate-group-based-policy-python27-ubuntu-xenial/.tox/py27/local/lib/python2.7/site-packages/oslo_db/api.py", line 138, in wrapper
  61. 2017-06-22 14:24:42.399586 | return f(*args, **kwargs)
  62. 2017-06-22 14:24:42.399664 | File "/home/jenkins/workspace/gate-group-based-policy-python27-ubuntu-xenial/.tox/py27/src/neutron/neutron/db/api.py", line 124, in wrapped
  63. 2017-06-22 14:24:42.399698 | traceback.format_exc())
  64. 2017-06-22 14:24:42.399789 | File "/home/jenkins/workspace/gate-group-based-policy-python27-ubuntu-xenial/.tox/py27/local/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__
  65. 2017-06-22 14:24:42.399820 | self.force_reraise()
  66. 2017-06-22 14:24:42.399910 | File "/home/jenkins/workspace/gate-group-based-policy-python27-ubuntu-xenial/.tox/py27/local/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in force_reraise
  67. 2017-06-22 14:24:42.399952 | six.reraise(self.type_, self.value, self.tb)
  68. 2017-06-22 14:24:42.400028 | File "/home/jenkins/workspace/gate-group-based-policy-python27-ubuntu-xenial/.tox/py27/src/neutron/neutron/db/api.py", line 119, in wrapped
  69. 2017-06-22 14:24:42.400064 | return f(*dup_args, **dup_kwargs)
  70. 2017-06-22 14:24:42.400147 | File "/home/jenkins/workspace/gate-group-based-policy-python27-ubuntu-xenial/.tox/py27/src/neutron/neutron/plugins/ml2/plugin.py", line 783, in create_network
  71. 2017-06-22 14:24:42.400197 | result, mech_context = self._create_network_db(context, network)
  72. 2017-06-22 14:24:42.400286 | File "/home/jenkins/workspace/gate-group-based-policy-python27-ubuntu-xenial/.tox/py27/src/neutron/neutron/plugins/ml2/plugin.py", line 756, in _create_network_db
  73. 2017-06-22 14:24:42.400314 | tenant_id)
  74. 2017-06-22 14:24:42.400407 | File "/home/jenkins/workspace/gate-group-based-policy-python27-ubuntu-xenial/.tox/py27/src/neutron/neutron/plugins/ml2/managers.py", line 209, in create_network_segments
  75. 2017-06-22 14:24:42.400455 | self._add_network_segment(context, network_id, segment)
  76. 2017-06-22 14:24:42.400547 | File "/home/jenkins/workspace/gate-group-based-policy-python27-ubuntu-xenial/.tox/py27/src/neutron/neutron/plugins/ml2/managers.py", line 189, in _add_network_segment
  77. 2017-06-22 14:24:42.400589 | context, network_id, segment, segment_index)
  78. 2017-06-22 14:24:42.400677 | File "/home/jenkins/workspace/gate-group-based-policy-python27-ubuntu-xenial/.tox/py27/src/neutron/neutron/db/segments_db.py", line 90, in add_network_segment
  79. 2017-06-22 14:24:42.400709 | segment=record)
  80. 2017-06-22 14:24:42.400761 | File "gbpservice/neutron/plugins/ml2plus/patch_neutron.py", line 72, in notify
  81. 2017-06-22 14:24:42.400803 | session, txn, resource, event, trigger, **kwargs)
  82. 2017-06-22 14:24:42.400864 | File "gbpservice/network/neutronv2/local_api.py", line 184, in send_or_queue_registry_notification
  83. 2017-06-22 14:24:42.400918 | _registry_notify(resource, event, trigger, **kwargs)
  84. 2017-06-22 14:24:42.400972 | File "gbpservice/network/neutronv2/local_api.py", line 139, in _registry_notify
  85. 2017-06-22 14:24:42.401008 | resource, event, trigger, **kwargs)
  86. 2017-06-22 14:24:42.401087 | File "/home/jenkins/workspace/gate-group-based-policy-python27-ubuntu-xenial/.tox/py27/src/neutron/neutron/db/api.py", line 175, in wrapped
  87. 2017-06-22 14:24:42.401122 | raise db_exc.RetryRequest(e)
  88. 2017-06-22 14:24:42.401222 | File "/home/jenkins/workspace/gate-group-based-policy-python27-ubuntu-xenial/.tox/py27/local/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__
  89. 2017-06-22 14:24:42.401253 | self.force_reraise()
  90. 2017-06-22 14:24:42.401347 | File "/home/jenkins/workspace/gate-group-based-policy-python27-ubuntu-xenial/.tox/py27/local/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in force_reraise
  91. 2017-06-22 14:24:42.401389 | six.reraise(self.type_, self.value, self.tb)
  92. 2017-06-22 14:24:42.401469 | File "/home/jenkins/workspace/gate-group-based-policy-python27-ubuntu-xenial/.tox/py27/src/neutron/neutron/db/api.py", line 170, in wrapped
  93. 2017-06-22 14:24:42.401503 | return f(*args, **kwargs)
  94. 2017-06-22 14:24:42.401589 | File "/home/jenkins/workspace/gate-group-based-policy-python27-ubuntu-xenial/.tox/py27/src/neutron/neutron/callbacks/manager.py", line 130, in notify
  95. 2017-06-22 14:24:42.401648 | raise exceptions.CallbackFailure(errors=errors)
  96. 2017-06-22 14:24:42.401750 | CallbackFailure: Callback neutron.plugins.ml2.plugin.Ml2Plugin._handle_segment_change-62630054 failed with "_handle_segment_change() got an unexpected keyword argument 'callbacks'"
  97. 2017-06-22 14:24:42.468156 | {1} gbpservice.neutron.tests.unit.services.grouppolicy.test_grouppolicy_plugin.TestGroupPolicyPluginMappedGroupResourceAttrs.test_create_delete_es_with_subnet [0.679822s] ... FAILED
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement