[Openstack-stable-maint] Build failed in Jenkins: periodic-tempest-devstack-vm-cinder-stable-folsom #43

OpenStack Jenkins jenkins at openstack.org
Tue Nov 13 00:44:04 UTC 2012


See <https://jenkins.openstack.org/job/periodic-tempest-devstack-vm-cinder-stable-folsom/43/>

------------------------------------------
[...truncated 12096 lines...]
allow_tenant_reuse = True

# This should be the username of a user WITHOUT administrative privileges
username = demo
# The above non-administrative user's password
password = secret
# The above non-administrative user's tenant name
tenant_name = demo

# This should be the username of an alternate user WITHOUT
# administrative privileges
alt_username = alt_demo
# The above non-administrative user's password
alt_password = secret
# The above non-administrative user's tenant name
alt_tenant_name = alt_demo

# Reference data for tests. The ref and ref_alt should be
# distinct images/flavors.
image_ref = cf599abc-2625-4565-9955-8d7336a1b97c
image_ref_alt = cf599abc-2625-4565-9955-8d7336a1b97c
flavor_ref = 1
flavor_ref_alt = 2

# Number of seconds to wait while looping to check the status of an
# instance that is building.
build_interval = 3

# Number of seconds to time out on waiting for an instance
# to build or reach an expected status
build_timeout = 400

# The type of endpoint for a Compute API service. Unless you have a
# custom Keystone service catalog implementation, you probably want to leave
# this value as "compute"
catalog_type = compute

# Does the Compute API support creation of images?
create_image_enabled = True

# For resize to work with libvirt/kvm, one of the following must be true:
# Single node: allow_resize_to_same_host=True must be set in nova.conf
# Cluster: the 'nova' user must have scp access between cluster nodes
resize_available = False

# Does the compute API support changing the admin password?
change_password_available = False

# Level to log Compute API request/response details.
log_level = ERROR

# Whitebox options for compute. Whitebox options enable the
# whitebox test cases, which look at internal Nova database state,
# SSH into VMs to check instance state, etc.

# Should we run whitebox tests for Compute?
whitebox_enabled = True

# Path of nova source directory
source_dir = /opt/stack/nova

# Path of nova configuration file
config_path = /etc/nova/nova.conf

# Directory containing nova binaries such as nova-manage
bin_dir = /usr/bin/nova

# Path to a private key file for SSH access to remote hosts
path_to_private_key = /opt/stack/tempest/id_rsa

# Connection string to the database of Compute service
db_uri = mysql://root:secret@localhost/nova

[image]
# This section contains configuration options used when executing tests
# against the OpenStack Images API

# The type of endpoint for an Image API service. Unless you have a
# custom Keystone service catalog implementation, you probably want to leave
# this value as "image"
catalog_type = image

# The version of the OpenStack Images API to use
api_version = 1

# This is the main host address of the Image API
host = 127.0.0.1

# Port that the Image API is running on
port = 9292

# This should be the username of a user WITHOUT administrative privileges
username = demo
# The above non-administrative user's password
password = secret
# The above non-administrative user's tenant name
tenant_name = demo

[compute-admin]
# This section contains configuration options for an administrative
# user of the Compute API. These options are used in tests that stress
# the admin-only parts of the Compute API

# This should be the username of a user WITH administrative privileges
username = admin
# The above administrative user's password
password = secret
# The above administrative user's tenant name
tenant_name = admin

[identity-admin]
# This section contains configuration options for an administrative
# user of the Compute API. These options are used in tests that stress
# the admin-only parts of the Compute API

# This should be the username of a user WITH administrative privileges
username = admin
# The above administrative user's password
password = secret
# The above administrative user's tenant name
tenant_name = admin

[volume]
# This section contains the configuration options used when executing tests
# against the OpenStack Block Storage API service

