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

OpenStack Jenkins jenkins at openstack.org
Fri Mar 1 06:19:16 UTC 2013


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

------------------------------------------
[...truncated 981 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.01
    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_cooperative_reader_of_iterator                          OK    0.01
    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.01
    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.02
    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.01
    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.01
    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.01

======================================================================
ERROR: test_create (glance.tests.unit.v2.test_images_resource.TestImagesDeserializerWithExtendedSchema)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/ws/glance/tests/unit/v2/test_images_resource.py",> line 1118, in test_create
    output = self.deserializer.create(request)
  File "<https://jenkins.openstack.org/job/periodic-glance-python26-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-python26-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-python26-stable-folsom/ws/glance/schema.py",> line 32, in validate
    jsonschema.validate(obj, self.raw())
  File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/ws/.tox/py26/lib/python2.6/site-packages/jsonschema.py",> line 1239, in validate
    cls.check_schema(schema)
  File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/ws/.tox/py26/lib/python2.6/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-python26-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.6/unittest.py", line 336, in failUnlessRaises
    callableObj(*args, **kwargs)
  File "<https://jenkins.openstack.org/job/periodic-glance-python26-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-python26-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-python26-stable-folsom/ws/glance/schema.py",> line 32, in validate
    jsonschema.validate(obj, self.raw())
  File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/ws/.tox/py26/lib/python2.6/site-packages/jsonschema.py",> line 1239, in validate
    cls.check_schema(schema)
  File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/ws/.tox/py26/lib/python2.6/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-python26-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-python26-stable-folsom/ws/glance/api/v2/images.py",> line 459, in update
    self._validate_change(change)
  File "<https://jenkins.openstack.org/job/periodic-glance-python26-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-python26-stable-folsom/ws/glance/schema.py",> line 32, in validate
    jsonschema.validate(obj, self.raw())
  File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/ws/.tox/py26/lib/python2.6/site-packages/jsonschema.py",> line 1239, in validate
    cls.check_schema(schema)
  File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/ws/.tox/py26/lib/python2.6/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-python26-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.6/unittest.py", line 336, in failUnlessRaises
    callableObj(*args, **kwargs)
  File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/ws/glance/api/v2/images.py",> line 459, in update
    self._validate_change(change)
  File "<https://jenkins.openstack.org/job/periodic-glance-python26-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-python26-stable-folsom/ws/glance/schema.py",> line 32, in validate
    jsonschema.validate(obj, self.raw())
  File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/ws/.tox/py26/lib/python2.6/site-packages/jsonschema.py",> line 1239, in validate
    cls.check_schema(schema)
  File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/ws/.tox/py26/lib/python2.6/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'

----------------------------------------------------------------------
XML: nosetests.xml
Slowest 5 tests took 96.96 secs:
    20.98    TestGlanceControl.test_bouncing
    19.69    TestBinGlance.test_results_filtering
    19.52    TestRootApi.test_version_configurations
    19.41    TestBinGlanceCacheManage.test_queue
    17.35    TestScrubber.test_delayed_delete
----------------------------------------------------------------------
Ran 919 tests in 766.426s

FAILED (SKIP=103, errors=4)
ERROR: InvocationError: '<https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/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==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-python26-stable-folsom-151
greenlet==0.4.0
httplib2==0.7.7
importlib==1.0.2
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
ordereddict==1.1
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=94
+ '[' 94 -eq 0 ']'
+ '[' -d .testrepository ']'
+ exit 1
+ rm -rf /tmp/tmp.7rJIsNhEGT
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-folsom/151
[SCP] uploading file: '/srv/static/logs/periodic/periodic-glance-python26-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