Build failed in Jenkins: periodic-nova-python26-stable-folsom-centos6 #1
See <https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/1/> ------------------------------------------ [...truncated 12587 lines...] nova.service: AUDIT: Starting volume node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting network node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting scheduler node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.wsgi: INFO: osapi_compute listening on 127.0.0.1:40684 nova.tests.integrated.integrated_helpers: WARNING: http://127.0.0.1:40684/v2 nova.tests.integrated.api.client: INFO: Doing GET on /v2 nova.osapi_compute.wsgi.server: INFO: (7508) wsgi starting up on http://127.0.0.1:40684/ nova.osapi_compute.wsgi.server: INFO: (7508) accepted ('127.0.0.1', 36298) nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [01/May/2013 06:19:14] "GET /v2 HTTP/1.1" 204 216 0.001052 nova.tests.integrated.api.client: INFO: Doing POST on /v2/openstack/os-keypairs nova.tests.integrated.api.client: INFO: Body: <keypair> <name>keypair-39691d16-ddee-453c-a3de-3eb616605d71</name> <public_key>ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDx8nkQv/zgGgB4rMYmIf+6A4l6Rr+o/6lHBQdW5aYd44bd8JttDCE/F/pNRr0lRE+PiqSPO8nDPHw0010JeMH9gYgnnFlyY3/OcJ02RhIPyyxYpv9FhY+2YiUkpwFOcLImyrxEsYXpD/0d3ac30bNH6Sw9JD9UZHYcpSxsIbECHw== Generated by Nova</public_key> </keypair> nova.osapi_compute.wsgi.server: INFO: (7508) accepted ('127.0.0.1', 36299) routes.middleware: DEBUG: Matched POST /openstack/os-keypairs routes.middleware: DEBUG: Route path: '/{project_id}/os-keypairs', defaults: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0x7d63e90>} routes.middleware: DEBUG: Match dict: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0x7d63e90>, 'project_id': u'openstack'} nova.api.openstack.wsgi: INFO: POST http://127.0.0.1:40684/v2/openstack/os-keypairs nova.api.openstack.wsgi: ERROR: Exception handling resource: wait() got an unexpected keyword argument 'timeout' 2013-05-01 06:19:14 7508 TRACE nova.api.openstack.wsgi Traceback (most recent call last): 2013-05-01 06:19:14 7508 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 944, in _process_stack 2013-05-01 06:19:14 7508 TRACE nova.api.openstack.wsgi action_result = self.dispatch(meth, request, action_args) 2013-05-01 06:19:14 7508 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 1032, in dispatch 2013-05-01 06:19:14 7508 TRACE nova.api.openstack.wsgi return method(req=request, **action_args) 2013-05-01 06:19:14 7508 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/compute/contrib/keypairs.py",> line 85, in create 2013-05-01 06:19:14 7508 TRACE nova.api.openstack.wsgi params['public_key']) 2013-05-01 06:19:14 7508 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/compute/api.py",> line 2207, in import_key_pair 2013-05-01 06:19:14 7508 TRACE nova.api.openstack.wsgi fingerprint = crypto.generate_fingerprint(public_key) 2013-05-01 06:19:14 7508 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/crypto.py",> line 133, in generate_fingerprint 2013-05-01 06:19:14 7508 TRACE nova.api.openstack.wsgi return _generate_fingerprint(pubfile) 2013-05-01 06:19:14 7508 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/crypto.py",> line 122, in _generate_fingerprint 2013-05-01 06:19:14 7508 TRACE nova.api.openstack.wsgi (out, err) = utils.execute('ssh-keygen', '-q', '-l', '-f', public_key_file) 2013-05-01 06:19:14 7508 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/utils.py",> line 200, in execute 2013-05-01 06:19:14 7508 TRACE nova.api.openstack.wsgi result = obj.communicate() 2013-05-01 06:19:14 7508 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 729, in communicate 2013-05-01 06:19:14 7508 TRACE nova.api.openstack.wsgi stdout, stderr = self._communicate(input, endtime) 2013-05-01 06:19:14 7508 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 1330, in _communicate 2013-05-01 06:19:14 7508 TRACE nova.api.openstack.wsgi self.wait(timeout=self._remaining_time(endtime)) 2013-05-01 06:19:14 7508 TRACE nova.api.openstack.wsgi TypeError: wait() got an unexpected keyword argument 'timeout' 2013-05-01 06:19:14 7508 TRACE nova.api.openstack.wsgi nova.api.openstack.wsgi: INFO: http://127.0.0.1:40684/v2/openstack/os-keypairs returned with HTTP 400 nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [01/May/2013 06:19:14] "POST /v2/openstack/os-keypairs HTTP/1.1" 400 399 0.241087 --------------------- >> end captured logging << --------------------- ====================================================================== FAIL: Get api sample of key pairs post request ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/tests/integrated/test_api_samples.py",> line 884, in test_keypairs_post self.assertEqual(response.status, 200) AssertionError: 400 != 200
raise self.failureException, \ (None or '%r != %r' % (400, 200))
-------------------- >> begin captured logging << -------------------- nova.compute.manager: INFO: Loading compute driver 'nova.virt.fake.FakeDriver' nova.service: AUDIT: Starting compute node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.compute.resource_tracker: AUDIT: Free ram (MB): 7680 nova.compute.resource_tracker: AUDIT: Free disk (GB): 1028 nova.compute.resource_tracker: AUDIT: Free VCPUS: 1 nova.compute.resource_tracker: INFO: Compute_service record created for 0b361e8c0657456d9174f55f127a1660 nova.service: AUDIT: Starting volume node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting network node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting scheduler node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.wsgi: INFO: osapi_compute listening on 127.0.0.1:37492 nova.tests.integrated.integrated_helpers: WARNING: http://127.0.0.1:37492/v2 nova.tests.integrated.api.client: INFO: Doing GET on /v2 nova.osapi_compute.wsgi.server: INFO: (7508) wsgi starting up on http://127.0.0.1:37492/ nova.osapi_compute.wsgi.server: INFO: (7508) accepted ('127.0.0.1', 57093) nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [01/May/2013 06:19:15] "GET /v2 HTTP/1.1" 204 216 0.000935 nova.tests.integrated.api.client: INFO: Doing POST on /v2/openstack/os-keypairs nova.tests.integrated.api.client: INFO: Body: <keypair> <name>keypair-5082d8b8-c63a-40c3-8750-b6b393bfe230</name> </keypair> nova.osapi_compute.wsgi.server: INFO: (7508) accepted ('127.0.0.1', 57094) routes.middleware: DEBUG: Matched POST /openstack/os-keypairs routes.middleware: DEBUG: Route path: '/{project_id}/os-keypairs', defaults: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0x9588350>} routes.middleware: DEBUG: Match dict: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0x9588350>, 'project_id': u'openstack'} nova.api.openstack.wsgi: INFO: POST http://127.0.0.1:37492/v2/openstack/os-keypairs nova.api.openstack.wsgi: ERROR: Exception handling resource: wait() got an unexpected keyword argument 'timeout' 2013-05-01 06:19:16 7508 TRACE nova.api.openstack.wsgi Traceback (most recent call last): 2013-05-01 06:19:16 7508 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 944, in _process_stack 2013-05-01 06:19:16 7508 TRACE nova.api.openstack.wsgi action_result = self.dispatch(meth, request, action_args) 2013-05-01 06:19:16 7508 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 1032, in dispatch 2013-05-01 06:19:16 7508 TRACE nova.api.openstack.wsgi return method(req=request, **action_args) 2013-05-01 06:19:16 7508 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/compute/contrib/keypairs.py",> line 88, in create 2013-05-01 06:19:16 7508 TRACE nova.api.openstack.wsgi name) 2013-05-01 06:19:16 7508 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/compute/api.py",> line 2230, in create_key_pair 2013-05-01 06:19:16 7508 TRACE nova.api.openstack.wsgi private_key, public_key, fingerprint = crypto.generate_key_pair() 2013-05-01 06:19:16 7508 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/crypto.py",> line 144, in generate_key_pair 2013-05-01 06:19:16 7508 TRACE nova.api.openstack.wsgi '-t', 'rsa', '-f', keyfile, '-C', 'Generated by Nova') 2013-05-01 06:19:16 7508 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/utils.py",> line 200, in execute 2013-05-01 06:19:16 7508 TRACE nova.api.openstack.wsgi result = obj.communicate() 2013-05-01 06:19:16 7508 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 729, in communicate 2013-05-01 06:19:16 7508 TRACE nova.api.openstack.wsgi stdout, stderr = self._communicate(input, endtime) 2013-05-01 06:19:16 7508 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 1330, in _communicate 2013-05-01 06:19:16 7508 TRACE nova.api.openstack.wsgi self.wait(timeout=self._remaining_time(endtime)) 2013-05-01 06:19:16 7508 TRACE nova.api.openstack.wsgi TypeError: wait() got an unexpected keyword argument 'timeout' 2013-05-01 06:19:16 7508 TRACE nova.api.openstack.wsgi nova.api.openstack.wsgi: INFO: http://127.0.0.1:37492/v2/openstack/os-keypairs returned with HTTP 400 nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [01/May/2013 06:19:16] "POST /v2/openstack/os-keypairs HTTP/1.1" 400 399 0.658088 --------------------- >> end captured logging << --------------------- ====================================================================== FAIL: test_get_product_version_product_brand_does_not_fail (nova.tests.test_xenapi.XenAPISessionTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/tests/test_xenapi.py",> line 2855, in test_get_product_version_product_brand_does_not_fail session._get_product_version_and_brand() AssertionError: (None, None) != ((5, 6, 2), 'XenServer')
raise self.failureException, \ (None or '%r != %r' % ((None, None), ((5, 6, 2), 'XenServer')))
====================================================================== FAIL: test_get_product_version_product_brand_xs_6 (nova.tests.test_xenapi.XenAPISessionTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/tests/test_xenapi.py",> line 2866, in test_get_product_version_product_brand_xs_6 session._get_product_version_and_brand() AssertionError: ((6, 0, 50), 'XenServer') != ((5, 6, 2), 'XenServer')
raise self.failureException, \ (None or '%r != %r' % (((6, 0, 50), 'XenServer'), ((5, 6, 2), 'XenServer')))
---------------------------------------------------------------------- XML: nosetests.xml ERROR: InvocationError: '<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/.tox/py26/bin/nosetests'> ___________________________________ 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 Cheetah==2.4.4 Jinja2==2.6 Markdown==2.3.1 Paste==1.7.5.1 PasteDeploy==1.5.0 Pygments==1.6 Routes==1.12.3 SQLAlchemy==0.7.9 Sphinx==1.2b1 Tempita==0.5.1 WebOb==1.0.8 amqplib==0.6.1 anyjson==0.2.4 argparse==1.2.1 boto==2.1.1 cliff==1.3.2 cmd2==0.6.4 colorama==0.2.5 coverage==3.6 decorator==3.4.0 distribute==0.6.34 docutils==0.10 eventlet==0.12.1 feedparser==5.1.3 greenlet==0.4.0 httplib2==0.8 iso8601==0.1.4 jsonpatch==1.0 jsonpointer==1.0 jsonschema==1.3.0 kombu==1.0.4 logilab-astng==0.24.3 logilab-common==0.59.1 lxml==2.3.5 mox==0.5.3 netaddr==0.7.10 nose==1.2.1 nosehtmloutput==0.0.4 nova==2012.2.5 openstack.nose-plugin==0.11 oslo.config==1.1.0 paramiko==1.10.1 pep8==1.1 prettytable==0.7.2 pyOpenSSL==0.13 pycrypto==2.6 pylint==0.25.2 pyparsing==1.5.7 python-cinderclient==1.0.3 python-glanceclient==0.9.0 python-keystoneclient==0.2.3 python-quantumclient==2.2.1 requests==1.2.0 setuptools-git==1.0b1 simplejson==3.1.3 sqlalchemy-migrate==0.7.2 suds==0.4 termcolor==1.1.0 unittest2==0.5.1 warlock==1.0.0 + echo ====================================================================== ====================================================================== + '[' -d .testrepository ']' + sudo /usr/local/jenkins/slave_scripts/jenkins-sudo-grep.sh post grep: /var/log/auth.log: No such file or directory + 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= + '[' -f '' ']' + echo + echo 'WARNING: Unable to find to confirm results!' WARNING: Unable to find to confirm results! + echo + exit 1 + rm -rf /tmp/tmp.e1pIHsEoaU Build step 'Execute shell' marked build as failure [SCP] Connecting to static.openstack.org [SCP] No file(s) found: **/*nose_results.html [SCP] '**/*nose_results.html' doesn't match anything: '**' exists but not '**/*nose_results.html' [SCP] Connecting to static.openstack.org [SCP] Trying to create /srv/static/logs/periodic/periodic-nova-python26-stable-folsom-centos6 [SCP] Trying to create /srv/static/logs/periodic/periodic-nova-python26-stable-folsom-centos6/1 [SCP] Copying console log.
See <https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/2/> ------------------------------------------ [...truncated 12586 lines...] nova.compute.resource_tracker: INFO: Compute_service record created for aca64d785c7f49f08f17941eb6be1eef nova.service: AUDIT: Starting volume node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting network node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting scheduler node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.wsgi: INFO: osapi_compute listening on 127.0.0.1:51185 nova.tests.integrated.integrated_helpers: WARNING: http://127.0.0.1:51185/v2 nova.tests.integrated.api.client: INFO: Doing GET on /v2 nova.osapi_compute.wsgi.server: INFO: (19206) wsgi starting up on http://127.0.0.1:51185/ nova.osapi_compute.wsgi.server: INFO: (19206) accepted ('127.0.0.1', 52756) nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [02/May/2013 06:18:29] "GET /v2 HTTP/1.1" 204 216 0.001063 nova.tests.integrated.api.client: INFO: Doing POST on /v2/openstack/os-keypairs nova.tests.integrated.api.client: INFO: Body: <keypair> <name>keypair-21921939-9cc5-4be3-9c84-b1f1789fba17</name> <public_key>ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDx8nkQv/zgGgB4rMYmIf+6A4l6Rr+o/6lHBQdW5aYd44bd8JttDCE/F/pNRr0lRE+PiqSPO8nDPHw0010JeMH9gYgnnFlyY3/OcJ02RhIPyyxYpv9FhY+2YiUkpwFOcLImyrxEsYXpD/0d3ac30bNH6Sw9JD9UZHYcpSxsIbECHw== Generated by Nova</public_key> </keypair> nova.osapi_compute.wsgi.server: INFO: (19206) accepted ('127.0.0.1', 52757) routes.middleware: DEBUG: Matched POST /openstack/os-keypairs routes.middleware: DEBUG: Route path: '/{project_id}/os-keypairs', defaults: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0x960ef90>} routes.middleware: DEBUG: Match dict: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0x960ef90>, 'project_id': u'openstack'} nova.api.openstack.wsgi: INFO: POST http://127.0.0.1:51185/v2/openstack/os-keypairs nova.api.openstack.wsgi: ERROR: Exception handling resource: wait() got an unexpected keyword argument 'timeout' 2013-05-02 06:18:29 19206 TRACE nova.api.openstack.wsgi Traceback (most recent call last): 2013-05-02 06:18:29 19206 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 944, in _process_stack 2013-05-02 06:18:29 19206 TRACE nova.api.openstack.wsgi action_result = self.dispatch(meth, request, action_args) 2013-05-02 06:18:29 19206 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 1032, in dispatch 2013-05-02 06:18:29 19206 TRACE nova.api.openstack.wsgi return method(req=request, **action_args) 2013-05-02 06:18:29 19206 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/compute/contrib/keypairs.py",> line 85, in create 2013-05-02 06:18:29 19206 TRACE nova.api.openstack.wsgi params['public_key']) 2013-05-02 06:18:29 19206 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/compute/api.py",> line 2207, in import_key_pair 2013-05-02 06:18:29 19206 TRACE nova.api.openstack.wsgi fingerprint = crypto.generate_fingerprint(public_key) 2013-05-02 06:18:29 19206 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/crypto.py",> line 133, in generate_fingerprint 2013-05-02 06:18:29 19206 TRACE nova.api.openstack.wsgi return _generate_fingerprint(pubfile) 2013-05-02 06:18:29 19206 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/crypto.py",> line 122, in _generate_fingerprint 2013-05-02 06:18:29 19206 TRACE nova.api.openstack.wsgi (out, err) = utils.execute('ssh-keygen', '-q', '-l', '-f', public_key_file) 2013-05-02 06:18:29 19206 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/utils.py",> line 200, in execute 2013-05-02 06:18:29 19206 TRACE nova.api.openstack.wsgi result = obj.communicate() 2013-05-02 06:18:29 19206 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 729, in communicate 2013-05-02 06:18:29 19206 TRACE nova.api.openstack.wsgi stdout, stderr = self._communicate(input, endtime) 2013-05-02 06:18:29 19206 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 1330, in _communicate 2013-05-02 06:18:29 19206 TRACE nova.api.openstack.wsgi self.wait(timeout=self._remaining_time(endtime)) 2013-05-02 06:18:29 19206 TRACE nova.api.openstack.wsgi TypeError: wait() got an unexpected keyword argument 'timeout' 2013-05-02 06:18:29 19206 TRACE nova.api.openstack.wsgi nova.api.openstack.wsgi: INFO: http://127.0.0.1:51185/v2/openstack/os-keypairs returned with HTTP 400 nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [02/May/2013 06:18:29] "POST /v2/openstack/os-keypairs HTTP/1.1" 400 399 0.235990 --------------------- >> end captured logging << --------------------- ====================================================================== FAIL: Get api sample of key pairs post request ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/tests/integrated/test_api_samples.py",> line 884, in test_keypairs_post self.assertEqual(response.status, 200) AssertionError: 400 != 200
raise self.failureException, \ (None or '%r != %r' % (400, 200))
-------------------- >> begin captured logging << -------------------- nova.compute.manager: INFO: Loading compute driver 'nova.virt.fake.FakeDriver' nova.service: AUDIT: Starting compute node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.compute.resource_tracker: AUDIT: Free ram (MB): 7680 nova.compute.resource_tracker: AUDIT: Free disk (GB): 1028 nova.compute.resource_tracker: AUDIT: Free VCPUS: 1 nova.compute.resource_tracker: INFO: Compute_service record created for 79353bd106d24618b4182d04afea850f nova.service: AUDIT: Starting volume node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting network node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting scheduler node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.wsgi: INFO: osapi_compute listening on 127.0.0.1:58035 nova.tests.integrated.integrated_helpers: WARNING: http://127.0.0.1:58035/v2 nova.tests.integrated.api.client: INFO: Doing GET on /v2 nova.osapi_compute.wsgi.server: INFO: (19206) wsgi starting up on http://127.0.0.1:58035/ nova.osapi_compute.wsgi.server: INFO: (19206) accepted ('127.0.0.1', 40452) nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [02/May/2013 06:18:29] "GET /v2 HTTP/1.1" 204 216 0.001107 nova.tests.integrated.api.client: INFO: Doing POST on /v2/openstack/os-keypairs nova.tests.integrated.api.client: INFO: Body: <keypair> <name>keypair-dcf6ce19-9299-4c3d-b226-eef246d9b6b6</name> </keypair> nova.osapi_compute.wsgi.server: INFO: (19206) accepted ('127.0.0.1', 40453) routes.middleware: DEBUG: Matched POST /openstack/os-keypairs routes.middleware: DEBUG: Route path: '/{project_id}/os-keypairs', defaults: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0x8f63850>} routes.middleware: DEBUG: Match dict: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0x8f63850>, 'project_id': u'openstack'} nova.api.openstack.wsgi: INFO: POST http://127.0.0.1:58035/v2/openstack/os-keypairs nova.api.openstack.wsgi: ERROR: Exception handling resource: wait() got an unexpected keyword argument 'timeout' 2013-05-02 06:18:30 19206 TRACE nova.api.openstack.wsgi Traceback (most recent call last): 2013-05-02 06:18:30 19206 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 944, in _process_stack 2013-05-02 06:18:30 19206 TRACE nova.api.openstack.wsgi action_result = self.dispatch(meth, request, action_args) 2013-05-02 06:18:30 19206 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 1032, in dispatch 2013-05-02 06:18:30 19206 TRACE nova.api.openstack.wsgi return method(req=request, **action_args) 2013-05-02 06:18:30 19206 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/compute/contrib/keypairs.py",> line 88, in create 2013-05-02 06:18:30 19206 TRACE nova.api.openstack.wsgi name) 2013-05-02 06:18:30 19206 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/compute/api.py",> line 2230, in create_key_pair 2013-05-02 06:18:30 19206 TRACE nova.api.openstack.wsgi private_key, public_key, fingerprint = crypto.generate_key_pair() 2013-05-02 06:18:30 19206 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/crypto.py",> line 144, in generate_key_pair 2013-05-02 06:18:30 19206 TRACE nova.api.openstack.wsgi '-t', 'rsa', '-f', keyfile, '-C', 'Generated by Nova') 2013-05-02 06:18:30 19206 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/utils.py",> line 200, in execute 2013-05-02 06:18:30 19206 TRACE nova.api.openstack.wsgi result = obj.communicate() 2013-05-02 06:18:30 19206 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 729, in communicate 2013-05-02 06:18:30 19206 TRACE nova.api.openstack.wsgi stdout, stderr = self._communicate(input, endtime) 2013-05-02 06:18:30 19206 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 1330, in _communicate 2013-05-02 06:18:30 19206 TRACE nova.api.openstack.wsgi self.wait(timeout=self._remaining_time(endtime)) 2013-05-02 06:18:30 19206 TRACE nova.api.openstack.wsgi TypeError: wait() got an unexpected keyword argument 'timeout' 2013-05-02 06:18:30 19206 TRACE nova.api.openstack.wsgi nova.api.openstack.wsgi: INFO: http://127.0.0.1:58035/v2/openstack/os-keypairs returned with HTTP 400 nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [02/May/2013 06:18:30] "POST /v2/openstack/os-keypairs HTTP/1.1" 400 399 0.300965 --------------------- >> end captured logging << --------------------- ====================================================================== FAIL: test_get_product_version_product_brand_does_not_fail (nova.tests.test_xenapi.XenAPISessionTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/tests/test_xenapi.py",> line 2855, in test_get_product_version_product_brand_does_not_fail session._get_product_version_and_brand() AssertionError: (None, None) != ((5, 6, 2), 'XenServer')
raise self.failureException, \ (None or '%r != %r' % ((None, None), ((5, 6, 2), 'XenServer')))
====================================================================== FAIL: test_get_product_version_product_brand_xs_6 (nova.tests.test_xenapi.XenAPISessionTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/tests/test_xenapi.py",> line 2866, in test_get_product_version_product_brand_xs_6 session._get_product_version_and_brand() AssertionError: ((6, 0, 50), 'XenServer') != ((5, 6, 2), 'XenServer')
raise self.failureException, \ (None or '%r != %r' % (((6, 0, 50), 'XenServer'), ((5, 6, 2), 'XenServer')))
---------------------------------------------------------------------- XML: nosetests.xml ERROR: InvocationError: '<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/.tox/py26/bin/nosetests'> ___________________________________ 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 Cheetah==2.4.4 Jinja2==2.6 Markdown==2.3.1 Paste==1.7.5.1 PasteDeploy==1.5.0 Pygments==1.6 Routes==1.12.3 SQLAlchemy==0.7.9 Sphinx==1.2b1 Tempita==0.5.1 WebOb==1.0.8 amqplib==0.6.1 anyjson==0.2.4 argparse==1.2.1 boto==2.1.1 cliff==1.3.2 cmd2==0.6.4 colorama==0.2.5 coverage==3.6 decorator==3.4.0 distribute==0.6.34 docutils==0.10 eventlet==0.12.1 feedparser==5.1.3 greenlet==0.4.0 httplib2==0.8 iso8601==0.1.4 jsonpatch==1.0 jsonpointer==1.0 jsonschema==1.3.0 kombu==1.0.4 logilab-astng==0.24.3 logilab-common==0.59.1 lxml==2.3.5 mox==0.5.3 netaddr==0.7.10 nose==1.2.1 nosehtmloutput==0.0.4 nova==2012.2.5 openstack.nose-plugin==0.11 oslo.config==1.1.0 paramiko==1.10.1 pep8==1.1 prettytable==0.7.2 pyOpenSSL==0.13 pycrypto==2.6 pylint==0.25.2 pyparsing==1.5.7 python-cinderclient==1.0.3 python-glanceclient==0.9.0 python-keystoneclient==0.2.3 python-quantumclient==2.2.1 requests==1.2.0 setuptools-git==1.0b1 simplejson==3.2.0 sqlalchemy-migrate==0.7.2 suds==0.4 termcolor==1.1.0 unittest2==0.5.1 warlock==1.0.0 + echo ====================================================================== ====================================================================== + '[' -d .testrepository ']' + sudo /usr/local/jenkins/slave_scripts/jenkins-sudo-grep.sh post grep: /var/log/auth.log: No such file or directory + 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= + '[' -f '' ']' + echo + echo 'WARNING: Unable to find to confirm results!' WARNING: Unable to find to confirm results! + echo + exit 1 + rm -rf /tmp/tmp.yN2Gpwh6Pm Build step 'Execute shell' marked build as failure [SCP] Connecting to static.openstack.org [SCP] No file(s) found: **/*nose_results.html [SCP] '**/*nose_results.html' doesn't match anything: '**' exists but not '**/*nose_results.html' [SCP] Connecting to static.openstack.org [SCP] Trying to create /srv/static/logs/periodic/periodic-nova-python26-stable-folsom-centos6/2 [SCP] Copying console log.
See <https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/3/> ------------------------------------------ [...truncated 12586 lines...] nova.compute.resource_tracker: INFO: Compute_service record created for 0f74d19f8df041aaa6821b7965717115 nova.service: AUDIT: Starting volume node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting network node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting scheduler node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.wsgi: INFO: osapi_compute listening on 127.0.0.1:50700 nova.tests.integrated.integrated_helpers: WARNING: http://127.0.0.1:50700/v2 nova.tests.integrated.api.client: INFO: Doing GET on /v2 nova.osapi_compute.wsgi.server: INFO: (16064) wsgi starting up on http://127.0.0.1:50700/ nova.osapi_compute.wsgi.server: INFO: (16064) accepted ('127.0.0.1', 60117) nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [03/May/2013 06:18:28] "GET /v2 HTTP/1.1" 204 216 0.000993 nova.tests.integrated.api.client: INFO: Doing POST on /v2/openstack/os-keypairs nova.tests.integrated.api.client: INFO: Body: <keypair> <name>keypair-5d9d9304-ddff-4758-8b27-bdbbd1253540</name> <public_key>ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDx8nkQv/zgGgB4rMYmIf+6A4l6Rr+o/6lHBQdW5aYd44bd8JttDCE/F/pNRr0lRE+PiqSPO8nDPHw0010JeMH9gYgnnFlyY3/OcJ02RhIPyyxYpv9FhY+2YiUkpwFOcLImyrxEsYXpD/0d3ac30bNH6Sw9JD9UZHYcpSxsIbECHw== Generated by Nova</public_key> </keypair> nova.osapi_compute.wsgi.server: INFO: (16064) accepted ('127.0.0.1', 60118) routes.middleware: DEBUG: Matched POST /openstack/os-keypairs routes.middleware: DEBUG: Route path: '/{project_id}/os-keypairs', defaults: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0xa369d50>} routes.middleware: DEBUG: Match dict: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0xa369d50>, 'project_id': u'openstack'} nova.api.openstack.wsgi: INFO: POST http://127.0.0.1:50700/v2/openstack/os-keypairs nova.api.openstack.wsgi: ERROR: Exception handling resource: wait() got an unexpected keyword argument 'timeout' 2013-05-03 06:18:28 16064 TRACE nova.api.openstack.wsgi Traceback (most recent call last): 2013-05-03 06:18:28 16064 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 944, in _process_stack 2013-05-03 06:18:28 16064 TRACE nova.api.openstack.wsgi action_result = self.dispatch(meth, request, action_args) 2013-05-03 06:18:28 16064 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 1032, in dispatch 2013-05-03 06:18:28 16064 TRACE nova.api.openstack.wsgi return method(req=request, **action_args) 2013-05-03 06:18:28 16064 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/compute/contrib/keypairs.py",> line 85, in create 2013-05-03 06:18:28 16064 TRACE nova.api.openstack.wsgi params['public_key']) 2013-05-03 06:18:28 16064 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/compute/api.py",> line 2207, in import_key_pair 2013-05-03 06:18:28 16064 TRACE nova.api.openstack.wsgi fingerprint = crypto.generate_fingerprint(public_key) 2013-05-03 06:18:28 16064 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/crypto.py",> line 133, in generate_fingerprint 2013-05-03 06:18:28 16064 TRACE nova.api.openstack.wsgi return _generate_fingerprint(pubfile) 2013-05-03 06:18:28 16064 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/crypto.py",> line 122, in _generate_fingerprint 2013-05-03 06:18:28 16064 TRACE nova.api.openstack.wsgi (out, err) = utils.execute('ssh-keygen', '-q', '-l', '-f', public_key_file) 2013-05-03 06:18:28 16064 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/utils.py",> line 200, in execute 2013-05-03 06:18:28 16064 TRACE nova.api.openstack.wsgi result = obj.communicate() 2013-05-03 06:18:28 16064 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 729, in communicate 2013-05-03 06:18:28 16064 TRACE nova.api.openstack.wsgi stdout, stderr = self._communicate(input, endtime) 2013-05-03 06:18:28 16064 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 1330, in _communicate 2013-05-03 06:18:28 16064 TRACE nova.api.openstack.wsgi self.wait(timeout=self._remaining_time(endtime)) 2013-05-03 06:18:28 16064 TRACE nova.api.openstack.wsgi TypeError: wait() got an unexpected keyword argument 'timeout' 2013-05-03 06:18:28 16064 TRACE nova.api.openstack.wsgi nova.api.openstack.wsgi: INFO: http://127.0.0.1:50700/v2/openstack/os-keypairs returned with HTTP 400 nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [03/May/2013 06:18:28] "POST /v2/openstack/os-keypairs HTTP/1.1" 400 399 0.247121 --------------------- >> end captured logging << --------------------- ====================================================================== FAIL: Get api sample of key pairs post request ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/tests/integrated/test_api_samples.py",> line 884, in test_keypairs_post self.assertEqual(response.status, 200) AssertionError: 400 != 200
raise self.failureException, \ (None or '%r != %r' % (400, 200))
-------------------- >> begin captured logging << -------------------- nova.compute.manager: INFO: Loading compute driver 'nova.virt.fake.FakeDriver' nova.service: AUDIT: Starting compute node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.compute.resource_tracker: AUDIT: Free ram (MB): 7680 nova.compute.resource_tracker: AUDIT: Free disk (GB): 1028 nova.compute.resource_tracker: AUDIT: Free VCPUS: 1 nova.compute.resource_tracker: INFO: Compute_service record created for 09e477fa1be34819a8721c57e9355797 nova.service: AUDIT: Starting volume node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting network node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting scheduler node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.wsgi: INFO: osapi_compute listening on 127.0.0.1:47170 nova.tests.integrated.integrated_helpers: WARNING: http://127.0.0.1:47170/v2 nova.tests.integrated.api.client: INFO: Doing GET on /v2 nova.osapi_compute.wsgi.server: INFO: (16064) wsgi starting up on http://127.0.0.1:47170/ nova.osapi_compute.wsgi.server: INFO: (16064) accepted ('127.0.0.1', 50058) nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [03/May/2013 06:18:29] "GET /v2 HTTP/1.1" 204 216 0.001042 nova.tests.integrated.api.client: INFO: Doing POST on /v2/openstack/os-keypairs nova.tests.integrated.api.client: INFO: Body: <keypair> <name>keypair-dcdb9398-a4df-46ac-b615-6f3bb5b9eb32</name> </keypair> nova.osapi_compute.wsgi.server: INFO: (16064) accepted ('127.0.0.1', 50059) routes.middleware: DEBUG: Matched POST /openstack/os-keypairs routes.middleware: DEBUG: Route path: '/{project_id}/os-keypairs', defaults: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0x9eec990>} routes.middleware: DEBUG: Match dict: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0x9eec990>, 'project_id': u'openstack'} nova.api.openstack.wsgi: INFO: POST http://127.0.0.1:47170/v2/openstack/os-keypairs nova.api.openstack.wsgi: ERROR: Exception handling resource: wait() got an unexpected keyword argument 'timeout' 2013-05-03 06:18:29 16064 TRACE nova.api.openstack.wsgi Traceback (most recent call last): 2013-05-03 06:18:29 16064 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 944, in _process_stack 2013-05-03 06:18:29 16064 TRACE nova.api.openstack.wsgi action_result = self.dispatch(meth, request, action_args) 2013-05-03 06:18:29 16064 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 1032, in dispatch 2013-05-03 06:18:29 16064 TRACE nova.api.openstack.wsgi return method(req=request, **action_args) 2013-05-03 06:18:29 16064 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/compute/contrib/keypairs.py",> line 88, in create 2013-05-03 06:18:29 16064 TRACE nova.api.openstack.wsgi name) 2013-05-03 06:18:29 16064 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/compute/api.py",> line 2230, in create_key_pair 2013-05-03 06:18:29 16064 TRACE nova.api.openstack.wsgi private_key, public_key, fingerprint = crypto.generate_key_pair() 2013-05-03 06:18:29 16064 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/crypto.py",> line 144, in generate_key_pair 2013-05-03 06:18:29 16064 TRACE nova.api.openstack.wsgi '-t', 'rsa', '-f', keyfile, '-C', 'Generated by Nova') 2013-05-03 06:18:29 16064 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/utils.py",> line 200, in execute 2013-05-03 06:18:29 16064 TRACE nova.api.openstack.wsgi result = obj.communicate() 2013-05-03 06:18:29 16064 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 729, in communicate 2013-05-03 06:18:29 16064 TRACE nova.api.openstack.wsgi stdout, stderr = self._communicate(input, endtime) 2013-05-03 06:18:29 16064 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 1330, in _communicate 2013-05-03 06:18:29 16064 TRACE nova.api.openstack.wsgi self.wait(timeout=self._remaining_time(endtime)) 2013-05-03 06:18:29 16064 TRACE nova.api.openstack.wsgi TypeError: wait() got an unexpected keyword argument 'timeout' 2013-05-03 06:18:29 16064 TRACE nova.api.openstack.wsgi nova.api.openstack.wsgi: INFO: http://127.0.0.1:47170/v2/openstack/os-keypairs returned with HTTP 400 nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [03/May/2013 06:18:29] "POST /v2/openstack/os-keypairs HTTP/1.1" 400 399 0.698696 --------------------- >> end captured logging << --------------------- ====================================================================== FAIL: test_get_product_version_product_brand_does_not_fail (nova.tests.test_xenapi.XenAPISessionTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/tests/test_xenapi.py",> line 2855, in test_get_product_version_product_brand_does_not_fail session._get_product_version_and_brand() AssertionError: (None, None) != ((5, 6, 2), 'XenServer')
raise self.failureException, \ (None or '%r != %r' % ((None, None), ((5, 6, 2), 'XenServer')))
====================================================================== FAIL: test_get_product_version_product_brand_xs_6 (nova.tests.test_xenapi.XenAPISessionTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/tests/test_xenapi.py",> line 2866, in test_get_product_version_product_brand_xs_6 session._get_product_version_and_brand() AssertionError: ((6, 0, 50), 'XenServer') != ((5, 6, 2), 'XenServer')
raise self.failureException, \ (None or '%r != %r' % (((6, 0, 50), 'XenServer'), ((5, 6, 2), 'XenServer')))
---------------------------------------------------------------------- XML: nosetests.xml ERROR: InvocationError: '<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/.tox/py26/bin/nosetests'> ___________________________________ 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 Cheetah==2.4.4 Jinja2==2.6 Markdown==2.3.1 Paste==1.7.5.1 PasteDeploy==1.5.0 Pygments==1.6 Routes==1.12.3 SQLAlchemy==0.7.9 Sphinx==1.2b1 Tempita==0.5.1 WebOb==1.0.8 amqplib==0.6.1 anyjson==0.2.4 argparse==1.2.1 boto==2.1.1 cliff==1.3.3 cmd2==0.6.5.1 colorama==0.2.5 coverage==3.6 decorator==3.4.0 distribute==0.6.34 docutils==0.10 eventlet==0.12.1 feedparser==5.1.3 greenlet==0.4.0 httplib2==0.8 iso8601==0.1.4 jsonpatch==1.0 jsonpointer==1.0 jsonschema==1.3.0 kombu==1.0.4 logilab-astng==0.24.3 logilab-common==0.59.1 lxml==2.3.5 mox==0.5.3 netaddr==0.7.10 nose==1.2.1 nosehtmloutput==0.0.4 nova==2012.2.5 openstack.nose-plugin==0.11 oslo.config==1.1.0 paramiko==1.10.1 pep8==1.1 prettytable==0.7.2 pyOpenSSL==0.13 pycrypto==2.6 pylint==0.25.2 pyparsing==1.5.7 python-cinderclient==1.0.4 python-glanceclient==0.9.0 python-keystoneclient==0.2.3 python-quantumclient==2.2.1 requests==1.2.0 setuptools-git==1.0b1 simplejson==3.2.0 sqlalchemy-migrate==0.7.2 suds==0.4 termcolor==1.1.0 unittest2==0.5.1 warlock==1.0.0 + echo ====================================================================== ====================================================================== + '[' -d .testrepository ']' + sudo /usr/local/jenkins/slave_scripts/jenkins-sudo-grep.sh post grep: /var/log/auth.log: No such file or directory + 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= + '[' -f '' ']' + echo + echo 'WARNING: Unable to find to confirm results!' WARNING: Unable to find to confirm results! + echo + exit 1 + rm -rf /tmp/tmp.0ofOM9Gvcz Build step 'Execute shell' marked build as failure [SCP] Connecting to static.openstack.org [SCP] No file(s) found: **/*nose_results.html [SCP] '**/*nose_results.html' doesn't match anything: '**' exists but not '**/*nose_results.html' [SCP] Connecting to static.openstack.org [SCP] Trying to create /srv/static/logs/periodic/periodic-nova-python26-stable-folsom-centos6/3 [SCP] Copying console log.
See <https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/4/> ------------------------------------------ [...truncated 12587 lines...] nova.compute.resource_tracker: INFO: Compute_service record created for 53d46dafe8b9488e847d93076c0166d8 nova.service: AUDIT: Starting volume node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting network node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting scheduler node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.wsgi: INFO: osapi_compute listening on 127.0.0.1:36699 nova.tests.integrated.integrated_helpers: WARNING: http://127.0.0.1:36699/v2 nova.tests.integrated.api.client: INFO: Doing GET on /v2 nova.osapi_compute.wsgi.server: INFO: (24582) wsgi starting up on http://127.0.0.1:36699/ nova.osapi_compute.wsgi.server: INFO: (24582) accepted ('127.0.0.1', 47046) nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [04/May/2013 06:17:00] "GET /v2 HTTP/1.1" 204 216 0.000988 nova.tests.integrated.api.client: INFO: Doing POST on /v2/openstack/os-keypairs nova.tests.integrated.api.client: INFO: Body: <keypair> <name>keypair-57e39943-de44-4365-976e-4237811eb44e</name> <public_key>ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDx8nkQv/zgGgB4rMYmIf+6A4l6Rr+o/6lHBQdW5aYd44bd8JttDCE/F/pNRr0lRE+PiqSPO8nDPHw0010JeMH9gYgnnFlyY3/OcJ02RhIPyyxYpv9FhY+2YiUkpwFOcLImyrxEsYXpD/0d3ac30bNH6Sw9JD9UZHYcpSxsIbECHw== Generated by Nova</public_key> </keypair> nova.osapi_compute.wsgi.server: INFO: (24582) accepted ('127.0.0.1', 47047) routes.middleware: DEBUG: Matched POST /openstack/os-keypairs routes.middleware: DEBUG: Route path: '/{project_id}/os-keypairs', defaults: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0x8948650>} routes.middleware: DEBUG: Match dict: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0x8948650>, 'project_id': u'openstack'} nova.api.openstack.wsgi: INFO: POST http://127.0.0.1:36699/v2/openstack/os-keypairs nova.api.openstack.wsgi: ERROR: Exception handling resource: wait() got an unexpected keyword argument 'timeout' 2013-05-04 06:17:01 24582 TRACE nova.api.openstack.wsgi Traceback (most recent call last): 2013-05-04 06:17:01 24582 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 944, in _process_stack 2013-05-04 06:17:01 24582 TRACE nova.api.openstack.wsgi action_result = self.dispatch(meth, request, action_args) 2013-05-04 06:17:01 24582 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 1032, in dispatch 2013-05-04 06:17:01 24582 TRACE nova.api.openstack.wsgi return method(req=request, **action_args) 2013-05-04 06:17:01 24582 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/compute/contrib/keypairs.py",> line 85, in create 2013-05-04 06:17:01 24582 TRACE nova.api.openstack.wsgi params['public_key']) 2013-05-04 06:17:01 24582 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/compute/api.py",> line 2207, in import_key_pair 2013-05-04 06:17:01 24582 TRACE nova.api.openstack.wsgi fingerprint = crypto.generate_fingerprint(public_key) 2013-05-04 06:17:01 24582 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/crypto.py",> line 133, in generate_fingerprint 2013-05-04 06:17:01 24582 TRACE nova.api.openstack.wsgi return _generate_fingerprint(pubfile) 2013-05-04 06:17:01 24582 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/crypto.py",> line 122, in _generate_fingerprint 2013-05-04 06:17:01 24582 TRACE nova.api.openstack.wsgi (out, err) = utils.execute('ssh-keygen', '-q', '-l', '-f', public_key_file) 2013-05-04 06:17:01 24582 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/utils.py",> line 200, in execute 2013-05-04 06:17:01 24582 TRACE nova.api.openstack.wsgi result = obj.communicate() 2013-05-04 06:17:01 24582 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 729, in communicate 2013-05-04 06:17:01 24582 TRACE nova.api.openstack.wsgi stdout, stderr = self._communicate(input, endtime) 2013-05-04 06:17:01 24582 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 1330, in _communicate 2013-05-04 06:17:01 24582 TRACE nova.api.openstack.wsgi self.wait(timeout=self._remaining_time(endtime)) 2013-05-04 06:17:01 24582 TRACE nova.api.openstack.wsgi TypeError: wait() got an unexpected keyword argument 'timeout' 2013-05-04 06:17:01 24582 TRACE nova.api.openstack.wsgi nova.api.openstack.wsgi: INFO: http://127.0.0.1:36699/v2/openstack/os-keypairs returned with HTTP 400 nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [04/May/2013 06:17:01] "POST /v2/openstack/os-keypairs HTTP/1.1" 400 399 0.248162 --------------------- >> end captured logging << --------------------- ====================================================================== FAIL: Get api sample of key pairs post request ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/tests/integrated/test_api_samples.py",> line 884, in test_keypairs_post self.assertEqual(response.status, 200) AssertionError: 400 != 200
raise self.failureException, \ (None or '%r != %r' % (400, 200))
-------------------- >> begin captured logging << -------------------- nova.compute.manager: INFO: Loading compute driver 'nova.virt.fake.FakeDriver' nova.service: AUDIT: Starting compute node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.compute.resource_tracker: AUDIT: Free ram (MB): 7680 nova.compute.resource_tracker: AUDIT: Free disk (GB): 1028 nova.compute.resource_tracker: AUDIT: Free VCPUS: 1 nova.compute.resource_tracker: INFO: Compute_service record created for 914fff69333044d2aea31f09e81b9cd1 nova.service: AUDIT: Starting volume node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting network node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting scheduler node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.wsgi: INFO: osapi_compute listening on 127.0.0.1:45419 nova.tests.integrated.integrated_helpers: WARNING: http://127.0.0.1:45419/v2 nova.tests.integrated.api.client: INFO: Doing GET on /v2 nova.osapi_compute.wsgi.server: INFO: (24582) wsgi starting up on http://127.0.0.1:45419/ nova.osapi_compute.wsgi.server: INFO: (24582) accepted ('127.0.0.1', 57362) nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [04/May/2013 06:17:01] "GET /v2 HTTP/1.1" 204 216 0.001037 nova.tests.integrated.api.client: INFO: Doing POST on /v2/openstack/os-keypairs nova.tests.integrated.api.client: INFO: Body: <keypair> <name>keypair-4c9f0460-52e8-42f5-a937-80e89cbde7a0</name> </keypair> nova.osapi_compute.wsgi.server: INFO: (24582) accepted ('127.0.0.1', 57363) routes.middleware: DEBUG: Matched POST /openstack/os-keypairs routes.middleware: DEBUG: Route path: '/{project_id}/os-keypairs', defaults: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0x9c99510>} routes.middleware: DEBUG: Match dict: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0x9c99510>, 'project_id': u'openstack'} nova.api.openstack.wsgi: INFO: POST http://127.0.0.1:45419/v2/openstack/os-keypairs nova.api.openstack.wsgi: ERROR: Exception handling resource: wait() got an unexpected keyword argument 'timeout' 2013-05-04 06:17:01 24582 TRACE nova.api.openstack.wsgi Traceback (most recent call last): 2013-05-04 06:17:01 24582 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 944, in _process_stack 2013-05-04 06:17:01 24582 TRACE nova.api.openstack.wsgi action_result = self.dispatch(meth, request, action_args) 2013-05-04 06:17:01 24582 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 1032, in dispatch 2013-05-04 06:17:01 24582 TRACE nova.api.openstack.wsgi return method(req=request, **action_args) 2013-05-04 06:17:01 24582 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/compute/contrib/keypairs.py",> line 88, in create 2013-05-04 06:17:01 24582 TRACE nova.api.openstack.wsgi name) 2013-05-04 06:17:01 24582 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/compute/api.py",> line 2230, in create_key_pair 2013-05-04 06:17:01 24582 TRACE nova.api.openstack.wsgi private_key, public_key, fingerprint = crypto.generate_key_pair() 2013-05-04 06:17:01 24582 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/crypto.py",> line 144, in generate_key_pair 2013-05-04 06:17:01 24582 TRACE nova.api.openstack.wsgi '-t', 'rsa', '-f', keyfile, '-C', 'Generated by Nova') 2013-05-04 06:17:01 24582 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/utils.py",> line 200, in execute 2013-05-04 06:17:01 24582 TRACE nova.api.openstack.wsgi result = obj.communicate() 2013-05-04 06:17:01 24582 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 729, in communicate 2013-05-04 06:17:01 24582 TRACE nova.api.openstack.wsgi stdout, stderr = self._communicate(input, endtime) 2013-05-04 06:17:01 24582 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 1330, in _communicate 2013-05-04 06:17:01 24582 TRACE nova.api.openstack.wsgi self.wait(timeout=self._remaining_time(endtime)) 2013-05-04 06:17:01 24582 TRACE nova.api.openstack.wsgi TypeError: wait() got an unexpected keyword argument 'timeout' 2013-05-04 06:17:01 24582 TRACE nova.api.openstack.wsgi nova.api.openstack.wsgi: INFO: http://127.0.0.1:45419/v2/openstack/os-keypairs returned with HTTP 400 nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [04/May/2013 06:17:01] "POST /v2/openstack/os-keypairs HTTP/1.1" 400 399 0.285572 --------------------- >> end captured logging << --------------------- ====================================================================== FAIL: test_get_product_version_product_brand_does_not_fail (nova.tests.test_xenapi.XenAPISessionTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/tests/test_xenapi.py",> line 2855, in test_get_product_version_product_brand_does_not_fail session._get_product_version_and_brand() AssertionError: (None, None) != ((5, 6, 2), 'XenServer')
raise self.failureException, \ (None or '%r != %r' % ((None, None), ((5, 6, 2), 'XenServer')))
====================================================================== FAIL: test_get_product_version_product_brand_xs_6 (nova.tests.test_xenapi.XenAPISessionTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/tests/test_xenapi.py",> line 2866, in test_get_product_version_product_brand_xs_6 session._get_product_version_and_brand() AssertionError: ((6, 0, 50), 'XenServer') != ((5, 6, 2), 'XenServer')
raise self.failureException, \ (None or '%r != %r' % (((6, 0, 50), 'XenServer'), ((5, 6, 2), 'XenServer')))
---------------------------------------------------------------------- XML: nosetests.xml ERROR: InvocationError: '<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/.tox/py26/bin/nosetests'> ___________________________________ 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 Cheetah==2.4.4 Jinja2==2.6 Markdown==2.3.1 Paste==1.7.5.1 PasteDeploy==1.5.0 Pygments==1.6 Routes==1.12.3 SQLAlchemy==0.7.9 Sphinx==1.2b1 Tempita==0.5.1 WebOb==1.0.8 amqplib==0.6.1 anyjson==0.2.4 argparse==1.2.1 boto==2.1.1 cliff==1.3.3 cmd2==0.6.5.1 colorama==0.2.5 coverage==3.6 decorator==3.4.0 distribute==0.6.34 docutils==0.10 eventlet==0.12.1 feedparser==5.1.3 greenlet==0.4.0 httplib2==0.8 iso8601==0.1.4 jsonpatch==1.0 jsonpointer==1.0 jsonschema==1.3.0 kombu==1.0.4 logilab-astng==0.24.3 logilab-common==0.59.1 lxml==2.3.5 mox==0.5.3 netaddr==0.7.10 nose==1.2.1 nosehtmloutput==0.0.4 nova==2012.2.5 openstack.nose-plugin==0.11 oslo.config==1.1.0 paramiko==1.10.1 pep8==1.1 prettytable==0.7.2 pyOpenSSL==0.13 pycrypto==2.6 pylint==0.25.2 pyparsing==1.5.7 python-cinderclient==1.0.4 python-glanceclient==0.9.0 python-keystoneclient==0.2.3 python-quantumclient==2.2.1 requests==1.2.0 setuptools-git==1.0b1 simplejson==3.2.0 sqlalchemy-migrate==0.7.2 suds==0.4 termcolor==1.1.0 unittest2==0.5.1 warlock==1.0.0 + echo ====================================================================== ====================================================================== + '[' -d .testrepository ']' + sudo /usr/local/jenkins/slave_scripts/jenkins-sudo-grep.sh post grep: /var/log/auth.log: No such file or directory + 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= + '[' -f '' ']' + echo + echo 'WARNING: Unable to find to confirm results!' WARNING: Unable to find to confirm results! + echo + exit 1 + rm -rf /tmp/tmp.dlBNR7b4eP Build step 'Execute shell' marked build as failure [SCP] Connecting to static.openstack.org [SCP] No file(s) found: **/*nose_results.html [SCP] '**/*nose_results.html' doesn't match anything: '**' exists but not '**/*nose_results.html' [SCP] Connecting to static.openstack.org [SCP] Trying to create /srv/static/logs/periodic/periodic-nova-python26-stable-folsom-centos6/4 [SCP] Copying console log.
See <https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/5/> ------------------------------------------ [...truncated 12586 lines...] nova.compute.resource_tracker: INFO: Compute_service record created for f7a561f8a3ce462085bdaef576db1325 nova.service: AUDIT: Starting volume node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting network node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting scheduler node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.wsgi: INFO: osapi_compute listening on 127.0.0.1:56114 nova.tests.integrated.integrated_helpers: WARNING: http://127.0.0.1:56114/v2 nova.tests.integrated.api.client: INFO: Doing GET on /v2 nova.osapi_compute.wsgi.server: INFO: (18429) wsgi starting up on http://127.0.0.1:56114/ nova.osapi_compute.wsgi.server: INFO: (18429) accepted ('127.0.0.1', 37490) nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [05/May/2013 06:17:32] "GET /v2 HTTP/1.1" 204 216 0.001047 nova.tests.integrated.api.client: INFO: Doing POST on /v2/openstack/os-keypairs nova.tests.integrated.api.client: INFO: Body: <keypair> <name>keypair-158a20f7-16c9-4d61-951c-980b8bb6e74a</name> <public_key>ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDx8nkQv/zgGgB4rMYmIf+6A4l6Rr+o/6lHBQdW5aYd44bd8JttDCE/F/pNRr0lRE+PiqSPO8nDPHw0010JeMH9gYgnnFlyY3/OcJ02RhIPyyxYpv9FhY+2YiUkpwFOcLImyrxEsYXpD/0d3ac30bNH6Sw9JD9UZHYcpSxsIbECHw== Generated by Nova</public_key> </keypair> nova.osapi_compute.wsgi.server: INFO: (18429) accepted ('127.0.0.1', 37491) routes.middleware: DEBUG: Matched POST /openstack/os-keypairs routes.middleware: DEBUG: Route path: '/{project_id}/os-keypairs', defaults: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0xa17f210>} routes.middleware: DEBUG: Match dict: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0xa17f210>, 'project_id': u'openstack'} nova.api.openstack.wsgi: INFO: POST http://127.0.0.1:56114/v2/openstack/os-keypairs nova.api.openstack.wsgi: ERROR: Exception handling resource: wait() got an unexpected keyword argument 'timeout' 2013-05-05 06:17:33 18429 TRACE nova.api.openstack.wsgi Traceback (most recent call last): 2013-05-05 06:17:33 18429 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 944, in _process_stack 2013-05-05 06:17:33 18429 TRACE nova.api.openstack.wsgi action_result = self.dispatch(meth, request, action_args) 2013-05-05 06:17:33 18429 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 1032, in dispatch 2013-05-05 06:17:33 18429 TRACE nova.api.openstack.wsgi return method(req=request, **action_args) 2013-05-05 06:17:33 18429 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/compute/contrib/keypairs.py",> line 85, in create 2013-05-05 06:17:33 18429 TRACE nova.api.openstack.wsgi params['public_key']) 2013-05-05 06:17:33 18429 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/compute/api.py",> line 2207, in import_key_pair 2013-05-05 06:17:33 18429 TRACE nova.api.openstack.wsgi fingerprint = crypto.generate_fingerprint(public_key) 2013-05-05 06:17:33 18429 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/crypto.py",> line 133, in generate_fingerprint 2013-05-05 06:17:33 18429 TRACE nova.api.openstack.wsgi return _generate_fingerprint(pubfile) 2013-05-05 06:17:33 18429 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/crypto.py",> line 122, in _generate_fingerprint 2013-05-05 06:17:33 18429 TRACE nova.api.openstack.wsgi (out, err) = utils.execute('ssh-keygen', '-q', '-l', '-f', public_key_file) 2013-05-05 06:17:33 18429 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/utils.py",> line 200, in execute 2013-05-05 06:17:33 18429 TRACE nova.api.openstack.wsgi result = obj.communicate() 2013-05-05 06:17:33 18429 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 729, in communicate 2013-05-05 06:17:33 18429 TRACE nova.api.openstack.wsgi stdout, stderr = self._communicate(input, endtime) 2013-05-05 06:17:33 18429 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 1330, in _communicate 2013-05-05 06:17:33 18429 TRACE nova.api.openstack.wsgi self.wait(timeout=self._remaining_time(endtime)) 2013-05-05 06:17:33 18429 TRACE nova.api.openstack.wsgi TypeError: wait() got an unexpected keyword argument 'timeout' 2013-05-05 06:17:33 18429 TRACE nova.api.openstack.wsgi nova.api.openstack.wsgi: INFO: http://127.0.0.1:56114/v2/openstack/os-keypairs returned with HTTP 400 nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [05/May/2013 06:17:33] "POST /v2/openstack/os-keypairs HTTP/1.1" 400 399 0.246367 --------------------- >> end captured logging << --------------------- ====================================================================== FAIL: Get api sample of key pairs post request ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/tests/integrated/test_api_samples.py",> line 884, in test_keypairs_post self.assertEqual(response.status, 200) AssertionError: 400 != 200
raise self.failureException, \ (None or '%r != %r' % (400, 200))
-------------------- >> begin captured logging << -------------------- nova.compute.manager: INFO: Loading compute driver 'nova.virt.fake.FakeDriver' nova.service: AUDIT: Starting compute node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.compute.resource_tracker: AUDIT: Free ram (MB): 7680 nova.compute.resource_tracker: AUDIT: Free disk (GB): 1028 nova.compute.resource_tracker: AUDIT: Free VCPUS: 1 nova.compute.resource_tracker: INFO: Compute_service record created for 87ced54553344e60abefb58864797f4d nova.service: AUDIT: Starting volume node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting network node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting scheduler node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.wsgi: INFO: osapi_compute listening on 127.0.0.1:42560 nova.tests.integrated.integrated_helpers: WARNING: http://127.0.0.1:42560/v2 nova.tests.integrated.api.client: INFO: Doing GET on /v2 nova.osapi_compute.wsgi.server: INFO: (18429) wsgi starting up on http://127.0.0.1:42560/ nova.osapi_compute.wsgi.server: INFO: (18429) accepted ('127.0.0.1', 51197) nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [05/May/2013 06:17:33] "GET /v2 HTTP/1.1" 204 216 0.001019 nova.tests.integrated.api.client: INFO: Doing POST on /v2/openstack/os-keypairs nova.tests.integrated.api.client: INFO: Body: <keypair> <name>keypair-bea94033-b16d-4594-9d66-f4b7fa8c7037</name> </keypair> nova.osapi_compute.wsgi.server: INFO: (18429) accepted ('127.0.0.1', 51198) routes.middleware: DEBUG: Matched POST /openstack/os-keypairs routes.middleware: DEBUG: Route path: '/{project_id}/os-keypairs', defaults: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0xa1eff50>} routes.middleware: DEBUG: Match dict: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0xa1eff50>, 'project_id': u'openstack'} nova.api.openstack.wsgi: INFO: POST http://127.0.0.1:42560/v2/openstack/os-keypairs nova.api.openstack.wsgi: ERROR: Exception handling resource: wait() got an unexpected keyword argument 'timeout' 2013-05-05 06:17:33 18429 TRACE nova.api.openstack.wsgi Traceback (most recent call last): 2013-05-05 06:17:33 18429 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 944, in _process_stack 2013-05-05 06:17:33 18429 TRACE nova.api.openstack.wsgi action_result = self.dispatch(meth, request, action_args) 2013-05-05 06:17:33 18429 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 1032, in dispatch 2013-05-05 06:17:33 18429 TRACE nova.api.openstack.wsgi return method(req=request, **action_args) 2013-05-05 06:17:33 18429 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/compute/contrib/keypairs.py",> line 88, in create 2013-05-05 06:17:33 18429 TRACE nova.api.openstack.wsgi name) 2013-05-05 06:17:33 18429 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/compute/api.py",> line 2230, in create_key_pair 2013-05-05 06:17:33 18429 TRACE nova.api.openstack.wsgi private_key, public_key, fingerprint = crypto.generate_key_pair() 2013-05-05 06:17:33 18429 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/crypto.py",> line 144, in generate_key_pair 2013-05-05 06:17:33 18429 TRACE nova.api.openstack.wsgi '-t', 'rsa', '-f', keyfile, '-C', 'Generated by Nova') 2013-05-05 06:17:33 18429 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/utils.py",> line 200, in execute 2013-05-05 06:17:33 18429 TRACE nova.api.openstack.wsgi result = obj.communicate() 2013-05-05 06:17:33 18429 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 729, in communicate 2013-05-05 06:17:33 18429 TRACE nova.api.openstack.wsgi stdout, stderr = self._communicate(input, endtime) 2013-05-05 06:17:33 18429 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 1330, in _communicate 2013-05-05 06:17:33 18429 TRACE nova.api.openstack.wsgi self.wait(timeout=self._remaining_time(endtime)) 2013-05-05 06:17:33 18429 TRACE nova.api.openstack.wsgi TypeError: wait() got an unexpected keyword argument 'timeout' 2013-05-05 06:17:33 18429 TRACE nova.api.openstack.wsgi nova.api.openstack.wsgi: INFO: http://127.0.0.1:42560/v2/openstack/os-keypairs returned with HTTP 400 nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [05/May/2013 06:17:33] "POST /v2/openstack/os-keypairs HTTP/1.1" 400 399 0.417565 --------------------- >> end captured logging << --------------------- ====================================================================== FAIL: test_get_product_version_product_brand_does_not_fail (nova.tests.test_xenapi.XenAPISessionTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/tests/test_xenapi.py",> line 2855, in test_get_product_version_product_brand_does_not_fail session._get_product_version_and_brand() AssertionError: (None, None) != ((5, 6, 2), 'XenServer')
raise self.failureException, \ (None or '%r != %r' % ((None, None), ((5, 6, 2), 'XenServer')))
====================================================================== FAIL: test_get_product_version_product_brand_xs_6 (nova.tests.test_xenapi.XenAPISessionTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/tests/test_xenapi.py",> line 2866, in test_get_product_version_product_brand_xs_6 session._get_product_version_and_brand() AssertionError: ((6, 0, 50), 'XenServer') != ((5, 6, 2), 'XenServer')
raise self.failureException, \ (None or '%r != %r' % (((6, 0, 50), 'XenServer'), ((5, 6, 2), 'XenServer')))
---------------------------------------------------------------------- XML: nosetests.xml ERROR: InvocationError: '<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/.tox/py26/bin/nosetests'> ___________________________________ 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 Cheetah==2.4.4 Jinja2==2.6 Markdown==2.3.1 Paste==1.7.5.1 PasteDeploy==1.5.0 Pygments==1.6 Routes==1.12.3 SQLAlchemy==0.7.9 Sphinx==1.2b1 Tempita==0.5.1 WebOb==1.0.8 amqplib==0.6.1 anyjson==0.2.4 argparse==1.2.1 boto==2.1.1 cliff==1.3.3 cmd2==0.6.5.1 colorama==0.2.5 coverage==3.6 decorator==3.4.0 distribute==0.6.34 docutils==0.10 eventlet==0.12.1 feedparser==5.1.3 greenlet==0.4.0 httplib2==0.8 iso8601==0.1.4 jsonpatch==1.0 jsonpointer==1.0 jsonschema==1.3.0 kombu==1.0.4 logilab-astng==0.24.3 logilab-common==0.59.1 lxml==2.3.5 mox==0.5.3 netaddr==0.7.10 nose==1.2.1 nosehtmloutput==0.0.4 nova==2012.2.5 openstack.nose-plugin==0.11 oslo.config==1.1.0 paramiko==1.10.1 pep8==1.1 prettytable==0.7.2 pyOpenSSL==0.13 pycrypto==2.6 pylint==0.25.2 pyparsing==1.5.7 python-cinderclient==1.0.4 python-glanceclient==0.9.0 python-keystoneclient==0.2.3 python-quantumclient==2.2.1 requests==1.2.0 setuptools-git==1.0b1 simplejson==3.2.0 sqlalchemy-migrate==0.7.2 suds==0.4 termcolor==1.1.0 unittest2==0.5.1 warlock==1.0.0 + echo ====================================================================== ====================================================================== + '[' -d .testrepository ']' + sudo /usr/local/jenkins/slave_scripts/jenkins-sudo-grep.sh post grep: /var/log/auth.log: No such file or directory + 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= + '[' -f '' ']' + echo + echo 'WARNING: Unable to find to confirm results!' WARNING: Unable to find to confirm results! + echo + exit 1 + rm -rf /tmp/tmp.yle0M5AR28 Build step 'Execute shell' marked build as failure [SCP] Connecting to static.openstack.org [SCP] No file(s) found: **/*nose_results.html [SCP] '**/*nose_results.html' doesn't match anything: '**' exists but not '**/*nose_results.html' [SCP] Connecting to static.openstack.org [SCP] Trying to create /srv/static/logs/periodic/periodic-nova-python26-stable-folsom-centos6/5 [SCP] Copying console log.
See <https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/6/> ------------------------------------------ [...truncated 12586 lines...] nova.compute.resource_tracker: INFO: Compute_service record created for 71232a313a7c4d09b7b40376d286c0bd nova.service: AUDIT: Starting volume node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting network node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting scheduler node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.wsgi: INFO: osapi_compute listening on 127.0.0.1:42993 nova.tests.integrated.integrated_helpers: WARNING: http://127.0.0.1:42993/v2 nova.tests.integrated.api.client: INFO: Doing GET on /v2 nova.osapi_compute.wsgi.server: INFO: (13016) wsgi starting up on http://127.0.0.1:42993/ nova.osapi_compute.wsgi.server: INFO: (13016) accepted ('127.0.0.1', 36862) nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [06/May/2013 06:16:54] "GET /v2 HTTP/1.1" 204 216 0.001035 nova.tests.integrated.api.client: INFO: Doing POST on /v2/openstack/os-keypairs nova.tests.integrated.api.client: INFO: Body: <keypair> <name>keypair-abc1dff0-0982-4bdc-abae-147e532acb71</name> <public_key>ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDx8nkQv/zgGgB4rMYmIf+6A4l6Rr+o/6lHBQdW5aYd44bd8JttDCE/F/pNRr0lRE+PiqSPO8nDPHw0010JeMH9gYgnnFlyY3/OcJ02RhIPyyxYpv9FhY+2YiUkpwFOcLImyrxEsYXpD/0d3ac30bNH6Sw9JD9UZHYcpSxsIbECHw== Generated by Nova</public_key> </keypair> nova.osapi_compute.wsgi.server: INFO: (13016) accepted ('127.0.0.1', 36863) routes.middleware: DEBUG: Matched POST /openstack/os-keypairs routes.middleware: DEBUG: Route path: '/{project_id}/os-keypairs', defaults: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0x96cffd0>} routes.middleware: DEBUG: Match dict: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0x96cffd0>, 'project_id': u'openstack'} nova.api.openstack.wsgi: INFO: POST http://127.0.0.1:42993/v2/openstack/os-keypairs nova.api.openstack.wsgi: ERROR: Exception handling resource: wait() got an unexpected keyword argument 'timeout' 2013-05-06 06:16:54 13016 TRACE nova.api.openstack.wsgi Traceback (most recent call last): 2013-05-06 06:16:54 13016 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 944, in _process_stack 2013-05-06 06:16:54 13016 TRACE nova.api.openstack.wsgi action_result = self.dispatch(meth, request, action_args) 2013-05-06 06:16:54 13016 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 1032, in dispatch 2013-05-06 06:16:54 13016 TRACE nova.api.openstack.wsgi return method(req=request, **action_args) 2013-05-06 06:16:54 13016 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/compute/contrib/keypairs.py",> line 85, in create 2013-05-06 06:16:54 13016 TRACE nova.api.openstack.wsgi params['public_key']) 2013-05-06 06:16:54 13016 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/compute/api.py",> line 2207, in import_key_pair 2013-05-06 06:16:54 13016 TRACE nova.api.openstack.wsgi fingerprint = crypto.generate_fingerprint(public_key) 2013-05-06 06:16:54 13016 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/crypto.py",> line 133, in generate_fingerprint 2013-05-06 06:16:54 13016 TRACE nova.api.openstack.wsgi return _generate_fingerprint(pubfile) 2013-05-06 06:16:54 13016 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/crypto.py",> line 122, in _generate_fingerprint 2013-05-06 06:16:54 13016 TRACE nova.api.openstack.wsgi (out, err) = utils.execute('ssh-keygen', '-q', '-l', '-f', public_key_file) 2013-05-06 06:16:54 13016 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/utils.py",> line 200, in execute 2013-05-06 06:16:54 13016 TRACE nova.api.openstack.wsgi result = obj.communicate() 2013-05-06 06:16:54 13016 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 729, in communicate 2013-05-06 06:16:54 13016 TRACE nova.api.openstack.wsgi stdout, stderr = self._communicate(input, endtime) 2013-05-06 06:16:54 13016 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 1330, in _communicate 2013-05-06 06:16:54 13016 TRACE nova.api.openstack.wsgi self.wait(timeout=self._remaining_time(endtime)) 2013-05-06 06:16:54 13016 TRACE nova.api.openstack.wsgi TypeError: wait() got an unexpected keyword argument 'timeout' 2013-05-06 06:16:54 13016 TRACE nova.api.openstack.wsgi nova.api.openstack.wsgi: INFO: http://127.0.0.1:42993/v2/openstack/os-keypairs returned with HTTP 400 nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [06/May/2013 06:16:54] "POST /v2/openstack/os-keypairs HTTP/1.1" 400 399 0.248321 --------------------- >> end captured logging << --------------------- ====================================================================== FAIL: Get api sample of key pairs post request ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/tests/integrated/test_api_samples.py",> line 884, in test_keypairs_post self.assertEqual(response.status, 200) AssertionError: 400 != 200
raise self.failureException, \ (None or '%r != %r' % (400, 200))
-------------------- >> begin captured logging << -------------------- nova.compute.manager: INFO: Loading compute driver 'nova.virt.fake.FakeDriver' nova.service: AUDIT: Starting compute node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.compute.resource_tracker: AUDIT: Free ram (MB): 7680 nova.compute.resource_tracker: AUDIT: Free disk (GB): 1028 nova.compute.resource_tracker: AUDIT: Free VCPUS: 1 nova.compute.resource_tracker: INFO: Compute_service record created for 35cdc5ba14f34bd8a6ca6b96e142cc24 nova.service: AUDIT: Starting volume node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting network node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting scheduler node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.wsgi: INFO: osapi_compute listening on 127.0.0.1:37063 nova.tests.integrated.integrated_helpers: WARNING: http://127.0.0.1:37063/v2 nova.tests.integrated.api.client: INFO: Doing GET on /v2 nova.osapi_compute.wsgi.server: INFO: (13016) wsgi starting up on http://127.0.0.1:37063/ nova.osapi_compute.wsgi.server: INFO: (13016) accepted ('127.0.0.1', 34779) nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [06/May/2013 06:16:55] "GET /v2 HTTP/1.1" 204 216 0.000962 nova.tests.integrated.api.client: INFO: Doing POST on /v2/openstack/os-keypairs nova.tests.integrated.api.client: INFO: Body: <keypair> <name>keypair-9009aee8-88e3-46ae-9f5b-21e4163f6e4e</name> </keypair> nova.osapi_compute.wsgi.server: INFO: (13016) accepted ('127.0.0.1', 34780) routes.middleware: DEBUG: Matched POST /openstack/os-keypairs routes.middleware: DEBUG: Route path: '/{project_id}/os-keypairs', defaults: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0xa5c7c10>} routes.middleware: DEBUG: Match dict: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0xa5c7c10>, 'project_id': u'openstack'} nova.api.openstack.wsgi: INFO: POST http://127.0.0.1:37063/v2/openstack/os-keypairs nova.api.openstack.wsgi: ERROR: Exception handling resource: wait() got an unexpected keyword argument 'timeout' 2013-05-06 06:16:55 13016 TRACE nova.api.openstack.wsgi Traceback (most recent call last): 2013-05-06 06:16:55 13016 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 944, in _process_stack 2013-05-06 06:16:55 13016 TRACE nova.api.openstack.wsgi action_result = self.dispatch(meth, request, action_args) 2013-05-06 06:16:55 13016 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 1032, in dispatch 2013-05-06 06:16:55 13016 TRACE nova.api.openstack.wsgi return method(req=request, **action_args) 2013-05-06 06:16:55 13016 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/compute/contrib/keypairs.py",> line 88, in create 2013-05-06 06:16:55 13016 TRACE nova.api.openstack.wsgi name) 2013-05-06 06:16:55 13016 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/compute/api.py",> line 2230, in create_key_pair 2013-05-06 06:16:55 13016 TRACE nova.api.openstack.wsgi private_key, public_key, fingerprint = crypto.generate_key_pair() 2013-05-06 06:16:55 13016 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/crypto.py",> line 144, in generate_key_pair 2013-05-06 06:16:55 13016 TRACE nova.api.openstack.wsgi '-t', 'rsa', '-f', keyfile, '-C', 'Generated by Nova') 2013-05-06 06:16:55 13016 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/utils.py",> line 200, in execute 2013-05-06 06:16:55 13016 TRACE nova.api.openstack.wsgi result = obj.communicate() 2013-05-06 06:16:55 13016 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 729, in communicate 2013-05-06 06:16:55 13016 TRACE nova.api.openstack.wsgi stdout, stderr = self._communicate(input, endtime) 2013-05-06 06:16:55 13016 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 1330, in _communicate 2013-05-06 06:16:55 13016 TRACE nova.api.openstack.wsgi self.wait(timeout=self._remaining_time(endtime)) 2013-05-06 06:16:55 13016 TRACE nova.api.openstack.wsgi TypeError: wait() got an unexpected keyword argument 'timeout' 2013-05-06 06:16:55 13016 TRACE nova.api.openstack.wsgi nova.api.openstack.wsgi: INFO: http://127.0.0.1:37063/v2/openstack/os-keypairs returned with HTTP 400 nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [06/May/2013 06:16:55] "POST /v2/openstack/os-keypairs HTTP/1.1" 400 399 0.269835 --------------------- >> end captured logging << --------------------- ====================================================================== FAIL: test_get_product_version_product_brand_does_not_fail (nova.tests.test_xenapi.XenAPISessionTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/tests/test_xenapi.py",> line 2855, in test_get_product_version_product_brand_does_not_fail session._get_product_version_and_brand() AssertionError: (None, None) != ((5, 6, 2), 'XenServer')
raise self.failureException, \ (None or '%r != %r' % ((None, None), ((5, 6, 2), 'XenServer')))
====================================================================== FAIL: test_get_product_version_product_brand_xs_6 (nova.tests.test_xenapi.XenAPISessionTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/tests/test_xenapi.py",> line 2866, in test_get_product_version_product_brand_xs_6 session._get_product_version_and_brand() AssertionError: ((6, 0, 50), 'XenServer') != ((5, 6, 2), 'XenServer')
raise self.failureException, \ (None or '%r != %r' % (((6, 0, 50), 'XenServer'), ((5, 6, 2), 'XenServer')))
---------------------------------------------------------------------- XML: nosetests.xml ERROR: InvocationError: '<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/.tox/py26/bin/nosetests'> ___________________________________ 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 Cheetah==2.4.4 Jinja2==2.6 Markdown==2.3.1 Paste==1.7.5.1 PasteDeploy==1.5.0 Pygments==1.6 Routes==1.12.3 SQLAlchemy==0.7.9 Sphinx==1.2b1 Tempita==0.5.1 WebOb==1.0.8 amqplib==0.6.1 anyjson==0.2.4 argparse==1.2.1 boto==2.1.1 cliff==1.3.3 cmd2==0.6.5.1 colorama==0.2.5 coverage==3.6 decorator==3.4.0 distribute==0.6.34 docutils==0.10 eventlet==0.12.1 feedparser==5.1.3 greenlet==0.4.0 httplib2==0.8 iso8601==0.1.4 jsonpatch==1.0 jsonpointer==1.0 jsonschema==1.3.0 kombu==1.0.4 logilab-astng==0.24.3 logilab-common==0.59.1 lxml==2.3.5 mox==0.5.3 netaddr==0.7.10 nose==1.2.1 nosehtmloutput==0.0.4 nova==2012.2.5 openstack.nose-plugin==0.11 oslo.config==1.1.0 paramiko==1.10.1 pep8==1.1 prettytable==0.7.2 pyOpenSSL==0.13 pycrypto==2.6 pylint==0.25.2 pyparsing==1.5.7 python-cinderclient==1.0.4 python-glanceclient==0.9.0 python-keystoneclient==0.2.3 python-quantumclient==2.2.1 requests==1.2.0 setuptools-git==1.0b1 simplejson==3.2.0 sqlalchemy-migrate==0.7.2 suds==0.4 termcolor==1.1.0 unittest2==0.5.1 warlock==1.0.0 + echo ====================================================================== ====================================================================== + '[' -d .testrepository ']' + sudo /usr/local/jenkins/slave_scripts/jenkins-sudo-grep.sh post grep: /var/log/auth.log: No such file or directory + 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= + '[' -f '' ']' + echo + echo 'WARNING: Unable to find to confirm results!' WARNING: Unable to find to confirm results! + echo + exit 1 + rm -rf /tmp/tmp.rK2NVVRsnC Build step 'Execute shell' marked build as failure [SCP] Connecting to static.openstack.org [SCP] No file(s) found: **/*nose_results.html [SCP] '**/*nose_results.html' doesn't match anything: '**' exists but not '**/*nose_results.html' [SCP] Connecting to static.openstack.org [SCP] Trying to create /srv/static/logs/periodic/periodic-nova-python26-stable-folsom-centos6/6 [SCP] Copying console log.
See <https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/7/> ------------------------------------------ [...truncated 12615 lines...] nova.compute.resource_tracker: INFO: Compute_service record created for 7e2214f4974845639d0f5b02175414ad nova.service: AUDIT: Starting volume node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting network node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting scheduler node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.wsgi: INFO: osapi_compute listening on 127.0.0.1:50935 nova.tests.integrated.integrated_helpers: WARNING: http://127.0.0.1:50935/v2 nova.tests.integrated.api.client: INFO: Doing GET on /v2 nova.osapi_compute.wsgi.server: INFO: (20218) wsgi starting up on http://127.0.0.1:50935/ nova.osapi_compute.wsgi.server: INFO: (20218) accepted ('127.0.0.1', 51641) nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [07/May/2013 06:18:13] "GET /v2 HTTP/1.1" 204 216 0.001072 nova.tests.integrated.api.client: INFO: Doing POST on /v2/openstack/os-keypairs nova.tests.integrated.api.client: INFO: Body: <keypair> <name>keypair-1e453016-7c5f-4ee0-838a-22e3edd3c1e8</name> <public_key>ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDx8nkQv/zgGgB4rMYmIf+6A4l6Rr+o/6lHBQdW5aYd44bd8JttDCE/F/pNRr0lRE+PiqSPO8nDPHw0010JeMH9gYgnnFlyY3/OcJ02RhIPyyxYpv9FhY+2YiUkpwFOcLImyrxEsYXpD/0d3ac30bNH6Sw9JD9UZHYcpSxsIbECHw== Generated by Nova</public_key> </keypair> nova.osapi_compute.wsgi.server: INFO: (20218) accepted ('127.0.0.1', 51642) routes.middleware: DEBUG: Matched POST /openstack/os-keypairs routes.middleware: DEBUG: Route path: '/{project_id}/os-keypairs', defaults: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0x9f2dfd0>} routes.middleware: DEBUG: Match dict: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0x9f2dfd0>, 'project_id': u'openstack'} nova.api.openstack.wsgi: INFO: POST http://127.0.0.1:50935/v2/openstack/os-keypairs nova.api.openstack.wsgi: ERROR: Exception handling resource: wait() got an unexpected keyword argument 'timeout' 2013-05-07 06:18:13 20218 TRACE nova.api.openstack.wsgi Traceback (most recent call last): 2013-05-07 06:18:13 20218 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 944, in _process_stack 2013-05-07 06:18:13 20218 TRACE nova.api.openstack.wsgi action_result = self.dispatch(meth, request, action_args) 2013-05-07 06:18:13 20218 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 1032, in dispatch 2013-05-07 06:18:13 20218 TRACE nova.api.openstack.wsgi return method(req=request, **action_args) 2013-05-07 06:18:13 20218 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/compute/contrib/keypairs.py",> line 85, in create 2013-05-07 06:18:13 20218 TRACE nova.api.openstack.wsgi params['public_key']) 2013-05-07 06:18:13 20218 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/compute/api.py",> line 2207, in import_key_pair 2013-05-07 06:18:13 20218 TRACE nova.api.openstack.wsgi fingerprint = crypto.generate_fingerprint(public_key) 2013-05-07 06:18:13 20218 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/crypto.py",> line 133, in generate_fingerprint 2013-05-07 06:18:13 20218 TRACE nova.api.openstack.wsgi return _generate_fingerprint(pubfile) 2013-05-07 06:18:13 20218 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/crypto.py",> line 122, in _generate_fingerprint 2013-05-07 06:18:13 20218 TRACE nova.api.openstack.wsgi (out, err) = utils.execute('ssh-keygen', '-q', '-l', '-f', public_key_file) 2013-05-07 06:18:13 20218 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/utils.py",> line 200, in execute 2013-05-07 06:18:13 20218 TRACE nova.api.openstack.wsgi result = obj.communicate() 2013-05-07 06:18:13 20218 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 729, in communicate 2013-05-07 06:18:13 20218 TRACE nova.api.openstack.wsgi stdout, stderr = self._communicate(input, endtime) 2013-05-07 06:18:13 20218 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 1330, in _communicate 2013-05-07 06:18:13 20218 TRACE nova.api.openstack.wsgi self.wait(timeout=self._remaining_time(endtime)) 2013-05-07 06:18:13 20218 TRACE nova.api.openstack.wsgi TypeError: wait() got an unexpected keyword argument 'timeout' 2013-05-07 06:18:13 20218 TRACE nova.api.openstack.wsgi nova.api.openstack.wsgi: INFO: http://127.0.0.1:50935/v2/openstack/os-keypairs returned with HTTP 400 nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [07/May/2013 06:18:13] "POST /v2/openstack/os-keypairs HTTP/1.1" 400 399 0.253802 --------------------- >> end captured logging << --------------------- ====================================================================== FAIL: Get api sample of key pairs post request ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/tests/integrated/test_api_samples.py",> line 884, in test_keypairs_post self.assertEqual(response.status, 200) AssertionError: 400 != 200
raise self.failureException, \ (None or '%r != %r' % (400, 200))
-------------------- >> begin captured logging << -------------------- nova.compute.manager: INFO: Loading compute driver 'nova.virt.fake.FakeDriver' nova.service: AUDIT: Starting compute node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.compute.resource_tracker: AUDIT: Free ram (MB): 7680 nova.compute.resource_tracker: AUDIT: Free disk (GB): 1028 nova.compute.resource_tracker: AUDIT: Free VCPUS: 1 nova.compute.resource_tracker: INFO: Compute_service record created for a3cf9034b6b642feaf3e2026d8ee9654 nova.service: AUDIT: Starting volume node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting network node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting scheduler node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.wsgi: INFO: osapi_compute listening on 127.0.0.1:49568 nova.tests.integrated.integrated_helpers: WARNING: http://127.0.0.1:49568/v2 nova.tests.integrated.api.client: INFO: Doing GET on /v2 nova.osapi_compute.wsgi.server: INFO: (20218) wsgi starting up on http://127.0.0.1:49568/ nova.osapi_compute.wsgi.server: INFO: (20218) accepted ('127.0.0.1', 37360) nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [07/May/2013 06:18:13] "GET /v2 HTTP/1.1" 204 216 0.001119 nova.tests.integrated.api.client: INFO: Doing POST on /v2/openstack/os-keypairs nova.tests.integrated.api.client: INFO: Body: <keypair> <name>keypair-e351611c-d4c3-412f-b6d3-45e77b79db98</name> </keypair> nova.osapi_compute.wsgi.server: INFO: (20218) accepted ('127.0.0.1', 37361) routes.middleware: DEBUG: Matched POST /openstack/os-keypairs routes.middleware: DEBUG: Route path: '/{project_id}/os-keypairs', defaults: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0x9f8b7d0>} routes.middleware: DEBUG: Match dict: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0x9f8b7d0>, 'project_id': u'openstack'} nova.api.openstack.wsgi: INFO: POST http://127.0.0.1:49568/v2/openstack/os-keypairs nova.api.openstack.wsgi: ERROR: Exception handling resource: wait() got an unexpected keyword argument 'timeout' 2013-05-07 06:18:14 20218 TRACE nova.api.openstack.wsgi Traceback (most recent call last): 2013-05-07 06:18:14 20218 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 944, in _process_stack 2013-05-07 06:18:14 20218 TRACE nova.api.openstack.wsgi action_result = self.dispatch(meth, request, action_args) 2013-05-07 06:18:14 20218 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 1032, in dispatch 2013-05-07 06:18:14 20218 TRACE nova.api.openstack.wsgi return method(req=request, **action_args) 2013-05-07 06:18:14 20218 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/compute/contrib/keypairs.py",> line 88, in create 2013-05-07 06:18:14 20218 TRACE nova.api.openstack.wsgi name) 2013-05-07 06:18:14 20218 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/compute/api.py",> line 2230, in create_key_pair 2013-05-07 06:18:14 20218 TRACE nova.api.openstack.wsgi private_key, public_key, fingerprint = crypto.generate_key_pair() 2013-05-07 06:18:14 20218 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/crypto.py",> line 144, in generate_key_pair 2013-05-07 06:18:14 20218 TRACE nova.api.openstack.wsgi '-t', 'rsa', '-f', keyfile, '-C', 'Generated by Nova') 2013-05-07 06:18:14 20218 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/utils.py",> line 200, in execute 2013-05-07 06:18:14 20218 TRACE nova.api.openstack.wsgi result = obj.communicate() 2013-05-07 06:18:14 20218 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 729, in communicate 2013-05-07 06:18:14 20218 TRACE nova.api.openstack.wsgi stdout, stderr = self._communicate(input, endtime) 2013-05-07 06:18:14 20218 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 1330, in _communicate 2013-05-07 06:18:14 20218 TRACE nova.api.openstack.wsgi self.wait(timeout=self._remaining_time(endtime)) 2013-05-07 06:18:14 20218 TRACE nova.api.openstack.wsgi TypeError: wait() got an unexpected keyword argument 'timeout' 2013-05-07 06:18:14 20218 TRACE nova.api.openstack.wsgi nova.api.openstack.wsgi: INFO: http://127.0.0.1:49568/v2/openstack/os-keypairs returned with HTTP 400 nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [07/May/2013 06:18:14] "POST /v2/openstack/os-keypairs HTTP/1.1" 400 399 0.267047 --------------------- >> end captured logging << --------------------- ====================================================================== FAIL: test_get_product_version_product_brand_does_not_fail (nova.tests.test_xenapi.XenAPISessionTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/tests/test_xenapi.py",> line 2855, in test_get_product_version_product_brand_does_not_fail session._get_product_version_and_brand() AssertionError: (None, None) != ((5, 6, 2), 'XenServer')
raise self.failureException, \ (None or '%r != %r' % ((None, None), ((5, 6, 2), 'XenServer')))
====================================================================== FAIL: test_get_product_version_product_brand_xs_6 (nova.tests.test_xenapi.XenAPISessionTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/tests/test_xenapi.py",> line 2866, in test_get_product_version_product_brand_xs_6 session._get_product_version_and_brand() AssertionError: ((6, 0, 50), 'XenServer') != ((5, 6, 2), 'XenServer')
raise self.failureException, \ (None or '%r != %r' % (((6, 0, 50), 'XenServer'), ((5, 6, 2), 'XenServer')))
---------------------------------------------------------------------- XML: nosetests.xml ERROR: InvocationError: '<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/.tox/py26/bin/nosetests'> ___________________________________ 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 Cheetah==2.4.4 Jinja2==2.6 Markdown==2.3.1 Paste==1.7.5.1 PasteDeploy==1.5.0 Pygments==1.6 Routes==1.12.3 SQLAlchemy==0.7.9 Sphinx==1.2b1 Tempita==0.5.1 WebOb==1.0.8 amqplib==0.6.1 anyjson==0.2.4 argparse==1.2.1 boto==2.1.1 cliff==1.3.3 cmd2==0.6.5.1 colorama==0.2.5 coverage==3.6 decorator==3.4.0 distribute==0.6.34 docutils==0.10 eventlet==0.12.1 feedparser==5.1.3 greenlet==0.4.0 httplib2==0.8 iso8601==0.1.4 jsonpatch==1.0 jsonpointer==1.0 jsonschema==1.3.0 kombu==1.0.4 logilab-astng==0.24.3 logilab-common==0.59.1 lxml==2.3.5 mox==0.5.3 netaddr==0.7.10 nose==1.2.1 nosehtmloutput==0.0.4 nova==2012.2.5 openstack.nose-plugin==0.11 oslo.config==1.1.0 paramiko==1.10.1 pep8==1.1 prettytable==0.7.2 pyOpenSSL==0.13 pycrypto==2.6 pylint==0.25.2 pyparsing==1.5.7 python-cinderclient==1.0.4 python-glanceclient==0.9.0 python-keystoneclient==0.2.3 python-quantumclient==2.2.1 requests==1.2.0 setuptools-git==1.0b1 simplejson==3.2.0 sqlalchemy-migrate==0.7.2 suds==0.4 termcolor==1.1.0 unittest2==0.5.1 warlock==1.0.0 + echo ====================================================================== ====================================================================== + '[' -d .testrepository ']' + sudo /usr/local/jenkins/slave_scripts/jenkins-sudo-grep.sh post grep: /var/log/auth.log: No such file or directory + 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= + '[' -f '' ']' + echo + echo 'WARNING: Unable to find to confirm results!' WARNING: Unable to find to confirm results! + echo + exit 1 + rm -rf /tmp/tmp.Mj8EBtBbaA Build step 'Execute shell' marked build as failure [SCP] Connecting to static.openstack.org [SCP] No file(s) found: **/*nose_results.html [SCP] '**/*nose_results.html' doesn't match anything: '**' exists but not '**/*nose_results.html' [SCP] Connecting to static.openstack.org [SCP] Trying to create /srv/static/logs/periodic/periodic-nova-python26-stable-folsom-centos6/7 [SCP] Copying console log.
See <https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/8/> ------------------------------------------ [...truncated 12586 lines...] nova.compute.resource_tracker: INFO: Compute_service record created for 7f3cb23ef474453d9eae32e0f8d5b16e nova.service: AUDIT: Starting volume node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting network node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting scheduler node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.wsgi: INFO: osapi_compute listening on 127.0.0.1:44250 nova.tests.integrated.integrated_helpers: WARNING: http://127.0.0.1:44250/v2 nova.tests.integrated.api.client: INFO: Doing GET on /v2 nova.osapi_compute.wsgi.server: INFO: (15861) wsgi starting up on http://127.0.0.1:44250/ nova.osapi_compute.wsgi.server: INFO: (15861) accepted ('127.0.0.1', 35121) nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [08/May/2013 06:16:48] "GET /v2 HTTP/1.1" 204 216 0.000949 nova.tests.integrated.api.client: INFO: Doing POST on /v2/openstack/os-keypairs nova.tests.integrated.api.client: INFO: Body: <keypair> <name>keypair-5f5c687e-f325-4cad-962d-c41edde18ff5</name> <public_key>ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDx8nkQv/zgGgB4rMYmIf+6A4l6Rr+o/6lHBQdW5aYd44bd8JttDCE/F/pNRr0lRE+PiqSPO8nDPHw0010JeMH9gYgnnFlyY3/OcJ02RhIPyyxYpv9FhY+2YiUkpwFOcLImyrxEsYXpD/0d3ac30bNH6Sw9JD9UZHYcpSxsIbECHw== Generated by Nova</public_key> </keypair> nova.osapi_compute.wsgi.server: INFO: (15861) accepted ('127.0.0.1', 35122) routes.middleware: DEBUG: Matched POST /openstack/os-keypairs routes.middleware: DEBUG: Route path: '/{project_id}/os-keypairs', defaults: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0x98adc90>} routes.middleware: DEBUG: Match dict: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0x98adc90>, 'project_id': u'openstack'} nova.api.openstack.wsgi: INFO: POST http://127.0.0.1:44250/v2/openstack/os-keypairs nova.api.openstack.wsgi: ERROR: Exception handling resource: wait() got an unexpected keyword argument 'timeout' 2013-05-08 06:16:49 15861 TRACE nova.api.openstack.wsgi Traceback (most recent call last): 2013-05-08 06:16:49 15861 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 944, in _process_stack 2013-05-08 06:16:49 15861 TRACE nova.api.openstack.wsgi action_result = self.dispatch(meth, request, action_args) 2013-05-08 06:16:49 15861 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 1032, in dispatch 2013-05-08 06:16:49 15861 TRACE nova.api.openstack.wsgi return method(req=request, **action_args) 2013-05-08 06:16:49 15861 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/compute/contrib/keypairs.py",> line 85, in create 2013-05-08 06:16:49 15861 TRACE nova.api.openstack.wsgi params['public_key']) 2013-05-08 06:16:49 15861 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/compute/api.py",> line 2207, in import_key_pair 2013-05-08 06:16:49 15861 TRACE nova.api.openstack.wsgi fingerprint = crypto.generate_fingerprint(public_key) 2013-05-08 06:16:49 15861 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/crypto.py",> line 133, in generate_fingerprint 2013-05-08 06:16:49 15861 TRACE nova.api.openstack.wsgi return _generate_fingerprint(pubfile) 2013-05-08 06:16:49 15861 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/crypto.py",> line 122, in _generate_fingerprint 2013-05-08 06:16:49 15861 TRACE nova.api.openstack.wsgi (out, err) = utils.execute('ssh-keygen', '-q', '-l', '-f', public_key_file) 2013-05-08 06:16:49 15861 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/utils.py",> line 200, in execute 2013-05-08 06:16:49 15861 TRACE nova.api.openstack.wsgi result = obj.communicate() 2013-05-08 06:16:49 15861 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 729, in communicate 2013-05-08 06:16:49 15861 TRACE nova.api.openstack.wsgi stdout, stderr = self._communicate(input, endtime) 2013-05-08 06:16:49 15861 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 1330, in _communicate 2013-05-08 06:16:49 15861 TRACE nova.api.openstack.wsgi self.wait(timeout=self._remaining_time(endtime)) 2013-05-08 06:16:49 15861 TRACE nova.api.openstack.wsgi TypeError: wait() got an unexpected keyword argument 'timeout' 2013-05-08 06:16:49 15861 TRACE nova.api.openstack.wsgi nova.api.openstack.wsgi: INFO: http://127.0.0.1:44250/v2/openstack/os-keypairs returned with HTTP 400 nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [08/May/2013 06:16:49] "POST /v2/openstack/os-keypairs HTTP/1.1" 400 399 0.250282 --------------------- >> end captured logging << --------------------- ====================================================================== FAIL: Get api sample of key pairs post request ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/tests/integrated/test_api_samples.py",> line 884, in test_keypairs_post self.assertEqual(response.status, 200) AssertionError: 400 != 200
raise self.failureException, \ (None or '%r != %r' % (400, 200))
-------------------- >> begin captured logging << -------------------- nova.compute.manager: INFO: Loading compute driver 'nova.virt.fake.FakeDriver' nova.service: AUDIT: Starting compute node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.compute.resource_tracker: AUDIT: Free ram (MB): 7680 nova.compute.resource_tracker: AUDIT: Free disk (GB): 1028 nova.compute.resource_tracker: AUDIT: Free VCPUS: 1 nova.compute.resource_tracker: INFO: Compute_service record created for 0ec28a6f16574b2da0a4548b3936f028 nova.service: AUDIT: Starting volume node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting network node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting scheduler node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.wsgi: INFO: osapi_compute listening on 127.0.0.1:40132 nova.tests.integrated.integrated_helpers: WARNING: http://127.0.0.1:40132/v2 nova.tests.integrated.api.client: INFO: Doing GET on /v2 nova.osapi_compute.wsgi.server: INFO: (15861) wsgi starting up on http://127.0.0.1:40132/ nova.osapi_compute.wsgi.server: INFO: (15861) accepted ('127.0.0.1', 56052) nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [08/May/2013 06:16:49] "GET /v2 HTTP/1.1" 204 216 0.001061 nova.tests.integrated.api.client: INFO: Doing POST on /v2/openstack/os-keypairs nova.tests.integrated.api.client: INFO: Body: <keypair> <name>keypair-346e290c-680a-4211-a7de-4418019ec7f1</name> </keypair> nova.osapi_compute.wsgi.server: INFO: (15861) accepted ('127.0.0.1', 56053) routes.middleware: DEBUG: Matched POST /openstack/os-keypairs routes.middleware: DEBUG: Route path: '/{project_id}/os-keypairs', defaults: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0x8398490>} routes.middleware: DEBUG: Match dict: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0x8398490>, 'project_id': u'openstack'} nova.api.openstack.wsgi: INFO: POST http://127.0.0.1:40132/v2/openstack/os-keypairs nova.api.openstack.wsgi: ERROR: Exception handling resource: wait() got an unexpected keyword argument 'timeout' 2013-05-08 06:16:49 15861 TRACE nova.api.openstack.wsgi Traceback (most recent call last): 2013-05-08 06:16:49 15861 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 944, in _process_stack 2013-05-08 06:16:49 15861 TRACE nova.api.openstack.wsgi action_result = self.dispatch(meth, request, action_args) 2013-05-08 06:16:49 15861 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 1032, in dispatch 2013-05-08 06:16:49 15861 TRACE nova.api.openstack.wsgi return method(req=request, **action_args) 2013-05-08 06:16:49 15861 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/compute/contrib/keypairs.py",> line 88, in create 2013-05-08 06:16:49 15861 TRACE nova.api.openstack.wsgi name) 2013-05-08 06:16:49 15861 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/compute/api.py",> line 2230, in create_key_pair 2013-05-08 06:16:49 15861 TRACE nova.api.openstack.wsgi private_key, public_key, fingerprint = crypto.generate_key_pair() 2013-05-08 06:16:49 15861 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/crypto.py",> line 144, in generate_key_pair 2013-05-08 06:16:49 15861 TRACE nova.api.openstack.wsgi '-t', 'rsa', '-f', keyfile, '-C', 'Generated by Nova') 2013-05-08 06:16:49 15861 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/utils.py",> line 200, in execute 2013-05-08 06:16:49 15861 TRACE nova.api.openstack.wsgi result = obj.communicate() 2013-05-08 06:16:49 15861 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 729, in communicate 2013-05-08 06:16:49 15861 TRACE nova.api.openstack.wsgi stdout, stderr = self._communicate(input, endtime) 2013-05-08 06:16:49 15861 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 1330, in _communicate 2013-05-08 06:16:49 15861 TRACE nova.api.openstack.wsgi self.wait(timeout=self._remaining_time(endtime)) 2013-05-08 06:16:49 15861 TRACE nova.api.openstack.wsgi TypeError: wait() got an unexpected keyword argument 'timeout' 2013-05-08 06:16:49 15861 TRACE nova.api.openstack.wsgi nova.api.openstack.wsgi: INFO: http://127.0.0.1:40132/v2/openstack/os-keypairs returned with HTTP 400 nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [08/May/2013 06:16:49] "POST /v2/openstack/os-keypairs HTTP/1.1" 400 399 0.333507 --------------------- >> end captured logging << --------------------- ====================================================================== FAIL: test_get_product_version_product_brand_does_not_fail (nova.tests.test_xenapi.XenAPISessionTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/tests/test_xenapi.py",> line 2855, in test_get_product_version_product_brand_does_not_fail session._get_product_version_and_brand() AssertionError: (None, None) != ((5, 6, 2), 'XenServer')
raise self.failureException, \ (None or '%r != %r' % ((None, None), ((5, 6, 2), 'XenServer')))
====================================================================== FAIL: test_get_product_version_product_brand_xs_6 (nova.tests.test_xenapi.XenAPISessionTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/tests/test_xenapi.py",> line 2866, in test_get_product_version_product_brand_xs_6 session._get_product_version_and_brand() AssertionError: ((6, 0, 50), 'XenServer') != ((5, 6, 2), 'XenServer')
raise self.failureException, \ (None or '%r != %r' % (((6, 0, 50), 'XenServer'), ((5, 6, 2), 'XenServer')))
---------------------------------------------------------------------- XML: nosetests.xml ERROR: InvocationError: '<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/.tox/py26/bin/nosetests'> ___________________________________ 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 Cheetah==2.4.4 Jinja2==2.6 Markdown==2.3.1 Paste==1.7.5.1 PasteDeploy==1.5.0 Pygments==1.6 Routes==1.12.3 SQLAlchemy==0.7.9 Sphinx==1.2b1 Tempita==0.5.1 WebOb==1.0.8 amqplib==0.6.1 anyjson==0.2.4 argparse==1.2.1 boto==2.1.1 cliff==1.3.3 cmd2==0.6.5.1 colorama==0.2.5 coverage==3.6 decorator==3.4.0 distribute==0.6.34 docutils==0.10 eventlet==0.12.1 feedparser==5.1.3 greenlet==0.4.0 httplib2==0.8 iso8601==0.1.4 jsonpatch==1.0 jsonpointer==1.0 jsonschema==1.3.0 kombu==1.0.4 logilab-astng==0.24.3 logilab-common==0.59.1 lxml==2.3.5 mox==0.5.3 netaddr==0.7.10 nose==1.2.1 nosehtmloutput==0.0.4 nova==2012.2.5 openstack.nose-plugin==0.11 oslo.config==1.1.0 paramiko==1.10.1 pep8==1.1 prettytable==0.7.2 pyOpenSSL==0.13 pycrypto==2.6 pylint==0.25.2 pyparsing==1.5.7 python-cinderclient==1.0.4 python-glanceclient==0.9.0 python-keystoneclient==0.2.3 python-quantumclient==2.2.1 requests==1.2.0 setuptools-git==1.0b1 simplejson==3.2.0 sqlalchemy-migrate==0.7.2 suds==0.4 termcolor==1.1.0 unittest2==0.5.1 warlock==1.0.0 + echo ====================================================================== ====================================================================== + '[' -d .testrepository ']' + sudo /usr/local/jenkins/slave_scripts/jenkins-sudo-grep.sh post grep: /var/log/auth.log: No such file or directory + 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= + '[' -f '' ']' + echo + echo 'WARNING: Unable to find to confirm results!' WARNING: Unable to find to confirm results! + echo + exit 1 + rm -rf /tmp/tmp.aGuWXZRbb1 Build step 'Execute shell' marked build as failure [SCP] Connecting to static.openstack.org [SCP] No file(s) found: **/*nose_results.html [SCP] '**/*nose_results.html' doesn't match anything: '**' exists but not '**/*nose_results.html' [SCP] Connecting to static.openstack.org [SCP] Trying to create /srv/static/logs/periodic/periodic-nova-python26-stable-folsom-centos6/8 [SCP] Copying console log.
See <https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/9/changes> Changes: [Russell Bryant] Remove insecure default for signing_dir option. ------------------------------------------ [...truncated 12586 lines...] nova.compute.resource_tracker: INFO: Compute_service record created for 25d6176818ee4961a109c5fc9b2e5dfb nova.service: AUDIT: Starting volume node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting network node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting scheduler node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.wsgi: INFO: osapi_compute listening on 127.0.0.1:54154 nova.tests.integrated.integrated_helpers: WARNING: http://127.0.0.1:54154/v2 nova.tests.integrated.api.client: INFO: Doing GET on /v2 nova.osapi_compute.wsgi.server: INFO: (32537) wsgi starting up on http://127.0.0.1:54154/ nova.osapi_compute.wsgi.server: INFO: (32537) accepted ('127.0.0.1', 44818) nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [09/May/2013 06:18:55] "GET /v2 HTTP/1.1" 204 216 0.001099 nova.tests.integrated.api.client: INFO: Doing POST on /v2/openstack/os-keypairs nova.tests.integrated.api.client: INFO: Body: <keypair> <name>keypair-6d24e20d-c092-4de4-a380-54602d162519</name> <public_key>ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDx8nkQv/zgGgB4rMYmIf+6A4l6Rr+o/6lHBQdW5aYd44bd8JttDCE/F/pNRr0lRE+PiqSPO8nDPHw0010JeMH9gYgnnFlyY3/OcJ02RhIPyyxYpv9FhY+2YiUkpwFOcLImyrxEsYXpD/0d3ac30bNH6Sw9JD9UZHYcpSxsIbECHw== Generated by Nova</public_key> </keypair> nova.osapi_compute.wsgi.server: INFO: (32537) accepted ('127.0.0.1', 44819) routes.middleware: DEBUG: Matched POST /openstack/os-keypairs routes.middleware: DEBUG: Route path: '/{project_id}/os-keypairs', defaults: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0x7cc2cd0>} routes.middleware: DEBUG: Match dict: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0x7cc2cd0>, 'project_id': u'openstack'} nova.api.openstack.wsgi: INFO: POST http://127.0.0.1:54154/v2/openstack/os-keypairs nova.api.openstack.wsgi: ERROR: Exception handling resource: wait() got an unexpected keyword argument 'timeout' 2013-05-09 06:18:55 32537 TRACE nova.api.openstack.wsgi Traceback (most recent call last): 2013-05-09 06:18:55 32537 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 944, in _process_stack 2013-05-09 06:18:55 32537 TRACE nova.api.openstack.wsgi action_result = self.dispatch(meth, request, action_args) 2013-05-09 06:18:55 32537 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 1032, in dispatch 2013-05-09 06:18:55 32537 TRACE nova.api.openstack.wsgi return method(req=request, **action_args) 2013-05-09 06:18:55 32537 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/compute/contrib/keypairs.py",> line 85, in create 2013-05-09 06:18:55 32537 TRACE nova.api.openstack.wsgi params['public_key']) 2013-05-09 06:18:55 32537 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/compute/api.py",> line 2207, in import_key_pair 2013-05-09 06:18:55 32537 TRACE nova.api.openstack.wsgi fingerprint = crypto.generate_fingerprint(public_key) 2013-05-09 06:18:55 32537 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/crypto.py",> line 133, in generate_fingerprint 2013-05-09 06:18:55 32537 TRACE nova.api.openstack.wsgi return _generate_fingerprint(pubfile) 2013-05-09 06:18:55 32537 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/crypto.py",> line 122, in _generate_fingerprint 2013-05-09 06:18:55 32537 TRACE nova.api.openstack.wsgi (out, err) = utils.execute('ssh-keygen', '-q', '-l', '-f', public_key_file) 2013-05-09 06:18:55 32537 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/utils.py",> line 200, in execute 2013-05-09 06:18:55 32537 TRACE nova.api.openstack.wsgi result = obj.communicate() 2013-05-09 06:18:55 32537 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 729, in communicate 2013-05-09 06:18:55 32537 TRACE nova.api.openstack.wsgi stdout, stderr = self._communicate(input, endtime) 2013-05-09 06:18:55 32537 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 1330, in _communicate 2013-05-09 06:18:55 32537 TRACE nova.api.openstack.wsgi self.wait(timeout=self._remaining_time(endtime)) 2013-05-09 06:18:55 32537 TRACE nova.api.openstack.wsgi TypeError: wait() got an unexpected keyword argument 'timeout' 2013-05-09 06:18:55 32537 TRACE nova.api.openstack.wsgi nova.api.openstack.wsgi: INFO: http://127.0.0.1:54154/v2/openstack/os-keypairs returned with HTTP 400 nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [09/May/2013 06:18:55] "POST /v2/openstack/os-keypairs HTTP/1.1" 400 399 0.253104 --------------------- >> end captured logging << --------------------- ====================================================================== FAIL: Get api sample of key pairs post request ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/tests/integrated/test_api_samples.py",> line 884, in test_keypairs_post self.assertEqual(response.status, 200) AssertionError: 400 != 200
raise self.failureException, \ (None or '%r != %r' % (400, 200))
-------------------- >> begin captured logging << -------------------- nova.compute.manager: INFO: Loading compute driver 'nova.virt.fake.FakeDriver' nova.service: AUDIT: Starting compute node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.compute.resource_tracker: AUDIT: Free ram (MB): 7680 nova.compute.resource_tracker: AUDIT: Free disk (GB): 1028 nova.compute.resource_tracker: AUDIT: Free VCPUS: 1 nova.compute.resource_tracker: INFO: Compute_service record created for 6914946fc2fc45b7869abf4baa7b9b0a nova.service: AUDIT: Starting volume node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting network node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting scheduler node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.wsgi: INFO: osapi_compute listening on 127.0.0.1:60157 nova.tests.integrated.integrated_helpers: WARNING: http://127.0.0.1:60157/v2 nova.tests.integrated.api.client: INFO: Doing GET on /v2 nova.osapi_compute.wsgi.server: INFO: (32537) wsgi starting up on http://127.0.0.1:60157/ nova.osapi_compute.wsgi.server: INFO: (32537) accepted ('127.0.0.1', 55118) nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [09/May/2013 06:18:55] "GET /v2 HTTP/1.1" 204 216 0.001042 nova.tests.integrated.api.client: INFO: Doing POST on /v2/openstack/os-keypairs nova.tests.integrated.api.client: INFO: Body: <keypair> <name>keypair-7b2849d9-99eb-44b8-bea0-ad9903b1bd23</name> </keypair> nova.osapi_compute.wsgi.server: INFO: (32537) accepted ('127.0.0.1', 55119) routes.middleware: DEBUG: Matched POST /openstack/os-keypairs routes.middleware: DEBUG: Route path: '/{project_id}/os-keypairs', defaults: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0x9285410>} routes.middleware: DEBUG: Match dict: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0x9285410>, 'project_id': u'openstack'} nova.api.openstack.wsgi: INFO: POST http://127.0.0.1:60157/v2/openstack/os-keypairs nova.api.openstack.wsgi: ERROR: Exception handling resource: wait() got an unexpected keyword argument 'timeout' 2013-05-09 06:18:56 32537 TRACE nova.api.openstack.wsgi Traceback (most recent call last): 2013-05-09 06:18:56 32537 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 944, in _process_stack 2013-05-09 06:18:56 32537 TRACE nova.api.openstack.wsgi action_result = self.dispatch(meth, request, action_args) 2013-05-09 06:18:56 32537 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 1032, in dispatch 2013-05-09 06:18:56 32537 TRACE nova.api.openstack.wsgi return method(req=request, **action_args) 2013-05-09 06:18:56 32537 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/compute/contrib/keypairs.py",> line 88, in create 2013-05-09 06:18:56 32537 TRACE nova.api.openstack.wsgi name) 2013-05-09 06:18:56 32537 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/compute/api.py",> line 2230, in create_key_pair 2013-05-09 06:18:56 32537 TRACE nova.api.openstack.wsgi private_key, public_key, fingerprint = crypto.generate_key_pair() 2013-05-09 06:18:56 32537 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/crypto.py",> line 144, in generate_key_pair 2013-05-09 06:18:56 32537 TRACE nova.api.openstack.wsgi '-t', 'rsa', '-f', keyfile, '-C', 'Generated by Nova') 2013-05-09 06:18:56 32537 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/utils.py",> line 200, in execute 2013-05-09 06:18:56 32537 TRACE nova.api.openstack.wsgi result = obj.communicate() 2013-05-09 06:18:56 32537 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 729, in communicate 2013-05-09 06:18:56 32537 TRACE nova.api.openstack.wsgi stdout, stderr = self._communicate(input, endtime) 2013-05-09 06:18:56 32537 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 1330, in _communicate 2013-05-09 06:18:56 32537 TRACE nova.api.openstack.wsgi self.wait(timeout=self._remaining_time(endtime)) 2013-05-09 06:18:56 32537 TRACE nova.api.openstack.wsgi TypeError: wait() got an unexpected keyword argument 'timeout' 2013-05-09 06:18:56 32537 TRACE nova.api.openstack.wsgi nova.api.openstack.wsgi: INFO: http://127.0.0.1:60157/v2/openstack/os-keypairs returned with HTTP 400 nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [09/May/2013 06:18:56] "POST /v2/openstack/os-keypairs HTTP/1.1" 400 399 0.799294 --------------------- >> end captured logging << --------------------- ====================================================================== FAIL: test_get_product_version_product_brand_does_not_fail (nova.tests.test_xenapi.XenAPISessionTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/tests/test_xenapi.py",> line 2855, in test_get_product_version_product_brand_does_not_fail session._get_product_version_and_brand() AssertionError: (None, None) != ((5, 6, 2), 'XenServer')
raise self.failureException, \ (None or '%r != %r' % ((None, None), ((5, 6, 2), 'XenServer')))
====================================================================== FAIL: test_get_product_version_product_brand_xs_6 (nova.tests.test_xenapi.XenAPISessionTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/tests/test_xenapi.py",> line 2866, in test_get_product_version_product_brand_xs_6 session._get_product_version_and_brand() AssertionError: ((6, 0, 50), 'XenServer') != ((5, 6, 2), 'XenServer')
raise self.failureException, \ (None or '%r != %r' % (((6, 0, 50), 'XenServer'), ((5, 6, 2), 'XenServer')))
---------------------------------------------------------------------- XML: nosetests.xml ERROR: InvocationError: '<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/.tox/py26/bin/nosetests'> ___________________________________ 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 Cheetah==2.4.4 Jinja2==2.6 Markdown==2.3.1 Paste==1.7.5.1 PasteDeploy==1.5.0 Pygments==1.6 Routes==1.12.3 SQLAlchemy==0.7.9 Sphinx==1.2b1 Tempita==0.5.1 WebOb==1.0.8 amqplib==0.6.1 anyjson==0.2.4 argparse==1.2.1 boto==2.1.1 cliff==1.3.3 cmd2==0.6.5.1 colorama==0.2.5 coverage==3.6 decorator==3.4.0 distribute==0.6.34 docutils==0.10 eventlet==0.12.1 feedparser==5.1.3 greenlet==0.4.0 httplib2==0.8 iso8601==0.1.4 jsonpatch==1.0 jsonpointer==1.0 jsonschema==1.3.0 kombu==1.0.4 logilab-astng==0.24.3 logilab-common==0.59.1 lxml==2.3.5 mox==0.5.3 netaddr==0.7.10 nose==1.2.1 nosehtmloutput==0.0.4 nova==2012.2.5 openstack.nose-plugin==0.11 oslo.config==1.1.0 paramiko==1.10.1 pep8==1.1 prettytable==0.7.2 pyOpenSSL==0.13 pycrypto==2.6 pylint==0.25.2 pyparsing==1.5.7 python-cinderclient==1.0.4 python-glanceclient==0.9.0 python-keystoneclient==0.2.3 python-quantumclient==2.2.1 requests==1.2.0 setuptools-git==1.0b1 simplejson==3.3.0 sqlalchemy-migrate==0.7.2 suds==0.4 termcolor==1.1.0 unittest2==0.5.1 warlock==1.0.0 + echo ====================================================================== ====================================================================== + '[' -d .testrepository ']' + sudo /usr/local/jenkins/slave_scripts/jenkins-sudo-grep.sh post grep: /var/log/auth.log: No such file or directory + 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= + '[' -f '' ']' + echo + echo 'WARNING: Unable to find to confirm results!' WARNING: Unable to find to confirm results! + echo + exit 1 + rm -rf /tmp/tmp.rZ5W4yLwHC Build step 'Execute shell' marked build as failure [SCP] Connecting to static.openstack.org [SCP] No file(s) found: **/*nose_results.html [SCP] '**/*nose_results.html' doesn't match anything: '**' exists but not '**/*nose_results.html' [SCP] Connecting to static.openstack.org [SCP] Trying to create /srv/static/logs/periodic/periodic-nova-python26-stable-folsom-centos6/9 [SCP] Copying console log.
See <https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/10/> ------------------------------------------ [...truncated 12591 lines...] nova.compute.resource_tracker: INFO: Compute_service record created for 7a89b3c587f8455780004bfe714e0539 nova.service: AUDIT: Starting volume node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting network node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting scheduler node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.wsgi: INFO: osapi_compute listening on 127.0.0.1:45187 nova.tests.integrated.integrated_helpers: WARNING: http://127.0.0.1:45187/v2 nova.tests.integrated.api.client: INFO: Doing GET on /v2 nova.osapi_compute.wsgi.server: INFO: (4266) wsgi starting up on http://127.0.0.1:45187/ nova.osapi_compute.wsgi.server: INFO: (4266) accepted ('127.0.0.1', 34347) nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [10/May/2013 06:27:07] "GET /v2 HTTP/1.1" 204 216 0.001013 nova.tests.integrated.api.client: INFO: Doing POST on /v2/openstack/os-keypairs nova.tests.integrated.api.client: INFO: Body: <keypair> <name>keypair-304906a8-6705-4eeb-b6f0-f69507d1c8bb</name> <public_key>ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDx8nkQv/zgGgB4rMYmIf+6A4l6Rr+o/6lHBQdW5aYd44bd8JttDCE/F/pNRr0lRE+PiqSPO8nDPHw0010JeMH9gYgnnFlyY3/OcJ02RhIPyyxYpv9FhY+2YiUkpwFOcLImyrxEsYXpD/0d3ac30bNH6Sw9JD9UZHYcpSxsIbECHw== Generated by Nova</public_key> </keypair> nova.osapi_compute.wsgi.server: INFO: (4266) accepted ('127.0.0.1', 34348) routes.middleware: DEBUG: Matched POST /openstack/os-keypairs routes.middleware: DEBUG: Route path: '/{project_id}/os-keypairs', defaults: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0x8eb8fd0>} routes.middleware: DEBUG: Match dict: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0x8eb8fd0>, 'project_id': u'openstack'} nova.api.openstack.wsgi: INFO: POST http://127.0.0.1:45187/v2/openstack/os-keypairs nova.api.openstack.wsgi: ERROR: Exception handling resource: wait() got an unexpected keyword argument 'timeout' 2013-05-10 06:27:07 4266 TRACE nova.api.openstack.wsgi Traceback (most recent call last): 2013-05-10 06:27:07 4266 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 944, in _process_stack 2013-05-10 06:27:07 4266 TRACE nova.api.openstack.wsgi action_result = self.dispatch(meth, request, action_args) 2013-05-10 06:27:07 4266 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 1032, in dispatch 2013-05-10 06:27:07 4266 TRACE nova.api.openstack.wsgi return method(req=request, **action_args) 2013-05-10 06:27:07 4266 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/compute/contrib/keypairs.py",> line 85, in create 2013-05-10 06:27:07 4266 TRACE nova.api.openstack.wsgi params['public_key']) 2013-05-10 06:27:07 4266 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/compute/api.py",> line 2207, in import_key_pair 2013-05-10 06:27:07 4266 TRACE nova.api.openstack.wsgi fingerprint = crypto.generate_fingerprint(public_key) 2013-05-10 06:27:07 4266 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/crypto.py",> line 133, in generate_fingerprint 2013-05-10 06:27:07 4266 TRACE nova.api.openstack.wsgi return _generate_fingerprint(pubfile) 2013-05-10 06:27:07 4266 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/crypto.py",> line 122, in _generate_fingerprint 2013-05-10 06:27:07 4266 TRACE nova.api.openstack.wsgi (out, err) = utils.execute('ssh-keygen', '-q', '-l', '-f', public_key_file) 2013-05-10 06:27:07 4266 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/utils.py",> line 200, in execute 2013-05-10 06:27:07 4266 TRACE nova.api.openstack.wsgi result = obj.communicate() 2013-05-10 06:27:07 4266 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 729, in communicate 2013-05-10 06:27:07 4266 TRACE nova.api.openstack.wsgi stdout, stderr = self._communicate(input, endtime) 2013-05-10 06:27:07 4266 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 1330, in _communicate 2013-05-10 06:27:07 4266 TRACE nova.api.openstack.wsgi self.wait(timeout=self._remaining_time(endtime)) 2013-05-10 06:27:07 4266 TRACE nova.api.openstack.wsgi TypeError: wait() got an unexpected keyword argument 'timeout' 2013-05-10 06:27:07 4266 TRACE nova.api.openstack.wsgi nova.api.openstack.wsgi: INFO: http://127.0.0.1:45187/v2/openstack/os-keypairs returned with HTTP 400 nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [10/May/2013 06:27:07] "POST /v2/openstack/os-keypairs HTTP/1.1" 400 399 0.247754 --------------------- >> end captured logging << --------------------- ====================================================================== FAIL: Get api sample of key pairs post request ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/tests/integrated/test_api_samples.py",> line 884, in test_keypairs_post self.assertEqual(response.status, 200) AssertionError: 400 != 200
raise self.failureException, \ (None or '%r != %r' % (400, 200))
-------------------- >> begin captured logging << -------------------- nova.compute.manager: INFO: Loading compute driver 'nova.virt.fake.FakeDriver' nova.service: AUDIT: Starting compute node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.compute.resource_tracker: AUDIT: Free ram (MB): 7680 nova.compute.resource_tracker: AUDIT: Free disk (GB): 1028 nova.compute.resource_tracker: AUDIT: Free VCPUS: 1 nova.compute.resource_tracker: INFO: Compute_service record created for 39a2b0de37744e33aa87eaf63a6c8ed2 nova.service: AUDIT: Starting volume node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting network node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting scheduler node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.wsgi: INFO: osapi_compute listening on 127.0.0.1:34003 nova.tests.integrated.integrated_helpers: WARNING: http://127.0.0.1:34003/v2 nova.tests.integrated.api.client: INFO: Doing GET on /v2 nova.osapi_compute.wsgi.server: INFO: (4266) wsgi starting up on http://127.0.0.1:34003/ nova.osapi_compute.wsgi.server: INFO: (4266) accepted ('127.0.0.1', 44511) nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [10/May/2013 06:27:07] "GET /v2 HTTP/1.1" 204 216 0.001038 nova.tests.integrated.api.client: INFO: Doing POST on /v2/openstack/os-keypairs nova.tests.integrated.api.client: INFO: Body: <keypair> <name>keypair-0f24d8a4-0093-462e-aa67-2411a941aef1</name> </keypair> nova.osapi_compute.wsgi.server: INFO: (4266) accepted ('127.0.0.1', 44512) routes.middleware: DEBUG: Matched POST /openstack/os-keypairs routes.middleware: DEBUG: Route path: '/{project_id}/os-keypairs', defaults: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0x9515850>} routes.middleware: DEBUG: Match dict: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0x9515850>, 'project_id': u'openstack'} nova.api.openstack.wsgi: INFO: POST http://127.0.0.1:34003/v2/openstack/os-keypairs nova.api.openstack.wsgi: ERROR: Exception handling resource: wait() got an unexpected keyword argument 'timeout' 2013-05-10 06:27:08 4266 TRACE nova.api.openstack.wsgi Traceback (most recent call last): 2013-05-10 06:27:08 4266 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 944, in _process_stack 2013-05-10 06:27:08 4266 TRACE nova.api.openstack.wsgi action_result = self.dispatch(meth, request, action_args) 2013-05-10 06:27:08 4266 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 1032, in dispatch 2013-05-10 06:27:08 4266 TRACE nova.api.openstack.wsgi return method(req=request, **action_args) 2013-05-10 06:27:08 4266 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/compute/contrib/keypairs.py",> line 88, in create 2013-05-10 06:27:08 4266 TRACE nova.api.openstack.wsgi name) 2013-05-10 06:27:08 4266 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/compute/api.py",> line 2230, in create_key_pair 2013-05-10 06:27:08 4266 TRACE nova.api.openstack.wsgi private_key, public_key, fingerprint = crypto.generate_key_pair() 2013-05-10 06:27:08 4266 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/crypto.py",> line 144, in generate_key_pair 2013-05-10 06:27:08 4266 TRACE nova.api.openstack.wsgi '-t', 'rsa', '-f', keyfile, '-C', 'Generated by Nova') 2013-05-10 06:27:08 4266 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/utils.py",> line 200, in execute 2013-05-10 06:27:08 4266 TRACE nova.api.openstack.wsgi result = obj.communicate() 2013-05-10 06:27:08 4266 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 729, in communicate 2013-05-10 06:27:08 4266 TRACE nova.api.openstack.wsgi stdout, stderr = self._communicate(input, endtime) 2013-05-10 06:27:08 4266 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 1330, in _communicate 2013-05-10 06:27:08 4266 TRACE nova.api.openstack.wsgi self.wait(timeout=self._remaining_time(endtime)) 2013-05-10 06:27:08 4266 TRACE nova.api.openstack.wsgi TypeError: wait() got an unexpected keyword argument 'timeout' 2013-05-10 06:27:08 4266 TRACE nova.api.openstack.wsgi nova.api.openstack.wsgi: INFO: http://127.0.0.1:34003/v2/openstack/os-keypairs returned with HTTP 400 nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [10/May/2013 06:27:08] "POST /v2/openstack/os-keypairs HTTP/1.1" 400 399 0.298628 --------------------- >> end captured logging << --------------------- ====================================================================== FAIL: test_get_product_version_product_brand_does_not_fail (nova.tests.test_xenapi.XenAPISessionTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/tests/test_xenapi.py",> line 2855, in test_get_product_version_product_brand_does_not_fail session._get_product_version_and_brand() AssertionError: (None, None) != ((5, 6, 2), 'XenServer')
raise self.failureException, \ (None or '%r != %r' % ((None, None), ((5, 6, 2), 'XenServer')))
====================================================================== FAIL: test_get_product_version_product_brand_xs_6 (nova.tests.test_xenapi.XenAPISessionTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/tests/test_xenapi.py",> line 2866, in test_get_product_version_product_brand_xs_6 session._get_product_version_and_brand() AssertionError: ((6, 0, 50), 'XenServer') != ((5, 6, 2), 'XenServer')
raise self.failureException, \ (None or '%r != %r' % (((6, 0, 50), 'XenServer'), ((5, 6, 2), 'XenServer')))
---------------------------------------------------------------------- XML: nosetests.xml ERROR: InvocationError: '<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/.tox/py26/bin/nosetests'> ___________________________________ 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 Cheetah==2.4.4 Jinja2==2.6 Markdown==2.3.1 Paste==1.7.5.1 PasteDeploy==1.5.0 Pygments==1.6 Routes==1.12.3 SQLAlchemy==0.7.9 Sphinx==1.2b1 Tempita==0.5.1 WebOb==1.0.8 amqplib==0.6.1 anyjson==0.2.4 argparse==1.2.1 boto==2.1.1 cliff==1.3.3 cmd2==0.6.5.1 colorama==0.2.5 coverage==3.6 decorator==3.4.0 distribute==0.6.34 docutils==0.10 eventlet==0.12.1 feedparser==5.1.3 greenlet==0.4.0 httplib2==0.8 iso8601==0.1.4 jsonpatch==1.0 jsonpointer==1.0 jsonschema==1.3.0 kombu==1.0.4 logilab-astng==0.24.3 logilab-common==0.59.1 lxml==2.3.5 mox==0.5.3 netaddr==0.7.10 nose==1.2.1 nosehtmloutput==0.0.4 nova==2012.2.5 openstack.nose-plugin==0.11 oslo.config==1.1.0 paramiko==1.10.1 pep8==1.1 prettytable==0.7.2 pyOpenSSL==0.13 pycrypto==2.6 pylint==0.25.2 pyparsing==1.5.7 python-cinderclient==1.0.4 python-glanceclient==0.9.0 python-keystoneclient==0.2.3 python-quantumclient==2.2.1 requests==1.2.0 setuptools-git==1.0b1 simplejson==3.3.0 sqlalchemy-migrate==0.7.2 suds==0.4 termcolor==1.1.0 unittest2==0.5.1 warlock==1.0.0 + echo ====================================================================== ====================================================================== + '[' -d .testrepository ']' + sudo /usr/local/jenkins/slave_scripts/jenkins-sudo-grep.sh post grep: /var/log/auth.log: No such file or directory + 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= + '[' -f '' ']' + echo + echo 'WARNING: Unable to find to confirm results!' WARNING: Unable to find to confirm results! + echo + exit 1 + rm -rf /tmp/tmp.XIbQoQdxbw Build step 'Execute shell' marked build as failure [SCP] Connecting to static.openstack.org [SCP] No file(s) found: **/*nose_results.html [SCP] '**/*nose_results.html' doesn't match anything: '**' exists but not '**/*nose_results.html' [SCP] Connecting to static.openstack.org [SCP] Trying to create /srv/static/logs/periodic/periodic-nova-python26-stable-folsom-centos6/10 [SCP] Copying console log.
See <https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/11/> ------------------------------------------ [...truncated 12584 lines...] nova.compute.resource_tracker: AUDIT: Free VCPUS: 1 nova.compute.resource_tracker: INFO: Compute_service record created for 7677d71b1f2646bcb9a4ba61a632409c nova.service: AUDIT: Starting volume node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting network node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting scheduler node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.wsgi: INFO: osapi_compute listening on 127.0.0.1:58761 nova.tests.integrated.integrated_helpers: WARNING: http://127.0.0.1:58761/v2 nova.tests.integrated.api.client: INFO: Doing GET on /v2 nova.osapi_compute.wsgi.server: INFO: (2299) wsgi starting up on http://127.0.0.1:58761/ nova.osapi_compute.wsgi.server: INFO: (2299) accepted ('127.0.0.1', 34082) nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [11/May/2013 06:25:20] "GET /v2 HTTP/1.1" 204 216 0.000906 nova.tests.integrated.api.client: INFO: Doing POST on /v2/openstack/os-keypairs nova.tests.integrated.api.client: INFO: Body: <keypair> <name>keypair-8158b132-157e-49cf-8cc1-c96638cc08e8</name> <public_key>ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDx8nkQv/zgGgB4rMYmIf+6A4l6Rr+o/6lHBQdW5aYd44bd8JttDCE/F/pNRr0lRE+PiqSPO8nDPHw0010JeMH9gYgnnFlyY3/OcJ02RhIPyyxYpv9FhY+2YiUkpwFOcLImyrxEsYXpD/0d3ac30bNH6Sw9JD9UZHYcpSxsIbECHw== Generated by Nova</public_key> </keypair> nova.osapi_compute.wsgi.server: INFO: (2299) accepted ('127.0.0.1', 34083) routes.middleware: DEBUG: Matched POST /openstack/os-keypairs routes.middleware: DEBUG: Route path: '/{project_id}/os-keypairs', defaults: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0xa8c2dd0>} routes.middleware: DEBUG: Match dict: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0xa8c2dd0>, 'project_id': u'openstack'} nova.api.openstack.wsgi: INFO: POST http://127.0.0.1:58761/v2/openstack/os-keypairs nova.api.openstack.wsgi: ERROR: Exception handling resource: wait() got an unexpected keyword argument 'timeout' 2013-05-11 06:25:20 2299 TRACE nova.api.openstack.wsgi Traceback (most recent call last): 2013-05-11 06:25:20 2299 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 944, in _process_stack 2013-05-11 06:25:20 2299 TRACE nova.api.openstack.wsgi action_result = self.dispatch(meth, request, action_args) 2013-05-11 06:25:20 2299 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 1032, in dispatch 2013-05-11 06:25:20 2299 TRACE nova.api.openstack.wsgi return method(req=request, **action_args) 2013-05-11 06:25:20 2299 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/compute/contrib/keypairs.py",> line 85, in create 2013-05-11 06:25:20 2299 TRACE nova.api.openstack.wsgi params['public_key']) 2013-05-11 06:25:20 2299 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/compute/api.py",> line 2207, in import_key_pair 2013-05-11 06:25:20 2299 TRACE nova.api.openstack.wsgi fingerprint = crypto.generate_fingerprint(public_key) 2013-05-11 06:25:20 2299 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/crypto.py",> line 133, in generate_fingerprint 2013-05-11 06:25:20 2299 TRACE nova.api.openstack.wsgi return _generate_fingerprint(pubfile) 2013-05-11 06:25:20 2299 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/crypto.py",> line 122, in _generate_fingerprint 2013-05-11 06:25:20 2299 TRACE nova.api.openstack.wsgi (out, err) = utils.execute('ssh-keygen', '-q', '-l', '-f', public_key_file) 2013-05-11 06:25:20 2299 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/utils.py",> line 200, in execute 2013-05-11 06:25:20 2299 TRACE nova.api.openstack.wsgi result = obj.communicate() 2013-05-11 06:25:20 2299 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 729, in communicate 2013-05-11 06:25:20 2299 TRACE nova.api.openstack.wsgi stdout, stderr = self._communicate(input, endtime) 2013-05-11 06:25:20 2299 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 1330, in _communicate 2013-05-11 06:25:20 2299 TRACE nova.api.openstack.wsgi self.wait(timeout=self._remaining_time(endtime)) 2013-05-11 06:25:20 2299 TRACE nova.api.openstack.wsgi TypeError: wait() got an unexpected keyword argument 'timeout' 2013-05-11 06:25:20 2299 TRACE nova.api.openstack.wsgi nova.api.openstack.wsgi: INFO: http://127.0.0.1:58761/v2/openstack/os-keypairs returned with HTTP 400 nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [11/May/2013 06:25:20] "POST /v2/openstack/os-keypairs HTTP/1.1" 400 399 0.250203 --------------------- >> end captured logging << --------------------- ====================================================================== FAIL: Get api sample of key pairs post request ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/tests/integrated/test_api_samples.py",> line 884, in test_keypairs_post self.assertEqual(response.status, 200) AssertionError: 400 != 200
raise self.failureException, \ (None or '%r != %r' % (400, 200))
-------------------- >> begin captured logging << -------------------- nova.compute.manager: INFO: Loading compute driver 'nova.virt.fake.FakeDriver' nova.service: AUDIT: Starting compute node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.compute.resource_tracker: AUDIT: Free ram (MB): 7680 nova.compute.resource_tracker: AUDIT: Free disk (GB): 1028 nova.compute.resource_tracker: AUDIT: Free VCPUS: 1 nova.compute.resource_tracker: INFO: Compute_service record created for 91636729937e4554bb983b8e4ae09c8b nova.service: AUDIT: Starting volume node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting network node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting scheduler node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.wsgi: INFO: osapi_compute listening on 127.0.0.1:34325 nova.tests.integrated.integrated_helpers: WARNING: http://127.0.0.1:34325/v2 nova.tests.integrated.api.client: INFO: Doing GET on /v2 nova.osapi_compute.wsgi.server: INFO: (2299) wsgi starting up on http://127.0.0.1:34325/ nova.osapi_compute.wsgi.server: INFO: (2299) accepted ('127.0.0.1', 45435) nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [11/May/2013 06:25:20] "GET /v2 HTTP/1.1" 204 216 0.001045 nova.tests.integrated.api.client: INFO: Doing POST on /v2/openstack/os-keypairs nova.tests.integrated.api.client: INFO: Body: <keypair> <name>keypair-5b9de117-8379-425e-9492-2ad16d458281</name> </keypair> nova.osapi_compute.wsgi.server: INFO: (2299) accepted ('127.0.0.1', 45436) routes.middleware: DEBUG: Matched POST /openstack/os-keypairs routes.middleware: DEBUG: Route path: '/{project_id}/os-keypairs', defaults: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0x9e498d0>} routes.middleware: DEBUG: Match dict: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0x9e498d0>, 'project_id': u'openstack'} nova.api.openstack.wsgi: INFO: POST http://127.0.0.1:34325/v2/openstack/os-keypairs nova.api.openstack.wsgi: ERROR: Exception handling resource: wait() got an unexpected keyword argument 'timeout' 2013-05-11 06:25:21 2299 TRACE nova.api.openstack.wsgi Traceback (most recent call last): 2013-05-11 06:25:21 2299 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 944, in _process_stack 2013-05-11 06:25:21 2299 TRACE nova.api.openstack.wsgi action_result = self.dispatch(meth, request, action_args) 2013-05-11 06:25:21 2299 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 1032, in dispatch 2013-05-11 06:25:21 2299 TRACE nova.api.openstack.wsgi return method(req=request, **action_args) 2013-05-11 06:25:21 2299 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/compute/contrib/keypairs.py",> line 88, in create 2013-05-11 06:25:21 2299 TRACE nova.api.openstack.wsgi name) 2013-05-11 06:25:21 2299 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/compute/api.py",> line 2230, in create_key_pair 2013-05-11 06:25:21 2299 TRACE nova.api.openstack.wsgi private_key, public_key, fingerprint = crypto.generate_key_pair() 2013-05-11 06:25:21 2299 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/crypto.py",> line 144, in generate_key_pair 2013-05-11 06:25:21 2299 TRACE nova.api.openstack.wsgi '-t', 'rsa', '-f', keyfile, '-C', 'Generated by Nova') 2013-05-11 06:25:21 2299 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/utils.py",> line 200, in execute 2013-05-11 06:25:21 2299 TRACE nova.api.openstack.wsgi result = obj.communicate() 2013-05-11 06:25:21 2299 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 729, in communicate 2013-05-11 06:25:21 2299 TRACE nova.api.openstack.wsgi stdout, stderr = self._communicate(input, endtime) 2013-05-11 06:25:21 2299 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 1330, in _communicate 2013-05-11 06:25:21 2299 TRACE nova.api.openstack.wsgi self.wait(timeout=self._remaining_time(endtime)) 2013-05-11 06:25:21 2299 TRACE nova.api.openstack.wsgi TypeError: wait() got an unexpected keyword argument 'timeout' 2013-05-11 06:25:21 2299 TRACE nova.api.openstack.wsgi nova.api.openstack.wsgi: INFO: http://127.0.0.1:34325/v2/openstack/os-keypairs returned with HTTP 400 nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [11/May/2013 06:25:21] "POST /v2/openstack/os-keypairs HTTP/1.1" 400 399 0.347035 --------------------- >> end captured logging << --------------------- ====================================================================== FAIL: test_get_product_version_product_brand_does_not_fail (nova.tests.test_xenapi.XenAPISessionTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/tests/test_xenapi.py",> line 2855, in test_get_product_version_product_brand_does_not_fail session._get_product_version_and_brand() AssertionError: (None, None) != ((5, 6, 2), 'XenServer')
raise self.failureException, \ (None or '%r != %r' % ((None, None), ((5, 6, 2), 'XenServer')))
====================================================================== FAIL: test_get_product_version_product_brand_xs_6 (nova.tests.test_xenapi.XenAPISessionTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/tests/test_xenapi.py",> line 2866, in test_get_product_version_product_brand_xs_6 session._get_product_version_and_brand() AssertionError: ((6, 0, 50), 'XenServer') != ((5, 6, 2), 'XenServer')
raise self.failureException, \ (None or '%r != %r' % (((6, 0, 50), 'XenServer'), ((5, 6, 2), 'XenServer')))
---------------------------------------------------------------------- XML: nosetests.xml ERROR: InvocationError: '<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/.tox/py26/bin/nosetests'> ___________________________________ 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 Cheetah==2.4.4 Jinja2==2.6 Markdown==2.3.1 Paste==1.7.5.1 PasteDeploy==1.5.0 Pygments==1.6 Routes==1.12.3 SQLAlchemy==0.7.9 Sphinx==1.2b1 Tempita==0.5.1 WebOb==1.0.8 amqplib==0.6.1 anyjson==0.2.4 argparse==1.2.1 boto==2.1.1 cliff==1.3.3 cmd2==0.6.5.1 colorama==0.2.5 coverage==3.6 decorator==3.4.0 distribute==0.6.34 docutils==0.10 eventlet==0.12.1 feedparser==5.1.3 greenlet==0.4.0 httplib2==0.8 iso8601==0.1.4 jsonpatch==1.0 jsonpointer==1.0 jsonschema==1.3.0 kombu==1.0.4 logilab-astng==0.24.3 logilab-common==0.59.1 lxml==2.3.5 mox==0.5.3 netaddr==0.7.10 nose==1.2.1 nosehtmloutput==0.0.4 nova==2012.2.5 openstack.nose-plugin==0.11 oslo.config==1.1.0 paramiko==1.10.1 pep8==1.1 prettytable==0.7.2 pyOpenSSL==0.13 pycrypto==2.6 pylint==0.25.2 pyparsing==1.5.7 python-cinderclient==1.0.4 python-glanceclient==0.9.0 python-keystoneclient==0.2.3 python-quantumclient==2.2.1 requests==1.2.0 setuptools-git==1.0b1 simplejson==3.3.0 sqlalchemy-migrate==0.7.2 suds==0.4 termcolor==1.1.0 unittest2==0.5.1 warlock==1.0.0 + echo ====================================================================== ====================================================================== + '[' -d .testrepository ']' + 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= + '[' -f '' ']' + echo + echo 'WARNING: Unable to find to confirm results!' WARNING: Unable to find to confirm results! + echo + exit 1 + rm -rf /tmp/tmp.xjKmFnQRWb Build step 'Execute shell' marked build as failure [SCP] Connecting to static.openstack.org [SCP] No file(s) found: **/*nose_results.html [SCP] '**/*nose_results.html' doesn't match anything: '**' exists but not '**/*nose_results.html' [SCP] Connecting to static.openstack.org [SCP] Trying to create /srv/static/logs/periodic/periodic-nova-python26-stable-folsom-centos6/11 [SCP] Copying console log.
See <https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/12/> ------------------------------------------ [...truncated 12584 lines...] nova.compute.resource_tracker: AUDIT: Free VCPUS: 1 nova.compute.resource_tracker: INFO: Compute_service record created for cc1414a52aab4fd79b216910de5049fa nova.service: AUDIT: Starting volume node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting network node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting scheduler node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.wsgi: INFO: osapi_compute listening on 127.0.0.1:34275 nova.tests.integrated.integrated_helpers: WARNING: http://127.0.0.1:34275/v2 nova.tests.integrated.api.client: INFO: Doing GET on /v2 nova.osapi_compute.wsgi.server: INFO: (14590) wsgi starting up on http://127.0.0.1:34275/ nova.osapi_compute.wsgi.server: INFO: (14590) accepted ('127.0.0.1', 56285) nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [12/May/2013 06:28:23] "GET /v2 HTTP/1.1" 204 216 0.000760 nova.tests.integrated.api.client: INFO: Doing POST on /v2/openstack/os-keypairs nova.tests.integrated.api.client: INFO: Body: <keypair> <name>keypair-58fe0caf-f58c-4218-866d-17266bf33121</name> <public_key>ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDx8nkQv/zgGgB4rMYmIf+6A4l6Rr+o/6lHBQdW5aYd44bd8JttDCE/F/pNRr0lRE+PiqSPO8nDPHw0010JeMH9gYgnnFlyY3/OcJ02RhIPyyxYpv9FhY+2YiUkpwFOcLImyrxEsYXpD/0d3ac30bNH6Sw9JD9UZHYcpSxsIbECHw== Generated by Nova</public_key> </keypair> nova.osapi_compute.wsgi.server: INFO: (14590) accepted ('127.0.0.1', 56286) routes.middleware: DEBUG: Matched POST /openstack/os-keypairs routes.middleware: DEBUG: Route path: '/{project_id}/os-keypairs', defaults: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0x8bb6b90>} routes.middleware: DEBUG: Match dict: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0x8bb6b90>, 'project_id': u'openstack'} nova.api.openstack.wsgi: INFO: POST http://127.0.0.1:34275/v2/openstack/os-keypairs nova.api.openstack.wsgi: ERROR: Exception handling resource: wait() got an unexpected keyword argument 'timeout' 2013-05-12 06:28:23 14590 TRACE nova.api.openstack.wsgi Traceback (most recent call last): 2013-05-12 06:28:23 14590 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 944, in _process_stack 2013-05-12 06:28:23 14590 TRACE nova.api.openstack.wsgi action_result = self.dispatch(meth, request, action_args) 2013-05-12 06:28:23 14590 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 1032, in dispatch 2013-05-12 06:28:23 14590 TRACE nova.api.openstack.wsgi return method(req=request, **action_args) 2013-05-12 06:28:23 14590 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/compute/contrib/keypairs.py",> line 85, in create 2013-05-12 06:28:23 14590 TRACE nova.api.openstack.wsgi params['public_key']) 2013-05-12 06:28:23 14590 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/compute/api.py",> line 2207, in import_key_pair 2013-05-12 06:28:23 14590 TRACE nova.api.openstack.wsgi fingerprint = crypto.generate_fingerprint(public_key) 2013-05-12 06:28:23 14590 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/crypto.py",> line 133, in generate_fingerprint 2013-05-12 06:28:23 14590 TRACE nova.api.openstack.wsgi return _generate_fingerprint(pubfile) 2013-05-12 06:28:23 14590 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/crypto.py",> line 122, in _generate_fingerprint 2013-05-12 06:28:23 14590 TRACE nova.api.openstack.wsgi (out, err) = utils.execute('ssh-keygen', '-q', '-l', '-f', public_key_file) 2013-05-12 06:28:23 14590 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/utils.py",> line 200, in execute 2013-05-12 06:28:23 14590 TRACE nova.api.openstack.wsgi result = obj.communicate() 2013-05-12 06:28:23 14590 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 729, in communicate 2013-05-12 06:28:23 14590 TRACE nova.api.openstack.wsgi stdout, stderr = self._communicate(input, endtime) 2013-05-12 06:28:23 14590 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 1330, in _communicate 2013-05-12 06:28:23 14590 TRACE nova.api.openstack.wsgi self.wait(timeout=self._remaining_time(endtime)) 2013-05-12 06:28:23 14590 TRACE nova.api.openstack.wsgi TypeError: wait() got an unexpected keyword argument 'timeout' 2013-05-12 06:28:23 14590 TRACE nova.api.openstack.wsgi nova.api.openstack.wsgi: INFO: http://127.0.0.1:34275/v2/openstack/os-keypairs returned with HTTP 400 nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [12/May/2013 06:28:23] "POST /v2/openstack/os-keypairs HTTP/1.1" 400 399 0.271652 --------------------- >> end captured logging << --------------------- ====================================================================== FAIL: Get api sample of key pairs post request ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/tests/integrated/test_api_samples.py",> line 884, in test_keypairs_post self.assertEqual(response.status, 200) AssertionError: 400 != 200
raise self.failureException, \ (None or '%r != %r' % (400, 200))
-------------------- >> begin captured logging << -------------------- nova.compute.manager: INFO: Loading compute driver 'nova.virt.fake.FakeDriver' nova.service: AUDIT: Starting compute node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.compute.resource_tracker: AUDIT: Free ram (MB): 7680 nova.compute.resource_tracker: AUDIT: Free disk (GB): 1028 nova.compute.resource_tracker: AUDIT: Free VCPUS: 1 nova.compute.resource_tracker: INFO: Compute_service record created for 97e9184f2f5049739b5ce6d7904bb06e nova.service: AUDIT: Starting volume node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting network node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting scheduler node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.wsgi: INFO: osapi_compute listening on 127.0.0.1:55719 nova.tests.integrated.integrated_helpers: WARNING: http://127.0.0.1:55719/v2 nova.tests.integrated.api.client: INFO: Doing GET on /v2 nova.osapi_compute.wsgi.server: INFO: (14590) wsgi starting up on http://127.0.0.1:55719/ nova.osapi_compute.wsgi.server: INFO: (14590) accepted ('127.0.0.1', 45421) nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [12/May/2013 06:28:24] "GET /v2 HTTP/1.1" 204 216 0.001063 nova.tests.integrated.api.client: INFO: Doing POST on /v2/openstack/os-keypairs nova.tests.integrated.api.client: INFO: Body: <keypair> <name>keypair-1b8ceb45-eaf9-419a-ac54-1d4d5d747d0b</name> </keypair> nova.osapi_compute.wsgi.server: INFO: (14590) accepted ('127.0.0.1', 45422) routes.middleware: DEBUG: Matched POST /openstack/os-keypairs routes.middleware: DEBUG: Route path: '/{project_id}/os-keypairs', defaults: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0x9f093d0>} routes.middleware: DEBUG: Match dict: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0x9f093d0>, 'project_id': u'openstack'} nova.api.openstack.wsgi: INFO: POST http://127.0.0.1:55719/v2/openstack/os-keypairs nova.api.openstack.wsgi: ERROR: Exception handling resource: wait() got an unexpected keyword argument 'timeout' 2013-05-12 06:28:24 14590 TRACE nova.api.openstack.wsgi Traceback (most recent call last): 2013-05-12 06:28:24 14590 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 944, in _process_stack 2013-05-12 06:28:24 14590 TRACE nova.api.openstack.wsgi action_result = self.dispatch(meth, request, action_args) 2013-05-12 06:28:24 14590 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 1032, in dispatch 2013-05-12 06:28:24 14590 TRACE nova.api.openstack.wsgi return method(req=request, **action_args) 2013-05-12 06:28:24 14590 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/compute/contrib/keypairs.py",> line 88, in create 2013-05-12 06:28:24 14590 TRACE nova.api.openstack.wsgi name) 2013-05-12 06:28:24 14590 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/compute/api.py",> line 2230, in create_key_pair 2013-05-12 06:28:24 14590 TRACE nova.api.openstack.wsgi private_key, public_key, fingerprint = crypto.generate_key_pair() 2013-05-12 06:28:24 14590 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/crypto.py",> line 144, in generate_key_pair 2013-05-12 06:28:24 14590 TRACE nova.api.openstack.wsgi '-t', 'rsa', '-f', keyfile, '-C', 'Generated by Nova') 2013-05-12 06:28:24 14590 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/utils.py",> line 200, in execute 2013-05-12 06:28:24 14590 TRACE nova.api.openstack.wsgi result = obj.communicate() 2013-05-12 06:28:24 14590 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 729, in communicate 2013-05-12 06:28:24 14590 TRACE nova.api.openstack.wsgi stdout, stderr = self._communicate(input, endtime) 2013-05-12 06:28:24 14590 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 1330, in _communicate 2013-05-12 06:28:24 14590 TRACE nova.api.openstack.wsgi self.wait(timeout=self._remaining_time(endtime)) 2013-05-12 06:28:24 14590 TRACE nova.api.openstack.wsgi TypeError: wait() got an unexpected keyword argument 'timeout' 2013-05-12 06:28:24 14590 TRACE nova.api.openstack.wsgi nova.api.openstack.wsgi: INFO: http://127.0.0.1:55719/v2/openstack/os-keypairs returned with HTTP 400 nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [12/May/2013 06:28:24] "POST /v2/openstack/os-keypairs HTTP/1.1" 400 399 0.395867 --------------------- >> end captured logging << --------------------- ====================================================================== FAIL: test_get_product_version_product_brand_does_not_fail (nova.tests.test_xenapi.XenAPISessionTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/tests/test_xenapi.py",> line 2855, in test_get_product_version_product_brand_does_not_fail session._get_product_version_and_brand() AssertionError: (None, None) != ((5, 6, 2), 'XenServer')
raise self.failureException, \ (None or '%r != %r' % ((None, None), ((5, 6, 2), 'XenServer')))
====================================================================== FAIL: test_get_product_version_product_brand_xs_6 (nova.tests.test_xenapi.XenAPISessionTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/tests/test_xenapi.py",> line 2866, in test_get_product_version_product_brand_xs_6 session._get_product_version_and_brand() AssertionError: ((6, 0, 50), 'XenServer') != ((5, 6, 2), 'XenServer')
raise self.failureException, \ (None or '%r != %r' % (((6, 0, 50), 'XenServer'), ((5, 6, 2), 'XenServer')))
---------------------------------------------------------------------- XML: nosetests.xml ERROR: InvocationError: '<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/.tox/py26/bin/nosetests'> ___________________________________ 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 Cheetah==2.4.4 Jinja2==2.6 Markdown==2.3.1 Paste==1.7.5.1 PasteDeploy==1.5.0 Pygments==1.6 Routes==1.12.3 SQLAlchemy==0.7.9 Sphinx==1.2b1 Tempita==0.5.1 WebOb==1.0.8 amqplib==0.6.1 anyjson==0.2.4 argparse==1.2.1 boto==2.1.1 cliff==1.3.3 cmd2==0.6.5.1 colorama==0.2.5 coverage==3.6 decorator==3.4.0 distribute==0.6.34 docutils==0.10 eventlet==0.12.1 feedparser==5.1.3 greenlet==0.4.0 httplib2==0.8 iso8601==0.1.4 jsonpatch==1.0 jsonpointer==1.0 jsonschema==1.3.0 kombu==1.0.4 logilab-astng==0.24.3 logilab-common==0.59.1 lxml==2.3.5 mox==0.5.3 netaddr==0.7.10 nose==1.2.1 nosehtmloutput==0.0.4 nova==2012.2.5 openstack.nose-plugin==0.11 oslo.config==1.1.0 paramiko==1.10.1 pep8==1.1 prettytable==0.7.2 pyOpenSSL==0.13 pycrypto==2.6 pylint==0.25.2 pyparsing==1.5.7 python-cinderclient==1.0.4 python-glanceclient==0.9.0 python-keystoneclient==0.2.3 python-quantumclient==2.2.1 requests==1.2.0 setuptools-git==1.0b1 simplejson==3.3.0 sqlalchemy-migrate==0.7.2 suds==0.4 termcolor==1.1.0 unittest2==0.5.1 warlock==1.0.0 + echo ====================================================================== ====================================================================== + '[' -d .testrepository ']' + 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= + '[' -f '' ']' + echo + echo 'WARNING: Unable to find to confirm results!' WARNING: Unable to find to confirm results! + echo + exit 1 + rm -rf /tmp/tmp.8KdSYP719J Build step 'Execute shell' marked build as failure [SCP] Connecting to static.openstack.org [SCP] No file(s) found: **/*nose_results.html [SCP] '**/*nose_results.html' doesn't match anything: '**' exists but not '**/*nose_results.html' [SCP] Connecting to static.openstack.org [SCP] Trying to create /srv/static/logs/periodic/periodic-nova-python26-stable-folsom-centos6/12 [SCP] Copying console log.
See <https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/13/> ------------------------------------------ [...truncated 12584 lines...] nova.compute.resource_tracker: AUDIT: Free VCPUS: 1 nova.compute.resource_tracker: INFO: Compute_service record created for 05839952dc144682a1d920fbfc3a8524 nova.service: AUDIT: Starting volume node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting network node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting scheduler node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.wsgi: INFO: osapi_compute listening on 127.0.0.1:60442 nova.tests.integrated.integrated_helpers: WARNING: http://127.0.0.1:60442/v2 nova.tests.integrated.api.client: INFO: Doing GET on /v2 nova.osapi_compute.wsgi.server: INFO: (14551) wsgi starting up on http://127.0.0.1:60442/ nova.osapi_compute.wsgi.server: INFO: (14551) accepted ('127.0.0.1', 45951) nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [13/May/2013 06:26:50] "GET /v2 HTTP/1.1" 204 216 0.001003 nova.tests.integrated.api.client: INFO: Doing POST on /v2/openstack/os-keypairs nova.tests.integrated.api.client: INFO: Body: <keypair> <name>keypair-150cd7b3-0dc3-48be-8a2c-b292934a6805</name> <public_key>ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDx8nkQv/zgGgB4rMYmIf+6A4l6Rr+o/6lHBQdW5aYd44bd8JttDCE/F/pNRr0lRE+PiqSPO8nDPHw0010JeMH9gYgnnFlyY3/OcJ02RhIPyyxYpv9FhY+2YiUkpwFOcLImyrxEsYXpD/0d3ac30bNH6Sw9JD9UZHYcpSxsIbECHw== Generated by Nova</public_key> </keypair> nova.osapi_compute.wsgi.server: INFO: (14551) accepted ('127.0.0.1', 45952) routes.middleware: DEBUG: Matched POST /openstack/os-keypairs routes.middleware: DEBUG: Route path: '/{project_id}/os-keypairs', defaults: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0x9b4dc10>} routes.middleware: DEBUG: Match dict: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0x9b4dc10>, 'project_id': u'openstack'} nova.api.openstack.wsgi: INFO: POST http://127.0.0.1:60442/v2/openstack/os-keypairs nova.api.openstack.wsgi: ERROR: Exception handling resource: wait() got an unexpected keyword argument 'timeout' 2013-05-13 06:26:50 14551 TRACE nova.api.openstack.wsgi Traceback (most recent call last): 2013-05-13 06:26:50 14551 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 944, in _process_stack 2013-05-13 06:26:50 14551 TRACE nova.api.openstack.wsgi action_result = self.dispatch(meth, request, action_args) 2013-05-13 06:26:50 14551 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 1032, in dispatch 2013-05-13 06:26:50 14551 TRACE nova.api.openstack.wsgi return method(req=request, **action_args) 2013-05-13 06:26:50 14551 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/compute/contrib/keypairs.py",> line 85, in create 2013-05-13 06:26:50 14551 TRACE nova.api.openstack.wsgi params['public_key']) 2013-05-13 06:26:50 14551 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/compute/api.py",> line 2207, in import_key_pair 2013-05-13 06:26:50 14551 TRACE nova.api.openstack.wsgi fingerprint = crypto.generate_fingerprint(public_key) 2013-05-13 06:26:50 14551 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/crypto.py",> line 133, in generate_fingerprint 2013-05-13 06:26:50 14551 TRACE nova.api.openstack.wsgi return _generate_fingerprint(pubfile) 2013-05-13 06:26:50 14551 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/crypto.py",> line 122, in _generate_fingerprint 2013-05-13 06:26:50 14551 TRACE nova.api.openstack.wsgi (out, err) = utils.execute('ssh-keygen', '-q', '-l', '-f', public_key_file) 2013-05-13 06:26:50 14551 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/utils.py",> line 200, in execute 2013-05-13 06:26:50 14551 TRACE nova.api.openstack.wsgi result = obj.communicate() 2013-05-13 06:26:50 14551 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 729, in communicate 2013-05-13 06:26:50 14551 TRACE nova.api.openstack.wsgi stdout, stderr = self._communicate(input, endtime) 2013-05-13 06:26:50 14551 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 1330, in _communicate 2013-05-13 06:26:50 14551 TRACE nova.api.openstack.wsgi self.wait(timeout=self._remaining_time(endtime)) 2013-05-13 06:26:50 14551 TRACE nova.api.openstack.wsgi TypeError: wait() got an unexpected keyword argument 'timeout' 2013-05-13 06:26:50 14551 TRACE nova.api.openstack.wsgi nova.api.openstack.wsgi: INFO: http://127.0.0.1:60442/v2/openstack/os-keypairs returned with HTTP 400 nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [13/May/2013 06:26:50] "POST /v2/openstack/os-keypairs HTTP/1.1" 400 399 0.258209 --------------------- >> end captured logging << --------------------- ====================================================================== FAIL: Get api sample of key pairs post request ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/tests/integrated/test_api_samples.py",> line 884, in test_keypairs_post self.assertEqual(response.status, 200) AssertionError: 400 != 200
raise self.failureException, \ (None or '%r != %r' % (400, 200))
-------------------- >> begin captured logging << -------------------- nova.compute.manager: INFO: Loading compute driver 'nova.virt.fake.FakeDriver' nova.service: AUDIT: Starting compute node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.compute.resource_tracker: AUDIT: Free ram (MB): 7680 nova.compute.resource_tracker: AUDIT: Free disk (GB): 1028 nova.compute.resource_tracker: AUDIT: Free VCPUS: 1 nova.compute.resource_tracker: INFO: Compute_service record created for 27297d38c9254f6eb6381b2e4495cbd4 nova.service: AUDIT: Starting volume node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting network node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting scheduler node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.wsgi: INFO: osapi_compute listening on 127.0.0.1:47587 nova.tests.integrated.integrated_helpers: WARNING: http://127.0.0.1:47587/v2 nova.tests.integrated.api.client: INFO: Doing GET on /v2 nova.osapi_compute.wsgi.server: INFO: (14551) wsgi starting up on http://127.0.0.1:47587/ nova.osapi_compute.wsgi.server: INFO: (14551) accepted ('127.0.0.1', 51561) nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [13/May/2013 06:26:50] "GET /v2 HTTP/1.1" 204 216 0.001113 nova.tests.integrated.api.client: INFO: Doing POST on /v2/openstack/os-keypairs nova.tests.integrated.api.client: INFO: Body: <keypair> <name>keypair-3663a617-8d0c-4cbc-bc51-fa1319ee6baf</name> </keypair> nova.osapi_compute.wsgi.server: INFO: (14551) accepted ('127.0.0.1', 51562) routes.middleware: DEBUG: Matched POST /openstack/os-keypairs routes.middleware: DEBUG: Route path: '/{project_id}/os-keypairs', defaults: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0x9b27850>} routes.middleware: DEBUG: Match dict: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0x9b27850>, 'project_id': u'openstack'} nova.api.openstack.wsgi: INFO: POST http://127.0.0.1:47587/v2/openstack/os-keypairs nova.api.openstack.wsgi: ERROR: Exception handling resource: wait() got an unexpected keyword argument 'timeout' 2013-05-13 06:26:51 14551 TRACE nova.api.openstack.wsgi Traceback (most recent call last): 2013-05-13 06:26:51 14551 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 944, in _process_stack 2013-05-13 06:26:51 14551 TRACE nova.api.openstack.wsgi action_result = self.dispatch(meth, request, action_args) 2013-05-13 06:26:51 14551 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 1032, in dispatch 2013-05-13 06:26:51 14551 TRACE nova.api.openstack.wsgi return method(req=request, **action_args) 2013-05-13 06:26:51 14551 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/compute/contrib/keypairs.py",> line 88, in create 2013-05-13 06:26:51 14551 TRACE nova.api.openstack.wsgi name) 2013-05-13 06:26:51 14551 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/compute/api.py",> line 2230, in create_key_pair 2013-05-13 06:26:51 14551 TRACE nova.api.openstack.wsgi private_key, public_key, fingerprint = crypto.generate_key_pair() 2013-05-13 06:26:51 14551 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/crypto.py",> line 144, in generate_key_pair 2013-05-13 06:26:51 14551 TRACE nova.api.openstack.wsgi '-t', 'rsa', '-f', keyfile, '-C', 'Generated by Nova') 2013-05-13 06:26:51 14551 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/utils.py",> line 200, in execute 2013-05-13 06:26:51 14551 TRACE nova.api.openstack.wsgi result = obj.communicate() 2013-05-13 06:26:51 14551 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 729, in communicate 2013-05-13 06:26:51 14551 TRACE nova.api.openstack.wsgi stdout, stderr = self._communicate(input, endtime) 2013-05-13 06:26:51 14551 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 1330, in _communicate 2013-05-13 06:26:51 14551 TRACE nova.api.openstack.wsgi self.wait(timeout=self._remaining_time(endtime)) 2013-05-13 06:26:51 14551 TRACE nova.api.openstack.wsgi TypeError: wait() got an unexpected keyword argument 'timeout' 2013-05-13 06:26:51 14551 TRACE nova.api.openstack.wsgi nova.api.openstack.wsgi: INFO: http://127.0.0.1:47587/v2/openstack/os-keypairs returned with HTTP 400 nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [13/May/2013 06:26:51] "POST /v2/openstack/os-keypairs HTTP/1.1" 400 399 0.268138 --------------------- >> end captured logging << --------------------- ====================================================================== FAIL: test_get_product_version_product_brand_does_not_fail (nova.tests.test_xenapi.XenAPISessionTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/tests/test_xenapi.py",> line 2855, in test_get_product_version_product_brand_does_not_fail session._get_product_version_and_brand() AssertionError: (None, None) != ((5, 6, 2), 'XenServer')
raise self.failureException, \ (None or '%r != %r' % ((None, None), ((5, 6, 2), 'XenServer')))
====================================================================== FAIL: test_get_product_version_product_brand_xs_6 (nova.tests.test_xenapi.XenAPISessionTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/tests/test_xenapi.py",> line 2866, in test_get_product_version_product_brand_xs_6 session._get_product_version_and_brand() AssertionError: ((6, 0, 50), 'XenServer') != ((5, 6, 2), 'XenServer')
raise self.failureException, \ (None or '%r != %r' % (((6, 0, 50), 'XenServer'), ((5, 6, 2), 'XenServer')))
---------------------------------------------------------------------- XML: nosetests.xml ERROR: InvocationError: '<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/.tox/py26/bin/nosetests'> ___________________________________ 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 Cheetah==2.4.4 Jinja2==2.6 Markdown==2.3.1 Paste==1.7.5.1 PasteDeploy==1.5.0 Pygments==1.6 Routes==1.12.3 SQLAlchemy==0.7.9 Sphinx==1.2b1 Tempita==0.5.1 WebOb==1.0.8 amqplib==0.6.1 anyjson==0.2.4 argparse==1.2.1 boto==2.1.1 cliff==1.3.3 cmd2==0.6.5.1 colorama==0.2.5 coverage==3.6 decorator==3.4.0 distribute==0.6.34 docutils==0.10 eventlet==0.12.1 feedparser==5.1.3 greenlet==0.4.0 httplib2==0.8 iso8601==0.1.4 jsonpatch==1.0 jsonpointer==1.0 jsonschema==1.3.0 kombu==1.0.4 logilab-astng==0.24.3 logilab-common==0.59.1 lxml==2.3.5 mox==0.5.3 netaddr==0.7.10 nose==1.2.1 nosehtmloutput==0.0.4 nova==2012.2.5 openstack.nose-plugin==0.11 oslo.config==1.1.0 paramiko==1.10.1 pep8==1.1 prettytable==0.7.2 pyOpenSSL==0.13 pycrypto==2.6 pylint==0.25.2 pyparsing==1.5.7 python-cinderclient==1.0.4 python-glanceclient==0.9.0 python-keystoneclient==0.2.3 python-quantumclient==2.2.1 requests==1.2.0 setuptools-git==1.0b1 simplejson==3.3.0 sqlalchemy-migrate==0.7.2 suds==0.4 termcolor==1.1.0 unittest2==0.5.1 warlock==1.0.0 + echo ====================================================================== ====================================================================== + '[' -d .testrepository ']' + 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= + '[' -f '' ']' + echo + echo 'WARNING: Unable to find to confirm results!' WARNING: Unable to find to confirm results! + echo + exit 1 + rm -rf /tmp/tmp.JAwMy6Kl71 Build step 'Execute shell' marked build as failure [SCP] Connecting to static.openstack.org [SCP] No file(s) found: **/*nose_results.html [SCP] '**/*nose_results.html' doesn't match anything: '**' exists but not '**/*nose_results.html' [SCP] Connecting to static.openstack.org [SCP] Trying to create /srv/static/logs/periodic/periodic-nova-python26-stable-folsom-centos6/13 [SCP] Copying console log.
See <https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/14/> ------------------------------------------ [...truncated 12584 lines...] nova.compute.resource_tracker: AUDIT: Free VCPUS: 1 nova.compute.resource_tracker: INFO: Compute_service record created for 78f0e05bef1c4362bc5341dd9b952179 nova.service: AUDIT: Starting volume node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting network node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting scheduler node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.wsgi: INFO: osapi_compute listening on 127.0.0.1:39053 nova.tests.integrated.integrated_helpers: WARNING: http://127.0.0.1:39053/v2 nova.tests.integrated.api.client: INFO: Doing GET on /v2 nova.osapi_compute.wsgi.server: INFO: (3089) wsgi starting up on http://127.0.0.1:39053/ nova.osapi_compute.wsgi.server: INFO: (3089) accepted ('127.0.0.1', 57258) nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [14/May/2013 06:34:44] "GET /v2 HTTP/1.1" 204 216 0.001030 nova.tests.integrated.api.client: INFO: Doing POST on /v2/openstack/os-keypairs nova.tests.integrated.api.client: INFO: Body: <keypair> <name>keypair-85a0da5f-ad81-47b2-9234-8b8be8c4534e</name> <public_key>ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDx8nkQv/zgGgB4rMYmIf+6A4l6Rr+o/6lHBQdW5aYd44bd8JttDCE/F/pNRr0lRE+PiqSPO8nDPHw0010JeMH9gYgnnFlyY3/OcJ02RhIPyyxYpv9FhY+2YiUkpwFOcLImyrxEsYXpD/0d3ac30bNH6Sw9JD9UZHYcpSxsIbECHw== Generated by Nova</public_key> </keypair> nova.osapi_compute.wsgi.server: INFO: (3089) accepted ('127.0.0.1', 57259) routes.middleware: DEBUG: Matched POST /openstack/os-keypairs routes.middleware: DEBUG: Route path: '/{project_id}/os-keypairs', defaults: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0x906d750>} routes.middleware: DEBUG: Match dict: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0x906d750>, 'project_id': u'openstack'} nova.api.openstack.wsgi: INFO: POST http://127.0.0.1:39053/v2/openstack/os-keypairs nova.api.openstack.wsgi: ERROR: Exception handling resource: wait() got an unexpected keyword argument 'timeout' 2013-05-14 06:34:45 3089 TRACE nova.api.openstack.wsgi Traceback (most recent call last): 2013-05-14 06:34:45 3089 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 944, in _process_stack 2013-05-14 06:34:45 3089 TRACE nova.api.openstack.wsgi action_result = self.dispatch(meth, request, action_args) 2013-05-14 06:34:45 3089 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 1032, in dispatch 2013-05-14 06:34:45 3089 TRACE nova.api.openstack.wsgi return method(req=request, **action_args) 2013-05-14 06:34:45 3089 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/compute/contrib/keypairs.py",> line 85, in create 2013-05-14 06:34:45 3089 TRACE nova.api.openstack.wsgi params['public_key']) 2013-05-14 06:34:45 3089 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/compute/api.py",> line 2207, in import_key_pair 2013-05-14 06:34:45 3089 TRACE nova.api.openstack.wsgi fingerprint = crypto.generate_fingerprint(public_key) 2013-05-14 06:34:45 3089 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/crypto.py",> line 133, in generate_fingerprint 2013-05-14 06:34:45 3089 TRACE nova.api.openstack.wsgi return _generate_fingerprint(pubfile) 2013-05-14 06:34:45 3089 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/crypto.py",> line 122, in _generate_fingerprint 2013-05-14 06:34:45 3089 TRACE nova.api.openstack.wsgi (out, err) = utils.execute('ssh-keygen', '-q', '-l', '-f', public_key_file) 2013-05-14 06:34:45 3089 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/utils.py",> line 200, in execute 2013-05-14 06:34:45 3089 TRACE nova.api.openstack.wsgi result = obj.communicate() 2013-05-14 06:34:45 3089 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 729, in communicate 2013-05-14 06:34:45 3089 TRACE nova.api.openstack.wsgi stdout, stderr = self._communicate(input, endtime) 2013-05-14 06:34:45 3089 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 1330, in _communicate 2013-05-14 06:34:45 3089 TRACE nova.api.openstack.wsgi self.wait(timeout=self._remaining_time(endtime)) 2013-05-14 06:34:45 3089 TRACE nova.api.openstack.wsgi TypeError: wait() got an unexpected keyword argument 'timeout' 2013-05-14 06:34:45 3089 TRACE nova.api.openstack.wsgi nova.api.openstack.wsgi: INFO: http://127.0.0.1:39053/v2/openstack/os-keypairs returned with HTTP 400 nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [14/May/2013 06:34:45] "POST /v2/openstack/os-keypairs HTTP/1.1" 400 399 0.250657 --------------------- >> end captured logging << --------------------- ====================================================================== FAIL: Get api sample of key pairs post request ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/tests/integrated/test_api_samples.py",> line 884, in test_keypairs_post self.assertEqual(response.status, 200) AssertionError: 400 != 200
raise self.failureException, \ (None or '%r != %r' % (400, 200))
-------------------- >> begin captured logging << -------------------- nova.compute.manager: INFO: Loading compute driver 'nova.virt.fake.FakeDriver' nova.service: AUDIT: Starting compute node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.compute.resource_tracker: AUDIT: Free ram (MB): 7680 nova.compute.resource_tracker: AUDIT: Free disk (GB): 1028 nova.compute.resource_tracker: AUDIT: Free VCPUS: 1 nova.compute.resource_tracker: INFO: Compute_service record created for 81ee99754c8c4f7daa2ff981003470b2 nova.service: AUDIT: Starting volume node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting network node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.service: AUDIT: Starting scheduler node (version 2012.2.5-LOCALBRANCH:LOCALREVISION) nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.api.openstack.compute.extensions: AUDIT: Initializing extension manager. nova.api.openstack.extensions: AUDIT: Loaded extension: os-keypairs routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True nova.wsgi: INFO: osapi_compute listening on 127.0.0.1:41088 nova.tests.integrated.integrated_helpers: WARNING: http://127.0.0.1:41088/v2 nova.tests.integrated.api.client: INFO: Doing GET on /v2 nova.osapi_compute.wsgi.server: INFO: (3089) wsgi starting up on http://127.0.0.1:41088/ nova.osapi_compute.wsgi.server: INFO: (3089) accepted ('127.0.0.1', 41378) nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [14/May/2013 06:34:45] "GET /v2 HTTP/1.1" 204 216 0.000944 nova.tests.integrated.api.client: INFO: Doing POST on /v2/openstack/os-keypairs nova.tests.integrated.api.client: INFO: Body: <keypair> <name>keypair-ddab3850-dbc4-4a08-9a04-e5e3404c26ee</name> </keypair> nova.osapi_compute.wsgi.server: INFO: (3089) accepted ('127.0.0.1', 41379) routes.middleware: DEBUG: Matched POST /openstack/os-keypairs routes.middleware: DEBUG: Route path: '/{project_id}/os-keypairs', defaults: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0x8e01c90>} routes.middleware: DEBUG: Match dict: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0x8e01c90>, 'project_id': u'openstack'} nova.api.openstack.wsgi: INFO: POST http://127.0.0.1:41088/v2/openstack/os-keypairs nova.api.openstack.wsgi: ERROR: Exception handling resource: wait() got an unexpected keyword argument 'timeout' 2013-05-14 06:34:45 3089 TRACE nova.api.openstack.wsgi Traceback (most recent call last): 2013-05-14 06:34:45 3089 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 944, in _process_stack 2013-05-14 06:34:45 3089 TRACE nova.api.openstack.wsgi action_result = self.dispatch(meth, request, action_args) 2013-05-14 06:34:45 3089 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/wsgi.py",> line 1032, in dispatch 2013-05-14 06:34:45 3089 TRACE nova.api.openstack.wsgi return method(req=request, **action_args) 2013-05-14 06:34:45 3089 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/api/openstack/compute/contrib/keypairs.py",> line 88, in create 2013-05-14 06:34:45 3089 TRACE nova.api.openstack.wsgi name) 2013-05-14 06:34:45 3089 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/compute/api.py",> line 2230, in create_key_pair 2013-05-14 06:34:45 3089 TRACE nova.api.openstack.wsgi private_key, public_key, fingerprint = crypto.generate_key_pair() 2013-05-14 06:34:45 3089 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/crypto.py",> line 144, in generate_key_pair 2013-05-14 06:34:45 3089 TRACE nova.api.openstack.wsgi '-t', 'rsa', '-f', keyfile, '-C', 'Generated by Nova') 2013-05-14 06:34:45 3089 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/utils.py",> line 200, in execute 2013-05-14 06:34:45 3089 TRACE nova.api.openstack.wsgi result = obj.communicate() 2013-05-14 06:34:45 3089 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 729, in communicate 2013-05-14 06:34:45 3089 TRACE nova.api.openstack.wsgi stdout, stderr = self._communicate(input, endtime) 2013-05-14 06:34:45 3089 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 1330, in _communicate 2013-05-14 06:34:45 3089 TRACE nova.api.openstack.wsgi self.wait(timeout=self._remaining_time(endtime)) 2013-05-14 06:34:45 3089 TRACE nova.api.openstack.wsgi TypeError: wait() got an unexpected keyword argument 'timeout' 2013-05-14 06:34:45 3089 TRACE nova.api.openstack.wsgi nova.api.openstack.wsgi: INFO: http://127.0.0.1:41088/v2/openstack/os-keypairs returned with HTTP 400 nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [14/May/2013 06:34:45] "POST /v2/openstack/os-keypairs HTTP/1.1" 400 399 0.297570 --------------------- >> end captured logging << --------------------- ====================================================================== FAIL: test_get_product_version_product_brand_does_not_fail (nova.tests.test_xenapi.XenAPISessionTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/tests/test_xenapi.py",> line 2855, in test_get_product_version_product_brand_does_not_fail session._get_product_version_and_brand() AssertionError: (None, None) != ((5, 6, 2), 'XenServer')
raise self.failureException, \ (None or '%r != %r' % ((None, None), ((5, 6, 2), 'XenServer')))
====================================================================== FAIL: test_get_product_version_product_brand_xs_6 (nova.tests.test_xenapi.XenAPISessionTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/nova/tests/test_xenapi.py",> line 2866, in test_get_product_version_product_brand_xs_6 session._get_product_version_and_brand() AssertionError: ((6, 0, 50), 'XenServer') != ((5, 6, 2), 'XenServer')
raise self.failureException, \ (None or '%r != %r' % (((6, 0, 50), 'XenServer'), ((5, 6, 2), 'XenServer')))
---------------------------------------------------------------------- XML: nosetests.xml ERROR: InvocationError: '<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-centos6/ws/.tox/py26/bin/nosetests'> ___________________________________ 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 Cheetah==2.4.4 Jinja2==2.6 Markdown==2.3.1 Paste==1.7.5.1 PasteDeploy==1.5.0 Pygments==1.6 Routes==1.12.3 SQLAlchemy==0.7.9 Sphinx==1.2b1 Tempita==0.5.1 WebOb==1.0.8 amqplib==0.6.1 anyjson==0.2.4 argparse==1.2.1 boto==2.1.1 cliff==1.3.3 cmd2==0.6.5.1 colorama==0.2.5 coverage==3.6 decorator==3.4.0 distribute==0.6.34 docutils==0.10 eventlet==0.12.1 feedparser==5.1.3 greenlet==0.4.0 httplib2==0.8 iso8601==0.1.4 jsonpatch==1.0 jsonpointer==1.0 jsonschema==1.3.0 kombu==1.0.4 logilab-astng==0.24.3 logilab-common==0.59.1 lxml==2.3.5 mox==0.5.3 netaddr==0.7.10 nose==1.2.1 nosehtmloutput==0.0.4 nova==2012.2.5 openstack.nose-plugin==0.11 oslo.config==1.1.0 paramiko==1.10.1 pep8==1.1 prettytable==0.7.2 pyOpenSSL==0.13 pycrypto==2.6 pylint==0.25.2 pyparsing==1.5.7 python-cinderclient==1.0.4 python-glanceclient==0.9.0 python-keystoneclient==0.2.3 python-quantumclient==2.2.1 requests==1.2.0 setuptools-git==1.0b1 simplejson==3.3.0 sqlalchemy-migrate==0.7.2 suds==0.4 termcolor==1.1.0 unittest2==0.5.1 warlock==1.0.0 + echo ====================================================================== ====================================================================== + '[' -d .testrepository ']' + 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= + '[' -f '' ']' + echo + echo 'WARNING: Unable to find to confirm results!' WARNING: Unable to find to confirm results! + echo + exit 1 + rm -rf /tmp/tmp.OwGRG3lF2X Build step 'Execute shell' marked build as failure [SCP] Connecting to static.openstack.org [SCP] No file(s) found: **/*nose_results.html [SCP] '**/*nose_results.html' doesn't match anything: '**' exists but not '**/*nose_results.html' [SCP] Connecting to static.openstack.org [SCP] Trying to create /srv/static/logs/periodic/periodic-nova-python26-stable-folsom-centos6/14 [SCP] Copying console log.
participants (1)
-
OpenStack Jenkins