Public bug reported:

https://a8ba7f0ac14669316775-62d3a5548ea094caef4a9963ba6c55d1.ssl.cf1.rackcdn.com/798145/4/gate/nova-
tox-functional-centos8-py36/1ee0272/testr_results.html

2021-07-25 02:45:22,896 ERROR [nova.api.openstack.wsgi] Unexpected exception in 
API method
Traceback (most recent call last):
  File 
"/home/zuul/src/opendev.org/openstack/nova/.tox/functional-py36/lib/python3.6/site-packages/oslo_messaging/_drivers/impl_fake.py",
 line 207, in _send
    reply, failure = reply_q.get(timeout=timeout)
  File 
"/home/zuul/src/opendev.org/openstack/nova/.tox/functional-py36/lib/python3.6/site-packages/eventlet/queue.py",
 line 322, in get
    return waiter.wait()
  File 
"/home/zuul/src/opendev.org/openstack/nova/.tox/functional-py36/lib/python3.6/site-packages/eventlet/queue.py",
 line 141, in wait
    return get_hub().switch()
  File 
"/home/zuul/src/opendev.org/openstack/nova/.tox/functional-py36/lib/python3.6/site-packages/eventlet/hubs/hub.py",
 line 313, in switch
    return self.greenlet.switch()
queue.Empty

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/zuul/src/opendev.org/openstack/nova/nova/api/openstack/wsgi.py", 
line 658, in wrapped
    return f(*args, **kwargs)
  File 
"/home/zuul/src/opendev.org/openstack/nova/nova/api/openstack/compute/servers.py",
 line 1070, in delete
    self._delete(req.environ['nova.context'], req, id)
  File 
"/home/zuul/src/opendev.org/openstack/nova/nova/api/openstack/compute/servers.py",
 line 883, in _delete
    self.compute_api.delete(context, instance)
  File "/home/zuul/src/opendev.org/openstack/nova/nova/compute/api.py", line 
226, in inner
    return function(self, context, instance, *args, **kwargs)
  File "/home/zuul/src/opendev.org/openstack/nova/nova/compute/api.py", line 
153, in inner
    return f(self, context, instance, *args, **kw)
  File "/home/zuul/src/opendev.org/openstack/nova/nova/compute/api.py", line 
2541, in delete
    self._delete_instance(context, instance)
  File "/home/zuul/src/opendev.org/openstack/nova/nova/compute/api.py", line 
2533, in _delete_instance
    task_state=task_states.DELETING)
  File "/home/zuul/src/opendev.org/openstack/nova/nova/compute/api.py", line 
2311, in _delete
    self._confirm_resize_on_deleting(context, instance)
  File "/home/zuul/src/opendev.org/openstack/nova/nova/compute/api.py", line 
2405, in _confirm_resize_on_deleting
    context, instance, migration, do_cast=False)
  File "/home/zuul/src/opendev.org/openstack/nova/nova/conductor/api.py", line 
182, in confirm_snapshot_based_resize
    ctxt, instance, migration, do_cast=do_cast)
  File "/home/zuul/src/opendev.org/openstack/nova/nova/conductor/rpcapi.py", 
line 468, in confirm_snapshot_based_resize
    return cctxt.call(ctxt, 'confirm_snapshot_based_resize', **kw)
  File 
"/home/zuul/src/opendev.org/openstack/nova/.tox/functional-py36/lib/python3.6/site-packages/oslo_messaging/rpc/client.py",
 line 179, in call
    transport_options=self.transport_options)
  File 
"/home/zuul/src/opendev.org/openstack/nova/.tox/functional-py36/lib/python3.6/site-packages/oslo_messaging/transport.py",
 line 128, in _send
    transport_options=transport_options)
  File 
"/home/zuul/src/opendev.org/openstack/nova/.tox/functional-py36/lib/python3.6/site-packages/oslo_messaging/_drivers/impl_fake.py",
 line 223, in send
    transport_options)
  File 
"/home/zuul/src/opendev.org/openstack/nova/.tox/functional-py36/lib/python3.6/site-packages/oslo_messaging/_drivers/impl_fake.py",
 line 214, in _send
    'No reply on topic %s' % target.topic)
oslo_messaging.exceptions.MessagingTimeout: No reply on topic conductor
2021-07-25 02:45:22,898 INFO [nova.api.openstack.wsgi] HTTP exception thrown: 
Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and 
attach the Nova API log if possible.
<class 'oslo_messaging.exceptions.MessagingTimeout'>

** Affects: nova
     Importance: Undecided
         Status: New

** Affects: oslo.messaging
     Importance: Undecided
         Status: New


** Tags: gate-failure

** Also affects: oslo.messaging
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1938021

Title:
  oslo.messaging._drivers.impl_fake.send failure during nova functional
  tests

