Skip to content

Instantly share code, notes, and snippets.

@bjacobel
Created May 4, 2017 17:25
Show Gist options
  • Save bjacobel/b7c80245a43b2283bfaf94b51a043920 to your computer and use it in GitHub Desktop.
Save bjacobel/b7c80245a43b2283bfaf94b51a043920 to your computer and use it in GitHub Desktop.
Output of bok choy setup
edxapp@vagrant:~/edx-platform$ paver test_bokchoy -t studio/test_import_export.py:TestCourseImport
---> pavelib.bok_choy.test_bokchoy
---> pavelib.prereqs.install_prereqs
---> pavelib.prereqs.install_node_prereqs
Node prereqs unchanged, skipping...
---> pavelib.prereqs.install_python_prereqs
---> pavelib.prereqs.uninstall_python_packages
Python uninstalls unchanged, skipping...
Python prereqs unchanged, skipping...
pip freeze > /edx/app/edxapp/edx-platform/test_root/log/pip_freeze.log
Running tests using split modulestore.
Setting up for bok-choy
---> pavelib.utils.test.utils.clean_reports_dir
find /edx/app/edxapp/edx-platform/reports -type f -delete
---> pavelib.utils.test.utils.clean_test_files
git clean -fqdx test_root/logs test_root/data test_root/staticfiles test_root/uploads
find . -name '.git' -prune -o -name '*.pyc' -exec rm {} \;
rm -rf test_root/log/auto_screenshots/*
rm -rf /tmp/mako_[cl]ms
Checking for mongo, memchache, and mysql...
---> pavelib.utils.test.bokchoy_utils.check_services
---> pavelib.utils.test.bokchoy_utils.check_mongo
---> pavelib.utils.test.bokchoy_utils.check_memcache
---> pavelib.utils.test.bokchoy_utils.check_mysql
---> pavelib.utils.test.suites.bokchoy_suite.prepare_bokchoy_run
---> pavelib.utils.test.suites.bokchoy_suite.reset_test_database
/edx/app/edxapp/edx-platform/scripts/reset-test-db.sh
Issuing a reset_db command to the default bok_choy MySQL database.
2017-05-04 13:11:38,236 INFO 322 [root] reset_db.py:123 - Executing... "DROP DATABASE IF EXISTS `edxtest`"
2017-05-04 13:11:39,231 INFO 322 [root] reset_db.py:125 - Executing... "CREATE DATABASE `edxtest` CHARACTER SET utf8"
Issuing a reset_db command to the student_module_history bok_choy MySQL database.
2017-05-04 13:11:44,660 INFO 480 [root] reset_db.py:123 - Executing... "DROP DATABASE IF EXISTS `student_module_history_test`"
2017-05-04 13:11:44,667 INFO 480 [root] reset_db.py:125 - Executing... "CREATE DATABASE `student_module_history_test` CHARACTER SET utf8"
Found the bok_choy DB cache files. Loading them into the database...
Loading the schema from the filesystem into the default MySQL DB.
Loading the fixture data from the filesystem into the default MySQL DB.
Installed 1580 object(s) from 1 fixture(s)
Loading the migration data from the filesystem into the default MySQL DB.
Running the lms migrations on the default bok_choy DB.
Operations to perform:
Synchronize unmigrated apps: eventtracking_django, gating, links, webpack_loader, djcelery, release_util, discussion_api, learner_dashboard, edxnotes, django_sites_extensions, auth_exchange, service_status, web_fragments, coursegraph, sekizai, rest_framework, edxmako, openassessment, datadog, staticbook, common_views, course_wiki, support, enterprise_support, course_structure_api, django_object_actions, django_countries, humanize, course_blocks, provider, notification_prefs, thumbnail, xblock, course_experience, mptt, notifier_api, staticfiles, markdownedx, fileupload, plugin_api, edx_sga, edx_jsme, monitoring, instructor, static_template_view, corsheaders, statici18n, pipeline, simple_history, enrollment, messages, config_models, django_extensions, dashboard, django_nose, debug, mailing, discussion, course_bookmarks
Apply all migrations: wiki, status, dark_lang, student, branding, user_api, django_comment_common, redirects, course_overviews, sites, grades, crawlers, lms_xblock, rss_proxy, bookmarks, mobile_api, badges, course_groups, database_fixups, integrated_channel, course_modes, sessions, verified_track_content, shoppingcart, block_structure, external_auth, social_auth, contenttypes, splash, workflow, certificates, static_replace, third_party_auth, assessment, sap_success_factors, submissions, oauth_dispatch, oauth2_provider, theming, instructor_task, organizations, edx_oauth2_provider, microsite_configuration, django_notify, celery_utils, api_admin, auth, coursetalk, util, verify_student, catalog, oauth2, track, site_configuration, video_config, credentials, email_marketing, contentserver, waffle, xblock_django, ccx, embargo, commerce, milestones, course_action_state, edx_proctoring, admin, oauth_provider, courseware, programs, edxval, teams, credit, django_openid_auth, bulk_email, survey, course_structures, enterprise, cors_csrf, coursewarehistoryextended, ccxcon, notes, self_paced
Synchronizing apps without migrations:
Creating tables...
Running deferred SQL...
Installing custom SQL...
Running migrations:
No migrations to apply.
Running the cms migrations on the default bok_choy DB.
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/social/apps/django_app/default/models.py:68: RemovedInDjango19Warning: Model class social.apps.django_app.default.models.UserSocialAuth doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
class UserSocialAuth(AbstractUserSocialAuth):
2017-05-04 13:12:10,198 WARNING 895 [py.warnings] base.py:116 - /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/social/apps/django_app/default/models.py:68: RemovedInDjango19Warning: Model class social.apps.django_app.default.models.UserSocialAuth doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
class UserSocialAuth(AbstractUserSocialAuth):
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/social/apps/django_app/default/models.py:77: RemovedInDjango19Warning: Model class social.apps.django_app.default.models.Nonce doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
class Nonce(models.Model, DjangoNonceMixin):
2017-05-04 13:12:10,204 WARNING 895 [py.warnings] base.py:116 - /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/social/apps/django_app/default/models.py:77: RemovedInDjango19Warning: Model class social.apps.django_app.default.models.Nonce doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
class Nonce(models.Model, DjangoNonceMixin):
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/social/apps/django_app/default/models.py:88: RemovedInDjango19Warning: Model class social.apps.django_app.default.models.Association doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
class Association(models.Model, DjangoAssociationMixin):
2017-05-04 13:12:10,206 WARNING 895 [py.warnings] base.py:116 - /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/social/apps/django_app/default/models.py:88: RemovedInDjango19Warning: Model class social.apps.django_app.default.models.Association doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
class Association(models.Model, DjangoAssociationMixin):
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/social/apps/django_app/default/models.py:104: RemovedInDjango19Warning: Model class social.apps.django_app.default.models.Code doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
class Code(models.Model, DjangoCodeMixin):
2017-05-04 13:12:10,209 WARNING 895 [py.warnings] base.py:116 - /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/social/apps/django_app/default/models.py:104: RemovedInDjango19Warning: Model class social.apps.django_app.default.models.Code doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
class Code(models.Model, DjangoCodeMixin):
2017-05-04 13:12:10,432 INFO 895 [dd.dogapi] dog_stats_api.py:66 - Initializing dog api to use statsd: localhost, 8125
Operations to perform:
Synchronize unmigrated apps: eventtracking_django, djcelery, release_util, statici18n, django_sites_extensions, django_extensions, service_status, coursegraph, method_override, edxmako, openassessment, datadog, common_views, rules, cms_user_tasks, maintenance, provider, staticfiles, fileupload, edx_jsme, monitoring, pipeline, simple_history, require, messages, config_models, xblock, django_nose, edx_sga
Apply all migrations: dark_lang, student, user_api, django_comment_common, redirects, course_overviews, waffle, bookmarks, xblock_django, course_groups, database_fixups, site_configuration, course_modes, workflow, sites, block_structure, external_auth, track, contenttypes, static_replace, assessment, verified_track_content, oauth2_provider, sessions, edx_oauth2_provider, microsite_configuration, auth, coursetalk, verify_student, catalog, oauth2, contentstore, user_tasks, xblock_config, video_config, contentserver, tagging, embargo, organizations, milestones, course_action_state, course_creators, edx_proctoring, admin, submissions, edxval, credit, django_openid_auth, course_structures, enterprise, ccxcon, theming, self_paced
Synchronizing apps without migrations:
Creating tables...
Running deferred SQL...
Installing custom SQL...
Running migrations:
Rendering model states... DONE
Applying xblock_config.0002_courseeditltifieldsenabledflag... OK
Loading the schema from the filesystem into the student_module_history MySQL DB.
Loading the fixture data from the filesystem into the student_module_history MySQL DB.
Installed 0 object(s) from 1 fixture(s)
Loading the migration data from the filesystem into the student_module_history MySQL DB.
Running the lms migrations on the student_module_history bok_choy DB.
Operations to perform:
Synchronize unmigrated apps: eventtracking_django, gating, links, webpack_loader, djcelery, release_util, discussion_api, learner_dashboard, edxnotes, django_sites_extensions, auth_exchange, service_status, web_fragments, coursegraph, sekizai, rest_framework, edxmako, openassessment, datadog, staticbook, common_views, course_wiki, support, enterprise_support, course_structure_api, django_object_actions, django_countries, humanize, course_blocks, provider, notification_prefs, thumbnail, xblock, course_experience, mptt, notifier_api, staticfiles, markdownedx, fileupload, plugin_api, edx_sga, edx_jsme, monitoring, instructor, static_template_view, corsheaders, statici18n, pipeline, simple_history, enrollment, messages, config_models, django_extensions, dashboard, django_nose, debug, mailing, discussion, course_bookmarks
Apply all migrations: wiki, status, dark_lang, student, branding, user_api, django_comment_common, redirects, course_overviews, sites, grades, crawlers, lms_xblock, rss_proxy, bookmarks, mobile_api, badges, course_groups, database_fixups, integrated_channel, course_modes, sessions, verified_track_content, shoppingcart, block_structure, external_auth, social_auth, contenttypes, splash, workflow, certificates, static_replace, third_party_auth, assessment, sap_success_factors, submissions, oauth_dispatch, oauth2_provider, theming, instructor_task, organizations, edx_oauth2_provider, microsite_configuration, django_notify, celery_utils, api_admin, auth, coursetalk, util, verify_student, catalog, oauth2, track, site_configuration, video_config, credentials, email_marketing, contentserver, waffle, xblock_django, ccx, embargo, commerce, milestones, course_action_state, edx_proctoring, admin, oauth_provider, courseware, programs, edxval, teams, credit, django_openid_auth, bulk_email, survey, course_structures, enterprise, cors_csrf, coursewarehistoryextended, ccxcon, notes, self_paced
Synchronizing apps without migrations:
Creating tables...
Running deferred SQL...
Installing custom SQL...
Running migrations:
No migrations to apply.
Running the cms migrations on the student_module_history bok_choy DB.
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/social/apps/django_app/default/models.py:68: RemovedInDjango19Warning: Model class social.apps.django_app.default.models.UserSocialAuth doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
class UserSocialAuth(AbstractUserSocialAuth):
2017-05-04 13:12:32,398 WARNING 1631 [py.warnings] base.py:116 - /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/social/apps/django_app/default/models.py:68: RemovedInDjango19Warning: Model class social.apps.django_app.default.models.UserSocialAuth doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
class UserSocialAuth(AbstractUserSocialAuth):
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/social/apps/django_app/default/models.py:77: RemovedInDjango19Warning: Model class social.apps.django_app.default.models.Nonce doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
class Nonce(models.Model, DjangoNonceMixin):
2017-05-04 13:12:32,401 WARNING 1631 [py.warnings] base.py:116 - /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/social/apps/django_app/default/models.py:77: RemovedInDjango19Warning: Model class social.apps.django_app.default.models.Nonce doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
class Nonce(models.Model, DjangoNonceMixin):
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/social/apps/django_app/default/models.py:88: RemovedInDjango19Warning: Model class social.apps.django_app.default.models.Association doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
class Association(models.Model, DjangoAssociationMixin):
2017-05-04 13:12:32,403 WARNING 1631 [py.warnings] base.py:116 - /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/social/apps/django_app/default/models.py:88: RemovedInDjango19Warning: Model class social.apps.django_app.default.models.Association doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
class Association(models.Model, DjangoAssociationMixin):
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/social/apps/django_app/default/models.py:104: RemovedInDjango19Warning: Model class social.apps.django_app.default.models.Code doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
class Code(models.Model, DjangoCodeMixin):
2017-05-04 13:12:32,405 WARNING 1631 [py.warnings] base.py:116 - /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/social/apps/django_app/default/models.py:104: RemovedInDjango19Warning: Model class social.apps.django_app.default.models.Code doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
class Code(models.Model, DjangoCodeMixin):
2017-05-04 13:12:32,601 INFO 1631 [dd.dogapi] dog_stats_api.py:66 - Initializing dog api to use statsd: localhost, 8125
Operations to perform:
Synchronize unmigrated apps: eventtracking_django, djcelery, release_util, statici18n, django_sites_extensions, django_extensions, service_status, coursegraph, method_override, edxmako, openassessment, datadog, common_views, rules, cms_user_tasks, maintenance, provider, staticfiles, fileupload, edx_jsme, monitoring, pipeline, simple_history, require, messages, config_models, xblock, django_nose, edx_sga
Apply all migrations: dark_lang, student, user_api, django_comment_common, redirects, course_overviews, waffle, bookmarks, xblock_django, course_groups, database_fixups, site_configuration, course_modes, workflow, sites, block_structure, external_auth, track, contenttypes, static_replace, assessment, verified_track_content, oauth2_provider, sessions, edx_oauth2_provider, microsite_configuration, auth, coursetalk, verify_student, catalog, oauth2, contentstore, user_tasks, xblock_config, video_config, contentserver, tagging, embargo, organizations, milestones, course_action_state, course_creators, edx_proctoring, admin, submissions, edxval, credit, django_openid_auth, course_structures, enterprise, ccxcon, theming, self_paced
Synchronizing apps without migrations:
Creating tables...
Running deferred SQL...
Installing custom SQL...
Running migrations:
Rendering model states... DONE
Applying xblock_config.0002_courseeditltifieldsenabledflag... OK
---> pavelib.utils.test.bokchoy_utils.clear_mongo
mongo test --eval 'db.dropDatabase()' > /dev/null
---> pavelib.utils.test.suites.bokchoy_suite.load_bok_choy_data
Loading data from json fixtures in db_fixtures directory
DEFAULT_STORE=split ./manage.py lms --settings bok_choy loaddata --traceback common/test/db_fixtures/*.json
2017-05-04 13:12:41,502 INFO 1777 [edxval.models] models.py:207 - VAL: Video created with id [video_001] and status [File Complete]
Installed 84 object(s) from 15 fixture(s)
---> pavelib.utils.test.suites.bokchoy_suite.load_courses
--imports-dir not set, skipping import
Generating optimized static assets...
---> pavelib.assets.update_assets
xmodule_assets common/static/xmodule
Finished processing xmodule assets.
mkdir_p path('common/static/common/js/vendor')
Copying vendor files into static directory
/bin/cp -rf node_modules/backbone/backbone.js common/static/common/js/vendor
/bin/cp -rf node_modules/backbone.paginator/lib/backbone.paginator.js common/static/common/js/vendor
/bin/cp -rf node_modules/moment-timezone/builds/moment-timezone-with-data.js common/static/common/js/vendor
/bin/cp -rf node_modules/moment/min/moment-with-locales.js common/static/common/js/vendor
/bin/cp -rf node_modules/jquery-migrate/dist/jquery-migrate.js common/static/common/js/vendor
/bin/cp -rf node_modules/jquery.scrollto/jquery.scrollTo.js common/static/common/js/vendor
/bin/cp -rf node_modules/jquery/dist/jquery.js common/static/common/js/vendor
/bin/cp -rf node_modules/picturefill/dist/picturefill.js common/static/common/js/vendor
/bin/cp -rf node_modules/requirejs/require.js common/static/common/js/vendor
/bin/cp -rf node_modules/underscore.string/dist/underscore.string.js common/static/common/js/vendor
/bin/cp -rf node_modules/underscore/underscore.js common/static/common/js/vendor
/bin/cp -rf node_modules/hls.js/dist/hls.js common/static/common/js/vendor
Copying developer vendor files into static directory
/bin/cp -rf node_modules/sinon/pkg/sinon.js common/static/common/js/vendor
/bin/cp -rf node_modules/squirejs/src/Squire.js common/static/common/js/vendor
---> pavelib.assets.compile_coffeescript
node_modules/.bin/coffee --compile `find /edx/app/edxapp/edx-platform/lms /edx/app/edxapp/edx-platform/cms /edx/app/edxapp/edx-platform/common -type f -name "*.coffee"`
python manage.py lms --settings=test_static_optimized print_settings STATIC_ROOT --format=value 2>/dev/null
NODE_ENV=production STATIC_ROOT=/edx/app/edxapp/edx-platform/test_root/staticfiles/lms $(npm bin)/webpack
Hash: 549329793a7e13b2dd3f
Version: webpack 2.4.1
Time: 1502ms
Asset Size Chunks Chunk Names
CourseOutline.9fe154b32d79b96eb338.js 2.28 kB 0 [emitted] CourseOutline
[./node_modules/edx-ui-toolkit/src/js/utils/constants.js] ./~/edx-ui-toolkit/src/js/utils/constants.js 2.1 kB {0} [built]
[./node_modules/webpack/buildin/amd-define.js] (webpack)/buildin/amd-define.js 88 bytes {0} [built]
[./openedx/features/course_experience/static/course_experience/js/CourseOutline.js] ./openedx/features/course_experience/static/course_experience/js/CourseOutline.js 1.67 kB {0} [built]
python manage.py lms --settings=test_static_optimized compile_sass lms
---> pavelib.assets.compile_sass
Started compiling Sass:
Finished compiling 'common' sass.
Started compiling 'lms' Sass for '/edx/app/edxapp/edx-platform/themes/red-theme'.
mkdir_p path('/edx/app/edxapp/edx-platform/themes/red-theme/lms/static/css')
WARNING: The box-sizing mixin is deprecated and will be removed in the next major version release. This property can now be used un-prefixed.
on line 410 of node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss
from line 98 of lms/static/sass/shared-v2/_components.scss
WARNING: The box-sizing mixin is deprecated and will be removed in the next major version release. This property can now be used un-prefixed.
on line 410 of node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss
from line 98 of lms/static/sass/shared-v2/_components.scss
WARNING: The box-sizing mixin is deprecated and will be removed in the next major version release. This property can now be used un-prefixed.
on line 410 of node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss
from line 98 of lms/static/sass/shared-v2/_components.scss
WARNING: The box-sizing mixin is deprecated and will be removed in the next major version release. This property can now be used un-prefixed.
on line 410 of node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss
from line 98 of lms/static/sass/shared-v2/_components.scss
WARNING: The box-sizing mixin is deprecated and will be removed in the next major version release. This property can now be used un-prefixed.
on line 410 of node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss
from line 98 of lms/static/sass/shared-v2/_components.scss
WARNING: The box-sizing mixin is deprecated and will be removed in the next major version release. This property can now be used un-prefixed.
on line 410 of node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss
from line 98 of lms/static/sass/shared-v2/_components.scss
Finished compiling 'lms' Sass for '/edx/app/edxapp/edx-platform/themes/red-theme'.
Started compiling 'lms' Sass for '/edx/app/edxapp/edx-platform/themes/edge.edx.org'.
Finished compiling 'lms' Sass for '/edx/app/edxapp/edx-platform/themes/edge.edx.org'.
Started compiling 'lms' Sass for '/edx/app/edxapp/edx-platform/themes/edx.org'.
Finished compiling 'lms' Sass for '/edx/app/edxapp/edx-platform/themes/edx.org'.
Started compiling 'lms' Sass for '/edx/app/edxapp/edx-platform/themes/stanford-style'.
mkdir_p path('/edx/app/edxapp/edx-platform/themes/stanford-style/lms/static/css')
WARNING: The box-sizing mixin is deprecated and will be removed in the next major version release. This property can now be used un-prefixed.
on line 410 of node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss
from line 98 of lms/static/sass/shared-v2/_components.scss
WARNING: The box-sizing mixin is deprecated and will be removed in the next major version release. This property can now be used un-prefixed.
on line 410 of node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss
from line 98 of lms/static/sass/shared-v2/_components.scss
WARNING: The box-sizing mixin is deprecated and will be removed in the next major version release. This property can now be used un-prefixed.
on line 410 of node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss
from line 98 of lms/static/sass/shared-v2/_components.scss
WARNING: The box-sizing mixin is deprecated and will be removed in the next major version release. This property can now be used un-prefixed.
on line 410 of node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss
from line 98 of lms/static/sass/shared-v2/_components.scss
WARNING: The box-sizing mixin is deprecated and will be removed in the next major version release. This property can now be used un-prefixed.
on line 410 of node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss
from line 98 of lms/static/sass/shared-v2/_components.scss
WARNING: The box-sizing mixin is deprecated and will be removed in the next major version release. This property can now be used un-prefixed.
on line 410 of node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss
from line 98 of lms/static/sass/shared-v2/_components.scss
Finished compiling 'lms' Sass for '/edx/app/edxapp/edx-platform/themes/stanford-style'.
Started compiling 'lms' Sass for 'system'.
WARNING: The box-sizing mixin is deprecated and will be removed in the next major version release. This property can now be used un-prefixed.
on line 410 of node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss
from line 98 of lms/static/sass/shared-v2/_components.scss
WARNING: The box-sizing mixin is deprecated and will be removed in the next major version release. This property can now be used un-prefixed.
on line 410 of node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss
from line 98 of lms/static/sass/shared-v2/_components.scss
WARNING: The box-sizing mixin is deprecated and will be removed in the next major version release. This property can now be used un-prefixed.
on line 410 of node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss
from line 98 of lms/static/sass/shared-v2/_components.scss
WARNING: The box-sizing mixin is deprecated and will be removed in the next major version release. This property can now be used un-prefixed.
on line 410 of node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss
from line 98 of lms/static/sass/shared-v2/_components.scss
WARNING: The box-sizing mixin is deprecated and will be removed in the next major version release. This property can now be used un-prefixed.
on line 410 of node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss
from line 98 of lms/static/sass/shared-v2/_components.scss
WARNING: The box-sizing mixin is deprecated and will be removed in the next major version release. This property can now be used un-prefixed.
on line 410 of node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss
from line 98 of lms/static/sass/shared-v2/_components.scss
Finished compiling 'lms' Sass for 'system'.
Finished compiling Sass:
>> common/static/sass -> common/static/css in 0:00:00.036526s
>> lms/static/sass -> /edx/app/edxapp/edx-platform/themes/red-theme/lms/static/css in 0:00:11.490975s
>> /edx/app/edxapp/edx-platform/themes/red-theme/lms/static/sass -> /edx/app/edxapp/edx-platform/themes/red-theme/lms/static/css in 0:00:00.001815s
>> lms/static/sass -> /edx/app/edxapp/edx-platform/themes/stanford-style/lms/static/css in 0:00:09.010252s
>> /edx/app/edxapp/edx-platform/themes/stanford-style/lms/static/sass -> /edx/app/edxapp/edx-platform/themes/stanford-style/lms/static/css in 0:00:00.002023s
>> lms/static/sass -> lms/static/css in 0:00:09.210969s
>> lms/static/certificates/sass -> lms/static/certificates/css in 0:00:00.522945s
Successful compilations:
--- "common" sass files.
--- lms sass for /edx/app/edxapp/edx-platform/themes/red-theme.
--- lms sass for /edx/app/edxapp/edx-platform/themes/edge.edx.org.
--- lms sass for /edx/app/edxapp/edx-platform/themes/edx.org.
--- lms sass for /edx/app/edxapp/edx-platform/themes/stanford-style.
--- lms sass for system.
python manage.py cms --settings=test_static_optimized compile_sass cms
WARNING:py.warnings:/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/social/apps/django_app/default/models.py:68: RemovedInDjango19Warning: Model class social.apps.django_app.default.models.UserSocialAuth doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
class UserSocialAuth(AbstractUserSocialAuth):
WARNING:py.warnings:/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/social/apps/django_app/default/models.py:77: RemovedInDjango19Warning: Model class social.apps.django_app.default.models.Nonce doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
class Nonce(models.Model, DjangoNonceMixin):
WARNING:py.warnings:/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/social/apps/django_app/default/models.py:88: RemovedInDjango19Warning: Model class social.apps.django_app.default.models.Association doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
class Association(models.Model, DjangoAssociationMixin):
WARNING:py.warnings:/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/social/apps/django_app/default/models.py:104: RemovedInDjango19Warning: Model class social.apps.django_app.default.models.Code doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
class Code(models.Model, DjangoCodeMixin):
---> pavelib.assets.compile_sass
Started compiling Sass:
Finished compiling 'common' sass.
Started compiling 'cms' Sass for '/edx/app/edxapp/edx-platform/themes/red-theme'.
Finished compiling 'cms' Sass for '/edx/app/edxapp/edx-platform/themes/red-theme'.
Started compiling 'cms' Sass for '/edx/app/edxapp/edx-platform/themes/edge.edx.org'.
Finished compiling 'cms' Sass for '/edx/app/edxapp/edx-platform/themes/edge.edx.org'.
Started compiling 'cms' Sass for '/edx/app/edxapp/edx-platform/themes/edx.org'.
Finished compiling 'cms' Sass for '/edx/app/edxapp/edx-platform/themes/edx.org'.
Started compiling 'cms' Sass for '/edx/app/edxapp/edx-platform/themes/stanford-style'.
Finished compiling 'cms' Sass for '/edx/app/edxapp/edx-platform/themes/stanford-style'.
Started compiling 'cms' Sass for 'system'.
Finished compiling 'cms' Sass for 'system'.
Finished compiling Sass:
>> common/static/sass -> common/static/css in 0:00:00.006145s
>> cms/static/sass -> cms/static/css in 0:00:08.768235s
Successful compilations:
--- "common" sass files.
--- cms sass for /edx/app/edxapp/edx-platform/themes/red-theme.
--- cms sass for /edx/app/edxapp/edx-platform/themes/edge.edx.org.
--- cms sass for /edx/app/edxapp/edx-platform/themes/edx.org.
--- cms sass for /edx/app/edxapp/edx-platform/themes/stanford-style.
--- cms sass for system.
python manage.py lms --settings=test_static_optimized collectstatic --noinput > /edx/app/edxapp/edx-platform/test_root/log/lms-collectstatic.log
Finished collecting lms assets.
python manage.py cms --settings=test_static_optimized collectstatic --noinput > /edx/app/edxapp/edx-platform/test_root/log/studio-collectstatic.log
WARNING:py.warnings:/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/social/apps/django_app/default/models.py:68: RemovedInDjango19Warning: Model class social.apps.django_app.default.models.UserSocialAuth doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
class UserSocialAuth(AbstractUserSocialAuth):
WARNING:py.warnings:/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/social/apps/django_app/default/models.py:77: RemovedInDjango19Warning: Model class social.apps.django_app.default.models.Nonce doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
class Nonce(models.Model, DjangoNonceMixin):
WARNING:py.warnings:/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/social/apps/django_app/default/models.py:88: RemovedInDjango19Warning: Model class social.apps.django_app.default.models.Association doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
class Association(models.Model, DjangoAssociationMixin):
WARNING:py.warnings:/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/social/apps/django_app/default/models.py:104: RemovedInDjango19Warning: Model class social.apps.django_app.default.models.Code doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
class Code(models.Model, DjangoCodeMixin):
Finished collecting studio assets.
Confirming servers are running...
---> pavelib.utils.test.bokchoy_utils.start_servers
DEFAULT_STORE=split coverage run --rcfile=/edx/app/edxapp/edx-platform/common/test/acceptance/.coveragerc -m manage lms --settings bok_choy runserver 0.0.0.0:8003 --traceback --noreload /edx/app/edxapp/edx-platform/test_root/log/bok_choy_lms.log
DEFAULT_STORE=split coverage run --rcfile=/edx/app/edxapp/edx-platform/common/test/acceptance/.coveragerc -m manage cms --settings bok_choy runserver 0.0.0.0:8031 --traceback --noreload /edx/app/edxapp/edx-platform/test_root/log/bok_choy_studio.log
python -m stubs.start edxnotes 8042 /edx/app/edxapp/edx-platform/test_root/log/bok_choy_edxnotes.log
python -m stubs.start catalog 8091 /edx/app/edxapp/edx-platform/test_root/log/bok_choy_catalog.log
python -m stubs.start video 8777 root_dir=/edx/app/edxapp/edx-platform/test_root/data/video /edx/app/edxapp/edx-platform/test_root/log/bok_choy_video_sources.log
python -m stubs.start xqueue 8040 register_submission_url=http://0.0.0.0:8041/test/register_submission /edx/app/edxapp/edx-platform/test_root/log/bok_choy_xqueue.log
python -m stubs.start youtube 9080 /edx/app/edxapp/edx-platform/test_root/log/bok_choy_youtube.log
python -m stubs.start ecommerce 8043 /edx/app/edxapp/edx-platform/test_root/log/bok_choy_ecommerce.log
python -m stubs.start comments 4567 /edx/app/edxapp/edx-platform/test_root/log/bok_choy_comments.log
python -m stubs.start ora 8041 /edx/app/edxapp/edx-platform/test_root/log/bok_choy_ora.log
Confirming servers have started...
Checking server 0.0.0.0 on port 8003
Checking server 0.0.0.0 on port 8031
Installing course fixture for forums
DEFAULT_STORE=split SCREENSHOT_DIR='/edx/app/edxapp/edx-platform/test_root/log' BOK_CHOY_HAR_DIR='/edx/app/edxapp/edx-platform/test_root/log/hars' BOKCHOY_A11Y_CUSTOM_RULES_FILE='/edx/app/edxapp/edx-platform/node_modules/edx-custom-a11y-rules/lib/custom_a11y_rules.js' SELENIUM_DRIVER_LOG_DIR='/edx/app/edxapp/edx-platform/test_root/log' VERIFY_XSS='False' nosetests /edx/app/edxapp/edx-platform/common/test/acceptance/tests/studio/test_import_export.py:TestCourseImport --xunit-file=/edx/app/edxapp/edx-platform/reports/bok_choy/xunit.xml --verbosity=2
========================================
Running tests for bok-choy
========================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment