[openstack-qa] Build failed in Jenkins: periodic-tempest-devstack-vm-full #11

OpenStack Jenkins jenkins at openstack.org
Mon Nov 12 02:06:50 UTC 2012


See <https://jenkins.openstack.org/job/periodic-tempest-devstack-vm-full/11/>

------------------------------------------
[...truncated 13044 lines...]
Tenant names should be unique ... ok
Create a tenant that is enabled ... ok
Create a tenant that is not enabled ... ok
Create tenant with a description ... ok
Create several tenants and delete them ... ok
Non-admin user should not be able to delete a tenant ... ok
Request to delete a tenant without a valid token should fail ... ok
Update description attribute of a tenant ... ok
Update the enabled attribute of a tenant ... ok
Update name attribute of a tenant ... ok
Disabled user's token should not get authenticated ... ok
Request for token authentication with a valid token in header ... ok
User's token for a disabled tenant should not be authenticated ... SKIP: Until Bug 988920 is fixed
User's token with invalid password should not be authenticated ... ok
User's token for an invalid tenant should not be authenticated ... SKIP: Until Bug 988920 is fixed
Non-existent user's token should not get authenticated ... ok
Create a user ... ok
Non-admin should not be authorized to create a user ... ok
Attempt to create a user in a non-existent tenant should fail ... ok
Request to create a user without a valid token should fail ... ok
Duplicate user should not be created ... ok
User with an empty name should not be created ... ok
User with an empty password should not be created ... SKIP: Until Bug 999084 is fixed
Email format should be validated while creating a user ... SKIP: Until Bug 999084 is fixed
User having password exceeding max length should not be created ... SKIP: Until Bug 999084 is fixed
Length of user name filed should be restricted to 64 characters ... SKIP: Until Bug 966251 is fixed
Attempt to delete a non-existent user should fail ... ok
Delete a user ... ok
Non admin user should not be authorized to delete a user ... ok
Get a list of users and find the test user ... ok
Non admin user should not be authorized to get user list ... ok
Request to get list of users without a valid token should fail ... ok
Return a list of all users for a tenant ... ok
Should not be able to return a list of all ... ok
Return list of users on tenant when roles are assigned to users ... ok
Valid user's token is authenticated ... ok
Disabled user's token should not get authenticated ... ok
Request for token authentication with a valid token in header ... ok
User's token for a disabled tenant should not be authenticated ... SKIP: Until Bug 988920 is fixed
User's token with invalid password should not be authenticated ... ok
User's token for an invalid tenant should not be authenticated ... SKIP: Until Bug 988920 is fixed
Non-existent user's token should not get authenticated ... ok
Create a user ... ok
Non-admin should not be authorized to create a user ... ok
Attempt to create a user in a non-existent tenant should fail ... ok
Request to create a user without a valid token should fail ... ok
Duplicate user should not be created ... ok
User with an empty name should not be created ... ok
User with an empty password should not be created ... SKIP: Until Bug 999084 is fixed
Email format should be validated while creating a user ... SKIP: Until Bug 999084 is fixed
User having password exceeding max length should not be created ... SKIP: Until Bug 999084 is fixed
Length of user name filed should be restricted to 64 characters ... SKIP: Until Bug 966251 is fixed
Attempt to delete a non-existent user should fail ... ok
Delete a user ... ok
Non admin user should not be authorized to delete a user ... ok
Get a list of users and find the test user ... ok
Non admin user should not be authorized to get user list ... ok
Request to get list of users without a valid token should fail ... ok
Return a list of all users for a tenant ... ok
Should not be able to return a list of all ... ok
Return list of users on tenant when roles are assigned to users ... ok
Valid user's token is authenticated ... ok
Register a new remote image ... ok
Register, then upload an image ... ok
Negative tests for invalid data supplied to POST /images ... ok
Simple test to see all fixture images returned ... ok
SKIP: No OpenStack Network API endpoint
SKIP: No OpenStack Object Storage API endpoint
SKIP: No OpenStack Object Storage API endpoint
SKIP: No OpenStack Object Storage API endpoint
Volume is attached and detached successfully from an instance ... ok
Verify that a volume's attachment information is retrieved ... ok
Create a volume, Get it's details and Delete the volume ... ok
Create a volume without passing metadata, get details, and delete ... ok
Create a volume, Get it's details and Delete the volume ... ok
Create a volume without passing metadata, get details, and delete ... ERROR
ERROR
ERROR
Should not be able to create volume with invalid size ... ok
Should not be able to create volume without passing size ... ok
Should not be able to create volume with size zero ... ok
Should not be able to delete volume when invalid ID is passed ... ok
Should not be able to delete volume when empty ID is passed ... ok
Should not be able to get volume with invalid id ... ok
Should not be able to get volume when empty ID is passed ... ok
Should not be able to delete a nonexistant Volume ... ok
Should not be able to get a nonexistant volume ... ok
Should not be able to create volume with invalid size ... ok
Should not be able to create volume without passing size ... ok
Should not be able to create volume with size zero ... ok
Should not be able to delete volume when invalid ID is passed ... ok
Should not be able to delete volume when empty ID is passed ... ok
Should not be able to get volume with invalid id ... ok
Should not be able to get volume when empty ID is passed ... ok
Should not be able to delete a nonexistant Volume ... ok
Should not be able to get a nonexistant volume ... ok

