[Openstack-stable-maint] Build failed in Jenkins: periodic-cinder-python27-stable-grizzly #2

OpenStack Jenkins jenkins at openstack.org
Sun Aug 11 06:08:25 UTC 2013


See <https://jenkins02.openstack.org/job/periodic-cinder-python27-stable-grizzly/2/changes>

Changes:

[thierry] Use utils.safe_minidom_parse_string in extensions

[apevec] Bump stable/grizzly next version to 2013.1.4

------------------------------------------
[...truncated 1558 lines...]
    test_delete_volume                                           OK    0.02
    test_ensure_export                                           OK    0.02
    test_initialize_connection                                   OK    0.02
    test_remove_export                                           OK    0.02
ExceptionTest
    test_exception_with_none_code_throws_500                     OK    0.01
    test_non_cinder_exception_mapping                            OK    0.01
    test_non_cinder_notfound_exception_mapping                   OK    0.01
    test_quota_error_mapping                                     OK    0.02
    test_safe_exceptions_are_described_in_faults                 OK    0.01
    test_unsafe_exceptions_are_not_described_in_faults           OK    0.01
TestLoaderNormalFilesystem
    test_app_found                                               OK    0.01
    test_app_not_found                                           OK    0.00
    test_config_found                                            OK    0.00
TestLoaderNothingExists
    test_config_not_found                                        OK    0.01
TestWSGIServer
    test_app                                                     OK    0.00
    test_app_using_ipv6_and_ssl                                  OK    0.03
    test_app_using_ssl                                           OK    0.03
    test_no_app                                                  OK    0.00
    test_start_random_port                                       OK    0.00
    test_start_random_port_with_ipv6                             OK    0.00
DriverTestCase
    test_config_options                                          OK    0.00
    test_copy_image_to_volume_non_xenserver_case                 OK    0.00
    test_copy_image_to_volume_xenserver_case                     OK    0.00
    test_copy_volume_to_image_non_xenserver_case                 OK    0.00
    test_copy_volume_to_image_xenserver_case                     OK    0.00
    test_create_export_does_not_raise_exception                  OK    0.00
    test_create_snapshot                                         OK    0.00
    test_create_volume                                           OK    0.00
    test_create_volume_from_snapshot                             OK    0.00
    test_delete_snapshot                                         OK    0.00
    test_delete_volume                                           OK    0.00
    test_do_setup                                                OK    0.00
    test_get_volume_stats_reports_required_keys                  OK    0.00
    test_get_volume_stats_reports_unknown_cap                    OK    0.00
    test_initialize_connection                                   OK    0.00
    test_initialize_connection_null_values                       OK    0.00
    test_remove_export_does_not_raise_exception                  OK    0.00
    test_reported_driver_type                                    OK    0.00
    test_use_glance_plugin_to_copy_image_to_volume_fail          OK    0.00
    test_use_glance_plugin_to_copy_image_to_volume_success       OK    0.00
    test_use_glance_plugin_to_upload_volume                      OK    0.00
    test_use_image_utils_to_pipe_bytes_to_volume                 OK    0.00
    test_use_image_utils_to_upload_volume                        OK    0.00
ToolsTest
    test_get_this_vm_uuid                                        OK    0.00
    test_stripped_first_line_of                                  OK    0.00
XIVVolumeDriverTest
    test_create_volume                                           OK    0.01
    test_create_volume_should_fail_if_no_pool_space_left         OK    0.01
    test_delete_volume                                           OK    0.01
    test_delete_volume_should_fail_for_not_existing_volume       OK    0.01
    test_initialize_connection                                   OK    0.01
    test_initialize_connection_should_fail_for_non_existing_volumeOK    0.01
    test_initialized_should_set_xiv_info                         OK    0.01
    test_setup_should_fail_if_connection_is_invalid              OK    0.01
    test_setup_should_fail_if_credentials_are_invalid            OK    0.01
    test_terminate_connection                                    OK    0.01
    test_terminate_connection_should_fail_on_non_attached_volume OK    0.01
    test_terminate_connection_should_fail_on_non_existing_volume OK    0.01
    test_volume_exists                                           OK    0.01
ZadaraVPSADriverTestCase
    test_bad_http_response                                       OK    0.01
    test_create_destroy                                          OK    0.01
    test_create_destroy_multiple                                 OK    0.02
    test_delete_without_detach                                   OK    0.04
    test_destroy_non_existent                                    OK    0.01
    test_empty_apis                                              OK    0.01
    test_no_active_ctrl                                          OK    0.01
    test_ssl_use                                                 OK    0.01
    test_volume_attach_detach                                    OK    0.02
    test_volume_attach_multiple_detach                           OK    0.03
    test_wrong_attach_params                                     OK    0.01
    test_wrong_detach_params                                     OK    0.02
    test_wrong_login_reply                                       OK    0.01