# The type of endpoint for a Cinder or Block Storage API service.
# Unless you have a custom Keystone service catalog implementation, you
# probably want to leave this value as "volume"
catalog_type = volume
# Number of seconds to wait while looping to check the status of a
# volume that is being made available
build_interval = 3
# Number of seconds to time out on waiting for a volume
# to be available or reach an expected status
build_timeout = 300
+ echo '\n'
\n
+ echo '**************************************************'
**************************************************
+ echo 'Finished Configuring Tempest'
Finished Configuring Tempest
+ echo '**************************************************'
**************************************************
Running tempest smoke tests
nose.config: INFO: Ignoring files matching ['^\\.', '^_', '^setup\\.py$']
Check that the required fields are returned with values ... ok
The created server should be in the list of all servers ... ok
The created server should be in the detailed list of all servers ... ok
Verify the specified server attributes are set correctly ... ok
Check that the required fields are returned with values ... ok
The created server should be in the list of all servers ... ok
The created server should be in the detailed list of all servers ... ok
Verify the specified server attributes are set correctly ... ok
The expected flavor details should be returned ... ok
List of all flavors should contain the expected flavor ... ok
Detailed list of all flavors should contain the expected flavor ... ok
The expected flavor details should be returned ... ok
List of all flavors should contain the expected flavor ... ok
Detailed list of all flavors should contain the expected flavor ... ok
SKIP: Until Bug 1046870 is fixed
SKIP: Until Bug 1046870 is fixed
Returns the correct details for a single image ... ok
The list of all images should contain the image ... ok
Detailed list of all images should contain the expected images ... ok
The server's password should be set to the provided password ... SKIP: Change password not available.
The server should be power cycled ... ok
The server should be signaled to reboot gracefully ... SKIP: Until bug 1014647 is dealt with.
The server should be rebuilt using the provided image and data ... ok
The server's RAM and disk space should be modified to that of ... SKIP: Resize not available.
The server's password should be set to the provided password ... SKIP: Change password not available.
The server should be power cycled ... ok
The server should be signaled to reboot gracefully ... SKIP: Until bug 1014647 is dealt with.
The server should be rebuilt using the provided image and data ... ok
The server's RAM and disk space should be modified to that of ... SKIP: Resize not available.
All public and private addresses for ... ok
Providing a network type should filter ... ok
CREATE, GET, DELETE Volume ... No handlers could be found for logger "tempest.common.rest_client"
ok
CREATE, GET, DELETE Volume ... ok
Create a user ... ok
Delete a user ... ok
Get a list of users and find the test user ... ok
Valid user's token is authenticated ... ok
Create a user ... ok
Delete a user ... ok
Get a list of users and find the test user ... ok
Valid user's token is authenticated ... ok
Volume is attached and detached successfully from an instance ... ok
Create a volume, Get it's details and Delete the volume ... ok
Create a volume, Get it's details and Delete the volume ... ok
Get a list of Volumes ... ok
Get a list of Volumes with details ... ok
Get a list of Volumes ... ok
Get a list of Volumes with details ... ok
ERROR

======================================================================
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 227, in run
    self.tearDown()
  File "/usr/lib/python2.7/dist-packages/nose/suite.py", line 350, in tearDown
    self.teardownContext(ancestor)
  File "/usr/lib/python2.7/dist-packages/nose/suite.py", line 366, in teardownContext
    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 104, in tearDownClass
    cls.client.wait_for_resource_deletion(volume)
  File "/opt/stack/tempest/tempest/common/rest_client.py", line 260, in wait_for_resource_deletion
    raise exceptions.TimeoutException
TimeoutException: Request timed out

----------------------------------------------------------------------
XML: nosetests-smoke.xml
----------------------------------------------------------------------
Ran 46 tests in 1732.106s

FAILED (SKIP=8, errors=1)
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-cinder-stable-folsom/43
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/43/logs
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/43/logs/devstack-gate-cleanup-host.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/43/logs/devstack-gate-setup-host.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/43/logs/devstack-gate-setup-workspace.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/43/logs/devstacklog.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/43/logs/kern_log.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/43/logs/localrc.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/43/logs/screen-c-api.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/43/logs/screen-c-sch.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/43/logs/screen-c-vol.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/43/logs/screen-g-api.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/43/logs/screen-g-reg.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/43/logs/screen-horizon.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/43/logs/screen-key.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/43/logs/screen-n-api.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/43/logs/screen-n-cpu.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/43/logs/screen-n-crt.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/43/logs/screen-n-net.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/43/logs/screen-n-obj.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/43/logs/screen-n-sch.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/43/logs/screen-swift.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/43/logs/syslog.txt'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.



More information about the Openstack-stable-maint mailing list