lists.openstack.org
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

Openstack-stable-maint

Thread Start a new thread
Download
Threads by month
  • ----- 2025 -----
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2022 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2021 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2020 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2019 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2018 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2017 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2016 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2015 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2014 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2013 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2012 -----
  • December
  • November
openstack-stable-maint@lists.openstack.org

December 2012

  • 5 participants
  • 27 discussions
Build failed in Jenkins: periodic-tempest-devstack-vm-cinder-stable-folsom #81
by OpenStack Jenkins 21 Dec '12

21 Dec '12
See <https://jenkins.openstack.org/job/periodic-tempest-devstack-vm-cinder-stabl…> ------------------------------------------ [...truncated 12375 lines...] # 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/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 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 ... 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 ERROR ERROR ====================================================================== 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 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/new/tempest/tempest/tests/volume/test_volumes_list.py", line 150, in tearDownClass cls.client.wait_for_resource_deletion(volume) File "/opt/stack/new/tempest/tempest/common/rest_client.py", line 260, in wait_for_resource_deletion raise exceptions.TimeoutException TimeoutException: Request timed out ====================================================================== 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/new/tempest/tempest/tests/volume/test_volumes_list.py", line 79, in setUpClass cls.client.wait_for_volume_status(volume['id'], 'available') File "/opt/stack/new/tempest/tempest/services/volume/json/volumes_client.py", line 126, in wait_for_volume_status raise exceptions.VolumeBuildErrorException(volume_id=volume_id) VolumeBuildErrorException: Volume 804ab97c-2087-47a8-af8b-d2f93cedbe64 failed to build and is in ERROR status ---------------------------------------------------------------------- XML: nosetests-smoke.xml ---------------------------------------------------------------------- Ran 44 tests in 726.839s FAILED (SKIP=8, errors=2) 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/81 [SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/81/logs [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/81/logs/devstack-gate-cleanup-host.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/81/logs/devstack-gate-setup-host.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/81/logs/devstack-gate-setup-workspace-new.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/81/logs/devstacklog.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/81/logs/iptables.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/81/logs/kern_log.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/81/logs/localrc.txt' [SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/81/logs/rabbitmq [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/81/logs/rabbitmq/rabbit(a)devstack-1356045655-sasl.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/81/logs/rabbitmq/rabbit(a)devstack-1356045655.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/81/logs/rabbitmq/startup_log.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/81/logs/screen-c-api.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/81/logs/screen-c-sch.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/81/logs/screen-c-vol.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/81/logs/screen-g-api.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/81/logs/screen-g-reg.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/81/logs/screen-horizon.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/81/logs/screen-key.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/81/logs/screen-n-api.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/81/logs/screen-n-cpu.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/81/logs/screen-n-crt.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/81/logs/screen-n-net.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/81/logs/screen-n-obj.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/81/logs/screen-n-sch.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/81/logs/screen-swift.txt' [SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/81/logs/sudoers.d [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/81/logs/sudoers.d/README.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/81/logs/sudoers.d/cinder-rootwrap.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/81/logs/sudoers.d/jenkins-sudo-grep.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/81/logs/sudoers.d/nova-rootwrap.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/81/logs/sudoers.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/81/logs/syslog.txt' [SCP] Connecting to static.openstack.org [SCP] Copying console log.
1 1
0 0
Build failed in Jenkins: periodic-tempest-devstack-vm-stable-folsom #80
by OpenStack Jenkins 20 Dec '12

