$ python2.6 -m effectiveness_web_app.manage test >test-output.txt 2>&1 test-output.txt: ...............EEEEEEEEEE.......................EE.EEE..EE.E.......................................E.......................E............................E................E.....EE........F. ====================================================================== ERROR: test_password_change_fails_with_invalid_old_password (django.contrib.auth.tests.views.ChangePasswordTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/auth/tests/views.py", line 155, in test_password_change_fails_with_invalid_old_password self.login() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/auth/tests/views.py", line 136, in login 'password': password File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 337, in post response = self.request(**r) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 245, in request response = self.handler(environ) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 79, in __call__ response = self.get_response(request) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/handlers/base.py", line 141, in get_response return self.handle_uncaught_exception(request, resolver, sys.exc_info()) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/handlers/base.py", line 179, in handle_uncaught_exception callback, param_dict = resolver.resolve500() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/urlresolvers.py", line 263, in resolve500 return self._resolve_special('500') File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/urlresolvers.py", line 253, in _resolve_special callback = getattr(self.urlconf_module, 'handler%s' % view_type) AttributeError: 'module' object has no attribute 'handler500' ====================================================================== ERROR: test_password_change_fails_with_mismatched_passwords (django.contrib.auth.tests.views.ChangePasswordTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/auth/tests/views.py", line 166, in test_password_change_fails_with_mismatched_passwords self.login() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/auth/tests/views.py", line 136, in login 'password': password File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 337, in post response = self.request(**r) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 245, in request response = self.handler(environ) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 79, in __call__ response = self.get_response(request) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/handlers/base.py", line 141, in get_response return self.handle_uncaught_exception(request, resolver, sys.exc_info()) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/handlers/base.py", line 179, in handle_uncaught_exception callback, param_dict = resolver.resolve500() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/urlresolvers.py", line 263, in resolve500 return self._resolve_special('500') File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/urlresolvers.py", line 253, in _resolve_special callback = getattr(self.urlconf_module, 'handler%s' % view_type) AttributeError: 'module' object has no attribute 'handler500' ====================================================================== ERROR: test_password_change_succeeds (django.contrib.auth.tests.views.ChangePasswordTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/auth/tests/views.py", line 177, in test_password_change_succeeds self.login() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/auth/tests/views.py", line 136, in login 'password': password File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 337, in post response = self.request(**r) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 245, in request response = self.handler(environ) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 79, in __call__ response = self.get_response(request) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/handlers/base.py", line 141, in get_response return self.handle_uncaught_exception(request, resolver, sys.exc_info()) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/handlers/base.py", line 179, in handle_uncaught_exception callback, param_dict = resolver.resolve500() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/urlresolvers.py", line 263, in resolve500 return self._resolve_special('500') File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/urlresolvers.py", line 253, in _resolve_special callback = getattr(self.urlconf_module, 'handler%s' % view_type) AttributeError: 'module' object has no attribute 'handler500' ====================================================================== ERROR: test_current_site_in_context_after_login (django.contrib.auth.tests.views.LoginTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/auth/tests/views.py", line 192, in test_current_site_in_context_after_login response = self.client.get(reverse('django.contrib.auth.views.login')) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 305, in get response = self.request(**r) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 245, in request response = self.handler(environ) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 83, in __call__ response = middleware_method(request, response) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/middleware.py", line 36, in process_response request.session.save() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/db.py", line 57, in save session_data = self.encode(self._get_session(no_load=must_create)), File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/base.py", line 89, in encode pickled_md5 = md5_constructor(pickled + settings.SECRET_KEY).hexdigest() UnicodeDecodeError: 'ascii' codec can't decode byte 0x80 in position 0: ordinal not in range(128) ====================================================================== ERROR: test_security_check (django.contrib.auth.tests.views.LoginTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/auth/tests/views.py", line 219, in test_security_check 'password': password, File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 337, in post response = self.request(**r) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 245, in request response = self.handler(environ) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 79, in __call__ response = self.get_response(request) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/handlers/base.py", line 141, in get_response return self.handle_uncaught_exception(request, resolver, sys.exc_info()) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/handlers/base.py", line 179, in handle_uncaught_exception callback, param_dict = resolver.resolve500() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/urlresolvers.py", line 263, in resolve500 return self._resolve_special('500') File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/urlresolvers.py", line 253, in _resolve_special callback = getattr(self.urlconf_module, 'handler%s' % view_type) AttributeError: 'module' object has no attribute 'handler500' ====================================================================== ERROR: test_14377 (django.contrib.auth.tests.views.LogoutTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/auth/tests/views.py", line 269, in test_14377 self.login() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/auth/tests/views.py", line 249, in login 'password': password File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 337, in post response = self.request(**r) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 245, in request response = self.handler(environ) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 79, in __call__ response = self.get_response(request) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/handlers/base.py", line 141, in get_response return self.handle_uncaught_exception(request, resolver, sys.exc_info()) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/handlers/base.py", line 179, in handle_uncaught_exception callback, param_dict = resolver.resolve500() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/urlresolvers.py", line 263, in resolve500 return self._resolve_special('500') File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/urlresolvers.py", line 253, in _resolve_special callback = getattr(self.urlconf_module, 'handler%s' % view_type) AttributeError: 'module' object has no attribute 'handler500' ====================================================================== ERROR: Logout without next_page option renders the default template ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/auth/tests/views.py", line 261, in test_logout_default self.login() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/auth/tests/views.py", line 249, in login 'password': password File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 337, in post response = self.request(**r) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 245, in request response = self.handler(environ) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 79, in __call__ response = self.get_response(request) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/handlers/base.py", line 141, in get_response return self.handle_uncaught_exception(request, resolver, sys.exc_info()) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/handlers/base.py", line 179, in handle_uncaught_exception callback, param_dict = resolver.resolve500() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/urlresolvers.py", line 263, in resolve500 return self._resolve_special('500') File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/urlresolvers.py", line 253, in _resolve_special callback = getattr(self.urlconf_module, 'handler%s' % view_type) AttributeError: 'module' object has no attribute 'handler500' ====================================================================== ERROR: Logout with custom query string redirects to specified resource ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/auth/tests/views.py", line 291, in test_logout_with_custom_redirect_argument self.login() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/auth/tests/views.py", line 249, in login 'password': password File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 337, in post response = self.request(**r) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 245, in request response = self.handler(environ) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 79, in __call__ response = self.get_response(request) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/handlers/base.py", line 141, in get_response return self.handle_uncaught_exception(request, resolver, sys.exc_info()) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/handlers/base.py", line 179, in handle_uncaught_exception callback, param_dict = resolver.resolve500() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/urlresolvers.py", line 263, in resolve500 return self._resolve_special('500') File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/urlresolvers.py", line 253, in _resolve_special callback = getattr(self.urlconf_module, 'handler%s' % view_type) AttributeError: 'module' object has no attribute 'handler500' ====================================================================== ERROR: Logout with next_page option given redirects to specified resource ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/auth/tests/views.py", line 275, in test_logout_with_next_page_specified self.login() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/auth/tests/views.py", line 249, in login 'password': password File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 337, in post response = self.request(**r) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 245, in request response = self.handler(environ) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 79, in __call__ response = self.get_response(request) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/handlers/base.py", line 141, in get_response return self.handle_uncaught_exception(request, resolver, sys.exc_info()) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/handlers/base.py", line 179, in handle_uncaught_exception callback, param_dict = resolver.resolve500() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/urlresolvers.py", line 263, in resolve500 return self._resolve_special('500') File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/urlresolvers.py", line 253, in _resolve_special callback = getattr(self.urlconf_module, 'handler%s' % view_type) AttributeError: 'module' object has no attribute 'handler500' ====================================================================== ERROR: Logout with query string redirects to specified resource ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/auth/tests/views.py", line 283, in test_logout_with_redirect_argument self.login() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/auth/tests/views.py", line 249, in login 'password': password File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 337, in post response = self.request(**r) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 245, in request response = self.handler(environ) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 79, in __call__ response = self.get_response(request) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/handlers/base.py", line 141, in get_response return self.handle_uncaught_exception(request, resolver, sys.exc_info()) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/handlers/base.py", line 179, in handle_uncaught_exception callback, param_dict = resolver.resolve500() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/urlresolvers.py", line 263, in resolve500 return self._resolve_special('500') File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/urlresolvers.py", line 253, in _resolve_special callback = getattr(self.urlconf_module, 'handler%s' % view_type) AttributeError: 'module' object has no attribute 'handler500' ====================================================================== ERROR: test_known_user (django.contrib.auth.tests.remote_user.RemoteUserCustomTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/auth/tests/remote_user.py", line 160, in test_known_user super(RemoteUserCustomTest, self).test_known_user() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/auth/tests/remote_user.py", line 66, in test_known_user response = self.client.get('/remote_user/', REMOTE_USER=self.known_user) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 305, in get response = self.request(**r) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 245, in request response = self.handler(environ) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 79, in __call__ response = self.get_response(request) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/handlers/base.py", line 141, in get_response return self.handle_uncaught_exception(request, resolver, sys.exc_info()) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/handlers/base.py", line 179, in handle_uncaught_exception callback, param_dict = resolver.resolve500() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/urlresolvers.py", line 263, in resolve500 return self._resolve_special('500') File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/urlresolvers.py", line 253, in _resolve_special callback = getattr(self.urlconf_module, 'handler%s' % view_type) AttributeError: 'module' object has no attribute 'handler500' ====================================================================== ERROR: test_last_login (django.contrib.auth.tests.remote_user.RemoteUserCustomTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/auth/tests/remote_user.py", line 86, in test_last_login response = self.client.get('/remote_user/', REMOTE_USER=self.known_user) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 305, in get response = self.request(**r) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 245, in request response = self.handler(environ) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 79, in __call__ response = self.get_response(request) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/handlers/base.py", line 141, in get_response return self.handle_uncaught_exception(request, resolver, sys.exc_info()) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/handlers/base.py", line 179, in handle_uncaught_exception callback, param_dict = resolver.resolve500() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/urlresolvers.py", line 263, in resolve500 return self._resolve_special('500') File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/urlresolvers.py", line 253, in _resolve_special callback = getattr(self.urlconf_module, 'handler%s' % view_type) AttributeError: 'module' object has no attribute 'handler500' ====================================================================== ERROR: test_unknown_user (django.contrib.auth.tests.remote_user.RemoteUserCustomTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/auth/tests/remote_user.py", line 168, in test_unknown_user super(RemoteUserCustomTest, self).test_unknown_user() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/auth/tests/remote_user.py", line 50, in test_unknown_user response = self.client.get('/remote_user/', REMOTE_USER='newuser') File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 305, in get response = self.request(**r) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 245, in request response = self.handler(environ) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 79, in __call__ response = self.get_response(request) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/handlers/base.py", line 141, in get_response return self.handle_uncaught_exception(request, resolver, sys.exc_info()) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/handlers/base.py", line 179, in handle_uncaught_exception callback, param_dict = resolver.resolve500() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/urlresolvers.py", line 263, in resolve500 return self._resolve_special('500') File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/urlresolvers.py", line 253, in _resolve_special callback = getattr(self.urlconf_module, 'handler%s' % view_type) AttributeError: 'module' object has no attribute 'handler500' ====================================================================== ERROR: test_known_user (django.contrib.auth.tests.remote_user.RemoteUserNoCreateTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/auth/tests/remote_user.py", line 66, in test_known_user response = self.client.get('/remote_user/', REMOTE_USER=self.known_user) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 305, in get response = self.request(**r) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 245, in request response = self.handler(environ) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 79, in __call__ response = self.get_response(request) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/handlers/base.py", line 141, in get_response return self.handle_uncaught_exception(request, resolver, sys.exc_info()) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/handlers/base.py", line 179, in handle_uncaught_exception callback, param_dict = resolver.resolve500() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/urlresolvers.py", line 263, in resolve500 return self._resolve_special('500') File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/urlresolvers.py", line 253, in _resolve_special callback = getattr(self.urlconf_module, 'handler%s' % view_type) AttributeError: 'module' object has no attribute 'handler500' ====================================================================== ERROR: test_last_login (django.contrib.auth.tests.remote_user.RemoteUserNoCreateTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/auth/tests/remote_user.py", line 86, in test_last_login response = self.client.get('/remote_user/', REMOTE_USER=self.known_user) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 305, in get response = self.request(**r) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 245, in request response = self.handler(environ) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 79, in __call__ response = self.get_response(request) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/handlers/base.py", line 141, in get_response return self.handle_uncaught_exception(request, resolver, sys.exc_info()) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/handlers/base.py", line 179, in handle_uncaught_exception callback, param_dict = resolver.resolve500() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/urlresolvers.py", line 263, in resolve500 return self._resolve_special('500') File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/urlresolvers.py", line 253, in _resolve_special callback = getattr(self.urlconf_module, 'handler%s' % view_type) AttributeError: 'module' object has no attribute 'handler500' ====================================================================== ERROR: test_known_user (django.contrib.auth.tests.remote_user.RemoteUserTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/auth/tests/remote_user.py", line 66, in test_known_user response = self.client.get('/remote_user/', REMOTE_USER=self.known_user) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 305, in get response = self.request(**r) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 245, in request response = self.handler(environ) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 79, in __call__ response = self.get_response(request) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/handlers/base.py", line 141, in get_response return self.handle_uncaught_exception(request, resolver, sys.exc_info()) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/handlers/base.py", line 179, in handle_uncaught_exception callback, param_dict = resolver.resolve500() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/urlresolvers.py", line 263, in resolve500 return self._resolve_special('500') File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/urlresolvers.py", line 253, in _resolve_special callback = getattr(self.urlconf_module, 'handler%s' % view_type) AttributeError: 'module' object has no attribute 'handler500' ====================================================================== ERROR: test_last_login (django.contrib.auth.tests.remote_user.RemoteUserTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/auth/tests/remote_user.py", line 86, in test_last_login response = self.client.get('/remote_user/', REMOTE_USER=self.known_user) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 305, in get response = self.request(**r) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 245, in request response = self.handler(environ) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 79, in __call__ response = self.get_response(request) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/handlers/base.py", line 141, in get_response return self.handle_uncaught_exception(request, resolver, sys.exc_info()) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/handlers/base.py", line 179, in handle_uncaught_exception callback, param_dict = resolver.resolve500() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/urlresolvers.py", line 263, in resolve500 return self._resolve_special('500') File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/urlresolvers.py", line 253, in _resolve_special callback = getattr(self.urlconf_module, 'handler%s' % view_type) AttributeError: 'module' object has no attribute 'handler500' ====================================================================== ERROR: test_unknown_user (django.contrib.auth.tests.remote_user.RemoteUserTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/auth/tests/remote_user.py", line 50, in test_unknown_user response = self.client.get('/remote_user/', REMOTE_USER='newuser') File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 305, in get response = self.request(**r) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 245, in request response = self.handler(environ) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 79, in __call__ response = self.get_response(request) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/handlers/base.py", line 141, in get_response return self.handle_uncaught_exception(request, resolver, sys.exc_info()) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/handlers/base.py", line 179, in handle_uncaught_exception callback, param_dict = resolver.resolve500() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/urlresolvers.py", line 263, in resolve500 return self._resolve_special('500') File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/core/urlresolvers.py", line 253, in _resolve_special callback = getattr(self.urlconf_module, 'handler%s' % view_type) AttributeError: 'module' object has no attribute 'handler500' ====================================================================== ERROR: test_middleware_disabled_auth_user (django.contrib.messages.tests.cookie.CookieTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/messages/tests/base.py", line 204, in test_middleware_disabled_auth_user self.client.login(username='test', password='test') File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 448, in login login(request, user) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/auth/__init__.py", line 80, in login request.session.cycle_key() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/base.py", line 248, in cycle_key self.create() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/db.py", line 40, in create self.save(must_create=True) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/db.py", line 57, in save session_data = self.encode(self._get_session(no_load=must_create)), File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/base.py", line 89, in encode pickled_md5 = md5_constructor(pickled + settings.SECRET_KEY).hexdigest() UnicodeDecodeError: 'ascii' codec can't decode byte 0x80 in position 0: ordinal not in range(128) ====================================================================== ERROR: test_middleware_disabled_auth_user (django.contrib.messages.tests.fallback.FallbackTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/messages/tests/base.py", line 204, in test_middleware_disabled_auth_user self.client.login(username='test', password='test') File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 448, in login login(request, user) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/auth/__init__.py", line 80, in login request.session.cycle_key() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/base.py", line 248, in cycle_key self.create() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/db.py", line 40, in create self.save(must_create=True) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/db.py", line 57, in save session_data = self.encode(self._get_session(no_load=must_create)), File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/base.py", line 89, in encode pickled_md5 = md5_constructor(pickled + settings.SECRET_KEY).hexdigest() UnicodeDecodeError: 'ascii' codec can't decode byte 0x80 in position 0: ordinal not in range(128) ====================================================================== ERROR: test_middleware_disabled_auth_user (django.contrib.messages.tests.user_messages.LegacyFallbackTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/messages/tests/base.py", line 204, in test_middleware_disabled_auth_user self.client.login(username='test', password='test') File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 448, in login login(request, user) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/auth/__init__.py", line 80, in login request.session.cycle_key() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/base.py", line 248, in cycle_key self.create() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/db.py", line 40, in create self.save(must_create=True) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/db.py", line 57, in save session_data = self.encode(self._get_session(no_load=must_create)), File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/base.py", line 89, in encode pickled_md5 = md5_constructor(pickled + settings.SECRET_KEY).hexdigest() UnicodeDecodeError: 'ascii' codec can't decode byte 0x80 in position 0: ordinal not in range(128) ====================================================================== ERROR: test_full_request_response_cycle (django.contrib.messages.tests.session.SessionTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/messages/tests/base.py", line 164, in test_full_request_response_cycle response = self.client.post(add_url, data, follow=True) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 337, in post response = self.request(**r) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 245, in request response = self.handler(environ) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 83, in __call__ response = middleware_method(request, response) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/middleware.py", line 36, in process_response request.session.save() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/db.py", line 57, in save session_data = self.encode(self._get_session(no_load=must_create)), File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/base.py", line 89, in encode pickled_md5 = md5_constructor(pickled + settings.SECRET_KEY).hexdigest() UnicodeDecodeError: 'ascii' codec can't decode byte 0x80 in position 0: ordinal not in range(128) ====================================================================== ERROR: test_middleware_disabled_auth_user (django.contrib.messages.tests.session.SessionTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/messages/tests/base.py", line 204, in test_middleware_disabled_auth_user self.client.login(username='test', password='test') File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 448, in login login(request, user) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/auth/__init__.py", line 80, in login request.session.cycle_key() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/base.py", line 248, in cycle_key self.create() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/db.py", line 40, in create self.save(must_create=True) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/db.py", line 57, in save session_data = self.encode(self._get_session(no_load=must_create)), File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/base.py", line 89, in encode pickled_md5 = md5_constructor(pickled + settings.SECRET_KEY).hexdigest() UnicodeDecodeError: 'ascii' codec can't decode byte 0x80 in position 0: ordinal not in range(128) ====================================================================== ERROR: test_multiple_posts (django.contrib.messages.tests.session.SessionTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/messages/tests/base.py", line 189, in test_multiple_posts self.client.post(add_url, data) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 337, in post response = self.request(**r) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 245, in request response = self.handler(environ) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/client.py", line 83, in __call__ response = middleware_method(request, response) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/middleware.py", line 36, in process_response request.session.save() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/db.py", line 57, in save session_data = self.encode(self._get_session(no_load=must_create)), File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/base.py", line 89, in encode pickled_md5 = md5_constructor(pickled + settings.SECRET_KEY).hexdigest() UnicodeDecodeError: 'ascii' codec can't decode byte 0x80 in position 0: ordinal not in range(128) ====================================================================== FAIL: Doctest: django.contrib.sessions.tests ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/_doctest.py", line 2180, in runTest raise self.failureException(self.format_failure(new.getvalue())) AssertionError: Failed doctest test for django.contrib.sessions.tests File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/tests.py", line 0, in tests ---------------------------------------------------------------------- File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/tests.py", line 22, in django.contrib.sessions.tests Failed example: db_session.save() Exception raised: Traceback (most recent call last): File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/_doctest.py", line 1267, in __run compileflags, 1) in test.globs File "", line 1, in db_session.save() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/db.py", line 57, in save session_data = self.encode(self._get_session(no_load=must_create)), File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/base.py", line 89, in encode pickled_md5 = md5_constructor(pickled + settings.SECRET_KEY).hexdigest() UnicodeDecodeError: 'ascii' codec can't decode byte 0x80 in position 0: ordinal not in range(128) ---------------------------------------------------------------------- File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/tests.py", line 23, in django.contrib.sessions.tests Failed example: db_session.exists(db_session.session_key) Expected: True Got: False ---------------------------------------------------------------------- File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/tests.py", line 30, in django.contrib.sessions.tests Failed example: db_session.save() Exception raised: Traceback (most recent call last): File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/_doctest.py", line 1267, in __run compileflags, 1) in test.globs File "", line 1, in db_session.save() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/db.py", line 57, in save session_data = self.encode(self._get_session(no_load=must_create)), File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/base.py", line 89, in encode pickled_md5 = md5_constructor(pickled + settings.SECRET_KEY).hexdigest() UnicodeDecodeError: 'ascii' codec can't decode byte 0x80 in position 0: ordinal not in range(128) ---------------------------------------------------------------------- File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/tests.py", line 31, in django.contrib.sessions.tests Failed example: db_session.exists(db_session.session_key) Expected: True Got: False ---------------------------------------------------------------------- File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/tests.py", line 34, in django.contrib.sessions.tests Failed example: db_session.flush() Exception raised: Traceback (most recent call last): File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/_doctest.py", line 1267, in __run compileflags, 1) in test.globs File "", line 1, in db_session.flush() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/base.py", line 240, in flush self.create() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/db.py", line 40, in create self.save(must_create=True) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/db.py", line 57, in save session_data = self.encode(self._get_session(no_load=must_create)), File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/base.py", line 89, in encode pickled_md5 = md5_constructor(pickled + settings.SECRET_KEY).hexdigest() UnicodeDecodeError: 'ascii' codec can't decode byte 0x80 in position 0: ordinal not in range(128) ---------------------------------------------------------------------- File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/tests.py", line 42, in django.contrib.sessions.tests Failed example: db_session.save() Exception raised: Traceback (most recent call last): File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/_doctest.py", line 1267, in __run compileflags, 1) in test.globs File "", line 1, in db_session.save() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/db.py", line 57, in save session_data = self.encode(self._get_session(no_load=must_create)), File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/base.py", line 89, in encode pickled_md5 = md5_constructor(pickled + settings.SECRET_KEY).hexdigest() UnicodeDecodeError: 'ascii' codec can't decode byte 0x80 in position 0: ordinal not in range(128) ---------------------------------------------------------------------- File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/tests.py", line 45, in django.contrib.sessions.tests Failed example: db_session.cycle_key() Exception raised: Traceback (most recent call last): File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/_doctest.py", line 1267, in __run compileflags, 1) in test.globs File "", line 1, in db_session.cycle_key() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/base.py", line 248, in cycle_key self.create() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/db.py", line 40, in create self.save(must_create=True) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/db.py", line 57, in save session_data = self.encode(self._get_session(no_load=must_create)), File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/base.py", line 89, in encode pickled_md5 = md5_constructor(pickled + settings.SECRET_KEY).hexdigest() UnicodeDecodeError: 'ascii' codec can't decode byte 0x80 in position 0: ordinal not in range(128) ---------------------------------------------------------------------- File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/tests.py", line 55, in django.contrib.sessions.tests Failed example: db_session.save() Exception raised: Traceback (most recent call last): File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/_doctest.py", line 1267, in __run compileflags, 1) in test.globs File "", line 1, in db_session.save() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/db.py", line 57, in save session_data = self.encode(self._get_session(no_load=must_create)), File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/base.py", line 172, in _get_session self._session_cache = self.load() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/db.py", line 24, in load self.create() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/db.py", line 40, in create self.save(must_create=True) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/db.py", line 57, in save session_data = self.encode(self._get_session(no_load=must_create)), File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/base.py", line 89, in encode pickled_md5 = md5_constructor(pickled + settings.SECRET_KEY).hexdigest() UnicodeDecodeError: 'ascii' codec can't decode byte 0x80 in position 0: ordinal not in range(128) ---------------------------------------------------------------------- File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/tests.py", line 56, in django.contrib.sessions.tests Failed example: DatabaseSession('1').get('cat') Exception raised: Traceback (most recent call last): File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/_doctest.py", line 1267, in __run compileflags, 1) in test.globs File "", line 1, in DatabaseSession('1').get('cat') File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/base.py", line 63, in get return self._session.get(key, default) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/base.py", line 172, in _get_session self._session_cache = self.load() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/db.py", line 24, in load self.create() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/db.py", line 40, in create self.save(must_create=True) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/db.py", line 57, in save session_data = self.encode(self._get_session(no_load=must_create)), File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/base.py", line 89, in encode pickled_md5 = md5_constructor(pickled + settings.SECRET_KEY).hexdigest() UnicodeDecodeError: 'ascii' codec can't decode byte 0x80 in position 0: ordinal not in range(128) ---------------------------------------------------------------------- File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/tests.py", line 72, in django.contrib.sessions.tests Failed example: cdb_session.save() Exception raised: Traceback (most recent call last): File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/_doctest.py", line 1267, in __run compileflags, 1) in test.globs File "", line 1, in cdb_session.save() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/cached_db.py", line 28, in save super(SessionStore, self).save(must_create) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/db.py", line 57, in save session_data = self.encode(self._get_session(no_load=must_create)), File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/base.py", line 89, in encode pickled_md5 = md5_constructor(pickled + settings.SECRET_KEY).hexdigest() UnicodeDecodeError: 'ascii' codec can't decode byte 0x80 in position 0: ordinal not in range(128) ---------------------------------------------------------------------- File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/tests.py", line 73, in django.contrib.sessions.tests Failed example: cdb_session.exists(cdb_session.session_key) Expected: True Got: False ---------------------------------------------------------------------- File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/tests.py", line 98, in django.contrib.sessions.tests Failed example: file_session.save() Exception raised: Traceback (most recent call last): File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/_doctest.py", line 1267, in __run compileflags, 1) in test.globs File "", line 1, in file_session.save() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/file.py", line 121, in save os.write(output_file_fd, self.encode(session_data)) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/base.py", line 89, in encode pickled_md5 = md5_constructor(pickled + settings.SECRET_KEY).hexdigest() UnicodeDecodeError: 'ascii' codec can't decode byte 0x80 in position 0: ordinal not in range(128) ---------------------------------------------------------------------- File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/tests.py", line 107, in django.contrib.sessions.tests Failed example: file_session.save() Exception raised: Traceback (most recent call last): File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/_doctest.py", line 1267, in __run compileflags, 1) in test.globs File "", line 1, in file_session.save() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/file.py", line 121, in save os.write(output_file_fd, self.encode(session_data)) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/base.py", line 89, in encode pickled_md5 = md5_constructor(pickled + settings.SECRET_KEY).hexdigest() UnicodeDecodeError: 'ascii' codec can't decode byte 0x80 in position 0: ordinal not in range(128) ---------------------------------------------------------------------- File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/tests.py", line 111, in django.contrib.sessions.tests Failed example: file_session.flush() Exception raised: Traceback (most recent call last): File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/_doctest.py", line 1267, in __run compileflags, 1) in test.globs File "", line 1, in file_session.flush() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/base.py", line 240, in flush self.create() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/file.py", line 70, in create self.save(must_create=True) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/file.py", line 121, in save os.write(output_file_fd, self.encode(session_data)) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/base.py", line 89, in encode pickled_md5 = md5_constructor(pickled + settings.SECRET_KEY).hexdigest() UnicodeDecodeError: 'ascii' codec can't decode byte 0x80 in position 0: ordinal not in range(128) ---------------------------------------------------------------------- File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/tests.py", line 119, in django.contrib.sessions.tests Failed example: file_session.save() Exception raised: Traceback (most recent call last): File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/_doctest.py", line 1267, in __run compileflags, 1) in test.globs File "", line 1, in file_session.save() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/file.py", line 121, in save os.write(output_file_fd, self.encode(session_data)) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/base.py", line 89, in encode pickled_md5 = md5_constructor(pickled + settings.SECRET_KEY).hexdigest() UnicodeDecodeError: 'ascii' codec can't decode byte 0x80 in position 0: ordinal not in range(128) ---------------------------------------------------------------------- File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/tests.py", line 122, in django.contrib.sessions.tests Failed example: file_session.cycle_key() Exception raised: Traceback (most recent call last): File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/_doctest.py", line 1267, in __run compileflags, 1) in test.globs File "", line 1, in file_session.cycle_key() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/base.py", line 248, in cycle_key self.create() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/file.py", line 70, in create self.save(must_create=True) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/file.py", line 121, in save os.write(output_file_fd, self.encode(session_data)) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/base.py", line 89, in encode pickled_md5 = md5_constructor(pickled + settings.SECRET_KEY).hexdigest() UnicodeDecodeError: 'ascii' codec can't decode byte 0x80 in position 0: ordinal not in range(128) ---------------------------------------------------------------------- File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/tests.py", line 130, in django.contrib.sessions.tests Failed example: file_session.save() Exception raised: Traceback (most recent call last): File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/test/_doctest.py", line 1267, in __run compileflags, 1) in test.globs File "", line 1, in file_session.save() File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/file.py", line 121, in save os.write(output_file_fd, self.encode(session_data)) File "/home/regular-user/Projects/Effectiveness/ext-lib/python/django/contrib/sessions/backends/base.py", line 89, in encode pickled_md5 = md5_constructor(pickled + settings.SECRET_KEY).hexdigest() UnicodeDecodeError: 'ascii' codec can't decode byte 0x80 in position 0: ordinal not in range(128) ---------------------------------------------------------------------- Ran 187 tests in 5.646s FAILED (failures=1, errors=24) Creating test database 'default'... Creating table auth_permission Creating table auth_group_permissions Creating table auth_group Creating table auth_user_user_permissions Creating table auth_user_groups Creating table auth_user Creating table auth_message Creating table django_content_type Creating table django_session Creating table django_site Installing index for auth.Permission model Installing index for auth.Group_permissions model Installing index for auth.User_user_permissions model Installing index for auth.User_groups model Installing index for auth.Message model No fixtures found. Destroying test database 'default'...