2019-11-26T07:45:28.2800229Z ./manage.py:14:13: F401 'django' imported but unused 2019-11-26T07:45:28.2801118Z ./oppiamobile/settings.py:231:38: E203 whitespace before ',' 2019-11-26T07:45:28.2801785Z ./oppiamobile/settings.py:238:5: F403 'from oppiamobile.settings_secret import *' used; unable to detect undefined names 2019-11-26T07:45:28.2802417Z ./oppiamobile/settings.py:238:5: F401 'oppiamobile.settings_secret.*' imported but unused 2019-11-26T07:45:28.2803033Z ./oppiamobile/urls.py:17:1: F401 'django.conf.settings' imported but unused 2019-11-26T07:45:28.2803653Z ./quiz/models/__init__.py:1:1: F401 'quiz.models.question.Question' imported but unused 2019-11-26T07:45:28.2804259Z ./quiz/models/__init__.py:1:1: F401 'quiz.models.question.QuestionProps' imported but unused 2019-11-26T07:45:28.2804900Z ./quiz/models/__init__.py:2:1: F401 'quiz.models.response.Response' imported but unused 2019-11-26T07:45:28.2805906Z ./quiz/models/__init__.py:2:1: F401 'quiz.models.response.ResponseProps' imported but unused 2019-11-26T07:45:28.2806514Z ./quiz/models/__init__.py:4:1: F401 'quiz.models.quiz_models.Quiz' imported but unused 2019-11-26T07:45:28.2807130Z ./quiz/models/__init__.py:4:1: F401 'quiz.models.quiz_models.QuizProps' imported but unused 2019-11-26T07:45:28.2807745Z ./quiz/models/__init__.py:4:1: F401 'quiz.models.quiz_models.QuizQuestion' imported but unused 2019-11-26T07:45:28.2808349Z ./quiz/models/__init__.py:4:1: F401 'quiz.models.quiz_models.QuizAttempt' imported but unused 2019-11-26T07:45:28.2808966Z ./quiz/models/__init__.py:4:1: F401 'quiz.models.quiz_models.QuizAttemptResponse' imported but unused 2019-11-26T07:45:28.2809995Z ./quiz/api/serializers.py:26:5: C901 'QuizJSONSerializer.format_quiz' is too complex (25) 2019-11-26T07:45:28.2810641Z ./quiz/api/resources.py:310:5: C901 'QuizAttemptResource.hydrate' is too complex (12) 2019-11-26T07:45:28.2811506Z ./quiz/management/commands/cleanup_quizzes.py:2:1: F401 'oppia.management.commands' imported but unused 2019-11-26T07:45:28.2812237Z ./quiz/management/commands/update_short_answer_scores.py:29:5: C901 'Command.handle' is too complex (11) 2019-11-26T07:45:28.2812881Z ./quiz/management/commands/check_duplicate_quizzes.py:2:1: F401 'oppia.management.commands' imported but unused 2019-11-26T07:45:28.2813516Z ./quiz/management/commands/check_duplicate_quizzes.py:9:1: F401 'quiz.models.QuizProps' imported but unused 2019-11-26T07:45:28.2814121Z ./quiz/management/commands/check_duplicate_quizzes.py:9:1: F401 'quiz.models.Response' imported but unused 2019-11-26T07:45:28.2814753Z ./quiz/management/commands/check_duplicate_quizzes.py:9:1: F401 'quiz.models.ResponseProps' imported but unused 2019-11-26T07:45:28.2815389Z ./quiz/management/commands/check_duplicate_quizzes.py:9:1: F401 'quiz.models.Question' imported but unused 2019-11-26T07:45:28.2816033Z ./quiz/management/commands/check_duplicate_quizzes.py:9:1: F401 'quiz.models.QuestionProps' imported but unused 2019-11-26T07:45:28.2816676Z ./quiz/management/commands/check_duplicate_quizzes.py:9:1: F401 'quiz.models.QuizQuestion' imported but unused 2019-11-26T07:45:28.2817276Z ./profile/views.py:14:1: F401 'django.core.mail.send_mail' imported but unused 2019-11-26T07:45:28.2817847Z ./profile/views.py:482:1: C901 'upload_view' is too complex (15) 2019-11-26T07:45:28.2818442Z ./profile/views.py:537:21: F841 local variable 'ie' is assigned to but never used 2019-11-26T07:45:28.2819025Z ./profile/views.py:544:13: E722 do not use bare 'except' 2019-11-26T07:45:28.2819936Z ./profile/forms/upload.py:2:1: F401 'hashlib' imported but unused 2019-11-26T07:45:28.2820545Z ./profile/forms/upload.py:5:1: F401 'crispy_forms.layout.HTML' imported but unused 2019-11-26T07:45:28.2821147Z ./profile/forms/upload.py:5:1: F401 'crispy_forms.layout.Field' imported but unused 2019-11-26T07:45:28.2821721Z ./profile/forms/upload.py:5:1: F401 'crispy_forms.layout.Row' imported but unused 2019-11-26T07:45:28.2822334Z ./profile/forms/upload.py:5:1: F401 'crispy_forms.layout.Column' imported but unused 2019-11-26T07:45:28.2822942Z ./profile/forms/upload.py:7:1: F401 'django.conf.settings' imported but unused 2019-11-26T07:45:28.2823536Z ./profile/forms/upload.py:8:1: F401 'django.contrib.auth.authenticate' imported but unused 2019-11-26T07:45:28.2824130Z ./profile/forms/upload.py:9:1: F401 'django.contrib.auth.models.User' imported but unused 2019-11-26T07:45:28.2825359Z ./profile/forms/upload.py:11:1: F401 'django.core.validators.validate_email' imported but unused 2019-11-26T07:45:28.2827360Z ./profile/forms/upload.py:12:1: F401 'django.utils.safestring.mark_safe' imported but unused 2019-11-26T07:45:28.2827746Z ./profile/forms/__init__.py:1:1: F403 'from .delete import *' used; unable to detect undefined names 2019-11-26T07:45:28.2828094Z ./profile/forms/__init__.py:1:1: F401 '.delete.*' imported but unused 2019-11-26T07:45:28.2828481Z ./profile/forms/__init__.py:2:1: F403 'from .login import *' used; unable to detect undefined names 2019-11-26T07:45:28.2829041Z ./profile/forms/__init__.py:2:1: F401 '.login.*' imported but unused 2019-11-26T07:45:28.2830589Z ./profile/forms/__init__.py:3:1: F403 'from .profile import *' used; unable to detect undefined names 2019-11-26T07:45:28.2830941Z ./profile/forms/__init__.py:3:1: F401 '.profile.*' imported but unused 2019-11-26T07:45:28.2831317Z ./profile/forms/__init__.py:4:1: F403 'from .register import *' used; unable to detect undefined names 2019-11-26T07:45:28.2831668Z ./profile/forms/__init__.py:4:1: F401 '.register.*' imported but unused 2019-11-26T07:45:28.2832034Z ./profile/forms/__init__.py:5:1: F403 'from .reset import *' used; unable to detect undefined names 2019-11-26T07:45:28.2832359Z ./profile/forms/__init__.py:5:1: F401 '.reset.*' imported but unused 2019-11-26T07:45:28.2832731Z ./profile/forms/__init__.py:6:1: F403 'from .search import *' used; unable to detect undefined names 2019-11-26T07:45:28.2833232Z ./profile/forms/__init__.py:6:1: F401 '.search.*' imported but unused 2019-11-26T07:45:28.2833679Z ./profile/forms/__init__.py:7:1: F403 'from .upload import *' used; unable to detect undefined names 2019-11-26T07:45:28.2834023Z ./profile/forms/__init__.py:7:1: F401 '.upload.*' imported but unused 2019-11-26T07:45:28.2834132Z ./profile/forms/register.py:37:101: E501 line too long (106 > 100 characters) 2019-11-26T07:45:28.2834253Z ./profile/forms/reset.py:13:101: E501 line too long (107 > 100 characters) 2019-11-26T07:45:28.2834614Z ./profile/forms/search.py:4:1: F401 'crispy_forms.layout.HTML' imported but unused 2019-11-26T07:45:28.2835256Z ./profile/forms/search.py:4:1: F401 'crispy_forms.layout.Field' imported but unused 2019-11-26T07:45:28.2835665Z ./profile/forms/search.py:4:1: F401 'crispy_forms.layout.Column' imported but unused 2019-11-26T07:45:28.2835995Z ./av/models.py:2:1: F401 'datetime' imported but unused 2019-11-26T07:45:28.2836321Z ./av/models.py:3:1: F401 'hashlib' imported but unused 2019-11-26T07:45:28.2836696Z ./av/migrations/0003_auto_20171203_0845.py:4:1: F401 'django.db.models' imported but unused 2019-11-26T07:45:28.2837050Z ./av/management/commands/media_url_check.py:9:1: F401 'time' imported but unused 2019-11-26T07:45:28.2837424Z ./av/management/commands/media_url_check.py:10:1: F401 'django.db.models' imported but unused 2019-11-26T07:45:28.2837807Z ./av/management/commands/media_url_check.py:12:1: F401 'django.conf.settings' imported but unused 2019-11-26T07:45:28.2838206Z ./av/management/commands/media_url_check.py:13:1: F401 'django.core.management.base.CommandError' imported but unused 2019-11-26T07:45:28.2838589Z ./integrations/views.py:5:1: F401 'django.utils.translation.ugettext_lazy as _' imported but unused 2019-11-26T07:45:28.2838915Z ./integrations/dhis/views.py:4:1: F401 'json' imported but unused 2019-11-26T07:45:28.2839717Z ./integrations/dhis/views.py:9:1: F401 'django.http.Http404' imported but unused 2019-11-26T07:45:28.2840246Z ./integrations/dhis/views.py:12:1: F401 'django.utils.timezone' imported but unused 2019-11-26T07:45:28.2840661Z ./integrations/dhis/views.py:13:1: F401 'django.utils.translation.ugettext_lazy as _' imported but unused 2019-11-26T07:45:28.2841038Z ./integrations/xapi/urls.py:3:1: F401 'django.views.generic.TemplateView' imported but unused 2019-11-26T07:45:28.2841384Z ./integrations/xapi/views.py:7:1: F401 'django.http.Http404' imported but unused 2019-11-26T07:45:28.2841752Z ./integrations/xapi/views.py:9:1: F401 'django.template.RequestContext' imported but unused 2019-11-26T07:45:28.2842109Z ./integrations/xapi/views.py:12:1: F401 'oppia.models.Course' imported but unused 2019-11-26T07:45:28.2842459Z ./integrations/xapi/views.py:13:1: F401 'quiz.models.Quiz' imported but unused 2019-11-26T07:45:28.2842820Z ./settings/migrations/0004_auto_20171128_1715.py:4:1: F401 'django.db.models' imported but unused 2019-11-26T07:45:28.2843192Z ./settings/migrations/0006_insert_cartodb.py:4:1: F401 'django.conf.settings' imported but unused 2019-11-26T07:45:28.2843576Z ./settings/migrations/0007_insert_hostname.py:4:1: F401 'django.conf.settings' imported but unused 2019-11-26T07:45:28.2844136Z ./helpers/templatetags/query_string.py:70:9: E722 do not use bare 'except' 2019-11-26T07:45:28.2844490Z ./api/resources.py:6:1: F401 'wsgiref.util.FileWrapper' imported but unused 2019-11-26T07:45:28.2844829Z ./api/resources.py:14:1: F401 'django.core.mail.send_mail' imported but unused 2019-11-26T07:45:28.2845174Z ./api/resources.py:35:1: F401 'oppia.models.Cohort' imported but unused 2019-11-26T07:45:28.2845524Z ./api/resources.py:46:1: F811 redefinition of unused 'emailer' from line 34 2019-11-26T07:45:28.2845875Z ./api/resources.py:190:5: C901 'RegisterResource.obj_create' is too complex (11) 2019-11-26T07:45:28.2846226Z ./api/resources.py:401:5: C901 'TrackerResource.process_tracker_bundle' is too complex (13) 2019-11-26T07:45:28.2846592Z ./api/resources.py:598:5: C901 'CourseResource.download_course' is too complex (12) 2019-11-26T07:45:28.2847054Z ./api/publish.py:8:1: F401 'django.http.HttpResponseRedirect' imported but unused 2019-11-26T07:45:28.2847467Z ./api/publish.py:8:1: F401 'django.http.Http404' imported but unused 2019-11-26T07:45:28.2847807Z ./api/urls.py:1:1: F401 'django.conf.settings' imported but unused 2019-11-26T07:45:28.2848164Z ./api/validation.py:2:1: F401 'django.utils.translation.ugettext_lazy as _' imported but unused 2019-11-26T07:45:28.2848522Z ./gamification/forms.py:5:1: F401 'django.conf.settings' imported but unused 2019-11-26T07:45:28.2848867Z ./gamification/forms.py:6:1: F401 'django.urls.reverse' imported but unused 2019-11-26T07:45:28.2849487Z ./gamification/forms.py:9:1: F401 'gamification.models.DefaultGamificationEvent' imported but unused 2019-11-26T07:45:28.2849903Z ./gamification/models.py:2:1: F401 'datetime' imported but unused 2019-11-26T07:45:28.2850253Z ./gamification/models.py:4:1: F401 'django.conf.settings' imported but unused 2019-11-26T07:45:28.2850600Z ./gamification/models.py:11:1: F401 'quiz.models.Quiz' imported but unused 2019-11-26T07:45:28.2850974Z ./gamification/views.py:5:1: F401 'django.http.HttpResponseRedirect' imported but unused 2019-11-26T07:45:28.2851334Z ./gamification/views.py:7:1: F401 'django.urls.reverse' imported but unused 2019-11-26T07:45:28.2851685Z ./gamification/views.py:9:1: F401 'gamification.forms.EditCoursePointsForm' imported but unused 2019-11-26T07:45:28.2852055Z ./gamification/views.py:9:1: F401 'gamification.forms.EditActivityPointsForm' imported but unused 2019-11-26T07:45:28.2852424Z ./gamification/views.py:9:1: F401 'gamification.forms.EditMediaPointsForm' imported but unused 2019-11-26T07:45:28.2852814Z ./gamification/views.py:13:1: F403 'from gamification.models import *' used; unable to detect undefined names 2019-11-26T07:45:28.2853150Z ./gamification/views.py:15:1: F401 'oppia.models.Section' imported but unused 2019-11-26T07:45:28.2853531Z ./gamification/views.py:16:1: F403 'from oppia.permissions import *' used; unable to detect undefined names 2019-11-26T07:45:28.2853960Z ./gamification/views.py:28:39: F405 'timezone' may be undefined, or defined from star imports: gamification.models, oppia.permissions 2019-11-26T07:45:28.2854390Z ./gamification/views.py:34:36: F405 'Course' may be undefined, or defined from star imports: gamification.models, oppia.permissions 2019-11-26T07:45:28.2854829Z ./gamification/views.py:54:28: F405 'CourseGamificationEvent' may be undefined, or defined from star imports: gamification.models, oppia.permissions 2019-11-26T07:45:28.2855249Z ./gamification/views.py:59:33: F405 'DefaultGamificationEvent' may be undefined, or defined from star imports: gamification.models, oppia.permissions 2019-11-26T07:45:28.2855689Z ./gamification/views.py:60:28: F405 'DefaultGamificationEvent' may be undefined, or defined from star imports: gamification.models, oppia.permissions 2019-11-26T07:45:28.2856116Z ./gamification/views.py:66:5: F405 'CourseGamificationEvent' may be undefined, or defined from star imports: gamification.models, oppia.permissions 2019-11-26T07:45:28.2856557Z ./gamification/views.py:68:29: F405 'CourseGamificationEvent' may be undefined, or defined from star imports: gamification.models, oppia.permissions 2019-11-26T07:45:28.2857179Z ./gamification/views.py:78:5: F405 'CourseGamificationEvent' may be undefined, or defined from star imports: gamification.models, oppia.permissions 2019-11-26T07:45:28.2857617Z ./gamification/views.py:80:29: F405 'CourseGamificationEvent' may be undefined, or defined from star imports: gamification.models, oppia.permissions 2019-11-26T07:45:28.2858036Z ./gamification/views.py:93:5: F405 'ActivityGamificationEvent' may be undefined, or defined from star imports: gamification.models, oppia.permissions 2019-11-26T07:45:28.2858477Z ./gamification/views.py:95:31: F405 'ActivityGamificationEvent' may be undefined, or defined from star imports: gamification.models, oppia.permissions 2019-11-26T07:45:28.2858916Z ./gamification/views.py:107:5: F405 'MediaGamificationEvent' may be undefined, or defined from star imports: gamification.models, oppia.permissions 2019-11-26T07:45:28.2859757Z ./gamification/views.py:109:28: F405 'MediaGamificationEvent' may be undefined, or defined from star imports: gamification.models, oppia.permissions 2019-11-26T07:45:28.2860239Z ./gamification/views.py:120:1: C901 'edit_course_gamification' is too complex (17) 2019-11-26T07:45:28.2860671Z ./gamification/views.py:121:12: F405 'can_edit_course' may be undefined, or defined from star imports: gamification.models, oppia.permissions 2019-11-26T07:45:28.2861078Z ./gamification/views.py:122:15: F405 'exceptions' may be undefined, or defined from star imports: gamification.models, oppia.permissions 2019-11-26T07:45:28.2861494Z ./gamification/views.py:124:32: F405 'Course' may be undefined, or defined from star imports: gamification.models, oppia.permissions 2019-11-26T07:45:28.2861930Z ./gamification/views.py:148:25: F405 'CourseGamificationEvent' may be undefined, or defined from star imports: gamification.models, oppia.permissions 2019-11-26T07:45:28.2862370Z ./gamification/views.py:152:25: F405 'CourseGamificationEvent' may be undefined, or defined from star imports: gamification.models, oppia.permissions 2019-11-26T07:45:28.2862817Z ./gamification/views.py:158:25: F405 'ActivityGamificationEvent' may be undefined, or defined from star imports: gamification.models, oppia.permissions 2019-11-26T07:45:28.2863261Z ./gamification/views.py:162:25: F405 'ActivityGamificationEvent' may be undefined, or defined from star imports: gamification.models, oppia.permissions 2019-11-26T07:45:28.2863679Z ./gamification/views.py:168:25: F405 'MediaGamificationEvent' may be undefined, or defined from star imports: gamification.models, oppia.permissions 2019-11-26T07:45:28.2864126Z ./gamification/views.py:172:25: F405 'MediaGamificationEvent' may be undefined, or defined from star imports: gamification.models, oppia.permissions 2019-11-26T07:45:28.2864545Z ./gamification/views.py:191:13: F405 'Media' may be undefined, or defined from star imports: gamification.models, oppia.permissions 2019-11-26T07:45:28.2864985Z ./gamification/views.py:195:19: F405 'DefaultGamificationEvent' may be undefined, or defined from star imports: gamification.models, oppia.permissions 2019-11-26T07:45:28.2865426Z ./gamification/views.py:196:24: F405 'DefaultGamificationEvent' may be undefined, or defined from star imports: gamification.models, oppia.permissions 2019-11-26T07:45:28.2865852Z ./gamification/views.py:197:21: F405 'DefaultGamificationEvent' may be undefined, or defined from star imports: gamification.models, oppia.permissions 2019-11-26T07:45:28.2866260Z ./gamification/views.py:198:23: F405 'DefaultGamificationEvent' may be undefined, or defined from star imports: gamification.models, oppia.permissions 2019-11-26T07:45:28.2866690Z ./gamification/views.py:199:17: F405 'DefaultGamificationEvent' may be undefined, or defined from star imports: gamification.models, oppia.permissions 2019-11-26T07:45:28.2867123Z ./gamification/views.py:200:23: F405 'DefaultGamificationEvent' may be undefined, or defined from star imports: gamification.models, oppia.permissions 2019-11-26T07:45:28.2867700Z ./gamification/views.py:201:18: F405 'DefaultGamificationEvent' may be undefined, or defined from star imports: gamification.models, oppia.permissions 2019-11-26T07:45:28.2868133Z ./gamification/views.py:202:23: F405 'DefaultGamificationEvent' may be undefined, or defined from star imports: gamification.models, oppia.permissions 2019-11-26T07:45:28.2868559Z ./gamification/views.py:205:21: F405 'CourseGamificationEvent' may be undefined, or defined from star imports: gamification.models, oppia.permissions 2019-11-26T07:45:28.2868891Z ./summary/cron.py:8:1: C901 'update_summaries' is too complex (12) 2019-11-26T07:45:28.2869232Z ./summary/views.py:1:1: F401 'django.shortcuts.render' imported but unused 2019-11-26T07:45:28.2869902Z ./summary/tests.py:1:1: F401 'django.test.TestCase' imported but unused 2019-11-26T07:45:28.2870298Z ./summary/models/__init__.py:1:1: F401 'summary.models.course_daily_stats.CourseDailyStats' imported but unused 2019-11-26T07:45:28.2870801Z ./summary/models/__init__.py:2:1: F401 'summary.models.user_course_summary.UserCourseSummary' imported but unused 2019-11-26T07:45:28.2871261Z ./summary/models/__init__.py:3:1: F401 'summary.models.user_points_summary.UserPointsSummary' imported but unused 2019-11-26T07:45:28.2871653Z ./summary/migrations/0004_delete_settingproperties.py:4:1: F401 'django.db.models' imported but unused 2019-11-26T07:45:28.2872022Z ./viz/models.py:3:1: F401 'django.utils.translation.ugettext_lazy as _' imported but unused 2019-11-26T07:45:28.2872374Z ./viz/views.py:7:1: F401 'django.core.exceptions' imported but unused 2019-11-26T07:45:28.2872705Z ./viz/management/commands/ip2location.py:48:5: E722 do not use bare 'except' 2019-11-26T07:45:28.2873053Z ./reports/views.py:3:1: F401 'django.core.exceptions' imported but unused 2019-11-26T07:45:28.2873442Z ./tests/test_course_upload.py:3:1: F401 'django.core.files.uploadedfile.SimpleUploadedFile' imported but unused 2019-11-26T07:45:28.2873816Z ./tests/test_course_upload.py:5:1: F401 'django.test.client.Client' imported but unused 2019-11-26T07:45:28.2874196Z ./tests/test_course_upload.py:6:1: F401 'django.contrib.auth.models.User' imported but unused 2019-11-26T07:45:28.2874568Z ./tests/test_course_upload.py:8:1: F403 'from tests.utils import *' used; unable to detect undefined names 2019-11-26T07:45:28.2875202Z ./tests/test_course_upload.py:10:1: F403 'from tests.user_logins import *' used; unable to detect undefined names 2019-11-26T07:45:28.2875694Z ./tests/test_course_upload.py:28:40: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.2876116Z ./tests/test_course_upload.py:29:40: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.2876533Z ./tests/test_course_upload.py:30:41: F405 'reverse' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.2876943Z ./tests/test_course_upload.py:34:34: F405 'reverse' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.2877092Z ./tests/quiz/test_quiz_attempt.py:191:17: E122 continuation line missing indentation or outdented 2019-11-26T07:45:28.2877491Z ./tests/quiz/management/test_update_short_answer_scores.py:2:1: F401 'django.test.client.Client' imported but unused 2019-11-26T07:45:28.2877897Z ./tests/quiz/management/test_update_short_answer_scores.py:3:1: F401 'django.contrib.auth.models.User' imported but unused 2019-11-26T07:45:28.2878323Z ./tests/quiz/management/test_update_short_answer_scores.py:5:1: F403 'from tests.utils import *' used; unable to detect undefined names 2019-11-26T07:45:28.2882054Z ./tests/quiz/management/test_update_short_answer_scores.py:5:1: F401 'tests.utils.*' imported but unused 2019-11-26T07:45:28.2882426Z ./tests/profile/views/test_view_export.py:1:1: F401 'django.forms' imported but unused 2019-11-26T07:45:28.2882824Z ./tests/profile/views/test_view_export.py:5:1: F401 'django.contrib.auth.models.User' imported but unused 2019-11-26T07:45:28.2883447Z ./tests/profile/views/test_view_export.py:7:1: F403 'from tests.user_logins import *' used; unable to detect undefined names 2019-11-26T07:45:28.2883857Z ./tests/profile/views/test_view_export.py:8:1: F403 'from tests.defaults import *' used; unable to detect undefined names 2019-11-26T07:45:28.2884781Z ./tests/profile/views/test_view_export.py:24:26: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2885230Z ./tests/profile/views/test_view_export.py:24:38: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2885667Z ./tests/profile/views/test_view_export.py:25:29: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2886224Z ./tests/profile/views/test_view_export.py:25:43: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2886670Z ./tests/profile/views/test_user_activity.py:2:1: F401 'django.forms' imported but unused 2019-11-26T07:45:28.2887059Z ./tests/profile/views/test_user_activity.py:6:1: F401 'django.contrib.auth.models.User' imported but unused 2019-11-26T07:45:28.2887464Z ./tests/profile/views/test_user_activity.py:8:1: F403 'from tests.user_logins import *' used; unable to detect undefined names 2019-11-26T07:45:28.2887869Z ./tests/profile/views/test_user_activity.py:24:26: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2888286Z ./tests/profile/views/test_user_activity.py:24:38: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2888709Z ./tests/profile/views/test_user_activity.py:24:50: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2889131Z ./tests/profile/views/test_user_activity.py:24:64: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2890009Z ./tests/profile/views/test_user_activity.py:35:54: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2890440Z ./tests/profile/views/test_user_activity.py:36:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2890835Z ./tests/profile/views/test_user_activity.py:37:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2891256Z ./tests/profile/views/test_user_activity.py:42:54: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2891672Z ./tests/profile/views/test_user_activity.py:43:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2892108Z ./tests/profile/views/test_user_activity.py:44:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2892538Z ./tests/profile/views/test_user_activity.py:49:54: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2892938Z ./tests/profile/views/test_user_activity.py:50:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2893356Z ./tests/profile/views/test_user_activity.py:51:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2893772Z ./tests/profile/views/test_user_activity.py:57:54: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2894181Z ./tests/profile/views/test_user_activity.py:58:36: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2894598Z ./tests/profile/views/test_user_activity.py:59:36: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2895001Z ./tests/profile/views/test_user_activity.py:64:54: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2895614Z ./tests/profile/views/test_user_activity.py:65:36: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2896038Z ./tests/profile/views/test_user_activity.py:66:36: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2896459Z ./tests/profile/views/test_user_activity.py:71:54: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2896866Z ./tests/profile/views/test_user_activity.py:72:36: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2897272Z ./tests/profile/views/test_user_activity.py:73:36: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2897758Z ./tests/profile/views/test_user_activity.py:79:54: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2898242Z ./tests/profile/views/test_user_activity.py:80:36: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2898664Z ./tests/profile/views/test_user_activity.py:81:36: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2899073Z ./tests/profile/views/test_user_activity.py:86:54: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2900049Z ./tests/profile/views/test_user_activity.py:87:36: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2900472Z ./tests/profile/views/test_user_activity.py:88:36: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2900903Z ./tests/profile/views/test_user_activity.py:93:54: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2901341Z ./tests/profile/views/test_user_activity.py:94:36: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2901758Z ./tests/profile/views/test_user_activity.py:95:36: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2902167Z ./tests/profile/views/test_user_activity.py:101:54: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2902581Z ./tests/profile/views/test_user_activity.py:102:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2902985Z ./tests/profile/views/test_user_activity.py:103:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2903417Z ./tests/profile/views/test_user_activity.py:108:54: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2903848Z ./tests/profile/views/test_user_activity.py:109:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2904265Z ./tests/profile/views/test_user_activity.py:110:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2904684Z ./tests/profile/views/test_user_activity.py:115:54: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2905088Z ./tests/profile/views/test_user_activity.py:116:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2905508Z ./tests/profile/views/test_user_activity.py:117:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2905877Z ./tests/profile/views/test_view_search.py:1:1: F401 'django.forms' imported but unused 2019-11-26T07:45:28.2906264Z ./tests/profile/views/test_view_search.py:5:1: F401 'django.contrib.auth.models.User' imported but unused 2019-11-26T07:45:28.2906888Z ./tests/profile/views/test_view_search.py:7:1: F403 'from tests.user_logins import *' used; unable to detect undefined names 2019-11-26T07:45:28.2907281Z ./tests/profile/views/test_view_search.py:8:1: F403 'from tests.defaults import *' used; unable to detect undefined names 2019-11-26T07:45:28.2907721Z ./tests/profile/views/test_view_search.py:24:26: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2908162Z ./tests/profile/views/test_view_search.py:24:38: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2908604Z ./tests/profile/views/test_view_search.py:25:29: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2909129Z ./tests/profile/views/test_view_search.py:25:43: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2909928Z ./tests/profile/views/test_view_upload.py:2:1: F401 'django.forms' imported but unused 2019-11-26T07:45:28.2910318Z ./tests/profile/views/test_view_upload.py:6:1: F401 'django.contrib.auth.models.User' imported but unused 2019-11-26T07:45:28.2910733Z ./tests/profile/views/test_view_upload.py:8:1: F403 'from tests.user_logins import *' used; unable to detect undefined names 2019-11-26T07:45:28.2911140Z ./tests/profile/views/test_view_upload.py:9:1: F403 'from tests.defaults import *' used; unable to detect undefined names 2019-11-26T07:45:28.2911572Z ./tests/profile/views/test_view_upload.py:25:26: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2912020Z ./tests/profile/views/test_view_upload.py:26:29: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2912456Z ./tests/profile/views/test_view_upload.py:26:41: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2912893Z ./tests/profile/views/test_view_upload.py:26:55: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2913339Z ./tests/profile/views/test_view_upload.py:39:47: F405 'UNAUTHORISED_TEMPLATE' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2913731Z ./tests/profile/views/test_view_course_activity.py:1:1: F401 'django.forms' imported but unused 2019-11-26T07:45:28.2914124Z ./tests/profile/views/test_view_course_activity.py:5:1: F401 'django.contrib.auth.models.User' imported but unused 2019-11-26T07:45:28.2914544Z ./tests/profile/views/test_view_course_activity.py:7:1: F403 'from tests.user_logins import *' used; unable to detect undefined names 2019-11-26T07:45:28.2915540Z ./tests/profile/views/test_view_course_activity.py:8:1: F403 'from tests.defaults import *' used; unable to detect undefined names 2019-11-26T07:45:28.2916045Z ./tests/profile/views/test_view_course_activity.py:25:26: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2916500Z ./tests/profile/views/test_view_course_activity.py:25:38: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2916948Z ./tests/profile/views/test_view_course_activity.py:25:50: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2917393Z ./tests/profile/views/test_view_course_activity.py:25:64: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2917837Z ./tests/profile/views/test_view_course_activity.py:38:47: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2918484Z ./tests/profile/views/test_view_course_activity.py:40:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2918918Z ./tests/profile/views/test_view_course_activity.py:41:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2919649Z ./tests/profile/views/test_view_course_activity.py:46:47: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2920147Z ./tests/profile/views/test_view_course_activity.py:48:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2920586Z ./tests/profile/views/test_view_course_activity.py:49:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2921167Z ./tests/profile/views/test_view_course_activity.py:54:47: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2921681Z ./tests/profile/views/test_view_course_activity.py:56:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2922105Z ./tests/profile/views/test_view_course_activity.py:57:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2922544Z ./tests/profile/views/test_view_course_activity.py:64:47: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2922982Z ./tests/profile/views/test_view_course_activity.py:66:36: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2923426Z ./tests/profile/views/test_view_course_activity.py:67:36: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2923871Z ./tests/profile/views/test_view_course_activity.py:72:47: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2924305Z ./tests/profile/views/test_view_course_activity.py:74:36: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2924724Z ./tests/profile/views/test_view_course_activity.py:75:36: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2925163Z ./tests/profile/views/test_view_course_activity.py:80:47: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2925601Z ./tests/profile/views/test_view_course_activity.py:82:36: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2926043Z ./tests/profile/views/test_view_course_activity.py:83:36: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2926487Z ./tests/profile/views/test_view_course_activity.py:90:47: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2926927Z ./tests/profile/views/test_view_course_activity.py:92:36: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2927352Z ./tests/profile/views/test_view_course_activity.py:93:36: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2927811Z ./tests/profile/views/test_view_course_activity.py:95:43: F405 'UNAUTHORISED_TEMPLATE' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2928259Z ./tests/profile/views/test_view_course_activity.py:98:47: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2928848Z ./tests/profile/views/test_view_course_activity.py:100:36: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2929573Z ./tests/profile/views/test_view_course_activity.py:101:36: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2930116Z ./tests/profile/views/test_view_course_activity.py:103:43: F405 'UNAUTHORISED_TEMPLATE' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2930556Z ./tests/profile/views/test_view_course_activity.py:106:47: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2931128Z ./tests/profile/views/test_view_course_activity.py:108:36: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2931704Z ./tests/profile/views/test_view_course_activity.py:109:36: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2932173Z ./tests/profile/views/test_view_course_activity.py:111:43: F405 'UNAUTHORISED_TEMPLATE' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2932616Z ./tests/profile/views/test_view_course_activity.py:116:47: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2933061Z ./tests/profile/views/test_view_course_activity.py:118:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2933488Z ./tests/profile/views/test_view_course_activity.py:119:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2933954Z ./tests/profile/views/test_view_course_activity.py:121:43: F405 'UNAUTHORISED_TEMPLATE' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2934412Z ./tests/profile/views/test_view_course_activity.py:124:47: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2934856Z ./tests/profile/views/test_view_course_activity.py:126:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2935298Z ./tests/profile/views/test_view_course_activity.py:127:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2935748Z ./tests/profile/views/test_view_course_activity.py:129:43: F405 'UNAUTHORISED_TEMPLATE' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2936184Z ./tests/profile/views/test_view_course_activity.py:132:47: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2936638Z ./tests/profile/views/test_view_course_activity.py:134:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2937083Z ./tests/profile/views/test_view_course_activity.py:135:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2937538Z ./tests/profile/views/test_view_course_activity.py:137:43: F405 'UNAUTHORISED_TEMPLATE' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2937909Z ./tests/profile/views/test_view_list.py:1:1: F401 'django.forms' imported but unused 2019-11-26T07:45:28.2938295Z ./tests/profile/views/test_view_list.py:5:1: F401 'django.contrib.auth.models.User' imported but unused 2019-11-26T07:45:28.2938694Z ./tests/profile/views/test_view_list.py:7:1: F403 'from tests.user_logins import *' used; unable to detect undefined names 2019-11-26T07:45:28.2939494Z ./tests/profile/views/test_view_list.py:8:1: F403 'from tests.defaults import *' used; unable to detect undefined names 2019-11-26T07:45:28.2940018Z ./tests/profile/views/test_view_list.py:24:26: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2940450Z ./tests/profile/views/test_view_list.py:24:38: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2940882Z ./tests/profile/views/test_view_list.py:25:29: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2941297Z ./tests/profile/views/test_view_list.py:25:43: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.2941671Z ./tests/profile/views/test_view_badges.py:2:1: F401 'django.forms' imported but unused 2019-11-26T07:45:28.2942186Z ./tests/profile/views/test_view_badges.py:6:1: F401 'django.contrib.auth.models.User' imported but unused 2019-11-26T07:45:28.2942664Z ./tests/profile/views/test_view_badges.py:8:1: F403 'from tests.user_logins import *' used; unable to detect undefined names 2019-11-26T07:45:28.2943090Z ./tests/profile/views/test_view_badges.py:22:26: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2943493Z ./tests/profile/views/test_view_badges.py:22:38: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2943917Z ./tests/profile/views/test_view_badges.py:22:50: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2944339Z ./tests/profile/views/test_view_badges.py:22:64: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2944739Z ./tests/profile/views/test_view_login.py:5:1: F401 'django.contrib.auth.models.User' imported but unused 2019-11-26T07:45:28.2945149Z ./tests/profile/views/test_view_login.py:7:1: F403 'from tests.user_logins import *' used; unable to detect undefined names 2019-11-26T07:45:28.2945563Z ./tests/profile/views/test_view_login.py:21:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2945963Z ./tests/profile/views/test_view_login.py:22:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2946376Z ./tests/profile/views/test_view_login.py:27:36: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2946789Z ./tests/profile/views/test_view_login.py:28:36: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2947196Z ./tests/profile/views/test_view_login.py:33:36: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2947619Z ./tests/profile/views/test_view_login.py:34:36: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2948030Z ./tests/profile/views/test_view_login.py:40:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2948447Z ./tests/profile/views/test_view_login.py:41:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2948852Z ./tests/profile/views/test_edit.py:8:1: F403 'from tests.user_logins import *' used; unable to detect undefined names 2019-11-26T07:45:28.2949479Z ./tests/profile/views/test_edit.py:23:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2949976Z ./tests/profile/views/test_edit.py:24:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2950384Z ./tests/profile/views/test_edit.py:29:36: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2950997Z ./tests/profile/views/test_edit.py:30:36: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2951413Z ./tests/profile/views/test_edit.py:35:36: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2951821Z ./tests/profile/views/test_edit.py:36:36: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2952227Z ./tests/profile/views/test_edit.py:41:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2952616Z ./tests/profile/views/test_edit.py:42:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2953026Z ./tests/profile/views/test_edit.py:49:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2953530Z ./tests/profile/views/test_edit.py:50:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2954003Z ./tests/profile/views/test_edit.py:62:36: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2954408Z ./tests/profile/views/test_edit.py:63:36: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2954814Z ./tests/profile/views/test_edit.py:75:36: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2955493Z ./tests/profile/views/test_edit.py:76:36: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2955915Z ./tests/profile/views/test_edit.py:88:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2956334Z ./tests/profile/views/test_edit.py:89:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2956747Z ./tests/profile/views/test_edit.py:101:22: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2957149Z ./tests/profile/views/test_edit.py:103:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2957533Z ./tests/profile/views/test_edit.py:104:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2957938Z ./tests/profile/views/test_edit.py:115:22: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2958340Z ./tests/profile/views/test_edit.py:120:22: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2958737Z ./tests/profile/views/test_edit.py:122:36: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2959145Z ./tests/profile/views/test_edit.py:123:36: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2959862Z ./tests/profile/views/test_edit.py:133:22: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2960293Z ./tests/profile/views/test_edit.py:138:22: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2960704Z ./tests/profile/views/test_edit.py:140:36: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2961109Z ./tests/profile/views/test_edit.py:141:36: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2961514Z ./tests/profile/views/test_edit.py:151:22: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2961918Z ./tests/profile/views/test_edit.py:156:22: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2962336Z ./tests/profile/views/test_edit.py:158:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2962954Z ./tests/profile/views/test_edit.py:159:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2963362Z ./tests/profile/views/test_edit.py:169:22: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2963763Z ./tests/profile/views/test_edit.py:174:22: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2964164Z ./tests/profile/views/test_edit.py:176:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2964555Z ./tests/profile/views/test_edit.py:177:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2965064Z ./tests/profile/views/test_edit.py:188:22: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2965532Z ./tests/profile/views/test_edit.py:193:22: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2965938Z ./tests/profile/views/test_edit.py:195:36: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2966341Z ./tests/profile/views/test_edit.py:196:36: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2966729Z ./tests/profile/views/test_edit.py:207:22: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2967132Z ./tests/profile/views/test_edit.py:212:22: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2967544Z ./tests/profile/views/test_edit.py:214:36: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2967956Z ./tests/profile/views/test_edit.py:215:36: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2968375Z ./tests/profile/views/test_edit.py:226:22: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2968763Z ./tests/profile/views/test_edit.py:231:22: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2969168Z ./tests/profile/views/test_edit.py:233:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2969885Z ./tests/profile/views/test_edit.py:234:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2970303Z ./tests/profile/views/test_edit.py:245:22: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2970716Z ./tests/profile/views/test_edit.py:249:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2971132Z ./tests/profile/views/test_edit.py:250:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2971523Z ./tests/profile/views/test_edit.py:261:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2971928Z ./tests/profile/views/test_edit.py:262:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2972332Z ./tests/profile/views/test_edit.py:269:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2972734Z ./tests/profile/views/test_edit.py:275:36: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2973132Z ./tests/profile/views/test_edit.py:276:36: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2973520Z ./tests/profile/views/test_edit.py:287:36: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2974108Z ./tests/profile/views/test_edit.py:288:36: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2974511Z ./tests/profile/views/test_edit.py:295:36: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2974914Z ./tests/profile/views/test_edit.py:300:36: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2975322Z ./tests/profile/views/test_edit.py:301:36: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2975713Z ./tests/profile/views/test_edit.py:312:36: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2976209Z ./tests/profile/views/test_edit.py:313:36: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2976680Z ./tests/profile/views/test_edit.py:320:36: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2977088Z ./tests/profile/views/test_edit.py:326:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2977495Z ./tests/profile/views/test_edit.py:327:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2977883Z ./tests/profile/views/test_edit.py:338:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2978294Z ./tests/profile/views/test_edit.py:339:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2978705Z ./tests/profile/views/test_edit.py:346:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2979125Z ./tests/profile/views/test_edit.py:352:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2979838Z ./tests/profile/views/test_edit.py:353:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2980260Z ./tests/profile/views/test_edit.py:365:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2980650Z ./tests/profile/views/test_edit.py:371:36: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2981061Z ./tests/profile/views/test_edit.py:372:36: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2981471Z ./tests/profile/views/test_edit.py:384:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2981887Z ./tests/profile/views/test_edit.py:390:36: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2982307Z ./tests/profile/views/test_edit.py:391:36: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2982700Z ./tests/profile/views/test_edit.py:404:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2983111Z ./tests/profile/views/test_edit.py:405:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2983510Z ./tests/profile/views/test_edit.py:417:5: F811 redefinition of unused 'test_edit_own_password_user' from line 325 2019-11-26T07:45:28.2983914Z ./tests/profile/views/test_edit.py:418:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2984319Z ./tests/profile/views/test_edit.py:419:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2984713Z ./tests/profile/views/test_edit.py:431:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2985306Z ./tests/profile/views/test_edit.py:432:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2985716Z ./tests/profile/views/test_edit.py:437:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2986118Z ./tests/profile/views/test_edit.py:438:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2986525Z ./tests/profile/views/test_edit.py:449:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2986916Z ./tests/profile/views/test_edit.py:450:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2987438Z ./tests/profile/views/test_edit.py:460:36: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2987906Z ./tests/profile/views/test_edit.py:461:36: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2988315Z ./tests/profile/views/test_edit.py:471:36: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2988721Z ./tests/profile/views/test_edit.py:472:36: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2989129Z ./tests/profile/views/test_edit.py:482:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2989997Z ./tests/profile/views/test_edit.py:483:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2990428Z ./tests/profile/views/test_edit.py:493:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2990844Z ./tests/profile/views/test_edit.py:494:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2991257Z ./tests/profile/views/test_edit.py:501:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2991665Z ./tests/profile/views/test_edit.py:502:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2992053Z ./tests/profile/views/test_edit.py:509:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2992461Z ./tests/profile/views/test_edit.py:510:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2992866Z ./tests/profile/views/test_edit.py:517:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2993274Z ./tests/profile/views/test_edit.py:518:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2993685Z ./tests/profile/views/test_edit.py:525:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2994074Z ./tests/profile/views/test_edit.py:526:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2994482Z ./tests/profile/views/test_edit.py:533:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2994884Z ./tests/profile/views/test_edit.py:534:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2995438Z ./tests/profile/views/test_view_points.py:2:1: F401 'django.forms' imported but unused 2019-11-26T07:45:28.2995833Z ./tests/profile/views/test_view_points.py:6:1: F401 'django.contrib.auth.models.User' imported but unused 2019-11-26T07:45:28.2996234Z ./tests/profile/views/test_view_points.py:8:1: F403 'from tests.user_logins import *' used; unable to detect undefined names 2019-11-26T07:45:28.2996858Z ./tests/profile/views/test_view_points.py:22:26: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2997276Z ./tests/profile/views/test_view_points.py:22:38: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2997693Z ./tests/profile/views/test_view_points.py:22:50: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2998108Z ./tests/profile/views/test_view_points.py:22:64: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.2998480Z ./tests/av/test_media_pages.py:3:1: F403 'from tests.utils import *' used; unable to detect undefined names 2019-11-26T07:45:28.2998878Z ./tests/av/test_media_pages.py:5:1: F403 'from tests.user_logins import *' used; unable to detect undefined names 2019-11-26T07:45:28.2999693Z ./tests/av/test_media_pages.py:18:15: F405 'reverse' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3000239Z ./tests/av/test_media_pages.py:19:26: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3000663Z ./tests/av/test_media_pages.py:19:38: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3001082Z ./tests/av/test_media_pages.py:19:50: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3001491Z ./tests/av/test_media_pages.py:19:64: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3001865Z ./tests/av/test_media_upload.py:5:1: F401 'django.test.client.Client' imported but unused 2019-11-26T07:45:28.3002241Z ./tests/av/test_media_upload.py:6:1: F401 'django.contrib.auth.models.User' imported but unused 2019-11-26T07:45:28.3002630Z ./tests/av/test_media_upload.py:8:1: F403 'from tests.utils import *' used; unable to detect undefined names 2019-11-26T07:45:28.3003009Z ./tests/av/test_media_upload.py:10:1: F401 'av.forms.UploadMediaForm' imported but unused 2019-11-26T07:45:28.3003363Z ./tests/av/test_media_upload.py:11:1: F401 'av.models.UploadedMedia' imported but unused 2019-11-26T07:45:28.3003761Z ./tests/av/test_media_upload.py:13:1: F403 'from tests.user_logins import *' used; unable to detect undefined names 2019-11-26T07:45:28.3004187Z ./tests/av/test_media_upload.py:35:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3004612Z ./tests/av/test_media_upload.py:36:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3005027Z ./tests/av/test_media_upload.py:37:37: F405 'reverse' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3005441Z ./tests/av/test_media_upload.py:40:30: F405 'reverse' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3005845Z ./tests/av/test_permissions.py:3:1: F403 'from tests.utils import *' used; unable to detect undefined names 2019-11-26T07:45:28.3006239Z ./tests/av/test_permissions.py:5:1: F403 'from tests.user_logins import *' used; unable to detect undefined names 2019-11-26T07:45:28.3006644Z ./tests/av/test_permissions.py:16:26: F405 'reverse' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3007057Z ./tests/av/test_permissions.py:24:17: F405 'reverse' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3007458Z ./tests/av/test_permissions.py:39:17: F405 'reverse' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3007883Z ./tests/av/test_permissions.py:50:49: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3008464Z ./tests/av/test_permissions.py:53:49: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3008881Z ./tests/av/test_permissions.py:56:53: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3009550Z ./tests/av/test_permissions.py:60:49: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3009996Z ./tests/integrations/test_integrations.py:2:1: F401 'django.contrib.auth.models.User' imported but unused 2019-11-26T07:45:28.3010376Z ./tests/integrations/test_integrations.py:4:1: F401 'django.test.client.Client' imported but unused 2019-11-26T07:45:28.3010778Z ./tests/integrations/test_integrations.py:6:1: F403 'from tests.utils import *' used; unable to detect undefined names 2019-11-26T07:45:28.3011305Z ./tests/integrations/test_integrations.py:7:1: F403 'from tests.user_logins import *' used; unable to detect undefined names 2019-11-26T07:45:28.3011802Z ./tests/integrations/test_integrations.py:18:26: F405 'reverse' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3012216Z ./tests/integrations/test_integrations.py:27:17: F405 'reverse' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3012644Z ./tests/integrations/test_integrations.py:32:17: F405 'reverse' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3013076Z ./tests/integrations/test_integrations.py:33:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3013499Z ./tests/integrations/test_integrations.py:37:17: F405 'reverse' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3013925Z ./tests/integrations/test_integrations.py:38:36: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3014354Z ./tests/integrations/test_integrations.py:42:17: F405 'reverse' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3014767Z ./tests/integrations/test_integrations.py:43:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3015195Z ./tests/integrations/test_integrations.py:47:17: F405 'reverse' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3015620Z ./tests/integrations/test_integrations.py:48:36: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3016016Z ./tests/integrations/dhis/test_dhis_permissions.py:2:1: F401 'django.contrib.auth.models.User' imported but unused 2019-11-26T07:45:28.3016413Z ./tests/integrations/dhis/test_dhis_permissions.py:4:1: F401 'django.test.client.Client' imported but unused 2019-11-26T07:45:28.3016820Z ./tests/integrations/dhis/test_dhis_permissions.py:6:1: F403 'from tests.utils import *' used; unable to detect undefined names 2019-11-26T07:45:28.3017244Z ./tests/integrations/dhis/test_dhis_permissions.py:7:1: F403 'from tests.user_logins import *' used; unable to detect undefined names 2019-11-26T07:45:28.3017687Z ./tests/integrations/dhis/test_dhis_permissions.py:18:26: F405 'reverse' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3018133Z ./tests/integrations/dhis/test_dhis_permissions.py:29:17: F405 'reverse' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3018565Z ./tests/integrations/dhis/test_dhis_permissions.py:35:17: F405 'reverse' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3019012Z ./tests/integrations/dhis/test_dhis_permissions.py:36:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3019871Z ./tests/integrations/dhis/test_dhis_permissions.py:40:17: F405 'reverse' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3020339Z ./tests/integrations/dhis/test_dhis_permissions.py:41:36: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3020784Z ./tests/integrations/dhis/test_dhis_permissions.py:45:17: F405 'reverse' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3021229Z ./tests/integrations/dhis/test_dhis_permissions.py:46:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3021666Z ./tests/integrations/dhis/test_dhis_permissions.py:50:17: F405 'reverse' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3022235Z ./tests/integrations/dhis/test_dhis_permissions.py:51:36: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3022801Z ./tests/integrations/dhis/test_dhis_permissions.py:57:17: F405 'reverse' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3023252Z ./tests/integrations/dhis/test_dhis_permissions.py:64:17: F405 'reverse' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3023693Z ./tests/integrations/dhis/test_dhis_permissions.py:65:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3024129Z ./tests/integrations/dhis/test_dhis_permissions.py:69:17: F405 'reverse' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3024578Z ./tests/integrations/dhis/test_dhis_permissions.py:70:36: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3025029Z ./tests/integrations/dhis/test_dhis_permissions.py:74:17: F405 'reverse' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3025461Z ./tests/integrations/dhis/test_dhis_permissions.py:75:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3025903Z ./tests/integrations/dhis/test_dhis_permissions.py:81:17: F405 'reverse' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3026345Z ./tests/integrations/dhis/test_dhis_permissions.py:82:36: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3026780Z ./tests/integrations/dhis/test_dhis_permissions.py:90:17: F405 'reverse' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3027223Z ./tests/integrations/dhis/test_dhis_permissions.py:98:17: F405 'reverse' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3027652Z ./tests/integrations/dhis/test_dhis_permissions.py:100:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3028094Z ./tests/integrations/dhis/test_dhis_permissions.py:104:17: F405 'reverse' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3028536Z ./tests/integrations/dhis/test_dhis_permissions.py:106:36: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3028973Z ./tests/integrations/dhis/test_dhis_permissions.py:110:17: F405 'reverse' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3029692Z ./tests/integrations/dhis/test_dhis_permissions.py:112:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3030188Z ./tests/integrations/dhis/test_dhis_permissions.py:118:17: F405 'reverse' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3030798Z ./tests/integrations/dhis/test_dhis_permissions.py:120:36: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3031202Z ./tests/integrations/xapi/test_xapi_permissions.py:2:1: F401 'django.contrib.auth.models.User' imported but unused 2019-11-26T07:45:28.3031601Z ./tests/integrations/xapi/test_xapi_permissions.py:4:1: F401 'django.test.client.Client' imported but unused 2019-11-26T07:45:28.3032014Z ./tests/integrations/xapi/test_xapi_permissions.py:6:1: F403 'from tests.utils import *' used; unable to detect undefined names 2019-11-26T07:45:28.3032419Z ./tests/integrations/xapi/test_xapi_permissions.py:7:1: F403 'from tests.user_logins import *' used; unable to detect undefined names 2019-11-26T07:45:28.3032944Z ./tests/integrations/xapi/test_xapi_permissions.py:18:26: F405 'reverse' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3033425Z ./tests/integrations/xapi/test_xapi_permissions.py:29:17: F405 'reverse' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3033864Z ./tests/integrations/xapi/test_xapi_permissions.py:35:17: F405 'reverse' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3034301Z ./tests/integrations/xapi/test_xapi_permissions.py:36:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3034732Z ./tests/integrations/xapi/test_xapi_permissions.py:40:17: F405 'reverse' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3035456Z ./tests/integrations/xapi/test_xapi_permissions.py:41:36: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3035896Z ./tests/integrations/xapi/test_xapi_permissions.py:45:17: F405 'reverse' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3036349Z ./tests/integrations/xapi/test_xapi_permissions.py:46:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3036786Z ./tests/integrations/xapi/test_xapi_permissions.py:50:17: F405 'reverse' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3037224Z ./tests/integrations/xapi/test_xapi_permissions.py:51:36: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3037658Z ./tests/integrations/xapi/test_xapi_permissions.py:57:17: F405 'reverse' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3038094Z ./tests/integrations/xapi/test_xapi_permissions.py:64:17: F405 'reverse' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3038517Z ./tests/integrations/xapi/test_xapi_permissions.py:65:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3038950Z ./tests/integrations/xapi/test_xapi_permissions.py:69:17: F405 'reverse' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3039732Z ./tests/integrations/xapi/test_xapi_permissions.py:70:36: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3040212Z ./tests/integrations/xapi/test_xapi_permissions.py:74:17: F405 'reverse' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3040648Z ./tests/integrations/xapi/test_xapi_permissions.py:75:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3041091Z ./tests/integrations/xapi/test_xapi_permissions.py:80:17: F405 'reverse' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3041714Z ./tests/integrations/xapi/test_xapi_permissions.py:81:36: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3042312Z ./tests/views/test_permissions.py:4:1: F403 'from tests.user_logins import *' used; unable to detect undefined names 2019-11-26T07:45:28.3042729Z ./tests/views/test_permissions.py:54:45: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3043138Z ./tests/views/test_permissions.py:57:45: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3043544Z ./tests/views/test_permissions.py:62:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3044066Z ./tests/views/test_permissions.py:70:46: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3044519Z ./tests/views/test_permissions.py:73:46: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3044928Z ./tests/views/test_permissions.py:76:50: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3045339Z ./tests/views/test_permissions.py:79:46: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3045743Z ./tests/views/test_permissions.py:87:48: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3046151Z ./tests/views/test_permissions.py:90:52: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3046538Z ./tests/views/test_permissions.py:93:52: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3046953Z ./tests/views/test_permissions.py:101:47: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3047371Z ./tests/views/test_permissions.py:104:47: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3047776Z ./tests/views/test_permissions.py:107:51: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3050716Z ./tests/views/test_permissions.py:118:31: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3052085Z ./tests/views/test_permissions.py:123:30: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3052795Z ./tests/views/test_permissions.py:128:30: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3053487Z ./tests/views/test_permissions.py:133:34: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3054148Z ./tests/views/test_permissions.py:144:59: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3054806Z ./tests/views/test_permissions.py:150:30: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3055788Z ./tests/views/test_permissions.py:155:30: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3056248Z ./tests/views/test_permissions.py:159:62: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3056777Z ./tests/views/test_permissions.py:169:50: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3057162Z ./tests/views/test_permissions.py:172:50: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3057664Z ./tests/views/test_permissions.py:175:54: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3058337Z ./tests/views/test_permissions.py:183:52: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3058736Z ./tests/views/test_permissions.py:188:52: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3059126Z ./tests/views/test_permissions.py:193:52: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3059853Z ./tests/views/test_permissions.py:205:31: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3060261Z ./tests/views/test_permissions.py:210:30: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3060786Z ./tests/views/test_permissions.py:215:30: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3061242Z ./tests/views/test_permissions.py:220:34: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3061649Z ./tests/views/test_permissions.py:232:31: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3062033Z ./tests/views/test_permissions.py:237:30: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3062421Z ./tests/views/test_permissions.py:242:30: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3062793Z ./tests/views/test_permissions.py:247:34: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3063183Z ./tests/views/test_permissions.py:252:30: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3063578Z ./tests/views/test_permissions.py:263:63: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3063970Z ./tests/views/test_permissions.py:269:30: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3064354Z ./tests/views/test_permissions.py:274:30: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3064737Z ./tests/views/test_permissions.py:279:34: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3065113Z ./tests/views/test_permissions.py:284:30: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3065499Z ./tests/views/test_permissions.py:294:51: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3065882Z ./tests/views/test_permissions.py:297:51: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3066268Z ./tests/views/test_permissions.py:300:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3066664Z ./tests/views/test_permissions.py:301:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3066980Z ./tests/api/test_media_upload.py:2:1: F401 'api' imported but unused 2019-11-26T07:45:28.3067321Z ./tests/gamification/test_permissions.py:2:1: F401 'django.forms' imported but unused 2019-11-26T07:45:28.3067688Z ./tests/gamification/test_permissions.py:6:1: F401 'django.contrib.auth.models.User' imported but unused 2019-11-26T07:45:28.3068068Z ./tests/gamification/test_permissions.py:8:1: F403 'from tests.user_logins import *' used; unable to detect undefined names 2019-11-26T07:45:28.3068463Z ./tests/gamification/test_permissions.py:21:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3068852Z ./tests/gamification/test_permissions.py:22:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3069704Z ./tests/gamification/test_permissions.py:28:36: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3070120Z ./tests/gamification/test_permissions.py:29:36: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3070513Z ./tests/gamification/test_permissions.py:35:36: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3070904Z ./tests/gamification/test_permissions.py:36:36: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3071286Z ./tests/gamification/test_permissions.py:42:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3071808Z ./tests/gamification/test_permissions.py:43:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3072273Z ./tests/gamification/test_permissions.py:51:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3072668Z ./tests/gamification/test_permissions.py:52:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3073063Z ./tests/gamification/test_permissions.py:58:36: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3073440Z ./tests/gamification/test_permissions.py:59:36: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3073836Z ./tests/gamification/test_permissions.py:65:36: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3074229Z ./tests/gamification/test_permissions.py:66:36: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3074633Z ./tests/gamification/test_permissions.py:72:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3075452Z ./tests/gamification/test_permissions.py:73:36: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3075883Z ./tests/viz/test_viz.py:3:1: F401 'django.contrib.auth.models.User' imported but unused 2019-11-26T07:45:28.3076216Z ./tests/viz/test_viz.py:5:1: F401 'django.test.client.Client' imported but unused 2019-11-26T07:45:28.3076580Z ./tests/viz/test_viz.py:8:1: F403 'from tests.utils import *' used; unable to detect undefined names 2019-11-26T07:45:28.3076947Z ./tests/viz/test_viz.py:9:1: F403 'from tests.user_logins import *' used; unable to detect undefined names 2019-11-26T07:45:28.3077305Z ./tests/viz/test_viz.py:11:1: F403 'from viz.views import *' used; unable to detect undefined names 2019-11-26T07:45:28.3077705Z ./tests/viz/test_viz.py:27:26: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils, viz.views 2019-11-26T07:45:28.3078121Z ./tests/viz/test_viz.py:27:38: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils, viz.views 2019-11-26T07:45:28.3078521Z ./tests/viz/test_viz.py:28:29: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils, viz.views 2019-11-26T07:45:28.3078926Z ./tests/viz/test_viz.py:28:43: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils, viz.views 2019-11-26T07:45:28.3079801Z ./tests/viz/test_viz.py:33:40: F405 'reverse' may be undefined, or defined from star imports: tests.user_logins, tests.utils, viz.views 2019-11-26T07:45:28.3080269Z ./tests/viz/test_viz.py:41:40: F405 'reverse' may be undefined, or defined from star imports: tests.user_logins, tests.utils, viz.views 2019-11-26T07:45:28.3080666Z ./tests/viz/test_viz.py:46:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils, viz.views 2019-11-26T07:45:28.3081280Z ./tests/viz/test_viz.py:47:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils, viz.views 2019-11-26T07:45:28.3081685Z ./tests/viz/test_viz.py:49:37: F405 'reverse' may be undefined, or defined from star imports: tests.user_logins, tests.utils, viz.views 2019-11-26T07:45:28.3082090Z ./tests/viz/test_viz.py:55:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils, viz.views 2019-11-26T07:45:28.3082487Z ./tests/viz/test_viz.py:56:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils, viz.views 2019-11-26T07:45:28.3082872Z ./tests/viz/test_viz.py:58:37: F405 'reverse' may be undefined, or defined from star imports: tests.user_logins, tests.utils, viz.views 2019-11-26T07:45:28.3083375Z ./tests/viz/test_viz.py:64:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils, viz.views 2019-11-26T07:45:28.3083833Z ./tests/viz/test_viz.py:65:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils, viz.views 2019-11-26T07:45:28.3084258Z ./tests/viz/test_viz.py:67:37: F405 'reverse' may be undefined, or defined from star imports: tests.user_logins, tests.utils, viz.views 2019-11-26T07:45:28.3084659Z ./tests/viz/test_viz.py:75:26: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils, viz.views 2019-11-26T07:45:28.3085075Z ./tests/viz/test_viz.py:75:38: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils, viz.views 2019-11-26T07:45:28.3085464Z ./tests/viz/test_viz.py:75:52: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils, viz.views 2019-11-26T07:45:28.3085870Z ./tests/viz/test_viz.py:75:64: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils, viz.views 2019-11-26T07:45:28.3086284Z ./tests/viz/test_viz.py:80:40: F405 'reverse' may be undefined, or defined from star imports: tests.user_logins, tests.utils, viz.views 2019-11-26T07:45:28.3086827Z ./tests/viz/test_viz.py:89:13: F405 'summary_get_registrations' may be undefined, or defined from star imports: tests.user_logins, tests.utils, viz.views 2019-11-26T07:45:28.3087253Z ./tests/viz/test_viz.py:96:45: F405 'summary_get_countries' may be undefined, or defined from star imports: tests.user_logins, tests.utils, viz.views 2019-11-26T07:45:28.3087672Z ./tests/viz/test_viz.py:103:21: F405 'summary_get_languages' may be undefined, or defined from star imports: tests.user_logins, tests.utils, viz.views 2019-11-26T07:45:28.3088086Z ./tests/viz/test_viz.py:110:13: F405 'summary_get_downloads' may be undefined, or defined from star imports: tests.user_logins, tests.utils, viz.views 2019-11-26T07:45:28.3088515Z ./tests/viz/test_viz.py:118:13: F405 'summary_get_course_activity' may be undefined, or defined from star imports: tests.user_logins, tests.utils, viz.views 2019-11-26T07:45:28.3088946Z ./tests/viz/test_viz.py:126:39: F405 'summary_get_searches' may be undefined, or defined from star imports: tests.user_logins, tests.utils, viz.views 2019-11-26T07:45:28.3089590Z ./tests/reports/views/test_report_completion_rates.py:5:1: F401 'django.contrib.auth.models.User' imported but unused 2019-11-26T07:45:28.3090046Z ./tests/reports/views/test_report_completion_rates.py:7:1: F403 'from tests.user_logins import *' used; unable to detect undefined names 2019-11-26T07:45:28.3090449Z ./tests/reports/views/test_report_completion_rates.py:8:1: F403 'from tests.defaults import *' used; unable to detect undefined names 2019-11-26T07:45:28.3090874Z ./tests/reports/views/test_report_completion_rates.py:24:26: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.3091311Z ./tests/reports/views/test_report_completion_rates.py:24:38: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.3091931Z ./tests/reports/views/test_report_completion_rates.py:25:29: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.3092372Z ./tests/reports/views/test_report_completion_rates.py:25:43: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.3092788Z ./tests/reports/views/test_report_completion_rates.py:46:26: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.3093219Z ./tests/reports/views/test_report_completion_rates.py:46:38: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.3093737Z ./tests/reports/views/test_report_completion_rates.py:47:29: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.3094218Z ./tests/reports/views/test_report_completion_rates.py:47:43: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.3094659Z ./tests/reports/views/test_report_completion_rates.py:67:26: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.3095081Z ./tests/reports/views/test_report_completion_rates.py:67:38: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.3095504Z ./tests/reports/views/test_report_completion_rates.py:68:29: F405 'TEACHER_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.3095933Z ./tests/reports/views/test_report_completion_rates.py:68:43: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.defaults, tests.user_logins 2019-11-26T07:45:28.3096292Z ./tests/oppia/views/test_views.py:2:1: F401 'django.contrib.auth.models.User' imported but unused 2019-11-26T07:45:28.3096676Z ./tests/oppia/views/test_views.py:6:1: F403 'from tests.utils import *' used; unable to detect undefined names 2019-11-26T07:45:28.3097055Z ./tests/oppia/views/test_views.py:14:36: F405 'reverse' may be undefined, or defined from star imports: tests.utils 2019-11-26T07:45:28.3097434Z ./tests/oppia/views/test_views.py:18:37: F405 'reverse' may be undefined, or defined from star imports: tests.utils 2019-11-26T07:45:28.3097813Z ./tests/oppia/views/test_views.py:28:37: F405 'reverse' may be undefined, or defined from star imports: tests.utils 2019-11-26T07:45:28.3098179Z ./tests/oppia/views/test_views.py:32:37: F405 'reverse' may be undefined, or defined from star imports: tests.utils 2019-11-26T07:45:28.3098556Z ./tests/oppia/views/test_views.py:38:36: F405 'reverse' may be undefined, or defined from star imports: tests.utils 2019-11-26T07:45:28.3098935Z ./tests/oppia/views/test_views.py:43:36: F405 'reverse' may be undefined, or defined from star imports: tests.utils 2019-11-26T07:45:28.3099585Z ./tests/oppia/uploader/test_helpers.py:5:1: F401 'django.test.client.Client' imported but unused 2019-11-26T07:45:28.3100025Z ./tests/oppia/uploader/test_helpers.py:8:1: F403 'from quiz.models import *' used; unable to detect undefined names 2019-11-26T07:45:28.3100395Z ./tests/oppia/uploader/test_helpers.py:22:16: F405 'Quiz' may be undefined, or defined from star imports: quiz.models 2019-11-26T07:45:28.3100791Z ./tests/oppia/uploader/test_helpers.py:23:9: F405 'QuizProps' may be undefined, or defined from star imports: quiz.models 2019-11-26T07:45:28.3101189Z ./tests/oppia/uploader/test_helpers.py:34:27: F405 'QuizProps' may be undefined, or defined from star imports: quiz.models 2019-11-26T07:45:28.3101581Z ./tests/oppia/uploader/test_helpers.py:37:18: F405 'QuizProps' may be undefined, or defined from star imports: quiz.models 2019-11-26T07:45:28.3101973Z ./tests/oppia/uploader/test_helpers.py:42:16: F405 'Quiz' may be undefined, or defined from star imports: quiz.models 2019-11-26T07:45:28.3102527Z ./tests/oppia/uploader/test_helpers.py:43:9: F405 'QuizQuestion' may be undefined, or defined from star imports: quiz.models 2019-11-26T07:45:28.3102929Z ./tests/oppia/uploader/test_helpers.py:46:24: F405 'QuizQuestion' may be undefined, or defined from star imports: quiz.models 2019-11-26T07:45:28.3103323Z ./tests/oppia/uploader/test_helpers.py:58:24: F405 'QuizQuestion' may be undefined, or defined from star imports: quiz.models 2019-11-26T07:45:28.3103709Z ./tests/activitylog/test_activitylog.py:9:1: F403 'from tests.user_logins import *' used; unable to detect undefined names 2019-11-26T07:45:28.3104105Z ./tests/activitylog/test_activitylog.py:36:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3104501Z ./tests/activitylog/test_activitylog.py:37:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3104976Z ./tests/activitylog/test_activitylog.py:46:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3105435Z ./tests/activitylog/test_activitylog.py:47:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3105831Z ./tests/activitylog/test_activitylog.py:62:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3106237Z ./tests/activitylog/test_activitylog.py:63:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3106641Z ./tests/activitylog/test_activitylog.py:83:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3107019Z ./tests/activitylog/test_activitylog.py:84:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3107423Z ./tests/activitylog/test_activitylog.py:107:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3107828Z ./tests/activitylog/test_activitylog.py:108:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3108219Z ./tests/activitylog/test_activitylog.py:131:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3108616Z ./tests/activitylog/test_activitylog.py:132:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3108996Z ./tests/activitylog/test_activitylog.py:163:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3109642Z ./tests/activitylog/test_activitylog.py:164:36: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins 2019-11-26T07:45:28.3110050Z ./tests/activitylog/test_permissions.py:2:1: F403 'from tests.utils import *' used; unable to detect undefined names 2019-11-26T07:45:28.3110449Z ./tests/activitylog/test_permissions.py:3:1: F403 'from tests.user_logins import *' used; unable to detect undefined names 2019-11-26T07:45:28.3110864Z ./tests/activitylog/test_permissions.py:14:26: F405 'reverse' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3111271Z ./tests/activitylog/test_permissions.py:22:17: F405 'reverse' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3111665Z ./tests/activitylog/test_permissions.py:37:17: F405 'reverse' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3112074Z ./tests/activitylog/test_permissions.py:48:58: F405 'ADMIN_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3112481Z ./tests/activitylog/test_permissions.py:51:58: F405 'STAFF_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3112887Z ./tests/activitylog/test_permissions.py:54:62: F405 'NORMAL_USER' may be undefined, or defined from star imports: tests.user_logins, tests.utils 2019-11-26T07:45:28.3113420Z ./content/forms.py:7:1: F401 'crispy_forms.bootstrap.FieldWithButtons' imported but unused 2019-11-26T07:45:28.3113741Z ./content/forms.py:8:1: F401 'crispy_forms.layout.Button' imported but unused 2019-11-26T07:45:28.3114074Z ./content/forms.py:8:1: F401 'crispy_forms.layout.Fieldset' imported but unused 2019-11-26T07:45:28.3114419Z ./content/forms.py:8:1: F401 'crispy_forms.layout.ButtonHolder' imported but unused 2019-11-26T07:45:28.3114745Z ./content/forms.py:8:1: F401 'crispy_forms.layout.HTML' imported but unused 2019-11-26T07:45:28.3115395Z ./content/forms.py:8:1: F401 'crispy_forms.layout.Row' imported but unused 2019-11-26T07:45:28.3115704Z ./content/views.py:4:1: F401 'math' imported but unused 2019-11-26T07:45:28.3116016Z ./oppia/signals.py:3:1: F401 'warnings' imported but unused 2019-11-26T07:45:28.3116454Z ./oppia/signals.py:12:1: F401 'quiz.models.Quiz' imported but unused 2019-11-26T07:45:28.3116844Z ./oppia/signals.py:117:1: C901 'tracker_callback' is too complex (13) 2019-11-26T07:45:28.3117158Z ./oppia/urls.py:3:1: F401 'django.conf.urls.include' imported but unused 2019-11-26T07:45:28.3117495Z ./oppia/views.py:17:1: F401 'helpers.forms.dates.DateDiffForm' imported but unused 2019-11-26T07:45:28.3117856Z ./oppia/views.py:28:1: F403 'from oppia.permissions import *' used; unable to detect undefined names 2019-11-26T07:45:28.3118228Z ./oppia/views.py:39:32: F405 'settings' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3118580Z ./oppia/views.py:45:32: F405 'settings' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3118901Z ./oppia/views.py:48:1: C901 'home_view' is too complex (12) 2019-11-26T07:45:28.3119496Z ./oppia/views.py:137:25: F405 'get_cohorts' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3119947Z ./oppia/views.py:147:16: F405 'User' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3120330Z ./oppia/views.py:148:35: F405 'Participant' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3120680Z ./oppia/views.py:150:15: F405 'Course' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3121011Z ./oppia/views.py:170:1: C901 'render_courses_list' is too complex (11) 2019-11-26T07:45:28.3121395Z ./oppia/views.py:200:35: F405 'can_view_course_detail' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3121772Z ./oppia/views.py:201:27: F405 'can_edit_course' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3122156Z ./oppia/views.py:229:19: F405 'can_view_courses_list' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3122512Z ./oppia/views.py:237:18: F405 'Course' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3122886Z ./oppia/views.py:238:12: F405 'Course' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3123251Z ./oppia/views.py:239:15: F405 'Http404' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3123711Z ./oppia/views.py:252:15: F405 'can_view_courses_list' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3124091Z ./oppia/views.py:260:2: F405 'user_can_upload' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3124445Z ./oppia/views.py:265:41: F405 'settings' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3124811Z ./oppia/views.py:281:40: F405 'settings' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3125187Z ./oppia/views.py:291:2: F405 'user_can_upload' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3125562Z ./oppia/views.py:294:25: F405 'can_edit_course' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3126123Z ./oppia/views.py:295:15: F405 'exceptions' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3126479Z ./oppia/views.py:297:14: F405 'Course' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3126867Z ./oppia/views.py:384:24: F405 'can_view_course_detail' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3127205Z ./oppia/views.py:441:1: C901 'recent_activity_detail' is too complex (12) 2019-11-26T07:45:28.3127583Z ./oppia/views.py:442:24: F405 'can_view_course_detail' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3130178Z ./oppia/views.py:501:24: F405 'can_view_course_detail' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3130960Z ./oppia/views.py:555:15: F405 'exceptions' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3131411Z ./oppia/views.py:557:15: F405 'Cohort' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3131781Z ./oppia/views.py:567:15: F405 'Course' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3132100Z ./oppia/views.py:578:1: C901 'cohort_add' is too complex (16) 2019-11-26T07:45:28.3132455Z ./oppia/views.py:579:12: F405 'can_add_cohort' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3132830Z ./oppia/views.py:580:15: F405 'exceptions' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3133196Z ./oppia/views.py:585:22: F405 'Cohort' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3133557Z ./oppia/views.py:595:35: F405 'User' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3133934Z ./oppia/views.py:596:39: F405 'Participant' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3134298Z ./oppia/views.py:599:44: F405 'Participant' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3134661Z ./oppia/views.py:601:28: F405 'User' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3135025Z ./oppia/views.py:608:35: F405 'User' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3135390Z ./oppia/views.py:609:39: F405 'Participant' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3135758Z ./oppia/views.py:612:44: F405 'Participant' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3136100Z ./oppia/views.py:614:28: F405 'User' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3136464Z ./oppia/views.py:621:34: F405 'Course' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3136910Z ./oppia/views.py:623:28: F405 'Course' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3137303Z ./oppia/views.py:649:24: F405 'can_view_cohort' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3137665Z ./oppia/views.py:660:16: F405 'User' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3138016Z ./oppia/views.py:660:54: F405 'Participant' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3138389Z ./oppia/views.py:687:24: F405 'can_view_cohort' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3138714Z ./oppia/views.py:714:1: C901 'cohort_edit' is too complex (16) 2019-11-26T07:45:28.3139079Z ./oppia/views.py:715:12: F405 'can_edit_cohort' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3139910Z ./oppia/views.py:716:15: F405 'exceptions' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3140473Z ./oppia/views.py:717:14: F405 'Cohort' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3140848Z ./oppia/views.py:730:13: F405 'Participant' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3141218Z ./oppia/views.py:736:39: F405 'Participant' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3141577Z ./oppia/views.py:738:44: F405 'User' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3141945Z ./oppia/views.py:739:44: F405 'Participant' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3142291Z ./oppia/views.py:741:28: F405 'User' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3142657Z ./oppia/views.py:747:39: F405 'Participant' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3143126Z ./oppia/views.py:749:44: F405 'User' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3143559Z ./oppia/views.py:750:44: F405 'Participant' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3143924Z ./oppia/views.py:752:28: F405 'User' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3144273Z ./oppia/views.py:761:34: F405 'Course' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3144641Z ./oppia/views.py:763:28: F405 'Course' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3145001Z ./oppia/views.py:776:25: F405 'User' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3145367Z ./oppia/views.py:777:45: F405 'Participant' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3145717Z ./oppia/views.py:779:25: F405 'User' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3146097Z ./oppia/views.py:780:45: F405 'Participant' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3146458Z ./oppia/views.py:782:24: F405 'Course' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3146828Z ./oppia/views.py:800:24: F405 'can_view_cohort' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3147191Z ./oppia/views.py:805:18: F405 'Course' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3147534Z ./oppia/views.py:806:12: F405 'Course' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3147899Z ./oppia/views.py:807:15: F405 'Http404' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3148263Z ./oppia/views.py:813:13: F405 'User' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3148632Z ./oppia/views.py:814:27: F405 'Participant' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3149006Z ./oppia/views.py:909:14: F405 'check_owner' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3149590Z ./oppia/views.py:931:14: F405 'check_owner' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3150001Z ./oppia/views.py:957:14: F405 'check_owner' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3150372Z ./oppia/views.py:976:14: F405 'check_owner' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3150738Z ./oppia/views.py:1005:37: F405 'template' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3151106Z ./oppia/views.py:1005:53: F405 'context' may be undefined, or defined from star imports: oppia.permissions 2019-11-26T07:45:28.3151427Z ./oppia/uploader.py:196:1: C901 'parse_course_contents' is too complex (14) 2019-11-26T07:45:28.3151785Z ./oppia/uploader.py:322:1: C901 'parse_and_save_activity' is too complex (17) 2019-11-26T07:45:28.3152340Z ./oppia/models/__init__.py:1:1: F403 'from oppia.models.main import *' used; unable to detect undefined names 2019-11-26T07:45:28.3152674Z ./oppia/models/__init__.py:1:1: F401 'oppia.models.main.*' imported but unused 2019-11-26T07:45:28.3153039Z ./oppia/models/__init__.py:2:1: F403 'from oppia.models.tag import *' used; unable to detect undefined names 2019-11-26T07:45:28.3153358Z ./oppia/models/__init__.py:2:1: F401 'oppia.models.tag.*' imported but unused 2019-11-26T07:45:28.3153725Z ./oppia/models/__init__.py:3:1: F403 'from oppia.models.badges import *' used; unable to detect undefined names 2019-11-26T07:45:28.3154068Z ./oppia/models/__init__.py:3:1: F401 'oppia.models.badges.*' imported but unused 2019-11-26T07:45:28.3154432Z ./oppia/models/__init__.py:4:1: F403 'from oppia.models.points import *' used; unable to detect undefined names 2019-11-26T07:45:28.3154855Z ./oppia/models/__init__.py:4:1: F401 'oppia.models.points.*' imported but unused 2019-11-26T07:45:28.3155480Z ./oppia/models/__init__.py:5:1: F403 'from oppia.models.cohorts import *' used; unable to detect undefined names 2019-11-26T07:45:28.3155834Z ./oppia/models/__init__.py:5:1: F401 'oppia.models.cohorts.*' imported but unused 2019-11-26T07:45:28.3156201Z ./oppia/models/__init__.py:6:1: F403 'from oppia.models.courselog import *' used; unable to detect undefined names 2019-11-26T07:45:28.3156542Z ./oppia/models/__init__.py:6:1: F401 'oppia.models.courselog.*' imported but unused 2019-11-26T07:45:28.3156890Z ./oppia/models/main.py:4:1: F403 'from xml.dom.minidom import *' used; unable to detect undefined names 2019-11-26T07:45:28.3157223Z ./oppia/models/main.py:10:1: F401 'django.db.models.Q' imported but unused 2019-11-26T07:45:28.3157594Z ./oppia/models/main.py:572:15: F405 'Document' may be undefined, or defined from star imports: xml.dom.minidom 2019-11-26T07:45:28.3157957Z ./oppia/migrations/0004_auto_20150329_1311.py:4:1: F401 'django.db.models' imported but unused 2019-11-26T07:45:28.3158325Z ./oppia/migrations/0006_auto_20150401_1038.py:4:1: F401 'django.db.models' imported but unused 2019-11-26T07:45:28.3158666Z ./oppia/migrations/0002_remove_cohort_course.py:4:1: F401 'django.db.models' imported but unused 2019-11-26T07:45:28.3159022Z ./oppia/migrations/0003_remove_points_cohort.py:4:1: F401 'django.db.models' imported but unused 2019-11-26T07:45:28.3159705Z ./oppia/migrations/0012_fix_future_tracker_dates.py:4:1: F401 'django.db.models' imported but unused 2019-11-26T07:45:28.3160049Z ./oppia/utils/deprecation.py:1:1: F401 'warnings' imported but unused 2019-11-26T07:45:28.3160369Z ./oppia/management/commands/oppiacron.py:3:1: F401 'sys' imported but unused 2019-11-26T07:45:28.3160709Z ./oppia/management/commands/oppiacron.py:4:1: F401 'argparse' imported but unused 2019-11-26T07:45:28.3161047Z ./oppia/management/commands/oppiacron.py:5:1: F401 'hashlib' imported but unused 2019-11-26T07:45:28.3161395Z ./oppia/management/commands/oppiacron.py:6:1: F401 'subprocess' imported but unused 2019-11-26T07:45:28.3161754Z ./activitylog/forms.py:3:1: F401 'crispy_forms.bootstrap.FieldWithButtons' imported but unused 2019-11-26T07:45:28.3162074Z ./activitylog/forms.py:5:1: F401 'crispy_forms.layout.Row' imported but unused 2019-11-26T07:45:28.3162409Z ./activitylog/forms.py:5:1: F401 'crispy_forms.layout.Field' imported but unused 2019-11-26T07:45:28.3162724Z ./activitylog/models.py:2:1: F401 'datetime' imported but unused 2019-11-26T07:45:28.3163050Z ./activitylog/models.py:5:1: F401 'django.conf.settings' imported but unused 2019-11-26T07:45:28.3163371Z 17 C901 'RegisterResource.obj_create' is too complex (11) 2019-11-26T07:45:28.3163488Z 1 E122 continuation line missing indentation or outdented 2019-11-26T07:45:28.3163780Z 1 E203 whitespace before ',' 2019-11-26T07:45:28.3163884Z 2 E501 line too long (106 > 100 characters) 2019-11-26T07:45:28.3164148Z 3 E722 do not use bare 'except' 2019-11-26T07:45:28.3164469Z 163 F401 'crispy_forms.bootstrap.FieldWithButtons' imported but unused 2019-11-26T07:45:28.3165005Z 60 F403 'from gamification.models import *' used; unable to detect undefined names 2019-11-26T07:45:28.3165375Z 540 F405 'timezone' may be undefined, or defined from star imports: gamification.models, oppia.permissions 2019-11-26T07:45:28.3165694Z 2 F811 redefinition of unused 'emailer' from line 34 2019-11-26T07:45:28.3165988Z 1 F841 local variable 'ie' is assigned to but never used 2019-11-26T07:45:28.3166097Z 790