20 Dec '12
See <https://jenkins.openstack.org/job/periodic-tempest-devstack-vm-stable-folso…> ------------------------------------------ [...truncated 11515 lines...] # Allows test cases to create/destroy tenants and users. This option # enables isolated test cases and better parallel execution, # but also requires that OpenStack Identity API admin credentials # are known. 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 = 8189669d-4557-4be1-a3f7-7ecc237c14ab image_ref_alt = 8189669d-4557-4be1-a3f7-7ecc237c14ab 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/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 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 ... ok 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 SKIP: VolumesActionsTest skipped as Cinder endpoint is not available SKIP: VolumesGetTestJSON skipped as Cinder endpoint is not available SKIP: VolumesGetTestXML skipped as Cinder endpoint is not available SKIP: VolumeListTestJSON skipped as Cinder endpoint is not available SKIP: VolumeListTestXML skipped as Cinder endpoint is not available ====================================================================== 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 260, in wait_for_resource_deletion raise exceptions.TimeoutException TimeoutException: Request timed out ---------------------------------------------------------------------- XML: nosetests-smoke.xml ---------------------------------------------------------------------- Ran 39 tests in 1190.464s FAILED (SKIP=13, 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-stable-folsom/80 [SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/80/logs [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/80/logs/devstack-gate-cleanup-host.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/80/logs/devstack-gate-setup-host.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/80/logs/devstack-gate-setup-workspace-new.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/80/logs/devstacklog.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/80/logs/iptables.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/80/logs/kern_log.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/80/logs/localrc.txt' [SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/80/logs/rabbitmq [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/80/logs/rabbitmq/rabbit(a)devstack-1355933432-sasl.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/80/logs/rabbitmq/rabbit(a)devstack-1355933432.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/80/logs/rabbitmq/startup_log.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/80/logs/screen-g-api.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/80/logs/screen-g-reg.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/80/logs/screen-horizon.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/80/logs/screen-key.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/80/logs/screen-n-api.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/80/logs/screen-n-cpu.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/80/logs/screen-n-crt.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/80/logs/screen-n-net.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/80/logs/screen-n-obj.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/80/logs/screen-n-sch.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/80/logs/screen-n-vol.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/80/logs/screen-swift.txt' [SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/80/logs/sudoers.d [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/80/logs/sudoers.d/README.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/80/logs/sudoers.d/jenkins-sudo-grep.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/80/logs/sudoers.d/nova-rootwrap.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/80/logs/sudoers.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/80/logs/syslog.txt' [SCP] Connecting to static.openstack.org [SCP] Copying console log.
1 1
0 0
Jenkins build is back to normal : periodic-nova-python26-stable-folsom #79
by OpenStack Jenkins 18 Dec '12

18 Dec '12
See <https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom/79/>
1 0
0 0
Jenkins build is back to normal : periodic-swift-python26-stable-folsom #79
by OpenStack Jenkins 18 Dec '12

18 Dec '12
See <https://jenkins.openstack.org/job/periodic-swift-python26-stable-folsom/79/>
1 0
0 0
Jenkins build is back to normal : periodic-keystone-python26-stable-folsom #79
by OpenStack Jenkins 18 Dec '12

18 Dec '12
See <https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…>
1 0
0 0
Jenkins build is back to normal : periodic-horizon-python26-stable-folsom #79
by OpenStack Jenkins 18 Dec '12

18 Dec '12
See <https://jenkins.openstack.org/job/periodic-horizon-python26-stable-folsom/7…>
1 0
0 0
Build failed in Jenkins: periodic-tempest-devstack-vm-cinder-stable-folsom #77
by OpenStack Jenkins 17 Dec '12

17 Dec '12
See <https://jenkins.openstack.org/job/periodic-tempest-devstack-vm-cinder-stabl…> ------------------------------------------ Started by timer [EnvInject] - Loading node environment variables. Building remotely on devstack-precise-rackspace-nova-29976 in workspace <https://jenkins.openstack.org/job/periodic-tempest-devstack-vm-cinder-stabl…> Triggering projects: devstack-update-inprogress [periodic-tempest-devstack-vm-cinder-stable-folsom] $ /bin/bash -xe /tmp/hudson8861008435581138032.sh + [[ ! -e devstack-gate ]] + git clone http://zuul.openstack.org/p/openstack-infra/devstack-gate Cloning into 'devstack-gate'... [periodic-tempest-devstack-vm-cinder-stable-folsom] $ /bin/bash -xe /tmp/hudson4034238706317712802.sh + export PYTHONUNBUFFERED=true + PYTHONUNBUFFERED=true + export DEVSTACK_GATE_TEMPEST=1 + DEVSTACK_GATE_TEMPEST=1 + export DEVSTACK_GATE_CINDER=1 + DEVSTACK_GATE_CINDER=1 + export ZUUL_BRANCH=stable/folsom + ZUUL_BRANCH=stable/folsom + cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh + ./safe-devstack-vm-gate-wrap.sh 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/77 [SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/77/logs [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/77/logs/devstack-gate-setup-workspace-new.txt' [SCP] Connecting to static.openstack.org [SCP] Copying console log.
1 1
0 0
Build failed in Jenkins: periodic-tempest-devstack-vm-stable-folsom #77
by OpenStack Jenkins 17 Dec '12

