Skip to content

Instantly share code, notes, and snippets.

@jmatsushita
Created March 30, 2017 09:31
Show Gist options
  • Save jmatsushita/d0b0876e48e7a45f0f39d3d7863e5369 to your computer and use it in GitHub Desktop.
Save jmatsushita/d0b0876e48e7a45f0f39d3d7863e5369 to your computer and use it in GitHub Desktop.
EdX Devstack make devstack.provision log
make devstack.provision
./provision.sh
Creating network "devstack_default" with the default driver
Creating volume "devstack_mysql_data" with default driver
Creating volume "devstack_mongo_data" with default driver
Creating volume "devstack_elasticsearch_data" with default driver
Creating edx.devstack.mysql
Creating edx.devstack.mongo
Waiting for MySQL
........MySQL ready
Creating databases and users...
MongoDB shell version: 3.0.14
connecting to: test
connection to 127.0.0.1
[
{
"user" : "admin",
"pwd" : "password",
"roles" : [
"root"
],
"database" : "admin"
},
{
"user" : "cs_comments_service",
"pwd" : "password",
"roles" : [
"readWrite"
],
"database" : "cs_comments_service"
},
{
"user" : "edxapp",
"pwd" : "password",
"roles" : [
"readWrite"
],
"database" : "edxapp"
}
]
Successfully added user: { "user" : "admin", "roles" : [ "root" ] }
Successfully added user: { "user" : "cs_comments_service", "roles" : [ "readWrite" ] }
Successfully added user: { "user" : "edxapp", "roles" : [ "readWrite" ] }
bye
edx.devstack.mysql is up-to-date
edx.devstack.mongo is up-to-date
Creating edx.devstack.memcached
Creating edx.devstack.elasticsearch
Creating edx.devstack.edxapp
Creating edx.devstack.discovery
Creating edx.devstack.credentials
Creating edx.devstack.ecommerce
Loading the ecommerce database...
Finished loading the ecommerce database!
Loading the edxapp database...
Finished loading the edxapp database!
Loading the edxapp_csmh database...
Finished loading the edxapp_csmh database!
---> pavelib.servers.update_db
---> pavelib.prereqs.install_prereqs
---> pavelib.prereqs.install_node_prereqs
Node prereqs unchanged, skipping...
---> pavelib.prereqs.install_python_prereqs
---> pavelib.prereqs.uninstall_python_packages
pip freeze
pip uninstall --disable-pip-version-check -y edxval
Uninstalling edxval-0.0.13:
Exception:
Traceback (most recent call last):
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pip/basecommand.py", line 215, in main
status = self.run(options, args)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pip/commands/uninstall.py", line 76, in run
requirement_set.uninstall(auto_confirm=options.yes)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pip/req/req_set.py", line 346, in uninstall
req.uninstall(auto_confirm=auto_confirm)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pip/req/req_install.py", line 754, in uninstall
paths_to_remove.remove(auto_confirm)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pip/req/req_uninstall.py", line 115, in remove
renames(path, new_path)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pip/utils/__init__.py", line 267, in renames
shutil.move(old, new)
File "/usr/lib/python2.7/shutil.py", line 300, in move
rmtree(src)
File "/usr/lib/python2.7/shutil.py", line 256, in rmtree
onerror(os.rmdir, path, sys.exc_info())
File "/usr/lib/python2.7/shutil.py", line 254, in rmtree
os.rmdir(path)
OSError: [Errno 39] Directory not empty: '/edx/app/edxapp/venvs/edxapp/lib/python2.7/site-packages/edxval-0.0.13-py2.7.egg-info'
Captured Task Output:
---------------------
---> pavelib.servers.update_db
---> pavelib.prereqs.install_prereqs
---> pavelib.prereqs.install_node_prereqs
---> pavelib.prereqs.install_python_prereqs
---> pavelib.prereqs.uninstall_python_packages
pip freeze
pip uninstall --disable-pip-version-check -y edxval
Build failed running pavelib.servers.update_db: Subprocess return code: 2
Found existing user: "edx"
Adding user "edx" to groups []
Removing user "edx" from groups []
Installing requirements for credentials...
npm install
Using /edx/app/edx_ansible/edx_ansible/docker/plays/ansible.cfg as config file
[..................] / normalizeTree: sill install loadCurrentTree
PLAY [Deploy demo course] ******************************************************
TASK [setup] *******************************************************************
Python 2.7.10 (default, Jun 29 2015, 22:38:23) all loadAllDepsIntoIdealTree
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
(InteractiveConsole)
2017-03-27 09:37:41,839 INFO 251 [tracking] logger.py:42 - {"username": "", "event_source": "server", "name": "edx.user.settings.changed", "accept_language": "", "time": "2017-03-27T13:37:41.839186+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"user_id": 2, "truncated": [], "old": null, "setting": "password", "table": "auth_user", "new": null}, "event_type": "edx.user.settings.changed"}
>>> >>> 2017-03-27 09:37:42,505 INFO 258 [commerce.management.commands.configure_commerce] configure_commerce.py:66 - Commerce Configuration enabled with checkout on ecommerce enabled.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
pip install -r requirements/local.txt
Requirement already satisfied: django==1.9.12 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from -r requirements/base.txt (line 1))
Requirement already satisfied: django-extensions==1.7.6 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from -r requirements/base.txt (line 2))
Requirement already satisfied: django-filter==1.0.1 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from -r requirements/base.txt (line 3))
Requirement already satisfied: django-rest-swagger[reST]==0.3.10 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from -r requirements/base.txt (line 4))
Ignoring docutils: markers 'extra == "reST"' don't match your environment
Requirement already satisfied: django-storages==1.5.2 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from -r requirements/base.txt (line 5))
Requirement already satisfied: django-waffle==0.11.1 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from -r requirements/base.txt (line 6))
Requirement already satisfied: django-webpack-loader==0.4.1 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from -r requirements/base.txt (line 7))
Requirement already satisfied: djangorestframework==3.4.7 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from -r requirements/base.txt (line 8))
Requirement already satisfied: djangorestframework-jwt==1.9.0 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from -r requirements/base.txt (line 9))
Requirement already satisfied: edx-auth-backends==0.7.0 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from -r requirements/base.txt (line 10))
Requirement already satisfied: edx-django-release-util==0.3.0 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from -r requirements/base.txt (line 11))
Requirement already satisfied: edx-drf-extensions==1.2.2 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from -r requirements/base.txt (line 12))
Requirement already satisfied: edx-opaque-keys==0.4 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from -r requirements/base.txt (line 13))
Requirement already satisfied: edx-rest-api-client==1.7.1 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from -r requirements/base.txt (line 14))
Requirement already satisfied: pillow==4.0.0 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from -r requirements/base.txt (line 15))
Requirement already satisfied: pytz==2016.10 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from -r requirements/base.txt (line 16))
Requirement already satisfied: six==1.10.0 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from -r requirements/base.txt (line 17))
Requirement already satisfied: bok-choy==0.6.1 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from -r requirements/test.txt (line 4))
Requirement already satisfied: coverage==4.3.4 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from -r requirements/test.txt (line 5))
Requirement already satisfied: ddt==1.1.1 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from -r requirements/test.txt (line 6))
Requirement already satisfied: django-nose==1.4.4 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from -r requirements/test.txt (line 7))
Requirement already satisfied: edx-lint==0.5.2 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from -r requirements/test.txt (line 8))
Requirement already satisfied: factory-boy==2.8.1 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from -r requirements/test.txt (line 9))
Requirement already satisfied: httpretty==0.8.14 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from -r requirements/test.txt (line 10))
Requirement already satisfied: isort==4.2.5 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from -r requirements/test.txt (line 11))
Requirement already satisfied: mock==2.0.0 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from -r requirements/test.txt (line 12))
Requirement already satisfied: nose-ignore-docstring==0.2 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from -r requirements/test.txt (line 13))
Requirement already satisfied: pep8==1.7.0 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from -r requirements/test.txt (line 14))
Requirement already satisfied: responses==0.5.1 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from -r requirements/test.txt (line 15))
Requirement already satisfied: testfixtures==4.13.4 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from -r requirements/test.txt (line 16))
Requirement already satisfied: edx-sphinx-theme==1.0.2 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from -r requirements/docs.txt (line 1))
Requirement already satisfied: Sphinx==1.5.3 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from -r requirements/docs.txt (line 2))
Requirement already satisfied: django-debug-toolbar==1.6 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from -r requirements/local.txt (line 5))
Requirement already satisfied: transifex-client==0.12.4 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from -r requirements/local.txt (line 8))
Requirement already satisfied: edx-i18n-tools==0.3.7 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from -r requirements/local.txt (line 9))
Requirement already satisfied: docker-compose>=1.5.1 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from -r requirements/local.txt (line 12))
Requirement already satisfied: PyYAML>=3.10 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from django-rest-swagger[reST]==0.3.10->-r requirements/base.txt (line 4))
Requirement already satisfied: PyJWT<2.0.0,>=1.4.0 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from djangorestframework-jwt==1.9.0->-r requirements/base.txt (line 9))
Requirement already satisfied: python-social-auth<0.3.0,>=0.2.21 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from edx-auth-backends==0.7.0->-r requirements/base.txt (line 10))
Requirement already satisfied: requests<3.0.0,>=2.7.0 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from edx-drf-extensions==1.2.2->-r requirements/base.txt (line 12))
Requirement already satisfied: python-dateutil>=2.0 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from edx-drf-extensions==1.2.2->-r requirements/base.txt (line 12))
Requirement already satisfied: pymongo<4.0.0,>=2.7.2 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from edx-opaque-keys==0.4->-r requirements/base.txt (line 13))
Requirement already satisfied: stevedore<2.0.0,>=0.14.1 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from edx-opaque-keys==0.4->-r requirements/base.txt (line 13))
Requirement already satisfied: slumber<1.0,>=0.7.1 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from edx-rest-api-client==1.7.1->-r requirements/base.txt (line 14))
Requirement already satisfied: olefile in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from pillow==4.0.0->-r requirements/base.txt (line 15))
Requirement already satisfied: selenium<3,>=2 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from bok-choy==0.6.1->-r requirements/test.txt (line 4))
Requirement already satisfied: lazy in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from bok-choy==0.6.1->-r requirements/test.txt (line 4))
Requirement already satisfied: needle in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from bok-choy==0.6.1->-r requirements/test.txt (line 4))
Requirement already satisfied: nose>=1.2.1 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from django-nose==1.4.4->-r requirements/test.txt (line 7))
Requirement already satisfied: pylint-celery==0.3 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from edx-lint==0.5.2->-r requirements/test.txt (line 8))
Requirement already satisfied: pylint-django<1.0.0,>=0.7.2 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from edx-lint==0.5.2->-r requirements/test.txt (line 8))
Requirement already satisfied: pylint==1.6.4 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from edx-lint==0.5.2->-r requirements/test.txt (line 8))
Requirement already satisfied: Faker>=0.7.0 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from factory-boy==2.8.1->-r requirements/test.txt (line 9))
Requirement already satisfied: pbr>=0.11 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from mock==2.0.0->-r requirements/test.txt (line 12))
Requirement already satisfied: cookies in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from responses==0.5.1->-r requirements/test.txt (line 15))
Requirement already satisfied: alabaster<0.8,>=0.7 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from Sphinx==1.5.3->-r requirements/docs.txt (line 2))
Requirement already satisfied: docutils>=0.11 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from Sphinx==1.5.3->-r requirements/docs.txt (line 2))
Requirement already satisfied: Pygments>=2.0 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from Sphinx==1.5.3->-r requirements/docs.txt (line 2))
Requirement already satisfied: babel!=2.0,>=1.3 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from Sphinx==1.5.3->-r requirements/docs.txt (line 2))
Requirement already satisfied: Jinja2>=2.3 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from Sphinx==1.5.3->-r requirements/docs.txt (line 2))
Requirement already satisfied: imagesize in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from Sphinx==1.5.3->-r requirements/docs.txt (line 2))
Requirement already satisfied: snowballstemmer>=1.1 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from Sphinx==1.5.3->-r requirements/docs.txt (line 2))
Requirement already satisfied: sqlparse>=0.2.0 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from django-debug-toolbar==1.6->-r requirements/local.txt (line 5))
Requirement already satisfied: urllib3 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from transifex-client==0.12.4->-r requirements/local.txt (line 8))
Requirement already satisfied: path.py>=7.0 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from edx-i18n-tools==0.3.7->-r requirements/local.txt (line 9))
Requirement already satisfied: polib in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from edx-i18n-tools==0.3.7->-r requirements/local.txt (line 9))
Requirement already satisfied: colorama<0.4,>=0.3.7 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from docker-compose>=1.5.1->-r requirements/local.txt (line 12))
Requirement already satisfied: jsonschema<3,>=2.5.1 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from docker-compose>=1.5.1->-r requirements/local.txt (line 12))
Requirement already satisfied: dockerpty<0.5,>=0.4.1 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from docker-compose>=1.5.1->-r requirements/local.txt (line 12))
Requirement already satisfied: cached-property<2,>=1.2.0 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from docker-compose>=1.5.1->-r requirements/local.txt (line 12))
Requirement already satisfied: docker<3.0,>=2.1.0 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from docker-compose>=1.5.1->-r requirements/local.txt (line 12))
Requirement already satisfied: docopt<0.7,>=0.6.1 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from docker-compose>=1.5.1->-r requirements/local.txt (line 12))
Requirement already satisfied: texttable<0.9,>=0.8.1 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from docker-compose>=1.5.1->-r requirements/local.txt (line 12))
Requirement already satisfied: websocket-client<1.0,>=0.32.0 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from docker-compose>=1.5.1->-r requirements/local.txt (line 12))
Requirement already satisfied: requests-oauthlib>=0.6.1 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from python-social-auth<0.3.0,>=0.2.21->edx-auth-backends==0.7.0->-r requirements/base.txt (line 10))
Requirement already satisfied: python3-openid>=3.0.9 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from python-social-auth<0.3.0,>=0.2.21->edx-auth-backends==0.7.0->-r requirements/base.txt (line 10))
Requirement already satisfied: oauthlib>=1.0.3 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from python-social-auth<0.3.0,>=0.2.21->edx-auth-backends==0.7.0->-r requirements/base.txt (line 10))
Requirement already satisfied: astroid>=1.0 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from pylint-celery==0.3->edx-lint==0.5.2->-r requirements/test.txt (line 8))
Requirement already satisfied: pylint-plugin-utils>=0.2.1 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from pylint-celery==0.3->edx-lint==0.5.2->-r requirements/test.txt (line 8))
Requirement already satisfied: mccabe in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from pylint==1.6.4->edx-lint==0.5.2->-r requirements/test.txt (line 8))
Requirement already satisfied: MarkupSafe>=0.23 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from Jinja2>=2.3->Sphinx==1.5.3->-r requirements/docs.txt (line 2))
Requirement already satisfied: docker-pycreds>=0.2.1 in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from docker<3.0,>=2.1.0->docker-compose>=1.5.1->-r requirements/local.txt (line 12))
Requirement already satisfied: defusedxml in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from python3-openid>=3.0.9->python-social-auth<0.3.0,>=0.2.21->edx-auth-backends==0.7.0->-r requirements/base.txt (line 10))
Requirement already satisfied: wrapt in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from astroid>=1.0->pylint-celery==0.3->edx-lint==0.5.2->-r requirements/test.txt (line 8))
Requirement already satisfied: lazy-object-proxy in /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages (from astroid>=1.0->pylint-celery==0.3->edx-lint==0.5.2->-r requirements/test.txt (line 8))
Running migrations for credentials...
python manage.py migrate
ok: [127.0.0.1]
TASK [server_utils : Install ubuntu system packages] ***************************
/edx/app/credentials/venvs/credentials/lib/python3.5/site-packages/six.py:808: RemovedInDjango110Warning: SubfieldBase has been deprecated. Use Field.from_db_value instead.
return meta(name, bases, d)
2017-03-27 13:37:45,624 WARNING 57 [py.warnings] subclassing.py:22 - /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages/six.py:808: RemovedInDjango110Warning: SubfieldBase has been deprecated. Use Field.from_db_value instead.
return meta(name, bases, d)
/edx/app/credentials/credentials/credentials/urls.py:36: RemovedInDjango110Warning: Support for string view arguments to url() is deprecated and will be removed in Django 1.10 (got django.views.i18n.javascript_catalog). Pass the callable instead.
url(r'^jsi18n/$', 'django.views.i18n.javascript_catalog', ''),
2017-03-27 13:37:45,915 WARNING 57 [py.warnings] __init__.py:107 - /edx/app/credentials/credentials/credentials/urls.py:36: RemovedInDjango110Warning: Support for string view arguments to url() is deprecated and will be removed in Django 1.10 (got django.views.i18n.javascript_catalog). Pass the callable instead.
url(r'^jsi18n/$', 'django.views.i18n.javascript_catalog', ''),
/edx/app/credentials/credentials/credentials/urls.py:46: RemovedInDjango110Warning: Support for string view arguments to url() is deprecated and will be removed in Django 1.10 (got django.views.defaults.page_not_found). Pass the callable instead.
url(r'^404/$', 'django.views.defaults.page_not_found', name='404'),
2017-03-27 13:37:45,918 WARNING 57 [py.warnings] __init__.py:107 - /edx/app/credentials/credentials/credentials/urls.py:46: RemovedInDjango110Warning: Support for string view arguments to url() is deprecated and will be removed in Django 1.10 (got django.views.defaults.page_not_found). Pass the callable instead.
url(r'^404/$', 'django.views.defaults.page_not_found', name='404'),
/edx/app/credentials/credentials/credentials/urls.py:47: RemovedInDjango110Warning: Support for string view arguments to url() is deprecated and will be removed in Django 1.10 (got credentials.apps.core.views.render_500). Pass the callable instead.
url(r'^500/$', handler500, name='500'),
2017-03-27 13:37:45,918 WARNING 57 [py.warnings] __init__.py:107 - /edx/app/credentials/credentials/credentials/urls.py:47: RemovedInDjango110Warning: Support for string view arguments to url() is deprecated and will be removed in Django 1.10 (got credentials.apps.core.views.render_500). Pass the callable instead.
url(r'^500/$', handler500, name='500'),
Operations to perform:
Apply all migrations: waffle, credentials, core, contenttypes, auth, sites, social_auth, admin, edx_credentials_extensions, sessions
Running migrations:
Rendering model states... DONE
Applying sites.0001_initial... OK
Applying contenttypes.0001_initial... OK
Applying contenttypes.0002_remove_content_type_name... OK
Applying auth.0001_initial... OK
Applying auth.0002_alter_permission_name_max_length... OK
Applying auth.0003_alter_user_email_max_length... OK
Applying auth.0004_alter_user_username_opts... OK
Applying auth.0005_alter_user_last_login_null... OK
Applying auth.0006_require_contenttypes_0002... OK
Applying core.0001_initial... OK
Applying admin.0001_initial... OK
Applying admin.0002_logentry_remove_auto_add... OK
Applying auth.0007_alter_validators_add_error_messages... OK
Applying credentials.0001_initial...changed: [127.0.0.1] => (item=[u'ack-grep', u'mosh', u'curl', u'tree', u'screen', u'tmux', u'curl', u'vim-tiny', u'dnsutils', u'inetutils-telnet', u'netcat']) => {"cache_update_time": 1490621873, "cache_updated": true, "changed": true, "item": ["ack-grep", "mosh", "curl", "tree", "screen", "tmux", "curl", "vim-tiny", "dnsutils", "inetutils-telnet", "netcat"]}
TASK [user : Install debian packages user role needs] **************************
OK
Applying core.0002_auto_20160111_1251... OK
Applying core.0003_auto_20160331_0218... OK
Applying core.0004_siteconfiguration_catalog_api_url... OK
Applying core.0005_auto_20170119_1205... OK
Applying core.0006_auto_20170215_1734... OK
Applying core.0007_auto_20170315_1828... OK
Applying core.0008_auto_20170315_1835... OK
Applying core.0009_siteconfiguration_segment_key... OK
Applying credentials.0002_signatory_organization_name_override... OK
Applying credentials.0003_programcertificate_use_org_name... OK
Applying credentials.0004_auto_20161129_0627... OK
Applying credentials.0005_auto_20170111_0441... OK
Applying credentials.0006_auto_20170112_0308... OK
Applying credentials.0007_auto_20170118_2111... OK
Applying credentials.0008_auto_20170217_1423... OK
Applying credentials.0009_remove_programcertificate_program_id... OK
Applying edx_credentials_extensions.0001_initial... OK
Applying sessions.0001_initial... OK
Applying sites.0002_alter_domain_unique... OK
Applying social_auth.0001_initial... OK
Applying social_auth.0002_add_related_name... OK
Applying social_auth.0003_alter_email_max_length... OK
Applying social_auth.0004_auto_20160423_0400... OK
Applying social_auth.0005_auto_20160727_2333... OK
Applying waffle.0001_initial... OK
Creating super-user for credentials...
Creating service user and OAuth client for credentials...
Installing requirements for discovery...
pip install -r requirements/local.txt
Requirement already satisfied: beautifulsoup4==4.5.1 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/base.txt (line 1))
Requirement already satisfied: boto==2.42.0 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/base.txt (line 2))
Requirement already satisfied: cryptography==1.7.1 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/base.txt (line 3))
Requirement already satisfied: django==1.9.12 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/base.txt (line 4))
Requirement already satisfied: django-autocomplete-light==3.1.8 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/base.txt (line 5))
Requirement already satisfied: django-choices==1.4.3 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/base.txt (line 6))
Requirement already satisfied: django-compressor==2.0 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/base.txt (line 7))
/edx/app/credentials/venvs/credentials/lib/python3.5/site-packages/six.py:808: RemovedInDjango110Warning: SubfieldBase has been deprecated. Use Field.from_db_value instead.
return meta(name, bases, d)
2017-03-27 13:38:10,446 WARNING 68 [py.warnings] subclassing.py:22 - /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages/six.py:808: RemovedInDjango110Warning: SubfieldBase has been deprecated. Use Field.from_db_value instead.
return meta(name, bases, d)
Requirement already satisfied: django-contrib-comments==1.7.2 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/base.txt (line 8))
Requirement already satisfied: django-extensions==1.7.2 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/base.txt (line 9))
Requirement already satisfied: django-filter==0.14.0 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/base.txt (line 10))
Requirement already satisfied: django-fsm==2.4.0 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/base.txt (line 11))
Requirement already satisfied: django-guardian==1.4.5 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/base.txt (line 12))
Requirement already satisfied: django-haystack==2.5.0 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/base.txt (line 13))
Requirement already satisfied: django-libsass==0.7 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/base.txt (line 14))
Requirement already satisfied: django-simple-history==1.8.1 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/base.txt (line 15))
Requirement already satisfied: django-solo==1.1.2 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/base.txt (line 16))
Requirement already satisfied: django-sortedm2m==1.3.2 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/base.txt (line 17))
Requirement already satisfied: django-stdimage==2.3.3 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/base.txt (line 18))
Requirement already satisfied: django-storages==1.5.0 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/base.txt (line 19))
Requirement already satisfied: django-taggit==0.22.0 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/base.txt (line 20))
Requirement already satisfied: django-taggit-autosuggest==0.3.0 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/base.txt (line 21))
Requirement already satisfied: django-taggit-serializer==0.1.5 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/base.txt (line 22))
Requirement already satisfied: django-waffle==0.11.1 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/base.txt (line 23))
Requirement already satisfied: djangorestframework==3.3.3 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/base.txt (line 24))
Requirement already satisfied: djangorestframework-csv==1.4.1 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/base.txt (line 25))
Requirement already satisfied: djangorestframework-jwt==1.8.0 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/base.txt (line 26))
Python 3.5.2 (default, Nov 17 2016, 17:05:23)
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
(InteractiveConsole)
>>> Requirement already satisfied: djangorestframework-xml==1.3.0 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/base.txt (line 27))
Requirement already satisfied: django-rest-swagger[reST]==0.3.10 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/base.txt (line 28))
Ignoring docutils: markers 'extra == "reST"' don't match your environment
Requirement already satisfied: drf-haystack==1.6.0rc1 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/base.txt (line 29))
Requirement already satisfied: dry-rest-permissions==0.1.6 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/base.txt (line 30))
Requirement already satisfied: edx-auth-backends==0.6.0 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/base.txt (line 31))
Requirement already satisfied: edx-ccx-keys==0.2.0 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/base.txt (line 32))
Requirement already satisfied: edx-django-release-util==0.3.0 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/base.txt (line 33))
Requirement already satisfied: edx-drf-extensions==1.1.1 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/base.txt (line 34))
<User: >
>>>
Requirement already satisfied: edx-opaque-keys==0.3.1 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/base.txt (line 35))
Requirement already satisfied: edx-rest-api-client==1.6.0 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/base.txt (line 36))
Requirement already satisfied: elasticsearch<2.0.0,>=1.0.0 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/base.txt (line 37))
Requirement already satisfied: html2text==2016.9.19 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/base.txt (line 38))
Requirement already satisfied: jsonfield==1.0.3 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/base.txt (line 39))
Requirement already satisfied: markdown==2.6.6 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/base.txt (line 40))
Requirement already satisfied: pillow==3.4.2 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/base.txt (line 41))
Requirement already satisfied: pycountry==1.20 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/base.txt (line 42))
Requirement already satisfied: python-dateutil==2.5.3 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/base.txt (line 43))
Requirement already satisfied: pytz==2016.6.1 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/base.txt (line 44))
Requirement already satisfied: requests==2.9.1 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/base.txt (line 46))
Requirement already satisfied: coverage==4.2 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/test.txt (line 4))
Requirement already satisfied: ddt==1.1.0 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/test.txt (line 5))
Requirement already satisfied: edx-lint==0.5.2 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/test.txt (line 6))
Requirement already satisfied: factory-boy==2.8.1 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/test.txt (line 7))
Requirement already satisfied: freezegun==0.3.7 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/test.txt (line 8))
Requirement already satisfied: isort==4.2.5 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/test.txt (line 9))
Requirement already satisfied: lxml==3.6.1 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/test.txt (line 10))
Requirement already satisfied: mock==2.0.0 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/test.txt (line 11))
Requirement already satisfied: pep8==1.7.0 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/test.txt (line 12))
Requirement already satisfied: pytest==3.0.6 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/test.txt (line 13))
Requirement already satisfied: pytest-django==3.1.2 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/test.txt (line 14))
Requirement already satisfied: pytest-django-ordering==1.0.1 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/test.txt (line 15))
Requirement already satisfied: responses==0.5.1 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/test.txt (line 16))
Requirement already satisfied: selenium==3.0.2 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/test.txt (line 17))
Requirement already satisfied: testfixtures==4.13.1 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/test.txt (line 18))
Requirement already satisfied: Sphinx==1.4.5 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/docs.txt (line 1))
Requirement already satisfied: sphinx_rtd_theme==0.1.9 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/docs.txt (line 2))
Requirement already satisfied: django-debug-toolbar==1.5 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/local.txt (line 5))
Requirement already satisfied: django-elasticsearch-debug-toolbar==1.0.4 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/local.txt (line 6))
Requirement already satisfied: transifex-client==0.12.2 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/local.txt (line 8))
Requirement already satisfied: edx-i18n-tools==0.3.4 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/local.txt (line 9))
Requirement already satisfied: docker-compose<2.0.0,>=1.7.1 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from -r requirements/local.txt (line 12))
Requirement already satisfied: idna>=2.0 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from cryptography==1.7.1->-r requirements/base.txt (line 3))
Requirement already satisfied: pyasn1>=0.1.8 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from cryptography==1.7.1->-r requirements/base.txt (line 3))
Requirement already satisfied: cffi>=1.4.1 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from cryptography==1.7.1->-r requirements/base.txt (line 3))
changed: [127.0.0.1] => (item=[u'python-httplib2']) => {"cache_update_time": 1490621886, "cache_updated": true, "changed": true, "item": ["python-httplib2"]}
Requirement already satisfied: setuptools>=11.3 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from cryptography==1.7.1->-r requirements/base.txt (line 3))
TASK [user : debug] ************************************************************
Requirement already satisfied: six>=1.4.1 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from cryptography==1.7.1->-r requirements/base.txt (line 3))
Requirement already satisfied: django-appconf>=0.4 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from django-compressor==2.0->-r requirements/base.txt (line 7))
Requirement already satisfied: rcssmin==1.0.6 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from django-compressor==2.0->-r requirements/base.txt (line 7))
Requirement already satisfied: rjsmin==1.0.12 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from django-compressor==2.0->-r requirements/base.txt (line 7))
Requirement already satisfied: libsass>=0.7.0 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from django-libsass==0.7->-r requirements/base.txt (line 14))
Requirement already satisfied: progressbar2>=3.0.0 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from django-stdimage==2.3.3->-r requirements/base.txt (line 18))
Requirement already satisfied: PyJWT<2.0.0,>=1.4.0 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from djangorestframework-jwt==1.8.0->-r requirements/base.txt (line 26))
Requirement already satisfied: defusedxml>=0.3 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from djangorestframework-xml==1.3.0->-r requirements/base.txt (line 27))
Requirement already satisfied: PyYAML>=3.10 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from django-rest-swagger[reST]==0.3.10->-r requirements/base.txt (line 28))
Requirement already satisfied: python-social-auth<0.3.0,>=0.2.21 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from edx-auth-backends==0.6.0->-r requirements/base.txt (line 31))
Requirement already satisfied: pymongo<4.0.0,>=2.7.2 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from edx-opaque-keys==0.3.1->-r requirements/base.txt (line 35))
Requirement already satisfied: stevedore<2.0.0,>=0.14.1 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from edx-opaque-keys==0.3.1->-r requirements/base.txt (line 35))
ok: [127.0.0.1] => {
"user_info": []
}
Requirement already satisfied: slumber<1.0,>=0.7.1 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from edx-rest-api-client==1.6.0->-r requirements/base.txt (line 36))
TASK [user : Create the edxadmin group] ****************************************
Requirement already satisfied: urllib3<2.0,>=1.8 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from elasticsearch<2.0.0,>=1.0.0->-r requirements/base.txt (line 37))
Requirement already satisfied: pylint-django<1.0.0,>=0.7.2 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from edx-lint==0.5.2->-r requirements/test.txt (line 6))
Requirement already satisfied: pylint-celery==0.3 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from edx-lint==0.5.2->-r requirements/test.txt (line 6))
Requirement already satisfied: pylint==1.6.4 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from edx-lint==0.5.2->-r requirements/test.txt (line 6))
Requirement already satisfied: Faker>=0.7.0 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from factory-boy==2.8.1->-r requirements/test.txt (line 7))
Requirement already satisfied: pbr>=0.11 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from mock==2.0.0->-r requirements/test.txt (line 11))
Requirement already satisfied: py>=1.4.29 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from pytest==3.0.6->-r requirements/test.txt (line 13))
Requirement already satisfied: cookies in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from responses==0.5.1->-r requirements/test.txt (line 16))
Requirement already satisfied: Pygments>=2.0 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from Sphinx==1.4.5->-r requirements/docs.txt (line 1))
Requirement already satisfied: docutils>=0.11 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from Sphinx==1.4.5->-r requirements/docs.txt (line 1))
Requirement already satisfied: snowballstemmer>=1.1 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from Sphinx==1.4.5->-r requirements/docs.txt (line 1))
Requirement already satisfied: imagesize in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from Sphinx==1.4.5->-r requirements/docs.txt (line 1))
Requirement already satisfied: Jinja2>=2.3 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from Sphinx==1.4.5->-r requirements/docs.txt (line 1))
Requirement already satisfied: alabaster<0.8,>=0.7 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from Sphinx==1.4.5->-r requirements/docs.txt (line 1))
Requirement already satisfied: babel!=2.0,>=1.3 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from Sphinx==1.4.5->-r requirements/docs.txt (line 1))
Requirement already satisfied: sqlparse>=0.2.0 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from django-debug-toolbar==1.5->-r requirements/local.txt (line 5))
Requirement already satisfied: polib in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from edx-i18n-tools==0.3.4->-r requirements/local.txt (line 9))
Requirement already satisfied: path.py in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from edx-i18n-tools==0.3.4->-r requirements/local.txt (line 9))
Requirement already satisfied: texttable<0.9,>=0.8.1 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from docker-compose<2.0.0,>=1.7.1->-r requirements/local.txt (line 12))
Requirement already satisfied: colorama<0.4,>=0.3.7 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from docker-compose<2.0.0,>=1.7.1->-r requirements/local.txt (line 12))
Requirement already satisfied: jsonschema<3,>=2.5.1 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from docker-compose<2.0.0,>=1.7.1->-r requirements/local.txt (line 12))
Requirement already satisfied: dockerpty<0.5,>=0.4.1 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from docker-compose<2.0.0,>=1.7.1->-r requirements/local.txt (line 12))
Requirement already satisfied: docopt<0.7,>=0.6.1 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from docker-compose<2.0.0,>=1.7.1->-r requirements/local.txt (line 12))
Requirement already satisfied: websocket-client<1.0,>=0.32.0 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from docker-compose<2.0.0,>=1.7.1->-r requirements/local.txt (line 12))
Requirement already satisfied: docker<3.0,>=2.1.0 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from docker-compose<2.0.0,>=1.7.1->-r requirements/local.txt (line 12))
Requirement already satisfied: cached-property<2,>=1.2.0 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from docker-compose<2.0.0,>=1.7.1->-r requirements/local.txt (line 12))
Requirement already satisfied: pycparser in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from cffi>=1.4.1->cryptography==1.7.1->-r requirements/base.txt (line 3))
Requirement already satisfied: appdirs>=1.4.0 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from setuptools>=11.3->cryptography==1.7.1->-r requirements/base.txt (line 3))
Requirement already satisfied: packaging>=16.8 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from setuptools>=11.3->cryptography==1.7.1->-r requirements/base.txt (line 3))
Requirement already satisfied: python-utils>=2.0.0 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from progressbar2>=3.0.0->django-stdimage==2.3.3->-r requirements/base.txt (line 18))
Requirement already satisfied: oauthlib>=1.0.3 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from python-social-auth<0.3.0,>=0.2.21->edx-auth-backends==0.6.0->-r requirements/base.txt (line 31))
Requirement already satisfied: python3-openid>=3.0.9 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from python-social-auth<0.3.0,>=0.2.21->edx-auth-backends==0.6.0->-r requirements/base.txt (line 31))
Requirement already satisfied: requests-oauthlib>=0.6.1 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from python-social-auth<0.3.0,>=0.2.21->edx-auth-backends==0.6.0->-r requirements/base.txt (line 31))
Requirement already satisfied: pylint-plugin-utils>=0.2.1 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from pylint-django<1.0.0,>=0.7.2->edx-lint==0.5.2->-r requirements/test.txt (line 6))
Requirement already satisfied: astroid>=1.0 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from pylint-celery==0.3->edx-lint==0.5.2->-r requirements/test.txt (line 6))
Requirement already satisfied: mccabe in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from pylint==1.6.4->edx-lint==0.5.2->-r requirements/test.txt (line 6))
Requirement already satisfied: MarkupSafe>=0.23 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from Jinja2>=2.3->Sphinx==1.4.5->-r requirements/docs.txt (line 1))
Requirement already satisfied: docker-pycreds>=0.2.1 in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from docker<3.0,>=2.1.0->docker-compose<2.0.0,>=1.7.1->-r requirements/local.txt (line 12))
Requirement already satisfied: pyparsing in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from packaging>=16.8->setuptools>=11.3->cryptography==1.7.1->-r requirements/base.txt (line 3))
Requirement already satisfied: wrapt in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from astroid>=1.0->pylint-celery==0.3->edx-lint==0.5.2->-r requirements/test.txt (line 6))
Requirement already satisfied: lazy-object-proxy in /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages (from astroid>=1.0->pylint-celery==0.3->edx-lint==0.5.2->-r requirements/test.txt (line 6))
Running migrations for discovery...
python manage.py migrate --noinput
ok: [127.0.0.1] => {"changed": false, "gid": 1000, "name": "edxadmin", "state": "present", "system": false}
TASK [user : Ensure sudoers.d is read] *****************************************
ok: [127.0.0.1] => {"backup": "", "changed": false, "msg": ""}
TASK [user : Grant full sudo access to the edxadmin group] *********************
/edx/app/discovery/venvs/discovery/lib/python3.5/site-packages/six.py:808: RemovedInDjango110Warning: SubfieldBase has been deprecated. Use Field.from_db_value instead.
return meta(name, bases, d)
2017-03-27 13:38:12,452 WARNING 46 [py.warnings] /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages/django/db/models/fields/subclassing.py:22 - /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages/six.py:808: RemovedInDjango110Warning: SubfieldBase has been deprecated. Use Field.from_db_value instead.
return meta(name, bases, d)
ok: [127.0.0.1] => {"changed": false, "checksum": "c2fc4cba65c501225c024ac45c0c795f6f230416", "dest": "/etc/sudoers.d/edxadmin", "gid": 0, "group": "root", "mode": "0440", "owner": "root", "path": "/etc/sudoers.d/edxadmin", "size": 32, "state": "file", "uid": 0}
TASK [user : Create the users] *************************************************
TASK [user : Assign admin role to admin users] *********************************
TASK [user : Check the ssh key(s) for user(s) over github] *********************
TASK [user : debug] ************************************************************
TASK [user : Get github key(s) and update the authorized_keys file] ************
TASK [user : Create bashrc file for normal users] ******************************
TASK [user : Create .profile for all users] ************************************
TASK [user : Modify shell for restricted users] ********************************
TASK [user : Create bashrc file for restricted users] **************************
TASK [user : Create sudoers file from template] ********************************
/edx/app/discovery/discovery/course_discovery/urls.py:49: RemovedInDjango110Warning: Support for string view arguments to url() is deprecated and will be removed in Django 1.10 (got django.views.i18n.javascript_catalog). Pass the callable instead.
url(r'^jsi18n/$', 'django.views.i18n.javascript_catalog', name='javascript-catalog'),
2017-03-27 13:38:13,366 WARNING 46 [py.warnings] /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages/django/conf/urls/__init__.py:107 - /edx/app/discovery/discovery/course_discovery/urls.py:49: RemovedInDjango110Warning: Support for string view arguments to url() is deprecated and will be removed in Django 1.10 (got django.views.i18n.javascript_catalog). Pass the callable instead.
url(r'^jsi18n/$', 'django.views.i18n.javascript_catalog', name='javascript-catalog'),
Operations to perform:
Apply all migrations: django_comments, guardian, catalogs, core, taggit, ietf_language_tags, contenttypes, sites, publisher, sessions, waffle, edx_catalog_extensions, auth, admin, publisher_comments, social_auth, course_metadata
Running migrations:
Rendering model states... DONE
Applying contenttypes.0001_initial...ok: [127.0.0.1] => {"changed": false, "gid": 0, "group": "root", "mode": "0440", "owner": "root", "path": "/etc/sudoers.d/99-restricted", "size": 1, "state": "file", "uid": 0}
TASK [user : Change home directory ownership to root for restricted users] *****
TASK [user : Create ~/bin directory] *******************************************
TASK [user : Create allowed command links] *************************************
OK
Applying contenttypes.0002_remove_content_type_name...
TASK [security : Install security packages] ************************************
skipping: [127.0.0.1] => (item=[]) => {"changed": false, "item": [], "skip_reason": "Conditional check failed", "skipped": true}
TASK [security : Update all system packages] ***********************************
skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true}
TASK [security : Configure periodic unattended-upgrades] ***********************
skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true}
TASK [security : Disable unattended-upgrades if Xenial (16.04)] ****************
skipping: [127.0.0.1] => (item=systemctl disable apt-daily.timer) => {"changed": false, "item": "systemctl disable apt-daily.timer", "skip_reason": "Conditional check failed", "skipped": true}
skipping: [127.0.0.1] => (item=systemctl disable apt-daily.service) => {"changed": false, "item": "systemctl disable apt-daily.service", "skip_reason": "Conditional check failed", "skipped": true}
TASK [security : Disable unattended-upgrades] **********************************
skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true}
TASK [security : Only unattended-upgrade from security repo] *******************
skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true}
TASK [security : Disable security only updates on unattended-upgrades] *********
skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true}
TASK [security : Take security updates during ansible runs] ********************
skipping: [127.0.0.1] => (item=unattended-upgrade) => {"changed": false, "item": "unattended-upgrade", "skip_reason": "Conditional check failed", "skipped": true}
skipping: [127.0.0.1] => (item=unattended-upgrade --dry-run) => {"changed": false, "item": "unattended-upgrade --dry-run", "skip_reason": "Conditional check failed", "skipped": true}
TASK [common : Check Configuration Sources] ************************************
OK
Applying auth.0001_initial...
TASK [common : stat] ***********************************************************
ok: [127.0.0.1] => {"changed": false, "stat": {"atime": 1454946274.0, "checksum": "2011c1bce1e92f14fb56e78d01a8c6323794085d", "ctime": 1488981953.3835766, "dev": 51713, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 204914695, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "md5": "33459711bf0dd5b5a92754e9702a943d", "mode": "0755", "mtime": 1454946274.0, "nlink": 1, "path": "/usr/sbin/update-ca-certificates", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4276, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true}}
TASK [common : Update CA Certificates] *****************************************
Found existing user: "credentials_worker"
Adding user "credentials_worker" to groups []
Removing user "credentials_worker" from groups []
{
"name": "credentials",
"url": "http://localhost:18150",
"logout_uri": "http://localhost:18150/logout/",
"redirect_uri": "http://localhost:18150/complete/edx-oidc/",
"client_id": "credentials-key",
"user": {
"username": "credentials_worker",
"first_name": "",
"last_name": "",
"is_active": true,
"email": "[email protected]",
"is_superuser": false,
"is_staff": true,
"last_login": null,
"password": "pbkdf2_sha256$20000$7LkYbekAHaMd$2InidT7nklBXmbU7LBjV/KrV+xZhLENf6CqU6u/FwM4=",
"id": 3,
"date_joined": "2016-12-17T01:53:56.965Z"
},
"client_type": 0,
"client_secret": "credentials-secret"
}
OK
Applying auth.0002_alter_permission_name_max_length... OK
Applying auth.0003_alter_user_email_max_length... OK
Applying auth.0004_alter_user_username_opts... OK
Applying auth.0005_alter_user_last_login_null... OK
Applying auth.0006_require_contenttypes_0002... OK
Applying core.0001_squashed_0011_auto_20161101_2207...changed: [127.0.0.1] => {"changed": true, "cmd": "/usr/sbin/update-ca-certificates", "delta": "0:00:02.193833", "end": "2017-03-27 13:38:17.334570", "rc": 0, "start": "2017-03-27 13:38:15.140737", "stderr": "", "stdout": "Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done.\nRunning hooks in /etc/ca-certificates/update.d....done.", "stdout_lines": ["Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done.", "Running hooks in /etc/ca-certificates/update.d....done."], "warnings": []}
TASK [common : stat] ***********************************************************
ok: [127.0.0.1] => {"changed": false, "stat": {"exists": false}}
TASK [common : Update CA Trust] ************************************************
skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true}
TASK [common : Add common_users] ***********************************************
OK
Applying admin.0001_initial...ok: [127.0.0.1] => (item=www-data) => {"append": false, "changed": false, "comment": "www-data", "group": 33, "home": "/var/www", "item": "www-data", "move_home": false, "name": "www-data", "shell": "/bin/false", "state": "present", "uid": 33}
OK
Applying admin.0002_logentry_remove_auto_add... OK
Applying auth.0007_alter_validators_add_error_messages... OK
Applying catalogs.0001_squashed_0002_auto_20160327_2101... OK
Applying core.0002_partner_studio_url... OK
Applying taggit.0001_initial...ok: [127.0.0.1] => (item=syslog) => {"append": false, "changed": false, "comment": "", "group": 1001, "home": "/home/syslog", "item": "syslog", "move_home": false, "name": "syslog", "shell": "/bin/false", "state": "present", "uid": 1000}
TASK [common : check if instance is vagrant] ***********************************
ok: [127.0.0.1] => {"changed": false, "stat": {"exists": false}}
TASK [common : Add git apt repository] *****************************************
OK
Applying taggit.0002_auto_20150616_2121...ok: [127.0.0.1] => {"changed": false, "repo": "ppa:git-core/ppa", "state": "present"}
TASK [common : Add edX PPA apt key] ********************************************
OK
Applying waffle.0001_initial...ok: [127.0.0.1] => {"changed": false}
TASK [common : Add custom edX PPA] *********************************************
ok: [127.0.0.1] => {"changed": false, "repo": "deb http://ppa.edx.org precise main", "state": "present"}
TASK [common : Install role-independent useful system packages] ****************
OK
Applying ietf_language_tags.0001_squashed_0005_fix_language_tag_names_again... OK
Applying course_metadata.0001_squashed_0033_courserun_mobile_available...changed: [127.0.0.1] => (item=[u'ntp', u'acl', u'lynx-cur', u'logrotate', u'rsyslog', u'git', u'unzip', u'python-pip', u'python2.7-dev']) => {"cache_update_time": 1490621912, "cache_updated": true, "changed": true, "item": ["ntp", "acl", "lynx-cur", "logrotate", "rsyslog", "git", "unzip", "python-pip", "python2.7-dev"]}
TASK [common : Install role-independent useful system packages from custom PPA]
changed: [127.0.0.1] => (item=[u'python2.7=2.7.10-0+precise1']) => {"cache_update_time": 1490621925, "cache_updated": true, "changed": true, "item": ["python2.7=2.7.10-0+precise1"]}
TASK [common : Install role-independent useful system packages] ****************
skipping: [127.0.0.1] => (item=[]) => {"changed": false, "item": [], "skip_reason": "Conditional check failed", "skipped": true}
TASK [common : Create common directories] **************************************
ok: [127.0.0.1] => (item={u'path': u'/edx/var'}) => {"changed": false, "gid": 0, "group": "root", "item": {"path": "/edx/var"}, "mode": "0755", "owner": "root", "path": "/edx/var", "size": 33, "state": "directory", "uid": 0}
ok: [127.0.0.1] => (item={u'path': u'/edx/app'}) => {"changed": false, "gid": 0, "group": "root", "item": {"path": "/edx/app"}, "mode": "0755", "owner": "root", "path": "/edx/app", "size": 37, "state": "directory", "uid": 0}
ok: [127.0.0.1] => (item={u'path': u'/edx/bin'}) => {"changed": false, "gid": 0, "group": "root", "item": {"path": "/edx/bin"}, "mode": "0755", "owner": "root", "path": "/edx/bin", "size": 26, "state": "directory", "uid": 0}
ok: [127.0.0.1] => (item={u'path': u'/edx/etc'}) => {"changed": false, "gid": 0, "group": "root", "item": {"path": "/edx/etc"}, "mode": "0755", "owner": "root", "path": "/edx/etc", "size": 19, "state": "directory", "uid": 0}
ok: [127.0.0.1] => (item={u'owner': u'syslog', u'path': u'/edx/var/log', u'group': u'syslog'}) => {"changed": false, "gid": 1001, "group": "syslog", "item": {"group": "syslog", "owner": "syslog", "path": "/edx/var/log"}, "mode": "0755", "owner": "syslog", "path": "/edx/var/log", "size": 35, "state": "directory", "uid": 1000}
ok: [127.0.0.1] => (item={u'path': u'/etc/logrotate.d/hourly'}) => {"changed": false, "gid": 0, "group": "root", "item": {"path": "/etc/logrotate.d/hourly"}, "mode": "0755", "owner": "root", "path": "/etc/logrotate.d/hourly", "size": 44, "state": "directory", "uid": 0}
ok: [127.0.0.1] => (item={u'path': u'/etc/rsyslog.d/50-default.conf', u'state': u'absent'}) => {"changed": false, "item": {"path": "/etc/rsyslog.d/50-default.conf", "state": "absent"}, "path": "/etc/rsyslog.d/50-default.conf", "state": "absent"}
TASK [common : upload sudo config for key forwarding as root] ******************
ok: [127.0.0.1] => {"changed": false, "checksum": "98f731c49ba64460dbf07d4fa0ff133f40d639af", "dest": "/etc/sudoers.d/ssh_key_forward", "gid": 0, "group": "root", "mode": "0440", "owner": "root", "path": "/etc/sudoers.d/ssh_key_forward", "size": 40, "state": "file", "uid": 0}
TASK [common : pip install virtualenv] *****************************************
OK
Applying course_metadata.0034_auto_20161103_0855... OK
Applying course_metadata.0035_auto_20161103_2129... OK
Applying course_metadata.0036_course_canonical_course_run... OK
Applying course_metadata.0037_migrate_courses_with_canonical... OK
Applying course_metadata.0038_seat_sku... OK
Applying course_metadata.0039_programtype_logo_image... OK
Applying course_metadata.0040_auto_20161220_1644...ok: [127.0.0.1] => (item=pip==8.1.2) => {"changed": false, "cmd": "/usr/local/bin/pip2 install -i https://pypi.python.org/simple pip==8.1.2", "item": "pip==8.1.2", "name": ["pip==8.1.2"], "requirements": null, "state": "present", "stderr": "You are using pip version 8.1.2, however version 9.0.1 is available.\nYou should consider upgrading via the 'pip install --upgrade pip' command.\n", "stdout": "Requirement already satisfied (use --upgrade to upgrade): pip==8.1.2 in /usr/local/lib/python2.7/dist-packages\n", "stdout_lines": ["Requirement already satisfied (use --upgrade to upgrade): pip==8.1.2 in /usr/local/lib/python2.7/dist-packages"], "version": null, "virtualenv": null}
OK
Applying course_metadata.0041_organization_certificate_logo_image_url... OK
Applying course_metadata.0042_auto_20170119_0918... OK
Applying course_metadata.0043_courserun_course_overridden... OK
Applying course_metadata.0044_auto_20170131_1749... OK
Applying course_metadata.0045_person_profile_image...ok: [127.0.0.1] => (item=setuptools==24.0.3) => {"changed": false, "cmd": "/usr/local/bin/pip2 install -i https://pypi.python.org/simple setuptools==24.0.3", "item": "setuptools==24.0.3", "name": ["setuptools==24.0.3"], "requirements": null, "state": "present", "stderr": "You are using pip version 8.1.2, however version 9.0.1 is available.\nYou should consider upgrading via the 'pip install --upgrade pip' command.\n", "stdout": "Requirement already satisfied (use --upgrade to upgrade): setuptools==24.0.3 in /usr/local/lib/python2.7/dist-packages\n", "stdout_lines": ["Requirement already satisfied (use --upgrade to upgrade): setuptools==24.0.3 in /usr/local/lib/python2.7/dist-packages"], "version": null, "virtualenv": null}
OK
Applying course_metadata.0046_courserun_reporting_type... OK
Applying course_metadata.0047_personwork... OK
Applying course_metadata.0048_dataloaderconfig... OK
Applying course_metadata.0049_courserun_eligible_for_financial_aid... OK
Applying sites.0001_initial...ok: [127.0.0.1] => (item=virtualenv==15.0.2) => {"changed": false, "cmd": "/usr/local/bin/pip2 install -i https://pypi.python.org/simple virtualenv==15.0.2", "item": "virtualenv==15.0.2", "name": ["virtualenv==15.0.2"], "requirements": null, "state": "present", "stderr": "You are using pip version 8.1.2, however version 9.0.1 is available.\nYou should consider upgrading via the 'pip install --upgrade pip' command.\n", "stdout": "Requirement already satisfied (use --upgrade to upgrade): virtualenv==15.0.2 in /usr/local/lib/python2.7/dist-packages\n", "stdout_lines": ["Requirement already satisfied (use --upgrade to upgrade): virtualenv==15.0.2 in /usr/local/lib/python2.7/dist-packages"], "version": null, "virtualenv": null}
OK
Applying django_comments.0001_initial... OK
Applying django_comments.0002_update_user_email_field_length... OK
Applying django_comments.0003_add_submit_date_index... OK
Applying edx_catalog_extensions.0001_squashed_0003_create_publish_to_marketing_site_flag... OK
Applying edx_catalog_extensions.0002_create_professional_certificate_program_type... OK
Applying guardian.0001_initial...changed: [127.0.0.1] => (item=virtualenvwrapper==4.7.1) => {"changed": true, "cmd": "/usr/local/bin/pip2 install -i https://pypi.python.org/simple virtualenvwrapper==4.7.1", "item": "virtualenvwrapper==4.7.1", "name": ["virtualenvwrapper==4.7.1"], "requirements": null, "state": "present", "stderr": "You are using pip version 8.1.2, however version 9.0.1 is available.\nYou should consider upgrading via the 'pip install --upgrade pip' command.\n", "stdout": "Collecting virtualenvwrapper==4.7.1\n Using cached virtualenvwrapper-4.7.1-py2.py3-none-any.whl\nRequirement already satisfied (use --upgrade to upgrade): virtualenv in /usr/local/lib/python2.7/dist-packages (from virtualenvwrapper==4.7.1)\nCollecting virtualenv-clone (from virtualenvwrapper==4.7.1)\nCollecting stevedore (from virtualenvwrapper==4.7.1)\n Downloading stevedore-1.21.0-py2.py3-none-any.whl\nCollecting six>=1.9.0 (from stevedore->virtualenvwrapper==4.7.1)\n Using cached six-1.10.0-py2.py3-none-any.whl\nCollecting pbr>=2.0.0 (from stevedore->virtualenvwrapper==4.7.1)\n Downloading pbr-2.0.0-py2.py3-none-any.whl (98kB)\nInstalling collected packages: virtualenv-clone, six, pbr, stevedore, virtualenvwrapper\nSuccessfully installed pbr-2.0.0 six-1.10.0 stevedore-1.21.0 virtualenv-clone-0.2.6 virtualenvwrapper-4.7.1\n", "stdout_lines": ["Collecting virtualenvwrapper==4.7.1", " Using cached virtualenvwrapper-4.7.1-py2.py3-none-any.whl", "Requirement already satisfied (use --upgrade to upgrade): virtualenv in /usr/local/lib/python2.7/dist-packages (from virtualenvwrapper==4.7.1)", "Collecting virtualenv-clone (from virtualenvwrapper==4.7.1)", "Collecting stevedore (from virtualenvwrapper==4.7.1)", " Downloading stevedore-1.21.0-py2.py3-none-any.whl", "Collecting six>=1.9.0 (from stevedore->virtualenvwrapper==4.7.1)", " Using cached six-1.10.0-py2.py3-none-any.whl", "Collecting pbr>=2.0.0 (from stevedore->virtualenvwrapper==4.7.1)", " Downloading pbr-2.0.0-py2.py3-none-any.whl (98kB)", "Installing collected packages: virtualenv-clone, six, pbr, stevedore, virtualenvwrapper", "Successfully installed pbr-2.0.0 six-1.10.0 stevedore-1.21.0 virtualenv-clone-0.2.6 virtualenvwrapper-4.7.1"], "version": null, "virtualenv": null}
TASK [common : update /etc/hosts] **********************************************
skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true}
TASK [common : update /etc/hostname] *******************************************
skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true}
TASK [common : run hostname] ***************************************************
skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true}
TASK [common : Copy the templates to their respestive destination] *************
ok: [127.0.0.1] => (item={u'dest': u'/etc/rsyslog.d/99-edx.conf', u'src': u'edx_rsyslog.j2'}) => {"changed": false, "gid": 0, "group": "root", "item": {"dest": "/etc/rsyslog.d/99-edx.conf", "src": "edx_rsyslog.j2"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/99-edx.conf", "size": 2640, "state": "file", "uid": 0}
ok: [127.0.0.1] => (item={u'dest': u'/etc/logrotate.d/hourly/edx-services', u'src': u'etc/logrotate.d/hourly/edx_logrotate.j2'}) => {"changed": false, "gid": 0, "group": "root", "item": {"dest": "/etc/logrotate.d/hourly/edx-services", "src": "etc/logrotate.d/hourly/edx_logrotate.j2"}, "mode": "0644", "owner": "root", "path": "/etc/logrotate.d/hourly/edx-services", "size": 227, "state": "file", "uid": 0}
ok: [127.0.0.1] => (item={u'dest': u'/etc/cron.hourly/logrotate', u'src': u'etc/cron.hourly/logrotate.j2', u'mode': u'0555'}) => {"changed": false, "gid": 0, "group": "root", "item": {"dest": "/etc/cron.hourly/logrotate", "mode": "0555", "src": "etc/cron.hourly/logrotate.j2"}, "mode": "0555", "owner": "root", "path": "/etc/cron.hourly/logrotate", "size": 93, "state": "file", "uid": 0}
ok: [127.0.0.1] => (item={u'dest': u'/etc/logrotate.d/hourly/tracking.log', u'src': u'etc/logrotate.d/hourly/edx_logrotate_tracking_log.j2'}) => {"changed": false, "gid": 0, "group": "root", "item": {"dest": "/etc/logrotate.d/hourly/tracking.log", "src": "etc/logrotate.d/hourly/edx_logrotate_tracking_log.j2"}, "mode": "0644", "owner": "root", "path": "/etc/logrotate.d/hourly/tracking.log", "size": 252, "state": "file", "uid": 0}
TASK [common : restart rsyslogd] ***********************************************
skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true}
TASK [common : Add ntp alert script] *******************************************
OK
Applying publisher.0001_initial...ok: [127.0.0.1] => {"changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/edx/bin/log-ntp-alerts.sh", "size": 583, "state": "file", "uid": 0}
TASK [common : Remove MOTD update checker] *************************************
ok: [127.0.0.1] => {"changed": false, "path": "/etc/update-motd.d/90-updates-available", "state": "absent"}
TASK [common : Set up a cron job to run the script] ****************************
ok: [127.0.0.1] => {"changed": false, "envs": [], "jobs": ["log-ntp-alerts"]}
TASK [common : install logrotate configuration] ********************************
ok: [127.0.0.1] => {"changed": false, "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/logrotate.d/ntp", "size": 101, "state": "file", "uid": 0}
TASK [demo : create demo app and data dirs] ************************************
changed: [127.0.0.1] => {"changed": true, "gid": 33, "group": "www-data", "mode": "0755", "owner": "edxapp", "path": "/edx/app/demo", "size": 6, "state": "directory", "uid": 1003}
TASK [demo : check out the demo course] ****************************************
OK
Applying publisher.0002_auto_20160729_1027...changed: [127.0.0.1] => {"after": "743b552b765536c891f561ba8480d06c1c6bec6d", "before": null, "changed": true, "warnings": []}
TASK [demo : import demo course] ***********************************************
OK
Applying publisher.0003_auto_20160801_1757... OK
Applying publisher.0004_auto_20160810_0854... OK
Applying publisher.0005_auto_20160901_0003... OK
Applying publisher.0006_auto_20160902_0726... OK
Applying publisher.0007_auto_20160905_1020... OK
Applying publisher.0008_auto_20160928_1015... OK
Applying publisher.0009_auto_20160929_1927... OK
Applying publisher.0010_auto_20161006_1151... OK
Applying publisher.0011_userattributes... OK
Applying publisher.0012_auto_20161020_0718... OK
Applying publisher.0013_create_enable_email_notifications_switch... OK
Applying publisher.0014_create_admin_group... OK
Applying publisher.0015_auto_20161117_1210... OK
Applying publisher.0016_auto_20161129_0910... OK
Applying publisher.0017_auto_20161201_1501... OK
Applying publisher.0018_create_internal_user_group... OK
Applying publisher.0019_create_user_groups... OK
Applying publisher.0020_auto_20161214_1304... OK
Applying publisher.0021_auto_20161214_1356... OK
Applying publisher.0022_auto_20161222_2135... OK
Applying publisher.0023_auto_20161228_1350... OK
Applying publisher.0024_auto_20170105_1626... OK
Applying publisher.0025_auto_20170106_1830...changed: [127.0.0.1] => {"changed": true, "cmd": "/edx/app/edxapp/venvs/edxapp/bin/python ./manage.py cms --settings=devstack_docker import /edx/var/edxapp/data /edx/app/demo/edx-demo-course", "delta": "0:00:36.038284", "end": "2017-03-27 13:39:51.407680", "rc": 0, "start": "2017-03-27 13:39:15.369396", "stderr": "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/crawlers/models.py:10: RemovedInDjango19Warning: Model class openedx.core.djangoapps.crawlers.models.CrawlersConfig 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.\n class CrawlersConfig(ConfigurationModel):\n\n2017-03-27 09:39:22,489 WARNING 2338 [py.warnings] base.py:116 - /edx/app/edxapp/edx-platform/openedx/core/djangoapps/crawlers/models.py:10: RemovedInDjango19Warning: Model class openedx.core.djangoapps.crawlers.models.CrawlersConfig 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.\n class CrawlersConfig(ConfigurationModel):\n\n/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.\n class UserSocialAuth(AbstractUserSocialAuth):\n\n2017-03-27 09:39:24,083 WARNING 2338 [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.\n class UserSocialAuth(AbstractUserSocialAuth):\n\n/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.\n class Nonce(models.Model, DjangoNonceMixin):\n\n2017-03-27 09:39:24,086 WARNING 2338 [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.\n class Nonce(models.Model, DjangoNonceMixin):\n\n/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.\n class Association(models.Model, DjangoAssociationMixin):\n\n2017-03-27 09:39:24,088 WARNING 2338 [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.\n class Association(models.Model, DjangoAssociationMixin):\n\n/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.\n class Code(models.Model, DjangoCodeMixin):\n\n2017-03-27 09:39:24,091 WARNING 2338 [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.\n class Code(models.Model, DjangoCodeMixin):\n\n/edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/models.py:10: RemovedInDjango19Warning: Model class openedx.core.djangoapps.programs.models.ProgramsApiConfig 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.\n class ProgramsApiConfig(ConfigurationModel):\n\n2017-03-27 09:39:24,294 WARNING 2338 [py.warnings] base.py:116 - /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/models.py:10: RemovedInDjango19Warning: Model class openedx.core.djangoapps.programs.models.ProgramsApiConfig 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.\n class ProgramsApiConfig(ConfigurationModel):\n\n2017-03-27 09:39:24,856 WARNING 2338 [root] mixins.py:519 - XBlock <class 'xblock.internal.DiscussionXBlockWithMixins'> does not contain field url_name\n2017-03-27 09:39:24,891 WARNING 2338 [root] mixins.py:519 - XBlock <class 'xblock.internal.DiscussionXBlockWithMixins'> does not contain field url_name\n2017-03-27 09:39:24,917 ERROR 2338 [xmodule.vertical_block] vertical_block.py:129 - Unable to load child when parsing Vertical. Continuing...\nTraceback (most recent call last):\n File \"/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/vertical_block.py\", line 126, in definition_from_xml\n child_block = system.process_xml(etree.tostring(child, encoding='unicode'))\n File \"/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py\", line 196, in process_xml\n id_manager,\n File \"/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py\", line 1601, in xblock_from_node\n self._convert_reference_fields_to_keys(block) # difference from XBlock.runtime\n File \"/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py\", line 1645, in _convert_reference_fields_to_keys\n field_value = getattr(xblock, field.name)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py\", line 507, in __get__\n value = self.from_json(field_data.get(xblock, self.name))\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py\", line 796, in from_json\n raise TypeError('Value stored in a List must be None or a list, found %s' % type(value))\nTypeError: Value stored in a List must be None or a list, found <type 'str'>\n2017-03-27 09:39:24,919 WARNING 2338 [root] mixins.py:519 - XBlock <class 'xblock.internal.DiscussionXBlockWithMixins'> does not contain field url_name\n2017-03-27 09:39:24,952 WARNING 2338 [root] mixins.py:519 - XBlock <class 'xblock.internal.DiscussionXBlockWithMixins'> does not contain field url_name\n2017-03-27 09:39:24,985 WARNING 2338 [root] mixins.py:519 - XBlock <class 'xblock.internal.DiscussionXBlockWithMixins'> does not contain field url_name\n2017-03-27 09:39:25,052 WARNING 2338 [root] mixins.py:519 - XBlock <class 'xblock.internal.DiscussionXBlockWithMixins'> does not contain field url_name\n2017-03-27 09:39:25,087 WARNING 2338 [root] mixins.py:519 - XBlock <class 'xblock.internal.DiscussionXBlockWithMixins'> does not contain field url_name\n2017-03-27 09:39:25,113 WARNING 2338 [root] mixins.py:519 - XBlock <class 'xblock.internal.DiscussionXBlockWithMixins'> does not contain field url_name\n2017-03-27 09:39:25,141 WARNING 2338 [root] mixins.py:519 - XBlock <class 'xblock.internal.DiscussionXBlockWithMixins'> does not contain field url_name\n2017-03-27 09:39:25,167 WARNING 2338 [root] mixins.py:519 - XBlock <class 'xblock.internal.DiscussionXBlockWithMixins'> does not contain field url_name\n2017-03-27 09:39:25,192 WARNING 2338 [root] mixins.py:519 - XBlock <class 'xblock.internal.DiscussionXBlockWithMixins'> does not contain field url_name\n2017-03-27 09:39:25,219 WARNING 2338 [root] mixins.py:519 - XBlock <class 'xblock.internal.DiscussionXBlockWithMixins'> does not contain field url_name\n2017-03-27 09:39:25,244 WARNING 2338 [root] mixins.py:519 - XBlock <class 'xblock.internal.DiscussionXBlockWithMixins'> does not contain field url_name\n2017-03-27 09:39:25,621 WARNING 2338 [root] mixins.py:519 - XBlock <class 'xblock.internal.DiscussionXBlockWithMixins'> does not contain field url_name\n2017-03-27 09:39:25,648 WARNING 2338 [root] mixins.py:519 - XBlock <class 'xblock.internal.DiscussionXBlockWithMixins'> does not contain field url_name\n2017-03-27 09:39:25,682 WARNING 2338 [root] mixins.py:519 - XBlock <class 'xblock.internal.DiscussionXBlockWithMixins'> does not contain field url_name\n2017-03-27 09:39:25,773 WARNING 2338 [root] mixins.py:519 - XBlock <class 'xblock.internal.DiscussionXBlockWithMixins'> does not contain field url_name\n2017-03-27 09:39:25,816 WARNING 2338 [root] mixins.py:519 - XBlock <class 'xblock.internal.DiscussionXBlockWithMixins'> does not contain field url_name\n2017-03-27 09:39:25,873 WARNING 2338 [root] mixins.py:519 - XBlock <class 'xblock.internal.DiscussionXBlockWithMixins'> does not contain field url_name\n2017-03-27 09:39:25,907 WARNING 2338 [root] mixins.py:519 - XBlock <class 'xblock.internal.DiscussionXBlockWithMixins'> does not contain field url_name\n2017-03-27 09:39:26,699 WARNING 2338 [root] mixins.py:519 - XBlock <class 'xblock.internal.DiscussionXBlockWithMixins'> does not contain field url_name\n2017-03-27 09:39:26,757 WARNING 2338 [root] mixins.py:519 - XBlock <class 'xblock.internal.DiscussionXBlockWithMixins'> does not contain field url_name\n2017-03-27 09:39:26,837 WARNING 2338 [root] mixins.py:519 - XBlock <class 'xblock.internal.DiscussionXBlockWithMixins'> does not contain field url_name\n2017-03-27 09:39:26,894 WARNING 2338 [root] mixins.py:519 - XBlock <class 'xblock.internal.DiscussionXBlockWithMixins'> does not contain field url_name\n2017-03-27 09:39:26,920 WARNING 2338 [root] mixins.py:519 - XBlock <class 'xblock.internal.DiscussionXBlockWithMixins'> does not contain field url_name\n2017-03-27 09:39:26,945 WARNING 2338 [root] mixins.py:519 - XBlock <class 'xblock.internal.DiscussionXBlockWithMixins'> does not contain field url_name\n2017-03-27 09:39:26,980 WARNING 2338 [root] mixins.py:519 - XBlock <class 'xblock.internal.DiscussionXBlockWithMixins'> does not contain field url_name\n2017-03-27 09:39:27,005 WARNING 2338 [root] mixins.py:519 - XBlock <class 'xblock.internal.DiscussionXBlockWithMixins'> does not contain field url_name\n2017-03-27 09:39:27,032 WARNING 2338 [root] mixins.py:519 - XBlock <class 'xblock.internal.DiscussionXBlockWithMixins'> does not contain field url_name\n2017-03-27 09:39:27,056 WARNING 2338 [root] mixins.py:519 - XBlock <class 'xblock.internal.DiscussionXBlockWithMixins'> does not contain field url_name\n2017-03-27 09:39:27,354 INFO 2338 [xmodule.modulestore.django] django.py:207 - Sent pre_publish signal to <function on_pre_publish at 0x7fa41fbdbed8> with kwargs {'course_key': CourseLocator('edX', 'DemoX', 'Demo_Course', None, None)}. Response was: None\n2017-03-27 09:39:27,863 ERROR 2338 [edx.celery.task] tasks.py:71 - update_course_in_cache encountered unknown error. Retry #0\nTraceback (most recent call last):\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py\", line 54, in _call_and_retry_if_needed\n api_method(course_key)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py\", line 29, in update_course_in_cache\n return get_block_structure_manager(course_key).update_collected_if_needed()\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/manager.py\", line 115, in update_collected_if_needed\n self._update_collected()\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/manager.py\", line 128, in _update_collected\n self.store.add(block_structure)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/store.py\", line 67, in add\n self._add_to_cache(serialized_data, bs_model)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/store.py\", line 159, in _add_to_cache\n self._cache.set(cache_key, serialized_data, timeout=config.cache_timeout_in_seconds())\n File \"/edx/app/edxapp/edx-platform/common/djangoapps/request_cache/middleware.py\", line 96, in wrapper\n result = f(*args, **kwargs)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/config/__init__.py\", line 39, in cache_timeout_in_seconds\n return BlockStructureConfiguration.current().cache_timeout_in_seconds\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/config_models/models.py\", line 143, in current\n current = cls.objects.filter(**key_dict).order_by('-change_date')[0]\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py\", line 201, in __getitem__\n return list(qs)[0]\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py\", line 162, in __iter__\n self._fetch_all()\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py\", line 965, in _fetch_all\n self._result_cache = list(self.iterator())\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py\", line 238, in iterator\n results = compiler.execute_sql()\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py\", line 840, in execute_sql\n cursor.execute(sql, params)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/utils.py\", line 79, in execute\n return super(CursorDebugWrapper, self).execute(sql, params)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/utils.py\", line 64, in execute\n return self.cursor.execute(sql, params)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/utils.py\", line 98, in __exit__\n six.reraise(dj_exc_type, dj_exc_value, traceback)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/utils.py\", line 64, in execute\n return self.cursor.execute(sql, params)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/mysql/base.py\", line 124, in execute\n return self.cursor.execute(query, args)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/MySQLdb/cursors.py\", line 205, in execute\n self.errorhandler(self, exc, value)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/MySQLdb/connections.py\", line 36, in defaulterrorhandler\n raise errorclass, errorvalue\nProgrammingError: (1146, \"Table 'edxapp.block_structure_config' doesn't exist\")\n2017-03-27 09:39:27,873 ERROR 2338 [edx.celery.task] tasks.py:71 - update_course_in_cache encountered unknown error. Retry #1\nTraceback (most recent call last):\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py\", line 54, in _call_and_retry_if_needed\n api_method(course_key)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py\", line 29, in update_course_in_cache\n return get_block_structure_manager(course_key).update_collected_if_needed()\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/manager.py\", line 115, in update_collected_if_needed\n self._update_collected()\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/manager.py\", line 128, in _update_collected\n self.store.add(block_structure)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/store.py\", line 67, in add\n self._add_to_cache(serialized_data, bs_model)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/store.py\", line 159, in _add_to_cache\n self._cache.set(cache_key, serialized_data, timeout=config.cache_timeout_in_seconds())\n File \"/edx/app/edxapp/edx-platform/common/djangoapps/request_cache/middleware.py\", line 96, in wrapper\n result = f(*args, **kwargs)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/config/__init__.py\", line 39, in cache_timeout_in_seconds\n return BlockStructureConfiguration.current().cache_timeout_in_seconds\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/config_models/models.py\", line 143, in current\n current = cls.objects.filter(**key_dict).order_by('-change_date')[0]\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py\", line 201, in __getitem__\n return list(qs)[0]\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py\", line 162, in __iter__\n self._fetch_all()\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py\", line 965, in _fetch_all\n self._result_cache = list(self.iterator())\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py\", line 238, in iterator\n results = compiler.execute_sql()\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py\", line 840, in execute_sql\n cursor.execute(sql, params)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/utils.py\", line 79, in execute\n return super(CursorDebugWrapper, self).execute(sql, params)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/utils.py\", line 64, in execute\n return self.cursor.execute(sql, params)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/utils.py\", line 98, in __exit__\n six.reraise(dj_exc_type, dj_exc_value, traceback)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/utils.py\", line 64, in execute\n return self.cursor.execute(sql, params)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/mysql/base.py\", line 124, in execute\n return self.cursor.execute(query, args)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/MySQLdb/cursors.py\", line 205, in execute\n self.errorhandler(self, exc, value)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/MySQLdb/connections.py\", line 36, in defaulterrorhandler\n raise errorclass, errorvalue\nProgrammingError: (1146, \"Table 'edxapp.block_structure_config' doesn't exist\")\n2017-03-27 09:39:27,880 ERROR 2338 [edx.celery.task] tasks.py:71 - update_course_in_cache encountered unknown error. Retry #2\nTraceback (most recent call last):\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py\", line 54, in _call_and_retry_if_needed\n api_method(course_key)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py\", line 29, in update_course_in_cache\n return get_block_structure_manager(course_key).update_collected_if_needed()\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/manager.py\", line 115, in update_collected_if_needed\n self._update_collected()\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/manager.py\", line 128, in _update_collected\n self.store.add(block_structure)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/store.py\", line 67, in add\n self._add_to_cache(serialized_data, bs_model)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/store.py\", line 159, in _add_to_cache\n self._cache.set(cache_key, serialized_data, timeout=config.cache_timeout_in_seconds())\n File \"/edx/app/edxapp/edx-platform/common/djangoapps/request_cache/middleware.py\", line 96, in wrapper\n result = f(*args, **kwargs)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/config/__init__.py\", line 39, in cache_timeout_in_seconds\n return BlockStructureConfiguration.current().cache_timeout_in_seconds\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/config_models/models.py\", line 143, in current\n current = cls.objects.filter(**key_dict).order_by('-change_date')[0]\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py\", line 201, in __getitem__\n return list(qs)[0]\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py\", line 162, in __iter__\n self._fetch_all()\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py\", line 965, in _fetch_all\n self._result_cache = list(self.iterator())\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py\", line 238, in iterator\n results = compiler.execute_sql()\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py\", line 840, in execute_sql\n cursor.execute(sql, params)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/utils.py\", line 79, in execute\n return super(CursorDebugWrapper, self).execute(sql, params)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/utils.py\", line 64, in execute\n return self.cursor.execute(sql, params)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/utils.py\", line 98, in __exit__\n six.reraise(dj_exc_type, dj_exc_value, traceback)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/utils.py\", line 64, in execute\n return self.cursor.execute(sql, params)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/mysql/base.py\", line 124, in execute\n return self.cursor.execute(query, args)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/MySQLdb/cursors.py\", line 205, in execute\n self.errorhandler(self, exc, value)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/MySQLdb/connections.py\", line 36, in defaulterrorhandler\n raise errorclass, errorvalue\nProgrammingError: (1146, \"Table 'edxapp.block_structure_config' doesn't exist\")\n2017-03-27 09:39:27,887 ERROR 2338 [edx.celery.task] tasks.py:71 - update_course_in_cache encountered unknown error. Retry #3\nTraceback (most recent call last):\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py\", line 54, in _call_and_retry_if_needed\n api_method(course_key)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py\", line 29, in update_course_in_cache\n return get_block_structure_manager(course_key).update_collected_if_needed()\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/manager.py\", line 115, in update_collected_if_needed\n self._update_collected()\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/manager.py\", line 128, in _update_collected\n self.store.add(block_structure)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/store.py\", line 67, in add\n self._add_to_cache(serialized_data, bs_model)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/store.py\", line 159, in _add_to_cache\n self._cache.set(cache_key, serialized_data, timeout=config.cache_timeout_in_seconds())\n File \"/edx/app/edxapp/edx-platform/common/djangoapps/request_cache/middleware.py\", line 96, in wrapper\n result = f(*args, **kwargs)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/config/__init__.py\", line 39, in cache_timeout_in_seconds\n return BlockStructureConfiguration.current().cache_timeout_in_seconds\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/config_models/models.py\", line 143, in current\n current = cls.objects.filter(**key_dict).order_by('-change_date')[0]\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py\", line 201, in __getitem__\n return list(qs)[0]\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py\", line 162, in __iter__\n self._fetch_all()\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py\", line 965, in _fetch_all\n self._result_cache = list(self.iterator())\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py\", line 238, in iterator\n results = compiler.execute_sql()\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py\", line 840, in execute_sql\n cursor.execute(sql, params)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/utils.py\", line 79, in execute\n return super(CursorDebugWrapper, self).execute(sql, params)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/utils.py\", line 64, in execute\n return self.cursor.execute(sql, params)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/utils.py\", line 98, in __exit__\n six.reraise(dj_exc_type, dj_exc_value, traceback)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/utils.py\", line 64, in execute\n return self.cursor.execute(sql, params)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/mysql/base.py\", line 124, in execute\n return self.cursor.execute(query, args)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/MySQLdb/cursors.py\", line 205, in execute\n self.errorhandler(self, exc, value)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/MySQLdb/connections.py\", line 36, in defaulterrorhandler\n raise errorclass, errorvalue\nProgrammingError: (1146, \"Table 'edxapp.block_structure_config' doesn't exist\")\n2017-03-27 09:39:27,894 ERROR 2338 [edx.celery.task] tasks.py:71 - update_course_in_cache encountered unknown error. Retry #4\nTraceback (most recent call last):\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py\", line 54, in _call_and_retry_if_needed\n api_method(course_key)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py\", line 29, in update_course_in_cache\n return get_block_structure_manager(course_key).update_collected_if_needed()\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/manager.py\", line 115, in update_collected_if_needed\n self._update_collected()\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/manager.py\", line 128, in _update_collected\n self.store.add(block_structure)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/store.py\", line 67, in add\n self._add_to_cache(serialized_data, bs_model)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/store.py\", line 159, in _add_to_cache\n self._cache.set(cache_key, serialized_data, timeout=config.cache_timeout_in_seconds())\n File \"/edx/app/edxapp/edx-platform/common/djangoapps/request_cache/middleware.py\", line 96, in wrapper\n result = f(*args, **kwargs)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/config/__init__.py\", line 39, in cache_timeout_in_seconds\n return BlockStructureConfiguration.current().cache_timeout_in_seconds\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/config_models/models.py\", line 143, in current\n current = cls.objects.filter(**key_dict).order_by('-change_date')[0]\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py\", line 201, in __getitem__\n return list(qs)[0]\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py\", line 162, in __iter__\n self._fetch_all()\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py\", line 965, in _fetch_all\n self._result_cache = list(self.iterator())\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py\", line 238, in iterator\n results = compiler.execute_sql()\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py\", line 840, in execute_sql\n cursor.execute(sql, params)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/utils.py\", line 79, in execute\n return super(CursorDebugWrapper, self).execute(sql, params)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/utils.py\", line 64, in execute\n return self.cursor.execute(sql, params)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/utils.py\", line 98, in __exit__\n six.reraise(dj_exc_type, dj_exc_value, traceback)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/utils.py\", line 64, in execute\n return self.cursor.execute(sql, params)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/mysql/base.py\", line 124, in execute\n return self.cursor.execute(query, args)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/MySQLdb/cursors.py\", line 205, in execute\n self.errorhandler(self, exc, value)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/MySQLdb/connections.py\", line 36, in defaulterrorhandler\n raise errorclass, errorvalue\nProgrammingError: (1146, \"Table 'edxapp.block_structure_config' doesn't exist\")\n2017-03-27 09:39:27,901 ERROR 2338 [edx.celery.task] tasks.py:71 - update_course_in_cache encountered unknown error. Retry #5\nTraceback (most recent call last):\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py\", line 54, in _call_and_retry_if_needed\n api_method(course_key)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py\", line 29, in update_course_in_cache\n return get_block_structure_manager(course_key).update_collected_if_needed()\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/manager.py\", line 115, in update_collected_if_needed\n self._update_collected()\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/manager.py\", line 128, in _update_collected\n self.store.add(block_structure)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/store.py\", line 67, in add\n self._add_to_cache(serialized_data, bs_model)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/store.py\", line 159, in _add_to_cache\n self._cache.set(cache_key, serialized_data, timeout=config.cache_timeout_in_seconds())\n File \"/edx/app/edxapp/edx-platform/common/djangoapps/request_cache/middleware.py\", line 96, in wrapper\n result = f(*args, **kwargs)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/config/__init__.py\", line 39, in cache_timeout_in_seconds\n return BlockStructureConfiguration.current().cache_timeout_in_seconds\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/config_models/models.py\", line 143, in current\n current = cls.objects.filter(**key_dict).order_by('-change_date')[0]\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py\", line 201, in __getitem__\n return list(qs)[0]\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py\", line 162, in __iter__\n self._fetch_all()\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py\", line 965, in _fetch_all\n self._result_cache = list(self.iterator())\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py\", line 238, in iterator\n results = compiler.execute_sql()\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py\", line 840, in execute_sql\n cursor.execute(sql, params)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/utils.py\", line 79, in execute\n return super(CursorDebugWrapper, self).execute(sql, params)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/utils.py\", line 64, in execute\n return self.cursor.execute(sql, params)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/utils.py\", line 98, in __exit__\n six.reraise(dj_exc_type, dj_exc_value, traceback)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/utils.py\", line 64, in execute\n return self.cursor.execute(sql, params)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/mysql/base.py\", line 124, in execute\n return self.cursor.execute(query, args)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/MySQLdb/cursors.py\", line 205, in execute\n self.errorhandler(self, exc, value)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/MySQLdb/connections.py\", line 36, in defaulterrorhandler\n raise errorclass, errorvalue\nProgrammingError: (1146, \"Table 'edxapp.block_structure_config' doesn't exist\")\n2017-03-27 09:39:27,991 INFO 2338 [edx.celery.task] tasks.py:157 - Starting XBlockCaches update for course_key: course-v1:edX+DemoX+Demo_Course\n2017-03-27 09:39:28,050 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@course+block@course\n2017-03-27 09:39:28,079 INFO 2338 [edx.celery.task] tasks.py:159 - Ending XBlockCaches update for course_key: course-v1:edX+DemoX+Demo_Course\n2017-03-27 09:39:28,095 INFO 2338 [xmodule.modulestore.django] django.py:207 - Sent course_published signal to <function _listen_for_course_publish at 0x7fa41f0a2848> with kwargs {'course_key': CourseLocator('edX', 'DemoX', 'Demo_Course', None, None)}. Response was: None\n2017-03-27 09:39:28,095 INFO 2338 [xmodule.modulestore.django] django.py:207 - Sent course_published signal to <function listen_for_course_publish at 0x7fa41e2f9578> with kwargs {'course_key': CourseLocator('edX', 'DemoX', 'Demo_Course', None, None)}. Response was: None\n2017-03-27 09:39:28,095 INFO 2338 [xmodule.modulestore.django] django.py:207 - Sent course_published signal to <function _listen_for_course_publish at 0x7fa41e2d27d0> with kwargs {'course_key': CourseLocator('edX', 'DemoX', 'Demo_Course', None, None)}. Response was: None\n2017-03-27 09:39:28,096 INFO 2338 [xmodule.modulestore.django] django.py:207 - Sent course_published signal to <function _listen_for_course_publish at 0x7fa41c664668> with kwargs {'course_key': CourseLocator('edX', 'DemoX', 'Demo_Course', None, None)}. Response was: None\n2017-03-27 09:39:28,096 INFO 2338 [xmodule.modulestore.django] django.py:207 - Sent course_published signal to <function listen_for_course_publish at 0x7fa41c486cf8> with kwargs {'course_key': CourseLocator('edX', 'DemoX', 'Demo_Course', None, None)}. Response was: None\n2017-03-27 09:39:28,096 INFO 2338 [xmodule.modulestore.django] django.py:207 - Sent course_published signal to <function _listen_for_course_publish at 0x7fa41c48a0c8> with kwargs {'course_key': CourseLocator('edX', 'DemoX', 'Demo_Course', None, None)}. Response was: None\n2017-03-27 09:39:28,096 INFO 2338 [xmodule.modulestore.django] django.py:207 - Sent course_published signal to <function _listen_for_course_publish at 0x7fa41c48a398> with kwargs {'course_key': CourseLocator('edX', 'DemoX', 'Demo_Course', None, None)}. Response was: (1054, \"Unknown column 'course_overviews_courseoverview.marketing_url' in 'field list'\")\n2017-03-27 09:39:28,096 INFO 2338 [xmodule.modulestore.django] django.py:207 - Sent course_published signal to <function trigger_update_xblocks_cache_task at 0x7fa41c48a578> with kwargs {'course_key': CourseLocator('edX', 'DemoX', 'Demo_Course', None, None)}. Response was: None\n2017-03-27 09:39:28,096 INFO 2338 [xmodule.modulestore.django] django.py:207 - Sent course_published signal to <function _listen_for_course_publish at 0x7fa41c48a500> with kwargs {'course_key': CourseLocator('edX', 'DemoX', 'Demo_Course', None, None)}. Response was: None\n2017-03-27 09:39:31,019 ERROR 2338 [root] content.py:461 - Failed to generate thumbnail for asset-v1:edX+DemoX+Demo_Course+type@asset+block@jsmol_1hxw.png. Exception: cannot identify image file <StringIO.StringIO instance at 0x7fa41b99d368>\nTraceback (most recent call last):\n File \"/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/content.py\", line 440, in generate_thumbnail\n with Image.open(source) as image:\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/Image.py\", line 2319, in open\n % (filename if filename else fp))\nIOError: cannot identify image file <StringIO.StringIO instance at 0x7fa41b99d368>\n2017-03-27 09:39:31,050 ERROR 2338 [root] content.py:461 - Failed to generate thumbnail for asset-v1:edX+DemoX+Demo_Course+type@asset+block@jsmol_Al2O3.png. Exception: cannot identify image file <StringIO.StringIO instance at 0x7fa41a8d9200>\nTraceback (most recent call last):\n File \"/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/content.py\", line 440, in generate_thumbnail\n with Image.open(source) as image:\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/Image.py\", line 2319, in open\n % (filename if filename else fp))\nIOError: cannot identify image file <StringIO.StringIO instance at 0x7fa41a8d9200>\n2017-03-27 09:39:34,411 INFO 2338 [root] xml_importer.py:290 - No assets.xml file is present with asset metadata.\n2017-03-27 09:39:37,201 INFO 2338 [xmodule.modulestore.django] django.py:207 - Sent pre_publish signal to <function on_pre_publish at 0x7fa41fbdbed8> with kwargs {'course_key': CourseLocator('edX', 'DemoX', 'Demo_Course', None, None)}. Response was: None\n2017-03-27 09:39:37,747 ERROR 2338 [edx.celery.task] tasks.py:71 - update_course_in_cache encountered unknown error. Retry #0\nTraceback (most recent call last):\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py\", line 54, in _call_and_retry_if_needed\n api_method(course_key)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py\", line 29, in update_course_in_cache\n return get_block_structure_manager(course_key).update_collected_if_needed()\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/manager.py\", line 115, in update_collected_if_needed\n self._update_collected()\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/manager.py\", line 127, in _update_collected\n BlockStructureTransformers.collect(block_structure)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/transformers.py\", line 80, in collect\n transformer.collect(block_structure)\n File \"/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py\", line 50, in collect\n StudentViewTransformer.collect(block_structure)\n File \"/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py\", line 63, in collect\n student_view_data = block.student_view_data()\n File \"/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py\", line 949, in student_view_data\n for lang in self.available_translations(transcripts_info, verify_assets=False)\n File \"/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py\", line 949, in <dictcomp>\n for lang in self.available_translations(transcripts_info, verify_assets=False)\n File \"/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py\", line 1480, in handler_url\n return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty)\n File \"/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py\", line 14, in handler_url\n raise NotImplementedError(\"edX Studio doesn't support third-party xblock handler urls\")\nNotImplementedError: edX Studio doesn't support third-party xblock handler urls\n2017-03-27 09:39:38,161 ERROR 2338 [edx.celery.task] tasks.py:71 - update_course_in_cache encountered unknown error. Retry #1\nTraceback (most recent call last):\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py\", line 54, in _call_and_retry_if_needed\n api_method(course_key)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py\", line 29, in update_course_in_cache\n return get_block_structure_manager(course_key).update_collected_if_needed()\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/manager.py\", line 115, in update_collected_if_needed\n self._update_collected()\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/manager.py\", line 127, in _update_collected\n BlockStructureTransformers.collect(block_structure)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/transformers.py\", line 80, in collect\n transformer.collect(block_structure)\n File \"/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py\", line 50, in collect\n StudentViewTransformer.collect(block_structure)\n File \"/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py\", line 63, in collect\n student_view_data = block.student_view_data()\n File \"/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py\", line 949, in student_view_data\n for lang in self.available_translations(transcripts_info, verify_assets=False)\n File \"/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py\", line 949, in <dictcomp>\n for lang in self.available_translations(transcripts_info, verify_assets=False)\n File \"/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py\", line 1480, in handler_url\n return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty)\n File \"/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py\", line 14, in handler_url\n raise NotImplementedError(\"edX Studio doesn't support third-party xblock handler urls\")\nNotImplementedError: edX Studio doesn't support third-party xblock handler urls\n2017-03-27 09:39:38,413 ERROR 2338 [edx.celery.task] tasks.py:71 - update_course_in_cache encountered unknown error. Retry #2\nTraceback (most recent call last):\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py\", line 54, in _call_and_retry_if_needed\n api_method(course_key)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py\", line 29, in update_course_in_cache\n return get_block_structure_manager(course_key).update_collected_if_needed()\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/manager.py\", line 115, in update_collected_if_needed\n self._update_collected()\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/manager.py\", line 127, in _update_collected\n BlockStructureTransformers.collect(block_structure)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/transformers.py\", line 80, in collect\n transformer.collect(block_structure)\n File \"/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py\", line 50, in collect\n StudentViewTransformer.collect(block_structure)\n File \"/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py\", line 63, in collect\n student_view_data = block.student_view_data()\n File \"/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py\", line 949, in student_view_data\n for lang in self.available_translations(transcripts_info, verify_assets=False)\n File \"/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py\", line 949, in <dictcomp>\n for lang in self.available_translations(transcripts_info, verify_assets=False)\n File \"/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py\", line 1480, in handler_url\n return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty)\n File \"/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py\", line 14, in handler_url\n raise NotImplementedError(\"edX Studio doesn't support third-party xblock handler urls\")\nNotImplementedError: edX Studio doesn't support third-party xblock handler urls\n2017-03-27 09:39:38,671 ERROR 2338 [edx.celery.task] tasks.py:71 - update_course_in_cache encountered unknown error. Retry #3\nTraceback (most recent call last):\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py\", line 54, in _call_and_retry_if_needed\n api_method(course_key)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py\", line 29, in update_course_in_cache\n return get_block_structure_manager(course_key).update_collected_if_needed()\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/manager.py\", line 115, in update_collected_if_needed\n self._update_collected()\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/manager.py\", line 127, in _update_collected\n BlockStructureTransformers.collect(block_structure)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/transformers.py\", line 80, in collect\n transformer.collect(block_structure)\n File \"/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py\", line 50, in collect\n StudentViewTransformer.collect(block_structure)\n File \"/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py\", line 63, in collect\n student_view_data = block.student_view_data()\n File \"/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py\", line 949, in student_view_data\n for lang in self.available_translations(transcripts_info, verify_assets=False)\n File \"/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py\", line 949, in <dictcomp>\n for lang in self.available_translations(transcripts_info, verify_assets=False)\n File \"/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py\", line 1480, in handler_url\n return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty)\n File \"/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py\", line 14, in handler_url\n raise NotImplementedError(\"edX Studio doesn't support third-party xblock handler urls\")\nNotImplementedError: edX Studio doesn't support third-party xblock handler urls\n2017-03-27 09:39:38,923 ERROR 2338 [edx.celery.task] tasks.py:71 - update_course_in_cache encountered unknown error. Retry #4\nTraceback (most recent call last):\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py\", line 54, in _call_and_retry_if_needed\n api_method(course_key)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py\", line 29, in update_course_in_cache\n return get_block_structure_manager(course_key).update_collected_if_needed()\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/manager.py\", line 115, in update_collected_if_needed\n self._update_collected()\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/manager.py\", line 127, in _update_collected\n BlockStructureTransformers.collect(block_structure)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/transformers.py\", line 80, in collect\n transformer.collect(block_structure)\n File \"/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py\", line 50, in collect\n StudentViewTransformer.collect(block_structure)\n File \"/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py\", line 63, in collect\n student_view_data = block.student_view_data()\n File \"/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py\", line 949, in student_view_data\n for lang in self.available_translations(transcripts_info, verify_assets=False)\n File \"/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py\", line 949, in <dictcomp>\n for lang in self.available_translations(transcripts_info, verify_assets=False)\n File \"/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py\", line 1480, in handler_url\n return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty)\n File \"/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py\", line 14, in handler_url\n raise NotImplementedError(\"edX Studio doesn't support third-party xblock handler urls\")\nNotImplementedError: edX Studio doesn't support third-party xblock handler urls\n2017-03-27 09:39:39,177 ERROR 2338 [edx.celery.task] tasks.py:71 - update_course_in_cache encountered unknown error. Retry #5\nTraceback (most recent call last):\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py\", line 54, in _call_and_retry_if_needed\n api_method(course_key)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py\", line 29, in update_course_in_cache\n return get_block_structure_manager(course_key).update_collected_if_needed()\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/manager.py\", line 115, in update_collected_if_needed\n self._update_collected()\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/manager.py\", line 127, in _update_collected\n BlockStructureTransformers.collect(block_structure)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/transformers.py\", line 80, in collect\n transformer.collect(block_structure)\n File \"/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py\", line 50, in collect\n StudentViewTransformer.collect(block_structure)\n File \"/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py\", line 63, in collect\n student_view_data = block.student_view_data()\n File \"/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py\", line 949, in student_view_data\n for lang in self.available_translations(transcripts_info, verify_assets=False)\n File \"/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py\", line 949, in <dictcomp>\n for lang in self.available_translations(transcripts_info, verify_assets=False)\n File \"/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py\", line 1480, in handler_url\n return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty)\n File \"/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py\", line 14, in handler_url\n raise NotImplementedError(\"edX Studio doesn't support third-party xblock handler urls\")\nNotImplementedError: edX Studio doesn't support third-party xblock handler urls\n2017-03-27 09:39:39,190 INFO 2338 [edx.celery.task] tasks.py:157 - Starting XBlockCaches update for course_key: course-v1:edX+DemoX+Demo_Course\n2017-03-27 09:39:39,214 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@course+block@course\n2017-03-27 09:39:39,248 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@discussion+block@e5eac7e1a5a24f5fa7ed77bb6d136591\n2017-03-27 09:39:39,275 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@sequential+block@175e76c4951144a29d46211361266e0e\n2017-03-27 09:39:39,310 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@vertical+block@vertical_bc69a47c6fae\n2017-03-27 09:39:39,342 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@problem+block@303034da25524878a2e66fb57c91cf85\n2017-03-27 09:39:39,367 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@discussion+block@discussion_5deb6081620d\n2017-03-27 09:39:39,387 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@discussion+block@ffa5817d49e14fec83ad6187cbe16358\n2017-03-27 09:39:39,423 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@discussion+block@e0d7423118ab432582d03e8e8dad8e36\n2017-03-27 09:39:39,439 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@sequential+block@dbe8fc027bcb4fe9afb744d2e8415855\n2017-03-27 09:39:39,454 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@discussion+block@e2cb0e0994f84b0abfa5f4ae42ed9d44\n2017-03-27 09:39:39,468 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@vertical+block@54bb9b142c6c4c22afc62bcb628f0e68\n2017-03-27 09:39:39,482 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@problem+block@c554538a57664fac80783b99d9d6da7c\n2017-03-27 09:39:39,502 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@vertical+block@4a1bba2a403f40bca5ec245e945b0d76\n2017-03-27 09:39:39,518 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@discussion+block@f480df4ce91347c5ae4301ddf6146238\n2017-03-27 09:39:39,533 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@chapter+block@graded_interactions\n2017-03-27 09:39:39,550 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@problem+block@700x_editmolB\n2017-03-27 09:39:39,564 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@vertical+block@3c4b575924bf4b75a2f3542df5c354fc\n2017-03-27 09:39:39,581 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@problem+block@a0effb954cca4759994f1ac9e9434bf4\n2017-03-27 09:39:39,598 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@vertical+block@d6eaa391d2be41dea20b8b1bfbcb1c45\n2017-03-27 09:39:39,610 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@vertical+block@47dbd5f836544e61877a483c0b75606c\n2017-03-27 09:39:39,620 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@problem+block@932e6f2ce8274072a355a94560216d1a\n2017-03-27 09:39:39,634 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@vertical+block@vertical_aae927868e55\n2017-03-27 09:39:39,647 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@html+block@f9f3a25e7bab46e583fd1fbbd7a2f6a0\n2017-03-27 09:39:39,657 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@vertical+block@f91d8d31f7cf48ce990f8d8745ae4cfa\n2017-03-27 09:39:39,668 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@html+block@e0254b911fa246218bd98bbdadffef06\n2017-03-27 09:39:39,688 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@sequential+block@simulations\n2017-03-27 09:39:39,707 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@sequential+block@graded_simulations\n2017-03-27 09:39:39,730 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@problem+block@700x_proteinmake\n2017-03-27 09:39:39,752 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@html+block@8bb218cccf8d40519a971ff0e4901ccf\n2017-03-27 09:39:39,777 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@problem+block@logic_gate_problem\n2017-03-27 09:39:39,797 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@discussion+block@9f9e1373cc8243b985c8750cc8acec7d\n2017-03-27 09:39:39,820 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@vertical+block@vertical_0270f6de40fc\n2017-03-27 09:39:39,838 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@vertical+block@d0d804e8863c4a95a659c04d8a2b2bc0\n2017-03-27 09:39:39,867 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@html+block@2bee8c4248e842a19ba1e73ed8d426c2\n2017-03-27 09:39:39,888 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@discussion+block@12ad4f3ff4c14114a6e629b00e000976\n2017-03-27 09:39:39,904 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@html+block@891211e17f9a472290a5f12c7a6626d7\n2017-03-27 09:39:39,921 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@sequential+block@workflow\n2017-03-27 09:39:39,935 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@chapter+block@social_integration\n2017-03-27 09:39:39,949 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@html+block@ed5dccf14ae94353961f46fa07217491\n2017-03-27 09:39:39,964 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@discussion+block@501aed9d902349eeb2191fa505548de2\n2017-03-27 09:39:39,979 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@html+block@8293139743f34377817d537b69911530\n2017-03-27 09:39:39,994 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@vertical+block@vertical_0fab6aa52165\n2017-03-27 09:39:40,010 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@html+block@0a3b4139f51a4917a3aff9d519b1eeb6\n2017-03-27 09:39:40,035 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@discussion+block@23e6eda482c04335af2bb265beacaf59\n2017-03-27 09:39:40,050 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@discussion+block@ddede76df71045ffa16de9d1481d2119\n2017-03-27 09:39:40,067 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@video+block@5c90cffecd9b48b188cbfea176bf7fe9\n2017-03-27 09:39:40,084 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@problem+block@9cee77a606ea4c1aa5440e0ea5d0f618\n2017-03-27 09:39:40,115 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@video+block@7e9b434e6de3435ab99bd3fb25bde807\n2017-03-27 09:39:40,136 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@problem+block@0d759dee4f9d459c8956136dbde55f02\n2017-03-27 09:39:40,152 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@vertical+block@e3601c0abee6427d8c17e6d6f8fdddd1\n2017-03-27 09:39:40,169 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@chapter+block@interactive_demonstrations\n2017-03-27 09:39:40,184 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@problem+block@d2e35c1d294b4ba0b3b1048615605d2a\n2017-03-27 09:39:40,220 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@sequential+block@48ecb924d7fe4b66a230137626bfa93e\n2017-03-27 09:39:40,253 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@discussion+block@03f051f9a8814881a3783d2511613aa6\n2017-03-27 09:39:40,269 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@discussion+block@1a810b1a3b2447b998f0917d0e5a802b\n2017-03-27 09:39:40,284 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@vertical+block@vertical_98cf62510471\n2017-03-27 09:39:40,294 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@vertical+block@867dddb6f55d410caaa9c1eb9c6743ec\n2017-03-27 09:39:40,306 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@discussion+block@6f7a6670f87147149caeff6afa07a526\n2017-03-27 09:39:40,328 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@html+block@6bcccc2d7343416e9e03fd7325b2f232\n2017-03-27 09:39:40,372 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@discussion+block@4d672c5893cb4f1dad0de67d2008522e\n2017-03-27 09:39:40,409 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@problem+block@ex_practice_limited_checks\n2017-03-27 09:39:40,468 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@html+block@5e009378f0b64585baa0a14b155974b9\n2017-03-27 09:39:40,502 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@chapter+block@d8a6192ade314473a78242dfeedfbf5b\n2017-03-27 09:39:40,532 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@problem+block@75f9562c77bc4858b61f907bb810d974\n2017-03-27 09:39:40,564 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@html+block@d45779ad3d024a40a09ad8cc317c0970\n2017-03-27 09:39:40,591 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@chapter+block@1414ffd5143b4b508f739b563ab468b7\n2017-03-27 09:39:40,669 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@discussion+block@4f06b358a96f4d1dae57d6d81acd06f2\n2017-03-27 09:39:40,713 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@html+block@700x_pathways\n2017-03-27 09:39:40,724 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@vertical+block@fb79dcbad35b466a8c6364f8ffee9050\n2017-03-27 09:39:40,759 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@html+block@82d599b014b246c7a9b5dfc750dc08a9\n2017-03-27 09:39:40,811 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@problem+block@Sample_Algebraic_Problem\n2017-03-27 09:39:40,835 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@html+block@f4a39219742149f781a1dda6f43a623c\n2017-03-27 09:39:40,863 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@chapter+block@9fca584977d04885bc911ea76a9ef29e\n2017-03-27 09:39:40,900 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@discussion+block@ade92343df3d4953a40ab3adc8805390\n2017-03-27 09:39:40,937 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@discussion+block@c6cd4bea43454aaea60ad01beb0cf213\n2017-03-27 09:39:40,957 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@discussion+block@4aba537a78774bd5a862485a8563c345\n2017-03-27 09:39:40,976 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@vertical+block@vertical_2dbb0072785e\n2017-03-27 09:39:40,998 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@problem+block@ex_practice_3\n2017-03-27 09:39:41,022 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@problem+block@ex_practice_2\n2017-03-27 09:39:41,062 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@sequential+block@07bc32474380492cb34f76e5f9d9a135\n2017-03-27 09:39:41,092 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@discussion+block@67c26b1e826e47aaa29757f62bcd1ad0\n2017-03-27 09:39:41,118 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@discussion+block@5ab88e67d46049b9aa694cb240c39cef\n2017-03-27 09:39:41,131 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@vertical+block@c7e98fd39a6944edb6b286c32e1150ff\n2017-03-27 09:39:41,145 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@discussion+block@cd177caa62444fbca48aa8f843f09eac\n2017-03-27 09:39:41,159 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@html+block@html_07d547513285\n2017-03-27 09:39:41,175 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@vertical+block@vertical_f04afeac0131\n2017-03-27 09:39:41,192 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@vertical+block@3dc16db8d14842e38324e95d4030b8a0\n2017-03-27 09:39:41,205 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@sequential+block@edx_introduction\n2017-03-27 09:39:41,218 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@problem+block@python_grader\n2017-03-27 09:39:41,230 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@discussion+block@6244918637ed4ff4b5f94a840a7e4b43\n2017-03-27 09:39:41,259 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@vertical+block@vertical_d32bf9b2242c\n2017-03-27 09:39:41,291 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@vertical+block@4f6c1b4e316a419ab5b6bf30e6c708e9\n2017-03-27 09:39:41,323 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@discussion+block@b8cec2a19ebf463f90cd3544c7927b0e\n2017-03-27 09:39:41,361 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@problem+block@45d46192272c4f6db6b63586520bbdf4\n2017-03-27 09:39:41,402 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@html+block@6018785795994726950614ce7d0f38c5\n2017-03-27 09:39:41,432 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@vertical+block@vertical_3888db0bc286\n2017-03-27 09:39:41,463 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@html+block@78d7d3642f3a4dbabbd1b017861aa5f2\n2017-03-27 09:39:41,496 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@video+block@0b9e39477cf34507a7a48f74be381fdd\n2017-03-27 09:39:41,515 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@vertical+block@b6662b497c094bcc9b870d8270c90c93\n2017-03-27 09:39:41,533 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@discussion+block@0aa7a3bdbe18427795b0c1a1d7c3cb9a\n2017-03-27 09:39:41,551 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@vertical+block@2152d4a4aadc4cb0af5256394a3d1fc7\n2017-03-27 09:39:41,571 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@vertical+block@vertical_36e0beb03f0a\n2017-03-27 09:39:41,610 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@sequential+block@19a30717eff543078a5d94ae9d6c18a5\n2017-03-27 09:39:41,630 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@html+block@d5a5caaf35e84ebc9a747038465dcfb4\n2017-03-27 09:39:41,647 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@vertical+block@934cc32c177d41b580c8413e561346b3\n2017-03-27 09:39:41,666 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@html+block@78e3719e864e45f3bee938461f3c3de6\n2017-03-27 09:39:41,680 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@vertical+block@3f2c11aba9434e459676a7d7acc4d960\n2017-03-27 09:39:41,702 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@vertical+block@vertical_1fef54c2b23b\n2017-03-27 09:39:41,715 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@html+block@6b6bee43c7c641509da71c9299cc9f5a\n2017-03-27 09:39:41,734 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@vertical+block@e8a5cc2aed424838853defab7be45e42\n2017-03-27 09:39:41,752 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@video+block@636541acbae448d98ab484b028c9a7f6\n2017-03-27 09:39:41,770 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@vertical+block@d6cee45205a449369d7ef8f159b22bdf\n2017-03-27 09:39:41,785 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@vertical+block@vertical_0c92347a5c00\n2017-03-27 09:39:41,814 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@html+block@c2f7008c9ccf4bd09d5d800c98fb0722\n2017-03-27 09:39:41,843 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@html+block@html_49b4494da2f7\n2017-03-27 09:39:41,876 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@html+block@030e35c4756a4ddc8d40b95fbbfff4d4\n2017-03-27 09:39:41,915 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@vertical+block@312cb4faed17420e82ab3178fc3e251a\n2017-03-27 09:39:41,968 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@html+block@Lab_5B_Mosfet_Amplifier_Experiment\n2017-03-27 09:39:42,036 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@openassessment+block@b24c33ea35954c7889e1d2944d3fe397\n2017-03-27 09:39:42,087 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@discussion+block@ed01bcd164e64038a78964a16eac3edc\n2017-03-27 09:39:42,170 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@vertical+block@26d89b08f75d48829a63520ed8b0037d\n2017-03-27 09:39:42,281 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@vertical+block@vertical_c037f3757df1\n2017-03-27 09:39:42,318 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@vertical+block@1b0e2c2c84884b95b1c99fb678cc964c\n2017-03-27 09:39:42,360 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@problem+block@free_form_simulation\n2017-03-27 09:39:42,386 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@html+block@2574c523e97b477a9d72fbb37bfb995f\n2017-03-27 09:39:42,417 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@problem+block@Sample_ChemFormula_Problem\n2017-03-27 09:39:42,437 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@vertical+block@256f17a44983429fb1a60802203ee4e0\n2017-03-27 09:39:42,458 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@html+block@2b94658d2eee4d85ae13f83bc24cfca9\n2017-03-27 09:39:42,477 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@discussion+block@870371212ba04dcf9536d7c7b8f3109e\n2017-03-27 09:39:42,496 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@vertical+block@2889db1677a549abb15eb4d886f95d1c\n2017-03-27 09:39:42,515 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@discussion+block@3169f89efde2452993f2f2d9bc74f5b2\n2017-03-27 09:39:42,534 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@vertical+block@134df56c516a4a0dbb24dd5facef746e\n2017-03-27 09:39:42,551 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@html+block@148ae8fa73ea460eb6f05505da0ba6e6\n2017-03-27 09:39:42,564 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@discussion+block@722085be27c84ac693cfebc8ac5da700\n2017-03-27 09:39:42,577 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@problem+block@d1b84dcd39b0423d9e288f27f0f7f242\n2017-03-27 09:39:42,604 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@discussion+block@412dc8dbb6674014862237b23c1f643f\n2017-03-27 09:39:42,638 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@problem+block@651e0945b77f42e0a4c89b8c3e6f5b3b\n2017-03-27 09:39:42,701 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@html+block@55cbc99f262443d886a25cf84594eafb\n2017-03-27 09:39:42,731 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@sequential+block@6ab9c442501d472c8ed200e367b4edfa\n2017-03-27 09:39:42,751 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@sequential+block@basic_questions\n2017-03-27 09:39:42,772 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+branch@draft-branch+version@58d91610633cd2092241ebb1+type@vertical+block@vertical_ac391cde8a91\n2017-03-27 09:39:42,791 INFO 2338 [edx.celery.task] tasks.py:159 - Ending XBlockCaches update for course_key: course-v1:edX+DemoX+Demo_Course\n2017-03-27 09:39:42,797 INFO 2338 [xmodule.modulestore.django] django.py:207 - Sent course_published signal to <function _listen_for_course_publish at 0x7fa41f0a2848> with kwargs {'course_key': CourseLocator('edX', 'DemoX', 'Demo_Course', None, None)}. Response was: None\n2017-03-27 09:39:42,797 INFO 2338 [xmodule.modulestore.django] django.py:207 - Sent course_published signal to <function listen_for_course_publish at 0x7fa41e2f9578> with kwargs {'course_key': CourseLocator('edX', 'DemoX', 'Demo_Course', None, None)}. Response was: None\n2017-03-27 09:39:42,797 INFO 2338 [xmodule.modulestore.django] django.py:207 - Sent course_published signal to <function _listen_for_course_publish at 0x7fa41e2d27d0> with kwargs {'course_key': CourseLocator('edX', 'DemoX', 'Demo_Course', None, None)}. Response was: None\n2017-03-27 09:39:42,797 INFO 2338 [xmodule.modulestore.django] django.py:207 - Sent course_published signal to <function _listen_for_course_publish at 0x7fa41c664668> with kwargs {'course_key': CourseLocator('edX', 'DemoX', 'Demo_Course', None, None)}. Response was: None\n2017-03-27 09:39:42,797 INFO 2338 [xmodule.modulestore.django] django.py:207 - Sent course_published signal to <function listen_for_course_publish at 0x7fa41c486cf8> with kwargs {'course_key': CourseLocator('edX', 'DemoX', 'Demo_Course', None, None)}. Response was: None\n2017-03-27 09:39:42,797 INFO 2338 [xmodule.modulestore.django] django.py:207 - Sent course_published signal to <function _listen_for_course_publish at 0x7fa41c48a0c8> with kwargs {'course_key': CourseLocator('edX', 'DemoX', 'Demo_Course', None, None)}. Response was: None\n2017-03-27 09:39:42,798 INFO 2338 [xmodule.modulestore.django] django.py:207 - Sent course_published signal to <function _listen_for_course_publish at 0x7fa41c48a398> with kwargs {'course_key': CourseLocator('edX', 'DemoX', 'Demo_Course', None, None)}. Response was: (1054, \"Unknown column 'course_overviews_courseoverview.marketing_url' in 'field list'\")\n2017-03-27 09:39:42,798 INFO 2338 [xmodule.modulestore.django] django.py:207 - Sent course_published signal to <function trigger_update_xblocks_cache_task at 0x7fa41c48a578> with kwargs {'course_key': CourseLocator('edX', 'DemoX', 'Demo_Course', None, None)}. Response was: None\n2017-03-27 09:39:42,798 INFO 2338 [xmodule.modulestore.django] django.py:207 - Sent course_published signal to <function _listen_for_course_publish at 0x7fa41c48a500> with kwargs {'course_key': CourseLocator('edX', 'DemoX', 'Demo_Course', None, None)}. Response was: None\n2017-03-27 09:39:42,814 WARNING 2338 [xmodule.modulestore.xml] xml.py:233 - i4x://edX/DemoX/html/d45779ad3d024a40a09ad8cc317c0970 has more than one definition\n2017-03-27 09:39:42,823 WARNING 2338 [xmodule.modulestore.xml] xml.py:233 - i4x://edX/DemoX/html/55cbc99f262443d886a25cf84594eafb has more than one definition\n2017-03-27 09:39:42,823 WARNING 2338 [root] mixins.py:519 - XBlock <class 'xblock.internal.DiscussionXBlockWithMixins'> does not contain field url_name\n2017-03-27 09:39:42,832 WARNING 2338 [xmodule.modulestore.xml] xml.py:233 - i4x://edX/DemoX/discussion/ade92343df3d4953a40ab3adc8805390 has more than one definition\n2017-03-27 09:39:42,858 WARNING 2338 [xmodule.modulestore.xml] xml.py:233 - i4x://edX/DemoX/html/ed5dccf14ae94353961f46fa07217491 has more than one definition\n2017-03-27 09:39:42,860 ERROR 2338 [xmodule.vertical_block] vertical_block.py:129 - Unable to load child when parsing Vertical. Continuing...\nTraceback (most recent call last):\n File \"/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/vertical_block.py\", line 126, in definition_from_xml\n child_block = system.process_xml(etree.tostring(child, encoding='unicode'))\n File \"/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py\", line 196, in process_xml\n id_manager,\n File \"/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py\", line 1601, in xblock_from_node\n self._convert_reference_fields_to_keys(block) # difference from XBlock.runtime\n File \"/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py\", line 1645, in _convert_reference_fields_to_keys\n field_value = getattr(xblock, field.name)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py\", line 507, in __get__\n value = self.from_json(field_data.get(xblock, self.name))\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py\", line 796, in from_json\n raise TypeError('Value stored in a List must be None or a list, found %s' % type(value))\nTypeError: Value stored in a List must be None or a list, found <type 'str'>\n2017-03-27 09:39:42,861 WARNING 2338 [root] mixins.py:519 - XBlock <class 'xblock.internal.DiscussionXBlockWithMixins'> does not contain field url_name\n2017-03-27 09:39:42,869 WARNING 2338 [xmodule.modulestore.xml] xml.py:233 - i4x://edX/DemoX/discussion/9f9e1373cc8243b985c8750cc8acec7d has more than one definition\n2017-03-27 09:39:42,878 WARNING 2338 [xmodule.modulestore.xml] xml.py:169 - Non-unique url_name in xml. This may break state tracking for content. url_name=New_Unit. Content=<vertical display_name=\"New Unit\" parent_sequential_url=\"i4x://edX/DemoX/sequential/simulations\" ind\n2017-03-27 09:39:43,089 WARNING 2338 [root] mixins.py:519 - XBlock <class 'xblock.internal.DiscussionXBlockWithMixins'> does not contain field url_name\n2017-03-27 09:39:43,123 WARNING 2338 [xmodule.modulestore.xml] xml.py:169 - Non-unique url_name in xml. This may break state tracking for content. url_name=Video_Demonstrations. Content=<vertical display_name=\"Video Demonstrations\" parent_sequential_url=\"i4x://edX/DemoX/sequential/19a3\n2017-03-27 09:39:43,195 WARNING 2338 [xmodule.modulestore.xml] xml.py:233 - i4x://edX/DemoX/openassessment/b24c33ea35954c7889e1d2944d3fe397 has more than one definition\n2017-03-27 09:39:43,196 WARNING 2338 [root] mixins.py:519 - XBlock <class 'xblock.internal.DiscussionXBlockWithMixins'> does not contain field url_name\n2017-03-27 09:39:43,204 WARNING 2338 [xmodule.modulestore.xml] xml.py:233 - i4x://edX/DemoX/discussion/12ad4f3ff4c14114a6e629b00e000976 has more than one definition\n2017-03-27 09:39:43,223 WARNING 2338 [xmodule.modulestore.xml] xml.py:233 - i4x://edX/DemoX/html/030e35c4756a4ddc8d40b95fbbfff4d4 has more than one definition\n2017-03-27 09:39:43,233 WARNING 2338 [xmodule.modulestore.xml] xml.py:233 - i4x://edX/DemoX/video/0b9e39477cf34507a7a48f74be381fdd has more than one definition\n2017-03-27 09:39:43,283 WARNING 2338 [xmodule.modulestore.xml] xml.py:233 - i4x://edX/DemoX/html/2b94658d2eee4d85ae13f83bc24cfca9 has more than one definition\n2017-03-27 09:39:43,293 WARNING 2338 [xmodule.modulestore.xml] xml.py:233 - i4x://edX/DemoX/problem/700x_editmolB has more than one definition\n2017-03-27 09:39:43,294 WARNING 2338 [root] mixins.py:519 - XBlock <class 'xblock.internal.DiscussionXBlockWithMixins'> does not contain field url_name\n2017-03-27 09:39:43,302 WARNING 2338 [xmodule.modulestore.xml] xml.py:233 - i4x://edX/DemoX/discussion/0aa7a3bdbe18427795b0c1a1d7c3cb9a has more than one definition\n2017-03-27 09:39:43,321 WARNING 2338 [xmodule.modulestore.xml] xml.py:233 - i4x://edX/DemoX/problem/Sample_ChemFormula_Problem has more than one definition\n2017-03-27 09:39:43,322 WARNING 2338 [root] mixins.py:519 - XBlock <class 'xblock.internal.DiscussionXBlockWithMixins'> does not contain field url_name\n2017-03-27 09:39:43,330 WARNING 2338 [xmodule.modulestore.xml] xml.py:233 - i4x://edX/DemoX/discussion/4d672c5893cb4f1dad0de67d2008522e has more than one definition\n2017-03-27 09:39:43,349 WARNING 2338 [xmodule.modulestore.xml] xml.py:233 - i4x://edX/DemoX/html/78e3719e864e45f3bee938461f3c3de6 has more than one definition\n2017-03-27 09:39:43,359 WARNING 2338 [xmodule.modulestore.xml] xml.py:233 - i4x://edX/DemoX/problem/700x_proteinmake has more than one definition\n2017-03-27 09:39:43,360 WARNING 2338 [root] mixins.py:519 - XBlock <class 'xblock.internal.DiscussionXBlockWithMixins'> does not contain field url_name\n2017-03-27 09:39:43,368 WARNING 2338 [xmodule.modulestore.xml] xml.py:233 - i4x://edX/DemoX/discussion/ed01bcd164e64038a78964a16eac3edc has more than one definition\n2017-03-27 09:39:43,396 WARNING 2338 [xmodule.modulestore.xml] xml.py:233 - i4x://edX/DemoX/html/Lab_5B_Mosfet_Amplifier_Experiment has more than one definition\n2017-03-27 09:39:43,396 WARNING 2338 [root] mixins.py:519 - XBlock <class 'xblock.internal.DiscussionXBlockWithMixins'> does not contain field url_name\n2017-03-27 09:39:43,405 WARNING 2338 [xmodule.modulestore.xml] xml.py:233 - i4x://edX/DemoX/discussion/03f051f9a8814881a3783d2511613aa6 has more than one definition\n2017-03-27 09:39:44,308 INFO 2338 [xmodule.modulestore.django] django.py:207 - Sent pre_publish signal to <function on_pre_publish at 0x7fa41fbdbed8> with kwargs {'course_key': CourseLocator('edX', 'DemoX', 'Demo_Course', None, None)}. Response was: None\n2017-03-27 09:39:44,909 ERROR 2338 [edx.celery.task] tasks.py:71 - update_course_in_cache encountered unknown error. Retry #0\nTraceback (most recent call last):\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py\", line 54, in _call_and_retry_if_needed\n api_method(course_key)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py\", line 29, in update_course_in_cache\n return get_block_structure_manager(course_key).update_collected_if_needed()\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/manager.py\", line 115, in update_collected_if_needed\n self._update_collected()\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/manager.py\", line 127, in _update_collected\n BlockStructureTransformers.collect(block_structure)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/transformers.py\", line 80, in collect\n transformer.collect(block_structure)\n File \"/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py\", line 50, in collect\n StudentViewTransformer.collect(block_structure)\n File \"/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py\", line 63, in collect\n student_view_data = block.student_view_data()\n File \"/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py\", line 949, in student_view_data\n for lang in self.available_translations(transcripts_info, verify_assets=False)\n File \"/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py\", line 949, in <dictcomp>\n for lang in self.available_translations(transcripts_info, verify_assets=False)\n File \"/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py\", line 1480, in handler_url\n return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty)\n File \"/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py\", line 14, in handler_url\n raise NotImplementedError(\"edX Studio doesn't support third-party xblock handler urls\")\nNotImplementedError: edX Studio doesn't support third-party xblock handler urls\n2017-03-27 09:39:45,184 ERROR 2338 [edx.celery.task] tasks.py:71 - update_course_in_cache encountered unknown error. Retry #1\nTraceback (most recent call last):\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py\", line 54, in _call_and_retry_if_needed\n api_method(course_key)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py\", line 29, in update_course_in_cache\n return get_block_structure_manager(course_key).update_collected_if_needed()\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/manager.py\", line 115, in update_collected_if_needed\n self._update_collected()\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/manager.py\", line 127, in _update_collected\n BlockStructureTransformers.collect(block_structure)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/transformers.py\", line 80, in collect\n transformer.collect(block_structure)\n File \"/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py\", line 50, in collect\n StudentViewTransformer.collect(block_structure)\n File \"/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py\", line 63, in collect\n student_view_data = block.student_view_data()\n File \"/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py\", line 949, in student_view_data\n for lang in self.available_translations(transcripts_info, verify_assets=False)\n File \"/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py\", line 949, in <dictcomp>\n for lang in self.available_translations(transcripts_info, verify_assets=False)\n File \"/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py\", line 1480, in handler_url\n return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty)\n File \"/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py\", line 14, in handler_url\n raise NotImplementedError(\"edX Studio doesn't support third-party xblock handler urls\")\nNotImplementedError: edX Studio doesn't support third-party xblock handler urls\n2017-03-27 09:39:45,458 ERROR 2338 [edx.celery.task] tasks.py:71 - update_course_in_cache encountered unknown error. Retry #2\nTraceback (most recent call last):\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py\", line 54, in _call_and_retry_if_needed\n api_method(course_key)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py\", line 29, in update_course_in_cache\n return get_block_structure_manager(course_key).update_collected_if_needed()\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/manager.py\", line 115, in update_collected_if_needed\n self._update_collected()\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/manager.py\", line 127, in _update_collected\n BlockStructureTransformers.collect(block_structure)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/transformers.py\", line 80, in collect\n transformer.collect(block_structure)\n File \"/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py\", line 50, in collect\n StudentViewTransformer.collect(block_structure)\n File \"/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py\", line 63, in collect\n student_view_data = block.student_view_data()\n File \"/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py\", line 949, in student_view_data\n for lang in self.available_translations(transcripts_info, verify_assets=False)\n File \"/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py\", line 949, in <dictcomp>\n for lang in self.available_translations(transcripts_info, verify_assets=False)\n File \"/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py\", line 1480, in handler_url\n return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty)\n File \"/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py\", line 14, in handler_url\n raise NotImplementedError(\"edX Studio doesn't support third-party xblock handler urls\")\nNotImplementedError: edX Studio doesn't support third-party xblock handler urls\n2017-03-27 09:39:45,731 ERROR 2338 [edx.celery.task] tasks.py:71 - update_course_in_cache encountered unknown error. Retry #3\nTraceback (most recent call last):\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py\", line 54, in _call_and_retry_if_needed\n api_method(course_key)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py\", line 29, in update_course_in_cache\n return get_block_structure_manager(course_key).update_collected_if_needed()\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/manager.py\", line 115, in update_collected_if_needed\n self._update_collected()\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/manager.py\", line 127, in _update_collected\n BlockStructureTransformers.collect(block_structure)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/transformers.py\", line 80, in collect\n transformer.collect(block_structure)\n File \"/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py\", line 50, in collect\n StudentViewTransformer.collect(block_structure)\n File \"/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py\", line 63, in collect\n student_view_data = block.student_view_data()\n File \"/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py\", line 949, in student_view_data\n for lang in self.available_translations(transcripts_info, verify_assets=False)\n File \"/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py\", line 949, in <dictcomp>\n for lang in self.available_translations(transcripts_info, verify_assets=False)\n File \"/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py\", line 1480, in handler_url\n return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty)\n File \"/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py\", line 14, in handler_url\n raise NotImplementedError(\"edX Studio doesn't support third-party xblock handler urls\")\nNotImplementedError: edX Studio doesn't support third-party xblock handler urls\n2017-03-27 09:39:46,006 ERROR 2338 [edx.celery.task] tasks.py:71 - update_course_in_cache encountered unknown error. Retry #4\nTraceback (most recent call last):\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py\", line 54, in _call_and_retry_if_needed\n api_method(course_key)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py\", line 29, in update_course_in_cache\n return get_block_structure_manager(course_key).update_collected_if_needed()\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/manager.py\", line 115, in update_collected_if_needed\n self._update_collected()\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/manager.py\", line 127, in _update_collected\n BlockStructureTransformers.collect(block_structure)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/transformers.py\", line 80, in collect\n transformer.collect(block_structure)\n File \"/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py\", line 50, in collect\n StudentViewTransformer.collect(block_structure)\n File \"/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py\", line 63, in collect\n student_view_data = block.student_view_data()\n File \"/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py\", line 949, in student_view_data\n for lang in self.available_translations(transcripts_info, verify_assets=False)\n File \"/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py\", line 949, in <dictcomp>\n for lang in self.available_translations(transcripts_info, verify_assets=False)\n File \"/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py\", line 1480, in handler_url\n return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty)\n File \"/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py\", line 14, in handler_url\n raise NotImplementedError(\"edX Studio doesn't support third-party xblock handler urls\")\nNotImplementedError: edX Studio doesn't support third-party xblock handler urls\n2017-03-27 09:39:46,280 ERROR 2338 [edx.celery.task] tasks.py:71 - update_course_in_cache encountered unknown error. Retry #5\nTraceback (most recent call last):\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py\", line 54, in _call_and_retry_if_needed\n api_method(course_key)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py\", line 29, in update_course_in_cache\n return get_block_structure_manager(course_key).update_collected_if_needed()\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/manager.py\", line 115, in update_collected_if_needed\n self._update_collected()\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/manager.py\", line 127, in _update_collected\n BlockStructureTransformers.collect(block_structure)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/transformers.py\", line 80, in collect\n transformer.collect(block_structure)\n File \"/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py\", line 50, in collect\n StudentViewTransformer.collect(block_structure)\n File \"/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py\", line 63, in collect\n student_view_data = block.student_view_data()\n File \"/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py\", line 949, in student_view_data\n for lang in self.available_translations(transcripts_info, verify_assets=False)\n File \"/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py\", line 949, in <dictcomp>\n for lang in self.available_translations(transcripts_info, verify_assets=False)\n File \"/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py\", line 1480, in handler_url\n return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty)\n File \"/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py\", line 14, in handler_url\n raise NotImplementedError(\"edX Studio doesn't support third-party xblock handler urls\")\nNotImplementedError: edX Studio doesn't support third-party xblock handler urls\n2017-03-27 09:39:46,295 INFO 2338 [edx.celery.task] tasks.py:157 - Starting XBlockCaches update for course_key: course-v1:edX+DemoX+Demo_Course\n2017-03-27 09:39:46,355 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@discussion+block@e5eac7e1a5a24f5fa7ed77bb6d136591\n2017-03-27 09:39:46,449 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@sequential+block@175e76c4951144a29d46211361266e0e\n2017-03-27 09:39:46,521 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@vertical+block@vertical_bc69a47c6fae\n2017-03-27 09:39:46,540 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@problem+block@303034da25524878a2e66fb57c91cf85\n2017-03-27 09:39:46,578 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@discussion+block@discussion_5deb6081620d\n2017-03-27 09:39:46,633 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@discussion+block@ffa5817d49e14fec83ad6187cbe16358\n2017-03-27 09:39:46,636 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@discussion+block@e0d7423118ab432582d03e8e8dad8e36\n2017-03-27 09:39:46,638 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@sequential+block@dbe8fc027bcb4fe9afb744d2e8415855\n2017-03-27 09:39:46,640 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@discussion+block@e2cb0e0994f84b0abfa5f4ae42ed9d44\n2017-03-27 09:39:46,643 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@vertical+block@54bb9b142c6c4c22afc62bcb628f0e68\n2017-03-27 09:39:46,645 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@problem+block@c554538a57664fac80783b99d9d6da7c\n2017-03-27 09:39:46,851 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@vertical+block@4a1bba2a403f40bca5ec245e945b0d76\n2017-03-27 09:39:46,896 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@discussion+block@f480df4ce91347c5ae4301ddf6146238\n2017-03-27 09:39:46,941 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@problem+block@700x_editmolB\n2017-03-27 09:39:46,986 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@vertical+block@3c4b575924bf4b75a2f3542df5c354fc\n2017-03-27 09:39:46,989 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@problem+block@a0effb954cca4759994f1ac9e9434bf4\n2017-03-27 09:39:46,991 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@vertical+block@d6eaa391d2be41dea20b8b1bfbcb1c45\n2017-03-27 09:39:46,994 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@vertical+block@47dbd5f836544e61877a483c0b75606c\n2017-03-27 09:39:46,997 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@problem+block@932e6f2ce8274072a355a94560216d1a\n2017-03-27 09:39:46,999 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@vertical+block@vertical_aae927868e55\n2017-03-27 09:39:47,001 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@html+block@f9f3a25e7bab46e583fd1fbbd7a2f6a0\n2017-03-27 09:39:47,004 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@vertical+block@f91d8d31f7cf48ce990f8d8745ae4cfa\n2017-03-27 09:39:47,006 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@html+block@e0254b911fa246218bd98bbdadffef06\n2017-03-27 09:39:47,009 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@sequential+block@simulations\n2017-03-27 09:39:47,124 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@sequential+block@graded_simulations\n2017-03-27 09:39:47,177 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@problem+block@700x_proteinmake\n2017-03-27 09:39:47,194 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@html+block@8bb218cccf8d40519a971ff0e4901ccf\n2017-03-27 09:39:47,222 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@problem+block@logic_gate_problem\n2017-03-27 09:39:47,280 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@discussion+block@9f9e1373cc8243b985c8750cc8acec7d\n2017-03-27 09:39:47,283 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@vertical+block@vertical_0270f6de40fc\n2017-03-27 09:39:47,286 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@vertical+block@d0d804e8863c4a95a659c04d8a2b2bc0\n2017-03-27 09:39:47,289 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@html+block@2bee8c4248e842a19ba1e73ed8d426c2\n2017-03-27 09:39:47,292 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@discussion+block@12ad4f3ff4c14114a6e629b00e000976\n2017-03-27 09:39:47,295 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@html+block@891211e17f9a472290a5f12c7a6626d7\n2017-03-27 09:39:47,332 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@sequential+block@workflow\n2017-03-27 09:39:47,366 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@html+block@ed5dccf14ae94353961f46fa07217491\n2017-03-27 09:39:47,404 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@discussion+block@501aed9d902349eeb2191fa505548de2\n2017-03-27 09:39:47,407 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@html+block@8293139743f34377817d537b69911530\n2017-03-27 09:39:47,409 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@vertical+block@vertical_0fab6aa52165\n2017-03-27 09:39:47,412 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@html+block@0a3b4139f51a4917a3aff9d519b1eeb6\n2017-03-27 09:39:47,414 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@discussion+block@23e6eda482c04335af2bb265beacaf59\n2017-03-27 09:39:47,417 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@discussion+block@ddede76df71045ffa16de9d1481d2119\n2017-03-27 09:39:47,420 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@video+block@5c90cffecd9b48b188cbfea176bf7fe9\n2017-03-27 09:39:47,422 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@problem+block@9cee77a606ea4c1aa5440e0ea5d0f618\n2017-03-27 09:39:47,425 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@video+block@7e9b434e6de3435ab99bd3fb25bde807\n2017-03-27 09:39:47,427 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@problem+block@0d759dee4f9d459c8956136dbde55f02\n2017-03-27 09:39:47,430 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@vertical+block@e3601c0abee6427d8c17e6d6f8fdddd1\n2017-03-27 09:39:47,433 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@problem+block@d2e35c1d294b4ba0b3b1048615605d2a\n2017-03-27 09:39:47,435 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@sequential+block@48ecb924d7fe4b66a230137626bfa93e\n2017-03-27 09:39:47,437 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@discussion+block@03f051f9a8814881a3783d2511613aa6\n2017-03-27 09:39:47,440 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@discussion+block@1a810b1a3b2447b998f0917d0e5a802b\n2017-03-27 09:39:47,442 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@vertical+block@vertical_98cf62510471\n2017-03-27 09:39:47,444 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@vertical+block@867dddb6f55d410caaa9c1eb9c6743ec\n2017-03-27 09:39:47,447 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@discussion+block@6f7a6670f87147149caeff6afa07a526\n2017-03-27 09:39:47,449 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@html+block@6bcccc2d7343416e9e03fd7325b2f232\n2017-03-27 09:39:47,452 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@discussion+block@4d672c5893cb4f1dad0de67d2008522e\n2017-03-27 09:39:47,454 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@problem+block@ex_practice_limited_checks\n2017-03-27 09:39:47,457 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@html+block@5e009378f0b64585baa0a14b155974b9\n2017-03-27 09:39:47,460 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@problem+block@75f9562c77bc4858b61f907bb810d974\n2017-03-27 09:39:47,512 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@html+block@d45779ad3d024a40a09ad8cc317c0970\n2017-03-27 09:39:47,515 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@discussion+block@4f06b358a96f4d1dae57d6d81acd06f2\n2017-03-27 09:39:47,519 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@html+block@700x_pathways\n2017-03-27 09:39:47,521 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@vertical+block@fb79dcbad35b466a8c6364f8ffee9050\n2017-03-27 09:39:47,524 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@html+block@82d599b014b246c7a9b5dfc750dc08a9\n2017-03-27 09:39:47,527 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@problem+block@Sample_Algebraic_Problem\n2017-03-27 09:39:47,530 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@html+block@f4a39219742149f781a1dda6f43a623c\n2017-03-27 09:39:47,533 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@discussion+block@ade92343df3d4953a40ab3adc8805390\n2017-03-27 09:39:47,536 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@discussion+block@c6cd4bea43454aaea60ad01beb0cf213\n2017-03-27 09:39:47,538 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@discussion+block@4aba537a78774bd5a862485a8563c345\n2017-03-27 09:39:47,541 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@vertical+block@vertical_2dbb0072785e\n2017-03-27 09:39:47,543 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@problem+block@ex_practice_3\n2017-03-27 09:39:47,546 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@problem+block@ex_practice_2\n2017-03-27 09:39:47,548 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@sequential+block@07bc32474380492cb34f76e5f9d9a135\n2017-03-27 09:39:47,550 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@discussion+block@67c26b1e826e47aaa29757f62bcd1ad0\n2017-03-27 09:39:47,553 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@discussion+block@5ab88e67d46049b9aa694cb240c39cef\n2017-03-27 09:39:47,555 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@vertical+block@c7e98fd39a6944edb6b286c32e1150ff\n2017-03-27 09:39:47,558 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@discussion+block@cd177caa62444fbca48aa8f843f09eac\n2017-03-27 09:39:47,560 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@html+block@html_07d547513285\n2017-03-27 09:39:47,563 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@vertical+block@vertical_f04afeac0131\n2017-03-27 09:39:47,565 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@vertical+block@3dc16db8d14842e38324e95d4030b8a0\n2017-03-27 09:39:47,567 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@sequential+block@edx_introduction\n2017-03-27 09:39:47,570 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@problem+block@python_grader\n2017-03-27 09:39:47,573 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@discussion+block@6244918637ed4ff4b5f94a840a7e4b43\n2017-03-27 09:39:47,576 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@vertical+block@vertical_d32bf9b2242c\n2017-03-27 09:39:47,578 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@vertical+block@4f6c1b4e316a419ab5b6bf30e6c708e9\n2017-03-27 09:39:47,581 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@discussion+block@b8cec2a19ebf463f90cd3544c7927b0e\n2017-03-27 09:39:47,583 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@problem+block@45d46192272c4f6db6b63586520bbdf4\n2017-03-27 09:39:47,586 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@html+block@6018785795994726950614ce7d0f38c5\n2017-03-27 09:39:47,588 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@vertical+block@vertical_3888db0bc286\n2017-03-27 09:39:47,590 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@html+block@78d7d3642f3a4dbabbd1b017861aa5f2\n2017-03-27 09:39:47,593 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@video+block@0b9e39477cf34507a7a48f74be381fdd\n2017-03-27 09:39:47,596 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@vertical+block@b6662b497c094bcc9b870d8270c90c93\n2017-03-27 09:39:47,599 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@discussion+block@0aa7a3bdbe18427795b0c1a1d7c3cb9a\n2017-03-27 09:39:47,601 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@vertical+block@2152d4a4aadc4cb0af5256394a3d1fc7\n2017-03-27 09:39:47,604 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@vertical+block@vertical_36e0beb03f0a\n2017-03-27 09:39:47,606 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@sequential+block@19a30717eff543078a5d94ae9d6c18a5\n2017-03-27 09:39:47,608 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@html+block@d5a5caaf35e84ebc9a747038465dcfb4\n2017-03-27 09:39:47,610 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@vertical+block@934cc32c177d41b580c8413e561346b3\n2017-03-27 09:39:47,613 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@html+block@78e3719e864e45f3bee938461f3c3de6\n2017-03-27 09:39:47,615 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@vertical+block@3f2c11aba9434e459676a7d7acc4d960\n2017-03-27 09:39:47,618 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@vertical+block@vertical_1fef54c2b23b\n2017-03-27 09:39:47,620 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@html+block@6b6bee43c7c641509da71c9299cc9f5a\n2017-03-27 09:39:47,623 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@vertical+block@e8a5cc2aed424838853defab7be45e42\n2017-03-27 09:39:47,626 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@video+block@636541acbae448d98ab484b028c9a7f6\n2017-03-27 09:39:47,629 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@vertical+block@d6cee45205a449369d7ef8f159b22bdf\n2017-03-27 09:39:47,631 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@vertical+block@vertical_0c92347a5c00\n2017-03-27 09:39:47,634 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@html+block@c2f7008c9ccf4bd09d5d800c98fb0722\n2017-03-27 09:39:47,637 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@html+block@html_49b4494da2f7\n2017-03-27 09:39:47,640 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@html+block@030e35c4756a4ddc8d40b95fbbfff4d4\n2017-03-27 09:39:47,642 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@vertical+block@312cb4faed17420e82ab3178fc3e251a\n2017-03-27 09:39:47,645 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@html+block@Lab_5B_Mosfet_Amplifier_Experiment\n2017-03-27 09:39:47,648 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@openassessment+block@b24c33ea35954c7889e1d2944d3fe397\n2017-03-27 09:39:47,651 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@discussion+block@ed01bcd164e64038a78964a16eac3edc\n2017-03-27 09:39:47,653 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@vertical+block@26d89b08f75d48829a63520ed8b0037d\n2017-03-27 09:39:47,655 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@vertical+block@vertical_c037f3757df1\n2017-03-27 09:39:47,658 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@vertical+block@1b0e2c2c84884b95b1c99fb678cc964c\n2017-03-27 09:39:47,661 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@problem+block@free_form_simulation\n2017-03-27 09:39:47,663 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@html+block@2574c523e97b477a9d72fbb37bfb995f\n2017-03-27 09:39:47,666 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@problem+block@Sample_ChemFormula_Problem\n2017-03-27 09:39:47,669 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@vertical+block@256f17a44983429fb1a60802203ee4e0\n2017-03-27 09:39:47,672 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@html+block@2b94658d2eee4d85ae13f83bc24cfca9\n2017-03-27 09:39:47,675 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@discussion+block@870371212ba04dcf9536d7c7b8f3109e\n2017-03-27 09:39:47,677 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@vertical+block@2889db1677a549abb15eb4d886f95d1c\n2017-03-27 09:39:47,680 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@discussion+block@3169f89efde2452993f2f2d9bc74f5b2\n2017-03-27 09:39:47,682 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@vertical+block@134df56c516a4a0dbb24dd5facef746e\n2017-03-27 09:39:47,685 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@html+block@148ae8fa73ea460eb6f05505da0ba6e6\n2017-03-27 09:39:47,688 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@discussion+block@722085be27c84ac693cfebc8ac5da700\n2017-03-27 09:39:47,690 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@problem+block@d1b84dcd39b0423d9e288f27f0f7f242\n2017-03-27 09:39:47,693 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@discussion+block@412dc8dbb6674014862237b23c1f643f\n2017-03-27 09:39:47,696 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@problem+block@651e0945b77f42e0a4c89b8c3e6f5b3b\n2017-03-27 09:39:47,699 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@html+block@55cbc99f262443d886a25cf84594eafb\n2017-03-27 09:39:47,701 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@sequential+block@6ab9c442501d472c8ed200e367b4edfa\n2017-03-27 09:39:47,703 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@sequential+block@basic_questions\n2017-03-27 09:39:47,706 INFO 2338 [edx.celery.task] tasks.py:117 - Updating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@vertical+block@vertical_ac391cde8a91\n2017-03-27 09:39:47,723 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@video+block@af7fe1335eb841cd81ce31c7ee8eb069\n2017-03-27 09:39:47,742 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@vertical+block@45c7cedb4bfe46f4a68c78787151cfb5\n2017-03-27 09:39:47,762 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@html+block@9d5104b502f24ee89c3d2f4ce9d347cf\n2017-03-27 09:39:47,785 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@video+block@ab98b0e385e64445ae97e730ffdf17e7\n2017-03-27 09:39:47,806 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@vertical+block@4e592689563243c484af947465eaef0d\n2017-03-27 09:39:47,854 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@html+block@ffcd6351126d4ca984409180e41d1b51\n2017-03-27 09:39:47,903 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@html+block@87fa6792d79f4862be098e5169e93339\n2017-03-27 09:39:47,937 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@vertical+block@a79d59cd72034188a71d388f4954a606\n2017-03-27 09:39:47,958 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@html+block@2d3efa8db04346548bd5e5374de77628\n2017-03-27 09:39:47,974 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@vertical+block@f0e6d90842c44cc7a50fd1a18a7dd982\n2017-03-27 09:39:47,994 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@discussion+block@1c8d47c425724346a7968fa1bc745dcd\n2017-03-27 09:39:48,012 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@vertical+block@fb6b62dbec4348528629cf2232b86aea\n2017-03-27 09:39:48,030 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@vertical+block@8f89194410954e768bde1764985454a7\n2017-03-27 09:39:48,045 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@html+block@eb469ec408fa4ab1a9b86c634ca9bfa9\n2017-03-27 09:39:48,063 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@problem+block@9b9687073e904ae197799dc415df899f\n2017-03-27 09:39:48,088 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@vertical+block@7efc7bf4a47b4a6cb6595c32cde7712a\n2017-03-27 09:39:48,102 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@problem+block@d7daeff25e4f4026bdd269ae69e03e02\n2017-03-27 09:39:48,114 INFO 2338 [edx.celery.task] tasks.py:132 - Creating XBlockCache with usage_key: block-v1:edX+DemoX+Demo_Course+type@vertical+block@d91b9e5d8bc64d57a1332d06bf2f2193\n2017-03-27 09:39:48,127 INFO 2338 [edx.celery.task] tasks.py:159 - Ending XBlockCaches update for course_key: course-v1:edX+DemoX+Demo_Course\n2017-03-27 09:39:48,132 INFO 2338 [xmodule.modulestore.django] django.py:207 - Sent course_published signal to <function _listen_for_course_publish at 0x7fa41f0a2848> with kwargs {'course_key': CourseLocator('edX', 'DemoX', 'Demo_Course', None, None)}. Response was: None\n2017-03-27 09:39:48,132 INFO 2338 [xmodule.modulestore.django] django.py:207 - Sent course_published signal to <function listen_for_course_publish at 0x7fa41e2f9578> with kwargs {'course_key': CourseLocator('edX', 'DemoX', 'Demo_Course', None, None)}. Response was: None\n2017-03-27 09:39:48,132 INFO 2338 [xmodule.modulestore.django] django.py:207 - Sent course_published signal to <function _listen_for_course_publish at 0x7fa41e2d27d0> with kwargs {'course_key': CourseLocator('edX', 'DemoX', 'Demo_Course', None, None)}. Response was: None\n2017-03-27 09:39:48,132 INFO 2338 [xmodule.modulestore.django] django.py:207 - Sent course_published signal to <function _listen_for_course_publish at 0x7fa41c664668> with kwargs {'course_key': CourseLocator('edX', 'DemoX', 'Demo_Course', None, None)}. Response was: None\n2017-03-27 09:39:48,132 INFO 2338 [xmodule.modulestore.django] django.py:207 - Sent course_published signal to <function listen_for_course_publish at 0x7fa41c486cf8> with kwargs {'course_key': CourseLocator('edX', 'DemoX', 'Demo_Course', None, None)}. Response was: None\n2017-03-27 09:39:48,133 INFO 2338 [xmodule.modulestore.django] django.py:207 - Sent course_published signal to <function _listen_for_course_publish at 0x7fa41c48a0c8> with kwargs {'course_key': CourseLocator('edX', 'DemoX', 'Demo_Course', None, None)}. Response was: None\n2017-03-27 09:39:48,133 INFO 2338 [xmodule.modulestore.django] django.py:207 - Sent course_published signal to <function _listen_for_course_publish at 0x7fa41c48a398> with kwargs {'course_key': CourseLocator('edX', 'DemoX', 'Demo_Course', None, None)}. Response was: (1054, \"Unknown column 'course_overviews_courseoverview.marketing_url' in 'field list'\")\n2017-03-27 09:39:48,133 INFO 2338 [xmodule.modulestore.django] django.py:207 - Sent course_published signal to <function trigger_update_xblocks_cache_task at 0x7fa41c48a578> with kwargs {'course_key': CourseLocator('edX', 'DemoX', 'Demo_Course', None, None)}. Response was: None\n2017-03-27 09:39:48,133 INFO 2338 [xmodule.modulestore.django] django.py:207 - Sent course_published signal to <function _listen_for_course_publish at 0x7fa41c48a500> with kwargs {'course_key': CourseLocator('edX', 'DemoX', 'Demo_Course', None, None)}. Response was: None", "stdout": "Importing. Data_dir=/edx/var/edxapp/data, source_dirs=('/edx/app/demo/edx-demo-course',)\nSeeding forum roles for course course-v1:edX+DemoX+Demo_Course", "stdout_lines": ["Importing. Data_dir=/edx/var/edxapp/data, source_dirs=('/edx/app/demo/edx-demo-course',)", "Seeding forum roles for course course-v1:edX+DemoX+Demo_Course"], "warnings": []}
TASK [demo : build staff and test user list] ***********************************
OK
Applying publisher.0026_create_switch_hide_features_for_pilot...ok: [127.0.0.1] => {"ansible_facts": {"demo_test_and_staff_users": [{"email": "[email protected]", "hashed_password": "pbkdf2_sha256$20000$TjE34FJjc3vv$0B7GUmH8RwrOc/BvMoxjb5j8EgnWTt3sxorDANeF7Qw=", "is_staff": false, "username": "honor"}, {"email": "[email protected]", "hashed_password": "pbkdf2_sha256$20000$TjE34FJjc3vv$0B7GUmH8RwrOc/BvMoxjb5j8EgnWTt3sxorDANeF7Qw=", "is_staff": false, "username": "audit"}, {"email": "[email protected]", "hashed_password": "pbkdf2_sha256$20000$TjE34FJjc3vv$0B7GUmH8RwrOc/BvMoxjb5j8EgnWTt3sxorDANeF7Qw=", "is_staff": false, "username": "verified"}, {"email": "[email protected]", "hashed_password": "pbkdf2_sha256$20000$TjE34FJjc3vv$0B7GUmH8RwrOc/BvMoxjb5j8EgnWTt3sxorDANeF7Qw=", "is_staff": true, "username": "staff"}]}, "changed": false}
TASK [demo : build staff and test user list] ***********************************
OK
Applying publisher.0027_remove_old_permissions...skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true}
TASK [demo : create some test users] *******************************************
OK
Applying publisher.0028_create_partner_manager_group... OK
Applying publisher.0029_auto_20170119_0934... OK
Applying publisher.0030_create_switch_add_instructor_feature... OK
Applying publisher.0031_courserunstate_coursestate_historicalcourserunstate_historicalcoursestate... OK
Applying publisher.0032_create_switch_for_comments... OK
Applying publisher.0033_auto_20170213_0914... OK
Applying publisher.0034_auto_20170213_0918... OK
Applying publisher.0035_publisheruser... OK
Applying publisher.0036_auto_20170216_0946... OK
Applying publisher.0037_auto_20170221_1150...changed: [127.0.0.1] => (item={u'username': u'honor', u'hashed_password': u'pbkdf2_sha256$20000$TjE34FJjc3vv$0B7GUmH8RwrOc/BvMoxjb5j8EgnWTt3sxorDANeF7Qw=', u'is_staff': False, u'email': u'[email protected]'}) => {"changed": true, "cmd": "/edx/app/edxapp/venvs/edxapp/bin/python ./manage.py lms --settings=devstack_docker --service-variant lms manage_user honor [email protected] --initial-password-hash 'pbkdf2_sha256$20000$TjE34FJjc3vv$0B7GUmH8RwrOc/BvMoxjb5j8EgnWTt3sxorDANeF7Qw='", "delta": "0:00:06.892143", "end": "2017-03-27 13:39:58.843908", "item": {"email": "[email protected]", "hashed_password": "pbkdf2_sha256$20000$TjE34FJjc3vv$0B7GUmH8RwrOc/BvMoxjb5j8EgnWTt3sxorDANeF7Qw=", "is_staff": false, "username": "honor"}, "rc": 0, "start": "2017-03-27 13:39:51.951765", "stderr": "Created new user: \"honor\"\nCreated new profile for user: \"honor\"\nAdding user \"honor\" to groups []\nRemoving user \"honor\" from groups []\n2017-03-27 09:39:58,586 INFO 2385 [tracking] logger.py:42 - {\"username\": \"\", \"event_source\": \"server\", \"name\": \"edx.user.settings.changed\", \"accept_language\": \"\", \"time\": \"2017-03-27T13:39:58.585840+00:00\", \"agent\": \"\", \"page\": null, \"host\": \"\", \"session\": \"\", \"referer\": \"\", \"context\": {}, \"ip\": \"\", \"event\": {\"user_id\": 6, \"truncated\": [], \"old\": null, \"setting\": \"password\", \"table\": \"auth_user\", \"new\": null}, \"event_type\": \"edx.user.settings.changed\"}", "stdout": "", "stdout_lines": [], "warnings": []}
OK
Applying publisher.0038_auto_20170223_0723... OK
Applying publisher.0039_rename_partner_coordinator_group... OK
Applying publisher.0040_auto_20170223_1241... OK
Applying publisher.0041_auto_20170306_1002...changed: [127.0.0.1] => (item={u'username': u'audit', u'hashed_password': u'pbkdf2_sha256$20000$TjE34FJjc3vv$0B7GUmH8RwrOc/BvMoxjb5j8EgnWTt3sxorDANeF7Qw=', u'is_staff': False, u'email': u'[email protected]'}) => {"changed": true, "cmd": "/edx/app/edxapp/venvs/edxapp/bin/python ./manage.py lms --settings=devstack_docker --service-variant lms manage_user audit [email protected] --initial-password-hash 'pbkdf2_sha256$20000$TjE34FJjc3vv$0B7GUmH8RwrOc/BvMoxjb5j8EgnWTt3sxorDANeF7Qw='", "delta": "0:00:06.482754", "end": "2017-03-27 13:40:05.624371", "item": {"email": "[email protected]", "hashed_password": "pbkdf2_sha256$20000$TjE34FJjc3vv$0B7GUmH8RwrOc/BvMoxjb5j8EgnWTt3sxorDANeF7Qw=", "is_staff": false, "username": "audit"}, "rc": 0, "start": "2017-03-27 13:39:59.141617", "stderr": "Created new user: \"audit\"\nCreated new profile for user: \"audit\"\nAdding user \"audit\" to groups []\nRemoving user \"audit\" from groups []\n2017-03-27 09:40:05,383 INFO 2425 [tracking] logger.py:42 - {\"username\": \"\", \"event_source\": \"server\", \"name\": \"edx.user.settings.changed\", \"accept_language\": \"\", \"time\": \"2017-03-27T13:40:05.383352+00:00\", \"agent\": \"\", \"page\": null, \"host\": \"\", \"session\": \"\", \"referer\": \"\", \"context\": {}, \"ip\": \"\", \"event\": {\"user_id\": 7, \"truncated\": [], \"old\": null, \"setting\": \"password\", \"table\": \"auth_user\", \"new\": null}, \"event_type\": \"edx.user.settings.changed\"}", "stdout": "", "stdout_lines": [], "warnings": []}
OK
Applying publisher.0042_auto_20170306_1014... OK
Applying publisher.0043_auto_20170321_1239... OK
Applying publisher.0044_auto_20170323_0749... OK
Applying publisher_comments.0001_initial... OK
Applying publisher_comments.0002_comments_comment_type... OK
Applying sessions.0001_initial... OK
Applying sites.0002_alter_domain_unique... OK
Applying social_auth.0001_initial... OK
Applying social_auth.0002_add_related_name... OK
Applying social_auth.0003_alter_email_max_length...changed: [127.0.0.1] => (item={u'username': u'verified', u'hashed_password': u'pbkdf2_sha256$20000$TjE34FJjc3vv$0B7GUmH8RwrOc/BvMoxjb5j8EgnWTt3sxorDANeF7Qw=', u'is_staff': False, u'email': u'[email protected]'}) => {"changed": true, "cmd": "/edx/app/edxapp/venvs/edxapp/bin/python ./manage.py lms --settings=devstack_docker --service-variant lms manage_user verified [email protected] --initial-password-hash 'pbkdf2_sha256$20000$TjE34FJjc3vv$0B7GUmH8RwrOc/BvMoxjb5j8EgnWTt3sxorDANeF7Qw='", "delta": "0:00:05.998792", "end": "2017-03-27 13:40:11.894229", "item": {"email": "[email protected]", "hashed_password": "pbkdf2_sha256$20000$TjE34FJjc3vv$0B7GUmH8RwrOc/BvMoxjb5j8EgnWTt3sxorDANeF7Qw=", "is_staff": false, "username": "verified"}, "rc": 0, "start": "2017-03-27 13:40:05.895437", "stderr": "Created new user: \"verified\"\nCreated new profile for user: \"verified\"\nAdding user \"verified\" to groups []\nRemoving user \"verified\" from groups []\n2017-03-27 09:40:11,644 INFO 2464 [tracking] logger.py:42 - {\"username\": \"\", \"event_source\": \"server\", \"name\": \"edx.user.settings.changed\", \"accept_language\": \"\", \"time\": \"2017-03-27T13:40:11.643950+00:00\", \"agent\": \"\", \"page\": null, \"host\": \"\", \"session\": \"\", \"referer\": \"\", \"context\": {}, \"ip\": \"\", \"event\": {\"user_id\": 8, \"truncated\": [], \"old\": null, \"setting\": \"password\", \"table\": \"auth_user\", \"new\": null}, \"event_type\": \"edx.user.settings.changed\"}", "stdout": "", "stdout_lines": [], "warnings": []}
OK
Applying social_auth.0004_auto_20160423_0400... OK
Applying social_auth.0005_auto_20160727_2333... OK
python manage.py install_es_indexes
/edx/app/discovery/venvs/discovery/lib/python3.5/site-packages/six.py:808: RemovedInDjango110Warning: SubfieldBase has been deprecated. Use Field.from_db_value instead.
return meta(name, bases, d)
2017-03-27 13:40:15,752 WARNING 50 [py.warnings] /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages/django/db/models/fields/subclassing.py:22 - /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages/six.py:808: RemovedInDjango110Warning: SubfieldBase has been deprecated. Use Field.from_db_value instead.
return meta(name, bases, d)
/edx/app/discovery/discovery/course_discovery/urls.py:49: RemovedInDjango110Warning: Support for string view arguments to url() is deprecated and will be removed in Django 1.10 (got django.views.i18n.javascript_catalog). Pass the callable instead.
url(r'^jsi18n/$', 'django.views.i18n.javascript_catalog', name='javascript-catalog'),
2017-03-27 13:40:16,442 WARNING 50 [py.warnings] /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages/django/conf/urls/__init__.py:107 - /edx/app/discovery/discovery/course_discovery/urls.py:49: RemovedInDjango110Warning: Support for string view arguments to url() is deprecated and will be removed in Django 1.10 (got django.views.i18n.javascript_catalog). Pass the callable instead.
url(r'^jsi18n/$', 'django.views.i18n.javascript_catalog', name='javascript-catalog'),
2017-03-27 13:40:16,472 INFO 50 [course_discovery.apps.core.management.commands.install_es_indexes] /edx/app/discovery/discovery/course_discovery/apps/core/management/commands/install_es_indexes.py:19 - Attempting to establish initial connection to Elasticsearch host [http://edx.devstack.elasticsearch:9200/]...
2017-03-27 13:40:16,473 INFO 50 [course_discovery.apps.core.management.commands.install_es_indexes] /edx/app/discovery/discovery/course_discovery/apps/core/management/commands/install_es_indexes.py:21 - ...success!
2017-03-27 13:40:16,473 INFO 50 [course_discovery.apps.core.utils] /edx/app/discovery/discovery/course_discovery/apps/core/utils.py:14 - Making sure alias [catalog] exists...
2017-03-27 13:40:16,518 WARNING 50 [elasticsearch] /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages/elasticsearch/connection/base.py:82 - HEAD /_alias/catalog [status:404 request:0.045s]
2017-03-27 13:40:16,518 WARNING 50 [elasticsearch] /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages/elasticsearch/connection/base.py:82 - HEAD /_alias/catalog [status:404 request:0.045s]
2017-03-27 13:40:17,641 INFO 50 [course_discovery.apps.core.utils] /edx/app/discovery/discovery/course_discovery/apps/core/utils.py:49 - ...index [catalog_20170327_134016] created.
2017-03-27 13:40:17,695 INFO 50 [course_discovery.apps.core.utils] /edx/app/discovery/discovery/course_discovery/apps/core/utils.py:29 - ...alias updated.
Creating super-user for discovery...
Creating service user and OAuth client for discovery...
Installing requirements for ecommerce...
npm install
changed: [127.0.0.1] => (item={u'username': u'staff', u'hashed_password': u'pbkdf2_sha256$20000$TjE34FJjc3vv$0B7GUmH8RwrOc/BvMoxjb5j8EgnWTt3sxorDANeF7Qw=', u'is_staff': True, u'email': u'[email protected]'}) => {"changed": true, "cmd": "/edx/app/edxapp/venvs/edxapp/bin/python ./manage.py lms --settings=devstack_docker --service-variant lms manage_user staff [email protected] --initial-password-hash 'pbkdf2_sha256$20000$TjE34FJjc3vv$0B7GUmH8RwrOc/BvMoxjb5j8EgnWTt3sxorDANeF7Qw=' --staff", "delta": "0:00:06.315314", "end": "2017-03-27 13:40:18.462088", "item": {"email": "[email protected]", "hashed_password": "pbkdf2_sha256$20000$TjE34FJjc3vv$0B7GUmH8RwrOc/BvMoxjb5j8EgnWTt3sxorDANeF7Qw=", "is_staff": true, "username": "staff"}, "rc": 0, "start": "2017-03-27 13:40:12.146774", "stderr": "Created new user: \"staff\"\nSetting is_staff for user \"staff\" to \"True\"\nCreated new profile for user: \"staff\"\nAdding user \"staff\" to groups []\nRemoving user \"staff\" from groups []\n2017-03-27 09:40:18,054 INFO 2503 [tracking] logger.py:42 - {\"username\": \"\", \"event_source\": \"server\", \"name\": \"edx.user.settings.changed\", \"accept_language\": \"\", \"time\": \"2017-03-27T13:40:18.054572+00:00\", \"agent\": \"\", \"page\": null, \"host\": \"\", \"session\": \"\", \"referer\": \"\", \"context\": {}, \"ip\": \"\", \"event\": {\"user_id\": 9, \"truncated\": [], \"old\": null, \"setting\": \"password\", \"table\": \"auth_user\", \"new\": null}, \"event_type\": \"edx.user.settings.changed\"}\n2017-03-27 09:40:18,055 INFO 2503 [tracking] logger.py:42 - {\"username\": \"\", \"event_source\": \"server\", \"name\": \"edx.user.settings.changed\", \"accept_language\": \"\", \"time\": \"2017-03-27T13:40:18.055279+00:00\", \"agent\": \"\", \"page\": null, \"host\": \"\", \"session\": \"\", \"referer\": \"\", \"context\": {}, \"ip\": \"\", \"event\": {\"user_id\": 9, \"truncated\": [], \"old\": false, \"setting\": \"is_staff\", \"table\": \"auth_user\", \"new\": true}, \"event_type\": \"edx.user.settings.changed\"}", "stdout": "", "stdout_lines": [], "warnings": []}
TASK [demo : enroll test users in the demo course] *****************************
/edx/app/discovery/venvs/discovery/lib/python3.5/site-packages/six.py:808: RemovedInDjango110Warning: SubfieldBase has been deprecated. Use Field.from_db_value instead.
return meta(name, bases, d)
2017-03-27 13:40:19,120 WARNING 61 [py.warnings] /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages/django/db/models/fields/subclassing.py:22 - /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages/six.py:808: RemovedInDjango110Warning: SubfieldBase has been deprecated. Use Field.from_db_value instead.
return meta(name, bases, d)
Python 3.5.2 (default, Nov 17 2016, 17:05:23) tall loadCurrentTree
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
(InteractiveConsole)
>>> <User: edx>
>>>
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN edx-ecommerce@ No license field.
# Allow root for Docker
./node_modules/.bin/bower install --allow-root
{
"name": "discovery",
"url": "http://localhost:18381",
"logout_uri": "http://localhost:18381/logout/",
"redirect_uri": "http://localhost:18381/complete/edx-oidc/",
"client_id": "discovery-key",
"user": {
"username": "discovery_worker",
"first_name": "",
"last_name": "",
"is_active": true,
"email": "[email protected]",
"is_superuser": false,
"is_staff": true,
"last_login": null,
"password": "pbkdf2_sha256$20000$cteCw0RJ3uVK$rkfQUabaBl2XTR4XHI7CSQMVuaznmAV7o/CsJI3utjg=",
"id": 4,
"date_joined": "2016-12-17T01:55:18.267Z"
},
"client_type": 0,
"client_secret": "discovery-secret"
}
Found existing user: "discovery_worker"
Adding user "discovery_worker" to groups []
Removing user "discovery_worker" from groups []
pip install -r requirements/local.txt --exists-action w
Requirement already satisfied: analytics-python==1.1.0 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/base.txt (line 1))
Requirement already satisfied: Django==1.9.12 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/base.txt (line 2))
Requirement already satisfied: django-compressor==2.1.1 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/base.txt (line 3))
Requirement already satisfied: django-crispy-forms==1.6.1 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/base.txt (line 4))
Requirement already satisfied: django_extensions==1.5.5 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/base.txt (line 5))
Requirement already satisfied: django-filter==1.0.1 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/base.txt (line 6))
Requirement already satisfied: django-libsass==0.5 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/base.txt (line 7))
Requirement already satisfied: django-oscar==1.4 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/base.txt (line 8))
Requirement already satisfied: django-rest-swagger[reST]==0.3.10 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/base.txt (line 9))
Ignoring docutils: markers 'extra == "reST"' don't match your environment
Requirement already satisfied: django-simple-history==1.8.2 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/base.txt (line 10))
Requirement already satisfied: django-solo==1.1.2 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/base.txt (line 11))
Requirement already satisfied: django-threadlocals==0.8 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/base.txt (line 12))
Requirement already satisfied: django-waffle==0.11.1 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/base.txt (line 13))
Requirement already satisfied: djangorestframework==3.3.3 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/base.txt (line 14))
Requirement already satisfied: djangorestframework-jwt==1.8.0 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/base.txt (line 15))
Requirement already satisfied: drf-extensions==0.3.1 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/base.txt (line 16))
Requirement already satisfied: edx-auth-backends==0.6.0 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/base.txt (line 17))
Requirement already satisfied: edx-django-release-util==0.3.0 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/base.txt (line 18))
Requirement already satisfied: edx-django-sites-extensions==1.0.0 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/base.txt (line 19))
Requirement already satisfied: edx-drf-extensions==1.2.2 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/base.txt (line 20))
Requirement already satisfied: edx-ecommerce-worker==0.6.0 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/base.txt (line 21))
Requirement already satisfied: edx-opaque-keys==0.3.1 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/base.txt (line 22))
Requirement already satisfied: edx-rest-api-client==1.7.1 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/base.txt (line 23))
Requirement already satisfied: jsonfield==1.0.3 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/base.txt (line 24))
Requirement already satisfied: libsass==0.9.2 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/base.txt (line 25))
Requirement already satisfied: ndg-httpsclient==0.4.0 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/base.txt (line 26))
Requirement already satisfied: path.py==7.2 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/base.txt (line 27))
Requirement already satisfied: paypalrestsdk==1.11.5 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/base.txt (line 28))
Requirement already satisfied: premailer==2.9.2 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/base.txt (line 29))
Requirement already satisfied: pycountry==17.1.8 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/base.txt (line 30))
Requirement already satisfied: python-dateutil==2.4.2 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/base.txt (line 31))
Requirement already satisfied: pytz==2016.10 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/base.txt (line 32))
Requirement already satisfied: requests==2.9.1 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/base.txt (line 33))
Requirement already satisfied: sailthru-client==2.2.3 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/base.txt (line 34))
Requirement already satisfied: six==1.10.0 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/base.txt (line 35))
Requirement already satisfied: suds==0.4 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/base.txt (line 36))
Requirement already satisfied: bok-choy==0.6.2 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/test.txt (line 4))
Requirement already satisfied: coverage==4.3.4 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/test.txt (line 5))
Requirement already satisfied: ddt==1.1.1 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/test.txt (line 6))
Requirement already satisfied: django-nose==1.4.4 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/test.txt (line 7))
Requirement already satisfied: factory-boy==2.8.1 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/test.txt (line 8))
Requirement already satisfied: freezegun==0.3.7 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/test.txt (line 9))
Requirement already satisfied: httpretty==0.8.14 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/test.txt (line 10))
Requirement already satisfied: isort==4.2.5 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/test.txt (line 11))
Requirement already satisfied: mock==1.3.0 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/test.txt (line 12))
Requirement already satisfied: mock-django==0.6.9 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/test.txt (line 13))
Requirement already satisfied: nose-ignore-docstring==0.2 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/test.txt (line 14))
Requirement already satisfied: pep8==1.6.2 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/test.txt (line 15))
Requirement already satisfied: pylint==1.5.0 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/test.txt (line 16))
Requirement already satisfied: selenium>=3.0.1 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/test.txt (line 17))
Requirement already satisfied: testfixtures==4.5.0 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/test.txt (line 18))
Requirement already satisfied: diff-cover==0.9.6 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/test.txt (line 19))
Requirement already satisfied: edx-sphinx-theme==1.0.2 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/docs.txt (line 1))
Requirement already satisfied: Sphinx==1.5.3 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/docs.txt (line 2))
Requirement already satisfied: django-debug-toolbar==1.6 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/local.txt (line 5))
Requirement already satisfied: transifex-client==0.12.2 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/local.txt (line 8))
Requirement already satisfied: edx-i18n-tools==0.3.4 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from -r requirements/local.txt (line 9))
Requirement already satisfied: rjsmin==1.0.12 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from django-compressor==2.1.1->-r requirements/base.txt (line 3))
Requirement already satisfied: rcssmin==1.0.6 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from django-compressor==2.1.1->-r requirements/base.txt (line 3))
Requirement already satisfied: django-appconf>=1.0 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from django-compressor==2.1.1->-r requirements/base.txt (line 3))
Requirement already satisfied: Unidecode<0.05,>=0.04.12 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from django-oscar==1.4->-r requirements/base.txt (line 8))
Requirement already satisfied: django-treebeard>=4.1.0 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from django-oscar==1.4->-r requirements/base.txt (line 8))
failed: [127.0.0.1] (item={u'username': u'honor', u'hashed_password': u'pbkdf2_sha256$20000$TjE34FJjc3vv$0B7GUmH8RwrOc/BvMoxjb5j8EgnWTt3sxorDANeF7Qw=', u'is_staff': False, u'email': u'[email protected]'}) => {"changed": true, "cmd": "/edx/app/edxapp/venvs/edxapp/bin/python ./manage.py lms --settings=devstack_docker --service-variant lms enroll_user_in_course -e [email protected] -c course-v1:edX+DemoX+Demo_Course", "delta": "0:00:07.160709", "end": "2017-03-27 13:40:26.348356", "failed": true, "item": {"email": "[email protected]", "hashed_password": "pbkdf2_sha256$20000$TjE34FJjc3vv$0B7GUmH8RwrOc/BvMoxjb5j8EgnWTt3sxorDANeF7Qw=", "is_staff": false, "username": "honor"}, "rc": 1, "start": "2017-03-27 13:40:19.187647", "stderr": "Traceback (most recent call last):\n File \"./manage.py\", line 116, in <module>\n execute_from_command_line([sys.argv[0]] + django_args)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/__init__.py\", line 354, in execute_from_command_line\n utility.execute()\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/__init__.py\", line 346, in execute\n self.fetch_command(subcommand).run_from_argv(self.argv)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/base.py\", line 394, in run_from_argv\n self.execute(*args, **cmd_options)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/base.py\", line 445, in execute\n output = self.handle(*args, **options)\n File \"/edx/app/edxapp/edx-platform/common/djangoapps/enrollment/management/commands/enroll_user_in_course.py\", line 49, in handle\n add_enrollment(user.username, course)\n File \"/edx/app/edxapp/edx-platform/common/djangoapps/enrollment/api.py\", line 195, in add_enrollment\n validate_course_mode(course_id, mode, is_active=is_active)\n File \"/edx/app/edxapp/edx-platform/common/djangoapps/enrollment/api.py\", line 438, in validate_course_mode\n course_enrollment_info = _data_api().get_course_enrollment_info(course_id, include_expired=include_expired)\n File \"/edx/app/edxapp/edx-platform/common/djangoapps/enrollment/data.py\", line 290, in get_course_enrollment_info\n course = CourseOverview.get_from_id(course_key)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/models.py\", line 262, in get_from_id\n course_overview = cls.objects.select_related('image_set').get(id=course_id)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py\", line 328, in get\n num = len(clone)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py\", line 144, in __len__\n self._fetch_all()\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py\", line 965, in _fetch_all\n self._result_cache = list(self.iterator())\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py\", line 238, in iterator\n results = compiler.execute_sql()\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py\", line 840, in execute_sql\n cursor.execute(sql, params)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/utils.py\", line 79, in execute\n return super(CursorDebugWrapper, self).execute(sql, params)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/utils.py\", line 64, in execute\n return self.cursor.execute(sql, params)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/utils.py\", line 98, in __exit__\n six.reraise(dj_exc_type, dj_exc_value, traceback)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/utils.py\", line 64, in execute\n return self.cursor.execute(sql, params)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/mysql/base.py\", line 124, in execute\n return self.cursor.execute(query, args)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/MySQLdb/cursors.py\", line 205, in execute\n self.errorhandler(self, exc, value)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/MySQLdb/connections.py\", line 36, in defaulterrorhandler\n raise errorclass, errorvalue\ndjango.db.utils.OperationalError: (1054, \"Unknown column 'course_overviews_courseoverview.marketing_url' in 'field list'\")", "stdout": "", "stdout_lines": [], "warnings": []}
Requirement already satisfied: sorl-thumbnail>=12.4a1 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from django-oscar==1.4->-r requirements/base.txt (line 8))
Requirement already satisfied: Babel<3.0,>=1.0 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from django-oscar==1.4->-r requirements/base.txt (line 8))
Requirement already satisfied: django-tables2<2.0,>=1.2 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from django-oscar==1.4->-r requirements/base.txt (line 8))
Requirement already satisfied: phonenumbers<9.0.0,>=6.3.0 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from django-oscar==1.4->-r requirements/base.txt (line 8))
Requirement already satisfied: purl>=0.7 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from django-oscar==1.4->-r requirements/base.txt (line 8))
Requirement already satisfied: django-extra-views<0.6.5,>=0.2 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from django-oscar==1.4->-r requirements/base.txt (line 8))
Requirement already satisfied: django-widget-tweaks>=1.4.1 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from django-oscar==1.4->-r requirements/base.txt (line 8))
Requirement already satisfied: pillow>=3.4.2 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from django-oscar==1.4->-r requirements/base.txt (line 8))
Requirement already satisfied: django-haystack<2.6.0,>=2.5.0 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from django-oscar==1.4->-r requirements/base.txt (line 8))
Requirement already satisfied: PyYAML>=3.10 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from django-rest-swagger[reST]==0.3.10->-r requirements/base.txt (line 9))
Requirement already satisfied: PyJWT<2.0.0,>=1.4.0 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from djangorestframework-jwt==1.8.0->-r requirements/base.txt (line 15))
Requirement already satisfied: python-social-auth<0.3.0,>=0.2.21 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from edx-auth-backends==0.6.0->-r requirements/base.txt (line 17))
Requirement already satisfied: celery<4.0.0,>=3.1.18 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from edx-ecommerce-worker==0.6.0->-r requirements/base.txt (line 21))
Requirement already satisfied: stevedore<2.0.0,>=0.14.1 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from edx-opaque-keys==0.3.1->-r requirements/base.txt (line 22))
Requirement already satisfied: pymongo<4.0.0,>=2.7.2 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from edx-opaque-keys==0.3.1->-r requirements/base.txt (line 22))
Requirement already satisfied: slumber<1.0,>=0.7.1 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from edx-rest-api-client==1.7.1->-r requirements/base.txt (line 23))
Requirement already satisfied: PyOpenSSL in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from ndg-httpsclient==0.4.0->-r requirements/base.txt (line 26))
Requirement already satisfied: cssselect in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from premailer==2.9.2->-r requirements/base.txt (line 29))
Requirement already satisfied: lxml in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from premailer==2.9.2->-r requirements/base.txt (line 29))
Requirement already satisfied: cssutils in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from premailer==2.9.2->-r requirements/base.txt (line 29))
Requirement already satisfied: simplejson>=3.0.7 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from sailthru-client==2.2.3->-r requirements/base.txt (line 34))
Requirement already satisfied: lazy in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from bok-choy==0.6.2->-r requirements/test.txt (line 4))
Requirement already satisfied: needle in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from bok-choy==0.6.2->-r requirements/test.txt (line 4))
Requirement already satisfied: nose>=1.2.1 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from django-nose==1.4.4->-r requirements/test.txt (line 7))
Requirement already satisfied: Faker>=0.7.0 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from factory-boy==2.8.1->-r requirements/test.txt (line 8))
Requirement already satisfied: funcsigs; python_version < "3.3" in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from mock==1.3.0->-r requirements/test.txt (line 12))
Requirement already satisfied: pbr>=0.11 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from mock==1.3.0->-r requirements/test.txt (line 12))
Requirement already satisfied: colorama in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from pylint==1.5.0->-r requirements/test.txt (line 16))
Requirement already satisfied: astroid>=1.4.0 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from pylint==1.5.0->-r requirements/test.txt (line 16))
Requirement already satisfied: Jinja2>=2.7.1 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from diff-cover==0.9.6->-r requirements/test.txt (line 19))
Requirement already satisfied: pygments in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from diff-cover==0.9.6->-r requirements/test.txt (line 19))
Requirement already satisfied: jinja2-pluralize in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from diff-cover==0.9.6->-r requirements/test.txt (line 19))
Requirement already satisfied: docutils>=0.11 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from Sphinx==1.5.3->-r requirements/docs.txt (line 2))
Requirement already satisfied: imagesize in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from Sphinx==1.5.3->-r requirements/docs.txt (line 2))
Requirement already satisfied: snowballstemmer>=1.1 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from Sphinx==1.5.3->-r requirements/docs.txt (line 2))
Requirement already satisfied: alabaster<0.8,>=0.7 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from Sphinx==1.5.3->-r requirements/docs.txt (line 2))
Requirement already satisfied: sqlparse>=0.2.0 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from django-debug-toolbar==1.6->-r requirements/local.txt (line 5))
Requirement already satisfied: urllib3 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from transifex-client==0.12.2->-r requirements/local.txt (line 8))
Requirement already satisfied: polib in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from edx-i18n-tools==0.3.4->-r requirements/local.txt (line 9))
Requirement already satisfied: olefile in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from pillow>=3.4.2->django-oscar==1.4->-r requirements/base.txt (line 8))
Requirement already satisfied: requests-oauthlib>=0.6.1 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from python-social-auth<0.3.0,>=0.2.21->edx-auth-backends==0.6.0->-r requirements/base.txt (line 17))
Requirement already satisfied: python-openid>=2.2.5 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from python-social-auth<0.3.0,>=0.2.21->edx-auth-backends==0.6.0->-r requirements/base.txt (line 17))
Requirement already satisfied: oauthlib>=1.0.3 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from python-social-auth<0.3.0,>=0.2.21->edx-auth-backends==0.6.0->-r requirements/base.txt (line 17))
Requirement already satisfied: kombu<3.1,>=3.0.37 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from celery<4.0.0,>=3.1.18->edx-ecommerce-worker==0.6.0->-r requirements/base.txt (line 21))
Requirement already satisfied: billiard<3.4,>=3.3.0.23 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from celery<4.0.0,>=3.1.18->edx-ecommerce-worker==0.6.0->-r requirements/base.txt (line 21))
Requirement already satisfied: cryptography>=1.3.4 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from PyOpenSSL->ndg-httpsclient==0.4.0->-r requirements/base.txt (line 26))
Requirement already satisfied: ipaddress; python_version == "2.7" in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from Faker>=0.7.0->factory-boy==2.8.1->-r requirements/test.txt (line 8))
Requirement already satisfied: wrapt in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from astroid>=1.4.0->pylint==1.5.0->-r requirements/test.txt (line 16))
Requirement already satisfied: lazy-object-proxy in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from astroid>=1.4.0->pylint==1.5.0->-r requirements/test.txt (line 16))
Requirement already satisfied: MarkupSafe>=0.23 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from Jinja2>=2.7.1->diff-cover==0.9.6->-r requirements/test.txt (line 19))
Requirement already satisfied: inflect>=0.2.4 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from jinja2-pluralize->diff-cover==0.9.6->-r requirements/test.txt (line 19))
Requirement already satisfied: anyjson>=0.3.3 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from kombu<3.1,>=3.0.37->celery<4.0.0,>=3.1.18->edx-ecommerce-worker==0.6.0->-r requirements/base.txt (line 21))
Requirement already satisfied: amqp<2.0,>=1.4.9 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from kombu<3.1,>=3.0.37->celery<4.0.0,>=3.1.18->edx-ecommerce-worker==0.6.0->-r requirements/base.txt (line 21))
Requirement already satisfied: setuptools>=11.3 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from cryptography>=1.3.4->PyOpenSSL->ndg-httpsclient==0.4.0->-r requirements/base.txt (line 26))
Requirement already satisfied: idna>=2.1 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from cryptography>=1.3.4->PyOpenSSL->ndg-httpsclient==0.4.0->-r requirements/base.txt (line 26))
Requirement already satisfied: asn1crypto>=0.21.0 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from cryptography>=1.3.4->PyOpenSSL->ndg-httpsclient==0.4.0->-r requirements/base.txt (line 26))
Requirement already satisfied: enum34 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from cryptography>=1.3.4->PyOpenSSL->ndg-httpsclient==0.4.0->-r requirements/base.txt (line 26))
Requirement already satisfied: cffi>=1.4.1 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from cryptography>=1.3.4->PyOpenSSL->ndg-httpsclient==0.4.0->-r requirements/base.txt (line 26))
Requirement already satisfied: packaging in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from cryptography>=1.3.4->PyOpenSSL->ndg-httpsclient==0.4.0->-r requirements/base.txt (line 26))
Requirement already satisfied: appdirs>=1.4.0 in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from setuptools>=11.3->cryptography>=1.3.4->PyOpenSSL->ndg-httpsclient==0.4.0->-r requirements/base.txt (line 26))
Requirement already satisfied: pycparser in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from cffi>=1.4.1->cryptography>=1.3.4->PyOpenSSL->ndg-httpsclient==0.4.0->-r requirements/base.txt (line 26))
Requirement already satisfied: pyparsing in /edx/app/ecommerce/venvs/ecommerce/lib/python2.7/site-packages (from packaging->cryptography>=1.3.4->PyOpenSSL->ndg-httpsclient==0.4.0->-r requirements/base.txt (line 26))
Running migrations for ecommerce...
python manage.py migrate
/edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/ndg/httpsclient/subj_alt_name.py:22: UserWarning: Error importing pyasn1, subjectAltName check for SSL peer verification will be disabled. Import error is: No module named pyasn1.type
warnings.warn(import_error_msg)
2017-03-27 13:40:27,859 WARNING 81 [py.warnings] /edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/ndg/httpsclient/subj_alt_name.py:22 - /edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/ndg/httpsclient/subj_alt_name.py:22: UserWarning: Error importing pyasn1, subjectAltName check for SSL peer verification will be disabled. Import error is: No module named pyasn1.type
warnings.warn(import_error_msg)
/edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/ndg/httpsclient/ssl_peer_verification.py:25: UserWarning: SubjectAltName support is disabled - check pyasn1 package installation to enable
warnings.warn(SUBJ_ALT_NAME_SUPPORT_MSG)
2017-03-27 13:40:27,859 WARNING 81 [py.warnings] /edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/ndg/httpsclient/ssl_peer_verification.py:25 - /edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/ndg/httpsclient/ssl_peer_verification.py:25: UserWarning: SubjectAltName support is disabled - check pyasn1 package installation to enable
warnings.warn(SUBJ_ALT_NAME_SUPPORT_MSG)
/edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/ndg/httpsclient/subj_alt_name.py:22: UserWarning: Error importing pyasn1, subjectAltName check for SSL peer verification will be disabled. Import error is: No module named pyasn1.type
warnings.warn(import_error_msg)
2017-03-27 13:40:27,861 WARNING 81 [py.warnings] /edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/ndg/httpsclient/subj_alt_name.py:22 - /edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/ndg/httpsclient/subj_alt_name.py:22: UserWarning: Error importing pyasn1, subjectAltName check for SSL peer verification will be disabled. Import error is: No module named pyasn1.type
warnings.warn(import_error_msg)
/edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/six.py:808: RemovedInDjango110Warning: SubfieldBase has been deprecated. Use Field.from_db_value instead.
return meta(name, bases, d)
2017-03-27 13:40:28,448 WARNING 81 [py.warnings] /edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/django/db/models/fields/subclassing.py:22 - /edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/six.py:808: RemovedInDjango110Warning: SubfieldBase has been deprecated. Use Field.from_db_value instead.
return meta(name, bases, d)
Operations to perform:
Apply all migrations: refund, sailthru, flatpages, sites, analytics, voucher, invoice, partner, offer, catalogue, contenttypes, thumbnail, core, wishlists, sessions, auth, address, waffle, payment, customer, referrals, promotions, admin, social_auth, shipping, theming, reviews, courses, basket, order
Running migrations:
Rendering model states... DONE
Applying catalogue.0024_fix_enrollment_code_slug... OK
failed: [127.0.0.1] (item={u'username': u'audit', u'hashed_password': u'pbkdf2_sha256$20000$TjE34FJjc3vv$0B7GUmH8RwrOc/BvMoxjb5j8EgnWTt3sxorDANeF7Qw=', u'is_staff': False, u'email': u'[email protected]'}) => {"changed": true, "cmd": "/edx/app/edxapp/venvs/edxapp/bin/python ./manage.py lms --settings=devstack_docker --service-variant lms enroll_user_in_course -e [email protected] -c course-v1:edX+DemoX+Demo_Course", "delta": "0:00:06.237926", "end": "2017-03-27 13:40:32.847293", "failed": true, "item": {"email": "[email protected]", "hashed_password": "pbkdf2_sha256$20000$TjE34FJjc3vv$0B7GUmH8RwrOc/BvMoxjb5j8EgnWTt3sxorDANeF7Qw=", "is_staff": false, "username": "audit"}, "rc": 1, "start": "2017-03-27 13:40:26.609367", "stderr": "Traceback (most recent call last):\n File \"./manage.py\", line 116, in <module>\n execute_from_command_line([sys.argv[0]] + django_args)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/__init__.py\", line 354, in execute_from_command_line\n utility.execute()\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/__init__.py\", line 346, in execute\n self.fetch_command(subcommand).run_from_argv(self.argv)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/base.py\", line 394, in run_from_argv\n self.execute(*args, **cmd_options)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/base.py\", line 445, in execute\n output = self.handle(*args, **options)\n File \"/edx/app/edxapp/edx-platform/common/djangoapps/enrollment/management/commands/enroll_user_in_course.py\", line 49, in handle\n add_enrollment(user.username, course)\n File \"/edx/app/edxapp/edx-platform/common/djangoapps/enrollment/api.py\", line 195, in add_enrollment\n validate_course_mode(course_id, mode, is_active=is_active)\n File \"/edx/app/edxapp/edx-platform/common/djangoapps/enrollment/api.py\", line 438, in validate_course_mode\n course_enrollment_info = _data_api().get_course_enrollment_info(course_id, include_expired=include_expired)\n File \"/edx/app/edxapp/edx-platform/common/djangoapps/enrollment/data.py\", line 290, in get_course_enrollment_info\n course = CourseOverview.get_from_id(course_key)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/models.py\", line 262, in get_from_id\n course_overview = cls.objects.select_related('image_set').get(id=course_id)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py\", line 328, in get\n num = len(clone)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py\", line 144, in __len__\n self._fetch_all()\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py\", line 965, in _fetch_all\n self._result_cache = list(self.iterator())\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py\", line 238, in iterator\n results = compiler.execute_sql()\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py\", line 840, in execute_sql\n cursor.execute(sql, params)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/utils.py\", line 79, in execute\n return super(CursorDebugWrapper, self).execute(sql, params)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/utils.py\", line 64, in execute\n return self.cursor.execute(sql, params)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/utils.py\", line 98, in __exit__\n six.reraise(dj_exc_type, dj_exc_value, traceback)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/utils.py\", line 64, in execute\n return self.cursor.execute(sql, params)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/mysql/base.py\", line 124, in execute\n return self.cursor.execute(query, args)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/MySQLdb/cursors.py\", line 205, in execute\n self.errorhandler(self, exc, value)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/MySQLdb/connections.py\", line 36, in defaulterrorhandler\n raise errorclass, errorvalue\ndjango.db.utils.OperationalError: (1054, \"Unknown column 'course_overviews_courseoverview.marketing_url' in 'field list'\")", "stdout": "", "stdout_lines": [], "warnings": []}
failed: [127.0.0.1] (item={u'username': u'verified', u'hashed_password': u'pbkdf2_sha256$20000$TjE34FJjc3vv$0B7GUmH8RwrOc/BvMoxjb5j8EgnWTt3sxorDANeF7Qw=', u'is_staff': False, u'email': u'[email protected]'}) => {"changed": true, "cmd": "/edx/app/edxapp/venvs/edxapp/bin/python ./manage.py lms --settings=devstack_docker --service-variant lms enroll_user_in_course -e [email protected] -c course-v1:edX+DemoX+Demo_Course", "delta": "0:00:06.272938", "end": "2017-03-27 13:40:39.379442", "failed": true, "item": {"email": "[email protected]", "hashed_password": "pbkdf2_sha256$20000$TjE34FJjc3vv$0B7GUmH8RwrOc/BvMoxjb5j8EgnWTt3sxorDANeF7Qw=", "is_staff": false, "username": "verified"}, "rc": 1, "start": "2017-03-27 13:40:33.106504", "stderr": "Traceback (most recent call last):\n File \"./manage.py\", line 116, in <module>\n execute_from_command_line([sys.argv[0]] + django_args)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/__init__.py\", line 354, in execute_from_command_line\n utility.execute()\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/__init__.py\", line 346, in execute\n self.fetch_command(subcommand).run_from_argv(self.argv)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/base.py\", line 394, in run_from_argv\n self.execute(*args, **cmd_options)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/base.py\", line 445, in execute\n output = self.handle(*args, **options)\n File \"/edx/app/edxapp/edx-platform/common/djangoapps/enrollment/management/commands/enroll_user_in_course.py\", line 49, in handle\n add_enrollment(user.username, course)\n File \"/edx/app/edxapp/edx-platform/common/djangoapps/enrollment/api.py\", line 195, in add_enrollment\n validate_course_mode(course_id, mode, is_active=is_active)\n File \"/edx/app/edxapp/edx-platform/common/djangoapps/enrollment/api.py\", line 438, in validate_course_mode\n course_enrollment_info = _data_api().get_course_enrollment_info(course_id, include_expired=include_expired)\n File \"/edx/app/edxapp/edx-platform/common/djangoapps/enrollment/data.py\", line 290, in get_course_enrollment_info\n course = CourseOverview.get_from_id(course_key)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/models.py\", line 262, in get_from_id\n course_overview = cls.objects.select_related('image_set').get(id=course_id)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py\", line 328, in get\n num = len(clone)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py\", line 144, in __len__\n self._fetch_all()\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py\", line 965, in _fetch_all\n self._result_cache = list(self.iterator())\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py\", line 238, in iterator\n results = compiler.execute_sql()\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py\", line 840, in execute_sql\n cursor.execute(sql, params)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/utils.py\", line 79, in execute\n return super(CursorDebugWrapper, self).execute(sql, params)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/utils.py\", line 64, in execute\n return self.cursor.execute(sql, params)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/utils.py\", line 98, in __exit__\n six.reraise(dj_exc_type, dj_exc_value, traceback)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/utils.py\", line 64, in execute\n return self.cursor.execute(sql, params)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/mysql/base.py\", line 124, in execute\n return self.cursor.execute(query, args)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/MySQLdb/cursors.py\", line 205, in execute\n self.errorhandler(self, exc, value)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/MySQLdb/connections.py\", line 36, in defaulterrorhandler\n raise errorclass, errorvalue\ndjango.db.utils.OperationalError: (1054, \"Unknown column 'course_overviews_courseoverview.marketing_url' in 'field list'\")", "stdout": "", "stdout_lines": [], "warnings": []}
Applying offer.0011_auto_20170215_2324... OK
failed: [127.0.0.1] (item={u'username': u'staff', u'hashed_password': u'pbkdf2_sha256$20000$TjE34FJjc3vv$0B7GUmH8RwrOc/BvMoxjb5j8EgnWTt3sxorDANeF7Qw=', u'is_staff': True, u'email': u'[email protected]'}) => {"changed": true, "cmd": "/edx/app/edxapp/venvs/edxapp/bin/python ./manage.py lms --settings=devstack_docker --service-variant lms enroll_user_in_course -e [email protected] -c course-v1:edX+DemoX+Demo_Course", "delta": "0:00:06.198409", "end": "2017-03-27 13:40:45.839502", "failed": true, "item": {"email": "[email protected]", "hashed_password": "pbkdf2_sha256$20000$TjE34FJjc3vv$0B7GUmH8RwrOc/BvMoxjb5j8EgnWTt3sxorDANeF7Qw=", "is_staff": true, "username": "staff"}, "rc": 1, "start": "2017-03-27 13:40:39.641093", "stderr": "Traceback (most recent call last):\n File \"./manage.py\", line 116, in <module>\n execute_from_command_line([sys.argv[0]] + django_args)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/__init__.py\", line 354, in execute_from_command_line\n utility.execute()\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/__init__.py\", line 346, in execute\n self.fetch_command(subcommand).run_from_argv(self.argv)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/base.py\", line 394, in run_from_argv\n self.execute(*args, **cmd_options)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/base.py\", line 445, in execute\n output = self.handle(*args, **options)\n File \"/edx/app/edxapp/edx-platform/common/djangoapps/enrollment/management/commands/enroll_user_in_course.py\", line 49, in handle\n add_enrollment(user.username, course)\n File \"/edx/app/edxapp/edx-platform/common/djangoapps/enrollment/api.py\", line 195, in add_enrollment\n validate_course_mode(course_id, mode, is_active=is_active)\n File \"/edx/app/edxapp/edx-platform/common/djangoapps/enrollment/api.py\", line 438, in validate_course_mode\n course_enrollment_info = _data_api().get_course_enrollment_info(course_id, include_expired=include_expired)\n File \"/edx/app/edxapp/edx-platform/common/djangoapps/enrollment/data.py\", line 290, in get_course_enrollment_info\n course = CourseOverview.get_from_id(course_key)\n File \"/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/models.py\", line 262, in get_from_id\n course_overview = cls.objects.select_related('image_set').get(id=course_id)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py\", line 328, in get\n num = len(clone)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py\", line 144, in __len__\n self._fetch_all()\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py\", line 965, in _fetch_all\n self._result_cache = list(self.iterator())\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py\", line 238, in iterator\n results = compiler.execute_sql()\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py\", line 840, in execute_sql\n cursor.execute(sql, params)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/utils.py\", line 79, in execute\n return super(CursorDebugWrapper, self).execute(sql, params)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/utils.py\", line 64, in execute\n return self.cursor.execute(sql, params)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/utils.py\", line 98, in __exit__\n six.reraise(dj_exc_type, dj_exc_value, traceback)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/utils.py\", line 64, in execute\n return self.cursor.execute(sql, params)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/mysql/base.py\", line 124, in execute\n return self.cursor.execute(query, args)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/MySQLdb/cursors.py\", line 205, in execute\n self.errorhandler(self, exc, value)\n File \"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/MySQLdb/connections.py\", line 36, in defaulterrorhandler\n raise errorclass, errorvalue\ndjango.db.utils.OperationalError: (1054, \"Unknown column 'course_overviews_courseoverview.marketing_url' in 'field list'\")", "stdout": "", "stdout_lines": [], "warnings": []}
to retry, use: --limit @/edx/app/edx_ansible/edx_ansible/playbooks/edx-east/demo.retry
PLAY RECAP *********************************************************************
127.0.0.1 : ok=31 changed=10 unreachable=0 failed=1
INFO:/edx/app/edx_ansible/edx_ansible/playbooks/callback_plugins/task_timing: import demo course ------------------------------------------------------------- 36.44s
INFO:/edx/app/edx_ansible/edx_ansible/playbooks/callback_plugins/task_timing: enroll test users in the demo course ------------------------------------------- 27.32s
INFO:/edx/app/edx_ansible/edx_ansible/playbooks/callback_plugins/task_timing: create some test users --------------------------------------------------------- 26.93s
INFO:/edx/app/edx_ansible/edx_ansible/playbooks/callback_plugins/task_timing: Install debian packages user role needs ---------------------------------------- 13.73s
INFO:/edx/app/edx_ansible/edx_ansible/playbooks/callback_plugins/task_timing: Install role-independent useful system packages [0] ---------------------------- 13.25s
INFO:/edx/app/edx_ansible/edx_ansible/playbooks/callback_plugins/task_timing: Install role-independent useful system packages from custom PPA ---------------- 13.17s
INFO:/edx/app/edx_ansible/edx_ansible/playbooks/callback_plugins/task_timing: Install ubuntu system packages ------------------------------------------------- 11.85s
INFO:/edx/app/edx_ansible/edx_ansible/playbooks/callback_plugins/task_timing: check out the demo course ------------------------------------------------------- 9.70s
INFO:/edx/app/edx_ansible/edx_ansible/playbooks/callback_plugins/task_timing: pip install virtualenv ---------------------------------------------------------- 8.71s
INFO:/edx/app/edx_ansible/edx_ansible/playbooks/callback_plugins/task_timing: [0] ---------------------------------------------------------------------------- 7.23s
INFO:/edx/app/edx_ansible/edx_ansible/playbooks/callback_plugins/task_timing:
Playbook Deploy demo course finished: 2017-03-27 13:40:45.894606, 60 total tasks. 0:03:07.957870 elapsed.
Applying payment.0016_auto_20170227_1402... OK
Applying reviews.0003_auto_20160802_1358... OK
Creating super-user for ecommerce...
Creating service user and OAuth client for ecommerce...
/edx/app/discovery/venvs/discovery/lib/python3.5/site-packages/six.py:808: RemovedInDjango110Warning: SubfieldBase has been deprecated. Use Field.from_db_value instead.
return meta(name, bases, d)
2017-03-27 13:40:59,189 WARNING 71 [py.warnings] /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages/django/db/models/fields/subclassing.py:22 - /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages/six.py:808: RemovedInDjango110Warning: SubfieldBase has been deprecated. Use Field.from_db_value instead.
return meta(name, bases, d)
/edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/ndg/httpsclient/subj_alt_name.py:22: UserWarning: Error importing pyasn1, subjectAltName check for SSL peer verification will be disabled. Import error is: No module named pyasn1.type
warnings.warn(import_error_msg)
2017-03-27 13:40:59,579 WARNING 94 [py.warnings] /edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/ndg/httpsclient/subj_alt_name.py:22 - /edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/ndg/httpsclient/subj_alt_name.py:22: UserWarning: Error importing pyasn1, subjectAltName check for SSL peer verification will be disabled. Import error is: No module named pyasn1.type
warnings.warn(import_error_msg)
/edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/ndg/httpsclient/ssl_peer_verification.py:25: UserWarning: SubjectAltName support is disabled - check pyasn1 package installation to enable
warnings.warn(SUBJ_ALT_NAME_SUPPORT_MSG)
2017-03-27 13:40:59,581 WARNING 94 [py.warnings] /edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/ndg/httpsclient/ssl_peer_verification.py:25 - /edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/ndg/httpsclient/ssl_peer_verification.py:25: UserWarning: SubjectAltName support is disabled - check pyasn1 package installation to enable
warnings.warn(SUBJ_ALT_NAME_SUPPORT_MSG)
/edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/ndg/httpsclient/subj_alt_name.py:22: UserWarning: Error importing pyasn1, subjectAltName check for SSL peer verification will be disabled. Import error is: No module named pyasn1.type
warnings.warn(import_error_msg)
2017-03-27 13:40:59,587 WARNING 94 [py.warnings] /edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/ndg/httpsclient/subj_alt_name.py:22 - /edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/ndg/httpsclient/subj_alt_name.py:22: UserWarning: Error importing pyasn1, subjectAltName check for SSL peer verification will be disabled. Import error is: No module named pyasn1.type
warnings.warn(import_error_msg)
/edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/ndg/httpsclient/subj_alt_name.py:22: UserWarning: Error importing pyasn1, subjectAltName check for SSL peer verification will be disabled. Import error is: No module named pyasn1.type
warnings.warn(import_error_msg)
2017-03-27 13:40:59,679 WARNING 108 [py.warnings] /edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/ndg/httpsclient/subj_alt_name.py:22 - /edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/ndg/httpsclient/subj_alt_name.py:22: UserWarning: Error importing pyasn1, subjectAltName check for SSL peer verification will be disabled. Import error is: No module named pyasn1.type
warnings.warn(import_error_msg)
/edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/ndg/httpsclient/ssl_peer_verification.py:25: UserWarning: SubjectAltName support is disabled - check pyasn1 package installation to enable
warnings.warn(SUBJ_ALT_NAME_SUPPORT_MSG)
2017-03-27 13:40:59,679 WARNING 108 [py.warnings] /edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/ndg/httpsclient/ssl_peer_verification.py:25 - /edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/ndg/httpsclient/ssl_peer_verification.py:25: UserWarning: SubjectAltName support is disabled - check pyasn1 package installation to enable
warnings.warn(SUBJ_ALT_NAME_SUPPORT_MSG)
/edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/ndg/httpsclient/subj_alt_name.py:22: UserWarning: Error importing pyasn1, subjectAltName check for SSL peer verification will be disabled. Import error is: No module named pyasn1.type
warnings.warn(import_error_msg)
2017-03-27 13:40:59,681 WARNING 108 [py.warnings] /edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/ndg/httpsclient/subj_alt_name.py:22 - /edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/ndg/httpsclient/subj_alt_name.py:22: UserWarning: Error importing pyasn1, subjectAltName check for SSL peer verification will be disabled. Import error is: No module named pyasn1.type
warnings.warn(import_error_msg)
/edx/app/discovery/discovery/course_discovery/urls.py:49: RemovedInDjango110Warning: Support for string view arguments to url() is deprecated and will be removed in Django 1.10 (got django.views.i18n.javascript_catalog). Pass the callable instead.
url(r'^jsi18n/$', 'django.views.i18n.javascript_catalog', name='javascript-catalog'),
2017-03-27 13:40:59,893 WARNING 71 [py.warnings] /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages/django/conf/urls/__init__.py:107 - /edx/app/discovery/discovery/course_discovery/urls.py:49: RemovedInDjango110Warning: Support for string view arguments to url() is deprecated and will be removed in Django 1.10 (got django.views.i18n.javascript_catalog). Pass the callable instead.
url(r'^jsi18n/$', 'django.views.i18n.javascript_catalog', name='javascript-catalog'),
2017-03-27 13:40:59,941 INFO 71 [course_discovery.apps.core.management.commands.create_or_update_partner] /edx/app/discovery/discovery/course_discovery/apps/core/management/commands/create_or_update_partner.py:116 - Partner created with code edx
/edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/ndg/httpsclient/subj_alt_name.py:22: UserWarning: Error importing pyasn1, subjectAltName check for SSL peer verification will be disabled. Import error is: No module named pyasn1.type
warnings.warn(import_error_msg)
2017-03-27 13:41:00,546 WARNING 115 [py.warnings] /edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/ndg/httpsclient/subj_alt_name.py:22 - /edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/ndg/httpsclient/subj_alt_name.py:22: UserWarning: Error importing pyasn1, subjectAltName check for SSL peer verification will be disabled. Import error is: No module named pyasn1.type
warnings.warn(import_error_msg)
/edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/ndg/httpsclient/ssl_peer_verification.py:25: UserWarning: SubjectAltName support is disabled - check pyasn1 package installation to enable
warnings.warn(SUBJ_ALT_NAME_SUPPORT_MSG)
2017-03-27 13:41:00,548 WARNING 115 [py.warnings] /edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/ndg/httpsclient/ssl_peer_verification.py:25 - /edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/ndg/httpsclient/ssl_peer_verification.py:25: UserWarning: SubjectAltName support is disabled - check pyasn1 package installation to enable
warnings.warn(SUBJ_ALT_NAME_SUPPORT_MSG)
/edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/ndg/httpsclient/subj_alt_name.py:22: UserWarning: Error importing pyasn1, subjectAltName check for SSL peer verification will be disabled. Import error is: No module named pyasn1.type
warnings.warn(import_error_msg)
2017-03-27 13:41:00,554 WARNING 115 [py.warnings] /edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/ndg/httpsclient/subj_alt_name.py:22 - /edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/ndg/httpsclient/subj_alt_name.py:22: UserWarning: Error importing pyasn1, subjectAltName check for SSL peer verification will be disabled. Import error is: No module named pyasn1.type
warnings.warn(import_error_msg)
/edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/six.py:808: RemovedInDjango110Warning: SubfieldBase has been deprecated. Use Field.from_db_value instead.
return meta(name, bases, d)
2017-03-27 13:41:00,720 WARNING 94 [py.warnings] /edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/django/db/models/fields/subclassing.py:22 - /edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/six.py:808: RemovedInDjango110Warning: SubfieldBase has been deprecated. Use Field.from_db_value instead.
return meta(name, bases, d)
/edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/six.py:808: RemovedInDjango110Warning: SubfieldBase has been deprecated. Use Field.from_db_value instead.
return meta(name, bases, d)
2017-03-27 13:41:00,735 WARNING 108 [py.warnings] /edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/django/db/models/fields/subclassing.py:22 - /edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/six.py:808: RemovedInDjango110Warning: SubfieldBase has been deprecated. Use Field.from_db_value instead.
return meta(name, bases, d)
Python 2.7.12 (default, Nov 19 2016, 06:48:10)
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.
(InteractiveConsole)
>>> >>> /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages/six.py:808: RemovedInDjango110Warning: SubfieldBase has been deprecated. Use Field.from_db_value instead.
return meta(name, bases, d)
2017-03-27 13:41:01,375 WARNING 81 [py.warnings] /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages/django/db/models/fields/subclassing.py:22 - /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages/six.py:808: RemovedInDjango110Warning: SubfieldBase has been deprecated. Use Field.from_db_value instead.
return meta(name, bases, d)
CommandError: You already have countries in your database. This command currently does not support updating existing countries.
/edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/six.py:808: RemovedInDjango110Warning: SubfieldBase has been deprecated. Use Field.from_db_value instead.
return meta(name, bases, d)
2017-03-27 13:41:01,964 WARNING 115 [py.warnings] /edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/django/db/models/fields/subclassing.py:22 - /edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/six.py:808: RemovedInDjango110Warning: SubfieldBase has been deprecated. Use Field.from_db_value instead.
return meta(name, bases, d)
/edx/app/discovery/discovery/course_discovery/urls.py:49: RemovedInDjango110Warning: Support for string view arguments to url() is deprecated and will be removed in Django 1.10 (got django.views.i18n.javascript_catalog). Pass the callable instead.
url(r'^jsi18n/$', 'django.views.i18n.javascript_catalog', name='javascript-catalog'),
2017-03-27 13:41:02,144 WARNING 81 [py.warnings] /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages/django/conf/urls/__init__.py:107 - /edx/app/discovery/discovery/course_discovery/urls.py:49: RemovedInDjango110Warning: Support for string view arguments to url() is deprecated and will be removed in Django 1.10 (got django.views.i18n.javascript_catalog). Pass the callable instead.
url(r'^jsi18n/$', 'django.views.i18n.javascript_catalog', name='javascript-catalog'),
2017-03-27 13:41:02,180 INFO 81 [course_discovery.apps.course_metadata.management.commands.refresh_course_metadata] /edx/app/discovery/discovery/course_discovery/apps/course_metadata/management/commands/refresh_course_metadata.py:76 - Retrieving access token for partner [None]
2017-03-27 13:41:03,532 INFO 81 [course_discovery.apps.course_metadata.management.commands.refresh_course_metadata] /edx/app/discovery/discovery/course_discovery/apps/course_metadata/management/commands/refresh_course_metadata.py:124 - Command is not using threads to write data.
2017-03-27 13:41:03,534 INFO 81 [course_discovery.apps.course_metadata.data_loaders.api] /edx/app/discovery/discovery/course_discovery/apps/course_metadata/data_loaders/api.py:29 - Refreshing Organizations from http://edx.devstack.edxapp:18000/api/organizations/v0/...
2017-03-27 13:41:03,582 INFO 81 [course_discovery.apps.course_metadata.data_loaders.api] /edx/app/discovery/discovery/course_discovery/apps/course_metadata/data_loaders/api.py:35 - Retrieved 0 organizations...
2017-03-27 13:41:03,583 INFO 81 [course_discovery.apps.course_metadata.data_loaders.api] /edx/app/discovery/discovery/course_discovery/apps/course_metadata/data_loaders/api.py:45 - Retrieved 0 organizations from http://edx.devstack.edxapp:18000/api/organizations/v0/.
2017-03-27 13:41:03,590 INFO 81 [course_discovery.apps.course_metadata.data_loaders.api] /edx/app/discovery/discovery/course_discovery/apps/course_metadata/data_loaders/api.py:74 - Refreshing Courses and CourseRuns from http://edx.devstack.edxapp:18000/api/courses/v1/...
{
"name": "ecommerce",
"url": "http://localhost:18130",
"logout_uri": "http://localhost:18130/logout/",
"redirect_uri": "http://localhost:18130/complete/edx-oidc/",
"client_id": "ecommerce-key",
"user": {
"username": "ecommerce_worker",
"first_name": "",
"last_name": "",
"is_active": true,
"email": "[email protected]",
"is_superuser": false,
"is_staff": true,
"last_login": null,
"password": "!M9I2WXRegdpSxWvfvOY61ceUPEMEhCNrhMM2huV8",
"id": 1,
"date_joined": "2016-12-17T01:36:43.677Z"
},
"client_type": 0,
"client_secret": "ecommerce-secret"
}
2017-03-27 13:41:04,727 ERROR 81 [course_discovery.apps.course_metadata.management.commands.refresh_course_metadata] /edx/app/discovery/discovery/course_discovery/apps/course_metadata/management/commands/refresh_course_metadata.py:28 - CoursesApiDataLoader failed!
Traceback (most recent call last):
File "/edx/app/discovery/discovery/course_discovery/apps/course_metadata/management/commands/refresh_course_metadata.py", line 26, in execute_loader
loader_class(*loader_args, **loader_kwargs).ingest()
File "/edx/app/discovery/discovery/course_discovery/apps/course_metadata/data_loaders/api.py", line 77, in ingest
response = self._make_request(initial_page)
File "/edx/app/discovery/discovery/course_discovery/apps/course_metadata/data_loaders/api.py", line 103, in _make_request
return self.api_client.courses().get(page=page, page_size=self.PAGE_SIZE, username=self.username)
File "/edx/app/discovery/venvs/discovery/lib/python3.5/site-packages/slumber/__init__.py", line 155, in get
resp = self._request("GET", params=kwargs)
File "/edx/app/discovery/venvs/discovery/lib/python3.5/site-packages/slumber/__init__.py", line 103, in _request
raise exceptions.HttpServerError("Server Error %s: %s" % (resp.status_code, url), response=resp, content=resp.content)
slumber.exceptions.HttpServerError: Server Error 500: http://edx.devstack.edxapp:18000/api/courses/v1/courses/
2017-03-27 13:41:04,729 INFO 81 [course_discovery.apps.course_metadata.data_loaders.api] /edx/app/discovery/discovery/course_discovery/apps/course_metadata/data_loaders/api.py:250 - Refreshing course seats from http://edx.devstack.ecommerce:18130/api/v2/...
Found existing user: "ecommerce_worker"
Created new profile for user: "ecommerce_worker"
Adding user "ecommerce_worker" to groups []
Removing user "ecommerce_worker" from groups []
2017-03-27 13:41:05,126 INFO 81 [course_discovery.apps.course_metadata.data_loaders.api] /edx/app/discovery/discovery/course_discovery/apps/course_metadata/data_loaders/api.py:283 - Retrieved 0 course seats...
2017-03-27 13:41:05,126 INFO 81 [course_discovery.apps.course_metadata.data_loaders.api] /edx/app/discovery/discovery/course_discovery/apps/course_metadata/data_loaders/api.py:269 - Retrieved 0 course seats from http://edx.devstack.ecommerce:18130/api/v2/.
Compiling static assets for credentials...
Compiling static assets for discovery...
Compiling static assets for ecommerce...
/edx/app/credentials/credentials/node_modules/.bin/webpack --config webpack.config.js --display-error-details --progress --optimize-minimize
python manage.py update_assets --skip-collect
./node_modules/.bin/r.js -o build.js
fallbackLoader option has been deprecated - replace with "fallback"
loader option has been deprecated - replace with "use"
/edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/ndg/httpsclient/subj_alt_name.py:22: UserWarning: Error importing pyasn1, subjectAltName check for SSL peer verification will be disabled. Import error is: No module named pyasn1.type
warnings.warn(import_error_msg)
2017-03-27 13:41:06,493 WARNING 141 [py.warnings] /edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/ndg/httpsclient/subj_alt_name.py:22 - /edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/ndg/httpsclient/subj_alt_name.py:22: UserWarning: Error importing pyasn1, subjectAltName check for SSL peer verification will be disabled. Import error is: No module named pyasn1.type
warnings.warn(import_error_msg)
/edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/ndg/httpsclient/ssl_peer_verification.py:25: UserWarning: SubjectAltName support is disabled - check pyasn1 package installation to enable
warnings.warn(SUBJ_ALT_NAME_SUPPORT_MSG)
2017-03-27 13:41:06,494 WARNING 141 [py.warnings] /edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/ndg/httpsclient/ssl_peer_verification.py:25 - /edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/ndg/httpsclient/ssl_peer_verification.py:25: UserWarning: SubjectAltName support is disabled - check pyasn1 package installation to enable
warnings.warn(SUBJ_ALT_NAME_SUPPORT_MSG)
/edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/ndg/httpsclient/subj_alt_name.py:22: UserWarning: Error importing pyasn1, subjectAltName check for SSL peer verification will be disabled. Import error is: No module named pyasn1.type
warnings.warn(import_error_msg)
2017-03-27 13:41:06,496 WARNING 141 [py.warnings] /edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/ndg/httpsclient/subj_alt_name.py:22 - /edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/ndg/httpsclient/subj_alt_name.py:22: UserWarning: Error importing pyasn1, subjectAltName check for SSL peer verification will be disabled. Import error is: No module named pyasn1.type
warnings.warn(import_error_msg)
---> pavelib.assets.update_assets
---> pavelib.prereqs.install_node_prereqs
Node prereqs unchanged, skipping...
xmodule_assets common/static/xmodule
10% building modules 2/3 modules 1 active ...ials/credentials/static/js/sharing.jsError: Error: ENOTEMPTY: directory not empty, rmdir '/edx/app/discovery/discovery/course_discovery/static/build/bower_components/bi-app-sass/bi-app'
at Error (native)
Makefile:16: recipe for target 'static' failed
make: *** [static] Error 1
/edx/app/discovery/venvs/discovery/lib/python3.5/site-packages/six.py:808: RemovedInDjango110Warning: SubfieldBase has been deprecated. Use Field.from_db_value instead.
return meta(name, bases, d)
2017-03-27 13:41:07,042 WARNING 91 [py.warnings] /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages/django/db/models/fields/subclassing.py:22 - /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages/six.py:808: RemovedInDjango110Warning: SubfieldBase has been deprecated. Use Field.from_db_value instead.
return meta(name, bases, d)
/edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/six.py:808: RemovedInDjango110Warning: SubfieldBase has been deprecated. Use Field.from_db_value instead.
return meta(name, bases, d)
2017-03-27 13:41:07,138 WARNING 141 [py.warnings] /edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/django/db/models/fields/subclassing.py:22 - /edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/six.py:808: RemovedInDjango110Warning: SubfieldBase has been deprecated. Use Field.from_db_value instead.
return meta(name, bases, d)
10% building modules 2/5 modules 3 active ...credentials/static/sass/main-ltr.scssSass compilation started.
2017-03-27 13:41:07,345 INFO 141 [ecommerce.theming.management.commands.update_assets] /edx/app/ecommerce/ecommerce/ecommerce/theming/management/commands/update_assets.py:142 - Sass compilation started.
Skipping theme sass compilation as theming is disabled.
2017-03-27 13:41:07,345 INFO 141 [ecommerce.theming.management.commands.update_assets] /edx/app/ecommerce/ecommerce/ecommerce/theming/management/commands/update_assets.py:149 - Skipping theme sass compilation as theming is disabled.
/edx/app/discovery/discovery/course_discovery/urls.py:49: RemovedInDjango110Warning: Support for string view arguments to url() is deprecated and will be removed in Django 1.10 (got django.views.i18n.javascript_catalog). Pass the callable instead.
url(r'^jsi18n/$', 'django.views.i18n.javascript_catalog', name='javascript-catalog'),
2017-03-27 13:41:07,813 WARNING 91 [py.warnings] /edx/app/discovery/venvs/discovery/lib/python3.5/site-packages/django/conf/urls/__init__.py:107 - /edx/app/discovery/discovery/course_discovery/urls.py:49: RemovedInDjango110Warning: Support for string view arguments to url() is deprecated and will be removed in Django 1.10 (got django.views.i18n.javascript_catalog). Pass the callable instead.
url(r'^jsi18n/$', 'django.views.i18n.javascript_catalog', name='javascript-catalog'),
Sass compilation completed.
2017-03-27 13:41:08,045 INFO 141 [ecommerce.theming.management.commands.update_assets] /edx/app/ecommerce/ecommerce/ecommerce/theming/management/commands/update_assets.py:161 - Sass compilation completed.
>> ecommerce/static/sass/base -> ecommerce/static/css/base in 0:00:00.699936s
2017-03-27 13:41:08,045 INFO 141 [ecommerce.theming.management.commands.update_assets] /edx/app/ecommerce/ecommerce/ecommerce/theming/management/commands/update_assets.py:164 - >> ecommerce/static/sass/base -> ecommerce/static/css/base in 0:00:00.699936s
2017-03-27 13:41:08,046 INFO 141 [ecommerce.theming.management.commands.update_assets] /edx/app/ecommerce/ecommerce/ecommerce/theming/management/commands/update_assets.py:165 -
10% building modules 2/7 modules 5 active ...ode_modules/style-loader/addStyles.js./node_modules/.bin/r.js -o build.js
10% building modules 3/7 modules 4 active ...ode_modules/style-loader/addStyles.js(node:79) DeprecationWarning: loaderUtils.parseQuery() received a non-string value which can be problematic, see https://github.com/webpack/loader-utils/issues/56
parseQuery() will be replaced with getOptions() in the next major version of loader-utils.
2017-03-27 13:41:08,607 INFO 91 [course_discovery.apps.core.utils] /edx/app/discovery/discovery/course_discovery/apps/core/utils.py:49 - ...index [catalog_20170327_134107] created.
Indexing 0 courses
Indexing 0 course runs
Indexing 0 programs
10% building modules 4/7 modules 3 active ...ode_modules/style-loader/addStyles.jsError: Error: ENOTEMPTY: directory not empty, rmdir '/edx/app/ecommerce/ecommerce/ecommerce/static/build/bower_components/backbone'
at Error (native)
Makefile:86: recipe for target 'static' failed
make: *** [static] Error 1
10% building modules 5/7 modules 2 active ...credentials/static/sass/main-rtl.scssWARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_settings.scss:34
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_settings.scss:34
WARNING: [Bourbon] [Deprecation] `hyphens` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_hyphens.scss:2, in mixin `hyphens`
node_modules/edx-pattern-library/pattern-library/sass/global/_helpers.scss:46
WARNING: [Bourbon] [Deprecation] `hyphens` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_hyphens.scss:2, in mixin `hyphens`
node_modules/edx-pattern-library/pattern-library/sass/global/_helpers.scss:46
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/global/_helpers.scss:117
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/global/_helpers.scss:117
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_helpers.scss:124
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_helpers.scss:124
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_helpers.scss:156
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_helpers.scss:156
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/global/_reset.scss:43
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/global/_reset.scss:43
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/global/_reset.scss:51
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/global/_reset.scss:51
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/global/_reset.scss:142
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/global/_reset.scss:142
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/global/_reset.scss:146
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/global/_reset.scss:146
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/global/_reset.scss:150
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/global/_reset.scss:150
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/global/_reset.scss:154
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/global/_reset.scss:154
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/global/_reset.scss:158
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/global/_reset.scss:158
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/global/_reset.scss:162
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/global/_reset.scss:162
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_buttons.scss:31
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_buttons.scss:31
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_buttons.scss:32
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_buttons.scss:32
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_buttons.scss:33
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_buttons.scss:33
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_buttons.scss:35
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_buttons.scss:35
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_buttons.scss:36
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_buttons.scss:36
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_buttons.scss:37
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_buttons.scss:37
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_buttons.scss:39
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_buttons.scss:39
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_buttons.scss:40
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_buttons.scss:40
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_buttons.scss:41
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_buttons.scss:41
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_buttons.scss:110
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_buttons.scss:110
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_buttons.scss:139
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_buttons.scss:139
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:37
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:39
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:37
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:39
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:89
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:90
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:97
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:89
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:98
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:90
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:105
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:106
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:97
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:113
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:114
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:121
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:98
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:122
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:105
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:129
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:106
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:130
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:141
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:142
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:113
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:50, in function `letter-spacing`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:146
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:114
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:155
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:121
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:122
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:156
WARNING: WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.[Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:129
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:50, in function `letter-spacing`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:160
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:130
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:141
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:142
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:50, in function `letter-spacing`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:146
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:155
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:156
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_copy.scss:55
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_copy.scss:62
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:50, in function `letter-spacing`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:160WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_copy.scss:68
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_copy.scss:75
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_copy.scss:81
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_copy.scss:88
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_copy.scss:94
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_copy.scss:101
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_copy.scss:107
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_copy.scss:114
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:24
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:25
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_copy.scss:55
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:26WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_copy.scss:62
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:27
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_copy.scss:68
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:34
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:37
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_copy.scss:75
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_copy.scss:81
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_copy.scss:88
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_copy.scss:94
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:40
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:42
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_copy.scss:101
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:45
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_copy.scss:107
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:45
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_copy.scss:114
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:24
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:71
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:25
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:26
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING:
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:88
[Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:27
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:34
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:119WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:37
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:40
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:42
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:45
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:45
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:179
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:71
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:193
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:88
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:247
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:119
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:251
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:255
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:179
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:259
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:193
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:247
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:251
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:83
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:87
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:88
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:255
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:92
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:259
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:99
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:107
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:111
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:112
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:116
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:123
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:83
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:124
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:87
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:125
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:88
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING:
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:92
[Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:134
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:99
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:107
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:111
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:135
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:112
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:116
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:123
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:150
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:124
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:156
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:125
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:161
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:134
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:135
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:168
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:150
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:178, in mixin `@content`
node_modules/bi-app-sass/bi-app/_mixins.scss:286, in mixin `ltr`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:173
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:156
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:180, in mixin `@content`
node_modules/bi-app-sass/bi-app/_mixins.scss:286, in mixin `ltr`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:173
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:161
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:113, in function `input-width`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:206
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:168
WARNING: [Bourbon] [Deprecation] `placeholder` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_placeholder.scss:2, in mixin `placeholder`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:212
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:190, in mixin `@content`
node_modules/bi-app-sass/bi-app/_mixins.scss:292, in mixin `rtl`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:185
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:192, in mixin `@content`
node_modules/bi-app-sass/bi-app/_mixins.scss:292, in mixin `rtl`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:185
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:113, in function `input-width`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:206
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:213
WARNING: [Bourbon] [Deprecation] `placeholder` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_placeholder.scss:2, in mixin `placeholder`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:212
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:215
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:218
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:213
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:215
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:218
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:278
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:317
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:318
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:321
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:278
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:343
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:349
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:351
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:317
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:352
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:318
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:377
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:321
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:385
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:343
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:349
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:387
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:351
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:352
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:81, in mixin `input-checkbox`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:396
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:377
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:82, in mixin `input-checkbox`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:396
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:385
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:66, in mixin `input-radio`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:408
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:387
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:67, in mixin `input-radio`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:408
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:81, in mixin `input-checkbox`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:396
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:82, in mixin `input-checkbox`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:396
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:464
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:66, in mixin `input-radio`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:408
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:484
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:67, in mixin `input-radio`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:408
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:28, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:492
WARNING: [Bourbon] [Deprecation] `transform-origin` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transform.scss:9, in mixin `transform-origin`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:29, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:492
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:464
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:31, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:492
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:484
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:45, in mixin `input-thumb`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:497
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:28, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:492
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:46, in mixin `input-thumb`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:497
WARNING: [Bourbon] [Deprecation] `transform-origin` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transform.scss:9, in mixin `transform-origin`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:29, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:492
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:31, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:492
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:28, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:502
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:45, in mixin `input-thumb`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:497
WARNING: [Bourbon] [Deprecation] `transform-origin` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:46, in mixin `input-thumb`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:497
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transform.scss:9, in mixin `transform-origin`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:29, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:502
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:28, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:502
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:31, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:502
WARNING: [Bourbon] [Deprecation] `transform-origin` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transform.scss:9, in mixin `transform-origin`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:29, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:502
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:31, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:502
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:45, in mixin `input-thumb`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:507
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:45, in mixin `input-thumb`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:507
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:46, in mixin `input-thumb`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:507
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:46, in mixin `input-thumb`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:507
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:28, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:513
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:28, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:513
WARNING: [Bourbon] [Deprecation] `transform-origin` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transform.scss:9, in mixin `transform-origin`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:29, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:513
WARNING: [Bourbon] [Deprecation] `transform-origin` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transform.scss:9, in mixin `transform-origin`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:29, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:513
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:31, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:513
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:31, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:513
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:28, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:518
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:28, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:518
WARNING: [Bourbon] [Deprecation] `transform-origin` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transform.scss:9, in mixin `transform-origin`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:29, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:518
WARNING: [Bourbon] [Deprecation] `transform-origin` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transform.scss:9, in mixin `transform-origin`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:29, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:518
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:31, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:518
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:31, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:518
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:523
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:45, in mixin `input-thumb`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:531
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:523
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:45, in mixin `input-thumb`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:531
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:46, in mixin `input-thumb`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:531
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:46, in mixin `input-thumb`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:531
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:54, in mixin `input-thumb-hover`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:544
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:54, in mixin `input-thumb-hover`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:544
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:55, in mixin `input-thumb-hover`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:544
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING:
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:55, in mixin `input-thumb-hover`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:544
[Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:54, in mixin `input-thumb-hover`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:552
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:54, in mixin `input-thumb-hover`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:552
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:55, in mixin `input-thumb-hover`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:552
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:55, in mixin `input-thumb-hover`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:552
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:54, in mixin `input-thumb-hover`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:570
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:54, in mixin `input-thumb-hover`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:570
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:55, in mixin `input-thumb-hover`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:570
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:55, in mixin `input-thumb-hover`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:570
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:580
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:580
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:28, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:590
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:28, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:590
WARNING: [Bourbon] [Deprecation] `transform-origin` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transform.scss:9, in mixin `transform-origin`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:29, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:590
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:31, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:590
WARNING: [Bourbon] [Deprecation] `transform-origin` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transform.scss:9, in mixin `transform-origin`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:29, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:590
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:60, in mixin `input-progress-complete`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:594
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:31, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:590
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:60, in mixin `input-progress-complete`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:598
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:60, in mixin `input-progress-complete`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:594
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:28, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:602
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:60, in mixin `input-progress-complete`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:598
WARNING: [Bourbon] [Deprecation] `transform-origin` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transform.scss:9, in mixin `transform-origin`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:29, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:602
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:28, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:602
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:31, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:602
WARNING: [Bourbon] [Deprecation] `transform-origin` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transform.scss:9, in mixin `transform-origin`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:29, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:602
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:60, in mixin `input-progress-complete`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:606
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:31, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:602
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:60, in mixin `input-progress-complete`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:606
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
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=devstack_docker compile_sass lms
Skipping theme asset compilation: enable theming to process themed assets
---> pavelib.assets.compile_sass
Started compiling Sass:
Finished compiling 'common' sass.
Started compiling 'lms' Sass for 'system'.
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_depth.scss:54
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_depth.scss:54
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_depth.scss:59
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_depth.scss:59
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_depth.scss:64
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_depth.scss:64
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_tables.scss:17
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_tables.scss:17
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_tables.scss:18
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_tables.scss:18
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_tables.scss:19
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_tables.scss:19
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_tables.scss:41
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_tables.scss:158
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:18
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:20
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:65
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:65
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:67
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:67
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:82, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:52, in mixin `susy-media`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:74
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:45, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:52, in mixin `susy-media`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:42, in mixin `alert-message`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:88
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:45, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:52, in mixin `susy-media`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:42, in mixin `alert-message`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:92
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:101, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:52, in mixin `susy-media`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:99
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:111, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:52, in mixin `susy-media`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:109
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:32, in mixin `alert`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:134
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:32, in mixin `alert`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:139
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:32, in mixin `alert`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:144
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:32, in mixin `alert`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:149
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
credentials/static/sass/_utilities.scss:35
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
credentials/static/sass/_utilities.scss:40
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
credentials/static/sass/_components.scss:48, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_components.scss:47
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
credentials/static/sass/_components.scss:57, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_components.scss:56
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_components.scss:66
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_components.scss:66
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_components.scss:73
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_components.scss:73
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
credentials/static/sass/_components.scss:75
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_components.scss:93
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_components.scss:143
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_components.scss:166
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
credentials/static/sass/_components-rendering.scss:24
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
credentials/static/sass/_components-rendering.scss:29, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_components-rendering.scss:27
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
credentials/static/sass/_components-rendering.scss:35
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
credentials/static/sass/_components-rendering.scss:38, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_components-rendering.scss:37
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
credentials/static/sass/_components-rendering.scss:48
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_components-rendering.scss:74
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_components-rendering.scss:83, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_components-rendering.scss:76
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_components-rendering.scss:91
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_components-rendering.scss:100, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_components-rendering.scss:93
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
credentials/static/sass/_components-rendering.scss:116, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_components-rendering.scss:115
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
credentials/static/sass/_components-rendering.scss:127, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_components-rendering.scss:126
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
credentials/static/sass/_components-rendering.scss:135, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_components-rendering.scss:134
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_components-rendering.scss:149
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
credentials/static/sass/_components-rendering.scss:158
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_components-rendering.scss:172
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts.scss:18
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts.scss:66
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_depth.scss:54
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_depth.scss:54
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_depth.scss:59
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_depth.scss:59
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_depth.scss:64
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_depth.scss:64
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_tables.scss:17
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_tables.scss:17
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_tables.scss:18
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_tables.scss:18
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_tables.scss:19
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_tables.scss:19
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_tables.scss:41
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_layouts.scss:103
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_tables.scss:158
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:18
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:20
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:65
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:65
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:67
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:67
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:82, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:52, in mixin `susy-media`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:74
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:45, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:52, in mixin `susy-media`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:42, in mixin `alert-message`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:88
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_layouts.scss:107, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_layouts.scss:105
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts.scss:114
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_layouts.scss:114
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:45, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:52, in mixin `susy-media`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:42, in mixin `alert-message`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:92
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:101, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:52, in mixin `susy-media`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:99
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:111, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:52, in mixin `susy-media`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:109
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:32, in mixin `alert`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:134
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:32, in mixin `alert`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:139
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:32, in mixin `alert`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:144
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:32, in mixin `alert`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:149
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts.scss:118, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_layouts.scss:116
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_layouts.scss:118, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_layouts.scss:116
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
credentials/static/sass/_utilities.scss:35
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
credentials/static/sass/_utilities.scss:40
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
credentials/static/sass/_components.scss:48, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_components.scss:47
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
credentials/static/sass/_components.scss:57, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_components.scss:56
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_components.scss:66
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_components.scss:66
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_components.scss:73
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_components.scss:73
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
credentials/static/sass/_components.scss:75
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_components.scss:93
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_components.scss:143
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_components.scss:166
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
credentials/static/sass/_components-rendering.scss:24
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
credentials/static/sass/_components-rendering.scss:29, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_components-rendering.scss:27
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
credentials/static/sass/_components-rendering.scss:35
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
credentials/static/sass/_components-rendering.scss:38, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_components-rendering.scss:37
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
credentials/static/sass/_components-rendering.scss:48
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_components-rendering.scss:74
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
credentials/static/sass/_layouts.scss:142
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts.scss:143
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_layouts.scss:143
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts.scss:147, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_layouts.scss:145
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_layouts.scss:147, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_layouts.scss:145
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts.scss:154
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_components-rendering.scss:83, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_components-rendering.scss:76
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_components-rendering.scss:91
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_components-rendering.scss:100, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_components-rendering.scss:93
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
credentials/static/sass/_components-rendering.scss:116, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_components-rendering.scss:115
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
credentials/static/sass/_components-rendering.scss:127, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_components-rendering.scss:126
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
credentials/static/sass/_components-rendering.scss:135, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_components-rendering.scss:134
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_components-rendering.scss:149
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
credentials/static/sass/_components-rendering.scss:158
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_components-rendering.scss:172
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts.scss:18
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts.scss:66
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:48
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:49
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:86
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:87
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:97, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_layouts-rendering.scss:90
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_layouts.scss:103
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_layouts.scss:107, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_layouts.scss:105
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts.scss:114
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_layouts.scss:114
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts.scss:118, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_layouts.scss:116
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_layouts.scss:118, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_layouts.scss:116
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:106
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:107
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:109
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:115, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_layouts-rendering.scss:111
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:116, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_layouts-rendering.scss:111
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:126
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:132
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
credentials/static/sass/_layouts.scss:142
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts.scss:143
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_layouts.scss:143
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts.scss:147, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_layouts.scss:145
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_layouts.scss:147, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_layouts.scss:145
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts.scss:154
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:48
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:49
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:160
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:167
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:86
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:87
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:179, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_layouts-rendering.scss:174
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:184
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:97, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_layouts-rendering.scss:90
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:106
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:107
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:109
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:199
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:115, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_layouts-rendering.scss:111
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:116, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_layouts-rendering.scss:111
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:126
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:132
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print.scss:41
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print.scss:74
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print.scss:74
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print.scss:74
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print.scss:123
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
credentials/static/sass/_print.scss:124
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print.scss:129
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
credentials/static/sass/_print.scss:130
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
credentials/static/sass/_print.scss:135
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print-rendering.scss:20
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_print-rendering.scss:20
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print-rendering.scss:29
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print-rendering.scss:38
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print-rendering.scss:39
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print-rendering.scss:52
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print-rendering.scss:70
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print-rendering.scss:138
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
credentials/static/sass/_print-rendering.scss:152
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
credentials/static/sass/_print-rendering.scss:160
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
credentials/static/sass/_print-rendering.scss:166
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:160
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:167
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:179, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_layouts-rendering.scss:174
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:184
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:199
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print.scss:41
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print.scss:74
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print.scss:74
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print.scss:74
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print.scss:123
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
credentials/static/sass/_print.scss:124
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print.scss:129
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
credentials/static/sass/_print.scss:130
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
credentials/static/sass/_print.scss:135
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print-rendering.scss:20
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_print-rendering.scss:20
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print-rendering.scss:29
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print-rendering.scss:38
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print-rendering.scss:39
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print-rendering.scss:52
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print-rendering.scss:70
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print-rendering.scss:138
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
credentials/static/sass/_print-rendering.scss:152
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
credentials/static/sass/_print-rendering.scss:160
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
credentials/static/sass/_print-rendering.scss:166
26% building modules 141/143 modules 2 active ...credentials/static/sass/main-rtl.scssWARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_settings.scss:34
WARNING: [Bourbon] [Deprecation] `hyphens` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_hyphens.scss:2, in mixin `hyphens`
node_modules/edx-pattern-library/pattern-library/sass/global/_helpers.scss:46
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/global/_helpers.scss:117
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_helpers.scss:124
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_helpers.scss:156
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/global/_reset.scss:43
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/global/_reset.scss:51
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/global/_reset.scss:142
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/global/_reset.scss:146
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/global/_reset.scss:150
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/global/_reset.scss:154
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/global/_reset.scss:158
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/global/_reset.scss:162
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_buttons.scss:31
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_buttons.scss:32
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_buttons.scss:33
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_buttons.scss:35
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_buttons.scss:36
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_buttons.scss:37
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_buttons.scss:39
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_buttons.scss:40
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_buttons.scss:41
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_buttons.scss:110
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_buttons.scss:139
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:37
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:39
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:89
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:90
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:97
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:98
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:105
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:106
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:113
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:114
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:121
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:122
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:129
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:130
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:141
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:142
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:50, in function `letter-spacing`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:146
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:155
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:156
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:50, in function `letter-spacing`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:160
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_copy.scss:55
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_copy.scss:62
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_copy.scss:68
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_copy.scss:75
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_copy.scss:81
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_copy.scss:88
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_copy.scss:94
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_copy.scss:101
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_copy.scss:107
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_copy.scss:114
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:24
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:25
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:26
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:27
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:34
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:37
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:40
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:42
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:45
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:45
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:71
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:88
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:119
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:179
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:193
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:247
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:251
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:255
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:259
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_settings.scss:34
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:83
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:87
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:88
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:92
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:99
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:107
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:111
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:112
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:116
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:123
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:124
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:125
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:134
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:135
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:150
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:156
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:161
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:168
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:190, in mixin `@content`
node_modules/bi-app-sass/bi-app/_mixins.scss:292, in mixin `rtl`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:185
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:192, in mixin `@content`
node_modules/bi-app-sass/bi-app/_mixins.scss:292, in mixin `rtl`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:185
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:113, in function `input-width`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:206
WARNING: [Bourbon] [Deprecation] `placeholder` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_placeholder.scss:2, in mixin `placeholder`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:212
WARNING: [Bourbon] [Deprecation] `hyphens` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_hyphens.scss:2, in mixin `hyphens`
node_modules/edx-pattern-library/pattern-library/sass/global/_helpers.scss:46
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/global/_helpers.scss:117
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_helpers.scss:124
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_helpers.scss:156
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:213
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:215
WARNING: WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/global/_reset.scss:43
[Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:218
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/global/_reset.scss:51
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/global/_reset.scss:142
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/global/_reset.scss:146
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/global/_reset.scss:150
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:278
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/global/_reset.scss:154
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/global/_reset.scss:158
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:317
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/global/_reset.scss:162
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:318
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_buttons.scss:31
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:321
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_buttons.scss:32
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_buttons.scss:33
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_buttons.scss:35
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:343
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_buttons.scss:36
WARNING: WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.[Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_buttons.scss:37
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:349
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_buttons.scss:39
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_buttons.scss:40
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_buttons.scss:41
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:351
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:352
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:377
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:385
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_buttons.scss:110
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:387
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_buttons.scss:139
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:81, in mixin `input-checkbox`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:396
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:82, in mixin `input-checkbox`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:396
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:66, in mixin `input-radio`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:408
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:67, in mixin `input-radio`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:408WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:37
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:39
WARNING: WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.[Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:89
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:464
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:90
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:97
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:484WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:98
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:105
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:106
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:28, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:492
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:113
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:114
WARNING: [Bourbon] [Deprecation] `transform-origin` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transform.scss:9, in mixin `transform-origin`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:29, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:492
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:121
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:122
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:129
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:31, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:492
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:130
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:45, in mixin `input-thumb`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:497
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:141
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:142
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:50, in function `letter-spacing`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:146
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:155
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:46, in mixin `input-thumb`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:497
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:156
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:50, in function `letter-spacing`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_headings.scss:160
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:28, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:502
WARNING: [Bourbon] [Deprecation] `transform-origin` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transform.scss:9, in mixin `transform-origin`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:29, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:502
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:31, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:502
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_copy.scss:55
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:45, in mixin `input-thumb`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:507
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_copy.scss:62
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_copy.scss:68
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:46, in mixin `input-thumb`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:507
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_copy.scss:75
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_copy.scss:81
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_copy.scss:88
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_copy.scss:94
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:28, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:513
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_copy.scss:101
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING: [Bourbon] [Deprecation] `transform-origin` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_copy.scss:107
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transform.scss:9, in mixin `transform-origin`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:29, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:513
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_copy.scss:114
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:31, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:513
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:24
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:25
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:28, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:518
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:26
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:27
WARNING: [Bourbon] [Deprecation] `transform-origin` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transform.scss:9, in mixin `transform-origin`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:29, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:518
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:34
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:31, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:518
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:37
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:523
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:40WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:45, in mixin `input-thumb`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:531
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:42
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:46, in mixin `input-thumb`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:531
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:45
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:54, in mixin `input-thumb-hover`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:544
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:45
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:55, in mixin `input-thumb-hover`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:544
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:54, in mixin `input-thumb-hover`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:552
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:71
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:55, in mixin `input-thumb-hover`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:552
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:88
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:54, in mixin `input-thumb-hover`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:570
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:119
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:55, in mixin `input-thumb-hover`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:570
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:580
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:28, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:590
WARNING: [Bourbon] [Deprecation] `transform-origin` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transform.scss:9, in mixin `transform-origin`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:29, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:590
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:31, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:590
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:179
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:60, in mixin `input-progress-complete`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:594
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:193
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:60, in mixin `input-progress-complete`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:598
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.WARNING:
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:247
[Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:28, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:602
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:251
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.WARNING: [Bourbon] [Deprecation] `transform-origin` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:255
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transform.scss:9, in mixin `transform-origin`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:29, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:602
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:31, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:602
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_lists.scss:259
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:60, in mixin `input-progress-complete`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:606
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:83
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:87
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:88
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:92
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:99
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:107
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:111
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:112
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:116
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:123
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:124
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:125
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:134
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:135
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:150
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:156
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:161
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:168
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:178, in mixin `@content`
node_modules/bi-app-sass/bi-app/_mixins.scss:286, in mixin `ltr`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:173
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:180, in mixin `@content`
node_modules/bi-app-sass/bi-app/_mixins.scss:286, in mixin `ltr`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:173
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:113, in function `input-width`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:206
WARNING: [Bourbon] [Deprecation] `placeholder` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_placeholder.scss:2, in mixin `placeholder`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:212
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:213
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:215
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:218
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:278
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:317
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:318
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:321
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:343
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:349
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:351
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:352
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:377
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:385
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:387
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:81, in mixin `input-checkbox`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:396
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:82, in mixin `input-checkbox`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:396
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:66, in mixin `input-radio`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:408
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:67, in mixin `input-radio`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:408
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:464
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:484
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:28, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:492
WARNING: [Bourbon] [Deprecation] `transform-origin` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transform.scss:9, in mixin `transform-origin`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:29, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:492
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:31, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:492
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:45, in mixin `input-thumb`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:497
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:46, in mixin `input-thumb`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:497
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:28, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:502
WARNING: [Bourbon] [Deprecation] `transform-origin` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transform.scss:9, in mixin `transform-origin`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:29, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:502
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:31, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:502
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:45, in mixin `input-thumb`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:507
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:46, in mixin `input-thumb`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:507
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:28, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:513
WARNING: [Bourbon] [Deprecation] `transform-origin` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transform.scss:9, in mixin `transform-origin`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:29, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:513
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:31, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:513
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:28, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:518
WARNING: [Bourbon] [Deprecation] `transform-origin` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transform.scss:9, in mixin `transform-origin`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:29, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:518
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:31, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:518
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:523
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:45, in mixin `input-thumb`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:531
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:46, in mixin `input-thumb`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:531
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:54, in mixin `input-thumb-hover`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:544
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:55, in mixin `input-thumb-hover`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:544
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:54, in mixin `input-thumb-hover`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:552
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:55, in mixin `input-thumb-hover`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:552
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:54, in mixin `input-thumb-hover`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:570
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:55, in mixin `input-thumb-hover`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:570
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:580
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:28, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:590
WARNING: [Bourbon] [Deprecation] `transform-origin` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transform.scss:9, in mixin `transform-origin`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:29, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:590
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:31, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:590
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:60, in mixin `input-progress-complete`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:594
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:60, in mixin `input-progress-complete`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:598
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:28, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:602
WARNING: [Bourbon] [Deprecation] `transform-origin` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transform.scss:9, in mixin `transform-origin`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:29, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:602
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:31, in mixin `input-track`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:602
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:10, in mixin `-bourbon-deprecate`
node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss:17, in mixin `-bourbon-deprecate-for-prefixing`
node_modules/bourbon/app/assets/stylesheets/css3/_transition.scss:7, in mixin `transition`
node_modules/edx-pattern-library/pattern-library/sass/global/_mixins.scss:60, in mixin `input-progress-complete`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_forms.scss:606
Finished compiling 'lms' Sass for 'system'.
Finished compiling Sass:
>> common/static/sass -> common/static/css in 0:00:00.003208s
>> lms/static/sass -> lms/static/css in 0:00:17.767786s
>> lms/static/certificates/sass -> lms/static/certificates/css in 0:00:00.912199s
Successful compilations:
--- "common" sass files.
--- lms sass for system.
python manage.py cms --settings=devstack_docker compile_sass cms
/edx/app/edxapp/edx-platform/openedx/core/djangoapps/crawlers/models.py:10: RemovedInDjango19Warning: Model class openedx.core.djangoapps.crawlers.models.CrawlersConfig 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 CrawlersConfig(ConfigurationModel):
2017-03-27 09:41:43,151 WARNING 2859 [py.warnings] base.py:116 - /edx/app/edxapp/edx-platform/openedx/core/djangoapps/crawlers/models.py:10: RemovedInDjango19Warning: Model class openedx.core.djangoapps.crawlers.models.CrawlersConfig 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 CrawlersConfig(ConfigurationModel):
/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-03-27 09:41:44,539 WARNING 2859 [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-03-27 09:41:44,542 WARNING 2859 [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-03-27 09:41:44,544 WARNING 2859 [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-03-27 09:41:44,546 WARNING 2859 [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):
/edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/models.py:10: RemovedInDjango19Warning: Model class openedx.core.djangoapps.programs.models.ProgramsApiConfig 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 ProgramsApiConfig(ConfigurationModel):
2017-03-27 09:41:44,718 WARNING 2859 [py.warnings] base.py:116 - /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/models.py:10: RemovedInDjango19Warning: Model class openedx.core.djangoapps.programs.models.ProgramsApiConfig 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 ProgramsApiConfig(ConfigurationModel):
Skipping theme asset compilation: enable theming to process themed assets
---> pavelib.assets.compile_sass
Started compiling Sass:
Finished compiling 'common' sass.
Started compiling 'cms' Sass for 'system'.
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_depth.scss:54
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_depth.scss:54
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_depth.scss:59
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_depth.scss:59
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_depth.scss:64
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_depth.scss:64
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_tables.scss:17
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_tables.scss:17
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_tables.scss:18
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_tables.scss:18
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_tables.scss:19
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_tables.scss:19
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_tables.scss:41
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_tables.scss:158
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:18
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:20
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:65
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:65
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:67
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:67
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:82, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:52, in mixin `susy-media`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:74
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:45, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:52, in mixin `susy-media`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:42, in mixin `alert-message`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:88
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:45, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:52, in mixin `susy-media`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:42, in mixin `alert-message`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:92
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:101, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:52, in mixin `susy-media`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:99
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:111, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:52, in mixin `susy-media`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:109
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:32, in mixin `alert`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:134
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:32, in mixin `alert`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:139
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:32, in mixin `alert`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:144
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:32, in mixin `alert`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:149
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
credentials/static/sass/_utilities.scss:35
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
credentials/static/sass/_utilities.scss:40
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
credentials/static/sass/_components.scss:48, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_components.scss:47
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
credentials/static/sass/_components.scss:57, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_components.scss:56
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_components.scss:66
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_components.scss:66
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_components.scss:73
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_components.scss:73
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
credentials/static/sass/_components.scss:75
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_components.scss:93
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_components.scss:143
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_components.scss:166
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
credentials/static/sass/_components-rendering.scss:24
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
credentials/static/sass/_components-rendering.scss:29, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_components-rendering.scss:27
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
credentials/static/sass/_components-rendering.scss:35
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
credentials/static/sass/_components-rendering.scss:38, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_components-rendering.scss:37
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
credentials/static/sass/_components-rendering.scss:48
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_components-rendering.scss:74
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_components-rendering.scss:83, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_components-rendering.scss:76
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_components-rendering.scss:91
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_components-rendering.scss:100, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_components-rendering.scss:93
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
credentials/static/sass/_components-rendering.scss:116, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_components-rendering.scss:115
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
credentials/static/sass/_components-rendering.scss:127, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_components-rendering.scss:126
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
credentials/static/sass/_components-rendering.scss:135, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_components-rendering.scss:134
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_components-rendering.scss:149
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
credentials/static/sass/_components-rendering.scss:158
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_components-rendering.scss:172
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts.scss:18
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts.scss:66
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_layouts.scss:103
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_layouts.scss:107, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_layouts.scss:105
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts.scss:114
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_layouts.scss:114
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts.scss:118, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_layouts.scss:116
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_layouts.scss:118, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_layouts.scss:116
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
credentials/static/sass/_layouts.scss:142
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts.scss:143
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_layouts.scss:143
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts.scss:147, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_layouts.scss:145
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_layouts.scss:147, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_layouts.scss:145
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts.scss:154
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:48
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:49
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:86
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:87
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:97, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_layouts-rendering.scss:90
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:106
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:107
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:109
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:115, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_layouts-rendering.scss:111
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:116, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_layouts-rendering.scss:111
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:126
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:132
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:160
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:167
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:179, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_layouts-rendering.scss:174
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:184
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_depth.scss:54
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_depth.scss:54
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_depth.scss:59
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_depth.scss:59
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_depth.scss:64
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_depth.scss:64
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_tables.scss:17
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_tables.scss:17
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_tables.scss:18
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_tables.scss:18
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_tables.scss:19
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_tables.scss:19
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_tables.scss:41
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_tables.scss:158
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:18
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:20
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:65
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:65
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:67
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:67
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:82, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:52, in mixin `susy-media`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:74
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:45, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:52, in mixin `susy-media`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:42, in mixin `alert-message`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:88
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:45, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:52, in mixin `susy-media`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:42, in mixin `alert-message`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:92
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:101, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:52, in mixin `susy-media`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:99
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:111, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:52, in mixin `susy-media`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:109
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:32, in mixin `alert`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:134
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:32, in mixin `alert`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:139
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:32, in mixin `alert`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:144
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:32, in mixin `alert`
node_modules/edx-pattern-library/pattern-library/sass/patterns/_alerts.scss:149
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:199
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print.scss:41
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print.scss:74
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print.scss:74
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print.scss:74
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print.scss:123
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
credentials/static/sass/_print.scss:124
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print.scss:129
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
credentials/static/sass/_print.scss:130
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
credentials/static/sass/_print.scss:135
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print-rendering.scss:20
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_print-rendering.scss:20
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print-rendering.scss:29
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
credentials/static/sass/_utilities.scss:35
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
credentials/static/sass/_utilities.scss:40
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print-rendering.scss:38
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print-rendering.scss:39
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
credentials/static/sass/_components.scss:48, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_components.scss:47
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print-rendering.scss:52
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
credentials/static/sass/_components.scss:57, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_components.scss:56
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_components.scss:66
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_components.scss:66
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_components.scss:73
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_components.scss:73
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
credentials/static/sass/_components.scss:75
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_components.scss:93
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_components.scss:143
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_components.scss:166
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
credentials/static/sass/_components-rendering.scss:24
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
credentials/static/sass/_components-rendering.scss:29, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_components-rendering.scss:27
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
credentials/static/sass/_components-rendering.scss:35
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
credentials/static/sass/_components-rendering.scss:38, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_components-rendering.scss:37
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
credentials/static/sass/_components-rendering.scss:48
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_components-rendering.scss:74
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_components-rendering.scss:83, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_components-rendering.scss:76
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_components-rendering.scss:91
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_components-rendering.scss:100, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_components-rendering.scss:93
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print-rendering.scss:70
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
credentials/static/sass/_components-rendering.scss:116, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_components-rendering.scss:115
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
credentials/static/sass/_components-rendering.scss:127, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_components-rendering.scss:126
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
credentials/static/sass/_components-rendering.scss:135, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_components-rendering.scss:134
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_components-rendering.scss:149
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
credentials/static/sass/_components-rendering.scss:158
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_components-rendering.scss:172
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts.scss:18
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts.scss:66
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print-rendering.scss:138
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
credentials/static/sass/_print-rendering.scss:152
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
credentials/static/sass/_print-rendering.scss:160
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
credentials/static/sass/_print-rendering.scss:166
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_layouts.scss:103
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_layouts.scss:107, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_layouts.scss:105
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts.scss:114
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_layouts.scss:114
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts.scss:118, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_layouts.scss:116
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_layouts.scss:118, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_layouts.scss:116
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
credentials/static/sass/_layouts.scss:142
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts.scss:143
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_layouts.scss:143
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts.scss:147, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_layouts.scss:145
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_layouts.scss:147, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_layouts.scss:145
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts.scss:154
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:48
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:49
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:86
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:87
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:97, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_layouts-rendering.scss:90
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:106
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:107
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:109
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:115, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_layouts-rendering.scss:111
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:116, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_layouts-rendering.scss:111
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:126
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:132
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:160
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:167
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:179, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:24, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_grids.scss:36, in mixin `with-layout`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:23, in mixin `@content`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:75, in mixin `@content`
node_modules/breakpoint-sass/stylesheets/_breakpoint.scss:66, in mixin `breakpoint`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:74, in mixin `susy-media-router`
node_modules/susy/sass/susy/language/susy/_breakpoint-plugin.scss:21, in mixin `susy-breakpoint`
credentials/static/sass/_layouts-rendering.scss:174
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:184
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_layouts-rendering.scss:199
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print.scss:41
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print.scss:74
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print.scss:74
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print.scss:74
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print.scss:123
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
credentials/static/sass/_print.scss:124
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print.scss:129
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
credentials/static/sass/_print.scss:130
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
credentials/static/sass/_print.scss:135
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print-rendering.scss:20
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:90, in function `spacing-horizontal`
credentials/static/sass/_print-rendering.scss:20
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print-rendering.scss:29
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print-rendering.scss:38
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print-rendering.scss:39
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print-rendering.scss:52
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print-rendering.scss:70
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:80, in function `spacing-vertical`
credentials/static/sass/_print-rendering.scss:138
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
credentials/static/sass/_print-rendering.scss:152
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
credentials/static/sass/_print-rendering.scss:160
WARNING: [Bourbon] [Deprecation] `rem` is deprecated and will be removed in 5.0.0.
Backtrace:
node_modules/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss:7, in function `rem`
node_modules/edx-pattern-library/pattern-library/sass/global/_functions.scss:20, in function `font-size`
credentials/static/sass/_print-rendering.scss:166
27% building modules 142/143 modules 1 active ...credentials/static/sass/main-rtl.scssFinished compiling 'cms' Sass for 'system'.
Finished compiling Sass:
>> common/static/sass -> common/static/css in 0:00:00.003418s
>> cms/static/sass -> cms/static/css in 0:00:10.874979s
Successful compilations:
--- "common" sass files.
--- cms sass for system.
python manage.py lms --settings=devstack_docker collectstatic --noinput > /dev/null
Hash: 2dcc80f46a01d36e56c3
Version: webpack 2.3.1
Time: 53454ms
Asset Size Chunks Chunk Names
font/linkedin-square-e91b6c8b6572ec5011984ab538029e46.svg 550 bytes [emitted]
font/cog-f8cc05aac61251dea2cc53afefaac673.svg 1.07 kB [emitted]
font/close-af221537579fa76c9a96b6cfb5c8f09f.svg 454 bytes [emitted]
font/hide-f9585d802757df215b8b5ada5a16f50f.svg 961 bytes [emitted]
font/show-5a4e5562615473fd468e3c5915c8db5d.svg 606 bytes [emitted]
font/sort-086184f05c133d4d816d17fca4c5a8b7.svg 353 bytes [emitted]
font/trash-58d90700d105b5fc4a376a6f2ca144f8.svg 844 bytes [emitted]
font/undo-7c5d1724c1591d2efe6bd39977c21e5a.svg 596 bytes [emitted]
font/OpenSans-Bold-webfont-ad0eb070a07f4a27ad95994e422f0644.ttf 46.8 kB [emitted]
font/OpenSans-BoldItalic-webfont-f9103010ab55466b258aeb3bf986a93b.ttf 49.9 kB [emitted]
font/OpenSans-Italic-webfont-2416d120632b15e16966baadb72ac389.ttf 51.5 kB [emitted]
font/OpenSans-Light-webfont-557ad65e492b814beb514920fbbb6a81.ttf 44.7 kB [emitted]
font/OpenSans-LightItalic-webfont-05e99ea9cf0bcae7a387ed306bbfbdb8.ttf 52.3 kB [emitted]
font/OpenSans-Regular-webfont-4c7e867ae422b569e328b4560a01aff3.ttf 45.3 kB [emitted]
font/OpenSans-Semibold-webfont-f75c4b7423763bdec6233ca2ea6dc0a3.ttf 45.5 kB [emitted]
font/OpenSans-SemiboldItalic-webfont-e84740526b8c8bc9bb4d484410fdddbb.ttf 52.2 kB [emitted]
font/edx-icons-d089f269a2f17d7b49c090e59d69baa5.ttf 21.1 kB [emitted]
font/angle-down-e6c47c88d1513b05f45f4439aa2eeccd.svg 302 bytes [emitted]
font/angle-left-8e7fb774b9a789bc1672349576ad6065.svg 306 bytes [emitted]
font/angle-right-ff81cfadc8af5b0e2c65626976973c84.svg 309 bytes [emitted]
font/angle-up-626656dc54b67621212c0744fd8b490c.svg 306 bytes [emitted]
font/arrow-circle-down-206b60f813831890fe7bca45d79b02e9.svg 520 bytes [emitted]
font/arrow-down-e18e97503a353360e8cf57cec10bb5ba.svg 385 bytes [emitted]
font/arrow-up-30836aa2b51c24f395be72f3643e979e.svg 401 bytes [emitted]
font/book-b22294289e0f0f15f41b72b92d4fd432.svg 1.13 kB [emitted]
font/bullhorn-d460c205ca0f8ac15d42d036cb6ee9aa.svg 537 bytes [emitted]
font/calendar-0326c5a74a986b07abcc1fa6ff1b8efc.svg 864 bytes [emitted]
font/camera-ab4a667e8c46640eaca9933694e1a5da.svg 466 bytes [emitted]
font/caret-down-3fea99259acb406adc973782804dea9e.svg 232 bytes [emitted]
font/caret-left-004772f7e62c06e17d499c7b4c11683d.svg 223 bytes [emitted]
font/caret-right-9b141ce5decf2fcf7eefe3b49e0f4dd6.svg 232 bytes [emitted]
font/caret-up-a5904b95be389882c8029a87d7a0fa09.svg 233 bytes [emitted]
font/check-e813fcff67b328b12b1d302619cd5fcc.svg 320 bytes [emitted]
font/checkbox-checked-dark-90330e708b16286937d0f2e4948ced48.svg 446 bytes [emitted]
font/checkbox-checked-45657ff39952a837b5d6caeae3e58c24.svg 681 bytes [emitted]
font/checkbox-unchecked-b3296eb3e1919b62e2ef2212ba51077d.svg 351 bytes [emitted]
font/chevron-left-1b994e6d92f053b41e4b16be33d962e0.svg 324 bytes [emitted]
font/chevron-right-80c88bd15e4ff04a94d88111955dc6ff.svg 323 bytes [emitted]
font/circle-light-5477fcffa62500332c422b2a53abc55e.svg 406 bytes [emitted]
font/circle-0b4069cd0200659fe546ff247d13beb2.svg 240 bytes [emitted]
font/clock-c06f8b59244603ebce228a57b1b6dea1.svg 505 bytes [emitted]
font/close-circle-light-8926ff98a52d1fea3c8d4294c08339fe.svg 691 bytes [emitted]
font/close-circle-fb5fe6c93f62d465a3c2086775258dea.svg 637 bytes [emitted]
font/closed-captions-9f98a51dc24fab98cddfb1057d430075.svg 982 bytes [emitted]
font/comment-d611d309c4156662b20f630c72591aa2.svg 474 bytes [emitted]
font/comments-f45bf1e11b2cb77cd0df0821ff2b3942.svg 807 bytes [emitted]
font/copy-6856d0f505a56825dc819e8f94ace4c6.svg 511 bytes [emitted]
font/edit-1e42f374b6f040997b3e6afb919049be.svg 730 bytes [emitted]
font/ellipsis-6ecad661b80ac70f0a3039497d736d77.svg 442 bytes [emitted]
font/email-light-45f34c472ae94d67424025b577c51b18.svg 737 bytes [emitted]
font/email-7e55f320d5cfa073f12424c72882fb2b.svg 604 bytes [emitted]
font/error-c7e26d32d9611de175b1993eba5ca349.svg 522 bytes [emitted]
font/exit-fullscreen-0ecf9957c8be05a2bc1e2965064560a5.svg 531 bytes [emitted]
font/external-link-c100cddf20fe713711937b6d9c484462.svg 585 bytes [emitted]
font/facebook-square-72ddac6d7d4b9b3d7fead5584d224b7a.svg 382 bytes [emitted]
font/fast-backward-f944afbfa7a076c45d6acd4f48bb0884.svg 465 bytes [emitted]
font/fast-forward-c3b382719f75f013dffc1156486c2179.svg 456 bytes [emitted]
font/file-light-6c737cbbc43847f7c767462d645b26a0.svg 367 bytes [emitted]
font/file-a68d55433e287f9733ca43af8d463df9.svg 281 bytes [emitted]
font/filter-5685f4f5957cb82de2fabb2757fab3f7.svg 291 bytes [emitted]
font/flag-0be6566b09b55d3b995a8e8c589fc3f2.svg 565 bytes [emitted]
font/fullscreen-69fb6549c48b24d5bba6448d98d3d78d.svg 682 bytes [emitted]
font/help-4df645fb8f4aacd1b64f144e3c1e2ec0.svg 702 bytes [emitted]
font/home-8ba47a749aba2a71178b0c72c92ea3a7.svg 551 bytes [emitted]
font/information-d1d490854f0f40990b0fc779eac8c5ec.svg 539 bytes [emitted]
font/link-deeb9b3ddef1ee61155f10fa98df3a63.svg 1.06 kB [emitted]
font/menu-79116833d65008d2247a73c23e33e413.svg 442 bytes [emitted]
font/list-alt-47f925b6636751bae676e1f82217f25d.svg 1.06 kB [emitted]
font/list-e4cb6d0f09eb4146abe31807ff2e3407.svg 722 bytes [emitted]
font/lock-933f402b81681a7caeb93ede2819174b.svg 331 bytes [emitted]
font/minus-fc1da04e360ec3ca7a58364305b251c4.svg 225 bytes [emitted]
font/money-cc870974827c269976435c03061e3744.svg 554 bytes [emitted]
font/pause-0e5689a03a180c29c626db970f3e8b26.svg 336 bytes [emitted]
font/pencil-2b5dbf98c5780b6fcd4da3dd22808dde.svg 442 bytes [emitted]
font/play-9f01a99485d0fd69269500465fdbba94.svg 228 bytes [emitted]
font/plus-be27c6e7f6bb318ee69f5598a58dd225.svg 341 bytes [emitted]
font/print-7e57c26fdce547e3c32d2fb3eb31a3e3.svg 517 bytes [emitted]
font/quote-left-267dadd25a370fcf9faf75678a90a1b0.svg 584 bytes [emitted]
font/radio-checked-78e82371f762abb6157c6265436f38e5.svg 444 bytes [emitted]
font/radio-unchecked-b3bbadd5347016a6a373bd53d73a466e.svg 372 bytes [emitted]
font/refresh-ab133c50b3910e41a37602227f4c22dc.svg 729 bytes [emitted]
font/reply-688f89553ee1867a0bf5eb40c2d4ef31.svg 470 bytes [emitted]
font/search-minus-6d41a87a4428189059311e4d02b6f964.svg 568 bytes [emitted]
font/search-plus-a131f7b497e4b277e63c056a85610e19.svg 688 bytes [emitted]
font/search-b75923771ae7c8208d37008ad9d46f55.svg 450 bytes [emitted]
font/share-0d3e97c9a636ddd30c025f19c748dc9a.svg 819 bytes [emitted]
font/shopping-cart-3daeccf741acc22771a1538d0a218f20.svg 577 bytes [emitted]
font/sitemap-df19da4f3c5283f9a8907c4649116bdf.svg 643 bytes [emitted]
font/spinner-f153b7faaf933db5b9cf20ebc6ca26b2.svg 856 bytes [emitted]
font/square-light-b3296eb3e1919b62e2ef2212ba51077d.svg 351 bytes [emitted]
font/square-165e4ee3d2c404dd9643819904287cdf.svg 230 bytes [emitted]
font/star-7bc80f4b7aa1a882ca20f1ec0905c89a.svg 439 bytes [emitted]
font/stop-ca0d20f56e84a564be6672040391b764.svg 227 bytes [emitted]
font/table-44f45a0cfe8ea678540714dea47f64d8.svg 1.2 kB [emitted]
font/thumb-tack-f968a9a8a946a3f0f63496ffc975661d.svg 450 bytes [emitted]
font/twitter-square-619e6104b5b8c361065a7c8cb5698027.svg 658 bytes [emitted]
font/unlink-4aa2bc43262d76d746e978029e719f19.svg 1.24 kB [emitted]
font/unlock-1347f24419de1492e4b6fb1b97344e8c.svg 371 bytes [emitted]
font/upload-46585a750b38d93e9d4b468395cbe9da.svg 619 bytes [emitted]
font/user-af8c7c1486ed4ad0aaf4c89dca9453c3.svg 464 bytes [emitted]
font/video-camera-d8d032091076445784d40cd20d8c5e9c.svg 351 bytes [emitted]
font/volume-down-1293747473266223cd5545b2d393b714.svg 506 bytes [emitted]
font/volume-off-96c8dffb57c92e51435f8a17a9fc414a.svg 271 bytes [emitted]
font/volume-up-5ccec1006271b844a18a2fb78de33bcc.svg 1.09 kB [emitted]
font/warning-388e37a77521c908f84ffc64e5c67531.svg 546 bytes [emitted]
font/fontawesome-webfont-674f50d287a8c48dc19ba404d20fe713.eot 166 kB [emitted]
font/fontawesome-webfont-912ec66d7572ff821749319396470bde.svg 444 kB [emitted] [big]
font/fontawesome-webfont-b06871f281fee6b241d60582ae9369b9.ttf 166 kB [emitted]
font/OpenSans-Bold-webfont-6dbaf63547f2276a4693a4523c8a6fce.woff 25.7 kB [emitted]
font/OpenSans-Bold-webfont-3326e4d74d3924ee1c882c29f5b571c0.woff2 46.7 kB [emitted]
font/OpenSans-BoldItalic-webfont-7dae097d5db8b879760c174df2fd04dc.woff 27.1 kB [emitted]
font/OpenSans-BoldItalic-webfont-5aaceea2d60ddb477c6aafc825eece3d.woff2 54.5 kB [emitted]
font/OpenSans-Italic-webfont-b9812e74f089470d165e149c1b374a5a.woff 27.4 kB [emitted]
font/OpenSans-Italic-webfont-383eba0e55ed778006d76428812d343c.woff2 56.7 kB [emitted]
font/OpenSans-Light-webfont-df04ed7fc7d8c94d56cd6ae5a7156b52.woff 24.2 kB [emitted]
font/OpenSans-Light-webfont-39d27e13dce3dfe4cdc70a281ccdf113.woff2 45.9 kB [emitted]
font/OpenSans-LightItalic-webfont-02d04d22784f93d4fc2516020819fd94.woff 27.6 kB [emitted]
font/OpenSans-LightItalic-webfont-e7cc7120e670a8073073dbc3e4ff0184.woff2 56.5 kB [emitted]
font/OpenSans-Regular-webfont-87119b577169dbb527eeed9876967e89.woff 24.9 kB [emitted]
font/OpenSans-Regular-webfont-55835483c304eaa8477fea2c36abba17.woff2 47 kB [emitted]
font/OpenSans-Semibold-webfont-dbbfd9e667c70c28dd6287ad98c66ef7.woff 25.1 kB [emitted]
font/OpenSans-Semibold-webfont-08952b029e4decbc8ef9fb553cae8cea.woff2 63.7 kB [emitted]
font/OpenSans-SemiboldItalic-webfont-f386291c234ea5f6250fb9a97a303de9.woff 27.5 kB [emitted]
font/OpenSans-SemiboldItalic-webfont-3343e54368719e3786f78a1b22839455.woff2 56.7 kB [emitted]
font/edx-icons-27ee1fb35a209ac90ce67aa3926079b6.woff 21.2 kB [emitted]
font/fontawesome-webfont-af7ae505a9eed503f8b8e6982036873e.woff2 77.2 kB [emitted]
font/fontawesome-webfont-fee66e712a8a08eef5805a46892932ad.woff 98 kB [emitted]
base.style-rtl-2dcc80f46a01d36e56c3.js 507 bytes 0 [emitted] base.style-rtl
base.style-ltr-2dcc80f46a01d36e56c3.js 507 bytes 1 [emitted] base.style-ltr
sharing-2dcc80f46a01d36e56c3.js 832 bytes 2 [emitted] sharing
analytics-2dcc80f46a01d36e56c3.js 1.9 kB 3 [emitted] analytics
base.style-ltr-2dcc80f46a01d36e56c3.css 181 kB 1 [emitted] base.style-ltr
base.style-rtl-2dcc80f46a01d36e56c3.css 181 kB 0 [emitted] base.style-rtl
[0] ./credentials/static/js/analytics.js 2.59 kB {3} [built]
[1] ./credentials/static/js/sharing.js 603 bytes {2} [built]
[2] ./credentials/static/sass/main-ltr.scss 41 bytes {1} [built]
[3] ./credentials/static/sass/main-rtl.scss 41 bytes {0} [built]
[6] ./~/css-loader?{"minimize":true}!./~/sass-loader/lib/loader.js?{"includePaths":["/edx/app/credentials/credentials/credentials/static/sass"]}!./credentials/static/sass/main-ltr.scss 189 kB [built]
[7] ./~/css-loader?{"minimize":true}!./~/sass-loader/lib/loader.js?{"includePaths":["/edx/app/credentials/credentials/credentials/static/sass"]}!./credentials/static/sass/main-rtl.scss 189 kB [built]
[8] ./~/css-loader/lib/css-base.js 2.19 kB [built]
[9] ./~/edx-pattern-library/pattern-library/fonts/OpenSans/OpenSans-Bold-webfont.ttf 109 bytes [built]
[10] ./~/edx-pattern-library/pattern-library/fonts/OpenSans/OpenSans-BoldItalic-webfont.ttf 115 bytes [built]
[11] ./~/edx-pattern-library/pattern-library/fonts/OpenSans/OpenSans-Italic-webfont.ttf 111 bytes [built]
[12] ./~/edx-pattern-library/pattern-library/fonts/OpenSans/OpenSans-Light-webfont.ttf 110 bytes [built]
[13] ./~/edx-pattern-library/pattern-library/fonts/OpenSans/OpenSans-LightItalic-webfont.ttf 116 bytes [built]
[14] ./~/edx-pattern-library/pattern-library/fonts/OpenSans/OpenSans-Regular-webfont.ttf 112 bytes [built]
[120] ./~/style-loader/addStyles.js 6.91 kB [built]
[139] ./~/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0 108 bytes [built]
+ 126 hidden modules
Child extract-text-webpack-plugin:
[2] ./~/edx-pattern-library/pattern-library/fonts/edx-icons/fallback-img/close.svg 93 bytes {0} [built]
[3] ./~/edx-pattern-library/pattern-library/fonts/edx-icons/fallback-img/hide.svg 92 bytes {0} [built]
[4] ./~/edx-pattern-library/pattern-library/fonts/edx-icons/fallback-img/show.svg 92 bytes {0} [built]
[5] ./~/edx-pattern-library/pattern-library/fonts/edx-icons/fallback-img/sort.svg 92 bytes {0} [built]
[6] ./~/edx-pattern-library/pattern-library/fonts/edx-icons/fallback-img/trash.svg 93 bytes {0} [built]
[7] ./~/edx-pattern-library/pattern-library/fonts/edx-icons/fallback-img/undo.svg 92 bytes {0} [built]
[8] ./~/css-loader/lib/css-base.js 2.19 kB {0} [built]
[9] ./~/edx-pattern-library/pattern-library/fonts/OpenSans/OpenSans-Bold-webfont.ttf 109 bytes {0} [built]
[10] ./~/edx-pattern-library/pattern-library/fonts/OpenSans/OpenSans-BoldItalic-webfont.ttf 115 bytes {0} [built]
[11] ./~/edx-pattern-library/pattern-library/fonts/OpenSans/OpenSans-Italic-webfont.ttf 111 bytes {0} [built]
[12] ./~/edx-pattern-library/pattern-library/fonts/OpenSans/OpenSans-Light-webfont.ttf 110 bytes {0} [built]
[13] ./~/edx-pattern-library/pattern-library/fonts/OpenSans/OpenSans-LightItalic-webfont.ttf 116 bytes {0} [built]
[14] ./~/edx-pattern-library/pattern-library/fonts/OpenSans/OpenSans-Regular-webfont.ttf 112 bytes {0} [built]
[67] ./~/edx-pattern-library/pattern-library/fonts/edx-icons/fallback-img/linkedin-square.svg 103 bytes {0} [built]
[131] ./~/css-loader?{"minimize":true}!./~/sass-loader/lib/loader.js?{"includePaths":["/edx/app/credentials/credentials/credentials/static/sass"]}!./credentials/static/sass/main-ltr.scss 189 kB {0} [built]
+ 120 hidden modules
Child extract-text-webpack-plugin:
[2] ./~/edx-pattern-library/pattern-library/fonts/edx-icons/fallback-img/close.svg 93 bytes {0} [built]
[3] ./~/edx-pattern-library/pattern-library/fonts/edx-icons/fallback-img/hide.svg 92 bytes {0} [built]
[4] ./~/edx-pattern-library/pattern-library/fonts/edx-icons/fallback-img/show.svg 92 bytes {0} [built]
[5] ./~/edx-pattern-library/pattern-library/fonts/edx-icons/fallback-img/sort.svg 92 bytes {0} [built]
[6] ./~/edx-pattern-library/pattern-library/fonts/edx-icons/fallback-img/trash.svg 93 bytes {0} [built]
[7] ./~/edx-pattern-library/pattern-library/fonts/edx-icons/fallback-img/undo.svg 92 bytes {0} [built]
[8] ./~/css-loader/lib/css-base.js 2.19 kB {0} [built]
[9] ./~/edx-pattern-library/pattern-library/fonts/OpenSans/OpenSans-Bold-webfont.ttf 109 bytes {0} [built]
[10] ./~/edx-pattern-library/pattern-library/fonts/OpenSans/OpenSans-BoldItalic-webfont.ttf 115 bytes {0} [built]
[11] ./~/edx-pattern-library/pattern-library/fonts/OpenSans/OpenSans-Italic-webfont.ttf 111 bytes {0} [built]
[12] ./~/edx-pattern-library/pattern-library/fonts/OpenSans/OpenSans-Light-webfont.ttf 110 bytes {0} [built]
[13] ./~/edx-pattern-library/pattern-library/fonts/OpenSans/OpenSans-LightItalic-webfont.ttf 116 bytes {0} [built]
[14] ./~/edx-pattern-library/pattern-library/fonts/OpenSans/OpenSans-Regular-webfont.ttf 112 bytes {0} [built]
[67] ./~/edx-pattern-library/pattern-library/fonts/edx-icons/fallback-img/linkedin-square.svg 103 bytes {0} [built]
[131] ./~/css-loader?{"minimize":true}!./~/sass-loader/lib/loader.js?{"includePaths":["/edx/app/credentials/credentials/credentials/static/sass"]}!./credentials/static/sass/main-rtl.scss 189 kB {0} [built]
+ 120 hidden modules
python manage.py collectstatic --noinput
/edx/app/credentials/venvs/credentials/lib/python3.5/site-packages/six.py:808: RemovedInDjango110Warning: SubfieldBase has been deprecated. Use Field.from_db_value instead.
return meta(name, bases, d)
2017-03-27 13:42:01,132 WARNING 89 [py.warnings] subclassing.py:22 - /edx/app/credentials/venvs/credentials/lib/python3.5/site-packages/six.py:808: RemovedInDjango110Warning: SubfieldBase has been deprecated. Use Field.from_db_value instead.
return meta(name, bases, d)
Copying '/edx/app/credentials/credentials/credentials/static/bundles/base.style-rtl-2dcc80f46a01d36e56c3.js'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/base.style-ltr-2dcc80f46a01d36e56c3.js'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/sharing-2dcc80f46a01d36e56c3.js'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/analytics-2dcc80f46a01d36e56c3.js'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/base.style-ltr-2dcc80f46a01d36e56c3.css'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/base.style-rtl-2dcc80f46a01d36e56c3.css'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/OpenSans-Bold-webfont-3326e4d74d3924ee1c882c29f5b571c0.woff2'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/OpenSans-Bold-webfont-6dbaf63547f2276a4693a4523c8a6fce.woff'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/OpenSans-Bold-webfont-ad0eb070a07f4a27ad95994e422f0644.ttf'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/OpenSans-BoldItalic-webfont-5aaceea2d60ddb477c6aafc825eece3d.woff2'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/OpenSans-BoldItalic-webfont-7dae097d5db8b879760c174df2fd04dc.woff'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/OpenSans-BoldItalic-webfont-f9103010ab55466b258aeb3bf986a93b.ttf'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/OpenSans-Italic-webfont-2416d120632b15e16966baadb72ac389.ttf'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/OpenSans-Italic-webfont-383eba0e55ed778006d76428812d343c.woff2'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/OpenSans-Italic-webfont-b9812e74f089470d165e149c1b374a5a.woff'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/OpenSans-Light-webfont-39d27e13dce3dfe4cdc70a281ccdf113.woff2'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/OpenSans-Light-webfont-557ad65e492b814beb514920fbbb6a81.ttf'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/OpenSans-Light-webfont-df04ed7fc7d8c94d56cd6ae5a7156b52.woff'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/OpenSans-LightItalic-webfont-02d04d22784f93d4fc2516020819fd94.woff'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/OpenSans-LightItalic-webfont-05e99ea9cf0bcae7a387ed306bbfbdb8.ttf'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/OpenSans-LightItalic-webfont-e7cc7120e670a8073073dbc3e4ff0184.woff2'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/OpenSans-Regular-webfont-4c7e867ae422b569e328b4560a01aff3.ttf'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/OpenSans-Regular-webfont-55835483c304eaa8477fea2c36abba17.woff2'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/OpenSans-Regular-webfont-87119b577169dbb527eeed9876967e89.woff'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/OpenSans-Semibold-webfont-08952b029e4decbc8ef9fb553cae8cea.woff2'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/OpenSans-Semibold-webfont-dbbfd9e667c70c28dd6287ad98c66ef7.woff'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/OpenSans-Semibold-webfont-f75c4b7423763bdec6233ca2ea6dc0a3.ttf'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/OpenSans-SemiboldItalic-webfont-3343e54368719e3786f78a1b22839455.woff2'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/OpenSans-SemiboldItalic-webfont-e84740526b8c8bc9bb4d484410fdddbb.ttf'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/OpenSans-SemiboldItalic-webfont-f386291c234ea5f6250fb9a97a303de9.woff'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/angle-down-e6c47c88d1513b05f45f4439aa2eeccd.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/angle-left-8e7fb774b9a789bc1672349576ad6065.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/angle-right-ff81cfadc8af5b0e2c65626976973c84.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/angle-up-626656dc54b67621212c0744fd8b490c.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/arrow-circle-down-206b60f813831890fe7bca45d79b02e9.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/arrow-down-e18e97503a353360e8cf57cec10bb5ba.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/arrow-up-30836aa2b51c24f395be72f3643e979e.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/book-b22294289e0f0f15f41b72b92d4fd432.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/bullhorn-d460c205ca0f8ac15d42d036cb6ee9aa.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/calendar-0326c5a74a986b07abcc1fa6ff1b8efc.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/camera-ab4a667e8c46640eaca9933694e1a5da.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/caret-down-3fea99259acb406adc973782804dea9e.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/caret-left-004772f7e62c06e17d499c7b4c11683d.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/caret-right-9b141ce5decf2fcf7eefe3b49e0f4dd6.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/caret-up-a5904b95be389882c8029a87d7a0fa09.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/check-e813fcff67b328b12b1d302619cd5fcc.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/checkbox-checked-45657ff39952a837b5d6caeae3e58c24.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/checkbox-checked-dark-90330e708b16286937d0f2e4948ced48.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/checkbox-unchecked-b3296eb3e1919b62e2ef2212ba51077d.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/chevron-left-1b994e6d92f053b41e4b16be33d962e0.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/chevron-right-80c88bd15e4ff04a94d88111955dc6ff.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/circle-0b4069cd0200659fe546ff247d13beb2.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/circle-light-5477fcffa62500332c422b2a53abc55e.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/clock-c06f8b59244603ebce228a57b1b6dea1.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/close-af221537579fa76c9a96b6cfb5c8f09f.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/close-circle-fb5fe6c93f62d465a3c2086775258dea.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/close-circle-light-8926ff98a52d1fea3c8d4294c08339fe.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/closed-captions-9f98a51dc24fab98cddfb1057d430075.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/cog-f8cc05aac61251dea2cc53afefaac673.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/comment-d611d309c4156662b20f630c72591aa2.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/comments-f45bf1e11b2cb77cd0df0821ff2b3942.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/copy-6856d0f505a56825dc819e8f94ace4c6.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/edit-1e42f374b6f040997b3e6afb919049be.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/edx-icons-27ee1fb35a209ac90ce67aa3926079b6.woff'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/edx-icons-d089f269a2f17d7b49c090e59d69baa5.ttf'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/ellipsis-6ecad661b80ac70f0a3039497d736d77.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/email-7e55f320d5cfa073f12424c72882fb2b.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/email-light-45f34c472ae94d67424025b577c51b18.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/error-c7e26d32d9611de175b1993eba5ca349.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/exit-fullscreen-0ecf9957c8be05a2bc1e2965064560a5.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/external-link-c100cddf20fe713711937b6d9c484462.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/facebook-square-72ddac6d7d4b9b3d7fead5584d224b7a.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/fast-backward-f944afbfa7a076c45d6acd4f48bb0884.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/fast-forward-c3b382719f75f013dffc1156486c2179.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/file-a68d55433e287f9733ca43af8d463df9.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/file-light-6c737cbbc43847f7c767462d645b26a0.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/filter-5685f4f5957cb82de2fabb2757fab3f7.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/flag-0be6566b09b55d3b995a8e8c589fc3f2.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/fontawesome-webfont-674f50d287a8c48dc19ba404d20fe713.eot'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/fontawesome-webfont-912ec66d7572ff821749319396470bde.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/fontawesome-webfont-af7ae505a9eed503f8b8e6982036873e.woff2'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/fontawesome-webfont-b06871f281fee6b241d60582ae9369b9.ttf'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/fontawesome-webfont-fee66e712a8a08eef5805a46892932ad.woff'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/fullscreen-69fb6549c48b24d5bba6448d98d3d78d.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/help-4df645fb8f4aacd1b64f144e3c1e2ec0.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/hide-f9585d802757df215b8b5ada5a16f50f.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/home-8ba47a749aba2a71178b0c72c92ea3a7.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/information-d1d490854f0f40990b0fc779eac8c5ec.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/link-deeb9b3ddef1ee61155f10fa98df3a63.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/linkedin-square-e91b6c8b6572ec5011984ab538029e46.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/list-alt-47f925b6636751bae676e1f82217f25d.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/list-e4cb6d0f09eb4146abe31807ff2e3407.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/lock-933f402b81681a7caeb93ede2819174b.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/menu-79116833d65008d2247a73c23e33e413.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/minus-fc1da04e360ec3ca7a58364305b251c4.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/money-cc870974827c269976435c03061e3744.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/pause-0e5689a03a180c29c626db970f3e8b26.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/pencil-2b5dbf98c5780b6fcd4da3dd22808dde.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/play-9f01a99485d0fd69269500465fdbba94.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/plus-be27c6e7f6bb318ee69f5598a58dd225.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/print-7e57c26fdce547e3c32d2fb3eb31a3e3.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/quote-left-267dadd25a370fcf9faf75678a90a1b0.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/radio-checked-78e82371f762abb6157c6265436f38e5.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/radio-unchecked-b3bbadd5347016a6a373bd53d73a466e.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/refresh-ab133c50b3910e41a37602227f4c22dc.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/reply-688f89553ee1867a0bf5eb40c2d4ef31.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/search-b75923771ae7c8208d37008ad9d46f55.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/search-minus-6d41a87a4428189059311e4d02b6f964.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/search-plus-a131f7b497e4b277e63c056a85610e19.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/share-0d3e97c9a636ddd30c025f19c748dc9a.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/shopping-cart-3daeccf741acc22771a1538d0a218f20.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/show-5a4e5562615473fd468e3c5915c8db5d.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/sitemap-df19da4f3c5283f9a8907c4649116bdf.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/sort-086184f05c133d4d816d17fca4c5a8b7.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/spinner-f153b7faaf933db5b9cf20ebc6ca26b2.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/square-165e4ee3d2c404dd9643819904287cdf.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/square-light-b3296eb3e1919b62e2ef2212ba51077d.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/star-7bc80f4b7aa1a882ca20f1ec0905c89a.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/stop-ca0d20f56e84a564be6672040391b764.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/table-44f45a0cfe8ea678540714dea47f64d8.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/thumb-tack-f968a9a8a946a3f0f63496ffc975661d.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/trash-58d90700d105b5fc4a376a6f2ca144f8.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/twitter-square-619e6104b5b8c361065a7c8cb5698027.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/undo-7c5d1724c1591d2efe6bd39977c21e5a.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/unlink-4aa2bc43262d76d746e978029e719f19.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/unlock-1347f24419de1492e4b6fb1b97344e8c.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/upload-46585a750b38d93e9d4b468395cbe9da.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/user-af8c7c1486ed4ad0aaf4c89dca9453c3.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/video-camera-d8d032091076445784d40cd20d8c5e9c.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/volume-down-1293747473266223cd5545b2d393b714.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/volume-off-96c8dffb57c92e51435f8a17a9fc414a.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/volume-up-5ccec1006271b844a18a2fb78de33bcc.svg'
Copying '/edx/app/credentials/credentials/credentials/static/bundles/font/warning-388e37a77521c908f84ffc64e5c67531.svg'
Copying '/edx/app/credentials/venvs/credentials/lib/python3.5/site-packages/debug_toolbar/static/debug_toolbar/css/print.css'
Copying '/edx/app/credentials/venvs/credentials/lib/python3.5/site-packages/debug_toolbar/static/debug_toolbar/css/toolbar.css'
Copying '/edx/app/credentials/venvs/credentials/lib/python3.5/site-packages/debug_toolbar/static/debug_toolbar/img/ajax-loader.gif'
Copying '/edx/app/credentials/venvs/credentials/lib/python3.5/site-packages/debug_toolbar/static/debug_toolbar/img/back.png'
Copying '/edx/app/credentials/venvs/credentials/lib/python3.5/site-packages/debug_toolbar/static/debug_toolbar/img/back_hover.png'
Copying '/edx/app/credentials/venvs/credentials/lib/python3.5/site-packages/debug_toolbar/static/debug_toolbar/img/close.png'
Copying '/edx/app/credentials/venvs/credentials/lib/python3.5/site-packages/debug_toolbar/static/debug_toolbar/img/close_hover.png'
Copying '/edx/app/credentials/venvs/credentials/lib/python3.5/site-packages/debug_toolbar/static/debug_toolbar/img/djdt_vertical.png'
Copying '/edx/app/credentials/venvs/credentials/lib/python3.5/site-packages/debug_toolbar/static/debug_toolbar/img/indicator.png'
Copying '/edx/app/credentials/venvs/credentials/lib/python3.5/site-packages/debug_toolbar/static/debug_toolbar/js/jquery_existing.js'
Copying '/edx/app/credentials/venvs/credentials/lib/python3.5/site-packages/debug_toolbar/static/debug_toolbar/js/jquery_post.js'
Copying '/edx/app/credentials/venvs/credentials/lib/python3.5/site-packages/debug_toolbar/static/debug_toolbar/js/jquery_pre.js'
Copying '/edx/app/credentials/venvs/credentials/lib/python3.5/site-packages/debug_toolbar/static/debug_toolbar/js/toolbar.js'
Copying '/edx/app/credentials/venvs/credentials/lib/python3.5/site-packages/debug_toolbar/static/debug_toolbar/js/toolbar.profiling.js'
Copying '/edx/app/credentials/venvs/credentials/lib/python3.5/site-packages/debug_toolbar/static/debug_toolbar/js/toolbar.sql.js'
Copying '/edx/app/credentials/venvs/credentials/lib/python3.5/site-packages/debug_toolbar/static/debug_toolbar/js/toolbar.template.js'
Copying '/edx/app/credentials/venvs/credentials/lib/python3.5/site-packages/debug_toolbar/static/debug_toolbar/js/toolbar.timer.js'
Post-processed 'admin/css/base.css' as 'admin/css/base.9f6547179ace.css'
Post-processed 'admin/css/changelists.css' as 'admin/css/changelists.32a12db9a480.css'
Post-processed 'admin/css/dashboard.css' as 'admin/css/dashboard.4898e2e9983d.css'
Post-processed 'admin/css/fonts.css' as 'admin/css/fonts.cc6140298ba7.css'
Post-processed 'admin/css/forms.css' as 'admin/css/forms.70b858e61281.css'
Post-processed 'admin/css/login.css' as 'admin/css/login.a846c0e2ef65.css'
Post-processed 'admin/css/rtl.css' as 'admin/css/rtl.e024aaf6df25.css'
Post-processed 'admin/css/widgets.css' as 'admin/css/widgets.a7251c097987.css'
Post-processed 'rest_framework/css/bootstrap-tweaks.css' as 'rest_framework/css/bootstrap-tweaks.1464ccce96f5.css'
Post-processed 'rest_framework/css/bootstrap.min.css' as 'rest_framework/css/bootstrap.min.ec3bb52a00e1.css'
Post-processed 'rest_framework/css/default.css' as 'rest_framework/css/default.713cbe203060.css'
Post-processed 'rest_framework/css/prettify.css' as 'rest_framework/css/prettify.a987f72342ee.css'
Post-processed 'rest_framework_swagger/css/atelier-dune.light.css' as 'rest_framework_swagger/css/atelier-dune.light.f4c07fc969f9.css'
Post-processed 'rest_framework_swagger/css/highlight.default.css' as 'rest_framework_swagger/css/highlight.default.9140bf0a0fac.css'
Post-processed 'rest_framework_swagger/css/rest_framework_swagger.css' as 'rest_framework_swagger/css/rest_framework_swagger.179eb2d99195.css'
Post-processed 'rest_framework_swagger/css/screen.css' as 'rest_framework_swagger/css/screen.476255c16c8c.css'
Post-processed 'debug_toolbar/css/print.css' as 'debug_toolbar/css/print.85b39f60bfe8.css'
Post-processed 'debug_toolbar/css/toolbar.css' as 'debug_toolbar/css/toolbar.705f69e5cc65.css'
Post-processed 'debug_toolbar/img/ajax-loader.gif' as 'debug_toolbar/img/ajax-loader.d96a4c3765e9.gif'
Post-processed 'debug_toolbar/img/back.png' as 'debug_toolbar/img/back.1a85a8afa24e.png'
Post-processed 'debug_toolbar/img/back_hover.png' as 'debug_toolbar/img/back_hover.d1e655d74852.png'
Post-processed 'debug_toolbar/img/close.png' as 'debug_toolbar/img/close.c592da3c89b6.png'
Post-processed 'debug_toolbar/img/close_hover.png' as 'debug_toolbar/img/close_hover.2592d7057d2c.png'
Post-processed 'debug_toolbar/img/djdt_vertical.png' as 'debug_toolbar/img/djdt_vertical.204979d634f7.png'
Post-processed 'debug_toolbar/img/indicator.png' as 'debug_toolbar/img/indicator.5eb28882cc03.png'
Post-processed 'debug_toolbar/js/jquery_existing.js' as 'debug_toolbar/js/jquery_existing.80428b75d467.js'
Post-processed 'debug_toolbar/js/jquery_post.js' as 'debug_toolbar/js/jquery_post.8c9db3d1cebc.js'
Post-processed 'debug_toolbar/js/jquery_pre.js' as 'debug_toolbar/js/jquery_pre.a593235debe9.js'
Post-processed 'debug_toolbar/js/toolbar.js' as 'debug_toolbar/js/toolbar.b1acccf75314.js'
Post-processed 'debug_toolbar/js/toolbar.profiling.js' as 'debug_toolbar/js/toolbar.profiling.13e030bebb35.js'
Post-processed 'debug_toolbar/js/toolbar.sql.js' as 'debug_toolbar/js/toolbar.sql.e9e00e697675.js'
Post-processed 'debug_toolbar/js/toolbar.template.js' as 'debug_toolbar/js/toolbar.template.ef8e759fa78a.js'
Post-processed 'debug_toolbar/js/toolbar.timer.js' as 'debug_toolbar/js/toolbar.timer.d1ab58351935.js'
Post-processed 'bundles/base.style-ltr-8d67630aca1b70639071.css' as 'bundles/base.style-ltr-8d67630aca1b70639071.7f5e08797368.css'
Post-processed 'bundles/base.style-rtl-8d67630aca1b70639071.css' as 'bundles/base.style-rtl-8d67630aca1b70639071.0a939fe8c44e.css'
Post-processed 'bundles/base.style-rtl-2dcc80f46a01d36e56c3.js' as 'bundles/base.style-rtl-2dcc80f46a01d36e56c3.df250e44751d.js'
Post-processed 'bundles/base.style-ltr-2dcc80f46a01d36e56c3.js' as 'bundles/base.style-ltr-2dcc80f46a01d36e56c3.48ebe70464ac.js'
Post-processed 'bundles/sharing-2dcc80f46a01d36e56c3.js' as 'bundles/sharing-2dcc80f46a01d36e56c3.636f0ce22db8.js'
Post-processed 'bundles/analytics-2dcc80f46a01d36e56c3.js' as 'bundles/analytics-2dcc80f46a01d36e56c3.7da54e52414f.js'
Post-processed 'bundles/base.style-ltr-2dcc80f46a01d36e56c3.css' as 'bundles/base.style-ltr-2dcc80f46a01d36e56c3.7f5e08797368.css'
Post-processed 'bundles/base.style-rtl-2dcc80f46a01d36e56c3.css' as 'bundles/base.style-rtl-2dcc80f46a01d36e56c3.0a939fe8c44e.css'
Post-processed 'css/edx-swagger.css' as 'css/edx-swagger.dbbab5fad2a3.css'
150 static files copied to '/edx/var/credentials/staticfiles', 131 unmodified, 42 post-processed.
Finished collecting lms assets.
python manage.py cms --settings=devstack_docker collectstatic --noinput > /dev/null
/edx/app/edxapp/edx-platform/openedx/core/djangoapps/crawlers/models.py:10: RemovedInDjango19Warning: Model class openedx.core.djangoapps.crawlers.models.CrawlersConfig 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 CrawlersConfig(ConfigurationModel):
2017-03-27 09:42:08,367 WARNING 2895 [py.warnings] base.py:116 - /edx/app/edxapp/edx-platform/openedx/core/djangoapps/crawlers/models.py:10: RemovedInDjango19Warning: Model class openedx.core.djangoapps.crawlers.models.CrawlersConfig 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 CrawlersConfig(ConfigurationModel):
/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-03-27 09:42:09,740 WARNING 2895 [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-03-27 09:42:09,742 WARNING 2895 [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-03-27 09:42:09,744 WARNING 2895 [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-03-27 09:42:09,746 WARNING 2895 [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):
/edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/models.py:10: RemovedInDjango19Warning: Model class openedx.core.djangoapps.programs.models.ProgramsApiConfig 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 ProgramsApiConfig(ConfigurationModel):
2017-03-27 09:42:09,918 WARNING 2895 [py.warnings] base.py:116 - /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/models.py:10: RemovedInDjango19Warning: Model class openedx.core.djangoapps.programs.models.ProgramsApiConfig 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 ProgramsApiConfig(ConfigurationModel):
Finished collecting studio assets.
Provisioning complete!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment