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

OpenStack Jenkins jenkins at openstack.org
Fri Mar 1 06:12:41 UTC 2013


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

------------------------------------------
[...truncated 1068 lines...]
    output = self.deserializer.create(request)
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/api/v2/images.py",> line 361, in create
    return self._parse_image(request)
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/api/v2/images.py",> line 317, in _parse_image
    self.schema.validate(body)
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/schema.py",> line 32, in validate
    jsonschema.validate(obj, self.raw())
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/jsonschema.py",> line 1239, in validate
    cls.check_schema(schema)
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/jsonschema.py",> line 141, in check_schema
    error.message, validator=error.validator, path=error.path,
SchemaError: True is not of type u'array'

======================================================================
ERROR: test_create_bad_data (glance.tests.unit.v2.test_images_resource.TestImagesDeserializerWithExtendedSchema)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/tests/unit/v2/test_images_resource.py",> line 1131, in test_create_bad_data
    self.deserializer.create, request)
  File "/usr/lib/python2.7/unittest/case.py", line 471, in assertRaises
    callableObj(*args, **kwargs)
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/api/v2/images.py",> line 361, in create
    return self._parse_image(request)
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/api/v2/images.py",> line 317, in _parse_image
    self.schema.validate(body)
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/schema.py",> line 32, in validate
    jsonschema.validate(obj, self.raw())
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/jsonschema.py",> line 1239, in validate
    cls.check_schema(schema)
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/jsonschema.py",> line 141, in check_schema
    error.message, validator=error.validator, path=error.path,
SchemaError: True is not of type u'array'

======================================================================
ERROR: test_update (glance.tests.unit.v2.test_images_resource.TestImagesDeserializerWithExtendedSchema)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/tests/unit/v2/test_images_resource.py",> line 1137, in test_update
    output = self.deserializer.update(request)
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/api/v2/images.py",> line 459, in update
    self._validate_change(change)
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/api/v2/images.py",> line 434, in _validate_change
    self.schema.validate(partial_image)
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/schema.py",> line 32, in validate
    jsonschema.validate(obj, self.raw())
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/jsonschema.py",> line 1239, in validate
    cls.check_schema(schema)
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/jsonschema.py",> line 141, in check_schema
    error.message, validator=error.validator, path=error.path,
SchemaError: True is not of type u'array'

======================================================================
ERROR: test_update_bad_data (glance.tests.unit.v2.test_images_resource.TestImagesDeserializerWithExtendedSchema)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/tests/unit/v2/test_images_resource.py",> line 1148, in test_update_bad_data
    self.deserializer.update, request)
  File "/usr/lib/python2.7/unittest/case.py", line 471, in assertRaises
    callableObj(*args, **kwargs)
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/api/v2/images.py",> line 459, in update
    self._validate_change(change)
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/api/v2/images.py",> line 434, in _validate_change
    self.schema.validate(partial_image)
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/schema.py",> line 32, in validate
    jsonschema.validate(obj, self.raw())
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/jsonschema.py",> line 1239, in validate
    cls.check_schema(schema)
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/.tox/py27/local/lib/python2.7/site-packages/jsonschema.py",> line 141, in check_schema
    error.message, validator=error.validator, path=error.path,
SchemaError: True is not of type u'array'

======================================================================
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 383, 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 533, in __call__
    request, **action_args)
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/common/wsgi.py",> line 550, in dispatch
    return method(*args, **kwargs)
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/common/utils.py",> line 425, 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 688, 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 383, 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 533, in __call__\n    request, **action_args)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/common/wsgi.py",> line 550, 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 425, 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 688, 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 383, 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 533, in __call__\n    request, **action_args)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/common/wsgi.py",> line 550, 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 425, 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 688, 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 383, 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 533, in __call__\n    request, **action_args)\n  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/common/wsgi.py",> line 550, 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 425, 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 688, 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 70.08 secs:
    15.76    TestGlanceControl.test_bouncing
    14.35    TestScrubber.test_delayed_delete
    13.79    TestGlanceControl.test_reload
    13.60    TestGlanceControl.test_respawn
    12.59    TestApi.test_unsupported_default_store
----------------------------------------------------------------------
Ran 919 tests in 477.448s

FAILED (SKIP=103, errors=4, failures=1)
Unhandled exception in thread started by <function serve_requests at 0x37d5320>
Traceback (most recent call last):
  File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws/glance/tests/functional/store_utils.py",> line 81, in serve_requests
    httpd.serve_forever()
  File "/usr/lib/python2.7/SocketServer.py", line 225, in serve_forever
    r, w, e = select.select([self], [], [], poll_interval)
AttributeError: 'NoneType' object has no attribute 'select'
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.6
Routes==1.13
SQLAlchemy==0.7.9
Sphinx==1.1.3
Tempita==0.5.1
WebOb==1.0.8
amqp==1.0.8
anyjson==0.3.3
argparse==1.2.1
boto==2.1.1
colorama==0.2.5
coverage==3.6
decorator==3.4.0
distribute==0.6.31
docutils==0.10
eventlet==0.12.1
glance==jenkins-periodic-glance-python27-stable-folsom-151
greenlet==0.4.0
httplib2==0.7.7
iso8601==0.1.4
jsonschema==1.0.0
kombu==2.5.6
lxml==3.1.0
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.3.0
repoze.lru==0.6
requests==1.1.0
simplejson==3.1.0
sqlalchemy-migrate==0.7.2
termcolor==1.1.0
wsgiref==0.1.2
xattr==0.6.4
+ echo ======================================================================
======================================================================
+ '[' -f .testrepository/0 ']'
+ 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=93
+ '[' 93 -eq 0 ']'
+ '[' -d .testrepository ']'
+ exit 1
+ rm -rf /tmp/tmp.FhYGIjAGfm
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/151
[SCP] uploading file: '/srv/static/logs/periodic/periodic-glance-python27-stable-folsom/151/nose_results.html'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.



More information about the Openstack-stable-maint mailing list