======================================================================
ERROR: Test glance version set by arg to GlanceClientWrapper
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://jenkins02.openstack.org/job/periodic-cinder-python27-stable-grizzly/ws/cinder/tests/image/test_glance.py",> line 576, in test_glance_version_by_arg
    9292, version=2)
  File "<https://jenkins02.openstack.org/job/periodic-cinder-python27-stable-grizzly/ws/cinder/image/glance.py",> line 103, in __init__
    use_ssl, version)
  File "<https://jenkins02.openstack.org/job/periodic-cinder-python27-stable-grizzly/ws/cinder/image/glance.py",> line 117, in _create_static_client
    self.use_ssl, self.version)
  File "<https://jenkins02.openstack.org/job/periodic-cinder-python27-stable-grizzly/ws/cinder/image/glance.py",> line 73, in _create_glance_client
    return glanceclient.Client(str(version), endpoint, **params)
  File "<https://jenkins02.openstack.org/job/periodic-cinder-python27-stable-grizzly/ws/.tox/py27/local/lib/python2.7/site-packages/glanceclient/client.py",> line 22, in Client
    return client_class(*args, **kwargs)
  File "<https://jenkins02.openstack.org/job/periodic-cinder-python27-stable-grizzly/ws/.tox/py27/local/lib/python2.7/site-packages/glanceclient/v2/client.py",> line 43, in __init__
    self._get_member_model())
  File "<https://jenkins02.openstack.org/job/periodic-cinder-python27-stable-grizzly/ws/.tox/py27/local/lib/python2.7/site-packages/glanceclient/v2/client.py",> line 50, in _get_member_model
    schema = self.schemas.get('member')
  File "<https://jenkins02.openstack.org/job/periodic-cinder-python27-stable-grizzly/ws/.tox/py27/local/lib/python2.7/site-packages/glanceclient/v2/schemas.py",> line 53, in get
    _, raw_schema = self.http_client.json_request('GET', uri)
  File "<https://jenkins02.openstack.org/job/periodic-cinder-python27-stable-grizzly/ws/.tox/py27/local/lib/python2.7/site-packages/glanceclient/common/http.py",> line 250, in json_request
    resp, body_iter = self._http_request(url, method, **kwargs)
  File "<https://jenkins02.openstack.org/job/periodic-cinder-python27-stable-grizzly/ws/.tox/py27/local/lib/python2.7/site-packages/glanceclient/common/http.py",> line 216, in _http_request
    raise exc.InvalidEndpoint(message=message)
InvalidEndpoint: Error finding address for fake_host: [Errno -2] Name or service not known
-------------------- >> begin captured logging << --------------------
glanceclient.common.http: DEBUG: curl -i -X GET -H 'Content-Type: application/json' -H 'User-Agent: python-glanceclient' http://fake_host:9292/v2/schemas/member
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: Test glance version set by flag is honoured
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://jenkins02.openstack.org/job/periodic-cinder-python27-stable-grizzly/ws/cinder/tests/image/test_glance.py",> line 564, in test_glance_version_by_flag
    9292)
  File "<https://jenkins02.openstack.org/job/periodic-cinder-python27-stable-grizzly/ws/cinder/image/glance.py",> line 103, in __init__
    use_ssl, version)
  File "<https://jenkins02.openstack.org/job/periodic-cinder-python27-stable-grizzly/ws/cinder/image/glance.py",> line 117, in _create_static_client
    self.use_ssl, self.version)
  File "<https://jenkins02.openstack.org/job/periodic-cinder-python27-stable-grizzly/ws/cinder/image/glance.py",> line 73, in _create_glance_client
    return glanceclient.Client(str(version), endpoint, **params)
  File "<https://jenkins02.openstack.org/job/periodic-cinder-python27-stable-grizzly/ws/.tox/py27/local/lib/python2.7/site-packages/glanceclient/client.py",> line 22, in Client
    return client_class(*args, **kwargs)
  File "<https://jenkins02.openstack.org/job/periodic-cinder-python27-stable-grizzly/ws/.tox/py27/local/lib/python2.7/site-packages/glanceclient/v2/client.py",> line 43, in __init__
    self._get_member_model())
  File "<https://jenkins02.openstack.org/job/periodic-cinder-python27-stable-grizzly/ws/.tox/py27/local/lib/python2.7/site-packages/glanceclient/v2/client.py",> line 50, in _get_member_model
    schema = self.schemas.get('member')
  File "<https://jenkins02.openstack.org/job/periodic-cinder-python27-stable-grizzly/ws/.tox/py27/local/lib/python2.7/site-packages/glanceclient/v2/schemas.py",> line 53, in get
    _, raw_schema = self.http_client.json_request('GET', uri)
  File "<https://jenkins02.openstack.org/job/periodic-cinder-python27-stable-grizzly/ws/.tox/py27/local/lib/python2.7/site-packages/glanceclient/common/http.py",> line 250, in json_request
    resp, body_iter = self._http_request(url, method, **kwargs)
  File "<https://jenkins02.openstack.org/job/periodic-cinder-python27-stable-grizzly/ws/.tox/py27/local/lib/python2.7/site-packages/glanceclient/common/http.py",> line 216, in _http_request
    raise exc.InvalidEndpoint(message=message)