Status in OpenStack Compute (nova):
  New
Status in oslo.messaging:
  New

Bug description:
  
https://a8ba7f0ac14669316775-62d3a5548ea094caef4a9963ba6c55d1.ssl.cf1.rackcdn.com/798145/4/gate/nova-
  tox-functional-centos8-py36/1ee0272/testr_results.html

  2021-07-25 02:45:22,896 ERROR [nova.api.openstack.wsgi] Unexpected exception 
in API method
  Traceback (most recent call last):
    File 
"/home/zuul/src/opendev.org/openstack/nova/.tox/functional-py36/lib/python3.6/site-packages/oslo_messaging/_drivers/impl_fake.py",
 line 207, in _send
      reply, failure = reply_q.get(timeout=timeout)
    File 
"/home/zuul/src/opendev.org/openstack/nova/.tox/functional-py36/lib/python3.6/site-packages/eventlet/queue.py",
 line 322, in get
      return waiter.wait()
    File 
"/home/zuul/src/opendev.org/openstack/nova/.tox/functional-py36/lib/python3.6/site-packages/eventlet/queue.py",
 line 141, in wait
      return get_hub().switch()
    File 
"/home/zuul/src/opendev.org/openstack/nova/.tox/functional-py36/lib/python3.6/site-packages/eventlet/hubs/hub.py",
 line 313, in switch
      return self.greenlet.switch()
  queue.Empty

  During handling of the above exception, another exception occurred:

  Traceback (most recent call last):
    File 
"/home/zuul/src/opendev.org/openstack/nova/nova/api/openstack/wsgi.py", line 
658, in wrapped
      return f(*args, **kwargs)
    File 
"/home/zuul/src/opendev.org/openstack/nova/nova/api/openstack/compute/servers.py",
 line 1070, in delete
      self._delete(req.environ['nova.context'], req, id)
    File 
"/home/zuul/src/opendev.org/openstack/nova/nova/api/openstack/compute/servers.py",
 line 883, in _delete
      self.compute_api.delete(context, instance)
    File "/home/zuul/src/opendev.org/openstack/nova/nova/compute/api.py", line 
226, in inner
      return function(self, context, instance, *args, **kwargs)
    File "/home/zuul/src/opendev.org/openstack/nova/nova/compute/api.py", line 
153, in inner
      return f(self, context, instance, *args, **kw)
    File "/home/zuul/src/opendev.org/openstack/nova/nova/compute/api.py", line 
2541, in delete
      self._delete_instance(context, instance)
    File "/home/zuul/src/opendev.org/openstack/nova/nova/compute/api.py", line 
2533, in _delete_instance
      task_state=task_states.DELETING)
    File "/home/zuul/src/opendev.org/openstack/nova/nova/compute/api.py", line 
2311, in _delete
      self._confirm_resize_on_deleting(context, instance)
    File "/home/zuul/src/opendev.org/openstack/nova/nova/compute/api.py", line 
2405, in _confirm_resize_on_deleting
      context, instance, migration, do_cast=False)
    File "/home/zuul/src/opendev.org/openstack/nova/nova/conductor/api.py", 
line 182, in confirm_snapshot_based_resize
      ctxt, instance, migration, do_cast=do_cast)
    File "/home/zuul/src/opendev.org/openstack/nova/nova/conductor/rpcapi.py", 
line 468, in confirm_snapshot_based_resize
      return cctxt.call(ctxt, 'confirm_snapshot_based_resize', **kw)
    File 
"/home/zuul/src/opendev.org/openstack/nova/.tox/functional-py36/lib/python3.6/site-packages/oslo_messaging/rpc/client.py",
 line 179, in call
      transport_options=self.transport_options)
    File 
"/home/zuul/src/opendev.org/openstack/nova/.tox/functional-py36/lib/python3.6/site-packages/oslo_messaging/transport.py",
 line 128, in _send
      transport_options=transport_options)
    File 
"/home/zuul/src/opendev.org/openstack/nova/.tox/functional-py36/lib/python3.6/site-packages/oslo_messaging/_drivers/impl_fake.py",
 line 223, in send
      transport_options)
    File 
"/home/zuul/src/opendev.org/openstack/nova/.tox/functional-py36/lib/python3.6/site-packages/oslo_messaging/_drivers/impl_fake.py",
 line 214, in _send
      'No reply on topic %s' % target.topic)
  oslo_messaging.exceptions.MessagingTimeout: No reply on topic conductor
  2021-07-25 02:45:22,898 INFO [nova.api.openstack.wsgi] HTTP exception thrown: 
Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and 
attach the Nova API log if possible.
  <class 'oslo_messaging.exceptions.MessagingTimeout'>

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1938021/+subscriptions


-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to