[openstack-dev] [third-party-ci]Tests randomly failing because of lvm

Abhishek Shrivastava abhishek at cloudbyte.com
Mon Aug 17 07:02:40 UTC 2015


Hi Eduard,

This is what I gathered the cause of the test failure:

2015-08-17 03:13:44.239 ERROR oslo_messaging.rpc.dispatcher
[req-95c1bc0f-e333-493b-9730-cfba9c3dfd9a
tempest-VolumesV1ActionsTest-418947994] Exception during message
handling: 500 Internal Server Error: Failed to upload image
32be6815-3571-48e8-b664-7902613ffd04 (HTTP 500)
2015-08-17 03:13:44.239 16950 ERROR oslo_messaging.rpc.dispatcher
Traceback (most recent call last):
2015-08-17 03:13:44.239 16950 ERROR oslo_messaging.rpc.dispatcher
File "/usr/local/lib/python2.7/dist-packages/oslo_messaging/rpc/dispatcher.py",
line 142, in _dispatch_and_reply
2015-08-17 03:13:44.239 16950 ERROR oslo_messaging.rpc.dispatcher
executor_callback))
2015-08-17 03:13:44.239 16950 ERROR oslo_messaging.rpc.dispatcher
File "/usr/local/lib/python2.7/dist-packages/oslo_messaging/rpc/dispatcher.py",
line 186, in _dispatch
2015-08-17 03:13:44.239 16950 ERROR oslo_messaging.rpc.dispatcher
executor_callback)
2015-08-17 03:13:44.239 16950 ERROR oslo_messaging.rpc.dispatcher
File "/usr/local/lib/python2.7/dist-packages/oslo_messaging/rpc/dispatcher.py",
line 129, in _do_dispatch
2015-08-17 03:13:44.239 16950 ERROR oslo_messaging.rpc.dispatcher
result = func(ctxt, **new_args)
2015-08-17 03:13:44.239 16950 ERROR oslo_messaging.rpc.dispatcher
File "/usr/local/lib/python2.7/dist-packages/osprofiler/profiler.py",
line 105, in wrapper
2015-08-17 03:13:44.239 16950 ERROR oslo_messaging.rpc.dispatcher
return f(*args, **kwargs)
2015-08-17 03:13:44.239 16950 ERROR oslo_messaging.rpc.dispatcher
File "/opt/stack/new/cinder/cinder/volume/manager.py", line 976, in
copy_volume_to_image
2015-08-17 03:13:44.239 16950 ERROR oslo_messaging.rpc.dispatcher
payload['message'] = six.text_type(error)
2015-08-17 03:13:44.239 16950 ERROR oslo_messaging.rpc.dispatcher
File "/usr/local/lib/python2.7/dist-packages/oslo_utils/excutils.py",
line 119, in __exit__
2015-08-17 03:13:44.239 16950 ERROR oslo_messaging.rpc.dispatcher
six.reraise(self.type_, self.value, self.tb)
2015-08-17 03:13:44.239 16950 ERROR oslo_messaging.rpc.dispatcher
File "/opt/stack/new/cinder/cinder/volume/manager.py", line 963, in
copy_volume_to_image
2015-08-17 03:13:44.239 16950 ERROR oslo_messaging.rpc.dispatcher
image_meta)
2015-08-17 03:13:44.239 16950 ERROR oslo_messaging.rpc.dispatcher
File "/usr/local/lib/python2.7/dist-packages/osprofiler/profiler.py",
line 105, in wrapper
2015-08-17 03:13:44.239 16950 ERROR oslo_messaging.rpc.dispatcher
return f(*args, **kwargs)
2015-08-17 03:13:44.239 16950 ERROR oslo_messaging.rpc.dispatcher
File "/opt/stack/new/cinder/cinder/volume/drivers/lvm.py", line 449,
in copy_volume_to_image
2015-08-17 03:13:44.239 16950 ERROR oslo_messaging.rpc.dispatcher
self.local_path(volume))
2015-08-17 03:13:44.239 16950 ERROR oslo_messaging.rpc.dispatcher
File "/opt/stack/new/cinder/cinder/image/image_utils.py", line 351, in
upload_volume
2015-08-17 03:13:44.239 16950 ERROR oslo_messaging.rpc.dispatcher
image_service.update(context, image_id, {}, image_file)
2015-08-17 03:13:44.239 16950 ERROR oslo_messaging.rpc.dispatcher
File "/opt/stack/new/cinder/cinder/image/glance.py", line 334, in
update
2015-08-17 03:13:44.239 16950 ERROR oslo_messaging.rpc.dispatcher
_reraise_translated_image_exception(image_id)
2015-08-17 03:13:44.239 16950 ERROR oslo_messaging.rpc.dispatcher
File "/opt/stack/new/cinder/cinder/image/glance.py", line 516, in
_reraise_translated_image_exception
2015-08-17 03:13:44.239 16950 ERROR oslo_messaging.rpc.dispatcher
six.reraise(type(new_exc), new_exc, exc_trace)
2015-08-17 03:13:44.239 16950 ERROR oslo_messaging.rpc.dispatcher
File "/opt/stack/new/cinder/cinder/image/glance.py", line 332, in
update
2015-08-17 03:13:44.239 16950 ERROR oslo_messaging.rpc.dispatcher
**image_meta)
2015-08-17 03:13:44.239 16950 ERROR oslo_messaging.rpc.dispatcher
File "/opt/stack/new/cinder/cinder/image/glance.py", line 177, in call
2015-08-17 03:13:44.239 16950 ERROR oslo_messaging.rpc.dispatcher
return getattr(controller, method)(*args, **kwargs)
2015-08-17 03:13:44.239 16950 ERROR oslo_messaging.rpc.dispatcher
File "/usr/local/lib/python2.7/dist-packages/glanceclient/v1/images.py",
line 360, in update
2015-08-17 03:13:44.239 16950 ERROR oslo_messaging.rpc.dispatcher
resp, body = self.client.put(url, headers=hdrs, data=image_data)
2015-08-17 03:13:44.239 16950 ERROR oslo_messaging.rpc.dispatcher
File "/usr/local/lib/python2.7/dist-packages/glanceclient/common/http.py",
line 268, in put
2015-08-17 03:13:44.239 16950 ERROR oslo_messaging.rpc.dispatcher
return self._request('PUT', url, **kwargs)
2015-08-17 03:13:44.239 16950 ERROR oslo_messaging.rpc.dispatcher
File "/usr/local/lib/python2.7/dist-packages/glanceclient/common/http.py",
line 230, in _request
2015-08-17 03:13:44.239 16950 ERROR oslo_messaging.rpc.dispatcher
raise exc.from_response(resp, resp.text)
2015-08-17 03:13:44.239 16950 ERROR oslo_messaging.rpc.dispatcher
HTTPInternalServerError: 500 Internal Server Error: Failed to upload
image 32be6815-3571-48e8-b664-7902613ffd04 (HTTP 500)
2015-08-17 03:13:44.239 16950 ERROR oslo_messaging.rpc.dispatcher


On Mon, Aug 17, 2015 at 12:18 PM, Eduard Matei <
eduard.matei at cloudfounders.com> wrote:

> Hi,
>
> Not sure what snippet you mean but here are all the logs for the failed
> test run:
>
> http://packages.cloudfounders.com/ci_logs/01/213501/3/check/dsvm-tempest-full/37aa6fe/
> (console.html and c-vol.txt show more details).
>
> Thanks,
> Eduard
>
>
> __________________________________________________________________________
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: OpenStack-dev-request at lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>


-- 


*Thanks & Regards,*
*Abhishek*
*Cloudbyte Inc. <http://www.cloudbyte.com>*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20150817/955814a3/attachment.html>


More information about the OpenStack-dev mailing list