See <https://jenkins.openstack.org/job/periodic-horizon-python26-stable-grizzly/114/changes> Changes: [jpichon] Show ID for None display name in boot from volume [jpichon] Don't duplicate networks list on keypair import ------------------------------------------ [...truncated 16346 lines...] ====================================================================== ERROR: test_edit_attachments_attached_volume (openstack_dashboard.dashboards.project.volumes.tests.VolumeViewTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://jenkins.openstack.org/job/periodic-horizon-python26-stable-grizzly/ws/openstack_dashboard/test/helpers.py",> line 74, in instance_stub_out return fn(self) File "<https://jenkins.openstack.org/job/periodic-horizon-python26-stable-grizzly/ws/openstack_dashboard/dashboards/project/volumes/tests.py",> line 416, in test_edit_attachments_attached_volume res = self.client.get(url) File "<https://jenkins.openstack.org/job/periodic-horizon-python26-stable-grizzly/ws/.tox/py26/lib/python2.6/site-packages/django/test/client.py",> line 439, in get response = super(Client, self).get(path, data=data, **extra) File "<https://jenkins.openstack.org/job/periodic-horizon-python26-stable-grizzly/ws/.tox/py26/lib/python2.6/site-packages/django/test/client.py",> line 244, in get return self.request(**r) File "<https://jenkins.openstack.org/job/periodic-horizon-python26-stable-grizzly/ws/.tox/py26/lib/python2.6/site-packages/django/core/handlers/base.py",> line 111, in get_response response = callback(request, *callback_args, **callback_kwargs) File "<https://jenkins.openstack.org/job/periodic-horizon-python26-stable-grizzly/ws/horizon/decorators.py",> line 38, in dec return view_func(request, *args, **kwargs) File "<https://jenkins.openstack.org/job/periodic-horizon-python26-stable-grizzly/ws/horizon/decorators.py",> line 53, in dec if request.user.is_authenticated(): File "<https://jenkins.openstack.org/job/periodic-horizon-python26-stable-grizzly/ws/.tox/py26/lib/python2.6/site-packages/openstack_auth/user.py",> line 189, in is_authenticated return self.token is not None and check_token_expiration(self.token) File "<https://jenkins.openstack.org/job/periodic-horizon-python26-stable-grizzly/ws/.tox/py26/lib/python2.6/site-packages/openstack_auth/utils.py",> line 55, in check_token_expiration if settings.USE_TZ and timezone.is_naive(expiration): File "<https://jenkins.openstack.org/job/periodic-horizon-python26-stable-grizzly/ws/.tox/py26/lib/python2.6/site-packages/django/utils/timezone.py",> line 261, in is_naive return value.tzinfo is None or value.tzinfo.utcoffset(value) is None AttributeError: 'str' object has no attribute 'tzinfo' ====================================================================== ERROR: test_edit_attachments_attached_volume (openstack_dashboard.dashboards.project.volumes.tests.VolumeViewTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://jenkins.openstack.org/job/periodic-horizon-python26-stable-grizzly/ws/openstack_dashboard/test/helpers.py",> line 151, in tearDown self.mox.VerifyAll() File "<https://jenkins.openstack.org/job/periodic-horizon-python26-stable-grizzly/ws/.tox/py26/lib/python2.6/site-packages/mox.py",> line 286, in VerifyAll mock_obj._Verify() File "<https://jenkins.openstack.org/job/periodic-horizon-python26-stable-grizzly/ws/.tox/py26/lib/python2.6/site-packages/mox.py",> line 506, in _Verify raise ExpectedMethodCallsError(self._expected_calls_queue) ExpectedMethodCallsError: Verify: Expected methods never called: 0. volume_get.__call__(<class 'django.http.HttpRequest'>, '41023e92-8008-4c8b-8059-7f2293ff3775') -> <Volume: 41023e92-8008-4c8b-8059-7f2293ff3775> ====================================================================== ERROR: test_edit_attachments_cannot_set_mount_point (openstack_dashboard.dashboards.project.volumes.tests.VolumeViewTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://jenkins.openstack.org/job/periodic-horizon-python26-stable-grizzly/ws/openstack_dashboard/test/helpers.py",> line 74, in instance_stub_out return fn(self) File "<https://jenkins.openstack.org/job/periodic-horizon-python26-stable-grizzly/ws/openstack_dashboard/dashboards/project/volumes/tests.py",> line 394, in test_edit_attachments_cannot_set_mount_point res = self.client.get(url) File "<https://jenkins.openstack.org/job/periodic-horizon-python26-stable-grizzly/ws/.tox/py26/lib/python2.6/site-packages/django/test/client.py",> line 439, in get response = super(Client, self).get(path, data=data, **extra) File "<https://jenkins.openstack.org/job/periodic-horizon-python26-stable-grizzly/ws/.tox/py26/lib/python2.6/site-packages/django/test/client.py",> line 244, in get return self.request(**r) File "<https://jenkins.openstack.org/job/periodic-horizon-python26-stable-grizzly/ws/.tox/py26/lib/python2.6/site-packages/django/core/handlers/base.py",> line 111, in get_response response = callback(request, *callback_args, **callback_kwargs) File "<https://jenkins.openstack.org/job/periodic-horizon-python26-stable-grizzly/ws/horizon/decorators.py",> line 38, in dec return view_func(request, *args, **kwargs) File "<https://jenkins.openstack.org/job/periodic-horizon-python26-stable-grizzly/ws/horizon/decorators.py",> line 53, in dec if request.user.is_authenticated(): File "<https://jenkins.openstack.org/job/periodic-horizon-python26-stable-grizzly/ws/.tox/py26/lib/python2.6/site-packages/openstack_auth/user.py",> line 189, in is_authenticated return self.token is not None and check_token_expiration(self.token) File "<https://jenkins.openstack.org/job/periodic-horizon-python26-stable-grizzly/ws/.tox/py26/lib/python2.6/site-packages/openstack_auth/utils.py",> line 55, in check_token_expiration if settings.USE_TZ and timezone.is_naive(expiration): File "<https://jenkins.openstack.org/job/periodic-horizon-python26-stable-grizzly/ws/.tox/py26/lib/python2.6/site-packages/django/utils/timezone.py",> line 261, in is_naive return value.tzinfo is None or value.tzinfo.utcoffset(value) is None AttributeError: 'str' object has no attribute 'tzinfo' ====================================================================== ERROR: test_edit_attachments_cannot_set_mount_point (openstack_dashboard.dashboards.project.volumes.tests.VolumeViewTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://jenkins.openstack.org/job/periodic-horizon-python26-stable-grizzly/ws/openstack_dashboard/test/helpers.py",> line 151, in tearDown self.mox.VerifyAll() File "<https://jenkins.openstack.org/job/periodic-horizon-python26-stable-grizzly/ws/.tox/py26/lib/python2.6/site-packages/mox.py",> line 286, in VerifyAll mock_obj._Verify() File "<https://jenkins.openstack.org/job/periodic-horizon-python26-stable-grizzly/ws/.tox/py26/lib/python2.6/site-packages/mox.py",> line 506, in _Verify raise ExpectedMethodCallsError(self._expected_calls_queue) ExpectedMethodCallsError: Verify: Expected methods never called: 0. volume_get.__call__(<class 'django.http.HttpRequest'>, '41023e92-8008-4c8b-8059-7f2293ff3775') -> <Volume: 41023e92-8008-4c8b-8059-7f2293ff3775> ====================================================================== ERROR: test_get_data (openstack_dashboard.dashboards.project.volumes.tests.VolumeViewTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://jenkins.openstack.org/job/periodic-horizon-python26-stable-grizzly/ws/openstack_dashboard/test/helpers.py",> line 74, in instance_stub_out return fn(self) File "<https://jenkins.openstack.org/job/periodic-horizon-python26-stable-grizzly/ws/openstack_dashboard/dashboards/project/volumes/tests.py",> line 471, in test_get_data HTTP_X_REQUESTED_WITH='XMLHttpRequest') File "<https://jenkins.openstack.org/job/periodic-horizon-python26-stable-grizzly/ws/.tox/py26/lib/python2.6/site-packages/django/test/client.py",> line 439, in get response = super(Client, self).get(path, data=data, **extra) File "<https://jenkins.openstack.org/job/periodic-horizon-python26-stable-grizzly/ws/.tox/py26/lib/python2.6/site-packages/django/test/client.py",> line 244, in get return self.request(**r) File "<https://jenkins.openstack.org/job/periodic-horizon-python26-stable-grizzly/ws/.tox/py26/lib/python2.6/site-packages/django/core/handlers/base.py",> line 111, in get_response response = callback(request, *callback_args, **callback_kwargs) File "<https://jenkins.openstack.org/job/periodic-horizon-python26-stable-grizzly/ws/horizon/decorators.py",> line 38, in dec return view_func(request, *args, **kwargs) File "<https://jenkins.openstack.org/job/periodic-horizon-python26-stable-grizzly/ws/horizon/decorators.py",> line 53, in dec if request.user.is_authenticated(): File "<https://jenkins.openstack.org/job/periodic-horizon-python26-stable-grizzly/ws/.tox/py26/lib/python2.6/site-packages/openstack_auth/user.py",> line 189, in is_authenticated return self.token is not None and check_token_expiration(self.token) File "<https://jenkins.openstack.org/job/periodic-horizon-python26-stable-grizzly/ws/.tox/py26/lib/python2.6/site-packages/openstack_auth/utils.py",> line 55, in check_token_expiration if settings.USE_TZ and timezone.is_naive(expiration): File "<https://jenkins.openstack.org/job/periodic-horizon-python26-stable-grizzly/ws/.tox/py26/lib/python2.6/site-packages/django/utils/timezone.py",> line 261, in is_naive return value.tzinfo is None or value.tzinfo.utcoffset(value) is None AttributeError: 'str' object has no attribute 'tzinfo' ====================================================================== ERROR: test_get_data (openstack_dashboard.dashboards.project.volumes.tests.VolumeViewTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://jenkins.openstack.org/job/periodic-horizon-python26-stable-grizzly/ws/openstack_dashboard/test/helpers.py",> line 151, in tearDown self.mox.VerifyAll() File "<https://jenkins.openstack.org/job/periodic-horizon-python26-stable-grizzly/ws/.tox/py26/lib/python2.6/site-packages/mox.py",> line 286, in VerifyAll mock_obj._Verify() File "<https://jenkins.openstack.org/job/periodic-horizon-python26-stable-grizzly/ws/.tox/py26/lib/python2.6/site-packages/mox.py",> line 506, in _Verify raise ExpectedMethodCallsError(self._expected_calls_queue) ExpectedMethodCallsError: Verify: Expected methods never called: 0. volume_get.__call__(<class 'django.http.HttpRequest'>, '41023e92-8008-4c8b-8059-7f2293ff3775') -> <Volume: 41023e92-8008-4c8b-8059-7f2293ff3775> ====================================================================== ERROR: test_timezone_offset_is_displayed (openstack_dashboard.dashboards.settings.user.tests.UserSettingsTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://jenkins.openstack.org/job/periodic-horizon-python26-stable-grizzly/ws/openstack_dashboard/dashboards/settings/user/tests.py",> line 28, in test_timezone_offset_is_displayed res = self.client.get(INDEX_URL) File "<https://jenkins.openstack.org/job/periodic-horizon-python26-stable-grizzly/ws/.tox/py26/lib/python2.6/site-packages/django/test/client.py",> line 439, in get response = super(Client, self).get(path, data=data, **extra) File "<https://jenkins.openstack.org/job/periodic-horizon-python26-stable-grizzly/ws/.tox/py26/lib/python2.6/site-packages/django/test/client.py",> line 244, in get return self.request(**r) File "<https://jenkins.openstack.org/job/periodic-horizon-python26-stable-grizzly/ws/.tox/py26/lib/python2.6/site-packages/django/core/handlers/base.py",> line 111, in get_response response = callback(request, *callback_args, **callback_kwargs) File "<https://jenkins.openstack.org/job/periodic-horizon-python26-stable-grizzly/ws/horizon/decorators.py",> line 38, in dec return view_func(request, *args, **kwargs) File "<https://jenkins.openstack.org/job/periodic-horizon-python26-stable-grizzly/ws/horizon/decorators.py",> line 53, in dec if request.user.is_authenticated(): File "<https://jenkins.openstack.org/job/periodic-horizon-python26-stable-grizzly/ws/.tox/py26/lib/python2.6/site-packages/openstack_auth/user.py",> line 189, in is_authenticated return self.token is not None and check_token_expiration(self.token) File "<https://jenkins.openstack.org/job/periodic-horizon-python26-stable-grizzly/ws/.tox/py26/lib/python2.6/site-packages/openstack_auth/utils.py",> line 55, in check_token_expiration if settings.USE_TZ and timezone.is_naive(expiration): File "<https://jenkins.openstack.org/job/periodic-horizon-python26-stable-grizzly/ws/.tox/py26/lib/python2.6/site-packages/django/utils/timezone.py",> line 261, in is_naive return value.tzinfo is None or value.tzinfo.utcoffset(value) is None AttributeError: 'str' object has no attribute 'tzinfo' Slowest 5 tests took 1.25 secs: [31m 0.32 SwiftApiTests.test_swift_create_container[0m [31m 0.26 NetworkTests.test_network_create_post_with_subnet_subnet_exception[0m [31m 0.26 NetworkTests.test_network_create_post_with_subnet_subnet_exception[0m [31m 0.20 ImagesAndSnapshotsTests.test_index[0m [31m 0.20 ImagesAndSnapshotsTests.test_index[0m ---------------------------------------------------------------------- Ran 427 tests in 11.729s FAILED (SKIP=3, errors=602) nosetests openstack_dashboard --nocapture --nologcapture --cover-package=openstack_dashboard --cover-inclusive --all-modules --verbosity=1 Creating test database for alias 'default'... Destroying test database for alias 'default'... Tests failed. ERROR: InvocationError: '/bin/bash run_tests.sh -N' ___________________________________ 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 Django==1.4.5 Jinja2==2.7 MarkupSafe==0.18 Pygments==1.6 Sphinx==1.1.3 argparse==1.2.1 cliff==1.4 cmd2==0.6.5.1 colorama==0.2.5 coverage==3.6 d2to1==0.2.10 distribute==0.7.3 django-appconf==0.6 django-compressor==1.3 django-nose==1.2 django-openstack-auth==1.1.1 docutils==0.9.1 horizon==jenkins.periodic.horizon.python26.stable.grizzly.114 httplib2==0.8 iso8601==0.1.4 jsonpatch==1.1 jsonpointer==1.0 jsonschema==2.0.0 lockfile==0.9.1 logilab-astng==0.24.3 logilab-common==0.59.1 mox==0.5.3 netaddr==0.7.10 nose==1.3.0 nose-exclude==0.1.9 nosehtmloutput==0.0.4 nosexcover==1.0.8 openstack.nose-plugin==0.11 oslo.config==1.1.1 pbr==0.5.20 pep8==1.4.6 prettytable==0.7.2 pyOpenSSL==0.13 pylint==0.27.0 pyparsing==1.5.7 python-cinderclient==1.0.4 python-glanceclient==0.9.0 python-keystoneclient==0.3.1 python-novaclient==2.13.0 python-quantumclient==2.2.3 python-swiftclient==1.5.0 pytz==2013b requests==1.2.3 selenium==2.33.0 setuptools-git==1.0 simplejson==3.3.0 six==1.3.0 termcolor==1.1.0 unittest2==0.5.1 warlock==1.0.1 + 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.LcvvSKIFAy Build step 'Execute shell' marked build as failure [SCP] Connecting to static.openstack.org [SCP] Trying to create /srv/static/logs/periodic/periodic-horizon-python26-stable-grizzly/114 [SCP] uploading file: '/srv/static/logs/periodic/periodic-horizon-python26-stable-grizzly/114/dashboard_nose_results.html' [SCP] uploading file: '/srv/static/logs/periodic/periodic-horizon-python26-stable-grizzly/114/horizon_nose_results.html' [SCP] Connecting to static.openstack.org [SCP] Trying to create /srv/static/logs/periodic/periodic-horizon-python26-stable-grizzly/centos6-4 [SCP] Trying to create /srv/static/logs/periodic/periodic-horizon-python26-stable-grizzly/centos6-4/114 [SCP] Copying console log.