Openstack-stable-maint
Threads by month
- ----- 2025 -----
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
June 2013
- 4 participants
- 22 discussions
02 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 30 Jun '13
by OpenStack Jenkins 30 Jun '13
30 Jun '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 30 Jun '13
by OpenStack Jenkins 30 Jun '13
30 Jun '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 27 Jun '13
by OpenStack Jenkins 27 Jun '13
27 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 26 Jun '13
by OpenStack Jenkins 26 Jun '13
26 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 24 Jun '13
by OpenStack Jenkins 24 Jun '13
24 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 21 Jun '13
by OpenStack Jenkins 21 Jun '13
21 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 20 Jun '13
by OpenStack Jenkins 20 Jun '13
20 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 20 Jun '13
by OpenStack Jenkins 20 Jun '13
20 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 20 Jun '13
by OpenStack Jenkins 20 Jun '13
20 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
Build failed in Jenkins: periodic-glance-python27-stable-folsom #261
by OpenStack Jenkins 19 Jun '13
by OpenStack Jenkins 19 Jun '13
19 Jun '13
See <https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/26…>
------------------------------------------
[...truncated 103 lines...]
test_image_create_defaults [32mOK [0m[31m 0.07[0m
test_image_create_duplicate_id [32mOK [0m[33m 0.05[0m
test_image_create_properties [32mOK [0m[33m 0.05[0m
test_image_create_requires_status [32mOK [0m[33m 0.05[0m
test_image_create_unknown_attribtues [32mOK [0m[33m 0.04[0m
test_image_get [32mOK [0m[33m 0.05[0m
test_image_get_all [32mOK [0m[33m 0.04[0m
test_image_get_all_invalid_sort_key [32mOK [0m[33m 0.04[0m
test_image_get_all_limit [32mOK [0m[31m 0.06[0m
test_image_get_all_limit_marker [32mOK [0m[31m 0.05[0m
test_image_get_all_marker [32mOK [0m[33m 0.05[0m
test_image_get_all_marker_deleted [32mOK [0m[31m 0.05[0m
test_image_get_all_marker_deleted_showing_deleted [32mOK [0m[31m 0.06[0m
test_image_get_all_marker_deleted_showing_deleted_as_admin [32mOK [0m[31m 0.05[0m
test_image_get_all_owned [32mOK [0m[31m 0.06[0m
test_image_get_all_size_max [32mOK [0m[33m 0.04[0m
test_image_get_all_size_min [32mOK [0m[33m 0.05[0m
test_image_get_all_size_min_max [32mOK [0m[33m 0.04[0m
test_image_get_all_size_range [32mOK [0m[33m 0.04[0m
test_image_get_all_with_filter [32mOK [0m[33m 0.04[0m
test_image_get_all_with_filter_max_range_bad_value [32mOK [0m[33m 0.04[0m
test_image_get_all_with_filter_min_range_bad_value [32mOK [0m[31m 0.11[0m
test_image_get_all_with_filter_undefined_property [32mOK [0m[33m 0.04[0m
test_image_get_all_with_filter_user_defined_property [32mOK [0m[33m 0.04[0m
test_image_get_all_with_filter_user_deleted_property [32mOK [0m[31m 0.05[0m
test_image_get_allow_deleted [32mOK [0m[31m 0.05[0m
test_image_get_disallow_deleted [32mOK [0m[31m 0.05[0m
test_image_get_force_allow_deleted [32mOK [0m[33m 0.05[0m
test_image_get_not_found [32mOK [0m[33m 0.04[0m
test_image_get_not_owned [32mOK [0m[31m 0.05[0m
test_image_member_delete [32mOK [0m[33m 0.04[0m
test_image_member_find [32mOK [0m[33m 0.05[0m
test_image_paginate [32mOK [0m[31m 0.09[0m
test_image_property_delete [32mOK [0m[33m 0.04[0m
test_image_tag_create [32mOK [0m[33m 0.04[0m
test_image_tag_delete [32mOK [0m[33m 0.04[0m
test_image_tag_get_all [32mOK [0m[33m 0.05[0m
test_image_tag_get_all_no_tags [32mOK [0m[33m 0.04[0m
test_image_update [32mOK [0m[33m 0.05[0m
test_image_update_core_attribute [32mOK [0m[33m 0.05[0m
test_image_update_properties [32mOK [0m[33m 0.05[0m
test_image_update_purge_properties [32mOK [0m[31m 0.05[0m
TestApi
test_delete_not_existing [32mOK [0m[31m 47.64[0m
test_duplicate_image_upload [32mOK [0m[31m 53.71[0m
test_filtered_images [32mOK [0m[31m 50.08[0m
test_get_head_simple_post [32mOK [0m[31m 41.41[0m
test_limited_images [32mOK [0m[31m 58.99[0m
test_mismatched_checksum [32mOK [0m[31m 39.13[0m
test_mismatched_size [32mOK [0m[31m 50.62[0m
test_ordered_images [32mOK [0m[31m 64.50[0m
test_ownership [32mOK [0m[31m 53.89[0m
test_post_image_content_bad_container_format [32mOK [0m[31m 52.28[0m
test_post_image_content_bad_disk_format [32mOK [0m[31m 33.89[0m
test_put_image_content_bad_container_format [32mOK [0m[31m 47.45[0m
test_put_image_content_bad_disk_format [32mOK [0m[31m 52.69[0m
test_queued_process_flow [32mOK [0m[31m 47.34[0m
test_size_greater_2G_mysql [32mOK [0m[31m 53.94[0m
test_traceback_not_consumed [32mOK [0m[31m 58.19[0m
test_unsupported_default_store [32mOK [0m[31m 59.66[0m
test_v1_enabled [32mOK [0m[31m 48.29[0m
test_v1_not_enabled [32mOK [0m[31m 37.41[0m
test_zero_initial_size [32mOK [0m[31m 50.98[0m
TestBinGlanceCacheManage
test_cache_index [32mOK [0m[31m 61.66[0m
test_no_cache_enabled [32mOK [0m[31m 58.22[0m
test_queue [32mOK [0m[31m 66.06[0m
TestCopyToFile
test_copy_from_file [32mOK [0m[31m 55.36[0m
test_copy_from_http_exists [32mOK [0m[31m 30.25[0m
test_copy_from_http_nonexistent [32mOK [0m[31m 29.22[0m
test_copy_from_s3 [34mSKIP[0m
test_copy_from_swift [34mSKIP[0m
TestMiscellaneous
test_api_response_when_image_deleted_from_filesystem [32mOK [0m[31m 39.00[0m
test_api_treats_size_as_a_normal_property [32mOK [0m[31m 35.23[0m
test_exception_not_eaten_from_registry_to_api [32mOK [0m[31m 30.55[0m
TestMultiprocessing
test_interrupt_avoids_respawn_storm [32mOK [0m[31m 37.63[0m
test_multiprocessing [32mOK [0m[31m 28.67[0m
TestRBD
test_delete_not_existing [34mSKIP[0m
test_duplicate_image_upload [34mSKIP[0m
test_filtered_images [34mSKIP[0m
test_get_head_simple_post [34mSKIP[0m
test_limited_images [34mSKIP[0m
test_mismatched_checksum [34mSKIP[0m
test_mismatched_size [34mSKIP[0m
test_ordered_images [34mSKIP[0m
test_ownership [34mSKIP[0m
test_post_image_content_bad_container_format [34mSKIP[0m
test_post_image_content_bad_disk_format [34mSKIP[0m
test_put_image_content_bad_container_format [34mSKIP[0m
test_put_image_content_bad_disk_format [34mSKIP[0m
test_queued_process_flow [34mSKIP[0m
test_size_greater_2G_mysql [34mSKIP[0m
test_traceback_not_consumed [34mSKIP[0m
test_unsupported_default_store [34mSKIP[0m
test_v1_enabled [34mSKIP[0m
test_v1_not_enabled [34mSKIP[0m
test_zero_initial_size [34mSKIP[0m
TestS3
test_copy_from_http [34mSKIP[0m
test_copy_from_s3 [34mSKIP[0m
test_copy_from_swift [34mSKIP[0m
test_delete_not_existing [34mSKIP[0m
test_duplicate_image_upload [34mSKIP[0m
test_filtered_images [34mSKIP[0m
test_get_head_simple_post [34mSKIP[0m
test_limited_images [34mSKIP[0m
test_mismatched_checksum [34mSKIP[0m
test_mismatched_size [34mSKIP[0m
test_ordered_images [34mSKIP[0m
test_ownership [34mSKIP[0m
test_post_image_content_bad_container_format [34mSKIP[0m
test_post_image_content_bad_disk_format [34mSKIP[0m
test_put_image_content_bad_container_format [34mSKIP[0m
test_put_image_content_bad_disk_format [34mSKIP[0m
test_queued_process_flow [34mSKIP[0m
test_remote_image [34mSKIP[0m
test_size_greater_2G_mysql [34mSKIP[0m
test_traceback_not_consumed [34mSKIP[0m
test_unsupported_default_store [34mSKIP[0m
test_v1_enabled [34mSKIP[0m
test_v1_not_enabled [34mSKIP[0m
test_zero_initial_size [34mSKIP[0m
TestSSL
test_certificate_validation [34mSKIP[0m
test_delete_not_existing [34mSKIP[0m
test_duplicate_image_upload [34mSKIP[0m
test_filtered_images [34mSKIP[0m
test_get_head_simple_post [34mSKIP[0m
test_limited_images [34mSKIP[0m
test_ordered_images [34mSKIP[0m
test_queued_process_flow [34mSKIP[0m
test_size_greater_2G_mysql [34mSKIP[0m
test_traceback_not_consumed [34mSKIP[0m
test_version_variations [34mSKIP[0m
TestSwift
test_add_large_object_manifest_uneven_size [34mSKIP[0m
test_copy_from_http [34mSKIP[0m
test_copy_from_s3 [34mSKIP[0m
test_copy_from_swift [34mSKIP[0m
test_delete_not_existing [34mSKIP[0m
test_duplicate_image_upload [34mSKIP[0m
test_filtered_images [34mSKIP[0m
test_get_head_simple_post [34mSKIP[0m
test_large_objects [34mSKIP[0m
test_limited_images [34mSKIP[0m
test_mismatched_checksum [34mSKIP[0m
test_mismatched_size [34mSKIP[0m
test_ordered_images [34mSKIP[0m
test_ownership [34mSKIP[0m
test_post_image_content_bad_container_format [34mSKIP[0m
test_post_image_content_bad_disk_format [34mSKIP[0m
test_put_image_content_bad_container_format [34mSKIP[0m
test_put_image_content_bad_disk_format [34mSKIP[0m
test_queued_process_flow [34mSKIP[0m
test_remote_image [34mSKIP[0m
test_size_greater_2G_mysql [34mSKIP[0m
test_traceback_not_consumed [34mSKIP[0m
test_unsupported_default_store [34mSKIP[0m
test_v1_enabled [34mSKIP[0m
test_v1_not_enabled [34mSKIP[0m
test_zero_initial_size [34mSKIP[0m
TestSwiftStartup
test_multi_tenant_mode [32mOK [0m[31m 33.48[0m
TestImageDirectURLVisibility
test_image_direct_url_not_visible [32mOK [0m[31m 39.91[0m
test_image_direct_url_visible [32mOK [0m[31m 53.86[0m
test_v2_enabled [32mOK [0m[31m 58.52[0m
test_v2_not_enabled [32mOK [0m[31m 17.90[0m
TestImages
test_image_lifecycle [32mOK [0m[31m 52.77[0m
test_images_container [32mOK [0m[31m 50.94[0m
test_permissions [32mOK [0m[31m 39.47[0m
test_tag_lifecycle [32mOK [0m[31m 51.43[0m
TestSchemas
test_resource [32mOK [0m[31m 48.04[0m
TestRootApi
test_version_configurations [32mOK [0m[31m 149.87[0m
test_version_variations [32mOK [0m[31m 10.76[0m
TestBinGlance
test_add_clear [32mOK [0m[31m 41.62[0m
test_add_copying_from [32mOK [0m[31m 35.17[0m
test_add_list_delete_list [32mOK [0m[31m 38.10[0m
test_add_list_update_list Build timed out (after 40 minutes). Marking the build as failed.
[31mERROR[0m[31m 60.78[0m
test_add_location_with_checksum ERROR: InvocationError: '<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws…'>
___________________________________ summary ____________________________________
ERROR: py27: commands failed
+ result=1
+ echo 'Begin pip freeze output from test virtualenv:'
Begin pip freeze output from test virtualenv:
+ echo ======================================================================
======================================================================
+ .tox/py27/bin/pip freeze
++ rm -rf /tmp/tmp.8xfjr3V0D2
[SCP] Connecting to static.openstack.org
Babel==0.9.6
Jinja2==2.7
MarkupSafe==0.18
Paste==1.7.5.1
PasteDeploy==1.5.0
Pygments==1.6
Routes==1.13
SQLAlchemy==0.7.9
Sphinx==1.2b1
Tempita==0.5.1
WebOb==1.0.8
amqp==1.0.11
anyjson==0.3.3
argparse==1.2.1
boto==2.1.1
colorama==0.2.5
coverage==3.6
decorator==3.4.0
distribute==0.6.34
docutils==0.10
eventlet==0.12.1
glance==jenkins-periodic-glance-python27-stable-folsom-261
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
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
[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-glance-python27-stable-folsom/261
[SCP] Copying console log.
1
1
Build failed in Jenkins: periodic-glance-python26-stable-folsom #255
by OpenStack Jenkins 13 Jun '13
by OpenStack Jenkins 13 Jun '13
13 Jun '13
See <https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/25…>
------------------------------------------
[...truncated 956 lines...]
test_get_s3_bad_location [32mOK [0m[32m 0.01[0m
test_get_s3_good_location [32mOK [0m[32m 0.01[0m
test_no_access_key [32mOK [0m[32m 0.01[0m
test_no_host [32mOK [0m[32m 0.01[0m
test_no_secret_key [32mOK [0m[32m 0.01[0m
TestBasicSchema
test_filter_strips_extra_properties [32mOK [0m[32m 0.01[0m
test_merge_conflicting_but_identical_properties [32mOK [0m[32m 0.01[0m
test_merge_conflicting_properties [32mOK [0m[32m 0.01[0m
test_merge_properties [32mOK [0m[32m 0.01[0m
test_raw_json_schema [32mOK [0m[32m 0.01[0m
test_validate_fails_on_bad_type [32mOK [0m[32m 0.01[0m
test_validate_fails_on_extra_properties [32mOK [0m[32m 0.01[0m
test_validate_passes [32mOK [0m[32m 0.01[0m
TestBasicSchemaLinks
test_raw_json_schema [32mOK [0m[32m 0.01[0m
TestCollectionSchema
test_raw_json_schema [32mOK [0m[32m 0.01[0m
TestPermissiveSchema
test_filter_passes_extra_properties [32mOK [0m[32m 0.01[0m
test_raw_json_schema [32mOK [0m[32m 0.01[0m
test_validate_rejects_non_string_extra_properties [32mOK [0m[32m 0.01[0m
test_validate_with_additional_properties_allowed [32mOK [0m[32m 0.01[0m
TestSkipExamples
test_001_increase_test_counter [32mOK [0m[32m 0.01[0m
test_002_increase_test_counter [32mOK [0m[32m 0.01[0m
test_003_verify_test_counter [32mOK [0m[32m 0.01[0m
test_skip_if_example [34mSKIP[0m
test_skip_test_example [34mSKIP[0m
test_skip_unless_example [34mSKIP[0m
TestStoreLocation
test_bad_store_scheme [32mOK [0m[32m 0.01[0m
test_filesystem_store_location [32mOK [0m[32m 0.01[0m
test_get_location_from_uri_back_to_uri [32mOK [0m[32m 0.02[0m
test_get_store_from_scheme [32mOK [0m[32m 0.02[0m
test_http_store_location [32mOK [0m[32m 0.02[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.02[0m
TestChunkReader
test_read_all_data [32mOK [0m[32m 0.02[0m
TestStoreAuthV1
test_add [32mOK [0m[32m 0.01[0m
test_add_already_existing [32mOK [0m[32m 0.01[0m
test_add_auth_url_variations [32mOK [0m[32m 0.02[0m
test_add_large_object [32mOK [0m[32m 0.01[0m
test_add_large_object_zero_size [32mOK [0m[32m 0.01[0m
test_add_no_container_and_create [32mOK [0m[32m 0.01[0m
test_add_no_container_no_create [32mOK [0m[32m 0.01[0m
test_delete [32mOK [0m[32m 0.01[0m
test_delete_non_existing [32mOK [0m[32m 0.01[0m
test_get [32mOK [0m[32m 0.01[0m
test_get_non_existing [32mOK [0m[32m 0.01[0m
test_get_size [32mOK [0m[32m 0.01[0m
test_get_with_http_auth [32mOK [0m[32m 0.02[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.02[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.02[0m
test_limiting_reader_fails [32mOK [0m[32m 0.01[0m
VersionNegotiationTest
test_request_accept_v1 [32mOK [0m[31m 0.21[0m
test_request_url_v1 [32mOK [0m[32m 0.02[0m
test_request_url_v1_0 [32mOK [0m[32m 0.02[0m
test_request_url_v1_1 [32mOK [0m[32m 0.02[0m
test_request_url_v2 [32mOK [0m[32m 0.02[0m
test_request_url_v2_0 [32mOK [0m[32m 0.02[0m
test_request_url_v2_1_unsupported [32mOK [0m[32m 0.02[0m
test_request_url_v3_unsupported [32mOK [0m[32m 0.02[0m
VersionsTest
test_get_version_list [32mOK [0m[32m 0.02[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: Tests creating an queued image then subsequently updating
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/ws…",> line 142, in _runner
func(*args, **kw)
File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/ws…",> line 337, in test_update_location
self._do_test_update_external_source('location')
File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/ws…",> line 277, in _do_test_update_external_source
response, content = http.request(path, 'POST', headers=headers)
File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/ws…",> line 1570, in request
(response, content) = self._request(conn, authority, uri, request_uri, method, body, headers, redirections, cachekey)
File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/ws…",> line 1317, in _request
(response, content) = self._conn_request(conn, request_uri, method, body, headers)
File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/ws…",> line 1252, in _conn_request
conn.connect()
File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/ws…",> line 913, in connect
raise socket.error, msg
error: [Errno 111] ECONNREFUSED
----------------------------------------------------------------------
XML: nosetests.xml
Slowest 5 tests took 74.16 secs:
[31m 15.84 TestGlanceControl.test_bouncing[0m
[31m 15.03 TestScrubber.test_delayed_delete[0m
[31m 14.63 TestGlanceControl.test_reload[0m
[31m 14.38 TestBinGlanceCacheManage.test_queue[0m
[31m 14.27 TestGlanceControl.test_respawn[0m
----------------------------------------------------------------------
Ran 926 tests in 611.638s
FAILED (SKIP=89, errors=1)
Unhandled exception in thread started by <function serve_requests at 0x386db18>
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/ws…",> line 81, in serve_requests
httpd.serve_forever()
File "/usr/lib64/python2.6/SocketServer.py", line 224, in serve_forever
ERROR: InvocationError: '<https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/ws…'>
___________________________________ summary ____________________________________
ERROR: py26: commands failed
+ result=1
+ echo 'Begin pip freeze output from test virtualenv:'
Begin pip freeze output from test virtualenv:
+ echo ======================================================================
======================================================================
+ .tox/py26/bin/pip freeze
Babel==0.9.6
Jinja2==2.7
MarkupSafe==0.18
Paste==1.7.5.1
PasteDeploy==1.5.0
Pygments==1.6
Routes==1.13
SQLAlchemy==0.7.9
Sphinx==1.2b1
Tempita==0.5.1
WebOb==1.0.8
amqp==1.0.11
anyjson==0.3.3
argparse==1.2.1
boto==2.1.1
colorama==0.2.5
coverage==3.6
decorator==3.4.0
distribute==0.6.34
docutils==0.10
eventlet==0.12.1
glance==jenkins-periodic-glance-python26-stable-folsom-255
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.CHn4Jd7DjZ
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/255
[SCP] uploading file: '/srv/static/logs/periodic/periodic-glance-python26-stable-folsom/255/nose_results.html'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.
1
1
Build failed in Jenkins: periodic-glance-python27-stable-grizzly #61
by OpenStack Jenkins 11 Jun '13
by OpenStack Jenkins 11 Jun '13
11 Jun '13
See <https://jenkins.openstack.org/job/periodic-glance-python27-stable-grizzly/6…>
------------------------------------------
[...truncated 1166 lines...]
test_add_ignores_acls_if_no_locations [32mOK [0m[32m 0.00[0m
test_add_updates_acls [32mOK [0m[32m 0.00[0m
test_member_addition_updates_acls [32mOK [0m[32m 0.00[0m
test_member_removal_updates_acls [32mOK [0m[32m 0.00[0m
test_save_fetches_members_if_private [32mOK [0m[32m 0.01[0m
test_save_updates_acls [32mOK [0m[32m 0.00[0m
TestStoreLocation
test_bad_store_scheme [32mOK [0m[32m 0.01[0m
test_filesystem_store_location [32mOK [0m[32m 0.01[0m
test_get_location_from_uri_back_to_uri [32mOK [0m[32m 0.01[0m
test_get_store_from_scheme [32mOK [0m[32m 0.01[0m
test_http_store_location [32mOK [0m[32m 0.01[0m
test_rbd_store_location [32mOK [0m[32m 0.01[0m
test_s3_store_location [32mOK [0m[32m 0.01[0m
test_swift_store_location [32mOK [0m[32m 0.01[0m
TestChunkReader
test_read_all_data [32mOK [0m[32m 0.01[0m
TestCreatingLocations
test_multi_tenant_location [32mOK [0m[32m 0.01[0m
test_multi_tenant_location_custom_service_type [32mOK [0m[32m 0.01[0m
test_multi_tenant_location_http [32mOK [0m[32m 0.01[0m
test_multi_tenant_location_with_region [32mOK [0m[32m 0.01[0m
test_single_tenant_location [32mOK [0m[32m 0.01[0m
test_single_tenant_location_http [32mOK [0m[32m 0.01[0m
TestMultiTenantStoreConnections
test_basic_connection [32mOK [0m[32m 0.01[0m
test_connection_with_snet [32mOK [0m[32m 0.01[0m
TestSingleTenantStoreConnections
test_basic_connection [32mOK [0m[32m 0.01[0m
test_connection_invalid_user [32mOK [0m[32m 0.01[0m
test_connection_missing_user [32mOK [0m[32m 0.01[0m
test_connection_with_auth_v1 [32mOK [0m[32m 0.01[0m
test_connection_with_endpoint_type [32mOK [0m[32m 0.01[0m
test_connection_with_no_trailing_slash [32mOK [0m[32m 0.01[0m
test_connection_with_region [32mOK [0m[32m 0.01[0m
test_connection_with_service_type [32mOK [0m[32m 0.01[0m
test_connection_with_snet [32mOK [0m[32m 0.01[0m
TestStoreAuthV1
test_add [32mOK [0m[32m 0.01[0m
test_add_already_existing [32mOK [0m[32m 0.01[0m
test_add_auth_url_variations [32mOK [0m[32m 0.01[0m
test_add_large_object [32mOK [0m[32m 0.01[0m
test_add_large_object_zero_size [32mOK [0m[32m 0.01[0m
test_add_no_container_and_create [32mOK [0m[32m 0.01[0m
test_add_no_container_no_create [32mOK [0m[32m 0.01[0m
test_delete [32mOK [0m[32m 0.01[0m
test_delete_non_existing [32mOK [0m[32m 0.01[0m
test_get [32mOK [0m[32m 0.01[0m
test_get_non_existing [32mOK [0m[32m 0.01[0m
test_get_size [32mOK [0m[32m 0.01[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
TestStoreAuthV2
test_add [32mOK [0m[32m 0.01[0m
test_add_already_existing [32mOK [0m[32m 0.01[0m
test_add_auth_url_variations [32mOK [0m[32m 0.01[0m
test_add_large_object [32mOK [0m[32m 0.01[0m
test_add_large_object_zero_size [32mOK [0m[32m 0.01[0m
test_add_no_container_and_create [32mOK [0m[32m 0.01[0m
test_add_no_container_no_create [32mOK [0m[32m 0.01[0m
test_delete [32mOK [0m[32m 0.01[0m
test_delete_non_existing [32mOK [0m[32m 0.01[0m
test_get [32mOK [0m[32m 0.01[0m
test_get_non_existing [32mOK [0m[32m 0.01[0m
test_get_size [32mOK [0m[32m 0.01[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.01[0m
test_v2_with_no_tenant [32mOK [0m[32m 0.01[0m
TestUtils
test_cooperative_reader [32mOK [0m[33m 0.04[0m
test_cooperative_reader_of_iterator [32mOK [0m[32m 0.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.01[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.01[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.01[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_api.TestApi.test_zero_initial_size
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-grizzly/w…",> line 121, in wrapped
func(*a, **kwargs)
File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-grizzly/w…",> line 496, in test_zero_initial_size
response, content = http.request(path, 'POST', headers=headers)
File "<https://jenkins.openstack.org/job/periodic-glance-python27-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-python27-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-python27-stable-grizzly/w…",> line 1252, in _conn_request
conn.connect()
File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-grizzly/w…",> line 913, in connect
raise socket.error, msg
error: [Errno 111] ECONNREFUSED
----------------------------------------------------------------------
XML: nosetests.xml
Slowest 5 tests took 89.14 secs:
[31m 26.06 TestScrubber.test_scrubber_app[0m
[31m 20.46 TestScrubber.test_delayed_delete[0m
[31m 14.48 TestGlanceControl.test_reload[0m
[31m 14.19 TestGlanceControl.test_respawn[0m
[31m 13.95 TestGlanceControl.test_bouncing[0m
----------------------------------------------------------------------
Ran 1101 tests in 579.108s
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.5
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.61
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.14
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.31
wsgiref==0.1.2
xattr==0.6.4
+ echo ======================================================================
======================================================================
+ '[' -d .testrepository ']'
+ sudo /usr/local/jenkins/slave_scripts/jenkins-sudo-grep.sh post
+ sudoresult=0
+ '[' 0 -ne 0 ']'
+ /usr/local/jenkins/slave_scripts/jenkins-oom-grep.sh post
+ oomresult=0
+ '[' 0 -ne 0 ']'
++ find . -name nose_results.html
+ htmlreport=./nose_results.html
+ '[' -f ./nose_results.html ']'
++ grep -c 'tr class=.passClass' ./nose_results.html
+ passcount=126
+ '[' 126 -eq 0 ']'
+ exit 1
+ rm -rf /tmp/tmp.RkdIKkbsQT
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/61
[SCP] uploading file: '/srv/static/logs/periodic/periodic-glance-python27-stable-grizzly/61/nose_results.html'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.
1
2
Build failed in Jenkins: periodic-glance-python26-stable-folsom #253
by OpenStack Jenkins 11 Jun '13
by OpenStack Jenkins 11 Jun '13
11 Jun '13
See <https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/25…>
------------------------------------------
[...truncated 947 lines...]
test_calling_format_default [32mOK [0m[32m 0.01[0m
test_calling_format_path [32mOK [0m[32m 0.01[0m
test_calling_format_subdomain [32mOK [0m[32m 0.01[0m
test_delete [32mOK [0m[32m 0.01[0m
test_delete_non_existing [32mOK [0m[32m 0.01[0m
test_get [32mOK [0m[32m 0.01[0m
test_get_calling_format_default [32mOK [0m[32m 0.01[0m
test_get_calling_format_path [32mOK [0m[32m 0.02[0m
test_get_non_existing [32mOK [0m[32m 0.01[0m
test_get_s3_bad_location [32mOK [0m[32m 0.01[0m
test_get_s3_good_location [32mOK [0m[32m 0.01[0m
test_no_access_key [32mOK [0m[32m 0.01[0m
test_no_host [32mOK [0m[32m 0.01[0m
test_no_secret_key [32mOK [0m[32m 0.01[0m
TestBasicSchema
test_filter_strips_extra_properties [32mOK [0m[32m 0.01[0m
test_merge_conflicting_but_identical_properties [32mOK [0m[32m 0.01[0m
test_merge_conflicting_properties [32mOK [0m[32m 0.01[0m
test_merge_properties [32mOK [0m[32m 0.01[0m
test_raw_json_schema [32mOK [0m[32m 0.01[0m
test_validate_fails_on_bad_type [32mOK [0m[32m 0.01[0m
test_validate_fails_on_extra_properties [32mOK [0m[32m 0.01[0m
test_validate_passes [32mOK [0m[32m 0.01[0m
TestBasicSchemaLinks
test_raw_json_schema [32mOK [0m[32m 0.01[0m
TestCollectionSchema
test_raw_json_schema [32mOK [0m[32m 0.01[0m
TestPermissiveSchema
test_filter_passes_extra_properties [32mOK [0m[32m 0.01[0m
test_raw_json_schema [32mOK [0m[32m 0.01[0m
test_validate_rejects_non_string_extra_properties [32mOK [0m[32m 0.01[0m
test_validate_with_additional_properties_allowed [32mOK [0m[32m 0.01[0m
TestSkipExamples
test_001_increase_test_counter [32mOK [0m[32m 0.01[0m
test_002_increase_test_counter [32mOK [0m[32m 0.01[0m
test_003_verify_test_counter [32mOK [0m[32m 0.01[0m
test_skip_if_example [34mSKIP[0m
test_skip_test_example [34mSKIP[0m
test_skip_unless_example [34mSKIP[0m
TestStoreLocation
test_bad_store_scheme [32mOK [0m[32m 0.01[0m
test_filesystem_store_location [32mOK [0m[32m 0.01[0m
test_get_location_from_uri_back_to_uri [32mOK [0m[32m 0.01[0m
test_get_store_from_scheme [32mOK [0m[32m 0.02[0m
test_http_store_location [32mOK [0m[32m 0.01[0m
test_rbd_store_location [32mOK [0m[32m 0.02[0m
test_s3_store_location [32mOK [0m[32m 0.01[0m
test_swift_store_location [32mOK [0m[32m 0.01[0m
TestChunkReader
test_read_all_data [32mOK [0m[32m 0.01[0m
TestStoreAuthV1
test_add [32mOK [0m[32m 0.01[0m
test_add_already_existing [32mOK [0m[32m 0.01[0m
test_add_auth_url_variations [32mOK [0m[32m 0.02[0m
test_add_large_object [32mOK [0m[32m 0.01[0m
test_add_large_object_zero_size [32mOK [0m[32m 0.01[0m
test_add_no_container_and_create [32mOK [0m[32m 0.01[0m
test_add_no_container_no_create [32mOK [0m[32m 0.01[0m
test_delete [32mOK [0m[32m 0.01[0m
test_delete_non_existing [32mOK [0m[32m 0.01[0m
test_get [32mOK [0m[32m 0.01[0m
test_get_non_existing [32mOK [0m[32m 0.01[0m
test_get_size [32mOK [0m[32m 0.01[0m
test_get_with_http_auth [32mOK [0m[32m 0.01[0m
test_no_auth_address [32mOK [0m[32m 0.01[0m
test_no_key [32mOK [0m[32m 0.01[0m
test_no_user [32mOK [0m[32m 0.01[0m
test_read_acl_public [32mOK [0m[32m 0.01[0m
test_read_acl_tenants [32mOK [0m[32m 0.01[0m
test_read_write_public [32mOK [0m[32m 0.01[0m
TestStoreAuthV2
test_add [32mOK [0m[32m 0.01[0m
test_add_already_existing [32mOK [0m[32m 0.01[0m
test_add_auth_url_variations [32mOK [0m[32m 0.02[0m
test_add_large_object [32mOK [0m[32m 0.01[0m
test_add_large_object_zero_size [32mOK [0m[32m 0.01[0m
test_add_no_container_and_create [32mOK [0m[32m 0.01[0m
test_add_no_container_no_create [32mOK [0m[32m 0.01[0m
test_delete [32mOK [0m[32m 0.01[0m
test_delete_non_existing [32mOK [0m[32m 0.01[0m
test_get [32mOK [0m[32m 0.01[0m
test_get_non_existing [32mOK [0m[32m 0.01[0m
test_get_size [32mOK [0m[32m 0.01[0m
test_get_with_http_auth [32mOK [0m[32m 0.01[0m
test_no_auth_address [32mOK [0m[32m 0.01[0m
test_no_key [32mOK [0m[32m 0.01[0m
test_no_user [32mOK [0m[32m 0.01[0m
test_read_acl_public [32mOK [0m[32m 0.01[0m
test_read_acl_tenants [32mOK [0m[32m 0.01[0m
test_read_write_public [32mOK [0m[32m 0.01[0m
test_v2_multi_tenant_location [32mOK [0m[32m 0.01[0m
test_v2_with_no_tenant [32mOK [0m[32m 0.01[0m
TestUtils
test_cooperative_reader [32mOK [0m[33m 0.05[0m
test_cooperative_reader_of_iterator [32mOK [0m[32m 0.01[0m
test_generate_uuid_format [32mOK [0m[32m 0.01[0m
test_generate_uuid_unique [32mOK [0m[32m 0.01[0m
test_is_uuid_like_fails [32mOK [0m[32m 0.01[0m
test_is_uuid_like_success [32mOK [0m[32m 0.01[0m
test_limiting_reader [32mOK [0m[32m 0.01[0m
test_limiting_reader_fails [32mOK [0m[32m 0.01[0m
VersionNegotiationTest
test_request_accept_v1 [32mOK [0m[31m 0.20[0m
test_request_url_v1 [32mOK [0m[32m 0.01[0m
test_request_url_v1_0 [32mOK [0m[32m 0.01[0m
test_request_url_v1_1 [32mOK [0m[32m 0.01[0m
test_request_url_v2 [32mOK [0m[32m 0.02[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.02[0m
JSONRequestDeserializerTest
test_default_no_body [32mOK [0m[32m 0.01[0m
test_default_with_body [32mOK [0m[32m 0.01[0m
test_from_json [32mOK [0m[32m 0.01[0m
test_from_json_malformed [32mOK [0m[32m 0.01[0m
test_has_body_has_content_length [32mOK [0m[32m 0.01[0m
test_has_body_no_content_length [32mOK [0m[32m 0.01[0m
test_has_body_zero_content_length [32mOK [0m[32m 0.01[0m
test_no_body_no_content_length [32mOK [0m[32m 0.01[0m
JSONResponseSerializerTest
test_default [32mOK [0m[32m 0.01[0m
test_to_json [32mOK [0m[32m 0.01[0m
RequestTest
test_content_type_accept_default [32mOK [0m[32m 0.01[0m
test_content_type_from_accept_json [32mOK [0m[32m 0.01[0m
test_content_type_from_accept_json_xml_quality [32mOK [0m[32m 0.01[0m
test_content_type_from_accept_xml [32mOK [0m[32m 0.01[0m
test_content_type_from_accept_xml_json [32mOK [0m[32m 0.01[0m
test_content_type_missing [32mOK [0m[32m 0.01[0m
test_content_type_unsupported [32mOK [0m[32m 0.01[0m
test_content_type_with_charset [32mOK [0m[32m 0.01[0m
ResourceTest
test_dispatch [32mOK [0m[32m 0.01[0m
test_dispatch_default [32mOK [0m[32m 0.01[0m
test_dispatch_no_default [32mOK [0m[32m 0.01[0m
test_get_action_args [32mOK [0m[32m 0.01[0m
TestHelpers
test_data_passed_properly_through_headers [32mOK [0m[32m 0.01[0m
test_headers_are_unicode [32mOK [0m[32m 0.01[0m
======================================================================
ERROR: Test that we notice when our log file has been rotated
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/ws…",> line 95, in test_logrotate
response, content = httplib2.Http().request(path, 'GET')
File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/ws…",> line 1570, in request
(response, content) = self._request(conn, authority, uri, request_uri, method, body, headers, redirections, cachekey)
File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/ws…",> line 1317, in _request
(response, content) = self._conn_request(conn, request_uri, method, body, headers)
File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/ws…",> line 1290, in _conn_request
conn.connect()
File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/ws…",> line 913, in connect
raise socket.error, msg
error: [Errno 111] ECONNREFUSED
----------------------------------------------------------------------
XML: nosetests.xml
Slowest 5 tests took 73.75 secs:
[31m 15.80 TestGlanceControl.test_reload[0m
[31m 15.55 TestGlanceControl.test_bouncing[0m
[31m 14.70 TestScrubber.test_delayed_delete[0m
[31m 13.99 TestGlanceControl.test_respawn[0m
[31m 13.71 TestBinGlanceCacheManage.test_queue[0m
----------------------------------------------------------------------
Ran 926 tests in 582.134s
FAILED (SKIP=89, errors=1)
ERROR: InvocationError: '<https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/ws…'>
___________________________________ summary ____________________________________
ERROR: py26: commands failed
+ result=1
+ echo 'Begin pip freeze output from test virtualenv:'
Begin pip freeze output from test virtualenv:
+ echo ======================================================================
======================================================================
+ .tox/py26/bin/pip freeze
Babel==0.9.6
Jinja2==2.7
MarkupSafe==0.18
Paste==1.7.5.1
PasteDeploy==1.5.0
Pygments==1.6
Routes==1.13
SQLAlchemy==0.7.9
Sphinx==1.2b1
Tempita==0.5.1
WebOb==1.0.8
amqp==1.0.11
anyjson==0.3.3
argparse==1.2.1
boto==2.1.1
colorama==0.2.5
coverage==3.6
decorator==3.4.0
distribute==0.6.34
docutils==0.10
eventlet==0.12.1
glance==jenkins-periodic-glance-python26-stable-folsom-253
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.puxH0ndWXn
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/253
[SCP] uploading file: '/srv/static/logs/periodic/periodic-glance-python26-stable-folsom/253/nose_results.html'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.
1
1
Build failed in Jenkins: periodic-glance-python27-stable-folsom #252
by OpenStack Jenkins 11 Jun '13
by OpenStack Jenkins 11 Jun '13
11 Jun '13
See <https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/25…>
------------------------------------------
[...truncated 945 lines...]
test_add_already_existing [32mOK [0m[32m 0.01[0m
test_add_host_variations [32mOK [0m[33m 0.03[0m
test_calling_format_default [32mOK [0m[32m 0.01[0m
test_calling_format_path [32mOK [0m[32m 0.01[0m
test_calling_format_subdomain [32mOK [0m[32m 0.01[0m
test_delete [32mOK [0m[32m 0.01[0m
test_delete_non_existing [32mOK [0m[32m 0.01[0m
test_get [32mOK [0m[32m 0.01[0m
test_get_calling_format_default [32mOK [0m[32m 0.01[0m
test_get_calling_format_path [32mOK [0m[32m 0.01[0m
test_get_non_existing [32mOK [0m[32m 0.01[0m
test_get_s3_bad_location [32mOK [0m[32m 0.01[0m
test_get_s3_good_location [32mOK [0m[32m 0.01[0m
test_no_access_key [32mOK [0m[32m 0.02[0m
test_no_host [32mOK [0m[32m 0.01[0m
test_no_secret_key [32mOK [0m[32m 0.01[0m
TestBasicSchema
test_filter_strips_extra_properties [32mOK [0m[32m 0.01[0m
test_merge_conflicting_but_identical_properties [32mOK [0m[32m 0.01[0m
test_merge_conflicting_properties [32mOK [0m[32m 0.01[0m
test_merge_properties [32mOK [0m[32m 0.01[0m
test_raw_json_schema [32mOK [0m[32m 0.01[0m
test_validate_fails_on_bad_type [32mOK [0m[32m 0.01[0m
test_validate_fails_on_extra_properties [32mOK [0m[32m 0.01[0m
test_validate_passes [32mOK [0m[32m 0.01[0m
TestBasicSchemaLinks
test_raw_json_schema [32mOK [0m[32m 0.01[0m
TestCollectionSchema
test_raw_json_schema [32mOK [0m[32m 0.01[0m
TestPermissiveSchema
test_filter_passes_extra_properties [32mOK [0m[32m 0.01[0m
test_raw_json_schema [32mOK [0m[32m 0.01[0m
test_validate_rejects_non_string_extra_properties [32mOK [0m[32m 0.01[0m
test_validate_with_additional_properties_allowed [32mOK [0m[32m 0.01[0m
TestSkipExamples
test_001_increase_test_counter [32mOK [0m[32m 0.01[0m
test_002_increase_test_counter [32mOK [0m[32m 0.01[0m
test_003_verify_test_counter [32mOK [0m[32m 0.01[0m
test_skip_if_example [34mSKIP[0m
test_skip_test_example [34mSKIP[0m
test_skip_unless_example [34mSKIP[0m
TestStoreLocation
test_bad_store_scheme [32mOK [0m[32m 0.01[0m
test_filesystem_store_location [32mOK [0m[32m 0.01[0m
test_get_location_from_uri_back_to_uri [32mOK [0m[32m 0.01[0m
test_get_store_from_scheme [32mOK [0m[32m 0.01[0m
test_http_store_location [32mOK [0m[32m 0.01[0m
test_rbd_store_location [32mOK [0m[32m 0.01[0m
test_s3_store_location [32mOK [0m[32m 0.01[0m
test_swift_store_location [32mOK [0m[32m 0.01[0m
TestChunkReader
test_read_all_data [32mOK [0m[32m 0.01[0m
TestStoreAuthV1
test_add [32mOK [0m[32m 0.01[0m
test_add_already_existing [32mOK [0m[32m 0.01[0m
test_add_auth_url_variations [32mOK [0m[32m 0.02[0m
test_add_large_object [32mOK [0m[32m 0.01[0m
test_add_large_object_zero_size [32mOK [0m[32m 0.01[0m
test_add_no_container_and_create [32mOK [0m[32m 0.01[0m
test_add_no_container_no_create [32mOK [0m[32m 0.01[0m
test_delete [32mOK [0m[32m 0.01[0m
test_delete_non_existing [32mOK [0m[32m 0.01[0m
test_get [32mOK [0m[32m 0.01[0m
test_get_non_existing [32mOK [0m[32m 0.01[0m
test_get_size [32mOK [0m[32m 0.01[0m
test_get_with_http_auth [32mOK [0m[32m 0.01[0m
test_no_auth_address [32mOK [0m[32m 0.01[0m
test_no_key [32mOK [0m[32m 0.01[0m
test_no_user [32mOK [0m[32m 0.01[0m
test_read_acl_public [32mOK [0m[32m 0.01[0m
test_read_acl_tenants [32mOK [0m[32m 0.01[0m
test_read_write_public [32mOK [0m[32m 0.01[0m
TestStoreAuthV2
test_add [32mOK [0m[32m 0.01[0m
test_add_already_existing [32mOK [0m[32m 0.01[0m
test_add_auth_url_variations [32mOK [0m[32m 0.02[0m
test_add_large_object [32mOK [0m[32m 0.01[0m
test_add_large_object_zero_size [32mOK [0m[32m 0.01[0m
test_add_no_container_and_create [32mOK [0m[32m 0.01[0m
test_add_no_container_no_create [32mOK [0m[32m 0.01[0m
test_delete [32mOK [0m[32m 0.01[0m
test_delete_non_existing [32mOK [0m[32m 0.01[0m
test_get [32mOK [0m[32m 0.01[0m
test_get_non_existing [32mOK [0m[32m 0.01[0m
test_get_size [32mOK [0m[32m 0.01[0m
test_get_with_http_auth [32mOK [0m[32m 0.01[0m
test_no_auth_address [32mOK [0m[32m 0.01[0m
test_no_key [32mOK [0m[32m 0.01[0m
test_no_user [32mOK [0m[32m 0.01[0m
test_read_acl_public [32mOK [0m[32m 0.01[0m
test_read_acl_tenants [32mOK [0m[32m 0.01[0m
test_read_write_public [32mOK [0m[32m 0.01[0m
test_v2_multi_tenant_location [32mOK [0m[32m 0.01[0m
test_v2_with_no_tenant [32mOK [0m[32m 0.01[0m
TestUtils
test_cooperative_reader [32mOK [0m[33m 0.04[0m
test_cooperative_reader_of_iterator [32mOK [0m[32m 0.01[0m
test_generate_uuid_format [32mOK [0m[32m 0.01[0m
test_generate_uuid_unique [32mOK [0m[32m 0.01[0m
test_is_uuid_like_fails [32mOK [0m[32m 0.00[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.02[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.00[0m
======================================================================
ERROR: Ensure an interrupt signal does not cause a respawn storm.
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws…",> line 61, in test_interrupt_avoids_respawn_storm
execute(cmd, raise_error=True)
File "<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws…",> line 255, in execute
raise RuntimeError(msg)
RuntimeError: Command kill -INT 3774 3773 did not succeed. Returned an exit code of 1.
STDOUT:
STDERR: /bin/sh: 1: kill: No such process
----------------------------------------------------------------------
XML: nosetests.xml
Slowest 5 tests took 67.50 secs:
[31m 14.14 TestScrubber.test_delayed_delete[0m
[31m 13.76 TestGlanceControl.test_reload[0m
[31m 13.58 TestGlanceControl.test_respawn[0m
[31m 13.51 TestGlanceControl.test_bouncing[0m
[31m 12.51 TestApi.test_unsupported_default_store[0m
----------------------------------------------------------------------
Ran 926 tests in 509.346s
FAILED (SKIP=89, errors=1)
ERROR: InvocationError: '<https://jenkins.openstack.org/job/periodic-glance-python27-stable-folsom/ws…'>
___________________________________ summary ____________________________________
ERROR: py27: commands failed
+ result=1
+ echo 'Begin pip freeze output from test virtualenv:'
Begin pip freeze output from test virtualenv:
+ echo ======================================================================
======================================================================
+ .tox/py27/bin/pip freeze
Babel==0.9.6
Jinja2==2.7
MarkupSafe==0.18
Paste==1.7.5.1
PasteDeploy==1.5.0
Pygments==1.6
Routes==1.13
SQLAlchemy==0.7.9
Sphinx==1.2b1
Tempita==0.5.1
WebOb==1.0.8
amqp==1.0.11
anyjson==0.3.3
argparse==1.2.1
boto==2.1.1
colorama==0.2.5
coverage==3.6
decorator==3.4.0
distribute==0.6.34
docutils==0.10
eventlet==0.12.1
glance==jenkins-periodic-glance-python27-stable-folsom-252
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
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.BWKEVXFhP6
Build step 'Execute shell' marked build as failure
[SCP] Connecting to static.openstack.org
[SCP] Trying to create /srv/static/logs/periodic/periodic-glance-python27-stable-folsom/252
[SCP] uploading file: '/srv/static/logs/periodic/periodic-glance-python27-stable-folsom/252/nose_results.html'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.
1
2
07 Jun '13
See <https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/248/>
------------------------------------------
[...truncated 56 lines...]
msg=getenv
cmdargs=[local('<https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/.…'),> 'install', '-r<https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/t…',> '-r<https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/t…']>
env={'JENKINS_HOME': '/var/lib/jenkins', 'PYTHONIOENCODING': 'utf_8', 'BUILD_CAUSE': 'TIMERTRIGGER', 'HUDSON_URL': 'https://jenkins.openstack.org/', 'BUILD_URL': 'https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/248/', 'BUILD_TAG': 'jenkins-periodic-nova-python27-stable-folsom-248', 'SSH_CLIENT': '198.101.231.203 60773 22', 'JENKINS_URL': 'https://jenkins.openstack.org/', 'LOGNAME': 'jenkins', 'USER': 'jenkins', 'WORKSPACE': '<https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/',> 'HOME': '/home/jenkins', 'PATH': '<https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/.…>:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games', 'DEBFULLNAME': 'OpenStack Hudson', 'JOB_NAME': 'periodic-nova-python27-stable-folsom', 'LANG': 'en_US.UTF-8', 'VIRTUAL_ENV': '<https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/.…',> 'SHELL': '/bin/bash', 'XDG_SESSION_COOKIE': '46b38f61d2217983c255af8300000421-1370456916.808503-1144370449', 'LANGUAGE': 'en_US:en', 'SHLVL': '3', 'NOSE_OPENSTACK_RED': '0.05', 'GIT_AUTHOR_EMAIL': 'jenkins(a)openstack.org', 'HUDSON_HOME': '/var/lib/jenkins', 'LD_LIBRARY_PATH': '/usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server:/usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64:/usr/lib/jvm/java-6-openjdk-amd64/jre/../lib/amd64', 'NODE_LABELS': 'precise precise1', 'NOSE_OPENSTACK_YELLOW': '0.025', 'NOSE_OPENSTACK_STDOUT': '1', 'TMPDIR': '/tmp/tmp.l5xonGRdnZ', 'DEBEMAIL': 'hudson(a)openstack.org', 'NOSE_WITH_HTML_OUTPUT': '1', 'BUILD_ID': '2013-06-06_06-05-15', 'BUILD_NUMBER': '248', 'NOSE_WITH_OPENSTACK': '1', 'HUDSON_COOKIE': '2ea500ae-091a-4fab-891f-89e5013bad7c', 'JOB_URL': 'https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/', 'GIT_BRANCH': 'origin/stable/folsom', 'GIT_COMMIT': '2fcd06c3c2dbfb7a91b93ac3d2b915849c165d0c', 'GIT_AUTHOR_NAME': 'OpenStack Jenkins', 'LC_ALL': 'C', 'GIT_COMMITTER_NAME': 'OpenStack Jenkins', 'NOSE_WITH_XUNIT': '1', 'BUILD_CAUSE_TIMERTRIGGER': 'true', 'NOSE_OPENSTACK_COLOR': '1', '_': '/usr/local/bin/tox', 'NOSE_OPENSTACK_SHOW_ELAPSED': '1', 'HUDSON_SERVER_COOKIE': 'a8c4be63eae9909c', 'EXECUTOR_NUMBER': '0', 'NODE_NAME': 'precise1', 'PWD': '<https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/',> 'GIT_COMMITTER_EMAIL': 'jenkins(a)openstack.org', 'JENKINS_SERVER_COOKIE': 'a8c4be63eae9909c', 'BUILD_DISPLAY_NAME': '#248', 'MAIL': '/var/mail/jenkins', 'SSH_CONNECTION': '198.101.231.203 60773 64.49.246.243 22', 'NOSE_HTML_OUT_FILE': 'nose_results.html'}
Downloading/unpacking SQLAlchemy>=0.7.8,<=0.7.9 (from -r <https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/t…> (line 1))
Running setup.py egg_info for package SQLAlchemy
warning: no files found matching '*.jpg' under directory 'doc'
no previously-included directories found matching 'doc/build/output'
Downloading/unpacking Cheetah==2.4.4 (from -r <https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/t…> (line 2))
Running setup.py egg_info for package Cheetah
warning: no files found matching 'examples'
warning: no files found matching 'docs'
warning: no files found matching 'bin'
warning: no files found matching '*' under directory 'docs'
warning: no files found matching '*' under directory 'examples'
warning: no previously-included files matching '*.pyc' found under directory 'cheetah'
warning: no previously-included files matching '*~' found under directory 'cheetah'
warning: no previously-included files matching '*.aux' found under directory 'cheetah'
warning: no previously-included files matching '*~' found under directory 'docs'
warning: no previously-included files matching '*.aux' found under directory 'docs'
Downloading/unpacking amqplib==0.6.1 (from -r <https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/t…> (line 3))
Running setup.py egg_info for package amqplib
Downloading/unpacking anyjson==0.2.4 (from -r <https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/t…> (line 4))
Downloading anyjson-0.2.4.tar.gz
Running setup.py egg_info for package anyjson
Downloading/unpacking boto==2.1.1 (from -r <https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/t…> (line 5))
Running setup.py egg_info for package boto
Downloading/unpacking eventlet>=0.9.17 (from -r <https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/t…> (line 6))
Running setup.py egg_info for package eventlet
Downloading/unpacking kombu==1.0.4 (from -r <https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/t…> (line 7))
Running setup.py egg_info for package kombu
Downloading/unpacking lxml>=2.3,<=2.3.5 (from -r <https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/t…> (line 8))
Running setup.py egg_info for package lxml
Building lxml version 2.3.5.
Building without Cython.
Using build configuration of libxslt 1.1.26
Building against libxml2/libxslt in the following directory: /usr/lib/x86_64-linux-gnu
warning: no previously-included files found matching '*.py'
Downloading/unpacking routes==1.12.3 (from -r <https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/t…> (line 9))
Real name of requirement routes is Routes
Running setup.py egg_info for package routes
warning: no previously-included files matching '.DS_Store' found anywhere in distribution
warning: no previously-included files matching '*.hgignore' found anywhere in distribution
warning: no previously-included files matching '*.hgtags' found anywhere in distribution
Downloading/unpacking WebOb==1.0.8 (from -r <https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/t…> (line 10))
Running setup.py egg_info for package WebOb
no previously-included directories found matching '*.pyc'
no previously-included directories found matching '*.pyo'
Downloading/unpacking greenlet>=0.3.1 (from -r <https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/t…> (line 11))
Running setup.py egg_info for package greenlet
Downloading/unpacking PasteDeploy==1.5.0 (from -r <https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/t…> (line 12))
Downloading PasteDeploy-1.5.0.tar.gz
Running setup.py egg_info for package PasteDeploy
Downloading/unpacking paste (from -r <https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/t…> (line 13))
Real name of requirement paste is Paste
Running setup.py egg_info for package paste
warning: no previously-included files matching '*' found under directory 'docs/_build/_sources'
Downloading/unpacking sqlalchemy-migrate>=0.7.2 (from -r <https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/t…> (line 14))
Running setup.py egg_info for package sqlalchemy-migrate
warning: no files found matching '*' under directory 'tests'
warning: no previously-included files matching '*pyc' found anywhere in distribution
warning: no previously-included files found matching '.hgtags'
warning: no previously-included files matching '*' found under directory 'docs/_build'
Downloading/unpacking netaddr (from -r <https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/t…> (line 15))
Running setup.py egg_info for package netaddr
warning: no previously-included files matching '*.svn*' found anywhere in distribution
warning: no previously-included files matching '*.git*' found anywhere in distribution
Downloading/unpacking suds==0.4 (from -r <https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/t…> (line 16))
Running setup.py egg_info for package suds
Downloading/unpacking paramiko (from -r <https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/t…> (line 17))
Running setup.py egg_info for package paramiko
Downloading/unpacking Babel>=0.9.6 (from -r <https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/t…> (line 18))
Running setup.py egg_info for package Babel
Downloading/unpacking iso8601>=0.1.4 (from -r <https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/t…> (line 19))
Downloading iso8601-0.1.4.tar.gz
Running setup.py egg_info for package iso8601
Downloading/unpacking httplib2 (from -r <https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/t…> (line 20))
Running setup.py egg_info for package httplib2
Downloading/unpacking setuptools-git>=0.4 (from -r <https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/t…> (line 21))
Real name of requirement setuptools_git is setuptools-git
Downloading setuptools-git-1.0b1.tar.gz
Running setup.py egg_info for package setuptools-git
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'mainainer'
warnings.warn(msg)
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'mainainer_email'
warnings.warn(msg)
Downloading/unpacking python-quantumclient>=2.1 (from -r <https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/t…> (line 22))
Running setup.py egg_info for package python-quantumclient
Downloading/unpacking python-glanceclient>=0.5.0,<2 (from -r <https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/t…> (line 23))
Running setup.py egg_info for package python-glanceclient
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'mainainer'
warnings.warn(msg)
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'mainainer_email'
warnings.warn(msg)
Installed <https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/.…>
warning: no previously-included files found matching '.gitignore'
warning: no previously-included files found matching '.gitreview'
Requirement already satisfied (use --upgrade to upgrade): distribute>=0.6.24 in <https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/.…> (from -r <https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/t…> (line 2))
Downloading/unpacking coverage (from -r <https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/t…> (line 4))
Running setup.py egg_info for package coverage
warning: no previously-included files matching '*.pyc' found anywhere in distribution
Downloading/unpacking mox==0.5.3 (from -r <https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/t…> (line 5))
Downloading mox-0.5.3.tar.gz
Running setup.py egg_info for package mox
Downloading/unpacking nose<1.3.0 (from -r <https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/t…> (line 6))
Running setup.py egg_info for package nose
no previously-included directories found matching 'doc/.build'
Downloading/unpacking openstack.nose-plugin>=0.7 (from -r <https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/t…> (line 7))
Downloading openstack.nose_plugin-0.11.tar.gz
Running setup.py egg_info for package openstack.nose-plugin
Downloading/unpacking nosehtmloutput (from -r <https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/t…> (line 8))
Downloading nosehtmloutput-0.0.4.tar.gz
Running setup.py egg_info for package nosehtmloutput
no previously-included directories found matching 'doc/.build'
Installed <https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/.…>
Downloading/unpacking pep8==1.1 (from -r <https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/t…> (line 9))
Downloading pep8-1.1.tar.gz
Running setup.py egg_info for package pep8
Downloading/unpacking pylint==0.25.2 (from -r <https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/t…> (line 10))
Running setup.py egg_info for package pylint
package init file './test/__init__.py' not found (or not a regular file)
warning: no files found matching '*.html' under directory 'doc'
warning: no files found matching '*.txt2' under directory 'test'
warning: no files found matching 'noext'
Downloading/unpacking sphinx>=1.1.2 (from -r <https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/t…> (line 11))
Real name of requirement sphinx is Sphinx
Running setup.py egg_info for package sphinx
warning: no files found matching 'README'
no previously-included directories found matching 'doc/_build'
Downloading/unpacking feedparser (from -r <https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/t…> (line 12))
Running setup.py egg_info for package feedparser
Downloading/unpacking python-cinderclient (from -r <https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/t…> (line 13))
Running setup.py egg_info for package python-cinderclient
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'mainainer'
warnings.warn(msg)
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'mainainer_email'
warnings.warn(msg)
Installed <https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/.…>
warning: no previously-included files found matching '.gitignore'
warning: no previously-included files found matching '.gitreview'
Downloading/unpacking Markdown>=2.0.1 (from Cheetah==2.4.4->-r <https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/t…> (line 2))
Running setup.py egg_info for package Markdown
Downloading/unpacking decorator (from sqlalchemy-migrate>=0.7.2->-r <https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/t…> (line 14))
Error <urlopen error timed out> while getting http://pypi.openstack.org/openstack/decorator/decorator-3.4.0.tar.gz (from http://pypi.openstack.org/openstack/decorator/)
Exception:
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/.…",> line 139, in main
status = self.run(options, args)
File "<https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/.…",> line 266, in run
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
File "<https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/.…",> line 1033, in prepare_files
self.unpack_url(url, location, self.is_download)
File "<https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/.…",> line 1161, in unpack_url
retval = unpack_http_url(link, location, self.download_cache, self.download_dir)
File "<https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/.…",> line 534, in unpack_http_url
resp = _get_response_from_url(target_url, link)
File "<https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/.…",> line 569, in _get_response_from_url
resp = urlopen(target_url)
File "<https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/.…",> line 143, in __call__
response = self.get_opener(scheme=scheme).open(url)
File "/usr/lib/python2.7/urllib2.py", line 400, in open
response = self._open(req, data)
File "/usr/lib/python2.7/urllib2.py", line 418, in _open
'_open', req)
File "/usr/lib/python2.7/urllib2.py", line 378, in _call_chain
result = func(*args)
File "/usr/lib/python2.7/urllib2.py", line 1207, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/usr/lib/python2.7/urllib2.py", line 1177, in do_open
raise URLError(err)
URLError: <urlopen error timed out>
Storing complete log in /home/jenkins/.pip/pip.log
ERROR: could not install deps [-r<https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/t…,> -r<https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/t…]>
___________________________________ summary ____________________________________
ERROR: py27: could not install deps [-r<https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/t…,> -r<https://jenkins.openstack.org/job/periodic-nova-python27-stable-folsom/ws/t…]>
+ result=1
+ echo 'Begin pip freeze output from test virtualenv:'
Begin pip freeze output from test virtualenv:
+ echo ======================================================================
======================================================================
+ .tox/py27/bin/pip freeze
argparse==1.2.1
distribute==0.6.34
wsgiref==0.1.2
+ echo ======================================================================
======================================================================
+ '[' -d .testrepository ']'
+ sudo /usr/local/jenkins/slave_scripts/jenkins-sudo-grep.sh post
+ sudoresult=0
+ '[' 0 -ne 0 ']'
+ /usr/local/jenkins/slave_scripts/jenkins-oom-grep.sh post
+ oomresult=0
+ '[' 0 -ne 0 ']'
++ find . -name nose_results.html
+ htmlreport=
+ '[' -f '' ']'
+ echo
+ echo 'WARNING: Unable to find to confirm results!'
WARNING: Unable to find to confirm results!
+ echo
+ exit 1
+ rm -rf /tmp/tmp.l5xonGRdnZ
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-python27-stable-folsom/248
[SCP] Copying console log.
1
2
Build failed in Jenkins: periodic-glance-python26-stable-folsom #249
by OpenStack Jenkins 07 Jun '13
by OpenStack Jenkins 07 Jun '13
07 Jun '13
See <https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/24…>
------------------------------------------
[...truncated 945 lines...]
test_add_already_existing [32mOK [0m[32m 0.01[0m
test_add_host_variations [32mOK [0m[33m 0.04[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.02[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.02[0m
test_no_auth_address [32mOK [0m[32m 0.01[0m
test_no_key [32mOK [0m[32m 0.01[0m
test_no_user [32mOK [0m[32m 0.01[0m
test_read_acl_public [32mOK [0m[32m 0.01[0m
test_read_acl_tenants [32mOK [0m[32m 0.01[0m
test_read_write_public [32mOK [0m[32m 0.01[0m
TestStoreAuthV2
test_add [32mOK [0m[32m 0.01[0m
test_add_already_existing [32mOK [0m[32m 0.01[0m
test_add_auth_url_variations [32mOK [0m[32m 0.02[0m
test_add_large_object [32mOK [0m[32m 0.01[0m
test_add_large_object_zero_size [32mOK [0m[32m 0.01[0m
test_add_no_container_and_create [32mOK [0m[32m 0.01[0m
test_add_no_container_no_create [32mOK [0m[32m 0.01[0m
test_delete [32mOK [0m[32m 0.01[0m
test_delete_non_existing [32mOK [0m[32m 0.01[0m
test_get [32mOK [0m[32m 0.01[0m
test_get_non_existing [32mOK [0m[32m 0.01[0m
test_get_size [32mOK [0m[32m 0.01[0m
test_get_with_http_auth [32mOK [0m[32m 0.01[0m
test_no_auth_address [32mOK [0m[32m 0.01[0m
test_no_key [32mOK [0m[32m 0.01[0m
test_no_user [32mOK [0m[32m 0.01[0m
test_read_acl_public [32mOK [0m[32m 0.01[0m
test_read_acl_tenants [32mOK [0m[32m 0.01[0m
test_read_write_public [32mOK [0m[32m 0.01[0m
test_v2_multi_tenant_location [32mOK [0m[32m 0.01[0m
test_v2_with_no_tenant [32mOK [0m[32m 0.01[0m
TestUtils
test_cooperative_reader [32mOK [0m[33m 0.05[0m
test_cooperative_reader_of_iterator [32mOK [0m[32m 0.01[0m
test_generate_uuid_format [32mOK [0m[32m 0.01[0m
test_generate_uuid_unique [32mOK [0m[32m 0.01[0m
test_is_uuid_like_fails [32mOK [0m[32m 0.01[0m
test_is_uuid_like_success [32mOK [0m[32m 0.01[0m
test_limiting_reader [32mOK [0m[32m 0.02[0m
test_limiting_reader_fails [32mOK [0m[32m 0.01[0m
VersionNegotiationTest
test_request_accept_v1 [32mOK [0m[31m 0.21[0m
test_request_url_v1 [32mOK [0m[32m 0.02[0m
test_request_url_v1_0 [32mOK [0m[32m 0.02[0m
test_request_url_v1_1 [32mOK [0m[32m 0.02[0m
test_request_url_v2 [32mOK [0m[32m 0.02[0m
test_request_url_v2_0 [32mOK [0m[32m 0.02[0m
test_request_url_v2_1_unsupported [32mOK [0m[32m 0.01[0m
test_request_url_v3_unsupported [32mOK [0m[32m 0.01[0m
VersionsTest
test_get_version_list [32mOK [0m[32m 0.02[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: Exercise `glance-control api reload`
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/ws…",> line 178, in wrapped
func(*a, **kwargs)
File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/ws…",> line 224, in test_reload
self.assertTrue(launch_msg is None, launch_msg)
AssertionError: Unexpected server launch status for: api,
"""Fail the test unless the expression is true."""
>> if not False: raise self.failureException, 'Unexpected server launch status for: api, '
----------------------------------------------------------------------
XML: nosetests.xml
Slowest 5 tests took 74.46 secs:
[31m 17.37 TestGlanceControl.test_bouncing[0m
[31m 14.84 TestScrubber.test_delayed_delete[0m
[31m 14.14 TestGlanceControl.test_reload[0m
[31m 14.10 TestGlanceControl.test_respawn[0m
[31m 14.01 TestBinGlanceCacheManage.test_queue[0m
----------------------------------------------------------------------
Ran 926 tests in 588.100s
FAILED (SKIP=89, failures=1)
ERROR: InvocationError: '<https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/ws…'>
___________________________________ summary ____________________________________
ERROR: py26: commands failed
+ result=1
+ echo 'Begin pip freeze output from test virtualenv:'
Begin pip freeze output from test virtualenv:
+ echo ======================================================================
======================================================================
+ .tox/py26/bin/pip freeze
Babel==0.9.6
Jinja2==2.7
MarkupSafe==0.18
Paste==1.7.5.1
PasteDeploy==1.5.0
Pygments==1.6
Routes==1.13
SQLAlchemy==0.7.9
Sphinx==1.2b1
Tempita==0.5.1
WebOb==1.0.8
amqp==1.0.11
anyjson==0.3.3
argparse==1.2.1
boto==2.1.1
colorama==0.2.5
coverage==3.6
decorator==3.4.0
distribute==0.6.34
docutils==0.10
eventlet==0.12.1
glance==jenkins-periodic-glance-python26-stable-folsom-249
greenlet==0.4.0
httplib2==0.8
importlib==1.0.2
iso8601==0.1.4
jsonschema==2.0.0
kombu==2.5.10
lxml==3.2.1
mox==0.5.3
nose==1.3.0
nose-exclude==0.1.9
nosehtmloutput==0.0.4
openstack.nose-plugin==0.11
ordereddict==1.1
passlib==1.6.1
pep8==1.1
pycrypto==2.6
pysendfile==2.0.0
python-swiftclient==1.4.0
repoze.lru==0.6
requests==1.2.3
simplejson==3.3.0
sqlalchemy-migrate==0.7.2
termcolor==1.1.0
wsgiref==0.1.2
xattr==0.6.4
+ echo ======================================================================
======================================================================
+ '[' -d .testrepository ']'
+ sudo /usr/local/jenkins/slave_scripts/jenkins-sudo-grep.sh post
+ sudoresult=0
+ '[' 0 -ne 0 ']'
+ /usr/local/jenkins/slave_scripts/jenkins-oom-grep.sh post
+ oomresult=0
+ '[' 0 -ne 0 ']'
++ find . -name nose_results.html
+ htmlreport=./nose_results.html
+ '[' -f ./nose_results.html ']'
++ grep -c 'tr class=.passClass' ./nose_results.html
+ passcount=94
+ '[' 94 -eq 0 ']'
+ exit 1
+ rm -rf /tmp/tmp.9MGWIm0ERo
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
[SCP] Trying to create /srv/static/logs/periodic/periodic-glance-python26-stable-folsom/249
[SCP] uploading file: '/srv/static/logs/periodic/periodic-glance-python26-stable-folsom/249/nose_results.html'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.
1
1
07 Jun '13
See <https://jenkins.openstack.org/job/periodic-nova-docs-stable-folsom/249/>
------------------------------------------
[...truncated 765 lines...]
building 'Crypto.Cipher._AES' extension
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/AES.c -o build/temp.linux-x86_64-2.7/src/AES.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/src/AES.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_AES.so
building 'Crypto.Cipher._ARC2' extension
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/ARC2.c -o build/temp.linux-x86_64-2.7/src/ARC2.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/src/ARC2.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_ARC2.so
building 'Crypto.Cipher._Blowfish' extension
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/Blowfish.c -o build/temp.linux-x86_64-2.7/src/Blowfish.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/src/Blowfish.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_Blowfish.so
building 'Crypto.Cipher._CAST' extension
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/CAST.c -o build/temp.linux-x86_64-2.7/src/CAST.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/src/CAST.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_CAST.so
building 'Crypto.Cipher._DES' extension
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -Isrc/libtom/ -I/usr/include/python2.7 -c src/DES.c -o build/temp.linux-x86_64-2.7/src/DES.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/src/DES.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_DES.so
building 'Crypto.Cipher._DES3' extension
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -Isrc/libtom/ -I/usr/include/python2.7 -c src/DES3.c -o build/temp.linux-x86_64-2.7/src/DES3.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/src/DES3.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_DES3.so
building 'Crypto.Cipher._ARC4' extension
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/ARC4.c -o build/temp.linux-x86_64-2.7/src/ARC4.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/src/ARC4.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_ARC4.so
building 'Crypto.Cipher._XOR' extension
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/XOR.c -o build/temp.linux-x86_64-2.7/src/XOR.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/src/XOR.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_XOR.so
building 'Crypto.Util.strxor' extension
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/strxor.c -o build/temp.linux-x86_64-2.7/src/strxor.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/src/strxor.o -o build/lib.linux-x86_64-2.7/Crypto/Util/strxor.so
building 'Crypto.Util._counter' extension
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/_counter.c -o build/temp.linux-x86_64-2.7/src/_counter.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/src/_counter.o -o build/lib.linux-x86_64-2.7/Crypto/Util/_counter.so
Running setup.py install for cliff
Running setup.py install for prettytable
Running setup.py install for pyparsing
Running setup.py install for simplejson
building 'simplejson._speedups' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c simplejson/_speedups.c -o build/temp.linux-x86_64-2.7/simplejson/_speedups.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/simplejson/_speedups.o -o build/lib.linux-x86_64-2.7/simplejson/_speedups.so
Running setup.py install for python-keystoneclient
Searching for oslo.config>=1.1.0
Reading http://pypi.openstack.org/openstack/oslo.config/
Reading http://pypi.openstack.org/openstack/oslo.config/?C=N;O=D
Reading http://pypi.openstack.org/openstack/oslo.config/?C=M;O=A
Reading http://pypi.openstack.org/openstack/oslo.config/?C=D;O=A
Reading http://pypi.openstack.org/openstack/oslo.config/?C=S;O=A
Best match: oslo.config 1.1.1
Downloading http://pypi.openstack.org/openstack/oslo.config/oslo.config-1.1.1.tar.gz
Processing oslo.config-1.1.1.tar.gz
Writing /tmp/easy_install-Qdn76K/oslo.config-1.1.1/setup.cfg
Running oslo.config-1.1.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-Qdn76K/oslo.config-1.1.1/egg-dist-tmp-Xza6d2
warning: no previously-included files found matching '.gitignore'
warning: no previously-included files found matching '.gitreview'
zip_safe flag not set; analyzing archive contents...
Installed <https://jenkins.openstack.org/job/periodic-nova-docs-stable-folsom/ws/.tox/…>
Searching for six
Reading http://pypi.openstack.org/openstack/six/
Reading http://pypi.openstack.org/openstack/six/?C=M;O=A
Reading http://pypi.openstack.org/openstack/six/?C=N;O=D
Reading http://pypi.openstack.org/openstack/six/?C=D;O=A
Reading http://pypi.openstack.org/openstack/six/?C=S;O=A
Best match: six 1.3.0
Downloading http://pypi.openstack.org/openstack/six/six-1.3.0.tar.gz
Processing six-1.3.0.tar.gz
Writing /tmp/easy_install-9_MHth/six-1.3.0/setup.cfg
Running six-1.3.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-9_MHth/six-1.3.0/egg-dist-tmp-o9yl6P
zip_safe flag not set; analyzing archive contents...
Installed <https://jenkins.openstack.org/job/periodic-nova-docs-stable-folsom/ws/.tox/…>
Searching for requests>=0.8.8
Reading http://pypi.openstack.org/openstack/requests/
Reading http://pypi.openstack.org/openstack/requests/?C=M;O=A
Reading http://pypi.openstack.org/openstack/requests/?C=N;O=D
Reading http://pypi.openstack.org/openstack/requests/?C=S;O=A
Reading http://pypi.openstack.org/openstack/requests/?C=D;O=A
Best match: requests 1.2.3
Downloading http://pypi.openstack.org/openstack/requests/requests-1.2.3.tar.gz
Processing requests-1.2.3.tar.gz
Writing /tmp/easy_install-52U0Ea/requests-1.2.3/setup.cfg
Running requests-1.2.3/setup.py -q bdist_egg --dist-dir /tmp/easy_install-52U0Ea/requests-1.2.3/egg-dist-tmp-iyCfYB
Installed <https://jenkins.openstack.org/job/periodic-nova-docs-stable-folsom/ws/.tox/…>
Installing keystone script to <https://jenkins.openstack.org/job/periodic-nova-docs-stable-folsom/ws/.tox/…>
Running setup.py install for pyOpenSSL
building 'OpenSSL.crypto' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/crypto/crypto.c -o build/temp.linux-x86_64-2.7/OpenSSL/crypto/crypto.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/crypto/x509.c -o build/temp.linux-x86_64-2.7/OpenSSL/crypto/x509.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/crypto/x509name.c -o build/temp.linux-x86_64-2.7/OpenSSL/crypto/x509name.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/crypto/pkey.c -o build/temp.linux-x86_64-2.7/OpenSSL/crypto/pkey.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/crypto/x509store.c -o build/temp.linux-x86_64-2.7/OpenSSL/crypto/x509store.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/crypto/x509req.c -o build/temp.linux-x86_64-2.7/OpenSSL/crypto/x509req.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/crypto/x509ext.c -o build/temp.linux-x86_64-2.7/OpenSSL/crypto/x509ext.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/crypto/pkcs7.c -o build/temp.linux-x86_64-2.7/OpenSSL/crypto/pkcs7.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/crypto/pkcs12.c -o build/temp.linux-x86_64-2.7/OpenSSL/crypto/pkcs12.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/crypto/netscape_spki.c -o build/temp.linux-x86_64-2.7/OpenSSL/crypto/netscape_spki.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/crypto/revoked.c -o build/temp.linux-x86_64-2.7/OpenSSL/crypto/revoked.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/crypto/crl.c -o build/temp.linux-x86_64-2.7/OpenSSL/crypto/crl.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/util.c -o build/temp.linux-x86_64-2.7/OpenSSL/util.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/OpenSSL/crypto/crypto.o build/temp.linux-x86_64-2.7/OpenSSL/crypto/x509.o build/temp.linux-x86_64-2.7/OpenSSL/crypto/x509name.o build/temp.linux-x86_64-2.7/OpenSSL/crypto/pkey.o build/temp.linux-x86_64-2.7/OpenSSL/crypto/x509store.o build/temp.linux-x86_64-2.7/OpenSSL/crypto/x509req.o build/temp.linux-x86_64-2.7/OpenSSL/crypto/x509ext.o build/temp.linux-x86_64-2.7/OpenSSL/crypto/pkcs7.o build/temp.linux-x86_64-2.7/OpenSSL/crypto/pkcs12.o build/temp.linux-x86_64-2.7/OpenSSL/crypto/netscape_spki.o build/temp.linux-x86_64-2.7/OpenSSL/crypto/revoked.o build/temp.linux-x86_64-2.7/OpenSSL/crypto/crl.o build/temp.linux-x86_64-2.7/OpenSSL/util.o -lssl -lcrypto -o build/lib.linux-x86_64-2.7/OpenSSL/crypto.so
building 'OpenSSL.rand' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/rand/rand.c -o build/temp.linux-x86_64-2.7/OpenSSL/rand/rand.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/util.c -o build/temp.linux-x86_64-2.7/OpenSSL/util.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/OpenSSL/rand/rand.o build/temp.linux-x86_64-2.7/OpenSSL/util.o -lssl -lcrypto -o build/lib.linux-x86_64-2.7/OpenSSL/rand.so
building 'OpenSSL.SSL' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/ssl/connection.c -o build/temp.linux-x86_64-2.7/OpenSSL/ssl/connection.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/ssl/context.c -o build/temp.linux-x86_64-2.7/OpenSSL/ssl/context.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/ssl/ssl.c -o build/temp.linux-x86_64-2.7/OpenSSL/ssl/ssl.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/util.c -o build/temp.linux-x86_64-2.7/OpenSSL/util.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/OpenSSL/ssl/connection.o build/temp.linux-x86_64-2.7/OpenSSL/ssl/context.o build/temp.linux-x86_64-2.7/OpenSSL/ssl/ssl.o build/temp.linux-x86_64-2.7/OpenSSL/util.o -lssl -lcrypto -o build/lib.linux-x86_64-2.7/OpenSSL/SSL.so
warning: no previously-included files matching '*.pyc' found anywhere in distribution
Running setup.py install for warlock
warning: no files found matching 'LICENSE'
Running setup.py install for colorama
Running setup.py install for termcolor
Running setup.py install for logilab-common
package init file './test/__init__.py' not found (or not a regular file)
package init file './test/__init__.py' not found (or not a regular file)
changing mode of build/scripts-2.7/pytest from 664 to 775
deleting logilab_common.egg-info/requires.txt
package init file './test/__init__.py' not found (or not a regular file)
warning: no files found matching '*.py' under directory 'test/input'
warning: no files found matching '*' under directory 'doc/html'
Installing <https://jenkins.openstack.org/job/periodic-nova-docs-stable-folsom/ws/.tox/…>
changing mode of <https://jenkins.openstack.org/job/periodic-nova-docs-stable-folsom/ws/.tox/…> to 775
package init file './test/__init__.py' not found (or not a regular file)
Running setup.py install for logilab-astng
package init file './test/__init__.py' not found (or not a regular file)
package init file './test/__init__.py' not found (or not a regular file)
package init file './test/__init__.py' not found (or not a regular file)
Installing <https://jenkins.openstack.org/job/periodic-nova-docs-stable-folsom/ws/.tox/…>
package init file './test/__init__.py' not found (or not a regular file)
Running setup.py install for Pygments
Installing pygmentize script to <https://jenkins.openstack.org/job/periodic-nova-docs-stable-folsom/ws/.tox/…>
Running setup.py install for Jinja2
warning: no files found matching '*' under directory 'custom_fixers'
warning: no previously-included files matching '*' found under directory 'docs/_build'
warning: no previously-included files matching '*.pyc' found under directory 'jinja2'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'jinja2'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
Running setup.py install for docutils
changing mode of build/scripts-2.7/rst2html.py from 664 to 775
changing mode of build/scripts-2.7/rst2s5.py from 664 to 775
changing mode of build/scripts-2.7/rst2latex.py from 664 to 775
changing mode of build/scripts-2.7/rst2xetex.py from 664 to 775
changing mode of build/scripts-2.7/rst2man.py from 664 to 775
changing mode of build/scripts-2.7/rst2xml.py from 664 to 775
changing mode of build/scripts-2.7/rst2pseudoxml.py from 664 to 775
changing mode of build/scripts-2.7/rstpep2html.py from 664 to 775
changing mode of build/scripts-2.7/rst2odt.py from 664 to 775
changing mode of build/scripts-2.7/rst2odt_prepstyles.py from 664 to 775
warning: no files found matching 'MANIFEST'
warning: no files found matching '*' under directory 'extras'
warning: no previously-included files matching '.cvsignore' found under directory '*'
warning: no previously-included files matching '*.pyc' found under directory '*'
warning: no previously-included files matching '*~' found under directory '*'
warning: no previously-included files matching '.DS_Store' found under directory '*'
changing mode of <https://jenkins.openstack.org/job/periodic-nova-docs-stable-folsom/ws/.tox/…> to 775
changing mode of <https://jenkins.openstack.org/job/periodic-nova-docs-stable-folsom/ws/.tox/…> to 775
changing mode of <https://jenkins.openstack.org/job/periodic-nova-docs-stable-folsom/ws/.tox/…> to 775
changing mode of <https://jenkins.openstack.org/job/periodic-nova-docs-stable-folsom/ws/.tox/…> to 775
changing mode of <https://jenkins.openstack.org/job/periodic-nova-docs-stable-folsom/ws/.tox/…> to 775
changing mode of <https://jenkins.openstack.org/job/periodic-nova-docs-stable-folsom/ws/.tox/…> to 775
changing mode of <https://jenkins.openstack.org/job/periodic-nova-docs-stable-folsom/ws/.tox/…> to 775
changing mode of <https://jenkins.openstack.org/job/periodic-nova-docs-stable-folsom/ws/.tox/…> to 775
changing mode of <https://jenkins.openstack.org/job/periodic-nova-docs-stable-folsom/ws/.tox/…> to 775
changing mode of <https://jenkins.openstack.org/job/periodic-nova-docs-stable-folsom/ws/.tox/…> to 775
Running setup.py install for requests
Running setup.py install for cmd2
Running setup.py install for d2to1
[d2to1] running patched manifest_maker command with extra_files support
Running setup.py install for pbr
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "<https://jenkins.openstack.org/job/periodic-nova-docs-stable-folsom/ws/.tox/…",> line 21, in <module>
d2to1=True)
File "/usr/lib/python2.7/distutils/core.py", line 152, in setup
dist.run_commands()
File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "pbr/packaging.py", line 278, in run
installer=self.fetch_build_egg):
File "<https://jenkins.openstack.org/job/periodic-nova-docs-stable-folsom/ws/.tox/…",> line 598, in resolve
raise VersionConflict(dist,req) # XXX put more info here
pkg_resources.VersionConflict: (Jinja2 2.7 (<https://jenkins.openstack.org/job/periodic-nova-docs-stable-folsom/ws/.tox/…)> Requirement.parse('jinja2<2.7'))
Complete output from command <https://jenkins.openstack.org/job/periodic-nova-docs-stable-folsom/ws/.tox/…> -c "import setuptools;__file__='<https://jenkins.openstack.org/job/periodic-nova-docs-stable-folsom/ws/.tox/…';exec(compile(open(__file__).read().replace('\r\n',> '\n'), __file__, 'exec'))" install --record /tmp/pip-K24mv3-record/install-record.txt --single-version-externally-managed --install-headers <https://jenkins.openstack.org/job/periodic-nova-docs-stable-folsom/ws/.tox/…>:
running install
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "<https://jenkins.openstack.org/job/periodic-nova-docs-stable-folsom/ws/.tox/…",> line 21, in <module>
d2to1=True)
File "/usr/lib/python2.7/distutils/core.py", line 152, in setup
dist.run_commands()
File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "pbr/packaging.py", line 278, in run
installer=self.fetch_build_egg):
File "<https://jenkins.openstack.org/job/periodic-nova-docs-stable-folsom/ws/.tox/…",> line 598, in resolve
raise VersionConflict(dist,req) # XXX put more info here
pkg_resources.VersionConflict: (Jinja2 2.7 (<https://jenkins.openstack.org/job/periodic-nova-docs-stable-folsom/ws/.tox/…)> Requirement.parse('jinja2<2.7'))
----------------------------------------
Command <https://jenkins.openstack.org/job/periodic-nova-docs-stable-folsom/ws/.tox/…> -c "import setuptools;__file__='<https://jenkins.openstack.org/job/periodic-nova-docs-stable-folsom/ws/.tox/…';exec(compile(open(__file__).read().replace('\r\n',> '\n'), __file__, 'exec'))" install --record /tmp/pip-K24mv3-record/install-record.txt --single-version-externally-managed --install-headers <https://jenkins.openstack.org/job/periodic-nova-docs-stable-folsom/ws/.tox/…> failed with error code 1 in <https://jenkins.openstack.org/job/periodic-nova-docs-stable-folsom/ws/.tox/…>
Storing complete log in /home/jenkins/.pip/pip.log
ERROR: could not install deps [-r<https://jenkins.openstack.org/job/periodic-nova-docs-stable-folsom/ws/tools…,> -r<https://jenkins.openstack.org/job/periodic-nova-docs-stable-folsom/ws/tools…]>
___________________________________ summary ____________________________________
ERROR: venv: could not install deps [-r<https://jenkins.openstack.org/job/periodic-nova-docs-stable-folsom/ws/tools…,> -r<https://jenkins.openstack.org/job/periodic-nova-docs-stable-folsom/ws/tools…]>
Build step 'Execute shell' marked build as failure
[SCP] Connecting to static.openstack.org
[SCP] Trying to create /srv/static/logs/periodic/periodic-nova-docs-stable-folsom
[SCP] Trying to create /srv/static/logs/periodic/periodic-nova-docs-stable-folsom/249
[SCP] Copying console log.
1
1
Build failed in Jenkins: periodic-ceilometer-python26-stable-grizzly #58
by OpenStack Jenkins 07 Jun '13
by OpenStack Jenkins 07 Jun '13
07 Jun '13
See <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…>
------------------------------------------
[...truncated 2606 lines...]
changing mode of <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> to 755
changing mode of <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> to 755
changing mode of <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> to 755
Running setup.py install for simplejson
building 'simplejson._speedups' extension
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.6 -c simplejson/_speedups.c -o build/temp.linux-x86_64-2.6/simplejson/_speedups.o
gcc -pthread -shared build/temp.linux-x86_64-2.6/simplejson/_speedups.o -L/usr/lib64 -lpython2.6 -o build/lib.linux-x86_64-2.6/simplejson/_speedups.so
Running setup.py install for xattr
building 'xattr._xattr' extension
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.6 -c xattr/_xattr.c -o build/temp.linux-x86_64-2.6/xattr/_xattr.o
gcc -pthread -shared build/temp.linux-x86_64-2.6/xattr/_xattr.o -L/usr/lib64 -lpython2.6 -o build/lib.linux-x86_64-2.6/xattr/_xattr.so
Installing xattr script to <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…>
Running setup.py install for Pygments
Installing pygmentize script to <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…>
Running setup.py install for Jinja2
warning: no files found matching '*' under directory 'custom_fixers'
warning: no previously-included files matching '*' found under directory 'docs/_build'
warning: no previously-included files matching '*.pyc' found under directory 'jinja2'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'jinja2'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
Running setup.py install for amqp
Running setup.py install for importlib
Running setup.py install for ordereddict
Running setup.py install for decorator
warning: no previously-included files found matching 'Makefile'
Running setup.py install for Tempita
Running setup.py install for Werkzeug
warning: no files found matching '*' under directory 'werkzeug/debug/templates'
warning: no files found matching '*' under directory 'tests'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
warning: no previously-included files matching '*.pyc' found under directory 'tests'
warning: no previously-included files matching '*.pyo' found under directory 'tests'
warning: no previously-included files matching '*.pyc' found under directory 'examples'
warning: no previously-included files matching '*.pyo' found under directory 'examples'
no previously-included directories found matching 'docs/_build'
Running setup.py install for simplegeneric
Running setup.py install for Mako
changing mode of build/scripts-2.6/mako-render from 644 to 755
warning: no files found matching '*.xml' under directory 'examples'
warning: no files found matching '*.mako' under directory 'examples'
warning: no files found matching 'ez_setup.py'
no previously-included directories found matching 'doc/build/output'
changing mode of <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> to 755
Running setup.py install for WebTest
no previously-included directories found matching 'docs/_build'
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '__pycache__' found anywhere in distribution
Running setup.py install for six
Running setup.py install for logutils
Running setup.py install for prettytable
Running setup.py install for pyOpenSSL
building 'OpenSSL.crypto' extension
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.6 -c OpenSSL/crypto/crypto.c -o build/temp.linux-x86_64-2.6/OpenSSL/crypto/crypto.o
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.6 -c OpenSSL/crypto/x509.c -o build/temp.linux-x86_64-2.6/OpenSSL/crypto/x509.o
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.6 -c OpenSSL/crypto/x509name.c -o build/temp.linux-x86_64-2.6/OpenSSL/crypto/x509name.o
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.6 -c OpenSSL/crypto/pkey.c -o build/temp.linux-x86_64-2.6/OpenSSL/crypto/pkey.o
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.6 -c OpenSSL/crypto/x509store.c -o build/temp.linux-x86_64-2.6/OpenSSL/crypto/x509store.o
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.6 -c OpenSSL/crypto/x509req.c -o build/temp.linux-x86_64-2.6/OpenSSL/crypto/x509req.o
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.6 -c OpenSSL/crypto/x509ext.c -o build/temp.linux-x86_64-2.6/OpenSSL/crypto/x509ext.o
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.6 -c OpenSSL/crypto/pkcs7.c -o build/temp.linux-x86_64-2.6/OpenSSL/crypto/pkcs7.o
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.6 -c OpenSSL/crypto/pkcs12.c -o build/temp.linux-x86_64-2.6/OpenSSL/crypto/pkcs12.o
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.6 -c OpenSSL/crypto/netscape_spki.c -o build/temp.linux-x86_64-2.6/OpenSSL/crypto/netscape_spki.o
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.6 -c OpenSSL/crypto/revoked.c -o build/temp.linux-x86_64-2.6/OpenSSL/crypto/revoked.o
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.6 -c OpenSSL/crypto/crl.c -o build/temp.linux-x86_64-2.6/OpenSSL/crypto/crl.o
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.6 -c OpenSSL/util.c -o build/temp.linux-x86_64-2.6/OpenSSL/util.o
gcc -pthread -shared build/temp.linux-x86_64-2.6/OpenSSL/crypto/crypto.o build/temp.linux-x86_64-2.6/OpenSSL/crypto/x509.o build/temp.linux-x86_64-2.6/OpenSSL/crypto/x509name.o build/temp.linux-x86_64-2.6/OpenSSL/crypto/pkey.o build/temp.linux-x86_64-2.6/OpenSSL/crypto/x509store.o build/temp.linux-x86_64-2.6/OpenSSL/crypto/x509req.o build/temp.linux-x86_64-2.6/OpenSSL/crypto/x509ext.o build/temp.linux-x86_64-2.6/OpenSSL/crypto/pkcs7.o build/temp.linux-x86_64-2.6/OpenSSL/crypto/pkcs12.o build/temp.linux-x86_64-2.6/OpenSSL/crypto/netscape_spki.o build/temp.linux-x86_64-2.6/OpenSSL/crypto/revoked.o build/temp.linux-x86_64-2.6/OpenSSL/crypto/crl.o build/temp.linux-x86_64-2.6/OpenSSL/util.o -L/usr/lib64 -lssl -lcrypto -lpython2.6 -o build/lib.linux-x86_64-2.6/OpenSSL/crypto.so
building 'OpenSSL.rand' extension
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.6 -c OpenSSL/rand/rand.c -o build/temp.linux-x86_64-2.6/OpenSSL/rand/rand.o
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.6 -c OpenSSL/util.c -o build/temp.linux-x86_64-2.6/OpenSSL/util.o
gcc -pthread -shared build/temp.linux-x86_64-2.6/OpenSSL/rand/rand.o build/temp.linux-x86_64-2.6/OpenSSL/util.o -L/usr/lib64 -lssl -lcrypto -lpython2.6 -o build/lib.linux-x86_64-2.6/OpenSSL/rand.so
building 'OpenSSL.SSL' extension
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.6 -c OpenSSL/ssl/connection.c -o build/temp.linux-x86_64-2.6/OpenSSL/ssl/connection.o
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.6 -c OpenSSL/ssl/context.c -o build/temp.linux-x86_64-2.6/OpenSSL/ssl/context.o
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.6 -c OpenSSL/ssl/ssl.c -o build/temp.linux-x86_64-2.6/OpenSSL/ssl/ssl.o
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.6 -c OpenSSL/util.c -o build/temp.linux-x86_64-2.6/OpenSSL/util.o
gcc -pthread -shared build/temp.linux-x86_64-2.6/OpenSSL/ssl/connection.o build/temp.linux-x86_64-2.6/OpenSSL/ssl/context.o build/temp.linux-x86_64-2.6/OpenSSL/ssl/ssl.o build/temp.linux-x86_64-2.6/OpenSSL/util.o -L/usr/lib64 -lssl -lcrypto -lpython2.6 -o build/lib.linux-x86_64-2.6/OpenSSL/SSL.so
warning: no previously-included files matching '*.pyc' found anywhere in distribution
Running setup.py install for warlock
warning: no files found matching 'LICENSE'
Running setup.py install for d2to1
[d2to1] running patched manifest_maker command with extra_files support
Running setup.py install for pbr
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "<https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…",> line 21, in <module>
d2to1=True)
File "/usr/lib64/python2.6/distutils/core.py", line 152, in setup
dist.run_commands()
File "/usr/lib64/python2.6/distutils/dist.py", line 975, in run_commands
self.run_command(cmd)
File "/usr/lib64/python2.6/distutils/dist.py", line 995, in run_command
cmd_obj.run()
File "pbr/packaging.py", line 278, in run
installer=self.fetch_build_egg):
File "<https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…",> line 598, in resolve
raise VersionConflict(dist,req) # XXX put more info here
pkg_resources.VersionConflict: (Jinja2 2.7 (<https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…)> Requirement.parse('jinja2<2.7'))
Complete output from command <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> -c "import setuptools;__file__='<https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…';exec(compile(open(__file__).read().replace('\r\n',> '\n'), __file__, 'exec'))" install --record /tmp/tmp.C2xDKANErd/pip-xMl22L-record/install-record.txt --single-version-externally-managed --install-headers <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…>:
running install
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "<https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…",> line 21, in <module>
d2to1=True)
File "/usr/lib64/python2.6/distutils/core.py", line 152, in setup
dist.run_commands()
File "/usr/lib64/python2.6/distutils/dist.py", line 975, in run_commands
self.run_command(cmd)
File "/usr/lib64/python2.6/distutils/dist.py", line 995, in run_command
cmd_obj.run()
File "pbr/packaging.py", line 278, in run
installer=self.fetch_build_egg):
File "<https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…",> line 598, in resolve
raise VersionConflict(dist,req) # XXX put more info here
pkg_resources.VersionConflict: (Jinja2 2.7 (<https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…)> Requirement.parse('jinja2<2.7'))
----------------------------------------
Command <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> -c "import setuptools;__file__='<https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…';exec(compile(open(__file__).read().replace('\r\n',> '\n'), __file__, 'exec'))" install --record /tmp/tmp.C2xDKANErd/pip-xMl22L-record/install-record.txt --single-version-externally-managed --install-headers <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…> failed with error code 1 in <https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…>
Storing complete log in /home/jenkins/.pip/pip.log
ERROR: could not install deps [-r<https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…,> -r<https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…]>
___________________________________ summary ____________________________________
ERROR: py26: could not install deps [-r<https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…,> -r<https://jenkins.openstack.org/job/periodic-ceilometer-python26-stable-grizz…]>
+ result=1
+ echo 'Begin pip freeze output from test virtualenv:'
Begin pip freeze output from test virtualenv:
+ echo ======================================================================
======================================================================
+ .tox/py26/bin/pip freeze
Babel==0.9.6
Cheetah==2.4.4
Flask==0.9
Jinja2==2.7
Mako==0.8.1
Paste==1.7.5.1
PasteDeploy==1.5.0
PyYAML==3.10
Pygments==1.6
Routes==1.13
SQLAlchemy==0.7.10
Sphinx==1.2b1
Tempita==0.5.1
WSME==0.5b2
WebOb==1.2.3
WebTest==2.0.2
Werkzeug==0.8.3
amqp==1.0.11
amqplib==1.0.2
anyjson==0.3.3
argparse==1.2.1
boto==2.9.5
coverage==3.6
d2to1==0.2.10
decorator==3.4.0
distribute==0.6.34
docutils==0.9.1
eventlet==0.12.1
extras==0.0.3
glance==2013.1
greenlet==0.4.0
happybase==0.5
httplib2==0.8
importlib==1.0.2
iso8601==0.1.4
jsonschema==2.0.0
kombu==2.5.10
logutils==0.3.3
lxml==3.2.1
mock==1.0.1
mox==0.5.3
netaddr==0.7.10
netifaces==0.8
nose==1.3.0
nova==2013.1
ordereddict==1.1
oslo.config==1.1.1
paramiko==1.10.1
passlib==1.6.1
pecan==0.3.0
prettytable==0.7.2
pyOpenSSL==0.13
pyasn1==0.1.7
pycrypto==2.6
pymongo==2.5.2
python-cinderclient==1.0.4
python-glanceclient==0.9.0
python-keystoneclient==0.2.5
python-novaclient==2.13.0
python-quantumclient==2.2.1
python-spidermonkey==0.0.10
python-swiftclient==1.4.0
requests==1.2.3
setuptools-git==1.0b1
simplegeneric==0.8.1
simplejson==3.3.0
six==1.3.0
sqlalchemy-migrate==0.7.2
stevedore==0.8
suds==0.4
swift==1.8.0
unittest2==0.5.1
warlock==1.0.0
websockify==0.3.0
wsgiref==0.1.2
xattr==0.6.4
+ echo ======================================================================
======================================================================
+ '[' -d .testrepository ']'
+ sudo /usr/local/jenkins/slave_scripts/jenkins-sudo-grep.sh post
+ 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.C2xDKANErd
Build step 'Execute shell' marked build as failure
[SCP] Connecting to static.openstack.org
[SCP] No file(s) found: **/*nose_results.html
[SCP] '**/*nose_results.html' doesn't match anything: '**' exists but not '**/*nose_results.html'
[SCP] Connecting to static.openstack.org
[SCP] Trying to create /srv/static/logs/periodic/periodic-ceilometer-python26-stable-grizzly
[SCP] Trying to create /srv/static/logs/periodic/periodic-ceilometer-python26-stable-grizzly/58
[SCP] Copying console log.
1
1
Build failed in Jenkins: periodic-ceilometer-python27-stable-grizzly #58
by OpenStack Jenkins 07 Jun '13
by OpenStack Jenkins 07 Jun '13
07 Jun '13
See <https://jenkins.openstack.org/job/periodic-ceilometer-python27-stable-grizz…>
------------------------------------------
[...truncated 2766 lines...]
xattr/_xattr.c:944:15: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/xattr/_xattr.o -o build/lib.linux-x86_64-2.7/xattr/_xattr.so
Installing xattr script to <https://jenkins.openstack.org/job/periodic-ceilometer-python27-stable-grizz…>
Running setup.py install for Pygments
Installing pygmentize script to <https://jenkins.openstack.org/job/periodic-ceilometer-python27-stable-grizz…>
Running setup.py install for Jinja2
warning: no files found matching '*' under directory 'custom_fixers'
warning: no previously-included files matching '*' found under directory 'docs/_build'
warning: no previously-included files matching '*.pyc' found under directory 'jinja2'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'jinja2'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
Running setup.py install for amqp
Running setup.py install for decorator
warning: no previously-included files found matching 'Makefile'
Running setup.py install for Tempita
Running setup.py install for Werkzeug
warning: no files found matching '*' under directory 'werkzeug/debug/templates'
warning: no files found matching '*' under directory 'tests'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
warning: no previously-included files matching '*.pyc' found under directory 'tests'
warning: no previously-included files matching '*.pyo' found under directory 'tests'
warning: no previously-included files matching '*.pyc' found under directory 'examples'
warning: no previously-included files matching '*.pyo' found under directory 'examples'
no previously-included directories found matching 'docs/_build'
Running setup.py install for simplegeneric
Running setup.py install for Mako
changing mode of build/scripts-2.7/mako-render from 664 to 775
warning: no files found matching '*.xml' under directory 'examples'
warning: no files found matching '*.mako' under directory 'examples'
warning: no files found matching 'ez_setup.py'
no previously-included directories found matching 'doc/build/output'
changing mode of <https://jenkins.openstack.org/job/periodic-ceilometer-python27-stable-grizz…> to 775
Running setup.py install for WebTest
no previously-included directories found matching 'docs/_build'
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '__pycache__' found anywhere in distribution
Running setup.py install for six
Running setup.py install for prettytable
Running setup.py install for pyOpenSSL
building 'OpenSSL.crypto' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/crypto/crypto.c -o build/temp.linux-x86_64-2.7/OpenSSL/crypto/crypto.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/crypto/x509.c -o build/temp.linux-x86_64-2.7/OpenSSL/crypto/x509.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/crypto/x509name.c -o build/temp.linux-x86_64-2.7/OpenSSL/crypto/x509name.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/crypto/pkey.c -o build/temp.linux-x86_64-2.7/OpenSSL/crypto/pkey.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/crypto/x509store.c -o build/temp.linux-x86_64-2.7/OpenSSL/crypto/x509store.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/crypto/x509req.c -o build/temp.linux-x86_64-2.7/OpenSSL/crypto/x509req.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/crypto/x509ext.c -o build/temp.linux-x86_64-2.7/OpenSSL/crypto/x509ext.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/crypto/pkcs7.c -o build/temp.linux-x86_64-2.7/OpenSSL/crypto/pkcs7.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/crypto/pkcs12.c -o build/temp.linux-x86_64-2.7/OpenSSL/crypto/pkcs12.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/crypto/netscape_spki.c -o build/temp.linux-x86_64-2.7/OpenSSL/crypto/netscape_spki.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/crypto/revoked.c -o build/temp.linux-x86_64-2.7/OpenSSL/crypto/revoked.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/crypto/crl.c -o build/temp.linux-x86_64-2.7/OpenSSL/crypto/crl.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/util.c -o build/temp.linux-x86_64-2.7/OpenSSL/util.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/OpenSSL/crypto/crypto.o build/temp.linux-x86_64-2.7/OpenSSL/crypto/x509.o build/temp.linux-x86_64-2.7/OpenSSL/crypto/x509name.o build/temp.linux-x86_64-2.7/OpenSSL/crypto/pkey.o build/temp.linux-x86_64-2.7/OpenSSL/crypto/x509store.o build/temp.linux-x86_64-2.7/OpenSSL/crypto/x509req.o build/temp.linux-x86_64-2.7/OpenSSL/crypto/x509ext.o build/temp.linux-x86_64-2.7/OpenSSL/crypto/pkcs7.o build/temp.linux-x86_64-2.7/OpenSSL/crypto/pkcs12.o build/temp.linux-x86_64-2.7/OpenSSL/crypto/netscape_spki.o build/temp.linux-x86_64-2.7/OpenSSL/crypto/revoked.o build/temp.linux-x86_64-2.7/OpenSSL/crypto/crl.o build/temp.linux-x86_64-2.7/OpenSSL/util.o -lssl -lcrypto -o build/lib.linux-x86_64-2.7/OpenSSL/crypto.so
building 'OpenSSL.rand' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/rand/rand.c -o build/temp.linux-x86_64-2.7/OpenSSL/rand/rand.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/util.c -o build/temp.linux-x86_64-2.7/OpenSSL/util.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/OpenSSL/rand/rand.o build/temp.linux-x86_64-2.7/OpenSSL/util.o -lssl -lcrypto -o build/lib.linux-x86_64-2.7/OpenSSL/rand.so
building 'OpenSSL.SSL' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/ssl/connection.c -o build/temp.linux-x86_64-2.7/OpenSSL/ssl/connection.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/ssl/context.c -o build/temp.linux-x86_64-2.7/OpenSSL/ssl/context.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/ssl/ssl.c -o build/temp.linux-x86_64-2.7/OpenSSL/ssl/ssl.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/util.c -o build/temp.linux-x86_64-2.7/OpenSSL/util.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/OpenSSL/ssl/connection.o build/temp.linux-x86_64-2.7/OpenSSL/ssl/context.o build/temp.linux-x86_64-2.7/OpenSSL/ssl/ssl.o build/temp.linux-x86_64-2.7/OpenSSL/util.o -lssl -lcrypto -o build/lib.linux-x86_64-2.7/OpenSSL/SSL.so
warning: no previously-included files matching '*.pyc' found anywhere in distribution
Running setup.py install for warlock
warning: no files found matching 'LICENSE'
Running setup.py install for d2to1
[d2to1] running patched manifest_maker command with extra_files support
Running setup.py install for pbr
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "<https://jenkins.openstack.org/job/periodic-ceilometer-python27-stable-grizz…",> line 21, in <module>
d2to1=True)
File "/usr/lib/python2.7/distutils/core.py", line 152, in setup
dist.run_commands()
File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "pbr/packaging.py", line 278, in run
installer=self.fetch_build_egg):
File "<https://jenkins.openstack.org/job/periodic-ceilometer-python27-stable-grizz…",> line 598, in resolve
raise VersionConflict(dist,req) # XXX put more info here
pkg_resources.VersionConflict: (Jinja2 2.7 (<https://jenkins.openstack.org/job/periodic-ceilometer-python27-stable-grizz…)> Requirement.parse('jinja2<2.7'))
Complete output from command <https://jenkins.openstack.org/job/periodic-ceilometer-python27-stable-grizz…> -c "import setuptools;__file__='<https://jenkins.openstack.org/job/periodic-ceilometer-python27-stable-grizz…';exec(compile(open(__file__).read().replace('\r\n',> '\n'), __file__, 'exec'))" install --record /tmp/tmp.WU0PqSlsjx/pip-lOu_w0-record/install-record.txt --single-version-externally-managed --install-headers <https://jenkins.openstack.org/job/periodic-ceilometer-python27-stable-grizz…>:
running install
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "<https://jenkins.openstack.org/job/periodic-ceilometer-python27-stable-grizz…",> line 21, in <module>
d2to1=True)
File "/usr/lib/python2.7/distutils/core.py", line 152, in setup
dist.run_commands()
File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "pbr/packaging.py", line 278, in run
installer=self.fetch_build_egg):
File "<https://jenkins.openstack.org/job/periodic-ceilometer-python27-stable-grizz…",> line 598, in resolve
raise VersionConflict(dist,req) # XXX put more info here
pkg_resources.VersionConflict: (Jinja2 2.7 (<https://jenkins.openstack.org/job/periodic-ceilometer-python27-stable-grizz…)> Requirement.parse('jinja2<2.7'))
----------------------------------------
Command <https://jenkins.openstack.org/job/periodic-ceilometer-python27-stable-grizz…> -c "import setuptools;__file__='<https://jenkins.openstack.org/job/periodic-ceilometer-python27-stable-grizz…';exec(compile(open(__file__).read().replace('\r\n',> '\n'), __file__, 'exec'))" install --record /tmp/tmp.WU0PqSlsjx/pip-lOu_w0-record/install-record.txt --single-version-externally-managed --install-headers <https://jenkins.openstack.org/job/periodic-ceilometer-python27-stable-grizz…> failed with error code 1 in <https://jenkins.openstack.org/job/periodic-ceilometer-python27-stable-grizz…>
Storing complete log in /home/jenkins/.pip/pip.log
ERROR: could not install deps [-r<https://jenkins.openstack.org/job/periodic-ceilometer-python27-stable-grizz…,> -r<https://jenkins.openstack.org/job/periodic-ceilometer-python27-stable-grizz…]>
___________________________________ summary ____________________________________
ERROR: py27: could not install deps [-r<https://jenkins.openstack.org/job/periodic-ceilometer-python27-stable-grizz…,> -r<https://jenkins.openstack.org/job/periodic-ceilometer-python27-stable-grizz…]>
+ result=1
+ echo 'Begin pip freeze output from test virtualenv:'
Begin pip freeze output from test virtualenv:
+ echo ======================================================================
======================================================================
+ .tox/py27/bin/pip freeze
Babel==0.9.6
Cheetah==2.4.4
Flask==0.9
Jinja2==2.7
Mako==0.8.1
Paste==1.7.5.1
PasteDeploy==1.5.0
PyYAML==3.10
Pygments==1.6
Routes==1.13
SQLAlchemy==0.7.10
Sphinx==1.2b1
Tempita==0.5.1
WSME==0.5b2
WebOb==1.2.3
WebTest==2.0.2
Werkzeug==0.8.3
amqp==1.0.11
amqplib==1.0.2
anyjson==0.3.3
argparse==1.2.1
boto==2.9.5
coverage==3.6
d2to1==0.2.10
decorator==3.4.0
distribute==0.6.34
docutils==0.9.1
eventlet==0.12.1
extras==0.0.3
glance==2013.1
greenlet==0.4.0
happybase==0.5
httplib2==0.8
iso8601==0.1.4
jsonschema==2.0.0
kombu==2.5.10
lxml==3.2.1
mock==1.0.1
mox==0.5.3
netaddr==0.7.10
netifaces==0.8
nose==1.3.0
nova==2013.1
oslo.config==1.1.1
paramiko==1.10.1
passlib==1.6.1
pecan==0.3.0
prettytable==0.7.2
pyOpenSSL==0.13
pyasn1==0.1.7
pycrypto==2.6
pymongo==2.5.2
python-cinderclient==1.0.4
python-glanceclient==0.9.0
python-keystoneclient==0.2.5
python-novaclient==2.13.0
python-quantumclient==2.2.1
python-spidermonkey==0.0.10
python-swiftclient==1.4.0
requests==1.2.3
setuptools-git==1.0b1
simplegeneric==0.8.1
simplejson==3.3.0
six==1.3.0
sqlalchemy-migrate==0.7.2
stevedore==0.8
suds==0.4
swift==1.8.0
unittest2==0.5.1
warlock==1.0.0
websockify==0.3.0
wsgiref==0.1.2
xattr==0.6.4
+ echo ======================================================================
======================================================================
+ '[' -d .testrepository ']'
+ sudo /usr/local/jenkins/slave_scripts/jenkins-sudo-grep.sh post
+ 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.WU0PqSlsjx
Build step 'Execute shell' marked build as failure
[SCP] Connecting to static.openstack.org
[SCP] No file(s) found: **/*nose_results.html
[SCP] '**/*nose_results.html' doesn't match anything: '**' exists but not '**/*nose_results.html'
[SCP] Connecting to static.openstack.org
[SCP] Trying to create /srv/static/logs/periodic/periodic-ceilometer-python27-stable-grizzly
[SCP] Trying to create /srv/static/logs/periodic/periodic-ceilometer-python27-stable-grizzly/58
[SCP] Copying console log.
1
1
Build failed in Jenkins: periodic-ceilometer-docs-stable-grizzly #58
by OpenStack Jenkins 07 Jun '13
by OpenStack Jenkins 07 Jun '13
07 Jun '13
See <https://jenkins.openstack.org/job/periodic-ceilometer-docs-stable-grizzly/5…>
------------------------------------------
[...truncated 2663 lines...]
checking for uint8_t... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for memmove... yes
checking for memset... yes
configure: creating ./config.status
config.status: creating src/config.h
warning: GMP or MPIR library not found; Not building Crypto.PublicKey._fastmath.
building 'Crypto.Hash._MD2' extension
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/MD2.c -o build/temp.linux-x86_64-2.7/src/MD2.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/src/MD2.o -o build/lib.linux-x86_64-2.7/Crypto/Hash/_MD2.so
building 'Crypto.Hash._MD4' extension
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/MD4.c -o build/temp.linux-x86_64-2.7/src/MD4.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/src/MD4.o -o build/lib.linux-x86_64-2.7/Crypto/Hash/_MD4.so
building 'Crypto.Hash._SHA256' extension
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/SHA256.c -o build/temp.linux-x86_64-2.7/src/SHA256.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/src/SHA256.o -o build/lib.linux-x86_64-2.7/Crypto/Hash/_SHA256.so
building 'Crypto.Hash._SHA224' extension
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/SHA224.c -o build/temp.linux-x86_64-2.7/src/SHA224.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/src/SHA224.o -o build/lib.linux-x86_64-2.7/Crypto/Hash/_SHA224.so
building 'Crypto.Hash._SHA384' extension
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/SHA384.c -o build/temp.linux-x86_64-2.7/src/SHA384.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/src/SHA384.o -o build/lib.linux-x86_64-2.7/Crypto/Hash/_SHA384.so
building 'Crypto.Hash._SHA512' extension
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/SHA512.c -o build/temp.linux-x86_64-2.7/src/SHA512.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/src/SHA512.o -o build/lib.linux-x86_64-2.7/Crypto/Hash/_SHA512.so
building 'Crypto.Hash._RIPEMD160' extension
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -DPCT_LITTLE_ENDIAN=1 -Isrc/ -I/usr/include/python2.7 -c src/RIPEMD160.c -o build/temp.linux-x86_64-2.7/src/RIPEMD160.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/src/RIPEMD160.o -o build/lib.linux-x86_64-2.7/Crypto/Hash/_RIPEMD160.so
building 'Crypto.Cipher._AES' extension
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/AES.c -o build/temp.linux-x86_64-2.7/src/AES.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/src/AES.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_AES.so
building 'Crypto.Cipher._ARC2' extension
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/ARC2.c -o build/temp.linux-x86_64-2.7/src/ARC2.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/src/ARC2.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_ARC2.so
building 'Crypto.Cipher._Blowfish' extension
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/Blowfish.c -o build/temp.linux-x86_64-2.7/src/Blowfish.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/src/Blowfish.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_Blowfish.so
building 'Crypto.Cipher._CAST' extension
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/CAST.c -o build/temp.linux-x86_64-2.7/src/CAST.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/src/CAST.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_CAST.so
building 'Crypto.Cipher._DES' extension
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -Isrc/libtom/ -I/usr/include/python2.7 -c src/DES.c -o build/temp.linux-x86_64-2.7/src/DES.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/src/DES.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_DES.so
building 'Crypto.Cipher._DES3' extension
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -Isrc/libtom/ -I/usr/include/python2.7 -c src/DES3.c -o build/temp.linux-x86_64-2.7/src/DES3.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/src/DES3.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_DES3.so
building 'Crypto.Cipher._ARC4' extension
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/ARC4.c -o build/temp.linux-x86_64-2.7/src/ARC4.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/src/ARC4.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_ARC4.so
building 'Crypto.Cipher._XOR' extension
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/XOR.c -o build/temp.linux-x86_64-2.7/src/XOR.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/src/XOR.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_XOR.so
building 'Crypto.Util.strxor' extension
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/strxor.c -o build/temp.linux-x86_64-2.7/src/strxor.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/src/strxor.o -o build/lib.linux-x86_64-2.7/Crypto/Util/strxor.so
building 'Crypto.Util._counter' extension
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/_counter.c -o build/temp.linux-x86_64-2.7/src/_counter.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/src/_counter.o -o build/lib.linux-x86_64-2.7/Crypto/Util/_counter.so
Running setup.py install for passlib
warning: no files found matching 'passlib/*.cfg'
no previously-included directories found matching '*.komodoproject'
Running setup.py install for jsonschema
Running setup.py install for glance
warning: no files found matching 'builddeb.sh'
warning: no files found matching 'run_tests.py'
warning: no previously-included files matching '*.pyc' found anywhere in distribution
changing mode of build/scripts-2.7/glance-api from 664 to 775
changing mode of build/scripts-2.7/glance-cache-prefetcher from 664 to 775
changing mode of build/scripts-2.7/glance-cache-pruner from 664 to 775
changing mode of build/scripts-2.7/glance-cache-manage from 664 to 775
changing mode of build/scripts-2.7/glance-cache-cleaner from 664 to 775
changing mode of build/scripts-2.7/glance-control from 664 to 775
changing mode of build/scripts-2.7/glance-manage from 664 to 775
changing mode of build/scripts-2.7/glance-registry from 664 to 775
changing mode of build/scripts-2.7/glance-replicator from 664 to 775
changing mode of build/scripts-2.7/glance-scrubber from 664 to 775
changing mode of <https://jenkins.openstack.org/job/periodic-ceilometer-docs-stable-grizzly/w…> to 775
changing mode of <https://jenkins.openstack.org/job/periodic-ceilometer-docs-stable-grizzly/w…> to 775
changing mode of <https://jenkins.openstack.org/job/periodic-ceilometer-docs-stable-grizzly/w…> to 775
changing mode of <https://jenkins.openstack.org/job/periodic-ceilometer-docs-stable-grizzly/w…> to 775
changing mode of <https://jenkins.openstack.org/job/periodic-ceilometer-docs-stable-grizzly/w…> to 775
changing mode of <https://jenkins.openstack.org/job/periodic-ceilometer-docs-stable-grizzly/w…> to 775
changing mode of <https://jenkins.openstack.org/job/periodic-ceilometer-docs-stable-grizzly/w…> to 775
changing mode of <https://jenkins.openstack.org/job/periodic-ceilometer-docs-stable-grizzly/w…> to 775
changing mode of <https://jenkins.openstack.org/job/periodic-ceilometer-docs-stable-grizzly/w…> to 775
changing mode of <https://jenkins.openstack.org/job/periodic-ceilometer-docs-stable-grizzly/w…> to 775
Running setup.py install for simplejson
building 'simplejson._speedups' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c simplejson/_speedups.c -o build/temp.linux-x86_64-2.7/simplejson/_speedups.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/simplejson/_speedups.o -o build/lib.linux-x86_64-2.7/simplejson/_speedups.so
Running setup.py install for xattr
building 'xattr._xattr' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c xattr/_xattr.c -o build/temp.linux-x86_64-2.7/xattr/_xattr.o
xattr/_xattr.c: In function ‘xattr_fsetxattr’:
xattr/_xattr.c:497:9: warning: variable ‘nofollow’ set but not used [-Wunused-but-set-variable]
xattr/_xattr.c: In function ‘init_xattr’:
xattr/_xattr.c:944:15: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/xattr/_xattr.o -o build/lib.linux-x86_64-2.7/xattr/_xattr.so
Installing xattr script to <https://jenkins.openstack.org/job/periodic-ceilometer-docs-stable-grizzly/w…>
Running setup.py install for Pygments
Installing pygmentize script to <https://jenkins.openstack.org/job/periodic-ceilometer-docs-stable-grizzly/w…>
Running setup.py install for Jinja2
warning: no files found matching '*' under directory 'custom_fixers'
warning: no previously-included files matching '*' found under directory 'docs/_build'
warning: no previously-included files matching '*.pyc' found under directory 'jinja2'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'jinja2'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
Running setup.py install for amqp
Running setup.py install for decorator
warning: no previously-included files found matching 'Makefile'
Running setup.py install for Tempita
Running setup.py install for Werkzeug
warning: no files found matching '*' under directory 'werkzeug/debug/templates'
warning: no files found matching '*' under directory 'tests'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
warning: no previously-included files matching '*.pyc' found under directory 'tests'
warning: no previously-included files matching '*.pyo' found under directory 'tests'
warning: no previously-included files matching '*.pyc' found under directory 'examples'
warning: no previously-included files matching '*.pyo' found under directory 'examples'
no previously-included directories found matching 'docs/_build'
Running setup.py install for simplegeneric
Running setup.py install for Mako
changing mode of build/scripts-2.7/mako-render from 664 to 775
warning: no files found matching '*.xml' under directory 'examples'
warning: no files found matching '*.mako' under directory 'examples'
warning: no files found matching 'ez_setup.py'
no previously-included directories found matching 'doc/build/output'
changing mode of <https://jenkins.openstack.org/job/periodic-ceilometer-docs-stable-grizzly/w…> to 775
Running setup.py install for WebTest
no previously-included directories found matching 'docs/_build'
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '__pycache__' found anywhere in distribution
Running setup.py install for six
Running setup.py install for prettytable
Running setup.py install for pyOpenSSL
building 'OpenSSL.crypto' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/crypto/crypto.c -o build/temp.linux-x86_64-2.7/OpenSSL/crypto/crypto.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/crypto/x509.c -o build/temp.linux-x86_64-2.7/OpenSSL/crypto/x509.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/crypto/x509name.c -o build/temp.linux-x86_64-2.7/OpenSSL/crypto/x509name.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/crypto/pkey.c -o build/temp.linux-x86_64-2.7/OpenSSL/crypto/pkey.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/crypto/x509store.c -o build/temp.linux-x86_64-2.7/OpenSSL/crypto/x509store.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/crypto/x509req.c -o build/temp.linux-x86_64-2.7/OpenSSL/crypto/x509req.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/crypto/x509ext.c -o build/temp.linux-x86_64-2.7/OpenSSL/crypto/x509ext.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/crypto/pkcs7.c -o build/temp.linux-x86_64-2.7/OpenSSL/crypto/pkcs7.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/crypto/pkcs12.c -o build/temp.linux-x86_64-2.7/OpenSSL/crypto/pkcs12.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/crypto/netscape_spki.c -o build/temp.linux-x86_64-2.7/OpenSSL/crypto/netscape_spki.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/crypto/revoked.c -o build/temp.linux-x86_64-2.7/OpenSSL/crypto/revoked.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/crypto/crl.c -o build/temp.linux-x86_64-2.7/OpenSSL/crypto/crl.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/util.c -o build/temp.linux-x86_64-2.7/OpenSSL/util.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/OpenSSL/crypto/crypto.o build/temp.linux-x86_64-2.7/OpenSSL/crypto/x509.o build/temp.linux-x86_64-2.7/OpenSSL/crypto/x509name.o build/temp.linux-x86_64-2.7/OpenSSL/crypto/pkey.o build/temp.linux-x86_64-2.7/OpenSSL/crypto/x509store.o build/temp.linux-x86_64-2.7/OpenSSL/crypto/x509req.o build/temp.linux-x86_64-2.7/OpenSSL/crypto/x509ext.o build/temp.linux-x86_64-2.7/OpenSSL/crypto/pkcs7.o build/temp.linux-x86_64-2.7/OpenSSL/crypto/pkcs12.o build/temp.linux-x86_64-2.7/OpenSSL/crypto/netscape_spki.o build/temp.linux-x86_64-2.7/OpenSSL/crypto/revoked.o build/temp.linux-x86_64-2.7/OpenSSL/crypto/crl.o build/temp.linux-x86_64-2.7/OpenSSL/util.o -lssl -lcrypto -o build/lib.linux-x86_64-2.7/OpenSSL/crypto.so
building 'OpenSSL.rand' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/rand/rand.c -o build/temp.linux-x86_64-2.7/OpenSSL/rand/rand.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/util.c -o build/temp.linux-x86_64-2.7/OpenSSL/util.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/OpenSSL/rand/rand.o build/temp.linux-x86_64-2.7/OpenSSL/util.o -lssl -lcrypto -o build/lib.linux-x86_64-2.7/OpenSSL/rand.so
building 'OpenSSL.SSL' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/ssl/connection.c -o build/temp.linux-x86_64-2.7/OpenSSL/ssl/connection.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/ssl/context.c -o build/temp.linux-x86_64-2.7/OpenSSL/ssl/context.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/ssl/ssl.c -o build/temp.linux-x86_64-2.7/OpenSSL/ssl/ssl.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/util.c -o build/temp.linux-x86_64-2.7/OpenSSL/util.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/OpenSSL/ssl/connection.o build/temp.linux-x86_64-2.7/OpenSSL/ssl/context.o build/temp.linux-x86_64-2.7/OpenSSL/ssl/ssl.o build/temp.linux-x86_64-2.7/OpenSSL/util.o -lssl -lcrypto -o build/lib.linux-x86_64-2.7/OpenSSL/SSL.so
warning: no previously-included files matching '*.pyc' found anywhere in distribution
Running setup.py install for warlock
warning: no files found matching 'LICENSE'
Running setup.py install for d2to1
[d2to1] running patched manifest_maker command with extra_files support
Running setup.py install for pbr
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "<https://jenkins.openstack.org/job/periodic-ceilometer-docs-stable-grizzly/w…",> line 21, in <module>
d2to1=True)
File "/usr/lib/python2.7/distutils/core.py", line 152, in setup
dist.run_commands()
File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "pbr/packaging.py", line 278, in run
installer=self.fetch_build_egg):
File "<https://jenkins.openstack.org/job/periodic-ceilometer-docs-stable-grizzly/w…",> line 598, in resolve
raise VersionConflict(dist,req) # XXX put more info here
pkg_resources.VersionConflict: (Jinja2 2.7 (<https://jenkins.openstack.org/job/periodic-ceilometer-docs-stable-grizzly/w…)> Requirement.parse('jinja2<2.7'))
Complete output from command <https://jenkins.openstack.org/job/periodic-ceilometer-docs-stable-grizzly/w…> -c "import setuptools;__file__='<https://jenkins.openstack.org/job/periodic-ceilometer-docs-stable-grizzly/w…';exec(compile(open(__file__).read().replace('\r\n',> '\n'), __file__, 'exec'))" install --record /tmp/pip-R9Kolv-record/install-record.txt --single-version-externally-managed --install-headers <https://jenkins.openstack.org/job/periodic-ceilometer-docs-stable-grizzly/w…>:
running install
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "<https://jenkins.openstack.org/job/periodic-ceilometer-docs-stable-grizzly/w…",> line 21, in <module>
d2to1=True)
File "/usr/lib/python2.7/distutils/core.py", line 152, in setup
dist.run_commands()
File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "pbr/packaging.py", line 278, in run
installer=self.fetch_build_egg):
File "<https://jenkins.openstack.org/job/periodic-ceilometer-docs-stable-grizzly/w…",> line 598, in resolve
raise VersionConflict(dist,req) # XXX put more info here
pkg_resources.VersionConflict: (Jinja2 2.7 (<https://jenkins.openstack.org/job/periodic-ceilometer-docs-stable-grizzly/w…)> Requirement.parse('jinja2<2.7'))
----------------------------------------
Command <https://jenkins.openstack.org/job/periodic-ceilometer-docs-stable-grizzly/w…> -c "import setuptools;__file__='<https://jenkins.openstack.org/job/periodic-ceilometer-docs-stable-grizzly/w…';exec(compile(open(__file__).read().replace('\r\n',> '\n'), __file__, 'exec'))" install --record /tmp/pip-R9Kolv-record/install-record.txt --single-version-externally-managed --install-headers <https://jenkins.openstack.org/job/periodic-ceilometer-docs-stable-grizzly/w…> failed with error code 1 in <https://jenkins.openstack.org/job/periodic-ceilometer-docs-stable-grizzly/w…>
Storing complete log in /home/jenkins/.pip/pip.log
ERROR: could not install deps [-r<https://jenkins.openstack.org/job/periodic-ceilometer-docs-stable-grizzly/w…,> -r<https://jenkins.openstack.org/job/periodic-ceilometer-docs-stable-grizzly/w…,> sphinxcontrib-httpdomain]
___________________________________ summary ____________________________________
ERROR: venv: could not install deps [-r<https://jenkins.openstack.org/job/periodic-ceilometer-docs-stable-grizzly/w…,> -r<https://jenkins.openstack.org/job/periodic-ceilometer-docs-stable-grizzly/w…,> sphinxcontrib-httpdomain]
Build step 'Execute shell' marked build as failure
[SCP] Connecting to static.openstack.org
[SCP] Trying to create /srv/static/logs/periodic/periodic-ceilometer-docs-stable-grizzly
[SCP] Trying to create /srv/static/logs/periodic/periodic-ceilometer-docs-stable-grizzly/58
[SCP] Copying console log.
1
1
Hi All--
Some 2013.1.2 freeze exceptions were brought up in the project meeting
today, both are minimal fixes which address critical bugs:
nova: https://review.openstack.org/#/c/31244/
keystone: https://review.openstack.org/#/c/31705/
The keystone fix is still in progress into master (failing tests), but
both look like reasonable exceptions to the freeze. I'll be leaving a
+1 on the Nova review and will do the same for the other after its been
merged to master. It would be appreciated if another stable-maint
member can confirm the exceptions with a second +1 there, or any bring
up any objections here.
Thanks,
Adam
3
3