Openstack-stable-maint
Threads by month
- ----- 2025 -----
- 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
December 2012
- 5 participants
- 27 discussions
Build failed in Jenkins: periodic-tempest-devstack-vm-cinder-stable-folsom #67
by OpenStack Jenkins 11 Dec '12
by OpenStack Jenkins 11 Dec '12
11 Dec '12
See <https://jenkins.openstack.org/job/periodic-tempest-devstack-vm-cinder-stabl…>
------------------------------------------
[...truncated 11854 lines...]
SKIP boot_from_volume
SKIP client-env
SKIP quantum-adv-test
PASS aggregates
PASS bundle
PASS client-args
PASS euca
PASS floating_ips
PASS sec_groups
PASS swift
PASS volumes
=====================================================================
Running tempest smoke tests
nose.config: INFO: Ignoring files matching ['^\\.', '^_', '^setup\\.py$']
Failure: RuntimeError (Config file /opt/stack/new/tempest/etc/tempest.conf not found) ... ERROR
ERROR
ERROR
ERROR
ERROR
ERROR
ERROR
ERROR
======================================================================
ERROR: Failure: RuntimeError (Config file /opt/stack/new/tempest/etc/tempest.conf not found)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/loader.py", line 390, in loadTestsFromName
addr.filename, addr.module)
File "/usr/lib/python2.7/dist-packages/nose/importer.py", line 39, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/usr/lib/python2.7/dist-packages/nose/importer.py", line 86, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/opt/stack/new/tempest/tempest/tests/compute/__init__.py", line 27, in <module>
CONFIG = config.TempestConfig()
File "/opt/stack/new/tempest/tempest/config.py", line 388, in getinstance
instances[cls] = cls()
File "/opt/stack/new/tempest/tempest/config.py", line 419, in __init__
raise RuntimeError(msg)
RuntimeError: Config file /opt/stack/new/tempest/etc/tempest.conf not found
======================================================================
ERROR: test suite for <class 'tempest.tests.identity.admin.test_users.UsersTestJSON'>
----------------------------------------------------------------------
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/identity/admin/test_users.py", line 340, in setUpClass
super(UsersTestJSON, cls).setUpClass()
File "/opt/stack/new/tempest/tempest/tests/identity/base.py", line 76, in setUpClass
super(BaseIdentityAdminTestJSON, cls).setUpClass()
File "/opt/stack/new/tempest/tempest/tests/identity/base.py", line 29, in setUpClass
os = openstack.IdentityManager(interface=cls._interface)
File "/opt/stack/new/tempest/tempest/openstack.py", line 234, in __init__
conf = config.TempestConfig()
File "/opt/stack/new/tempest/tempest/config.py", line 388, in getinstance
instances[cls] = cls()
File "/opt/stack/new/tempest/tempest/config.py", line 419, in __init__
raise RuntimeError(msg)
RuntimeError: Config file /opt/stack/new/tempest/etc/tempest.conf not found
======================================================================
ERROR: test suite for <class 'tempest.tests.identity.admin.test_users.UsersTestXML'>
----------------------------------------------------------------------
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/identity/admin/test_users.py", line 346, in setUpClass
super(UsersTestXML, cls).setUpClass()
File "/opt/stack/new/tempest/tempest/tests/identity/base.py", line 85, in setUpClass
super(BaseIdentityAdminTestXML, cls).setUpClass()
File "/opt/stack/new/tempest/tempest/tests/identity/base.py", line 29, in setUpClass
os = openstack.IdentityManager(interface=cls._interface)
File "/opt/stack/new/tempest/tempest/openstack.py", line 234, in __init__
conf = config.TempestConfig()
File "/opt/stack/new/tempest/tempest/config.py", line 388, in getinstance
instances[cls] = cls()
File "/opt/stack/new/tempest/tempest/config.py", line 419, in __init__
raise RuntimeError(msg)
RuntimeError: Config file /opt/stack/new/tempest/etc/tempest.conf not found
======================================================================
ERROR: test suite for <class 'tempest.tests.volume.test_volumes_actions.VolumesActionsTest'>
----------------------------------------------------------------------
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_actions.py", line 28, in setUpClass
super(VolumesActionsTest, cls).setUpClass()
File "/opt/stack/new/tempest/tempest/tests/volume/base.py", line 38, in setUpClass
cls.config = config.TempestConfig()
File "/opt/stack/new/tempest/tempest/config.py", line 388, in getinstance
instances[cls] = cls()
File "/opt/stack/new/tempest/tempest/config.py", line 419, in __init__
raise RuntimeError(msg)
RuntimeError: Config file /opt/stack/new/tempest/etc/tempest.conf not found
======================================================================
ERROR: test suite for <class 'tempest.tests.volume.test_volumes_get.VolumesGetTestJSON'>
----------------------------------------------------------------------
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_get.py", line 110, in setUpClass
super(VolumesGetTestJSON, cls).setUpClass()
File "/opt/stack/new/tempest/tempest/tests/volume/base.py", line 155, in setUpClass
super(BaseVolumeTestJSON, cls).setUpClass()
File "/opt/stack/new/tempest/tempest/tests/volume/base.py", line 38, in setUpClass
cls.config = config.TempestConfig()
File "/opt/stack/new/tempest/tempest/config.py", line 388, in getinstance
instances[cls] = cls()
File "/opt/stack/new/tempest/tempest/config.py", line 419, in __init__
raise RuntimeError(msg)
RuntimeError: Config file /opt/stack/new/tempest/etc/tempest.conf not found
======================================================================
ERROR: test suite for <class 'tempest.tests.volume.test_volumes_get.VolumesGetTestXML'>
----------------------------------------------------------------------
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_get.py", line 102, in setUpClass
super(VolumesGetTestXML, cls).setUpClass()
File "/opt/stack/new/tempest/tempest/tests/volume/base.py", line 162, in setUpClass
super(BaseVolumeTestXML, cls).setUpClass()
File "/opt/stack/new/tempest/tempest/tests/volume/base.py", line 38, in setUpClass
cls.config = config.TempestConfig()
File "/opt/stack/new/tempest/tempest/config.py", line 388, in getinstance
instances[cls] = cls()
File "/opt/stack/new/tempest/tempest/config.py", line 419, in __init__
raise RuntimeError(msg)
RuntimeError: Config file /opt/stack/new/tempest/etc/tempest.conf not found
======================================================================
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/new/tempest/tempest/tests/volume/test_volumes_list.py", line 112, in setUpClass
super(VolumeListTestJSON, cls).setUpClass()
File "/opt/stack/new/tempest/tempest/tests/volume/base.py", line 155, in setUpClass
super(BaseVolumeTestJSON, cls).setUpClass()
File "/opt/stack/new/tempest/tempest/tests/volume/base.py", line 38, in setUpClass
cls.config = config.TempestConfig()
File "/opt/stack/new/tempest/tempest/config.py", line 388, in getinstance
instances[cls] = cls()
File "/opt/stack/new/tempest/tempest/config.py", line 419, in __init__
raise RuntimeError(msg)
RuntimeError: Config file /opt/stack/new/tempest/etc/tempest.conf not found
======================================================================
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 66, in setUpClass
super(VolumeListTestXML, cls).setUpClass()
File "/opt/stack/new/tempest/tempest/tests/volume/base.py", line 162, in setUpClass
super(BaseVolumeTestXML, cls).setUpClass()
File "/opt/stack/new/tempest/tempest/tests/volume/base.py", line 38, in setUpClass
cls.config = config.TempestConfig()
File "/opt/stack/new/tempest/tempest/config.py", line 388, in getinstance
instances[cls] = cls()
File "/opt/stack/new/tempest/tempest/config.py", line 419, in __init__
raise RuntimeError(msg)
RuntimeError: Config file /opt/stack/new/tempest/etc/tempest.conf not found
----------------------------------------------------------------------
XML: nosetests-smoke.xml
----------------------------------------------------------------------
Ran 1 test in 0.029s
FAILED (errors=8)
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/67
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/67/logs
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/67/logs/devstack-gate-cleanup-host.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/67/logs/devstack-gate-setup-host.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/67/logs/devstack-gate-setup-workspace-new.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/67/logs/devstacklog.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/67/logs/kern_log.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/67/logs/localrc.txt'
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/67/logs/rabbitmq
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/67/logs/rabbitmq/rabbit(a)devstack-1354666266-sasl.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/67/logs/rabbitmq/rabbit(a)devstack-1354666266.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/67/logs/rabbitmq/startup_log.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/67/logs/screen-c-api.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/67/logs/screen-c-sch.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/67/logs/screen-c-vol.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/67/logs/screen-g-api.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/67/logs/screen-g-reg.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/67/logs/screen-horizon.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/67/logs/screen-key.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/67/logs/screen-n-api.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/67/logs/screen-n-cpu.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/67/logs/screen-n-crt.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/67/logs/screen-n-net.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/67/logs/screen-n-obj.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/67/logs/screen-n-sch.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/67/logs/screen-swift.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/67/logs/syslog.txt'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.
1
5
Build failed in Jenkins: periodic-tempest-devstack-vm-stable-folsom #67
by OpenStack Jenkins 11 Dec '12
by OpenStack Jenkins 11 Dec '12
11 Dec '12
See <https://jenkins.openstack.org/job/periodic-tempest-devstack-vm-stable-folso…>
------------------------------------------
[...truncated 11050 lines...]
*********************************************************************
=====================================================================
SKIP boot_from_volume
SKIP client-env
SKIP quantum-adv-test
PASS aggregates
PASS bundle
PASS client-args
PASS euca
PASS floating_ips
PASS sec_groups
PASS swift
PASS volumes
=====================================================================
Running tempest smoke tests
nose.config: INFO: Ignoring files matching ['^\\.', '^_', '^setup\\.py$']
Failure: RuntimeError (Config file /opt/stack/new/tempest/etc/tempest.conf not found) ... ERROR
ERROR
ERROR
ERROR
ERROR
ERROR
ERROR
ERROR
======================================================================
ERROR: Failure: RuntimeError (Config file /opt/stack/new/tempest/etc/tempest.conf not found)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/loader.py", line 390, in loadTestsFromName
addr.filename, addr.module)
File "/usr/lib/python2.7/dist-packages/nose/importer.py", line 39, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/usr/lib/python2.7/dist-packages/nose/importer.py", line 86, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/opt/stack/new/tempest/tempest/tests/compute/__init__.py", line 27, in <module>
CONFIG = config.TempestConfig()
File "/opt/stack/new/tempest/tempest/config.py", line 388, in getinstance
instances[cls] = cls()
File "/opt/stack/new/tempest/tempest/config.py", line 419, in __init__
raise RuntimeError(msg)
RuntimeError: Config file /opt/stack/new/tempest/etc/tempest.conf not found
======================================================================
ERROR: test suite for <class 'tempest.tests.identity.admin.test_users.UsersTestJSON'>
----------------------------------------------------------------------
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/identity/admin/test_users.py", line 340, in setUpClass
super(UsersTestJSON, cls).setUpClass()
File "/opt/stack/new/tempest/tempest/tests/identity/base.py", line 76, in setUpClass
super(BaseIdentityAdminTestJSON, cls).setUpClass()
File "/opt/stack/new/tempest/tempest/tests/identity/base.py", line 29, in setUpClass
os = openstack.IdentityManager(interface=cls._interface)
File "/opt/stack/new/tempest/tempest/openstack.py", line 234, in __init__
conf = config.TempestConfig()
File "/opt/stack/new/tempest/tempest/config.py", line 388, in getinstance
instances[cls] = cls()
File "/opt/stack/new/tempest/tempest/config.py", line 419, in __init__
raise RuntimeError(msg)
RuntimeError: Config file /opt/stack/new/tempest/etc/tempest.conf not found
======================================================================
ERROR: test suite for <class 'tempest.tests.identity.admin.test_users.UsersTestXML'>
----------------------------------------------------------------------
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/identity/admin/test_users.py", line 346, in setUpClass
super(UsersTestXML, cls).setUpClass()
File "/opt/stack/new/tempest/tempest/tests/identity/base.py", line 85, in setUpClass
super(BaseIdentityAdminTestXML, cls).setUpClass()
File "/opt/stack/new/tempest/tempest/tests/identity/base.py", line 29, in setUpClass
os = openstack.IdentityManager(interface=cls._interface)
File "/opt/stack/new/tempest/tempest/openstack.py", line 234, in __init__
conf = config.TempestConfig()
File "/opt/stack/new/tempest/tempest/config.py", line 388, in getinstance
instances[cls] = cls()
File "/opt/stack/new/tempest/tempest/config.py", line 419, in __init__
raise RuntimeError(msg)
RuntimeError: Config file /opt/stack/new/tempest/etc/tempest.conf not found
======================================================================
ERROR: test suite for <class 'tempest.tests.volume.test_volumes_actions.VolumesActionsTest'>
----------------------------------------------------------------------
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_actions.py", line 28, in setUpClass
super(VolumesActionsTest, cls).setUpClass()
File "/opt/stack/new/tempest/tempest/tests/volume/base.py", line 38, in setUpClass
cls.config = config.TempestConfig()
File "/opt/stack/new/tempest/tempest/config.py", line 388, in getinstance
instances[cls] = cls()
File "/opt/stack/new/tempest/tempest/config.py", line 419, in __init__
raise RuntimeError(msg)
RuntimeError: Config file /opt/stack/new/tempest/etc/tempest.conf not found
======================================================================
ERROR: test suite for <class 'tempest.tests.volume.test_volumes_get.VolumesGetTestJSON'>
----------------------------------------------------------------------
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_get.py", line 110, in setUpClass
super(VolumesGetTestJSON, cls).setUpClass()
File "/opt/stack/new/tempest/tempest/tests/volume/base.py", line 155, in setUpClass
super(BaseVolumeTestJSON, cls).setUpClass()
File "/opt/stack/new/tempest/tempest/tests/volume/base.py", line 38, in setUpClass
cls.config = config.TempestConfig()
File "/opt/stack/new/tempest/tempest/config.py", line 388, in getinstance
instances[cls] = cls()
File "/opt/stack/new/tempest/tempest/config.py", line 419, in __init__
raise RuntimeError(msg)
RuntimeError: Config file /opt/stack/new/tempest/etc/tempest.conf not found
======================================================================
ERROR: test suite for <class 'tempest.tests.volume.test_volumes_get.VolumesGetTestXML'>
----------------------------------------------------------------------
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_get.py", line 102, in setUpClass
super(VolumesGetTestXML, cls).setUpClass()
File "/opt/stack/new/tempest/tempest/tests/volume/base.py", line 162, in setUpClass
super(BaseVolumeTestXML, cls).setUpClass()
File "/opt/stack/new/tempest/tempest/tests/volume/base.py", line 38, in setUpClass
cls.config = config.TempestConfig()
File "/opt/stack/new/tempest/tempest/config.py", line 388, in getinstance
instances[cls] = cls()
File "/opt/stack/new/tempest/tempest/config.py", line 419, in __init__
raise RuntimeError(msg)
RuntimeError: Config file /opt/stack/new/tempest/etc/tempest.conf not found
======================================================================
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/new/tempest/tempest/tests/volume/test_volumes_list.py", line 112, in setUpClass
super(VolumeListTestJSON, cls).setUpClass()
File "/opt/stack/new/tempest/tempest/tests/volume/base.py", line 155, in setUpClass
super(BaseVolumeTestJSON, cls).setUpClass()
File "/opt/stack/new/tempest/tempest/tests/volume/base.py", line 38, in setUpClass
cls.config = config.TempestConfig()
File "/opt/stack/new/tempest/tempest/config.py", line 388, in getinstance
instances[cls] = cls()
File "/opt/stack/new/tempest/tempest/config.py", line 419, in __init__
raise RuntimeError(msg)
RuntimeError: Config file /opt/stack/new/tempest/etc/tempest.conf not found
======================================================================
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 66, in setUpClass
super(VolumeListTestXML, cls).setUpClass()
File "/opt/stack/new/tempest/tempest/tests/volume/base.py", line 162, in setUpClass
super(BaseVolumeTestXML, cls).setUpClass()
File "/opt/stack/new/tempest/tempest/tests/volume/base.py", line 38, in setUpClass
cls.config = config.TempestConfig()
File "/opt/stack/new/tempest/tempest/config.py", line 388, in getinstance
instances[cls] = cls()
File "/opt/stack/new/tempest/tempest/config.py", line 419, in __init__
raise RuntimeError(msg)
RuntimeError: Config file /opt/stack/new/tempest/etc/tempest.conf not found
----------------------------------------------------------------------
XML: nosetests-smoke.xml
----------------------------------------------------------------------
Ran 1 test in 0.014s
FAILED (errors=8)
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/67
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/67/logs
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/67/logs/devstack-gate-cleanup-host.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/67/logs/devstack-gate-setup-host.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/67/logs/devstack-gate-setup-workspace-new.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/67/logs/devstacklog.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/67/logs/kern_log.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/67/logs/localrc.txt'
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/67/logs/rabbitmq
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/67/logs/rabbitmq/rabbit(a)devstack-1354834255-sasl.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/67/logs/rabbitmq/rabbit(a)devstack-1354834255.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/67/logs/rabbitmq/startup_log.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/67/logs/screen-g-api.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/67/logs/screen-g-reg.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/67/logs/screen-horizon.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/67/logs/screen-key.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/67/logs/screen-n-api.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/67/logs/screen-n-cpu.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/67/logs/screen-n-crt.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/67/logs/screen-n-net.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/67/logs/screen-n-obj.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/67/logs/screen-n-sch.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/67/logs/screen-n-vol.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/67/logs/screen-swift.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/67/logs/syslog.txt'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.
3
7
05 Dec '12
See <https://jenkins.openstack.org/job/periodic-tempest-devstack-vm-cinder/59/>
------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on devstack-precise-rackspace-27468 in workspace <https://jenkins.openstack.org/job/periodic-tempest-devstack-vm-cinder/ws/>
Triggering projects: devstack-update-inprogress
[periodic-tempest-devstack-vm-cinder] $ /bin/bash -xe /tmp/hudson4505891288101803815.sh
+ [[ ! -e devstack-gate ]]
+ git clone https://review.openstack.org/p/openstack-ci/devstack-gate
Cloning into 'devstack-gate'...
[periodic-tempest-devstack-vm-cinder] $ /bin/bash -xe /tmp/hudson7579051413895355519.sh
+ export PYTHONUNBUFFERED=true
+ PYTHONUNBUFFERED=true
+ export DEVSTACK_GATE_TEMPEST=1
+ DEVSTACK_GATE_TEMPEST=1
+ export DEVSTACK_GATE_CINDER=1
+ DEVSTACK_GATE_CINDER=1
+ cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
+ ./safe-devstack-vm-gate-wrap.sh
Triggered by: https://review.openstack.org/ patchset
Pipeline:
/opt/stack/new/devstack-gate/devstack-vm-gate.sh: line 24: cd: /devstack: No such file or directory
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/59
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder/59/logs
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder/59/logs/devstack-gate-cleanup-host.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder/59/logs/devstack-gate-setup-host.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder/59/logs/devstack-gate-setup-workspace-new.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder/59/logs/kern_log.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder/59/logs/syslog.txt'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.
2
1
04 Dec '12
See <https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/64/>
------------------------------------------
[...truncated 901 lines...]
test_policy_file_custom_location [32mOK [0m[32m 0.01[0m
test_policy_file_custom_rules_default_location [32mOK [0m[32m 0.01[0m
test_policy_file_default_rules_default_location [32mOK [0m[32m 0.01[0m
TestPolicyEnforcerNoFile
test_policy_file_default_not_found [32mOK [0m[32m 0.01[0m
test_policy_file_specified_but_not_found [32mOK [0m[32m 0.01[0m
TestStore
test_add [32mOK [0m[32m 0.01[0m
test_add_already_existing [32mOK [0m[32m 0.01[0m
test_add_host_variations [32mOK [0m[33m 0.03[0m
test_calling_format_default [32mOK [0m[32m 0.01[0m
test_calling_format_path [32mOK [0m[32m 0.01[0m
test_calling_format_subdomain [32mOK [0m[32m 0.01[0m
test_delete [32mOK [0m[32m 0.01[0m
test_delete_non_existing [32mOK [0m[32m 0.02[0m
test_get [32mOK [0m[32m 0.01[0m
test_get_calling_format_default [32mOK [0m[32m 0.01[0m
test_get_calling_format_path [32mOK [0m[32m 0.01[0m
test_get_non_existing [32mOK [0m[32m 0.01[0m
test_get_s3_bad_location [32mOK [0m[32m 0.01[0m
test_get_s3_good_location [32mOK [0m[32m 0.01[0m
test_no_access_key [32mOK [0m[32m 0.01[0m
test_no_host [32mOK [0m[32m 0.01[0m
test_no_secret_key [32mOK [0m[32m 0.01[0m
TestBasicSchema
test_filter_strips_extra_properties [32mOK [0m[32m 0.01[0m
test_merge_conflicting_but_identical_properties [32mOK [0m[32m 0.01[0m
test_merge_conflicting_properties [32mOK [0m[32m 0.01[0m
test_merge_properties [32mOK [0m[32m 0.00[0m
test_raw_json_schema [32mOK [0m[32m 0.01[0m
test_validate_fails_on_bad_type [32mOK [0m[32m 0.01[0m
test_validate_fails_on_extra_properties [32mOK [0m[32m 0.01[0m
test_validate_passes [32mOK [0m[32m 0.01[0m
TestBasicSchemaLinks
test_raw_json_schema [32mOK [0m[32m 0.01[0m
TestCollectionSchema
test_raw_json_schema [32mOK [0m[32m 0.01[0m
TestPermissiveSchema
test_filter_passes_extra_properties [32mOK [0m[32m 0.00[0m
test_raw_json_schema [32mOK [0m[32m 0.01[0m
test_validate_rejects_non_string_extra_properties [32mOK [0m[32m 0.01[0m
test_validate_with_additional_properties_allowed [32mOK [0m[32m 0.01[0m
TestSkipExamples
test_001_increase_test_counter [32mOK [0m[32m 0.01[0m
test_002_increase_test_counter [32mOK [0m[32m 0.01[0m
test_003_verify_test_counter [32mOK [0m[32m 0.01[0m
test_skip_if_example [34mSKIP[0m
test_skip_test_example [34mSKIP[0m
test_skip_unless_example [34mSKIP[0m
TestStoreLocation
test_bad_store_scheme [32mOK [0m[32m 0.01[0m
test_filesystem_store_location [32mOK [0m[32m 0.01[0m
test_get_location_from_uri_back_to_uri [32mOK [0m[32m 0.01[0m
test_get_store_from_scheme [32mOK [0m[32m 0.02[0m
test_http_store_location [32mOK [0m[32m 0.01[0m
test_rbd_store_location [32mOK [0m[32m 0.01[0m
test_s3_store_location [32mOK [0m[32m 0.01[0m
test_swift_store_location [32mOK [0m[32m 0.01[0m
TestChunkReader
test_read_all_data [32mOK [0m[32m 0.01[0m
TestStoreAuthV1
test_add [32mOK [0m[32m 0.01[0m
test_add_already_existing [32mOK [0m[32m 0.01[0m
test_add_auth_url_variations [32mOK [0m[32m 0.02[0m
test_add_large_object [32mOK [0m[32m 0.01[0m
test_add_large_object_zero_size [32mOK [0m[32m 0.01[0m
test_add_no_container_and_create [32mOK [0m[32m 0.01[0m
test_add_no_container_no_create [32mOK [0m[32m 0.01[0m
test_delete [32mOK [0m[32m 0.01[0m
test_delete_non_existing [32mOK [0m[32m 0.01[0m
test_get [32mOK [0m[32m 0.01[0m
test_get_non_existing [32mOK [0m[32m 0.01[0m
test_get_size [32mOK [0m[32m 0.01[0m
test_get_with_http_auth [32mOK [0m[32m 0.01[0m
test_no_auth_address [32mOK [0m[32m 0.01[0m
test_no_key [32mOK [0m[32m 0.01[0m
test_no_user [32mOK [0m[32m 0.01[0m
test_read_acl_public [32mOK [0m[32m 0.01[0m
test_read_acl_tenants [32mOK [0m[32m 0.01[0m
test_read_write_public [32mOK [0m[32m 0.01[0m
TestStoreAuthV2
test_add [32mOK [0m[32m 0.01[0m
test_add_already_existing [32mOK [0m[32m 0.01[0m
test_add_auth_url_variations [32mOK [0m[32m 0.02[0m
test_add_large_object [32mOK [0m[32m 0.01[0m
test_add_large_object_zero_size [32mOK [0m[32m 0.01[0m
test_add_no_container_and_create [32mOK [0m[32m 0.01[0m
test_add_no_container_no_create [32mOK [0m[32m 0.01[0m
test_delete [32mOK [0m[32m 0.02[0m
test_delete_non_existing [32mOK [0m[32m 0.01[0m
test_get [32mOK [0m[32m 0.01[0m
test_get_non_existing [32mOK [0m[32m 0.01[0m
test_get_size [32mOK [0m[32m 0.01[0m
test_get_with_http_auth [32mOK [0m[32m 0.01[0m
test_no_auth_address [32mOK [0m[32m 0.01[0m
test_no_key [32mOK [0m[32m 0.01[0m
test_no_user [32mOK [0m[32m 0.01[0m
test_read_acl_public [32mOK [0m[32m 0.01[0m
test_read_acl_tenants [32mOK [0m[32m 0.01[0m
test_read_write_public [32mOK [0m[32m 0.01[0m
test_v2_multi_tenant_location [32mOK [0m[32m 0.01[0m
test_v2_with_no_tenant [32mOK [0m[32m 0.01[0m
TestUtils
test_cooperative_reader [32mOK [0m[33m 0.03[0m
test_cooperative_reader_of_iterator [32mOK [0m[32m 0.01[0m
test_generate_uuid_format [32mOK [0m[32m 0.01[0m
test_generate_uuid_unique [32mOK [0m[32m 0.01[0m
test_is_uuid_like_fails [32mOK [0m[32m 0.01[0m
test_is_uuid_like_success [32mOK [0m[32m 0.01[0m
test_limiting_reader [32mOK [0m[32m 0.01[0m
test_limiting_reader_fails [32mOK [0m[32m 0.01[0m
VersionNegotiationTest
test_request_accept_v1 [32mOK [0m[32m 0.01[0m
test_request_url_v1 [32mOK [0m[32m 0.01[0m
test_request_url_v1_0 [32mOK [0m[32m 0.01[0m
test_request_url_v1_1 [32mOK [0m[32m 0.01[0m
test_request_url_v2 [32mOK [0m[32m 0.01[0m
test_request_url_v2_0 [32mOK [0m[32m 0.01[0m
test_request_url_v2_1_unsupported [32mOK [0m[32m 0.01[0m
test_request_url_v3_unsupported [32mOK [0m[32m 0.01[0m
VersionsTest
test_get_version_list [32mOK [0m[32m 0.01[0m
JSONRequestDeserializerTest
test_default_no_body [32mOK [0m[32m 0.01[0m
test_default_with_body [32mOK [0m[32m 0.01[0m
test_from_json [32mOK [0m[32m 0.01[0m
test_from_json_malformed [32mOK [0m[32m 0.01[0m
test_has_body_has_content_length [32mOK [0m[32m 0.01[0m
test_has_body_no_content_length [32mOK [0m[32m 0.01[0m
test_has_body_zero_content_length [32mOK [0m[32m 0.01[0m
test_no_body_no_content_length [32mOK [0m[32m 0.01[0m
JSONResponseSerializerTest
test_default [32mOK [0m[32m 0.01[0m
test_to_json [32mOK [0m[32m 0.01[0m
RequestTest
test_content_type_accept_default [32mOK [0m[32m 0.01[0m
test_content_type_from_accept_json [32mOK [0m[32m 0.01[0m
test_content_type_from_accept_json_xml_quality [32mOK [0m[32m 0.01[0m
test_content_type_from_accept_xml [32mOK [0m[32m 0.01[0m
test_content_type_from_accept_xml_json [32mOK [0m[32m 0.01[0m
test_content_type_missing [32mOK [0m[32m 0.01[0m
test_content_type_unsupported [32mOK [0m[32m 0.01[0m
test_content_type_with_charset [32mOK [0m[32m 0.01[0m
ResourceTest
test_dispatch [32mOK [0m[32m 0.01[0m
test_dispatch_default [32mOK [0m[32m 0.01[0m
test_dispatch_no_default [32mOK [0m[32m 0.01[0m
test_get_action_args [32mOK [0m[32m 0.01[0m
TestHelpers
test_data_passed_properly_through_headers [32mOK [0m[32m 0.00[0m
test_headers_are_unicode [32mOK [0m[32m 0.01[0m
======================================================================
FAIL: Ensure an interrupt signal does not cause a respawn storm.
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws…",> line 71, in test_interrupt_avoids_respawn_storm
self.assertTrue(child in children)
AssertionError: False is not true
'False is not true' = self._formatMessage('False is not true', "%s is not true" % safe_repr(False))
>> raise self.failureException('False is not true')
----------------------------------------------------------------------
XML: nosetests.xml
Slowest 5 tests took 68.98 secs:
[31m 14.36 TestScrubber.test_delayed_delete[0m
[31m 14.31 TestGlanceControl.test_bouncing[0m
[31m 13.89 TestGlanceControl.test_reload[0m
[31m 13.70 TestGlanceControl.test_respawn[0m
[31m 12.72 TestApi.test_unsupported_default_store[0m
----------------------------------------------------------------------
Ran 913 tests in 483.184s
FAILED (SKIP=100, failures=1)
ERROR: InvocationError: '<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws…'>
___________________________________ summary ____________________________________
ERROR: py27: commands failed
+ result=1
+ echo 'Begin pip freeze output from test virtualenv:'
Begin pip freeze output from test virtualenv:
+ echo ======================================================================
======================================================================
+ .tox/py27/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.9.1
eventlet==0.9.17
glance==jenkins-periodic-glance-python27-stable-folsom-64
greenlet==0.4.0
httplib2==0.7.7
iso8601==0.1.4
jsonschema==0.7
kombu==2.5.3
lxml==3.0.1
mox==0.5.3
nose==1.2.1
nose-exclude==0.1.9
nosehtmloutput==0.0.4
openstack.nose-plugin==0.11
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 ======================================================================
======================================================================
+ 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
Build step 'Execute shell' marked build as failure
[SCP] Connecting to static.openstack.org
[SCP] Trying to create /srv/static/logs/periodic/periodic-glance-python27-stable-folsom/64
[SCP] uploading file: '/srv/static/logs/periodic/periodic-glance-python27-stable-folsom/64/nose_results.html'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.
1
1
04 Dec '12
See <https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/64/>
------------------------------------------
[...truncated 907 lines...]
TestStore
test_add [32mOK [0m[32m 0.01[0m
test_add_already_existing [32mOK [0m[32m 0.01[0m
test_add_host_variations [32mOK [0m[33m 0.03[0m
test_calling_format_default [32mOK [0m[32m 0.01[0m
test_calling_format_path [32mOK [0m[32m 0.01[0m
test_calling_format_subdomain [32mOK [0m[32m 0.01[0m
test_delete [32mOK [0m[32m 0.01[0m
test_delete_non_existing [32mOK [0m[32m 0.01[0m
test_get [32mOK [0m[32m 0.01[0m
test_get_calling_format_default [32mOK [0m[32m 0.02[0m
test_get_calling_format_path [32mOK [0m[32m 0.01[0m
test_get_non_existing [32mOK [0m[32m 0.01[0m
test_get_s3_bad_location [32mOK [0m[32m 0.01[0m
test_get_s3_good_location [32mOK [0m[32m 0.01[0m
test_no_access_key [32mOK [0m[32m 0.01[0m
test_no_host [32mOK [0m[32m 0.01[0m
test_no_secret_key [32mOK [0m[32m 0.01[0m
TestBasicSchema
test_filter_strips_extra_properties [32mOK [0m[32m 0.01[0m
test_merge_conflicting_but_identical_properties [32mOK [0m[32m 0.01[0m
test_merge_conflicting_properties [32mOK [0m[32m 0.01[0m
test_merge_properties [32mOK [0m[32m 0.01[0m
test_raw_json_schema [32mOK [0m[32m 0.01[0m
test_validate_fails_on_bad_type [32mOK [0m[32m 0.01[0m
test_validate_fails_on_extra_properties [32mOK [0m[32m 0.01[0m
test_validate_passes [32mOK [0m[32m 0.01[0m
TestBasicSchemaLinks
test_raw_json_schema [32mOK [0m[32m 0.01[0m
TestCollectionSchema
test_raw_json_schema [32mOK [0m[32m 0.01[0m
TestPermissiveSchema
test_filter_passes_extra_properties [32mOK [0m[32m 0.01[0m
test_raw_json_schema [32mOK [0m[32m 0.01[0m
test_validate_rejects_non_string_extra_properties [32mOK [0m[32m 0.01[0m
test_validate_with_additional_properties_allowed [32mOK [0m[32m 0.01[0m
TestSkipExamples
test_001_increase_test_counter [32mOK [0m[32m 0.01[0m
test_002_increase_test_counter [32mOK [0m[32m 0.01[0m
test_003_verify_test_counter [32mOK [0m[32m 0.01[0m
test_skip_if_example [34mSKIP[0m
test_skip_test_example [34mSKIP[0m
test_skip_unless_example [34mSKIP[0m
TestStoreLocation
test_bad_store_scheme [32mOK [0m[32m 0.01[0m
test_filesystem_store_location [32mOK [0m[32m 0.01[0m
test_get_location_from_uri_back_to_uri [32mOK [0m[32m 0.01[0m
test_get_store_from_scheme [32mOK [0m[32m 0.01[0m
test_http_store_location [32mOK [0m[32m 0.02[0m
test_rbd_store_location [32mOK [0m[32m 0.01[0m
test_s3_store_location [32mOK [0m[31m 0.18[0m
test_swift_store_location [32mOK [0m[32m 0.01[0m
TestChunkReader
test_read_all_data [32mOK [0m[32m 0.01[0m
TestStoreAuthV1
test_add [32mOK [0m[32m 0.01[0m
test_add_already_existing [32mOK [0m[32m 0.01[0m
test_add_auth_url_variations [32mOK [0m[32m 0.02[0m
test_add_large_object [32mOK [0m[32m 0.01[0m
test_add_large_object_zero_size [32mOK [0m[32m 0.01[0m
test_add_no_container_and_create [32mOK [0m[32m 0.01[0m
test_add_no_container_no_create [32mOK [0m[32m 0.01[0m
test_delete [32mOK [0m[32m 0.01[0m
test_delete_non_existing [32mOK [0m[32m 0.01[0m
test_get [32mOK [0m[32m 0.01[0m
test_get_non_existing [32mOK [0m[32m 0.01[0m
test_get_size [32mOK [0m[32m 0.01[0m
test_get_with_http_auth [32mOK [0m[32m 0.01[0m
test_no_auth_address [32mOK [0m[32m 0.01[0m
test_no_key [32mOK [0m[32m 0.01[0m
test_no_user [32mOK [0m[32m 0.01[0m
test_read_acl_public [32mOK [0m[32m 0.01[0m
test_read_acl_tenants [32mOK [0m[32m 0.01[0m
test_read_write_public [32mOK [0m[32m 0.01[0m
TestStoreAuthV2
test_add [32mOK [0m[32m 0.01[0m
test_add_already_existing [32mOK [0m[32m 0.01[0m
test_add_auth_url_variations [32mOK [0m[32m 0.02[0m
test_add_large_object [32mOK [0m[32m 0.01[0m
test_add_large_object_zero_size [32mOK [0m[32m 0.01[0m
test_add_no_container_and_create [32mOK [0m[32m 0.01[0m
test_add_no_container_no_create [32mOK [0m[32m 0.01[0m
test_delete [32mOK [0m[32m 0.01[0m
test_delete_non_existing [32mOK [0m[32m 0.01[0m
test_get [32mOK [0m[32m 0.01[0m
test_get_non_existing [32mOK [0m[32m 0.01[0m
test_get_size [32mOK [0m[32m 0.01[0m
test_get_with_http_auth [32mOK [0m[32m 0.01[0m
test_no_auth_address [32mOK [0m[32m 0.01[0m
test_no_key [32mOK [0m[32m 0.01[0m
test_no_user [32mOK [0m[32m 0.01[0m
test_read_acl_public [32mOK [0m[32m 0.01[0m
test_read_acl_tenants [32mOK [0m[32m 0.01[0m
test_read_write_public [32mOK [0m[32m 0.01[0m
test_v2_multi_tenant_location [32mOK [0m[32m 0.01[0m
test_v2_with_no_tenant [32mOK [0m[32m 0.01[0m
TestUtils
test_cooperative_reader [32mOK [0m[33m 0.04[0m
test_cooperative_reader_of_iterator [32mOK [0m[32m 0.01[0m
test_generate_uuid_format [32mOK [0m[32m 0.01[0m
test_generate_uuid_unique [32mOK [0m[32m 0.01[0m
test_is_uuid_like_fails [32mOK [0m[32m 0.01[0m
test_is_uuid_like_success [32mOK [0m[32m 0.01[0m
test_limiting_reader [32mOK [0m[32m 0.01[0m
test_limiting_reader_fails [32mOK [0m[32m 0.01[0m
VersionNegotiationTest
test_request_accept_v1 [32mOK [0m[32m 0.01[0m
test_request_url_v1 [32mOK [0m[32m 0.01[0m
test_request_url_v1_0 [32mOK [0m[32m 0.01[0m
test_request_url_v1_1 [32mOK [0m[32m 0.01[0m
test_request_url_v2 [32mOK [0m[32m 0.01[0m
test_request_url_v2_0 [32mOK [0m[32m 0.01[0m
test_request_url_v2_1_unsupported [32mOK [0m[32m 0.01[0m
test_request_url_v3_unsupported [32mOK [0m[32m 0.01[0m
VersionsTest
test_get_version_list [32mOK [0m[32m 0.01[0m
JSONRequestDeserializerTest
test_default_no_body [32mOK [0m[32m 0.01[0m
test_default_with_body [32mOK [0m[32m 0.01[0m
test_from_json [32mOK [0m[32m 0.01[0m
test_from_json_malformed [32mOK [0m[32m 0.01[0m
test_has_body_has_content_length [32mOK [0m[32m 0.01[0m
test_has_body_no_content_length [32mOK [0m[32m 0.01[0m
test_has_body_zero_content_length [32mOK [0m[32m 0.01[0m
test_no_body_no_content_length [32mOK [0m[32m 0.01[0m
JSONResponseSerializerTest
test_default [32mOK [0m[32m 0.01[0m
test_to_json [32mOK [0m[32m 0.01[0m
RequestTest
test_content_type_accept_default [32mOK [0m[32m 0.01[0m
test_content_type_from_accept_json [32mOK [0m[32m 0.01[0m
test_content_type_from_accept_json_xml_quality [32mOK [0m[32m 0.01[0m
test_content_type_from_accept_xml [32mOK [0m[32m 0.01[0m
test_content_type_from_accept_xml_json [32mOK [0m[32m 0.01[0m
test_content_type_missing [32mOK [0m[32m 0.01[0m
test_content_type_unsupported [32mOK [0m[32m 0.01[0m
test_content_type_with_charset [32mOK [0m[32m 0.01[0m
ResourceTest
test_dispatch [32mOK [0m[32m 0.01[0m
test_dispatch_default [32mOK [0m[32m 0.01[0m
test_dispatch_no_default [32mOK [0m[32m 0.01[0m
test_get_action_args [32mOK [0m[32m 0.01[0m
TestHelpers
test_data_passed_properly_through_headers [32mOK [0m[32m 0.01[0m
test_headers_are_unicode [32mOK [0m[32m 0.01[0m
======================================================================
FAIL: We test that a mis-configured default_store causes the API server
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/ws…",> line 178, in wrapped
func(*a, **kwargs)
File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/ws…",> line 1233, in test_unsupported_default_store
**self.__dict__.copy())
File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/ws…",> line 570, in start_server
self.assertTrue(launch_msg is None, launch_msg)
AssertionError: Unexpected server launch status
"""Fail the test unless the expression is true."""
>> if not False: raise self.failureException, 'Unexpected server launch status'
----------------------------------------------------------------------
XML: nosetests.xml
Slowest 5 tests took 68.94 secs:
[31m 15.02 TestGlanceControl.test_bouncing[0m
[31m 14.22 TestScrubber.test_delayed_delete[0m
[31m 13.80 TestGlanceControl.test_reload[0m
[31m 13.60 TestGlanceControl.test_respawn[0m
[31m 12.31 TestBinGlanceCacheManage.test_queue[0m
----------------------------------------------------------------------
Ran 913 tests in 484.206s
FAILED (SKIP=100, failures=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.9.1
eventlet==0.9.17
glance==jenkins-periodic-glance-python26-stable-folsom-64
greenlet==0.4.0
httplib2==0.7.7
importlib==1.0.2
iso8601==0.1.4
jsonschema==0.7
kombu==2.5.3
lxml==3.0.1
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 ======================================================================
======================================================================
+ 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
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/64
[SCP] uploading file: '/srv/static/logs/periodic/periodic-glance-python26-stable-folsom/64/nose_results.html'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.
1
1
Hey
FYI for anyone who hasn't seen it already:
http://wiki.openstack.org/ReleaseNotes/2012.2.1
The default of the rpc_control_exchange option for Nova in this
release is 'openstack' rather than 'nova' - you need to explicitly set
it to 'nova'. See https://bugs.launchpad.net/nova/+bug/1083944
In the project meeting just now Thierry and I discussed doing another
quick point release with just this fix and any pending security issue
there might be. A snap 2012.2.2 this week might be possible.
Depending on how soon we decide to do it, I may block other Nova fixes
from stable/folsom in the meantime.
Cheers,
Mark.
1
0
Hi,
looks like none of openstack-stable-maint members is able to approve
at least this stable/folsom review:
https://review.openstack.org/#/c/17234
Any ideas?
Cheers,
Alan
2
1