17 Dec '12
See <https://jenkins.openstack.org/job/periodic-tempest-devstack-vm-stable-folso…> ------------------------------------------ Started by timer [EnvInject] - Loading node environment variables. Building remotely on devstack-precise-hpcloud-az1-29537 in workspace <https://jenkins.openstack.org/job/periodic-tempest-devstack-vm-stable-folso…> Triggering projects: devstack-update-inprogress [periodic-tempest-devstack-vm-stable-folsom] $ /bin/bash -xe /tmp/hudson244434683412380992.sh + [[ ! -e devstack-gate ]] + git clone http://zuul.openstack.org/p/openstack-infra/devstack-gate Cloning into 'devstack-gate'... [periodic-tempest-devstack-vm-stable-folsom] $ /bin/bash -xe /tmp/hudson8817203407830518721.sh + export PYTHONUNBUFFERED=true + PYTHONUNBUFFERED=true + export DEVSTACK_GATE_TEMPEST=1 + DEVSTACK_GATE_TEMPEST=1 + export DEVSTACK_GATE_CINDER=0 + DEVSTACK_GATE_CINDER=0 + export ZUUL_BRANCH=stable/folsom + ZUUL_BRANCH=stable/folsom + cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh + ./safe-devstack-vm-gate-wrap.sh 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-stable-folsom/77 [SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/77/logs [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/77/logs/devstack-gate-setup-workspace-new.txt' [SCP] Connecting to static.openstack.org [SCP] Copying console log.
1 1
0 0
Build failed in Jenkins: periodic-glance-python26-stable-folsom #77
by OpenStack Jenkins 17 Dec '12

17 Dec '12
See <https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/77/> ------------------------------------------ [...truncated 914 lines...] test_add_host_variations OK  0.03 test_calling_format_default OK  0.01 test_calling_format_path OK  0.01 test_calling_format_subdomain OK  0.01 test_delete OK  0.01 test_delete_non_existing OK  0.01 test_get OK  0.01 test_get_calling_format_default OK  0.01 test_get_calling_format_path OK  0.01 test_get_non_existing OK  0.01 test_get_s3_bad_location OK  0.01 test_get_s3_good_location OK  0.01 test_no_access_key OK  0.02 test_no_host OK  0.01 test_no_secret_key OK  0.01 TestBasicSchema test_filter_strips_extra_properties OK  0.01 test_merge_conflicting_but_identical_properties OK  0.01 test_merge_conflicting_properties OK  0.01 test_merge_properties OK  0.01 test_raw_json_schema OK  0.01 test_validate_fails_on_bad_type OK  0.01 test_validate_fails_on_extra_properties OK  0.01 test_validate_passes OK  0.01 TestBasicSchemaLinks test_raw_json_schema OK  0.01 TestCollectionSchema test_raw_json_schema OK  0.01 TestPermissiveSchema test_filter_passes_extra_properties OK  0.01 test_raw_json_schema OK  0.01 test_validate_rejects_non_string_extra_properties OK  0.01 test_validate_with_additional_properties_allowed OK  0.01 TestSkipExamples test_001_increase_test_counter OK  0.01 test_002_increase_test_counter OK  0.01 test_003_verify_test_counter OK  0.01 test_skip_if_example SKIP test_skip_test_example SKIP test_skip_unless_example SKIP TestStoreLocation test_bad_store_scheme OK  0.01 test_filesystem_store_location OK  0.01 test_get_location_from_uri_back_to_uri OK  0.01 test_get_store_from_scheme OK  0.01 test_http_store_location OK  0.01 test_rbd_store_location OK  0.01 test_s3_store_location OK  0.01 test_swift_store_location OK  0.01 TestChunkReader test_read_all_data OK  0.01 TestStoreAuthV1 test_add OK  0.01 test_add_already_existing OK  0.02 test_add_auth_url_variations OK  0.21 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 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: Ensure an interrupt signal does not cause a respawn storm. ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/ws…",> line 61, in test_interrupt_avoids_respawn_storm execute(cmd, raise_error=True) File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/ws…",> line 255, in execute raise RuntimeError(msg) RuntimeError: Command kill -INT 10297 10296 did not succeed. Returned an exit code of 1. STDOUT: STDERR: kill: 1: No such process ---------------------------------------------------------------------- XML: nosetests.xml Slowest 5 tests took 69.96 secs:  15.09 TestGlanceControl.test_bouncing  14.27 TestScrubber.test_delayed_delete  13.88 TestGlanceControl.test_reload  13.72 TestGlanceControl.test_respawn  12.99 TestBinGlanceCacheManage.test_queue ---------------------------------------------------------------------- Ran 913 tests in 494.745s FAILED (SKIP=100, errors=1) ERROR: InvocationError: '<https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/ws…'> ___________________________________ 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.5 Routes==1.13 SQLAlchemy==0.7.9 Sphinx==1.1.3 Tempita==0.5.1 WebOb==1.0.8 amqp==1.0.6 anyjson==0.3.3 argparse==1.2.1 boto==2.1.1 colorama==0.2.4 coverage==3.6b1 decorator==3.4.0 distribute==0.6.31 docutils==0.10 eventlet==0.9.17 glance==jenkins-periodic-glance-python26-stable-folsom-77 greenlet==0.4.0 httplib2==0.7.7 importlib==1.0.2 iso8601==0.1.4 jsonschema==0.7 kombu==2.5.4 lxml==3.0.2 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.2.0 repoze.lru==0.6 requests==0.14.2 simplejson==2.6.2 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 ']' + exit 1 + rm -rf /tmp/tmp.5xwDou7Loa 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/77 [SCP] uploading file: '/srv/static/logs/periodic/periodic-glance-python26-stable-folsom/77/nose_results.html' [SCP] Connecting to static.openstack.org [SCP] Copying console log.
1 1
0 0
Build failed in Jenkins: periodic-tempest-devstack-vm-stable-folsom #73
by OpenStack Jenkins 13 Dec '12

13 Dec '12
See <https://jenkins.openstack.org/job/periodic-tempest-devstack-vm-stable-folso…> ------------------------------------------ [...truncated 10864 lines...] ++ field='$2' ++ echo '| 1 | m1.tiny | 512 | 0 | 0 | | 1 | 1.0 | True | {} |' ++ awk '-F[ \t]*\\|[ \t]*' '{print $2}' ++ read data + INSTANCE_TYPE=1 + [[ -z 1 ]] + NAME=ex-vol ++ nova boot --flavor 1 --image d45c8c55-f718-4208-a208-14ef671068ee ex-vol --security_groups=vol_secgroup ++ grep ' id ' ++ get_field 2 ++ read data ++ '[' 2 -lt 0 ']' ++ field='$3' ++ echo '| id | 89e5888a-3a49-4cac-8a0f-c3715c72aeb6 |' ++ awk '-F[ \t]*\\|[ \t]*' '{print $3}' ++ read data + VM_UUID=89e5888a-3a49-4cac-8a0f-c3715c72aeb6 + die_if_not_set VM_UUID 'Failure launching ex-vol' + local exitcode=0 + set +o xtrace + timeout 60 sh -c 'while ! nova show 89e5888a-3a49-4cac-8a0f-c3715c72aeb6 | grep status | grep -q ACTIVE; do sleep 1; done' ++ nova show 89e5888a-3a49-4cac-8a0f-c3715c72aeb6 ++ grep 'private network' ++ get_field 2 ++ read data ++ '[' 2 -lt 0 ']' ++ field='$3' ++ echo '| private network | 10.1.0.3 |' ++ awk '-F[ \t]*\\|[ \t]*' '{print $3}' ++ read data + IP=10.1.0.3 + die_if_not_set IP 'Failure retrieving IP address' + local exitcode=0 + set +o xtrace ++ trueorfalse False ++ local default=False ++ local testval= ++ [[ -z '' ]] ++ echo False ++ return + MULTI_HOST=False + '[' False = False ']' + timeout 90 sh -c 'while ! ping -c1 -w1 10.1.0.3; do sleep 1; done' PING 10.1.0.3 (10.1.0.3) 56(84) bytes of data. --- 10.1.0.3 ping statistics --- 1 packets transmitted, 0 received, 100% packet loss, time 0ms PING 10.1.0.3 (10.1.0.3) 56(84) bytes of data. --- 10.1.0.3 ping statistics --- 1 packets transmitted, 0 received, 100% packet loss, time 0ms PING 10.1.0.3 (10.1.0.3) 56(84) bytes of data. --- 10.1.0.3 ping statistics --- 1 packets transmitted, 0 received, 100% packet loss, time 0ms PING 10.1.0.3 (10.1.0.3) 56(84) bytes of data. --- 10.1.0.3 ping statistics --- 1 packets transmitted, 0 received, 100% packet loss, time 0ms PING 10.1.0.3 (10.1.0.3) 56(84) bytes of data. --- 10.1.0.3 ping statistics --- 1 packets transmitted, 0 received, 100% packet loss, time 0ms PING 10.1.0.3 (10.1.0.3) 56(84) bytes of data. >From 10.1.0.1 icmp_seq=1 Destination Host Unreachable --- 10.1.0.3 ping statistics --- 1 packets transmitted, 0 received, +1 errors, 100% packet loss, time 0ms PING 10.1.0.3 (10.1.0.3) 56(84) bytes of data. --- 10.1.0.3 ping statistics --- 1 packets transmitted, 0 received, 100% packet loss, time 0ms PING 10.1.0.3 (10.1.0.3) 56(84) bytes of data. >From 10.1.0.1 icmp_seq=1 Destination Host Unreachable --- 10.1.0.3 ping statistics --- 1 packets transmitted, 0 received, +1 errors, 100% packet loss, time 0ms PING 10.1.0.3 (10.1.0.3) 56(84) bytes of data. --- 10.1.0.3 ping statistics --- 1 packets transmitted, 0 received, 100% packet loss, time 0ms PING 10.1.0.3 (10.1.0.3) 56(84) bytes of data. 64 bytes from 10.1.0.3: icmp_req=1 ttl=64 time=4.66 ms --- 10.1.0.3 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 4.664/4.664/4.664/0.000 ms ++ openssl rand -hex 4 + VOL_NAME=myvol-c46ebc8e ++ nova volume-list ++ grep myvol-c46ebc8e ++ get_field 2 ++ read data ++ head -1 + [[ -n '' ]] + nova volume-create --display_name myvol-c46ebc8e --display_description 'test volume: myvol-c46ebc8e' 1 +---------------------+--------------------------------------+ | Property | Value | +---------------------+--------------------------------------+ | attachments | [] | | availability_zone | nova | | created_at | 2012-12-13T00:12:54.707775 | | display_description | test volume: myvol-c46ebc8e | | display_name | myvol-c46ebc8e | | id | 5a507763-9935-4ae8-b568-2e5c11e622d7 | | metadata | {} | | size | 1 | | snapshot_id | None | | status | creating | | volume_type | None | +---------------------+--------------------------------------+ + [[ 0 != 0 ]] ++ date +%s + start_time=1355357574 + timeout 60 sh -c 'while ! nova volume-list | grep myvol-c46ebc8e | grep available; do sleep 1; done' | 5a507763-9935-4ae8-b568-2e5c11e622d7 | available | myvol-c46ebc8e | 1 | None | | ++ date +%s + end_time=1355357576 + echo 'Completed volume-create in 2 seconds' Completed volume-create in 2 seconds ++ nova volume-list ++ grep myvol-c46ebc8e ++ head -1 ++ get_field 1 ++ read data ++ '[' 1 -lt 0 ']' ++ field='$2' ++ echo '| 5a507763-9935-4ae8-b568-2e5c11e622d7 | available | myvol-c46ebc8e | 1 | None | |' ++ awk '-F[ \t]*\\|[ \t]*' '{print $2}' ++ read data + VOL_ID=5a507763-9935-4ae8-b568-2e5c11e622d7 + die_if_not_set VOL_ID 'Failure retrieving volume ID for myvol-c46ebc8e' + local exitcode=0 + set +o xtrace + DEVICE=/dev/vdb ++ date +%s + start_time=1355357577 + nova volume-attach 89e5888a-3a49-4cac-8a0f-c3715c72aeb6 5a507763-9935-4ae8-b568-2e5c11e622d7 /dev/vdb +----------+--------------------------------------+ | Property | Value | +----------+--------------------------------------+ | device | /dev/vdb | | id | 5a507763-9935-4ae8-b568-2e5c11e622d7 | | serverId | 89e5888a-3a49-4cac-8a0f-c3715c72aeb6 | | volumeId | 5a507763-9935-4ae8-b568-2e5c11e622d7 | +----------+--------------------------------------+ + timeout 60 sh -c 'while ! nova volume-list | grep myvol-c46ebc8e | grep in-use; do sleep 1; done' | 5a507763-9935-4ae8-b568-2e5c11e622d7 | in-use | myvol-c46ebc8e | 1 | None | 89e5888a-3a49-4cac-8a0f-c3715c72aeb6 | ++ date +%s + end_time=1355357582 + echo 'Completed volume-attach in 5 seconds' Completed volume-attach in 5 seconds ++ nova volume-list ++ grep myvol-c46ebc8e ++ head -1 ++ get_field -1 ++ read data ++ '[' -1 -lt 0 ']' ++ field='($(NF-1))' ++ echo '| 5a507763-9935-4ae8-b568-2e5c11e622d7 | in-use | myvol-c46ebc8e | 1 | None | 89e5888a-3a49-4cac-8a0f-c3715c72aeb6 |' ++ awk '-F[ \t]*\\|[ \t]*' '{print ($(NF-1))}' ++ read data + VOL_ATTACH=89e5888a-3a49-4cac-8a0f-c3715c72aeb6 + die_if_not_set VOL_ATTACH 'Failure retrieving myvol-c46ebc8e status' + local exitcode=0 + set +o xtrace + [[ 89e5888a-3a49-4cac-8a0f-c3715c72aeb6 != 89e5888a-3a49-4cac-8a0f-c3715c72aeb6 ]] ++ date +%s + start_time=1355357582 + nova volume-detach 89e5888a-3a49-4cac-8a0f-c3715c72aeb6 5a507763-9935-4ae8-b568-2e5c11e622d7 + timeout 60 sh -c 'while ! nova volume-list | grep myvol-c46ebc8e | grep available; do sleep 1; done' | 5a507763-9935-4ae8-b568-2e5c11e622d7 | available | myvol-c46ebc8e | 1 | None | | ++ date +%s + end_time=1355357591 + echo 'Completed volume-detach in 9 seconds' Completed volume-detach in 9 seconds ++ date +%s + start_time=1355357591 + nova volume-delete 5a507763-9935-4ae8-b568-2e5c11e622d7 + timeout 60 sh -c 'while ! nova volume-list | grep myvol-c46ebc8e; do sleep 1; done' | 5a507763-9935-4ae8-b568-2e5c11e622d7 | deleting | myvol-c46ebc8e | 1 | None | | ++ date +%s + end_time=1355357592 + echo 'Completed volume-delete in 1 seconds' Completed volume-delete in 1 seconds + nova delete 89e5888a-3a49-4cac-8a0f-c3715c72aeb6 + timeout 60 sh -c 'while nova list | grep -q 89e5888a-3a49-4cac-8a0f-c3715c72aeb6; do sleep 1; done' + nova secgroup-delete vol_secgroup + set +o xtrace ********************************************************************* SUCCESS: End DevStack Exercise: ./exercises/volumes.sh ********************************************************************* ===================================================================== SKIP boot_from_volume SKIP client-env SKIP quantum-adv-test PASS aggregates PASS bundle PASS client-args PASS floating_ips PASS sec_groups PASS swift PASS volumes FAILED euca ===================================================================== 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-stable-folsom/73 [SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/73/logs [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/73/logs/devstack-gate-cleanup-host.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/73/logs/devstack-gate-setup-host.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/73/logs/devstack-gate-setup-workspace-new.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/73/logs/devstacklog.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/73/logs/kern_log.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/73/logs/localrc.txt' [SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/73/logs/rabbitmq [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/73/logs/rabbitmq/rabbit(a)devstack-1355337059-sasl.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/73/logs/rabbitmq/rabbit(a)devstack-1355337059.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/73/logs/rabbitmq/startup_log.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/73/logs/screen-g-api.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/73/logs/screen-g-reg.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/73/logs/screen-horizon.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/73/logs/screen-key.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/73/logs/screen-n-api.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/73/logs/screen-n-cpu.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/73/logs/screen-n-crt.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/73/logs/screen-n-net.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/73/logs/screen-n-obj.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/73/logs/screen-n-sch.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/73/logs/screen-n-vol.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/73/logs/screen-swift.txt' [SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/73/logs/sudoers.d [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/73/logs/sudoers.d/README.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/73/logs/sudoers.d/jenkins-sudo-grep.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/73/logs/sudoers.d/nova-rootwrap.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/73/logs/sudoers.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/73/logs/syslog.txt' [SCP] Connecting to static.openstack.org [SCP] Copying console log.
1 1
0 0
  • ← Newer
  • 1
  • 2
  • 3
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.