*** This bug is a duplicate of bug 1535616 ***
    https://bugs.launchpad.net/bugs/1535616

This is a definite bug; just because it doesn't occur all the time means
it's a race condition that needs to be investigated.


** Changed in: nova
       Status: Invalid => Confirmed

** This bug has been marked a duplicate of bug 1535616
   XenAPI: Console logging race condition

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

Title:
  Unexpected API Error in XenServer CI,
  test_get_console_output_with_unlimited_size

Status in OpenStack Compute (nova):
  Confirmed

Bug description:
  There is an error in the XenServer CI tempest test execution:

  2016-01-18 18:48:34.398 |         Response - Headers: 
{'x-compute-request-id': 'req-7e306838-35ba-4cb5-b4f5-6e415005f4b9', 'vary': 
'X-OpenStack-Nova-API-Version', 'status': '200', 'content-length': '1578', 
'content-location': 
'http://192.168.33.1:8774/v2.1/d301703afb8848dda9b783f94f29564f/servers/f5a5fe16-eca1-49e5-91b0-14f9d40fa395',
 'date': 'Mon, 18 Jan 2016 18:14:06 GMT', 'content-type': 'application/json', 
'connection': 'close', 'x-openstack-nova-api-version': '2.1'}
  2016-01-18 18:48:34.404 |             Body: {"server": {"status": "ACTIVE", 
"updated": "2016-01-18T18:14:06Z", "hostId": 
"87fd95aa5e987035940fc5b72c2ac247e4eb70bbc72689c76cc88125", "addresses": 
{"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:25:b9:79", "version": 4, 
"addr": "10.1.0.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": 
"http://192.168.33.1:8774/v2.1/d301703afb8848dda9b783f94f29564f/servers/f5a5fe16-eca1-49e5-91b0-14f9d40fa395";,
 "rel": "self"}, {"href": 
"http://192.168.33.1:8774/d301703afb8848dda9b783f94f29564f/servers/f5a5fe16-eca1-49e5-91b0-14f9d40fa395";,
 "rel": "bookmark"}], "key_name": null, "image": {"id": 
"f6dfe585-26d9-4ec4-8daa-c9ff63ff8431", "links": [{"href": 
"http://192.168.33.1:8774/d301703afb8848dda9b783f94f29564f/images/f6dfe585-26d9-4ec4-8daa-c9ff63ff8431";,
 "rel": "bookmark"}]}, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": 
"active", "OS-SRV-USG:launched_at": "2016-01-18T18:14:05.000000", "flavor": 
{"id": "42", "links": [{"href": "http://192
 .168.33.1:8774/d301703afb8848dda9b783f94f29564f/flavors/42", "rel": 
"bookmark"}]}, "id": "f5a5fe16-eca1-49e5-91b0-14f9d40fa395", "security_groups": 
[{"name": "default"}], "OS-SRV-USG:terminated_at": null, 
"OS-EXT-AZ:availability_zone": "nova", "user_id": 
"14ab116a78dc41cfa1c11b0874b157a1", "name": 
"tempest.common.compute-instance-2116796541", "created": 
"2016-01-18T18:13:50Z", "tenant_id": "d301703afb8848dda9b783f94f29564f", 
"OS-DCF:diskConfig": "MANUAL", "os-extended-volumes:volumes_attached": [], 
"accessIPv4": "", "accessIPv6": "", "progress": 100, "OS-EXT-STS:power_state": 
1, "config_drive": "True", "metadata": {}}}
  2016-01-18 18:48:34.410 |     2016-01-18 18:14:06,831 11162 INFO     
[tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" 
after 16 second wait
  2016-01-18 18:48:34.415 |     2016-01-18 18:14:07,375 11162 INFO     
[tempest_lib.common.rest_client] Request 
(ServerActionsTestJSON:test_get_console_output_with_unlimited_size): 500 POST 
http://192.168.33.1:8774/v2.1/d301703afb8848dda9b783f94f29564f/servers/f5a5fe16-eca1-49e5-91b0-14f9d40fa395/action
 0.544s
  2016-01-18 18:48:34.421 |     2016-01-18 18:14:07,376 11162 DEBUG    
[tempest_lib.common.rest_client] Request - Headers: {'Content-Type': 
'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
  2016-01-18 18:48:34.426 |             Body: {"os-getConsoleOutput": {}}
  2016-01-18 18:48:34.432 |         Response - Headers: 
{'x-compute-request-id': 'req-08e0d7ce-1501-43fc-87ca-9891fe0a0f6e', 'vary': 
'X-OpenStack-Nova-API-Version', 'status': '500', 'content-length': '194', 
'date': 'Mon, 18 Jan 2016 18:14:07 GMT', 'content-type': 'application/json; 
charset=UTF-8', 'connection': 'close', 'x-openstack-nova-api-version': '2.1'}
  2016-01-18 18:48:34.438 |             Body: {"computeFault": {"message": 
"Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ 
and attach the Nova API log if possible.\n<class 'NovaException_Remote'>", 
"code": 500}}
  2016-01-18 18:48:34.444 |     2016-01-18 18:14:08,846 11162 INFO     
[tempest_lib.common.rest_client] Request 
(ServerActionsTestJSON:test_get_console_output_with_unlimited_size): 500 POST 
http://192.168.33.1:8774/v2.1/d301703afb8848dda9b783f94f29564f/servers/f5a5fe16-eca1-49e5-91b0-14f9d40fa395/action
 0.469s
  2016-01-18 18:48:34.454 |     2016-01-18 18:14:08,847 11162 DEBUG    
[tempest_lib.common.rest_client] Request - Headers: {'Content-Type': 
'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
  2016-01-18 18:48:34.461 |             Body: {"os-getConsoleOutput": {}}
  2016-01-18 18:48:34.468 |         Response - Headers: 
{'x-compute-request-id': 'req-4e91c458-e85e-4c6f-8325-8a6fdffef804', 'vary': 
'X-OpenStack-Nova-API-Version', 'status': '500', 'content-length': '194', 
'date': 'Mon, 18 Jan 2016 18:14:08 GMT', 'content-type': 'application/json; 
charset=UTF-8', 'connection': 'close', 'x-openstack-nova-api-version': '2.1'}
  2016-01-18 18:48:34.474 |             Body: {"computeFault": {"message": 
"Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ 
and attach the Nova API log if possible.\n<class 'NovaException_Remote'>", 
"code": 500}}
  2016-01-18 18:48:34.480 |     2016-01-18 18:14:10,448 11162 INFO     
[tempest_lib.common.rest_client] Request 
(ServerActionsTestJSON:test_get_console_output_with_unlimited_size): 500 POST 
http://192.168.33.1:8774/v2.1/d301703afb8848dda9b783f94f29564f/servers/f5a5fe16-eca1-49e5-91b0-14f9d40fa395/action
 0.598s

  The function affected is test_get_console_output_with_unlimited_size.

  More information can be found here: http://dd6b71949550285df7dc-
  
dda4e480e005aaa13ec303551d2d8155.r49.cf1.rackcdn.com/79/189279/19/3306/run_tests.log

  Also, the log file is attached.

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