[Openstack-stable-maint] Build failed in Jenkins: periodic-glance-python26-stable-grizzly #116

OpenStack Jenkins jenkins at openstack.org
Sat Aug 3 06:20:13 UTC 2013


See <https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly/116/>

------------------------------------------
[...truncated 1224 lines...]
TestStoreAuthV2
    test_add                                                     OK    0.01
    test_add_already_existing                                    OK    0.01
    test_add_auth_url_variations                                 OK    0.01
    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.00
    test_delete                                                  OK    0.01
    test_delete_non_existing                                     OK    0.00
    test_get                                                     OK    0.00
    test_get_non_existing                                        OK    0.00
    test_get_size                                                OK    0.00
    test_get_size_with_multi_tenant_on                           OK    0.01
    test_get_with_http_auth                                      OK    0.00
    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.00
    test_v2_with_no_tenant                                       OK    0.00
TestUtils
    test_cooperative_reader                                      OK    0.04
    test_cooperative_reader_of_iterator                          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                                        OK    0.01
    test_request_url_v2_2_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.00
    test_default_with_body                                       OK    0.00
    test_from_json                                               OK    0.00
    test_from_json_malformed                                     OK    0.00
    test_has_body_has_content_length                             OK    0.00
    test_has_body_no_content_length                              OK    0.00
    test_has_body_zero_content_length                            OK    0.00
    test_no_body_no_content_length                               OK    0.00
JSONResponseSerializerTest
    test_default                                                 OK    0.00
    test_to_json                                                 OK    0.00
RequestTest
    test_content_type_accept_default                             OK    0.00
    test_content_type_from_accept_json                           OK    0.00
    test_content_type_from_accept_json_xml_quality               OK    0.00
    test_content_type_from_accept_xml                            OK    0.00
    test_content_type_from_accept_xml_json                       OK    0.00
    test_content_type_missing                                    OK    0.00
    test_content_type_unsupported                                OK    0.00
    test_content_type_with_charset                               OK    0.00
ResourceTest
    test_dispatch                                                OK    0.00
    test_dispatch_default                                        OK    0.00
    test_dispatch_no_default                                     OK    0.00
    test_get_action_args                                         OK    0.00
TestHelpers
    test_data_passed_properly_through_headers                    OK    0.00
    test_headers_are_unicode                                     OK    0.00

======================================================================
FAIL: glance.tests.functional.v1.test_misc.TestMiscellaneous.test_exception_not_eaten_from_registry_to_api
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly/ws/glance/tests/functional/v1/test_misc.py",> line 113, in test_exception_not_eaten_from_registry_to_api
    self.assertEqual('{"images": []}', out.strip())
  File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly/ws/.tox/py26/lib/python2.6/site-packages/testtools/testcase.py",> line 322, in assertEqual
    self.assertThat(observed, matcher, message)
  File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly/ws/.tox/py26/lib/python2.6/site-packages/testtools/testcase.py",> line 417, in assertThat
    raise MismatchError(matchee, matcher, mismatch, verbose)
MismatchError: !=:
reference = '{"images": []}'
actual    = '''\
Traceback (most recent call last):
  File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly/ws/.tox/py26/lib/python2.6/site-packages/eventlet/wsgi.py",> line 384, in handle_one_response
    result = self.application(self.environ, start_response)
  File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly/ws/.tox/py26/lib/python2.6/site-packages/webob/dec.py",> line 130, in __call__
    resp = self.call_func(req, *args, **self.kwargs)
  File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly/ws/.tox/py26/lib/python2.6/site-packages/webob/dec.py",> line 195, in call_func
    return self.func(req, *args, **kwargs)
  File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly/ws/glance/common/wsgi.py",> line 362, in __call__
    response = req.get_response(self.application)
  File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly/ws/.tox/py26/lib/python2.6/site-packages/webob/request.py",> line 1296, in send
    application, catch_exc_info=False)
  File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly/ws/.tox/py26/lib/python2.6/site-packages/webob/request.py",> line 1260, in call_application
    app_iter = application(self.environ, start_response)
  File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly/ws/.tox/py26/lib/python2.6/site-packages/webob/dec.py",> line 130, in __call__
    resp = self.call_func(req, *args, **self.kwargs)
  File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly/ws/.tox/py26/lib/python2.6/site-packages/webob/dec.py",> line 195, in call_func
    return self.func(req, *args, **kwargs)
  File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly/ws/glance/common/wsgi.py",> line 362, in __call__
    response = req.get_response(self.application)
  File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly/ws/.tox/py26/lib/python2.6/site-packages/webob/request.py",> line 1296, in send
    application, catch_exc_info=False)
  File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly/ws/.tox/py26/lib/python2.6/site-packages/webob/request.py",> line 1260, in call_application
    app_iter = application(self.environ, start_response)
  File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly/ws/.tox/py26/lib/python2.6/site-packages/paste/urlmap.py",> line 203, in __call__
    return app(environ, start_response)
  File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly/ws/.tox/py26/lib/python2.6/site-packages/webob/dec.py",> line 144, in __call__
    return resp(environ, start_response)
  File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly/ws/.tox/py26/lib/python2.6/site-packages/routes/middleware.py",> line 131, in __call__
    response = self.app(environ, start_response)
  File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly/ws/.tox/py26/lib/python2.6/site-packages/webob/dec.py",> line 144, in __call__
    return resp(environ, start_response)
  File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly/ws/.tox/py26/lib/python2.6/site-packages/webob/dec.py",> line 130, in __call__
    resp = self.call_func(req, *args, **self.kwargs)
  File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly/ws/.tox/py26/lib/python2.6/site-packages/webob/dec.py",> line 195, in call_func
    return self.func(req, *args, **kwargs)
  File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly/ws/glance/common/wsgi.py",> line 569, in __call__
    request, **action_args)
  File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly/ws/glance/common/wsgi.py",> line 586, in dispatch
    return method(*args, **kwargs)
  File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly/ws/glance/api/v1/images.py",> line 171, in index
    images = registry.get_images_list(req.context, **params)
  File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly/ws/glance/registry/__init__.py",> line 150, in get_images_list
    return c.get_images(**kwargs)
  File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly/ws/glance/registry/client.py",> line 80, in get_images
    res = self.do_request("GET", "/images", params=params)
  File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly/ws/glance/registry/client.py",> line 90, in do_request
    **kwargs)
  File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly/ws/glance/common/client.py",> line 63, in wrapped
    return func(self, *args, **kwargs)
  File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly/ws/glance/common/client.py",> line 377, in do_request
    headers=headers)
  File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly/ws/glance/common/client.py",> line 80, in wrapped
    return func(self, method, url, body, headers)
  File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly/ws/glance/common/client.py",> line 541, in _do_request
    raise exception.ClientConnectionError(e)
ClientConnectionError: [Errno 111] ECONNREFUSED'''


----------------------------------------------------------------------
XML: nosetests.xml
Slowest 5 tests took 91.96 secs:
    26.76    TestScrubber.test_scrubber_app
    20.84    TestScrubber.test_delayed_delete
    14.93    TestRootApi.test_version_configurations
    14.87    TestGlanceControl.test_reload
    14.56    TestGlanceControl.test_respawn
----------------------------------------------------------------------
Ran 1101 tests in 626.011s

FAILED (SKIP=38, failures=1)
ERROR: InvocationError: '<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly/ws/.tox/py26/bin/nosetests'>
___________________________________ summary ____________________________________
ERROR:   py26: commands failed
+ result=1
+ echo 'Begin pip freeze output from test virtualenv:'
Begin pip freeze output from test virtualenv:
+ echo ======================================================================
======================================================================
+ .tox/py26/bin/pip freeze
Babel==1.3
Jinja2==2.7
MarkupSafe==0.18
MySQL-python==1.2.4
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.2.3
amqp==1.0.13
anyjson==0.3.3
argparse==1.2.1
boto==2.9.9
cffi==0.7.2
colorama==0.2.5
coverage==3.6
d2to1==0.2.10
decorator==3.4.0
distribute==0.7.3
docutils==0.10
eventlet==0.13.0
extras==0.0.3
fixtures==0.3.12
glance==jenkins.periodic.glance.python26.stable.grizzly.116
greenlet==0.4.1
httplib2==0.8
importlib==1.0.2
iso8601==0.1.4
jsonschema==2.0.0
kombu==2.5.12
lxml==3.2.3
mox==0.5.3
nose==1.3.0
nose-exclude==0.1.9
nosehtmloutput==0.0.4
openstack.nose-plugin==0.11
ordereddict==1.1
oslo.config==1.1.1
passlib==1.6.1
pbr==0.5.20
pep8==1.3.3
prettytable==0.7.2
psycopg2==2.5.1
pycparser==2.09.1
pycrypto==2.6
pysendfile==2.0.0
python-keystoneclient==0.3.1
python-mimeparse==0.1.4
python-swiftclient==1.5.0
pytz==2013b
repoze.lru==0.6
requests==1.2.3
setuptools-git==1.0
simplejson==3.3.0
six==1.3.0
sqlalchemy-migrate==0.7.2
termcolor==1.1.0
testtools==0.9.32
wsgiref==0.1.2
xattr==0.7.2
+ echo ======================================================================
======================================================================
+ '[' -d .testrepository ']'
+ 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=126
+ '[' 126 -eq 0 ']'
+ exit 1
+ rm -rf /tmp/tmp.A604ImOwo8
Build step 'Execute shell' marked build as failure
[SCP] Connecting to static.openstack.org
[SCP] Trying to create /srv/static/logs/periodic/periodic-glance-python26-stable-grizzly/116
[SCP] uploading file: '/srv/static/logs/periodic/periodic-glance-python26-stable-grizzly/116/nose_results.html'
[SCP] Connecting to static.openstack.org
[SCP] Trying to create /srv/static/logs/periodic/periodic-glance-python26-stable-grizzly/centos6-5/116
[SCP] Copying console log.



More information about the Openstack-stable-maint mailing list