InvalidEndpoint: Error finding address for fake_host: [Errno -2] Name or service not known
-------------------- >> begin captured logging << --------------------
glanceclient.common.http: DEBUG: curl -i -X GET -H 'Content-Type: application/json' -H 'User-Agent: python-glanceclient' http://fake_host:9292/v2/schemas/member
--------------------- >> end captured logging << ---------------------

----------------------------------------------------------------------
XML: nosetests.xml
Slowest 5 tests took 9.69 secs:
    2.27    TestMigrations.test_postgresql_opportunistically
    2.01    SolidFireVolumeTestCase.test_create_volume
    2.01    SolidFireVolumeTestCase.test_create_with_qos_type
    2.01    SolidFireVolumeTestCase.test_create_volume_with_qos
    1.38    ScalityDriverTestCase.test_create_snapshot
----------------------------------------------------------------------
Ran 1323 tests in 62.654s

FAILED (SKIP=52, errors=2)
ERROR: InvocationError: '<https://jenkins02.openstack.org/job/periodic-cinder-python27-stable-grizzly/ws/.tox/py27/bin/nosetests'>
___________________________________ 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==1.3
Jinja2==2.7.1
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.1.3
Tempita==0.5.1
WebOb==1.2.3
amqp==1.0.13
amqplib==1.0.2
anyjson==0.3.3
argparse==1.2.1
cinder==jenkins.periodic.cinder.python27.stable.grizzly.2
colorama==0.2.5
coverage==3.6
d2to1==0.2.10
decorator==3.4.0
distribute==0.7.3
docutils==0.10
eventlet==0.13.0
greenlet==0.4.1
hp3parclient==1.0.0
httplib2==0.8
iso8601==0.1.4
jsonpatch==1.1
jsonpointer==1.0
jsonschema==2.0.0
kombu==2.5.12
lockfile==0.9.1
logilab-astng==0.24.3
logilab-common==0.60.0
lxml==3.2.3
mock==1.0.1
mox==0.5.3
nose==1.3.0
nosehtmloutput==0.0.5
nosexcover==1.0.8
openstack.nose-plugin==0.11
oslo.config==1.1.1
paramiko==1.11.0
pbr==0.5.21
pep8==1.3.3
prettytable==0.7.2
psycopg2==2.5.1
pyOpenSSL==0.13
pycrypto==2.6
pylint==0.25.2
python-glanceclient==0.10.0
python-keystoneclient==0.3.1
python-swiftclient==1.5.0
pytz==2013b
repoze.lru==0.6
requests==1.2.3
setuptools-git==1.0
simplejson==3.3.0
six==1.3.0
sqlalchemy-migrate==0.7.2
stevedore==0.10
suds==0.4
termcolor==1.1.0
warlock==1.0.1
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=./nose_results.html
+ '[' -f ./nose_results.html ']'
++ grep -c 'tr class=.passClass' ./nose_results.html
+ passcount=178
+ '[' 178 -eq 0 ']'
+ exit 1
+ rm -rf /tmp/tmp.UceGaqgoji
Build step 'Execute shell' marked build as failure
[SCP] Connecting to static.openstack.org
[SCP] uploading file: '/srv/static/logs/periodic/periodic-cinder-python27-stable-grizzly/2/nose_results.html'
[SCP] Connecting to static.openstack.org
[SCP] Trying to create /srv/static/logs/periodic/periodic-cinder-python27-stable-grizzly/precise2
[SCP] Trying to create /srv/static/logs/periodic/periodic-cinder-python27-stable-grizzly/precise2/2
[SCP] Copying console log.



More information about the Openstack-stable-maint mailing list