Hi James Any idea what's going on here? Cheers, Mark. On Sat, 2012-12-08 at 00:13 +0000, OpenStack Jenkins wrote:
See <https://jenkins.openstack.org/job/periodic-tempest-devstack-vm-stable-folsom/68/>
------------------------------------------ [...truncated 11052 lines...] 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.018s
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/68 [SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/68/logs [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/68/logs/devstack-gate-cleanup-host.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/68/logs/devstack-gate-setup-host.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/68/logs/devstack-gate-setup-workspace-new.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/68/logs/devstacklog.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/68/logs/kern_log.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/68/logs/localrc.txt' [SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/68/logs/rabbitmq [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/68/logs/rabbitmq/rabbit@devstack-1354921860-sasl.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/68/logs/rabbitmq/rabbit@devstack-1354921860.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/68/logs/rabbitmq/startup_log.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/68/logs/screen-g-api.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/68/logs/screen-g-reg.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/68/logs/screen-horizon.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/68/logs/screen-key.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/68/logs/screen-n-api.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/68/logs/screen-n-cpu.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/68/logs/screen-n-crt.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/68/logs/screen-n-net.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/68/logs/screen-n-obj.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/68/logs/screen-n-sch.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/68/logs/screen-n-vol.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/68/logs/screen-swift.txt' [SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/68/logs/sudoers.d [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/68/logs/sudoers.d/README.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/68/logs/sudoers.d/jenkins-sudo-grep.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/68/logs/sudoers.d/nova-rootwrap.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/68/logs/sudoers.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/68/logs/syslog.txt' [SCP] Connecting to static.openstack.org [SCP] Copying console log.
_______________________________________________ Openstack-stable-maint mailing list Openstack-stable-maint@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-stable-maint