[Yahoo-eng-team] [Bug 1857114] Re: zuul job dsvm-grenade error

2024-02-10 Thread Takashi Kajinami
This does not look like an actual problem in oslo.cache, but it's very
likely a deployment problem

** Changed in: oslo.cache
   Status: New => Incomplete

** Changed in: oslo.cache
   Status: Incomplete => Invalid

-- 
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/1857114

Title:
  zuul job dsvm-grenade error

Status in networking-ovn:
  Incomplete
Status in OpenStack Compute (nova):
  Incomplete
Status in oslo.cache:
  Invalid

Bug description:
  Many tasks have the following errors

  2019-12-19 05:32:35.240 | ERROR nova.cmd.manage [None 
req-12e00068-1f43-43ea-9608-98b5c83b16bc None None] 
Error attempting to run : ModuleNotFoundError: No module named 'memcache'
  2019-12-19 05:32:35.240 | ERROR nova.cmd.manage Traceback (most 
recent call last):
  2019-12-19 05:32:35.240 | ERROR nova.cmd.manage   File 
"/opt/stack/new/nova/nova/cmd/manage.py", line 504, in _run_migration
  2019-12-19 05:32:35.240 | ERROR nova.cmd.manage found, done 
= migration_meth(ctxt, count)
  2019-12-19 05:32:35.240 | ERROR nova.cmd.manage   File 
"/usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/enginefacade.py", 
line 1015, in wrapper
  2019-12-19 05:32:35.240 | ERROR nova.cmd.manage return 
fn(*args, **kwargs)
  2019-12-19 05:32:35.240 | ERROR nova.cmd.manage   File 
"/opt/stack/new/nova/nova/objects/virtual_interface.py", line 279, in 
fill_virtual_interface_list
  2019-12-19 05:32:35.240 | ERROR nova.cmd.manage 
_set_or_delete_marker_for_migrate_instances(cctxt, marker)
  2019-12-19 05:32:35.240 | ERROR nova.cmd.manage   File 
"/opt/stack/new/nova/nova/db/sqlalchemy/api.py", line 223, in wrapped
  2019-12-19 05:32:35.240 | ERROR nova.cmd.manage return 
f(context, *args, **kwargs)
  2019-12-19 05:32:35.240 | ERROR nova.cmd.manage   File 
"/opt/stack/new/nova/nova/objects/virtual_interface.py", line 305, in 
_set_or_delete_marker_for_migrate_instances
  2019-12-19 05:32:35.240 | ERROR nova.cmd.manage 
instance.create()
  2019-12-19 05:32:35.240 | ERROR nova.cmd.manage   File 
"/usr/local/lib/python3.6/dist-packages/oslo_versionedobjects/base.py", line 
226, in wrapper
  2019-12-19 05:32:35.240 | ERROR nova.cmd.manage return 
fn(self, *args, **kwargs)
  2019-12-19 05:32:35.240 | ERROR nova.cmd.manage   File 
"/opt/stack/new/nova/nova/objects/instance.py", line 629, in create
  2019-12-19 05:32:35.240 | ERROR nova.cmd.manage 
self._load_ec2_ids()
  2019-12-19 05:32:35.240 | ERROR nova.cmd.manage   File 
"/opt/stack/new/nova/nova/objects/instance.py", line 949, in _load_ec2_ids
  2019-12-19 05:32:35.240 | ERROR nova.cmd.manage self.ec2_ids 
= objects.EC2Ids.get_by_instance(self._context, self)
  2019-12-19 05:32:35.240 | ERROR nova.cmd.manage   File 
"/usr/local/lib/python3.6/dist-packages/oslo_versionedobjects/base.py", line 
184, in wrapper
  2019-12-19 05:32:35.240 | ERROR nova.cmd.manage result = 
fn(cls, context, *args, **kwargs)
  2019-12-19 05:32:35.240 | ERROR nova.cmd.manage   File 
"/opt/stack/new/nova/nova/objects/ec2.py", line 231, in get_by_instance
  2019-12-19 05:32:35.240 | ERROR nova.cmd.manage ec2_ids = 
cls._get_ec2_ids(context, instance)
  2019-12-19 05:32:35.240 | ERROR nova.cmd.manage   File 
"/opt/stack/new/nova/nova/objects/ec2.py", line 217, in _get_ec2_ids
  2019-12-19 05:32:35.240 | ERROR nova.cmd.manage 
ec2_ids['instance_id'] = id_to_ec2_inst_id(context, instance.uuid)
  2019-12-19 05:32:35.240 | ERROR nova.cmd.manage   File 
"/opt/stack/new/nova/nova/objects/ec2.py", line 57, in id_to_ec2_inst_id
  2019-12-19 05:32:35.240 | ERROR nova.cmd.manage int_id = 
get_int_id_from_instance_uuid(context, instance_id)
  2019-12-19 05:32:35.240 | ERROR nova.cmd.manage   File 
"/opt/stack/new/nova/nova/objects/ec2.py", line 36, in memoizer
  2019-12-19 05:32:35.240 | ERROR nova.cmd.manage _CACHE = 
cache_utils.get_client(expiration_time=_CACHE_TIME)
  2019-12-19 05:32:35.240 | ERROR nova.cmd.manage   File 
"/opt/stack/new/nova/nova/cache_utils.py", line 54, in get_client
  2019-12-19 05:32:35.240 | ERROR nova.cmd.manage 
_get_default_cache_region(expiration_time=expiration_time))
  2019-12-19 05:32:35.240 | ERROR nova.cmd.manage   File 
"/opt/stack/new/nova/nova/cache_utils.py", line 65, in _get_default_cache_region
  2019-12-19 05:32:35.240 | ERROR nova.cmd.manage 
cache.configure_cache_region(CONF, region)
  2019-12-19 05:32:35.240 | ERROR nova.cmd.manage 

[Yahoo-eng-team] [Bug 1657452] Re: Incompatibility with python-webob 1.7.0

2024-02-10 Thread Takashi Kajinami
I think this was fixed in oslo.middleware by
https://review.opendev.org/c/openstack/oslo.middleware/+/453712

** Changed in: oslo.middleware
   Status: Confirmed => Fix Released

-- 
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/1657452

Title:
  Incompatibility with python-webob 1.7.0

Status in Glance:
  Fix Released
Status in OpenStack Identity (keystone):
  Fix Released
Status in OpenStack Compute (nova):
  Confirmed
Status in oslo.middleware:
  Fix Released
Status in glance package in Ubuntu:
  Fix Released
Status in keystone package in Ubuntu:
  Fix Released
Status in nova package in Ubuntu:
  Fix Released
Status in python-oslo.middleware package in Ubuntu:
  Fix Released

Bug description:
  
  
keystone.tests.unit.test_v3_federation.WebSSOTests.test_identity_provider_specific_federated_authentication
  
---

  Captured traceback:
  ~~~
  Traceback (most recent call last):
File "keystone/tests/unit/test_v3_federation.py", line 4067, in 
test_identity_provider_specific_federated_authentication
  self.PROTOCOL)
File "keystone/federation/controllers.py", line 345, in 
federated_idp_specific_sso_auth
  return self.render_html_response(host, token_id)
File "keystone/federation/controllers.py", line 357, in 
render_html_response
  headerlist=headers)
File "/usr/lib/python2.7/dist-packages/webob/response.py", line 310, in 
__init__
  "You cannot set the body to a text value without a "
  TypeError: You cannot set the body to a text value without a charset

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1657452/+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