======================================================================
ERROR: CREATE, GET, DELETE Volume
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/opt/stack/tempest/tempest/tests/compute/volumes/test_volumes_get.py", line 68, in test_volume_create_get_delete
    self.client.wait_for_resource_deletion(volume['id'])
  File "/opt/stack/tempest/tempest/common/rest_client.py", line 268, in wait_for_resource_deletion
    raise exceptions.TimeoutException
TimeoutException: Request timed out

======================================================================
ERROR: CREATE, GET empty metadata dict
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/opt/stack/tempest/tempest/tests/compute/volumes/test_volumes_get.py", line 90, in test_volume_get_metadata_none
    resp, _ = self.client.delete_volume(volume['id'])
  File "/opt/stack/tempest/tempest/services/compute/xml/volumes_extensions_client.py", line 118, in delete_volume
    return self.delete("os-volumes/%s" % str(volume_id))
  File "/opt/stack/tempest/tempest/common/rest_client.py", line 169, in delete
    return self.request('DELETE', url, headers)
  File "/opt/stack/tempest/tempest/common/rest_client.py", line 209, in request
    resp_body = self._parse_resp(resp_body)
  File "/opt/stack/tempest/tempest/common/rest_client.py", line 282, in _parse_resp
    return xml_to_json(etree.fromstring(body))
  File "lxml.etree.pyx", line 2754, in lxml.etree.fromstring (src/lxml/lxml.etree.c:54631)
  File "parser.pxi", line 1578, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:82748)
  File "parser.pxi", line 1457, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:81546)
  File "parser.pxi", line 965, in lxml.etree._BaseParser._parseDoc (src/lxml/lxml.etree.c:78216)
  File "parser.pxi", line 569, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:74472)
  File "parser.pxi", line 650, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:75363)
  File "parser.pxi", line 590, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:74696)
XMLSyntaxError: Start tag expected, '<' not found, line 1, column 1

======================================================================
ERROR: test suite for <class 'tempest.tests.compute.volumes.test_volumes_list.VolumesTestJSON'>
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/nose/suite.py", line 208, in run
    self.setUp()
  File "/usr/lib/python2.7/dist-packages/nose/suite.py", line 291, in setUp
    self.setupContext(ancestor)
  File "/usr/lib/python2.7/dist-packages/nose/suite.py", line 314, in setupContext
    try_run(context, names)
  File "/usr/lib/python2.7/dist-packages/nose/util.py", line 478, in try_run
    return func()
  File "/opt/stack/tempest/tempest/tests/compute/volumes/test_volumes_list.py", line 128, in setUpClass
    cls.client.wait_for_volume_status(volume['id'], 'available')
  File "/opt/stack/tempest/tempest/services/compute/json/volumes_extensions_client.py", line 110, in wait_for_volume_status
    raise exceptions.TimeoutException(message)
TimeoutException: Request timed out
Details: Volume volume-%s249100json failed to reach available status within the required time (300.0 s).

======================================================================
ERROR: test suite for <class 'tempest.tests.compute.volumes.test_volumes_list.VolumesTestXML'>
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/nose/suite.py", line 208, in run
    self.setUp()
  File "/usr/lib/python2.7/dist-packages/nose/suite.py", line 291, in setUp
    self.setupContext(ancestor)
  File "/usr/lib/python2.7/dist-packages/nose/suite.py", line 314, in setupContext
    try_run(context, names)
  File "/usr/lib/python2.7/dist-packages/nose/util.py", line 478, in try_run
    return func()
  File "/opt/stack/tempest/tempest/tests/compute/volumes/test_volumes_list.py", line 82, in setUpClass
    cls.client.wait_for_volume_status(volume['id'], 'available')
  File "/opt/stack/tempest/tempest/services/compute/xml/volumes_extensions_client.py", line 138, in wait_for_volume_status
    raise exceptions.TimeoutException(message)
TimeoutException: Request timed out
Details: Volume volume7838xml failed to reach available status within the required time (400.0 s).

======================================================================
ERROR: Create a volume without passing metadata, get details, and delete
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/opt/stack/tempest/tempest/tests/volume/test_volumes_get.py", line 95, in test_volume_get_metadata_none
    self.client.wait_for_resource_deletion(volume['id'])
  File "/opt/stack/tempest/tempest/common/rest_client.py", line 268, in wait_for_resource_deletion
    raise exceptions.TimeoutException
TimeoutException: Request timed out

======================================================================
ERROR: test suite for <class 'tempest.tests.volume.test_volumes_list.VolumeListTestJSON'>
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/nose/suite.py", line 208, in run
    self.setUp()
  File "/usr/lib/python2.7/dist-packages/nose/suite.py", line 291, in setUp
    self.setupContext(ancestor)
  File "/usr/lib/python2.7/dist-packages/nose/suite.py", line 314, in setupContext
    try_run(context, names)
  File "/usr/lib/python2.7/dist-packages/nose/util.py", line 478, in try_run
    return func()
  File "/opt/stack/tempest/tempest/tests/volume/test_volumes_list.py", line 125, in setUpClass
    cls.client.wait_for_volume_status(volume['id'], 'available')
  File "/opt/stack/tempest/tempest/services/volume/json/volumes_client.py", line 126, in wait_for_volume_status
    raise exceptions.VolumeBuildErrorException(volume_id=volume_id)
VolumeBuildErrorException: Volume 45119e38-d3bc-42bf-a700-584dbb7587e7 failed to build and is in ERROR status

======================================================================
ERROR: test suite for <class 'tempest.tests.volume.test_volumes_list.VolumeListTestXML'>
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/nose/suite.py", line 208, in run
    self.setUp()
  File "/usr/lib/python2.7/dist-packages/nose/suite.py", line 291, in setUp
    self.setupContext(ancestor)
  File "/usr/lib/python2.7/dist-packages/nose/suite.py", line 314, in setupContext
    try_run(context, names)
  File "/usr/lib/python2.7/dist-packages/nose/util.py", line 478, in try_run
    return func()
  File "/opt/stack/tempest/tempest/tests/volume/test_volumes_list.py", line 79, in setUpClass
    cls.client.wait_for_volume_status(volume['id'], 'available')
  File "/opt/stack/tempest/tempest/services/volume/json/volumes_client.py", line 132, in wait_for_volume_status
    raise exceptions.TimeoutException(message)
TimeoutException: Request timed out
Details: Volume volume954126 failed to reach available status within the required time (300.0 s).

----------------------------------------------------------------------
XML: nosetests-full.xml
----------------------------------------------------------------------
Ran 492 tests in 4652.378s

FAILED (SKIP=53, errors=7)
Process leaked file descriptors. See http://wiki.jenkins-ci.org/display/JENKINS/Spawning+processes+from+build for more information
Build step 'Execute shell' marked build as failure
[SCP] Connecting to static.openstack.org
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-full/11
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-full/11/logs
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-full/11/logs/devstack-gate-cleanup-host.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-full/11/logs/devstack-gate-setup-host.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-full/11/logs/devstack-gate-setup-workspace.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-full/11/logs/devstacklog.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-full/11/logs/kern_log.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-full/11/logs/localrc.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-full/11/logs/screen-c-api.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-full/11/logs/screen-c-sch.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-full/11/logs/screen-c-vol.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-full/11/logs/screen-g-api.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-full/11/logs/screen-g-reg.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-full/11/logs/screen-horizon.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-full/11/logs/screen-key.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-full/11/logs/screen-n-api.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-full/11/logs/screen-n-cpu.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-full/11/logs/screen-n-crt.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-full/11/logs/screen-n-net.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-full/11/logs/screen-n-obj.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-full/11/logs/screen-n-sch.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-full/11/logs/screen-swift.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-full/11/logs/syslog.txt'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.



More information about the openstack-qa mailing list