Openstack-stable-maint
Threads by month
- ----- 2024 -----
- 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
June 2013
- 4 participants
- 22 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-tempest-devstack-vm-postgres-stable-grizzly #87
by OpenStack Jenkins 01 Jul '13
by OpenStack Jenkins 01 Jul '13
01 Jul '13
See <https://jenkins.openstack.org/job/periodic-tempest-devstack-vm-postgres-sta…>
------------------------------------------
[...truncated 22858 lines...]
2013-06-30 07:04:34,622 Request: GET http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…
2013-06-30 07:04:34,622 Request Headers: {'X-Auth-Token': '<Token omitted>'}
2013-06-30 07:04:34,671 Response Status: 200
2013-06-30 07:04:34,671 Response Headers: {'content-length': '1296', 'content-location': u'http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…', 'date': 'Sun, 30 Jun 2013 07:04:34 GMT', 'x-compute-request-id': 'req-b2b13ebc-5509-46ff-8ca8-43544212a92d', 'content-type': 'application/json'}
2013-06-30 07:04:34,671 Response Body: {"server": {"status": "BUILD", "updated": "2013-06-30T06:58:52Z", "hostId": "c856fad6fe785bf57700128cf644c5f8f2d6b1e88c664e4f5f5f8074", "addresses": {}, "links": [{"href": "http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…", "rel": "self"}, {"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-189…", "rel": "bookmark"}], "key_name": null, "image": {"id": "ae95727f-b7c9-4977-97c0-5cf5f2aa31b3", "links": [{"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/images/ae95727f-b7c9…", "rel": "bookmark"}]}, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "flavor": {"id": "42", "links": [{"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/flavors/42", "rel": "bookmark"}]}, "id": "f5e89ab4-189c-4bee-a028-d21b9522bda6", "security_groups": [{"name": "default"}], "OS-EXT-AZ:availability_zone": "nova", "user_id": "663b024675ba4352abb183ad0e9a75d4", "name": "ServersTestJSON-instance264041", "created": "2013-06-30T06:58:49Z", "tenant_id": "ef00af5d28464d118ff14de7bcc8d730", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "config_drive": "", "metadata": {}}}
2013-06-30 07:04:37,674 Request: GET http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…
2013-06-30 07:04:37,674 Request Headers: {'X-Auth-Token': '<Token omitted>'}
2013-06-30 07:04:37,718 Response Status: 200
2013-06-30 07:04:37,718 Response Headers: {'content-length': '1296', 'content-location': u'http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…', 'date': 'Sun, 30 Jun 2013 07:04:37 GMT', 'x-compute-request-id': 'req-9747d0ab-9731-4f79-a674-92eba7c028ea', 'content-type': 'application/json'}
2013-06-30 07:04:37,718 Response Body: {"server": {"status": "BUILD", "updated": "2013-06-30T06:58:52Z", "hostId": "c856fad6fe785bf57700128cf644c5f8f2d6b1e88c664e4f5f5f8074", "addresses": {}, "links": [{"href": "http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…", "rel": "self"}, {"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-189…", "rel": "bookmark"}], "key_name": null, "image": {"id": "ae95727f-b7c9-4977-97c0-5cf5f2aa31b3", "links": [{"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/images/ae95727f-b7c9…", "rel": "bookmark"}]}, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "flavor": {"id": "42", "links": [{"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/flavors/42", "rel": "bookmark"}]}, "id": "f5e89ab4-189c-4bee-a028-d21b9522bda6", "security_groups": [{"name": "default"}], "OS-EXT-AZ:availability_zone": "nova", "user_id": "663b024675ba4352abb183ad0e9a75d4", "name": "ServersTestJSON-instance264041", "created": "2013-06-30T06:58:49Z", "tenant_id": "ef00af5d28464d118ff14de7bcc8d730", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "config_drive": "", "metadata": {}}}
2013-06-30 07:04:40,722 Request: GET http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…
2013-06-30 07:04:40,722 Request Headers: {'X-Auth-Token': '<Token omitted>'}
2013-06-30 07:04:40,762 Response Status: 200
2013-06-30 07:04:40,766 Response Headers: {'content-length': '1296', 'content-location': u'http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…', 'date': 'Sun, 30 Jun 2013 07:04:40 GMT', 'x-compute-request-id': 'req-a30e2e89-1fac-45ca-b1ad-d194c55ed728', 'content-type': 'application/json'}
2013-06-30 07:04:40,766 Response Body: {"server": {"status": "BUILD", "updated": "2013-06-30T06:58:52Z", "hostId": "c856fad6fe785bf57700128cf644c5f8f2d6b1e88c664e4f5f5f8074", "addresses": {}, "links": [{"href": "http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…", "rel": "self"}, {"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-189…", "rel": "bookmark"}], "key_name": null, "image": {"id": "ae95727f-b7c9-4977-97c0-5cf5f2aa31b3", "links": [{"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/images/ae95727f-b7c9…", "rel": "bookmark"}]}, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "flavor": {"id": "42", "links": [{"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/flavors/42", "rel": "bookmark"}]}, "id": "f5e89ab4-189c-4bee-a028-d21b9522bda6", "security_groups": [{"name": "default"}], "OS-EXT-AZ:availability_zone": "nova", "user_id": "663b024675ba4352abb183ad0e9a75d4", "name": "ServersTestJSON-instance264041", "created": "2013-06-30T06:58:49Z", "tenant_id": "ef00af5d28464d118ff14de7bcc8d730", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "config_drive": "", "metadata": {}}}
2013-06-30 07:04:43,770 Request: GET http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…
2013-06-30 07:04:43,770 Request Headers: {'X-Auth-Token': '<Token omitted>'}
2013-06-30 07:04:43,818 Response Status: 200
2013-06-30 07:04:43,818 Response Headers: {'content-length': '1296', 'content-location': u'http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…', 'date': 'Sun, 30 Jun 2013 07:04:43 GMT', 'x-compute-request-id': 'req-ed06e57d-76c8-457b-9850-c96bf7d07a09', 'content-type': 'application/json'}
2013-06-30 07:04:43,818 Response Body: {"server": {"status": "BUILD", "updated": "2013-06-30T06:58:52Z", "hostId": "c856fad6fe785bf57700128cf644c5f8f2d6b1e88c664e4f5f5f8074", "addresses": {}, "links": [{"href": "http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…", "rel": "self"}, {"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-189…", "rel": "bookmark"}], "key_name": null, "image": {"id": "ae95727f-b7c9-4977-97c0-5cf5f2aa31b3", "links": [{"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/images/ae95727f-b7c9…", "rel": "bookmark"}]}, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "flavor": {"id": "42", "links": [{"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/flavors/42", "rel": "bookmark"}]}, "id": "f5e89ab4-189c-4bee-a028-d21b9522bda6", "security_groups": [{"name": "default"}], "OS-EXT-AZ:availability_zone": "nova", "user_id": "663b024675ba4352abb183ad0e9a75d4", "name": "ServersTestJSON-instance264041", "created": "2013-06-30T06:58:49Z", "tenant_id": "ef00af5d28464d118ff14de7bcc8d730", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "config_drive": "", "metadata": {}}}
2013-06-30 07:04:46,823 Request: GET http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…
2013-06-30 07:04:46,823 Request Headers: {'X-Auth-Token': '<Token omitted>'}
2013-06-30 07:04:46,866 Response Status: 200
2013-06-30 07:04:46,866 Response Headers: {'content-length': '1296', 'content-location': u'http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…', 'date': 'Sun, 30 Jun 2013 07:04:46 GMT', 'x-compute-request-id': 'req-1014723b-db39-4f3a-93da-001f3d2237b2', 'content-type': 'application/json'}
2013-06-30 07:04:46,866 Response Body: {"server": {"status": "BUILD", "updated": "2013-06-30T06:58:52Z", "hostId": "c856fad6fe785bf57700128cf644c5f8f2d6b1e88c664e4f5f5f8074", "addresses": {}, "links": [{"href": "http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…", "rel": "self"}, {"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-189…", "rel": "bookmark"}], "key_name": null, "image": {"id": "ae95727f-b7c9-4977-97c0-5cf5f2aa31b3", "links": [{"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/images/ae95727f-b7c9…", "rel": "bookmark"}]}, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "flavor": {"id": "42", "links": [{"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/flavors/42", "rel": "bookmark"}]}, "id": "f5e89ab4-189c-4bee-a028-d21b9522bda6", "security_groups": [{"name": "default"}], "OS-EXT-AZ:availability_zone": "nova", "user_id": "663b024675ba4352abb183ad0e9a75d4", "name": "ServersTestJSON-instance264041", "created": "2013-06-30T06:58:49Z", "tenant_id": "ef00af5d28464d118ff14de7bcc8d730", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "config_drive": "", "metadata": {}}}
2013-06-30 07:04:49,870 Request: GET http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…
2013-06-30 07:04:49,870 Request Headers: {'X-Auth-Token': '<Token omitted>'}
2013-06-30 07:04:49,914 Response Status: 200
2013-06-30 07:04:49,914 Response Headers: {'content-length': '1296', 'content-location': u'http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…', 'date': 'Sun, 30 Jun 2013 07:04:49 GMT', 'x-compute-request-id': 'req-e36a5576-53d7-41bb-9550-b004b8c58168', 'content-type': 'application/json'}
2013-06-30 07:04:49,914 Response Body: {"server": {"status": "BUILD", "updated": "2013-06-30T06:58:52Z", "hostId": "c856fad6fe785bf57700128cf644c5f8f2d6b1e88c664e4f5f5f8074", "addresses": {}, "links": [{"href": "http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…", "rel": "self"}, {"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-189…", "rel": "bookmark"}], "key_name": null, "image": {"id": "ae95727f-b7c9-4977-97c0-5cf5f2aa31b3", "links": [{"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/images/ae95727f-b7c9…", "rel": "bookmark"}]}, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "flavor": {"id": "42", "links": [{"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/flavors/42", "rel": "bookmark"}]}, "id": "f5e89ab4-189c-4bee-a028-d21b9522bda6", "security_groups": [{"name": "default"}], "OS-EXT-AZ:availability_zone": "nova", "user_id": "663b024675ba4352abb183ad0e9a75d4", "name": "ServersTestJSON-instance264041", "created": "2013-06-30T06:58:49Z", "tenant_id": "ef00af5d28464d118ff14de7bcc8d730", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "config_drive": "", "metadata": {}}}
2013-06-30 07:04:52,918 Request: GET http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…
2013-06-30 07:04:52,918 Request Headers: {'X-Auth-Token': '<Token omitted>'}
2013-06-30 07:04:52,966 Response Status: 200
2013-06-30 07:04:52,966 Response Headers: {'content-length': '1296', 'content-location': u'http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…', 'date': 'Sun, 30 Jun 2013 07:04:52 GMT', 'x-compute-request-id': 'req-d269f6b4-0aea-4920-915c-60d997b2f76e', 'content-type': 'application/json'}
2013-06-30 07:04:52,966 Response Body: {"server": {"status": "BUILD", "updated": "2013-06-30T06:58:52Z", "hostId": "c856fad6fe785bf57700128cf644c5f8f2d6b1e88c664e4f5f5f8074", "addresses": {}, "links": [{"href": "http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…", "rel": "self"}, {"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-189…", "rel": "bookmark"}], "key_name": null, "image": {"id": "ae95727f-b7c9-4977-97c0-5cf5f2aa31b3", "links": [{"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/images/ae95727f-b7c9…", "rel": "bookmark"}]}, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "flavor": {"id": "42", "links": [{"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/flavors/42", "rel": "bookmark"}]}, "id": "f5e89ab4-189c-4bee-a028-d21b9522bda6", "security_groups": [{"name": "default"}], "OS-EXT-AZ:availability_zone": "nova", "user_id": "663b024675ba4352abb183ad0e9a75d4", "name": "ServersTestJSON-instance264041", "created": "2013-06-30T06:58:49Z", "tenant_id": "ef00af5d28464d118ff14de7bcc8d730", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "config_drive": "", "metadata": {}}}
2013-06-30 07:04:55,970 Request: GET http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…
2013-06-30 07:04:55,970 Request Headers: {'X-Auth-Token': '<Token omitted>'}
2013-06-30 07:04:56,014 Response Status: 200
2013-06-30 07:04:56,014 Response Headers: {'content-length': '1296', 'content-location': u'http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…', 'date': 'Sun, 30 Jun 2013 07:04:56 GMT', 'x-compute-request-id': 'req-5a2e0cc7-29b2-4c84-8e16-dfa46b5332bb', 'content-type': 'application/json'}
2013-06-30 07:04:56,014 Response Body: {"server": {"status": "BUILD", "updated": "2013-06-30T06:58:52Z", "hostId": "c856fad6fe785bf57700128cf644c5f8f2d6b1e88c664e4f5f5f8074", "addresses": {}, "links": [{"href": "http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…", "rel": "self"}, {"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-189…", "rel": "bookmark"}], "key_name": null, "image": {"id": "ae95727f-b7c9-4977-97c0-5cf5f2aa31b3", "links": [{"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/images/ae95727f-b7c9…", "rel": "bookmark"}]}, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "flavor": {"id": "42", "links": [{"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/flavors/42", "rel": "bookmark"}]}, "id": "f5e89ab4-189c-4bee-a028-d21b9522bda6", "security_groups": [{"name": "default"}], "OS-EXT-AZ:availability_zone": "nova", "user_id": "663b024675ba4352abb183ad0e9a75d4", "name": "ServersTestJSON-instance264041", "created": "2013-06-30T06:58:49Z", "tenant_id": "ef00af5d28464d118ff14de7bcc8d730", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "config_drive": "", "metadata": {}}}
2013-06-30 07:04:59,018 Request: GET http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…
2013-06-30 07:04:59,018 Request Headers: {'X-Auth-Token': '<Token omitted>'}
2013-06-30 07:04:59,062 Response Status: 200
2013-06-30 07:04:59,062 Response Headers: {'content-length': '1296', 'content-location': u'http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…', 'date': 'Sun, 30 Jun 2013 07:04:59 GMT', 'x-compute-request-id': 'req-625151d4-0c6b-4b9b-8e99-6318a494e232', 'content-type': 'application/json'}
2013-06-30 07:04:59,062 Response Body: {"server": {"status": "BUILD", "updated": "2013-06-30T06:58:52Z", "hostId": "c856fad6fe785bf57700128cf644c5f8f2d6b1e88c664e4f5f5f8074", "addresses": {}, "links": [{"href": "http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…", "rel": "self"}, {"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-189…", "rel": "bookmark"}], "key_name": null, "image": {"id": "ae95727f-b7c9-4977-97c0-5cf5f2aa31b3", "links": [{"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/images/ae95727f-b7c9…", "rel": "bookmark"}]}, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "flavor": {"id": "42", "links": [{"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/flavors/42", "rel": "bookmark"}]}, "id": "f5e89ab4-189c-4bee-a028-d21b9522bda6", "security_groups": [{"name": "default"}], "OS-EXT-AZ:availability_zone": "nova", "user_id": "663b024675ba4352abb183ad0e9a75d4", "name": "ServersTestJSON-instance264041", "created": "2013-06-30T06:58:49Z", "tenant_id": "ef00af5d28464d118ff14de7bcc8d730", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "config_drive": "", "metadata": {}}}
2013-06-30 07:05:02,062 Request: GET http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…
2013-06-30 07:05:02,062 Request Headers: {'X-Auth-Token': '<Token omitted>'}
2013-06-30 07:05:02,114 Response Status: 200
2013-06-30 07:05:02,114 Response Headers: {'content-length': '1296', 'content-location': u'http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…', 'date': 'Sun, 30 Jun 2013 07:05:02 GMT', 'x-compute-request-id': 'req-70304f14-393f-4d88-a84b-e672e48ce2bc', 'content-type': 'application/json'}
2013-06-30 07:05:02,114 Response Body: {"server": {"status": "BUILD", "updated": "2013-06-30T06:58:52Z", "hostId": "c856fad6fe785bf57700128cf644c5f8f2d6b1e88c664e4f5f5f8074", "addresses": {}, "links": [{"href": "http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…", "rel": "self"}, {"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-189…", "rel": "bookmark"}], "key_name": null, "image": {"id": "ae95727f-b7c9-4977-97c0-5cf5f2aa31b3", "links": [{"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/images/ae95727f-b7c9…", "rel": "bookmark"}]}, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "flavor": {"id": "42", "links": [{"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/flavors/42", "rel": "bookmark"}]}, "id": "f5e89ab4-189c-4bee-a028-d21b9522bda6", "security_groups": [{"name": "default"}], "OS-EXT-AZ:availability_zone": "nova", "user_id": "663b024675ba4352abb183ad0e9a75d4", "name": "ServersTestJSON-instance264041", "created": "2013-06-30T06:58:49Z", "tenant_id": "ef00af5d28464d118ff14de7bcc8d730", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "config_drive": "", "metadata": {}}}
2013-06-30 07:05:05,118 Request: GET http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…
2013-06-30 07:05:05,118 Request Headers: {'X-Auth-Token': '<Token omitted>'}
2013-06-30 07:05:05,162 Response Status: 200
2013-06-30 07:05:05,162 Response Headers: {'content-length': '1296', 'content-location': u'http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…', 'date': 'Sun, 30 Jun 2013 07:05:05 GMT', 'x-compute-request-id': 'req-fdec43c4-a076-421a-a827-9dfc07535d88', 'content-type': 'application/json'}
2013-06-30 07:05:05,162 Response Body: {"server": {"status": "BUILD", "updated": "2013-06-30T06:58:52Z", "hostId": "c856fad6fe785bf57700128cf644c5f8f2d6b1e88c664e4f5f5f8074", "addresses": {}, "links": [{"href": "http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…", "rel": "self"}, {"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-189…", "rel": "bookmark"}], "key_name": null, "image": {"id": "ae95727f-b7c9-4977-97c0-5cf5f2aa31b3", "links": [{"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/images/ae95727f-b7c9…", "rel": "bookmark"}]}, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "flavor": {"id": "42", "links": [{"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/flavors/42", "rel": "bookmark"}]}, "id": "f5e89ab4-189c-4bee-a028-d21b9522bda6", "security_groups": [{"name": "default"}], "OS-EXT-AZ:availability_zone": "nova", "user_id": "663b024675ba4352abb183ad0e9a75d4", "name": "ServersTestJSON-instance264041", "created": "2013-06-30T06:58:49Z", "tenant_id": "ef00af5d28464d118ff14de7bcc8d730", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "config_drive": "", "metadata": {}}}
2013-06-30 07:05:08,162 Request: GET http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…
2013-06-30 07:05:08,162 Request Headers: {'X-Auth-Token': '<Token omitted>'}
2013-06-30 07:05:08,202 Response Status: 200
2013-06-30 07:05:08,202 Response Headers: {'content-length': '1296', 'content-location': u'http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…', 'date': 'Sun, 30 Jun 2013 07:05:08 GMT', 'x-compute-request-id': 'req-fb2c3166-3bb4-4e7f-9797-5b34f6c38ea0', 'content-type': 'application/json'}
2013-06-30 07:05:08,202 Response Body: {"server": {"status": "BUILD", "updated": "2013-06-30T06:58:52Z", "hostId": "c856fad6fe785bf57700128cf644c5f8f2d6b1e88c664e4f5f5f8074", "addresses": {}, "links": [{"href": "http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…", "rel": "self"}, {"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-189…", "rel": "bookmark"}], "key_name": null, "image": {"id": "ae95727f-b7c9-4977-97c0-5cf5f2aa31b3", "links": [{"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/images/ae95727f-b7c9…", "rel": "bookmark"}]}, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "flavor": {"id": "42", "links": [{"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/flavors/42", "rel": "bookmark"}]}, "id": "f5e89ab4-189c-4bee-a028-d21b9522bda6", "security_groups": [{"name": "default"}], "OS-EXT-AZ:availability_zone": "nova", "user_id": "663b024675ba4352abb183ad0e9a75d4", "name": "ServersTestJSON-instance264041", "created": "2013-06-30T06:58:49Z", "tenant_id": "ef00af5d28464d118ff14de7bcc8d730", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "config_drive": "", "metadata": {}}}
2013-06-30 07:05:11,206 Request: GET http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…
2013-06-30 07:05:11,206 Request Headers: {'X-Auth-Token': '<Token omitted>'}
2013-06-30 07:05:11,346 Response Status: 200
2013-06-30 07:05:11,346 Response Headers: {'content-length': '1296', 'content-location': u'http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…', 'date': 'Sun, 30 Jun 2013 07:05:11 GMT', 'x-compute-request-id': 'req-98a20172-f4eb-44c0-a571-ae8500470b8e', 'content-type': 'application/json'}
2013-06-30 07:05:11,346 Response Body: {"server": {"status": "BUILD", "updated": "2013-06-30T06:58:52Z", "hostId": "c856fad6fe785bf57700128cf644c5f8f2d6b1e88c664e4f5f5f8074", "addresses": {}, "links": [{"href": "http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…", "rel": "self"}, {"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-189…", "rel": "bookmark"}], "key_name": null, "image": {"id": "ae95727f-b7c9-4977-97c0-5cf5f2aa31b3", "links": [{"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/images/ae95727f-b7c9…", "rel": "bookmark"}]}, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "flavor": {"id": "42", "links": [{"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/flavors/42", "rel": "bookmark"}]}, "id": "f5e89ab4-189c-4bee-a028-d21b9522bda6", "security_groups": [{"name": "default"}], "OS-EXT-AZ:availability_zone": "nova", "user_id": "663b024675ba4352abb183ad0e9a75d4", "name": "ServersTestJSON-instance264041", "created": "2013-06-30T06:58:49Z", "tenant_id": "ef00af5d28464d118ff14de7bcc8d730", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "config_drive": "", "metadata": {}}}
2013-06-30 07:05:14,350 Request: GET http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…
2013-06-30 07:05:14,350 Request Headers: {'X-Auth-Token': '<Token omitted>'}
2013-06-30 07:05:14,394 Response Status: 200
2013-06-30 07:05:14,394 Response Headers: {'content-length': '1296', 'content-location': u'http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…', 'date': 'Sun, 30 Jun 2013 07:05:14 GMT', 'x-compute-request-id': 'req-533088c7-a1eb-4cf8-85ed-eb86cfce3a2a', 'content-type': 'application/json'}
2013-06-30 07:05:14,394 Response Body: {"server": {"status": "BUILD", "updated": "2013-06-30T06:58:52Z", "hostId": "c856fad6fe785bf57700128cf644c5f8f2d6b1e88c664e4f5f5f8074", "addresses": {}, "links": [{"href": "http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…", "rel": "self"}, {"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-189…", "rel": "bookmark"}], "key_name": null, "image": {"id": "ae95727f-b7c9-4977-97c0-5cf5f2aa31b3", "links": [{"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/images/ae95727f-b7c9…", "rel": "bookmark"}]}, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "flavor": {"id": "42", "links": [{"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/flavors/42", "rel": "bookmark"}]}, "id": "f5e89ab4-189c-4bee-a028-d21b9522bda6", "security_groups": [{"name": "default"}], "OS-EXT-AZ:availability_zone": "nova", "user_id": "663b024675ba4352abb183ad0e9a75d4", "name": "ServersTestJSON-instance264041", "created": "2013-06-30T06:58:49Z", "tenant_id": "ef00af5d28464d118ff14de7bcc8d730", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "config_drive": "", "metadata": {}}}
2013-06-30 07:05:17,398 Request: GET http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…
2013-06-30 07:05:17,398 Request Headers: {'X-Auth-Token': '<Token omitted>'}
2013-06-30 07:05:17,446 Response Status: 200
2013-06-30 07:05:17,446 Response Headers: {'content-length': '1296', 'content-location': u'http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…', 'date': 'Sun, 30 Jun 2013 07:05:17 GMT', 'x-compute-request-id': 'req-79bfcfe5-cb8d-459d-8611-bcc04eb87e12', 'content-type': 'application/json'}
2013-06-30 07:05:17,446 Response Body: {"server": {"status": "BUILD", "updated": "2013-06-30T06:58:52Z", "hostId": "c856fad6fe785bf57700128cf644c5f8f2d6b1e88c664e4f5f5f8074", "addresses": {}, "links": [{"href": "http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…", "rel": "self"}, {"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-189…", "rel": "bookmark"}], "key_name": null, "image": {"id": "ae95727f-b7c9-4977-97c0-5cf5f2aa31b3", "links": [{"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/images/ae95727f-b7c9…", "rel": "bookmark"}]}, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "flavor": {"id": "42", "links": [{"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/flavors/42", "rel": "bookmark"}]}, "id": "f5e89ab4-189c-4bee-a028-d21b9522bda6", "security_groups": [{"name": "default"}], "OS-EXT-AZ:availability_zone": "nova", "user_id": "663b024675ba4352abb183ad0e9a75d4", "name": "ServersTestJSON-instance264041", "created": "2013-06-30T06:58:49Z", "tenant_id": "ef00af5d28464d118ff14de7bcc8d730", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "config_drive": "", "metadata": {}}}
2013-06-30 07:05:20,450 Request: GET http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…
2013-06-30 07:05:20,450 Request Headers: {'X-Auth-Token': '<Token omitted>'}
2013-06-30 07:05:20,494 Response Status: 200
2013-06-30 07:05:20,494 Response Headers: {'content-length': '1296', 'content-location': u'http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…', 'date': 'Sun, 30 Jun 2013 07:05:20 GMT', 'x-compute-request-id': 'req-dff4cee8-6de5-42e0-bb3f-359008653037', 'content-type': 'application/json'}
2013-06-30 07:05:20,494 Response Body: {"server": {"status": "BUILD", "updated": "2013-06-30T06:58:52Z", "hostId": "c856fad6fe785bf57700128cf644c5f8f2d6b1e88c664e4f5f5f8074", "addresses": {}, "links": [{"href": "http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…", "rel": "self"}, {"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-189…", "rel": "bookmark"}], "key_name": null, "image": {"id": "ae95727f-b7c9-4977-97c0-5cf5f2aa31b3", "links": [{"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/images/ae95727f-b7c9…", "rel": "bookmark"}]}, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "flavor": {"id": "42", "links": [{"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/flavors/42", "rel": "bookmark"}]}, "id": "f5e89ab4-189c-4bee-a028-d21b9522bda6", "security_groups": [{"name": "default"}], "OS-EXT-AZ:availability_zone": "nova", "user_id": "663b024675ba4352abb183ad0e9a75d4", "name": "ServersTestJSON-instance264041", "created": "2013-06-30T06:58:49Z", "tenant_id": "ef00af5d28464d118ff14de7bcc8d730", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "config_drive": "", "metadata": {}}}
2013-06-30 07:05:23,498 Request: GET http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…
2013-06-30 07:05:23,498 Request Headers: {'X-Auth-Token': '<Token omitted>'}
2013-06-30 07:05:23,538 Response Status: 200
2013-06-30 07:05:23,538 Response Headers: {'content-length': '1296', 'content-location': u'http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…', 'date': 'Sun, 30 Jun 2013 07:05:23 GMT', 'x-compute-request-id': 'req-659dd21b-8a83-42a5-befe-c0e5fef683b8', 'content-type': 'application/json'}
2013-06-30 07:05:23,542 Response Body: {"server": {"status": "BUILD", "updated": "2013-06-30T06:58:52Z", "hostId": "c856fad6fe785bf57700128cf644c5f8f2d6b1e88c664e4f5f5f8074", "addresses": {}, "links": [{"href": "http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…", "rel": "self"}, {"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-189…", "rel": "bookmark"}], "key_name": null, "image": {"id": "ae95727f-b7c9-4977-97c0-5cf5f2aa31b3", "links": [{"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/images/ae95727f-b7c9…", "rel": "bookmark"}]}, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "flavor": {"id": "42", "links": [{"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/flavors/42", "rel": "bookmark"}]}, "id": "f5e89ab4-189c-4bee-a028-d21b9522bda6", "security_groups": [{"name": "default"}], "OS-EXT-AZ:availability_zone": "nova", "user_id": "663b024675ba4352abb183ad0e9a75d4", "name": "ServersTestJSON-instance264041", "created": "2013-06-30T06:58:49Z", "tenant_id": "ef00af5d28464d118ff14de7bcc8d730", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "config_drive": "", "metadata": {}}}
2013-06-30 07:05:26,544 Request: GET http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…
2013-06-30 07:05:26,546 Request Headers: {'X-Auth-Token': '<Token omitted>'}
2013-06-30 07:05:26,594 Response Status: 200
2013-06-30 07:05:26,594 Response Headers: {'content-length': '1296', 'content-location': u'http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…', 'date': 'Sun, 30 Jun 2013 07:05:26 GMT', 'x-compute-request-id': 'req-111f117f-aaa7-4fd5-8016-479b6f0fc648', 'content-type': 'application/json'}
2013-06-30 07:05:26,594 Response Body: {"server": {"status": "BUILD", "updated": "2013-06-30T06:58:52Z", "hostId": "c856fad6fe785bf57700128cf644c5f8f2d6b1e88c664e4f5f5f8074", "addresses": {}, "links": [{"href": "http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…", "rel": "self"}, {"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-189…", "rel": "bookmark"}], "key_name": null, "image": {"id": "ae95727f-b7c9-4977-97c0-5cf5f2aa31b3", "links": [{"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/images/ae95727f-b7c9…", "rel": "bookmark"}]}, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "flavor": {"id": "42", "links": [{"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/flavors/42", "rel": "bookmark"}]}, "id": "f5e89ab4-189c-4bee-a028-d21b9522bda6", "security_groups": [{"name": "default"}], "OS-EXT-AZ:availability_zone": "nova", "user_id": "663b024675ba4352abb183ad0e9a75d4", "name": "ServersTestJSON-instance264041", "created": "2013-06-30T06:58:49Z", "tenant_id": "ef00af5d28464d118ff14de7bcc8d730", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "config_drive": "", "metadata": {}}}
2013-06-30 07:05:29,598 Request: GET http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…
2013-06-30 07:05:29,598 Request Headers: {'X-Auth-Token': '<Token omitted>'}
2013-06-30 07:05:29,638 Response Status: 200
2013-06-30 07:05:29,638 Response Headers: {'content-length': '1296', 'content-location': u'http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…', 'date': 'Sun, 30 Jun 2013 07:05:29 GMT', 'x-compute-request-id': 'req-43fa69dc-f602-4778-baf8-a8bdea3a0c91', 'content-type': 'application/json'}
2013-06-30 07:05:29,638 Response Body: {"server": {"status": "BUILD", "updated": "2013-06-30T06:58:52Z", "hostId": "c856fad6fe785bf57700128cf644c5f8f2d6b1e88c664e4f5f5f8074", "addresses": {}, "links": [{"href": "http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-…", "rel": "self"}, {"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/servers/f5e89ab4-189…", "rel": "bookmark"}], "key_name": null, "image": {"id": "ae95727f-b7c9-4977-97c0-5cf5f2aa31b3", "links": [{"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/images/ae95727f-b7c9…", "rel": "bookmark"}]}, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "flavor": {"id": "42", "links": [{"href": "http://127.0.0.1:8774/ef00af5d28464d118ff14de7bcc8d730/flavors/42", "rel": "bookmark"}]}, "id": "f5e89ab4-189c-4bee-a028-d21b9522bda6", "security_groups": [{"name": "default"}], "OS-EXT-AZ:availability_zone": "nova", "user_id": "663b024675ba4352abb183ad0e9a75d4", "name": "ServersTestJSON-instance264041", "created": "2013-06-30T06:58:49Z", "tenant_id": "ef00af5d28464d118ff14de7bcc8d730", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "config_drive": "", "metadata": {}}}
2013-06-30 07:05:29,642 Request: DELETE http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/39d38282-…
2013-06-30 07:05:29,642 Request Headers: {'X-Auth-Token': '<Token omitted>'}
2013-06-30 07:05:29,670 Response Status: 404
2013-06-30 07:05:29,670 Response Headers: {'date': 'Sun, 30 Jun 2013 07:05:29 GMT', 'content-length': '73', 'content-type': 'application/json; charset=UTF-8', 'x-compute-request-id': 'req-635b3ed3-341d-4848-91a7-26376eae9d23'}
2013-06-30 07:05:29,670 Response Body: {"itemNotFound": {"message": "Instance could not be found", "code": 404}}
2013-06-30 07:05:29,670 Request: DELETE http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/4846403e-…
2013-06-30 07:05:29,670 Request Headers: {'X-Auth-Token': '<Token omitted>'}
2013-06-30 07:05:29,702 Response Status: 404
2013-06-30 07:05:29,702 Response Headers: {'date': 'Sun, 30 Jun 2013 07:05:29 GMT', 'content-length': '73', 'content-type': 'application/json; charset=UTF-8', 'x-compute-request-id': 'req-85f98355-5600-42df-b26f-8769ef7769ec'}
2013-06-30 07:05:29,702 Response Body: {"itemNotFound": {"message": "Instance could not be found", "code": 404}}
2013-06-30 07:05:29,702 Request: DELETE http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/a2d61d68-…
2013-06-30 07:05:29,702 Request Headers: {'X-Auth-Token': '<Token omitted>'}
2013-06-30 07:05:29,734 Response Status: 404
2013-06-30 07:05:29,734 Response Headers: {'date': 'Sun, 30 Jun 2013 07:05:29 GMT', 'content-length': '73', 'content-type': 'application/json; charset=UTF-8', 'x-compute-request-id': 'req-ff680849-b3ac-4175-bce6-f23dce652d6d'}
2013-06-30 07:05:29,734 Response Body: {"itemNotFound": {"message": "Instance could not be found", "code": 404}}
2013-06-30 07:05:29,734 Request: GET http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/39d38282-…
2013-06-30 07:05:29,734 Request Headers: {'X-Auth-Token': '<Token omitted>'}
2013-06-30 07:05:29,762 Response Status: 404
2013-06-30 07:05:29,762 Response Headers: {'date': 'Sun, 30 Jun 2013 07:05:29 GMT', 'content-length': '73', 'content-type': 'application/json; charset=UTF-8', 'x-compute-request-id': 'req-9a5311cb-5352-4b61-ae70-1d84da0ed190'}
2013-06-30 07:05:29,762 Response Body: {"itemNotFound": {"message": "Instance could not be found", "code": 404}}
2013-06-30 07:05:29,762 Request: GET http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/4846403e-…
2013-06-30 07:05:29,762 Request Headers: {'X-Auth-Token': '<Token omitted>'}
2013-06-30 07:05:29,790 Response Status: 404
2013-06-30 07:05:29,790 Response Headers: {'date': 'Sun, 30 Jun 2013 07:05:29 GMT', 'content-length': '73', 'content-type': 'application/json; charset=UTF-8', 'x-compute-request-id': 'req-b038b704-684b-4205-833a-c6e51b6028ff'}
2013-06-30 07:05:29,794 Response Body: {"itemNotFound": {"message": "Instance could not be found", "code": 404}}
2013-06-30 07:05:29,794 Request: GET http://127.0.0.1:8774/v2/ef00af5d28464d118ff14de7bcc8d730/servers/a2d61d68-…
2013-06-30 07:05:29,794 Request Headers: {'X-Auth-Token': '<Token omitted>'}
2013-06-30 07:05:29,826 Response Status: 404
2013-06-30 07:05:29,826 Response Headers: {'date': 'Sun, 30 Jun 2013 07:05:29 GMT', 'content-length': '73', 'content-type': 'application/json; charset=UTF-8', 'x-compute-request-id': 'req-483f0953-0ed5-4c08-8150-3aee0d433df7'}
2013-06-30 07:05:29,826 Response Body: {"itemNotFound": {"message": "Instance could not be found", "code": 404}}
--------------------- >> end captured logging << ---------------------
----------------------------------------------------------------------
XML: nosetests-full.xml
----------------------------------------------------------------------
Ran 802 tests in 4757.654s
FAILED (SKIP=70, errors=5)
ERROR: InvocationError: '/usr/local/bin/nosetests --logging-format %(asctime)-15s %(message)s --with-xunit --xunit-file=nosetests-full.xml -sv tempest'
full runtests: commands[1] | nosetests --logging-format %(asctime)-15s %(message)s --with-xunit --xunit-file=nosetests-cli.xml -sv cli
WARNING:test command found but not installed in testenv
cmd: /usr/local/bin/nosetests
env: /opt/stack/new/tempest/.tox/full
Maybe forgot to specify a dependency?
nose.config: INFO: Ignoring files matching ['^\\.', '^_', '^setup\\.py$']
cli.simple_read_only.test_compute.SimpleReadOnlyNovaClientTest.test_admin_absolute_limites ... ok
cli.simple_read_only.test_compute.SimpleReadOnlyNovaClientTest.test_admin_aggregate_list ... ok
cli.simple_read_only.test_compute.SimpleReadOnlyNovaClientTest.test_admin_availability_zone_list ... ok
cli.simple_read_only.test_compute.SimpleReadOnlyNovaClientTest.test_admin_cloudpipe_list ... ok
cli.simple_read_only.test_compute.SimpleReadOnlyNovaClientTest.test_admin_credentials ... ok
cli.simple_read_only.test_compute.SimpleReadOnlyNovaClientTest.test_admin_debug_list ... ok
cli.simple_read_only.test_compute.SimpleReadOnlyNovaClientTest.test_admin_dns_domains ... ok
cli.simple_read_only.test_compute.SimpleReadOnlyNovaClientTest.test_admin_dns_list ... SKIP: Test needs parameters, Bug: 1157349
cli.simple_read_only.test_compute.SimpleReadOnlyNovaClientTest.test_admin_endpoints ... ok
cli.simple_read_only.test_compute.SimpleReadOnlyNovaClientTest.test_admin_fake_action ... ok
cli.simple_read_only.test_compute.SimpleReadOnlyNovaClientTest.test_admin_flavor_acces_list ... ok
cli.simple_read_only.test_compute.SimpleReadOnlyNovaClientTest.test_admin_flavor_list ... ok
cli.simple_read_only.test_compute.SimpleReadOnlyNovaClientTest.test_admin_floating_ip_bulk_list ... ok
cli.simple_read_only.test_compute.SimpleReadOnlyNovaClientTest.test_admin_floating_ip_list ... ok
cli.simple_read_only.test_compute.SimpleReadOnlyNovaClientTest.test_admin_floating_ip_pool_list ... ok
cli.simple_read_only.test_compute.SimpleReadOnlyNovaClientTest.test_admin_help ... ok
cli.simple_read_only.test_compute.SimpleReadOnlyNovaClientTest.test_admin_host_list ... ok
cli.simple_read_only.test_compute.SimpleReadOnlyNovaClientTest.test_admin_hypervisor_list ... ok
cli.simple_read_only.test_compute.SimpleReadOnlyNovaClientTest.test_admin_image_list ... ok
cli.simple_read_only.test_compute.SimpleReadOnlyNovaClientTest.test_admin_interface_list ... SKIP: Test needs parameters, Bug: 1157349
cli.simple_read_only.test_compute.SimpleReadOnlyNovaClientTest.test_admin_keypair_list ... ok
cli.simple_read_only.test_compute.SimpleReadOnlyNovaClientTest.test_admin_list ... ok
cli.simple_read_only.test_compute.SimpleReadOnlyNovaClientTest.test_admin_list_extensions ... ok
cli.simple_read_only.test_compute.SimpleReadOnlyNovaClientTest.test_admin_net_list ... ok
cli.simple_read_only.test_compute.SimpleReadOnlyNovaClientTest.test_admin_network_list ... ok
cli.simple_read_only.test_compute.SimpleReadOnlyNovaClientTest.test_admin_rate_limits ... ok
cli.simple_read_only.test_compute.SimpleReadOnlyNovaClientTest.test_admin_secgroup_list ... ok
cli.simple_read_only.test_compute.SimpleReadOnlyNovaClientTest.test_admin_secgroup_list_rules ... SKIP: Test needs parameters, Bug: 1157349
cli.simple_read_only.test_compute.SimpleReadOnlyNovaClientTest.test_admin_servce_list ... ok
cli.simple_read_only.test_compute.SimpleReadOnlyNovaClientTest.test_admin_timeout ... ok
cli.simple_read_only.test_compute.SimpleReadOnlyNovaClientTest.test_admin_timing ... ok
cli.simple_read_only.test_compute.SimpleReadOnlyNovaClientTest.test_admin_usage ... ok
cli.simple_read_only.test_compute.SimpleReadOnlyNovaClientTest.test_admin_usage_list ... ok
cli.simple_read_only.test_compute.SimpleReadOnlyNovaClientTest.test_admin_version ... ok
cli.simple_read_only.test_compute.SimpleReadOnlyNovaClientTest.test_admin_volume_list ... ok
cli.simple_read_only.test_compute.SimpleReadOnlyNovaClientTest.test_admin_volume_snapshot_list ... ok
cli.simple_read_only.test_compute.SimpleReadOnlyNovaClientTest.test_admin_volume_type_list ... ok
cli.simple_read_only.test_compute_manage.SimpleReadOnlyNovaManageTest.test_admin_fake_action ... ok
cli.simple_read_only.test_compute_manage.SimpleReadOnlyNovaManageTest.test_flavor_list ... ok
cli.simple_read_only.test_compute_manage.SimpleReadOnlyNovaManageTest.test_help_flag ... ok
cli.simple_read_only.test_compute_manage.SimpleReadOnlyNovaManageTest.test_version ... ok
cli.simple_read_only.test_compute_manage.SimpleReadOnlyNovaManageTest.test_version_flag ... SKIP: version is empty, bug 1138844
cli.simple_read_only.test_keystone.SimpleReadOnlyKeystoneClientTest.test_admin_bashcompletion ... ok
cli.simple_read_only.test_keystone.SimpleReadOnlyKeystoneClientTest.test_admin_catalog_list ... ok
cli.simple_read_only.test_keystone.SimpleReadOnlyKeystoneClientTest.test_admin_discover ... ok
cli.simple_read_only.test_keystone.SimpleReadOnlyKeystoneClientTest.test_admin_endpoint_list ... ok
cli.simple_read_only.test_keystone.SimpleReadOnlyKeystoneClientTest.test_admin_endpoint_service_match ... ok
cli.simple_read_only.test_keystone.SimpleReadOnlyKeystoneClientTest.test_admin_fake_action ... ok
cli.simple_read_only.test_keystone.SimpleReadOnlyKeystoneClientTest.test_admin_help ... ok
cli.simple_read_only.test_keystone.SimpleReadOnlyKeystoneClientTest.test_admin_role_list ... ok
cli.simple_read_only.test_keystone.SimpleReadOnlyKeystoneClientTest.test_admin_service_list ... ok
cli.simple_read_only.test_keystone.SimpleReadOnlyKeystoneClientTest.test_admin_tenant_list ... ok
cli.simple_read_only.test_keystone.SimpleReadOnlyKeystoneClientTest.test_admin_user_list ... ok
cli.simple_read_only.test_keystone.SimpleReadOnlyKeystoneClientTest.test_admin_user_role_list ... ok
----------------------------------------------------------------------
XML: nosetests-cli.xml
----------------------------------------------------------------------
Ran 54 tests in 31.656s
OK (SKIP=4)
___________________________________ summary ____________________________________
ERROR: full: commands failed
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/87
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/87/logs
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/87/logs/devstack-gate-cleanup-host.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/87/logs/devstack-gate-setup-host.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/87/logs/devstack-gate-setup-workspace-new.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/87/logs/devstacklog.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/87/logs/iptables.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/87/logs/kern_log.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/87/logs/localrc.txt.gz'
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/87/logs/rabbitmq
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/87/logs/rabbitmq/rabbit(a)devstack-1372553491-sasl.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/87/logs/rabbitmq/rabbit(a)devstack-1372553491.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/87/logs/rabbitmq/startup_log.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/87/logs/screen-c-api.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/87/logs/screen-c-sch.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/87/logs/screen-c-vol.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/87/logs/screen-g-api.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/87/logs/screen-g-reg.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/87/logs/screen-horizon.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/87/logs/screen-key.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/87/logs/screen-n-api.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/87/logs/screen-n-cond.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/87/logs/screen-n-cpu.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/87/logs/screen-n-crt.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/87/logs/screen-n-net.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/87/logs/screen-n-obj.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/87/logs/screen-n-sch.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/87/logs/screen-s-account.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/87/logs/screen-s-container.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/87/logs/screen-s-object.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/87/logs/screen-s-proxy.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/87/logs/screen-sysstat.txt.gz'
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/87/logs/sudoers.d
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/87/logs/sudoers.d/90-cloudimg-ubuntu.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/87/logs/sudoers.d/README.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/87/logs/sudoers.d/cinder-rootwrap.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/87/logs/sudoers.d/jenkins-sudo-grep.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/87/logs/sudoers.d/nova-rootwrap.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/87/logs/sudoers.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/87/logs/syslog.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/87/logs/sysstat.dat.gz'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.
1
1
Build failed in Jenkins: periodic-glance-python26-stable-grizzly #80
by OpenStack Jenkins 01 Jul '13
by OpenStack Jenkins 01 Jul '13
01 Jul '13
See <https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly/8…>
------------------------------------------
[...truncated 1162 lines...]
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.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.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.00[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.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.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
======================================================================
FAIL: glance.tests.functional.test_bin_glance_control.TestGlanceControl.test_respawn
----------------------------------------------------------------------
_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 166, in test_respawn
self.assertTrue(launch_msg is None, launch_msg)
File "/usr/lib64/python2.6/unittest.py", line 324, in failUnless
if not expr: raise self.failureException, msg
AssertionError: Unexpected server launch status
----------------------------------------------------------------------
XML: nosetests.xml
Slowest 5 tests took 92.91 secs:
[31m 26.67 TestScrubber.test_scrubber_app[0m
[31m 20.99 TestScrubber.test_delayed_delete[0m
[31m 15.55 TestRootApi.test_version_configurations[0m
[31m 15.22 TestGlanceControl.test_reload[0m
[31m 14.47 TestBinGlanceCacheManage.test_queue[0m
----------------------------------------------------------------------
Ran 1101 tests in 630.662s
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.7
MarkupSafe==0.18
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.12
anyjson==0.3.3
argparse==1.2.1
boto==2.9.6
colorama==0.2.5
coverage==3.6
d2to1==0.2.10
decorator==3.4.0
distribute==0.6.45
docutils==0.10
eventlet==0.12.1
extras==0.0.3
fixtures==0.3.12
glance==jenkins.periodic.glance.python26.stable.grizzly.80
greenlet==0.4.1
httplib2==0.8
importlib==1.0.2
iso8601==0.1.4
jsonschema==2.0.0
kombu==2.5.12
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.1
passlib==1.6.1
pbr==0.5.17
pep8==1.3.3
prettytable==0.7.2
psycopg2==2.5.1
pycrypto==2.6
pysendfile==2.0.0
python-keystoneclient==0.2.5
python-mimeparse==0.1.4
python-swiftclient==1.4.0
repoze.lru==0.6
requests==1.2.3
setuptools-git==1.0b1
simplejson==3.3.0
six==1.3.0
sqlalchemy-migrate==0.7.2
termcolor==1.1.0
testtools==0.9.32
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=126
+ '[' 126 -eq 0 ']'
+ exit 1
+ rm -rf /tmp/tmp.He8ZEuKsRQ
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/80
[SCP] uploading file: '/srv/static/logs/periodic/periodic-glance-python26-stable-grizzly/80/nose_results.html'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.
1
2
Build failed in Jenkins: periodic-glance-python26-stable-grizzly #77
by OpenStack Jenkins 28 Jun '13
by OpenStack Jenkins 28 Jun '13
28 Jun '13
See <https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly/7…>
------------------------------------------
[...truncated 1168 lines...]
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.00[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.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.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.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
======================================================================
ERROR: glance.tests.functional.v1.test_ssl.TestSSL.test_delete_not_existing
----------------------------------------------------------------------
_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 1250, in test_delete_not_existing
response, content = https.request(path, 'GET')
File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly/w…",> 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/w…",> 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/w…",> line 1252, in _conn_request
conn.connect()
File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly/w…",> line 1060, in connect
raise socket.error, msg
error: [Errno 111] ECONNREFUSED
----------------------------------------------------------------------
XML: nosetests.xml
Slowest 5 tests took 92.94 secs:
[31m 26.62 TestScrubber.test_scrubber_app[0m
[31m 21.04 TestScrubber.test_delayed_delete[0m
[31m 15.51 TestRootApi.test_version_configurations[0m
[31m 15.06 TestGlanceControl.test_reload[0m
[31m 14.71 TestBinGlanceCacheManage.test_queue[0m
----------------------------------------------------------------------
Ran 1101 tests in 642.018s
FAILED (SKIP=38, errors=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.7
MarkupSafe==0.18
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.12
anyjson==0.3.3
argparse==1.2.1
boto==2.9.6
colorama==0.2.5
coverage==3.6
d2to1==0.2.10
decorator==3.4.0
distribute==0.6.45
docutils==0.10
eventlet==0.12.1
extras==0.0.3
fixtures==0.3.12
glance==jenkins.periodic.glance.python26.stable.grizzly.77
greenlet==0.4.1
httplib2==0.8
importlib==1.0.2
iso8601==0.1.4
jsonschema==2.0.0
kombu==2.5.11
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.1
passlib==1.6.1
pbr==0.5.17
pep8==1.3.3
prettytable==0.7.2
psycopg2==2.5.1
pycrypto==2.6
pysendfile==2.0.0
python-keystoneclient==0.2.5
python-mimeparse==0.1.4
python-swiftclient==1.4.0
repoze.lru==0.6
requests==1.2.3
setuptools-git==1.0b1
simplejson==3.3.0
six==1.3.0
sqlalchemy-migrate==0.7.2
termcolor==1.1.0
testtools==0.9.32
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=126
+ '[' 126 -eq 0 ']'
+ exit 1
+ rm -rf /tmp/tmp.tWtYCrq2J3
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/77
[SCP] uploading file: '/srv/static/logs/periodic/periodic-glance-python26-stable-grizzly/77/nose_results.html'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.
1
2
Build failed in Jenkins: periodic-glance-python26-stable-folsom #268
by OpenStack Jenkins 27 Jun '13
by OpenStack Jenkins 27 Jun '13
27 Jun '13
See <https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/26…>
------------------------------------------
[...truncated 965 lines...]
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[33m 0.03[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
======================================================================
ERROR: We test the following:
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/ws…",> line 407, in test_add_list_delete_list
exitcode, out, err = execute(cmd)
File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/ws…",> line 255, in execute
raise RuntimeError(msg)
RuntimeError: Command bin/glance --port=55447 index did not succeed. Returned an exit code of 1.
STDOUT: Failed to show index. Got error:
The request returned 500 Internal Server Error.
STDERR: WARNING! This tool is deprecated in favor of python-glanceclient (see http://github.com/openstack/python-glanceclient)
======================================================================
ERROR: Test for LP Bugs #736295, #767203
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/ws…",> line 487, in test_add_list_update_list
exitcode, out, err = execute(cmd)
File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/ws…",> line 255, in execute
raise RuntimeError(msg)
RuntimeError: Command bin/glance --port=53903 index did not succeed. Returned an exit code of 1.
STDOUT: Failed to show index. Got error:
The request returned 500 Internal Server Error.
STDERR: WARNING! This tool is deprecated in favor of python-glanceclient (see http://github.com/openstack/python-glanceclient)
----------------------------------------------------------------------
XML: nosetests.xml
Slowest 5 tests took 78.52 secs:
[31m 20.25 TestGlanceControl.test_bouncing[0m
[31m 15.07 TestScrubber.test_delayed_delete[0m
[31m 14.65 TestBinGlanceCacheManage.test_queue[0m
[31m 14.36 TestGlanceControl.test_reload[0m
[31m 14.18 TestGlanceControl.test_respawn[0m
----------------------------------------------------------------------
Ran 926 tests in 609.904s
FAILED (SKIP=89, errors=2)
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.12
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.45
docutils==0.10
eventlet==0.12.1
glance==jenkins-periodic-glance-python26-stable-folsom-268
greenlet==0.4.1
httplib2==0.8
importlib==1.0.2
iso8601==0.1.4
jsonschema==2.0.0
kombu==2.5.11
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.9q0OY3JPQM
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/268
[SCP] uploading file: '/srv/static/logs/periodic/periodic-glance-python26-stable-folsom/268/nose_results.html'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.
1
1
Build failed in Jenkins: periodic-glance-python26-stable-folsom #266
by OpenStack Jenkins 25 Jun '13
by OpenStack Jenkins 25 Jun '13
25 Jun '13
See <https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/26…>
------------------------------------------
[...truncated 942 lines...]
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.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[31m 0.19[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[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 74.21 secs:
[31m 17.23 TestGlanceControl.test_bouncing[0m
[31m 14.95 TestScrubber.test_delayed_delete[0m
[31m 14.19 TestGlanceControl.test_reload[0m
[31m 14.02 TestGlanceControl.test_respawn[0m
[31m 13.82 TestBinGlanceCacheManage.test_queue[0m
----------------------------------------------------------------------
Ran 926 tests in 580.450s
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.45
docutils==0.10
eventlet==0.12.1
glance==jenkins-periodic-glance-python26-stable-folsom-266
greenlet==0.4.1
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.25p4mkfyBS
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/266
[SCP] uploading file: '/srv/static/logs/periodic/periodic-glance-python26-stable-folsom/266/nose_results.html'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.
1
1
Build failed in Jenkins: periodic-glance-python27-stable-grizzly #72
by OpenStack Jenkins 22 Jun '13
by OpenStack Jenkins 22 Jun '13
22 Jun '13
See <https://jenkins.openstack.org/job/periodic-glance-python27-stable-grizzly/7…>
------------------------------------------
[...truncated 1164 lines...]
TestStoreImageRepo
test_add_fetches_members_if_private [32mOK [0m[32m 0.01[0m
test_add_ignores_acls_if_no_locations [32mOK [0m[32m 0.01[0m
test_add_updates_acls [32mOK [0m[32m 0.01[0m
test_member_addition_updates_acls [32mOK [0m[32m 0.01[0m
test_member_removal_updates_acls [32mOK [0m[32m 0.01[0m
test_save_fetches_members_if_private [32mOK [0m[32m 0.01[0m
test_save_updates_acls [32mOK [0m[32m 0.01[0m
TestStoreLocation
test_bad_store_scheme [32mOK [0m[32m 0.02[0m
test_filesystem_store_location [32mOK [0m[33m 0.03[0m
test_get_location_from_uri_back_to_uri [32mOK [0m[32m 0.02[0m
test_get_store_from_scheme [32mOK [0m[33m 0.03[0m
test_http_store_location [32mOK [0m[33m 0.03[0m
test_rbd_store_location [32mOK [0m[33m 0.03[0m
test_s3_store_location [32mOK [0m[33m 0.03[0m
test_swift_store_location [32mOK [0m[33m 0.03[0m
TestChunkReader
test_read_all_data [32mOK [0m[32m 0.02[0m
TestCreatingLocations
test_multi_tenant_location [32mOK [0m[33m 0.03[0m
test_multi_tenant_location_custom_service_type [32mOK [0m[32m 0.02[0m
test_multi_tenant_location_http [32mOK [0m[32m 0.02[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.01[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.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.02[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.02[0m
test_add_already_existing [32mOK [0m[32m 0.02[0m
test_add_auth_url_variations [32mOK [0m[33m 0.03[0m
test_add_large_object [32mOK [0m[32m 0.02[0m
test_add_large_object_zero_size [32mOK [0m[32m 0.02[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.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.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
======================================================================
ERROR: glance.tests.functional.test_bin_glance_cache_manage.TestBinGlanceCacheManage.test_queue
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-grizzly/w…",> line 164, in test_queue
exitcode, out, err = execute(cmd)
File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-grizzly/w…",> line 198, in execute
raise RuntimeError(msg)
RuntimeError: Command bin/glance-cache-manage --port=52112 list-cached did not succeed. Returned an exit code of 1.
STDOUT: Failed to show cached images. Got error:
[Errno 111] Connection refused
STDERR:
----------------------------------------------------------------------
XML: nosetests.xml
Slowest 5 tests took 114.09 secs:
[31m 31.51 TestScrubber.test_scrubber_app[0m
[31m 24.46 TestScrubber.test_delayed_delete[0m
[31m 23.69 TestRootApi.test_version_configurations[0m
[31m 17.33 TestGlanceControl.test_reload[0m
[31m 17.10 TestGlanceControl.test_respawn[0m
----------------------------------------------------------------------
Ran 1101 tests in 937.459s
FAILED (SKIP=38, errors=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.7
MarkupSafe==0.18
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.6
colorama==0.2.5
coverage==3.6
d2to1==0.2.10
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.72
greenlet==0.4.1
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
oslo.config==1.1.1
passlib==1.6.1
pbr==0.5.17
pep8==1.3.3
prettytable==0.7.2
psycopg2==2.5
pycrypto==2.6
pysendfile==2.0.0
python-keystoneclient==0.2.5
python-mimeparse==0.1.4
python-swiftclient==1.4.0
repoze.lru==0.6
requests==1.2.3
setuptools-git==1.0b1
simplejson==3.3.0
six==1.3.0
sqlalchemy-migrate==0.7.2
termcolor==1.1.0
testtools==0.9.32
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=126
+ '[' 126 -eq 0 ']'
+ exit 1
+ rm -rf /tmp/tmp.HTVIZqn5mr
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/72
[SCP] uploading file: '/srv/static/logs/periodic/periodic-glance-python27-stable-grizzly/72/nose_results.html'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.
1
1
Build failed in Jenkins: periodic-tempest-devstack-vm-postgres-stable-grizzly #77
by OpenStack Jenkins 21 Jun '13
by OpenStack Jenkins 21 Jun '13
21 Jun '13
See <https://jenkins.openstack.org/job/periodic-tempest-devstack-vm-postgres-sta…>
------------------------------------------
[...truncated 19942 lines...]
| 12 | cc1.4xlarge | 2048 | 0 | 10 | | 2 | 1.0 | True |
| 2 | m1.tiny | 256 | 0 | 10 | | 1 | 1.0 | True |
| 3 | m1.small | 512 | 0 | 10 | | 1 | 1.0 | True |
| 4 | m1.medium | 768 | 0 | 10 | | 1 | 1.0 | True |
| 42 | m1.nano | 64 | 0 | 0 | | 1 | 1.0 | True |
| 5 | m1.large | 1024 | 0 | 10 | | 1 | 1.0 | True |
| 6 | m1.xlarge | 2048 | 0 | 10 | | 1 | 1.0 | True |
| 7 | m2.xlarge | 2048 | 0 | 10 | | 2 | 1.0 | True |
| 8 | m2.2xlarge | 2048 | 0 | 10 | | 2 | 1.0 | True |
| 84 | m1.micro | 128 | 0 | 0 | | 1 | 1.0 | True |
| 9 | m2.4xlarge | 2048 | 0 | 10 | | 2 | 1.0 | True |
+----+-------------+-----------+------+-----------+------+-------+-------------+-----------+
++ nova flavor-list
++ get_field 1
++ grep m1.tiny
++ read data
++ '[' 1 -lt 0 ']'
++ field='$2'
++ echo '| 2 | m1.tiny | 256 | 0 | 10 | | 1 | 1.0 | True |'
++ awk '-F[ \t]*\\|[ \t]*' '{print $2}'
++ read data
+ INSTANCE_TYPE=2
+ [[ -z 2 ]]
+ nova delete ex-vol-inst
ERROR: Unable to delete any of the specified servers.
No server with a name or ID of 'ex-vol-inst' exists.
+ true
+ timeout 90 sh -c 'while nova show ex-vol-inst; do sleep 1; done'
ERROR: No server with a name or ID of 'ex-vol-inst' exists.
++ nova boot --flavor 2 --image 64591c02-78b6-4835-a45a-e84630f89549 --security_groups=vol_secgroup ex-vol-inst
++ grep ' id '
++ get_field 2
++ read data
++ '[' 2 -lt 0 ']'
++ field='$3'
++ echo '| id | dc857e9c-edb1-4db3-bc03-704c2dc79e9e |'
++ awk '-F[ \t]*\\|[ \t]*' '{print $3}'
++ read data
+ VM_UUID=dc857e9c-edb1-4db3-bc03-704c2dc79e9e
+ die_if_not_set 124 VM_UUID 'Failure launching ex-vol-inst'
+ local exitcode=0
++ set +o
++ grep xtrace
+ FXTRACE='set -o xtrace'
+ set +o xtrace
+ timeout 90 sh -c 'while ! nova show dc857e9c-edb1-4db3-bc03-704c2dc79e9e | grep status | grep -q ACTIVE; do sleep 1; done'
++ nova show dc857e9c-edb1-4db3-bc03-704c2dc79e9e
++ grep private
++ get_field 2
++ read data
++ '[' 2 -lt 0 ']'
++ 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,rabbit,sysstat,tempest,s-proxy,s-account,s-container,s-object,cinder,c-api,c-vol,c-sch,n-cond,heat,h-api,h-api-cfn,h-api-cw,h-eng,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,heat,h-api,h-api-cfn,h-api-cw,h-eng,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 ---
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.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.
64 bytes from 10.1.0.4: icmp_req=1 ttl=64 time=10.6 ms
--- 10.1.0.4 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 10.666/10.666/10.666/0.000 ms
++ cinder list
++ get_field 2
++ read data
++ head -1
++ grep ex-vol-fd77df6b
+ [[ -n '' ]]
++ date +%s
+ start_time=1371708553
+ cinder create --display_name ex-vol-fd77df6b --display_description 'test volume: ex-vol-fd77df6b' 1
+---------------------+--------------------------------------+
| Property | Value |
+---------------------+--------------------------------------+
| attachments | [] |
| availability_zone | nova |
| bootable | false |
| created_at | 2013-06-20T06:09:13.648345 |
| display_description | test volume: ex-vol-fd77df6b |
| display_name | ex-vol-fd77df6b |
| id | d71cb779-59cc-4e6a-a2d6-52611835f458 |
| metadata | {} |
| size | 1 |
| snapshot_id | None |
| source_volid | None |
| status | creating |
| volume_type | None |
+---------------------+--------------------------------------+
+ timeout 90 sh -c 'while ! cinder list | grep ex-vol-fd77df6b | grep available; do sleep 1; done'
| d71cb779-59cc-4e6a-a2d6-52611835f458 | available | ex-vol-fd77df6b | 1 | None | false | |
++ date +%s
+ end_time=1371708555
+ echo 'Completed cinder create in 2 seconds'
Completed cinder create in 2 seconds
++ cinder list
++ grep ex-vol-fd77df6b
++ get_field 1
++ head -1
++ read data
++ '[' 1 -lt 0 ']'
++ field='$2'
++ echo '| d71cb779-59cc-4e6a-a2d6-52611835f458 | available | ex-vol-fd77df6b | 1 | None | false | |'
++ awk '-F[ \t]*\\|[ \t]*' '{print $2}'
++ read data
+ VOL_ID=d71cb779-59cc-4e6a-a2d6-52611835f458
+ die_if_not_set 158 VOL_ID 'Failure retrieving volume ID for ex-vol-fd77df6b'
+ local exitcode=0
++ set +o
++ grep xtrace
+ FXTRACE='set -o xtrace'
+ set +o xtrace
+ DEVICE=/dev/vdb
++ date +%s
+ start_time=1371708556
+ nova volume-attach dc857e9c-edb1-4db3-bc03-704c2dc79e9e d71cb779-59cc-4e6a-a2d6-52611835f458 /dev/vdb
ERROR: The supplied device path (/dev/vdb) is in use. (HTTP 409) (Request-ID: req-f69b7a6a-a885-456a-8017-c5b18f75ddce)
+ die 164 'Failure attaching volume ex-vol-fd77df6b to ex-vol-inst'
+ local exitcode=1
+ set +o xtrace
[ERROR] /opt/stack/new/devstack/exercises/volumes.sh:164 Failure attaching volume ex-vol-fd77df6b to ex-vol-inst
=====================================================================
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
FAILED volumes
=====================================================================
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/77
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/77/logs
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/77/logs/devstack-gate-cleanup-host.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/77/logs/devstack-gate-setup-host.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/77/logs/devstack-gate-setup-workspace-new.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/77/logs/devstacklog.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/77/logs/error.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/77/logs/iptables.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/77/logs/kern_log.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/77/logs/localrc.txt.gz'
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/77/logs/rabbitmq
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/77/logs/rabbitmq/rabbit(a)devstack-1371705090-sasl.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/77/logs/rabbitmq/rabbit(a)devstack-1371705090.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/77/logs/rabbitmq/startup_log.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/77/logs/screen-c-api.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/77/logs/screen-c-sch.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/77/logs/screen-c-vol.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/77/logs/screen-g-api.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/77/logs/screen-g-reg.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/77/logs/screen-h-api-cfn.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/77/logs/screen-h-api-cw.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/77/logs/screen-h-api.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/77/logs/screen-h-eng.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/77/logs/screen-horizon.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/77/logs/screen-key.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/77/logs/screen-n-api.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/77/logs/screen-n-cond.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/77/logs/screen-n-cpu.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/77/logs/screen-n-crt.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/77/logs/screen-n-net.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/77/logs/screen-n-obj.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/77/logs/screen-n-sch.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/77/logs/screen-s-account.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/77/logs/screen-s-container.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/77/logs/screen-s-object.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/77/logs/screen-s-proxy.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/77/logs/screen-sysstat.txt.gz'
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/77/logs/sudoers.d
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/77/logs/sudoers.d/90-cloudimg-ubuntu.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/77/logs/sudoers.d/README.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/77/logs/sudoers.d/cinder-rootwrap.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/77/logs/sudoers.d/jenkins-sudo-grep.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/77/logs/sudoers.d/nova-rootwrap.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/77/logs/sudoers.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/77/logs/syslog.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-postgres-stable-grizzly/77/logs/sysstat.dat.gz'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.
1
1
Build failed in Jenkins: periodic-tempest-devstack-vm-stable-grizzly #77
by OpenStack Jenkins 21 Jun '13
by OpenStack Jenkins 21 Jun '13
21 Jun '13
See <https://jenkins.openstack.org/job/periodic-tempest-devstack-vm-stable-grizz…>
------------------------------------------
[...truncated 18675 lines...]
| 2 | m1.tiny | 256 | 0 | 10 | | 1 | 1.0 | True |
| 3 | m1.small | 512 | 0 | 10 | | 1 | 1.0 | True |
| 4 | m1.medium | 768 | 0 | 10 | | 1 | 1.0 | True |
| 42 | m1.nano | 64 | 0 | 0 | | 1 | 1.0 | True |
| 5 | m1.large | 1024 | 0 | 10 | | 1 | 1.0 | True |
| 6 | m1.xlarge | 2048 | 0 | 10 | | 1 | 1.0 | True |
| 7 | m2.xlarge | 2048 | 0 | 10 | | 2 | 1.0 | True |
| 8 | m2.2xlarge | 2048 | 0 | 10 | | 2 | 1.0 | True |
| 84 | m1.micro | 128 | 0 | 0 | | 1 | 1.0 | True |
| 9 | m2.4xlarge | 2048 | 0 | 10 | | 2 | 1.0 | True |
+----+-------------+-----------+------+-----------+------+-------+-------------+-----------+
++ nova flavor-list
++ grep m1.tiny
++ get_field 1
++ read data
++ '[' 1 -lt 0 ']'
++ field='$2'
++ echo '| 2 | m1.tiny | 256 | 0 | 10 | | 1 | 1.0 | True |'
++ awk '-F[ \t]*\\|[ \t]*' '{print $2}'
++ read data
+ INSTANCE_TYPE=2
+ [[ -z 2 ]]
+ nova delete ex-vol-inst
ERROR: Unable to delete any of the specified servers.
No server with a name or ID of 'ex-vol-inst' exists.
+ true
+ timeout 90 sh -c 'while nova show ex-vol-inst; do sleep 1; done'
ERROR: No server with a name or ID of 'ex-vol-inst' exists.
++ nova boot --flavor 2 --image 3ace30bb-7ec4-4dbc-9743-02c559b49199 --security_groups=vol_secgroup ex-vol-inst
++ grep ' id '
++ get_field 2
++ read data
++ '[' 2 -lt 0 ']'
++ field='$3'
++ echo '| id | 3424fe53-c01b-4b08-92a8-d6f4920d33ff |'
++ awk '-F[ \t]*\\|[ \t]*' '{print $3}'
++ read data
+ VM_UUID=3424fe53-c01b-4b08-92a8-d6f4920d33ff
+ die_if_not_set 124 VM_UUID 'Failure launching ex-vol-inst'
+ local exitcode=0
++ set +o
++ grep xtrace
+ FXTRACE='set -o xtrace'
+ set +o xtrace
+ timeout 90 sh -c 'while ! nova show 3424fe53-c01b-4b08-92a8-d6f4920d33ff | grep status | grep -q ACTIVE; do sleep 1; done'
++ nova show 3424fe53-c01b-4b08-92a8-d6f4920d33ff
++ grep private
++ get_field 2
++ read data
++ '[' 2 -lt 0 ']'
++ field='$3'
++ echo '| private network | 10.1.0.2 |'
++ awk '-F[ \t]*\\|[ \t]*' '{print $3}'
++ read data
+ IP=10.1.0.2
+ 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.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,heat,h-api,h-api-cfn,h-api-cw,h-eng,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,heat,h-api,h-api-cfn,h-api-cw,h-eng,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 ---
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.
--- 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.
64 bytes from 10.1.0.2: icmp_req=1 ttl=64 time=10.5 ms
--- 10.1.0.2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 10.570/10.570/10.570/0.000 ms
++ cinder list
++ head -1
++ grep ex-vol-0f168b13
++ get_field 2
++ read data
+ [[ -n '' ]]
++ date +%s
+ start_time=1371708672
+ cinder create --display_name ex-vol-0f168b13 --display_description 'test volume: ex-vol-0f168b13' 1
+---------------------+--------------------------------------+
| Property | Value |
+---------------------+--------------------------------------+
| attachments | [] |
| availability_zone | nova |
| bootable | false |
| created_at | 2013-06-20T06:11:12.970428 |
| display_description | test volume: ex-vol-0f168b13 |
| display_name | ex-vol-0f168b13 |
| id | adf09596-3fed-489d-8108-c5075a6764c7 |
| metadata | {} |
| size | 1 |
| snapshot_id | None |
| source_volid | None |
| status | creating |
| volume_type | None |
+---------------------+--------------------------------------+
+ timeout 90 sh -c 'while ! cinder list | grep ex-vol-0f168b13 | grep available; do sleep 1; done'
| adf09596-3fed-489d-8108-c5075a6764c7 | available | ex-vol-0f168b13 | 1 | None | false | |
++ date +%s
+ end_time=1371708675
+ echo 'Completed cinder create in 3 seconds'
Completed cinder create in 3 seconds
++ cinder list
++ grep ex-vol-0f168b13
++ get_field 1
++ head -1
++ read data
++ '[' 1 -lt 0 ']'
++ field='$2'
++ echo '| adf09596-3fed-489d-8108-c5075a6764c7 | available | ex-vol-0f168b13 | 1 | None | false | |'
++ awk '-F[ \t]*\\|[ \t]*' '{print $2}'
++ read data
+ VOL_ID=adf09596-3fed-489d-8108-c5075a6764c7
+ die_if_not_set 158 VOL_ID 'Failure retrieving volume ID for ex-vol-0f168b13'
+ local exitcode=0
++ set +o
++ grep xtrace
+ FXTRACE='set -o xtrace'
+ set +o xtrace
+ DEVICE=/dev/vdb
++ date +%s
+ start_time=1371708675
+ nova volume-attach 3424fe53-c01b-4b08-92a8-d6f4920d33ff adf09596-3fed-489d-8108-c5075a6764c7 /dev/vdb
ERROR: The supplied device path (/dev/vdb) is in use. (HTTP 409) (Request-ID: req-db666609-826f-46e9-92f8-4aa83238946f)
+ die 164 'Failure attaching volume ex-vol-0f168b13 to ex-vol-inst'
+ local exitcode=1
+ set +o xtrace
[ERROR] /opt/stack/new/devstack/exercises/volumes.sh:164 Failure attaching volume ex-vol-0f168b13 to ex-vol-inst
=====================================================================
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
FAILED volumes
=====================================================================
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/77
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/77/logs
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/77/logs/devstack-gate-cleanup-host.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/77/logs/devstack-gate-setup-host.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/77/logs/devstack-gate-setup-workspace-new.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/77/logs/devstacklog.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/77/logs/error.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/77/logs/iptables.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/77/logs/kern_log.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/77/logs/localrc.txt.gz'
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/77/logs/mysql
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/77/logs/mysql/error.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/77/logs/mysql/mysql-slow.txt.gz'
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/77/logs/rabbitmq
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/77/logs/rabbitmq/rabbit(a)devstack-1371703895-sasl.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/77/logs/rabbitmq/rabbit(a)devstack-1371703895.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/77/logs/rabbitmq/startup_log.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/77/logs/screen-c-api.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/77/logs/screen-c-sch.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/77/logs/screen-c-vol.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/77/logs/screen-g-api.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/77/logs/screen-g-reg.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/77/logs/screen-h-api-cfn.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/77/logs/screen-h-api-cw.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/77/logs/screen-h-api.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/77/logs/screen-h-eng.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/77/logs/screen-horizon.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/77/logs/screen-key.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/77/logs/screen-n-api.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/77/logs/screen-n-cond.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/77/logs/screen-n-cpu.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/77/logs/screen-n-crt.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/77/logs/screen-n-net.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/77/logs/screen-n-obj.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/77/logs/screen-n-sch.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/77/logs/screen-s-account.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/77/logs/screen-s-container.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/77/logs/screen-s-object.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/77/logs/screen-s-proxy.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/77/logs/screen-sysstat.txt.gz'
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/77/logs/sudoers.d
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/77/logs/sudoers.d/90-cloudimg-ubuntu.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/77/logs/sudoers.d/README.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/77/logs/sudoers.d/cinder-rootwrap.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/77/logs/sudoers.d/jenkins-sudo-grep.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/77/logs/sudoers.d/nova-rootwrap.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/77/logs/sudoers.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/77/logs/syslog.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-grizzly/77/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 #77
by OpenStack Jenkins 21 Jun '13
by OpenStack Jenkins 21 Jun '13
21 Jun '13
See <https://jenkins.openstack.org/job/periodic-tempest-devstack-vm-quantum-stab…>
------------------------------------------
[...truncated 23698 lines...]
| 3 | m1.small | 512 | 0 | 10 | | 1 | 1.0 | True |
| 4 | m1.medium | 768 | 0 | 10 | | 1 | 1.0 | True |
| 42 | m1.nano | 64 | 0 | 0 | | 1 | 1.0 | True |
| 5 | m1.large | 1024 | 0 | 10 | | 1 | 1.0 | True |
| 6 | m1.xlarge | 2048 | 0 | 10 | | 1 | 1.0 | True |
| 7 | m2.xlarge | 2048 | 0 | 10 | | 2 | 1.0 | True |
| 8 | m2.2xlarge | 2048 | 0 | 10 | | 2 | 1.0 | True |
| 84 | m1.micro | 128 | 0 | 0 | | 1 | 1.0 | True |
| 9 | m2.4xlarge | 2048 | 0 | 10 | | 2 | 1.0 | True |
+----+-------------+-----------+------+-----------+------+-------+-------------+-----------+
++ nova flavor-list
++ get_field 1
++ grep m1.tiny
++ read data
++ '[' 1 -lt 0 ']'
++ field='$2'
++ echo '| 2 | m1.tiny | 256 | 0 | 10 | | 1 | 1.0 | True |'
++ awk '-F[ \t]*\\|[ \t]*' '{print $2}'
++ read data
+ INSTANCE_TYPE=2
+ [[ -z 2 ]]
+ nova delete ex-vol-inst
ERROR: Unable to delete any of the specified servers.
No server with a name or ID of 'ex-vol-inst' exists.
+ true
+ timeout 90 sh -c 'while nova show ex-vol-inst; do sleep 1; done'
ERROR: No server with a name or ID of 'ex-vol-inst' exists.
++ nova boot --flavor 2 --image e62ea078-9f6c-4b08-b048-0886dc53fc1b --security_groups=vol_secgroup ex-vol-inst
++ grep ' id '
++ get_field 2
++ read data
++ '[' 2 -lt 0 ']'
++ field='$3'
++ echo '| id | f2b1824e-ff13-4334-950b-b6c45b7ab82b |'
++ awk '-F[ \t]*\\|[ \t]*' '{print $3}'
++ read data
+ VM_UUID=f2b1824e-ff13-4334-950b-b6c45b7ab82b
+ die_if_not_set 124 VM_UUID 'Failure launching ex-vol-inst'
+ local exitcode=0
++ set +o
++ grep xtrace
+ FXTRACE='set -o xtrace'
+ set +o xtrace
+ timeout 90 sh -c 'while ! nova show f2b1824e-ff13-4334-950b-b6c45b7ab82b | grep status | grep -q ACTIVE; do sleep 1; done'
++ nova show f2b1824e-ff13-4334-950b-b6c45b7ab82b
++ grep private
++ get_field 2
++ read data
++ '[' 2 -lt 0 ']'
++ field='$3'
++ echo '| private network | 10.1.0.6 |'
++ awk '-F[ \t]*\\|[ \t]*' '{print $3}'
++ read data
+ IP=10.1.0.6
+ 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.6 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,heat,h-api,h-api-cfn,h-api-cw,h-eng,quantum,q-svc,q-agt,q-dhcp,q-l3,q-meta, =~ ,quantum, ]]
+ return 0
+ _ping_check_quantum private 10.1.0.6 90
+ local from_net=private
+ local ip=10.1.0.6
+ 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
+++ grep private
+++ awk '{print $2}'
++ net_id=34b9195c-11c8-4d89-954e-edbf14318755
+++ quantum-debug --os-tenant-name admin --os-username admin --os-password secret probe-list -c id -c network_id
+++ grep 34b9195c-11c8-4d89-954e-edbf14318755
+++ head -n 1
+++ awk '{print $2}'
++ probe_id=230ca707-2a9c-47bf-bea7-e00ad788a0fe
++ echo 'sudo /usr/local/bin/quantum-rootwrap /etc/quantum/rootwrap.conf ip netns exec qprobe-230ca707-2a9c-47bf-bea7-e00ad788a0fe'
+ probe_cmd='sudo /usr/local/bin/quantum-rootwrap /etc/quantum/rootwrap.conf ip netns exec qprobe-230ca707-2a9c-47bf-bea7-e00ad788a0fe'
+ [[ True = \T\r\u\e ]]
+ check_command='while ! sudo /usr/local/bin/quantum-rootwrap /etc/quantum/rootwrap.conf ip netns exec qprobe-230ca707-2a9c-47bf-bea7-e00ad788a0fe ping -w 1 -c 1 10.1.0.6; do sleep 1; done'
+ timeout 90 sh -c 'while ! sudo /usr/local/bin/quantum-rootwrap /etc/quantum/rootwrap.conf ip netns exec qprobe-230ca707-2a9c-47bf-bea7-e00ad788a0fe ping -w 1 -c 1 10.1.0.6; do sleep 1; done'
PING 10.1.0.6 (10.1.0.6) 56(84) bytes of data.
--- 10.1.0.6 ping statistics ---
2 packets transmitted, 0 received, 100% packet loss, time 999ms
PING 10.1.0.6 (10.1.0.6) 56(84) bytes of data.
>From 10.1.0.2 icmp_seq=1 Destination Host Unreachable
--- 10.1.0.6 ping statistics ---
1 packets transmitted, 0 received, +1 errors, 100% packet loss, time 0ms
PING 10.1.0.6 (10.1.0.6) 56(84) bytes of data.
--- 10.1.0.6 ping statistics ---
2 packets transmitted, 0 received, 100% packet loss, time 999ms
PING 10.1.0.6 (10.1.0.6) 56(84) bytes of data.
>From 10.1.0.2 icmp_seq=1 Destination Host Unreachable
--- 10.1.0.6 ping statistics ---
1 packets transmitted, 0 received, +1 errors, 100% packet loss, time 0ms
PING 10.1.0.6 (10.1.0.6) 56(84) bytes of data.
64 bytes from 10.1.0.6: icmp_req=1 ttl=64 time=29.1 ms
--- 10.1.0.6 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 29.115/29.115/29.115/0.000 ms
+ return
++ grep ex-vol-56da5f46
++ head -1
++ get_field 2
++ cinder list
++ read data
+ [[ -n '' ]]
++ date +%s
+ start_time=1371708656
+ cinder create --display_name ex-vol-56da5f46 --display_description 'test volume: ex-vol-56da5f46' 1
+---------------------+--------------------------------------+
| Property | Value |
+---------------------+--------------------------------------+
| attachments | [] |
| availability_zone | nova |
| bootable | false |
| created_at | 2013-06-20T06:10:56.545676 |
| display_description | test volume: ex-vol-56da5f46 |
| display_name | ex-vol-56da5f46 |
| id | 86910892-cbab-47e2-8e53-2d177c9106d6 |
| metadata | {} |
| size | 1 |
| snapshot_id | None |
| source_volid | None |
| status | creating |
| volume_type | None |
+---------------------+--------------------------------------+
+ timeout 90 sh -c 'while ! cinder list | grep ex-vol-56da5f46 | grep available; do sleep 1; done'
| 86910892-cbab-47e2-8e53-2d177c9106d6 | available | ex-vol-56da5f46 | 1 | None | false | |
++ date +%s
+ end_time=1371708658
+ echo 'Completed cinder create in 2 seconds'
Completed cinder create in 2 seconds
++ cinder list
++ grep ex-vol-56da5f46
++ head -1
++ get_field 1
++ read data
++ '[' 1 -lt 0 ']'
++ field='$2'
++ echo '| 86910892-cbab-47e2-8e53-2d177c9106d6 | available | ex-vol-56da5f46 | 1 | None | false | |'
++ awk '-F[ \t]*\\|[ \t]*' '{print $2}'
++ read data
+ VOL_ID=86910892-cbab-47e2-8e53-2d177c9106d6
+ die_if_not_set 158 VOL_ID 'Failure retrieving volume ID for ex-vol-56da5f46'
+ local exitcode=0
++ set +o
++ grep xtrace
+ FXTRACE='set -o xtrace'
+ set +o xtrace
+ DEVICE=/dev/vdb
++ date +%s
+ start_time=1371708659
+ nova volume-attach f2b1824e-ff13-4334-950b-b6c45b7ab82b 86910892-cbab-47e2-8e53-2d177c9106d6 /dev/vdb
ERROR: The supplied device path (/dev/vdb) is in use. (HTTP 409) (Request-ID: req-680d0852-a5ce-429b-9627-2b2ef8d7727b)
+ die 164 'Failure attaching volume ex-vol-56da5f46 to ex-vol-inst'
+ local exitcode=1
+ set +o xtrace
[ERROR] /opt/stack/new/devstack/exercises/volumes.sh:164 Failure attaching volume ex-vol-56da5f46 to ex-vol-inst
=====================================================================
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
FAILED volumes
=====================================================================
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/77
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/devstack-gate-cleanup-host.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/devstack-gate-setup-host.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/devstack-gate-setup-workspace-new.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/devstacklog.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/error.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/iptables.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/kern_log.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/localrc.txt.gz'
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/mysql
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/mysql/error.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/mysql/mysql-slow.txt.gz'
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/rabbitmq
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/rabbitmq/rabbit(a)devstack-1371693726-sasl.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/rabbitmq/rabbit(a)devstack-1371693726.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/rabbitmq/startup_log.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/screen-c-api.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/screen-c-sch.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/screen-c-vol.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/screen-g-api.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/screen-g-reg.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/screen-h-api-cfn.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/screen-h-api-cw.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/screen-h-api.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/screen-h-eng.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/screen-horizon.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/screen-key.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/screen-n-api.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/screen-n-cond.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/screen-n-cpu.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/screen-n-crt.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/screen-n-obj.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/screen-n-sch.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/screen-q-agt.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/screen-q-dhcp.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/screen-q-l3.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/screen-q-meta.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/screen-q-svc.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/screen-s-account.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/screen-s-container.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/screen-s-object.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/screen-s-proxy.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/screen-sysstat.txt.gz'
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/sudoers.d
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/sudoers.d/90-cloudimg-ubuntu.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/sudoers.d/README.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/sudoers.d/cinder-rootwrap.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/sudoers.d/jenkins-sudo-grep.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/sudoers.d/nova-rootwrap.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/sudoers.d/quantum-rootwrap.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/sudoers.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/syslog.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-quantum-stable-grizzly/77/logs/sysstat.dat.gz'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.
1
1