Openstack-stable-maint
Threads by month
- ----- 2025 -----
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
May 2013
- 14 participants
- 52 discussions
03 Jul '13
See <https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom/221/>
------------------------------------------
[...truncated 12591 lines...]
nova.compute.resource_tracker: INFO: Compute_service record created for f06e894b29bc4f62b93f7a84ef57373f
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:49900
nova.tests.integrated.integrated_helpers: WARNING: http://127.0.0.1:49900/v2
nova.tests.integrated.api.client: INFO: Doing GET on /v2
nova.osapi_compute.wsgi.server: INFO: (3926) wsgi starting up on http://127.0.0.1:49900/
nova.osapi_compute.wsgi.server: INFO: (3926) accepted ('127.0.0.1', 41589)
nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [10/May/2013 06:27:46] "GET /v2 HTTP/1.1" 204 216 0.001049
nova.tests.integrated.api.client: INFO: Doing POST on /v2/openstack/os-keypairs
nova.tests.integrated.api.client: INFO: Body: <keypair>
<name>keypair-fc6251f7-7bd0-4d99-acbb-cc5d3ec93237</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: (3926) accepted ('127.0.0.1', 41590)
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 0x7906f90>}
routes.middleware: DEBUG: Match dict: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0x7906f90>, 'project_id': u'openstack'}
nova.api.openstack.wsgi: INFO: POST http://127.0.0.1:49900/v2/openstack/os-keypairs
nova.api.openstack.wsgi: ERROR: Exception handling resource: wait() got an unexpected keyword argument 'timeout'
2013-05-10 06:27:46 3926 TRACE nova.api.openstack.wsgi Traceback (most recent call last):
2013-05-10 06:27:46 3926 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom/ws/n…",> line 944, in _process_stack
2013-05-10 06:27:46 3926 TRACE nova.api.openstack.wsgi action_result = self.dispatch(meth, request, action_args)
2013-05-10 06:27:46 3926 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom/ws/n…",> line 1032, in dispatch
2013-05-10 06:27:46 3926 TRACE nova.api.openstack.wsgi return method(req=request, **action_args)
2013-05-10 06:27:46 3926 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom/ws/n…",> line 85, in create
2013-05-10 06:27:46 3926 TRACE nova.api.openstack.wsgi params['public_key'])
2013-05-10 06:27:46 3926 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom/ws/n…",> line 2207, in import_key_pair
2013-05-10 06:27:46 3926 TRACE nova.api.openstack.wsgi fingerprint = crypto.generate_fingerprint(public_key)
2013-05-10 06:27:46 3926 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom/ws/n…",> line 133, in generate_fingerprint
2013-05-10 06:27:46 3926 TRACE nova.api.openstack.wsgi return _generate_fingerprint(pubfile)
2013-05-10 06:27:46 3926 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom/ws/n…",> line 122, in _generate_fingerprint
2013-05-10 06:27:46 3926 TRACE nova.api.openstack.wsgi (out, err) = utils.execute('ssh-keygen', '-q', '-l', '-f', public_key_file)
2013-05-10 06:27:46 3926 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom/ws/n…",> line 200, in execute
2013-05-10 06:27:46 3926 TRACE nova.api.openstack.wsgi result = obj.communicate()
2013-05-10 06:27:46 3926 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 729, in communicate
2013-05-10 06:27:46 3926 TRACE nova.api.openstack.wsgi stdout, stderr = self._communicate(input, endtime)
2013-05-10 06:27:46 3926 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 1330, in _communicate
2013-05-10 06:27:46 3926 TRACE nova.api.openstack.wsgi self.wait(timeout=self._remaining_time(endtime))
2013-05-10 06:27:46 3926 TRACE nova.api.openstack.wsgi TypeError: wait() got an unexpected keyword argument 'timeout'
2013-05-10 06:27:46 3926 TRACE nova.api.openstack.wsgi
nova.api.openstack.wsgi: INFO: http://127.0.0.1:49900/v2/openstack/os-keypairs returned with HTTP 400
nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [10/May/2013 06:27:46] "POST /v2/openstack/os-keypairs HTTP/1.1" 400 399 0.252066
--------------------- >> 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/ws/n…",> 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 7ad567f5e82d4462bb53f5cf76f15bae
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:52093
nova.tests.integrated.integrated_helpers: WARNING: http://127.0.0.1:52093/v2
nova.tests.integrated.api.client: INFO: Doing GET on /v2
nova.osapi_compute.wsgi.server: INFO: (3926) wsgi starting up on http://127.0.0.1:52093/
nova.osapi_compute.wsgi.server: INFO: (3926) accepted ('127.0.0.1', 36971)
nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [10/May/2013 06:27:46] "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-05688319-c923-4705-b2b5-807e7499e56d</name>
</keypair>
nova.osapi_compute.wsgi.server: INFO: (3926) accepted ('127.0.0.1', 36972)
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 0x99c9890>}
routes.middleware: DEBUG: Match dict: {'action': u'create', 'controller': <nova.api.openstack.wsgi.Resource object at 0x99c9890>, 'project_id': u'openstack'}
nova.api.openstack.wsgi: INFO: POST http://127.0.0.1:52093/v2/openstack/os-keypairs
nova.api.openstack.wsgi: ERROR: Exception handling resource: wait() got an unexpected keyword argument 'timeout'
2013-05-10 06:27:47 3926 TRACE nova.api.openstack.wsgi Traceback (most recent call last):
2013-05-10 06:27:47 3926 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom/ws/n…",> line 944, in _process_stack
2013-05-10 06:27:47 3926 TRACE nova.api.openstack.wsgi action_result = self.dispatch(meth, request, action_args)
2013-05-10 06:27:47 3926 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom/ws/n…",> line 1032, in dispatch
2013-05-10 06:27:47 3926 TRACE nova.api.openstack.wsgi return method(req=request, **action_args)
2013-05-10 06:27:47 3926 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom/ws/n…",> line 88, in create
2013-05-10 06:27:47 3926 TRACE nova.api.openstack.wsgi name)
2013-05-10 06:27:47 3926 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom/ws/n…",> line 2230, in create_key_pair
2013-05-10 06:27:47 3926 TRACE nova.api.openstack.wsgi private_key, public_key, fingerprint = crypto.generate_key_pair()
2013-05-10 06:27:47 3926 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom/ws/n…",> line 144, in generate_key_pair
2013-05-10 06:27:47 3926 TRACE nova.api.openstack.wsgi '-t', 'rsa', '-f', keyfile, '-C', 'Generated by Nova')
2013-05-10 06:27:47 3926 TRACE nova.api.openstack.wsgi File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom/ws/n…",> line 200, in execute
2013-05-10 06:27:47 3926 TRACE nova.api.openstack.wsgi result = obj.communicate()
2013-05-10 06:27:47 3926 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 729, in communicate
2013-05-10 06:27:47 3926 TRACE nova.api.openstack.wsgi stdout, stderr = self._communicate(input, endtime)
2013-05-10 06:27:47 3926 TRACE nova.api.openstack.wsgi File "/usr/lib64/python2.6/subprocess.py", line 1330, in _communicate
2013-05-10 06:27:47 3926 TRACE nova.api.openstack.wsgi self.wait(timeout=self._remaining_time(endtime))
2013-05-10 06:27:47 3926 TRACE nova.api.openstack.wsgi TypeError: wait() got an unexpected keyword argument 'timeout'
2013-05-10 06:27:47 3926 TRACE nova.api.openstack.wsgi
nova.api.openstack.wsgi: INFO: http://127.0.0.1:52093/v2/openstack/os-keypairs returned with HTTP 400
nova.osapi_compute.wsgi.server: INFO: 127.0.0.1 - - [10/May/2013 06:27:47] "POST /v2/openstack/os-keypairs HTTP/1.1" 400 399 0.306264
--------------------- >> 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/ws/n…",> 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/ws/n…",> 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/ws/.…'>
___________________________________ summary ____________________________________
ERROR: py26: commands failed
+ result=1
+ echo 'Begin pip freeze output from test virtualenv:'
Begin pip freeze output from test virtualenv:
+ echo ======================================================================
======================================================================
+ .tox/py26/bin/pip freeze
Babel==0.9.6
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.izY2Jzu1r9
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/221
[SCP] Copying console log.
1
54
Build failed in Jenkins: periodic-quantum-python26-stable-grizzly #44
by OpenStack Jenkins 31 May '13
by OpenStack Jenkins 31 May '13
31 May '13
See <https://jenkins.openstack.org/job/periodic-quantum-python26-stable-grizzly/…>
------------------------------------------
[...truncated 5011 lines...]
test_eq_diff_name [32mOK [0m[32m 0.00[0m
test_eq_diff_namespace [32mOK [0m[32m 0.00[0m
test_eq_other_is_none [32mOK [0m[32m 0.00[0m
test_eq_same_name [32mOK [0m[32m 0.00[0m
test_eq_same_namespace [32mOK [0m[32m 0.00[0m
test_str [32mOK [0m[32m 0.00[0m
TestIPDeviceCommandBase
test_name_property [32mOK [0m[32m 0.00[0m
TestIpAddrCommand
test_add_address [32mOK [0m[32m 0.00[0m
test_add_address_scoped [32mOK [0m[32m 0.00[0m
test_del_address [32mOK [0m[32m 0.00[0m
test_flush [32mOK [0m[32m 0.00[0m
test_list [32mOK [0m[32m 0.00[0m
test_list_filtered [32mOK [0m[32m 0.00[0m
TestIpLinkCommand
test_address_property [32mOK [0m[32m 0.00[0m
test_alias_property [32mOK [0m[32m 0.00[0m
test_delete [32mOK [0m[32m 0.00[0m
test_mtu_property [32mOK [0m[32m 0.00[0m
test_qdisc_property [32mOK [0m[32m 0.00[0m
test_qlen_property [32mOK [0m[32m 0.00[0m
test_set_address [32mOK [0m[32m 0.00[0m
test_set_alias [32mOK [0m[32m 0.00[0m
test_set_down [32mOK [0m[32m 0.00[0m
test_set_mtu [32mOK [0m[32m 0.00[0m
test_set_name [32mOK [0m[32m 0.00[0m
test_set_netns [32mOK [0m[32m 0.00[0m
test_set_up [32mOK [0m[32m 0.00[0m
test_settings_property [32mOK [0m[32m 0.00[0m
test_state_property [32mOK [0m[32m 0.00[0m
TestIpNetnsCommand
test_add_namespace [32mOK [0m[32m 0.00[0m
test_delete_namespace [32mOK [0m[32m 0.00[0m
test_execute [32mOK [0m[32m 0.00[0m
test_execute_env_var_prepend [32mOK [0m[32m 0.00[0m
test_namespace_doest_not_exist [32mOK [0m[32m 0.00[0m
test_namespace_exists [32mOK [0m[32m 0.00[0m
TestIpRouteCommand
test_add_gateway [32mOK [0m[32m 0.00[0m
test_del_gateway [32mOK [0m[32m 0.00[0m
test_get_gateway [32mOK [0m[32m 0.00[0m
test_pullup_route [32mOK [0m[32m 0.00[0m
test_pullup_route_first [32mOK [0m[32m 0.00[0m
TestIpWrapper
test_add_device_to_namespace [32mOK [0m[32m 0.00[0m
test_add_device_to_namespace_is_none [32mOK [0m[32m 0.00[0m
test_add_tuntap [32mOK [0m[32m 0.00[0m
test_add_veth [32mOK [0m[32m 0.00[0m
test_add_veth_with_namespaces [32mOK [0m[32m 0.00[0m
test_ensure_namespace [32mOK [0m[32m 0.01[0m
test_ensure_namespace_existing [32mOK [0m[32m 0.01[0m
test_garbage_collect_namespace_does_not_exist [32mOK [0m[32m 0.00[0m
test_garbage_collect_namespace_existing_empty_ns [32mOK [0m[32m 0.01[0m
test_garbage_collect_namespace_existing_not_empty [32mOK [0m[32m 0.01[0m
test_get_device [32mOK [0m[32m 0.00[0m
test_get_devices [32mOK [0m[32m 0.00[0m
test_get_devices_malformed_line [32mOK [0m[32m 0.00[0m
test_get_namespaces [32mOK [0m[32m 0.00[0m
test_namespace_is_empty [32mOK [0m[32m 0.00[0m
test_namespace_is_empty_no_devices [32mOK [0m[32m 0.00[0m
TestSubProcessBase
test_as_root_namespace [32mOK [0m[32m 0.00[0m
test_as_root_no_root_helper [32mOK [0m[32m 0.00[0m
test_execute_wrapper [32mOK [0m[32m 0.00[0m
test_execute_wrapper_int_options [32mOK [0m[32m 0.00[0m
test_execute_wrapper_no_options [32mOK [0m[32m 0.00[0m
test_run_namespace [32mOK [0m[32m 0.00[0m
test_run_no_namespace [32mOK [0m[32m 0.01[0m
LoadBalancerExtensionTestCase
test_create_pool_health_monitor [32mOK [0m[31m 0.09[0m
test_delete_pool_health_monitor [32mOK [0m[31m 0.06[0m
test_health_monitor_create [32mOK [0m[31m 0.06[0m
test_health_monitor_delete [32mOK [0m[31m 0.07[0m
test_health_monitor_get [32mOK [0m[31m 0.06[0m
test_health_monitor_list [32mOK [0m[31m 0.06[0m
test_health_monitor_update [32mOK [0m[31m 2.21[0m
test_member_create [32mOK [0m[31m 0.06[0m
test_member_delete [32mOK [0m[31m 0.07[0m
test_member_get [32mOK [0m[31m 0.06[0m
test_member_list [32mOK [0m[31m 0.06[0m
test_member_update [32mOK [0m[31m 0.06[0m
test_pool_create [32mOK [0m[31m 0.06[0m
test_pool_delete [32mOK [0m[31m 0.06[0m
test_pool_get [32mOK [0m[31m 0.06[0m
test_pool_list [32mOK [0m[31m 0.07[0m
test_pool_stats [32mOK [0m[31m 0.06[0m
test_pool_update [32mOK [0m[31m 0.07[0m
test_vip_create [32mOK [0m[31m 0.06[0m
test_vip_delete [32mOK [0m[31m 0.07[0m
test_vip_get [32mOK [0m[31m 0.06[0m
test_vip_list [32mOK [0m[31m 0.06[0m
test_vip_update [32mOK [0m[31m 0.07[0m
LoadBalancerExtensionTestCaseXML
test_create_pool_health_monitor [32mOK [0m[31m 0.06[0m
test_delete_pool_health_monitor [32mOK [0m[31m 0.07[0m
test_health_monitor_create [32mOK [0m[31m 0.06[0m
test_health_monitor_delete [32mOK [0m[31m 0.07[0m
test_health_monitor_get [32mOK [0m[31m 0.06[0m
test_health_monitor_list [32mOK [0m[31m 0.06[0m
test_health_monitor_update [32mOK [0m[31m 0.07[0m
test_member_create [32mOK [0m[31m 0.06[0m
test_member_delete [32mOK [0m[31m 2.27[0m
test_member_get [32mOK [0m[31m 0.06[0m
test_member_list [32mOK [0m[31m 0.06[0m
test_member_update [32mOK [0m[31m 0.06[0m
test_pool_create [32mOK [0m[31m 0.06[0m
test_pool_delete [32mOK [0m[31m 0.07[0m
test_pool_get [32mOK [0m[31m 0.06[0m
test_pool_list [32mOK [0m[31m 0.07[0m
test_pool_stats [32mOK [0m[31m 0.06[0m
test_pool_update [32mOK [0m[31m 0.07[0m
test_vip_create [32mOK [0m[31m 0.06[0m
test_vip_delete [32mOK [0m[31m 0.07[0m
test_vip_get [32mOK [0m[31m 0.06[0m
test_vip_list [32mOK [0m[31m 0.06[0m
test_vip_update [32mOK [0m[31m 0.07[0m
TestMetadataProxyHandler
test_call [32mOK [0m[32m 0.01[0m
test_call_internal_server_error [32mOK [0m[32m 0.01[0m
test_call_no_instance_match [32mOK [0m[32m 0.01[0m
test_get_instance_id_network_id [32mOK [0m[32m 0.00[0m
test_get_instance_id_network_id_no_match [32mOK [0m[32m 0.00[0m
test_get_instance_id_router_id [32mOK [0m[32m 0.00[0m
test_get_instance_id_router_id_no_match [32mOK [0m[32m 0.00[0m
test_proxy_request_200 [32mOK [0m[32m 0.01[0m
test_proxy_request_403 [32mOK [0m[32m 0.01[0m
test_proxy_request_404 [32mOK [0m[32m 0.01[0m
test_proxy_request_409 [32mOK [0m[32m 0.01[0m
test_proxy_request_500 [32mOK [0m[32m 0.01[0m
test_proxy_request_other_code [32mOK [0m[32m 0.01[0m
test_proxy_request_post [32mOK [0m[32m 0.01[0m
test_sign_instance_id [32mOK [0m[32m 0.00[0m
TestUnixDomainHttpProtocol
test_init_empty_client [32mOK [0m[32m 0.00[0m
test_init_with_client [32mOK [0m[32m 0.00[0m
TestUnixDomainMetadataProxy
test_init_doesnot_exists [32mOK [0m[32m 0.00[0m
test_init_exists [32mOK [0m[32m 0.00[0m
test_init_exists_unlink_fails_file_still_exists [32mOK [0m[32m 0.00[0m
test_init_exists_unlink_no_file [32mOK [0m[32m 0.00[0m
test_main [32mOK [0m[32m 0.01[0m
test_run [32mOK [0m[32m 0.01[0m
TestUnixDomainWSGIServer
test_run [32mOK [0m[32m 0.01[0m
test_start [32mOK [0m[32m 0.00[0m
TestNetworkMetadataProxyHandler
test_call [32mOK [0m[32m 0.01[0m
test_call_internal_server_error [32mOK [0m[32m 0.01[0m
test_no_argument_passed_to_init [32mOK [0m[32m 0.00[0m
test_proxy_request_network_200 [32mOK [0m[32m 0.01[0m
test_proxy_request_network_404 [32mOK [0m[32m 0.00[0m
test_proxy_request_network_409 [32mOK [0m[32m 0.01[0m
test_proxy_request_network_418 [32mOK [0m[32m 0.00[0m
test_proxy_request_network_500 [32mOK [0m[32m 0.00[0m
test_proxy_request_network_exception [32mOK [0m[32m 0.00[0m
test_proxy_request_router_200 [32mOK [0m[32m 0.01[0m
TestProxyDaemon
test_init [32mOK [0m[32m 0.00[0m
test_main [32mOK [0m[32m 0.02[0m
test_main_dont_fork [32mOK [0m[31m 2.26[0m
test_run [32mOK [0m[32m 0.00[0m
TestUnixDomainHttpConnection
test_connect [32mOK [0m[32m 0.00[0m
DefaultPolicyTestCase
test_default_not_found [32mOK [0m[32m 0.01[0m
test_not_found_policy_calls_default [32mOK [0m[32m 0.01[0m
test_policy_called [32mOK [0m[32m 0.01[0m
PolicyFileTestCase
test_modified_policy_reloads [32mOK [0m[32m 0.00[0m
PolicyTestCase
test_check_bad_action_noraise [32mOK [0m[32m 0.01[0m
test_early_AND_enforcement [32mOK [0m[32m 0.01[0m
test_early_OR_enforcement [32mOK [0m[32m 0.01[0m
test_enforce_bad_action_throws [32mOK [0m[32m 0.01[0m
test_enforce_good_action [32mOK [0m[32m 0.01[0m
test_enforce_http_false [32mOK [0m[32m 0.01[0m
test_enforce_http_true [32mOK [0m[32m 0.01[0m
test_enforce_nonexistent_action_throws [32mOK [0m[32m 0.01[0m
test_ignore_case_role_check [32mOK [0m[32m 0.01[0m
test_templatized_enforcement [32mOK [0m[32m 0.01[0m
QuantumPolicyTestCase
test_enforce_adminonly_attribute_create [32mOK [0m[31m 0.07[0m
test_enforce_adminonly_attribute_nonadminctx_returns_403 [32mOK [0m[32m 0.01[0m
test_enforce_adminonly_attribute_update [32mOK [0m[32m 0.01[0m
test_enforce_parentresource_owner [32mOK [0m[32m 0.01[0m
test_enforce_regularuser_on_read [32mOK [0m[32m 0.01[0m
test_nonadmin_read_on_private_fails [32mOK [0m[32m 0.01[0m
test_nonadmin_read_on_shared_succeeds [32mOK [0m[32m 0.01[0m
test_nonadmin_write_on_private_fails [32mOK [0m[32m 0.01[0m
test_nonadmin_write_on_shared_fails [32mOK [0m[32m 0.01[0m
TestQuantumContext
testQuantumContextAdminToDict [32mOK [0m[32m 0.00[0m
testQuantumContextAdminWithoutSessionToDict [32mOK [0m[32m 0.00[0m
testQuantumContextCreate [32mOK [0m[32m 0.00[0m
testQuantumContextToDict [32mOK [0m[32m 0.00[0m
QuantumManagerTestCase
test_multiple_plugins_specified_for_service_type [32mOK [0m[32m 0.01[0m
test_service_plugin_is_loaded [32mOK [0m[33m 0.03[0m
QuotaExtensionCfgTestCase
test_delete_quotas_forbidden [32mOK [0m[31m 0.31[0m
test_quotas_default_values [32mOK [0m[31m 0.32[0m
test_show_quotas_with_admin [32mOK [0m[31m 0.30[0m
test_show_quotas_without_admin_forbidden [32mOK [0m[31m 0.31[0m
test_update_quotas_forbidden [32mOK [0m[31m 0.31[0m
QuotaExtensionCfgTestCaseXML
test_delete_quotas_forbidden [32mOK [0m[31m 0.32[0m
test_quotas_default_values [32mOK [0m[31m 2.67[0m
test_show_quotas_with_admin [32mOK [0m[31m 0.21[0m
test_show_quotas_without_admin_forbidden [32mOK [0m[31m 0.21[0m
test_update_quotas_forbidden [32mOK [0m[31m 0.21[0m
QuotaExtensionDbTestCase
test_delete_quotas_with_admin [32mOK [0m[31m 0.21[0m
test_delete_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.22[0m
test_list_quotas_with_admin [32mOK [0m[31m 0.30[0m
test_list_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.31[0m
test_quotas_default_values [32mOK [0m[31m 2.62[0m
test_quotas_get_tenant_from_empty_request_context_returns_400[32mOK [0m[31m 0.21[0m
test_quotas_get_tenant_from_request_context [32mOK [0m[31m 0.21[0m
test_quotas_limit_check [32mOK [0m[31m 0.21[0m
test_quotas_limit_check_with_invalid_quota_value [32mOK [0m[31m 0.22[0m
test_quotas_limit_check_with_over_quota [32mOK [0m[31m 0.23[0m
test_quotas_loaded_bad_returns_404 [32mOK [0m[31m 0.23[0m
test_quotas_loaded_right [32mOK [0m[31m 0.22[0m
test_show_quotas_with_admin [32mOK [0m[31m 3.63[0m
test_show_quotas_with_owner_tenant [32mOK [0m[31m 0.22[0m
test_show_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.21[0m
test_update_attributes [32mOK [0m[31m 0.24[0m
test_update_quotas_with_admin [32mOK [0m[31m 0.23[0m
test_update_quotas_with_non_integer_returns_400 [32mOK [0m[31m 0.23[0m
test_update_quotas_with_non_support_resource_returns_400 [32mOK [0m[31m 0.22[0m
test_update_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.22[0m
QuotaExtensionDbTestCaseXML
test_delete_quotas_with_admin [32mOK [0m[31m 2.68[0m
test_delete_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.20[0m
test_list_quotas_with_admin [32mOK [0m[31m 0.21[0m
test_list_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.21[0m
test_quotas_default_values [32mOK [0m[31m 0.21[0m
test_quotas_get_tenant_from_empty_request_context_returns_400[32mOK [0m[31m 0.21[0m
test_quotas_get_tenant_from_request_context [32mOK [0m[31m 0.21[0m
test_quotas_limit_check [32mOK [0m[31m 0.24[0m
test_quotas_limit_check_with_invalid_quota_value Build timed out (after 30 minutes). Marking the build as failed.
[SCP] Connecting to static.openstack.org
++ rm -rf /tmp/tmp.G1YLcwAoEb
[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-quantum-python26-stable-grizzly/44
[SCP] Copying console log.
1
7
Build failed in Jenkins: periodic-glance-python26-stable-folsom #239
by OpenStack Jenkins 30 May '13
by OpenStack Jenkins 30 May '13
30 May '13
See <https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/23…>
------------------------------------------
[...truncated 944 lines...]
test_add [32mOK [0m[32m 0.02[0m
test_add_already_existing [32mOK [0m[32m 0.01[0m
test_add_host_variations [32mOK [0m[33m 0.03[0m
test_calling_format_default [32mOK [0m[32m 0.01[0m
test_calling_format_path [32mOK [0m[32m 0.01[0m
test_calling_format_subdomain [32mOK [0m[32m 0.01[0m
test_delete [32mOK [0m[32m 0.01[0m
test_delete_non_existing [32mOK [0m[32m 0.01[0m
test_get [32mOK [0m[32m 0.01[0m
test_get_calling_format_default [32mOK [0m[32m 0.01[0m
test_get_calling_format_path [32mOK [0m[32m 0.02[0m
test_get_non_existing [32mOK [0m[32m 0.01[0m
test_get_s3_bad_location [32mOK [0m[32m 0.01[0m
test_get_s3_good_location [32mOK [0m[32m 0.01[0m
test_no_access_key [32mOK [0m[32m 0.01[0m
test_no_host [32mOK [0m[32m 0.01[0m
test_no_secret_key [32mOK [0m[32m 0.01[0m
TestBasicSchema
test_filter_strips_extra_properties [32mOK [0m[32m 0.01[0m
test_merge_conflicting_but_identical_properties [32mOK [0m[32m 0.01[0m
test_merge_conflicting_properties [32mOK [0m[32m 0.01[0m
test_merge_properties [32mOK [0m[32m 0.01[0m
test_raw_json_schema [32mOK [0m[32m 0.01[0m
test_validate_fails_on_bad_type [32mOK [0m[32m 0.01[0m
test_validate_fails_on_extra_properties [32mOK [0m[32m 0.01[0m
test_validate_passes [32mOK [0m[32m 0.01[0m
TestBasicSchemaLinks
test_raw_json_schema [32mOK [0m[32m 0.01[0m
TestCollectionSchema
test_raw_json_schema [32mOK [0m[32m 0.01[0m
TestPermissiveSchema
test_filter_passes_extra_properties [32mOK [0m[32m 0.01[0m
test_raw_json_schema [32mOK [0m[32m 0.01[0m
test_validate_rejects_non_string_extra_properties [32mOK [0m[32m 0.01[0m
test_validate_with_additional_properties_allowed [32mOK [0m[32m 0.01[0m
TestSkipExamples
test_001_increase_test_counter [32mOK [0m[32m 0.01[0m
test_002_increase_test_counter [32mOK [0m[32m 0.01[0m
test_003_verify_test_counter [32mOK [0m[32m 0.01[0m
test_skip_if_example [34mSKIP[0m
test_skip_test_example [34mSKIP[0m
test_skip_unless_example [34mSKIP[0m
TestStoreLocation
test_bad_store_scheme [32mOK [0m[32m 0.01[0m
test_filesystem_store_location [32mOK [0m[32m 0.01[0m
test_get_location_from_uri_back_to_uri [32mOK [0m[32m 0.01[0m
test_get_store_from_scheme [32mOK [0m[32m 0.02[0m
test_http_store_location [32mOK [0m[32m 0.01[0m
test_rbd_store_location [32mOK [0m[32m 0.02[0m
test_s3_store_location [32mOK [0m[32m 0.01[0m
test_swift_store_location [32mOK [0m[32m 0.01[0m
TestChunkReader
test_read_all_data [32mOK [0m[32m 0.01[0m
TestStoreAuthV1
test_add [32mOK [0m[32m 0.01[0m
test_add_already_existing [32mOK [0m[32m 0.01[0m
test_add_auth_url_variations [32mOK [0m[32m 0.02[0m
test_add_large_object [32mOK [0m[32m 0.01[0m
test_add_large_object_zero_size [32mOK [0m[32m 0.01[0m
test_add_no_container_and_create [32mOK [0m[32m 0.01[0m
test_add_no_container_no_create [32mOK [0m[32m 0.01[0m
test_delete [32mOK [0m[32m 0.01[0m
test_delete_non_existing [32mOK [0m[32m 0.01[0m
test_get [32mOK [0m[32m 0.01[0m
test_get_non_existing [32mOK [0m[32m 0.01[0m
test_get_size [32mOK [0m[32m 0.01[0m
test_get_with_http_auth [32mOK [0m[32m 0.01[0m
test_no_auth_address [32mOK [0m[32m 0.01[0m
test_no_key [32mOK [0m[32m 0.01[0m
test_no_user [32mOK [0m[32m 0.01[0m
test_read_acl_public [32mOK [0m[32m 0.01[0m
test_read_acl_tenants [32mOK [0m[32m 0.01[0m
test_read_write_public [32mOK [0m[32m 0.01[0m
TestStoreAuthV2
test_add [32mOK [0m[32m 0.01[0m
test_add_already_existing [32mOK [0m[32m 0.01[0m
test_add_auth_url_variations [32mOK [0m[32m 0.02[0m
test_add_large_object [32mOK [0m[32m 0.01[0m
test_add_large_object_zero_size [32mOK [0m[32m 0.01[0m
test_add_no_container_and_create [32mOK [0m[32m 0.01[0m
test_add_no_container_no_create [32mOK [0m[32m 0.01[0m
test_delete [32mOK [0m[32m 0.01[0m
test_delete_non_existing [32mOK [0m[32m 0.01[0m
test_get [32mOK [0m[32m 0.01[0m
test_get_non_existing [32mOK [0m[32m 0.01[0m
test_get_size [32mOK [0m[32m 0.01[0m
test_get_with_http_auth [32mOK [0m[32m 0.01[0m
test_no_auth_address [32mOK [0m[32m 0.01[0m
test_no_key [32mOK [0m[32m 0.01[0m
test_no_user [32mOK [0m[32m 0.01[0m
test_read_acl_public [32mOK [0m[32m 0.01[0m
test_read_acl_tenants [32mOK [0m[32m 0.01[0m
test_read_write_public [32mOK [0m[32m 0.01[0m
test_v2_multi_tenant_location [32mOK [0m[32m 0.01[0m
test_v2_with_no_tenant [32mOK [0m[32m 0.01[0m
TestUtils
test_cooperative_reader [32mOK [0m[33m 0.05[0m
test_cooperative_reader_of_iterator [32mOK [0m[32m 0.01[0m
test_generate_uuid_format [32mOK [0m[32m 0.01[0m
test_generate_uuid_unique [32mOK [0m[32m 0.01[0m
test_is_uuid_like_fails [32mOK [0m[32m 0.01[0m
test_is_uuid_like_success [32mOK [0m[32m 0.01[0m
test_limiting_reader [32mOK [0m[32m 0.01[0m
test_limiting_reader_fails [32mOK [0m[32m 0.01[0m
VersionNegotiationTest
test_request_accept_v1 [32mOK [0m[31m 0.20[0m
test_request_url_v1 [32mOK [0m[32m 0.01[0m
test_request_url_v1_0 [32mOK [0m[32m 0.01[0m
test_request_url_v1_1 [32mOK [0m[32m 0.01[0m
test_request_url_v2 [32mOK [0m[32m 0.01[0m
test_request_url_v2_0 [32mOK [0m[32m 0.01[0m
test_request_url_v2_1_unsupported [32mOK [0m[32m 0.01[0m
test_request_url_v3_unsupported [32mOK [0m[32m 0.01[0m
VersionsTest
test_get_version_list [32mOK [0m[32m 0.01[0m
JSONRequestDeserializerTest
test_default_no_body [32mOK [0m[32m 0.01[0m
test_default_with_body [32mOK [0m[32m 0.01[0m
test_from_json [32mOK [0m[32m 0.01[0m
test_from_json_malformed [32mOK [0m[32m 0.01[0m
test_has_body_has_content_length [32mOK [0m[32m 0.01[0m
test_has_body_no_content_length [32mOK [0m[32m 0.01[0m
test_has_body_zero_content_length [32mOK [0m[32m 0.01[0m
test_no_body_no_content_length [32mOK [0m[32m 0.01[0m
JSONResponseSerializerTest
test_default [32mOK [0m[32m 0.01[0m
test_to_json [32mOK [0m[32m 0.01[0m
RequestTest
test_content_type_accept_default [32mOK [0m[32m 0.01[0m
test_content_type_from_accept_json [32mOK [0m[32m 0.01[0m
test_content_type_from_accept_json_xml_quality [32mOK [0m[32m 0.01[0m
test_content_type_from_accept_xml [32mOK [0m[32m 0.01[0m
test_content_type_from_accept_xml_json [32mOK [0m[32m 0.01[0m
test_content_type_missing [32mOK [0m[32m 0.01[0m
test_content_type_unsupported [32mOK [0m[32m 0.01[0m
test_content_type_with_charset [32mOK [0m[32m 0.01[0m
ResourceTest
test_dispatch [32mOK [0m[32m 0.01[0m
test_dispatch_default [32mOK [0m[32m 0.01[0m
test_dispatch_no_default [32mOK [0m[32m 0.01[0m
test_get_action_args [32mOK [0m[32m 0.01[0m
TestHelpers
test_data_passed_properly_through_headers [32mOK [0m[32m 0.01[0m
test_headers_are_unicode [32mOK [0m[32m 0.01[0m
======================================================================
FAIL: We test that the '--respawn' option doesn't cause bouncing
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/ws…",> line 178, in wrapped
func(*a, **kwargs)
File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/ws…",> line 187, in test_bouncing
self.assertTrue(launch_msg is None, launch_msg)
AssertionError: Unexpected server launch status
"""Fail the test unless the expression is true."""
>> if not False: raise self.failureException, 'Unexpected server launch status'
----------------------------------------------------------------------
XML: nosetests.xml
Slowest 5 tests took 69.35 secs:
[31m 14.78 TestScrubber.test_delayed_delete[0m
[31m 14.16 TestGlanceControl.test_reload[0m
[31m 13.94 TestGlanceControl.test_respawn[0m
[31m 13.62 TestBinGlanceCacheManage.test_queue[0m
[31m 12.84 TestApi.test_unsupported_default_store[0m
----------------------------------------------------------------------
Ran 926 tests in 572.987s
FAILED (SKIP=89, failures=1)
ERROR: InvocationError: '<https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/ws…'>
___________________________________ summary ____________________________________
ERROR: py26: commands failed
+ result=1
+ echo 'Begin pip freeze output from test virtualenv:'
Begin pip freeze output from test virtualenv:
+ echo ======================================================================
======================================================================
+ .tox/py26/bin/pip freeze
Babel==0.9.6
Jinja2==2.7
MarkupSafe==0.18
Paste==1.7.5.1
PasteDeploy==1.5.0
Pygments==1.6
Routes==1.13
SQLAlchemy==0.7.9
Sphinx==1.2b1
Tempita==0.5.1
WebOb==1.0.8
amqp==1.0.11
anyjson==0.3.3
argparse==1.2.1
boto==2.1.1
colorama==0.2.5
coverage==3.6
decorator==3.4.0
distribute==0.6.34
docutils==0.10
eventlet==0.12.1
glance==jenkins-periodic-glance-python26-stable-folsom-239
greenlet==0.4.0
httplib2==0.8
importlib==1.0.2
iso8601==0.1.4
jsonschema==2.0.0
kombu==2.5.10
lxml==3.2.1
mox==0.5.3
nose==1.3.0
nose-exclude==0.1.9
nosehtmloutput==0.0.4
openstack.nose-plugin==0.11
ordereddict==1.1
passlib==1.6.1
pep8==1.1
pycrypto==2.6
pysendfile==2.0.0
python-swiftclient==1.4.0
repoze.lru==0.6
requests==1.2.3
simplejson==3.3.0
sqlalchemy-migrate==0.7.2
termcolor==1.1.0
wsgiref==0.1.2
xattr==0.6.4
+ 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=./nose_results.html
+ '[' -f ./nose_results.html ']'
++ grep -c 'tr class=.passClass' ./nose_results.html
+ passcount=94
+ '[' 94 -eq 0 ']'
+ exit 1
+ rm -rf /tmp/tmp.LOpfRvy6uZ
Build step 'Execute shell' marked build as failure
[SCP] Connecting to static.openstack.org
[SCP] Trying to create /srv/static/logs/periodic/periodic-glance-python26-stable-folsom/239
[SCP] uploading file: '/srv/static/logs/periodic/periodic-glance-python26-stable-folsom/239/nose_results.html'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.
1
2
Hi All-
We'll be freezing the stable/grizzly branches for core projects this
Friday May 30th in preparation for the 2013.1.2 stable release on
Thursday June 6th. You can view the current queue of proposed patches
on gerrit [1].
Running up to 2013.1.1, we had a handful of patches applied as
post-freeze exceptions. I'd like to request all PTLs review current
bugs affecting Grizzly and help ensure any relevant fixes be proposed
soon and merged by end of week, or notify the stable-maint team of
anything critical that may land late.
It's worth noting Glance's stable/grizzly branch has been eerily quiet
since the G release, resulting in no 2013.1.1 release. There is still
yet to be anything merged to Glance stable/grizzly but there are 9
pending bugs tagged grizzly-backport-potential [2]. If any of these are
critical and still warrant a backport, please propose a patch. See the
wiki [3] for details on proposing patches to stable branches, or ping me
(adam_g) on IRC if you are unsure.
Thanks,
Adam
[1] https://review.openstack.org/#/q/status:open+branch:stable/grizzly,n,z
[2] http://bit.ly/13gDSBy
[3] https://wiki.openstack.org/wiki/StableBranch
3
2
Hi all,
in case you haven't noticed 2013.1.1 is officially out:
http://lists.openstack.org/pipermail/openstack-announce/2013-May/000100.html
stable/grizzly branches are open for business: 2013.1.2 is planned to
be released on June 6th, freeze on May 30th
and the patche queue is already very busy
https://review.openstack.org/#/q/status:open+branch:stable/grizzly,n,z
Cheers,
Alan
4
7
Build failed in Jenkins: periodic-glance-python27-stable-folsom #237
by OpenStack Jenkins 27 May '13
by OpenStack Jenkins 27 May '13
27 May '13
See <https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/23…>
------------------------------------------
[...truncated 958 lines...]
test_no_access_key [32mOK [0m[32m 0.01[0m
test_no_host [32mOK [0m[32m 0.01[0m
test_no_secret_key [32mOK [0m[32m 0.01[0m
TestBasicSchema
test_filter_strips_extra_properties [32mOK [0m[32m 0.01[0m
test_merge_conflicting_but_identical_properties [32mOK [0m[32m 0.01[0m
test_merge_conflicting_properties [32mOK [0m[32m 0.01[0m
test_merge_properties [32mOK [0m[32m 0.01[0m
test_raw_json_schema [32mOK [0m[32m 0.01[0m
test_validate_fails_on_bad_type [32mOK [0m[32m 0.01[0m
test_validate_fails_on_extra_properties [32mOK [0m[32m 0.01[0m
test_validate_passes [32mOK [0m[32m 0.01[0m
TestBasicSchemaLinks
test_raw_json_schema [32mOK [0m[32m 0.01[0m
TestCollectionSchema
test_raw_json_schema [32mOK [0m[32m 0.01[0m
TestPermissiveSchema
test_filter_passes_extra_properties [32mOK [0m[32m 0.01[0m
test_raw_json_schema [32mOK [0m[32m 0.01[0m
test_validate_rejects_non_string_extra_properties [32mOK [0m[32m 0.01[0m
test_validate_with_additional_properties_allowed [32mOK [0m[32m 0.01[0m
TestSkipExamples
test_001_increase_test_counter [32mOK [0m[32m 0.01[0m
test_002_increase_test_counter [32mOK [0m[32m 0.01[0m
test_003_verify_test_counter [32mOK [0m[32m 0.01[0m
test_skip_if_example [34mSKIP[0m
test_skip_test_example [34mSKIP[0m
test_skip_unless_example [34mSKIP[0m
TestStoreLocation
test_bad_store_scheme [32mOK [0m[32m 0.01[0m
test_filesystem_store_location [32mOK [0m[32m 0.01[0m
test_get_location_from_uri_back_to_uri [32mOK [0m[32m 0.02[0m
test_get_store_from_scheme [32mOK [0m[32m 0.01[0m
test_http_store_location [32mOK [0m[32m 0.01[0m
test_rbd_store_location [32mOK [0m[32m 0.01[0m
test_s3_store_location [32mOK [0m[32m 0.01[0m
test_swift_store_location [32mOK [0m[32m 0.01[0m
TestChunkReader
test_read_all_data [32mOK [0m[32m 0.01[0m
TestStoreAuthV1
test_add [32mOK [0m[32m 0.01[0m
test_add_already_existing [32mOK [0m[32m 0.01[0m
test_add_auth_url_variations [32mOK [0m[32m 0.02[0m
test_add_large_object [32mOK [0m[32m 0.01[0m
test_add_large_object_zero_size [32mOK [0m[32m 0.01[0m
test_add_no_container_and_create [32mOK [0m[32m 0.01[0m
test_add_no_container_no_create [32mOK [0m[32m 0.01[0m
test_delete [32mOK [0m[32m 0.01[0m
test_delete_non_existing [32mOK [0m[32m 0.01[0m
test_get [32mOK [0m[32m 0.01[0m
test_get_non_existing [32mOK [0m[32m 0.01[0m
test_get_size [32mOK [0m[32m 0.01[0m
test_get_with_http_auth [32mOK [0m[32m 0.01[0m
test_no_auth_address [32mOK [0m[32m 0.01[0m
test_no_key [32mOK [0m[32m 0.01[0m
test_no_user [32mOK [0m[32m 0.01[0m
test_read_acl_public [32mOK [0m[32m 0.01[0m
test_read_acl_tenants [32mOK [0m[32m 0.01[0m
test_read_write_public [32mOK [0m[32m 0.01[0m
TestStoreAuthV2
test_add [32mOK [0m[32m 0.01[0m
test_add_already_existing [32mOK [0m[32m 0.01[0m
test_add_auth_url_variations [32mOK [0m[32m 0.02[0m
test_add_large_object [32mOK [0m[32m 0.01[0m
test_add_large_object_zero_size [32mOK [0m[32m 0.01[0m
test_add_no_container_and_create [32mOK [0m[32m 0.01[0m
test_add_no_container_no_create [32mOK [0m[32m 0.01[0m
test_delete [32mOK [0m[32m 0.01[0m
test_delete_non_existing [32mOK [0m[32m 0.01[0m
test_get [32mOK [0m[32m 0.01[0m
test_get_non_existing [32mOK [0m[32m 0.01[0m
test_get_size [32mOK [0m[32m 0.01[0m
test_get_with_http_auth [32mOK [0m[32m 0.01[0m
test_no_auth_address [32mOK [0m[32m 0.01[0m
test_no_key [32mOK [0m[32m 0.01[0m
test_no_user [32mOK [0m[32m 0.01[0m
test_read_acl_public [32mOK [0m[32m 0.01[0m
test_read_acl_tenants [32mOK [0m[32m 0.01[0m
test_read_write_public [32mOK [0m[32m 0.01[0m
test_v2_multi_tenant_location [32mOK [0m[32m 0.01[0m
test_v2_with_no_tenant [32mOK [0m[32m 0.01[0m
TestUtils
test_cooperative_reader [32mOK [0m[33m 0.04[0m
test_cooperative_reader_of_iterator [32mOK [0m[32m 0.01[0m
test_generate_uuid_format [32mOK [0m[32m 0.01[0m
test_generate_uuid_unique [32mOK [0m[32m 0.01[0m
test_is_uuid_like_fails [32mOK [0m[32m 0.01[0m
test_is_uuid_like_success [32mOK [0m[32m 0.01[0m
test_limiting_reader [32mOK [0m[32m 0.01[0m
test_limiting_reader_fails [32mOK [0m[32m 0.01[0m
VersionNegotiationTest
test_request_accept_v1 [32mOK [0m[32m 0.01[0m
test_request_url_v1 [32mOK [0m[32m 0.01[0m
test_request_url_v1_0 [32mOK [0m[32m 0.01[0m
test_request_url_v1_1 [32mOK [0m[32m 0.01[0m
test_request_url_v2 [32mOK [0m[32m 0.01[0m
test_request_url_v2_0 [32mOK [0m[32m 0.01[0m
test_request_url_v2_1_unsupported [32mOK [0m[32m 0.01[0m
test_request_url_v3_unsupported [32mOK [0m[32m 0.01[0m
VersionsTest
test_get_version_list [32mOK [0m[32m 0.01[0m
JSONRequestDeserializerTest
test_default_no_body [32mOK [0m[32m 0.01[0m
test_default_with_body [32mOK [0m[32m 0.01[0m
test_from_json [32mOK [0m[32m 0.01[0m
test_from_json_malformed [32mOK [0m[32m 0.01[0m
test_has_body_has_content_length [32mOK [0m[32m 0.01[0m
test_has_body_no_content_length [32mOK [0m[32m 0.01[0m
test_has_body_zero_content_length [32mOK [0m[32m 0.01[0m
test_no_body_no_content_length [32mOK [0m[32m 0.01[0m
JSONResponseSerializerTest
test_default [32mOK [0m[32m 0.01[0m
test_to_json [32mOK [0m[32m 0.01[0m
RequestTest
test_content_type_accept_default [32mOK [0m[32m 0.01[0m
test_content_type_from_accept_json [32mOK [0m[32m 0.01[0m
test_content_type_from_accept_json_xml_quality [32mOK [0m[32m 0.01[0m
test_content_type_from_accept_xml [32mOK [0m[32m 0.01[0m
test_content_type_from_accept_xml_json [32mOK [0m[32m 0.01[0m
test_content_type_missing [32mOK [0m[32m 0.01[0m
test_content_type_unsupported [32mOK [0m[32m 0.01[0m
test_content_type_with_charset [32mOK [0m[32m 0.01[0m
ResourceTest
test_dispatch [32mOK [0m[32m 0.01[0m
test_dispatch_default [32mOK [0m[32m 0.01[0m
test_dispatch_no_default [32mOK [0m[32m 0.01[0m
test_get_action_args [32mOK [0m[32m 0.01[0m
TestHelpers
test_data_passed_properly_through_headers [32mOK [0m[32m 0.01[0m
test_headers_are_unicode [32mOK [0m[32m 0.01[0m
======================================================================
ERROR: Test that we notice when our log file has been rotated
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws…",> line 95, in test_logrotate
response, content = httplib2.Http().request(path, 'GET')
File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws…",> line 1570, in request
(response, content) = self._request(conn, authority, uri, request_uri, method, body, headers, redirections, cachekey)
File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws…",> line 1317, in _request
(response, content) = self._conn_request(conn, request_uri, method, body, headers)
File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws…",> line 1290, in _conn_request
conn.connect()
File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws…",> line 913, in connect
raise socket.error, msg
error: [Errno 111] ECONNREFUSED
======================================================================
FAIL: We test that the '--respawn' option doesn't cause bouncing
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws…",> line 178, in wrapped
func(*a, **kwargs)
File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws…",> line 187, in test_bouncing
self.assertTrue(launch_msg is None, launch_msg)
AssertionError: Unexpected server launch status
'Unexpected server launch status' = self._formatMessage('Unexpected server launch status', "%s is not true" % safe_repr(False))
>> raise self.failureException('Unexpected server launch status')
----------------------------------------------------------------------
XML: nosetests.xml
Slowest 5 tests took 65.88 secs:
[31m 14.17 TestScrubber.test_delayed_delete[0m
[31m 13.80 TestGlanceControl.test_reload[0m
[31m 13.65 TestGlanceControl.test_respawn[0m
[31m 12.53 TestApi.test_unsupported_default_store[0m
[31m 11.73 TestBinGlanceCacheManage.test_queue[0m
----------------------------------------------------------------------
Ran 926 tests in 505.689s
FAILED (SKIP=89, errors=1, failures=1)
ERROR: InvocationError: '<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws…'>
___________________________________ summary ____________________________________
ERROR: py27: commands failed
+ result=1
+ echo 'Begin pip freeze output from test virtualenv:'
Begin pip freeze output from test virtualenv:
+ echo ======================================================================
======================================================================
+ .tox/py27/bin/pip freeze
Babel==0.9.6
Jinja2==2.7
MarkupSafe==0.18
Paste==1.7.5.1
PasteDeploy==1.5.0
Pygments==1.6
Routes==1.13
SQLAlchemy==0.7.9
Sphinx==1.2b1
Tempita==0.5.1
WebOb==1.0.8
amqp==1.0.11
anyjson==0.3.3
argparse==1.2.1
boto==2.1.1
colorama==0.2.5
coverage==3.6
decorator==3.4.0
distribute==0.6.34
docutils==0.10
eventlet==0.12.1
glance==jenkins-periodic-glance-python27-stable-folsom-237
greenlet==0.4.0
httplib2==0.8
iso8601==0.1.4
jsonschema==2.0.0
kombu==2.5.10
lxml==3.2.1
mox==0.5.3
nose==1.3.0
nose-exclude==0.1.9
nosehtmloutput==0.0.4
openstack.nose-plugin==0.11
passlib==1.6.1
pep8==1.1
pycrypto==2.6
pysendfile==2.0.0
python-swiftclient==1.4.0
repoze.lru==0.6
requests==1.2.3
simplejson==3.3.0
sqlalchemy-migrate==0.7.2
termcolor==1.1.0
wsgiref==0.1.2
xattr==0.6.4
+ 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=./nose_results.html
+ '[' -f ./nose_results.html ']'
++ grep -c 'tr class=.passClass' ./nose_results.html
+ passcount=93
+ '[' 93 -eq 0 ']'
+ exit 1
+ rm -rf /tmp/tmp.bLv2xMFi3t
Build step 'Execute shell' marked build as failure
[SCP] Connecting to static.openstack.org
[SCP] Trying to create /srv/static/logs/periodic/periodic-glance-python27-stable-folsom/237
[SCP] uploading file: '/srv/static/logs/periodic/periodic-glance-python27-stable-folsom/237/nose_results.html'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.
1
1
Build failed in Jenkins: periodic-keystone-python27-stable-folsom #230
by OpenStack Jenkins 24 May '13
by OpenStack Jenkins 24 May '13
24 May '13
See <https://jenkins.openstack.org/job/periodic-keystone-python27-stable-folsom/…>
------------------------------------------
[...truncated 830 lines...]
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-folsom/…",> line 556, in test_get_revocation_list_returns_fetched_list
self.assertEqual(self.middleware.token_revocation_list,
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-folsom/…",> line 791, in token_revocation_list
self.token_revocation_list = self.fetch_revocation_list()
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-folsom/…",> line 820, in fetch_revocation_list
return self.cms_verify(data['signed'])
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-folsom/…",> line 751, in cms_verify
raise err
CalledProcessError: Command 'openssl' returned non-zero exit status 4
-------------------- >> begin captured logging << --------------------
keystone.middleware.auth_token: INFO: Starting keystone auth_token middleware
keystone.middleware.auth_token: INFO: Using signing as cache directory for signing certificate
keystone.middleware.auth_token: WARNING: signing_dir mode is 0775 instead of 0700
keystone.common.cms: ERROR: Verify error: Verification failure
140019481532064:error:2E099064:CMS routines:CMS_SIGNERINFO_VERIFY_CERT:certificate verify error:cms_smime.c:304:Verify error:certificate has expired
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test_verify_signed_token_succeeds_for_unrevoked_token (test_auth_token_middleware.AuthTokenMiddlewareTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-folsom/…",> line 533, in test_verify_signed_token_succeeds_for_unrevoked_token
self.middleware.verify_signed_token(SIGNED_TOKEN_SCOPED)
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-folsom/…",> line 760, in verify_signed_token
return self.cms_verify(formatted)
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-folsom/…",> line 751, in cms_verify
raise err
CalledProcessError: Command 'openssl' returned non-zero exit status 4
-------------------- >> begin captured logging << --------------------
keystone.middleware.auth_token: INFO: Starting keystone auth_token middleware
keystone.middleware.auth_token: INFO: Using signing as cache directory for signing certificate
keystone.middleware.auth_token: WARNING: signing_dir mode is 0775 instead of 0700
keystone.common.cms: ERROR: Verify error: Verification failure
140031067166368:error:2E099064:CMS routines:CMS_SIGNERINFO_VERIFY_CERT:certificate verify error:cms_smime.c:304:Verify error:certificate has expired
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test_fetch_revocation_list_with_expire (test_auth_token_middleware.StackResponseAuthTokenMiddlewareTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-folsom/…",> line 422, in test_fetch_revocation_list_with_expire
fetched_list = jsonutils.loads(self.middleware.fetch_revocation_list())
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-folsom/…",> line 820, in fetch_revocation_list
return self.cms_verify(data['signed'])
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-folsom/…",> line 751, in cms_verify
raise err
CalledProcessError: Command 'openssl' returned non-zero exit status 4
-------------------- >> begin captured logging << --------------------
keystone.middleware.auth_token: INFO: Starting keystone auth_token middleware
keystone.middleware.auth_token: INFO: Using signing as cache directory for signing certificate
keystone.middleware.auth_token: WARNING: signing_dir mode is 0775 instead of 0700
keystone.common.cms: ERROR: Verify error: Verification failure
139944596305568:error:2E099064:CMS routines:CMS_SIGNERINFO_VERIFY_CERT:certificate verify error:cms_smime.c:304:Verify error:certificate has expired
--------------------- >> end captured logging << ---------------------
======================================================================
FAIL: test_default_tenant_signed_token (test_auth_token_middleware.AuthTokenMiddlewareTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-folsom/…",> line 483, in test_default_tenant_signed_token
self.assert_unscoped_default_tenant_auto_scopes(SIGNED_TOKEN_SCOPED)
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-folsom/…",> line 476, in assert_unscoped_default_tenant_auto_scopes
self.assertEqual(self.response_status, 200)
AssertionError: 401 != 200
-------------------- >> begin captured logging << --------------------
keystone.middleware.auth_token: INFO: Starting keystone auth_token middleware
keystone.middleware.auth_token: INFO: Using signing as cache directory for signing certificate
keystone.middleware.auth_token: WARNING: signing_dir mode is 0775 instead of 0700
keystone.middleware.auth_token: DEBUG: Authenticating user token
keystone.middleware.auth_token: DEBUG: Removing headers from request environment: X-Identity-Status,X-Tenant-Id,X-Tenant-Name,X-User-Id,X-User-Name,X-Roles,X-Service-Catalog,X-User,X-Tenant,X-Role
keystone.common.cms: ERROR: Verify error: Verification failure
140693874906784:error:2E099064:CMS routines:CMS_SIGNERINFO_VERIFY_CERT:certificate verify error:cms_smime.c:304:Verify error:certificate has expired
keystone.middleware.auth_token: DEBUG: Token validation failure.
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-folsom/…",> line 511, in _validate_user_token
verified = self.verify_signed_token(user_token)
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-folsom/…",> line 760, in verify_signed_token
return self.cms_verify(formatted)
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-folsom/…",> line 751, in cms_verify
raise err
CalledProcessError: Command 'openssl' returned non-zero exit status 4
keystone.middleware.auth_token: WARNING: Authorization failed for token MIIG7QYJKoZIhvcNAQcCoIIG3jCCBtoCAQExCTAHBgUrDgMCGjCCBc4GCSqGSIb3DQEHAaCCBb8EggW7eyJhY2Nlc3MiOiB7InNlcnZpY2VDYXRhbG9nIjogW3siZW5kcG9pbnRzIjogW3siYWRtaW5VUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo4Nzc2L3YxLzY0YjZmM2ZiY2M1MzQzNWU4YTYwZmNmODliYjY2MTdhIiwgInJlZ2lvbiI6ICJyZWdpb25PbmUiLCAiaW50ZXJuYWxVUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo4Nzc2L3YxLzY0YjZmM2ZiY2M1MzQzNWU4YTYwZmNmODliYjY2MTdhIiwgInB1YmxpY1VSTCI6ICJodHRwOi8vMTI3LjAuMC4xOjg3NzYvdjEvNjRiNmYzZmJjYzUzNDM1ZThhNjBmY2Y4OWJiNjYxN2EifV0sICJlbmRwb2ludHNfbGlua3MiOiBbXSwgInR5cGUiOiAidm9sdW1lIiwgIm5hbWUiOiAidm9sdW1lIn0sIHsiZW5kcG9pbnRzIjogW3siYWRtaW5VUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo5MjkyL3YxIiwgInJlZ2lvbiI6ICJyZWdpb25PbmUiLCAiaW50ZXJuYWxVUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo5MjkyL3YxIiwgInB1YmxpY1VSTCI6ICJodHRwOi8vMTI3LjAuMC4xOjkyOTIvdjEifV0sICJlbmRwb2ludHNfbGlua3MiOiBbXSwgInR5cGUiOiAiaW1hZ2UiLCAibmFtZSI6ICJnbGFuY2UifSwgeyJlbmRwb2ludHMiOiBbeyJhZG1pblVSTCI6ICJodHRwOi8vMTI3LjAuMC4xOjg3NzQvdjEuMS82NGI2ZjNmYmNjNTM0MzVlOGE2MGZjZjg5YmI2NjE3YSIsICJyZWdpb24iOiAicmVnaW9uT25lIiwgImludGVybmFsVVJMIjogImh0dHA6Ly8xMjcuMC4wLjE6ODc3NC92MS4xLzY0YjZmM2ZiY2M1MzQzNWU4YTYwZmNmODliYjY2MTdhIiwgInB1YmxpY1VSTCI6ICJodHRwOi8vMTI3LjAuMC4xOjg3NzQvdjEuMS82NGI2ZjNmYmNjNTM0MzVlOGE2MGZjZjg5YmI2NjE3YSJ9XSwgImVuZHBvaW50c19saW5rcyI6IFtdLCAidHlwZSI6ICJjb21wdXRlIiwgIm5hbWUiOiAibm92YSJ9LCB7ImVuZHBvaW50cyI6IFt7ImFkbWluVVJMIjogImh0dHA6Ly8xMjcuMC4wLjE6MzUzNTcvdjIuMCIsICJyZWdpb24iOiAiUmVnaW9uT25lIiwgImludGVybmFsVVJMIjogImh0dHA6Ly8xMjcuMC4wLjE6MzUzNTcvdjIuMCIsICJwdWJsaWNVUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo1MDAwL3YyLjAifV0sICJlbmRwb2ludHNfbGlua3MiOiBbXSwgInR5cGUiOiAiaWRlbnRpdHkiLCAibmFtZSI6ICJrZXlzdG9uZSJ9XSwidG9rZW4iOiB7ImV4cGlyZXMiOiAiMjAxMi0wNi0wMlQxNDo0NzozNFoiLCAiaWQiOiAicGxhY2Vob2xkZXIiLCAidGVuYW50IjogeyJlbmFibGVkIjogdHJ1ZSwgImRlc2NyaXB0aW9uIjogbnVsbCwgIm5hbWUiOiAidGVuYW50X25hbWUxIiwgImlkIjogInRlbmFudF9pZDEifX0sICJ1c2VyIjogeyJ1c2VybmFtZSI6ICJ1c2VyX25hbWUxIiwgInJvbGVzX2xpbmtzIjogWyJyb2xlMSIsInJvbGUyIl0sICJpZCI6ICJ1c2VyX2lkMSIsICJyb2xlcyI6IFt7Im5hbWUiOiAicm9sZTEifSwgeyJuYW1lIjogInJvbGUyIn1dLCAibmFtZSI6ICJ1c2VyX25hbWUxIn19fQ0KMYH3MIH0AgEBMFQwTzEVMBMGA1UEChMMUmVkIEhhdCwgSW5jMREwDwYDVQQHEwhXZXN0Zm9yZDEWMBQGA1UECBMNTWFzc2FjaHVzZXR0czELMAkGA1UEBhMCVVMCAQEwBwYFKw4DAhowDQYJKoZIhvcNAQEBBQAEgYAD6hPEpc-0wHe3rYDBFec52h7gxdbrTNEN7jmwdFtoxw0QnucmCREh9IUikJ2ob0c0uUC6cmNPajD9aFkGWhvNswNH2W2BYzUiC3CHM7U07nsIe3OOatqyUAyoQUhHZnIAx1tOgdPBVflnrtdIV1vkdqxednlJZ52Hxob2PP3hxg==
keystone.middleware.auth_token: INFO: Invalid user token - rejecting request
--------------------- >> end captured logging << ---------------------
======================================================================
FAIL: test_memcache_set_expired (test_auth_token_middleware.AuthTokenMiddlewareTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-folsom/…",> line 629, in test_memcache_set_expired
self.assertEqual(len(self.middleware._cache.set_value), 2)
AssertionError: 7 != 2
-------------------- >> begin captured logging << --------------------
keystone.middleware.auth_token: INFO: Starting keystone auth_token middleware
keystone.middleware.auth_token: INFO: Using signing as cache directory for signing certificate
keystone.middleware.auth_token: WARNING: signing_dir mode is 0775 instead of 0700
keystone.middleware.auth_token: DEBUG: Authenticating user token
keystone.middleware.auth_token: DEBUG: Removing headers from request environment: X-Identity-Status,X-Tenant-Id,X-Tenant-Name,X-User-Id,X-User-Name,X-Roles,X-Service-Catalog,X-User,X-Tenant,X-Role
keystone.middleware.auth_token: DEBUG: Cached Token 9bba6849c9e1f77727ae7813fd151115 seems expired
keystone.common.cms: ERROR: Verify error: Verification failure
139929190151840:error:2E099064:CMS routines:CMS_SIGNERINFO_VERIFY_CERT:certificate verify error:cms_smime.c:304:Verify error:certificate has expired
keystone.middleware.auth_token: DEBUG: Token validation failure.
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-folsom/…",> line 511, in _validate_user_token
verified = self.verify_signed_token(user_token)
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-folsom/…",> line 760, in verify_signed_token
return self.cms_verify(formatted)
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-folsom/…",> line 751, in cms_verify
raise err
CalledProcessError: Command 'openssl' returned non-zero exit status 4
keystone.middleware.auth_token: DEBUG: Marking token MIIG7QYJKoZIhvcNAQcCoIIG3jCCBtoCAQExCTAHBgUrDgMCGjCCBc4GCSqGSIb3DQEHAaCCBb8EggW7eyJhY2Nlc3MiOiB7InNlcnZpY2VDYXRhbG9nIjogW3siZW5kcG9pbnRzIjogW3siYWRtaW5VUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo4Nzc2L3YxLzY0YjZmM2ZiY2M1MzQzNWU4YTYwZmNmODliYjY2MTdhIiwgInJlZ2lvbiI6ICJyZWdpb25PbmUiLCAiaW50ZXJuYWxVUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo4Nzc2L3YxLzY0YjZmM2ZiY2M1MzQzNWU4YTYwZmNmODliYjY2MTdhIiwgInB1YmxpY1VSTCI6ICJodHRwOi8vMTI3LjAuMC4xOjg3NzYvdjEvNjRiNmYzZmJjYzUzNDM1ZThhNjBmY2Y4OWJiNjYxN2EifV0sICJlbmRwb2ludHNfbGlua3MiOiBbXSwgInR5cGUiOiAidm9sdW1lIiwgIm5hbWUiOiAidm9sdW1lIn0sIHsiZW5kcG9pbnRzIjogW3siYWRtaW5VUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo5MjkyL3YxIiwgInJlZ2lvbiI6ICJyZWdpb25PbmUiLCAiaW50ZXJuYWxVUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo5MjkyL3YxIiwgInB1YmxpY1VSTCI6ICJodHRwOi8vMTI3LjAuMC4xOjkyOTIvdjEifV0sICJlbmRwb2ludHNfbGlua3MiOiBbXSwgInR5cGUiOiAiaW1hZ2UiLCAibmFtZSI6ICJnbGFuY2UifSwgeyJlbmRwb2ludHMiOiBbeyJhZG1pblVSTCI6ICJodHRwOi8vMTI3LjAuMC4xOjg3NzQvdjEuMS82NGI2ZjNmYmNjNTM0MzVlOGE2MGZjZjg5YmI2NjE3YSIsICJyZWdpb24iOiAicmVnaW9uT25lIiwgImludGVybmFsVVJMIjogImh0dHA6Ly8xMjcuMC4wLjE6ODc3NC92MS4xLzY0YjZmM2ZiY2M1MzQzNWU4YTYwZmNmODliYjY2MTdhIiwgInB1YmxpY1VSTCI6ICJodHRwOi8vMTI3LjAuMC4xOjg3NzQvdjEuMS82NGI2ZjNmYmNjNTM0MzVlOGE2MGZjZjg5YmI2NjE3YSJ9XSwgImVuZHBvaW50c19saW5rcyI6IFtdLCAidHlwZSI6ICJjb21wdXRlIiwgIm5hbWUiOiAibm92YSJ9LCB7ImVuZHBvaW50cyI6IFt7ImFkbWluVVJMIjogImh0dHA6Ly8xMjcuMC4wLjE6MzUzNTcvdjIuMCIsICJyZWdpb24iOiAiUmVnaW9uT25lIiwgImludGVybmFsVVJMIjogImh0dHA6Ly8xMjcuMC4wLjE6MzUzNTcvdjIuMCIsICJwdWJsaWNVUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo1MDAwL3YyLjAifV0sICJlbmRwb2ludHNfbGlua3MiOiBbXSwgInR5cGUiOiAiaWRlbnRpdHkiLCAibmFtZSI6ICJrZXlzdG9uZSJ9XSwidG9rZW4iOiB7ImV4cGlyZXMiOiAiMjAxMi0wNi0wMlQxNDo0NzozNFoiLCAiaWQiOiAicGxhY2Vob2xkZXIiLCAidGVuYW50IjogeyJlbmFibGVkIjogdHJ1ZSwgImRlc2NyaXB0aW9uIjogbnVsbCwgIm5hbWUiOiAidGVuYW50X25hbWUxIiwgImlkIjogInRlbmFudF9pZDEifX0sICJ1c2VyIjogeyJ1c2VybmFtZSI6ICJ1c2VyX25hbWUxIiwgInJvbGVzX2xpbmtzIjogWyJyb2xlMSIsInJvbGUyIl0sICJpZCI6ICJ1c2VyX2lkMSIsICJyb2xlcyI6IFt7Im5hbWUiOiAicm9sZTEifSwgeyJuYW1lIjogInJvbGUyIn1dLCAibmFtZSI6ICJ1c2VyX25hbWUxIn19fQ0KMYH3MIH0AgEBMFQwTzEVMBMGA1UEChMMUmVkIEhhdCwgSW5jMREwDwYDVQQHEwhXZXN0Zm9yZDEWMBQGA1UECBMNTWFzc2FjaHVzZXR0czELMAkGA1UEBhMCVVMCAQEwBwYFKw4DAhowDQYJKoZIhvcNAQEBBQAEgYAD6hPEpc-0wHe3rYDBFec52h7gxdbrTNEN7jmwdFtoxw0QnucmCREh9IUikJ2ob0c0uUC6cmNPajD9aFkGWhvNswNH2W2BYzUiC3CHM7U07nsIe3OOatqyUAyoQUhHZnIAx1tOgdPBVflnrtdIV1vkdqxednlJZ52Hxob2PP3hxg== as unauthorized in memcache
keystone.middleware.auth_token: WARNING: Authorization failed for token MIIG7QYJKoZIhvcNAQcCoIIG3jCCBtoCAQExCTAHBgUrDgMCGjCCBc4GCSqGSIb3DQEHAaCCBb8EggW7eyJhY2Nlc3MiOiB7InNlcnZpY2VDYXRhbG9nIjogW3siZW5kcG9pbnRzIjogW3siYWRtaW5VUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo4Nzc2L3YxLzY0YjZmM2ZiY2M1MzQzNWU4YTYwZmNmODliYjY2MTdhIiwgInJlZ2lvbiI6ICJyZWdpb25PbmUiLCAiaW50ZXJuYWxVUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo4Nzc2L3YxLzY0YjZmM2ZiY2M1MzQzNWU4YTYwZmNmODliYjY2MTdhIiwgInB1YmxpY1VSTCI6ICJodHRwOi8vMTI3LjAuMC4xOjg3NzYvdjEvNjRiNmYzZmJjYzUzNDM1ZThhNjBmY2Y4OWJiNjYxN2EifV0sICJlbmRwb2ludHNfbGlua3MiOiBbXSwgInR5cGUiOiAidm9sdW1lIiwgIm5hbWUiOiAidm9sdW1lIn0sIHsiZW5kcG9pbnRzIjogW3siYWRtaW5VUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo5MjkyL3YxIiwgInJlZ2lvbiI6ICJyZWdpb25PbmUiLCAiaW50ZXJuYWxVUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo5MjkyL3YxIiwgInB1YmxpY1VSTCI6ICJodHRwOi8vMTI3LjAuMC4xOjkyOTIvdjEifV0sICJlbmRwb2ludHNfbGlua3MiOiBbXSwgInR5cGUiOiAiaW1hZ2UiLCAibmFtZSI6ICJnbGFuY2UifSwgeyJlbmRwb2ludHMiOiBbeyJhZG1pblVSTCI6ICJodHRwOi8vMTI3LjAuMC4xOjg3NzQvdjEuMS82NGI2ZjNmYmNjNTM0MzVlOGE2MGZjZjg5YmI2NjE3YSIsICJyZWdpb24iOiAicmVnaW9uT25lIiwgImludGVybmFsVVJMIjogImh0dHA6Ly8xMjcuMC4wLjE6ODc3NC92MS4xLzY0YjZmM2ZiY2M1MzQzNWU4YTYwZmNmODliYjY2MTdhIiwgInB1YmxpY1VSTCI6ICJodHRwOi8vMTI3LjAuMC4xOjg3NzQvdjEuMS82NGI2ZjNmYmNjNTM0MzVlOGE2MGZjZjg5YmI2NjE3YSJ9XSwgImVuZHBvaW50c19saW5rcyI6IFtdLCAidHlwZSI6ICJjb21wdXRlIiwgIm5hbWUiOiAibm92YSJ9LCB7ImVuZHBvaW50cyI6IFt7ImFkbWluVVJMIjogImh0dHA6Ly8xMjcuMC4wLjE6MzUzNTcvdjIuMCIsICJyZWdpb24iOiAiUmVnaW9uT25lIiwgImludGVybmFsVVJMIjogImh0dHA6Ly8xMjcuMC4wLjE6MzUzNTcvdjIuMCIsICJwdWJsaWNVUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo1MDAwL3YyLjAifV0sICJlbmRwb2ludHNfbGlua3MiOiBbXSwgInR5cGUiOiAiaWRlbnRpdHkiLCAibmFtZSI6ICJrZXlzdG9uZSJ9XSwidG9rZW4iOiB7ImV4cGlyZXMiOiAiMjAxMi0wNi0wMlQxNDo0NzozNFoiLCAiaWQiOiAicGxhY2Vob2xkZXIiLCAidGVuYW50IjogeyJlbmFibGVkIjogdHJ1ZSwgImRlc2NyaXB0aW9uIjogbnVsbCwgIm5hbWUiOiAidGVuYW50X25hbWUxIiwgImlkIjogInRlbmFudF9pZDEifX0sICJ1c2VyIjogeyJ1c2VybmFtZSI6ICJ1c2VyX25hbWUxIiwgInJvbGVzX2xpbmtzIjogWyJyb2xlMSIsInJvbGUyIl0sICJpZCI6ICJ1c2VyX2lkMSIsICJyb2xlcyI6IFt7Im5hbWUiOiAicm9sZTEifSwgeyJuYW1lIjogInJvbGUyIn1dLCAibmFtZSI6ICJ1c2VyX25hbWUxIn19fQ0KMYH3MIH0AgEBMFQwTzEVMBMGA1UEChMMUmVkIEhhdCwgSW5jMREwDwYDVQQHEwhXZXN0Zm9yZDEWMBQGA1UECBMNTWFzc2FjaHVzZXR0czELMAkGA1UEBhMCVVMCAQEwBwYFKw4DAhowDQYJKoZIhvcNAQEBBQAEgYAD6hPEpc-0wHe3rYDBFec52h7gxdbrTNEN7jmwdFtoxw0QnucmCREh9IUikJ2ob0c0uUC6cmNPajD9aFkGWhvNswNH2W2BYzUiC3CHM7U07nsIe3OOatqyUAyoQUhHZnIAx1tOgdPBVflnrtdIV1vkdqxednlJZ52Hxob2PP3hxg==
keystone.middleware.auth_token: INFO: Invalid user token - rejecting request
--------------------- >> end captured logging << ---------------------
======================================================================
FAIL: test_valid_signed_request (test_auth_token_middleware.AuthTokenMiddlewareTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-folsom/…",> line 461, in test_valid_signed_request
self.assert_valid_request_200(SIGNED_TOKEN_SCOPED)
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-folsom/…",> line 450, in assert_valid_request_200
self.assertEqual(self.response_status, 200)
AssertionError: 401 != 200
-------------------- >> begin captured logging << --------------------
keystone.middleware.auth_token: INFO: Starting keystone auth_token middleware
keystone.middleware.auth_token: INFO: Using signing as cache directory for signing certificate
keystone.middleware.auth_token: WARNING: signing_dir mode is 0775 instead of 0700
keystone.middleware.auth_token: DEBUG: Authenticating user token
keystone.middleware.auth_token: DEBUG: Removing headers from request environment: X-Identity-Status,X-Tenant-Id,X-Tenant-Name,X-User-Id,X-User-Name,X-Roles,X-Service-Catalog,X-User,X-Tenant,X-Role
keystone.common.cms: ERROR: Verify error: Verification failure
139901851506336:error:2E099064:CMS routines:CMS_SIGNERINFO_VERIFY_CERT:certificate verify error:cms_smime.c:304:Verify error:certificate has expired
keystone.middleware.auth_token: DEBUG: Token validation failure.
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-folsom/…",> line 511, in _validate_user_token
verified = self.verify_signed_token(user_token)
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-folsom/…",> line 760, in verify_signed_token
return self.cms_verify(formatted)
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-folsom/…",> line 751, in cms_verify
raise err
CalledProcessError: Command 'openssl' returned non-zero exit status 4
keystone.middleware.auth_token: WARNING: Authorization failed for token MIIG7QYJKoZIhvcNAQcCoIIG3jCCBtoCAQExCTAHBgUrDgMCGjCCBc4GCSqGSIb3DQEHAaCCBb8EggW7eyJhY2Nlc3MiOiB7InNlcnZpY2VDYXRhbG9nIjogW3siZW5kcG9pbnRzIjogW3siYWRtaW5VUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo4Nzc2L3YxLzY0YjZmM2ZiY2M1MzQzNWU4YTYwZmNmODliYjY2MTdhIiwgInJlZ2lvbiI6ICJyZWdpb25PbmUiLCAiaW50ZXJuYWxVUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo4Nzc2L3YxLzY0YjZmM2ZiY2M1MzQzNWU4YTYwZmNmODliYjY2MTdhIiwgInB1YmxpY1VSTCI6ICJodHRwOi8vMTI3LjAuMC4xOjg3NzYvdjEvNjRiNmYzZmJjYzUzNDM1ZThhNjBmY2Y4OWJiNjYxN2EifV0sICJlbmRwb2ludHNfbGlua3MiOiBbXSwgInR5cGUiOiAidm9sdW1lIiwgIm5hbWUiOiAidm9sdW1lIn0sIHsiZW5kcG9pbnRzIjogW3siYWRtaW5VUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo5MjkyL3YxIiwgInJlZ2lvbiI6ICJyZWdpb25PbmUiLCAiaW50ZXJuYWxVUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo5MjkyL3YxIiwgInB1YmxpY1VSTCI6ICJodHRwOi8vMTI3LjAuMC4xOjkyOTIvdjEifV0sICJlbmRwb2ludHNfbGlua3MiOiBbXSwgInR5cGUiOiAiaW1hZ2UiLCAibmFtZSI6ICJnbGFuY2UifSwgeyJlbmRwb2ludHMiOiBbeyJhZG1pblVSTCI6ICJodHRwOi8vMTI3LjAuMC4xOjg3NzQvdjEuMS82NGI2ZjNmYmNjNTM0MzVlOGE2MGZjZjg5YmI2NjE3YSIsICJyZWdpb24iOiAicmVnaW9uT25lIiwgImludGVybmFsVVJMIjogImh0dHA6Ly8xMjcuMC4wLjE6ODc3NC92MS4xLzY0YjZmM2ZiY2M1MzQzNWU4YTYwZmNmODliYjY2MTdhIiwgInB1YmxpY1VSTCI6ICJodHRwOi8vMTI3LjAuMC4xOjg3NzQvdjEuMS82NGI2ZjNmYmNjNTM0MzVlOGE2MGZjZjg5YmI2NjE3YSJ9XSwgImVuZHBvaW50c19saW5rcyI6IFtdLCAidHlwZSI6ICJjb21wdXRlIiwgIm5hbWUiOiAibm92YSJ9LCB7ImVuZHBvaW50cyI6IFt7ImFkbWluVVJMIjogImh0dHA6Ly8xMjcuMC4wLjE6MzUzNTcvdjIuMCIsICJyZWdpb24iOiAiUmVnaW9uT25lIiwgImludGVybmFsVVJMIjogImh0dHA6Ly8xMjcuMC4wLjE6MzUzNTcvdjIuMCIsICJwdWJsaWNVUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo1MDAwL3YyLjAifV0sICJlbmRwb2ludHNfbGlua3MiOiBbXSwgInR5cGUiOiAiaWRlbnRpdHkiLCAibmFtZSI6ICJrZXlzdG9uZSJ9XSwidG9rZW4iOiB7ImV4cGlyZXMiOiAiMjAxMi0wNi0wMlQxNDo0NzozNFoiLCAiaWQiOiAicGxhY2Vob2xkZXIiLCAidGVuYW50IjogeyJlbmFibGVkIjogdHJ1ZSwgImRlc2NyaXB0aW9uIjogbnVsbCwgIm5hbWUiOiAidGVuYW50X25hbWUxIiwgImlkIjogInRlbmFudF9pZDEifX0sICJ1c2VyIjogeyJ1c2VybmFtZSI6ICJ1c2VyX25hbWUxIiwgInJvbGVzX2xpbmtzIjogWyJyb2xlMSIsInJvbGUyIl0sICJpZCI6ICJ1c2VyX2lkMSIsICJyb2xlcyI6IFt7Im5hbWUiOiAicm9sZTEifSwgeyJuYW1lIjogInJvbGUyIn1dLCAibmFtZSI6ICJ1c2VyX25hbWUxIn19fQ0KMYH3MIH0AgEBMFQwTzEVMBMGA1UEChMMUmVkIEhhdCwgSW5jMREwDwYDVQQHEwhXZXN0Zm9yZDEWMBQGA1UECBMNTWFzc2FjaHVzZXR0czELMAkGA1UEBhMCVVMCAQEwBwYFKw4DAhowDQYJKoZIhvcNAQEBBQAEgYAD6hPEpc-0wHe3rYDBFec52h7gxdbrTNEN7jmwdFtoxw0QnucmCREh9IUikJ2ob0c0uUC6cmNPajD9aFkGWhvNswNH2W2BYzUiC3CHM7U07nsIe3OOatqyUAyoQUhHZnIAx1tOgdPBVflnrtdIV1vkdqxednlJZ52Hxob2PP3hxg==
keystone.middleware.auth_token: INFO: Invalid user token - rejecting request
--------------------- >> end captured logging << ---------------------
----------------------------------------------------------------------
XML: nosetests.xml
Slowest 5 tests took 7.78 secs:
[31m 1.73 KcMasterTestCase.test_admin_requires_adminness[0m
[31m 1.67 KcEssex3TestCase.test_admin_requires_adminness[0m
[31m 1.67 Kc11TestCase.test_admin_requires_adminness[0m
[31m 1.51 TokenExpirationTest.test_maintain_uuid_token_expiration[0m
[31m 1.19 KcMasterSqlTestCase.test_token_expiry_maintained[0m
----------------------------------------------------------------------
Ran 701 tests in 56.026s
FAILED (SKIP=11, errors=4, failures=3)
ERROR: InvocationError: '/bin/bash run_tests.sh -N --no-pep8'
___________________________________ summary ____________________________________
ERROR: py27: commands failed
+ result=1
+ echo 'Begin pip freeze output from test virtualenv:'
Begin pip freeze output from test virtualenv:
+ echo ======================================================================
======================================================================
+ .tox/py27/bin/pip freeze
Babel==0.9.6
Jinja2==2.6
Paste==1.7.5.1
PasteDeploy==1.5.0
Pygments==1.6
Routes==1.13
SQLAlchemy==0.7.9
Sphinx==1.2b1
Tempita==0.5.1
WebOb==1.0.8
WebTest==2.0.2
argparse==1.2.1
beautifulsoup4==4.1.3
colorama==0.2.5
coverage==3.6
decorator==3.4.0
distribute==0.6.34
dnspython==1.10.0
docutils==0.10
eventlet==0.12.1
greenlet==0.4.0
httplib2==0.8
iso8601==0.1.4
keystone==2012.2.5
logilab-astng==0.24.3
logilab-common==0.59.1
lxml==3.2.1
mox==0.5.3
netifaces==0.8
nose==1.3.0
nosehtmloutput==0.0.4
nosexcover==1.0.8
openstack.nose-plugin==0.11
pam==0.1.4
passlib==1.6.1
pep8==1.3.3
prettytable==0.7.2
pylint==0.27.0
python-keystoneclient==0.1.3
python-ldap==2.3.13
python-memcached==1.51
python-swiftclient==1.4.0
repoze.lru==0.6
simplejson==3.3.0
six==1.3.0
sqlalchemy-migrate==0.7.2
swift==1.8.1
termcolor==1.1.0
unittest2==0.5.1
waitress==0.8.2
wsgiref==0.1.2
xattr==0.6.4
+ 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=./tests/nose_results.html
+ '[' -f ./tests/nose_results.html ']'
++ grep -c 'tr class=.passClass' ./tests/nose_results.html
+ passcount=43
+ '[' 43 -eq 0 ']'
+ exit 1
+ rm -rf /tmp/tmp.J20T90CNEB
Build step 'Execute shell' marked build as failure
[SCP] Connecting to static.openstack.org
[SCP] Trying to create /srv/static/logs/periodic/periodic-keystone-python27-stable-folsom/230
[SCP] uploading file: '/srv/static/logs/periodic/periodic-keystone-python27-stable-folsom/230/nose_results.html'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.
1
5
Build failed in Jenkins: periodic-keystone-python26-stable-folsom #230
by OpenStack Jenkins 24 May '13
by OpenStack Jenkins 24 May '13
24 May '13
See <https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…>
------------------------------------------
[...truncated 844 lines...]
TypeError: __init__() got an unexpected keyword argument 'output'
-------------------- >> begin captured logging << --------------------
keystone.middleware.auth_token: INFO: Starting keystone auth_token middleware
keystone.middleware.auth_token: INFO: Using signing as cache directory for signing certificate
keystone.middleware.auth_token: WARNING: signing_dir mode is 0755 instead of 0700
keystone.common.cms: ERROR: Verify error: Verification failure
139805881546568:error:2E099064:CMS routines:CMS_SIGNERINFO_VERIFY_CERT:certificate verify error:cms_smime.c:304:Verify error:certificate has expired
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test_verify_signed_token_succeeds_for_unrevoked_token (test_auth_token_middleware.AuthTokenMiddlewareTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 533, in test_verify_signed_token_succeeds_for_unrevoked_token
self.middleware.verify_signed_token(SIGNED_TOKEN_SCOPED)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 760, in verify_signed_token
return self.cms_verify(formatted)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 743, in cms_verify
self.ca_file_name)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 45, in cms_verify
raise subprocess.CalledProcessError(retcode, "openssl", output=err)
TypeError: __init__() got an unexpected keyword argument 'output'
-------------------- >> begin captured logging << --------------------
keystone.middleware.auth_token: INFO: Starting keystone auth_token middleware
keystone.middleware.auth_token: INFO: Using signing as cache directory for signing certificate
keystone.middleware.auth_token: WARNING: signing_dir mode is 0755 instead of 0700
keystone.common.cms: ERROR: Verify error: Verification failure
140398405044040:error:2E099064:CMS routines:CMS_SIGNERINFO_VERIFY_CERT:certificate verify error:cms_smime.c:304:Verify error:certificate has expired
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test_fetch_revocation_list_with_expire (test_auth_token_middleware.StackResponseAuthTokenMiddlewareTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 422, in test_fetch_revocation_list_with_expire
fetched_list = jsonutils.loads(self.middleware.fetch_revocation_list())
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 820, in fetch_revocation_list
return self.cms_verify(data['signed'])
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 743, in cms_verify
self.ca_file_name)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 45, in cms_verify
raise subprocess.CalledProcessError(retcode, "openssl", output=err)
TypeError: __init__() got an unexpected keyword argument 'output'
-------------------- >> begin captured logging << --------------------
keystone.middleware.auth_token: INFO: Starting keystone auth_token middleware
keystone.middleware.auth_token: INFO: Using signing as cache directory for signing certificate
keystone.middleware.auth_token: WARNING: signing_dir mode is 0755 instead of 0700
keystone.common.cms: ERROR: Verify error: Verification failure
139918851622728:error:2E099064:CMS routines:CMS_SIGNERINFO_VERIFY_CERT:certificate verify error:cms_smime.c:304:Verify error:certificate has expired
--------------------- >> end captured logging << ---------------------
======================================================================
FAIL: test_default_tenant_signed_token (test_auth_token_middleware.AuthTokenMiddlewareTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 483, in test_default_tenant_signed_token
self.assert_unscoped_default_tenant_auto_scopes(SIGNED_TOKEN_SCOPED)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 476, in assert_unscoped_default_tenant_auto_scopes
self.assertEqual(self.response_status, 200)
AssertionError: 401 != 200
-------------------- >> begin captured logging << --------------------
keystone.middleware.auth_token: INFO: Starting keystone auth_token middleware
keystone.middleware.auth_token: INFO: Using signing as cache directory for signing certificate
keystone.middleware.auth_token: WARNING: signing_dir mode is 0755 instead of 0700
keystone.middleware.auth_token: DEBUG: Authenticating user token
keystone.middleware.auth_token: DEBUG: Removing headers from request environment: X-Identity-Status,X-Tenant-Id,X-Tenant-Name,X-User-Id,X-User-Name,X-Roles,X-Service-Catalog,X-User,X-Tenant,X-Role
keystone.common.cms: ERROR: Verify error: Verification failure
140693268969288:error:2E099064:CMS routines:CMS_SIGNERINFO_VERIFY_CERT:certificate verify error:cms_smime.c:304:Verify error:certificate has expired
keystone.middleware.auth_token: DEBUG: Token validation failure.
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 511, in _validate_user_token
verified = self.verify_signed_token(user_token)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 760, in verify_signed_token
return self.cms_verify(formatted)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 743, in cms_verify
self.ca_file_name)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 45, in cms_verify
raise subprocess.CalledProcessError(retcode, "openssl", output=err)
TypeError: __init__() got an unexpected keyword argument 'output'
keystone.middleware.auth_token: WARNING: Authorization failed for token MIIG7QYJKoZIhvcNAQcCoIIG3jCCBtoCAQExCTAHBgUrDgMCGjCCBc4GCSqGSIb3DQEHAaCCBb8EggW7eyJhY2Nlc3MiOiB7InNlcnZpY2VDYXRhbG9nIjogW3siZW5kcG9pbnRzIjogW3siYWRtaW5VUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo4Nzc2L3YxLzY0YjZmM2ZiY2M1MzQzNWU4YTYwZmNmODliYjY2MTdhIiwgInJlZ2lvbiI6ICJyZWdpb25PbmUiLCAiaW50ZXJuYWxVUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo4Nzc2L3YxLzY0YjZmM2ZiY2M1MzQzNWU4YTYwZmNmODliYjY2MTdhIiwgInB1YmxpY1VSTCI6ICJodHRwOi8vMTI3LjAuMC4xOjg3NzYvdjEvNjRiNmYzZmJjYzUzNDM1ZThhNjBmY2Y4OWJiNjYxN2EifV0sICJlbmRwb2ludHNfbGlua3MiOiBbXSwgInR5cGUiOiAidm9sdW1lIiwgIm5hbWUiOiAidm9sdW1lIn0sIHsiZW5kcG9pbnRzIjogW3siYWRtaW5VUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo5MjkyL3YxIiwgInJlZ2lvbiI6ICJyZWdpb25PbmUiLCAiaW50ZXJuYWxVUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo5MjkyL3YxIiwgInB1YmxpY1VSTCI6ICJodHRwOi8vMTI3LjAuMC4xOjkyOTIvdjEifV0sICJlbmRwb2ludHNfbGlua3MiOiBbXSwgInR5cGUiOiAiaW1hZ2UiLCAibmFtZSI6ICJnbGFuY2UifSwgeyJlbmRwb2ludHMiOiBbeyJhZG1pblVSTCI6ICJodHRwOi8vMTI3LjAuMC4xOjg3NzQvdjEuMS82NGI2ZjNmYmNjNTM0MzVlOGE2MGZjZjg5YmI2NjE3YSIsICJyZWdpb24iOiAicmVnaW9uT25lIiwgImludGVybmFsVVJMIjogImh0dHA6Ly8xMjcuMC4wLjE6ODc3NC92MS4xLzY0YjZmM2ZiY2M1MzQzNWU4YTYwZmNmODliYjY2MTdhIiwgInB1YmxpY1VSTCI6ICJodHRwOi8vMTI3LjAuMC4xOjg3NzQvdjEuMS82NGI2ZjNmYmNjNTM0MzVlOGE2MGZjZjg5YmI2NjE3YSJ9XSwgImVuZHBvaW50c19saW5rcyI6IFtdLCAidHlwZSI6ICJjb21wdXRlIiwgIm5hbWUiOiAibm92YSJ9LCB7ImVuZHBvaW50cyI6IFt7ImFkbWluVVJMIjogImh0dHA6Ly8xMjcuMC4wLjE6MzUzNTcvdjIuMCIsICJyZWdpb24iOiAiUmVnaW9uT25lIiwgImludGVybmFsVVJMIjogImh0dHA6Ly8xMjcuMC4wLjE6MzUzNTcvdjIuMCIsICJwdWJsaWNVUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo1MDAwL3YyLjAifV0sICJlbmRwb2ludHNfbGlua3MiOiBbXSwgInR5cGUiOiAiaWRlbnRpdHkiLCAibmFtZSI6ICJrZXlzdG9uZSJ9XSwidG9rZW4iOiB7ImV4cGlyZXMiOiAiMjAxMi0wNi0wMlQxNDo0NzozNFoiLCAiaWQiOiAicGxhY2Vob2xkZXIiLCAidGVuYW50IjogeyJlbmFibGVkIjogdHJ1ZSwgImRlc2NyaXB0aW9uIjogbnVsbCwgIm5hbWUiOiAidGVuYW50X25hbWUxIiwgImlkIjogInRlbmFudF9pZDEifX0sICJ1c2VyIjogeyJ1c2VybmFtZSI6ICJ1c2VyX25hbWUxIiwgInJvbGVzX2xpbmtzIjogWyJyb2xlMSIsInJvbGUyIl0sICJpZCI6ICJ1c2VyX2lkMSIsICJyb2xlcyI6IFt7Im5hbWUiOiAicm9sZTEifSwgeyJuYW1lIjogInJvbGUyIn1dLCAibmFtZSI6ICJ1c2VyX25hbWUxIn19fQ0KMYH3MIH0AgEBMFQwTzEVMBMGA1UEChMMUmVkIEhhdCwgSW5jMREwDwYDVQQHEwhXZXN0Zm9yZDEWMBQGA1UECBMNTWFzc2FjaHVzZXR0czELMAkGA1UEBhMCVVMCAQEwBwYFKw4DAhowDQYJKoZIhvcNAQEBBQAEgYAD6hPEpc-0wHe3rYDBFec52h7gxdbrTNEN7jmwdFtoxw0QnucmCREh9IUikJ2ob0c0uUC6cmNPajD9aFkGWhvNswNH2W2BYzUiC3CHM7U07nsIe3OOatqyUAyoQUhHZnIAx1tOgdPBVflnrtdIV1vkdqxednlJZ52Hxob2PP3hxg==
keystone.middleware.auth_token: INFO: Invalid user token - rejecting request
--------------------- >> end captured logging << ---------------------
======================================================================
FAIL: test_memcache_set_expired (test_auth_token_middleware.AuthTokenMiddlewareTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 629, in test_memcache_set_expired
self.assertEqual(len(self.middleware._cache.set_value), 2)
AssertionError: 7 != 2
-------------------- >> begin captured logging << --------------------
keystone.middleware.auth_token: INFO: Starting keystone auth_token middleware
keystone.middleware.auth_token: INFO: Using signing as cache directory for signing certificate
keystone.middleware.auth_token: WARNING: signing_dir mode is 0755 instead of 0700
keystone.middleware.auth_token: DEBUG: Authenticating user token
keystone.middleware.auth_token: DEBUG: Removing headers from request environment: X-Identity-Status,X-Tenant-Id,X-Tenant-Name,X-User-Id,X-User-Name,X-Roles,X-Service-Catalog,X-User,X-Tenant,X-Role
keystone.middleware.auth_token: DEBUG: Cached Token 9bba6849c9e1f77727ae7813fd151115 seems expired
keystone.common.cms: ERROR: Verify error: Verification failure
140721757689672:error:2E099064:CMS routines:CMS_SIGNERINFO_VERIFY_CERT:certificate verify error:cms_smime.c:304:Verify error:certificate has expired
keystone.middleware.auth_token: DEBUG: Token validation failure.
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 511, in _validate_user_token
verified = self.verify_signed_token(user_token)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 760, in verify_signed_token
return self.cms_verify(formatted)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 743, in cms_verify
self.ca_file_name)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 45, in cms_verify
raise subprocess.CalledProcessError(retcode, "openssl", output=err)
TypeError: __init__() got an unexpected keyword argument 'output'
keystone.middleware.auth_token: DEBUG: Marking token MIIG7QYJKoZIhvcNAQcCoIIG3jCCBtoCAQExCTAHBgUrDgMCGjCCBc4GCSqGSIb3DQEHAaCCBb8EggW7eyJhY2Nlc3MiOiB7InNlcnZpY2VDYXRhbG9nIjogW3siZW5kcG9pbnRzIjogW3siYWRtaW5VUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo4Nzc2L3YxLzY0YjZmM2ZiY2M1MzQzNWU4YTYwZmNmODliYjY2MTdhIiwgInJlZ2lvbiI6ICJyZWdpb25PbmUiLCAiaW50ZXJuYWxVUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo4Nzc2L3YxLzY0YjZmM2ZiY2M1MzQzNWU4YTYwZmNmODliYjY2MTdhIiwgInB1YmxpY1VSTCI6ICJodHRwOi8vMTI3LjAuMC4xOjg3NzYvdjEvNjRiNmYzZmJjYzUzNDM1ZThhNjBmY2Y4OWJiNjYxN2EifV0sICJlbmRwb2ludHNfbGlua3MiOiBbXSwgInR5cGUiOiAidm9sdW1lIiwgIm5hbWUiOiAidm9sdW1lIn0sIHsiZW5kcG9pbnRzIjogW3siYWRtaW5VUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo5MjkyL3YxIiwgInJlZ2lvbiI6ICJyZWdpb25PbmUiLCAiaW50ZXJuYWxVUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo5MjkyL3YxIiwgInB1YmxpY1VSTCI6ICJodHRwOi8vMTI3LjAuMC4xOjkyOTIvdjEifV0sICJlbmRwb2ludHNfbGlua3MiOiBbXSwgInR5cGUiOiAiaW1hZ2UiLCAibmFtZSI6ICJnbGFuY2UifSwgeyJlbmRwb2ludHMiOiBbeyJhZG1pblVSTCI6ICJodHRwOi8vMTI3LjAuMC4xOjg3NzQvdjEuMS82NGI2ZjNmYmNjNTM0MzVlOGE2MGZjZjg5YmI2NjE3YSIsICJyZWdpb24iOiAicmVnaW9uT25lIiwgImludGVybmFsVVJMIjogImh0dHA6Ly8xMjcuMC4wLjE6ODc3NC92MS4xLzY0YjZmM2ZiY2M1MzQzNWU4YTYwZmNmODliYjY2MTdhIiwgInB1YmxpY1VSTCI6ICJodHRwOi8vMTI3LjAuMC4xOjg3NzQvdjEuMS82NGI2ZjNmYmNjNTM0MzVlOGE2MGZjZjg5YmI2NjE3YSJ9XSwgImVuZHBvaW50c19saW5rcyI6IFtdLCAidHlwZSI6ICJjb21wdXRlIiwgIm5hbWUiOiAibm92YSJ9LCB7ImVuZHBvaW50cyI6IFt7ImFkbWluVVJMIjogImh0dHA6Ly8xMjcuMC4wLjE6MzUzNTcvdjIuMCIsICJyZWdpb24iOiAiUmVnaW9uT25lIiwgImludGVybmFsVVJMIjogImh0dHA6Ly8xMjcuMC4wLjE6MzUzNTcvdjIuMCIsICJwdWJsaWNVUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo1MDAwL3YyLjAifV0sICJlbmRwb2ludHNfbGlua3MiOiBbXSwgInR5cGUiOiAiaWRlbnRpdHkiLCAibmFtZSI6ICJrZXlzdG9uZSJ9XSwidG9rZW4iOiB7ImV4cGlyZXMiOiAiMjAxMi0wNi0wMlQxNDo0NzozNFoiLCAiaWQiOiAicGxhY2Vob2xkZXIiLCAidGVuYW50IjogeyJlbmFibGVkIjogdHJ1ZSwgImRlc2NyaXB0aW9uIjogbnVsbCwgIm5hbWUiOiAidGVuYW50X25hbWUxIiwgImlkIjogInRlbmFudF9pZDEifX0sICJ1c2VyIjogeyJ1c2VybmFtZSI6ICJ1c2VyX25hbWUxIiwgInJvbGVzX2xpbmtzIjogWyJyb2xlMSIsInJvbGUyIl0sICJpZCI6ICJ1c2VyX2lkMSIsICJyb2xlcyI6IFt7Im5hbWUiOiAicm9sZTEifSwgeyJuYW1lIjogInJvbGUyIn1dLCAibmFtZSI6ICJ1c2VyX25hbWUxIn19fQ0KMYH3MIH0AgEBMFQwTzEVMBMGA1UEChMMUmVkIEhhdCwgSW5jMREwDwYDVQQHEwhXZXN0Zm9yZDEWMBQGA1UECBMNTWFzc2FjaHVzZXR0czELMAkGA1UEBhMCVVMCAQEwBwYFKw4DAhowDQYJKoZIhvcNAQEBBQAEgYAD6hPEpc-0wHe3rYDBFec52h7gxdbrTNEN7jmwdFtoxw0QnucmCREh9IUikJ2ob0c0uUC6cmNPajD9aFkGWhvNswNH2W2BYzUiC3CHM7U07nsIe3OOatqyUAyoQUhHZnIAx1tOgdPBVflnrtdIV1vkdqxednlJZ52Hxob2PP3hxg== as unauthorized in memcache
keystone.middleware.auth_token: WARNING: Authorization failed for token MIIG7QYJKoZIhvcNAQcCoIIG3jCCBtoCAQExCTAHBgUrDgMCGjCCBc4GCSqGSIb3DQEHAaCCBb8EggW7eyJhY2Nlc3MiOiB7InNlcnZpY2VDYXRhbG9nIjogW3siZW5kcG9pbnRzIjogW3siYWRtaW5VUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo4Nzc2L3YxLzY0YjZmM2ZiY2M1MzQzNWU4YTYwZmNmODliYjY2MTdhIiwgInJlZ2lvbiI6ICJyZWdpb25PbmUiLCAiaW50ZXJuYWxVUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo4Nzc2L3YxLzY0YjZmM2ZiY2M1MzQzNWU4YTYwZmNmODliYjY2MTdhIiwgInB1YmxpY1VSTCI6ICJodHRwOi8vMTI3LjAuMC4xOjg3NzYvdjEvNjRiNmYzZmJjYzUzNDM1ZThhNjBmY2Y4OWJiNjYxN2EifV0sICJlbmRwb2ludHNfbGlua3MiOiBbXSwgInR5cGUiOiAidm9sdW1lIiwgIm5hbWUiOiAidm9sdW1lIn0sIHsiZW5kcG9pbnRzIjogW3siYWRtaW5VUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo5MjkyL3YxIiwgInJlZ2lvbiI6ICJyZWdpb25PbmUiLCAiaW50ZXJuYWxVUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo5MjkyL3YxIiwgInB1YmxpY1VSTCI6ICJodHRwOi8vMTI3LjAuMC4xOjkyOTIvdjEifV0sICJlbmRwb2ludHNfbGlua3MiOiBbXSwgInR5cGUiOiAiaW1hZ2UiLCAibmFtZSI6ICJnbGFuY2UifSwgeyJlbmRwb2ludHMiOiBbeyJhZG1pblVSTCI6ICJodHRwOi8vMTI3LjAuMC4xOjg3NzQvdjEuMS82NGI2ZjNmYmNjNTM0MzVlOGE2MGZjZjg5YmI2NjE3YSIsICJyZWdpb24iOiAicmVnaW9uT25lIiwgImludGVybmFsVVJMIjogImh0dHA6Ly8xMjcuMC4wLjE6ODc3NC92MS4xLzY0YjZmM2ZiY2M1MzQzNWU4YTYwZmNmODliYjY2MTdhIiwgInB1YmxpY1VSTCI6ICJodHRwOi8vMTI3LjAuMC4xOjg3NzQvdjEuMS82NGI2ZjNmYmNjNTM0MzVlOGE2MGZjZjg5YmI2NjE3YSJ9XSwgImVuZHBvaW50c19saW5rcyI6IFtdLCAidHlwZSI6ICJjb21wdXRlIiwgIm5hbWUiOiAibm92YSJ9LCB7ImVuZHBvaW50cyI6IFt7ImFkbWluVVJMIjogImh0dHA6Ly8xMjcuMC4wLjE6MzUzNTcvdjIuMCIsICJyZWdpb24iOiAiUmVnaW9uT25lIiwgImludGVybmFsVVJMIjogImh0dHA6Ly8xMjcuMC4wLjE6MzUzNTcvdjIuMCIsICJwdWJsaWNVUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo1MDAwL3YyLjAifV0sICJlbmRwb2ludHNfbGlua3MiOiBbXSwgInR5cGUiOiAiaWRlbnRpdHkiLCAibmFtZSI6ICJrZXlzdG9uZSJ9XSwidG9rZW4iOiB7ImV4cGlyZXMiOiAiMjAxMi0wNi0wMlQxNDo0NzozNFoiLCAiaWQiOiAicGxhY2Vob2xkZXIiLCAidGVuYW50IjogeyJlbmFibGVkIjogdHJ1ZSwgImRlc2NyaXB0aW9uIjogbnVsbCwgIm5hbWUiOiAidGVuYW50X25hbWUxIiwgImlkIjogInRlbmFudF9pZDEifX0sICJ1c2VyIjogeyJ1c2VybmFtZSI6ICJ1c2VyX25hbWUxIiwgInJvbGVzX2xpbmtzIjogWyJyb2xlMSIsInJvbGUyIl0sICJpZCI6ICJ1c2VyX2lkMSIsICJyb2xlcyI6IFt7Im5hbWUiOiAicm9sZTEifSwgeyJuYW1lIjogInJvbGUyIn1dLCAibmFtZSI6ICJ1c2VyX25hbWUxIn19fQ0KMYH3MIH0AgEBMFQwTzEVMBMGA1UEChMMUmVkIEhhdCwgSW5jMREwDwYDVQQHEwhXZXN0Zm9yZDEWMBQGA1UECBMNTWFzc2FjaHVzZXR0czELMAkGA1UEBhMCVVMCAQEwBwYFKw4DAhowDQYJKoZIhvcNAQEBBQAEgYAD6hPEpc-0wHe3rYDBFec52h7gxdbrTNEN7jmwdFtoxw0QnucmCREh9IUikJ2ob0c0uUC6cmNPajD9aFkGWhvNswNH2W2BYzUiC3CHM7U07nsIe3OOatqyUAyoQUhHZnIAx1tOgdPBVflnrtdIV1vkdqxednlJZ52Hxob2PP3hxg==
keystone.middleware.auth_token: INFO: Invalid user token - rejecting request
--------------------- >> end captured logging << ---------------------
======================================================================
FAIL: test_valid_signed_request (test_auth_token_middleware.AuthTokenMiddlewareTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 461, in test_valid_signed_request
self.assert_valid_request_200(SIGNED_TOKEN_SCOPED)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 450, in assert_valid_request_200
self.assertEqual(self.response_status, 200)
AssertionError: 401 != 200
-------------------- >> begin captured logging << --------------------
keystone.middleware.auth_token: INFO: Starting keystone auth_token middleware
keystone.middleware.auth_token: INFO: Using signing as cache directory for signing certificate
keystone.middleware.auth_token: WARNING: signing_dir mode is 0755 instead of 0700
keystone.middleware.auth_token: DEBUG: Authenticating user token
keystone.middleware.auth_token: DEBUG: Removing headers from request environment: X-Identity-Status,X-Tenant-Id,X-Tenant-Name,X-User-Id,X-User-Name,X-Roles,X-Service-Catalog,X-User,X-Tenant,X-Role
keystone.common.cms: ERROR: Verify error: Verification failure
139840237598536:error:2E099064:CMS routines:CMS_SIGNERINFO_VERIFY_CERT:certificate verify error:cms_smime.c:304:Verify error:certificate has expired
keystone.middleware.auth_token: DEBUG: Token validation failure.
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 511, in _validate_user_token
verified = self.verify_signed_token(user_token)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 760, in verify_signed_token
return self.cms_verify(formatted)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 743, in cms_verify
self.ca_file_name)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 45, in cms_verify
raise subprocess.CalledProcessError(retcode, "openssl", output=err)
TypeError: __init__() got an unexpected keyword argument 'output'
keystone.middleware.auth_token: WARNING: Authorization failed for token MIIG7QYJKoZIhvcNAQcCoIIG3jCCBtoCAQExCTAHBgUrDgMCGjCCBc4GCSqGSIb3DQEHAaCCBb8EggW7eyJhY2Nlc3MiOiB7InNlcnZpY2VDYXRhbG9nIjogW3siZW5kcG9pbnRzIjogW3siYWRtaW5VUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo4Nzc2L3YxLzY0YjZmM2ZiY2M1MzQzNWU4YTYwZmNmODliYjY2MTdhIiwgInJlZ2lvbiI6ICJyZWdpb25PbmUiLCAiaW50ZXJuYWxVUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo4Nzc2L3YxLzY0YjZmM2ZiY2M1MzQzNWU4YTYwZmNmODliYjY2MTdhIiwgInB1YmxpY1VSTCI6ICJodHRwOi8vMTI3LjAuMC4xOjg3NzYvdjEvNjRiNmYzZmJjYzUzNDM1ZThhNjBmY2Y4OWJiNjYxN2EifV0sICJlbmRwb2ludHNfbGlua3MiOiBbXSwgInR5cGUiOiAidm9sdW1lIiwgIm5hbWUiOiAidm9sdW1lIn0sIHsiZW5kcG9pbnRzIjogW3siYWRtaW5VUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo5MjkyL3YxIiwgInJlZ2lvbiI6ICJyZWdpb25PbmUiLCAiaW50ZXJuYWxVUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo5MjkyL3YxIiwgInB1YmxpY1VSTCI6ICJodHRwOi8vMTI3LjAuMC4xOjkyOTIvdjEifV0sICJlbmRwb2ludHNfbGlua3MiOiBbXSwgInR5cGUiOiAiaW1hZ2UiLCAibmFtZSI6ICJnbGFuY2UifSwgeyJlbmRwb2ludHMiOiBbeyJhZG1pblVSTCI6ICJodHRwOi8vMTI3LjAuMC4xOjg3NzQvdjEuMS82NGI2ZjNmYmNjNTM0MzVlOGE2MGZjZjg5YmI2NjE3YSIsICJyZWdpb24iOiAicmVnaW9uT25lIiwgImludGVybmFsVVJMIjogImh0dHA6Ly8xMjcuMC4wLjE6ODc3NC92MS4xLzY0YjZmM2ZiY2M1MzQzNWU4YTYwZmNmODliYjY2MTdhIiwgInB1YmxpY1VSTCI6ICJodHRwOi8vMTI3LjAuMC4xOjg3NzQvdjEuMS82NGI2ZjNmYmNjNTM0MzVlOGE2MGZjZjg5YmI2NjE3YSJ9XSwgImVuZHBvaW50c19saW5rcyI6IFtdLCAidHlwZSI6ICJjb21wdXRlIiwgIm5hbWUiOiAibm92YSJ9LCB7ImVuZHBvaW50cyI6IFt7ImFkbWluVVJMIjogImh0dHA6Ly8xMjcuMC4wLjE6MzUzNTcvdjIuMCIsICJyZWdpb24iOiAiUmVnaW9uT25lIiwgImludGVybmFsVVJMIjogImh0dHA6Ly8xMjcuMC4wLjE6MzUzNTcvdjIuMCIsICJwdWJsaWNVUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo1MDAwL3YyLjAifV0sICJlbmRwb2ludHNfbGlua3MiOiBbXSwgInR5cGUiOiAiaWRlbnRpdHkiLCAibmFtZSI6ICJrZXlzdG9uZSJ9XSwidG9rZW4iOiB7ImV4cGlyZXMiOiAiMjAxMi0wNi0wMlQxNDo0NzozNFoiLCAiaWQiOiAicGxhY2Vob2xkZXIiLCAidGVuYW50IjogeyJlbmFibGVkIjogdHJ1ZSwgImRlc2NyaXB0aW9uIjogbnVsbCwgIm5hbWUiOiAidGVuYW50X25hbWUxIiwgImlkIjogInRlbmFudF9pZDEifX0sICJ1c2VyIjogeyJ1c2VybmFtZSI6ICJ1c2VyX25hbWUxIiwgInJvbGVzX2xpbmtzIjogWyJyb2xlMSIsInJvbGUyIl0sICJpZCI6ICJ1c2VyX2lkMSIsICJyb2xlcyI6IFt7Im5hbWUiOiAicm9sZTEifSwgeyJuYW1lIjogInJvbGUyIn1dLCAibmFtZSI6ICJ1c2VyX25hbWUxIn19fQ0KMYH3MIH0AgEBMFQwTzEVMBMGA1UEChMMUmVkIEhhdCwgSW5jMREwDwYDVQQHEwhXZXN0Zm9yZDEWMBQGA1UECBMNTWFzc2FjaHVzZXR0czELMAkGA1UEBhMCVVMCAQEwBwYFKw4DAhowDQYJKoZIhvcNAQEBBQAEgYAD6hPEpc-0wHe3rYDBFec52h7gxdbrTNEN7jmwdFtoxw0QnucmCREh9IUikJ2ob0c0uUC6cmNPajD9aFkGWhvNswNH2W2BYzUiC3CHM7U07nsIe3OOatqyUAyoQUhHZnIAx1tOgdPBVflnrtdIV1vkdqxednlJZ52Hxob2PP3hxg==
keystone.middleware.auth_token: INFO: Invalid user token - rejecting request
--------------------- >> end captured logging << ---------------------
----------------------------------------------------------------------
XML: nosetests.xml
Slowest 5 tests took 23.34 secs:
[31m 6.93 KcEssex3TestCase.test_admin_requires_adminness[0m
[31m 6.85 KcMasterTestCase.test_admin_requires_adminness[0m
[31m 6.84 Kc11TestCase.test_admin_requires_adminness[0m
[31m 1.52 TokenExpirationTest.test_maintain_uuid_token_expiration[0m
[31m 1.20 KcMasterSqlTestCase.test_token_expiry_maintained[0m
----------------------------------------------------------------------
Ran 701 tests in 78.347s
FAILED (SKIP=11, errors=4, failures=3)
ERROR: InvocationError: '/bin/bash run_tests.sh -N --no-pep8'
___________________________________ summary ____________________________________
ERROR: py26: commands failed
+ result=1
+ echo 'Begin pip freeze output from test virtualenv:'
Begin pip freeze output from test virtualenv:
+ echo ======================================================================
======================================================================
+ .tox/py26/bin/pip freeze
Babel==0.9.6
Jinja2==2.6
Paste==1.7.5.1
PasteDeploy==1.5.0
Pygments==1.6
Routes==1.13
SQLAlchemy==0.7.9
Sphinx==1.2b1
Tempita==0.5.1
WebOb==1.0.8
WebTest==2.0.2
argparse==1.2.1
beautifulsoup4==4.1.3
colorama==0.2.5
coverage==3.6
decorator==3.4.0
distribute==0.6.34
dnspython==1.10.0
docutils==0.10
eventlet==0.12.1
greenlet==0.4.0
httplib2==0.8
iso8601==0.1.4
keystone==2012.2.5
logilab-astng==0.24.3
logilab-common==0.59.1
lxml==3.2.1
mox==0.5.3
netifaces==0.8
nose==1.3.0
nosehtmloutput==0.0.4
nosexcover==1.0.8
openstack.nose-plugin==0.11
ordereddict==1.1
pam==0.1.4
passlib==1.6.1
pep8==1.3.3
prettytable==0.7.2
pylint==0.27.0
python-keystoneclient==0.1.3
python-ldap==2.3.13
python-memcached==1.51
python-swiftclient==1.4.0
repoze.lru==0.6
simplejson==3.3.0
six==1.3.0
sqlalchemy-migrate==0.7.2
swift==1.8.1
termcolor==1.1.0
unittest2==0.5.1
waitress==0.8.2
xattr==0.6.4
+ 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=./tests/nose_results.html
+ '[' -f ./tests/nose_results.html ']'
++ grep -c 'tr class=.passClass' ./tests/nose_results.html
+ passcount=43
+ '[' 43 -eq 0 ']'
+ exit 1
+ rm -rf /tmp/tmp.64NJOv0KMU
Build step 'Execute shell' marked build as failure
[SCP] Connecting to static.openstack.org
[SCP] Trying to create /srv/static/logs/periodic/periodic-keystone-python26-stable-folsom/230
[SCP] uploading file: '/srv/static/logs/periodic/periodic-keystone-python26-stable-folsom/230/nose_results.html'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.
1
5
Hi Guys,
I've seen some patches that fix bugs that don't have any importance
set. In some cases, it is difficult to determine what fixes are worth
backporting without that information, that for, I was thinking that we
should -1 those patches and ask for that information. Before doing
going down that road, I wanted to know what you guys think about this
and whether you've already talked about it.
That information is relevant to determine whether the fix is worth for
a stable branch, as noted in the StableBranch wiki[0].
Cheers,
FF
[0] https://wiki.openstack.org/wiki/StableBranch#Appropriate_Fixes
--
{ name: "Flavio Percoco",
gpg: "87112EC1",
internal: "8261386",
phone: "+390687502386",
irc: ["fpercoco", "flaper87"]}
2
1
Build failed in Jenkins: periodic-quantum-python26-stable-grizzly #42
by OpenStack Jenkins 23 May '13
by OpenStack Jenkins 23 May '13
23 May '13
See <https://jenkins.openstack.org/job/periodic-quantum-python26-stable-grizzly/…>
------------------------------------------
[...truncated 5214 lines...]
test_show_quotas_with_admin [32mOK [0m[31m 0.25[0m
test_show_quotas_without_admin_forbidden [32mOK [0m[31m 0.30[0m
test_update_quotas_forbidden [32mOK [0m[31m 0.31[0m
QuotaExtensionDbTestCase
test_delete_quotas_with_admin [32mOK [0m[31m 0.31[0m
test_delete_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.30[0m
test_list_quotas_with_admin [32mOK [0m[31m 2.53[0m
test_list_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.20[0m
test_quotas_default_values [32mOK [0m[31m 0.21[0m
test_quotas_get_tenant_from_empty_request_context_returns_400[32mOK [0m[31m 0.21[0m
test_quotas_get_tenant_from_request_context [32mOK [0m[31m 0.21[0m
test_quotas_limit_check [32mOK [0m[31m 0.22[0m
test_quotas_limit_check_with_invalid_quota_value [32mOK [0m[31m 0.21[0m
test_quotas_limit_check_with_over_quota [32mOK [0m[31m 2.53[0m
test_quotas_loaded_bad_returns_404 [32mOK [0m[31m 0.20[0m
test_quotas_loaded_right [32mOK [0m[31m 0.20[0m
test_show_quotas_with_admin [32mOK [0m[31m 0.21[0m
test_show_quotas_with_owner_tenant [32mOK [0m[31m 0.21[0m
test_show_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.21[0m
test_update_attributes [32mOK [0m[31m 0.22[0m
test_update_quotas_with_admin [32mOK [0m[31m 0.31[0m
test_update_quotas_with_non_integer_returns_400 [32mOK [0m[31m 2.64[0m
test_update_quotas_with_non_support_resource_returns_400 [32mOK [0m[31m 0.21[0m
test_update_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.21[0m
QuotaExtensionDbTestCaseXML
test_delete_quotas_with_admin [32mOK [0m[31m 0.21[0m
test_delete_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.21[0m
test_list_quotas_with_admin [32mOK [0m[31m 0.21[0m
test_list_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.22[0m
test_quotas_default_values [32mOK [0m[31m 0.22[0m
test_quotas_get_tenant_from_empty_request_context_returns_400[32mOK [0m[31m 2.54[0m
test_quotas_get_tenant_from_request_context [32mOK [0m[31m 0.21[0m
test_quotas_limit_check [32mOK [0m[31m 0.21[0m
test_quotas_limit_check_with_invalid_quota_value [32mOK [0m[31m 0.20[0m
test_quotas_limit_check_with_over_quota [32mOK [0m[31m 0.22[0m
test_quotas_loaded_bad_returns_404 [32mOK [0m[31m 0.21[0m
test_quotas_loaded_right [32mOK [0m[31m 0.22[0m
test_show_quotas_with_admin [32mOK [0m[31m 0.22[0m
test_show_quotas_with_owner_tenant [32mOK [0m[31m 2.54[0m
test_show_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.20[0m
test_update_attributes [32mOK [0m[31m 0.21[0m
test_update_quotas_with_admin [32mOK [0m[31m 0.22[0m
test_update_quotas_with_non_integer_returns_400 [32mOK [0m[31m 0.21[0m
test_update_quotas_with_non_support_resource_returns_400 [32mOK [0m[31m 0.21[0m
test_update_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.21[0m
RootwrapTestCase
test_DnsmasqFilter [32mOK [0m[32m 0.00[0m
test_DnsmasqNetnsFilter [32mOK [0m[32m 0.00[0m
test_IpFilter_netns_add [32mOK [0m[32m 0.00[0m
test_IpFilter_netns_delete [32mOK [0m[32m 0.00[0m
test_IpFilter_netns_list [32mOK [0m[32m 0.00[0m
test_IpFilter_non_netns [32mOK [0m[32m 0.00[0m
test_IpNetnsExecFilter_match [32mOK [0m[32m 0.00[0m
test_IpNetnsExecFilter_nomatch [32mOK [0m[32m 0.00[0m
test_KillFilter [32mOK [0m[31m 0.35[0m
test_KillFilter_deleted_exe [32mOK [0m[32m 0.00[0m
test_KillFilter_no_raise [32mOK [0m[32m 0.00[0m
test_ReadFileFilter [32mOK [0m[32m 0.00[0m
test_RegExpFilter_match [32mOK [0m[32m 0.00[0m
test_RegExpFilter_reject [32mOK [0m[32m 0.00[0m
test_match_filter_recurses_exec_command_filter [32mOK [0m[32m 0.00[0m
test_missing_command [32mOK [0m[32m 0.00[0m
test_skips [32mOK [0m[32m 0.00[0m
RouterServiceInsertionTestCase
test_health_monitor_create [32mOK [0m[31m 3.81[0m
test_health_monitor_delete_with_router_id [32mOK [0m[31m 0.27[0m
test_health_monitor_delete_without_router_id [32mOK [0m[31m 0.23[0m
test_health_monitor_update_with_router_id [32mOK [0m[31m 0.22[0m
test_health_monitor_update_without_router_id [32mOK [0m[31m 0.24[0m
test_pool_create [32mOK [0m[31m 0.23[0m
test_pool_delete_with_router_id [32mOK [0m[31m 0.25[0m
test_pool_delete_without_router_id [32mOK [0m[31m 0.24[0m
test_pool_update_with_router_id [32mOK [0m[31m 0.23[0m
test_pool_update_without_router_id [32mOK [0m[31m 0.24[0m
test_router_create_no_service_type_id [32mOK [0m[31m 0.21[0m
test_router_create_with_service_type_id [32mOK [0m[31m 0.21[0m
test_router_delete [32mOK [0m[31m 0.24[0m
test_router_get [32mOK [0m[31m 2.55[0m
test_router_update_with_service_type_id [32mOK [0m[31m 0.22[0m
test_router_update_without_service_type_id [32mOK [0m[31m 0.23[0m
test_vip_create [32mOK [0m[31m 0.26[0m
test_vip_delete_with_router_id [32mOK [0m[31m 0.30[0m
test_vip_delete_without_router_id [32mOK [0m[31m 0.30[0m
test_vip_update_with_router_id [32mOK [0m[31m 0.27[0m
test_vip_update_without_router_id [32mOK [0m[31m 0.30[0m
SGAgentRpcCallBackMixinTestCase
test_security_groups_member_updated [32mOK [0m[32m 0.00[0m
test_security_groups_provider_updated [32mOK [0m[32m 0.00[0m
test_security_groups_rule_updated [32mOK [0m[32m 0.00[0m
SGServerRpcCallBackMixinTestCase
test_security_group_rules_for_devices_ipv4_egress [32mOK [0m[31m 0.43[0m
test_security_group_rules_for_devices_ipv4_ingress [32mOK [0m[31m 0.43[0m
test_security_group_rules_for_devices_ipv4_source_group [32mOK [0m[31m 2.84[0m
test_security_group_rules_for_devices_ipv6_egress [32mOK [0m[31m 0.41[0m
test_security_group_rules_for_devices_ipv6_ingress [32mOK [0m[31m 0.41[0m
test_security_group_rules_for_devices_ipv6_source_group [32mOK [0m[31m 0.50[0m
SGServerRpcCallBackMixinTestCaseXML
test_security_group_rules_for_devices_ipv4_egress [32mOK [0m[31m 0.43[0m
test_security_group_rules_for_devices_ipv4_ingress [32mOK [0m[31m 0.43[0m
test_security_group_rules_for_devices_ipv4_source_group [32mOK [0m[31m 0.51[0m
test_security_group_rules_for_devices_ipv6_egress [32mOK [0m[31m 0.42[0m
test_security_group_rules_for_devices_ipv6_ingress [32mOK [0m[31m 2.78[0m
test_security_group_rules_for_devices_ipv6_source_group [32mOK [0m[31m 0.51[0m
SecurityGroupAgentRpcApiTestCase
test_security_groups_member_not_updated [32mOK [0m[32m 0.00[0m
test_security_groups_member_updated [32mOK [0m[32m 0.00[0m
test_security_groups_rule_not_updated [32mOK [0m[32m 0.00[0m
test_security_groups_rule_updated [32mOK [0m[32m 0.00[0m
SecurityGroupAgentRpcTestCase
test_prepare_and_remove_devices_filter [32mOK [0m[32m 0.01[0m
test_refresh_firewall [32mOK [0m[32m 0.01[0m
test_security_groups_member_not_updated [32mOK [0m[32m 0.00[0m
test_security_groups_member_updated [32mOK [0m[32m 0.01[0m
test_security_groups_provider_updated [32mOK [0m[32m 0.00[0m
test_security_groups_rule_not_updated [32mOK [0m[32m 0.00[0m
test_security_groups_rule_updated [32mOK [0m[32m 0.01[0m
SecurityGroupServerRpcApiTestCase
test_security_group_rules_for_devices [32mOK [0m[32m 0.00[0m
TestSecurityGroupAgentWithIptables
test_prepare_remove_port [32mOK [0m[31m 0.05[0m
test_security_group_member_updated [32mOK [0m[31m 0.10[0m
test_security_group_rule_udpated [32mOK [0m[33m 0.03[0m
TestSecurityGroupAgentWithOVSIptables
test_prepare_remove_port [32mOK [0m[33m 0.03[0m
test_security_group_member_updated [32mOK [0m[31m 0.10[0m
test_security_group_rule_udpated [32mOK [0m[33m 0.04[0m
TestSecurityGroupExtensionControl
test_disable_security_group_extension_iptables_driver [32mOK [0m[32m 0.00[0m
test_disable_security_group_extension_noop_driver [32mOK [0m[32m 0.00[0m
test_firewall_enabled_iptables_driver [32mOK [0m[32m 0.00[0m
test_firewall_enabled_noop_driver [32mOK [0m[32m 0.00[0m
ServiceTypeExtensionTestCase
test_create_service_type_adminctx_returns_200 [32mOK [0m[31m 0.10[0m
test_create_service_type_nonadminctx_returns_403 [32mOK [0m[33m 0.03[0m
test_service_type_create [32mOK [0m[33m 0.03[0m
test_service_type_delete [32mOK [0m[33m 0.03[0m
test_service_type_get [32mOK [0m[32m 0.02[0m
test_service_type_list [32mOK [0m[32m 0.02[0m
test_service_type_update [32mOK [0m[33m 0.03[0m
test_update_service_type_adminctx_returns_200 [32mOK [0m[33m 0.03[0m
test_update_service_type_nonadminctx_returns_403 [32mOK [0m[33m 0.03[0m
ServiceTypeExtensionTestCaseXML
test_create_service_type_adminctx_returns_200 [32mOK [0m[33m 0.03[0m
test_create_service_type_nonadminctx_returns_403 [32mOK [0m[33m 0.03[0m
test_service_type_create [32mOK [0m[33m 0.03[0m
test_service_type_delete [32mOK [0m[33m 0.03[0m
test_service_type_get [32mOK [0m[32m 0.02[0m
test_service_type_list [32mOK [0m[32m 0.02[0m
test_service_type_update [32mOK [0m[33m 0.03[0m
test_update_service_type_adminctx_returns_200 [32mOK [0m[33m 0.03[0m
test_update_service_type_nonadminctx_returns_403 [32mOK [0m[33m 0.03[0m
ServiceTypeManagerTestCase
test_create_dummy_increases_service_type_refcount [32mOK [0m[31m 0.17[0m
test_create_service_type_default_returns_400 [32mOK [0m[31m 0.16[0m
test_create_service_type_no_svcdef_returns_400 [32mOK [0m[31m 0.16[0m
test_delete_dummy_decreases_service_type_refcount [32mOK [0m[31m 0.19[0m
test_delete_service_type_in_use_returns_409 [32mOK [0m[31m 2.56[0m
test_get_default_service_type [32mOK [0m[31m 0.16[0m
test_get_service_type [32mOK [0m[31m 0.18[0m
test_list_service_types [32mOK [0m[31m 0.20[0m
test_service_type_create [32mOK [0m[31m 0.16[0m
test_service_type_update_clear_svc_defs_returns_400 [32mOK [0m[31m 0.18[0m
test_service_type_update_name [32mOK [0m[31m 0.19[0m
test_service_type_update_set_default_returns_400 [32mOK [0m[31m 0.17[0m
test_service_type_update_svc_defs [32mOK [0m[31m 0.17[0m
ServiceTypeManagerTestCaseXML
test_create_dummy_increases_service_type_refcount [32mOK [0m[31m 0.18[0m
test_create_service_type_default_returns_400 [32mOK [0m[31m 0.16[0m
test_create_service_type_no_svcdef_returns_400 [32mOK [0m[31m 0.16[0m
test_delete_dummy_decreases_service_type_refcount [32mOK [0m[31m 0.20[0m
test_delete_service_type_in_use_returns_409 [32mOK [0m[31m 0.19[0m
test_get_default_service_type [32mOK [0m[31m 0.16[0m
test_get_service_type [32mOK [0m[31m 0.18[0m
test_list_service_types Build timed out (after 30 minutes). Marking the build as failed.
[32mOK [0m[31m 0.20[0m
test_service_type_create /usr/local/jenkins/slave_scripts/run-tox.sh: line 48: 31852 Terminated tox -e$venv
+ result=143
+ echo 'Begin pip freeze output from test virtualenv:'
Begin pip freeze output from test virtualenv:
+ echo ======================================================================
======================================================================
+ .tox/py26/bin/pip freeze
++ rm -rf /tmp/tmp.GKpE7pcb9Z
[SCP] Connecting to static.openstack.org
Babel==0.9.6
Jinja2==2.7
Mako==0.8.0
MarkupSafe==0.17
Paste==1.7.5.1
PasteDeploy==1.5.0
Pygments==1.6
Routes==1.13
SQLAlchemy==0.7.10
Sphinx==1.2b1
WebOb==1.2.3
WebTest==1.3.3
alembic==0.5.0
amqp==1.0.11
amqplib==1.0.2
anyjson==0.3.3
argparse==1.2.1
cliff==1.3.3
cmd2==0.6.5.1
colorama==0.2.5
configobj==4.7.2
coverage==3.6
discover==0.4.0
distribute==0.6.34
docutils==0.10
eventlet==0.12.1
extras==0.0.3
fixtures==0.3.12
greenlet==0.4.0
httplib2==0.8
importlib==1.0.2
iso8601==0.1.4
kombu==2.5.10
mock==1.0.1
mox==0.5.3
netaddr==0.7.10
netifaces==0.8
nose==1.3.0
nosehtmloutput==0.0.4
nosexcover==1.0.8
openstack.nose-plugin==0.11
ordereddict==1.1
oslo.config==1.1.0
pep8==1.3.3
prettytable==0.7.2
pyparsing==1.5.7
python-keystoneclient==0.2.3
python-mimeparse==0.1.4
python-novaclient==2.13.0
python-quantumclient==2.2.1
python-subunit==0.0.12
pyudev==0.16.1
quantum==jenkins.periodic.quantum.python26.stable.grizzly.42
repoze.lru==0.6
requests==1.2.1
setuptools-git==1.0b1
simplejson==3.3.0
termcolor==1.1.0
testrepository==0.0.15
testtools==0.9.31
[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-quantum-python26-stable-grizzly/42
[SCP] Copying console log.
1
1
Hi guys,
Small question about [0].
The patch fixes a bug wrt VMs live migration but it also adds a new
configuration flag to allow admins to disable multi-attach. IMHO,
adding a new configuration flag shouldn't be allowed in a backport but
the patch in matter fixes a bug. What would the right behavior be in
that case?
1) Modify the patch so that it doesn't adds a new configuration
parameter.
2) Let it land as-is.
3) Don't let it land at all.
I'm more for #1 and #3 (maybe more 1 since it fixes a bug). Notice
that adding that parameter doesn't change current behavior.
Cheers,
FF
[0] https://review.openstack.org/#/c/29488/1
--
{ name: "Flavio Percoco",
gpg: "87112EC1",
internal: "8261386",
phone: "+390687502386",
irc: ["fpercoco", "flaper87"]}
4
6
Build failed in Jenkins: periodic-quantum-python26-stable-grizzly #37
by OpenStack Jenkins 21 May '13
by OpenStack Jenkins 21 May '13
21 May '13
See <https://jenkins.openstack.org/job/periodic-quantum-python26-stable-grizzly/…>
------------------------------------------
[...truncated 5044 lines...]
test_namespace_is_empty_no_devices [32mOK [0m[32m 0.00[0m
TestSubProcessBase
test_as_root_namespace [32mOK [0m[32m 0.00[0m
test_as_root_no_root_helper [32mOK [0m[32m 0.00[0m
test_execute_wrapper [32mOK [0m[32m 0.00[0m
test_execute_wrapper_int_options [32mOK [0m[32m 0.00[0m
test_execute_wrapper_no_options [32mOK [0m[32m 0.00[0m
test_run_namespace [32mOK [0m[32m 0.00[0m
test_run_no_namespace [32mOK [0m[32m 0.00[0m
LoadBalancerExtensionTestCase
test_create_pool_health_monitor [32mOK [0m[31m 0.10[0m
test_delete_pool_health_monitor [32mOK [0m[31m 2.14[0m
test_health_monitor_create [32mOK [0m[31m 0.05[0m
test_health_monitor_delete [32mOK [0m[31m 0.06[0m
test_health_monitor_get [32mOK [0m[31m 0.06[0m
test_health_monitor_list [32mOK [0m[31m 0.05[0m
test_health_monitor_update [32mOK [0m[31m 0.06[0m
test_member_create [32mOK [0m[31m 0.06[0m
test_member_delete [32mOK [0m[31m 0.06[0m
test_member_get [32mOK [0m[31m 0.05[0m
test_member_list [32mOK [0m[31m 0.05[0m
test_member_update [32mOK [0m[31m 0.06[0m
test_pool_create [32mOK [0m[31m 0.06[0m
test_pool_delete [32mOK [0m[31m 0.06[0m
test_pool_get [32mOK [0m[31m 0.05[0m
test_pool_list [32mOK [0m[31m 0.06[0m
test_pool_stats [32mOK [0m[31m 0.05[0m
test_pool_update [32mOK [0m[31m 0.06[0m
test_vip_create [32mOK [0m[31m 0.06[0m
test_vip_delete [32mOK [0m[31m 0.06[0m
test_vip_get [32mOK [0m[31m 0.06[0m
test_vip_list [32mOK [0m[31m 0.05[0m
test_vip_update [32mOK [0m[31m 0.06[0m
LoadBalancerExtensionTestCaseXML
test_create_pool_health_monitor [32mOK [0m[31m 0.06[0m
test_delete_pool_health_monitor [32mOK [0m[31m 0.06[0m
test_health_monitor_create [32mOK [0m[31m 0.06[0m
test_health_monitor_delete [32mOK [0m[31m 0.06[0m
test_health_monitor_get [32mOK [0m[31m 2.22[0m
test_health_monitor_list [32mOK [0m[31m 0.06[0m
test_health_monitor_update [32mOK [0m[31m 0.07[0m
test_member_create [32mOK [0m[31m 0.06[0m
test_member_delete [32mOK [0m[31m 0.06[0m
test_member_get [32mOK [0m[31m 0.06[0m
test_member_list [32mOK [0m[31m 0.06[0m
test_member_update [32mOK [0m[31m 0.07[0m
test_pool_create [32mOK [0m[31m 0.06[0m
test_pool_delete [32mOK [0m[31m 0.07[0m
test_pool_get [32mOK [0m[31m 0.06[0m
test_pool_list [32mOK [0m[31m 0.06[0m
test_pool_stats [32mOK [0m[31m 0.06[0m
test_pool_update [32mOK [0m[31m 0.06[0m
test_vip_create [32mOK [0m[31m 0.07[0m
test_vip_delete [32mOK [0m[31m 0.06[0m
test_vip_get [32mOK [0m[31m 0.06[0m
test_vip_list [32mOK [0m[31m 0.06[0m
test_vip_update [32mOK [0m[31m 0.07[0m
TestMetadataProxyHandler
test_call [32mOK [0m[32m 0.01[0m
test_call_internal_server_error [32mOK [0m[32m 0.01[0m
test_call_no_instance_match [32mOK [0m[32m 0.01[0m
test_get_instance_id_network_id [32mOK [0m[32m 0.00[0m
test_get_instance_id_network_id_no_match [32mOK [0m[32m 0.00[0m
test_get_instance_id_router_id [32mOK [0m[32m 0.00[0m
test_get_instance_id_router_id_no_match [32mOK [0m[32m 0.00[0m
test_proxy_request_200 [32mOK [0m[32m 0.01[0m
test_proxy_request_403 [32mOK [0m[32m 0.01[0m
test_proxy_request_404 [32mOK [0m[32m 0.00[0m
test_proxy_request_409 [32mOK [0m[32m 0.01[0m
test_proxy_request_500 [32mOK [0m[32m 0.01[0m
test_proxy_request_other_code [32mOK [0m[32m 0.01[0m
test_proxy_request_post [32mOK [0m[32m 0.01[0m
test_sign_instance_id [32mOK [0m[32m 0.00[0m
TestUnixDomainHttpProtocol
test_init_empty_client [32mOK [0m[32m 0.00[0m
test_init_with_client [32mOK [0m[32m 0.00[0m
TestUnixDomainMetadataProxy
test_init_doesnot_exists [32mOK [0m[32m 0.00[0m
test_init_exists [32mOK [0m[32m 0.01[0m
test_init_exists_unlink_fails_file_still_exists [32mOK [0m[32m 0.00[0m
test_init_exists_unlink_no_file [32mOK [0m[32m 0.00[0m
test_main [32mOK [0m[32m 0.01[0m
test_run [32mOK [0m[32m 0.01[0m
TestUnixDomainWSGIServer
test_run [32mOK [0m[32m 0.01[0m
test_start [32mOK [0m[31m 2.23[0m
TestNetworkMetadataProxyHandler
test_call [32mOK [0m[32m 0.00[0m
test_call_internal_server_error [32mOK [0m[32m 0.00[0m
test_no_argument_passed_to_init [32mOK [0m[32m 0.00[0m
test_proxy_request_network_200 [32mOK [0m[32m 0.00[0m
test_proxy_request_network_404 [32mOK [0m[32m 0.00[0m
test_proxy_request_network_409 [32mOK [0m[32m 0.00[0m
test_proxy_request_network_418 [32mOK [0m[32m 0.00[0m
test_proxy_request_network_500 [32mOK [0m[32m 0.01[0m
test_proxy_request_network_exception [32mOK [0m[32m 0.00[0m
test_proxy_request_router_200 [32mOK [0m[32m 0.01[0m
TestProxyDaemon
test_init [32mOK [0m[32m 0.00[0m
test_main [32mOK [0m[32m 0.01[0m
test_main_dont_fork [32mOK [0m[32m 0.02[0m
test_run [32mOK [0m[32m 0.01[0m
TestUnixDomainHttpConnection
test_connect [32mOK [0m[32m 0.00[0m
DefaultPolicyTestCase
test_default_not_found [32mOK [0m[32m 0.01[0m
test_not_found_policy_calls_default [32mOK [0m[32m 0.01[0m
test_policy_called [32mOK [0m[32m 0.01[0m
PolicyFileTestCase
test_modified_policy_reloads [32mOK [0m[32m 0.00[0m
PolicyTestCase
test_check_bad_action_noraise [32mOK [0m[32m 0.01[0m
test_early_AND_enforcement [32mOK [0m[32m 0.01[0m
test_early_OR_enforcement [32mOK [0m[32m 0.01[0m
test_enforce_bad_action_throws [32mOK [0m[32m 0.01[0m
test_enforce_good_action [32mOK [0m[32m 0.01[0m
test_enforce_http_false [32mOK [0m[32m 0.01[0m
test_enforce_http_true [32mOK [0m[32m 0.01[0m
test_enforce_nonexistent_action_throws [32mOK [0m[32m 0.01[0m
test_ignore_case_role_check [32mOK [0m[32m 0.01[0m
test_templatized_enforcement [32mOK [0m[32m 0.01[0m
QuantumPolicyTestCase
test_enforce_adminonly_attribute_create [32mOK [0m[31m 0.07[0m
test_enforce_adminonly_attribute_nonadminctx_returns_403 [32mOK [0m[32m 0.01[0m
test_enforce_adminonly_attribute_update [32mOK [0m[32m 0.01[0m
test_enforce_parentresource_owner [32mOK [0m[32m 0.01[0m
test_enforce_regularuser_on_read [32mOK [0m[32m 0.01[0m
test_nonadmin_read_on_private_fails [32mOK [0m[32m 0.01[0m
test_nonadmin_read_on_shared_succeeds [32mOK [0m[32m 0.01[0m
test_nonadmin_write_on_private_fails [32mOK [0m[32m 0.01[0m
test_nonadmin_write_on_shared_fails [32mOK [0m[32m 0.01[0m
TestQuantumContext
testQuantumContextAdminToDict [32mOK [0m[32m 0.00[0m
testQuantumContextAdminWithoutSessionToDict [32mOK [0m[32m 0.00[0m
testQuantumContextCreate [32mOK [0m[32m 0.00[0m
testQuantumContextToDict [32mOK [0m[32m 0.00[0m
QuantumManagerTestCase
test_multiple_plugins_specified_for_service_type [32mOK [0m[32m 0.01[0m
test_service_plugin_is_loaded [32mOK [0m[33m 0.03[0m
QuotaExtensionCfgTestCase
test_delete_quotas_forbidden [32mOK [0m[31m 0.30[0m
test_quotas_default_values [32mOK [0m[31m 0.30[0m
test_show_quotas_with_admin [32mOK [0m[31m 0.30[0m
test_show_quotas_without_admin_forbidden [32mOK [0m[31m 0.30[0m
test_update_quotas_forbidden [32mOK [0m[31m 0.30[0m
QuotaExtensionCfgTestCaseXML
test_delete_quotas_forbidden [32mOK [0m[31m 2.74[0m
test_quotas_default_values [32mOK [0m[31m 0.22[0m
test_show_quotas_with_admin [32mOK [0m[31m 0.21[0m
test_show_quotas_without_admin_forbidden [32mOK [0m[31m 0.21[0m
test_update_quotas_forbidden [32mOK [0m[31m 0.23[0m
QuotaExtensionDbTestCase
test_delete_quotas_with_admin [32mOK [0m[31m 0.30[0m
test_delete_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.31[0m
test_list_quotas_with_admin [32mOK [0m[31m 0.31[0m
test_list_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 2.56[0m
test_quotas_default_values [32mOK [0m[31m 0.21[0m
test_quotas_get_tenant_from_empty_request_context_returns_400[32mOK [0m[31m 0.20[0m
test_quotas_get_tenant_from_request_context [32mOK [0m[31m 0.21[0m
test_quotas_limit_check [32mOK [0m[31m 0.22[0m
test_quotas_limit_check_with_invalid_quota_value [32mOK [0m[31m 0.32[0m
test_quotas_limit_check_with_over_quota [32mOK [0m[31m 0.26[0m
test_quotas_loaded_bad_returns_404 [32mOK [0m[31m 0.22[0m
test_quotas_loaded_right [32mOK [0m[31m 2.67[0m
test_show_quotas_with_admin [32mOK [0m[31m 0.20[0m
test_show_quotas_with_owner_tenant [32mOK [0m[31m 0.24[0m
test_show_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.20[0m
test_update_attributes [32mOK [0m[31m 0.36[0m
test_update_quotas_with_admin [32mOK [0m[31m 0.22[0m
test_update_quotas_with_non_integer_returns_400 [32mOK [0m[31m 0.21[0m
test_update_quotas_with_non_support_resource_returns_400 [32mOK [0m[31m 2.54[0m
test_update_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.20[0m
QuotaExtensionDbTestCaseXML
test_delete_quotas_with_admin [32mOK [0m[31m 0.20[0m
test_delete_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.21[0m
test_list_quotas_with_admin [32mOK [0m[31m 0.21[0m
test_list_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.21[0m
test_quotas_default_values [32mOK [0m[31m 0.21[0m
test_quotas_get_tenant_from_empty_request_context_returns_400[32mOK [0m[31m 0.24[0m
test_quotas_get_tenant_from_request_context [32mOK [0m[31m 2.61[0m
test_quotas_limit_check [32mOK [0m[31m 0.21[0m
test_quotas_limit_check_with_invalid_quota_value [32mOK [0m[31m 0.20[0m
test_quotas_limit_check_with_over_quota [32mOK [0m[31m 0.21[0m
test_quotas_loaded_bad_returns_404 [32mOK [0m[31m 0.21[0m
test_quotas_loaded_right [32mOK [0m[31m 0.21[0m
test_show_quotas_with_admin [32mOK [0m[31m 0.21[0m
test_show_quotas_with_owner_tenant [32mOK [0m[31m 0.22[0m
test_show_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 2.55[0m
test_update_attributes [32mOK [0m[31m 0.23[0m
test_update_quotas_with_admin [32mOK [0m[31m 0.21[0m
test_update_quotas_with_non_integer_returns_400 [32mOK [0m[31m 0.20[0m
test_update_quotas_with_non_support_resource_returns_400 [32mOK [0m[31m 0.21[0m
test_update_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.21[0m
RootwrapTestCase
test_DnsmasqFilter [32mOK [0m[32m 0.00[0m
test_DnsmasqNetnsFilter [32mOK [0m[32m 0.00[0m
test_IpFilter_netns_add [32mOK [0m[32m 0.00[0m
test_IpFilter_netns_delete [32mOK [0m[32m 0.00[0m
test_IpFilter_netns_list [32mOK [0m[32m 0.00[0m
test_IpFilter_non_netns [32mOK [0m[32m 0.00[0m
test_IpNetnsExecFilter_match [32mOK [0m[32m 0.00[0m
test_IpNetnsExecFilter_nomatch [32mOK [0m[32m 0.00[0m
test_KillFilter [32mOK [0m[31m 0.41[0m
test_KillFilter_deleted_exe [32mOK [0m[32m 0.01[0m
test_KillFilter_no_raise [32mOK [0m[32m 0.00[0m
test_ReadFileFilter [32mOK [0m[32m 0.00[0m
test_RegExpFilter_match [32mOK [0m[32m 0.00[0m
test_RegExpFilter_reject [32mOK [0m[32m 0.00[0m
test_match_filter_recurses_exec_command_filter [32mOK [0m[32m 0.00[0m
test_missing_command [32mOK [0m[32m 0.00[0m
test_skips [32mOK [0m[32m 0.00[0m
RouterServiceInsertionTestCase
test_health_monitor_create [32mOK [0m[31m 0.44[0m
test_health_monitor_delete_with_router_id [32mOK [0m[31m 0.36[0m
test_health_monitor_delete_without_router_id [32mOK [0m[31m 0.32[0m
test_health_monitor_update_with_router_id [32mOK [0m[31m 3.53[0m
test_health_monitor_update_without_router_id [32mOK [0m[31m 0.23[0m
test_pool_create [32mOK [0m[31m 0.23[0m
test_pool_delete_with_router_id [32mOK [0m[31m 0.25[0m
test_pool_delete_without_router_id [32mOK [0m[31m 0.25[0m
test_pool_update_with_router_id [32mOK [0m[31m 0.23[0m
test_pool_update_without_router_id [32mOK [0m[31m 0.25[0m
test_router_create_no_service_type_id [32mOK [0m[31m 0.21[0m
test_router_create_with_service_type_id [32mOK [0m[31m 0.21[0m
test_router_delete [32mOK [0m[31m 0.24[0m
test_router_get [32mOK [0m[31m 0.22[0m
test_router_update_with_service_type_id [32mOK [0m[31m 0.22[0m
test_router_update_without_service_type_id [32mOK [0m[31m 2.57[0m
test_vip_create [32mOK [0m[31m 0.27[0m
test_vip_delete_with_router_id [32mOK [0m[31m 0.30[0m
test_vip_delete_without_router_id [32mOK [0m[31m 0.30[0m
test_vip_update_with_router_id [32mOK [0m[31m 0.27[0m
test_vip_update_without_router_id [32mOK [0m[31m 0.30[0m
SGAgentRpcCallBackMixinTestCase
test_security_groups_member_updated [32mOK [0m[32m 0.00[0m
test_security_groups_provider_updated [32mOK [0m[32m 0.00[0m
test_security_groups_rule_updated [32mOK [0m[32m 0.00[0m
SGServerRpcCallBackMixinTestCase
test_security_group_rules_for_devices_ipv4_egress [32mOK [0m[31m 0.43[0m
test_security_group_rules_for_devices_ipv4_ingress [32mOK [0m[31m 0.43[0m
test_security_group_rules_for_devices_ipv4_source_group Build timed out (after 30 minutes). Marking the build as failed.
++ rm -rf /tmp/tmp.OEjertmeTY
/usr/local/jenkins/slave_scripts/run-tox.sh: line 1: 2922 Terminated tox -e$venv
[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-quantum-python26-stable-grizzly/37
[SCP] Copying console log.
1
4
---------- Forwarded message ----------
>From: Flavio Percoco <flavio(a)redhat.com>
>Date: 16 May 2013 10:15
>Subject: Request to be added to stable/maint
>To: Dave Walker <davewalker(a)ubuntu.com>
>
>Hi,
>
>I'd like to be added as member of the stable-maintainers team. I've been
>doing reviews in stable branches as well as proposing new patches that
>should be backported for both folsom and grizzly versions.
>
>Thanks.
>Flavio
Hi Flavio,
CC: openstack-stable-maint team
Some pretty good reviews: https://review.openstack.org/#/dashboard/6159
Good progressive restraint on https://review.openstack.org/#/c/26815/
Agree with your optimism on https://review.openstack.org/#/c/28076/
Expectation on tests, https://review.openstack.org/#/c/28075/
Good digging into the code to check you are satisifed,
https://review.openstack.org/#/c/28545/
I will say the the majority of the reviews you have done seem to be
from today, and all work seems quite recent. I think I'd have liked
bit more historic interest - but based on what you have currently done
and a commitment to maintain this effort, I am supportive of the
application.
I'd like others to comment if it is suitable to proceed now, or allow
more evidence to be built.
Please confirm you are familair with:
https://wiki.openstack.org/wiki/StableBranch
Thanks.
--
Kind Regards,
Dave Walker
3
4
Build failed in Jenkins: periodic-glance-python26-stable-grizzly #39
by OpenStack Jenkins 20 May '13
by OpenStack Jenkins 20 May '13
20 May '13
See <https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly/3…>
------------------------------------------
[...truncated 1157 lines...]
test_validate_with_additional_properties_allowed [32mOK [0m[32m 0.00[0m
TestStoreImage
test_image_delayed_delete [32mOK [0m[32m 0.00[0m
test_image_delete [32mOK [0m[32m 0.00[0m
test_image_get_data [32mOK [0m[32m 0.00[0m
test_image_set_data [32mOK [0m[32m 0.00[0m
test_image_set_data_unknown_size [32mOK [0m[32m 0.00[0m
TestStoreImageRepo
test_add_fetches_members_if_private [32mOK [0m[32m 0.00[0m
test_add_ignores_acls_if_no_locations [32mOK [0m[32m 0.00[0m
test_add_updates_acls [32mOK [0m[32m 0.00[0m
test_member_addition_updates_acls [32mOK [0m[32m 0.00[0m
test_member_removal_updates_acls [32mOK [0m[32m 0.00[0m
test_save_fetches_members_if_private [32mOK [0m[32m 0.00[0m
test_save_updates_acls [32mOK [0m[32m 0.00[0m
TestStoreLocation
test_bad_store_scheme [32mOK [0m[32m 0.01[0m
test_filesystem_store_location [32mOK [0m[32m 0.01[0m
test_get_location_from_uri_back_to_uri [32mOK [0m[32m 0.01[0m
test_get_store_from_scheme [32mOK [0m[32m 0.01[0m
test_http_store_location [32mOK [0m[32m 0.01[0m
test_rbd_store_location [32mOK [0m[32m 0.01[0m
test_s3_store_location [32mOK [0m[32m 0.01[0m
test_swift_store_location [32mOK [0m[32m 0.01[0m
TestChunkReader
test_read_all_data [32mOK [0m[32m 0.01[0m
TestCreatingLocations
test_multi_tenant_location [32mOK [0m[32m 0.01[0m
test_multi_tenant_location_custom_service_type [32mOK [0m[32m 0.01[0m
test_multi_tenant_location_http [32mOK [0m[32m 0.01[0m
test_multi_tenant_location_with_region [32mOK [0m[32m 0.01[0m
test_single_tenant_location [32mOK [0m[32m 0.01[0m
test_single_tenant_location_http [32mOK [0m[32m 0.01[0m
TestMultiTenantStoreConnections
test_basic_connection [32mOK [0m[32m 0.01[0m
test_connection_with_snet [32mOK [0m[32m 0.01[0m
TestSingleTenantStoreConnections
test_basic_connection [32mOK [0m[32m 0.01[0m
test_connection_invalid_user [32mOK [0m[32m 0.01[0m
test_connection_missing_user [32mOK [0m[32m 0.01[0m
test_connection_with_auth_v1 [32mOK [0m[32m 0.01[0m
test_connection_with_endpoint_type [32mOK [0m[32m 0.01[0m
test_connection_with_no_trailing_slash [32mOK [0m[32m 0.01[0m
test_connection_with_region [32mOK [0m[32m 0.01[0m
test_connection_with_service_type [32mOK [0m[32m 0.01[0m
test_connection_with_snet [32mOK [0m[32m 0.01[0m
TestStoreAuthV1
test_add [32mOK [0m[32m 0.00[0m
test_add_already_existing [32mOK [0m[32m 0.01[0m
test_add_auth_url_variations [32mOK [0m[32m 0.01[0m
test_add_large_object [32mOK [0m[32m 0.01[0m
test_add_large_object_zero_size [32mOK [0m[32m 0.01[0m
test_add_no_container_and_create [32mOK [0m[32m 0.01[0m
test_add_no_container_no_create [32mOK [0m[32m 0.00[0m
test_delete [32mOK [0m[32m 0.00[0m
test_delete_non_existing [32mOK [0m[32m 0.00[0m
test_get [32mOK [0m[32m 0.00[0m
test_get_non_existing [32mOK [0m[32m 0.00[0m
test_get_size [32mOK [0m[32m 0.00[0m
test_get_size_with_multi_tenant_on [32mOK [0m[32m 0.00[0m
test_get_with_http_auth [32mOK [0m[32m 0.00[0m
test_no_auth_address [32mOK [0m[32m 0.00[0m
test_no_key [32mOK [0m[32m 0.00[0m
test_no_user [32mOK [0m[32m 0.00[0m
test_read_acl_public [32mOK [0m[32m 0.00[0m
test_read_acl_tenants [32mOK [0m[32m 0.01[0m
test_read_write_public [32mOK [0m[32m 0.00[0m
TestStoreAuthV2
test_add [32mOK [0m[32m 0.00[0m
test_add_already_existing [32mOK [0m[32m 0.01[0m
test_add_auth_url_variations [32mOK [0m[32m 0.01[0m
test_add_large_object [32mOK [0m[32m 0.01[0m
test_add_large_object_zero_size [32mOK [0m[32m 0.01[0m
test_add_no_container_and_create [32mOK [0m[32m 0.01[0m
test_add_no_container_no_create [32mOK [0m[32m 0.00[0m
test_delete [32mOK [0m[32m 0.00[0m
test_delete_non_existing [32mOK [0m[32m 0.00[0m
test_get [32mOK [0m[32m 0.00[0m
test_get_non_existing [32mOK [0m[32m 0.00[0m
test_get_size [32mOK [0m[32m 0.00[0m
test_get_size_with_multi_tenant_on [32mOK [0m[32m 0.00[0m
test_get_with_http_auth [32mOK [0m[32m 0.00[0m
test_no_auth_address [32mOK [0m[32m 0.00[0m
test_no_key [32mOK [0m[32m 0.00[0m
test_no_user [32mOK [0m[32m 0.00[0m
test_read_acl_public [32mOK [0m[32m 0.00[0m
test_read_acl_tenants [32mOK [0m[32m 0.00[0m
test_read_write_public [32mOK [0m[32m 0.00[0m
test_v2_multi_tenant_location [32mOK [0m[32m 0.00[0m
test_v2_with_no_tenant [32mOK [0m[32m 0.01[0m
TestUtils
test_cooperative_reader [32mOK [0m[33m 0.04[0m
test_cooperative_reader_of_iterator [32mOK [0m[32m 0.00[0m
test_limiting_reader [32mOK [0m[32m 0.01[0m
test_limiting_reader_fails [32mOK [0m[32m 0.01[0m
VersionNegotiationTest
test_request_accept_v1 [32mOK [0m[32m 0.01[0m
test_request_url_v1 [32mOK [0m[32m 0.01[0m
test_request_url_v1_0 [32mOK [0m[32m 0.01[0m
test_request_url_v1_1 [32mOK [0m[32m 0.01[0m
test_request_url_v2 [32mOK [0m[32m 0.01[0m
test_request_url_v2_0 [32mOK [0m[32m 0.01[0m
test_request_url_v2_1 [32mOK [0m[32m 0.01[0m
test_request_url_v2_2_unsupported [32mOK [0m[32m 0.01[0m
test_request_url_v3_unsupported [32mOK [0m[32m 0.01[0m
VersionsTest
test_get_version_list [32mOK [0m[32m 0.01[0m
JSONRequestDeserializerTest
test_default_no_body [32mOK [0m[32m 0.00[0m
test_default_with_body [32mOK [0m[32m 0.00[0m
test_from_json [32mOK [0m[32m 0.00[0m
test_from_json_malformed [32mOK [0m[32m 0.00[0m
test_has_body_has_content_length [32mOK [0m[32m 0.00[0m
test_has_body_no_content_length [32mOK [0m[32m 0.00[0m
test_has_body_zero_content_length [32mOK [0m[32m 0.00[0m
test_no_body_no_content_length [32mOK [0m[32m 0.00[0m
JSONResponseSerializerTest
test_default [32mOK [0m[32m 0.00[0m
test_to_json [32mOK [0m[32m 0.00[0m
RequestTest
test_content_type_accept_default [32mOK [0m[32m 0.00[0m
test_content_type_from_accept_json [32mOK [0m[32m 0.00[0m
test_content_type_from_accept_json_xml_quality [32mOK [0m[32m 0.00[0m
test_content_type_from_accept_xml [32mOK [0m[32m 0.00[0m
test_content_type_from_accept_xml_json [32mOK [0m[32m 0.00[0m
test_content_type_missing [32mOK [0m[32m 0.00[0m
test_content_type_unsupported [32mOK [0m[32m 0.00[0m
test_content_type_with_charset [32mOK [0m[32m 0.00[0m
ResourceTest
test_dispatch [32mOK [0m[32m 0.00[0m
test_dispatch_default [32mOK [0m[32m 0.00[0m
test_dispatch_no_default [32mOK [0m[32m 0.00[0m
test_get_action_args [32mOK [0m[32m 0.00[0m
TestHelpers
test_data_passed_properly_through_headers [32mOK [0m[32m 0.00[0m
test_headers_are_unicode [32mOK [0m[32m 0.00[0m
TestMonkeyPatch
test_time_is_monkey_patched [32mOK [0m[32m 0.00[0m
======================================================================
FAIL: glance.tests.functional.test_bin_glance_control.TestGlanceControl.test_bouncing
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly/w…",> line 121, in wrapped
func(*a, **kwargs)
File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly/w…",> line 192, in test_bouncing
self.assertTrue(launch_msg is None, launch_msg)
AssertionError: Unexpected server launch status
----------------------------------------------------------------------
XML: nosetests.xml
Slowest 5 tests took 91.39 secs:
[31m 26.38 TestScrubber.test_scrubber_app[0m
[31m 20.83 TestScrubber.test_delayed_delete[0m
[31m 14.88 TestGlanceControl.test_reload[0m
[31m 14.74 TestRootApi.test_version_configurations[0m
[31m 14.57 TestGlanceControl.test_respawn[0m
----------------------------------------------------------------------
Ran 1102 tests in 612.720s
FAILED (SKIP=38, failures=1)
ERROR: InvocationError: '<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly/w…'>
___________________________________ summary ____________________________________
ERROR: py26: commands failed
+ result=1
+ echo 'Begin pip freeze output from test virtualenv:'
Begin pip freeze output from test virtualenv:
+ echo ======================================================================
======================================================================
+ .tox/py26/bin/pip freeze
Babel==0.9.6
Jinja2==2.6
MySQL-python==1.2.4
Paste==1.7.5.1
PasteDeploy==1.5.0
Pygments==1.6
Routes==1.13
SQLAlchemy==0.7.9
Sphinx==1.2b1
Tempita==0.5.1
WebOb==1.2.3
amqp==1.0.11
anyjson==0.3.3
argparse==1.2.1
boto==2.9.3
colorama==0.2.5
coverage==3.6
decorator==3.4.0
distribute==0.6.34
docutils==0.10
eventlet==0.12.1
extras==0.0.3
fixtures==0.3.12
glance==jenkins.periodic.glance.python26.stable.grizzly.39
greenlet==0.4.0
httplib2==0.8
importlib==1.0.2
iso8601==0.1.4
jsonschema==1.3.0
kombu==2.5.10
lxml==3.2.1
mox==0.5.3
nose==1.3.0
nose-exclude==0.1.9
nosehtmloutput==0.0.4
openstack.nose-plugin==0.11
ordereddict==1.1
oslo.config==1.1.0
passlib==1.6.1
pep8==1.3.3
prettytable==0.7.2
psycopg2==2.5
pycrypto==2.6
pysendfile==2.0.0
python-keystoneclient==0.2.3
python-mimeparse==0.1.4
python-swiftclient==1.4.0
repoze.lru==0.6
requests==1.2.0
simplejson==3.3.0
sqlalchemy-migrate==0.7.2
termcolor==1.1.0
testtools==0.9.31
wsgiref==0.1.2
xattr==0.6.4
+ 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=./nose_results.html
+ '[' -f ./nose_results.html ']'
++ grep -c 'tr class=.passClass' ./nose_results.html
+ passcount=127
+ '[' 127 -eq 0 ']'
+ exit 1
+ rm -rf /tmp/tmp.sSHuYoYE0O
Build step 'Execute shell' marked build as failure
[SCP] Connecting to static.openstack.org
[SCP] Trying to create /srv/static/logs/periodic/periodic-glance-python26-stable-grizzly/39
[SCP] uploading file: '/srv/static/logs/periodic/periodic-glance-python26-stable-grizzly/39/nose_results.html'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.
1
1
Build failed in Jenkins: periodic-glance-python26-stable-folsom #228
by OpenStack Jenkins 18 May '13
by OpenStack Jenkins 18 May '13
18 May '13
See <https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/22…>
------------------------------------------
[...truncated 941 lines...]
test_policy_file_default_not_found [32mOK [0m[32m 0.01[0m
test_policy_file_specified_but_not_found [32mOK [0m[32m 0.01[0m
TestStore
test_add [32mOK [0m[32m 0.02[0m
test_add_already_existing [32mOK [0m[32m 0.01[0m
test_add_host_variations [32mOK [0m[33m 0.03[0m
test_calling_format_default [32mOK [0m[32m 0.01[0m
test_calling_format_path [32mOK [0m[32m 0.01[0m
test_calling_format_subdomain [32mOK [0m[32m 0.01[0m
test_delete [32mOK [0m[32m 0.01[0m
test_delete_non_existing [32mOK [0m[32m 0.02[0m
test_get [32mOK [0m[32m 0.01[0m
test_get_calling_format_default [32mOK [0m[32m 0.01[0m
test_get_calling_format_path [32mOK [0m[32m 0.01[0m
test_get_non_existing [32mOK [0m[32m 0.01[0m
test_get_s3_bad_location [32mOK [0m[32m 0.01[0m
test_get_s3_good_location [32mOK [0m[32m 0.01[0m
test_no_access_key [32mOK [0m[32m 0.01[0m
test_no_host [32mOK [0m[32m 0.01[0m
test_no_secret_key [32mOK [0m[32m 0.01[0m
TestBasicSchema
test_filter_strips_extra_properties [32mOK [0m[32m 0.01[0m
test_merge_conflicting_but_identical_properties [32mOK [0m[32m 0.01[0m
test_merge_conflicting_properties [32mOK [0m[32m 0.01[0m
test_merge_properties [32mOK [0m[32m 0.01[0m
test_raw_json_schema [32mOK [0m[32m 0.01[0m
test_validate_fails_on_bad_type [32mOK [0m[32m 0.01[0m
test_validate_fails_on_extra_properties [32mOK [0m[32m 0.01[0m
test_validate_passes [32mOK [0m[32m 0.01[0m
TestBasicSchemaLinks
test_raw_json_schema [32mOK [0m[32m 0.01[0m
TestCollectionSchema
test_raw_json_schema [32mOK [0m[32m 0.01[0m
TestPermissiveSchema
test_filter_passes_extra_properties [32mOK [0m[32m 0.01[0m
test_raw_json_schema [32mOK [0m[32m 0.01[0m
test_validate_rejects_non_string_extra_properties [32mOK [0m[32m 0.01[0m
test_validate_with_additional_properties_allowed [32mOK [0m[32m 0.01[0m
TestSkipExamples
test_001_increase_test_counter [32mOK [0m[32m 0.01[0m
test_002_increase_test_counter [32mOK [0m[32m 0.01[0m
test_003_verify_test_counter [32mOK [0m[32m 0.01[0m
test_skip_if_example [34mSKIP[0m
test_skip_test_example [34mSKIP[0m
test_skip_unless_example [34mSKIP[0m
TestStoreLocation
test_bad_store_scheme [32mOK [0m[32m 0.01[0m
test_filesystem_store_location [32mOK [0m[32m 0.01[0m
test_get_location_from_uri_back_to_uri [32mOK [0m[32m 0.02[0m
test_get_store_from_scheme [32mOK [0m[32m 0.02[0m
test_http_store_location [32mOK [0m[32m 0.01[0m
test_rbd_store_location [32mOK [0m[32m 0.02[0m
test_s3_store_location [32mOK [0m[32m 0.01[0m
test_swift_store_location [32mOK [0m[32m 0.01[0m
TestChunkReader
test_read_all_data [32mOK [0m[32m 0.01[0m
TestStoreAuthV1
test_add [32mOK [0m[32m 0.01[0m
test_add_already_existing [32mOK [0m[32m 0.01[0m
test_add_auth_url_variations [32mOK [0m[32m 0.02[0m
test_add_large_object [32mOK [0m[32m 0.01[0m
test_add_large_object_zero_size [32mOK [0m[32m 0.01[0m
test_add_no_container_and_create [32mOK [0m[32m 0.01[0m
test_add_no_container_no_create [32mOK [0m[32m 0.01[0m
test_delete [32mOK [0m[32m 0.01[0m
test_delete_non_existing [32mOK [0m[32m 0.01[0m
test_get [32mOK [0m[32m 0.01[0m
test_get_non_existing [32mOK [0m[32m 0.01[0m
test_get_size [32mOK [0m[32m 0.01[0m
test_get_with_http_auth [32mOK [0m[32m 0.01[0m
test_no_auth_address [32mOK [0m[32m 0.01[0m
test_no_key [32mOK [0m[32m 0.01[0m
test_no_user [32mOK [0m[32m 0.01[0m
test_read_acl_public [32mOK [0m[32m 0.01[0m
test_read_acl_tenants [32mOK [0m[32m 0.01[0m
test_read_write_public [32mOK [0m[32m 0.01[0m
TestStoreAuthV2
test_add [32mOK [0m[32m 0.01[0m
test_add_already_existing [32mOK [0m[32m 0.01[0m
test_add_auth_url_variations [32mOK [0m[32m 0.02[0m
test_add_large_object [32mOK [0m[32m 0.01[0m
test_add_large_object_zero_size [32mOK [0m[32m 0.01[0m
test_add_no_container_and_create [32mOK [0m[32m 0.01[0m
test_add_no_container_no_create [32mOK [0m[32m 0.01[0m
test_delete [32mOK [0m[32m 0.01[0m
test_delete_non_existing [32mOK [0m[32m 0.01[0m
test_get [32mOK [0m[32m 0.01[0m
test_get_non_existing [32mOK [0m[32m 0.01[0m
test_get_size [32mOK [0m[32m 0.01[0m
test_get_with_http_auth [32mOK [0m[32m 0.01[0m
test_no_auth_address [32mOK [0m[32m 0.01[0m
test_no_key [32mOK [0m[32m 0.01[0m
test_no_user [32mOK [0m[32m 0.01[0m
test_read_acl_public [32mOK [0m[32m 0.01[0m
test_read_acl_tenants [32mOK [0m[32m 0.01[0m
test_read_write_public [32mOK [0m[32m 0.01[0m
test_v2_multi_tenant_location [32mOK [0m[32m 0.01[0m
test_v2_with_no_tenant [32mOK [0m[32m 0.01[0m
TestUtils
test_cooperative_reader [32mOK [0m[33m 0.05[0m
test_cooperative_reader_of_iterator [32mOK [0m[32m 0.01[0m
test_generate_uuid_format [32mOK [0m[32m 0.01[0m
test_generate_uuid_unique [32mOK [0m[32m 0.01[0m
test_is_uuid_like_fails [32mOK [0m[32m 0.01[0m
test_is_uuid_like_success [32mOK [0m[31m 0.19[0m
test_limiting_reader [32mOK [0m[32m 0.01[0m
test_limiting_reader_fails [32mOK [0m[32m 0.01[0m
VersionNegotiationTest
test_request_accept_v1 [32mOK [0m[32m 0.01[0m
test_request_url_v1 [32mOK [0m[32m 0.01[0m
test_request_url_v1_0 [32mOK [0m[32m 0.01[0m
test_request_url_v1_1 [32mOK [0m[32m 0.01[0m
test_request_url_v2 [32mOK [0m[32m 0.01[0m
test_request_url_v2_0 [32mOK [0m[32m 0.02[0m
test_request_url_v2_1_unsupported [32mOK [0m[32m 0.01[0m
test_request_url_v3_unsupported [32mOK [0m[32m 0.01[0m
VersionsTest
test_get_version_list [32mOK [0m[32m 0.01[0m
JSONRequestDeserializerTest
test_default_no_body [32mOK [0m[32m 0.01[0m
test_default_with_body [32mOK [0m[32m 0.01[0m
test_from_json [32mOK [0m[32m 0.01[0m
test_from_json_malformed [32mOK [0m[32m 0.01[0m
test_has_body_has_content_length [32mOK [0m[32m 0.01[0m
test_has_body_no_content_length [32mOK [0m[32m 0.01[0m
test_has_body_zero_content_length [32mOK [0m[32m 0.01[0m
test_no_body_no_content_length [32mOK [0m[32m 0.01[0m
JSONResponseSerializerTest
test_default [32mOK [0m[32m 0.01[0m
test_to_json [32mOK [0m[32m 0.01[0m
RequestTest
test_content_type_accept_default [32mOK [0m[32m 0.01[0m
test_content_type_from_accept_json [32mOK [0m[32m 0.01[0m
test_content_type_from_accept_json_xml_quality [32mOK [0m[32m 0.01[0m
test_content_type_from_accept_xml [32mOK [0m[32m 0.01[0m
test_content_type_from_accept_xml_json [32mOK [0m[32m 0.01[0m
test_content_type_missing [32mOK [0m[32m 0.01[0m
test_content_type_unsupported [32mOK [0m[32m 0.01[0m
test_content_type_with_charset [32mOK [0m[32m 0.01[0m
ResourceTest
test_dispatch [32mOK [0m[32m 0.01[0m
test_dispatch_default [32mOK [0m[32m 0.01[0m
test_dispatch_no_default [32mOK [0m[32m 0.01[0m
test_get_action_args [32mOK [0m[32m 0.01[0m
TestHelpers
test_data_passed_properly_through_headers [32mOK [0m[32m 0.01[0m
test_headers_are_unicode [32mOK [0m[32m 0.01[0m
======================================================================
FAIL: Ensure an interrupt signal does not cause a respawn storm.
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/ws…",> line 71, in test_interrupt_avoids_respawn_storm
self.assertTrue(child in children)
AssertionError:
"""Fail the test unless the expression is true."""
>> if not False: raise self.failureException, None
----------------------------------------------------------------------
XML: nosetests.xml
Slowest 5 tests took 73.34 secs:
[31m 17.17 TestGlanceControl.test_bouncing[0m
[31m 14.65 TestScrubber.test_delayed_delete[0m
[31m 14.13 TestGlanceControl.test_reload[0m
[31m 13.94 TestGlanceControl.test_respawn[0m
[31m 13.45 TestBinGlanceCacheManage.test_queue[0m
----------------------------------------------------------------------
Ran 926 tests in 571.947s
FAILED (SKIP=89, failures=1)
ERROR: InvocationError: '<https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/ws…'>
___________________________________ summary ____________________________________
ERROR: py26: commands failed
+ result=1
+ echo 'Begin pip freeze output from test virtualenv:'
Begin pip freeze output from test virtualenv:
+ echo ======================================================================
======================================================================
+ .tox/py26/bin/pip freeze
Babel==0.9.6
Jinja2==2.6
Paste==1.7.5.1
PasteDeploy==1.5.0
Pygments==1.6
Routes==1.13
SQLAlchemy==0.7.9
Sphinx==1.2b1
Tempita==0.5.1
WebOb==1.0.8
amqp==1.0.11
anyjson==0.3.3
argparse==1.2.1
boto==2.1.1
colorama==0.2.5
coverage==3.6
decorator==3.4.0
distribute==0.6.34
docutils==0.10
eventlet==0.12.1
glance==jenkins-periodic-glance-python26-stable-folsom-228
greenlet==0.4.0
httplib2==0.8
importlib==1.0.2
iso8601==0.1.4
jsonschema==1.3.0
kombu==2.5.10
lxml==3.2.1
mox==0.5.3
nose==1.3.0
nose-exclude==0.1.9
nosehtmloutput==0.0.4
openstack.nose-plugin==0.11
ordereddict==1.1
passlib==1.6.1
pep8==1.1
pycrypto==2.6
pysendfile==2.0.0
python-swiftclient==1.4.0
repoze.lru==0.6
requests==1.2.0
simplejson==3.3.0
sqlalchemy-migrate==0.7.2
termcolor==1.1.0
wsgiref==0.1.2
xattr==0.6.4
+ 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=./nose_results.html
+ '[' -f ./nose_results.html ']'
++ grep -c 'tr class=.passClass' ./nose_results.html
+ passcount=94
+ '[' 94 -eq 0 ']'
+ exit 1
+ rm -rf /tmp/tmp.DOMRiZTeAH
Build step 'Execute shell' marked build as failure
[SCP] Connecting to static.openstack.org
[SCP] Trying to create /srv/static/logs/periodic/periodic-glance-python26-stable-folsom/228
[SCP] uploading file: '/srv/static/logs/periodic/periodic-glance-python26-stable-folsom/228/nose_results.html'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.
1
1
Hey All-
Leading up to the freeze of 2013.1.1 I threw together a little script to
help track what bugs have been tagged for backport vs what has been
proposed and merged, to both master and stable branches. The idea is
that once both master + stable columns are green (patch merged to master
AND backport merged to stable), the bug can be targeted to the milestone
and the tag removed (thus removing it from the tracker). It's a bit
rough ATM and not without bugs (eg, abandoned proposals still stick
around as cruft), but it proved to be super helpful last time and I'll
be giving it some TLC as we get closer to 2013.1.2:
For the time being you can find it @
http://no-carrier.net/~adam/stable/backport_tags/
Source @ git://github.com/gandelman-a/openstack-stable-tools.git if
anyone is interested in helping improve.
Adam
2
1
Build failed in Jenkins: periodic-glance-python26-stable-folsom #225
by OpenStack Jenkins 16 May '13
by OpenStack Jenkins 16 May '13
16 May '13
See <https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/22…>
------------------------------------------
[...truncated 941 lines...]
test_policy_file_default_not_found [32mOK [0m[32m 0.01[0m
test_policy_file_specified_but_not_found [32mOK [0m[32m 0.01[0m
TestStore
test_add [32mOK [0m[32m 0.02[0m
test_add_already_existing [32mOK [0m[32m 0.01[0m
test_add_host_variations [32mOK [0m[33m 0.03[0m
test_calling_format_default [32mOK [0m[32m 0.01[0m
test_calling_format_path [32mOK [0m[32m 0.01[0m
test_calling_format_subdomain [32mOK [0m[32m 0.01[0m
test_delete [32mOK [0m[32m 0.01[0m
test_delete_non_existing [32mOK [0m[32m 0.02[0m
test_get [32mOK [0m[32m 0.01[0m
test_get_calling_format_default [32mOK [0m[32m 0.01[0m
test_get_calling_format_path [32mOK [0m[32m 0.01[0m
test_get_non_existing [32mOK [0m[32m 0.01[0m
test_get_s3_bad_location [32mOK [0m[32m 0.01[0m
test_get_s3_good_location [32mOK [0m[32m 0.01[0m
test_no_access_key [32mOK [0m[32m 0.01[0m
test_no_host [32mOK [0m[32m 0.01[0m
test_no_secret_key [32mOK [0m[32m 0.01[0m
TestBasicSchema
test_filter_strips_extra_properties [32mOK [0m[32m 0.01[0m
test_merge_conflicting_but_identical_properties [32mOK [0m[32m 0.01[0m
test_merge_conflicting_properties [32mOK [0m[32m 0.01[0m
test_merge_properties [32mOK [0m[32m 0.01[0m
test_raw_json_schema [32mOK [0m[32m 0.01[0m
test_validate_fails_on_bad_type [32mOK [0m[32m 0.01[0m
test_validate_fails_on_extra_properties [32mOK [0m[32m 0.01[0m
test_validate_passes [32mOK [0m[32m 0.01[0m
TestBasicSchemaLinks
test_raw_json_schema [32mOK [0m[32m 0.01[0m
TestCollectionSchema
test_raw_json_schema [32mOK [0m[32m 0.01[0m
TestPermissiveSchema
test_filter_passes_extra_properties [32mOK [0m[32m 0.01[0m
test_raw_json_schema [32mOK [0m[32m 0.01[0m
test_validate_rejects_non_string_extra_properties [32mOK [0m[32m 0.01[0m
test_validate_with_additional_properties_allowed [32mOK [0m[32m 0.01[0m
TestSkipExamples
test_001_increase_test_counter [32mOK [0m[32m 0.01[0m
test_002_increase_test_counter [32mOK [0m[32m 0.01[0m
test_003_verify_test_counter [32mOK [0m[32m 0.01[0m
test_skip_if_example [34mSKIP[0m
test_skip_test_example [34mSKIP[0m
test_skip_unless_example [34mSKIP[0m
TestStoreLocation
test_bad_store_scheme [32mOK [0m[32m 0.01[0m
test_filesystem_store_location [32mOK [0m[32m 0.01[0m
test_get_location_from_uri_back_to_uri [32mOK [0m[32m 0.02[0m
test_get_store_from_scheme [32mOK [0m[32m 0.02[0m
test_http_store_location [32mOK [0m[32m 0.01[0m
test_rbd_store_location [32mOK [0m[32m 0.02[0m
test_s3_store_location [32mOK [0m[32m 0.01[0m
test_swift_store_location [32mOK [0m[32m 0.01[0m
TestChunkReader
test_read_all_data [32mOK [0m[32m 0.01[0m
TestStoreAuthV1
test_add [32mOK [0m[32m 0.01[0m
test_add_already_existing [32mOK [0m[32m 0.01[0m
test_add_auth_url_variations [32mOK [0m[32m 0.02[0m
test_add_large_object [32mOK [0m[32m 0.01[0m
test_add_large_object_zero_size [32mOK [0m[32m 0.01[0m
test_add_no_container_and_create [32mOK [0m[32m 0.01[0m
test_add_no_container_no_create [32mOK [0m[32m 0.01[0m
test_delete [32mOK [0m[32m 0.01[0m
test_delete_non_existing [32mOK [0m[32m 0.01[0m
test_get [32mOK [0m[32m 0.01[0m
test_get_non_existing [32mOK [0m[32m 0.01[0m
test_get_size [32mOK [0m[32m 0.01[0m
test_get_with_http_auth [32mOK [0m[32m 0.01[0m
test_no_auth_address [32mOK [0m[32m 0.01[0m
test_no_key [32mOK [0m[32m 0.01[0m
test_no_user [32mOK [0m[32m 0.01[0m
test_read_acl_public [32mOK [0m[32m 0.01[0m
test_read_acl_tenants [32mOK [0m[32m 0.01[0m
test_read_write_public [32mOK [0m[32m 0.01[0m
TestStoreAuthV2
test_add [32mOK [0m[32m 0.01[0m
test_add_already_existing [32mOK [0m[32m 0.01[0m
test_add_auth_url_variations [32mOK [0m[32m 0.02[0m
test_add_large_object [32mOK [0m[32m 0.01[0m
test_add_large_object_zero_size [32mOK [0m[32m 0.01[0m
test_add_no_container_and_create [32mOK [0m[32m 0.01[0m
test_add_no_container_no_create [32mOK [0m[32m 0.01[0m
test_delete [32mOK [0m[32m 0.01[0m
test_delete_non_existing [32mOK [0m[32m 0.01[0m
test_get [32mOK [0m[32m 0.01[0m
test_get_non_existing [32mOK [0m[32m 0.01[0m
test_get_size [32mOK [0m[32m 0.01[0m
test_get_with_http_auth [32mOK [0m[32m 0.01[0m
test_no_auth_address [32mOK [0m[32m 0.01[0m
test_no_key [32mOK [0m[32m 0.01[0m
test_no_user [32mOK [0m[32m 0.01[0m
test_read_acl_public [32mOK [0m[32m 0.01[0m
test_read_acl_tenants [32mOK [0m[32m 0.01[0m
test_read_write_public [32mOK [0m[32m 0.01[0m
test_v2_multi_tenant_location [32mOK [0m[32m 0.01[0m
test_v2_with_no_tenant [32mOK [0m[32m 0.01[0m
TestUtils
test_cooperative_reader [32mOK [0m[33m 0.05[0m
test_cooperative_reader_of_iterator [32mOK [0m[32m 0.01[0m
test_generate_uuid_format [32mOK [0m[32m 0.01[0m
test_generate_uuid_unique [32mOK [0m[32m 0.01[0m
test_is_uuid_like_fails [32mOK [0m[32m 0.01[0m
test_is_uuid_like_success [32mOK [0m[31m 0.19[0m
test_limiting_reader [32mOK [0m[32m 0.01[0m
test_limiting_reader_fails [32mOK [0m[32m 0.01[0m
VersionNegotiationTest
test_request_accept_v1 [32mOK [0m[32m 0.01[0m
test_request_url_v1 [32mOK [0m[32m 0.01[0m
test_request_url_v1_0 [32mOK [0m[32m 0.01[0m
test_request_url_v1_1 [32mOK [0m[32m 0.01[0m
test_request_url_v2 [32mOK [0m[32m 0.01[0m
test_request_url_v2_0 [32mOK [0m[32m 0.01[0m
test_request_url_v2_1_unsupported [32mOK [0m[32m 0.01[0m
test_request_url_v3_unsupported [32mOK [0m[32m 0.01[0m
VersionsTest
test_get_version_list [32mOK [0m[32m 0.01[0m
JSONRequestDeserializerTest
test_default_no_body [32mOK [0m[32m 0.01[0m
test_default_with_body [32mOK [0m[32m 0.01[0m
test_from_json [32mOK [0m[32m 0.01[0m
test_from_json_malformed [32mOK [0m[32m 0.01[0m
test_has_body_has_content_length [32mOK [0m[32m 0.01[0m
test_has_body_no_content_length [32mOK [0m[32m 0.01[0m
test_has_body_zero_content_length [32mOK [0m[32m 0.01[0m
test_no_body_no_content_length [32mOK [0m[32m 0.01[0m
JSONResponseSerializerTest
test_default [32mOK [0m[32m 0.01[0m
test_to_json [32mOK [0m[32m 0.01[0m
RequestTest
test_content_type_accept_default [32mOK [0m[32m 0.01[0m
test_content_type_from_accept_json [32mOK [0m[32m 0.01[0m
test_content_type_from_accept_json_xml_quality [32mOK [0m[32m 0.01[0m
test_content_type_from_accept_xml [32mOK [0m[32m 0.01[0m
test_content_type_from_accept_xml_json [32mOK [0m[32m 0.01[0m
test_content_type_missing [32mOK [0m[32m 0.01[0m
test_content_type_unsupported [32mOK [0m[32m 0.01[0m
test_content_type_with_charset [32mOK [0m[32m 0.01[0m
ResourceTest
test_dispatch [32mOK [0m[32m 0.01[0m
test_dispatch_default [32mOK [0m[32m 0.01[0m
test_dispatch_no_default [32mOK [0m[32m 0.01[0m
test_get_action_args [32mOK [0m[32m 0.01[0m
TestHelpers
test_data_passed_properly_through_headers [32mOK [0m[32m 0.01[0m
test_headers_are_unicode [32mOK [0m[32m 0.01[0m
======================================================================
FAIL: Ensure an interrupt signal does not cause a respawn storm.
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/ws…",> line 71, in test_interrupt_avoids_respawn_storm
self.assertTrue(child in children)
AssertionError:
"""Fail the test unless the expression is true."""
>> if not False: raise self.failureException, None
----------------------------------------------------------------------
XML: nosetests.xml
Slowest 5 tests took 70.28 secs:
[31m 14.70 TestScrubber.test_delayed_delete[0m
[31m 14.18 TestGlanceControl.test_reload[0m
[31m 13.91 TestGlanceControl.test_respawn[0m
[31m 13.79 TestGlanceControl.test_bouncing[0m
[31m 13.69 TestBinGlanceCacheManage.test_queue[0m
----------------------------------------------------------------------
Ran 926 tests in 574.239s
FAILED (SKIP=89, failures=1)
ERROR: InvocationError: '<https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/ws…'>
___________________________________ summary ____________________________________
ERROR: py26: commands failed
+ result=1
+ echo 'Begin pip freeze output from test virtualenv:'
Begin pip freeze output from test virtualenv:
+ echo ======================================================================
======================================================================
+ .tox/py26/bin/pip freeze
Babel==0.9.6
Jinja2==2.6
Paste==1.7.5.1
PasteDeploy==1.5.0
Pygments==1.6
Routes==1.13
SQLAlchemy==0.7.9
Sphinx==1.2b1
Tempita==0.5.1
WebOb==1.0.8
amqp==1.0.11
anyjson==0.3.3
argparse==1.2.1
boto==2.1.1
colorama==0.2.5
coverage==3.6
decorator==3.4.0
distribute==0.6.34
docutils==0.10
eventlet==0.12.1
glance==jenkins-periodic-glance-python26-stable-folsom-225
greenlet==0.4.0
httplib2==0.8
importlib==1.0.2
iso8601==0.1.4
jsonschema==1.3.0
kombu==2.5.10
lxml==3.2.1
mox==0.5.3
nose==1.3.0
nose-exclude==0.1.9
nosehtmloutput==0.0.4
openstack.nose-plugin==0.11
ordereddict==1.1
passlib==1.6.1
pep8==1.1
pycrypto==2.6
pysendfile==2.0.0
python-swiftclient==1.4.0
repoze.lru==0.6
requests==1.2.0
simplejson==3.3.0
sqlalchemy-migrate==0.7.2
termcolor==1.1.0
wsgiref==0.1.2
xattr==0.6.4
+ 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=./nose_results.html
+ '[' -f ./nose_results.html ']'
++ grep -c 'tr class=.passClass' ./nose_results.html
+ passcount=94
+ '[' 94 -eq 0 ']'
+ exit 1
+ rm -rf /tmp/tmp.edi8qGZS0W
Build step 'Execute shell' marked build as failure
[SCP] Connecting to static.openstack.org
[SCP] Trying to create /srv/static/logs/periodic/periodic-glance-python26-stable-folsom/225
[SCP] uploading file: '/srv/static/logs/periodic/periodic-glance-python26-stable-folsom/225/nose_results.html'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.
1
2
Build failed in Jenkins: periodic-quantum-python26-stable-grizzly #34
by OpenStack Jenkins 15 May '13
by OpenStack Jenkins 15 May '13
15 May '13
See <https://jenkins.openstack.org/job/periodic-quantum-python26-stable-grizzly/…>
Changes:
[Gary Kotton] Validate that netaddr does not receive a string with whitespace
[Gary Kotton] Fix 500 raised on disassociate_floatingips when out of sync
[Gary Kotton] Change Daemon class to better match process command lines.
------------------------------------------
[...truncated 5046 lines...]
test_execute_wrapper_int_options [32mOK [0m[32m 0.00[0m
test_execute_wrapper_no_options [32mOK [0m[32m 0.00[0m
test_run_namespace [32mOK [0m[32m 0.00[0m
test_run_no_namespace [32mOK [0m[32m 0.00[0m
LoadBalancerExtensionTestCase
test_create_pool_health_monitor [32mOK [0m[31m 0.10[0m
test_delete_pool_health_monitor [32mOK [0m[31m 0.06[0m
test_health_monitor_create [32mOK [0m[31m 0.06[0m
test_health_monitor_delete [32mOK [0m[31m 0.06[0m
test_health_monitor_get [32mOK [0m[31m 0.06[0m
test_health_monitor_list [32mOK [0m[31m 0.05[0m
test_health_monitor_update [32mOK [0m[31m 0.06[0m
test_member_create [32mOK [0m[31m 0.06[0m
test_member_delete [32mOK [0m[31m 0.06[0m
test_member_get [32mOK [0m[31m 0.05[0m
test_member_list [32mOK [0m[31m 0.05[0m
test_member_update [32mOK [0m[31m 0.06[0m
test_pool_create [32mOK [0m[31m 0.06[0m
test_pool_delete [32mOK [0m[31m 2.19[0m
test_pool_get [32mOK [0m[31m 0.05[0m
test_pool_list [32mOK [0m[31m 0.05[0m
test_pool_stats [32mOK [0m[31m 0.06[0m
test_pool_update [32mOK [0m[31m 0.06[0m
test_vip_create [32mOK [0m[31m 0.06[0m
test_vip_delete [32mOK [0m[31m 0.06[0m
test_vip_get [32mOK [0m[31m 0.06[0m
test_vip_list [32mOK [0m[31m 0.05[0m
test_vip_update [32mOK [0m[31m 0.06[0m
LoadBalancerExtensionTestCaseXML
test_create_pool_health_monitor [32mOK [0m[31m 0.06[0m
test_delete_pool_health_monitor [32mOK [0m[31m 0.06[0m
test_health_monitor_create [32mOK [0m[31m 0.06[0m
test_health_monitor_delete [32mOK [0m[31m 0.06[0m
test_health_monitor_get [32mOK [0m[31m 0.06[0m
test_health_monitor_list [32mOK [0m[31m 0.06[0m
test_health_monitor_update [32mOK [0m[31m 0.07[0m
test_member_create [32mOK [0m[31m 0.06[0m
test_member_delete [32mOK [0m[31m 0.07[0m
test_member_get [32mOK [0m[31m 0.06[0m
test_member_list [32mOK [0m[31m 0.06[0m
test_member_update [32mOK [0m[31m 0.07[0m
test_pool_create [32mOK [0m[31m 0.06[0m
test_pool_delete [32mOK [0m[31m 0.07[0m
test_pool_get [32mOK [0m[31m 0.06[0m
test_pool_list [32mOK [0m[31m 0.06[0m
test_pool_stats [32mOK [0m[31m 2.29[0m
test_pool_update [32mOK [0m[31m 0.06[0m
test_vip_create [32mOK [0m[31m 0.07[0m
test_vip_delete [32mOK [0m[31m 0.06[0m
test_vip_get [32mOK [0m[31m 0.06[0m
test_vip_list [32mOK [0m[31m 0.06[0m
test_vip_update [32mOK [0m[31m 0.06[0m
TestMetadataProxyHandler
test_call [32mOK [0m[32m 0.01[0m
test_call_internal_server_error [32mOK [0m[32m 0.01[0m
test_call_no_instance_match [32mOK [0m[32m 0.01[0m
test_get_instance_id_network_id [32mOK [0m[32m 0.00[0m
test_get_instance_id_network_id_no_match [32mOK [0m[32m 0.00[0m
test_get_instance_id_router_id [32mOK [0m[32m 0.01[0m
test_get_instance_id_router_id_no_match [32mOK [0m[32m 0.00[0m
test_proxy_request_200 [32mOK [0m[32m 0.01[0m
test_proxy_request_403 [32mOK [0m[32m 0.01[0m
test_proxy_request_404 [32mOK [0m[32m 0.01[0m
test_proxy_request_409 [32mOK [0m[32m 0.00[0m
test_proxy_request_500 [32mOK [0m[32m 0.01[0m
test_proxy_request_other_code [32mOK [0m[32m 0.01[0m
test_proxy_request_post [32mOK [0m[32m 0.01[0m
test_sign_instance_id [32mOK [0m[32m 0.00[0m
TestUnixDomainHttpProtocol
test_init_empty_client [32mOK [0m[32m 0.00[0m
test_init_with_client [32mOK [0m[32m 0.00[0m
TestUnixDomainMetadataProxy
test_init_doesnot_exists [32mOK [0m[32m 0.01[0m
test_init_exists [32mOK [0m[32m 0.01[0m
test_init_exists_unlink_fails_file_still_exists [32mOK [0m[32m 0.01[0m
test_init_exists_unlink_no_file [32mOK [0m[32m 0.00[0m
test_main [32mOK [0m[32m 0.01[0m
test_run [32mOK [0m[32m 0.01[0m
TestUnixDomainWSGIServer
test_run [32mOK [0m[32m 0.01[0m
test_start [32mOK [0m[32m 0.01[0m
TestNetworkMetadataProxyHandler
test_call [32mOK [0m[32m 0.00[0m
test_call_internal_server_error [32mOK [0m[32m 0.00[0m
test_no_argument_passed_to_init [32mOK [0m[32m 0.00[0m
test_proxy_request_network_200 [32mOK [0m[32m 0.00[0m
test_proxy_request_network_404 [32mOK [0m[32m 0.00[0m
test_proxy_request_network_409 [32mOK [0m[32m 0.00[0m
test_proxy_request_network_418 [32mOK [0m[32m 0.00[0m
test_proxy_request_network_500 [32mOK [0m[32m 0.01[0m
test_proxy_request_network_exception [32mOK [0m[32m 0.00[0m
test_proxy_request_router_200 [32mOK [0m[32m 0.01[0m
TestProxyDaemon
test_init [32mOK [0m[32m 0.00[0m
test_main [32mOK [0m[32m 0.01[0m
test_main_dont_fork [32mOK [0m[32m 0.02[0m
test_run [32mOK [0m[32m 0.01[0m
TestUnixDomainHttpConnection
test_connect [32mOK [0m[32m 0.00[0m
DefaultPolicyTestCase
test_default_not_found [32mOK [0m[32m 0.01[0m
test_not_found_policy_calls_default [32mOK [0m[32m 0.01[0m
test_policy_called [32mOK [0m[32m 0.01[0m
PolicyFileTestCase
test_modified_policy_reloads [32mOK [0m[32m 0.00[0m
PolicyTestCase
test_check_bad_action_noraise [32mOK [0m[32m 0.01[0m
test_early_AND_enforcement [32mOK [0m[32m 0.01[0m
test_early_OR_enforcement [32mOK [0m[32m 0.01[0m
test_enforce_bad_action_throws [32mOK [0m[32m 0.01[0m
test_enforce_good_action [32mOK [0m[32m 0.01[0m
test_enforce_http_false [32mOK [0m[32m 0.01[0m
test_enforce_http_true [32mOK [0m[32m 0.01[0m
test_enforce_nonexistent_action_throws [32mOK [0m[32m 0.01[0m
test_ignore_case_role_check [32mOK [0m[32m 0.01[0m
test_templatized_enforcement [32mOK [0m[32m 0.01[0m
QuantumPolicyTestCase
test_enforce_adminonly_attribute_create [32mOK [0m[31m 0.07[0m
test_enforce_adminonly_attribute_nonadminctx_returns_403 [32mOK [0m[32m 0.01[0m
test_enforce_adminonly_attribute_update [32mOK [0m[32m 0.01[0m
test_enforce_parentresource_owner [32mOK [0m[32m 0.01[0m
test_enforce_regularuser_on_read [32mOK [0m[32m 0.01[0m
test_nonadmin_read_on_private_fails [32mOK [0m[32m 0.01[0m
test_nonadmin_read_on_shared_succeeds [32mOK [0m[32m 0.01[0m
test_nonadmin_write_on_private_fails [32mOK [0m[32m 0.01[0m
test_nonadmin_write_on_shared_fails [32mOK [0m[32m 0.01[0m
TestQuantumContext
testQuantumContextAdminToDict [32mOK [0m[32m 0.00[0m
testQuantumContextAdminWithoutSessionToDict [32mOK [0m[32m 0.00[0m
testQuantumContextCreate [32mOK [0m[32m 0.00[0m
testQuantumContextToDict [32mOK [0m[32m 0.00[0m
QuantumManagerTestCase
test_multiple_plugins_specified_for_service_type [32mOK [0m[32m 0.01[0m
test_service_plugin_is_loaded [32mOK [0m[33m 0.03[0m
QuotaExtensionCfgTestCase
test_delete_quotas_forbidden [32mOK [0m[31m 0.30[0m
test_quotas_default_values [32mOK [0m[31m 2.53[0m
test_show_quotas_with_admin [32mOK [0m[31m 0.30[0m
test_show_quotas_without_admin_forbidden [32mOK [0m[31m 0.30[0m
test_update_quotas_forbidden [32mOK [0m[31m 0.42[0m
QuotaExtensionCfgTestCaseXML
test_delete_quotas_forbidden [32mOK [0m[31m 0.33[0m
test_quotas_default_values [32mOK [0m[31m 0.37[0m
test_show_quotas_with_admin [32mOK [0m[31m 0.45[0m
test_show_quotas_without_admin_forbidden [32mOK [0m[31m 0.61[0m
test_update_quotas_forbidden [32mOK [0m[31m 2.60[0m
QuotaExtensionDbTestCase
test_delete_quotas_with_admin [32mOK [0m[31m 0.20[0m
test_delete_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.20[0m
test_list_quotas_with_admin [32mOK [0m[31m 0.20[0m
test_list_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.21[0m
test_quotas_default_values [32mOK [0m[31m 0.21[0m
test_quotas_get_tenant_from_empty_request_context_returns_400[32mOK [0m[31m 0.21[0m
test_quotas_get_tenant_from_request_context [32mOK [0m[31m 2.58[0m
test_quotas_limit_check [32mOK [0m[31m 0.20[0m
test_quotas_limit_check_with_invalid_quota_value [32mOK [0m[31m 0.20[0m
test_quotas_limit_check_with_over_quota [32mOK [0m[31m 0.21[0m
test_quotas_loaded_bad_returns_404 [32mOK [0m[31m 0.20[0m
test_quotas_loaded_right [32mOK [0m[31m 0.21[0m
test_show_quotas_with_admin [32mOK [0m[31m 0.24[0m
test_show_quotas_with_owner_tenant [32mOK [0m[31m 0.22[0m
test_show_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 2.69[0m
test_update_attributes [32mOK [0m[31m 0.21[0m
test_update_quotas_with_admin [32mOK [0m[31m 0.21[0m
test_update_quotas_with_non_integer_returns_400 [32mOK [0m[31m 0.20[0m
test_update_quotas_with_non_support_resource_returns_400 [32mOK [0m[31m 0.21[0m
test_update_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.21[0m
QuotaExtensionDbTestCaseXML
test_delete_quotas_with_admin [32mOK [0m[31m 0.21[0m
test_delete_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.22[0m
test_list_quotas_with_admin [32mOK [0m[31m 2.57[0m
test_list_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.20[0m
test_quotas_default_values [32mOK [0m[31m 0.20[0m
test_quotas_get_tenant_from_empty_request_context_returns_400[32mOK [0m[31m 0.20[0m
test_quotas_get_tenant_from_request_context [32mOK [0m[31m 0.21[0m
test_quotas_limit_check [32mOK [0m[31m 0.21[0m
test_quotas_limit_check_with_invalid_quota_value [32mOK [0m[31m 0.21[0m
test_quotas_limit_check_with_over_quota [32mOK [0m[31m 0.22[0m
test_quotas_loaded_bad_returns_404 [32mOK [0m[31m 2.56[0m
test_quotas_loaded_right [32mOK [0m[31m 0.20[0m
test_show_quotas_with_admin [32mOK [0m[31m 0.20[0m
test_show_quotas_with_owner_tenant [32mOK [0m[31m 0.21[0m
test_show_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.20[0m
test_update_attributes [32mOK [0m[31m 0.22[0m
test_update_quotas_with_admin [32mOK [0m[31m 0.22[0m
test_update_quotas_with_non_integer_returns_400 [32mOK [0m[31m 0.22[0m
test_update_quotas_with_non_support_resource_returns_400 [32mOK [0m[31m 2.57[0m
test_update_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.20[0m
RootwrapTestCase
test_DnsmasqFilter [32mOK [0m[32m 0.00[0m
test_DnsmasqNetnsFilter [32mOK [0m[32m 0.00[0m
test_IpFilter_netns_add [32mOK [0m[32m 0.00[0m
test_IpFilter_netns_delete [32mOK [0m[32m 0.00[0m
test_IpFilter_netns_list [32mOK [0m[32m 0.00[0m
test_IpFilter_non_netns [32mOK [0m[32m 0.00[0m
test_IpNetnsExecFilter_match [32mOK [0m[32m 0.00[0m
test_IpNetnsExecFilter_nomatch [32mOK [0m[32m 0.00[0m
test_KillFilter [32mOK [0m[31m 0.48[0m
test_KillFilter_deleted_exe [32mOK [0m[32m 0.01[0m
test_KillFilter_no_raise [32mOK [0m[32m 0.00[0m
test_ReadFileFilter [32mOK [0m[32m 0.00[0m
test_RegExpFilter_match [32mOK [0m[32m 0.00[0m
test_RegExpFilter_reject [32mOK [0m[32m 0.00[0m
test_match_filter_recurses_exec_command_filter [32mOK [0m[32m 0.00[0m
test_missing_command [32mOK [0m[32m 0.00[0m
test_skips [32mOK [0m[32m 0.00[0m
RouterServiceInsertionTestCase
test_health_monitor_create [32mOK [0m[31m 0.45[0m
test_health_monitor_delete_with_router_id [32mOK [0m[31m 0.37[0m
test_health_monitor_delete_without_router_id [32mOK [0m[31m 0.31[0m
test_health_monitor_update_with_router_id [32mOK [0m[31m 0.29[0m
test_health_monitor_update_without_router_id [32mOK [0m[31m 0.28[0m
test_pool_create [32mOK [0m[31m 0.27[0m
test_pool_delete_with_router_id [32mOK [0m[31m 0.29[0m
test_pool_delete_without_router_id [32mOK [0m[31m 0.29[0m
test_pool_update_with_router_id [32mOK [0m[31m 3.48[0m
test_pool_update_without_router_id [32mOK [0m[31m 0.26[0m
test_router_create_no_service_type_id [32mOK [0m[31m 0.22[0m
test_router_create_with_service_type_id [32mOK [0m[31m 0.22[0m
test_router_delete [32mOK [0m[31m 0.24[0m
test_router_get [32mOK [0m[31m 0.22[0m
test_router_update_with_service_type_id [32mOK [0m[31m 0.22[0m
test_router_update_without_service_type_id [32mOK [0m[31m 0.24[0m
test_vip_create [32mOK [0m[31m 0.28[0m
test_vip_delete_with_router_id [32mOK [0m[31m 0.32[0m
test_vip_delete_without_router_id [32mOK [0m[31m 0.32[0m
test_vip_update_with_router_id [32mOK [0m[31m 0.29[0m
test_vip_update_without_router_id [32mOK [0m[31m 2.84[0m
SGAgentRpcCallBackMixinTestCase
test_security_groups_member_updated [32mOK [0m[32m 0.00[0m
test_security_groups_provider_updated [32mOK [0m[32m 0.00[0m
test_security_groups_rule_updated [32mOK [0m[32m 0.00[0m
SGServerRpcCallBackMixinTestCase
test_security_group_rules_for_devices_ipv4_egress [32mOK [0m[31m 0.45[0m
test_security_group_rules_for_devices_ipv4_ingress [32mOK [0m[31m 0.45[0m
test_security_group_rules_for_devices_ipv4_source_group [32mOK [0m[31m 0.52[0m
test_security_group_rules_for_devices_ipv6_egress [32mOK [0m[31m 0.42[0m
test_security_group_rules_for_devices_ipv6_ingress [32mOK [0m[31m 0.43[0m
test_security_group_rules_for_devices_ipv6_source_group [32mOK [0m[31m 0.51[0m
SGServerRpcCallBackMixinTestCaseXML
test_security_group_rules_for_devices_ipv4_egress [32mOK [0m[31m 0.44[0m
test_security_group_rules_for_devices_ipv4_ingress Build timed out (after 30 minutes). Marking the build as failed.
++ rm -rf /tmp/tmp.SfL6wjSSnT
[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-quantum-python26-stable-grizzly/34
[SCP] Copying console log.
1
1
Build failed in Jenkins: periodic-glance-python27-stable-grizzly #34
by OpenStack Jenkins 15 May '13
by OpenStack Jenkins 15 May '13
15 May '13
See <https://jenkins.openstack.org/job/periodic-glance-python27-stable-grizzly/3…>
------------------------------------------
[...truncated 1157 lines...]
test_validate_with_additional_properties_allowed [32mOK [0m[32m 0.00[0m
TestStoreImage
test_image_delayed_delete [32mOK [0m[32m 0.00[0m
test_image_delete [32mOK [0m[32m 0.00[0m
test_image_get_data [32mOK [0m[32m 0.00[0m
test_image_set_data [32mOK [0m[32m 0.00[0m
test_image_set_data_unknown_size [32mOK [0m[32m 0.00[0m
TestStoreImageRepo
test_add_fetches_members_if_private [32mOK [0m[32m 0.00[0m
test_add_ignores_acls_if_no_locations [32mOK [0m[32m 0.00[0m
test_add_updates_acls [32mOK [0m[32m 0.00[0m
test_member_addition_updates_acls [32mOK [0m[32m 0.00[0m
test_member_removal_updates_acls [32mOK [0m[32m 0.00[0m
test_save_fetches_members_if_private [32mOK [0m[32m 0.00[0m
test_save_updates_acls [32mOK [0m[32m 0.00[0m
TestStoreLocation
test_bad_store_scheme [32mOK [0m[32m 0.01[0m
test_filesystem_store_location [32mOK [0m[32m 0.01[0m
test_get_location_from_uri_back_to_uri [32mOK [0m[32m 0.01[0m
test_get_store_from_scheme [32mOK [0m[32m 0.01[0m
test_http_store_location [32mOK [0m[32m 0.01[0m
test_rbd_store_location [32mOK [0m[32m 0.01[0m
test_s3_store_location [32mOK [0m[32m 0.01[0m
test_swift_store_location [32mOK [0m[32m 0.01[0m
TestChunkReader
test_read_all_data [32mOK [0m[32m 0.01[0m
TestCreatingLocations
test_multi_tenant_location [32mOK [0m[32m 0.01[0m
test_multi_tenant_location_custom_service_type [32mOK [0m[32m 0.01[0m
test_multi_tenant_location_http [32mOK [0m[32m 0.01[0m
test_multi_tenant_location_with_region [32mOK [0m[32m 0.01[0m
test_single_tenant_location [32mOK [0m[32m 0.01[0m
test_single_tenant_location_http [32mOK [0m[32m 0.01[0m
TestMultiTenantStoreConnections
test_basic_connection [32mOK [0m[32m 0.01[0m
test_connection_with_snet [32mOK [0m[32m 0.01[0m
TestSingleTenantStoreConnections
test_basic_connection [32mOK [0m[32m 0.01[0m
test_connection_invalid_user [32mOK [0m[32m 0.01[0m
test_connection_missing_user [32mOK [0m[32m 0.01[0m
test_connection_with_auth_v1 [32mOK [0m[32m 0.01[0m
test_connection_with_endpoint_type [32mOK [0m[32m 0.01[0m
test_connection_with_no_trailing_slash [32mOK [0m[32m 0.01[0m
test_connection_with_region [32mOK [0m[32m 0.01[0m
test_connection_with_service_type [32mOK [0m[32m 0.01[0m
test_connection_with_snet [32mOK [0m[32m 0.01[0m
TestStoreAuthV1
test_add [32mOK [0m[32m 0.01[0m
test_add_already_existing [32mOK [0m[32m 0.01[0m
test_add_auth_url_variations [32mOK [0m[32m 0.01[0m
test_add_large_object [32mOK [0m[32m 0.01[0m
test_add_large_object_zero_size [32mOK [0m[32m 0.01[0m
test_add_no_container_and_create [32mOK [0m[32m 0.01[0m
test_add_no_container_no_create [32mOK [0m[32m 0.01[0m
test_delete [32mOK [0m[32m 0.01[0m
test_delete_non_existing [32mOK [0m[32m 0.01[0m
test_get [32mOK [0m[32m 0.00[0m
test_get_non_existing [32mOK [0m[32m 0.00[0m
test_get_size [32mOK [0m[32m 0.00[0m
test_get_size_with_multi_tenant_on [32mOK [0m[32m 0.01[0m
test_get_with_http_auth [32mOK [0m[32m 0.00[0m
test_no_auth_address [32mOK [0m[32m 0.01[0m
test_no_key [32mOK [0m[32m 0.01[0m
test_no_user [32mOK [0m[32m 0.01[0m
test_read_acl_public [32mOK [0m[32m 0.01[0m
test_read_acl_tenants [32mOK [0m[32m 0.01[0m
test_read_write_public [32mOK [0m[32m 0.01[0m
TestStoreAuthV2
test_add [32mOK [0m[32m 0.01[0m
test_add_already_existing [32mOK [0m[32m 0.01[0m
test_add_auth_url_variations [32mOK [0m[32m 0.01[0m
test_add_large_object [32mOK [0m[32m 0.01[0m
test_add_large_object_zero_size [32mOK [0m[32m 0.01[0m
test_add_no_container_and_create [32mOK [0m[32m 0.01[0m
test_add_no_container_no_create [32mOK [0m[32m 0.01[0m
test_delete [32mOK [0m[32m 0.01[0m
test_delete_non_existing [32mOK [0m[32m 0.01[0m
test_get [32mOK [0m[32m 0.01[0m
test_get_non_existing [32mOK [0m[32m 0.00[0m
test_get_size [32mOK [0m[32m 0.00[0m
test_get_size_with_multi_tenant_on [32mOK [0m[32m 0.01[0m
test_get_with_http_auth [32mOK [0m[32m 0.01[0m
test_no_auth_address [32mOK [0m[32m 0.01[0m
test_no_key [32mOK [0m[32m 0.01[0m
test_no_user [32mOK [0m[32m 0.01[0m
test_read_acl_public [32mOK [0m[32m 0.01[0m
test_read_acl_tenants [32mOK [0m[32m 0.01[0m
test_read_write_public [32mOK [0m[32m 0.01[0m
test_v2_multi_tenant_location [32mOK [0m[32m 0.00[0m
test_v2_with_no_tenant [32mOK [0m[32m 0.01[0m
TestUtils
test_cooperative_reader [32mOK [0m[33m 0.04[0m
test_cooperative_reader_of_iterator [32mOK [0m[32m 0.00[0m
test_limiting_reader [32mOK [0m[32m 0.01[0m
test_limiting_reader_fails [32mOK [0m[32m 0.01[0m
VersionNegotiationTest
test_request_accept_v1 [32mOK [0m[32m 0.01[0m
test_request_url_v1 [32mOK [0m[32m 0.01[0m
test_request_url_v1_0 [32mOK [0m[32m 0.01[0m
test_request_url_v1_1 [32mOK [0m[32m 0.01[0m
test_request_url_v2 [32mOK [0m[32m 0.01[0m
test_request_url_v2_0 [32mOK [0m[32m 0.01[0m
test_request_url_v2_1 [32mOK [0m[32m 0.01[0m
test_request_url_v2_2_unsupported [32mOK [0m[32m 0.01[0m
test_request_url_v3_unsupported [32mOK [0m[32m 0.01[0m
VersionsTest
test_get_version_list [32mOK [0m[32m 0.01[0m
JSONRequestDeserializerTest
test_default_no_body [32mOK [0m[32m 0.00[0m
test_default_with_body [32mOK [0m[32m 0.01[0m
test_from_json [32mOK [0m[32m 0.00[0m
test_from_json_malformed [32mOK [0m[32m 0.00[0m
test_has_body_has_content_length [32mOK [0m[32m 0.00[0m
test_has_body_no_content_length [32mOK [0m[32m 0.00[0m
test_has_body_zero_content_length [32mOK [0m[32m 0.00[0m
test_no_body_no_content_length [32mOK [0m[32m 0.00[0m
JSONResponseSerializerTest
test_default [32mOK [0m[32m 0.00[0m
test_to_json [32mOK [0m[32m 0.00[0m
RequestTest
test_content_type_accept_default [32mOK [0m[32m 0.00[0m
test_content_type_from_accept_json [32mOK [0m[32m 0.00[0m
test_content_type_from_accept_json_xml_quality [32mOK [0m[32m 0.00[0m
test_content_type_from_accept_xml [32mOK [0m[32m 0.00[0m
test_content_type_from_accept_xml_json [32mOK [0m[32m 0.00[0m
test_content_type_missing [32mOK [0m[32m 0.00[0m
test_content_type_unsupported [32mOK [0m[32m 0.00[0m
test_content_type_with_charset [32mOK [0m[32m 0.00[0m
ResourceTest
test_dispatch [32mOK [0m[32m 0.00[0m
test_dispatch_default [32mOK [0m[32m 0.00[0m
test_dispatch_no_default [32mOK [0m[32m 0.00[0m
test_get_action_args [32mOK [0m[32m 0.00[0m
TestHelpers
test_data_passed_properly_through_headers [32mOK [0m[32m 0.00[0m
test_headers_are_unicode [32mOK [0m[32m 0.00[0m
TestMonkeyPatch
test_time_is_monkey_patched [32mOK [0m[32m 0.00[0m
======================================================================
FAIL: glance.tests.functional.v1.test_api.TestApi.test_unsupported_default_store
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-grizzly/w…",> line 121, in wrapped
func(*a, **kwargs)
File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-grizzly/w…",> line 1246, in test_unsupported_default_store
**self.__dict__.copy())
File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-grizzly/w…",> line 590, in start_server
self.assertTrue(launch_msg is None, launch_msg)
AssertionError: Unexpected server launch status
----------------------------------------------------------------------
XML: nosetests.xml
Slowest 5 tests took 87.55 secs:
[31m 25.54 TestScrubber.test_scrubber_app[0m
[31m 20.15 TestScrubber.test_delayed_delete[0m
[31m 14.40 TestGlanceControl.test_reload[0m
[31m 14.09 TestGlanceControl.test_respawn[0m
[31m 13.37 TestGlanceControl.test_bouncing[0m
----------------------------------------------------------------------
Ran 1102 tests in 537.488s
FAILED (SKIP=38, failures=1)
ERROR: InvocationError: '<https://jenkins.openstack.org/job/periodic-glance-python27-stable-grizzly/w…'>
___________________________________ summary ____________________________________
ERROR: py27: commands failed
+ result=1
+ echo 'Begin pip freeze output from test virtualenv:'
Begin pip freeze output from test virtualenv:
+ echo ======================================================================
======================================================================
+ .tox/py27/bin/pip freeze
Babel==0.9.6
Jinja2==2.6
MySQL-python==1.2.4
Paste==1.7.5.1
PasteDeploy==1.5.0
Pygments==1.6
Routes==1.13
SQLAlchemy==0.7.9
Sphinx==1.2b1
Tempita==0.5.1
WebOb==1.2.3
amqp==1.0.11
anyjson==0.3.3
argparse==1.2.1
boto==2.9.2
colorama==0.2.5
coverage==3.6
decorator==3.4.0
distribute==0.6.34
docutils==0.10
eventlet==0.12.1
extras==0.0.3
fixtures==0.3.12
glance==jenkins.periodic.glance.python27.stable.grizzly.34
greenlet==0.4.0
httplib2==0.8
iso8601==0.1.4
jsonschema==1.3.0
kombu==2.5.10
lxml==3.2.1
mox==0.5.3
nose==1.3.0
nose-exclude==0.1.9
nosehtmloutput==0.0.4
openstack.nose-plugin==0.11
oslo.config==1.1.0
passlib==1.6.1
pep8==1.3.3
prettytable==0.7.2
psycopg2==2.5
pycrypto==2.6
pysendfile==2.0.0
python-keystoneclient==0.2.3
python-mimeparse==0.1.4
python-swiftclient==1.4.0
repoze.lru==0.6
requests==1.2.0
simplejson==3.3.0
sqlalchemy-migrate==0.7.2
termcolor==1.1.0
testtools==0.9.31
wsgiref==0.1.2
xattr==0.6.4
+ 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=./nose_results.html
+ '[' -f ./nose_results.html ']'
++ grep -c 'tr class=.passClass' ./nose_results.html
+ passcount=127
+ '[' 127 -eq 0 ']'
+ exit 1
+ rm -rf /tmp/tmp.2GXJ2gRIMg
Build step 'Execute shell' marked build as failure
[SCP] Connecting to static.openstack.org
[SCP] Trying to create /srv/static/logs/periodic/periodic-glance-python27-stable-grizzly/34
[SCP] uploading file: '/srv/static/logs/periodic/periodic-glance-python27-stable-grizzly/34/nose_results.html'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.
1
1
Build failed in Jenkins: periodic-quantum-python26-stable-grizzly-centos6 #14
by OpenStack Jenkins 14 May '13
by OpenStack Jenkins 14 May '13
14 May '13
See <https://jenkins.openstack.org/job/periodic-quantum-python26-stable-grizzly-…>
Changes:
[Gary Kotton] Validate that netaddr does not receive a string with whitespace
[Gary Kotton] Fix 500 raised on disassociate_floatingips when out of sync
[Gary Kotton] Change Daemon class to better match process command lines.
------------------------------------------
[...truncated 4946 lines...]
test_get_device_name [32mOK [0m[32m 0.01[0m
test_plug_dev_exists [32mOK [0m[32m 0.00[0m
test_plug_mtu [32mOK [0m[32m 0.01[0m
test_plug_no_ns [32mOK [0m[32m 0.01[0m
test_plug_with_ns [32mOK [0m[32m 0.01[0m
test_unplug [32mOK [0m[32m 0.01[0m
test_unplug_no_device [32mOK [0m[32m 0.01[0m
TestMetaInterfaceDriver
test_get_device_plugin_tag [32mOK [0m[32m 0.01[0m
test_get_driver_by_network_id [32mOK [0m[32m 0.01[0m
test_set_device_plugin_tag [32mOK [0m[32m 0.01[0m
TestOVSInterfaceDriver
test_get_device_name [32mOK [0m[32m 0.00[0m
test_plug_alt_bridge [32mOK [0m[32m 0.01[0m
test_plug_mtu [32mOK [0m[32m 0.01[0m
test_plug_no_ns [32mOK [0m[32m 0.01[0m
test_plug_with_ns [32mOK [0m[32m 0.01[0m
test_unplug [32mOK [0m[32m 0.01[0m
TestOVSInterfaceDriverWithVeth
test_get_device_name [32mOK [0m[32m 0.00[0m
test_plug_alt_bridge [32mOK [0m[32m 0.01[0m
test_plug_mtu [32mOK [0m[32m 0.01[0m
test_plug_no_ns [32mOK [0m[32m 0.01[0m
test_plug_with_ns [32mOK [0m[32m 0.01[0m
test_plug_with_prefix [32mOK [0m[32m 0.01[0m
test_unplug [32mOK [0m[32m 0.01[0m
TestDeviceExists
test_device_does_not_exist [32mOK [0m[32m 0.00[0m
test_device_exists [32mOK [0m[32m 0.00[0m
TestIPCommandBase
test_as_root [32mOK [0m[32m 0.00[0m
test_as_root_with_options [32mOK [0m[32m 0.00[0m
test_run [32mOK [0m[32m 0.00[0m
test_run_with_options [32mOK [0m[32m 0.00[0m
TestIPDevice
test_eq_diff_name [32mOK [0m[32m 0.00[0m
test_eq_diff_namespace [32mOK [0m[32m 0.00[0m
test_eq_other_is_none [32mOK [0m[32m 0.00[0m
test_eq_same_name [32mOK [0m[32m 0.00[0m
test_eq_same_namespace [32mOK [0m[32m 0.00[0m
test_str [32mOK [0m[32m 0.00[0m
TestIPDeviceCommandBase
test_name_property [32mOK [0m[32m 0.00[0m
TestIpAddrCommand
test_add_address [32mOK [0m[32m 0.00[0m
test_add_address_scoped [32mOK [0m[32m 0.00[0m
test_del_address [32mOK [0m[32m 0.00[0m
test_flush [32mOK [0m[32m 0.00[0m
test_list [32mOK [0m[32m 0.00[0m
test_list_filtered [32mOK [0m[32m 0.00[0m
TestIpLinkCommand
test_address_property [32mOK [0m[32m 0.00[0m
test_alias_property [32mOK [0m[32m 0.01[0m
test_delete [32mOK [0m[32m 0.00[0m
test_mtu_property [32mOK [0m[32m 0.00[0m
test_qdisc_property [32mOK [0m[32m 0.00[0m
test_qlen_property [32mOK [0m[32m 0.00[0m
test_set_address [32mOK [0m[32m 0.00[0m
test_set_alias [32mOK [0m[32m 0.00[0m
test_set_down [32mOK [0m[32m 0.00[0m
test_set_mtu [32mOK [0m[32m 0.00[0m
test_set_name [32mOK [0m[32m 0.00[0m
test_set_netns [32mOK [0m[32m 0.00[0m
test_set_up [32mOK [0m[32m 0.00[0m
test_settings_property [32mOK [0m[32m 0.00[0m
test_state_property [32mOK [0m[32m 0.00[0m
TestIpNetnsCommand
test_add_namespace [32mOK [0m[32m 0.00[0m
test_delete_namespace [32mOK [0m[32m 0.00[0m
test_execute [32mOK [0m[32m 0.00[0m
test_execute_env_var_prepend [32mOK [0m[32m 0.00[0m
test_namespace_doest_not_exist [32mOK [0m[32m 0.00[0m
test_namespace_exists [32mOK [0m[32m 0.00[0m
TestIpRouteCommand
test_add_gateway [32mOK [0m[32m 0.00[0m
test_del_gateway [32mOK [0m[32m 0.00[0m
test_get_gateway [32mOK [0m[32m 0.00[0m
test_pullup_route [32mOK [0m[32m 0.00[0m
test_pullup_route_first [32mOK [0m[32m 0.00[0m
TestIpWrapper
test_add_device_to_namespace [32mOK [0m[32m 0.00[0m
test_add_device_to_namespace_is_none [32mOK [0m[32m 0.00[0m
test_add_tuntap [32mOK [0m[32m 0.00[0m
test_add_veth [32mOK [0m[32m 0.00[0m
test_add_veth_with_namespaces [32mOK [0m[32m 0.00[0m
test_ensure_namespace [32mOK [0m[32m 0.01[0m
test_ensure_namespace_existing [32mOK [0m[32m 0.01[0m
test_garbage_collect_namespace_does_not_exist [32mOK [0m[32m 0.01[0m
test_garbage_collect_namespace_existing_empty_ns [32mOK [0m[32m 0.00[0m
test_garbage_collect_namespace_existing_not_empty [32mOK [0m[32m 0.00[0m
test_get_device [32mOK [0m[32m 0.00[0m
test_get_devices [32mOK [0m[32m 0.00[0m
test_get_devices_malformed_line [32mOK [0m[32m 0.00[0m
test_get_namespaces [32mOK [0m[32m 0.00[0m
test_namespace_is_empty [32mOK [0m[32m 0.00[0m
test_namespace_is_empty_no_devices [32mOK [0m[32m 0.00[0m
TestSubProcessBase
test_as_root_namespace [32mOK [0m[32m 0.00[0m
test_as_root_no_root_helper [32mOK [0m[32m 0.00[0m
test_execute_wrapper [32mOK [0m[32m 0.00[0m
test_execute_wrapper_int_options [32mOK [0m[32m 0.00[0m
test_execute_wrapper_no_options [32mOK [0m[32m 0.00[0m
test_run_namespace [32mOK [0m[32m 0.00[0m
test_run_no_namespace [32mOK [0m[32m 0.00[0m
LoadBalancerExtensionTestCase
test_create_pool_health_monitor [32mOK [0m[31m 0.10[0m
test_delete_pool_health_monitor [32mOK [0m[31m 0.06[0m
test_health_monitor_create [32mOK [0m[31m 0.06[0m
test_health_monitor_delete [32mOK [0m[31m 0.07[0m
test_health_monitor_get [32mOK [0m[31m 2.20[0m
test_health_monitor_list [32mOK [0m[31m 0.06[0m
test_health_monitor_update [32mOK [0m[31m 0.07[0m
test_member_create [32mOK [0m[31m 0.06[0m
test_member_delete [32mOK [0m[31m 0.07[0m
test_member_get [32mOK [0m[31m 0.06[0m
test_member_list [32mOK [0m[31m 0.06[0m
test_member_update [32mOK [0m[31m 0.07[0m
test_pool_create [32mOK [0m[31m 0.06[0m
test_pool_delete [32mOK [0m[31m 0.07[0m
test_pool_get [32mOK [0m[31m 0.06[0m
test_pool_list [32mOK [0m[31m 0.06[0m
test_pool_stats [32mOK [0m[31m 0.06[0m
test_pool_update [32mOK [0m[31m 0.06[0m
test_vip_create [32mOK [0m[31m 0.06[0m
test_vip_delete [32mOK [0m[31m 0.06[0m
test_vip_get [32mOK [0m[31m 0.06[0m
test_vip_list [32mOK [0m[31m 0.06[0m
test_vip_update [32mOK [0m[31m 0.07[0m
LoadBalancerExtensionTestCaseXML
test_create_pool_health_monitor [32mOK [0m[31m 0.06[0m
test_delete_pool_health_monitor [32mOK [0m[31m 0.07[0m
test_health_monitor_create [32mOK [0m[31m 0.06[0m
test_health_monitor_delete [32mOK [0m[31m 0.06[0m
test_health_monitor_get [32mOK [0m[31m 0.06[0m
test_health_monitor_list [32mOK [0m[31m 0.06[0m
test_health_monitor_update [32mOK [0m[31m 2.32[0m
test_member_create [32mOK [0m[31m 0.06[0m
test_member_delete [32mOK [0m[31m 0.07[0m
test_member_get [32mOK [0m[31m 0.06[0m
test_member_list [32mOK [0m[31m 0.06[0m
test_member_update [32mOK [0m[31m 0.07[0m
test_pool_create [32mOK [0m[31m 0.06[0m
test_pool_delete [32mOK [0m[31m 0.07[0m
test_pool_get [32mOK [0m[31m 0.06[0m
test_pool_list [32mOK [0m[31m 0.06[0m
test_pool_stats [32mOK [0m[31m 0.06[0m
test_pool_update [32mOK [0m[31m 0.07[0m
test_vip_create [32mOK [0m[31m 0.07[0m
test_vip_delete [32mOK [0m[31m 0.07[0m
test_vip_get [32mOK [0m[31m 0.07[0m
test_vip_list [32mOK [0m[31m 0.06[0m
test_vip_update [32mOK [0m[31m 0.07[0m
TestMetadataProxyHandler
test_call [32mOK [0m[32m 0.01[0m
test_call_internal_server_error [32mOK [0m[32m 0.01[0m
test_call_no_instance_match [32mOK [0m[32m 0.01[0m
test_get_instance_id_network_id [32mOK [0m[32m 0.01[0m
test_get_instance_id_network_id_no_match [32mOK [0m[32m 0.01[0m
test_get_instance_id_router_id [32mOK [0m[32m 0.01[0m
test_get_instance_id_router_id_no_match [32mOK [0m[32m 0.01[0m
test_proxy_request_200 [32mOK [0m[32m 0.01[0m
test_proxy_request_403 [32mOK [0m[32m 0.01[0m
test_proxy_request_404 [32mOK [0m[32m 0.00[0m
test_proxy_request_409 [32mOK [0m[32m 0.01[0m
test_proxy_request_500 [32mOK [0m[32m 0.01[0m
test_proxy_request_other_code [32mOK [0m[32m 0.01[0m
test_proxy_request_post [32mOK [0m[32m 0.01[0m
test_sign_instance_id [32mOK [0m[32m 0.00[0m
TestUnixDomainHttpProtocol
test_init_empty_client [32mOK [0m[32m 0.01[0m
test_init_with_client [32mOK [0m[32m 0.01[0m
TestUnixDomainMetadataProxy
test_init_doesnot_exists [32mOK [0m[32m 0.01[0m
test_init_exists [32mOK [0m[32m 0.01[0m
test_init_exists_unlink_fails_file_still_exists [32mOK [0m[32m 0.00[0m
test_init_exists_unlink_no_file [32mOK [0m[32m 0.00[0m
test_main [32mOK [0m[32m 0.01[0m
test_run [32mOK [0m[32m 0.01[0m
TestUnixDomainWSGIServer
test_run [32mOK [0m[32m 0.01[0m
test_start [32mOK [0m[32m 0.00[0m
TestNetworkMetadataProxyHandler
test_call [32mOK [0m[32m 0.00[0m
test_call_internal_server_error [32mOK [0m[32m 0.00[0m
test_no_argument_passed_to_init [32mOK [0m[32m 0.00[0m
test_proxy_request_network_200 [32mOK [0m[32m 0.00[0m
test_proxy_request_network_404 [32mOK [0m[32m 0.00[0m
test_proxy_request_network_409 [32mOK [0m[32m 0.00[0m
test_proxy_request_network_418 [32mOK [0m[32m 0.01[0m
test_proxy_request_network_500 [32mOK [0m[32m 0.01[0m
test_proxy_request_network_exception [32mOK [0m[32m 0.01[0m
test_proxy_request_router_200 [32mOK [0m[31m 2.41[0m
TestProxyDaemon
test_init [32mOK [0m[32m 0.00[0m
test_main [32mOK [0m[32m 0.01[0m
test_main_dont_fork [32mOK [0m[32m 0.02[0m
test_run [32mOK [0m[32m 0.01[0m
TestUnixDomainHttpConnection
test_connect [32mOK [0m[32m 0.01[0m
DefaultPolicyTestCase
test_default_not_found [32mOK [0m[32m 0.01[0m
test_not_found_policy_calls_default [32mOK [0m[32m 0.01[0m
test_policy_called [32mOK [0m[32m 0.01[0m
PolicyFileTestCase
test_modified_policy_reloads [32mOK [0m[32m 0.00[0m
PolicyTestCase
test_check_bad_action_noraise [32mOK [0m[32m 0.01[0m
test_early_AND_enforcement [32mOK [0m[32m 0.01[0m
test_early_OR_enforcement [32mOK [0m[32m 0.01[0m
test_enforce_bad_action_throws [32mOK [0m[32m 0.01[0m
test_enforce_good_action [32mOK [0m[32m 0.01[0m
test_enforce_http_false [32mOK [0m[32m 0.01[0m
test_enforce_http_true [32mOK [0m[32m 0.01[0m
test_enforce_nonexistent_action_throws [32mOK [0m[32m 0.01[0m
test_ignore_case_role_check [32mOK [0m[32m 0.01[0m
test_templatized_enforcement [32mOK [0m[32m 0.01[0m
QuantumPolicyTestCase
test_enforce_adminonly_attribute_create [32mOK [0m[31m 0.07[0m
test_enforce_adminonly_attribute_nonadminctx_returns_403 [32mOK [0m[32m 0.01[0m
test_enforce_adminonly_attribute_update [32mOK [0m[32m 0.01[0m
test_enforce_parentresource_owner [32mOK [0m[32m 0.01[0m
test_enforce_regularuser_on_read [32mOK [0m[32m 0.01[0m
test_nonadmin_read_on_private_fails [32mOK [0m[32m 0.01[0m
test_nonadmin_read_on_shared_succeeds [32mOK [0m[32m 0.01[0m
test_nonadmin_write_on_private_fails [32mOK [0m[32m 0.01[0m
test_nonadmin_write_on_shared_fails [32mOK [0m[32m 0.01[0m
TestQuantumContext
testQuantumContextAdminToDict [32mOK [0m[32m 0.00[0m
testQuantumContextAdminWithoutSessionToDict [32mOK [0m[32m 0.00[0m
testQuantumContextCreate [32mOK [0m[32m 0.00[0m
testQuantumContextToDict [32mOK [0m[32m 0.00[0m
QuantumManagerTestCase
test_multiple_plugins_specified_for_service_type [32mOK [0m[32m 0.01[0m
test_service_plugin_is_loaded [32mOK [0m[33m 0.03[0m
QuotaExtensionCfgTestCase
test_delete_quotas_forbidden [32mOK [0m[31m 0.31[0m
test_quotas_default_values [32mOK [0m[31m 0.31[0m
test_show_quotas_with_admin [32mOK [0m[31m 0.31[0m
test_show_quotas_without_admin_forbidden [32mOK [0m[31m 0.31[0m
test_update_quotas_forbidden [32mOK [0m[31m 0.32[0m
QuotaExtensionCfgTestCaseXML
test_delete_quotas_forbidden Build timed out (after 30 minutes). Marking the build as failed.
++ rm -rf /tmp/tmp.8NfAilxkW9
[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-quantum-python26-stable-grizzly-centos6/14
[SCP] Copying console log.
1
0
Build failed in Jenkins: periodic-nova-python26-stable-folsom-centos6 #1
by OpenStack Jenkins 14 May '13
by OpenStack Jenkins 14 May '13
14 May '13
See <https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom-cent…>
------------------------------------------
[...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-cent…",> 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-cent…",> 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-cent…",> 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-cent…",> 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-cent…",> 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-cent…",> 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-cent…",> 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-cent…",> 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-cent…",> 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-cent…",> 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-cent…",> 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-cent…",> 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-cent…",> 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-cent…",> 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-cent…",> 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-cent…",> 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-cent…'>
___________________________________ 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.
1
13
Build failed in Jenkins: periodic-glance-python26-stable-grizzly-centos6 #12
by OpenStack Jenkins 14 May '13
by OpenStack Jenkins 14 May '13
14 May '13
See <https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly-c…>
------------------------------------------
[...truncated 1167 lines...]
test_add_updates_acls [32mOK [0m[32m 0.00[0m
test_member_addition_updates_acls [32mOK [0m[32m 0.00[0m
test_member_removal_updates_acls [32mOK [0m[32m 0.00[0m
test_save_fetches_members_if_private [32mOK [0m[32m 0.00[0m
test_save_updates_acls [32mOK [0m[32m 0.00[0m
TestStoreLocation
test_bad_store_scheme [32mOK [0m[32m 0.01[0m
test_filesystem_store_location [32mOK [0m[32m 0.01[0m
test_get_location_from_uri_back_to_uri [32mOK [0m[32m 0.01[0m
test_get_store_from_scheme [32mOK [0m[32m 0.01[0m
test_http_store_location [32mOK [0m[32m 0.01[0m
test_rbd_store_location [32mOK [0m[32m 0.01[0m
test_s3_store_location [32mOK [0m[32m 0.01[0m
test_swift_store_location [32mOK [0m[32m 0.01[0m
TestChunkReader
test_read_all_data [32mOK [0m[32m 0.01[0m
TestCreatingLocations
test_multi_tenant_location [32mOK [0m[32m 0.01[0m
test_multi_tenant_location_custom_service_type [32mOK [0m[32m 0.01[0m
test_multi_tenant_location_http [32mOK [0m[32m 0.01[0m
test_multi_tenant_location_with_region [32mOK [0m[32m 0.01[0m
test_single_tenant_location [32mOK [0m[32m 0.01[0m
test_single_tenant_location_http [32mOK [0m[32m 0.01[0m
TestMultiTenantStoreConnections
test_basic_connection [32mOK [0m[32m 0.01[0m
test_connection_with_snet [32mOK [0m[32m 0.01[0m
TestSingleTenantStoreConnections
test_basic_connection [32mOK [0m[32m 0.01[0m
test_connection_invalid_user [32mOK [0m[32m 0.01[0m
test_connection_missing_user [32mOK [0m[32m 0.01[0m
test_connection_with_auth_v1 [32mOK [0m[32m 0.01[0m
test_connection_with_endpoint_type [32mOK [0m[32m 0.01[0m
test_connection_with_no_trailing_slash [32mOK [0m[32m 0.01[0m
test_connection_with_region [32mOK [0m[32m 0.01[0m
test_connection_with_service_type [32mOK [0m[32m 0.01[0m
test_connection_with_snet [32mOK [0m[32m 0.01[0m
TestStoreAuthV1
test_add [32mOK [0m[32m 0.01[0m
test_add_already_existing [32mOK [0m[32m 0.01[0m
test_add_auth_url_variations [32mOK [0m[32m 0.02[0m
test_add_large_object [32mOK [0m[32m 0.01[0m
test_add_large_object_zero_size [32mOK [0m[32m 0.01[0m
test_add_no_container_and_create [32mOK [0m[32m 0.01[0m
test_add_no_container_no_create [32mOK [0m[32m 0.00[0m
test_delete [32mOK [0m[32m 0.00[0m
test_delete_non_existing [32mOK [0m[32m 0.00[0m
test_get [32mOK [0m[32m 0.00[0m
test_get_non_existing [32mOK [0m[32m 0.01[0m
test_get_size [32mOK [0m[32m 0.00[0m
test_get_size_with_multi_tenant_on [32mOK [0m[32m 0.01[0m
test_get_with_http_auth [32mOK [0m[32m 0.00[0m
test_no_auth_address [32mOK [0m[32m 0.01[0m
test_no_key [32mOK [0m[32m 0.01[0m
test_no_user [32mOK [0m[32m 0.01[0m
test_read_acl_public [32mOK [0m[32m 0.01[0m
test_read_acl_tenants [32mOK [0m[32m 0.01[0m
test_read_write_public [32mOK [0m[32m 0.01[0m
TestStoreAuthV2
test_add [32mOK [0m[32m 0.00[0m
test_add_already_existing [32mOK [0m[32m 0.01[0m
test_add_auth_url_variations [32mOK [0m[32m 0.02[0m
test_add_large_object [32mOK [0m[32m 0.01[0m
test_add_large_object_zero_size [32mOK [0m[32m 0.01[0m
test_add_no_container_and_create [32mOK [0m[32m 0.01[0m
test_add_no_container_no_create [32mOK [0m[32m 0.01[0m
test_delete [32mOK [0m[32m 0.00[0m
test_delete_non_existing [32mOK [0m[32m 0.00[0m
test_get [32mOK [0m[32m 0.00[0m
test_get_non_existing [32mOK [0m[32m 0.00[0m
test_get_size [32mOK [0m[32m 0.00[0m
test_get_size_with_multi_tenant_on [32mOK [0m[32m 0.01[0m
test_get_with_http_auth [32mOK [0m[32m 0.01[0m
test_no_auth_address [32mOK [0m[32m 0.01[0m
test_no_key [32mOK [0m[32m 0.01[0m
test_no_user [32mOK [0m[32m 0.01[0m
test_read_acl_public [32mOK [0m[32m 0.01[0m
test_read_acl_tenants [32mOK [0m[32m 0.01[0m
test_read_write_public [32mOK [0m[32m 0.01[0m
test_v2_multi_tenant_location [32mOK [0m[32m 0.00[0m
test_v2_with_no_tenant [32mOK [0m[32m 0.01[0m
TestUtils
test_cooperative_reader [32mOK [0m[33m 0.04[0m
test_cooperative_reader_of_iterator [32mOK [0m[32m 0.00[0m
test_limiting_reader [32mOK [0m[32m 0.01[0m
test_limiting_reader_fails [32mOK [0m[32m 0.01[0m
VersionNegotiationTest
test_request_accept_v1 [32mOK [0m[32m 0.01[0m
test_request_url_v1 [32mOK [0m[32m 0.01[0m
test_request_url_v1_0 [32mOK [0m[32m 0.01[0m
test_request_url_v1_1 [32mOK [0m[32m 0.01[0m
test_request_url_v2 [32mOK [0m[32m 0.01[0m
test_request_url_v2_0 [32mOK [0m[32m 0.01[0m
test_request_url_v2_1 [32mOK [0m[32m 0.01[0m
test_request_url_v2_2_unsupported [32mOK [0m[32m 0.01[0m
test_request_url_v3_unsupported [32mOK [0m[32m 0.01[0m
VersionsTest
test_get_version_list [32mOK [0m[32m 0.01[0m
JSONRequestDeserializerTest
test_default_no_body [32mOK [0m[32m 0.00[0m
test_default_with_body [32mOK [0m[32m 0.00[0m
test_from_json [32mOK [0m[32m 0.00[0m
test_from_json_malformed [32mOK [0m[32m 0.00[0m
test_has_body_has_content_length [32mOK [0m[32m 0.00[0m
test_has_body_no_content_length [32mOK [0m[32m 0.00[0m
test_has_body_zero_content_length [32mOK [0m[32m 0.00[0m
test_no_body_no_content_length [32mOK [0m[32m 0.00[0m
JSONResponseSerializerTest
test_default [32mOK [0m[32m 0.00[0m
test_to_json [32mOK [0m[32m 0.00[0m
RequestTest
test_content_type_accept_default [32mOK [0m[32m 0.00[0m
test_content_type_from_accept_json [32mOK [0m[32m 0.00[0m
test_content_type_from_accept_json_xml_quality [32mOK [0m[32m 0.00[0m
test_content_type_from_accept_xml [32mOK [0m[32m 0.00[0m
test_content_type_from_accept_xml_json [32mOK [0m[32m 0.00[0m
test_content_type_missing [32mOK [0m[32m 0.00[0m
test_content_type_unsupported [32mOK [0m[32m 0.00[0m
test_content_type_with_charset [32mOK [0m[32m 0.00[0m
ResourceTest
test_dispatch [32mOK [0m[32m 0.00[0m
test_dispatch_default [32mOK [0m[32m 0.00[0m
test_dispatch_no_default [32mOK [0m[32m 0.00[0m
test_get_action_args [32mOK [0m[32m 0.00[0m
TestHelpers
test_data_passed_properly_through_headers [32mOK [0m[32m 0.00[0m
test_headers_are_unicode [32mOK [0m[32m 0.00[0m
TestMonkeyPatch
test_time_is_monkey_patched [32mOK [0m[32m 0.00[0m
======================================================================
ERROR: glance.tests.functional.test_bin_glance_control.TestGlanceControl.test_reload
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly-c…",> line 121, in wrapped
func(*a, **kwargs)
File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly-c…",> line 223, in test_reload
self.get_versions()
File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly-c…",> line 39, in get_versions
response, content = http.request(path, 'GET')
File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly-c…",> line 1570, in request
(response, content) = self._request(conn, authority, uri, request_uri, method, body, headers, redirections, cachekey)
File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly-c…",> line 1317, in _request
(response, content) = self._conn_request(conn, request_uri, method, body, headers)
File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly-c…",> line 1252, in _conn_request
conn.connect()
File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly-c…",> line 913, in connect
raise socket.error, msg
error: [Errno 111] ECONNREFUSED
----------------------------------------------------------------------
XML: nosetests.xml
Slowest 5 tests took 90.78 secs:
[31m 26.41 TestScrubber.test_scrubber_app[0m
[31m 20.85 TestScrubber.test_delayed_delete[0m
[31m 14.94 TestRootApi.test_version_configurations[0m
[31m 14.59 TestGlanceControl.test_respawn[0m
[31m 14.00 TestBinGlanceCacheManage.test_queue[0m
----------------------------------------------------------------------
Ran 1102 tests in 609.631s
FAILED (SKIP=38, errors=1)
ERROR: InvocationError: '<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly-c…'>
___________________________________ summary ____________________________________
ERROR: py26: commands failed
+ result=1
+ echo 'Begin pip freeze output from test virtualenv:'
Begin pip freeze output from test virtualenv:
+ echo ======================================================================
======================================================================
+ .tox/py26/bin/pip freeze
Babel==0.9.6
Jinja2==2.6
MySQL-python==1.2.4
Paste==1.7.5.1
PasteDeploy==1.5.0
Pygments==1.6
Routes==1.13
SQLAlchemy==0.7.9
Sphinx==1.2b1
Tempita==0.5.1
WebOb==1.2.3
amqp==1.0.11
anyjson==0.3.3
argparse==1.2.1
boto==2.9.2
colorama==0.2.5
coverage==3.6
decorator==3.4.0
distribute==0.6.34
docutils==0.10
eventlet==0.12.1
extras==0.0.3
fixtures==0.3.12
glance==jenkins.periodic.glance.python26.stable.grizzly.centos6.12
greenlet==0.4.0
httplib2==0.8
importlib==1.0.2
iso8601==0.1.4
jsonschema==1.3.0
kombu==2.5.10
lxml==3.2.1
mox==0.5.3
nose==1.3.0
nose-exclude==0.1.9
nosehtmloutput==0.0.4
openstack.nose-plugin==0.11
ordereddict==1.1
oslo.config==1.1.0
passlib==1.6.1
pep8==1.3.3
prettytable==0.7.2
psycopg2==2.5
pycrypto==2.6
pysendfile==2.0.0
python-keystoneclient==0.2.3
python-mimeparse==0.1.4
python-swiftclient==1.4.0
repoze.lru==0.6
requests==1.2.0
simplejson==3.3.0
sqlalchemy-migrate==0.7.2
termcolor==1.1.0
testtools==0.9.31
wsgiref==0.1.2
xattr==0.6.4
+ 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=./nose_results.html
+ '[' -f ./nose_results.html ']'
++ grep -c 'tr class=.passClass' ./nose_results.html
+ passcount=127
+ '[' 127 -eq 0 ']'
+ exit 1
+ rm -rf /tmp/tmp.vyftjmj4Tf
Build step 'Execute shell' marked build as failure
[SCP] Connecting to static.openstack.org
[SCP] Trying to create /srv/static/logs/periodic/periodic-glance-python26-stable-grizzly-centos6/12
[SCP] uploading file: '/srv/static/logs/periodic/periodic-glance-python26-stable-grizzly-centos6/12/nose_results.html'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.
1
2
Build failed in Jenkins: periodic-quantum-python26-stable-grizzly-centos6 #11
by OpenStack Jenkins 13 May '13
by OpenStack Jenkins 13 May '13
13 May '13
See <https://jenkins.openstack.org/job/periodic-quantum-python26-stable-grizzly-…>
------------------------------------------
[...truncated 5147 lines...]
test_check_bad_action_noraise [32mOK [0m[32m 0.01[0m
test_early_AND_enforcement [32mOK [0m[32m 0.01[0m
test_early_OR_enforcement [32mOK [0m[32m 0.01[0m
test_enforce_bad_action_throws [32mOK [0m[32m 0.01[0m
test_enforce_good_action [32mOK [0m[32m 0.01[0m
test_enforce_http_false [32mOK [0m[32m 0.01[0m
test_enforce_http_true [32mOK [0m[32m 0.01[0m
test_enforce_nonexistent_action_throws [32mOK [0m[32m 0.01[0m
test_ignore_case_role_check [32mOK [0m[32m 0.01[0m
test_templatized_enforcement [32mOK [0m[32m 0.01[0m
QuantumPolicyTestCase
test_enforce_adminonly_attribute_create [32mOK [0m[31m 0.07[0m
test_enforce_adminonly_attribute_nonadminctx_returns_403 [32mOK [0m[32m 0.01[0m
test_enforce_adminonly_attribute_update [32mOK [0m[32m 0.01[0m
test_enforce_parentresource_owner [32mOK [0m[32m 0.01[0m
test_enforce_regularuser_on_read [32mOK [0m[32m 0.01[0m
test_nonadmin_read_on_private_fails [32mOK [0m[32m 0.01[0m
test_nonadmin_read_on_shared_succeeds [32mOK [0m[32m 0.01[0m
test_nonadmin_write_on_private_fails [32mOK [0m[32m 0.01[0m
test_nonadmin_write_on_shared_fails [32mOK [0m[32m 0.01[0m
TestQuantumContext
testQuantumContextAdminToDict [32mOK [0m[32m 0.00[0m
testQuantumContextAdminWithoutSessionToDict [32mOK [0m[32m 0.00[0m
testQuantumContextCreate [32mOK [0m[32m 0.01[0m
testQuantumContextToDict [32mOK [0m[32m 0.00[0m
QuantumManagerTestCase
test_multiple_plugins_specified_for_service_type [32mOK [0m[32m 0.01[0m
test_service_plugin_is_loaded [32mOK [0m[33m 0.03[0m
QuotaExtensionCfgTestCase
test_delete_quotas_forbidden [32mOK [0m[31m 0.30[0m
test_quotas_default_values [32mOK [0m[31m 2.59[0m
test_show_quotas_with_admin [32mOK [0m[31m 0.30[0m
test_show_quotas_without_admin_forbidden [32mOK [0m[31m 0.30[0m
test_update_quotas_forbidden [32mOK [0m[31m 0.31[0m
QuotaExtensionCfgTestCaseXML
test_delete_quotas_forbidden [32mOK [0m[31m 0.31[0m
test_quotas_default_values [32mOK [0m[31m 0.31[0m
test_show_quotas_with_admin [32mOK [0m[31m 0.31[0m
test_show_quotas_without_admin_forbidden [32mOK [0m[31m 2.70[0m
test_update_quotas_forbidden [32mOK [0m[31m 0.21[0m
QuotaExtensionDbTestCase
test_delete_quotas_with_admin [32mOK [0m[31m 0.21[0m
test_delete_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.21[0m
test_list_quotas_with_admin [32mOK [0m[31m 0.21[0m
test_list_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.22[0m
test_quotas_default_values [32mOK [0m[31m 0.22[0m
test_quotas_get_tenant_from_empty_request_context_returns_400[32mOK [0m[31m 0.23[0m
test_quotas_get_tenant_from_request_context [32mOK [0m[31m 2.74[0m
test_quotas_limit_check [32mOK [0m[31m 0.21[0m
test_quotas_limit_check_with_invalid_quota_value [32mOK [0m[31m 0.21[0m
test_quotas_limit_check_with_over_quota [32mOK [0m[31m 0.23[0m
test_quotas_loaded_bad_returns_404 [32mOK [0m[31m 0.22[0m
test_quotas_loaded_right [32mOK [0m[31m 0.22[0m
test_show_quotas_with_admin [32mOK [0m[31m 0.22[0m
test_show_quotas_with_owner_tenant [32mOK [0m[31m 0.23[0m
test_show_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 2.67[0m
test_update_attributes [32mOK [0m[31m 0.21[0m
test_update_quotas_with_admin [32mOK [0m[31m 0.21[0m
test_update_quotas_with_non_integer_returns_400 [32mOK [0m[31m 0.21[0m
test_update_quotas_with_non_support_resource_returns_400 [32mOK [0m[31m 0.21[0m
test_update_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.21[0m
QuotaExtensionDbTestCaseXML
test_delete_quotas_with_admin [32mOK [0m[31m 0.22[0m
test_delete_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.21[0m
test_list_quotas_with_admin [32mOK [0m[31m 2.65[0m
test_list_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.20[0m
test_quotas_default_values [32mOK [0m[31m 0.21[0m
test_quotas_get_tenant_from_empty_request_context_returns_400[32mOK [0m[31m 0.21[0m
test_quotas_get_tenant_from_request_context [32mOK [0m[31m 0.21[0m
test_quotas_limit_check [32mOK [0m[31m 0.22[0m
test_quotas_limit_check_with_invalid_quota_value [32mOK [0m[31m 0.22[0m
test_quotas_limit_check_with_over_quota [32mOK [0m[31m 0.23[0m
test_quotas_loaded_bad_returns_404 [32mOK [0m[31m 2.61[0m
test_quotas_loaded_right [32mOK [0m[31m 0.20[0m
test_show_quotas_with_admin [32mOK [0m[31m 0.21[0m
test_show_quotas_with_owner_tenant [32mOK [0m[31m 0.21[0m
test_show_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.21[0m
test_update_attributes [32mOK [0m[31m 0.23[0m
test_update_quotas_with_admin [32mOK [0m[31m 0.22[0m
test_update_quotas_with_non_integer_returns_400 [32mOK [0m[31m 0.22[0m
test_update_quotas_with_non_support_resource_returns_400 [32mOK [0m[31m 2.60[0m
test_update_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.21[0m
RootwrapTestCase
test_DnsmasqFilter [32mOK [0m[32m 0.00[0m
test_DnsmasqNetnsFilter [32mOK [0m[32m 0.00[0m
test_IpFilter_netns_add [32mOK [0m[32m 0.00[0m
test_IpFilter_netns_delete [32mOK [0m[32m 0.00[0m
test_IpFilter_netns_list [32mOK [0m[32m 0.00[0m
test_IpFilter_non_netns [32mOK [0m[32m 0.00[0m
test_IpNetnsExecFilter_match [32mOK [0m[32m 0.00[0m
test_IpNetnsExecFilter_nomatch [32mOK [0m[32m 0.00[0m
test_KillFilter [32mOK [0m[31m 0.45[0m
test_KillFilter_deleted_exe [32mOK [0m[32m 0.00[0m
test_KillFilter_no_raise [32mOK [0m[32m 0.00[0m
test_ReadFileFilter [32mOK [0m[32m 0.00[0m
test_RegExpFilter_match [32mOK [0m[32m 0.00[0m
test_RegExpFilter_reject [32mOK [0m[32m 0.00[0m
test_match_filter_recurses_exec_command_filter [32mOK [0m[32m 0.00[0m
test_missing_command [32mOK [0m[32m 0.00[0m
test_skips [32mOK [0m[32m 0.00[0m
RouterServiceInsertionTestCase
test_health_monitor_create [32mOK [0m[31m 0.45[0m
test_health_monitor_delete_with_router_id [32mOK [0m[31m 0.36[0m
test_health_monitor_delete_without_router_id [32mOK [0m[31m 0.32[0m
test_health_monitor_update_with_router_id [32mOK [0m[31m 0.29[0m
test_health_monitor_update_without_router_id [32mOK [0m[31m 0.28[0m
test_pool_create [32mOK [0m[31m 0.26[0m
test_pool_delete_with_router_id [32mOK [0m[31m 0.28[0m
test_pool_delete_without_router_id [32mOK [0m[31m 0.28[0m
test_pool_update_with_router_id [32mOK [0m[31m 3.43[0m
test_pool_update_without_router_id [32mOK [0m[31m 0.26[0m
test_router_create_no_service_type_id [32mOK [0m[31m 0.22[0m
test_router_create_with_service_type_id [32mOK [0m[31m 0.22[0m
test_router_delete [32mOK [0m[31m 0.24[0m
test_router_get [32mOK [0m[31m 0.23[0m
test_router_update_with_service_type_id [32mOK [0m[31m 0.22[0m
test_router_update_without_service_type_id [32mOK [0m[31m 0.23[0m
test_vip_create [32mOK [0m[31m 0.28[0m
test_vip_delete_with_router_id [32mOK [0m[31m 0.32[0m
test_vip_delete_without_router_id [32mOK [0m[31m 0.30[0m
test_vip_update_with_router_id [32mOK [0m[31m 0.27[0m
test_vip_update_without_router_id [32mOK [0m[31m 2.70[0m
SGAgentRpcCallBackMixinTestCase
test_security_groups_member_updated [32mOK [0m[32m 0.00[0m
test_security_groups_provider_updated [32mOK [0m[32m 0.00[0m
test_security_groups_rule_updated [32mOK [0m[32m 0.00[0m
SGServerRpcCallBackMixinTestCase
test_security_group_rules_for_devices_ipv4_egress [32mOK [0m[31m 0.44[0m
test_security_group_rules_for_devices_ipv4_ingress [32mOK [0m[31m 0.45[0m
test_security_group_rules_for_devices_ipv4_source_group [32mOK [0m[31m 0.49[0m
test_security_group_rules_for_devices_ipv6_egress [32mOK [0m[31m 0.40[0m
test_security_group_rules_for_devices_ipv6_ingress [32mOK [0m[31m 0.42[0m
test_security_group_rules_for_devices_ipv6_source_group [32mOK [0m[31m 0.49[0m
SGServerRpcCallBackMixinTestCaseXML
test_security_group_rules_for_devices_ipv4_egress [32mOK [0m[31m 0.43[0m
test_security_group_rules_for_devices_ipv4_ingress [32mOK [0m[31m 2.86[0m
test_security_group_rules_for_devices_ipv4_source_group [32mOK [0m[31m 0.55[0m
test_security_group_rules_for_devices_ipv6_egress [32mOK [0m[31m 0.45[0m
test_security_group_rules_for_devices_ipv6_ingress [32mOK [0m[31m 0.44[0m
test_security_group_rules_for_devices_ipv6_source_group [32mOK [0m[31m 0.54[0m
SecurityGroupAgentRpcApiTestCase
test_security_groups_member_not_updated [32mOK [0m[32m 0.00[0m
test_security_groups_member_updated [32mOK [0m[32m 0.00[0m
test_security_groups_rule_not_updated [32mOK [0m[32m 0.00[0m
test_security_groups_rule_updated [32mOK [0m[32m 0.00[0m
SecurityGroupAgentRpcTestCase
test_prepare_and_remove_devices_filter [32mOK [0m[32m 0.00[0m
test_refresh_firewall [32mOK [0m[32m 0.01[0m
test_security_groups_member_not_updated [32mOK [0m[32m 0.00[0m
test_security_groups_member_updated [32mOK [0m[32m 0.01[0m
test_security_groups_provider_updated [32mOK [0m[32m 0.00[0m
test_security_groups_rule_not_updated [32mOK [0m[32m 0.00[0m
test_security_groups_rule_updated [32mOK [0m[32m 0.01[0m
SecurityGroupServerRpcApiTestCase
test_security_group_rules_for_devices [32mOK [0m[32m 0.00[0m
TestSecurityGroupAgentWithIptables
test_prepare_remove_port [32mOK [0m[31m 0.05[0m
test_security_group_member_updated [32mOK [0m[31m 0.10[0m
test_security_group_rule_udpated [32mOK [0m[33m 0.04[0m
TestSecurityGroupAgentWithOVSIptables
test_prepare_remove_port [32mOK [0m[33m 0.04[0m
test_security_group_member_updated [32mOK [0m[31m 0.10[0m
test_security_group_rule_udpated [32mOK [0m[33m 0.04[0m
TestSecurityGroupExtensionControl
test_disable_security_group_extension_iptables_driver [32mOK [0m[32m 0.00[0m
test_disable_security_group_extension_noop_driver [32mOK [0m[32m 0.00[0m
test_firewall_enabled_iptables_driver [32mOK [0m[32m 0.00[0m
test_firewall_enabled_noop_driver [32mOK [0m[32m 0.00[0m
ServiceTypeExtensionTestCase
test_create_service_type_adminctx_returns_200 [32mOK [0m[31m 0.10[0m
test_create_service_type_nonadminctx_returns_403 [32mOK [0m[33m 0.03[0m
test_service_type_create [32mOK [0m[33m 0.03[0m
test_service_type_delete [32mOK [0m[33m 0.04[0m
test_service_type_get [32mOK [0m[32m 0.02[0m
test_service_type_list [32mOK [0m[32m 0.02[0m
test_service_type_update [32mOK [0m[33m 0.03[0m
test_update_service_type_adminctx_returns_200 [32mOK [0m[33m 0.03[0m
test_update_service_type_nonadminctx_returns_403 Build timed out (after 30 minutes). Marking the build as failed.
/usr/local/jenkins/slave_scripts/run-tox.sh: line 48: 31382 Terminated tox -e$venv
+ result=143
+ echo 'Begin pip freeze output from test virtualenv:'
Begin pip freeze output from test virtualenv:
+ echo ======================================================================
======================================================================
+ .tox/py26/bin/pip freeze
++ rm -rf /tmp/tmp.n3DlsWDLf7
[SCP] Connecting to static.openstack.org
Babel==0.9.6
Jinja2==2.6
Mako==0.8.0
MarkupSafe==0.15
Paste==1.7.5.1
PasteDeploy==1.5.0
Pygments==1.6
Routes==1.13
SQLAlchemy==0.7.10
Sphinx==1.2b1
WebOb==1.2.3
WebTest==1.3.3
alembic==0.5.0
amqplib==0.6.1
anyjson==0.3.3
argparse==1.2.1
cliff==1.3.3
cmd2==0.6.5.1
colorama==0.2.5
configobj==4.7.2
coverage==3.6
discover==0.4.0
distribute==0.6.34
docutils==0.10
eventlet==0.12.1
extras==0.0.3
fixtures==0.3.12
greenlet==0.4.0
httplib2==0.8
iso8601==0.1.4
kombu==1.0.4
mock==1.0.1
mox==0.5.3
netaddr==0.7.10
netifaces==0.8
nose==1.3.0
nosehtmloutput==0.0.4
nosexcover==1.0.8
openstack.nose-plugin==0.11
oslo.config==1.1.0
pep8==1.3.3
prettytable==0.7.2
pyparsing==1.5.7
python-keystoneclient==0.2.3
python-mimeparse==0.1.4
python-novaclient==2.13.0
python-quantumclient==2.2.1
python-subunit==0.0.11
pyudev==0.16.1
quantum==jenkins.periodic.quantum.python26.stable.grizzly.centos6.11
repoze.lru==0.6
requests==1.2.0
setuptools-git==1.0b1
simplejson==3.3.0
termcolor==1.1.0
testrepository==0.0.15
testtools==0.9.31
[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-quantum-python26-stable-grizzly-centos6/11
[SCP] Copying console log.
1
2
Build failed in Jenkins: periodic-tempest-devstack-vm-stable-grizzly #37
by OpenStack Jenkins 13 May '13
by OpenStack Jenkins 13 May '13
13 May '13
See <https://jenkins.openstack.org/job/periodic-tempest-devstack-vm-stable-grizz…>
------------------------------------------
[...truncated 16071 lines...]
+ FXTRACE='set -o xtrace'
+ set +o xtrace
+ ping_check private 10.1.0.2 90
+ is_service_enabled quantum
+ services=quantum
+ for service in '${services}'
+ [[ ,g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-sch,horizon,mysql,rabbit,sysstat,tempest,s-proxy,s-account,s-container,s-object,cinder,c-api,c-vol,c-sch,n-cond,n-net, =~ ,quantum, ]]
+ [[ quantum == \n\o\v\a ]]
+ [[ quantum == \c\i\n\d\e\r ]]
+ [[ quantum == \c\e\i\l\o\m\e\t\e\r ]]
+ [[ quantum == \g\l\a\n\c\e ]]
+ [[ quantum == \q\u\a\n\t\u\m ]]
+ [[ g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-sch,horizon,mysql,rabbit,sysstat,tempest,s-proxy,s-account,s-container,s-object,cinder,c-api,c-vol,c-sch,n-cond,n-net =~ q- ]]
+ [[ quantum == \s\w\i\f\t ]]
+ [[ quantum == s-* ]]
+ return 1
+ _ping_check_novanet private 10.1.0.2 90
+ local from_net=private
+ local ip=10.1.0.2
+ local boot_timeout=90
+ local expected=True
+ local check_command=
++ trueorfalse False
++ local default=False
++ local testval=
++ [[ -z '' ]]
++ echo False
++ return
+ MULTI_HOST=False
+ [[ False = \T\r\u\e ]]
+ [[ True = \T\r\u\e ]]
+ check_command='while ! ping -c1 -w1 10.1.0.2; do sleep 1; done'
+ timeout 90 sh -c 'while ! ping -c1 -w1 10.1.0.2; do sleep 1; done'
PING 10.1.0.2 (10.1.0.2) 56(84) bytes of data.
--- 10.1.0.2 ping statistics ---
2 packets transmitted, 0 received, 100% packet loss, time 999ms
PING 10.1.0.2 (10.1.0.2) 56(84) bytes of data.
--- 10.1.0.2 ping statistics ---
1 packets transmitted, 0 received, 100% packet loss, time 0ms
PING 10.1.0.2 (10.1.0.2) 56(84) bytes of data.
--- 10.1.0.2 ping statistics ---
1 packets transmitted, 0 received, 100% packet loss, time 0ms
PING 10.1.0.2 (10.1.0.2) 56(84) bytes of data.
--- 10.1.0.2 ping statistics ---
1 packets transmitted, 0 received, 100% packet loss, time 0ms
PING 10.1.0.2 (10.1.0.2) 56(84) bytes of data.
--- 10.1.0.2 ping statistics ---
1 packets transmitted, 0 received, 100% packet loss, time 0ms
PING 10.1.0.2 (10.1.0.2) 56(84) bytes of data.
>From 10.1.0.1 icmp_seq=1 Destination Host Unreachable
--- 10.1.0.2 ping statistics ---
1 packets transmitted, 0 received, +1 errors, 100% packet loss, time 0ms
PING 10.1.0.2 (10.1.0.2) 56(84) bytes of data.
--- 10.1.0.2 ping statistics ---
1 packets transmitted, 0 received, 100% packet loss, time 0ms
PING 10.1.0.2 (10.1.0.2) 56(84) bytes of data.
64 bytes from 10.1.0.2: icmp_req=1 ttl=64 time=4.88 ms
--- 10.1.0.2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 4.887/4.887/4.887/0.000 ms
++ cinder list
++ grep ex-vol-369406c1
++ get_field 2
++ read data
++ head -1
+ [[ -n '' ]]
++ date +%s
+ start_time=1368252714
+ cinder create --display_name ex-vol-369406c1 --display_description 'test volume: ex-vol-369406c1' 1
+---------------------+--------------------------------------+
| Property | Value |
+---------------------+--------------------------------------+
| attachments | [] |
| availability_zone | nova |
| bootable | false |
| created_at | 2013-05-11T06:11:55.002154 |
| display_description | test volume: ex-vol-369406c1 |
| display_name | ex-vol-369406c1 |
| id | dbf749f3-fde7-43e9-bad6-8464c463772a |
| metadata | {} |
| size | 1 |
| snapshot_id | None |
| source_volid | None |
| status | creating |
| volume_type | None |
+---------------------+--------------------------------------+
+ timeout 90 sh -c 'while ! cinder list | grep ex-vol-369406c1 | grep available; do sleep 1; done'
| dbf749f3-fde7-43e9-bad6-8464c463772a | available | ex-vol-369406c1 | 1 | None | false | |
++ date +%s
+ end_time=1368252717
+ echo 'Completed cinder create in 3 seconds'
Completed cinder create in 3 seconds
++ cinder list
++ grep ex-vol-369406c1
++ head -1
++ get_field 1
++ read data
++ '[' 1 -lt 0 ']'
++ field='$2'
++ echo '| dbf749f3-fde7-43e9-bad6-8464c463772a | available | ex-vol-369406c1 | 1 | None | false | |'
++ awk '-F[ \t]*\\|[ \t]*' '{print $2}'
++ read data
+ VOL_ID=dbf749f3-fde7-43e9-bad6-8464c463772a
+ die_if_not_set 158 VOL_ID 'Failure retrieving volume ID for ex-vol-369406c1'
+ local exitcode=0
++ set +o
++ grep xtrace
+ FXTRACE='set -o xtrace'
+ set +o xtrace
+ DEVICE=/dev/vdb
++ date +%s
+ start_time=1368252718
+ nova volume-attach d76edf84-6438-4cb7-a07e-2c8aea4ce329 dbf749f3-fde7-43e9-bad6-8464c463772a /dev/vdb
+----------+--------------------------------------+
| Property | Value |
+----------+--------------------------------------+
| device | /dev/vdb |
| serverId | d76edf84-6438-4cb7-a07e-2c8aea4ce329 |
| id | dbf749f3-fde7-43e9-bad6-8464c463772a |
| volumeId | dbf749f3-fde7-43e9-bad6-8464c463772a |
+----------+--------------------------------------+
+ timeout 90 sh -c 'while ! cinder list | grep ex-vol-369406c1 | grep in-use; do sleep 1; done'
| dbf749f3-fde7-43e9-bad6-8464c463772a | in-use | ex-vol-369406c1 | 1 | None | false | d76edf84-6438-4cb7-a07e-2c8aea4ce329 |
++ date +%s
+ end_time=1368252724
+ echo 'Completed volume-attach in 6 seconds'
Completed volume-attach in 6 seconds
++ cinder list
++ grep ex-vol-369406c1
++ head -1
++ get_field -1
++ read data
++ '[' -1 -lt 0 ']'
++ field='($(NF-1))'
++ echo '| dbf749f3-fde7-43e9-bad6-8464c463772a | in-use | ex-vol-369406c1 | 1 | None | false | d76edf84-6438-4cb7-a07e-2c8aea4ce329 |'
++ awk '-F[ \t]*\\|[ \t]*' '{print ($(NF-1))}'
++ read data
+ VOL_ATTACH=d76edf84-6438-4cb7-a07e-2c8aea4ce329
+ die_if_not_set 172 VOL_ATTACH 'Failure retrieving ex-vol-369406c1 status'
+ local exitcode=0
++ set +o
++ grep xtrace
+ FXTRACE='set -o xtrace'
+ set +o xtrace
+ [[ d76edf84-6438-4cb7-a07e-2c8aea4ce329 != d76edf84-6438-4cb7-a07e-2c8aea4ce329 ]]
++ date +%s
+ start_time=1368252725
+ nova volume-detach d76edf84-6438-4cb7-a07e-2c8aea4ce329 dbf749f3-fde7-43e9-bad6-8464c463772a
+ timeout 90 sh -c 'while ! cinder list | grep ex-vol-369406c1 | grep available; do sleep 1; done'
| dbf749f3-fde7-43e9-bad6-8464c463772a | available | ex-vol-369406c1 | 1 | None | false | |
++ date +%s
+ end_time=1368252731
+ echo 'Completed volume-detach in 6 seconds'
Completed volume-detach in 6 seconds
++ date +%s
+ start_time=1368252731
+ cinder delete dbf749f3-fde7-43e9-bad6-8464c463772a
+ timeout 90 sh -c 'while cinder list | grep ex-vol-369406c1; do sleep 1; done'
| dbf749f3-fde7-43e9-bad6-8464c463772a | deleting | ex-vol-369406c1 | 1 | None | false | |
++ date +%s
+ end_time=1368252735
+ echo 'Completed cinder delete in 4 seconds'
Completed cinder delete in 4 seconds
+ nova delete d76edf84-6438-4cb7-a07e-2c8aea4ce329
+ timeout 60 sh -c 'while nova list | grep -q d76edf84-6438-4cb7-a07e-2c8aea4ce329; do sleep 1; done'
+ nova secgroup-delete vol_secgroup
+ set +o xtrace
*********************************************************************
SUCCESS: End DevStack Exercise: /opt/stack/new/devstack/exercises/volumes.sh
*********************************************************************
=====================================================================
SKIP boot_from_volume
SKIP client-env
SKIP quantum-adv-test
PASS aggregates
PASS bundle
PASS client-args
PASS euca
PASS floating_ips
PASS horizon
PASS sec_groups
PASS swift
PASS volumes
=====================================================================
Running tempest full test suite
ERROR: unknown environment 'full'
Process leaked file descriptors. See http://wiki.jenkins-ci.org/display/JENKINS/Spawning+processes+from+build for more information
Build step 'Execute shell' marked build as failure
[SCP] Connecting to static.openstack.org
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/37
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/37/logs
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/37/logs/devstack-gate-cleanup-host.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/37/logs/devstack-gate-setup-host.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/37/logs/devstack-gate-setup-workspace-new.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/37/logs/devstacklog.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/37/logs/iptables.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/37/logs/kern_log.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/37/logs/localrc.txt.gz'
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/37/logs/mysql
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/37/logs/mysql/error.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/37/logs/mysql/mysql-slow.txt.gz'
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/37/logs/rabbitmq
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/37/logs/rabbitmq/rabbit(a)devstack-1368249709-sasl.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/37/logs/rabbitmq/rabbit(a)devstack-1368249709.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/37/logs/rabbitmq/startup_log.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/37/logs/screen-c-api.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/37/logs/screen-c-sch.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/37/logs/screen-c-vol.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/37/logs/screen-g-api.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/37/logs/screen-g-reg.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/37/logs/screen-horizon.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/37/logs/screen-key.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/37/logs/screen-n-api.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/37/logs/screen-n-cond.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/37/logs/screen-n-cpu.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/37/logs/screen-n-crt.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/37/logs/screen-n-net.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/37/logs/screen-n-obj.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/37/logs/screen-n-sch.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/37/logs/screen-s-account.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/37/logs/screen-s-container.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/37/logs/screen-s-object.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/37/logs/screen-s-proxy.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/37/logs/screen-sysstat.txt.gz'
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/37/logs/sudoers.d
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/37/logs/sudoers.d/README.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/37/logs/sudoers.d/cinder-rootwrap.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/37/logs/sudoers.d/jenkins-sudo-grep.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/37/logs/sudoers.d/nova-rootwrap.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/37/logs/sudoers.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/37/logs/syslog.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/37/logs/sysstat.dat.gz'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.
1
2
Build failed in Jenkins: periodic-quantum-python26-stable-grizzly #8
by OpenStack Jenkins 12 May '13
by OpenStack Jenkins 12 May '13
12 May '13
See <https://jenkins.openstack.org/job/periodic-quantum-python26-stable-grizzly/…>
------------------------------------------
[...truncated 4619 lines...]
test_filter_ipv4_ingress_tcp_mport_prefix [32mOK [0m[32m 0.01[0m
test_filter_ipv4_ingress_tcp_port [32mOK [0m[32m 0.01[0m
test_filter_ipv4_ingress_tcp_prefix [32mOK [0m[33m 0.03[0m
test_filter_ipv4_ingress_udp [32mOK [0m[32m 0.01[0m
test_filter_ipv4_ingress_udp_mport [32mOK [0m[32m 0.01[0m
test_filter_ipv4_ingress_udp_mport_prefix [32mOK [0m[32m 0.01[0m
test_filter_ipv4_ingress_udp_port [32mOK [0m[32m 0.01[0m
test_filter_ipv4_ingress_udp_prefix [32mOK [0m[32m 0.01[0m
test_filter_ipv6_egress [32mOK [0m[32m 0.02[0m
test_filter_ipv6_egress_icmp [32mOK [0m[32m 0.01[0m
test_filter_ipv6_egress_icmp_prefix [32mOK [0m[32m 0.02[0m
test_filter_ipv6_egress_prefix [32mOK [0m[32m 0.01[0m
test_filter_ipv6_egress_tcp [32mOK [0m[32m 0.01[0m
test_filter_ipv6_egress_tcp_mport [32mOK [0m[32m 0.01[0m
test_filter_ipv6_egress_tcp_mport_prefix [32mOK [0m[32m 0.01[0m
test_filter_ipv6_egress_tcp_port [32mOK [0m[32m 0.01[0m
test_filter_ipv6_egress_tcp_prefix [32mOK [0m[32m 0.01[0m
test_filter_ipv6_egress_udp [32mOK [0m[32m 0.01[0m
test_filter_ipv6_egress_udp_mport [32mOK [0m[32m 0.01[0m
test_filter_ipv6_egress_udp_mport_prefix [32mOK [0m[31m 0.09[0m
test_filter_ipv6_egress_udp_port [32mOK [0m[33m 0.03[0m
test_filter_ipv6_egress_udp_prefix [32mOK [0m[32m 0.01[0m
test_filter_ipv6_ingress [32mOK [0m[32m 0.01[0m
test_filter_ipv6_ingress_icmp [32mOK [0m[32m 0.01[0m
test_filter_ipv6_ingress_icmp_prefix [32mOK [0m[32m 0.02[0m
test_filter_ipv6_ingress_prefix [32mOK [0m[32m 0.01[0m
test_filter_ipv6_ingress_tcp [32mOK [0m[32m 0.02[0m
test_filter_ipv6_ingress_tcp_mport [32mOK [0m[32m 0.02[0m
test_filter_ipv6_ingress_tcp_mport_prefix [32mOK [0m[32m 0.01[0m
test_filter_ipv6_ingress_tcp_port [32mOK [0m[32m 0.01[0m
test_filter_ipv6_ingress_tcp_prefix [32mOK [0m[32m 0.02[0m
test_filter_ipv6_ingress_udp [32mOK [0m[32m 0.01[0m
test_filter_ipv6_ingress_udp_mport [32mOK [0m[32m 0.01[0m
test_filter_ipv6_ingress_udp_mport_prefix [32mOK [0m[32m 0.01[0m
test_filter_ipv6_ingress_udp_port [32mOK [0m[32m 0.01[0m
test_filter_ipv6_ingress_udp_prefix [32mOK [0m[32m 0.01[0m
test_prepare_port_filter_with_no_sg [32mOK [0m[32m 0.01[0m
test_remove_unknown_port [32mOK [0m[32m 0.01[0m
test_update_delete_port_filter [32mOK [0m[32m 0.01[0m
IptablesManagerStateFulTestCase
test_add_and_remove_chain [32mOK [0m[32m 0.01[0m
test_add_filter_rule [32mOK [0m[32m 0.00[0m
test_add_nat_rule [32mOK [0m[32m 0.00[0m
test_add_rule_to_a_nonexistent_chain [32mOK [0m[32m 0.00[0m
test_binary_name [32mOK [0m[32m 0.01[0m
test_get_chanin_name [32mOK [0m[32m 0.00[0m
test_remove_nonexistent_chain [32mOK [0m[32m 0.00[0m
test_remove_nonexistent_rule [32mOK [0m[32m 0.00[0m
IptablesManagerStateLessTestCase
test_nat_not_found [32mOK [0m[32m 0.00[0m
TestBasicRouterOperations
testAgentAddExternalGateway [32mOK [0m[32m 0.02[0m
testAgentAddFloatingIP [32mOK [0m[33m 0.05[0m
testAgentAddInternalNetwork [32mOK [0m[33m 0.04[0m
testAgentCreate [32mOK [0m[32m 0.01[0m
testAgentRemoveExternalGateway [32mOK [0m[32m 0.02[0m
testAgentRemoveFloatingIP [32mOK [0m[32m 0.02[0m
testAgentRemoveInternalNetwork [32mOK [0m[32m 0.02[0m
testAgentRoutingTableUpdated [32mOK [0m[32m 0.01[0m
testAgentRoutingTableUpdatedNoNameSpace [32mOK [0m[32m 0.01[0m
testDestroyNamespace [32mOK [0m[32m 0.01[0m
testDestroyNamespaceWithRouterId [32mOK [0m[32m 0.01[0m
testProcessRouter [32mOK [0m[33m 0.04[0m
testRouterInfoCreate [32mOK [0m[32m 0.02[0m
testRoutersWithAdminStateDown [32mOK [0m[31m 2.50[0m
testRoutesUpdated [32mOK [0m[32m 0.01[0m
testRoutesUpdatedNoNamespace [32mOK [0m[32m 0.02[0m
testSingleLoopRouterRemoval [32mOK [0m[31m 0.06[0m
TestL3AgentEventHandler
test_spawn_metadata_proxy [32mOK [0m[32m 0.01[0m
L3NatDBTestCase
test_create_external_network_admin_suceeds [32mOK [0m[31m 0.23[0m
test_create_external_network_non_admin_fails [32mOK [0m[31m 0.23[0m
test_create_floating_non_ext_network_returns_400 [32mOK [0m[31m 0.33[0m
test_create_floatingip_invalid_fixed_ip_address_returns_400 [32mOK [0m[31m 0.19[0m
test_create_floatingip_invalid_floating_network_id_returns_400[32mOK [0m[31m 0.17[0m
test_create_floatingip_invalid_floating_port_id_returns_400 [32mOK [0m[31m 0.18[0m
test_create_floatingip_no_ext_gateway_return_404 [32mOK [0m[31m 0.60[0m
test_create_floatingip_no_public_subnet_returns_400 [32mOK [0m[31m 0.50[0m
test_create_port_external_network_admin_suceeds [32mOK [0m[31m 0.44[0m
test_create_port_external_network_non_admin_fails [32mOK [0m[31m 0.25[0m
test_floating_ip_direct_port_delete_returns_409 [32mOK [0m[31m 3.01[0m
test_floatingip_crd_ops [32mOK [0m[31m 0.91[0m
test_floatingip_delete_router_intf_with_port_id_returns_409 [32mOK [0m[31m 0.78[0m
test_floatingip_delete_router_intf_with_subnet_id_returns_409[32mOK [0m[31m 0.86[0m
test_floatingip_list_with_pagination [32mOK [0m[31m 0.59[0m
test_floatingip_list_with_pagination_reverse [32mOK [0m[31m 2.88[0m
test_floatingip_list_with_sort [32mOK [0m[31m 0.58[0m
test_floatingip_port_delete [32mOK [0m[31m 0.69[0m
test_floatingip_update [32mOK [0m[31m 0.96[0m
test_floatingip_with_assoc [32mOK [0m[31m 0.65[0m
test_floatingip_with_assoc_fails [32mOK [0m[31m 2.86[0m
test_floatingips_op_agent [32mOK [0m[31m 0.67[0m
test_get_network_succeeds_without_filter [32mOK [0m[31m 0.15[0m
test_interfaces_op_agent [32mOK [0m[31m 0.43[0m
test_l3_agent_routers_query_floatingips [32mOK [0m[31m 0.70[0m
test_l3_agent_routers_query_gateway [32mOK [0m[31m 0.41[0m
test_l3_agent_routers_query_ignore_interfaces_with_moreThanOneIp[32mOK [0m[31m 0.60[0m
test_l3_agent_routers_query_interfaces [32mOK [0m[31m 2.62[0m
test_list_nets_external [32mOK [0m[31m 0.31[0m
test_list_nets_external_pagination [32mOK [0m[31m 0.33[0m
test_network_filter_hook_admin_context [32mOK [0m[31m 0.14[0m
test_network_filter_hook_nonadmin_context [32mOK [0m[31m 0.17[0m
test_network_update_external [32mOK [0m[31m 0.42[0m
test_network_update_external_failure [32mOK [0m[31m 0.39[0m
test_router_add_gateway [32mOK [0m[31m 0.39[0m
test_router_add_gateway_dup_subnet1_returns_400 [32mOK [0m[31m 0.35[0m
test_router_add_gateway_dup_subnet2_returns_400 [32mOK [0m[31m 0.36[0m
test_router_add_gateway_invalid_network_returns_404 [32mOK [0m[31m 0.18[0m
test_router_add_gateway_net_not_external_returns_400 [32mOK [0m[31m 0.28[0m
test_router_add_gateway_no_subnet_returns_400 [32mOK [0m[31m 2.33[0m
test_router_add_gateway_tenant_ctx [32mOK [0m[31m 0.41[0m
test_router_add_interface_dup_subnet1_returns_400 [32mOK [0m[31m 0.34[0m
test_router_add_interface_dup_subnet2_returns_400 [32mOK [0m[31m 0.43[0m
test_router_add_interface_no_data_returns_400 [32mOK [0m[31m 0.18[0m
test_router_add_interface_overlapped_cidr_returns_400 [32mOK [0m[31m 0.66[0m
test_router_add_interface_port [32mOK [0m[31m 0.40[0m
test_router_add_interface_port_bad_tenant_returns_404 [32mOK [0m[31m 0.45[0m
test_router_add_interface_subnet [32mOK [0m[31m 0.34[0m
test_router_add_interface_subnet_with_bad_tenant_returns_404 [32mOK [0m[31m 2.40[0m
test_router_add_interface_subnet_with_port_from_other_tenant [32mOK [0m[31m 0.78[0m
test_router_create [32mOK [0m[31m 0.26[0m
test_router_create_with_gwinfo [32mOK [0m[31m 0.52[0m
test_router_delete [32mOK [0m[31m 0.25[0m
test_router_delete_subnet_inuse_returns_409 [32mOK [0m[31m 0.37[0m
test_router_delete_with_floatingip_existed_returns_409 [32mOK [0m[31m 0.69[0m
test_router_delete_with_port_existed_returns_409 [32mOK [0m[31m 0.41[0m
test_router_gateway_op_agent [32mOK [0m[31m 0.47[0m
test_router_list [32mOK [0m[31m 2.47[0m
test_router_list_with_pagination [32mOK [0m[31m 0.38[0m
test_router_list_with_pagination_reverse [32mOK [0m[31m 0.36[0m
test_router_list_with_parameters [32mOK [0m[31m 0.28[0m
test_router_list_with_sort [32mOK [0m[31m 0.29[0m
test_router_remove_interface_inuse_returns_409 [32mOK [0m[31m 0.52[0m
test_router_remove_interface_wrong_port_returns_404 [32mOK [0m[31m 0.67[0m
test_router_remove_interface_wrong_subnet_returns_409 [32mOK [0m[31m 0.44[0m
test_router_show [32mOK [0m[31m 0.18[0m
test_router_update [32mOK [0m[31m 0.20[0m
test_router_update_gateway [32mOK [0m[31m 0.51[0m
test_router_update_gateway_to_empty_with_existed_floatingip [32mOK [0m[31m 3.17[0m
test_router_update_gateway_with_existed_floatingip [32mOK [0m[31m 1.13[0m
test_two_fips_one_port_invalid_return_409 [32mOK [0m[31m 1.22[0m
L3NatDBTestCaseXML
test_create_external_network_admin_suceeds [32mOK [0m[31m 0.43[0m
test_create_external_network_non_admin_fails [32mOK [0m[31m 0.21[0m
test_create_floating_non_ext_network_returns_400 [32mOK [0m[31m 0.30[0m
test_create_floatingip_invalid_fixed_ip_address_returns_400 [32mOK [0m[31m 0.14[0m
test_create_floatingip_invalid_floating_network_id_returns_400[32mOK [0m[31m 0.14[0m
test_create_floatingip_invalid_floating_port_id_returns_400 [32mOK [0m[31m 0.13[0m
test_create_floatingip_no_ext_gateway_return_404 [32mOK [0m[31m 2.61[0m
test_create_floatingip_no_public_subnet_returns_400 [32mOK [0m[31m 0.43[0m
test_create_port_external_network_admin_suceeds [32mOK [0m[31m 0.31[0m
test_create_port_external_network_non_admin_fails [32mOK [0m[31m 0.26[0m
test_floating_ip_direct_port_delete_returns_409 [32mOK [0m[31m 1.06[0m
test_floatingip_crd_ops [32mOK [0m[31m 0.90[0m
test_floatingip_delete_router_intf_with_port_id_returns_409 [32mOK [0m[31m 3.35[0m
test_floatingip_delete_router_intf_with_subnet_id_returns_409[32mOK [0m[31m 0.91[0m
test_floatingip_list_with_pagination [32mOK [0m[31m 0.62[0m
test_floatingip_list_with_pagination_reverse [32mOK [0m[31m 0.61[0m
test_floatingip_list_with_sort [32mOK [0m[31m 0.60[0m
test_floatingip_port_delete [32mOK [0m[31m 2.98[0m
test_floatingip_update [32mOK [0m[31m 1.07[0m
test_floatingip_with_assoc [32mOK [0m[31m 0.76[0m
test_floatingip_with_assoc_fails [32mOK [0m[31m 0.66[0m
test_floatingips_op_agent [32mOK [0m[31m 0.85[0m
test_get_network_succeeds_without_filter [32mOK [0m[31m 0.17[0m
test_interfaces_op_agent [32mOK [0m[31m 2.23[0m
test_l3_agent_routers_query_floatingips [32mOK [0m[31m 0.70[0m
test_l3_agent_routers_query_gateway [32mOK [0m[31m 0.37[0m
test_l3_agent_routers_query_ignore_interfaces_with_moreThanOneIp[32mOK [0m[31m 0.40[0m
test_l3_agent_routers_query_interfaces [32mOK [0m[31m 0.37[0m
test_list_nets_external [32mOK [0m[31m 0.24[0m
test_list_nets_external_pagination [32mOK [0m[31m 0.31[0m
test_network_filter_hook_admin_context [32mOK [0m[31m 0.13[0m
test_network_filter_hook_nonadmin_context [32mOK [0m[31m 0.14[0m
test_network_update_external [32mOK [0m[31m 0.41[0m
test_network_update_external_failure Build timed out (after 30 minutes). Marking the build as failed.
/usr/local/jenkins/slave_scripts/run-tox.sh: line 48: 24615 Terminated tox -e$venv
+ result=143
+ echo 'Begin pip freeze output from test virtualenv:'
Begin pip freeze output from test virtualenv:
+ echo ======================================================================
======================================================================
+ .tox/py26/bin/pip freeze
++ rm -rf /tmp/tmp.EEVKI0zORj
[SCP] Connecting to static.openstack.org
Babel==0.9.6
Jinja2==2.6
Mako==0.8.0
MarkupSafe==0.15
Paste==1.7.5.1
PasteDeploy==1.5.0
Pygments==1.6
Routes==1.13
SQLAlchemy==0.7.10
Sphinx==1.2b1
WebOb==1.2.3
WebTest==1.3.3
alembic==0.5.0
amqplib==0.6.1
anyjson==0.3.3
argparse==1.2.1
cliff==1.3.2
cmd2==0.6.4
colorama==0.2.5
configobj==4.7.2
coverage==3.6
discover==0.4.0
distribute==0.6.34
docutils==0.10
eventlet==0.12.1
extras==0.0.3
fixtures==0.3.12
greenlet==0.4.0
httplib2==0.8
iso8601==0.1.4
kombu==1.0.4
mock==1.0.1
mox==0.5.3
netaddr==0.7.10
netifaces==0.8
nose==1.3.0
nosehtmloutput==0.0.4
nosexcover==1.0.8
openstack.nose-plugin==0.11
oslo.config==1.1.0
pep8==1.3.3
prettytable==0.7.2
pyparsing==1.5.7
python-keystoneclient==0.2.3
python-mimeparse==0.1.4
python-novaclient==2.13.0
python-quantumclient==2.2.1
python-subunit==0.0.11
pyudev==0.16.1
quantum==jenkins.periodic.quantum.python26.stable.grizzly.8
repoze.lru==0.6
requests==1.2.0
setuptools-git==1.0b1
simplejson==3.1.3
termcolor==1.1.0
testrepository==0.0.15
testtools==0.9.30
wsgiref==0.1.2
[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-quantum-python26-stable-grizzly/8
[SCP] Copying console log.
1
24
Build failed in Jenkins: periodic-tempest-devstack-vm-postgres-stable-grizzly #37
by OpenStack Jenkins 12 May '13
by OpenStack Jenkins 12 May '13
12 May '13
See <https://jenkins.openstack.org/job/periodic-tempest-devstack-vm-postgres-sta…>
------------------------------------------
[...truncated 17138 lines...]
++ read data
+ IP=10.1.0.4
+ die_if_not_set 133 IP 'Failure retrieving IP address'
+ local exitcode=0
++ set +o
++ grep xtrace
+ FXTRACE='set -o xtrace'
+ set +o xtrace
+ ping_check private 10.1.0.4 90
+ is_service_enabled quantum
+ services=quantum
+ for service in '${services}'
+ [[ ,g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-sch,horizon,rabbit,sysstat,tempest,s-proxy,s-account,s-container,s-object,cinder,c-api,c-vol,c-sch,n-cond,n-net,postgresql, =~ ,quantum, ]]
+ [[ quantum == \n\o\v\a ]]
+ [[ quantum == \c\i\n\d\e\r ]]
+ [[ quantum == \c\e\i\l\o\m\e\t\e\r ]]
+ [[ quantum == \g\l\a\n\c\e ]]
+ [[ quantum == \q\u\a\n\t\u\m ]]
+ [[ g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-sch,horizon,rabbit,sysstat,tempest,s-proxy,s-account,s-container,s-object,cinder,c-api,c-vol,c-sch,n-cond,n-net,postgresql =~ q- ]]
+ [[ quantum == \s\w\i\f\t ]]
+ [[ quantum == s-* ]]
+ return 1
+ _ping_check_novanet private 10.1.0.4 90
+ local from_net=private
+ local ip=10.1.0.4
+ local boot_timeout=90
+ local expected=True
+ local check_command=
++ trueorfalse False
++ local default=False
++ local testval=
++ [[ -z '' ]]
++ echo False
++ return
+ MULTI_HOST=False
+ [[ False = \T\r\u\e ]]
+ [[ True = \T\r\u\e ]]
+ check_command='while ! ping -c1 -w1 10.1.0.4; do sleep 1; done'
+ timeout 90 sh -c 'while ! ping -c1 -w1 10.1.0.4; do sleep 1; done'
PING 10.1.0.4 (10.1.0.4) 56(84) bytes of data.
--- 10.1.0.4 ping statistics ---
1 packets transmitted, 0 received, 100% packet loss, time 0ms
PING 10.1.0.4 (10.1.0.4) 56(84) bytes of data.
>From 10.1.0.1 icmp_seq=1 Destination Host Unreachable
--- 10.1.0.4 ping statistics ---
1 packets transmitted, 0 received, +1 errors, 100% packet loss, time 0ms
PING 10.1.0.4 (10.1.0.4) 56(84) bytes of data.
--- 10.1.0.4 ping statistics ---
1 packets transmitted, 0 received, 100% packet loss, time 0ms
PING 10.1.0.4 (10.1.0.4) 56(84) bytes of data.
>From 10.1.0.1 icmp_seq=1 Destination Host Unreachable
--- 10.1.0.4 ping statistics ---
1 packets transmitted, 0 received, +1 errors, 100% packet loss, time 0ms
PING 10.1.0.4 (10.1.0.4) 56(84) bytes of data.
--- 10.1.0.4 ping statistics ---
1 packets transmitted, 0 received, 100% packet loss, time 0ms
PING 10.1.0.4 (10.1.0.4) 56(84) bytes of data.
--- 10.1.0.4 ping statistics ---
1 packets transmitted, 0 received, 100% packet loss, time 0ms
PING 10.1.0.4 (10.1.0.4) 56(84) bytes of data.
64 bytes from 10.1.0.4: icmp_req=1 ttl=64 time=5.29 ms
--- 10.1.0.4 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 5.299/5.299/5.299/0.000 ms
++ cinder list
++ grep ex-vol-1f43c525
++ get_field 2
++ read data
++ head -1
+ [[ -n '' ]]
++ date +%s
+ start_time=1368252588
+ cinder create --display_name ex-vol-1f43c525 --display_description 'test volume: ex-vol-1f43c525' 1
+---------------------+--------------------------------------+
| Property | Value |
+---------------------+--------------------------------------+
| attachments | [] |
| availability_zone | nova |
| bootable | false |
| created_at | 2013-05-11T06:09:48.752312 |
| display_description | test volume: ex-vol-1f43c525 |
| display_name | ex-vol-1f43c525 |
| id | 6de87424-9c1a-41c4-801f-4a4b3904127d |
| metadata | {} |
| size | 1 |
| snapshot_id | None |
| source_volid | None |
| status | creating |
| volume_type | None |
+---------------------+--------------------------------------+
+ timeout 90 sh -c 'while ! cinder list | grep ex-vol-1f43c525 | grep available; do sleep 1; done'
| 6de87424-9c1a-41c4-801f-4a4b3904127d | available | ex-vol-1f43c525 | 1 | None | false | |
++ date +%s
+ end_time=1368252590
+ echo 'Completed cinder create in 2 seconds'
Completed cinder create in 2 seconds
++ cinder list
++ grep ex-vol-1f43c525
++ get_field 1
++ head -1
++ read data
++ '[' 1 -lt 0 ']'
++ field='$2'
++ echo '| 6de87424-9c1a-41c4-801f-4a4b3904127d | available | ex-vol-1f43c525 | 1 | None | false | |'
++ awk '-F[ \t]*\\|[ \t]*' '{print $2}'
++ read data
+ VOL_ID=6de87424-9c1a-41c4-801f-4a4b3904127d
+ die_if_not_set 158 VOL_ID 'Failure retrieving volume ID for ex-vol-1f43c525'
+ local exitcode=0
++ set +o
++ grep xtrace
+ FXTRACE='set -o xtrace'
+ set +o xtrace
+ DEVICE=/dev/vdb
++ date +%s
+ start_time=1368252591
+ nova volume-attach 7e2b45c3-1cb1-4ce1-a41b-74b44eaed71f 6de87424-9c1a-41c4-801f-4a4b3904127d /dev/vdb
+----------+--------------------------------------+
| Property | Value |
+----------+--------------------------------------+
| device | /dev/vdb |
| serverId | 7e2b45c3-1cb1-4ce1-a41b-74b44eaed71f |
| id | 6de87424-9c1a-41c4-801f-4a4b3904127d |
| volumeId | 6de87424-9c1a-41c4-801f-4a4b3904127d |
+----------+--------------------------------------+
+ timeout 90 sh -c 'while ! cinder list | grep ex-vol-1f43c525 | grep in-use; do sleep 1; done'
| 6de87424-9c1a-41c4-801f-4a4b3904127d | in-use | ex-vol-1f43c525 | 1 | None | false | 7e2b45c3-1cb1-4ce1-a41b-74b44eaed71f |
++ date +%s
+ end_time=1368252596
+ echo 'Completed volume-attach in 5 seconds'
Completed volume-attach in 5 seconds
++ cinder list
++ head -1
++ grep ex-vol-1f43c525
++ get_field -1
++ read data
++ '[' -1 -lt 0 ']'
++ field='($(NF-1))'
++ echo '| 6de87424-9c1a-41c4-801f-4a4b3904127d | in-use | ex-vol-1f43c525 | 1 | None | false | 7e2b45c3-1cb1-4ce1-a41b-74b44eaed71f |'
++ awk '-F[ \t]*\\|[ \t]*' '{print ($(NF-1))}'
++ read data
+ VOL_ATTACH=7e2b45c3-1cb1-4ce1-a41b-74b44eaed71f
+ die_if_not_set 172 VOL_ATTACH 'Failure retrieving ex-vol-1f43c525 status'
+ local exitcode=0
++ set +o
++ grep xtrace
+ FXTRACE='set -o xtrace'
+ set +o xtrace
+ [[ 7e2b45c3-1cb1-4ce1-a41b-74b44eaed71f != 7e2b45c3-1cb1-4ce1-a41b-74b44eaed71f ]]
++ date +%s
+ start_time=1368252596
+ nova volume-detach 7e2b45c3-1cb1-4ce1-a41b-74b44eaed71f 6de87424-9c1a-41c4-801f-4a4b3904127d
+ timeout 90 sh -c 'while ! cinder list | grep ex-vol-1f43c525 | grep available; do sleep 1; done'
| 6de87424-9c1a-41c4-801f-4a4b3904127d | available | ex-vol-1f43c525 | 1 | None | false | |
++ date +%s
+ end_time=1368252601
+ echo 'Completed volume-detach in 5 seconds'
Completed volume-detach in 5 seconds
++ date +%s
+ start_time=1368252601
+ cinder delete 6de87424-9c1a-41c4-801f-4a4b3904127d
+ timeout 90 sh -c 'while cinder list | grep ex-vol-1f43c525; do sleep 1; done'
| 6de87424-9c1a-41c4-801f-4a4b3904127d | deleting | ex-vol-1f43c525 | 1 | None | false | |
++ date +%s
+ end_time=1368252603
+ echo 'Completed cinder delete in 2 seconds'
Completed cinder delete in 2 seconds
+ nova delete 7e2b45c3-1cb1-4ce1-a41b-74b44eaed71f
+ timeout 60 sh -c 'while nova list | grep -q 7e2b45c3-1cb1-4ce1-a41b-74b44eaed71f; do sleep 1; done'
+ nova secgroup-delete vol_secgroup
+ set +o xtrace
*********************************************************************
SUCCESS: End DevStack Exercise: /opt/stack/new/devstack/exercises/volumes.sh
*********************************************************************
=====================================================================
SKIP boot_from_volume
SKIP client-env
SKIP quantum-adv-test
PASS aggregates
PASS bundle
PASS client-args
PASS euca
PASS floating_ips
PASS horizon
PASS sec_groups
PASS swift
PASS volumes
=====================================================================
Running tempest full test suite
ERROR: unknown environment 'full'
Process leaked file descriptors. See http://wiki.jenkins-ci.org/display/JENKINS/Spawning+processes+from+build for more information
Build step 'Execute shell' marked build as failure
[SCP] Connecting to static.openstack.org
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/37
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/37/logs
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/37/logs/devstack-gate-cleanup-host.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/37/logs/devstack-gate-setup-host.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/37/logs/devstack-gate-setup-workspace-new.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/37/logs/devstacklog.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/37/logs/iptables.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/37/logs/kern_log.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/37/logs/localrc.txt.gz'
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/37/logs/rabbitmq
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/37/logs/rabbitmq/rabbit(a)devstack-1368233515-sasl.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/37/logs/rabbitmq/rabbit(a)devstack-1368233515.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/37/logs/rabbitmq/startup_log.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/37/logs/screen-c-api.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/37/logs/screen-c-sch.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/37/logs/screen-c-vol.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/37/logs/screen-g-api.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/37/logs/screen-g-reg.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/37/logs/screen-horizon.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/37/logs/screen-key.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/37/logs/screen-n-api.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/37/logs/screen-n-cond.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/37/logs/screen-n-cpu.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/37/logs/screen-n-crt.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/37/logs/screen-n-net.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/37/logs/screen-n-obj.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/37/logs/screen-n-sch.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/37/logs/screen-s-account.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/37/logs/screen-s-container.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/37/logs/screen-s-object.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/37/logs/screen-s-proxy.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/37/logs/screen-sysstat.txt.gz'
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/37/logs/sudoers.d
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/37/logs/sudoers.d/90-cloudimg-ubuntu.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/37/logs/sudoers.d/README.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/37/logs/sudoers.d/cinder-rootwrap.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/37/logs/sudoers.d/jenkins-sudo-grep.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/37/logs/sudoers.d/nova-rootwrap.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/37/logs/sudoers.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/37/logs/syslog.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/37/logs/sysstat.dat.gz'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.
1
1
Build failed in Jenkins: periodic-tempest-devstack-vm-quantum-stable-grizzly #37
by OpenStack Jenkins 12 May '13
by OpenStack Jenkins 12 May '13
12 May '13
See <https://jenkins.openstack.org/job/periodic-tempest-devstack-vm-quantum-stab…>
------------------------------------------
[...truncated 20963 lines...]
++ field='$3'
++ echo '| private network | 10.1.0.4 |'
++ awk '-F[ \t]*\\|[ \t]*' '{print $3}'
++ read data
+ IP=10.1.0.4
+ die_if_not_set 133 IP 'Failure retrieving IP address'
+ local exitcode=0
++ set +o
++ grep xtrace
+ FXTRACE='set -o xtrace'
+ set +o xtrace
+ ping_check private 10.1.0.4 90
+ is_service_enabled quantum
+ services=quantum
+ for service in '${services}'
+ [[ ,g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-sch,horizon,mysql,rabbit,sysstat,tempest,s-proxy,s-account,s-container,s-object,cinder,c-api,c-vol,c-sch,n-cond,quantum,q-svc,q-agt,q-dhcp,q-l3,q-meta, =~ ,quantum, ]]
+ return 0
+ _ping_check_quantum private 10.1.0.4 90
+ local from_net=private
+ local ip=10.1.0.4
+ local timeout_sec=90
+ local expected=True
+ local check_command=
++ _get_probe_cmd_prefix private
++ local from_net=private
+++ _get_net_id private
+++ quantum --os-tenant-name admin --os-username admin --os-password secret net-list
+++ awk '{print $2}'
+++ grep private
++ net_id=bb976e93-7d31-4a66-bc13-d409aa6f07b9
+++ quantum-debug --os-tenant-name admin --os-username admin --os-password secret probe-list -c id -c network_id
+++ head -n 1
+++ awk '{print $2}'
+++ grep bb976e93-7d31-4a66-bc13-d409aa6f07b9
++ probe_id=c5d2b22c-5159-4827-b090-540bd965ecd1
++ echo 'sudo /usr/local/bin/quantum-rootwrap /etc/quantum/rootwrap.conf ip netns exec qprobe-c5d2b22c-5159-4827-b090-540bd965ecd1'
+ probe_cmd='sudo /usr/local/bin/quantum-rootwrap /etc/quantum/rootwrap.conf ip netns exec qprobe-c5d2b22c-5159-4827-b090-540bd965ecd1'
+ [[ True = \T\r\u\e ]]
+ check_command='while ! sudo /usr/local/bin/quantum-rootwrap /etc/quantum/rootwrap.conf ip netns exec qprobe-c5d2b22c-5159-4827-b090-540bd965ecd1 ping -w 1 -c 1 10.1.0.4; do sleep 1; done'
+ timeout 90 sh -c 'while ! sudo /usr/local/bin/quantum-rootwrap /etc/quantum/rootwrap.conf ip netns exec qprobe-c5d2b22c-5159-4827-b090-540bd965ecd1 ping -w 1 -c 1 10.1.0.4; do sleep 1; done'
PING 10.1.0.4 (10.1.0.4) 56(84) bytes of data.
--- 10.1.0.4 ping statistics ---
2 packets transmitted, 0 received, 100% packet loss, time 999ms
PING 10.1.0.4 (10.1.0.4) 56(84) bytes of data.
>From 10.1.0.2 icmp_seq=1 Destination Host Unreachable
--- 10.1.0.4 ping statistics ---
1 packets transmitted, 0 received, +1 errors, 100% packet loss, time 0ms
PING 10.1.0.4 (10.1.0.4) 56(84) bytes of data.
--- 10.1.0.4 ping statistics ---
2 packets transmitted, 0 received, 100% packet loss, time 999ms
PING 10.1.0.4 (10.1.0.4) 56(84) bytes of data.
>From 10.1.0.2 icmp_seq=1 Destination Host Unreachable
--- 10.1.0.4 ping statistics ---
1 packets transmitted, 0 received, +1 errors, 100% packet loss, time 0ms
PING 10.1.0.4 (10.1.0.4) 56(84) bytes of data.
64 bytes from 10.1.0.4: icmp_req=1 ttl=64 time=121 ms
--- 10.1.0.4 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 121.917/121.917/121.917/0.000 ms
+ return
++ cinder list
++ head -1
++ get_field 2
++ read data
++ grep ex-vol-fba9e95d
+ [[ -n '' ]]
++ date +%s
+ start_time=1368252662
+ cinder create --display_name ex-vol-fba9e95d --display_description 'test volume: ex-vol-fba9e95d' 1
+---------------------+--------------------------------------+
| Property | Value |
+---------------------+--------------------------------------+
| attachments | [] |
| availability_zone | nova |
| bootable | false |
| created_at | 2013-05-11T06:11:03.430337 |
| display_description | test volume: ex-vol-fba9e95d |
| display_name | ex-vol-fba9e95d |
| id | 3f459599-f5e1-4307-a808-5f5efb02da0e |
| metadata | {} |
| size | 1 |
| snapshot_id | None |
| source_volid | None |
| status | creating |
| volume_type | None |
+---------------------+--------------------------------------+
+ timeout 90 sh -c 'while ! cinder list | grep ex-vol-fba9e95d | grep available; do sleep 1; done'
| 3f459599-f5e1-4307-a808-5f5efb02da0e | available | ex-vol-fba9e95d | 1 | None | false | |
++ date +%s
+ end_time=1368252665
+ echo 'Completed cinder create in 3 seconds'
Completed cinder create in 3 seconds
++ cinder list
++ grep ex-vol-fba9e95d
++ get_field 1
++ read data
++ head -1
++ '[' 1 -lt 0 ']'
++ field='$2'
++ echo '| 3f459599-f5e1-4307-a808-5f5efb02da0e | available | ex-vol-fba9e95d | 1 | None | false | |'
++ awk '-F[ \t]*\\|[ \t]*' '{print $2}'
++ read data
+ VOL_ID=3f459599-f5e1-4307-a808-5f5efb02da0e
+ die_if_not_set 158 VOL_ID 'Failure retrieving volume ID for ex-vol-fba9e95d'
+ local exitcode=0
++ set +o
++ grep xtrace
+ FXTRACE='set -o xtrace'
+ set +o xtrace
+ DEVICE=/dev/vdb
++ date +%s
+ start_time=1368252666
+ nova volume-attach 36ec376c-db6c-483b-a05b-2c5fbb09466c 3f459599-f5e1-4307-a808-5f5efb02da0e /dev/vdb
+----------+--------------------------------------+
| Property | Value |
+----------+--------------------------------------+
| device | /dev/vdb |
| serverId | 36ec376c-db6c-483b-a05b-2c5fbb09466c |
| id | 3f459599-f5e1-4307-a808-5f5efb02da0e |
| volumeId | 3f459599-f5e1-4307-a808-5f5efb02da0e |
+----------+--------------------------------------+
+ timeout 90 sh -c 'while ! cinder list | grep ex-vol-fba9e95d | grep in-use; do sleep 1; done'
| 3f459599-f5e1-4307-a808-5f5efb02da0e | in-use | ex-vol-fba9e95d | 1 | None | false | 36ec376c-db6c-483b-a05b-2c5fbb09466c |
++ date +%s
+ end_time=1368252671
+ echo 'Completed volume-attach in 5 seconds'
Completed volume-attach in 5 seconds
++ cinder list
++ grep ex-vol-fba9e95d
++ head -1
++ get_field -1
++ read data
++ '[' -1 -lt 0 ']'
++ field='($(NF-1))'
++ echo '| 3f459599-f5e1-4307-a808-5f5efb02da0e | in-use | ex-vol-fba9e95d | 1 | None | false | 36ec376c-db6c-483b-a05b-2c5fbb09466c |'
++ awk '-F[ \t]*\\|[ \t]*' '{print ($(NF-1))}'
++ read data
+ VOL_ATTACH=36ec376c-db6c-483b-a05b-2c5fbb09466c
+ die_if_not_set 172 VOL_ATTACH 'Failure retrieving ex-vol-fba9e95d status'
+ local exitcode=0
++ set +o
++ grep xtrace
+ FXTRACE='set -o xtrace'
+ set +o xtrace
+ [[ 36ec376c-db6c-483b-a05b-2c5fbb09466c != 36ec376c-db6c-483b-a05b-2c5fbb09466c ]]
++ date +%s
+ start_time=1368252671
+ nova volume-detach 36ec376c-db6c-483b-a05b-2c5fbb09466c 3f459599-f5e1-4307-a808-5f5efb02da0e
+ timeout 90 sh -c 'while ! cinder list | grep ex-vol-fba9e95d | grep available; do sleep 1; done'
| 3f459599-f5e1-4307-a808-5f5efb02da0e | available | ex-vol-fba9e95d | 1 | None | false | |
++ date +%s
+ end_time=1368252676
+ echo 'Completed volume-detach in 5 seconds'
Completed volume-detach in 5 seconds
++ date +%s
+ start_time=1368252676
+ cinder delete 3f459599-f5e1-4307-a808-5f5efb02da0e
+ timeout 90 sh -c 'while cinder list | grep ex-vol-fba9e95d; do sleep 1; done'
| 3f459599-f5e1-4307-a808-5f5efb02da0e | deleting | ex-vol-fba9e95d | 1 | None | false | |
++ date +%s
+ end_time=1368252679
+ echo 'Completed cinder delete in 3 seconds'
Completed cinder delete in 3 seconds
+ nova delete 36ec376c-db6c-483b-a05b-2c5fbb09466c
+ timeout 60 sh -c 'while nova list | grep -q 36ec376c-db6c-483b-a05b-2c5fbb09466c; do sleep 1; done'
+ nova secgroup-delete vol_secgroup
+ set +o xtrace
*********************************************************************
SUCCESS: End DevStack Exercise: /opt/stack/new/devstack/exercises/volumes.sh
*********************************************************************
=====================================================================
SKIP boot_from_volume
SKIP client-env
PASS aggregates
PASS bundle
PASS client-args
PASS euca
PASS floating_ips
PASS horizon
PASS quantum-adv-test
PASS sec_groups
PASS swift
PASS volumes
=====================================================================
Running tempest smoke tests
ERROR: unknown environment 'smoke'
Process leaked file descriptors. See http://wiki.jenkins-ci.org/display/JENKINS/Spawning+processes+from+build for more information
Build step 'Execute shell' marked build as failure
[SCP] Connecting to static.openstack.org
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/37
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/37/logs
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/37/logs/devstack-gate-cleanup-host.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/37/logs/devstack-gate-setup-host.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/37/logs/devstack-gate-setup-workspace-new.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/37/logs/devstacklog.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/37/logs/iptables.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/37/logs/kern_log.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/37/logs/localrc.txt.gz'
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/37/logs/mysql
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/37/logs/mysql/error.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/37/logs/mysql/mysql-slow.txt.gz'
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/37/logs/rabbitmq
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/37/logs/rabbitmq/rabbit(a)devstack-1368243109-sasl.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/37/logs/rabbitmq/rabbit(a)devstack-1368243109.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/37/logs/rabbitmq/startup_log.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/37/logs/screen-c-api.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/37/logs/screen-c-sch.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/37/logs/screen-c-vol.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/37/logs/screen-g-api.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/37/logs/screen-g-reg.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/37/logs/screen-horizon.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/37/logs/screen-key.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/37/logs/screen-n-api.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/37/logs/screen-n-cond.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/37/logs/screen-n-cpu.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/37/logs/screen-n-crt.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/37/logs/screen-n-obj.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/37/logs/screen-n-sch.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/37/logs/screen-q-agt.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/37/logs/screen-q-dhcp.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/37/logs/screen-q-l3.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/37/logs/screen-q-meta.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/37/logs/screen-q-svc.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/37/logs/screen-s-account.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/37/logs/screen-s-container.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/37/logs/screen-s-object.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/37/logs/screen-s-proxy.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/37/logs/screen-sysstat.txt.gz'
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/37/logs/sudoers.d
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/37/logs/sudoers.d/90-cloudimg-ubuntu.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/37/logs/sudoers.d/README.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/37/logs/sudoers.d/cinder-rootwrap.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/37/logs/sudoers.d/jenkins-sudo-grep.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/37/logs/sudoers.d/nova-rootwrap.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/37/logs/sudoers.d/quantum-rootwrap.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/37/logs/sudoers.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/37/logs/syslog.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/37/logs/sysstat.dat.gz'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.
1
1
Build failed in Jenkins: periodic-glance-python27-stable-folsom #222
by OpenStack Jenkins 12 May '13
by OpenStack Jenkins 12 May '13
12 May '13
See <https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/22…>
------------------------------------------
[...truncated 944 lines...]
test_add [32mOK [0m[32m 0.01[0m
test_add_already_existing [32mOK [0m[32m 0.01[0m
test_add_host_variations [32mOK [0m[33m 0.03[0m
test_calling_format_default [32mOK [0m[32m 0.01[0m
test_calling_format_path [32mOK [0m[32m 0.01[0m
test_calling_format_subdomain [32mOK [0m[32m 0.01[0m
test_delete [32mOK [0m[32m 0.01[0m
test_delete_non_existing [32mOK [0m[32m 0.01[0m
test_get [32mOK [0m[32m 0.01[0m
test_get_calling_format_default [32mOK [0m[32m 0.01[0m
test_get_calling_format_path [32mOK [0m[32m 0.01[0m
test_get_non_existing [32mOK [0m[32m 0.01[0m
test_get_s3_bad_location [32mOK [0m[32m 0.02[0m
test_get_s3_good_location [32mOK [0m[32m 0.01[0m
test_no_access_key [32mOK [0m[32m 0.01[0m
test_no_host [32mOK [0m[32m 0.01[0m
test_no_secret_key [32mOK [0m[32m 0.01[0m
TestBasicSchema
test_filter_strips_extra_properties [32mOK [0m[32m 0.01[0m
test_merge_conflicting_but_identical_properties [32mOK [0m[32m 0.01[0m
test_merge_conflicting_properties [32mOK [0m[32m 0.01[0m
test_merge_properties [32mOK [0m[32m 0.01[0m
test_raw_json_schema [32mOK [0m[32m 0.01[0m
test_validate_fails_on_bad_type [32mOK [0m[32m 0.01[0m
test_validate_fails_on_extra_properties [32mOK [0m[32m 0.01[0m
test_validate_passes [32mOK [0m[32m 0.01[0m
TestBasicSchemaLinks
test_raw_json_schema [32mOK [0m[32m 0.01[0m
TestCollectionSchema
test_raw_json_schema [32mOK [0m[32m 0.01[0m
TestPermissiveSchema
test_filter_passes_extra_properties [32mOK [0m[32m 0.01[0m
test_raw_json_schema [32mOK [0m[32m 0.01[0m
test_validate_rejects_non_string_extra_properties [32mOK [0m[32m 0.01[0m
test_validate_with_additional_properties_allowed [32mOK [0m[32m 0.01[0m
TestSkipExamples
test_001_increase_test_counter [32mOK [0m[32m 0.01[0m
test_002_increase_test_counter [32mOK [0m[32m 0.01[0m
test_003_verify_test_counter [32mOK [0m[32m 0.01[0m
test_skip_if_example [34mSKIP[0m
test_skip_test_example [34mSKIP[0m
test_skip_unless_example [34mSKIP[0m
TestStoreLocation
test_bad_store_scheme [32mOK [0m[32m 0.01[0m
test_filesystem_store_location [32mOK [0m[32m 0.01[0m
test_get_location_from_uri_back_to_uri [32mOK [0m[32m 0.01[0m
test_get_store_from_scheme [32mOK [0m[32m 0.01[0m
test_http_store_location [32mOK [0m[32m 0.01[0m
test_rbd_store_location [32mOK [0m[32m 0.01[0m
test_s3_store_location [32mOK [0m[32m 0.01[0m
test_swift_store_location [32mOK [0m[32m 0.01[0m
TestChunkReader
test_read_all_data [32mOK [0m[32m 0.02[0m
TestStoreAuthV1
test_add [32mOK [0m[32m 0.01[0m
test_add_already_existing [32mOK [0m[32m 0.01[0m
test_add_auth_url_variations [32mOK [0m[32m 0.02[0m
test_add_large_object [32mOK [0m[32m 0.01[0m
test_add_large_object_zero_size [32mOK [0m[32m 0.01[0m
test_add_no_container_and_create [32mOK [0m[32m 0.01[0m
test_add_no_container_no_create [32mOK [0m[32m 0.01[0m
test_delete [32mOK [0m[32m 0.01[0m
test_delete_non_existing [32mOK [0m[32m 0.01[0m
test_get [32mOK [0m[32m 0.01[0m
test_get_non_existing [32mOK [0m[32m 0.01[0m
test_get_size [32mOK [0m[32m 0.01[0m
test_get_with_http_auth [32mOK [0m[32m 0.01[0m
test_no_auth_address [32mOK [0m[32m 0.01[0m
test_no_key [32mOK [0m[32m 0.01[0m
test_no_user [32mOK [0m[32m 0.01[0m
test_read_acl_public [32mOK [0m[32m 0.01[0m
test_read_acl_tenants [32mOK [0m[32m 0.01[0m
test_read_write_public [32mOK [0m[32m 0.01[0m
TestStoreAuthV2
test_add [32mOK [0m[32m 0.01[0m
test_add_already_existing [32mOK [0m[32m 0.01[0m
test_add_auth_url_variations [32mOK [0m[32m 0.02[0m
test_add_large_object [32mOK [0m[32m 0.01[0m
test_add_large_object_zero_size [32mOK [0m[32m 0.01[0m
test_add_no_container_and_create [32mOK [0m[32m 0.01[0m
test_add_no_container_no_create [32mOK [0m[32m 0.01[0m
test_delete [32mOK [0m[32m 0.01[0m
test_delete_non_existing [32mOK [0m[32m 0.01[0m
test_get [32mOK [0m[32m 0.01[0m
test_get_non_existing [32mOK [0m[32m 0.01[0m
test_get_size [32mOK [0m[32m 0.01[0m
test_get_with_http_auth [32mOK [0m[32m 0.01[0m
test_no_auth_address [32mOK [0m[32m 0.01[0m
test_no_key [32mOK [0m[32m 0.01[0m
test_no_user [32mOK [0m[32m 0.01[0m
test_read_acl_public [32mOK [0m[32m 0.01[0m
test_read_acl_tenants [32mOK [0m[32m 0.01[0m
test_read_write_public [32mOK [0m[32m 0.01[0m
test_v2_multi_tenant_location [32mOK [0m[32m 0.01[0m
test_v2_with_no_tenant [32mOK [0m[32m 0.01[0m
TestUtils
test_cooperative_reader [32mOK [0m[33m 0.04[0m
test_cooperative_reader_of_iterator [32mOK [0m[32m 0.01[0m
test_generate_uuid_format [32mOK [0m[32m 0.01[0m
test_generate_uuid_unique [32mOK [0m[32m 0.01[0m
test_is_uuid_like_fails [32mOK [0m[32m 0.01[0m
test_is_uuid_like_success [32mOK [0m[32m 0.01[0m
test_limiting_reader [32mOK [0m[32m 0.01[0m
test_limiting_reader_fails [32mOK [0m[32m 0.01[0m
VersionNegotiationTest
test_request_accept_v1 [32mOK [0m[32m 0.01[0m
test_request_url_v1 [32mOK [0m[32m 0.01[0m
test_request_url_v1_0 [32mOK [0m[32m 0.01[0m
test_request_url_v1_1 [32mOK [0m[32m 0.01[0m
test_request_url_v2 [32mOK [0m[32m 0.01[0m
test_request_url_v2_0 [32mOK [0m[32m 0.01[0m
test_request_url_v2_1_unsupported [32mOK [0m[32m 0.01[0m
test_request_url_v3_unsupported [32mOK [0m[32m 0.01[0m
VersionsTest
test_get_version_list [32mOK [0m[32m 0.01[0m
JSONRequestDeserializerTest
test_default_no_body [32mOK [0m[32m 0.01[0m
test_default_with_body [32mOK [0m[32m 0.01[0m
test_from_json [32mOK [0m[32m 0.01[0m
test_from_json_malformed [32mOK [0m[32m 0.01[0m
test_has_body_has_content_length [32mOK [0m[32m 0.01[0m
test_has_body_no_content_length [32mOK [0m[32m 0.01[0m
test_has_body_zero_content_length [32mOK [0m[32m 0.01[0m
test_no_body_no_content_length [32mOK [0m[32m 0.01[0m
JSONResponseSerializerTest
test_default [32mOK [0m[32m 0.01[0m
test_to_json [32mOK [0m[32m 0.01[0m
RequestTest
test_content_type_accept_default [32mOK [0m[32m 0.01[0m
test_content_type_from_accept_json [32mOK [0m[32m 0.01[0m
test_content_type_from_accept_json_xml_quality [32mOK [0m[32m 0.01[0m
test_content_type_from_accept_xml [32mOK [0m[32m 0.01[0m
test_content_type_from_accept_xml_json [32mOK [0m[32m 0.01[0m
test_content_type_missing [32mOK [0m[32m 0.01[0m
test_content_type_unsupported [32mOK [0m[32m 0.01[0m
test_content_type_with_charset [32mOK [0m[32m 0.01[0m
ResourceTest
test_dispatch [32mOK [0m[32m 0.01[0m
test_dispatch_default [32mOK [0m[32m 0.01[0m
test_dispatch_no_default [32mOK [0m[32m 0.01[0m
test_get_action_args [32mOK [0m[32m 0.01[0m
TestHelpers
test_data_passed_properly_through_headers [32mOK [0m[32m 0.01[0m
test_headers_are_unicode [32mOK [0m[32m 0.01[0m
======================================================================
FAIL: Tests that cached images are queryable
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws…",> line 178, in wrapped
func(*a, **kwargs)
File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws…",> line 350, in test_cache_manage_get_cached_images
self.verify_no_images()
File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws…",> line 235, in verify_no_images
self.assertEqual(response.status, 200)
AssertionError: 500 != 200
'500 != 200' = '%s != %s' % (safe_repr(500), safe_repr(200))
'500 != 200' = self._formatMessage('500 != 200', '500 != 200')
>> raise self.failureException('500 != 200')
----------------------------------------------------------------------
XML: nosetests.xml
Slowest 5 tests took 67.45 secs:
[31m 14.11 TestScrubber.test_delayed_delete[0m
[31m 13.76 TestGlanceControl.test_reload[0m
[31m 13.54 TestGlanceControl.test_respawn[0m
[31m 13.49 TestGlanceControl.test_bouncing[0m
[31m 12.55 TestApi.test_unsupported_default_store[0m
----------------------------------------------------------------------
Ran 926 tests in 475.064s
FAILED (SKIP=106, failures=1)
ERROR: InvocationError: '<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws…'>
___________________________________ summary ____________________________________
ERROR: py27: commands failed
+ result=1
+ echo 'Begin pip freeze output from test virtualenv:'
Begin pip freeze output from test virtualenv:
+ echo ======================================================================
======================================================================
+ .tox/py27/bin/pip freeze
Babel==0.9.6
Jinja2==2.6
Paste==1.7.5.1
PasteDeploy==1.5.0
Pygments==1.6
Routes==1.13
SQLAlchemy==0.7.9
Sphinx==1.2b1
Tempita==0.5.1
WebOb==1.0.8
amqp==1.0.11
anyjson==0.3.3
argparse==1.2.1
boto==2.1.1
colorama==0.2.5
coverage==3.6
decorator==3.4.0
distribute==0.6.34
docutils==0.10
eventlet==0.12.1
glance==jenkins-periodic-glance-python27-stable-folsom-222
greenlet==0.4.0
httplib2==0.8
iso8601==0.1.4
jsonschema==1.3.0
kombu==2.5.10
lxml==3.2.0
mox==0.5.3
nose==1.3.0
nose-exclude==0.1.9
nosehtmloutput==0.0.4
openstack.nose-plugin==0.11
passlib==1.6.1
pep8==1.1
pycrypto==2.6
pysendfile==2.0.0
python-swiftclient==1.4.0
repoze.lru==0.6
requests==1.2.0
simplejson==3.3.0
sqlalchemy-migrate==0.7.2
termcolor==1.1.0
wsgiref==0.1.2
xattr==0.6.4
+ 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=./nose_results.html
+ '[' -f ./nose_results.html ']'
++ grep -c 'tr class=.passClass' ./nose_results.html
+ passcount=94
+ '[' 94 -eq 0 ']'
+ exit 1
+ rm -rf /tmp/tmp.4aJrN6M4zv
Build step 'Execute shell' marked build as failure
[SCP] Connecting to static.openstack.org
[SCP] Trying to create /srv/static/logs/periodic/periodic-glance-python27-stable-folsom/222
[SCP] uploading file: '/srv/static/logs/periodic/periodic-glance-python27-stable-folsom/222/nose_results.html'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.
1
1
Build failed in Jenkins: periodic-tempest-devstack-vm-cinder-stable-folsom #222
by OpenStack Jenkins 12 May '13
by OpenStack Jenkins 12 May '13
12 May '13
See <https://jenkins.openstack.org/job/periodic-tempest-devstack-vm-cinder-stabl…>
------------------------------------------
[...truncated 12603 lines...]
s,%FLAVOR_REF%,1,g;
s,%FLAVOR_REF_ALT%,2,g;
s,%COMPUTE_CONFIG_PATH%,/etc/nova/nova.conf,g;
s,%COMPUTE_SOURCE_DIR%,/opt/stack/new/nova,g;
s,%COMPUTE_BIN_DIR%,/usr/bin/nova,g;
s,%COMPUTE_PATH_TO_PRIVATE_KEY%,/opt/stack/new/tempest/id_rsa,g;
s,%COMPUTE_DB_URI%,mysql://root:secret@localhost/nova,g;
s,%IMAGE_HOST%,127.0.0.1,g;
s,%IMAGE_PORT%,9292,g;
s,%IMAGE_API_VERSION%,1,g;
s,%IMAGE_CATALOG_TYPE%,image,g;
s,%COMPUTE_ADMIN_USERNAME%,admin,g;
s,%COMPUTE_ADMIN_PASSWORD%,secret,g;
s,%COMPUTE_ADMIN_TENANT_NAME%,admin,g;
s,%IDENTITY_ADMIN_USERNAME%,admin,g;
s,%IDENTITY_ADMIN_PASSWORD%,secret,g;
s,%IDENTITY_ADMIN_TENANT_NAME%,admin,g;
s,%NETWORK_CATALOG_TYPE%,network,g;
s,%NETWORK_API_VERSION%,2.0,g;
s,%VOLUME_CATALOG_TYPE%,volume,g;
s,%VOLUME_BUILD_INTERVAL%,3,g;
s,%VOLUME_BUILD_TIMEOUT%,300,g;
' -i /opt/stack/new/tempest/etc/tempest.conf
+ echo 'Created tempest configuration file:'
Created tempest configuration file:
+ cat /opt/stack/new/tempest/etc/tempest.conf
[identity]
# This section contains configuration options that a variety of Tempest
# test clients use when authenticating with different user/tenant
# combinations
# Set to True if your test environment's Keystone authentication service should
# be accessed over HTTPS
use_ssl = False
# This is the main host address of the authentication service API
host = 127.0.0.1
# Port that the authentication service API is running on
port = 5000
# Version of the authentication service API (a string)
api_version = v2.0
# Path to the authentication service tokens resource (do not modify unless you
# have a custom authentication API and are not using Keystone)
path = tokens
# Should typically be left as keystone unless you have a non-Keystone
# authentication API service
strategy = keystone
[compute]
# This section contains configuration options used when executing tests
# against the OpenStack Compute API.
# Allows test cases to create/destroy tenants and users. This option
# enables isolated test cases and better parallel execution,
# but also requires that OpenStack Identity API admin credentials
# are known.
allow_tenant_isolation = True
# Allows test cases to create/destroy tenants and users. This option
# enables isolated test cases and better parallel execution,
# but also requires that OpenStack Identity API admin credentials
# are known.
allow_tenant_reuse = True
# This should be the username of a user WITHOUT administrative privileges
username = demo
# The above non-administrative user's password
password = secret
# The above non-administrative user's tenant name
tenant_name = demo
# This should be the username of an alternate user WITHOUT
# administrative privileges
alt_username = alt_demo
# The above non-administrative user's password
alt_password = secret
# The above non-administrative user's tenant name
alt_tenant_name = alt_demo
# Reference data for tests. The ref and ref_alt should be
# distinct images/flavors.
image_ref = befcc2b9-f737-465d-bdb2-594660a340e0
image_ref_alt = befcc2b9-f737-465d-bdb2-594660a340e0
flavor_ref = 1
flavor_ref_alt = 2
# Number of seconds to wait while looping to check the status of an
# instance that is building.
build_interval = 3
# Number of seconds to time out on waiting for an instance
# to build or reach an expected status
build_timeout = 400
# The type of endpoint for a Compute API service. Unless you have a
# custom Keystone service catalog implementation, you probably want to leave
# this value as "compute"
catalog_type = compute
# Does the Compute API support creation of images?
create_image_enabled = True
# For resize to work with libvirt/kvm, one of the following must be true:
# Single node: allow_resize_to_same_host=True must be set in nova.conf
# Cluster: the 'nova' user must have scp access between cluster nodes
resize_available = False
# Does the compute API support changing the admin password?
change_password_available = False
# Level to log Compute API request/response details.
log_level = ERROR
# Whitebox options for compute. Whitebox options enable the
# whitebox test cases, which look at internal Nova database state,
# SSH into VMs to check instance state, etc.
# Should we run whitebox tests for Compute?
whitebox_enabled = True
# Path of nova source directory
source_dir = /opt/stack/new/nova
# Path of nova configuration file
config_path = /etc/nova/nova.conf
# Directory containing nova binaries such as nova-manage
bin_dir = /usr/bin/nova
# Path to a private key file for SSH access to remote hosts
path_to_private_key = /opt/stack/new/tempest/id_rsa
# Connection string to the database of Compute service
db_uri = mysql://root:secret@localhost/nova
[image]
# This section contains configuration options used when executing tests
# against the OpenStack Images API
# The type of endpoint for an Image API service. Unless you have a
# custom Keystone service catalog implementation, you probably want to leave
# this value as "image"
catalog_type = image
# The version of the OpenStack Images API to use
api_version = 1
# This is the main host address of the Image API
host = 127.0.0.1
# Port that the Image API is running on
port = 9292
# This should be the username of a user WITHOUT administrative privileges
username = demo
# The above non-administrative user's password
password = secret
# The above non-administrative user's tenant name
tenant_name = demo
[compute-admin]
# This section contains configuration options for an administrative
# user of the Compute API. These options are used in tests that stress
# the admin-only parts of the Compute API
# This should be the username of a user WITH administrative privileges
username = admin
# The above administrative user's password
password = secret
# The above administrative user's tenant name
tenant_name = admin
[identity-admin]
# This section contains configuration options for an administrative
# user of the Compute API. These options are used in tests that stress
# the admin-only parts of the Compute API
# This should be the username of a user WITH administrative privileges
username = admin
# The above administrative user's password
password = secret
# The above administrative user's tenant name
tenant_name = admin
[volume]
# This section contains the configuration options used when executing tests
# against the OpenStack Block Storage API service
# The type of endpoint for a Cinder or Block Storage API service.
# Unless you have a custom Keystone service catalog implementation, you
# probably want to leave this value as "volume"
catalog_type = volume
# Number of seconds to wait while looping to check the status of a
# volume that is being made available
build_interval = 3
# Number of seconds to time out on waiting for a volume
# to be available or reach an expected status
build_timeout = 300
+ echo '\n'
\n
+ echo '**************************************************'
**************************************************
+ echo 'Finished Configuring Tempest'
Finished Configuring Tempest
+ echo '**************************************************'
**************************************************
Running tempest smoke tests
ERROR: unknown environment 'smoke'
Process leaked file descriptors. See http://wiki.jenkins-ci.org/display/JENKINS/Spawning+processes+from+build for more information
Build step 'Execute shell' marked build as failure
[SCP] Connecting to static.openstack.org
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/222
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/222/logs
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/222/logs/devstack-gate-cleanup-host.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/222/logs/devstack-gate-setup-host.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/222/logs/devstack-gate-setup-workspace-new.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/222/logs/devstacklog.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/222/logs/iptables.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/222/logs/kern_log.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/222/logs/localrc.txt.gz'
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/222/logs/mysql
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/222/logs/mysql/error.txt.gz'
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/222/logs/rabbitmq
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/222/logs/rabbitmq/rabbit(a)devstack-1368221514-sasl.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/222/logs/rabbitmq/rabbit(a)devstack-1368221514.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/222/logs/rabbitmq/startup_log.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/222/logs/screen-c-api.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/222/logs/screen-c-sch.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/222/logs/screen-c-vol.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/222/logs/screen-g-api.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/222/logs/screen-g-reg.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/222/logs/screen-horizon.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/222/logs/screen-key.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/222/logs/screen-n-api.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/222/logs/screen-n-cpu.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/222/logs/screen-n-crt.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/222/logs/screen-n-net.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/222/logs/screen-n-obj.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/222/logs/screen-n-sch.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/222/logs/screen-swift.txt.gz'
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/222/logs/sudoers.d
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/222/logs/sudoers.d/90-cloudimg-ubuntu.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/222/logs/sudoers.d/README.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/222/logs/sudoers.d/cinder-rootwrap.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/222/logs/sudoers.d/jenkins-sudo-grep.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/222/logs/sudoers.d/nova-rootwrap.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/222/logs/sudoers.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-cinder-stable-folsom/222/logs/syslog.txt.gz'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.
1
1
Build failed in Jenkins: periodic-tempest-devstack-vm-stable-folsom #222
by OpenStack Jenkins 12 May '13
by OpenStack Jenkins 12 May '13
12 May '13
See <https://jenkins.openstack.org/job/periodic-tempest-devstack-vm-stable-folso…>
------------------------------------------
[...truncated 11851 lines...]
s,%SSH_TIMEOUT%,4,g;
s,%IMAGE_ID%,25061de0-460b-4b14-bae9-ad647453c2f6,g;
s,%IMAGE_ID_ALT%,25061de0-460b-4b14-bae9-ad647453c2f6,g;
s,%FLAVOR_REF%,1,g;
s,%FLAVOR_REF_ALT%,2,g;
s,%COMPUTE_CONFIG_PATH%,/etc/nova/nova.conf,g;
s,%COMPUTE_SOURCE_DIR%,/opt/stack/new/nova,g;
s,%COMPUTE_BIN_DIR%,/usr/bin/nova,g;
s,%COMPUTE_PATH_TO_PRIVATE_KEY%,/opt/stack/new/tempest/id_rsa,g;
s,%COMPUTE_DB_URI%,mysql://root:secret@localhost/nova,g;
s,%IMAGE_HOST%,127.0.0.1,g;
s,%IMAGE_PORT%,9292,g;
s,%IMAGE_API_VERSION%,1,g;
s,%IMAGE_CATALOG_TYPE%,image,g;
s,%COMPUTE_ADMIN_USERNAME%,admin,g;
s,%COMPUTE_ADMIN_PASSWORD%,secret,g;
s,%COMPUTE_ADMIN_TENANT_NAME%,admin,g;
s,%IDENTITY_ADMIN_USERNAME%,admin,g;
s,%IDENTITY_ADMIN_PASSWORD%,secret,g;
s,%IDENTITY_ADMIN_TENANT_NAME%,admin,g;
s,%NETWORK_CATALOG_TYPE%,network,g;
s,%NETWORK_API_VERSION%,2.0,g;
s,%VOLUME_CATALOG_TYPE%,volume,g;
s,%VOLUME_BUILD_INTERVAL%,3,g;
s,%VOLUME_BUILD_TIMEOUT%,300,g;
' -i /opt/stack/new/tempest/etc/tempest.conf
+ echo 'Created tempest configuration file:'
Created tempest configuration file:
+ cat /opt/stack/new/tempest/etc/tempest.conf
[identity]
# This section contains configuration options that a variety of Tempest
# test clients use when authenticating with different user/tenant
# combinations
# Set to True if your test environment's Keystone authentication service should
# be accessed over HTTPS
use_ssl = False
# This is the main host address of the authentication service API
host = 127.0.0.1
# Port that the authentication service API is running on
port = 5000
# Version of the authentication service API (a string)
api_version = v2.0
# Path to the authentication service tokens resource (do not modify unless you
# have a custom authentication API and are not using Keystone)
path = tokens
# Should typically be left as keystone unless you have a non-Keystone
# authentication API service
strategy = keystone
[compute]
# This section contains configuration options used when executing tests
# against the OpenStack Compute API.
# Allows test cases to create/destroy tenants and users. This option
# enables isolated test cases and better parallel execution,
# but also requires that OpenStack Identity API admin credentials
# are known.
allow_tenant_isolation = True
# Allows test cases to create/destroy tenants and users. This option
# enables isolated test cases and better parallel execution,
# but also requires that OpenStack Identity API admin credentials
# are known.
allow_tenant_reuse = True
# This should be the username of a user WITHOUT administrative privileges
username = demo
# The above non-administrative user's password
password = secret
# The above non-administrative user's tenant name
tenant_name = demo
# This should be the username of an alternate user WITHOUT
# administrative privileges
alt_username = alt_demo
# The above non-administrative user's password
alt_password = secret
# The above non-administrative user's tenant name
alt_tenant_name = alt_demo
# Reference data for tests. The ref and ref_alt should be
# distinct images/flavors.
image_ref = 25061de0-460b-4b14-bae9-ad647453c2f6
image_ref_alt = 25061de0-460b-4b14-bae9-ad647453c2f6
flavor_ref = 1
flavor_ref_alt = 2
# Number of seconds to wait while looping to check the status of an
# instance that is building.
build_interval = 3
# Number of seconds to time out on waiting for an instance
# to build or reach an expected status
build_timeout = 400
# The type of endpoint for a Compute API service. Unless you have a
# custom Keystone service catalog implementation, you probably want to leave
# this value as "compute"
catalog_type = compute
# Does the Compute API support creation of images?
create_image_enabled = True
# For resize to work with libvirt/kvm, one of the following must be true:
# Single node: allow_resize_to_same_host=True must be set in nova.conf
# Cluster: the 'nova' user must have scp access between cluster nodes
resize_available = False
# Does the compute API support changing the admin password?
change_password_available = False
# Level to log Compute API request/response details.
log_level = ERROR
# Whitebox options for compute. Whitebox options enable the
# whitebox test cases, which look at internal Nova database state,
# SSH into VMs to check instance state, etc.
# Should we run whitebox tests for Compute?
whitebox_enabled = True
# Path of nova source directory
source_dir = /opt/stack/new/nova
# Path of nova configuration file
config_path = /etc/nova/nova.conf
# Directory containing nova binaries such as nova-manage
bin_dir = /usr/bin/nova
# Path to a private key file for SSH access to remote hosts
path_to_private_key = /opt/stack/new/tempest/id_rsa
# Connection string to the database of Compute service
db_uri = mysql://root:secret@localhost/nova
[image]
# This section contains configuration options used when executing tests
# against the OpenStack Images API
# The type of endpoint for an Image API service. Unless you have a
# custom Keystone service catalog implementation, you probably want to leave
# this value as "image"
catalog_type = image
# The version of the OpenStack Images API to use
api_version = 1
# This is the main host address of the Image API
host = 127.0.0.1
# Port that the Image API is running on
port = 9292
# This should be the username of a user WITHOUT administrative privileges
username = demo
# The above non-administrative user's password
password = secret
# The above non-administrative user's tenant name
tenant_name = demo
[compute-admin]
# This section contains configuration options for an administrative
# user of the Compute API. These options are used in tests that stress
# the admin-only parts of the Compute API
# This should be the username of a user WITH administrative privileges
username = admin
# The above administrative user's password
password = secret
# The above administrative user's tenant name
tenant_name = admin
[identity-admin]
# This section contains configuration options for an administrative
# user of the Compute API. These options are used in tests that stress
# the admin-only parts of the Compute API
# This should be the username of a user WITH administrative privileges
username = admin
# The above administrative user's password
password = secret
# The above administrative user's tenant name
tenant_name = admin
[volume]
# This section contains the configuration options used when executing tests
# against the OpenStack Block Storage API service
# The type of endpoint for a Cinder or Block Storage API service.
# Unless you have a custom Keystone service catalog implementation, you
# probably want to leave this value as "volume"
catalog_type = volume
# Number of seconds to wait while looping to check the status of a
# volume that is being made available
build_interval = 3
# Number of seconds to time out on waiting for a volume
# to be available or reach an expected status
build_timeout = 300
+ echo '\n'
\n
+ echo '**************************************************'
**************************************************
+ echo 'Finished Configuring Tempest'
Finished Configuring Tempest
+ echo '**************************************************'
**************************************************
Running tempest smoke tests
ERROR: unknown environment 'smoke'
Process leaked file descriptors. See http://wiki.jenkins-ci.org/display/JENKINS/Spawning+processes+from+build for more information
Build step 'Execute shell' marked build as failure
[SCP] Connecting to static.openstack.org
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/222
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/222/logs
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/222/logs/devstack-gate-cleanup-host.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/222/logs/devstack-gate-setup-host.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/222/logs/devstack-gate-setup-workspace-new.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/222/logs/devstacklog.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/222/logs/iptables.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/222/logs/kern_log.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/222/logs/localrc.txt.gz'
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/222/logs/mysql
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/222/logs/mysql/error.txt.gz'
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/222/logs/rabbitmq
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/222/logs/rabbitmq/rabbit(a)devstack-1368243706-sasl.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/222/logs/rabbitmq/rabbit(a)devstack-1368243706.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/222/logs/rabbitmq/startup_log.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/222/logs/screen-g-api.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/222/logs/screen-g-reg.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/222/logs/screen-horizon.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/222/logs/screen-key.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/222/logs/screen-n-api.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/222/logs/screen-n-cpu.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/222/logs/screen-n-crt.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/222/logs/screen-n-net.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/222/logs/screen-n-obj.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/222/logs/screen-n-sch.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/222/logs/screen-n-vol.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/222/logs/screen-swift.txt.gz'
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/222/logs/sudoers.d
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/222/logs/sudoers.d/90-cloudimg-ubuntu.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/222/logs/sudoers.d/README.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/222/logs/sudoers.d/jenkins-sudo-grep.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/222/logs/sudoers.d/nova-rootwrap.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/222/logs/sudoers.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/222/logs/syslog.txt.gz'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.
1
1
Build failed in Jenkins: periodic-glance-python26-stable-grizzly-centos6 #10
by OpenStack Jenkins 11 May '13
by OpenStack Jenkins 11 May '13
11 May '13
See <https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly-c…>
Changes:
[Alan Pevec] Bump stable/grizzly next version to 2013.1.2
------------------------------------------
[...truncated 1159 lines...]
TestStoreImage
test_image_delayed_delete [32mOK [0m[32m 0.00[0m
test_image_delete [32mOK [0m[32m 0.00[0m
test_image_get_data [32mOK [0m[32m 0.00[0m
test_image_set_data [32mOK [0m[32m 0.00[0m
test_image_set_data_unknown_size [32mOK [0m[32m 0.00[0m
TestStoreImageRepo
test_add_fetches_members_if_private [32mOK [0m[32m 0.00[0m
test_add_ignores_acls_if_no_locations [32mOK [0m[32m 0.00[0m
test_add_updates_acls [32mOK [0m[32m 0.00[0m
test_member_addition_updates_acls [32mOK [0m[32m 0.00[0m
test_member_removal_updates_acls [32mOK [0m[32m 0.00[0m
test_save_fetches_members_if_private [32mOK [0m[32m 0.00[0m
test_save_updates_acls [32mOK [0m[32m 0.00[0m
TestStoreLocation
test_bad_store_scheme [32mOK [0m[32m 0.01[0m
test_filesystem_store_location [32mOK [0m[32m 0.01[0m
test_get_location_from_uri_back_to_uri [32mOK [0m[32m 0.01[0m
test_get_store_from_scheme [32mOK [0m[32m 0.01[0m
test_http_store_location [32mOK [0m[32m 0.01[0m
test_rbd_store_location [32mOK [0m[32m 0.02[0m
test_s3_store_location [32mOK [0m[32m 0.01[0m
test_swift_store_location [32mOK [0m[32m 0.01[0m
TestChunkReader
test_read_all_data [32mOK [0m[32m 0.01[0m
TestCreatingLocations
test_multi_tenant_location [32mOK [0m[32m 0.01[0m
test_multi_tenant_location_custom_service_type [32mOK [0m[32m 0.01[0m
test_multi_tenant_location_http [32mOK [0m[32m 0.01[0m
test_multi_tenant_location_with_region [32mOK [0m[32m 0.01[0m
test_single_tenant_location [32mOK [0m[32m 0.01[0m
test_single_tenant_location_http [32mOK [0m[32m 0.01[0m
TestMultiTenantStoreConnections
test_basic_connection [32mOK [0m[32m 0.01[0m
test_connection_with_snet [32mOK [0m[32m 0.01[0m
TestSingleTenantStoreConnections
test_basic_connection [32mOK [0m[32m 0.01[0m
test_connection_invalid_user [32mOK [0m[32m 0.01[0m
test_connection_missing_user [32mOK [0m[32m 0.01[0m
test_connection_with_auth_v1 [32mOK [0m[32m 0.01[0m
test_connection_with_endpoint_type [32mOK [0m[32m 0.01[0m
test_connection_with_no_trailing_slash [32mOK [0m[32m 0.01[0m
test_connection_with_region [32mOK [0m[32m 0.01[0m
test_connection_with_service_type [32mOK [0m[32m 0.01[0m
test_connection_with_snet [32mOK [0m[32m 0.01[0m
TestStoreAuthV1
test_add [32mOK [0m[32m 0.01[0m
test_add_already_existing [32mOK [0m[32m 0.01[0m
test_add_auth_url_variations [32mOK [0m[32m 0.02[0m
test_add_large_object [32mOK [0m[32m 0.01[0m
test_add_large_object_zero_size [32mOK [0m[32m 0.01[0m
test_add_no_container_and_create [32mOK [0m[32m 0.01[0m
test_add_no_container_no_create [32mOK [0m[32m 0.00[0m
test_delete [32mOK [0m[32m 0.00[0m
test_delete_non_existing [32mOK [0m[32m 0.00[0m
test_get [32mOK [0m[32m 0.00[0m
test_get_non_existing [32mOK [0m[32m 0.01[0m
test_get_size [32mOK [0m[32m 0.00[0m
test_get_size_with_multi_tenant_on [32mOK [0m[32m 0.00[0m
test_get_with_http_auth [32mOK [0m[32m 0.00[0m
test_no_auth_address [32mOK [0m[32m 0.01[0m
test_no_key [32mOK [0m[32m 0.01[0m
test_no_user [32mOK [0m[32m 0.00[0m
test_read_acl_public [32mOK [0m[32m 0.00[0m
test_read_acl_tenants [32mOK [0m[32m 0.01[0m
test_read_write_public [32mOK [0m[32m 0.00[0m
TestStoreAuthV2
test_add [32mOK [0m[32m 0.00[0m
test_add_already_existing [32mOK [0m[32m 0.01[0m
test_add_auth_url_variations [32mOK [0m[32m 0.01[0m
test_add_large_object [32mOK [0m[32m 0.01[0m
test_add_large_object_zero_size [32mOK [0m[32m 0.01[0m
test_add_no_container_and_create [32mOK [0m[32m 0.01[0m
test_add_no_container_no_create [32mOK [0m[32m 0.01[0m
test_delete [32mOK [0m[32m 0.00[0m
test_delete_non_existing [32mOK [0m[32m 0.01[0m
test_get [32mOK [0m[32m 0.00[0m
test_get_non_existing [32mOK [0m[32m 0.00[0m
test_get_size [32mOK [0m[32m 0.00[0m
test_get_size_with_multi_tenant_on [32mOK [0m[32m 0.00[0m
test_get_with_http_auth [32mOK [0m[32m 0.01[0m
test_no_auth_address [32mOK [0m[32m 0.00[0m
test_no_key [32mOK [0m[32m 0.00[0m
test_no_user [32mOK [0m[32m 0.00[0m
test_read_acl_public [32mOK [0m[32m 0.01[0m
test_read_acl_tenants [32mOK [0m[32m 0.01[0m
test_read_write_public [32mOK [0m[32m 0.01[0m
test_v2_multi_tenant_location [32mOK [0m[32m 0.00[0m
test_v2_with_no_tenant [32mOK [0m[32m 0.01[0m
TestUtils
test_cooperative_reader [32mOK [0m[33m 0.05[0m
test_cooperative_reader_of_iterator [32mOK [0m[32m 0.00[0m
test_limiting_reader [32mOK [0m[32m 0.01[0m
test_limiting_reader_fails [32mOK [0m[32m 0.01[0m
VersionNegotiationTest
test_request_accept_v1 [32mOK [0m[32m 0.01[0m
test_request_url_v1 [32mOK [0m[32m 0.01[0m
test_request_url_v1_0 [32mOK [0m[32m 0.01[0m
test_request_url_v1_1 [32mOK [0m[32m 0.01[0m
test_request_url_v2 [32mOK [0m[32m 0.01[0m
test_request_url_v2_0 [32mOK [0m[32m 0.01[0m
test_request_url_v2_1 [32mOK [0m[32m 0.01[0m
test_request_url_v2_2_unsupported [32mOK [0m[32m 0.01[0m
test_request_url_v3_unsupported [32mOK [0m[32m 0.01[0m
VersionsTest
test_get_version_list [32mOK [0m[32m 0.01[0m
JSONRequestDeserializerTest
test_default_no_body [32mOK [0m[32m 0.00[0m
test_default_with_body [32mOK [0m[32m 0.00[0m
test_from_json [32mOK [0m[32m 0.00[0m
test_from_json_malformed [32mOK [0m[32m 0.00[0m
test_has_body_has_content_length [32mOK [0m[32m 0.00[0m
test_has_body_no_content_length [32mOK [0m[32m 0.00[0m
test_has_body_zero_content_length [32mOK [0m[32m 0.00[0m
test_no_body_no_content_length [32mOK [0m[32m 0.00[0m
JSONResponseSerializerTest
test_default [32mOK [0m[32m 0.00[0m
test_to_json [32mOK [0m[32m 0.00[0m
RequestTest
test_content_type_accept_default [32mOK [0m[32m 0.00[0m
test_content_type_from_accept_json [32mOK [0m[32m 0.00[0m
test_content_type_from_accept_json_xml_quality [32mOK [0m[32m 0.00[0m
test_content_type_from_accept_xml [32mOK [0m[32m 0.00[0m
test_content_type_from_accept_xml_json [32mOK [0m[32m 0.00[0m
test_content_type_missing [32mOK [0m[32m 0.00[0m
test_content_type_unsupported [32mOK [0m[32m 0.00[0m
test_content_type_with_charset [32mOK [0m[32m 0.00[0m
ResourceTest
test_dispatch [32mOK [0m[32m 0.00[0m
test_dispatch_default [32mOK [0m[32m 0.00[0m
test_dispatch_no_default [32mOK [0m[32m 0.00[0m
test_get_action_args [32mOK [0m[32m 0.00[0m
TestHelpers
test_data_passed_properly_through_headers [32mOK [0m[32m 0.00[0m
test_headers_are_unicode [32mOK [0m[32m 0.00[0m
TestMonkeyPatch
test_time_is_monkey_patched [32mOK [0m[32m 0.00[0m
======================================================================
FAIL: glance.tests.functional.test_bin_glance_control.TestGlanceControl.test_bouncing
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly-c…",> line 121, in wrapped
func(*a, **kwargs)
File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly-c…",> line 192, in test_bouncing
self.assertTrue(launch_msg is None, launch_msg)
AssertionError: Unexpected server launch status
----------------------------------------------------------------------
XML: nosetests.xml
Slowest 5 tests took 91.77 secs:
[31m 26.48 TestScrubber.test_scrubber_app[0m
[31m 20.86 TestScrubber.test_delayed_delete[0m
[31m 15.03 TestRootApi.test_version_configurations[0m
[31m 14.83 TestGlanceControl.test_reload[0m
[31m 14.57 TestGlanceControl.test_respawn[0m
----------------------------------------------------------------------
Ran 1102 tests in 616.994s
FAILED (SKIP=38, failures=1)
ERROR: InvocationError: '<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly-c…'>
___________________________________ summary ____________________________________
ERROR: py26: commands failed
+ result=1
+ echo 'Begin pip freeze output from test virtualenv:'
Begin pip freeze output from test virtualenv:
+ echo ======================================================================
======================================================================
+ .tox/py26/bin/pip freeze
Babel==0.9.6
Jinja2==2.6
MySQL-python==1.2.4
Paste==1.7.5.1
PasteDeploy==1.5.0
Pygments==1.6
Routes==1.13
SQLAlchemy==0.7.9
Sphinx==1.2b1
Tempita==0.5.1
WebOb==1.2.3
amqp==1.0.11
anyjson==0.3.3
argparse==1.2.1
boto==2.9.2
colorama==0.2.5
coverage==3.6
decorator==3.4.0
distribute==0.6.34
docutils==0.10
eventlet==0.12.1
extras==0.0.3
fixtures==0.3.12
glance==jenkins.periodic.glance.python26.stable.grizzly.centos6.10
greenlet==0.4.0
httplib2==0.8
importlib==1.0.2
iso8601==0.1.4
jsonschema==1.3.0
kombu==2.5.10
lxml==3.2.0
mox==0.5.3
nose==1.3.0
nose-exclude==0.1.9
nosehtmloutput==0.0.4
openstack.nose-plugin==0.11
ordereddict==1.1
oslo.config==1.1.0
passlib==1.6.1
pep8==1.3.3
prettytable==0.7.2
psycopg2==2.5
pycrypto==2.6
pysendfile==2.0.0
python-keystoneclient==0.2.3
python-mimeparse==0.1.4
python-swiftclient==1.4.0
repoze.lru==0.6
requests==1.2.0
simplejson==3.3.0
sqlalchemy-migrate==0.7.2
termcolor==1.1.0
testtools==0.9.31
wsgiref==0.1.2
xattr==0.6.4
+ 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=./nose_results.html
+ '[' -f ./nose_results.html ']'
++ grep -c 'tr class=.passClass' ./nose_results.html
+ passcount=127
+ '[' 127 -eq 0 ']'
+ exit 1
+ rm -rf /tmp/tmp.fMShhzwO58
Build step 'Execute shell' marked build as failure
[SCP] Connecting to static.openstack.org
[SCP] Trying to create /srv/static/logs/periodic/periodic-glance-python26-stable-grizzly-centos6/10
[SCP] uploading file: '/srv/static/logs/periodic/periodic-glance-python26-stable-grizzly-centos6/10/nose_results.html'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.
1
1
Build failed in Jenkins: periodic-nova-python26-stable-grizzly-centos6 #1
by OpenStack Jenkins 10 May '13
by OpenStack Jenkins 10 May '13
10 May '13
See <https://jenkins.openstack.org/job/periodic-nova-python26-stable-grizzly-cen…>
------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on centos6-3 in workspace <https://jenkins.openstack.org/job/periodic-nova-python26-stable-grizzly-cen…>
Checkout:periodic-nova-python26-stable-grizzly-centos6 / <https://jenkins.openstack.org/job/periodic-nova-python26-stable-grizzly-cen…> - hudson.remoting.Channel@7b18f61:centos6-3
Using strategy: Default
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository git://github.com/openstack/nova.git
git --version
git version 1.7.1
Fetching upstream changes from git://github.com/openstack/nova.git
Commencing build of Revision c18519501af57e91deb35792c53e542116ccba64 (origin/stable/grizzly)
Checking out Revision c18519501af57e91deb35792c53e542116ccba64 (origin/stable/grizzly)
No change to record in branch origin/stable/grizzly
[periodic-nova-python26-stable-grizzly-centos6] $ /bin/bash -xe /tmp/hudson4263540477832648432.sh
+ /usr/local/jenkins/slave_scripts/run-tox.sh 26 openstack nova
+ version=26
+ org=openstack
+ project=nova
+ [[ -z 26 ]]
+ [[ -z openstack ]]
+ [[ -z nova ]]
+ venv=py26
+ export NOSE_WITH_XUNIT=1
+ NOSE_WITH_XUNIT=1
+ export NOSE_WITH_HTML_OUTPUT=1
+ NOSE_WITH_HTML_OUTPUT=1
+ export NOSE_HTML_OUT_FILE=nose_results.html
+ NOSE_HTML_OUT_FILE=nose_results.html
++ /bin/mktemp -d
+ export TMPDIR=/tmp/tmp.pFYyAowYbr
+ TMPDIR=/tmp/tmp.pFYyAowYbr
+ trap 'rm -rf /tmp/tmp.pFYyAowYbr' EXIT
+ /usr/local/jenkins/slave_scripts/jenkins-oom-grep.sh pre
+ sudo /usr/local/jenkins/slave_scripts/jenkins-sudo-grep.sh pre
grep: /var/log/auth.log: No such file or directory
+ /usr/local/jenkins/slave_scripts/select-mirror.sh openstack nova
+ org=openstack
+ project=nova
+ [[ -z openstack ]]
+ [[ -z nova ]]
+ rm -f /home/jenkins/.pydistutils.cfg
+ mkdir -p /home/jenkins/.pip
+ rm -f /home/jenkins/.pip/pip.conf
+ '[' openstack == openstack ']'
+ '[' nova == requirements ']'
+ '[' openstack == openstack ']'
+ cat
+ cat
+ python setup.py --version
jenkins.periodic.nova.python26.stable.grizzly.centos6.1
+ tox -epy26
GLOB sdist-make: <https://jenkins.openstack.org/job/periodic-nova-python26-stable-grizzly-cen…>
py26 create: <https://jenkins.openstack.org/job/periodic-nova-python26-stable-grizzly-cen…>
py26 installdeps: -r<https://jenkins.openstack.org/job/periodic-nova-python26-stable-grizzly-cen…,> -r<https://jenkins.openstack.org/job/periodic-nova-python26-stable-grizzly-cen…>
py26 inst: <https://jenkins.openstack.org/job/periodic-nova-python26-stable-grizzly-cen…>
py26 runtests: commands[0]
py26 runtests: commands[1]
running testr
running=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 OS_TEST_TIMEOUT=60 ${PYTHON:-python} -m subunit.run discover -t ./ ./nova/tests --list
running=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 OS_TEST_TIMEOUT=60 ${PYTHON:-python} -m subunit.run discover -t ./ ./nova/tests --load-list /tmp/tmp.pFYyAowYbr/tmp3CL81d
running=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 OS_TEST_TIMEOUT=60 ${PYTHON:-python} -m subunit.run discover -t ./ ./nova/tests --load-list /tmp/tmp.pFYyAowYbr/tmpTznPfJ
running=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 OS_TEST_TIMEOUT=60 ${PYTHON:-python} -m subunit.run discover -t ./ ./nova/tests --load-list /tmp/tmp.pFYyAowYbr/tmpAcSqr_
running=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 OS_TEST_TIMEOUT=60 ${PYTHON:-python} -m subunit.run discover -t ./ ./nova/tests --load-list /tmp/tmp.pFYyAowYbr/tmpy1gZD8
======================================================================
FAIL: nova.tests.test_db_api.ArchiveTestCase.test_archive_deleted_rows_fk_constraint
tags: worker-3
----------------------------------------------------------------------
Empty attachments:
pythonlogging:'nova'
stderr
stdout
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-grizzly-cen…",> line 2597, in test_archive_deleted_rows_fk_constraint
self.assertEqual(num, 1)
MismatchError: 0 != 1
======================================================================
FAIL: process-returncode
tags: worker-3
----------------------------------------------------------------------
Binary content:
traceback (test/plain; charset="utf8")
Ran 5539 tests in 421.129s
FAILED (id=0, failures=2, skips=12)
error: testr failed (1)
ERROR: InvocationError: '<https://jenkins.openstack.org/job/periodic-nova-python26-stable-grizzly-cen…> setup.py testr --slowest --testr-args='
___________________________________ 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
MySQL-python==1.2.4
Paste==1.7.5.1
PasteDeploy==1.5.0
Pygments==1.6
Routes==1.13
SQLAlchemy==0.7.10
Sphinx==1.2b1
Tempita==0.5.1
WebOb==1.2.3
amqp==1.0.11
amqplib==1.0.2
anyjson==0.3.3
argparse==1.2.1
boto==2.9.0
cliff==1.3.2
cmd2==0.6.4
coverage==3.6
decorator==3.4.0
discover==0.4.0
distribute==0.6.34
docutils==0.10
eventlet==0.12.1
extras==0.0.3
feedparser==5.1.3
fixtures==0.3.12
greenlet==0.4.0
httplib2==0.8
importlib==1.0.2
iso8601==0.1.4
jsonpatch==1.0
jsonpointer==1.0
jsonschema==1.3.0
kombu==2.5.10
logilab-astng==0.24.3
logilab-common==0.59.1
lxml==3.2.0
mox==0.5.3
netaddr==0.7.10
nova==jenkins.periodic.nova.python26.stable.grizzly.centos6.1
numpy==1.7.1
ordereddict==1.1
oslo.config==1.1.0
paramiko==1.10.1
pep8==1.3.3
prettytable==0.7.2
psycopg2==2.5
pyOpenSSL==0.13
pyasn1==0.1.6
pycrypto==2.6
pyflakes==0.7.2
pylint==0.25.2
pyparsing==1.5.7
python-cinderclient==1.0.3
python-glanceclient==0.9.0
python-keystoneclient==0.2.3
python-mimeparse==0.1.4
python-quantumclient==2.2.1
python-subunit==0.0.11
repoze.lru==0.6
requests==1.2.0
setuptools-git==1.0b1
simplejson==3.1.3
sqlalchemy-migrate==0.7.2
stevedore==0.8
suds==0.4
testrepository==0.0.15
testtools==0.9.31
unittest2==0.5.1
warlock==1.0.0
websockify==0.3.0
+ echo ======================================================================
======================================================================
+ '[' -d .testrepository ']'
+ '[' -f .testrepository/0.2 ']'
+ '[' -f .testrepository/0 ']'
+ cp .testrepository/0 ./subunit_log.txt
+ .tox/py26/bin/python /usr/local/jenkins/slave_scripts/subunit2html.py ./subunit_log.txt testr_results.html
nova.tests.test_db_api.ArchiveTestCase.test_archive_deleted_rows_fk_constraint (subunit.RemotedTestCase)
process-returncode (subunit.RemotedTestCase)
+ gzip -9 ./subunit_log.txt
+ gzip -9 ./testr_results.html
++ .tox/py26/bin/python .tox/py26/bin/testr list-tests
++ sed -e 1d
++ wc -l
/usr/bin/python: No module named subunit
+ foundcount=0
++ .tox/py26/bin/python .tox/py26/bin/testr last
++ sed -ne 's/Ran \([0-9]\+\).*tests in.*/\1/p'
+ rancount=5539
+ '[' 5539 -lt 0 ']'
+ 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.pFYyAowYbr
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-grizzly-centos6
[SCP] Trying to create /srv/static/logs/periodic/periodic-nova-python26-stable-grizzly-centos6/1
[SCP] Copying console log.
1
9
Build failed in Jenkins: periodic-keystone-python26-stable-grizzly-centos6 #4
by OpenStack Jenkins 10 May '13
by OpenStack Jenkins 10 May '13
10 May '13
See <https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…>
------------------------------------------
[...truncated 3973 lines...]
keystone.common.wsgi: DEBUG: Starting .tox/py26/bin/nosetests on 127.0.0.1:0
keystone.common.wsgi: DEBUG: Starting .tox/py26/bin/nosetests on 127.0.0.1:0
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): localhost
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test_user_list_404 (test_keystoneclient_sql.KcMasterSqlTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…",> line 489, in test_user_list_404
client = self.get_client(admin=True)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…",> line 98, in get_client
admin=admin)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…",> line 80, in _client
kc.authenticate()
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…",> line 205, in authenticate
token)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…",> line 180, in get_raw_token_from_identity_service
"%s" % e)
AuthorizationFailure: Authorization Failed: <attribute 'message' of 'exceptions.BaseException' objects> (HTTP Unable to establish connection to http://localhost:47828/v2.0/tokens)
-------------------- >> begin captured logging << --------------------
keystone.common.wsgi: DEBUG: Starting .tox/py26/bin/nosetests on 127.0.0.1:0
keystone.common.wsgi: DEBUG: Starting .tox/py26/bin/nosetests on 127.0.0.1:0
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): localhost
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test_user_role_add_404 (test_keystoneclient_sql.KcMasterSqlTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…",> line 823, in test_user_role_add_404
client = self.get_client(admin=True)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…",> line 98, in get_client
admin=admin)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…",> line 80, in _client
kc.authenticate()
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…",> line 205, in authenticate
token)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…",> line 180, in get_raw_token_from_identity_service
"%s" % e)
AuthorizationFailure: Authorization Failed: <attribute 'message' of 'exceptions.BaseException' objects> (HTTP Unable to establish connection to http://localhost:54699/v2.0/tokens)
-------------------- >> begin captured logging << --------------------
keystone.common.wsgi: DEBUG: Starting .tox/py26/bin/nosetests on 127.0.0.1:0
keystone.common.wsgi: DEBUG: Starting .tox/py26/bin/nosetests on 127.0.0.1:0
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): localhost
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test_user_role_remove_404 (test_keystoneclient_sql.KcMasterSqlTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…",> line 842, in test_user_role_remove_404
client = self.get_client(admin=True)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…",> line 98, in get_client
admin=admin)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…",> line 80, in _client
kc.authenticate()
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…",> line 205, in authenticate
token)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…",> line 180, in get_raw_token_from_identity_service
"%s" % e)
AuthorizationFailure: Authorization Failed: <attribute 'message' of 'exceptions.BaseException' objects> (HTTP Unable to establish connection to http://localhost:58481/v2.0/tokens)
-------------------- >> begin captured logging << --------------------
keystone.common.wsgi: DEBUG: Starting .tox/py26/bin/nosetests on 127.0.0.1:0
keystone.common.wsgi: DEBUG: Starting .tox/py26/bin/nosetests on 127.0.0.1:0
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): localhost
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test_user_update_404 (test_keystoneclient_sql.KcMasterSqlTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…",> line 496, in test_user_update_404
client = self.get_client(admin=True)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…",> line 98, in get_client
admin=admin)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…",> line 80, in _client
kc.authenticate()
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…",> line 205, in authenticate
token)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…",> line 180, in get_raw_token_from_identity_service
"%s" % e)
AuthorizationFailure: Authorization Failed: <attribute 'message' of 'exceptions.BaseException' objects> (HTTP Unable to establish connection to http://localhost:52085/v2.0/tokens)
-------------------- >> begin captured logging << --------------------
keystone.common.wsgi: DEBUG: Starting .tox/py26/bin/nosetests on 127.0.0.1:0
keystone.common.wsgi: DEBUG: Starting .tox/py26/bin/nosetests on 127.0.0.1:0
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): localhost
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test_user_update_password_404 (test_keystoneclient_sql.KcMasterSqlTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…",> line 512, in test_user_update_password_404
client = self.get_client(admin=True)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…",> line 98, in get_client
admin=admin)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…",> line 80, in _client
kc.authenticate()
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…",> line 205, in authenticate
token)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…",> line 180, in get_raw_token_from_identity_service
"%s" % e)
AuthorizationFailure: Authorization Failed: <attribute 'message' of 'exceptions.BaseException' objects> (HTTP Unable to establish connection to http://localhost:42214/v2.0/tokens)
-------------------- >> begin captured logging << --------------------
keystone.common.wsgi: DEBUG: Starting .tox/py26/bin/nosetests on 127.0.0.1:0
keystone.common.wsgi: DEBUG: Starting .tox/py26/bin/nosetests on 127.0.0.1:0
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): localhost
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: Make sure both public and admin API work with 1-way ipv6 & SSL.
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…",> line 91, in test_1way_ssl_with_ipv6_ok
host="::1", port=0)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…",> line 319, in serveapp
server.start(key='socket')
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…",> line 88, in start
socket.SOCK_STREAM)[0]
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…",> line 174, in getaddrinfo
rrset = resolve(host)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…",> line 133, in resolve
raise socket.gaierror(error)
gaierror: (-5, 'No address associated with hostname')
-------------------- >> begin captured logging << --------------------
keystone.common.wsgi: DEBUG: Starting .tox/py26/bin/nosetests on ::1:0
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: Make sure both public and admin API work with 2-way ipv6 & SSL.
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…",> line 115, in test_2way_ssl_with_ipv6_ok
host="::1", port=0)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…",> line 319, in serveapp
server.start(key='socket')
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…",> line 88, in start
socket.SOCK_STREAM)[0]
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…",> line 174, in getaddrinfo
rrset = resolve(host)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…",> line 133, in resolve
raise socket.gaierror(error)
gaierror: (-5, 'No address associated with hostname')
-------------------- >> begin captured logging << --------------------
keystone.common.wsgi: DEBUG: Starting .tox/py26/bin/nosetests on ::1:0
--------------------- >> end captured logging << ---------------------
----------------------------------------------------------------------
XML: nosetests.xml
Slowest 5 tests took 35.25 secs:
[31m 7.75 TestTokenRevoking.test_group_membership_changes_revokes_token[0m
[31m 7.12 KcEssex3TestCase.test_admin_requires_adminness[0m
[31m 6.86 TestTokenRevoking.test_deleting_group_grant_revokes_tokens[0m
[31m 6.80 KcMasterTestCase.test_admin_requires_adminness[0m
[31m 6.71 Kc11TestCase.test_admin_requires_adminness[0m
----------------------------------------------------------------------
Ran 1272 tests in 478.336s
FAILED (SKIP=82, errors=129)
ERROR: InvocationError: '<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…'>
___________________________________ summary ____________________________________
ERROR: py26: commands failed
+ result=1
+ echo 'Begin pip freeze output from test virtualenv:'
Begin pip freeze output from test virtualenv:
+ echo ======================================================================
======================================================================
+ .tox/py26/bin/pip freeze
Babel==0.9.6
Jinja2==2.6
Paste==1.7.5.1
PasteDeploy==1.5.0
Pygments==1.6
Routes==1.13
SQLAlchemy==0.7.9
Sphinx==1.2b1
Tempita==0.5.1
WebOb==1.2.3
WebTest==2.0.2
argparse==1.2.1
beautifulsoup4==4.1.3
colorama==0.2.5
coverage==3.6
decorator==3.4.0
distribute==0.6.34
dnspython==1.10.0
docutils==0.10
eventlet==0.12.1
greenlet==0.4.0
httplib2==0.8
iso8601==0.1.4
keyring==1.2.2
keystone==jenkins.periodic.keystone.python26.stable.grizzly.centos6.4
logilab-astng==0.24.3
logilab-common==0.59.1
lxml==3.2.0
mox==0.5.3
netifaces==0.8
nose==1.3.0
nosehtmloutput==0.0.4
nosexcover==1.0.8
openstack.nose-plugin==0.11
ordereddict==1.1
oslo.config==1.1.0
pam==0.1.4
passlib==1.6.1
pep8==1.3.3
prettytable==0.7.2
pylint==0.27.0
pysqlite==2.6.3
python-keystoneclient==0.2.3
python-ldap==2.3.13
python-memcached==1.48
python-swiftclient==1.4.0
repoze.lru==0.6
requests==1.2.0
simplejson==3.2.0
six==1.3.0
sqlalchemy-migrate==0.7.2
swift==1.8.1
termcolor==1.1.0
unittest2==0.5.1
waitress==0.8.2
xattr==0.6.4
+ 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=./tests/nose_results.html
+ '[' -f ./tests/nose_results.html ']'
++ grep -c 'tr class=.passClass' ./tests/nose_results.html
+ passcount=66
+ '[' 66 -eq 0 ']'
+ exit 1
+ rm -rf /tmp/tmp.LsOwEPg1de
Build step 'Execute shell' marked build as failure
[SCP] Connecting to static.openstack.org
[SCP] Trying to create /srv/static/logs/periodic/periodic-keystone-python26-stable-grizzly-centos6/4
[SCP] uploading file: '/srv/static/logs/periodic/periodic-keystone-python26-stable-grizzly-centos6/4/nose_results.html'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.
1
6
Build failed in Jenkins: periodic-ceilometer-python26-stable-grizzly #29
by OpenStack Jenkins 10 May '13
by OpenStack Jenkins 10 May '13
10 May '13
See <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…>
------------------------------------------
[...truncated 158 lines...]
Running setup.py egg_info for package eventlet
Downloading/unpacking anyjson>=0.2.4 (from -r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 9))
Downloading anyjson-0.3.3.tar.gz
Running setup.py egg_info for package anyjson
Downloading/unpacking Flask==0.9 (from -r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 10))
Running setup.py egg_info for package Flask
warning: no files found matching '*' under directory 'tests'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
warning: no previously-included files matching '*.pyc' found under directory 'tests'
warning: no previously-included files matching '*.pyo' found under directory 'tests'
warning: no previously-included files matching '*.pyc' found under directory 'examples'
warning: no previously-included files matching '*.pyo' found under directory 'examples'
no previously-included directories found matching 'docs/_build'
no previously-included directories found matching 'docs/_themes/.git'
Downloading/unpacking pecan>=0.2.0 (from -r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 11))
Running setup.py egg_info for package pecan
Downloading/unpacking stevedore>=0.7 (from -r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 12))
Running setup.py egg_info for package stevedore
warning: no files found matching '*.py' under directory 'tests'
Downloading/unpacking python-glanceclient (from -r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 13))
Running setup.py egg_info for package python-glanceclient
/usr/lib/python2.6/distutils/dist.py:266: UserWarning: Unknown distribution option: 'mainainer'
warnings.warn(msg)
/usr/lib/python2.6/distutils/dist.py:266: UserWarning: Unknown distribution option: 'mainainer_email'
warnings.warn(msg)
Installed <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…>
warning: no previously-included files found matching '.gitignore'
warning: no previously-included files found matching '.gitreview'
Downloading/unpacking python-novaclient>=2.6.10 (from -r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 14))
Running setup.py egg_info for package python-novaclient
/usr/lib/python2.6/distutils/dist.py:266: UserWarning: Unknown distribution option: 'mainainer'
warnings.warn(msg)
/usr/lib/python2.6/distutils/dist.py:266: UserWarning: Unknown distribution option: 'mainainer_email'
warnings.warn(msg)
Installed <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…>
warning: no previously-included files found matching '.gitignore'
warning: no previously-included files found matching '.gitreview'
Downloading/unpacking python-keystoneclient>=0.2.3 (from -r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 15))
Running setup.py egg_info for package python-keystoneclient
warning: no files found matching 'python-keystoneclient'
Downloading/unpacking python-swiftclient (from -r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 16))
Running setup.py egg_info for package python-swiftclient
warning: no files found matching 'swiftclient/versioninfo'
Downloading/unpacking lxml (from -r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 17))
Running setup.py egg_info for package lxml
/usr/lib/python2.6/distutils/dist.py:266: UserWarning: Unknown distribution option: 'bugtrack_url'
warnings.warn(msg)
Building lxml version 3.2.0.
Building without Cython.
Using build configuration of libxslt 1.1.26
Building against libxml2/libxslt in the following directory: /usr/lib
warning: no previously-included files found matching '*.py'
warning: no files found matching '*.txt' under directory 'src/lxml/tests'
Downloading/unpacking requests<1.0 (from -r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 18))
Running setup.py egg_info for package requests
warning: no files found matching 'tests/*.'
Downloading/unpacking extras (from -r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 19))
Downloading extras-0.0.3.tar.gz
Running setup.py egg_info for package extras
Downloading/unpacking wsme>=0.5b1 (from -r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 20))
Real name of requirement wsme is WSME
Running setup.py egg_info for package wsme
Installed <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…>
[d2to1] running patched manifest_maker command with extra_files support
warning: no files found matching '*.ini' under directory 'tests'
Downloading/unpacking pyyaml (from -r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 21))
Real name of requirement pyyaml is PyYAML
Running setup.py egg_info for package pyyaml
Downloading/unpacking oslo.config>=1.1.0 (from -r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 22))
Running setup.py egg_info for package oslo.config
warning: no previously-included files found matching '.gitignore'
warning: no previously-included files found matching '.gitreview'
Downloading/unpacking happybase>=0.4 (from -r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 23))
Running setup.py egg_info for package happybase
Downloading/unpacking Cheetah>=2.4.4 (from nova==2013.1->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 11))
Running setup.py egg_info for package Cheetah
warning: no files found matching 'examples'
warning: no files found matching 'docs'
warning: no files found matching 'bin'
warning: no files found matching '*' under directory 'docs'
warning: no files found matching '*' under directory 'examples'
warning: no previously-included files matching '*.pyc' found under directory 'cheetah'
warning: no previously-included files matching '*~' found under directory 'cheetah'
warning: no previously-included files matching '*.aux' found under directory 'cheetah'
warning: no previously-included files matching '*~' found under directory 'docs'
warning: no previously-included files matching '*.aux' found under directory 'docs'
Downloading/unpacking amqplib>=0.6.1 (from nova==2013.1->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 11))
Running setup.py egg_info for package amqplib
Downloading/unpacking boto (from nova==2013.1->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 11))
Running setup.py egg_info for package boto
warning: no files found matching 'boto/mturk/test/*.doctest'
warning: no files found matching 'boto/mturk/test/.gitignore'
Downloading/unpacking routes>=1.12.3 (from nova==2013.1->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 11))
Real name of requirement routes is Routes
Running setup.py egg_info for package routes
warning: no previously-included files matching '.DS_Store' found anywhere in distribution
warning: no previously-included files matching '*.hgignore' found anywhere in distribution
warning: no previously-included files matching '*.hgtags' found anywhere in distribution
Downloading/unpacking greenlet>=0.3.1 (from nova==2013.1->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 11))
Running setup.py egg_info for package greenlet
Downloading/unpacking PasteDeploy>=1.5.0 (from nova==2013.1->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 11))
Downloading PasteDeploy-1.5.0.tar.gz
Running setup.py egg_info for package PasteDeploy
Downloading/unpacking paste (from nova==2013.1->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 11))
Real name of requirement paste is Paste
Running setup.py egg_info for package paste
warning: no previously-included files matching '*' found under directory 'docs/_build/_sources'
Downloading/unpacking netaddr>=0.7.6 (from nova==2013.1->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 11))
Running setup.py egg_info for package netaddr
warning: no previously-included files matching '*.svn*' found anywhere in distribution
warning: no previously-included files matching '*.git*' found anywhere in distribution
Downloading/unpacking suds>=0.4 (from nova==2013.1->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 11))
Running setup.py egg_info for package suds
Downloading/unpacking paramiko (from nova==2013.1->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 11))
Running setup.py egg_info for package paramiko
Downloading/unpacking pyasn1 (from nova==2013.1->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 11))
Running setup.py egg_info for package pyasn1
Downloading/unpacking httplib2 (from nova==2013.1->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 11))
Running setup.py egg_info for package httplib2
Downloading/unpacking python-cinderclient>=1.0.1 (from nova==2013.1->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 11))
Running setup.py egg_info for package python-cinderclient
/usr/lib/python2.6/distutils/dist.py:266: UserWarning: Unknown distribution option: 'mainainer'
warnings.warn(msg)
/usr/lib/python2.6/distutils/dist.py:266: UserWarning: Unknown distribution option: 'mainainer_email'
warnings.warn(msg)
Installed <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…>
warning: no previously-included files found matching '.gitignore'
warning: no previously-included files found matching '.gitreview'
Downloading/unpacking python-quantumclient>=2.2.0,<3.0.0 (from nova==2013.1->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 11))
Running setup.py egg_info for package python-quantumclient
Downloading/unpacking websockify<0.4 (from nova==2013.1->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 11))
Downloading websockify-0.3.0.tar.gz
Running setup.py egg_info for package websockify
Requirement already satisfied (use --upgrade to upgrade): wsgiref in /usr/lib/python2.6 (from glance==2013.1->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 12))
Downloading/unpacking pycrypto>=2.1.0alpha1 (from glance==2013.1->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 12))
Running setup.py egg_info for package pycrypto
Downloading/unpacking passlib (from glance==2013.1->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 12))
Running setup.py egg_info for package passlib
warning: no files found matching 'passlib/*.cfg'
no previously-included directories found matching '*.komodoproject'
Downloading/unpacking jsonschema (from glance==2013.1->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 12))
Downloading jsonschema-1.3.0.tar.gz
Running setup.py egg_info for package jsonschema
Downloading/unpacking simplejson>=2.0.9 (from swift->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 15))
Running setup.py egg_info for package simplejson
Downloading/unpacking xattr>=0.4 (from swift->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 15))
Downloading xattr-0.6.4.tar.gz
Running setup.py egg_info for package xattr
Downloading/unpacking Pygments>=1.2 (from sphinx->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 19))
Running setup.py egg_info for package Pygments
Downloading/unpacking Jinja2>=2.3 (from sphinx->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 19))
Running setup.py egg_info for package Jinja2
warning: no previously-included files matching '*' found under directory 'docs/_build'
warning: no previously-included files matching '*.pyc' found under directory 'jinja2'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'jinja2'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
Downloading/unpacking amqp>=1.0.11,<1.1.0 (from kombu->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 2))
Running setup.py egg_info for package amqp
Downloading/unpacking importlib (from kombu->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 2))
Downloading importlib-1.0.2.zip
Running setup.py egg_info for package importlib
Downloading/unpacking ordereddict (from kombu->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 2))
Downloading ordereddict-1.1.tar.gz
Running setup.py egg_info for package ordereddict
Downloading/unpacking decorator (from sqlalchemy-migrate>=0.7.2->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 6))
Downloading decorator-3.4.0.tar.gz
Running setup.py egg_info for package decorator
warning: no previously-included files found matching 'Makefile'
Downloading/unpacking Tempita>=0.4 (from sqlalchemy-migrate>=0.7.2->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 6))
Downloading Tempita-0.5.1.tar.gz
Running setup.py egg_info for package Tempita
Requirement already satisfied (use --upgrade to upgrade): distribute in <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (from sqlalchemy-migrate>=0.7.2->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 6))
Downloading/unpacking Werkzeug>=0.7 (from Flask==0.9->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 10))
Running setup.py egg_info for package Werkzeug
warning: no files found matching '*' under directory 'werkzeug/debug/templates'
warning: no files found matching '*' under directory 'tests'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
warning: no previously-included files matching '*.pyc' found under directory 'tests'
warning: no previously-included files matching '*.pyo' found under directory 'tests'
warning: no previously-included files matching '*.pyc' found under directory 'examples'
warning: no previously-included files matching '*.pyo' found under directory 'examples'
no previously-included directories found matching 'docs/_build'
Downloading/unpacking simplegeneric>=0.8 (from pecan>=0.2.0->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 11))
Downloading simplegeneric-0.8.1.zip
Running setup.py egg_info for package simplegeneric
Downloading/unpacking Mako>=0.4.0 (from pecan>=0.2.0->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 11))
Running setup.py egg_info for package Mako
warning: no files found matching '*.xml' under directory 'examples'
warning: no files found matching '*.mako' under directory 'examples'
warning: no files found matching 'ez_setup.py'
no previously-included directories found matching 'doc/build/output'
Downloading/unpacking WebTest>=1.3.1 (from pecan>=0.2.0->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 11))
Running setup.py egg_info for package WebTest
no previously-included directories found matching 'docs/_build'
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '__pycache__' found anywhere in distribution
Downloading/unpacking six (from pecan>=0.2.0->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 11))
Downloading six-1.3.0.tar.gz
Running setup.py egg_info for package six
Downloading/unpacking logutils (from pecan>=0.2.0->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 11))
Could not find any downloads that satisfy the requirement logutils (from pecan>=0.2.0->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 11))
No distributions at all found for logutils (from pecan>=0.2.0->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 11))
Storing complete log in /home/jenkins/.pip/pip.log
ERROR: could not install deps [-r<https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…,> -r<https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…]>
___________________________________ summary ____________________________________
ERROR: py26: could not install deps [-r<https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…,> -r<https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…]>
+ result=1
+ echo 'Begin pip freeze output from test virtualenv:'
Begin pip freeze output from test virtualenv:
+ echo ======================================================================
======================================================================
+ .tox/py26/bin/pip freeze
distribute==0.6.34
wsgiref==0.1.2
+ 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.qS2Qzb5osy
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-ceilometer-python26-stable-grizzly/29
[SCP] Copying console log.
1
1
Build failed in Jenkins: periodic-ceilometer-python26-stable-grizzly-centos6 #9
by OpenStack Jenkins 10 May '13
by OpenStack Jenkins 10 May '13
10 May '13
See <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…>
------------------------------------------
[...truncated 161 lines...]
Downloading anyjson-0.3.3.tar.gz
Running setup.py egg_info for package anyjson
Downloading/unpacking Flask==0.9 (from -r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 10))
Running setup.py egg_info for package Flask
warning: no files found matching '*' under directory 'tests'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
warning: no previously-included files matching '*.pyc' found under directory 'tests'
warning: no previously-included files matching '*.pyo' found under directory 'tests'
warning: no previously-included files matching '*.pyc' found under directory 'examples'
warning: no previously-included files matching '*.pyo' found under directory 'examples'
no previously-included directories found matching 'docs/_build'
no previously-included directories found matching 'docs/_themes/.git'
Downloading/unpacking pecan>=0.2.0 (from -r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 11))
Running setup.py egg_info for package pecan
Downloading/unpacking stevedore>=0.7 (from -r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 12))
Running setup.py egg_info for package stevedore
warning: no files found matching '*.py' under directory 'tests'
Downloading/unpacking python-glanceclient (from -r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 13))
Running setup.py egg_info for package python-glanceclient
/usr/lib64/python2.6/distutils/dist.py:266: UserWarning: Unknown distribution option: 'mainainer'
warnings.warn(msg)
/usr/lib64/python2.6/distutils/dist.py:266: UserWarning: Unknown distribution option: 'mainainer_email'
warnings.warn(msg)
Installed <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…>
warning: no previously-included files found matching '.gitignore'
warning: no previously-included files found matching '.gitreview'
Downloading/unpacking python-novaclient>=2.6.10 (from -r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 14))
Running setup.py egg_info for package python-novaclient
/usr/lib64/python2.6/distutils/dist.py:266: UserWarning: Unknown distribution option: 'mainainer'
warnings.warn(msg)
/usr/lib64/python2.6/distutils/dist.py:266: UserWarning: Unknown distribution option: 'mainainer_email'
warnings.warn(msg)
Installed <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…>
warning: no previously-included files found matching '.gitignore'
warning: no previously-included files found matching '.gitreview'
Downloading/unpacking python-keystoneclient>=0.2.3 (from -r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 15))
Running setup.py egg_info for package python-keystoneclient
warning: no files found matching 'python-keystoneclient'
Downloading/unpacking python-swiftclient (from -r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 16))
Running setup.py egg_info for package python-swiftclient
warning: no files found matching 'swiftclient/versioninfo'
Downloading/unpacking lxml (from -r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 17))
Running setup.py egg_info for package lxml
/usr/lib64/python2.6/distutils/dist.py:266: UserWarning: Unknown distribution option: 'bugtrack_url'
warnings.warn(msg)
Building lxml version 3.2.0.
Building without Cython.
Using build configuration of libxslt 1.1.26
Building against libxml2/libxslt in the following directory: /usr/lib64
warning: no previously-included files found matching '*.py'
warning: no files found matching '*.txt' under directory 'src/lxml/tests'
Downloading/unpacking requests<1.0 (from -r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 18))
Running setup.py egg_info for package requests
warning: no files found matching 'tests/*.'
Downloading/unpacking extras (from -r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 19))
Downloading extras-0.0.3.tar.gz
Running setup.py egg_info for package extras
Downloading/unpacking wsme>=0.5b1 (from -r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 20))
Real name of requirement wsme is WSME
Running setup.py egg_info for package wsme
Installed <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…>
[d2to1] running patched manifest_maker command with extra_files support
warning: no files found matching '*.ini' under directory 'tests'
Downloading/unpacking pyyaml (from -r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 21))
Real name of requirement pyyaml is PyYAML
Running setup.py egg_info for package pyyaml
Downloading/unpacking oslo.config>=1.1.0 (from -r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 22))
Running setup.py egg_info for package oslo.config
warning: no previously-included files found matching '.gitignore'
warning: no previously-included files found matching '.gitreview'
Downloading/unpacking happybase>=0.4 (from -r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 23))
Running setup.py egg_info for package happybase
Downloading/unpacking Cheetah>=2.4.4 (from nova==2013.1->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 11))
Running setup.py egg_info for package Cheetah
warning: no files found matching 'examples'
warning: no files found matching 'docs'
warning: no files found matching 'bin'
warning: no files found matching '*' under directory 'docs'
warning: no files found matching '*' under directory 'examples'
warning: no previously-included files matching '*.pyc' found under directory 'cheetah'
warning: no previously-included files matching '*~' found under directory 'cheetah'
warning: no previously-included files matching '*.aux' found under directory 'cheetah'
warning: no previously-included files matching '*~' found under directory 'docs'
warning: no previously-included files matching '*.aux' found under directory 'docs'
Downloading/unpacking amqplib>=0.6.1 (from nova==2013.1->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 11))
Running setup.py egg_info for package amqplib
Downloading/unpacking boto (from nova==2013.1->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 11))
Running setup.py egg_info for package boto
warning: no files found matching 'boto/mturk/test/*.doctest'
warning: no files found matching 'boto/mturk/test/.gitignore'
Downloading/unpacking routes>=1.12.3 (from nova==2013.1->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 11))
Real name of requirement routes is Routes
Running setup.py egg_info for package routes
warning: no previously-included files matching '.DS_Store' found anywhere in distribution
warning: no previously-included files matching '*.hgignore' found anywhere in distribution
warning: no previously-included files matching '*.hgtags' found anywhere in distribution
Downloading/unpacking greenlet>=0.3.1 (from nova==2013.1->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 11))
Running setup.py egg_info for package greenlet
Downloading/unpacking PasteDeploy>=1.5.0 (from nova==2013.1->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 11))
Downloading PasteDeploy-1.5.0.tar.gz
Running setup.py egg_info for package PasteDeploy
Downloading/unpacking paste (from nova==2013.1->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 11))
Real name of requirement paste is Paste
Running setup.py egg_info for package paste
warning: no previously-included files matching '*' found under directory 'docs/_build/_sources'
Downloading/unpacking netaddr>=0.7.6 (from nova==2013.1->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 11))
Running setup.py egg_info for package netaddr
warning: no previously-included files matching '*.svn*' found anywhere in distribution
warning: no previously-included files matching '*.git*' found anywhere in distribution
Downloading/unpacking suds>=0.4 (from nova==2013.1->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 11))
Running setup.py egg_info for package suds
Downloading/unpacking paramiko (from nova==2013.1->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 11))
Running setup.py egg_info for package paramiko
Downloading/unpacking pyasn1 (from nova==2013.1->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 11))
Running setup.py egg_info for package pyasn1
Downloading/unpacking httplib2 (from nova==2013.1->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 11))
Running setup.py egg_info for package httplib2
Downloading/unpacking python-cinderclient>=1.0.1 (from nova==2013.1->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 11))
Running setup.py egg_info for package python-cinderclient
/usr/lib64/python2.6/distutils/dist.py:266: UserWarning: Unknown distribution option: 'mainainer'
warnings.warn(msg)
/usr/lib64/python2.6/distutils/dist.py:266: UserWarning: Unknown distribution option: 'mainainer_email'
warnings.warn(msg)
Installed <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…>
warning: no previously-included files found matching '.gitignore'
warning: no previously-included files found matching '.gitreview'
Downloading/unpacking python-quantumclient>=2.2.0,<3.0.0 (from nova==2013.1->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 11))
Running setup.py egg_info for package python-quantumclient
Downloading/unpacking websockify<0.4 (from nova==2013.1->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 11))
Downloading websockify-0.3.0.tar.gz
Running setup.py egg_info for package websockify
Downloading/unpacking wsgiref (from glance==2013.1->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 12))
Downloading wsgiref-0.1.2.zip
Running setup.py egg_info for package wsgiref
Downloading/unpacking pycrypto>=2.1.0alpha1 (from glance==2013.1->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 12))
Running setup.py egg_info for package pycrypto
Downloading/unpacking passlib (from glance==2013.1->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 12))
Running setup.py egg_info for package passlib
warning: no files found matching 'passlib/*.cfg'
no previously-included directories found matching '*.komodoproject'
Downloading/unpacking jsonschema (from glance==2013.1->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 12))
Downloading jsonschema-1.3.0.tar.gz
Running setup.py egg_info for package jsonschema
Downloading/unpacking simplejson>=2.0.9 (from swift->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 15))
Running setup.py egg_info for package simplejson
Downloading/unpacking xattr>=0.4 (from swift->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 15))
Downloading xattr-0.6.4.tar.gz
Running setup.py egg_info for package xattr
Downloading/unpacking Pygments>=1.2 (from sphinx->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 19))
Running setup.py egg_info for package Pygments
Downloading/unpacking Jinja2>=2.3 (from sphinx->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 19))
Running setup.py egg_info for package Jinja2
warning: no previously-included files matching '*' found under directory 'docs/_build'
warning: no previously-included files matching '*.pyc' found under directory 'jinja2'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'jinja2'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
Downloading/unpacking amqp>=1.0.11,<1.1.0 (from kombu->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 2))
Running setup.py egg_info for package amqp
Downloading/unpacking importlib (from kombu->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 2))
Downloading importlib-1.0.2.zip
Running setup.py egg_info for package importlib
Downloading/unpacking ordereddict (from kombu->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 2))
Downloading ordereddict-1.1.tar.gz
Running setup.py egg_info for package ordereddict
Downloading/unpacking decorator (from sqlalchemy-migrate>=0.7.2->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 6))
Downloading decorator-3.4.0.tar.gz
Running setup.py egg_info for package decorator
warning: no previously-included files found matching 'Makefile'
Downloading/unpacking Tempita>=0.4 (from sqlalchemy-migrate>=0.7.2->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 6))
Downloading Tempita-0.5.1.tar.gz
Running setup.py egg_info for package Tempita
Requirement already satisfied (use --upgrade to upgrade): distribute in <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (from sqlalchemy-migrate>=0.7.2->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 6))
Downloading/unpacking Werkzeug>=0.7 (from Flask==0.9->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 10))
Running setup.py egg_info for package Werkzeug
warning: no files found matching '*' under directory 'werkzeug/debug/templates'
warning: no files found matching '*' under directory 'tests'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
warning: no previously-included files matching '*.pyc' found under directory 'tests'
warning: no previously-included files matching '*.pyo' found under directory 'tests'
warning: no previously-included files matching '*.pyc' found under directory 'examples'
warning: no previously-included files matching '*.pyo' found under directory 'examples'
no previously-included directories found matching 'docs/_build'
Downloading/unpacking simplegeneric>=0.8 (from pecan>=0.2.0->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 11))
Downloading simplegeneric-0.8.1.zip
Running setup.py egg_info for package simplegeneric
Downloading/unpacking Mako>=0.4.0 (from pecan>=0.2.0->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 11))
Running setup.py egg_info for package Mako
warning: no files found matching '*.xml' under directory 'examples'
warning: no files found matching '*.mako' under directory 'examples'
warning: no files found matching 'ez_setup.py'
no previously-included directories found matching 'doc/build/output'
Downloading/unpacking WebTest>=1.3.1 (from pecan>=0.2.0->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 11))
Running setup.py egg_info for package WebTest
no previously-included directories found matching 'docs/_build'
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '__pycache__' found anywhere in distribution
Downloading/unpacking six (from pecan>=0.2.0->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 11))
Downloading six-1.3.0.tar.gz
Running setup.py egg_info for package six
Downloading/unpacking logutils (from pecan>=0.2.0->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 11))
Could not find any downloads that satisfy the requirement logutils (from pecan>=0.2.0->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 11))
No distributions at all found for logutils (from pecan>=0.2.0->-r <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> (line 11))
Storing complete log in /home/jenkins/.pip/pip.log
ERROR: could not install deps [-r<https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…,> -r<https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…]>
___________________________________ summary ____________________________________
ERROR: py26: could not install deps [-r<https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…,> -r<https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…]>
+ result=1
+ echo 'Begin pip freeze output from test virtualenv:'
Begin pip freeze output from test virtualenv:
+ echo ======================================================================
======================================================================
+ .tox/py26/bin/pip freeze
distribute==0.6.34
+ 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.qfwqulyDGz
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-ceilometer-python26-stable-grizzly-centos6/9
[SCP] Copying console log.
1
1
Please review - needed for py26 CI on stable WAS: Change in openstack/nova[stable/grizzly]: Do not test foreign keys with SQLite version < 3.7
by Alan Pevec 09 May '13
by Alan Pevec 09 May '13
09 May '13
Hi all,
we need https://review.openstack.org/28329 merged asap, please review!
Cheers,
Alan
> Jeremy Stanley has posted comments on this change.
>
> Change subject: Do not test foreign keys with SQLite version < 3.7
> ......................................................................
>
>
> Patch Set 1: Looks good to me, but someone else must approve
>
> Now grenade looks healthy, but more importantly this is the last
remaining backport needed to have working CentOS Python 2.6 unit tests for
nova/grizzly. Ubuntu ends support for Oneiric today, and with it Python
2.6. We'll be switching to testing on CentOS, and until this goes in all
other changes to nova/grizzly will start failing to merge. Just seeing what
we can do to bump the priority here.
>
> To view, visit https://review.openstack.org/28329
2
1
Build failed in Jenkins: periodic-quantum-python26-stable-grizzly-centos6 #5
by OpenStack Jenkins 09 May '13
by OpenStack Jenkins 09 May '13
09 May '13
See <https://jenkins.openstack.org/job/periodic-quantum-python26-stable-grizzly-…>
------------------------------------------
[...truncated 4977 lines...]
TestIPDevice
test_eq_diff_name [32mOK [0m[32m 0.00[0m
test_eq_diff_namespace [32mOK [0m[32m 0.00[0m
test_eq_other_is_none [32mOK [0m[32m 0.00[0m
test_eq_same_name [32mOK [0m[32m 0.00[0m
test_eq_same_namespace [32mOK [0m[32m 0.00[0m
test_str [32mOK [0m[32m 0.00[0m
TestIPDeviceCommandBase
test_name_property [32mOK [0m[32m 0.00[0m
TestIpAddrCommand
test_add_address [32mOK [0m[32m 0.00[0m
test_add_address_scoped [32mOK [0m[32m 0.00[0m
test_del_address [32mOK [0m[32m 0.00[0m
test_flush [32mOK [0m[32m 0.00[0m
test_list [32mOK [0m[32m 0.00[0m
test_list_filtered [32mOK [0m[32m 0.00[0m
TestIpLinkCommand
test_address_property [32mOK [0m[32m 0.00[0m
test_alias_property [32mOK [0m[32m 0.00[0m
test_delete [32mOK [0m[32m 0.00[0m
test_mtu_property [32mOK [0m[32m 0.00[0m
test_qdisc_property [32mOK [0m[32m 0.00[0m
test_qlen_property [32mOK [0m[32m 0.00[0m
test_set_address [32mOK [0m[32m 0.00[0m
test_set_alias [32mOK [0m[32m 0.01[0m
test_set_down [32mOK [0m[32m 0.00[0m
test_set_mtu [32mOK [0m[32m 0.00[0m
test_set_name [32mOK [0m[32m 0.00[0m
test_set_netns [32mOK [0m[32m 0.00[0m
test_set_up [32mOK [0m[32m 0.00[0m
test_settings_property [32mOK [0m[32m 0.00[0m
test_state_property [32mOK [0m[32m 0.00[0m
TestIpNetnsCommand
test_add_namespace [32mOK [0m[32m 0.00[0m
test_delete_namespace [32mOK [0m[32m 0.00[0m
test_execute [32mOK [0m[32m 0.00[0m
test_execute_env_var_prepend [32mOK [0m[32m 0.00[0m
test_namespace_doest_not_exist [32mOK [0m[32m 0.00[0m
test_namespace_exists [32mOK [0m[32m 0.00[0m
TestIpRouteCommand
test_add_gateway [32mOK [0m[32m 0.00[0m
test_del_gateway [32mOK [0m[32m 0.00[0m
test_get_gateway [32mOK [0m[32m 0.00[0m
test_pullup_route [32mOK [0m[32m 0.00[0m
test_pullup_route_first [32mOK [0m[32m 0.00[0m
TestIpWrapper
test_add_device_to_namespace [32mOK [0m[32m 0.00[0m
test_add_device_to_namespace_is_none [32mOK [0m[32m 0.00[0m
test_add_tuntap [32mOK [0m[32m 0.00[0m
test_add_veth [32mOK [0m[32m 0.00[0m
test_ensure_namespace [32mOK [0m[32m 0.01[0m
test_ensure_namespace_existing [32mOK [0m[32m 0.01[0m
test_garbage_collect_namespace_does_not_exist [32mOK [0m[32m 0.01[0m
test_garbage_collect_namespace_existing_empty_ns [32mOK [0m[32m 0.01[0m
test_garbage_collect_namespace_existing_not_empty [32mOK [0m[32m 0.00[0m
test_get_device [32mOK [0m[32m 0.00[0m
test_get_devices [32mOK [0m[32m 0.00[0m
test_get_devices_malformed_line [32mOK [0m[32m 0.00[0m
test_get_namespaces [32mOK [0m[32m 0.00[0m
test_namespace_is_empty [32mOK [0m[32m 0.00[0m
test_namespace_is_empty_no_devices [32mOK [0m[32m 0.00[0m
TestSubProcessBase
test_as_root_namespace [32mOK [0m[32m 0.00[0m
test_as_root_no_root_helper [32mOK [0m[32m 0.00[0m
test_execute_wrapper [32mOK [0m[32m 0.00[0m
test_execute_wrapper_int_options [32mOK [0m[32m 0.00[0m
test_execute_wrapper_no_options [32mOK [0m[32m 0.00[0m
test_run_namespace [32mOK [0m[32m 0.00[0m
test_run_no_namespace [32mOK [0m[32m 0.00[0m
LoadBalancerExtensionTestCase
test_create_pool_health_monitor [32mOK [0m[31m 0.10[0m
test_delete_pool_health_monitor [32mOK [0m[31m 0.06[0m
test_health_monitor_create [32mOK [0m[31m 2.30[0m
test_health_monitor_delete [32mOK [0m[31m 0.06[0m
test_health_monitor_get [32mOK [0m[31m 0.06[0m
test_health_monitor_list [32mOK [0m[31m 0.06[0m
test_health_monitor_update [32mOK [0m[31m 0.07[0m
test_member_create [32mOK [0m[31m 0.06[0m
test_member_delete [32mOK [0m[31m 0.06[0m
test_member_get [32mOK [0m[31m 0.06[0m
test_member_list [32mOK [0m[31m 0.06[0m
test_member_update [32mOK [0m[31m 0.07[0m
test_pool_create [32mOK [0m[31m 0.06[0m
test_pool_delete [32mOK [0m[31m 0.07[0m
test_pool_get [32mOK [0m[31m 0.06[0m
test_pool_list [32mOK [0m[31m 0.06[0m
test_pool_stats [32mOK [0m[31m 0.06[0m
test_pool_update [32mOK [0m[31m 0.06[0m
test_vip_create [32mOK [0m[31m 0.06[0m
test_vip_delete [32mOK [0m[31m 0.07[0m
test_vip_get [32mOK [0m[31m 0.07[0m
test_vip_list [32mOK [0m[31m 0.06[0m
test_vip_update [32mOK [0m[31m 0.06[0m
LoadBalancerExtensionTestCaseXML
test_create_pool_health_monitor [32mOK [0m[31m 0.07[0m
test_delete_pool_health_monitor [32mOK [0m[31m 0.06[0m
test_health_monitor_create [32mOK [0m[31m 0.07[0m
test_health_monitor_delete [32mOK [0m[31m 0.06[0m
test_health_monitor_get [32mOK [0m[31m 2.28[0m
test_health_monitor_list [32mOK [0m[31m 0.06[0m
test_health_monitor_update [32mOK [0m[31m 0.06[0m
test_member_create [32mOK [0m[31m 0.06[0m
test_member_delete [32mOK [0m[31m 0.06[0m
test_member_get [32mOK [0m[31m 0.06[0m
test_member_list [32mOK [0m[31m 0.06[0m
test_member_update [32mOK [0m[31m 0.07[0m
test_pool_create [32mOK [0m[31m 0.06[0m
test_pool_delete [32mOK [0m[31m 0.07[0m
test_pool_get [32mOK [0m[31m 0.06[0m
test_pool_list [32mOK [0m[31m 0.06[0m
test_pool_stats [32mOK [0m[31m 0.06[0m
test_pool_update [32mOK [0m[31m 0.07[0m
test_vip_create [32mOK [0m[31m 0.07[0m
test_vip_delete [32mOK [0m[31m 0.06[0m
test_vip_get [32mOK [0m[31m 0.06[0m
test_vip_list [32mOK [0m[31m 0.06[0m
test_vip_update [32mOK [0m[31m 0.07[0m
TestMetadataProxyHandler
test_call [32mOK [0m[32m 0.01[0m
test_call_internal_server_error [32mOK [0m[32m 0.01[0m
test_call_no_instance_match [32mOK [0m[32m 0.01[0m
test_get_instance_id_network_id [32mOK [0m[32m 0.01[0m
test_get_instance_id_network_id_no_match [32mOK [0m[32m 0.01[0m
test_get_instance_id_router_id [32mOK [0m[32m 0.01[0m
test_get_instance_id_router_id_no_match [32mOK [0m[32m 0.01[0m
test_proxy_request_200 [32mOK [0m[32m 0.01[0m
test_proxy_request_403 [32mOK [0m[32m 0.01[0m
test_proxy_request_404 [32mOK [0m[32m 0.01[0m
test_proxy_request_500 [32mOK [0m[32m 0.01[0m
test_proxy_request_other_code [32mOK [0m[32m 0.01[0m
test_sign_instance_id [32mOK [0m[32m 0.00[0m
TestUnixDomainHttpProtocol
test_init_empty_client [32mOK [0m[32m 0.01[0m
test_init_with_client [32mOK [0m[32m 0.01[0m
TestUnixDomainMetadataProxy
test_init_doesnot_exists [32mOK [0m[32m 0.01[0m
test_init_exists [32mOK [0m[32m 0.01[0m
test_init_exists_unlink_fails_file_still_exists [32mOK [0m[32m 0.01[0m
test_init_exists_unlink_no_file [32mOK [0m[32m 0.01[0m
test_main [32mOK [0m[32m 0.02[0m
test_run [32mOK [0m[32m 0.01[0m
TestUnixDomainWSGIServer
test_run [32mOK [0m[32m 0.01[0m
test_start [32mOK [0m[32m 0.01[0m
TestNetworkMetadataProxyHandler
test_call [32mOK [0m[32m 0.01[0m
test_call_internal_server_error [32mOK [0m[32m 0.01[0m
test_no_argument_passed_to_init [32mOK [0m[32m 0.01[0m
test_proxy_request_network_200 [32mOK [0m[31m 2.31[0m
test_proxy_request_network_404 [32mOK [0m[32m 0.00[0m
test_proxy_request_network_418 [32mOK [0m[32m 0.00[0m
test_proxy_request_network_500 [32mOK [0m[32m 0.00[0m
test_proxy_request_network_exception [32mOK [0m[32m 0.00[0m
test_proxy_request_router_200 [32mOK [0m[32m 0.00[0m
TestProxyDaemon
test_init [32mOK [0m[32m 0.00[0m
test_main [32mOK [0m[32m 0.02[0m
test_main_dont_fork [32mOK [0m[32m 0.01[0m
test_run [32mOK [0m[32m 0.01[0m
TestUnixDomainHttpConnection
test_connect [32mOK [0m[32m 0.01[0m
DefaultPolicyTestCase
test_default_not_found [32mOK [0m[32m 0.01[0m
test_not_found_policy_calls_default [32mOK [0m[32m 0.01[0m
test_policy_called [32mOK [0m[32m 0.01[0m
PolicyFileTestCase
test_modified_policy_reloads [32mOK [0m[32m 0.00[0m
PolicyTestCase
test_check_bad_action_noraise [32mOK [0m[32m 0.01[0m
test_early_AND_enforcement [32mOK [0m[32m 0.01[0m
test_early_OR_enforcement [32mOK [0m[32m 0.01[0m
test_enforce_bad_action_throws [32mOK [0m[32m 0.01[0m
test_enforce_good_action [32mOK [0m[32m 0.01[0m
test_enforce_http_false [32mOK [0m[32m 0.01[0m
test_enforce_http_true [32mOK [0m[32m 0.01[0m
test_enforce_nonexistent_action_throws [32mOK [0m[32m 0.01[0m
test_ignore_case_role_check [32mOK [0m[32m 0.01[0m
test_templatized_enforcement [32mOK [0m[32m 0.01[0m
QuantumPolicyTestCase
test_enforce_adminonly_attribute_create [32mOK [0m[31m 0.07[0m
test_enforce_adminonly_attribute_nonadminctx_returns_403 [32mOK [0m[32m 0.01[0m
test_enforce_adminonly_attribute_update [32mOK [0m[32m 0.01[0m
test_enforce_parentresource_owner [32mOK [0m[32m 0.01[0m
test_enforce_regularuser_on_read [32mOK [0m[32m 0.01[0m
test_nonadmin_read_on_private_fails [32mOK [0m[32m 0.01[0m
test_nonadmin_read_on_shared_succeeds [32mOK [0m[32m 0.01[0m
test_nonadmin_write_on_private_fails [32mOK [0m[32m 0.01[0m
test_nonadmin_write_on_shared_fails [32mOK [0m[32m 0.01[0m
TestQuantumContext
testQuantumContextAdminToDict [32mOK [0m[32m 0.00[0m
testQuantumContextAdminWithoutSessionToDict [32mOK [0m[32m 0.00[0m
testQuantumContextCreate [32mOK [0m[32m 0.00[0m
testQuantumContextToDict [32mOK [0m[32m 0.00[0m
QuantumManagerTestCase
test_multiple_plugins_specified_for_service_type [32mOK [0m[32m 0.01[0m
test_service_plugin_is_loaded [32mOK [0m[33m 0.03[0m
QuotaExtensionCfgTestCase
test_delete_quotas_forbidden [32mOK [0m[31m 0.31[0m
test_quotas_default_values [32mOK [0m[31m 0.31[0m
test_show_quotas_with_admin [32mOK [0m[31m 0.31[0m
test_show_quotas_without_admin_forbidden [32mOK [0m[31m 0.32[0m
test_update_quotas_forbidden [32mOK [0m[31m 0.31[0m
QuotaExtensionCfgTestCaseXML
test_delete_quotas_forbidden [32mOK [0m[31m 2.72[0m
test_quotas_default_values [32mOK [0m[31m 0.21[0m
test_show_quotas_with_admin [32mOK [0m[31m 0.21[0m
test_show_quotas_without_admin_forbidden [32mOK [0m[31m 0.21[0m
test_update_quotas_forbidden [32mOK [0m[31m 0.22[0m
QuotaExtensionDbTestCase
test_delete_quotas_with_admin [32mOK [0m[31m 0.31[0m
test_delete_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.31[0m
test_list_quotas_with_admin [32mOK [0m[31m 0.31[0m
test_list_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 2.78[0m
test_quotas_default_values [32mOK [0m[31m 0.21[0m
test_quotas_get_tenant_from_empty_request_context_returns_400[32mOK [0m[31m 0.21[0m
test_quotas_get_tenant_from_request_context [32mOK [0m[31m 0.21[0m
test_quotas_limit_check [32mOK [0m[31m 0.23[0m
test_quotas_limit_check_with_invalid_quota_value [32mOK [0m[31m 0.21[0m
test_quotas_limit_check_with_over_quota [32mOK [0m[31m 0.23[0m
test_quotas_loaded_bad_returns_404 [32mOK [0m[31m 0.23[0m
test_quotas_loaded_right [32mOK [0m[31m 2.67[0m
test_show_quotas_with_admin [32mOK [0m[31m 0.21[0m
test_show_quotas_with_owner_tenant [32mOK [0m[31m 0.21[0m
test_show_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.21[0m
test_update_attributes [32mOK [0m[31m 0.22[0m
test_update_quotas_with_admin [32mOK [0m[31m 0.22[0m
test_update_quotas_with_non_integer_returns_400 [32mOK [0m[31m 0.22[0m
test_update_quotas_with_non_support_resource_returns_400 [32mOK [0m[31m 0.22[0m
test_update_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 2.67[0m
QuotaExtensionDbTestCaseXML
test_delete_quotas_with_admin [32mOK [0m[31m 0.21[0m
test_delete_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.20[0m
test_list_quotas_with_admin [32mOK [0m[31m 0.21[0m
test_list_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.21[0m
test_quotas_default_values [32mOK [0m[31m 0.22[0m
test_quotas_get_tenant_from_empty_request_context_returns_400[32mOK [0m[31m 0.22[0m
test_quotas_get_tenant_from_request_context [32mOK [0m[31m 0.22[0m
test_quotas_limit_check Build timed out (after 30 minutes). Marking the build as failed.
ERROR: InvocationError: '<https://jenkins.openstack.org/job/periodic-quantum-python26-stable-grizzly-…'>
___________________________________ summary ____________________________________
ERROR: py26: commands failed
++ rm -rf /tmp/tmp.1G6Tx7IPmr
[SCP] Connecting to static.openstack.org
/usr/local/jenkins/slave_scripts/run-tox.sh: line 1: 10616 Terminated tox -e$venv
[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-quantum-python26-stable-grizzly-centos6/5
[SCP] Copying console log.
1
4
Hi all,
> First stable/grizzly release 2013.1.1 is planned for May 9 - early
> release to pick up critical Grizzly fixes as suggested by Daviey.
> That puts stable freeze date on May 2, which is already next week!
please consider stable/grizzly frozen now and reserve +2 for critical
issues only.
There are few open Nova stable reviews but Russell said it's nothing
critical, please speak up now if you don't agree.
I'll be sending wider call-for-testing announcement shortly.
Thanks,
Alan
4
10
08 May '13
Hey,
So I included this in a reply to a message about the freeze date, however I
should probably send a separate message to facilitate better tracking etc.
There are a number of in progress patches for Cinder that didn't make it
before the freeze date and I'd like to request an exception for them. The
first three items have been in progress reviews for stable. Each of them
are viewed as safe and address valid customer reported issues.
There is also one outstanding item that I've been waiting on to land in
master to do a backport on [4] that I'd also like to see considered for
acceptance as well. It would be a shame for these issues to slip out to
the next stable release. I realize that this one might be pushing it in
terms of the time-line but I'd be interested in raising it anyway.
Thanks,
John
[1] https://review.openstack.org/#/c/28212/
[2] https://review.openstack.org/#/c/28207/
[3] https://review.openstack.org/#/c/28210/
[4] https://review.openstack.org/#/c/28208/
3
6
Build failed in Jenkins: periodic-keystone-python26-stable-grizzly #24
by OpenStack Jenkins 08 May '13
by OpenStack Jenkins 08 May '13
08 May '13
See <https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…>
------------------------------------------
[...truncated 1330 lines...]
test_create_endpoint_400 [32mOK [0m[31m 1.92[0m
test_create_endpoint_on_v2 [32mOK [0m[31m 2.59[0m
test_create_service [32mOK [0m[31m 2.06[0m
test_delete_endpoint [32mOK [0m[31m 3.32[0m
test_delete_service [32mOK [0m[31m 1.92[0m
test_get_endpoint [32mOK [0m[31m 2.30[0m
test_get_service [32mOK [0m[31m 2.10[0m
test_list_endpoints [32mOK [0m[31m 1.92[0m
test_list_endpoints_xml [32mOK [0m[31m 3.46[0m
test_list_services [32mOK [0m[31m 2.29[0m
test_list_services_xml [32mOK [0m[31m 2.06[0m
test_update_endpoint [32mOK [0m[31m 2.01[0m
test_update_service [32mOK [0m[31m 1.98[0m
IdentityTestCase
test_add_user_to_group [32mOK [0m[31m 2.01[0m
test_check_user_in_group [32mOK [0m[31m 3.59[0m
test_create_credential [32mOK [0m[31m 2.06[0m
test_create_domain [32mOK [0m[31m 1.93[0m
test_create_group [32mOK [0m[31m 1.85[0m
test_create_project [32mOK [0m[31m 1.89[0m
test_create_role [32mOK [0m[31m 1.79[0m
test_create_user [32mOK [0m[31m 3.24[0m
test_crud_group_domain_role_grants [32mOK [0m[31m 3.67[0m
test_crud_group_project_role_grants [32mOK [0m[31m 3.72[0m
test_crud_user_domain_role_grants [32mOK [0m[31m 3.67[0m
test_crud_user_project_role_grants [32mOK [0m[31m 3.67[0m
test_delete_credential [32mOK [0m[31m 2.05[0m
test_delete_domain [32mOK [0m[31m 2.66[0m
test_delete_enabled_domain_fails [32mOK [0m[31m 1.95[0m
test_delete_group [32mOK [0m[31m 1.92[0m
test_delete_project [32mOK [0m[31m 2.10[0m
test_delete_role [32mOK [0m[31m 3.04[0m
test_delete_user [32mOK [0m[31m 3.65[0m
test_disable_domain [32mOK [0m[31m 4.48[0m
test_get_credential [32mOK [0m[31m 1.97[0m
test_get_domain [32mOK [0m[31m 1.99[0m
test_get_group [32mOK [0m[31m 3.04[0m
test_get_project [32mOK [0m[31m 2.01[0m
test_get_role [32mOK [0m[31m 1.83[0m
test_get_user [32mOK [0m[31m 1.87[0m
test_list_credentials [32mOK [0m[31m 1.90[0m
test_list_credentials_xml [32mOK [0m[31m 2.09[0m
test_list_domains [32mOK [0m[31m 3.53[0m
test_list_domains_xml [32mOK [0m[31m 1.96[0m
test_list_groups [32mOK [0m[31m 1.86[0m
test_list_groups_xml [32mOK [0m[31m 1.85[0m
test_list_projects [32mOK [0m[31m 1.81[0m
test_list_projects_xml [32mOK [0m[31m 1.95[0m
test_list_roles [32mOK [0m[31m 2.91[0m
test_list_roles_xml [32mOK [0m[31m 1.94[0m
test_list_users [32mOK [0m[31m 1.96[0m
test_list_users_in_group [32mOK [0m[31m 2.54[0m
test_list_users_xml [32mOK [0m[31m 1.95[0m
test_remove_user_from_group [32mOK [0m[31m 3.96[0m
test_update_credential [32mOK [0m[31m 2.06[0m
test_update_domain [32mOK [0m[31m 2.12[0m
test_update_group [32mOK [0m[31m 1.98[0m
test_update_project [32mOK [0m[31m 1.85[0m
test_update_role [32mOK [0m[31m 1.93[0m
test_update_user [32mOK [0m[31m 3.04[0m
PolicyTestCase
test_create_policy [32mOK [0m[31m 1.93[0m
test_delete_policy [32mOK [0m[31m 2.17[0m
test_get_policy [32mOK [0m[31m 1.79[0m
test_list_policies [32mOK [0m[31m 1.90[0m
test_list_policies_xml [32mOK [0m[31m 1.70[0m
test_update_policy [32mOK [0m[31m 3.20[0m
IdentityTestProtectedCase
test_get_user_protected_match_id [32mOK [0m[31m 1.82[0m
test_list_filtered_domains [32mOK [0m[31m 2.62[0m
test_list_groups_protected_by_domain [32mOK [0m[31m 2.12[0m
test_list_groups_protected_by_domain_and_filtered [32mOK [0m[31m 1.85[0m
test_list_users_filtered_by_domain [32mOK [0m[31m 1.86[0m
test_list_users_protected_by_domain [32mOK [0m[31m 3.41[0m
test_list_users_unprotected [32mOK [0m[31m 1.95[0m
test_multiple_filters [32mOK [0m[31m 1.89[0m
VersionTestCase
test_admin_version_v2 [32mOK [0m[31m 0.17[0m
test_admin_version_v3 [32mOK [0m[31m 0.13[0m
test_admin_versions [32mOK [0m[31m 0.11[0m
test_public_version_v2 [32mOK [0m[31m 0.12[0m
test_public_version_v3 [32mOK [0m[31m 0.12[0m
test_public_versions [32mOK [0m[31m 1.48[0m
ApplicationTest
test_query_string_available [32mOK [0m[32m 0.01[0m
test_render_response [32mOK [0m[32m 0.01[0m
test_render_response_custom_headers [32mOK [0m[32m 0.01[0m
test_render_response_custom_status [32mOK [0m[32m 0.01[0m
test_render_response_no_body [32mOK [0m[32m 0.01[0m
test_response_content_type [32mOK [0m[32m 0.01[0m
======================================================================
ERROR: Make sure both public and admin API work with ipv6.
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…",> line 43, in test_ipv6_ok
host="::1", port=0)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…",> line 319, in serveapp
server.start(key='socket')
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…",> line 88, in start
socket.SOCK_STREAM)[0]
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…",> line 174, in getaddrinfo
rrset = resolve(host)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…",> line 133, in resolve
raise socket.gaierror(error)
gaierror: (-5, 'No address associated with hostname')
-------------------- >> begin captured logging << --------------------
keystone.common.wsgi: DEBUG: Starting .tox/py26/bin/nosetests on ::1:0
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: Make sure both public and admin API work with 1-way ipv6 & SSL.
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…",> line 91, in test_1way_ssl_with_ipv6_ok
host="::1", port=0)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…",> line 319, in serveapp
server.start(key='socket')
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…",> line 88, in start
socket.SOCK_STREAM)[0]
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…",> line 174, in getaddrinfo
rrset = resolve(host)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…",> line 133, in resolve
raise socket.gaierror(error)
gaierror: (-5, 'No address associated with hostname')
-------------------- >> begin captured logging << --------------------
keystone.common.wsgi: DEBUG: Starting .tox/py26/bin/nosetests on ::1:0
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: Make sure both public and admin API work with 2-way ipv6 & SSL.
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…",> line 115, in test_2way_ssl_with_ipv6_ok
host="::1", port=0)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…",> line 319, in serveapp
server.start(key='socket')
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…",> line 88, in start
socket.SOCK_STREAM)[0]
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…",> line 174, in getaddrinfo
rrset = resolve(host)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…",> line 133, in resolve
raise socket.gaierror(error)
gaierror: (-5, 'No address associated with hostname')
-------------------- >> begin captured logging << --------------------
keystone.common.wsgi: DEBUG: Starting .tox/py26/bin/nosetests on ::1:0
--------------------- >> end captured logging << ---------------------
----------------------------------------------------------------------
XML: nosetests.xml
Slowest 5 tests took 29.78 secs:
[31m 8.88 TestTokenRevoking.test_deleting_group_grant_revokes_tokens[0m
[31m 6.61 TestTokenRevoking.test_group_membership_changes_revokes_token[0m
[31m 5.01 TestTrustAuth.test_list_trusts[0m
[31m 4.80 TestTrustAuth.test_trust_crud[0m
[31m 4.48 IdentityTestCase.test_disable_domain[0m
----------------------------------------------------------------------
Ran 1272 tests in 645.844s
FAILED (SKIP=82, errors=3)
ERROR: InvocationError: '<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-grizzly…'>
___________________________________ summary ____________________________________
ERROR: py26: commands failed
+ result=1
+ echo 'Begin pip freeze output from test virtualenv:'
Begin pip freeze output from test virtualenv:
+ echo ======================================================================
======================================================================
+ .tox/py26/bin/pip freeze
Babel==0.9.6
Jinja2==2.6
Paste==1.7.5.1
PasteDeploy==1.5.0
Pygments==1.6
Routes==1.13
SQLAlchemy==0.7.9
Sphinx==1.2b1
Tempita==0.5.1
WebOb==1.2.3
WebTest==2.0.2
argparse==1.2.1
beautifulsoup4==4.1.3
colorama==0.2.5
coverage==3.6
decorator==3.4.0
distribute==0.6.34
dnspython==1.10.0
docutils==0.10
eventlet==0.12.1
greenlet==0.4.0
httplib2==0.8
iso8601==0.1.4
keyring==1.2.2
keystone==jenkins.periodic.keystone.python26.stable.grizzly.24
logilab-astng==0.24.3
logilab-common==0.59.1
lxml==3.2.0
mox==0.5.3
netifaces==0.8
nose==1.3.0
nosehtmloutput==0.0.4
nosexcover==1.0.8
openstack.nose-plugin==0.11
ordereddict==1.1
oslo.config==1.1.0
pam==0.1.4
passlib==1.6.1
pep8==1.3.3
prettytable==0.7.2
pylint==0.27.0
pysqlite==2.6.3
python-keystoneclient==0.2.3
python-ldap==2.3.13
python-memcached==1.48
python-swiftclient==1.4.0
repoze.lru==0.6
requests==1.2.0
simplejson==3.2.0
six==1.3.0
sqlalchemy-migrate==0.7.2
swift==1.8.1
termcolor==1.1.0
unittest2==0.5.1
waitress==0.8.2
wsgiref==0.1.2
xattr==0.6.4
+ 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=./tests/nose_results.html
+ '[' -f ./tests/nose_results.html ']'
++ grep -c 'tr class=.passClass' ./tests/nose_results.html
+ passcount=68
+ '[' 68 -eq 0 ']'
+ exit 1
+ rm -rf /tmp/tmp.zUYQ9Ux9qX
Build step 'Execute shell' marked build as failure
[SCP] Connecting to static.openstack.org
[SCP] Trying to create /srv/static/logs/periodic/periodic-keystone-python26-stable-grizzly/24
[SCP] uploading file: '/srv/static/logs/periodic/periodic-keystone-python26-stable-grizzly/24/nose_results.html'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.
1
4
Build failed in Jenkins: periodic-keystone-python27-stable-grizzly #24
by OpenStack Jenkins 08 May '13
by OpenStack Jenkins 08 May '13
08 May '13
See <https://jenkins.openstack.org/job/periodic-keystone-python27-stable-grizzly…>
------------------------------------------
[...truncated 1329 lines...]
test_create_endpoint [32mOK [0m[31m 1.08[0m
test_create_endpoint_400 [32mOK [0m[31m 1.01[0m
test_create_endpoint_on_v2 [32mOK [0m[31m 1.71[0m
test_create_service [32mOK [0m[31m 1.05[0m
test_delete_endpoint [32mOK [0m[31m 0.98[0m
test_delete_service [32mOK [0m[31m 1.00[0m
test_get_endpoint [32mOK [0m[31m 1.00[0m
test_get_service [32mOK [0m[31m 0.99[0m
test_list_endpoints [32mOK [0m[31m 0.97[0m
test_list_endpoints_xml [32mOK [0m[31m 0.97[0m
test_list_services [32mOK [0m[31m 0.98[0m
test_list_services_xml [32mOK [0m[31m 0.99[0m
test_update_endpoint [32mOK [0m[31m 0.98[0m
test_update_service [32mOK [0m[31m 0.99[0m
IdentityTestCase
test_add_user_to_group [32mOK [0m[31m 0.98[0m
test_check_user_in_group [32mOK [0m[31m 2.44[0m
test_create_credential [32mOK [0m[31m 1.15[0m
test_create_domain [32mOK [0m[31m 1.12[0m
test_create_group [32mOK [0m[31m 1.09[0m
test_create_project [32mOK [0m[31m 1.07[0m
test_create_role [32mOK [0m[31m 1.21[0m
test_create_user [32mOK [0m[31m 1.05[0m
test_crud_group_domain_role_grants [32mOK [0m[31m 2.26[0m
test_crud_group_project_role_grants [32mOK [0m[31m 2.31[0m
test_crud_user_domain_role_grants [32mOK [0m[31m 2.30[0m
test_crud_user_project_role_grants [32mOK [0m[31m 1.60[0m
test_delete_credential [32mOK [0m[31m 1.03[0m
test_delete_domain [32mOK [0m[31m 1.39[0m
test_delete_enabled_domain_fails [32mOK [0m[31m 0.97[0m
test_delete_group [32mOK [0m[31m 0.98[0m
test_delete_project [32mOK [0m[31m 1.04[0m
test_delete_role [32mOK [0m[31m 1.01[0m
test_delete_user [32mOK [0m[31m 2.13[0m
test_disable_domain [32mOK [0m[31m 2.52[0m
test_get_credential [32mOK [0m[31m 0.96[0m
test_get_domain [32mOK [0m[31m 2.20[0m
test_get_group [32mOK [0m[31m 1.10[0m
test_get_project [32mOK [0m[31m 1.09[0m
test_get_role [32mOK [0m[31m 1.12[0m
test_get_user [32mOK [0m[31m 1.08[0m
test_list_credentials [32mOK [0m[31m 1.06[0m
test_list_credentials_xml [32mOK [0m[31m 1.04[0m
test_list_domains [32mOK [0m[31m 1.05[0m
test_list_domains_xml [32mOK [0m[31m 1.03[0m
test_list_groups [32mOK [0m[31m 1.03[0m
test_list_groups_xml [32mOK [0m[31m 1.02[0m
test_list_projects [32mOK [0m[31m 1.19[0m
test_list_projects_xml [32mOK [0m[31m 0.99[0m
test_list_roles [32mOK [0m[31m 1.00[0m
test_list_roles_xml [32mOK [0m[31m 1.01[0m
test_list_users [32mOK [0m[31m 0.98[0m
test_list_users_in_group [32mOK [0m[31m 1.28[0m
test_list_users_xml [32mOK [0m[31m 0.97[0m
test_remove_user_from_group [32mOK [0m[31m 1.33[0m
test_update_credential [32mOK [0m[31m 0.97[0m
test_update_domain [32mOK [0m[31m 2.21[0m
test_update_group [32mOK [0m[31m 1.18[0m
test_update_project [32mOK [0m[31m 1.15[0m
test_update_role [32mOK [0m[31m 1.12[0m
test_update_user [32mOK [0m[31m 1.11[0m
PolicyTestCase
test_create_policy [32mOK [0m[31m 1.04[0m
test_delete_policy [32mOK [0m[31m 1.08[0m
test_get_policy [32mOK [0m[31m 1.04[0m
test_list_policies [32mOK [0m[31m 1.02[0m
test_list_policies_xml [32mOK [0m[31m 0.99[0m
test_update_policy [32mOK [0m[31m 1.03[0m
IdentityTestProtectedCase
test_get_user_protected_match_id [32mOK [0m[31m 0.96[0m
test_list_filtered_domains [32mOK [0m[31m 1.52[0m
test_list_groups_protected_by_domain [32mOK [0m[31m 1.30[0m
test_list_groups_protected_by_domain_and_filtered [32mOK [0m[31m 0.96[0m
test_list_users_filtered_by_domain [32mOK [0m[31m 0.96[0m
test_list_users_protected_by_domain [32mOK [0m[31m 1.27[0m
test_list_users_unprotected [32mOK [0m[31m 0.97[0m
test_multiple_filters [32mOK [0m[31m 0.97[0m
VersionTestCase
test_admin_version_v2 [32mOK [0m[31m 0.15[0m
test_admin_version_v3 [32mOK [0m[31m 0.15[0m
test_admin_versions [32mOK [0m[31m 0.11[0m
test_public_version_v2 [32mOK [0m[31m 1.33[0m
test_public_version_v3 [32mOK [0m[31m 0.12[0m
test_public_versions [32mOK [0m[31m 0.11[0m
ApplicationTest
test_query_string_available [32mOK [0m[32m 0.01[0m
test_render_response [32mOK [0m[32m 0.00[0m
test_render_response_custom_headers [32mOK [0m[32m 0.01[0m
test_render_response_custom_status [32mOK [0m[32m 0.00[0m
test_render_response_no_body [32mOK [0m[32m 0.00[0m
test_response_content_type [32mOK [0m[32m 0.01[0m
======================================================================
ERROR: Make sure both public and admin API work with ipv6.
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-grizzly…",> line 43, in test_ipv6_ok
host="::1", port=0)
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-grizzly…",> line 319, in serveapp
server.start(key='socket')
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-grizzly…",> line 88, in start
socket.SOCK_STREAM)[0]
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-grizzly…",> line 174, in getaddrinfo
rrset = resolve(host)
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-grizzly…",> line 133, in resolve
raise socket.gaierror(error)
gaierror: (-5, 'No address associated with hostname')
-------------------- >> begin captured logging << --------------------
keystone.common.wsgi: DEBUG: Starting .tox/py27/bin/nosetests on ::1:0
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: Make sure both public and admin API work with 1-way ipv6 & SSL.
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-grizzly…",> line 91, in test_1way_ssl_with_ipv6_ok
host="::1", port=0)
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-grizzly…",> line 319, in serveapp
server.start(key='socket')
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-grizzly…",> line 88, in start
socket.SOCK_STREAM)[0]
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-grizzly…",> line 174, in getaddrinfo
rrset = resolve(host)
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-grizzly…",> line 133, in resolve
raise socket.gaierror(error)
gaierror: (-5, 'No address associated with hostname')
-------------------- >> begin captured logging << --------------------
keystone.common.wsgi: DEBUG: Starting .tox/py27/bin/nosetests on ::1:0
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: Make sure both public and admin API work with 2-way ipv6 & SSL.
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-grizzly…",> line 115, in test_2way_ssl_with_ipv6_ok
host="::1", port=0)
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-grizzly…",> line 319, in serveapp
server.start(key='socket')
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-grizzly…",> line 88, in start
socket.SOCK_STREAM)[0]
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-grizzly…",> line 174, in getaddrinfo
rrset = resolve(host)
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-grizzly…",> line 133, in resolve
raise socket.gaierror(error)
gaierror: (-5, 'No address associated with hostname')
-------------------- >> begin captured logging << --------------------
keystone.common.wsgi: DEBUG: Starting .tox/py27/bin/nosetests on ::1:0
--------------------- >> end captured logging << ---------------------
----------------------------------------------------------------------
XML: nosetests.xml
Slowest 5 tests took 18.63 secs:
[31m 5.34 TestTokenRevoking.test_deleting_group_grant_revokes_tokens[0m
[31m 4.39 TestTokenRevoking.test_group_membership_changes_revokes_token[0m
[31m 3.20 TestTrustAuth.test_trust_crud[0m
[31m 2.97 TestTrustAuth.test_v3_v2_intermix_trustor_not_in_default_domaini_failed[0m
[31m 2.73 TestTokenAPIs.test_v3_v2_intermix_non_default_project_failed[0m
----------------------------------------------------------------------
Ran 1272 tests in 385.712s
FAILED (SKIP=82, errors=3)
ERROR: InvocationError: '<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-grizzly…'>
___________________________________ summary ____________________________________
ERROR: py27: commands failed
+ result=1
+ echo 'Begin pip freeze output from test virtualenv:'
Begin pip freeze output from test virtualenv:
+ echo ======================================================================
======================================================================
+ .tox/py27/bin/pip freeze
Babel==0.9.6
Jinja2==2.6
Paste==1.7.5.1
PasteDeploy==1.5.0
Pygments==1.6
Routes==1.13
SQLAlchemy==0.7.9
Sphinx==1.2b1
Tempita==0.5.1
WebOb==1.2.3
WebTest==2.0.2
argparse==1.2.1
beautifulsoup4==4.1.3
colorama==0.2.5
coverage==3.6
decorator==3.4.0
distribute==0.6.34
dnspython==1.10.0
docutils==0.10
eventlet==0.12.1
greenlet==0.4.0
httplib2==0.8
iso8601==0.1.4
keyring==1.2.2
keystone==jenkins.periodic.keystone.python27.stable.grizzly.24
logilab-astng==0.24.3
logilab-common==0.59.1
lxml==3.2.0
mox==0.5.3
netifaces==0.8
nose==1.3.0
nosehtmloutput==0.0.4
nosexcover==1.0.8
openstack.nose-plugin==0.11
oslo.config==1.1.0
pam==0.1.4
passlib==1.6.1
pep8==1.3.3
prettytable==0.7.2
pylint==0.27.0
pysqlite==2.6.3
python-keystoneclient==0.2.3
python-ldap==2.3.13
python-memcached==1.48
python-swiftclient==1.4.0
repoze.lru==0.6
requests==1.2.0
simplejson==3.2.0
six==1.3.0
sqlalchemy-migrate==0.7.2
swift==1.8.1
termcolor==1.1.0
unittest2==0.5.1
waitress==0.8.2
wsgiref==0.1.2
xattr==0.6.4
+ 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=./tests/nose_results.html
+ '[' -f ./tests/nose_results.html ']'
++ grep -c 'tr class=.passClass' ./tests/nose_results.html
+ passcount=68
+ '[' 68 -eq 0 ']'
+ exit 1
+ rm -rf /tmp/tmp.hREEVJNklE
Build step 'Execute shell' marked build as failure
[SCP] Connecting to static.openstack.org
[SCP] Trying to create /srv/static/logs/periodic/periodic-keystone-python27-stable-grizzly/24
[SCP] uploading file: '/srv/static/logs/periodic/periodic-keystone-python27-stable-grizzly/24/nose_results.html'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.
1
4
Build failed in Jenkins: periodic-glance-python27-stable-folsom #217
by OpenStack Jenkins 07 May '13
by OpenStack Jenkins 07 May '13
07 May '13
See <https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/21…>
------------------------------------------
[...truncated 941 lines...]
test_policy_file_default_not_found [32mOK [0m[32m 0.01[0m
test_policy_file_specified_but_not_found [32mOK [0m[32m 0.01[0m
TestStore
test_add [32mOK [0m[32m 0.01[0m
test_add_already_existing [32mOK [0m[32m 0.01[0m
test_add_host_variations [32mOK [0m[33m 0.03[0m
test_calling_format_default [32mOK [0m[32m 0.01[0m
test_calling_format_path [32mOK [0m[32m 0.01[0m
test_calling_format_subdomain [32mOK [0m[32m 0.01[0m
test_delete [32mOK [0m[32m 0.01[0m
test_delete_non_existing [32mOK [0m[32m 0.01[0m
test_get [32mOK [0m[32m 0.01[0m
test_get_calling_format_default [32mOK [0m[32m 0.01[0m
test_get_calling_format_path [32mOK [0m[32m 0.01[0m
test_get_non_existing [32mOK [0m[32m 0.01[0m
test_get_s3_bad_location [32mOK [0m[32m 0.02[0m
test_get_s3_good_location [32mOK [0m[32m 0.01[0m
test_no_access_key [32mOK [0m[32m 0.01[0m
test_no_host [32mOK [0m[32m 0.01[0m
test_no_secret_key [32mOK [0m[32m 0.01[0m
TestBasicSchema
test_filter_strips_extra_properties [32mOK [0m[32m 0.01[0m
test_merge_conflicting_but_identical_properties [32mOK [0m[32m 0.01[0m
test_merge_conflicting_properties [32mOK [0m[32m 0.01[0m
test_merge_properties [32mOK [0m[32m 0.01[0m
test_raw_json_schema [32mOK [0m[32m 0.01[0m
test_validate_fails_on_bad_type [32mOK [0m[32m 0.01[0m
test_validate_fails_on_extra_properties [32mOK [0m[32m 0.01[0m
test_validate_passes [32mOK [0m[32m 0.01[0m
TestBasicSchemaLinks
test_raw_json_schema [32mOK [0m[32m 0.01[0m
TestCollectionSchema
test_raw_json_schema [32mOK [0m[32m 0.01[0m
TestPermissiveSchema
test_filter_passes_extra_properties [32mOK [0m[32m 0.01[0m
test_raw_json_schema [32mOK [0m[32m 0.01[0m
test_validate_rejects_non_string_extra_properties [32mOK [0m[32m 0.01[0m
test_validate_with_additional_properties_allowed [32mOK [0m[32m 0.01[0m
TestSkipExamples
test_001_increase_test_counter [32mOK [0m[32m 0.01[0m
test_002_increase_test_counter [32mOK [0m[32m 0.01[0m
test_003_verify_test_counter [32mOK [0m[32m 0.01[0m
test_skip_if_example [34mSKIP[0m
test_skip_test_example [34mSKIP[0m
test_skip_unless_example [34mSKIP[0m
TestStoreLocation
test_bad_store_scheme [32mOK [0m[32m 0.01[0m
test_filesystem_store_location [32mOK [0m[32m 0.01[0m
test_get_location_from_uri_back_to_uri [32mOK [0m[32m 0.01[0m
test_get_store_from_scheme [32mOK [0m[32m 0.01[0m
test_http_store_location [32mOK [0m[32m 0.01[0m
test_rbd_store_location [32mOK [0m[32m 0.01[0m
test_s3_store_location [32mOK [0m[32m 0.01[0m
test_swift_store_location [32mOK [0m[32m 0.01[0m
TestChunkReader
test_read_all_data [32mOK [0m[32m 0.02[0m
TestStoreAuthV1
test_add [32mOK [0m[32m 0.01[0m
test_add_already_existing [32mOK [0m[32m 0.01[0m
test_add_auth_url_variations [32mOK [0m[32m 0.02[0m
test_add_large_object [32mOK [0m[32m 0.01[0m
test_add_large_object_zero_size [32mOK [0m[32m 0.01[0m
test_add_no_container_and_create [32mOK [0m[32m 0.01[0m
test_add_no_container_no_create [32mOK [0m[32m 0.01[0m
test_delete [32mOK [0m[32m 0.01[0m
test_delete_non_existing [32mOK [0m[32m 0.01[0m
test_get [32mOK [0m[32m 0.01[0m
test_get_non_existing [32mOK [0m[32m 0.01[0m
test_get_size [32mOK [0m[32m 0.01[0m
test_get_with_http_auth [32mOK [0m[32m 0.01[0m
test_no_auth_address [32mOK [0m[32m 0.01[0m
test_no_key [32mOK [0m[32m 0.01[0m
test_no_user [32mOK [0m[32m 0.01[0m
test_read_acl_public [32mOK [0m[32m 0.01[0m
test_read_acl_tenants [32mOK [0m[32m 0.01[0m
test_read_write_public [32mOK [0m[32m 0.01[0m
TestStoreAuthV2
test_add [32mOK [0m[32m 0.01[0m
test_add_already_existing [32mOK [0m[32m 0.01[0m
test_add_auth_url_variations [32mOK [0m[32m 0.02[0m
test_add_large_object [32mOK [0m[32m 0.01[0m
test_add_large_object_zero_size [32mOK [0m[32m 0.01[0m
test_add_no_container_and_create [32mOK [0m[32m 0.01[0m
test_add_no_container_no_create [32mOK [0m[32m 0.01[0m
test_delete [32mOK [0m[32m 0.01[0m
test_delete_non_existing [32mOK [0m[32m 0.01[0m
test_get [32mOK [0m[32m 0.01[0m
test_get_non_existing [32mOK [0m[32m 0.01[0m
test_get_size [32mOK [0m[32m 0.01[0m
test_get_with_http_auth [32mOK [0m[32m 0.01[0m
test_no_auth_address [32mOK [0m[32m 0.01[0m
test_no_key [32mOK [0m[32m 0.01[0m
test_no_user [32mOK [0m[32m 0.01[0m
test_read_acl_public [32mOK [0m[32m 0.01[0m
test_read_acl_tenants [32mOK [0m[32m 0.01[0m
test_read_write_public [32mOK [0m[32m 0.01[0m
test_v2_multi_tenant_location [32mOK [0m[32m 0.01[0m
test_v2_with_no_tenant [32mOK [0m[32m 0.01[0m
TestUtils
test_cooperative_reader [32mOK [0m[33m 0.04[0m
test_cooperative_reader_of_iterator [32mOK [0m[32m 0.01[0m
test_generate_uuid_format [32mOK [0m[32m 0.01[0m
test_generate_uuid_unique [32mOK [0m[32m 0.01[0m
test_is_uuid_like_fails [32mOK [0m[32m 0.01[0m
test_is_uuid_like_success [32mOK [0m[32m 0.01[0m
test_limiting_reader [32mOK [0m[32m 0.01[0m
test_limiting_reader_fails [32mOK [0m[32m 0.01[0m
VersionNegotiationTest
test_request_accept_v1 [32mOK [0m[32m 0.01[0m
test_request_url_v1 [32mOK [0m[32m 0.01[0m
test_request_url_v1_0 [32mOK [0m[32m 0.01[0m
test_request_url_v1_1 [32mOK [0m[32m 0.01[0m
test_request_url_v2 [32mOK [0m[32m 0.01[0m
test_request_url_v2_0 [32mOK [0m[32m 0.01[0m
test_request_url_v2_1_unsupported [32mOK [0m[32m 0.01[0m
test_request_url_v3_unsupported [32mOK [0m[32m 0.01[0m
VersionsTest
test_get_version_list [32mOK [0m[32m 0.01[0m
JSONRequestDeserializerTest
test_default_no_body [32mOK [0m[32m 0.01[0m
test_default_with_body [32mOK [0m[32m 0.01[0m
test_from_json [32mOK [0m[32m 0.01[0m
test_from_json_malformed [32mOK [0m[32m 0.01[0m
test_has_body_has_content_length [32mOK [0m[32m 0.01[0m
test_has_body_no_content_length [32mOK [0m[32m 0.01[0m
test_has_body_zero_content_length [32mOK [0m[32m 0.01[0m
test_no_body_no_content_length [32mOK [0m[32m 0.01[0m
JSONResponseSerializerTest
test_default [32mOK [0m[32m 0.01[0m
test_to_json [32mOK [0m[32m 0.01[0m
RequestTest
test_content_type_accept_default [32mOK [0m[32m 0.01[0m
test_content_type_from_accept_json [32mOK [0m[32m 0.01[0m
test_content_type_from_accept_json_xml_quality [32mOK [0m[32m 0.01[0m
test_content_type_from_accept_xml [32mOK [0m[32m 0.01[0m
test_content_type_from_accept_xml_json [32mOK [0m[32m 0.01[0m
test_content_type_missing [32mOK [0m[32m 0.01[0m
test_content_type_unsupported [32mOK [0m[32m 0.01[0m
test_content_type_with_charset [32mOK [0m[32m 0.01[0m
ResourceTest
test_dispatch [32mOK [0m[32m 0.01[0m
test_dispatch_default [32mOK [0m[32m 0.01[0m
test_dispatch_no_default [32mOK [0m[32m 0.01[0m
test_get_action_args [32mOK [0m[32m 0.01[0m
TestHelpers
test_data_passed_properly_through_headers [32mOK [0m[32m 0.01[0m
test_headers_are_unicode [32mOK [0m[32m 0.01[0m
======================================================================
FAIL: We test that the '--respawn' option causes the API server
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws…",> line 178, in wrapped
func(*a, **kwargs)
File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws…",> line 161, in test_respawn
self.assertTrue(launch_msg is None, launch_msg)
AssertionError: Unexpected server launch status
'Unexpected server launch status' = self._formatMessage('Unexpected server launch status', "%s is not true" % safe_repr(False))
>> raise self.failureException('Unexpected server launch status')
----------------------------------------------------------------------
XML: nosetests.xml
Slowest 5 tests took 66.30 secs:
[31m 14.25 TestGlanceControl.test_bouncing[0m
[31m 14.11 TestScrubber.test_delayed_delete[0m
[31m 13.78 TestGlanceControl.test_reload[0m
[31m 12.60 TestApi.test_unsupported_default_store[0m
[31m 11.56 TestBinGlanceCacheManage.test_queue[0m
----------------------------------------------------------------------
Ran 926 tests in 470.586s
FAILED (SKIP=106, failures=1)
ERROR: InvocationError: '<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws…'>
___________________________________ summary ____________________________________
ERROR: py27: commands failed
+ result=1
+ echo 'Begin pip freeze output from test virtualenv:'
Begin pip freeze output from test virtualenv:
+ echo ======================================================================
======================================================================
+ .tox/py27/bin/pip freeze
Babel==0.9.6
Jinja2==2.6
Paste==1.7.5.1
PasteDeploy==1.5.0
Pygments==1.6
Routes==1.13
SQLAlchemy==0.7.9
Sphinx==1.2b1
Tempita==0.5.1
WebOb==1.0.8
amqp==1.0.11
anyjson==0.3.3
argparse==1.2.1
boto==2.1.1
colorama==0.2.5
coverage==3.6
decorator==3.4.0
distribute==0.6.34
docutils==0.10
eventlet==0.12.1
glance==jenkins-periodic-glance-python27-stable-folsom-217
greenlet==0.4.0
httplib2==0.8
iso8601==0.1.4
jsonschema==1.3.0
kombu==2.5.10
lxml==3.2.0
mox==0.5.3
nose==1.3.0
nose-exclude==0.1.9
nosehtmloutput==0.0.4
openstack.nose-plugin==0.11
passlib==1.6.1
pep8==1.1
pycrypto==2.6
pysendfile==2.0.0
python-swiftclient==1.4.0
repoze.lru==0.6
requests==1.2.0
simplejson==3.2.0
sqlalchemy-migrate==0.7.2
termcolor==1.1.0
wsgiref==0.1.2
xattr==0.6.4
+ 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=./nose_results.html
+ '[' -f ./nose_results.html ']'
++ grep -c 'tr class=.passClass' ./nose_results.html
+ passcount=94
+ '[' 94 -eq 0 ']'
+ exit 1
+ rm -rf /tmp/tmp.KnNyEVxtTt
Build step 'Execute shell' marked build as failure
[SCP] Connecting to static.openstack.org
[SCP] Trying to create /srv/static/logs/periodic/periodic-glance-python27-stable-folsom/217
[SCP] uploading file: '/srv/static/logs/periodic/periodic-glance-python27-stable-folsom/217/nose_results.html'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.
1
1
All-
A change that fixed a bug for Windows support metadata was proposed last week before the deadline, but it wasn't approved until yesterday in master.
https://review.openstack.org/#/c/28242/
We should consider an exception for it. Otherwise, Grizzly Quantum+Windows will not work properly until it is included in a stable release. I've copied apilotti should folks have questions or need to understand the problem a bit more.
mark
2
1
Hi all,
We are scheduled to publish Nova, Keystone, Quantum, Cinder and
Horizon 2013.1.1 releases next Thursday (May 9).
Glance did not have any backports at this time so it will skip
2013.1.1 stable release.
Ceilometer was incubating in Grizzly so it's not covered by the stable
branch policy but Ceilometer team is preparing 2013.1.1 release on
their own, to coincide with other 2013.1.1 stable releases.
The list of issues fixed so far can be seen here:
https://launchpad.net/nova/+milestone/2013.1.1
https://launchpad.net/keystone/+milestone/2013.1.1
https://launchpad.net/quantum/+milestone/2013.1.1
https://launchpad.net/cinder/+milestone/2013.1.1
https://launchpad.net/horizon/+milestone/2013.1.1
We'd appreciate anyone who could test the candidate 2013.1.1 tarballs:
http://tarballs.openstack.org/nova/nova-stable-grizzly.tar.gz
http://tarballs.openstack.org/keystone/keystone-stable-grizzly.tar.gz
http://tarballs.openstack.org/quantum/quantum-stable-grizzly.tar.gz
http://tarballs.openstack.org/cinder/cinder-stable-grizzly.tar.gz
http://tarballs.openstack.org/horizon/horizon-stable-grizzly.tar.gz
Effective immediately, stable/grizzly branches enter freeze until
release on Thursday (May 9).
Thanks!
Alan
3
2
Build failed in Jenkins: periodic-quantum-python26-stable-grizzly-centos6 #3
by OpenStack Jenkins 04 May '13
by OpenStack Jenkins 04 May '13
04 May '13
See <https://jenkins.openstack.org/job/periodic-quantum-python26-stable-grizzly-…>
Changes:
[Gary Kotton] Fix port_id filter not honored
[emilien.macchi] Add RabbitMQ and QPID HA support flags to quantum.conf
------------------------------------------
[...truncated 5022 lines...]
TestIpWrapper
test_add_device_to_namespace [32mOK [0m[32m 0.00[0m
test_add_device_to_namespace_is_none [32mOK [0m[32m 0.00[0m
test_add_tuntap [32mOK [0m[32m 0.00[0m
test_add_veth [32mOK [0m[32m 0.00[0m
test_ensure_namespace [32mOK [0m[32m 0.01[0m
test_ensure_namespace_existing [32mOK [0m[32m 0.01[0m
test_garbage_collect_namespace_does_not_exist [32mOK [0m[32m 0.01[0m
test_garbage_collect_namespace_existing_empty_ns [32mOK [0m[32m 0.01[0m
test_garbage_collect_namespace_existing_not_empty [32mOK [0m[32m 0.01[0m
test_get_device [32mOK [0m[32m 0.00[0m
test_get_devices [32mOK [0m[32m 0.00[0m
test_get_devices_malformed_line [32mOK [0m[32m 0.00[0m
test_get_namespaces [32mOK [0m[32m 0.00[0m
test_namespace_is_empty [32mOK [0m[32m 0.00[0m
test_namespace_is_empty_no_devices [32mOK [0m[32m 0.00[0m
TestSubProcessBase
test_as_root_namespace [32mOK [0m[32m 0.00[0m
test_as_root_no_root_helper [32mOK [0m[32m 0.00[0m
test_execute_wrapper [32mOK [0m[32m 0.00[0m
test_execute_wrapper_int_options [32mOK [0m[32m 0.00[0m
test_execute_wrapper_no_options [32mOK [0m[32m 0.00[0m
test_run_namespace [32mOK [0m[32m 0.00[0m
test_run_no_namespace [32mOK [0m[32m 0.00[0m
LoadBalancerExtensionTestCase
test_create_pool_health_monitor [32mOK [0m[31m 0.10[0m
test_delete_pool_health_monitor [32mOK [0m[31m 0.07[0m
test_health_monitor_create [32mOK [0m[31m 0.06[0m
test_health_monitor_delete [32mOK [0m[31m 0.07[0m
test_health_monitor_get [32mOK [0m[31m 0.06[0m
test_health_monitor_list [32mOK [0m[31m 0.06[0m
test_health_monitor_update [32mOK [0m[31m 0.07[0m
test_member_create [32mOK [0m[31m 0.06[0m
test_member_delete [32mOK [0m[31m 0.07[0m
test_member_get [32mOK [0m[31m 0.06[0m
test_member_list [32mOK [0m[31m 2.28[0m
test_member_update [32mOK [0m[31m 0.06[0m
test_pool_create [32mOK [0m[31m 0.06[0m
test_pool_delete [32mOK [0m[31m 0.07[0m
test_pool_get [32mOK [0m[31m 0.06[0m
test_pool_list [32mOK [0m[31m 0.06[0m
test_pool_stats [32mOK [0m[31m 0.06[0m
test_pool_update [32mOK [0m[31m 0.07[0m
test_vip_create [32mOK [0m[31m 0.06[0m
test_vip_delete [32mOK [0m[31m 0.06[0m
test_vip_get [32mOK [0m[31m 0.06[0m
test_vip_list [32mOK [0m[31m 0.06[0m
test_vip_update [32mOK [0m[31m 0.07[0m
LoadBalancerExtensionTestCaseXML
test_create_pool_health_monitor [32mOK [0m[31m 0.06[0m
test_delete_pool_health_monitor [32mOK [0m[31m 0.07[0m
test_health_monitor_create [32mOK [0m[31m 0.06[0m
test_health_monitor_delete [32mOK [0m[31m 0.07[0m
test_health_monitor_get [32mOK [0m[31m 0.06[0m
test_health_monitor_list [32mOK [0m[31m 0.06[0m
test_health_monitor_update [32mOK [0m[31m 0.07[0m
test_member_create [32mOK [0m[31m 0.06[0m
test_member_delete [32mOK [0m[31m 0.07[0m
test_member_get [32mOK [0m[31m 0.06[0m
test_member_list [32mOK [0m[31m 0.06[0m
test_member_update [32mOK [0m[31m 0.06[0m
test_pool_create [32mOK [0m[31m 0.06[0m
test_pool_delete [32mOK [0m[31m 2.35[0m
test_pool_get [32mOK [0m[31m 0.06[0m
test_pool_list [32mOK [0m[31m 0.06[0m
test_pool_stats [32mOK [0m[31m 0.06[0m
test_pool_update [32mOK [0m[31m 0.07[0m
test_vip_create [32mOK [0m[31m 0.07[0m
test_vip_delete [32mOK [0m[31m 0.07[0m
test_vip_get [32mOK [0m[31m 0.07[0m
test_vip_list [32mOK [0m[31m 0.06[0m
test_vip_update [32mOK [0m[31m 0.07[0m
TestMetadataProxyHandler
test_call [32mOK [0m[32m 0.01[0m
test_call_internal_server_error [32mOK [0m[32m 0.01[0m
test_call_no_instance_match [32mOK [0m[32m 0.01[0m
test_get_instance_id_network_id [32mOK [0m[32m 0.00[0m
test_get_instance_id_network_id_no_match [32mOK [0m[32m 0.00[0m
test_get_instance_id_router_id [32mOK [0m[32m 0.00[0m
test_get_instance_id_router_id_no_match [32mOK [0m[32m 0.00[0m
test_proxy_request_200 [32mOK [0m[32m 0.01[0m
test_proxy_request_403 [32mOK [0m[32m 0.01[0m
test_proxy_request_404 [32mOK [0m[32m 0.01[0m
test_proxy_request_500 [32mOK [0m[32m 0.01[0m
test_proxy_request_other_code [32mOK [0m[32m 0.01[0m
test_sign_instance_id [32mOK [0m[32m 0.00[0m
TestUnixDomainHttpProtocol
test_init_empty_client [32mOK [0m[32m 0.01[0m
test_init_with_client [32mOK [0m[32m 0.00[0m
TestUnixDomainMetadataProxy
test_init_doesnot_exists [32mOK [0m[32m 0.01[0m
test_init_exists [32mOK [0m[32m 0.01[0m
test_init_exists_unlink_fails_file_still_exists [32mOK [0m[32m 0.01[0m
test_init_exists_unlink_no_file [32mOK [0m[32m 0.00[0m
test_main [32mOK [0m[32m 0.01[0m
test_run [32mOK [0m[32m 0.01[0m
TestUnixDomainWSGIServer
test_run [32mOK [0m[32m 0.01[0m
test_start [32mOK [0m[32m 0.01[0m
TestNetworkMetadataProxyHandler
test_call [32mOK [0m[32m 0.00[0m
test_call_internal_server_error [32mOK [0m[32m 0.00[0m
test_no_argument_passed_to_init [32mOK [0m[32m 0.00[0m
test_proxy_request_network_200 [32mOK [0m[32m 0.00[0m
test_proxy_request_network_404 [32mOK [0m[32m 0.00[0m
test_proxy_request_network_418 [32mOK [0m[32m 0.00[0m
test_proxy_request_network_500 [32mOK [0m[32m 0.01[0m
test_proxy_request_network_exception [32mOK [0m[32m 0.00[0m
test_proxy_request_router_200 [32mOK [0m[32m 0.01[0m
TestProxyDaemon
test_init [32mOK [0m[32m 0.01[0m
test_main [32mOK [0m[32m 0.01[0m
test_main_dont_fork [32mOK [0m[32m 0.02[0m
test_run [32mOK [0m[32m 0.01[0m
TestUnixDomainHttpConnection
test_connect [32mOK [0m[32m 0.00[0m
DefaultPolicyTestCase
test_default_not_found [32mOK [0m[32m 0.01[0m
test_not_found_policy_calls_default [32mOK [0m[32m 0.01[0m
test_policy_called [32mOK [0m[32m 0.01[0m
PolicyFileTestCase
test_modified_policy_reloads [32mOK [0m[32m 0.00[0m
PolicyTestCase
test_check_bad_action_noraise [32mOK [0m[32m 0.01[0m
test_early_AND_enforcement [32mOK [0m[32m 0.01[0m
test_early_OR_enforcement [32mOK [0m[32m 0.01[0m
test_enforce_bad_action_throws [32mOK [0m[32m 0.01[0m
test_enforce_good_action [32mOK [0m[32m 0.01[0m
test_enforce_http_false [32mOK [0m[32m 0.01[0m
test_enforce_http_true [32mOK [0m[32m 0.01[0m
test_enforce_nonexistent_action_throws [32mOK [0m[32m 0.01[0m
test_ignore_case_role_check [32mOK [0m[32m 0.01[0m
test_templatized_enforcement [32mOK [0m[32m 0.01[0m
QuantumPolicyTestCase
test_enforce_adminonly_attribute_create [32mOK [0m[31m 0.07[0m
test_enforce_adminonly_attribute_nonadminctx_returns_403 [32mOK [0m[32m 0.01[0m
test_enforce_adminonly_attribute_update [32mOK [0m[32m 0.01[0m
test_enforce_parentresource_owner [32mOK [0m[32m 0.01[0m
test_enforce_regularuser_on_read [32mOK [0m[32m 0.01[0m
test_nonadmin_read_on_private_fails [32mOK [0m[32m 0.01[0m
test_nonadmin_read_on_shared_succeeds [32mOK [0m[32m 0.01[0m
test_nonadmin_write_on_private_fails [32mOK [0m[32m 0.01[0m
test_nonadmin_write_on_shared_fails [32mOK [0m[32m 0.01[0m
TestQuantumContext
testQuantumContextAdminToDict [32mOK [0m[32m 0.00[0m
testQuantumContextAdminWithoutSessionToDict [32mOK [0m[32m 0.00[0m
testQuantumContextCreate [32mOK [0m[32m 0.00[0m
testQuantumContextToDict [32mOK [0m[32m 0.00[0m
QuantumManagerTestCase
test_multiple_plugins_specified_for_service_type [32mOK [0m[32m 0.01[0m
test_service_plugin_is_loaded [32mOK [0m[33m 0.03[0m
QuotaExtensionCfgTestCase
test_delete_quotas_forbidden [32mOK [0m[31m 2.64[0m
test_quotas_default_values [32mOK [0m[31m 0.31[0m
test_show_quotas_with_admin [32mOK [0m[31m 0.31[0m
test_show_quotas_without_admin_forbidden [32mOK [0m[31m 0.30[0m
test_update_quotas_forbidden [32mOK [0m[31m 0.31[0m
QuotaExtensionCfgTestCaseXML
test_delete_quotas_forbidden [32mOK [0m[31m 0.31[0m
test_quotas_default_values [32mOK [0m[31m 0.31[0m
test_show_quotas_with_admin [32mOK [0m[31m 0.34[0m
test_show_quotas_without_admin_forbidden [32mOK [0m[31m 2.77[0m
test_update_quotas_forbidden [32mOK [0m[31m 0.22[0m
QuotaExtensionDbTestCase
test_delete_quotas_with_admin [32mOK [0m[31m 0.21[0m
test_delete_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.21[0m
test_list_quotas_with_admin [32mOK [0m[31m 0.22[0m
test_list_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.22[0m
test_quotas_default_values [32mOK [0m[31m 0.23[0m
test_quotas_get_tenant_from_empty_request_context_returns_400[32mOK [0m[31m 0.27[0m
test_quotas_get_tenant_from_request_context [32mOK [0m[31m 2.69[0m
test_quotas_limit_check [32mOK [0m[31m 0.22[0m
test_quotas_limit_check_with_invalid_quota_value [32mOK [0m[31m 0.21[0m
test_quotas_limit_check_with_over_quota [32mOK [0m[31m 0.22[0m
test_quotas_loaded_bad_returns_404 [32mOK [0m[31m 0.21[0m
test_quotas_loaded_right [32mOK [0m[31m 0.21[0m
test_show_quotas_with_admin [32mOK [0m[31m 0.21[0m
test_show_quotas_with_owner_tenant [32mOK [0m[31m 0.22[0m
test_show_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 2.57[0m
test_update_attributes [32mOK [0m[31m 0.21[0m
test_update_quotas_with_admin [32mOK [0m[31m 0.21[0m
test_update_quotas_with_non_integer_returns_400 [32mOK [0m[31m 0.20[0m
test_update_quotas_with_non_support_resource_returns_400 [32mOK [0m[31m 0.20[0m
test_update_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.21[0m
QuotaExtensionDbTestCaseXML
test_delete_quotas_with_admin [32mOK [0m[31m 0.21[0m
test_delete_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 2.58[0m
test_list_quotas_with_admin [32mOK [0m[31m 0.20[0m
test_list_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.20[0m
test_quotas_default_values [32mOK [0m[31m 0.21[0m
test_quotas_get_tenant_from_empty_request_context_returns_400[32mOK [0m[31m 0.21[0m
test_quotas_get_tenant_from_request_context [32mOK [0m[31m 0.21[0m
test_quotas_limit_check [32mOK [0m[31m 0.22[0m
test_quotas_limit_check_with_invalid_quota_value [32mOK [0m[31m 0.22[0m
test_quotas_limit_check_with_over_quota [32mOK [0m[31m 2.66[0m
test_quotas_loaded_bad_returns_404 [32mOK [0m[31m 0.20[0m
test_quotas_loaded_right [32mOK [0m[31m 0.21[0m
test_show_quotas_with_admin [32mOK [0m[31m 0.21[0m
test_show_quotas_with_owner_tenant [32mOK [0m[31m 0.21[0m
test_show_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.21[0m
test_update_attributes [32mOK [0m[31m 0.22[0m
test_update_quotas_with_admin [32mOK [0m[31m 0.23[0m
test_update_quotas_with_non_integer_returns_400 [32mOK [0m[31m 2.68[0m
test_update_quotas_with_non_support_resource_returns_400 [32mOK [0m[31m 0.21[0m
test_update_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.21[0m
RootwrapTestCase
test_DnsmasqFilter [32mOK [0m[32m 0.00[0m
test_DnsmasqNetnsFilter [32mOK [0m[32m 0.00[0m
test_IpFilter_netns_add [32mOK [0m[32m 0.00[0m
test_IpFilter_netns_delete [32mOK [0m[32m 0.00[0m
test_IpFilter_netns_list [32mOK [0m[32m 0.00[0m
test_IpFilter_non_netns [32mOK [0m[32m 0.00[0m
test_IpNetnsExecFilter_match [32mOK [0m[32m 0.00[0m
test_IpNetnsExecFilter_nomatch [32mOK [0m[32m 0.00[0m
test_KillFilter [32mOK [0m[31m 0.37[0m
test_KillFilter_deleted_exe [32mOK [0m[32m 0.01[0m
test_KillFilter_no_raise [32mOK [0m[32m 0.00[0m
test_ReadFileFilter [32mOK [0m[32m 0.00[0m
test_RegExpFilter_match [32mOK [0m[32m 0.00[0m
test_RegExpFilter_reject [32mOK [0m[32m 0.00[0m
test_match_filter_recurses_exec_command_filter [32mOK [0m[32m 0.00[0m
test_missing_command [32mOK [0m[32m 0.00[0m
test_skips [32mOK [0m[32m 0.00[0m
RouterServiceInsertionTestCase
test_health_monitor_create [32mOK [0m[31m 0.46[0m
test_health_monitor_delete_with_router_id [32mOK [0m[31m 0.38[0m
test_health_monitor_delete_without_router_id [32mOK [0m[31m 0.34[0m
test_health_monitor_update_with_router_id [32mOK [0m[31m 0.31[0m
test_health_monitor_update_without_router_id [32mOK [0m[31m 0.30[0m
test_pool_create [32mOK [0m[31m 0.27[0m
test_pool_delete_with_router_id [32mOK [0m[31m 0.30[0m
test_pool_delete_without_router_id [32mOK [0m[31m 3.53[0m
test_pool_update_with_router_id [32mOK [0m[31m 0.25[0m
test_pool_update_without_router_id [32mOK [0m[31m 0.26[0m
test_router_create_no_service_type_id [32mOK [0m[31m 0.22[0m
test_router_create_with_service_type_id [32mOK [0m[31m 0.23[0m
test_router_delete [32mOK [0m[31m 0.25[0m
test_router_get [32mOK [0m[31m 0.22[0m
test_router_update_with_service_type_id [32mOK [0m[31m 0.22[0m
test_router_update_without_service_type_id [32mOK [0m[31m 0.24[0m
test_vip_create Build timed out (after 30 minutes). Marking the build as failed.
++ rm -rf /tmp/tmp.QeTMmh9Uoh
/usr/local/jenkins/slave_scripts/run-tox.sh: line 1: 10212 Terminated tox -e$venv
[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-quantum-python26-stable-grizzly-centos6/3
[SCP] Copying console log.
1
1
Build failed in Jenkins: periodic-glance-python26-stable-grizzly-centos6 #3
by OpenStack Jenkins 04 May '13
by OpenStack Jenkins 04 May '13
04 May '13
See <https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly-c…>
------------------------------------------
[...truncated 1167 lines...]
test_add_ignores_acls_if_no_locations [32mOK [0m[32m 0.00[0m
test_add_updates_acls [32mOK [0m[32m 0.00[0m
test_member_addition_updates_acls [32mOK [0m[32m 0.00[0m
test_member_removal_updates_acls [32mOK [0m[32m 0.00[0m
test_save_fetches_members_if_private [32mOK [0m[32m 0.00[0m
test_save_updates_acls [32mOK [0m[32m 0.00[0m
TestStoreLocation
test_bad_store_scheme [32mOK [0m[32m 0.01[0m
test_filesystem_store_location [32mOK [0m[32m 0.01[0m
test_get_location_from_uri_back_to_uri [32mOK [0m[32m 0.01[0m
test_get_store_from_scheme [32mOK [0m[32m 0.02[0m
test_http_store_location [32mOK [0m[32m 0.01[0m
test_rbd_store_location [32mOK [0m[32m 0.01[0m
test_s3_store_location [32mOK [0m[32m 0.01[0m
test_swift_store_location [32mOK [0m[32m 0.01[0m
TestChunkReader
test_read_all_data [32mOK [0m[32m 0.01[0m
TestCreatingLocations
test_multi_tenant_location [32mOK [0m[32m 0.01[0m
test_multi_tenant_location_custom_service_type [32mOK [0m[32m 0.01[0m
test_multi_tenant_location_http [32mOK [0m[32m 0.01[0m
test_multi_tenant_location_with_region [32mOK [0m[32m 0.01[0m
test_single_tenant_location [32mOK [0m[32m 0.01[0m
test_single_tenant_location_http [32mOK [0m[32m 0.01[0m
TestMultiTenantStoreConnections
test_basic_connection [32mOK [0m[32m 0.01[0m
test_connection_with_snet [32mOK [0m[32m 0.01[0m
TestSingleTenantStoreConnections
test_basic_connection [32mOK [0m[32m 0.01[0m
test_connection_invalid_user [32mOK [0m[32m 0.01[0m
test_connection_missing_user [32mOK [0m[32m 0.01[0m
test_connection_with_auth_v1 [32mOK [0m[32m 0.01[0m
test_connection_with_endpoint_type [32mOK [0m[32m 0.01[0m
test_connection_with_no_trailing_slash [32mOK [0m[32m 0.01[0m
test_connection_with_region [32mOK [0m[32m 0.01[0m
test_connection_with_service_type [32mOK [0m[32m 0.01[0m
test_connection_with_snet [32mOK [0m[32m 0.01[0m
TestStoreAuthV1
test_add [32mOK [0m[32m 0.01[0m
test_add_already_existing [32mOK [0m[32m 0.01[0m
test_add_auth_url_variations [32mOK [0m[32m 0.01[0m
test_add_large_object [32mOK [0m[32m 0.01[0m
test_add_large_object_zero_size [32mOK [0m[32m 0.01[0m
test_add_no_container_and_create [32mOK [0m[32m 0.01[0m
test_add_no_container_no_create [32mOK [0m[32m 0.01[0m
test_delete [32mOK [0m[32m 0.00[0m
test_delete_non_existing [32mOK [0m[32m 0.00[0m
test_get [32mOK [0m[32m 0.00[0m
test_get_non_existing [32mOK [0m[32m 0.00[0m
test_get_size [32mOK [0m[32m 0.00[0m
test_get_size_with_multi_tenant_on [32mOK [0m[32m 0.00[0m
test_get_with_http_auth [32mOK [0m[32m 0.00[0m
test_no_auth_address [32mOK [0m[32m 0.01[0m
test_no_key [32mOK [0m[32m 0.01[0m
test_no_user [32mOK [0m[32m 0.01[0m
test_read_acl_public [32mOK [0m[32m 0.01[0m
test_read_acl_tenants [32mOK [0m[32m 0.01[0m
test_read_write_public [32mOK [0m[32m 0.01[0m
TestStoreAuthV2
test_add [32mOK [0m[32m 0.01[0m
test_add_already_existing [32mOK [0m[32m 0.01[0m
test_add_auth_url_variations [32mOK [0m[32m 0.01[0m
test_add_large_object [32mOK [0m[32m 0.01[0m
test_add_large_object_zero_size [32mOK [0m[32m 0.01[0m
test_add_no_container_and_create [32mOK [0m[32m 0.01[0m
test_add_no_container_no_create [32mOK [0m[32m 0.00[0m
test_delete [32mOK [0m[32m 0.00[0m
test_delete_non_existing [32mOK [0m[32m 0.01[0m
test_get [32mOK [0m[32m 0.00[0m
test_get_non_existing [32mOK [0m[32m 0.00[0m
test_get_size [32mOK [0m[32m 0.00[0m
test_get_size_with_multi_tenant_on [32mOK [0m[32m 0.01[0m
test_get_with_http_auth [32mOK [0m[32m 0.00[0m
test_no_auth_address [32mOK [0m[32m 0.01[0m
test_no_key [32mOK [0m[32m 0.01[0m
test_no_user [32mOK [0m[32m 0.01[0m
test_read_acl_public [32mOK [0m[32m 0.01[0m
test_read_acl_tenants [32mOK [0m[32m 0.01[0m
test_read_write_public [32mOK [0m[32m 0.01[0m
test_v2_multi_tenant_location [32mOK [0m[32m 0.00[0m
test_v2_with_no_tenant [32mOK [0m[32m 0.00[0m
TestUtils
test_cooperative_reader [32mOK [0m[33m 0.04[0m
test_cooperative_reader_of_iterator [32mOK [0m[32m 0.00[0m
test_limiting_reader [32mOK [0m[32m 0.01[0m
test_limiting_reader_fails [32mOK [0m[32m 0.01[0m
VersionNegotiationTest
test_request_accept_v1 [32mOK [0m[32m 0.01[0m
test_request_url_v1 [32mOK [0m[32m 0.01[0m
test_request_url_v1_0 [32mOK [0m[32m 0.01[0m
test_request_url_v1_1 [32mOK [0m[32m 0.01[0m
test_request_url_v2 [32mOK [0m[32m 0.01[0m
test_request_url_v2_0 [32mOK [0m[32m 0.01[0m
test_request_url_v2_1 [32mOK [0m[32m 0.01[0m
test_request_url_v2_2_unsupported [32mOK [0m[32m 0.01[0m
test_request_url_v3_unsupported [32mOK [0m[32m 0.01[0m
VersionsTest
test_get_version_list [32mOK [0m[32m 0.01[0m
JSONRequestDeserializerTest
test_default_no_body [32mOK [0m[32m 0.00[0m
test_default_with_body [32mOK [0m[32m 0.00[0m
test_from_json [32mOK [0m[32m 0.00[0m
test_from_json_malformed [32mOK [0m[32m 0.00[0m
test_has_body_has_content_length [32mOK [0m[32m 0.00[0m
test_has_body_no_content_length [32mOK [0m[32m 0.00[0m
test_has_body_zero_content_length [32mOK [0m[32m 0.00[0m
test_no_body_no_content_length [32mOK [0m[32m 0.00[0m
JSONResponseSerializerTest
test_default [32mOK [0m[32m 0.00[0m
test_to_json [32mOK [0m[32m 0.00[0m
RequestTest
test_content_type_accept_default [32mOK [0m[32m 0.00[0m
test_content_type_from_accept_json [32mOK [0m[32m 0.00[0m
test_content_type_from_accept_json_xml_quality [32mOK [0m[32m 0.00[0m
test_content_type_from_accept_xml [32mOK [0m[32m 0.00[0m
test_content_type_from_accept_xml_json [32mOK [0m[32m 0.00[0m
test_content_type_missing [32mOK [0m[32m 0.00[0m
test_content_type_unsupported [32mOK [0m[32m 0.00[0m
test_content_type_with_charset [32mOK [0m[32m 0.00[0m
ResourceTest
test_dispatch [32mOK [0m[32m 0.00[0m
test_dispatch_default [32mOK [0m[32m 0.00[0m
test_dispatch_no_default [32mOK [0m[32m 0.00[0m
test_get_action_args [32mOK [0m[32m 0.00[0m
TestHelpers
test_data_passed_properly_through_headers [32mOK [0m[32m 0.00[0m
test_headers_are_unicode [32mOK [0m[32m 0.00[0m
TestMonkeyPatch
test_time_is_monkey_patched [32mOK [0m[32m 0.00[0m
======================================================================
ERROR: glance.tests.functional.v1.test_copy_to_file.TestCopyToFile.test_copy_from_file
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly-c…",> line 121, in wrapped
func(*a, **kwargs)
File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly-c…",> line 278, in test_copy_from_file
response, content = http.request(path, 'POST', headers=headers)
File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly-c…",> line 1570, in request
(response, content) = self._request(conn, authority, uri, request_uri, method, body, headers, redirections, cachekey)
File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly-c…",> line 1317, in _request
(response, content) = self._conn_request(conn, request_uri, method, body, headers)
File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly-c…",> line 1252, in _conn_request
conn.connect()
File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly-c…",> line 913, in connect
raise socket.error, msg
error: [Errno 111] ECONNREFUSED
----------------------------------------------------------------------
XML: nosetests.xml
Slowest 5 tests took 90.77 secs:
[31m 26.28 TestScrubber.test_scrubber_app[0m
[31m 20.64 TestScrubber.test_delayed_delete[0m
[31m 14.77 TestGlanceControl.test_reload[0m
[31m 14.55 TestRootApi.test_version_configurations[0m
[31m 14.53 TestGlanceControl.test_respawn[0m
----------------------------------------------------------------------
Ran 1102 tests in 610.170s
FAILED (SKIP=38, errors=1)
ERROR: InvocationError: '<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly-c…'>
___________________________________ summary ____________________________________
ERROR: py26: commands failed
+ result=1
+ echo 'Begin pip freeze output from test virtualenv:'
Begin pip freeze output from test virtualenv:
+ echo ======================================================================
======================================================================
+ .tox/py26/bin/pip freeze
Babel==0.9.6
Jinja2==2.6
MySQL-python==1.2.4
Paste==1.7.5.1
PasteDeploy==1.5.0
Pygments==1.6
Routes==1.13
SQLAlchemy==0.7.9
Sphinx==1.2b1
Tempita==0.5.1
WebOb==1.2.3
amqp==1.0.11
anyjson==0.3.3
argparse==1.2.1
boto==2.9.2
colorama==0.2.5
coverage==3.6
decorator==3.4.0
distribute==0.6.34
docutils==0.10
eventlet==0.12.1
extras==0.0.3
fixtures==0.3.12
glance==jenkins.periodic.glance.python26.stable.grizzly.centos6.3
greenlet==0.4.0
httplib2==0.8
importlib==1.0.2
iso8601==0.1.4
jsonschema==1.3.0
kombu==2.5.10
lxml==3.2.0
mox==0.5.3
nose==1.3.0
nose-exclude==0.1.9
nosehtmloutput==0.0.4
openstack.nose-plugin==0.11
ordereddict==1.1
oslo.config==1.1.0
passlib==1.6.1
pep8==1.3.3
prettytable==0.7.2
psycopg2==2.5
pycrypto==2.6
pysendfile==2.0.0
python-keystoneclient==0.2.3
python-mimeparse==0.1.4
python-swiftclient==1.4.0
repoze.lru==0.6
requests==1.2.0
simplejson==3.2.0
sqlalchemy-migrate==0.7.2
termcolor==1.1.0
testtools==0.9.31
wsgiref==0.1.2
xattr==0.6.4
+ 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=./nose_results.html
+ '[' -f ./nose_results.html ']'
++ grep -c 'tr class=.passClass' ./nose_results.html
+ passcount=127
+ '[' 127 -eq 0 ']'
+ exit 1
+ rm -rf /tmp/tmp.o2Pd16xoHy
Build step 'Execute shell' marked build as failure
[SCP] Connecting to static.openstack.org
[SCP] Trying to create /srv/static/logs/periodic/periodic-glance-python26-stable-grizzly-centos6/3
[SCP] uploading file: '/srv/static/logs/periodic/periodic-glance-python26-stable-grizzly-centos6/3/nose_results.html'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.
1
1
Build failed in Jenkins: periodic-ceilometer-python26-stable-grizzly #1
by OpenStack Jenkins 04 May '13
by OpenStack Jenkins 04 May '13
04 May '13
See <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…>
------------------------------------------
[...truncated 5087 lines...]
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…",> line 198, in _publish_counters_to_one_publisher
ext.obj.publish_counters(ctxt, counters, source)
File "<https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…",> line 65, in publish_counters
raise Exception()
Exception
2013-04-11 06:08:20,757 AUDIT [ceilometer.pipeline][MainThread] Pipeline second_pipeline: Published counters
2013-04-11 06:08:20 AUDIT [ceilometer.pipeline] Pipeline second_pipeline: Published counters
2013-04-11 06:08:20,758 AUDIT [ceilometer.pipeline][MainThread] Flush pipeline test_pipeline
2013-04-11 06:08:20 AUDIT [ceilometer.pipeline] Flush pipeline test_pipeline
2013-04-11 06:08:20,759 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Publishing counters
2013-04-11 06:08:20 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Publishing counters
2013-04-11 06:08:20,760 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Published counters
2013-04-11 06:08:20 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Published counters
2013-04-11 06:08:20,761 AUDIT [ceilometer.pipeline][MainThread] Flush pipeline second_pipeline
2013-04-11 06:08:20 AUDIT [ceilometer.pipeline] Flush pipeline second_pipeline
2013-04-11 06:08:20,762 AUDIT [ceilometer.pipeline][MainThread] Pipeline second_pipeline: Publishing counters
2013-04-11 06:08:20 AUDIT [ceilometer.pipeline] Pipeline second_pipeline: Publishing counters
2013-04-11 06:08:20,762 WARNI [ceilometer.pipeline][MainThread] Pipeline second_pipeline: Continue after error from publisher except
2013-04-11 06:08:20 WARNING [ceilometer.pipeline] Pipeline second_pipeline: Continue after error from publisher except
2013-04-11 06:08:20,763 ERROR [ceilometer.pipeline][MainThread]
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…",> line 198, in _publish_counters_to_one_publisher
ext.obj.publish_counters(ctxt, counters, source)
File "<https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…",> line 65, in publish_counters
raise Exception()
Exception
2013-04-11 06:08:20 ERROR [ceilometer.pipeline]
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…",> line 198, in _publish_counters_to_one_publisher
ext.obj.publish_counters(ctxt, counters, source)
File "<https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…",> line 65, in publish_counters
raise Exception()
Exception
2013-04-11 06:08:20,764 AUDIT [ceilometer.pipeline][MainThread] Pipeline second_pipeline: Published counters
2013-04-11 06:08:20 AUDIT [ceilometer.pipeline] Pipeline second_pipeline: Published counters
ok
test_no_counters (tests.test_pipeline.TestPipeline) ... ok
test_no_interval (tests.test_pipeline.TestPipeline) ... ok
test_no_name (tests.test_pipeline.TestPipeline) ... ok
test_no_publishers (tests.test_pipeline.TestPipeline) ... ok
test_no_transformers (tests.test_pipeline.TestPipeline) ... ok
test_none_transformer_pipeline (tests.test_pipeline.TestPipeline) ... 2013-04-11 06:08:20,769 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Transform counter Counter(name='a', type='test_type', unit='B', volume=1, user_id='test_user', project_id='test_proj', resource_id='test_resource', timestamp='2013-04-11T06:08:20.769647', resource_metadata={}) from 0 transformer
2013-04-11 06:08:20 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Transform counter Counter(name='a', type='test_type', unit='B', volume=1, user_id='test_user', project_id='test_proj', resource_id='test_resource', timestamp='2013-04-11T06:08:20.769647', resource_metadata={}) from 0 transformer
2013-04-11 06:08:20,770 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Publishing counters
2013-04-11 06:08:20 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Publishing counters
2013-04-11 06:08:20,771 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Published counters
2013-04-11 06:08:20 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Published counters
2013-04-11 06:08:20,772 AUDIT [ceilometer.pipeline][MainThread] Flush pipeline test_pipeline
2013-04-11 06:08:20 AUDIT [ceilometer.pipeline] Flush pipeline test_pipeline
ok
test_publisher_transformer_invoked (tests.test_pipeline.TestPipeline) ... 2013-04-11 06:08:20,774 INFO [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Setup transformer instance update with parameter {}
2013-04-11 06:08:20 INFO [ceilometer.pipeline] Pipeline test_pipeline: Setup transformer instance update with parameter {}
2013-04-11 06:08:20,775 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Transform counter Counter(name='a', type='test_type', unit='B', volume=1, user_id='test_user', project_id='test_proj', resource_id='test_resource', timestamp='2013-04-11T06:08:20.773959', resource_metadata={}) from 0 transformer
2013-04-11 06:08:20 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Transform counter Counter(name='a', type='test_type', unit='B', volume=1, user_id='test_user', project_id='test_proj', resource_id='test_resource', timestamp='2013-04-11T06:08:20.773959', resource_metadata={}) from 0 transformer
2013-04-11 06:08:20,776 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Publishing counters
2013-04-11 06:08:20 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Publishing counters
2013-04-11 06:08:20,777 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Published counters
2013-04-11 06:08:20 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Published counters
2013-04-11 06:08:20,778 AUDIT [ceilometer.pipeline][MainThread] Flush pipeline test_pipeline
2013-04-11 06:08:20 AUDIT [ceilometer.pipeline] Flush pipeline test_pipeline
2013-04-11 06:08:20,778 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Publishing counters
2013-04-11 06:08:20 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Publishing counters
2013-04-11 06:08:20,779 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Published counters
2013-04-11 06:08:20 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Published counters
ok
test_variable_counter (tests.test_pipeline.TestPipeline) ... 2013-04-11 06:08:20,781 INFO [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Setup transformer instance update with parameter {}
2013-04-11 06:08:20 INFO [ceilometer.pipeline] Pipeline test_pipeline: Setup transformer instance update with parameter {}
2013-04-11 06:08:20,782 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Transform counter Counter(name='a:b', type='test_type', unit='B', volume=1, user_id='test_user', project_id='test_proj', resource_id='test_resource', timestamp='2013-04-11T06:08:20.781176', resource_metadata={}) from 0 transformer
2013-04-11 06:08:20 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Transform counter Counter(name='a:b', type='test_type', unit='B', volume=1, user_id='test_user', project_id='test_proj', resource_id='test_resource', timestamp='2013-04-11T06:08:20.781176', resource_metadata={}) from 0 transformer
2013-04-11 06:08:20,783 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Publishing counters
2013-04-11 06:08:20 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Publishing counters
2013-04-11 06:08:20,784 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Published counters
2013-04-11 06:08:20 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Published counters
2013-04-11 06:08:20,784 AUDIT [ceilometer.pipeline][MainThread] Flush pipeline test_pipeline
2013-04-11 06:08:20 AUDIT [ceilometer.pipeline] Flush pipeline test_pipeline
2013-04-11 06:08:20,785 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Publishing counters
2013-04-11 06:08:20 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Publishing counters
2013-04-11 06:08:20,786 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Published counters
2013-04-11 06:08:20 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Published counters
ok
test_wildcard_counter (tests.test_pipeline.TestPipeline) ... 2013-04-11 06:08:20,788 INFO [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Setup transformer instance update with parameter {}
2013-04-11 06:08:20 INFO [ceilometer.pipeline] Pipeline test_pipeline: Setup transformer instance update with parameter {}
2013-04-11 06:08:20,789 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Transform counter Counter(name='a', type='test_type', unit='B', volume=1, user_id='test_user', project_id='test_proj', resource_id='test_resource', timestamp='2013-04-11T06:08:20.787986', resource_metadata={}) from 0 transformer
2013-04-11 06:08:20 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Transform counter Counter(name='a', type='test_type', unit='B', volume=1, user_id='test_user', project_id='test_proj', resource_id='test_resource', timestamp='2013-04-11T06:08:20.787986', resource_metadata={}) from 0 transformer
2013-04-11 06:08:20,789 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Publishing counters
2013-04-11 06:08:20 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Publishing counters
2013-04-11 06:08:20,790 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Published counters
2013-04-11 06:08:20 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Published counters
2013-04-11 06:08:20,791 AUDIT [ceilometer.pipeline][MainThread] Flush pipeline test_pipeline
2013-04-11 06:08:20 AUDIT [ceilometer.pipeline] Flush pipeline test_pipeline
2013-04-11 06:08:20,792 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Publishing counters
2013-04-11 06:08:20 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Publishing counters
2013-04-11 06:08:20,793 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Published counters
2013-04-11 06:08:20 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Published counters
ok
test_wildcard_excluded_counters (tests.test_pipeline.TestPipeline) ... 2013-04-11 06:08:20,795 INFO [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Setup transformer instance update with parameter {}
2013-04-11 06:08:20 INFO [ceilometer.pipeline] Pipeline test_pipeline: Setup transformer instance update with parameter {}
ok
test_wildcard_excluded_counters_not_excluded (tests.test_pipeline.TestPipeline) ... 2013-04-11 06:08:20,796 INFO [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Setup transformer instance update with parameter {}
2013-04-11 06:08:20 INFO [ceilometer.pipeline] Pipeline test_pipeline: Setup transformer instance update with parameter {}
2013-04-11 06:08:20,797 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Transform counter Counter(name='a', type='test_type', unit='B', volume=1, user_id='test_user', project_id='test_proj', resource_id='test_resource', timestamp='2013-04-11T06:08:20.796484', resource_metadata={}) from 0 transformer
2013-04-11 06:08:20 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Transform counter Counter(name='a', type='test_type', unit='B', volume=1, user_id='test_user', project_id='test_proj', resource_id='test_resource', timestamp='2013-04-11T06:08:20.796484', resource_metadata={}) from 0 transformer
2013-04-11 06:08:20,798 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Publishing counters
2013-04-11 06:08:20 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Publishing counters
2013-04-11 06:08:20,799 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Published counters
2013-04-11 06:08:20 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Published counters
2013-04-11 06:08:20,800 AUDIT [ceilometer.pipeline][MainThread] Flush pipeline test_pipeline
2013-04-11 06:08:20 AUDIT [ceilometer.pipeline] Flush pipeline test_pipeline
2013-04-11 06:08:20,800 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Publishing counters
2013-04-11 06:08:20 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Publishing counters
2013-04-11 06:08:20,801 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Published counters
2013-04-11 06:08:20 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Published counters
ok
test_init (tests.test_policy.TestPolicy) ... ok
test_init_file_not_found (tests.test_policy.TestPolicy) ... ok
test_prepare_service (tests.test_service.ServiceTestCase) ... ok
tests.test_tools_notificationclient.test_send_messages ... ok
tests.test_tools_notificationclient.test_record_messages ... ok
----------------------------------------------------------------------
XML: nosetests.xml
----------------------------------------------------------------------
Ran 682 tests in 22.422s
OK (SKIP=289)
___________________________________ 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
Flask==0.9
Jinja2==2.6
Mako==0.7.3
Markdown==2.3.1
MarkupSafe==0.15
Paste==1.7.5.1
PasteDeploy==1.5.0
PyYAML==3.10
Pygments==1.6
Routes==1.13
SQLAlchemy==0.7.9
Sphinx==1.2b1
Tempita==0.5.1
WSME==0.5b1
WebOb==1.2.3
WebTest==2.0.2
Werkzeug==0.8.3
amqp==1.0.10
amqplib==1.0.2
anyjson==0.3.3
argparse==1.2.1
beautifulsoup4==4.1.3
boto==2.8.0
ceilometer==jenkins.periodic.ceilometer.python26.stable.grizzly.1
cliff==1.3.2
cmd2==0.6.4
coverage==3.6
decorator==3.4.0
distribute==0.6.34
docutils==0.9.1
eventlet==0.12.1
extras==0.0.3
glance==2013.2.a41.g101e4d9
greenlet==0.4.0
happybase==0.4
httplib2==0.8
importlib==1.0.2
iso8601==0.1.4
jsonpatch==0.12
jsonpointer==1.0
jsonschema==1.1.0
kombu==2.5.9
lxml==3.1.1
mock==1.0.1
mox==0.5.3
netaddr==0.7.10
netifaces==0.8
nose==1.3.0
nova==2013.2.a288.g6b2af9c
numpy==1.7.1
ordereddict==1.1
oslo.config==1.1.0
paramiko==1.10.1
passlib==1.6.1
pecan==0.2.2
prettytable==0.7.2
pyOpenSSL==0.13
pyasn1==0.1.6
pycrypto==2.6
pymongo==2.5
pyparsing==1.5.7
python-cinderclient==1.0.3
python-glanceclient==0.9.0
python-keystoneclient==0.2.3
python-novaclient==2.13.0
python-quantumclient==2.2.1
python-spidermonkey==0.0.10
python-swiftclient==1.3.0
repoze.lru==0.6
requests==0.14.2
setuptools-git==1.0b1
simplegeneric==0.8.1
simplejson==3.1.3
six==1.3.0
sqlalchemy-migrate==0.7.2
stevedore==0.8
suds==0.4
swift==1.8.0
thrift==0.9.0
unittest2==0.5.1
waitress==0.8.2
warlock==0.8.2
websockify==0.3.0
wsgiref==0.1.2
xattr==0.6.4
+ 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.vkXUVrMk1R
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-ceilometer-python26-stable-grizzly
[SCP] Trying to create /srv/static/logs/periodic/periodic-ceilometer-python26-stable-grizzly/1
[SCP] Copying console log.
1
23
Build failed in Jenkins: periodic-ceilometer-python26-stable-grizzly-centos6 #1
by OpenStack Jenkins 04 May '13
by OpenStack Jenkins 04 May '13
04 May '13
See <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…>
------------------------------------------
[...truncated 5093 lines...]
File "<https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…",> line 198, in _publish_counters_to_one_publisher
ext.obj.publish_counters(ctxt, counters, source)
File "<https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…",> line 65, in publish_counters
raise Exception()
Exception
2013-05-01 06:10:27,704 AUDIT [ceilometer.pipeline][MainThread] Pipeline second_pipeline: Published counters
2013-05-01 06:10:27 AUDIT [ceilometer.pipeline] Pipeline second_pipeline: Published counters
2013-05-01 06:10:27,705 AUDIT [ceilometer.pipeline][MainThread] Flush pipeline test_pipeline
2013-05-01 06:10:27 AUDIT [ceilometer.pipeline] Flush pipeline test_pipeline
2013-05-01 06:10:27,706 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Publishing counters
2013-05-01 06:10:27 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Publishing counters
2013-05-01 06:10:27,707 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Published counters
2013-05-01 06:10:27 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Published counters
2013-05-01 06:10:27,708 AUDIT [ceilometer.pipeline][MainThread] Flush pipeline second_pipeline
2013-05-01 06:10:27 AUDIT [ceilometer.pipeline] Flush pipeline second_pipeline
2013-05-01 06:10:27,708 AUDIT [ceilometer.pipeline][MainThread] Pipeline second_pipeline: Publishing counters
2013-05-01 06:10:27 AUDIT [ceilometer.pipeline] Pipeline second_pipeline: Publishing counters
2013-05-01 06:10:27,709 WARNI [ceilometer.pipeline][MainThread] Pipeline second_pipeline: Continue after error from publisher except
2013-05-01 06:10:27 WARNING [ceilometer.pipeline] Pipeline second_pipeline: Continue after error from publisher except
2013-05-01 06:10:27,710 ERROR [ceilometer.pipeline][MainThread]
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…",> line 198, in _publish_counters_to_one_publisher
ext.obj.publish_counters(ctxt, counters, source)
File "<https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…",> line 65, in publish_counters
raise Exception()
Exception
2013-05-01 06:10:27 ERROR [ceilometer.pipeline]
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…",> line 198, in _publish_counters_to_one_publisher
ext.obj.publish_counters(ctxt, counters, source)
File "<https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…",> line 65, in publish_counters
raise Exception()
Exception
2013-05-01 06:10:27,711 AUDIT [ceilometer.pipeline][MainThread] Pipeline second_pipeline: Published counters
2013-05-01 06:10:27 AUDIT [ceilometer.pipeline] Pipeline second_pipeline: Published counters
ok
test_no_counters (tests.test_pipeline.TestPipeline) ... ok
test_no_interval (tests.test_pipeline.TestPipeline) ... ok
test_no_name (tests.test_pipeline.TestPipeline) ... ok
test_no_publishers (tests.test_pipeline.TestPipeline) ... ok
test_no_transformers (tests.test_pipeline.TestPipeline) ... ok
test_none_transformer_pipeline (tests.test_pipeline.TestPipeline) ... 2013-05-01 06:10:27,717 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Transform counter Counter(name='a', type='test_type', unit='B', volume=1, user_id='test_user', project_id='test_proj', resource_id='test_resource', timestamp='2013-05-01T06:10:27.717036', resource_metadata={}) from 0 transformer
2013-05-01 06:10:27 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Transform counter Counter(name='a', type='test_type', unit='B', volume=1, user_id='test_user', project_id='test_proj', resource_id='test_resource', timestamp='2013-05-01T06:10:27.717036', resource_metadata={}) from 0 transformer
2013-05-01 06:10:27,718 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Publishing counters
2013-05-01 06:10:27 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Publishing counters
2013-05-01 06:10:27,719 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Published counters
2013-05-01 06:10:27 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Published counters
2013-05-01 06:10:27,720 AUDIT [ceilometer.pipeline][MainThread] Flush pipeline test_pipeline
2013-05-01 06:10:27 AUDIT [ceilometer.pipeline] Flush pipeline test_pipeline
ok
test_publisher_transformer_invoked (tests.test_pipeline.TestPipeline) ... 2013-05-01 06:10:27,721 INFO [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Setup transformer instance update with parameter {}
2013-05-01 06:10:27 INFO [ceilometer.pipeline] Pipeline test_pipeline: Setup transformer instance update with parameter {}
2013-05-01 06:10:27,722 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Transform counter Counter(name='a', type='test_type', unit='B', volume=1, user_id='test_user', project_id='test_proj', resource_id='test_resource', timestamp='2013-05-01T06:10:27.721702', resource_metadata={}) from 0 transformer
2013-05-01 06:10:27 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Transform counter Counter(name='a', type='test_type', unit='B', volume=1, user_id='test_user', project_id='test_proj', resource_id='test_resource', timestamp='2013-05-01T06:10:27.721702', resource_metadata={}) from 0 transformer
2013-05-01 06:10:27,723 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Publishing counters
2013-05-01 06:10:27 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Publishing counters
2013-05-01 06:10:27,724 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Published counters
2013-05-01 06:10:27 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Published counters
2013-05-01 06:10:27,725 AUDIT [ceilometer.pipeline][MainThread] Flush pipeline test_pipeline
2013-05-01 06:10:27 AUDIT [ceilometer.pipeline] Flush pipeline test_pipeline
2013-05-01 06:10:27,726 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Publishing counters
2013-05-01 06:10:27 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Publishing counters
2013-05-01 06:10:27,727 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Published counters
2013-05-01 06:10:27 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Published counters
ok
test_variable_counter (tests.test_pipeline.TestPipeline) ... 2013-05-01 06:10:27,729 INFO [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Setup transformer instance update with parameter {}
2013-05-01 06:10:27 INFO [ceilometer.pipeline] Pipeline test_pipeline: Setup transformer instance update with parameter {}
2013-05-01 06:10:27,730 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Transform counter Counter(name='a:b', type='test_type', unit='B', volume=1, user_id='test_user', project_id='test_proj', resource_id='test_resource', timestamp='2013-05-01T06:10:27.729020', resource_metadata={}) from 0 transformer
2013-05-01 06:10:27 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Transform counter Counter(name='a:b', type='test_type', unit='B', volume=1, user_id='test_user', project_id='test_proj', resource_id='test_resource', timestamp='2013-05-01T06:10:27.729020', resource_metadata={}) from 0 transformer
2013-05-01 06:10:27,731 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Publishing counters
2013-05-01 06:10:27 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Publishing counters
2013-05-01 06:10:27,732 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Published counters
2013-05-01 06:10:27 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Published counters
2013-05-01 06:10:27,732 AUDIT [ceilometer.pipeline][MainThread] Flush pipeline test_pipeline
2013-05-01 06:10:27 AUDIT [ceilometer.pipeline] Flush pipeline test_pipeline
2013-05-01 06:10:27,733 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Publishing counters
2013-05-01 06:10:27 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Publishing counters
2013-05-01 06:10:27,734 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Published counters
2013-05-01 06:10:27 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Published counters
ok
test_wildcard_counter (tests.test_pipeline.TestPipeline) ... 2013-05-01 06:10:27,736 INFO [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Setup transformer instance update with parameter {}
2013-05-01 06:10:27 INFO [ceilometer.pipeline] Pipeline test_pipeline: Setup transformer instance update with parameter {}
2013-05-01 06:10:27,737 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Transform counter Counter(name='a', type='test_type', unit='B', volume=1, user_id='test_user', project_id='test_proj', resource_id='test_resource', timestamp='2013-05-01T06:10:27.736165', resource_metadata={}) from 0 transformer
2013-05-01 06:10:27 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Transform counter Counter(name='a', type='test_type', unit='B', volume=1, user_id='test_user', project_id='test_proj', resource_id='test_resource', timestamp='2013-05-01T06:10:27.736165', resource_metadata={}) from 0 transformer
2013-05-01 06:10:27,738 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Publishing counters
2013-05-01 06:10:27 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Publishing counters
2013-05-01 06:10:27,739 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Published counters
2013-05-01 06:10:27 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Published counters
2013-05-01 06:10:27,740 AUDIT [ceilometer.pipeline][MainThread] Flush pipeline test_pipeline
2013-05-01 06:10:27 AUDIT [ceilometer.pipeline] Flush pipeline test_pipeline
2013-05-01 06:10:27,741 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Publishing counters
2013-05-01 06:10:27 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Publishing counters
2013-05-01 06:10:27,742 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Published counters
2013-05-01 06:10:27 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Published counters
ok
test_wildcard_excluded_counters (tests.test_pipeline.TestPipeline) ... 2013-05-01 06:10:27,743 INFO [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Setup transformer instance update with parameter {}
2013-05-01 06:10:27 INFO [ceilometer.pipeline] Pipeline test_pipeline: Setup transformer instance update with parameter {}
ok
test_wildcard_excluded_counters_not_excluded (tests.test_pipeline.TestPipeline) ... 2013-05-01 06:10:27,745 INFO [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Setup transformer instance update with parameter {}
2013-05-01 06:10:27 INFO [ceilometer.pipeline] Pipeline test_pipeline: Setup transformer instance update with parameter {}
2013-05-01 06:10:27,746 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Transform counter Counter(name='a', type='test_type', unit='B', volume=1, user_id='test_user', project_id='test_proj', resource_id='test_resource', timestamp='2013-05-01T06:10:27.745275', resource_metadata={}) from 0 transformer
2013-05-01 06:10:27 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Transform counter Counter(name='a', type='test_type', unit='B', volume=1, user_id='test_user', project_id='test_proj', resource_id='test_resource', timestamp='2013-05-01T06:10:27.745275', resource_metadata={}) from 0 transformer
2013-05-01 06:10:27,747 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Publishing counters
2013-05-01 06:10:27 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Publishing counters
2013-05-01 06:10:27,748 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Published counters
2013-05-01 06:10:27 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Published counters
2013-05-01 06:10:27,749 AUDIT [ceilometer.pipeline][MainThread] Flush pipeline test_pipeline
2013-05-01 06:10:27 AUDIT [ceilometer.pipeline] Flush pipeline test_pipeline
2013-05-01 06:10:27,750 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Publishing counters
2013-05-01 06:10:27 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Publishing counters
2013-05-01 06:10:27,750 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Published counters
2013-05-01 06:10:27 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Published counters
ok
test_init (tests.test_policy.TestPolicy) ... ok
test_init_file_not_found (tests.test_policy.TestPolicy) ... ok
test_prepare_service (tests.test_service.ServiceTestCase) ... ok
tests.test_tools_notificationclient.test_send_messages ... ok
tests.test_tools_notificationclient.test_record_messages ... ok
----------------------------------------------------------------------
XML: nosetests.xml
----------------------------------------------------------------------
Ran 682 tests in 20.483s
OK (SKIP=289)
___________________________________ 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
Flask==0.9
Jinja2==2.6
Mako==0.8.0
Markdown==2.3.1
MarkupSafe==0.15
Paste==1.7.5.1
PasteDeploy==1.5.0
PyYAML==3.10
Pygments==1.6
Routes==1.13
SQLAlchemy==0.7.9
Sphinx==1.2b1
Tempita==0.5.1
WSME==0.5b2
WebOb==1.2.3
WebTest==2.0.2
Werkzeug==0.8.3
amqp==1.0.11
amqplib==1.0.2
anyjson==0.3.3
argparse==1.2.1
beautifulsoup4==4.1.3
boto==2.9.0
ceilometer==jenkins.periodic.ceilometer.python26.stable.grizzly.centos6.1
cliff==1.3.2
cmd2==0.6.4
coverage==3.6
decorator==3.4.0
distribute==0.6.34
docutils==0.9.1
eventlet==0.12.1
extras==0.0.3
glance==2013.2.a89.g69faf22
greenlet==0.4.0
happybase==0.4
httplib2==0.8
importlib==1.0.2
iso8601==0.1.4
jsonpatch==1.0
jsonpointer==1.0
jsonschema==1.3.0
kombu==2.5.10
lxml==3.2.0
mock==1.0.1
mox==0.5.3
netaddr==0.7.10
netifaces==0.8
nose==1.3.0
nova==2013.2.a454.gdccbcc8
numpy==1.7.1
ordereddict==1.1
oslo.config==1.1.0
paramiko==1.10.1
passlib==1.6.1
pecan==0.2.3
prettytable==0.7.2
pyOpenSSL==0.13
pyasn1==0.1.6
pycrypto==2.6
pymongo==2.5
pyparsing==1.5.7
python-cinderclient==1.0.3
python-glanceclient==0.9.0
python-keystoneclient==0.2.3
python-novaclient==2.13.0
python-quantumclient==2.2.1
python-spidermonkey==0.0.10
python-swiftclient==1.4.0
repoze.lru==0.6
requests==0.14.2
setuptools-git==1.0b1
simplegeneric==0.8.1
simplejson==3.1.3
six==1.3.0
sqlalchemy-migrate==0.7.2
stevedore==0.8
suds==0.4
swift==1.8.0
thrift==0.9.0
unittest2==0.5.1
waitress==0.8.2
warlock==1.0.0
websockify==0.3.0
wsgiref==0.1.2
xattr==0.6.4
+ 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.p07h8Qhi7H
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-ceilometer-python26-stable-grizzly-centos6
[SCP] Trying to create /srv/static/logs/periodic/periodic-ceilometer-python26-stable-grizzly-centos6/1
[SCP] Copying console log.
1
3
Build failed in Jenkins: periodic-ceilometer-python27-stable-grizzly #1
by OpenStack Jenkins 04 May '13
by OpenStack Jenkins 04 May '13
04 May '13
See <https://jenkins.openstack.org/job/periodic-ceilometer-python27-stable-grizz…>
------------------------------------------
[...truncated 5085 lines...]
Exception
2013-04-11 06:07:31 ERROR [ceilometer.pipeline]
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-ceilometer-python27-stable-grizz…",> line 198, in _publish_counters_to_one_publisher
ext.obj.publish_counters(ctxt, counters, source)
File "<https://jenkins.openstack.org/job/periodic-ceilometer-python27-stable-grizz…",> line 65, in publish_counters
raise Exception()
Exception
2013-04-11 06:07:31,719 AUDIT [ceilometer.pipeline][MainThread] Pipeline second_pipeline: Published counters
2013-04-11 06:07:31 AUDIT [ceilometer.pipeline] Pipeline second_pipeline: Published counters
2013-04-11 06:07:31,720 AUDIT [ceilometer.pipeline][MainThread] Flush pipeline test_pipeline
2013-04-11 06:07:31 AUDIT [ceilometer.pipeline] Flush pipeline test_pipeline
2013-04-11 06:07:31,721 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Publishing counters
2013-04-11 06:07:31 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Publishing counters
2013-04-11 06:07:31,721 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Published counters
2013-04-11 06:07:31 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Published counters
2013-04-11 06:07:31,722 AUDIT [ceilometer.pipeline][MainThread] Flush pipeline second_pipeline
2013-04-11 06:07:31 AUDIT [ceilometer.pipeline] Flush pipeline second_pipeline
2013-04-11 06:07:31,722 AUDIT [ceilometer.pipeline][MainThread] Pipeline second_pipeline: Publishing counters
2013-04-11 06:07:31 AUDIT [ceilometer.pipeline] Pipeline second_pipeline: Publishing counters
2013-04-11 06:07:31,723 WARNI [ceilometer.pipeline][MainThread] Pipeline second_pipeline: Continue after error from publisher except
2013-04-11 06:07:31 WARNING [ceilometer.pipeline] Pipeline second_pipeline: Continue after error from publisher except
2013-04-11 06:07:31,723 ERROR [ceilometer.pipeline][MainThread]
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-ceilometer-python27-stable-grizz…",> line 198, in _publish_counters_to_one_publisher
ext.obj.publish_counters(ctxt, counters, source)
File "<https://jenkins.openstack.org/job/periodic-ceilometer-python27-stable-grizz…",> line 65, in publish_counters
raise Exception()
Exception
2013-04-11 06:07:31 ERROR [ceilometer.pipeline]
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-ceilometer-python27-stable-grizz…",> line 198, in _publish_counters_to_one_publisher
ext.obj.publish_counters(ctxt, counters, source)
File "<https://jenkins.openstack.org/job/periodic-ceilometer-python27-stable-grizz…",> line 65, in publish_counters
raise Exception()
Exception
2013-04-11 06:07:31,724 AUDIT [ceilometer.pipeline][MainThread] Pipeline second_pipeline: Published counters
2013-04-11 06:07:31 AUDIT [ceilometer.pipeline] Pipeline second_pipeline: Published counters
ok
test_no_counters (tests.test_pipeline.TestPipeline) ... ok
test_no_interval (tests.test_pipeline.TestPipeline) ... ok
test_no_name (tests.test_pipeline.TestPipeline) ... ok
test_no_publishers (tests.test_pipeline.TestPipeline) ... ok
test_no_transformers (tests.test_pipeline.TestPipeline) ... ok
test_none_transformer_pipeline (tests.test_pipeline.TestPipeline) ... 2013-04-11 06:07:31,727 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Transform counter Counter(name='a', type='test_type', unit='B', volume=1, user_id='test_user', project_id='test_proj', resource_id='test_resource', timestamp='2013-04-11T06:07:31.727349', resource_metadata={}) from 0 transformer
2013-04-11 06:07:31 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Transform counter Counter(name='a', type='test_type', unit='B', volume=1, user_id='test_user', project_id='test_proj', resource_id='test_resource', timestamp='2013-04-11T06:07:31.727349', resource_metadata={}) from 0 transformer
2013-04-11 06:07:31,728 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Publishing counters
2013-04-11 06:07:31 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Publishing counters
2013-04-11 06:07:31,728 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Published counters
2013-04-11 06:07:31 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Published counters
2013-04-11 06:07:31,729 AUDIT [ceilometer.pipeline][MainThread] Flush pipeline test_pipeline
2013-04-11 06:07:31 AUDIT [ceilometer.pipeline] Flush pipeline test_pipeline
ok
test_publisher_transformer_invoked (tests.test_pipeline.TestPipeline) ... 2013-04-11 06:07:31,730 INFO [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Setup transformer instance update with parameter {}
2013-04-11 06:07:31 INFO [ceilometer.pipeline] Pipeline test_pipeline: Setup transformer instance update with parameter {}
2013-04-11 06:07:31,731 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Transform counter Counter(name='a', type='test_type', unit='B', volume=1, user_id='test_user', project_id='test_proj', resource_id='test_resource', timestamp='2013-04-11T06:07:31.730321', resource_metadata={}) from 0 transformer
2013-04-11 06:07:31 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Transform counter Counter(name='a', type='test_type', unit='B', volume=1, user_id='test_user', project_id='test_proj', resource_id='test_resource', timestamp='2013-04-11T06:07:31.730321', resource_metadata={}) from 0 transformer
2013-04-11 06:07:31,731 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Publishing counters
2013-04-11 06:07:31 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Publishing counters
2013-04-11 06:07:31,732 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Published counters
2013-04-11 06:07:31 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Published counters
2013-04-11 06:07:31,732 AUDIT [ceilometer.pipeline][MainThread] Flush pipeline test_pipeline
2013-04-11 06:07:31 AUDIT [ceilometer.pipeline] Flush pipeline test_pipeline
2013-04-11 06:07:31,733 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Publishing counters
2013-04-11 06:07:31 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Publishing counters
2013-04-11 06:07:31,734 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Published counters
2013-04-11 06:07:31 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Published counters
ok
test_variable_counter (tests.test_pipeline.TestPipeline) ... 2013-04-11 06:07:31,735 INFO [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Setup transformer instance update with parameter {}
2013-04-11 06:07:31 INFO [ceilometer.pipeline] Pipeline test_pipeline: Setup transformer instance update with parameter {}
2013-04-11 06:07:31,735 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Transform counter Counter(name='a:b', type='test_type', unit='B', volume=1, user_id='test_user', project_id='test_proj', resource_id='test_resource', timestamp='2013-04-11T06:07:31.734949', resource_metadata={}) from 0 transformer
2013-04-11 06:07:31 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Transform counter Counter(name='a:b', type='test_type', unit='B', volume=1, user_id='test_user', project_id='test_proj', resource_id='test_resource', timestamp='2013-04-11T06:07:31.734949', resource_metadata={}) from 0 transformer
2013-04-11 06:07:31,736 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Publishing counters
2013-04-11 06:07:31 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Publishing counters
2013-04-11 06:07:31,737 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Published counters
2013-04-11 06:07:31 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Published counters
2013-04-11 06:07:31,737 AUDIT [ceilometer.pipeline][MainThread] Flush pipeline test_pipeline
2013-04-11 06:07:31 AUDIT [ceilometer.pipeline] Flush pipeline test_pipeline
2013-04-11 06:07:31,738 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Publishing counters
2013-04-11 06:07:31 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Publishing counters
2013-04-11 06:07:31,739 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Published counters
2013-04-11 06:07:31 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Published counters
ok
test_wildcard_counter (tests.test_pipeline.TestPipeline) ... 2013-04-11 06:07:31,740 INFO [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Setup transformer instance update with parameter {}
2013-04-11 06:07:31 INFO [ceilometer.pipeline] Pipeline test_pipeline: Setup transformer instance update with parameter {}
2013-04-11 06:07:31,740 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Transform counter Counter(name='a', type='test_type', unit='B', volume=1, user_id='test_user', project_id='test_proj', resource_id='test_resource', timestamp='2013-04-11T06:07:31.739899', resource_metadata={}) from 0 transformer
2013-04-11 06:07:31 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Transform counter Counter(name='a', type='test_type', unit='B', volume=1, user_id='test_user', project_id='test_proj', resource_id='test_resource', timestamp='2013-04-11T06:07:31.739899', resource_metadata={}) from 0 transformer
2013-04-11 06:07:31,741 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Publishing counters
2013-04-11 06:07:31 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Publishing counters
2013-04-11 06:07:31,741 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Published counters
2013-04-11 06:07:31 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Published counters
2013-04-11 06:07:31,742 AUDIT [ceilometer.pipeline][MainThread] Flush pipeline test_pipeline
2013-04-11 06:07:31 AUDIT [ceilometer.pipeline] Flush pipeline test_pipeline
2013-04-11 06:07:31,742 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Publishing counters
2013-04-11 06:07:31 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Publishing counters
2013-04-11 06:07:31,743 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Published counters
2013-04-11 06:07:31 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Published counters
ok
test_wildcard_excluded_counters (tests.test_pipeline.TestPipeline) ... 2013-04-11 06:07:31,744 INFO [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Setup transformer instance update with parameter {}
2013-04-11 06:07:31 INFO [ceilometer.pipeline] Pipeline test_pipeline: Setup transformer instance update with parameter {}
ok
test_wildcard_excluded_counters_not_excluded (tests.test_pipeline.TestPipeline) ... 2013-04-11 06:07:31,745 INFO [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Setup transformer instance update with parameter {}
2013-04-11 06:07:31 INFO [ceilometer.pipeline] Pipeline test_pipeline: Setup transformer instance update with parameter {}
2013-04-11 06:07:31,746 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Transform counter Counter(name='a', type='test_type', unit='B', volume=1, user_id='test_user', project_id='test_proj', resource_id='test_resource', timestamp='2013-04-11T06:07:31.745438', resource_metadata={}) from 0 transformer
2013-04-11 06:07:31 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Transform counter Counter(name='a', type='test_type', unit='B', volume=1, user_id='test_user', project_id='test_proj', resource_id='test_resource', timestamp='2013-04-11T06:07:31.745438', resource_metadata={}) from 0 transformer
2013-04-11 06:07:31,747 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Publishing counters
2013-04-11 06:07:31 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Publishing counters
2013-04-11 06:07:31,747 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Published counters
2013-04-11 06:07:31 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Published counters
2013-04-11 06:07:31,748 AUDIT [ceilometer.pipeline][MainThread] Flush pipeline test_pipeline
2013-04-11 06:07:31 AUDIT [ceilometer.pipeline] Flush pipeline test_pipeline
2013-04-11 06:07:31,748 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Publishing counters
2013-04-11 06:07:31 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Publishing counters
2013-04-11 06:07:31,749 AUDIT [ceilometer.pipeline][MainThread] Pipeline test_pipeline: Published counters
2013-04-11 06:07:31 AUDIT [ceilometer.pipeline] Pipeline test_pipeline: Published counters
ok
test_init (tests.test_policy.TestPolicy) ... ok
test_init_file_not_found (tests.test_policy.TestPolicy) ... ok
test_prepare_service (tests.test_service.ServiceTestCase) ... ok
tests.test_tools_notificationclient.test_send_messages ... ok
tests.test_tools_notificationclient.test_record_messages ... ok
----------------------------------------------------------------------
XML: nosetests.xml
----------------------------------------------------------------------
Ran 682 tests in 17.407s
OK (SKIP=289)
___________________________________ summary ____________________________________
ERROR: py27: commands failed
+ result=1
+ echo 'Begin pip freeze output from test virtualenv:'
Begin pip freeze output from test virtualenv:
+ echo ======================================================================
======================================================================
+ .tox/py27/bin/pip freeze
Babel==0.9.6
Cheetah==2.4.4
Flask==0.9
Jinja2==2.6
Mako==0.7.3
Markdown==2.3.1
MarkupSafe==0.15
Paste==1.7.5.1
PasteDeploy==1.5.0
PyYAML==3.10
Pygments==1.6
Routes==1.13
SQLAlchemy==0.7.9
Sphinx==1.2b1
Tempita==0.5.1
WSME==0.5b1
WebOb==1.2.3
WebTest==2.0.2
Werkzeug==0.8.3
amqp==1.0.10
amqplib==1.0.2
anyjson==0.3.3
argparse==1.2.1
beautifulsoup4==4.1.3
boto==2.8.0
ceilometer==jenkins.periodic.ceilometer.python27.stable.grizzly.1
cliff==1.3.2
cmd2==0.6.4
coverage==3.6
decorator==3.4.0
distribute==0.6.34
docutils==0.9.1
eventlet==0.12.1
extras==0.0.3
glance==2013.2.a41.g101e4d9
greenlet==0.4.0
happybase==0.4
httplib2==0.8
iso8601==0.1.4
jsonpatch==0.12
jsonpointer==1.0
jsonschema==1.1.0
kombu==2.5.9
lxml==3.1.1
mock==1.0.1
mox==0.5.3
netaddr==0.7.10
netifaces==0.8
nose==1.3.0
nova==2013.2.a288.g6b2af9c
numpy==1.7.1
oslo.config==1.1.0
paramiko==1.10.1
passlib==1.6.1
pecan==0.2.2
prettytable==0.7.2
pyOpenSSL==0.13
pyasn1==0.1.6
pycrypto==2.6
pymongo==2.5
pyparsing==1.5.7
python-cinderclient==1.0.3
python-glanceclient==0.9.0
python-keystoneclient==0.2.3
python-novaclient==2.13.0
python-quantumclient==2.2.1
python-spidermonkey==0.0.10
python-swiftclient==1.3.0
repoze.lru==0.6
requests==0.14.2
setuptools-git==1.0b1
simplegeneric==0.8.1
simplejson==3.1.3
six==1.3.0
sqlalchemy-migrate==0.7.2
stevedore==0.8
suds==0.4
swift==1.8.0
thrift==0.9.0
unittest2==0.5.1
waitress==0.8.2
warlock==0.8.2
websockify==0.3.0
wsgiref==0.1.2
xattr==0.6.4
+ 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.B6AwuKTnqj
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-ceilometer-python27-stable-grizzly
[SCP] Trying to create /srv/static/logs/periodic/periodic-ceilometer-python27-stable-grizzly/1
[SCP] Copying console log.
1
23
Build failed in Jenkins: periodic-quantum-python26-stable-grizzly-centos6 #1
by OpenStack Jenkins 02 May '13
by OpenStack Jenkins 02 May '13
02 May '13
See <https://jenkins.openstack.org/job/periodic-quantum-python26-stable-grizzly-…>
------------------------------------------
[...truncated 5222 lines...]
test_DnsmasqFilter [32mOK [0m[32m 0.00[0m
test_DnsmasqNetnsFilter [32mOK [0m[32m 0.00[0m
test_IpFilter_netns_add [32mOK [0m[32m 0.00[0m
test_IpFilter_netns_delete [32mOK [0m[32m 0.00[0m
test_IpFilter_netns_list [32mOK [0m[32m 0.00[0m
test_IpFilter_non_netns [32mOK [0m[32m 0.00[0m
test_IpNetnsExecFilter_match [32mOK [0m[32m 0.00[0m
test_IpNetnsExecFilter_nomatch [32mOK [0m[32m 0.00[0m
test_KillFilter [32mOK [0m[31m 0.35[0m
test_KillFilter_deleted_exe [32mOK [0m[32m 0.00[0m
test_KillFilter_no_raise [32mOK [0m[32m 0.00[0m
test_ReadFileFilter [32mOK [0m[32m 0.00[0m
test_RegExpFilter_match [32mOK [0m[32m 0.00[0m
test_RegExpFilter_reject [32mOK [0m[32m 0.00[0m
test_match_filter_recurses_exec_command_filter [32mOK [0m[32m 0.00[0m
test_missing_command [32mOK [0m[32m 0.00[0m
test_skips [32mOK [0m[32m 0.00[0m
RouterServiceInsertionTestCase
test_health_monitor_create [32mOK [0m[31m 3.74[0m
test_health_monitor_delete_with_router_id [32mOK [0m[31m 0.26[0m
test_health_monitor_delete_without_router_id [32mOK [0m[31m 0.23[0m
test_health_monitor_update_with_router_id [32mOK [0m[31m 0.22[0m
test_health_monitor_update_without_router_id [32mOK [0m[31m 0.22[0m
test_pool_create [32mOK [0m[31m 0.22[0m
test_pool_delete_with_router_id [32mOK [0m[31m 0.25[0m
test_pool_delete_without_router_id [32mOK [0m[31m 0.24[0m
test_pool_update_with_router_id [32mOK [0m[31m 0.23[0m
test_pool_update_without_router_id [32mOK [0m[31m 0.25[0m
test_router_create_no_service_type_id [32mOK [0m[31m 0.21[0m
test_router_create_with_service_type_id [32mOK [0m[31m 0.22[0m
test_router_delete [32mOK [0m[31m 0.24[0m
test_router_get [32mOK [0m[31m 2.54[0m
test_router_update_with_service_type_id [32mOK [0m[31m 0.22[0m
test_router_update_without_service_type_id [32mOK [0m[31m 0.24[0m
test_vip_create [32mOK [0m[31m 0.27[0m
test_vip_delete_with_router_id [32mOK [0m[31m 0.30[0m
test_vip_delete_without_router_id [32mOK [0m[31m 0.30[0m
test_vip_update_with_router_id [32mOK [0m[31m 0.26[0m
test_vip_update_without_router_id [32mOK [0m[31m 0.30[0m
SGAgentRpcCallBackMixinTestCase
test_security_groups_member_updated [32mOK [0m[32m 0.00[0m
test_security_groups_provider_updated [32mOK [0m[32m 0.00[0m
test_security_groups_rule_updated [32mOK [0m[32m 0.00[0m
SGServerRpcCallBackMixinTestCase
test_security_group_rules_for_devices_ipv4_egress [32mOK [0m[31m 0.43[0m
test_security_group_rules_for_devices_ipv4_ingress [32mOK [0m[31m 0.42[0m
test_security_group_rules_for_devices_ipv4_source_group [32mOK [0m[31m 2.87[0m
test_security_group_rules_for_devices_ipv6_egress [32mOK [0m[31m 0.44[0m
test_security_group_rules_for_devices_ipv6_ingress [32mOK [0m[31m 0.42[0m
test_security_group_rules_for_devices_ipv6_source_group [32mOK [0m[31m 0.50[0m
SGServerRpcCallBackMixinTestCaseXML
test_security_group_rules_for_devices_ipv4_egress [32mOK [0m[31m 0.44[0m
test_security_group_rules_for_devices_ipv4_ingress [32mOK [0m[31m 0.44[0m
test_security_group_rules_for_devices_ipv4_source_group [32mOK [0m[31m 0.53[0m
test_security_group_rules_for_devices_ipv6_egress [32mOK [0m[31m 0.42[0m
test_security_group_rules_for_devices_ipv6_ingress [32mOK [0m[31m 2.78[0m
test_security_group_rules_for_devices_ipv6_source_group [32mOK [0m[31m 0.52[0m
SecurityGroupAgentRpcApiTestCase
test_security_groups_member_not_updated [32mOK [0m[32m 0.00[0m
test_security_groups_member_updated [32mOK [0m[32m 0.00[0m
test_security_groups_rule_not_updated [32mOK [0m[32m 0.00[0m
test_security_groups_rule_updated [32mOK [0m[32m 0.00[0m
SecurityGroupAgentRpcTestCase
test_prepare_and_remove_devices_filter [32mOK [0m[32m 0.00[0m
test_refresh_firewall [32mOK [0m[32m 0.01[0m
test_security_groups_member_not_updated [32mOK [0m[32m 0.00[0m
test_security_groups_member_updated [32mOK [0m[32m 0.01[0m
test_security_groups_provider_updated [32mOK [0m[32m 0.00[0m
test_security_groups_rule_not_updated [32mOK [0m[32m 0.00[0m
test_security_groups_rule_updated [32mOK [0m[32m 0.02[0m
SecurityGroupServerRpcApiTestCase
test_security_group_rules_for_devices [32mOK [0m[32m 0.00[0m
TestSecurityGroupAgentWithIptables
test_prepare_remove_port [32mOK [0m[33m 0.04[0m
test_security_group_member_updated [32mOK [0m[31m 0.10[0m
test_security_group_rule_udpated [32mOK [0m[33m 0.04[0m
TestSecurityGroupAgentWithOVSIptables
test_prepare_remove_port [32mOK [0m[33m 0.03[0m
test_security_group_member_updated [32mOK [0m[31m 0.10[0m
test_security_group_rule_udpated [32mOK [0m[33m 0.04[0m
TestSecurityGroupExtensionControl
test_disable_security_group_extension_iptables_driver [32mOK [0m[32m 0.00[0m
test_disable_security_group_extension_noop_driver [32mOK [0m[32m 0.00[0m
test_firewall_enabled_iptables_driver [32mOK [0m[32m 0.00[0m
test_firewall_enabled_noop_driver [32mOK [0m[32m 0.00[0m
ServiceTypeExtensionTestCase
test_create_service_type_adminctx_returns_200 [32mOK [0m[31m 0.10[0m
test_create_service_type_nonadminctx_returns_403 [32mOK [0m[32m 0.02[0m
test_service_type_create [32mOK [0m[33m 0.03[0m
test_service_type_delete [32mOK [0m[33m 0.03[0m
test_service_type_get [32mOK [0m[32m 0.02[0m
test_service_type_list [32mOK [0m[32m 0.02[0m
test_service_type_update [32mOK [0m[33m 0.03[0m
test_update_service_type_adminctx_returns_200 [32mOK [0m[33m 0.03[0m
test_update_service_type_nonadminctx_returns_403 [32mOK [0m[33m 0.03[0m
ServiceTypeExtensionTestCaseXML
test_create_service_type_adminctx_returns_200 [32mOK [0m[33m 0.03[0m
test_create_service_type_nonadminctx_returns_403 [32mOK [0m[32m 0.02[0m
test_service_type_create [32mOK [0m[33m 0.03[0m
test_service_type_delete [32mOK [0m[33m 0.03[0m
test_service_type_get [32mOK [0m[32m 0.02[0m
test_service_type_list [32mOK [0m[32m 0.02[0m
test_service_type_update [32mOK [0m[33m 0.03[0m
test_update_service_type_adminctx_returns_200 [32mOK [0m[33m 0.03[0m
test_update_service_type_nonadminctx_returns_403 [32mOK [0m[33m 0.03[0m
ServiceTypeManagerTestCase
test_create_dummy_increases_service_type_refcount [32mOK [0m[31m 0.17[0m
test_create_service_type_default_returns_400 [32mOK [0m[31m 0.15[0m
test_create_service_type_no_svcdef_returns_400 [32mOK [0m[31m 0.15[0m
test_delete_dummy_decreases_service_type_refcount [32mOK [0m[31m 0.20[0m
test_delete_service_type_in_use_returns_409 [32mOK [0m[31m 2.52[0m
test_get_default_service_type [32mOK [0m[31m 0.16[0m
test_get_service_type [32mOK [0m[31m 0.19[0m
test_list_service_types [32mOK [0m[31m 0.19[0m
test_service_type_create [32mOK [0m[31m 0.16[0m
test_service_type_update_clear_svc_defs_returns_400 [32mOK [0m[31m 0.18[0m
test_service_type_update_name [32mOK [0m[31m 0.18[0m
test_service_type_update_set_default_returns_400 [32mOK [0m[31m 0.17[0m
test_service_type_update_svc_defs [32mOK [0m[31m 0.18[0m
ServiceTypeManagerTestCaseXML
test_create_dummy_increases_service_type_refcount [32mOK [0m[31m 0.18[0m
test_create_service_type_default_returns_400 [32mOK [0m[31m 0.15[0m
test_create_service_type_no_svcdef_returns_400 [32mOK [0m[31m 0.15[0m
test_delete_dummy_decreases_service_type_refcount [32mOK [0m[31m 0.19[0m
test_delete_service_type_in_use_returns_409 [32mOK [0m[31m 0.19[0m
test_get_default_service_type [32mOK [0m[31m 0.17[0m
test_get_service_type [32mOK [0m[31m 0.18[0m
test_list_service_types [32mOK [0m[31m 0.20[0m
test_service_type_create [32mOK [0m[31m 0.17[0m
test_service_type_update_clear_svc_defs_returns_400 [32mOK [0m[31m 0.18[0m
test_service_type_update_name [32mOK [0m[31m 0.18[0m
test_service_type_update_set_default_returns_400 [32mOK [0m[31m 0.18[0m
test_service_type_update_svc_defs [32mOK [0m[31m 0.17[0m
ActionDispatcherTest
test_dispatch [32mOK [0m[32m 0.00[0m
test_dispatch_action_None [32mOK [0m[32m 0.00[0m
test_dispatch_default [32mOK [0m[32m 0.00[0m
DictSerializerTest
test_dispatch_default [32mOK [0m[32m 0.00[0m
FaultTest
test_call_fault [32mOK [0m[32m 0.00[0m
JSONDeserializerTest
test_default_raise_Malformed_Exception [32mOK [0m[32m 0.00[0m
test_json [32mOK [0m[32m 0.00[0m
test_json_with_unicode [32mOK [0m[32m 0.00[0m
test_json_with_utf8 [32mOK [0m[32m 0.00[0m
JSONDictSerializerTest
test_json [32mOK [0m[32m 0.00[0m
test_json_with_unicode [32mOK [0m[32m 0.01[0m
test_json_with_utf8 [32mOK [0m[32m 0.00[0m
MiddlewareTest
test_process_response [32mOK [0m[32m 0.00[0m
RequestDeserializerTest
test_deserialize [32mOK [0m[32m 0.00[0m
test_get_action_args [32mOK [0m[32m 0.00[0m
test_get_body_deserializer_unknown_content_type [32mOK [0m[32m 0.00[0m
test_get_deserializer [32mOK [0m[32m 0.00[0m
test_get_expected_content_type [32mOK [0m[32m 0.00[0m
RequestHeadersDeserializerTest
test_custom [32mOK [0m[32m 0.00[0m
test_default [32mOK [0m[32m 0.00[0m
RequestTest
test_content_type_accept_and_query_extension [32mOK [0m[32m 0.00[0m
test_content_type_accept_default [32mOK [0m[32m 0.00[0m
test_content_type_accept_with_given_content_types [32mOK [0m[32m 0.00[0m
test_content_type_from_accept [32mOK [0m[32m 0.00[0m
test_content_type_from_query_extension [32mOK [0m[32m 0.00[0m
test_content_type_missing [32mOK [0m[32m 0.00[0m
test_content_type_unsupported [32mOK [0m[32m 0.00[0m
test_content_type_with_charset [32mOK [0m[32m 0.00[0m
test_content_type_with_given_content_types [32mOK [0m[32m 0.00[0m
ResourceTest
test_call_resource_class_bad_request [32mOK [0m[32m 0.00[0m
test_call_resource_class_internal_error [32mOK [0m[32m 0.00[0m
test_dispatch [32mOK [0m[32m 0.00[0m
test_dispatch_unknown_controller_action [32mOK [0m[32m 0.00[0m
test_malformed_request_body_throws_bad_request [32mOK [0m[32m 0.00[0m
test_type_error [32mOK [0m[32m 0.00[0m
test_wrong_content_type_server_error [32mOK [0m[32m 0.00[0m
test_wrong_content_type_throws_unsupported_media_type_error [32mOK [0m[32m 0.00[0m
ResponseHeadersSerializerTest
test_custom [32mOK [0m[32m 0.00[0m
test_default [32mOK [0m[32m 0.00[0m
ResponseSerializerTest
test_get_body_serializer [32mOK [0m[32m 0.00[0m
test_get_serializer [32mOK [0m[32m 0.00[0m
test_serialize_json_response [32mOK [0m[32m 0.00[0m
test_serialize_response_None [32mOK [0m[32m 0.00[0m
test_serialize_unknown_content_type [32mOK [0m[32m 0.00[0m
test_serialize_xml_response [32mOK [0m[32m 0.00[0m
SerializerTest
test_deserialize_json_content_type [32mOK [0m[32m 0.00[0m
test_deserialize_raise_bad_request [32mOK [0m[32m 0.00[0m
test_deserialize_xml_content_type [32mOK [0m[32m 0.00[0m
test_deserialize_xml_content_type_with_meta [32mOK [0m[32m 0.00[0m
test_get_deserialize_handler_unknown_content_type [32mOK [0m[32m 0.00[0m
test_serialize_content_type_json [32mOK [0m[32m 0.00[0m
test_serialize_content_type_xml [32mOK [0m[32m 0.00[0m
test_serialize_unknown_content_type [32mOK [0m[32m 0.00[0m
test_serialize_xml_root_is_None [32mOK [0m[32m 0.00[0m
test_serialize_xml_root_key_is_dict [32mOK [0m[32m 0.00[0m
test_serialize_xml_root_key_is_list [32mOK [0m[32m 0.00[0m
ServerTest
test_run_server [32mOK [0m[32m 0.00[0m
TestWSGIServer
test_ipv6_listen_called_with_scope [32mOK [0m[32m 0.01[0m
test_start_random_port [32mOK [0m[32m 0.00[0m
test_start_random_port_with_ipv6 [32mOK [0m[32m 0.00[0m
TextDeserializerTest
test_dispatch_default [32mOK [0m[32m 0.00[0m
XMLDeserializerTest
test_default_raise_Malformed_Exception [32mOK [0m[32m 0.00[0m
test_initialization [32mOK [0m[32m 0.00[0m
test_xml_empty [32mOK [0m[32m 0.00[0m
test_xml_with_utf8 [32mOK [0m[32m 0.00[0m
XMLDictSerializerTest
test_None [32mOK [0m[32m 0.00[0m
test_call [32mOK [0m[32m 0.00[0m
test_empty_dic_xml [32mOK [0m[32m 0.00[0m
test_non_root_one_item_dic_xml [32mOK [0m[32m 0.00[0m
test_non_root_two_items_dic_xml [32mOK [0m[32m 0.00[0m
test_xml [32mOK [0m[32m 0.00[0m
test_xml_meta_contains_node_name_dict [32mOK [0m[32m 0.00[0m
test_xml_meta_contains_node_name_list [32mOK [0m[32m 0.00[0m
test_xml_root_key_is_list [32mOK [0m[32m 0.00[0m
test_xml_with_unicode [32mOK [0m[32m 0.00[0m
test_xml_with_utf8 [32mOK [0m[32m 0.00[0m
----------------------------------------------------------------------
XML: nosetests.xml
Slowest 5 tests took 16.27 secs:
[31m 3.74 RouterServiceInsertionTestCase.test_health_monitor_create[0m
[31m 3.57 TestNiciraPortsV2.test_recycling[0m
[31m 3.05 TestRyuPortsV2.test_recycling[0m
[31m 3.04 TestPortsV2XML.test_recycling[0m
[31m 2.87 SGServerRpcCallBackMixinTestCase.test_security_group_rules_for_devices_ipv4_source_group[0m
----------------------------------------------------------------------
Ran 5074 tests in 1685.077s
OK (SKIP=238)
Build timed out (after 30 minutes). Marking the build as failed.
++ rm -rf /tmp/tmp.QBRTlEVCXz
/usr/local/jenkins/slave_scripts/run-tox.sh: line 1: 18646 Terminated tox -e$venv
[SCP] Connecting to static.openstack.org
[SCP] Trying to create /srv/static/logs/periodic/periodic-quantum-python26-stable-grizzly-centos6
[SCP] Trying to create /srv/static/logs/periodic/periodic-quantum-python26-stable-grizzly-centos6/1
[SCP] uploading file: '/srv/static/logs/periodic/periodic-quantum-python26-stable-grizzly-centos6/1/nose_results.html'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.
1
1