See <https://jenkins.openstack.org/job/periodic-tempest-devstack-vm-cinder-stable-folsom/278/> ------------------------------------------ [...truncated 13216 lines...] # Should we run whitebox tests for Compute? whitebox_enabled = True # Path of nova source directory source_dir = /opt/stack/new/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/new/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 GLOB sdist-make: /opt/stack/new/tempest/setup.py smoke create: /opt/stack/new/tempest/.tox/smoke smoke inst: /opt/stack/new/tempest/.tox/dist/tempest-0.1.zip smoke runtests: commands[0] | nosetests --logging-format %(asctime)-15s %(message)s --with-xunit -sv --attr=type=smoke --xunit-file=nosetests-smoke.xml tempest WARNING:test command found but not installed in testenv cmd: /usr/bin/nosetests env: /opt/stack/new/tempest/.tox/smoke Maybe forgot to specify a dependency? 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 ... ERROR CREATE, GET, DELETE Volume ... ERROR 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: CREATE, GET, DELETE Volume ---------------------------------------------------------------------- Traceback (most recent call last): File "/opt/stack/new/tempest/tempest/tests/compute/test_volumes_get.py", line 68, in test_volume_create_get_delete self.client.wait_for_resource_deletion(volume['id']) File "/opt/stack/new/tempest/tempest/common/rest_client.py", line 257, in wait_for_resource_deletion if self.is_resource_deleted(id): File "/opt/stack/new/tempest/tempest/services/nova/json/volumes_extensions_client.py", line 97, in is_resource_deleted self.get_volume(id) File "/opt/stack/new/tempest/tempest/services/nova/json/volumes_extensions_client.py", line 48, in get_volume resp, body = self.get(url) File "/opt/stack/new/tempest/tempest/common/rest_client.py", line 166, in get return self.request('GET', url, headers) File "/opt/stack/new/tempest/tempest/common/rest_client.py", line 244, in request raise exceptions.ComputeFault(message) ComputeFault: Got compute fault Details: Got compute fault Details: The server has either erred or is incapable of performing the requested operation. -------------------- >> begin captured logging << -------------------- 2013-07-06 06:11:43,090 Request URL: http://127.0.0.1:8774/v2/eab5c8c386374a5388589b9f55041c49/os-volumes/8e3b994... 2013-07-06 06:11:43,090 Request Body: None 2013-07-06 06:11:43,090 Response Headers: {'date': 'Sat, 06 Jul 2013 06:11:43 GMT', 'status': '500', 'content-length': '128', 'content-type': 'application/json; charset=UTF-8', 'x-compute-request-id': 'req-9f332673-41bc-41f8-aaa0-8ab51936af47'} 2013-07-06 06:11:43,090 Response Body: {u'computeFault': {u'message': u'The server has either erred or is incapable of performing the requested operation.', u'code': 500}} --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: CREATE, GET, DELETE Volume ---------------------------------------------------------------------- Traceback (most recent call last): File "/opt/stack/new/tempest/tempest/tests/compute/test_volumes_get.py", line 68, in test_volume_create_get_delete self.client.wait_for_resource_deletion(volume['id']) File "/opt/stack/new/tempest/tempest/common/rest_client.py", line 257, in wait_for_resource_deletion if self.is_resource_deleted(id): File "/opt/stack/new/tempest/tempest/services/nova/xml/volumes_extensions_client.py", line 143, in is_resource_deleted self.get_volume(id) File "/opt/stack/new/tempest/tempest/services/nova/xml/volumes_extensions_client.py", line 86, in get_volume resp, body = self.get(url, self.headers) File "/opt/stack/new/tempest/tempest/common/rest_client.py", line 166, in get return self.request('GET', url, headers) File "/opt/stack/new/tempest/tempest/common/rest_client.py", line 244, in request raise exceptions.ComputeFault(message) UnboundLocalError: local variable 'message' referenced before assignment -------------------- >> begin captured logging << -------------------- 2013-07-06 06:11:50,102 Request URL: http://127.0.0.1:8774/v2/dfc14a594f3e4a0a9bbe0834d5a7e764/os-volumes/e7e47e4... 2013-07-06 06:11:50,102 Request Body: None 2013-07-06 06:11:50,103 Response Headers: {'date': 'Sat, 06 Jul 2013 06:11:50 GMT', 'status': '500', 'content-length': '192', 'content-type': 'application/xml; charset=UTF-8', 'x-compute-request-id': 'req-51a58067-4bbf-4703-9831-45151934be0e'} 2013-07-06 06:11:50,103 Response Body: {'message': 'The server has either erred or is incapable of performing the requested operation.', 'code': '500'} --------------------- >> end captured logging << --------------------- ---------------------------------------------------------------------- XML: nosetests-smoke.xml ---------------------------------------------------------------------- Ran 46 tests in 203.829s FAILED (SKIP=8, errors=2) ERROR: InvocationError: '/usr/bin/nosetests --logging-format %(asctime)-15s %(message)s --with-xunit -sv --attr=type=smoke --xunit-file=nosetests-smoke.xml tempest' ___________________________________ summary ____________________________________ ERROR: smoke: commands failed 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/278 [SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/278/logs [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/278/logs/devstack-gate-cleanup-host.txt.gz' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/278/logs/devstack-gate-setup-host.txt.gz' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/278/logs/devstack-gate-setup-workspace-new.txt.gz' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/278/logs/devstacklog.txt.gz' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/278/logs/iptables.txt.gz' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/278/logs/kern_log.txt.gz' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/278/logs/localrc.txt.gz' [SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/278/logs/mysql [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/278/logs/mysql/error.txt.gz' [SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/278/logs/rabbitmq [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/278/logs/rabbitmq/rabbit@devstack-1373061087-sasl.txt.gz' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/278/logs/rabbitmq/rabbit@devstack-1373061087.txt.gz' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/278/logs/rabbitmq/startup_log.txt.gz' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/278/logs/screen-c-api.txt.gz' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/278/logs/screen-c-sch.txt.gz' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/278/logs/screen-c-vol.txt.gz' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/278/logs/screen-g-api.txt.gz' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/278/logs/screen-g-reg.txt.gz' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/278/logs/screen-horizon.txt.gz' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/278/logs/screen-key.txt.gz' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/278/logs/screen-n-api.txt.gz' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/278/logs/screen-n-cpu.txt.gz' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/278/logs/screen-n-crt.txt.gz' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/278/logs/screen-n-net.txt.gz' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/278/logs/screen-n-obj.txt.gz' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/278/logs/screen-n-sch.txt.gz' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/278/logs/screen-swift.txt.gz' [SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/278/logs/sudoers.d [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/278/logs/sudoers.d/90-cloudimg-ubuntu.txt.gz' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/278/logs/sudoers.d/README.txt.gz' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/278/logs/sudoers.d/cinder-rootwrap.txt.gz' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/278/logs/sudoers.d/jenkins-sudo-grep.txt.gz' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/278/logs/sudoers.d/nova-rootwrap.txt.gz' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/278/logs/sudoers.txt.gz' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/278/logs/syslog.txt.gz' [SCP] Connecting to static.openstack.org [SCP] Copying console log.