[Openstack-stable-maint] Build failed in Jenkins: periodic-glance-python27-stable-folsom #51

OpenStack Jenkins jenkins at openstack.org
Wed Nov 21 00:12:48 UTC 2012


See <https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/51/changes>

Changes:

[Brian Waldon] Return 403 when admin deletes a deleted image

------------------------------------------
[...truncated 971 lines...]
    test_get                                                     OK    0.01
    test_get_non_existing                                        OK    0.01
    test_get_size                                                OK    0.01
    test_get_with_http_auth                                      OK    0.01
    test_no_auth_address                                         OK    0.01
    test_no_key                                                  OK    0.01
    test_no_user                                                 OK    0.01
    test_read_acl_public                                         OK    0.01
    test_read_acl_tenants                                        OK    0.01
    test_read_write_public                                       OK    0.01
TestStoreAuthV2
    test_add                                                     OK    0.01
    test_add_already_existing                                    OK    0.01
    test_add_auth_url_variations                                 OK    0.02
    test_add_large_object                                        OK    0.01
    test_add_large_object_zero_size                              OK    0.01
    test_add_no_container_and_create                             OK    0.01
    test_add_no_container_no_create                              OK    0.01
    test_delete                                                  OK    0.02
    test_delete_non_existing                                     OK    0.01
    test_get                                                     OK    0.01
    test_get_non_existing                                        OK    0.01
    test_get_size                                                OK    0.01
    test_get_with_http_auth                                      OK    0.01
    test_no_auth_address                                         OK    0.01
    test_no_key                                                  OK    0.01
    test_no_user                                                 OK    0.01
    test_read_acl_public                                         OK    0.01
    test_read_acl_tenants                                        OK    0.01
    test_read_write_public                                       OK    0.01
    test_v2_multi_tenant_location                                OK    0.01
    test_v2_with_no_tenant                                       OK    0.01
TestUtils
    test_cooperative_reader                                      OK    0.04
    test_generate_uuid_format                                    OK    0.01
    test_generate_uuid_unique                                    OK    0.01
    test_is_uuid_like_fails                                      OK    0.01
    test_is_uuid_like_success                                    OK    0.00
    test_limiting_reader                                         OK    0.01
    test_limiting_reader_fails                                   OK    0.01
VersionNegotiationTest
    test_request_accept_v1                                       OK    0.01
    test_request_url_v1                                          OK    0.01
    test_request_url_v1_0                                        OK    0.01
    test_request_url_v1_1                                        OK    0.01
    test_request_url_v2                                          OK    0.01
    test_request_url_v2_0                                        OK    0.01
    test_request_url_v2_1_unsupported                            OK    0.01
    test_request_url_v3_unsupported                              OK    0.01
VersionsTest
    test_get_version_list                                        OK    0.01
JSONRequestDeserializerTest
    test_default_no_body                                         OK    0.01
    test_default_with_body                                       OK    0.01
    test_from_json                                               OK    0.00
    test_from_json_malformed                                     OK    0.01
    test_has_body_has_content_length                             OK    0.01
    test_has_body_no_content_length                              OK    0.01
    test_has_body_zero_content_length                            OK    0.01
    test_no_body_no_content_length                               OK    0.01
JSONResponseSerializerTest
    test_default                                                 OK    0.01
    test_to_json                                                 OK    0.01
RequestTest
    test_content_type_accept_default                             OK    0.01
    test_content_type_from_accept_json                           OK    0.01
    test_content_type_from_accept_json_xml_quality               OK    0.01
    test_content_type_from_accept_xml                            OK    0.01
    test_content_type_from_accept_xml_json                       OK    0.01
    test_content_type_missing                                    OK    0.01
    test_content_type_unsupported                                OK    0.00
    test_content_type_with_charset                               OK    0.01
ResourceTest
    test_dispatch                                                OK    0.01
    test_dispatch_default                                        OK    0.01
    test_dispatch_no_default                                     OK    0.01
    test_get_action_args                                         OK    0.01
TestHelpers
    test_data_passed_properly_through_headers                    OK    0.01
    test_headers_are_unicode                                     OK    0.00

======================================================================
FAIL: test_copy_from_http_nonexistent (glance.tests.functional.v1.test_copy_to_file.TestCopyToFile)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/tests/utils.py",> line 142, in _runner
    func(*args, **kw)
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/tests/utils.py",> line 178, in wrapped
    func(*a, **kwargs)
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/tests/functional/v1/test_copy_to_file.py",> line 255, in test_copy_from_http_nonexistent
    self._do_test_copy_from_http(False)
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/tests/utils.py",> line 142, in _runner
    func(*args, **kw)
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/tests/utils.py",> line 178, in wrapped
    func(*a, **kwargs)
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/tests/functional/v1/test_copy_to_file.py",> line 207, in _do_test_copy_from_http
    self.assertEqual(response.status, 201, content)
AssertionError: Traceback (most recent call last):
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/eventlet/wsgi.py",> line 382, in handle_one_response
    result = self.application(self.environ, start_response)
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/webob/dec.py",> line 147, in __call__
    resp = self.call_func(req, *args, **self.kwargs)
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/webob/dec.py",> line 208, in call_func
    return self.func(req, *args, **kwargs)
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/common/wsgi.py",> line 326, in __call__
    response = req.get_response(self.application)
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/webob/request.py",> line 1053, in get_response
    application, catch_exc_info=False)
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/webob/request.py",> line 1022, in call_application
    app_iter = application(self.environ, start_response)
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/webob/dec.py",> line 147, in __call__
    resp = self.call_func(req, *args, **self.kwargs)
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/webob/dec.py",> line 208, in call_func
    return self.func(req, *args, **kwargs)
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/common/wsgi.py",> line 326, in __call__
    response = req.get_response(self.application)
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/webob/request.py",> line 1053, in get_response
    application, catch_exc_info=False)
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/webob/request.py",> line 1022, in call_application
    app_iter = application(self.environ, start_response)
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/paste/urlmap.py",> line 203, in __call__
    return app(environ, start_response)
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/webob/dec.py",> line 159, in __call__
    return resp(environ, start_response)
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/routes/middleware.py",> line 131, in __call__
    response = self.app(environ, start_response)
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/webob/dec.py",> line 159, in __call__
    return resp(environ, start_response)
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/webob/dec.py",> line 147, in __call__
    resp = self.call_func(req, *args, **self.kwargs)
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/webob/dec.py",> line 208, in call_func
    return self.func(req, *args, **kwargs)
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/common/wsgi.py",> line 532, in __call__
    request, **action_args)
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/common/wsgi.py",> line 549, in dispatch
    return method(*args, **kwargs)
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/common/utils.py",> line 408, in wrapped
    return func(self, req, *args, **kwargs)
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/api/v1/images.py",> line 684, in create
    image_meta = self._reserve(req, image_meta)
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/api/v1/images.py",> line 362, in _reserve
    image_meta = registry.add_image_metadata(req.context, image_meta)
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/registry/__init__.py",> line 139, in add_image_metadata
    return c.add_image(image_meta)
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/registry/client.py",> line 140, in add_image
    res = self.do_request("POST", "/images", body=body, headers=headers)
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/registry/client.py",> line 89, in do_request
    action, **kwargs)
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/common/client.py",> line 63, in wrapped
    return func(self, *args, **kwargs)
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/common/client.py",> line 444, in do_request
    headers=headers)
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/common/client.py",> line 80, in wrapped
    return func(self, method, url, body, headers)
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/common/client.py",> line 589, in _do_request
    raise exception.ClientConnectionError(e)
ClientConnectionError: [Errno 111] ECONNREFUSED

    '500 != 201' = '%s != %s' % (safe_repr(500), safe_repr(201))
    'Traceback (most recent call last):\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/eventlet/wsgi.py",> line 382, in handle_one_response\n    result = self.application(self.environ, start_response)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/webob/dec.py",> line 147, in __call__\n    resp = self.call_func(req, *args, **self.kwargs)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/webob/dec.py",> line 208, in call_func\n    return self.func(req, *args, **kwargs)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/common/wsgi.py",> line 326, in __call__\n    response = req.get_response(self.application)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/webob/request.py",> line 1053, in get_response\n    application, catch_exc_info=False)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/webob/request.py",> line 1022, in call_application\n    app_iter = application(self.environ, start_response)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/webob/dec.py",> line 147, in __call__\n    resp = self.call_func(req, *args, **self.kwargs)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/webob/dec.py",> line 208, in call_func\n    return self.func(req, *args, **kwargs)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/common/wsgi.py",> line 326, in __call__\n    response = req.get_response(self.application)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/webob/request.py",> line 1053, in get_response\n    application, catch_exc_info=False)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/webob/request.py",> line 1022, in call_application\n    app_iter = application(self.environ, start_response)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/paste/urlmap.py",> line 203, in __call__\n    return app(environ, start_response)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/webob/dec.py",> line 159, in __call__\n    return resp(environ, start_response)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/routes/middleware.py",> line 131, in __call__\n    response = self.app(environ, start_response)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/webob/dec.py",> line 159, in __call__\n    return resp(environ, start_response)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/webob/dec.py",> line 147, in __call__\n    resp = self.call_func(req, *args, **self.kwargs)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/webob/dec.py",> line 208, in call_func\n    return self.func(req, *args, **kwargs)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/common/wsgi.py",> line 532, in __call__\n    request, **action_args)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/common/wsgi.py",> line 549, in dispatch\n    return method(*args, **kwargs)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/common/utils.py",> line 408, in wrapped\n    return func(self, req, *args, **kwargs)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/api/v1/images.py",> line 684, in create\n    image_meta = self._reserve(req, image_meta)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/api/v1/images.py",> line 362, in _reserve\n    image_meta = registry.add_image_metadata(req.context, image_meta)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/registry/__init__.py",> line 139, in add_image_metadata\n    return c.add_image(image_meta)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/registry/client.py",> line 140, in add_image\n    res = self.do_request("POST", "/images", body=body, headers=headers)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/registry/client.py",> line 89, in do_request\n    action, **kwargs)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/common/client.py",> line 63, in wrapped\n    return func(self, *args, **kwargs)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/common/client.py",> line 444, in do_request\n    headers=headers)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/common/client.py",> line 80, in wrapped\n    return func(self, method, url, body, headers)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/common/client.py",> line 589, in _do_request\n    raise exception.ClientConnectionError(e)\nClientConnectionError: [Errno 111] ECONNREFUSED\n' = self._formatMessage('Traceback (most recent call last):\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/eventlet/wsgi.py",> line 382, in handle_one_response\n    result = self.application(self.environ, start_response)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/webob/dec.py",> line 147, in __call__\n    resp = self.call_func(req, *args, **self.kwargs)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/webob/dec.py",> line 208, in call_func\n    return self.func(req, *args, **kwargs)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/common/wsgi.py",> line 326, in __call__\n    response = req.get_response(self.application)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/webob/request.py",> line 1053, in get_response\n    application, catch_exc_info=False)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/webob/request.py",> line 1022, in call_application\n    app_iter = application(self.environ, start_response)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/webob/dec.py",> line 147, in __call__\n    resp = self.call_func(req, *args, **self.kwargs)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/webob/dec.py",> line 208, in call_func\n    return self.func(req, *args, **kwargs)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/common/wsgi.py",> line 326, in __call__\n    response = req.get_response(self.application)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/webob/request.py",> line 1053, in get_response\n    application, catch_exc_info=False)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/webob/request.py",> line 1022, in call_application\n    app_iter = application(self.environ, start_response)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/paste/urlmap.py",> line 203, in __call__\n    return app(environ, start_response)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/webob/dec.py",> line 159, in __call__\n    return resp(environ, start_response)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/routes/middleware.py",> line 131, in __call__\n    response = self.app(environ, start_response)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/webob/dec.py",> line 159, in __call__\n    return resp(environ, start_response)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/webob/dec.py",> line 147, in __call__\n    resp = self.call_func(req, *args, **self.kwargs)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/webob/dec.py",> line 208, in call_func\n    return self.func(req, *args, **kwargs)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/common/wsgi.py",> line 532, in __call__\n    request, **action_args)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/common/wsgi.py",> line 549, in dispatch\n    return method(*args, **kwargs)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/common/utils.py",> line 408, in wrapped\n    return func(self, req, *args, **kwargs)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/api/v1/images.py",> line 684, in create\n    image_meta = self._reserve(req, image_meta)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/api/v1/images.py",> line 362, in _reserve\n    image_meta = registry.add_image_metadata(req.context, image_meta)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/registry/__init__.py",> line 139, in add_image_metadata\n    return c.add_image(image_meta)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/registry/client.py",> line 140, in add_image\n    res = self.do_request("POST", "/images", body=body, headers=headers)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/registry/client.py",> line 89, in do_request\n    action, **kwargs)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/common/client.py",> line 63, in wrapped\n    return func(self, *args, **kwargs)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/common/client.py",> line 444, in do_request\n    headers=headers)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/common/client.py",> line 80, in wrapped\n    return func(self, method, url, body, headers)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/common/client.py",> line 589, in _do_request\n    raise exception.ClientConnectionError(e)\nClientConnectionError: [Errno 111] ECONNREFUSED\n', '500 != 201')
>>  raise self.failureException('Traceback (most recent call last):\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/eventlet/wsgi.py",> line 382, in handle_one_response\n    result = self.application(self.environ, start_response)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/webob/dec.py",> line 147, in __call__\n    resp = self.call_func(req, *args, **self.kwargs)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/webob/dec.py",> line 208, in call_func\n    return self.func(req, *args, **kwargs)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/common/wsgi.py",> line 326, in __call__\n    response = req.get_response(self.application)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/webob/request.py",> line 1053, in get_response\n    application, catch_exc_info=False)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/webob/request.py",> line 1022, in call_application\n    app_iter = application(self.environ, start_response)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/webob/dec.py",> line 147, in __call__\n    resp = self.call_func(req, *args, **self.kwargs)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/webob/dec.py",> line 208, in call_func\n    return self.func(req, *args, **kwargs)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/common/wsgi.py",> line 326, in __call__\n    response = req.get_response(self.application)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/webob/request.py",> line 1053, in get_response\n    application, catch_exc_info=False)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/webob/request.py",> line 1022, in call_application\n    app_iter = application(self.environ, start_response)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/paste/urlmap.py",> line 203, in __call__\n    return app(environ, start_response)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/webob/dec.py",> line 159, in __call__\n    return resp(environ, start_response)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/routes/middleware.py",> line 131, in __call__\n    response = self.app(environ, start_response)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/webob/dec.py",> line 159, in __call__\n    return resp(environ, start_response)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/webob/dec.py",> line 147, in __call__\n    resp = self.call_func(req, *args, **self.kwargs)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/webob/dec.py",> line 208, in call_func\n    return self.func(req, *args, **kwargs)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/common/wsgi.py",> line 532, in __call__\n    request, **action_args)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/common/wsgi.py",> line 549, in dispatch\n    return method(*args, **kwargs)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/common/utils.py",> line 408, in wrapped\n    return func(self, req, *args, **kwargs)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/api/v1/images.py",> line 684, in create\n    image_meta = self._reserve(req, image_meta)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/api/v1/images.py",> line 362, in _reserve\n    image_meta = registry.add_image_metadata(req.context, image_meta)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/registry/__init__.py",> line 139, in add_image_metadata\n    return c.add_image(image_meta)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/registry/client.py",> line 140, in add_image\n    res = self.do_request("POST", "/images", body=body, headers=headers)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/registry/client.py",> line 89, in do_request\n    action, **kwargs)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/common/client.py",> line 63, in wrapped\n    return func(self, *args, **kwargs)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/common/client.py",> line 444, in do_request\n    headers=headers)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/common/client.py",> line 80, in wrapped\n    return func(self, method, url, body, headers)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/common/client.py",> line 589, in _do_request\n    raise exception.ClientConnectionError(e)\nClientConnectionError: [Errno 111] ECONNREFUSED\n')
    

----------------------------------------------------------------------
XML: nosetests.xml
Slowest 5 tests took 69.25 secs:
    14.32    TestGlanceControl.test_bouncing
    14.26    TestScrubber.test_delayed_delete
    14.05    TestGlanceControl.test_respawn
    13.97    TestGlanceControl.test_reload
    12.65    TestApi.test_unsupported_default_store
----------------------------------------------------------------------
Ran 912 tests in 485.912s

FAILED (SKIP=100, failures=1)
ERROR: InvocationError: '<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/bin/nosetests'>
___________________________________ summary ____________________________________
ERROR:   py27: commands failed
+ result=1
+ echo 'Begin pip freeze output from test virtualenv:'
Begin pip freeze output from test virtualenv:
+ echo ======================================================================
======================================================================
+ .tox/py27/bin/pip freeze
Babel==0.9.6
Jinja2==2.6
Paste==1.7.5.1
PasteDeploy==1.5.0
Pygments==1.5
Routes==1.13
SQLAlchemy==0.7.9
Sphinx==1.1.3
Tempita==0.5.1
WebOb==1.0.8
amqplib==1.0.2
anyjson==0.3.3
argparse==1.2.1
boto==2.1.1
colorama==0.2.4
coverage==3.5.3
decorator==3.4.0
distribute==0.6.28
docutils==0.9.1
eventlet==0.9.17
glance==jenkins-periodic-glance-python27-stable-folsom-51
greenlet==0.4.0
httplib2==0.7.7
iso8601==0.1.4
jsonschema==0.7
kombu==2.4.8
lxml==3.0.1
mox==0.5.3
nose==1.2.1
nose-exclude==0.1.9
nosehtmloutput==0.0.4
openstack.nose-plugin==0.11
passlib==1.6.1
pep8==1.1
pycrypto==2.6
pysendfile==2.0.0
python-swiftclient==1.2.0
repoze.lru==0.6
requests==0.14.2
simplejson==2.6.2
sqlalchemy-migrate==0.7.2
termcolor==1.1.0
wsgiref==0.1.2
xattr==0.6.4
+ echo ======================================================================
======================================================================
+ sudo /usr/local/jenkins/slave_scripts/jenkins-sudo-grep.sh post
+ sudoresult=0
+ '[' 0 -ne 0 ']'
+ /usr/local/jenkins/slave_scripts/jenkins-oom-grep.sh post
+ oomresult=0
+ '[' 0 -ne 0 ']'
++ find . -name nose_results.html
+ htmlreport=./nose_results.html
+ '[' -f ./nose_results.html ']'
++ grep -c 'tr class=.passClass' ./nose_results.html
+ passcount=94
+ '[' 94 -eq 0 ']'
+ exit 1
Build step 'Execute shell' marked build as failure
[SCP] Connecting to static.openstack.org
[SCP] Trying to create /srv/static/logs/periodic/periodic-glance-python27-stable-folsom/51
[SCP] uploading file: '/srv/static/logs/periodic/periodic-glance-python27-stable-folsom/51/nose_results.html'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.



More information about the Openstack-stable-maint mailing list