overhangio / tutor

The Docker-based Open edX distribution designed for peace of mind
https://docs.tutor.overhang.io/
GNU Affero General Public License v3.0
906 stars 433 forks source link

WebpackLoaderBadStatsError after running "tutor local quickstart" #326

Closed ibrasec closed 4 years ago

ibrasec commented 4 years ago

Bug description/followed the installation procedure i am a newbey to openedx,I have tried to follow the installation procedure mentioned in the quickstart guide, simply following the below commands

$sudo curl -L "https://github.com/overhangio/tutor/releases/download/v3.12.4/tutor-$(uname -s)_$(uname -m)" -o /usr/local/bin/tutor

$sudo chmod 0755 /usr/local/bin/tutor

$tutor local quickstart

There is a message saying: Your Open edX platform is ready and can be accessed at the following urls: But once i try to browse http://localhost i ended up getting Internal Server Error except when i go to access the http://localhost/admin page where i got the django login page. i have tried to follow the Troubleshooting guide and searched for similar issues but no clues, Is there something i missed ?


Is this a bug in Tutor, or in Open edX? Not sure because i also got some WARNING messages after executing tutor local quickstart


tutor local logs

$ tutor local logs --tail=100 -f
docker-compose -f /home/ibrasec/.local/share/tutor/env/local/docker-compose.yml --project-name tutor_local logs --follow --tail 100
Attaching to tutor_local_lms-worker_1, tutor_local_nginx_1, tutor_local_cms-worker_1, tutor_local_lms_1, tutor_local_cms_1, tutor_local_forum_1, tutor_local_mongodb_1, tutor_local_elasticsearch_1, tutor_local_openedx-assets_1, tutor_local_smtp_1, tutor_local_memcached_1, tutor_local_rabbitmq_1, tutor_local_mysql_1
cms-worker_1      | 
cms-worker_1      |   uid=uid, euid=euid, gid=gid, egid=egid,
cms-worker_1      | 
cms-worker_1      | [2020-05-19 03:44:19,259: WARNING/MainProcess] /openedx/venv/local/lib/python2.7/site-packages/celery/apps/worker.py:161: CDeprecationWarning: 
cms-worker_1      | Starting from version 3.2 Celery will refuse to accept pickle by default.
cms-worker_1      | 
cms-worker_1      | The pickle serializer is a security concern as it may give attackers
cms-worker_1      | the ability to execute any command.  It's important to secure
cms-worker_1      | your broker from unauthorized access when using pickle, so we think
cms-worker_1      | that enabling pickle should require a deliberate action and not be
cms-worker_1      | the default choice.
cms-worker_1      | 
cms-worker_1      | If you depend on pickle then you should set a setting to disable this
cms-worker_1      | warning and to be sure that everything will continue working
cms-worker_1      | when you upgrade to Celery 3.2::
cms-worker_1      | 
cms-worker_1      |     CELERY_ACCEPT_CONTENT = ['pickle', 'json', 'msgpack', 'yaml']
cms-worker_1      | 
cms-worker_1      | You must only enable the serializers that you will actually use.
cms-worker_1      | 
cms-worker_1      | 
cms-worker_1      |   warnings.warn(CDeprecationWarning(W_PICKLE_DEPRECATED))
cms-worker_1      | 
cms-worker_1      |  
cms-worker_1      |  -------------- celery@edx.cms.core.default.%845624632a7d v3.1.25 (Cipater)
cms-worker_1      | ---- **** ----- 
cms-worker_1      | --- * ***  * -- Linux-5.3.0-51-generic-x86_64-with-Ubuntu-16.04-xenial
cms-worker_1      | -- * - **** --- 
cms-worker_1      | - ** ---------- [config]
cms-worker_1      | - ** ---------- .> app:         proj:0x7ff6c3ca5990
cms-worker_1      | - ** ---------- .> transport:   amqp://guest:**@rabbitmq:5672//
cms-worker_1      | - ** ---------- .> results:     
cms-worker_1      | - *** --- * --- .> concurrency: 8 (prefork)
cms-worker_1      | -- ******* ---- 
cms-worker_1      | --- ***** ----- [queues]
cms-worker_1      |  -------------- .> edx.cms.core.default exchange=edx.cms.core(direct) key=edx.cms.core.default
cms-worker_1      |                 .> edx.cms.core.high exchange=edx.cms.core(direct) key=edx.cms.core.high
cms-worker_1      |                 .> edx.lms.core.default exchange=edx.cms.core(direct) key=edx.lms.core.default
cms-worker_1      | 
cms-worker_1      | [tasks]
cms-worker_1      |   . celery_utils.tasks.mark_resolved
cms-worker_1      |   . cms.djangoapps.contentstore.tasks.CourseExportTask
cms-worker_1      |   . cms.djangoapps.contentstore.tasks.CourseImportTask
cms-worker_1      |   . cms.djangoapps.contentstore.tasks.async_migrate_transcript
cms-worker_1      |   . cms.djangoapps.contentstore.tasks.async_migrate_transcript_subtask
cms-worker_1      |   . cms.djangoapps.contentstore.tasks.export_olx
cms-worker_1      |   . cms.djangoapps.contentstore.tasks.import_olx
cms-worker_1      |   . cms.djangoapps.contentstore.tasks.push_course_update_task
cms-worker_1      |   . cms.djangoapps.contentstore.tasks.rerun_course
cms-worker_1      |   . cms.djangoapps.contentstore.tasks.task_scrape_youtube_thumbnail
cms-worker_1      |   . cms.djangoapps.contentstore.tasks.task_scrape_youtube_thumbnail_callback
cms-worker_1      |   . cms.djangoapps.contentstore.tasks.task_status_callback
cms-worker_1      |   . cms.djangoapps.contentstore.tasks.update_library_index
cms-worker_1      |   . cms.djangoapps.contentstore.tasks.update_search_index
cms-worker_1      |   . cms_user_tasks.tasks.send_task_complete_email
cms-worker_1      |   . contentstore.tasks.CourseExportTask
cms-worker_1      |   . contentstore.tasks.CourseImportTask
cms-worker_1      |   . contentstore.tasks.async_migrate_transcript
cms-worker_1      |   . contentstore.tasks.async_migrate_transcript_subtask
cms-worker_1      |   . contentstore.tasks.export_olx
cms-worker_1      |   . contentstore.tasks.import_olx
cms-worker_1      |   . contentstore.tasks.push_course_update_task
cms-worker_1      |   . contentstore.tasks.rerun_course
cms-worker_1      |   . contentstore.tasks.task_scrape_youtube_thumbnail
cms-worker_1      |   . contentstore.tasks.task_scrape_youtube_thumbnail_callback
cms-worker_1      |   . contentstore.tasks.task_status_callback
cms-worker_1      |   . contentstore.tasks.update_library_index
cms-worker_1      |   . contentstore.tasks.update_search_index
cms-worker_1      |   . edx_sga.tasks.zip_student_submissions
cms-worker_1      |   . entitlements.tasks.expire_old_entitlements
cms-worker_1      |   . integrated_channels.integrated_channel.tasks.transmit_content_metadata
cms-worker_1      |   . integrated_channels.integrated_channel.tasks.transmit_learner_data
cms-worker_1      |   . integrated_channels.integrated_channel.tasks.unlink_inactive_learners
cms-worker_1      |   . lms.djangoapps.discussion.tasks.send_ace_message
cms-worker_1      |   . lms.djangoapps.discussion.tasks.update_discussions_map
cms-worker_1      |   . lms.djangoapps.email_marketing.tasks.get_email_cookies_via_sailthru
cms-worker_1      |   . lms.djangoapps.email_marketing.tasks.update_course_enrollment
cms-worker_1      |   . lms.djangoapps.email_marketing.tasks.update_user
cms-worker_1      |   . lms.djangoapps.email_marketing.tasks.update_user_email
cms-worker_1      |   . lms.djangoapps.grades.tasks.compute_all_grades_for_course
cms-worker_1      |   . lms.djangoapps.grades.tasks.compute_grades_for_course
cms-worker_1      |   . lms.djangoapps.grades.tasks.compute_grades_for_course_v2
cms-worker_1      |   . lms.djangoapps.grades.tasks.recalculate_course_and_subsection_grades_for_user
cms-worker_1      |   . lms.djangoapps.grades.tasks.recalculate_subsection_grade_v3
cms-worker_1      |   . openedx.core.djangoapps.bookmarks.tasks.update_xblock_cache
cms-worker_1      |   . openedx.core.djangoapps.ccxcon.tasks.update_ccxcon
cms-worker_1      |   . openedx.core.djangoapps.content.block_structure.tasks.get_course_in_cache
cms-worker_1      |   . openedx.core.djangoapps.content.block_structure.tasks.get_course_in_cache_v2
cms-worker_1      |   . openedx.core.djangoapps.content.block_structure.tasks.update_course_in_cache
cms-worker_1      |   . openedx.core.djangoapps.content.block_structure.tasks.update_course_in_cache_v2
cms_1             | WARNING:py.warnings:/openedx/edx-platform/lms/djangoapps/courseware/__init__.py:5: DeprecationWarning: Importing 'lms.djangoapps.courseware' as 'courseware' is no longer supported
cms_1             |   warnings.warn("Importing 'lms.djangoapps.courseware' as 'courseware' is no longer supported", DeprecationWarning)
cms_1             | 
cms_1             | WARNING:py.warnings:/openedx/edx-platform/lms/djangoapps/courseware/__init__.py:5: DeprecationWarning: Importing 'lms.djangoapps.courseware' as 'courseware' is no longer supported
cms_1             |   warnings.warn("Importing 'lms.djangoapps.courseware' as 'courseware' is no longer supported", DeprecationWarning)
cms_1             | 
cms_1             | 2020-05-19 03:43:47,467 WARNING 11 [enterprise.utils] utils.py:50 - Could not import Registry from third_party_auth.provider
cms_1             | 2020-05-19 03:43:47,467 WARNING 11 [enterprise.utils] utils.py:51 - cannot import name EnterpriseCustomerUser
cms_1             | WARNING:py.warnings:/openedx/edx-platform/lms/djangoapps/courseware/__init__.py:5: DeprecationWarning: Importing 'lms.djangoapps.courseware' as 'courseware' is no longer supported
cms_1             |   warnings.warn("Importing 'lms.djangoapps.courseware' as 'courseware' is no longer supported", DeprecationWarning)
cms_1             | 
cms_1             | WARNING:py.warnings:/openedx/edx-platform/lms/djangoapps/courseware/__init__.py:5: DeprecationWarning: Importing 'lms.djangoapps.courseware' as 'courseware' is no longer supported
cms_1             |   warnings.warn("Importing 'lms.djangoapps.courseware' as 'courseware' is no longer supported", DeprecationWarning)
cms_1             | 
cms_1             | 2020-05-19 03:44:01,747 WARNING 10 [enterprise.utils] utils.py:50 - Could not import Registry from third_party_auth.provider
cms_1             | 2020-05-19 03:44:01,747 WARNING 10 [enterprise.utils] utils.py:51 - cannot import name EnterpriseCustomerUser
cms_1             | 2020-05-19 03:44:01,800 WARNING 12 [enterprise.utils] utils.py:50 - Could not import Registry from third_party_auth.provider
cms_1             | 2020-05-19 03:44:01,801 WARNING 12 [enterprise.utils] utils.py:51 - cannot import name EnterpriseCustomerUser
cms-worker_1      |   . openedx.core.djangoapps.coursegraph.tasks.dump_course_to_neo4j
cms-worker_1      |   . openedx.core.djangoapps.credit.tasks.update_credit_course_requirements
cms-worker_1      |   . openedx.core.djangoapps.schedules.tasks.ScheduleCourseUpdate
cms-worker_1      |   . openedx.core.djangoapps.schedules.tasks.ScheduleMessageBaseTask
cms-worker_1      |   . openedx.core.djangoapps.schedules.tasks.ScheduleRecurringNudge
cms-worker_1      |   . openedx.core.djangoapps.schedules.tasks.ScheduleUpgradeReminder
cms-worker_1      | [2020-05-19 03:44:20,795: INFO/MainProcess] Connected to amqp://guest:**@rabbitmq:5672//
cms-worker_1      | [2020-05-19 03:44:20,837: INFO/MainProcess] mingle: searching for neighbors
cms-worker_1      | [2020-05-19 03:44:21,895: INFO/MainProcess] mingle: all alone
cms-worker_1      | [2020-05-19 03:44:22,276: WARNING/MainProcess] celery@edx.cms.core.default.%845624632a7d ready.
lms_1             | WARNING:py.warnings:/openedx/edx-platform/lms/djangoapps/courseware/__init__.py:5: DeprecationWarning: Importing 'lms.djangoapps.courseware' as 'courseware' is no longer supported
lms_1             |   warnings.warn("Importing 'lms.djangoapps.courseware' as 'courseware' is no longer supported", DeprecationWarning)
lms_1             | 
lms_1             | 2020-05-19 03:43:54,344 WARNING 11 [enterprise.utils] utils.py:50 - Could not import Registry from third_party_auth.provider
lms_1             | 2020-05-19 03:43:54,344 WARNING 11 [enterprise.utils] utils.py:51 - cannot import name _LTI_BACKENDS
lms_1             | 2020-05-19 03:43:54,358 WARNING 13 [enterprise.utils] utils.py:50 - Could not import Registry from third_party_auth.provider
lms_1             | 2020-05-19 03:43:54,358 WARNING 13 [enterprise.utils] utils.py:51 - cannot import name _LTI_BACKENDS
lms_1             | 2020-05-19 04:03:43,913 INFO 11 [tracking] logger.py:50 - {"username": "", "event_type": "/", "ip": "172.18.0.1", "agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36", "host": "localhost", "referer": "", "accept_language": "en-US,en;q=0.9", "event": "{\"POST\": {}, \"GET\": {}}", "event_source": "server", "context": {"user_id": null, "org_id": "", "course_id": "", "path": "/"}, "time": "2020-05-19T04:03:43.913219+00:00", "page": null}
lms_1             | 2020-05-19 04:03:45,634 WARNING 11 [openedx.core.djangoapps.catalog.utils] utils.py:103 - Failed to get program UUIDs from the cache for site example.com.
lms_1             | 2020-05-19 04:03:46,293 ERROR 11 [root] signals.py:21 - Uncaught exception from None
lms_1             | Traceback (most recent call last):
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/django/core/handlers/exception.py", line 41, in inner
lms_1             |     response = get_response(request)
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 249, in _legacy_get_response
lms_1             |     response = self._get_response(request)
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 187, in _get_response
lms_1             |     response = self.process_exception_by_middleware(e, request)
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 185, in _get_response
lms_1             |     response = wrapped_callback(request, *callback_args, **callback_kwargs)
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/django/utils/decorators.py", line 149, in _wrapped_view
lms_1             |     response = view_func(request, *args, **kwargs)
lms_1             |   File "/openedx/edx-platform/common/djangoapps/util/cache.py", line 76, in wrapper
lms_1             |     response = view_func(request, *args, **kwargs)
lms_1             |   File "/openedx/edx-platform/lms/djangoapps/branding/views.py", line 77, in index
lms_1             |     return student.views.index(request, user=request.user)
lms_1             |   File "/openedx/edx-platform/common/djangoapps/student/views/management.py", line 186, in index
lms_1             |     return render_to_response('index.html', context)
lms_1             |   File "/openedx/edx-platform/common/djangoapps/edxmako/shortcuts.py", line 169, in render_to_response
lms_1             |     return HttpResponse(render_to_string(template_name, dictionary, namespace, request), **kwargs)
lms_1             |   File "/openedx/edx-platform/common/djangoapps/edxmako/shortcuts.py", line 159, in render_to_string
lms_1             |     return template.render(dictionary, request)
lms_1             |   File "/openedx/edx-platform/common/djangoapps/edxmako/template.py", line 59, in render
lms_1             |     return self.mako_template.render_unicode(**context_dictionary)
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/mako/template.py", line 454, in render_unicode
lms_1             |     as_unicode=True)
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/mako/runtime.py", line 829, in _render
lms_1             |     **_kwargs_for_callable(callable_, data))
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/mako/runtime.py", line 864, in _render_context
lms_1             |     _exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/mako/runtime.py", line 890, in _exec_template
lms_1             |     callable_(context, *args, **kwargs)
lms_1             |   File "/tmp/mako_lms/1374d0592afbffeb77695b71321dcee0/main.html.py", line 220, in render_body
lms_1             |     __M_writer(filters.decode.utf8(static.webpack(entry=u'commons')))
lms_1             |   File "/tmp/mako_lms/1374d0592afbffeb77695b71321dcee0/static_content.html.py", line 288, in render_webpack
lms_1             |     __M_writer(filters.html_escape(filters.decode.utf8(HTML(render_bundle(entry, extension=None, config='DEFAULT', attrs=attrs)))))
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/webpack_loader/templatetags/webpack_loader.py", line 12, in render_bundle
lms_1             |     tags = utils.get_as_tags(bundle_name, extension=extension, config=config, attrs=attrs)
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/webpack_loader/utils.py", line 45, in get_as_tags
lms_1             |     bundle = _get_bundle(bundle_name, extension, config)
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/webpack_loader/utils.py", line 23, in _get_bundle
lms_1             |     bundle = get_loader(config).get_bundle(bundle_name)
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/webpack_loader/loader.py", line 100, in get_bundle
lms_1             |     "The stats file does not contain valid data. Make sure "
lms_1             | WebpackLoaderBadStatsError: The stats file does not contain valid data. Make sure webpack-bundle-tracker plugin is enabled and try to run webpack again.
lms_1             | 2020-05-19 04:03:46,295 ERROR 11 [django.request] exception.py:135 - Internal Server Error: /
lms_1             | Traceback (most recent call last):
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/django/core/handlers/exception.py", line 41, in inner
lms_1             |     response = get_response(request)
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 249, in _legacy_get_response
lms_1             |     response = self._get_response(request)
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 187, in _get_response
lms_1             |     response = self.process_exception_by_middleware(e, request)
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 185, in _get_response
lms_1             |     response = wrapped_callback(request, *callback_args, **callback_kwargs)
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/django/utils/decorators.py", line 149, in _wrapped_view
lms_1             |     response = view_func(request, *args, **kwargs)
lms_1             |   File "/openedx/edx-platform/common/djangoapps/util/cache.py", line 76, in wrapper
lms_1             |     response = view_func(request, *args, **kwargs)
lms_1             |   File "/openedx/edx-platform/lms/djangoapps/branding/views.py", line 77, in index
lms_1             |     return student.views.index(request, user=request.user)
lms_1             |   File "/openedx/edx-platform/common/djangoapps/student/views/management.py", line 186, in index
lms_1             |     return render_to_response('index.html', context)
lms_1             |   File "/openedx/edx-platform/common/djangoapps/edxmako/shortcuts.py", line 169, in render_to_response
lms_1             |     return HttpResponse(render_to_string(template_name, dictionary, namespace, request), **kwargs)
lms_1             |   File "/openedx/edx-platform/common/djangoapps/edxmako/shortcuts.py", line 159, in render_to_string
lms_1             |     return template.render(dictionary, request)
elasticsearch_1   | [2020-05-19 03:43:36,353][INFO ][node                     ] [Jade Dragon] version[1.5.2], pid[1], build[62ff986/2015-04-27T09:21:06Z]
elasticsearch_1   | [2020-05-19 03:43:36,354][INFO ][node                     ] [Jade Dragon] initializing ...
elasticsearch_1   | [2020-05-19 03:43:36,357][INFO ][plugins                  ] [Jade Dragon] loaded [], sites []
elasticsearch_1   | [2020-05-19 03:43:38,507][INFO ][node                     ] [Jade Dragon] initialized
elasticsearch_1   | [2020-05-19 03:43:38,508][INFO ][node                     ] [Jade Dragon] starting ...
elasticsearch_1   | [2020-05-19 03:43:38,809][INFO ][transport                ] [Jade Dragon] bound_address {inet[/0.0.0.0:9300]}, publish_address {inet[/172.18.0.5:9300]}
elasticsearch_1   | [2020-05-19 03:43:38,822][INFO ][discovery                ] [Jade Dragon] openedx/bc0dbsdKStm5BjoU76lv3Q
elasticsearch_1   | [2020-05-19 03:43:42,589][INFO ][cluster.service          ] [Jade Dragon] new_master [Jade Dragon][bc0dbsdKStm5BjoU76lv3Q][d8db265e7135][inet[/172.18.0.5:9300]], reason: zen-disco-join (elected_as_master)
elasticsearch_1   | [2020-05-19 03:43:42,611][INFO ][http                     ] [Jade Dragon] bound_address {inet[/0.0.0.0:9200]}, publish_address {inet[/172.18.0.5:9200]}
elasticsearch_1   | [2020-05-19 03:43:42,611][INFO ][node                     ] [Jade Dragon] started
elasticsearch_1   | [2020-05-19 03:43:42,994][INFO ][gateway                  ] [Jade Dragon] recovered [0] indices into cluster_state
elasticsearch_1   | [2020-05-19 04:02:16,687][INFO ][cluster.metadata         ] [Jade Dragon] [content_20200519040216570] creating index, cause [api], templates [], shards [5]/[1], mappings []
elasticsearch_1   | [2020-05-19 04:02:16,961][INFO ][cluster.metadata         ] [Jade Dragon] [content_20200519040216570] create_mapping [comment_thread]
elasticsearch_1   | [2020-05-19 04:02:17,365][INFO ][cluster.metadata         ] [Jade Dragon] [content_20200519040216570] create_mapping [comment]
elasticsearch_1   | [2020-05-19 04:02:19,247][INFO ][cluster.metadata         ] [Jade Dragon] [content_20200519040219240] creating index, cause [api], templates [], shards [5]/[1], mappings []
elasticsearch_1   | [2020-05-19 04:02:19,436][INFO ][cluster.metadata         ] [Jade Dragon] [content_20200519040219240] create_mapping [comment_thread]
elasticsearch_1   | [2020-05-19 04:02:19,853][INFO ][cluster.metadata         ] [Jade Dragon] [content_20200519040219240] create_mapping [comment]
lms_1             |   File "/openedx/edx-platform/common/djangoapps/edxmako/template.py", line 59, in render
lms_1             |     return self.mako_template.render_unicode(**context_dictionary)
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/mako/template.py", line 454, in render_unicode
lms_1             |     as_unicode=True)
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/mako/runtime.py", line 829, in _render
lms_1             |     **_kwargs_for_callable(callable_, data))
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/mako/runtime.py", line 864, in _render_context
lms_1             |     _exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/mako/runtime.py", line 890, in _exec_template
lms_1             |     callable_(context, *args, **kwargs)
lms_1             |   File "/tmp/mako_lms/1374d0592afbffeb77695b71321dcee0/main.html.py", line 220, in render_body
lms_1             |     __M_writer(filters.decode.utf8(static.webpack(entry=u'commons')))
lms_1             |   File "/tmp/mako_lms/1374d0592afbffeb77695b71321dcee0/static_content.html.py", line 288, in render_webpack
lms_1             |     __M_writer(filters.html_escape(filters.decode.utf8(HTML(render_bundle(entry, extension=None, config='DEFAULT', attrs=attrs)))))
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/webpack_loader/templatetags/webpack_loader.py", line 12, in render_bundle
lms_1             |     tags = utils.get_as_tags(bundle_name, extension=extension, config=config, attrs=attrs)
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/webpack_loader/utils.py", line 45, in get_as_tags
lms_1             |     bundle = _get_bundle(bundle_name, extension, config)
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/webpack_loader/utils.py", line 23, in _get_bundle
lms_1             |     bundle = get_loader(config).get_bundle(bundle_name)
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/webpack_loader/loader.py", line 100, in get_bundle
lms_1             |     "The stats file does not contain valid data. Make sure "
lms_1             | WebpackLoaderBadStatsError: The stats file does not contain valid data. Make sure webpack-bundle-tracker plugin is enabled and try to run webpack again.
lms_1             | 172.18.0.13 - - [19/May/2020:04:03:46 +0000] "GET / HTTP/1.0" 500 - "-" "-"
forum_1           | W, [2020-05-19T03:55:39.934489 #18]  WARN -- : MONGODB | Unsupported client option 'retry_interval'. It will be ignored.
forum_1           | W, [2020-05-19T03:55:39.934507 #18]  WARN -- : MONGODB | Unsupported client option 'timeout'. It will be ignored.
forum_1           | ERROR: ElasticSearch configuration validation failed. "rake search:validate_index" failed with the following message: Alias 'content' does not exist.
forum_1           | Waiting for mongodb/elasticsearch...
forum_1           | 2020/05/19 03:56:41 Waiting for: tcp://mongodb:27017
forum_1           | 2020/05/19 03:56:41 Waiting for: http://elasticsearch:9200
forum_1           | 2020/05/19 03:56:41 Connected to tcp://mongodb:27017
forum_1           | 2020/05/19 03:56:41 Received 200 from http://elasticsearch:9200
forum_1           | /openedx/cs_comments_service/vendor/bundle/ruby/2.4.0/gems/elasticsearch-transport-1.1.2/lib/elasticsearch/transport/transport/base.rb:52: warning: constant ::Fixnum is deprecated
forum_1           | /openedx/cs_comments_service/vendor/bundle/ruby/2.4.0/gems/elasticsearch-transport-1.1.2/lib/elasticsearch/transport/transport/base.rb:54: warning: constant ::Fixnum is deprecated
forum_1           | W, [2020-05-19T03:56:44.288897 #17]  WARN -- : Overwriting existing field _id in class User.
forum_1           | W, [2020-05-19T03:56:44.355026 #17]  WARN -- : MONGODB | Unsupported client option 'max_retries'. It will be ignored.
forum_1           | W, [2020-05-19T03:56:44.355117 #17]  WARN -- : MONGODB | Unsupported client option 'retry_interval'. It will be ignored.
forum_1           | W, [2020-05-19T03:56:44.355181 #17]  WARN -- : MONGODB | Unsupported client option 'timeout'. It will be ignored.
forum_1           | ERROR: ElasticSearch configuration validation failed. "rake search:validate_index" failed with the following message: Alias 'content' does not exist.
forum_1           | Waiting for mongodb/elasticsearch...
forum_1           | 2020/05/19 03:57:46 Waiting for: tcp://mongodb:27017
forum_1           | 2020/05/19 03:57:46 Waiting for: http://elasticsearch:9200
forum_1           | 2020/05/19 03:57:46 Connected to tcp://mongodb:27017
forum_1           | 2020/05/19 03:57:46 Received 200 from http://elasticsearch:9200
forum_1           | /openedx/cs_comments_service/vendor/bundle/ruby/2.4.0/gems/elasticsearch-transport-1.1.2/lib/elasticsearch/transport/transport/base.rb:52: warning: constant ::Fixnum is deprecated
forum_1           | /openedx/cs_comments_service/vendor/bundle/ruby/2.4.0/gems/elasticsearch-transport-1.1.2/lib/elasticsearch/transport/transport/base.rb:54: warning: constant ::Fixnum is deprecated
forum_1           | W, [2020-05-19T03:57:49.681910 #17]  WARN -- : Overwriting existing field _id in class User.
forum_1           | W, [2020-05-19T03:57:49.773806 #17]  WARN -- : MONGODB | Unsupported client option 'max_retries'. It will be ignored.
forum_1           | W, [2020-05-19T03:57:49.773872 #17]  WARN -- : MONGODB | Unsupported client option 'retry_interval'. It will be ignored.
forum_1           | W, [2020-05-19T03:57:49.773897 #17]  WARN -- : MONGODB | Unsupported client option 'timeout'. It will be ignored.
forum_1           | ERROR: ElasticSearch configuration validation failed. "rake search:validate_index" failed with the following message: Alias 'content' does not exist.
forum_1           | Waiting for mongodb/elasticsearch...
forum_1           | 2020/05/19 03:58:52 Waiting for: tcp://mongodb:27017
forum_1           | 2020/05/19 03:58:52 Waiting for: http://elasticsearch:9200
forum_1           | 2020/05/19 03:58:52 Connected to tcp://mongodb:27017
forum_1           | 2020/05/19 03:58:52 Received 200 from http://elasticsearch:9200
forum_1           | /openedx/cs_comments_service/vendor/bundle/ruby/2.4.0/gems/elasticsearch-transport-1.1.2/lib/elasticsearch/transport/transport/base.rb:52: warning: constant ::Fixnum is deprecated
forum_1           | /openedx/cs_comments_service/vendor/bundle/ruby/2.4.0/gems/elasticsearch-transport-1.1.2/lib/elasticsearch/transport/transport/base.rb:54: warning: constant ::Fixnum is deprecated
forum_1           | W, [2020-05-19T03:58:54.824684 #18]  WARN -- : Overwriting existing field _id in class User.
forum_1           | W, [2020-05-19T03:58:54.865502 #18]  WARN -- : MONGODB | Unsupported client option 'max_retries'. It will be ignored.
forum_1           | W, [2020-05-19T03:58:54.865548 #18]  WARN -- : MONGODB | Unsupported client option 'retry_interval'. It will be ignored.
forum_1           | W, [2020-05-19T03:58:54.865565 #18]  WARN -- : MONGODB | Unsupported client option 'timeout'. It will be ignored.
forum_1           | ERROR: ElasticSearch configuration validation failed. "rake search:validate_index" failed with the following message: Alias 'content' does not exist.
forum_1           | Waiting for mongodb/elasticsearch...
forum_1           | 2020/05/19 03:59:56 Waiting for: tcp://mongodb:27017
forum_1           | 2020/05/19 03:59:56 Waiting for: http://elasticsearch:9200
forum_1           | 2020/05/19 03:59:56 Connected to tcp://mongodb:27017
forum_1           | 2020/05/19 03:59:56 Received 200 from http://elasticsearch:9200
forum_1           | /openedx/cs_comments_service/vendor/bundle/ruby/2.4.0/gems/elasticsearch-transport-1.1.2/lib/elasticsearch/transport/transport/base.rb:52: warning: constant ::Fixnum is deprecated
forum_1           | /openedx/cs_comments_service/vendor/bundle/ruby/2.4.0/gems/elasticsearch-transport-1.1.2/lib/elasticsearch/transport/transport/base.rb:54: warning: constant ::Fixnum is deprecated
forum_1           | W, [2020-05-19T03:59:58.120471 #16]  WARN -- : Overwriting existing field _id in class User.
forum_1           | W, [2020-05-19T03:59:58.162405 #16]  WARN -- : MONGODB | Unsupported client option 'max_retries'. It will be ignored.
forum_1           | W, [2020-05-19T03:59:58.162450 #16]  WARN -- : MONGODB | Unsupported client option 'retry_interval'. It will be ignored.
forum_1           | W, [2020-05-19T03:59:58.162467 #16]  WARN -- : MONGODB | Unsupported client option 'timeout'. It will be ignored.
forum_1           | ERROR: ElasticSearch configuration validation failed. "rake search:validate_index" failed with the following message: Alias 'content' does not exist.
forum_1           | Waiting for mongodb/elasticsearch...
forum_1           | 2020/05/19 04:00:59 Waiting for: tcp://mongodb:27017
forum_1           | 2020/05/19 04:00:59 Waiting for: http://elasticsearch:9200
forum_1           | 2020/05/19 04:00:59 Connected to tcp://mongodb:27017
forum_1           | 2020/05/19 04:00:59 Received 200 from http://elasticsearch:9200
forum_1           | /openedx/cs_comments_service/vendor/bundle/ruby/2.4.0/gems/elasticsearch-transport-1.1.2/lib/elasticsearch/transport/transport/base.rb:52: warning: constant ::Fixnum is deprecated
forum_1           | /openedx/cs_comments_service/vendor/bundle/ruby/2.4.0/gems/elasticsearch-transport-1.1.2/lib/elasticsearch/transport/transport/base.rb:54: warning: constant ::Fixnum is deprecated
forum_1           | W, [2020-05-19T04:01:02.881710 #17]  WARN -- : Overwriting existing field _id in class User.
forum_1           | W, [2020-05-19T04:01:02.944121 #17]  WARN -- : MONGODB | Unsupported client option 'max_retries'. It will be ignored.
forum_1           | W, [2020-05-19T04:01:02.944215 #17]  WARN -- : MONGODB | Unsupported client option 'retry_interval'. It will be ignored.
forum_1           | W, [2020-05-19T04:01:02.944307 #17]  WARN -- : MONGODB | Unsupported client option 'timeout'. It will be ignored.
forum_1           | ERROR: ElasticSearch configuration validation failed. "rake search:validate_index" failed with the following message: Alias 'content' does not exist.
forum_1           | Waiting for mongodb/elasticsearch...
forum_1           | 2020/05/19 04:02:04 Waiting for: tcp://mongodb:27017
forum_1           | 2020/05/19 04:02:04 Waiting for: http://elasticsearch:9200
forum_1           | 2020/05/19 04:02:04 Connected to tcp://mongodb:27017
forum_1           | 2020/05/19 04:02:04 Received 200 from http://elasticsearch:9200
forum_1           | /openedx/cs_comments_service/vendor/bundle/ruby/2.4.0/gems/elasticsearch-transport-1.1.2/lib/elasticsearch/transport/transport/base.rb:52: warning: constant ::Fixnum is deprecated
forum_1           | /openedx/cs_comments_service/vendor/bundle/ruby/2.4.0/gems/elasticsearch-transport-1.1.2/lib/elasticsearch/transport/transport/base.rb:54: warning: constant ::Fixnum is deprecated
forum_1           | W, [2020-05-19T04:02:05.730093 #15]  WARN -- : Overwriting existing field _id in class User.
forum_1           | W, [2020-05-19T04:02:05.770954 #15]  WARN -- : MONGODB | Unsupported client option 'max_retries'. It will be ignored.
forum_1           | W, [2020-05-19T04:02:05.771000 #15]  WARN -- : MONGODB | Unsupported client option 'retry_interval'. It will be ignored.
forum_1           | W, [2020-05-19T04:02:05.771017 #15]  WARN -- : MONGODB | Unsupported client option 'timeout'. It will be ignored.
forum_1           | ERROR: ElasticSearch configuration validation failed. "rake search:validate_index" failed with the following message: Alias 'content' does not exist.
forum_1           | Waiting for mongodb/elasticsearch...
forum_1           | 2020/05/19 04:03:06 Waiting for: tcp://mongodb:27017
forum_1           | 2020/05/19 04:03:06 Waiting for: http://elasticsearch:9200
forum_1           | 2020/05/19 04:03:06 Connected to tcp://mongodb:27017
forum_1           | 2020/05/19 04:03:06 Received 200 from http://elasticsearch:9200
forum_1           | /openedx/cs_comments_service/vendor/bundle/ruby/2.4.0/gems/elasticsearch-transport-1.1.2/lib/elasticsearch/transport/transport/base.rb:52: warning: constant ::Fixnum is deprecated
forum_1           | /openedx/cs_comments_service/vendor/bundle/ruby/2.4.0/gems/elasticsearch-transport-1.1.2/lib/elasticsearch/transport/transport/base.rb:54: warning: constant ::Fixnum is deprecated
forum_1           | W, [2020-05-19T04:03:07.873892 #15]  WARN -- : Overwriting existing field _id in class User.
forum_1           | W, [2020-05-19T04:03:07.911788 #15]  WARN -- : MONGODB | Unsupported client option 'max_retries'. It will be ignored.
forum_1           | W, [2020-05-19T04:03:07.911835 #15]  WARN -- : MONGODB | Unsupported client option 'retry_interval'. It will be ignored.
forum_1           | W, [2020-05-19T04:03:07.911851 #15]  WARN -- : MONGODB | Unsupported client option 'timeout'. It will be ignored.
forum_1           | I, [2020-05-19T04:03:07.967012 #15]  INFO -- : Passed: Alias 'content' exists with up-to-date mappings.
forum_1           | I, [2020-05-19T04:03:07.969010 #15]  INFO -- : Refreshing Gem list
forum_1           | Loading config.ru.
forum_1           | `Rack::Timeout.timeout=`: class-level settings are deprecated. See README for examples on using the middleware initializer instead.
forum_1           | I, [2020-05-19T04:03:07.970462 #15]  INFO -- : listening on addr=0.0.0.0:4567 fd=14
forum_1           | I, [2020-05-19T04:03:07.970711 #15]  INFO -- : worker=0 spawning...
forum_1           | I, [2020-05-19T04:03:07.975617 #15]  INFO -- : worker=1 spawning...
forum_1           | I, [2020-05-19T04:03:07.977276 #23]  INFO -- : worker=0 ready
forum_1           | I, [2020-05-19T04:03:07.980160 #15]  INFO -- : worker=2 spawning...
forum_1           | I, [2020-05-19T04:03:07.981898 #26]  INFO -- : worker=1 ready
forum_1           | I, [2020-05-19T04:03:07.984848 #15]  INFO -- : worker=3 spawning...
forum_1           | I, [2020-05-19T04:03:07.986767 #29]  INFO -- : worker=2 ready
forum_1           | I, [2020-05-19T04:03:07.989353 #15]  INFO -- : master process ready
forum_1           | I, [2020-05-19T04:03:07.991055 #32]  INFO -- : worker=3 ready
lms-worker_1      | 
lms-worker_1      | Please specify a different user using the -u option.
lms-worker_1      | 
lms-worker_1      | User information: uid=0 euid=0 gid=0 egid=0
lms-worker_1      | 
lms-worker_1      |   uid=uid, euid=euid, gid=gid, egid=egid,
lms-worker_1      | 
lms-worker_1      | 2020-05-19 03:44:20,518 WARNING 1 [py.warnings] worker.py:161 - /openedx/venv/local/lib/python2.7/site-packages/celery/apps/worker.py:161: CDeprecationWarning: 
lms-worker_1      | Starting from version 3.2 Celery will refuse to accept pickle by default.
lms-worker_1      | 
lms-worker_1      | The pickle serializer is a security concern as it may give attackers
lms-worker_1      | the ability to execute any command.  It's important to secure
lms-worker_1      | your broker from unauthorized access when using pickle, so we think
lms-worker_1      | that enabling pickle should require a deliberate action and not be
lms-worker_1      | the default choice.
lms-worker_1      | 
lms-worker_1      | If you depend on pickle then you should set a setting to disable this
lms-worker_1      | warning and to be sure that everything will continue working
lms-worker_1      | when you upgrade to Celery 3.2::
lms-worker_1      | 
lms-worker_1      |     CELERY_ACCEPT_CONTENT = ['pickle', 'json', 'msgpack', 'yaml']
lms-worker_1      | 
lms-worker_1      | You must only enable the serializers that you will actually use.
lms-worker_1      | 
lms-worker_1      | 
lms-worker_1      |   warnings.warn(CDeprecationWarning(W_PICKLE_DEPRECATED))
lms-worker_1      | 
lms-worker_1      |  
lms-worker_1      |  -------------- celery@edx.lms.core.default.%319a917ad4cb v3.1.25 (Cipater)
lms-worker_1      | ---- **** ----- 
lms-worker_1      | --- * ***  * -- Linux-5.3.0-51-generic-x86_64-with-Ubuntu-16.04-xenial
lms-worker_1      | -- * - **** --- 
lms-worker_1      | - ** ---------- [config]
lms-worker_1      | - ** ---------- .> app:         proj:0x7fdf44e97850
lms-worker_1      | - ** ---------- .> transport:   amqp://guest:**@rabbitmq:5672//
lms-worker_1      | - ** ---------- .> results:     
lms-worker_1      | - *** --- * --- .> concurrency: 8 (prefork)
lms-worker_1      | -- ******* ---- 
lms-worker_1      | --- ***** ----- [queues]
lms-worker_1      |  -------------- .> edx.lms.core.default exchange=edx.lms.core(direct) key=edx.lms.core.default
lms-worker_1      |                 .> edx.lms.core.high exchange=edx.lms.core(direct) key=edx.lms.core.high
lms-worker_1      |                 .> edx.lms.core.high_mem exchange=edx.lms.core(direct) key=edx.lms.core.high_mem
lms-worker_1      | 
lms-worker_1      | [tasks]
lms-worker_1      |   . bulk_email.tasks.send_course_email
lms-worker_1      |   . celery_utils.tasks.mark_resolved
lms-worker_1      |   . edx_sga.tasks.zip_student_submissions
lms-worker_1      |   . email_marketing.tasks.get_email_cookies_via_sailthru
lms-worker_1      |   . email_marketing.tasks.update_course_enrollment
lms-worker_1      |   . email_marketing.tasks.update_user
lms-worker_1      |   . email_marketing.tasks.update_user_email
lms-worker_1      |   . gating.tasks.task_evaluate_subsection_completion_milestones
lms-worker_1      |   . integrated_channels.integrated_channel.tasks.transmit_content_metadata
lms-worker_1      |   . integrated_channels.integrated_channel.tasks.transmit_learner_data
lms-worker_1      |   . integrated_channels.integrated_channel.tasks.unlink_inactive_learners
lms-worker_1      |   . lms.djangoapps.certificates.tasks.generate_certificate
lms-worker_1      |   . lms.djangoapps.discussion.tasks.send_ace_message
lms-worker_1      |   . lms.djangoapps.discussion.tasks.update_discussions_map
lms-worker_1      |   . lms.djangoapps.email_marketing.tasks.get_email_cookies_via_sailthru
lms-worker_1      |   . lms.djangoapps.email_marketing.tasks.update_course_enrollment
lms-worker_1      |   . lms.djangoapps.email_marketing.tasks.update_user
lms-worker_1      |   . lms.djangoapps.email_marketing.tasks.update_user_email
lms-worker_1      |   . lms.djangoapps.grades.tasks.compute_all_grades_for_course
lms-worker_1      |   . lms.djangoapps.grades.tasks.compute_grades_for_course
lms-worker_1      |   . lms.djangoapps.grades.tasks.compute_grades_for_course_v2
lms-worker_1      |   . lms.djangoapps.grades.tasks.recalculate_course_and_subsection_grades_for_user
lms-worker_1      |   . lms.djangoapps.grades.tasks.recalculate_subsection_grade_v3
lms-worker_1      |   . lms.djangoapps.instructor_task.tasks.calculate_grades_csv
lms-worker_1      |   . lms.djangoapps.instructor_task.tasks.calculate_may_enroll_csv
lms-worker_1      |   . lms.djangoapps.instructor_task.tasks.calculate_problem_grade_report
lms-worker_1      |   . lms.djangoapps.instructor_task.tasks.calculate_problem_responses_csv
lms-worker_1      |   . lms.djangoapps.instructor_task.tasks.calculate_students_features_csv
lms-worker_1      |   . lms.djangoapps.instructor_task.tasks.cohort_students
lms-worker_1      |   . lms.djangoapps.instructor_task.tasks.course_survey_report_csv
lms-worker_1      |   . lms.djangoapps.instructor_task.tasks.delete_problem_state
lms-worker_1      |   . lms.djangoapps.instructor_task.tasks.enrollment_report_features_csv
lms-worker_1      |   . lms.djangoapps.instructor_task.tasks.exec_summary_report_csv
lms-worker_1      |   . lms.djangoapps.instructor_task.tasks.export_ora2_data
lms-worker_1      |   . lms.djangoapps.instructor_task.tasks.generate_certificates
lms-worker_1      |   . lms.djangoapps.instructor_task.tasks.override_problem_score
lms-worker_1      |   . lms.djangoapps.instructor_task.tasks.proctored_exam_results_csv
lms-worker_1      |   . lms.djangoapps.instructor_task.tasks.rescore_problem
lms-worker_1      |   . lms.djangoapps.instructor_task.tasks.reset_problem_attempts
lms-worker_1      |   . lms.djangoapps.instructor_task.tasks.send_bulk_course_email
lms-worker_1      |   . lms.djangoapps.verify_student.tasks.send_verification_status_email
lms-worker_1      |   . openedx.core.djangoapps.content.block_structure.tasks.get_course_in_cache
lms-worker_1      |   . openedx.core.djangoapps.content.block_structure.tasks.get_course_in_cache_v2
lms-worker_1      |   . openedx.core.djangoapps.content.block_structure.tasks.update_course_in_cache
lms-worker_1      |   . openedx.core.djangoapps.content.block_structure.tasks.update_course_in_cache_v2
lms-worker_1      |   . openedx.core.djangoapps.coursegraph.tasks.dump_course_to_neo4j
lms-worker_1      |   . openedx.core.djangoapps.credentials.tasks.v1.tasks.send_grade_to_credentials
lms-worker_1      |   . openedx.core.djangoapps.programs.tasks.v1.tasks.award_course_certificate
lms-worker_1      |   . openedx.core.djangoapps.programs.tasks.v1.tasks.award_program_certificates
lms-worker_1      |   . openedx.core.djangoapps.schedules.tasks.ScheduleCourseUpdate
lms-worker_1      |   . openedx.core.djangoapps.schedules.tasks.ScheduleMessageBaseTask
lms-worker_1      |   . openedx.core.djangoapps.schedules.tasks.ScheduleRecurringNudge
lms-worker_1      | 2020-05-19 03:44:22,090 INFO 1 [celery.worker.consumer] consumer.py:526 - Connected to amqp://guest:**@rabbitmq:5672//
lms-worker_1      | 2020-05-19 03:44:22,100 INFO 1 [celery.worker.consumer] consumer.py:614 - mingle: searching for neighbors
lms-worker_1      | 2020-05-19 03:44:23,109 INFO 1 [celery.worker.consumer] consumer.py:632 - mingle: all alone
lms-worker_1      | 2020-05-19 03:44:23,400 WARNING 1 [celery.redirected] log.py:282 - celery@edx.lms.core.default.%319a917ad4cb ready.
mongodb_1         | 2020-05-19T03:52:27.192+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.9:60190 #71 (7 connections now open)
mongodb_1         | 2020-05-19T03:52:27.194+0000 I NETWORK  [conn71] end connection 172.18.0.9:60190 (6 connections now open)
mongodb_1         | 2020-05-19T03:52:28.999+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.9:60194 #72 (7 connections now open)
mongodb_1         | 2020-05-19T03:52:28.999+0000 I NETWORK  [conn72] end connection 172.18.0.9:60194 (6 connections now open)
mongodb_1         | 2020-05-19T03:52:28.999+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.9:60196 #73 (7 connections now open)
mongodb_1         | 2020-05-19T03:52:29.000+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.9:60198 #74 (8 connections now open)
mongodb_1         | 2020-05-19T03:52:29.007+0000 I NETWORK  [conn73] end connection 172.18.0.9:60196 (7 connections now open)
mongodb_1         | 2020-05-19T03:52:29.007+0000 I NETWORK  [conn74] end connection 172.18.0.9:60198 (7 connections now open)
mongodb_1         | 2020-05-19T03:53:30.809+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.9:60212 #75 (7 connections now open)
mongodb_1         | 2020-05-19T03:53:30.816+0000 I NETWORK  [conn75] end connection 172.18.0.9:60212 (6 connections now open)
mongodb_1         | 2020-05-19T03:53:33.247+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.9:60216 #76 (7 connections now open)
mongodb_1         | 2020-05-19T03:53:33.247+0000 I NETWORK  [conn76] end connection 172.18.0.9:60216 (6 connections now open)
mongodb_1         | 2020-05-19T03:53:33.247+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.9:60218 #77 (8 connections now open)
mongodb_1         | 2020-05-19T03:53:33.248+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.9:60220 #78 (8 connections now open)
mongodb_1         | 2020-05-19T03:53:33.256+0000 I NETWORK  [conn77] end connection 172.18.0.9:60218 (7 connections now open)
mongodb_1         | 2020-05-19T03:53:33.256+0000 I NETWORK  [conn78] end connection 172.18.0.9:60220 (7 connections now open)
mongodb_1         | 2020-05-19T03:54:34.760+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.9:60230 #79 (7 connections now open)
mongodb_1         | 2020-05-19T03:54:34.761+0000 I NETWORK  [conn79] end connection 172.18.0.9:60230 (6 connections now open)
mongodb_1         | 2020-05-19T03:54:36.126+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.9:60232 #80 (7 connections now open)
mongodb_1         | 2020-05-19T03:54:36.126+0000 I NETWORK  [conn80] end connection 172.18.0.9:60232 (6 connections now open)
mongodb_1         | 2020-05-19T03:54:36.126+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.9:60234 #81 (7 connections now open)
mongodb_1         | 2020-05-19T03:54:36.127+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.9:60236 #82 (8 connections now open)
mongodb_1         | 2020-05-19T03:54:36.135+0000 I NETWORK  [conn82] end connection 172.18.0.9:60236 (7 connections now open)
mongodb_1         | 2020-05-19T03:54:36.135+0000 I NETWORK  [conn81] end connection 172.18.0.9:60234 (7 connections now open)
mongodb_1         | 2020-05-19T03:55:37.762+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.9:60244 #83 (7 connections now open)
mongodb_1         | 2020-05-19T03:55:37.829+0000 I NETWORK  [conn83] end connection 172.18.0.9:60244 (6 connections now open)
mongodb_1         | 2020-05-19T03:55:39.935+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.9:60246 #84 (7 connections now open)
mongodb_1         | 2020-05-19T03:55:39.935+0000 I NETWORK  [conn84] end connection 172.18.0.9:60246 (6 connections now open)
mongodb_1         | 2020-05-19T03:55:39.935+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.9:60248 #85 (7 connections now open)
mongodb_1         | 2020-05-19T03:55:39.936+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.9:60250 #86 (8 connections now open)
mongodb_1         | 2020-05-19T03:55:39.944+0000 I NETWORK  [conn85] end connection 172.18.0.9:60248 (7 connections now open)
mongodb_1         | 2020-05-19T03:55:39.944+0000 I NETWORK  [conn86] end connection 172.18.0.9:60250 (7 connections now open)
mongodb_1         | 2020-05-19T03:56:41.778+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.9:60262 #87 (7 connections now open)
mongodb_1         | 2020-05-19T03:56:41.780+0000 I NETWORK  [conn87] end connection 172.18.0.9:60262 (6 connections now open)
mongodb_1         | 2020-05-19T03:56:44.465+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.9:60266 #88 (7 connections now open)
mongodb_1         | 2020-05-19T03:56:44.465+0000 I NETWORK  [conn88] end connection 172.18.0.9:60266 (6 connections now open)
mongodb_1         | 2020-05-19T03:56:44.466+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.9:60268 #89 (7 connections now open)
mongodb_1         | 2020-05-19T03:56:44.469+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.9:60270 #90 (8 connections now open)
mongodb_1         | 2020-05-19T03:56:44.489+0000 I NETWORK  [conn89] end connection 172.18.0.9:60268 (7 connections now open)
mongodb_1         | 2020-05-19T03:56:44.489+0000 I NETWORK  [conn90] end connection 172.18.0.9:60270 (7 connections now open)
mongodb_1         | 2020-05-19T03:57:46.966+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.9:60278 #91 (7 connections now open)
mongodb_1         | 2020-05-19T03:57:46.972+0000 I NETWORK  [conn91] end connection 172.18.0.9:60278 (6 connections now open)
mongodb_1         | 2020-05-19T03:57:49.787+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.9:60282 #92 (7 connections now open)
mongodb_1         | 2020-05-19T03:57:49.787+0000 I NETWORK  [conn92] end connection 172.18.0.9:60282 (6 connections now open)
mongodb_1         | 2020-05-19T03:57:49.787+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.9:60284 #93 (8 connections now open)
mongodb_1         | 2020-05-19T03:57:49.789+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.9:60286 #94 (8 connections now open)
mongodb_1         | 2020-05-19T03:57:49.798+0000 I NETWORK  [conn94] end connection 172.18.0.9:60286 (7 connections now open)
mongodb_1         | 2020-05-19T03:57:49.798+0000 I NETWORK  [conn93] end connection 172.18.0.9:60284 (7 connections now open)
mongodb_1         | 2020-05-19T03:58:52.734+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.9:60296 #95 (7 connections now open)
mongodb_1         | 2020-05-19T03:58:52.740+0000 I NETWORK  [conn95] end connection 172.18.0.9:60296 (6 connections now open)
mongodb_1         | 2020-05-19T03:58:54.887+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.9:60298 #96 (7 connections now open)
mongodb_1         | 2020-05-19T03:58:54.887+0000 I NETWORK  [conn96] end connection 172.18.0.9:60298 (6 connections now open)
mongodb_1         | 2020-05-19T03:58:54.887+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.9:60300 #97 (7 connections now open)
mongodb_1         | 2020-05-19T03:58:54.888+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.9:60302 #98 (8 connections now open)
mongodb_1         | 2020-05-19T03:58:54.895+0000 I NETWORK  [conn98] end connection 172.18.0.9:60302 (7 connections now open)
mongodb_1         | 2020-05-19T03:58:54.895+0000 I NETWORK  [conn97] end connection 172.18.0.9:60300 (7 connections now open)
mongodb_1         | 2020-05-19T03:59:56.784+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.9:60308 #99 (7 connections now open)
mongodb_1         | 2020-05-19T03:59:56.794+0000 I NETWORK  [conn99] end connection 172.18.0.9:60308 (6 connections now open)
mongodb_1         | 2020-05-19T03:59:58.163+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.9:60312 #100 (7 connections now open)
mongodb_1         | 2020-05-19T03:59:58.163+0000 I NETWORK  [conn100] end connection 172.18.0.9:60312 (6 connections now open)
mongodb_1         | 2020-05-19T03:59:58.163+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.9:60314 #101 (8 connections now open)
mongodb_1         | 2020-05-19T03:59:58.164+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.9:60316 #102 (8 connections now open)
mongodb_1         | 2020-05-19T03:59:58.169+0000 I NETWORK  [conn102] end connection 172.18.0.9:60316 (7 connections now open)
mongodb_1         | 2020-05-19T03:59:58.169+0000 I NETWORK  [conn101] end connection 172.18.0.9:60314 (7 connections now open)
mongodb_1         | 2020-05-19T04:00:59.986+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.9:60330 #103 (7 connections now open)
mongodb_1         | 2020-05-19T04:00:59.988+0000 I NETWORK  [conn103] end connection 172.18.0.9:60330 (6 connections now open)
mongodb_1         | 2020-05-19T04:01:02.966+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.9:60332 #104 (7 connections now open)
mongodb_1         | 2020-05-19T04:01:02.966+0000 I NETWORK  [conn104] end connection 172.18.0.9:60332 (6 connections now open)
mongodb_1         | 2020-05-19T04:01:02.966+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.9:60334 #105 (7 connections now open)
mongodb_1         | 2020-05-19T04:01:02.968+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.9:60336 #106 (8 connections now open)
mongodb_1         | 2020-05-19T04:01:02.979+0000 I NETWORK  [conn106] end connection 172.18.0.9:60336 (7 connections now open)
mongodb_1         | 2020-05-19T04:01:02.979+0000 I NETWORK  [conn105] end connection 172.18.0.9:60334 (7 connections now open)
mongodb_1         | 2020-05-19T04:02:04.481+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.14:36672 #107 (7 connections now open)
mongodb_1         | 2020-05-19T04:02:04.482+0000 I NETWORK  [conn107] end connection 172.18.0.14:36672 (6 connections now open)
mongodb_1         | 2020-05-19T04:02:05.772+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.14:36674 #108 (7 connections now open)
mongodb_1         | 2020-05-19T04:02:05.772+0000 I NETWORK  [conn108] end connection 172.18.0.14:36674 (6 connections now open)
mongodb_1         | 2020-05-19T04:02:05.772+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.14:36676 #109 (8 connections now open)
mongodb_1         | 2020-05-19T04:02:05.772+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.14:36678 #110 (8 connections now open)
mongodb_1         | 2020-05-19T04:02:05.779+0000 I NETWORK  [conn110] end connection 172.18.0.14:36678 (7 connections now open)
mongodb_1         | 2020-05-19T04:02:05.779+0000 I NETWORK  [conn109] end connection 172.18.0.14:36676 (7 connections now open)
mongodb_1         | 2020-05-19T04:02:14.428+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.9:60372 #111 (7 connections now open)
mongodb_1         | 2020-05-19T04:02:14.429+0000 I NETWORK  [conn111] end connection 172.18.0.9:60372 (6 connections now open)
mongodb_1         | 2020-05-19T04:02:16.566+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.9:60376 #112 (7 connections now open)
mongodb_1         | 2020-05-19T04:02:16.566+0000 I NETWORK  [conn112] end connection 172.18.0.9:60376 (6 connections now open)
mongodb_1         | 2020-05-19T04:02:16.566+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.9:60378 #113 (8 connections now open)
mongodb_1         | 2020-05-19T04:02:16.567+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.9:60380 #114 (8 connections now open)
mongodb_1         | 2020-05-19T04:02:17.567+0000 I NETWORK  [conn113] end connection 172.18.0.9:60378 (7 connections now open)
mongodb_1         | 2020-05-19T04:02:17.567+0000 I NETWORK  [conn114] end connection 172.18.0.9:60380 (6 connections now open)
mongodb_1         | 2020-05-19T04:02:19.238+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.9:60400 #115 (7 connections now open)
mongodb_1         | 2020-05-19T04:02:19.238+0000 I NETWORK  [conn115] end connection 172.18.0.9:60400 (6 connections now open)
mongodb_1         | 2020-05-19T04:02:19.238+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.9:60402 #116 (7 connections now open)
mongodb_1         | 2020-05-19T04:02:19.239+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.9:60404 #117 (8 connections now open)
mongodb_1         | 2020-05-19T04:02:20.149+0000 I NETWORK  [conn117] end connection 172.18.0.9:60404 (7 connections now open)
mongodb_1         | 2020-05-19T04:02:20.149+0000 I NETWORK  [conn116] end connection 172.18.0.9:60402 (7 connections now open)
mongodb_1         | 2020-05-19T04:03:06.665+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.9:60438 #118 (7 connections now open)
mongodb_1         | 2020-05-19T04:03:06.666+0000 I NETWORK  [conn118] end connection 172.18.0.9:60438 (6 connections now open)
mongodb_1         | 2020-05-19T04:03:07.912+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.9:60442 #119 (7 connections now open)
mongodb_1         | 2020-05-19T04:03:07.912+0000 I NETWORK  [conn119] end connection 172.18.0.9:60442 (6 connections now open)
mongodb_1         | 2020-05-19T04:03:07.912+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.9:60444 #120 (8 connections now open)
mongodb_1         | 2020-05-19T04:03:07.913+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.9:60446 #121 (8 connections now open)
mysql_1           | Initializing database
mysql_1           | 2020-05-19 03:43:39 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
mysql_1           | 2020-05-19 03:43:39 0 [Note] Ignoring --secure-file-priv value as server is running with --bootstrap.
mysql_1           | 2020-05-19 03:43:39 0 [Note] /usr/sbin/mysqld (mysqld 5.6.36) starting as process 36 ...
mysql_1           | 
mysql_1           | 
mysql_1           | 2020-05-19 03:44:02 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
mysql_1           | 2020-05-19 03:44:02 0 [Note] Ignoring --secure-file-priv value as server is running with --bootstrap.
mysql_1           | 2020-05-19 03:44:02 0 [Note] /usr/sbin/mysqld (mysqld 5.6.36) starting as process 59 ...
mysql_1           | 
mysql_1           | 
mysql_1           | 
mysql_1           | 
mysql_1           | PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
mysql_1           | To do so, start the server, then issue the following commands:
mysql_1           | 
mysql_1           |   /usr/bin/mysqladmin -u root password 'new-password'
mysql_1           |   /usr/bin/mysqladmin -u root -h 017d1a291cab password 'new-password'
mysql_1           | 
mysql_1           | Alternatively you can run:
mysql_1           | 
mysql_1           |   /usr/bin/mysql_secure_installation
mysql_1           | 
mysql_1           | which will also give you the option of removing the test
mysql_1           | databases and anonymous user created by default.  This is
mysql_1           | strongly recommended for production servers.
mysql_1           | 
mysql_1           | See the manual for more instructions.
mysql_1           | 
mysql_1           | Please report any problems at http://bugs.mysql.com/
mysql_1           | 
mysql_1           | The latest information about MySQL is available on the web at
mysql_1           | 
mysql_1           |   http://www.mysql.com
mysql_1           | 
mysql_1           | Support MySQL by buying support/licenses at http://shop.mysql.com
mysql_1           | 
mysql_1           | Note: new default config file not created.
mysql_1           | Please make sure your config file is current
mysql_1           | 
mysql_1           | WARNING: Default config file /etc/mysql/my.cnf exists on the system
mysql_1           | This file will be read by default by the MySQL server
mysql_1           | If you do not want to use this, either remove it, or use the
mysql_1           | --defaults-file argument to mysqld_safe when starting the server
mysql_1           | 
mysql_1           | Database initialized
mysql_1           | MySQL init process in progress...
mysql_1           | 2020-05-19 03:44:05 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
mysql_1           | 2020-05-19 03:44:05 0 [Note] mysqld (mysqld 5.6.36) starting as process 87 ...
mysql_1           | Warning: Unable to load '/usr/share/zoneinfo/iso3166.tab' as time zone. Skipping it.
mysql_1           | Warning: Unable to load '/usr/share/zoneinfo/leap-seconds.list' as time zone. Skipping it.
mysql_1           | Warning: Unable to load '/usr/share/zoneinfo/zone.tab' as time zone. Skipping it.
mysql_1           | 
mysql_1           | 
mysql_1           | MySQL init process done. Ready for start up.
mysql_1           | 
mysql_1           | 2020-05-19 03:44:09 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
mysql_1           | 2020-05-19 03:44:09 0 [Note] mysqld (mysqld 5.6.36) starting as process 1 ...
tutor_local_openedx-assets_1 exited with code 0
rabbitmq_1        | 
rabbitmq_1        | =INFO REPORT==== 19-May-2020::03:43:40 ===
rabbitmq_1        | Disk free limit set to 50MB
rabbitmq_1        | 
rabbitmq_1        | =INFO REPORT==== 19-May-2020::03:43:40 ===
rabbitmq_1        | Limiting to approx 1048476 file handles (943626 sockets)
rabbitmq_1        | 
rabbitmq_1        | =INFO REPORT==== 19-May-2020::03:43:40 ===
rabbitmq_1        | FHC read buffering:  OFF
rabbitmq_1        | FHC write buffering: ON
rabbitmq_1        | 
rabbitmq_1        | =INFO REPORT==== 19-May-2020::03:43:40 ===
rabbitmq_1        | Database directory at /var/lib/rabbitmq/mnesia/rabbit@4402a2db4bfa is empty. Initialising from scratch...
rabbitmq_1        | 
rabbitmq_1        | =INFO REPORT==== 19-May-2020::03:43:40 ===
rabbitmq_1        |     application: mnesia
rabbitmq_1        |     exited: stopped
rabbitmq_1        |     type: temporary
rabbitmq_1        | 
rabbitmq_1        | =INFO REPORT==== 19-May-2020::03:43:45 ===
rabbitmq_1        | Waiting for Mnesia tables for 30000 ms, 9 retries left
rabbitmq_1        | 
rabbitmq_1        | =INFO REPORT==== 19-May-2020::03:43:45 ===
rabbitmq_1        | Waiting for Mnesia tables for 30000 ms, 9 retries left
rabbitmq_1        | 
rabbitmq_1        | =INFO REPORT==== 19-May-2020::03:43:45 ===
rabbitmq_1        | Waiting for Mnesia tables for 30000 ms, 9 retries left
rabbitmq_1        | 
rabbitmq_1        | =INFO REPORT==== 19-May-2020::03:43:45 ===
rabbitmq_1        | Priority queues enabled, real BQ is rabbit_variable_queue
rabbitmq_1        | 
rabbitmq_1        | =INFO REPORT==== 19-May-2020::03:43:45 ===
rabbitmq_1        | Starting rabbit_node_monitor
rabbitmq_1        | 
rabbitmq_1        | =INFO REPORT==== 19-May-2020::03:43:45 ===
rabbitmq_1        | Management plugin: using rates mode 'basic'
rabbitmq_1        | 
rabbitmq_1        | =INFO REPORT==== 19-May-2020::03:43:46 ===
rabbitmq_1        | msg_store_transient: using rabbit_msg_store_ets_index to provide index
rabbitmq_1        | 
rabbitmq_1        | =INFO REPORT==== 19-May-2020::03:43:46 ===
rabbitmq_1        | msg_store_persistent: using rabbit_msg_store_ets_index to provide index
rabbitmq_1        | 
rabbitmq_1        | =WARNING REPORT==== 19-May-2020::03:43:46 ===
rabbitmq_1        | msg_store_persistent: rebuilding indices from scratch
rabbitmq_1        | 
rabbitmq_1        | =INFO REPORT==== 19-May-2020::03:43:46 ===
rabbitmq_1        | Adding vhost '/'
rabbitmq_1        | 
rabbitmq_1        | =INFO REPORT==== 19-May-2020::03:43:47 ===
rabbitmq_1        | Creating user 'guest'
rabbitmq_1        | 
rabbitmq_1        | =INFO REPORT==== 19-May-2020::03:43:47 ===
rabbitmq_1        | Setting user tags for user 'guest' to [administrator]
rabbitmq_1        | 
rabbitmq_1        | =INFO REPORT==== 19-May-2020::03:43:47 ===
rabbitmq_1        | Setting permissions for 'guest' in '/' to '.*', '.*', '.*'
rabbitmq_1        | 
rabbitmq_1        | =INFO REPORT==== 19-May-2020::03:43:47 ===
rabbitmq_1        | started TCP Listener on [::]:5672
rabbitmq_1        | 
rabbitmq_1        | =INFO REPORT==== 19-May-2020::03:43:47 ===
rabbitmq_1        | Management plugin started. Port: 15672
rabbitmq_1        | 
rabbitmq_1        | =INFO REPORT==== 19-May-2020::03:43:47 ===
rabbitmq_1        | Statistics database started.
rabbitmq_1        |  completed with 6 plugins.
rabbitmq_1        | 
rabbitmq_1        | =INFO REPORT==== 19-May-2020::03:43:47 ===
rabbitmq_1        | Server startup complete; 6 plugins started.
rabbitmq_1        |  * rabbitmq_management
rabbitmq_1        |  * rabbitmq_management_agent
rabbitmq_1        |  * amqp_client
rabbitmq_1        |  * rabbitmq_web_dispatch
rabbitmq_1        |  * cowboy
rabbitmq_1        |  * cowlib
rabbitmq_1        | 
rabbitmq_1        | =INFO REPORT==== 19-May-2020::03:44:20 ===
rabbitmq_1        | accepting AMQP connection <0.552.0> (172.18.0.7:52420 -> 172.18.0.8:5672)
rabbitmq_1        | 
rabbitmq_1        | =INFO REPORT==== 19-May-2020::03:44:20 ===
rabbitmq_1        | connection <0.552.0> (172.18.0.7:52420 -> 172.18.0.8:5672): user 'guest' authenticated and granted access to vhost '/'
rabbitmq_1        | 
rabbitmq_1        | =INFO REPORT==== 19-May-2020::03:44:20 ===
rabbitmq_1        | accepting AMQP connection <0.561.0> (172.18.0.7:52422 -> 172.18.0.8:5672)
rabbitmq_1        | 
rabbitmq_1        | =INFO REPORT==== 19-May-2020::03:44:20 ===
rabbitmq_1        | connection <0.561.0> (172.18.0.7:52422 -> 172.18.0.8:5672): user 'guest' authenticated and granted access to vhost '/'
rabbitmq_1        | 
rabbitmq_1        | =INFO REPORT==== 19-May-2020::03:44:22 ===
rabbitmq_1        | accepting AMQP connection <0.608.0> (172.18.0.12:41548 -> 172.18.0.8:5672)
rabbitmq_1        | 
rabbitmq_1        | =INFO REPORT==== 19-May-2020::03:44:22 ===
rabbitmq_1        | connection <0.608.0> (172.18.0.12:41548 -> 172.18.0.8:5672): user 'guest' authenticated and granted access to vhost '/'
rabbitmq_1        | 
rabbitmq_1        | =INFO REPORT==== 19-May-2020::03:44:22 ===
rabbitmq_1        | accepting AMQP connection <0.615.0> (172.18.0.12:41550 -> 172.18.0.8:5672)
rabbitmq_1        | 
rabbitmq_1        | =INFO REPORT==== 19-May-2020::03:44:22 ===
rabbitmq_1        | connection <0.615.0> (172.18.0.12:41550 -> 172.18.0.8:5672): user 'guest' authenticated and granted access to vhost '/'
nginx_1           | 172.18.0.1 - - [19/May/2020:04:03:46 +0000] http://localhost "GET / HTTP/1.1" 500 141 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36" "-"
smtp_1            | + sed -ri '
smtp_1            |     s/^#?(dc_local_interfaces)=.*/\1='\''[0.0.0.0]:25 ; [::0]:25'\''/;
smtp_1            |     s/^#?(dc_other_hostnames)=.*/\1='\'''\''/;
smtp_1            |     s/^#?(dc_relay_nets)=.*/\1='\''172.18.0.2\/16'\''/;
smtp_1            |     s/^#?(dc_eximconfig_configtype)=.*/\1='\''internet'\''/;
smtp_1            | ' /etc/exim4/update-exim4.conf.conf
smtp_1            | + update-exim4.conf -v
smtp_1            | using non-split configuration scheme from /etc/exim4/exim4.conf.template
smtp_1            |     1 LOG: MAIN
smtp_1            |     1   exim 4.92 daemon started: pid=1, -q15m, listening for SMTP on port 25 (IPv6 and IPv4)
lms_1             | 2020-05-19 04:05:04,917 INFO 11 [tracking] logger.py:50 - {"username": "", "event_type": "/", "ip": "172.18.0.1", "agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36", "host": "localhost", "referer": "", "accept_language": "en-US,en;q=0.9", "event": "{\"POST\": {}, \"GET\": {}}", "event_source": "server", "context": {"user_id": null, "org_id": "", "course_id": "", "path": "/"}, "time": "2020-05-19T04:05:04.917427+00:00", "page": null}
lms_1             | 2020-05-19 04:05:04,928 WARNING 11 [openedx.core.djangoapps.catalog.utils] utils.py:103 - Failed to get program UUIDs from the cache for site example.com.
lms_1             | 2020-05-19 04:05:04,947 ERROR 11 [root] signals.py:21 - Uncaught exception from None
lms_1             | Traceback (most recent call last):
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/django/core/handlers/exception.py", line 41, in inner
lms_1             |     response = get_response(request)
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 249, in _legacy_get_response
lms_1             |     response = self._get_response(request)
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 187, in _get_response
lms_1             |     response = self.process_exception_by_middleware(e, request)
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 185, in _get_response
lms_1             |     response = wrapped_callback(request, *callback_args, **callback_kwargs)
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/django/utils/decorators.py", line 149, in _wrapped_view
lms_1             |     response = view_func(request, *args, **kwargs)
lms_1             |   File "/openedx/edx-platform/common/djangoapps/util/cache.py", line 76, in wrapper
lms_1             |     response = view_func(request, *args, **kwargs)
lms_1             |   File "/openedx/edx-platform/lms/djangoapps/branding/views.py", line 77, in index
lms_1             |     return student.views.index(request, user=request.user)
lms_1             |   File "/openedx/edx-platform/common/djangoapps/student/views/management.py", line 186, in index
lms_1             |     return render_to_response('index.html', context)
lms_1             |   File "/openedx/edx-platform/common/djangoapps/edxmako/shortcuts.py", line 169, in render_to_response
lms_1             |     return HttpResponse(render_to_string(template_name, dictionary, namespace, request), **kwargs)
lms_1             |   File "/openedx/edx-platform/common/djangoapps/edxmako/shortcuts.py", line 159, in render_to_string
lms_1             |     return template.render(dictionary, request)
lms_1             |   File "/openedx/edx-platform/common/djangoapps/edxmako/template.py", line 59, in render
lms_1             |     return self.mako_template.render_unicode(**context_dictionary)
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/mako/template.py", line 454, in render_unicode
lms_1             |     as_unicode=True)
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/mako/runtime.py", line 829, in _render
lms_1             |     **_kwargs_for_callable(callable_, data))
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/mako/runtime.py", line 864, in _render_context
lms_1             |     _exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/mako/runtime.py", line 890, in _exec_template
lms_1             |     callable_(context, *args, **kwargs)
lms_1             |   File "/tmp/mako_lms/1374d0592afbffeb77695b71321dcee0/main.html.py", line 220, in render_body
lms_1             |     __M_writer(filters.decode.utf8(static.webpack(entry=u'commons')))
lms_1             |   File "/tmp/mako_lms/1374d0592afbffeb77695b71321dcee0/static_content.html.py", line 288, in render_webpack
lms_1             |     __M_writer(filters.html_escape(filters.decode.utf8(HTML(render_bundle(entry, extension=None, config='DEFAULT', attrs=attrs)))))
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/webpack_loader/templatetags/webpack_loader.py", line 12, in render_bundle
lms_1             |     tags = utils.get_as_tags(bundle_name, extension=extension, config=config, attrs=attrs)
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/webpack_loader/utils.py", line 45, in get_as_tags
lms_1             |     bundle = _get_bundle(bundle_name, extension, config)
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/webpack_loader/utils.py", line 23, in _get_bundle
lms_1             |     bundle = get_loader(config).get_bundle(bundle_name)
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/webpack_loader/loader.py", line 100, in get_bundle
lms_1             |     "The stats file does not contain valid data. Make sure "
lms_1             | WebpackLoaderBadStatsError: The stats file does not contain valid data. Make sure webpack-bundle-tracker plugin is enabled and try to run webpack again.
lms_1             | 2020-05-19 04:05:04,948 ERROR 11 [django.request] exception.py:135 - Internal Server Error: /
lms_1             | Traceback (most recent call last):
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/django/core/handlers/exception.py", line 41, in inner
lms_1             |     response = get_response(request)
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 249, in _legacy_get_response
lms_1             |     response = self._get_response(request)
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 187, in _get_response
lms_1             |     response = self.process_exception_by_middleware(e, request)
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 185, in _get_response
lms_1             |     response = wrapped_callback(request, *callback_args, **callback_kwargs)
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/django/utils/decorators.py", line 149, in _wrapped_view
lms_1             |     response = view_func(request, *args, **kwargs)
lms_1             |   File "/openedx/edx-platform/common/djangoapps/util/cache.py", line 76, in wrapper
lms_1             |     response = view_func(request, *args, **kwargs)
lms_1             |   File "/openedx/edx-platform/lms/djangoapps/branding/views.py", line 77, in index
lms_1             |     return student.views.index(request, user=request.user)
lms_1             |   File "/openedx/edx-platform/common/djangoapps/student/views/management.py", line 186, in index
lms_1             |     return render_to_response('index.html', context)
lms_1             |   File "/openedx/edx-platform/common/djangoapps/edxmako/shortcuts.py", line 169, in render_to_response
lms_1             |     return HttpResponse(render_to_string(template_name, dictionary, namespace, request), **kwargs)
lms_1             |   File "/openedx/edx-platform/common/djangoapps/edxmako/shortcuts.py", line 159, in render_to_string
lms_1             |     return template.render(dictionary, request)
lms_1             |   File "/openedx/edx-platform/common/djangoapps/edxmako/template.py", line 59, in render
lms_1             |     return self.mako_template.render_unicode(**context_dictionary)
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/mako/template.py", line 454, in render_unicode
lms_1             |     as_unicode=True)
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/mako/runtime.py", line 829, in _render
lms_1             |     **_kwargs_for_callable(callable_, data))
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/mako/runtime.py", line 864, in _render_context
lms_1             |     _exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/mako/runtime.py", line 890, in _exec_template
lms_1             |     callable_(context, *args, **kwargs)
lms_1             |   File "/tmp/mako_lms/1374d0592afbffeb77695b71321dcee0/main.html.py", line 220, in render_body
lms_1             |     __M_writer(filters.decode.utf8(static.webpack(entry=u'commons')))
lms_1             |   File "/tmp/mako_lms/1374d0592afbffeb77695b71321dcee0/static_content.html.py", line 288, in render_webpack
lms_1             |     __M_writer(filters.html_escape(filters.decode.utf8(HTML(render_bundle(entry, extension=None, config='DEFAULT', attrs=attrs)))))
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/webpack_loader/templatetags/webpack_loader.py", line 12, in render_bundle
lms_1             |     tags = utils.get_as_tags(bundle_name, extension=extension, config=config, attrs=attrs)
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/webpack_loader/utils.py", line 45, in get_as_tags
lms_1             |     bundle = _get_bundle(bundle_name, extension, config)
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/webpack_loader/utils.py", line 23, in _get_bundle
lms_1             |     bundle = get_loader(config).get_bundle(bundle_name)
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/webpack_loader/loader.py", line 100, in get_bundle
lms_1             |     "The stats file does not contain valid data. Make sure "
lms_1             | WebpackLoaderBadStatsError: The stats file does not contain valid data. Make sure webpack-bundle-tracker plugin is enabled and try to run webpack again.
lms_1             | 172.18.0.13 - - [19/May/2020:04:05:05 +0000] "GET / HTTP/1.0" 500 - "-" "-"
nginx_1           | 172.18.0.1 - - [19/May/2020:04:05:05 +0000] http://localhost "GET / HTTP/1.1" 500 141 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36" "-"
nginx_1           | 172.18.0.1 - - [19/May/2020:04:05:05 +0000] http://localhost "GET /favicon.ico HTTP/1.1" 200 30237 "http://localhost/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36" "-"

How to reproduce

$ tutor local quickstart
==================================================
        Interactive platform configuration
==================================================
Your website domain name for students (LMS) [www.myopenedx.com] 
Your website domain name for teachers (CMS) [studio.www.myopenedx.com] 
Your platform name/title [My Open edX] 
Your public contact email address [contact@www.myopenedx.com] 
The default language code for the platform [en] 
Activate SSL/TLS certificates for HTTPS access? Important note: this will NOT work in a development environment. [y/N] N
Configuration saved to /home/ibrasec/.local/share/tutor/config.yml
================================================
        Updating the current environment
================================================
Environment generated in /home/ibrasec/.local/share/tutor/env
==============================================
        Stopping any existing platform
==============================================
docker-compose -f /home/ibrasec/.local/share/tutor/env/local/docker-compose.yml --project-name tutor_local rm --stop --force
No stopped containers
=============================================
        HTTPS certificates generation
=============================================
HTTPS is not activated: certificate generation skipped
======================================================
        Starting the platform in detached mode
======================================================
docker-compose -f /home/ibrasec/.local/share/tutor/env/local/docker-compose.yml --project-name tutor_local up --remove-orphans -d
Creating tutor_local_mysql_1          ... done
Creating tutor_local_rabbitmq_1       ... done
Creating tutor_local_openedx-assets_1 ... done
Creating tutor_local_memcached_1      ... done
Creating tutor_local_smtp_1           ... done
Creating tutor_local_elasticsearch_1  ... done
Creating tutor_local_mongodb_1        ... done
Creating tutor_local_forum_1          ... done
Creating tutor_local_cms_1            ... done
Creating tutor_local_lms_1            ... done
Creating tutor_local_cms-worker_1     ... done
Creating tutor_local_nginx_1          ... done
Creating tutor_local_lms-worker_1     ... done
================================================
        Database creation and migrations
================================================
Initialising all services...
docker-compose -f /home/ibrasec/.local/share/tutor/env/local/docker-compose.yml --project-name tutor_local -f /home/ibrasec/.local/share/tutor/env/local/docker-compose.jobs.yml run --rm mysql-job sh -e -c echo "Initialising MySQL..."
mysql_connection_max_attempts=10
mysql_connection_attempt=0
until mysql -u root --password="ZHx7RaIK" --host "mysql" --port 3306 -e 'exit'
do
    mysql_connection_attempt=$(expr $mysql_connection_attempt + 1)
    echo "    [$mysql_connection_attempt/$mysql_connection_max_attempts] Waiting for MySQL service (this may take a while)..."
    if [ $mysql_connection_attempt -eq $mysql_connection_max_attempts ]
    then
      echo "MySQL initialisation error" 1>&2
      exit 1
    fi
    sleep 10
done
echo "MySQL is up and running"

mysql -u root --password="ZHx7RaIK" --host "mysql" --port 3306 -e 'CREATE DATABASE IF NOT EXISTS openedx;'
mysql -u root --password="ZHx7RaIK" --host "mysql" --port 3306 -e 'GRANT ALL ON openedx.* TO "openedx"@"%" IDENTIFIED BY "CpvAEl3k";'
Initialising MySQL...
Warning: Using a password on the command line interface can be insecure.
ERROR 2003 (HY000): Can't connect to MySQL server on 'mysql' (111)
    [1/10] Waiting for MySQL service (this may take a while)...
Warning: Using a password on the command line interface can be insecure.
MySQL is up and running
Warning: Using a password on the command line interface can be insecure.
Warning: Using a password on the command line interface can be insecure.
Initialising lms...
docker-compose -f /home/ibrasec/.local/share/tutor/env/local/docker-compose.yml --project-name tutor_local -f /home/ibrasec/.local/share/tutor/env/local/docker-compose.jobs.yml run --rm lms-job sh -e -c dockerize -wait tcp://mysql:3306 -timeout 20s

export DJANGO_SETTINGS_MODULE=$SERVICE_VARIANT.envs.$SETTINGS
echo "Loading settings $DJANGO_SETTINGS_MODULE"

./manage.py lms migrate

./manage.py lms create_oauth2_client \
    "http://androidapp.com" "http://androidapp.com/redirect" public \
    --client_id android --client_secret yNV1ybNsYSqSpMfrcLnZQsVC \
    --trusted

# Fix incorrect uploaded file path
if [ -d /openedx/data/uploads/ ]; then
  if [ -n "$(ls -A /openedx/data/uploads/)" ]; then
    echo "Migrating LMS uploaded files to shared directory"
    mv /openedx/data/uploads/* /openedx/media/
    rm -rf /openedx/data/uploads/
  fi
fi
2020/05/19 03:44:18 Waiting for: tcp://mysql:3306
2020/05/19 03:44:18 Connected to tcp://mysql:3306
Loading settings lms.envs.tutor.production
WARNING:py.warnings:/openedx/edx-platform/lms/djangoapps/courseware/__init__.py:5: DeprecationWarning: Importing 'lms.djangoapps.courseware' as 'courseware' is no longer supported
  warnings.warn("Importing 'lms.djangoapps.courseware' as 'courseware' is no longer supported", DeprecationWarning)

2020-05-19 03:44:23,164 WARNING 14 [enterprise.utils] utils.py:50 - Could not import Registry from third_party_auth.provider
2020-05-19 03:44:23,164 WARNING 14 [enterprise.utils] utils.py:51 - cannot import name _LTI_BACKENDS
Operations to perform:
  Apply all migrations: admin, api_admin, assessment, auth, badges, block_structure, bookmarks, branding, bulk_email, catalog, celery_utils, certificates, commerce, completion, consent, content_type_gating, contentserver, contenttypes, cors_csrf, course_action_state, course_duration_limits, course_goals, course_groups, course_modes, course_overviews, courseware, crawlers, credentials, credit, dark_lang, database_fixups, degreed, django_comment_common, django_notify, django_openid_auth, djcelery, edx_oauth2_provider, edx_proctoring, edxval, email_marketing, embargo, enterprise, entitlements, experiments, external_auth, grades, instructor_task, integrated_channel, lms_xblock, microsite_configuration, milestones, mobile_api, notes, oauth2, oauth2_provider, oauth_dispatch, oauth_provider, organizations, programs, redirects, rss_proxy, sap_success_factors, schedules, self_paced, sessions, shoppingcart, site_configuration, sites, social_django, splash, static_replace, status, student, submissions, survey, teams, theming, third_party_auth, track, user_api, user_authn, util, verified_track_content, verify_student, video_config, video_pipeline, waffle, waffle_utils, wiki, workflow, xapi, xblock_django
Running migrations:
  Applying contenttypes.0001_initial... OK
  Applying auth.0001_initial... OK
  Applying admin.0001_initial... OK
  Applying admin.0002_logentry_remove_auto_add... OK
  Applying sites.0001_initial... OK
  Applying contenttypes.0002_remove_content_type_name... OK
  Applying api_admin.0001_initial... OK
  Applying api_admin.0002_auto_20160325_1604... OK
  Applying api_admin.0003_auto_20160404_1618... OK
  Applying api_admin.0004_auto_20160412_1506... OK
  Applying api_admin.0005_auto_20160414_1232... OK
  Applying api_admin.0006_catalog... OK
  Applying api_admin.0007_delete_historical_api_records... OK
  Applying assessment.0001_initial... OK
  Applying assessment.0002_staffworkflow... OK
  Applying assessment.0003_expand_course_id... 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 auth.0007_alter_validators_add_error_messages... OK
  Applying auth.0008_alter_user_username_max_length... OK
  Applying instructor_task.0001_initial... OK
  Applying certificates.0001_initial... OK
  Applying certificates.0002_data__certificatehtmlviewconfiguration_data... OK
  Applying certificates.0003_data__default_modes... OK
  Applying certificates.0004_certificategenerationhistory... OK
  Applying certificates.0005_auto_20151208_0801... OK
  Applying certificates.0006_certificatetemplateasset_asset_slug... OK
  Applying certificates.0007_certificateinvalidation... OK
  Applying badges.0001_initial... OK
  Applying badges.0002_data__migrate_assertions... OK
  Applying badges.0003_schema__add_event_configuration... OK
  Applying block_structure.0001_config... OK
  Applying block_structure.0002_blockstructuremodel... OK
  Applying block_structure.0003_blockstructuremodel_storage... OK
  Applying block_structure.0004_blockstructuremodel_usagekeywithrun... OK
  Applying bookmarks.0001_initial... OK
  Applying branding.0001_initial... OK
  Applying course_modes.0001_initial... OK
  Applying course_modes.0002_coursemode_expiration_datetime_is_explicit... OK
  Applying course_modes.0003_auto_20151113_1443... OK
  Applying course_modes.0004_auto_20151113_1457... OK
  Applying course_modes.0005_auto_20151217_0958... OK
  Applying course_modes.0006_auto_20160208_1407... OK
  Applying course_modes.0007_coursemode_bulk_sku... OK
  Applying course_groups.0001_initial... OK
  Applying bulk_email.0001_initial... OK
  Applying bulk_email.0002_data__load_course_email_template...Installed 2 object(s) from 1 fixture(s)
 OK
  Applying bulk_email.0003_config_model_feature_flag... OK
  Applying bulk_email.0004_add_email_targets... OK
  Applying bulk_email.0005_move_target_data... OK
  Applying bulk_email.0006_course_mode_targets... OK
  Applying catalog.0001_initial... OK
  Applying catalog.0002_catalogintegration_username... OK
  Applying catalog.0003_catalogintegration_page_size... OK
  Applying catalog.0004_auto_20170616_0618... OK
  Applying catalog.0005_catalogintegration_long_term_cache_ttl... OK
  Applying djcelery.0001_initial... OK
  Applying celery_utils.0001_initial... OK
  Applying celery_utils.0002_chordable_django_backend... OK
  Applying certificates.0008_schema__remove_badges... OK
  Applying certificates.0009_certificategenerationcoursesetting_language_self_generation... OK
  Applying certificates.0010_certificatetemplate_language... OK
  Applying certificates.0011_certificatetemplate_alter_unique... OK
  Applying certificates.0012_certificategenerationcoursesetting_include_hours_of_effort... OK
  Applying certificates.0013_remove_certificategenerationcoursesetting_enabled... OK
  Applying certificates.0014_change_eligible_certs_manager... OK
  Applying commerce.0001_data__add_ecommerce_service_user...2020-05-19 03:46:49,280 INFO 14 [tracking] logger.py:42 - {"username": "", "event_source": "server", "name": "edx.user.settings.changed", "accept_language": "", "time": "2020-05-19T03:46:49.280833+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"user_id": 1, "truncated": [], "old": null, "setting": "password", "table": "auth_user", "new": null}, "event_type": "edx.user.settings.changed"}
 OK
  Applying commerce.0002_commerceconfiguration... OK
  Applying commerce.0003_auto_20160329_0709... OK
  Applying commerce.0004_auto_20160531_0950... OK
  Applying commerce.0005_commerceconfiguration_enable_automatic_refund_approval... OK
  Applying commerce.0006_auto_20170424_1734... OK
  Applying commerce.0007_auto_20180313_0609... OK
  Applying completion.0001_initial... OK
  Applying completion.0002_auto_20180125_1510... OK
  Applying enterprise.0001_initial... OK
  Applying enterprise.0002_enterprisecustomerbrandingconfiguration... OK
  Applying enterprise.0003_auto_20161104_0937... OK
  Applying enterprise.0004_auto_20161114_0434... OK
  Applying enterprise.0005_pendingenterprisecustomeruser... OK
  Applying enterprise.0006_auto_20161121_0241... OK
  Applying enterprise.0007_auto_20161109_1511... OK
  Applying enterprise.0008_auto_20161124_2355... OK
  Applying enterprise.0009_auto_20161130_1651... OK
  Applying enterprise.0010_auto_20161222_1212... OK
  Applying enterprise.0011_enterprisecustomerentitlement_historicalenterprisecustomerentitlement... OK
  Applying enterprise.0012_auto_20170125_1033... OK
  Applying enterprise.0013_auto_20170125_1157... OK
  Applying enterprise.0014_enrollmentnotificationemailtemplate_historicalenrollmentnotificationemailtemplate... OK
  Applying enterprise.0015_auto_20170130_0003... OK
  Applying enterprise.0016_auto_20170405_0647... OK
  Applying enterprise.0017_auto_20170508_1341... OK
  Applying enterprise.0018_auto_20170511_1357... OK
  Applying enterprise.0019_auto_20170606_1853... OK
  Applying enterprise.0020_auto_20170624_2316... OK
  Applying enterprise.0021_auto_20170711_0712... OK
  Applying enterprise.0022_auto_20170720_1543... OK
  Applying enterprise.0023_audit_data_reporting_flag... OK
  Applying enterprise.0024_enterprisecustomercatalog_historicalenterprisecustomercatalog... OK
  Applying enterprise.0025_auto_20170828_1412... OK
  Applying enterprise.0026_make_require_account_level_consent_nullable... OK
  Applying enterprise.0027_remove_account_level_consent... OK
  Applying enterprise.0028_link_enterprise_to_enrollment_template... OK
  Applying enterprise.0029_auto_20170925_1909... OK
  Applying enterprise.0030_auto_20171005_1600... OK
  Applying enterprise.0031_auto_20171012_1249... OK
  Applying enterprise.0032_reporting_model... OK
  Applying enterprise.0033_add_history_change_reason_field... OK
  Applying enterprise.0034_auto_20171023_0727... OK
  Applying enterprise.0035_auto_20171212_1129... OK
  Applying enterprise.0036_sftp_reporting_support... OK
  Applying enterprise.0037_auto_20180110_0450... OK
  Applying enterprise.0038_auto_20180122_1427... OK
  Applying enterprise.0039_auto_20180129_1034... OK
  Applying enterprise.0040_auto_20180129_1428... OK
  Applying enterprise.0041_auto_20180212_1507... OK
  Applying consent.0001_initial... OK
  Applying consent.0002_migrate_to_new_data_sharing_consent... OK
  Applying consent.0003_historicaldatasharingconsent_history_change_reason... OK
  Applying consent.0004_datasharingconsenttextoverrides... OK
  Applying sites.0002_alter_domain_unique... OK
  Applying course_overviews.0001_initial... OK
  Applying course_overviews.0002_add_course_catalog_fields... OK
  Applying course_overviews.0003_courseoverviewgeneratedhistory... OK
  Applying course_overviews.0004_courseoverview_org... OK
  Applying course_overviews.0005_delete_courseoverviewgeneratedhistory... OK
  Applying course_overviews.0006_courseoverviewimageset... OK
  Applying course_overviews.0007_courseoverviewimageconfig... OK
  Applying course_overviews.0008_remove_courseoverview_facebook_url... OK
  Applying course_overviews.0009_readd_facebook_url... OK
  Applying course_overviews.0010_auto_20160329_2317... OK
  Applying course_overviews.0011_courseoverview_marketing_url... OK
  Applying course_overviews.0012_courseoverview_eligible_for_financial_aid... OK
  Applying course_overviews.0013_courseoverview_language... OK
  Applying course_overviews.0014_courseoverview_certificate_available_date... OK
  Applying content_type_gating.0001_initial... OK
  Applying content_type_gating.0002_auto_20181119_0959... OK
  Applying content_type_gating.0003_auto_20181128_1407... OK
  Applying content_type_gating.0004_auto_20181128_1521... OK
  Applying contentserver.0001_initial... OK
  Applying contentserver.0002_cdnuseragentsconfig... OK
  Applying cors_csrf.0001_initial... OK
  Applying course_action_state.0001_initial... OK
  Applying course_duration_limits.0001_initial... OK
  Applying course_duration_limits.0002_auto_20181119_0959... OK
  Applying course_duration_limits.0003_auto_20181128_1407... OK
  Applying course_duration_limits.0004_auto_20181128_1521... OK
  Applying course_goals.0001_initial... OK
  Applying course_goals.0002_auto_20171010_1129... OK
  Applying course_groups.0002_change_inline_default_cohort_value... OK
  Applying course_groups.0003_auto_20170609_1455... OK
  Applying course_modes.0008_course_key_field_to_foreign_key... OK
  Applying course_modes.0009_suggested_prices_to_charfield... OK
  Applying course_modes.0010_archived_suggested_prices_to_charfield... OK
  Applying course_modes.0011_change_regex_for_comma_separated_ints... OK
  Applying courseware.0001_initial... OK
  Applying courseware.0002_coursedynamicupgradedeadlineconfiguration_dynamicupgradedeadlineconfiguration... OK
  Applying courseware.0003_auto_20170825_0935... OK
  Applying courseware.0004_auto_20171010_1639... OK
  Applying courseware.0005_orgdynamicupgradedeadlineconfiguration... OK
  Applying courseware.0006_remove_module_id_index... OK
  Applying courseware.0007_remove_done_index... OK
  Applying crawlers.0001_initial... OK
  Applying crawlers.0002_auto_20170419_0018... OK
  Applying credentials.0001_initial... OK
  Applying credentials.0002_auto_20160325_0631... OK
  Applying credentials.0003_auto_20170525_1109... OK
  Applying credentials.0004_notifycredentialsconfig... OK
  Applying credit.0001_initial... OK
  Applying credit.0002_creditconfig... OK
  Applying credit.0003_auto_20160511_2227... OK
  Applying credit.0004_delete_historical_credit_records... OK
  Applying dark_lang.0001_initial... OK
  Applying dark_lang.0002_data__enable_on_install... OK
  Applying database_fixups.0001_initial... OK
  Applying degreed.0001_initial... OK
  Applying degreed.0002_auto_20180104_0103... OK
  Applying degreed.0003_auto_20180109_0712... OK
  Applying degreed.0004_auto_20180306_1251... OK
  Applying degreed.0005_auto_20180807_1302... OK
  Applying degreed.0006_upgrade_django_simple_history... OK
  Applying django_comment_common.0001_initial... OK
  Applying django_comment_common.0002_forumsconfig... OK
  Applying django_comment_common.0003_enable_forums... OK
  Applying django_comment_common.0004_auto_20161117_1209... OK
  Applying django_comment_common.0005_coursediscussionsettings... OK
  Applying django_comment_common.0006_coursediscussionsettings_discussions_id_map... OK
  Applying django_comment_common.0007_discussionsidmapping... OK
  Applying django_comment_common.0008_role_user_index... OK
  Applying django_notify.0001_initial... OK
  Applying django_openid_auth.0001_initial... OK
  Applying oauth2.0001_initial... OK
  Applying edx_oauth2_provider.0001_initial... OK
  Applying edx_proctoring.0001_initial... OK
  Applying edx_proctoring.0002_proctoredexamstudentattempt_is_status_acknowledged... OK
  Applying edx_proctoring.0003_auto_20160101_0525... OK
  Applying edx_proctoring.0004_auto_20160201_0523... OK
  Applying edx_proctoring.0005_proctoredexam_hide_after_due... OK
  Applying edx_proctoring.0006_allowed_time_limit_mins... OK
  Applying edx_proctoring.0007_proctoredexam_backend... OK
  Applying edx_proctoring.0008_auto_20181116_1551... OK
  Applying edx_proctoring.0009_proctoredexamreviewpolicy_remove_rules... OK
  Applying edxval.0001_initial... OK
  Applying edxval.0002_data__default_profiles... OK
  Applying edxval.0003_coursevideo_is_hidden... OK
  Applying edxval.0004_data__add_hls_profile... OK
  Applying edxval.0005_videoimage... OK
  Applying edxval.0006_auto_20171009_0725... OK
  Applying edxval.0007_transcript_credentials_state... OK
  Applying edxval.0008_remove_subtitles... OK
  Applying edxval.0009_auto_20171127_0406... OK
  Applying edxval.0010_add_video_as_foreign_key... OK
  Applying edxval.0011_data__add_audio_mp3_profile... OK
  Applying email_marketing.0001_initial... OK
  Applying email_marketing.0002_auto_20160623_1656... OK
  Applying email_marketing.0003_auto_20160715_1145... OK
  Applying email_marketing.0004_emailmarketingconfiguration_welcome_email_send_delay... OK
  Applying email_marketing.0005_emailmarketingconfiguration_user_registration_cookie_timeout_delay... OK
  Applying email_marketing.0006_auto_20170711_0615... OK
  Applying email_marketing.0007_auto_20170809_0653... OK
  Applying email_marketing.0008_auto_20170809_0539... OK
  Applying email_marketing.0009_remove_emailmarketingconfiguration_sailthru_activation_template... OK
  Applying email_marketing.0010_auto_20180425_0800... OK
  Applying embargo.0001_initial... OK
  Applying embargo.0002_data__add_countries... OK
  Applying enterprise.0042_replace_sensitive_sso_username... OK
  Applying enterprise.0043_auto_20180507_0138... OK
  Applying enterprise.0044_reporting_config_multiple_types... OK
  Applying enterprise.0045_report_type_json... OK
  Applying enterprise.0046_remove_unique_constraints... OK
  Applying enterprise.0047_auto_20180517_0457... OK
  Applying enterprise.0048_enterprisecustomeruser_active... OK
  Applying enterprise.0049_auto_20180531_0321... OK
  Applying enterprise.0050_progress_v2... OK
  Applying enterprise.0051_add_enterprise_slug... OK
  Applying enterprise.0052_create_unique_slugs... OK
  Applying enterprise.0053_pendingenrollment_cohort_name... OK
  Applying enterprise.0053_auto_20180911_0811... OK
  Applying enterprise.0054_merge_20180914_1511... OK
  Applying enterprise.0055_auto_20181015_1112... OK
  Applying enterprise.0056_enterprisecustomerreportingconfiguration_pgp_encryption_key... OK
  Applying enterprise.0057_enterprisecustomerreportingconfiguration_enterprise_customer_catalogs... OK
  Applying enterprise.0058_auto_20181212_0145... OK
  Applying enterprise.0059_add_code_management_portal_config... OK
  Applying enterprise.0060_upgrade_django_simple_history... OK
  Applying student.0001_initial... OK
  Applying student.0002_auto_20151208_1034... OK
  Applying student.0003_auto_20160516_0938... OK
  Applying student.0004_auto_20160531_1422... OK
  Applying student.0005_auto_20160531_1653... OK
  Applying student.0006_logoutviewconfiguration... OK
  Applying student.0007_registrationcookieconfiguration... OK
  Applying student.0008_auto_20161117_1209... OK
  Applying student.0009_auto_20170111_0422... OK
  Applying student.0010_auto_20170207_0458... OK
  Applying student.0011_course_key_field_to_foreign_key... OK
  Applying student.0012_sociallink... OK
  Applying student.0013_delete_historical_enrollment_records... OK
  Applying entitlements.0001_initial... OK
  Applying entitlements.0002_auto_20171102_0719... OK
  Applying entitlements.0003_auto_20171205_1431... OK
  Applying entitlements.0004_auto_20171206_1729... OK
  Applying entitlements.0005_courseentitlementsupportdetail... OK
  Applying entitlements.0006_courseentitlementsupportdetail_action... OK
  Applying entitlements.0007_change_expiration_period_default... OK
  Applying entitlements.0008_auto_20180328_1107... OK
  Applying entitlements.0009_courseentitlement_refund_locked... OK
  Applying entitlements.0010_backfill_refund_lock... OK
  Applying experiments.0001_initial... OK
  Applying experiments.0002_auto_20170627_1402... OK
  Applying experiments.0003_auto_20170713_1148... OK
  Applying external_auth.0001_initial... OK
  Applying grades.0001_initial... OK
  Applying grades.0002_rename_last_edited_field... OK
  Applying grades.0003_coursepersistentgradesflag_persistentgradesenabledflag... OK
  Applying grades.0004_visibleblocks_course_id... OK
  Applying grades.0005_multiple_course_flags... OK
  Applying grades.0006_persistent_course_grades... OK
  Applying grades.0007_add_passed_timestamp_column... OK
  Applying grades.0008_persistentsubsectiongrade_first_attempted... OK
  Applying grades.0009_auto_20170111_1507... OK
  Applying grades.0010_auto_20170112_1156... OK
  Applying grades.0011_null_edited_time... OK
  Applying grades.0012_computegradessetting... OK
  Applying grades.0013_persistentsubsectiongradeoverride... OK
  Applying grades.0014_persistentsubsectiongradeoverridehistory... OK
  Applying instructor_task.0002_gradereportsetting... OK
  Applying waffle.0001_initial... OK
  Applying sap_success_factors.0001_initial... OK
  Applying sap_success_factors.0002_auto_20170224_1545... OK
  Applying sap_success_factors.0003_auto_20170317_1402... OK
  Applying sap_success_factors.0004_catalogtransmissionaudit_audit_summary... OK
  Applying sap_success_factors.0005_historicalsapsuccessfactorsenterprisecustomerconfiguration_history_change_reason... OK
  Applying sap_success_factors.0006_sapsuccessfactors_use_enterprise_enrollment_page_waffle_flag... OK
  Applying sap_success_factors.0007_remove_historicalsapsuccessfactorsenterprisecustomerconfiguration_history_change_reason... OK
  Applying sap_success_factors.0008_historicalsapsuccessfactorsenterprisecustomerconfiguration_history_change_reason... OK
  Applying sap_success_factors.0009_sapsuccessfactors_remove_enterprise_enrollment_page_waffle_flag... OK
  Applying sap_success_factors.0010_move_audit_tables_to_base_integrated_channel... OK
  Applying integrated_channel.0001_initial... OK
  Applying integrated_channel.0002_delete_enterpriseintegratedchannel... OK
  Applying integrated_channel.0003_catalogtransmissionaudit_learnerdatatransmissionaudit... OK
  Applying integrated_channel.0004_catalogtransmissionaudit_channel... OK
  Applying integrated_channel.0005_auto_20180306_1251... OK
  Applying integrated_channel.0006_delete_catalogtransmissionaudit... OK
  Applying lms_xblock.0001_initial... OK
  Applying microsite_configuration.0001_initial... OK
  Applying microsite_configuration.0002_auto_20160202_0228... OK
  Applying microsite_configuration.0003_delete_historical_records... OK
  Applying milestones.0001_initial... OK
  Applying milestones.0002_data__seed_relationship_types... OK
  Applying milestones.0003_coursecontentmilestone_requirements... OK
  Applying milestones.0004_auto_20151221_1445... OK
  Applying mobile_api.0001_initial... OK
  Applying mobile_api.0002_auto_20160406_0904... OK
  Applying mobile_api.0003_ignore_mobile_available_flag... OK
  Applying notes.0001_initial... OK
  Applying oauth2.0002_auto_20160404_0813... OK
  Applying oauth2.0003_client_logout_uri... OK
  Applying oauth2.0004_add_index_on_grant_expires... OK
  Applying oauth2.0005_grant_nonce... OK
  Applying organizations.0001_initial... OK
  Applying organizations.0002_auto_20170117_1434... OK
  Applying organizations.0003_auto_20170221_1138... OK
  Applying organizations.0004_auto_20170413_2315... OK
  Applying organizations.0005_auto_20171116_0640... OK
  Applying organizations.0006_auto_20171207_0259... OK
  Applying oauth2_provider.0001_initial... OK
  Applying oauth_dispatch.0001_initial... OK
  Applying oauth_dispatch.0002_scopedapplication_scopedapplicationorganization... OK
  Applying oauth_dispatch.0003_application_data... OK
  Applying oauth_dispatch.0004_auto_20180626_1349... OK
  Applying oauth_dispatch.0005_applicationaccess_type... OK
  Applying oauth_dispatch.0006_drop_application_id_constraints... OK
  Applying oauth2_provider.0002_08_updates... OK
  Applying oauth2_provider.0003_auto_20160316_1503... OK
  Applying oauth2_provider.0004_auto_20160525_1623... OK
  Applying oauth2_provider.0005_auto_20170514_1141... OK
  Applying oauth2_provider.0006_auto_20171214_2232... OK
  Applying oauth_dispatch.0007_restore_application_id_constraints... OK
  Applying oauth_provider.0001_initial... OK
  Applying programs.0001_initial... OK
  Applying programs.0002_programsapiconfig_cache_ttl... OK
  Applying programs.0003_auto_20151120_1613... OK
  Applying programs.0004_programsapiconfig_enable_certification... OK
  Applying programs.0005_programsapiconfig_max_retries... OK
  Applying programs.0006_programsapiconfig_xseries_ad_enabled... OK
  Applying programs.0007_programsapiconfig_program_listing_enabled... OK
  Applying programs.0008_programsapiconfig_program_details_enabled... OK
  Applying programs.0009_programsapiconfig_marketing_path... OK
  Applying programs.0010_auto_20170204_2332... OK
  Applying programs.0011_auto_20170301_1844... OK
  Applying programs.0012_auto_20170419_0018... OK
  Applying redirects.0001_initial... OK
  Applying rss_proxy.0001_initial... OK
  Applying sap_success_factors.0011_auto_20180104_0103... OK
  Applying sap_success_factors.0012_auto_20180109_0712... OK
  Applying sap_success_factors.0013_auto_20180306_1251... OK
  Applying sap_success_factors.0014_drop_historical_table... OK
  Applying sap_success_factors.0015_auto_20180510_1259... OK
  Applying sap_success_factors.0016_sapsuccessfactorsenterprisecustomerconfiguration_additional_locales... OK
  Applying sap_success_factors.0017_sapsuccessfactorsglobalconfiguration_search_student_api_path... OK
  Applying schedules.0001_initial... OK
  Applying schedules.0002_auto_20170816_1532... OK
  Applying schedules.0003_scheduleconfig... OK
  Applying schedules.0004_auto_20170922_1428... OK
  Applying schedules.0005_auto_20171010_1722... OK
  Applying schedules.0006_scheduleexperience... OK
  Applying schedules.0007_scheduleconfig_hold_back_ratio... OK
  Applying self_paced.0001_initial... OK
  Applying sessions.0001_initial... OK
  Applying shoppingcart.0001_initial... OK
  Applying shoppingcart.0002_auto_20151208_1034... OK
  Applying shoppingcart.0003_auto_20151217_0958... OK
  Applying shoppingcart.0004_change_meta_options... OK
  Applying site_configuration.0001_initial... OK
  Applying site_configuration.0002_auto_20160720_0231... OK
  Applying social_django.0001_initial... OK
  Applying social_django.0002_add_related_name... OK
  Applying social_django.0003_alter_email_max_length... OK
  Applying social_django.0004_auto_20160423_0400... OK
  Applying social_django.0005_auto_20160727_2333... OK
  Applying social_django.0006_partial... OK
  Applying social_django.0007_code_timestamp... OK
  Applying social_django.0008_partial_timestamp... OK
  Applying splash.0001_initial... OK
  Applying static_replace.0001_initial... OK
  Applying static_replace.0002_assetexcludedextensionsconfig... OK
  Applying status.0001_initial... OK
  Applying status.0002_update_help_text... OK
  Applying student.0014_courseenrollmentallowed_user... OK
  Applying student.0015_manualenrollmentaudit_add_role... OK
  Applying student.0016_coursenrollment_course_on_delete_do_nothing... OK
  Applying student.0017_accountrecovery... OK
  Applying student.0018_remove_password_history... OK
  Applying student.0019_auto_20181221_0540... OK
  Applying submissions.0001_initial... OK
  Applying submissions.0002_auto_20151119_0913... OK
  Applying submissions.0003_submission_status... OK
  Applying submissions.0004_remove_django_extensions... OK
  Applying survey.0001_initial... OK
  Applying teams.0001_initial... OK
  Applying theming.0001_initial... OK
  Applying third_party_auth.0001_initial... OK
  Applying third_party_auth.0002_schema__provider_icon_image... OK
  Applying third_party_auth.0003_samlproviderconfig_debug_mode... OK
  Applying third_party_auth.0004_add_visible_field... OK
  Applying third_party_auth.0005_add_site_field... OK
  Applying third_party_auth.0006_samlproviderconfig_automatic_refresh_enabled... OK
  Applying third_party_auth.0007_auto_20170406_0912... OK
  Applying third_party_auth.0008_auto_20170413_1455... OK
  Applying third_party_auth.0009_auto_20170415_1144... OK
  Applying third_party_auth.0010_add_skip_hinted_login_dialog_field... OK
  Applying third_party_auth.0011_auto_20170616_0112... OK
  Applying third_party_auth.0012_auto_20170626_1135... OK
  Applying third_party_auth.0013_sync_learner_profile_data... OK
  Applying third_party_auth.0014_auto_20171222_1233... OK
  Applying third_party_auth.0015_samlproviderconfig_archived... OK
  Applying third_party_auth.0016_auto_20180130_0938... OK
  Applying third_party_auth.0017_remove_icon_class_image_secondary_fields... OK
  Applying third_party_auth.0018_auto_20180327_1631... OK
  Applying third_party_auth.0019_consolidate_slug... OK
  Applying third_party_auth.0020_cleanup_slug_fields... OK
  Applying third_party_auth.0021_sso_id_verification... OK
  Applying third_party_auth.0022_auto_20181012_0307... OK
  Applying track.0001_initial... OK
  Applying user_api.0001_initial... OK
  Applying user_api.0002_retirementstate_userretirementstatus... OK
  Applying user_api.0003_userretirementrequest... OK
  Applying user_api.0004_userretirementpartnerreportingstatus... OK
  Applying user_authn.0001_data__add_login_service...2020-05-19 03:58:59,344 INFO 14 [tracking] logger.py:42 - {"username": "", "event_source": "server", "name": "edx.user.settings.changed", "accept_language": "", "time": "2020-05-19T03:58:59.344001+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"}
 OK
  Applying util.0001_initial... OK
  Applying util.0002_data__default_rate_limit_config... OK
  Applying verified_track_content.0001_initial... OK
  Applying verified_track_content.0002_verifiedtrackcohortedcourse_verified_cohort_name... OK
  Applying verified_track_content.0003_migrateverifiedtrackcohortssetting... OK
  Applying verify_student.0001_initial... OK
  Applying verify_student.0002_auto_20151124_1024... OK
  Applying verify_student.0003_auto_20151113_1443... OK
  Applying verify_student.0004_delete_historical_records... OK
  Applying verify_student.0005_remove_deprecated_models... OK
  Applying verify_student.0006_ssoverification... OK
  Applying verify_student.0007_idverificationaggregate... OK
  Applying verify_student.0008_populate_idverificationaggregate... OK
  Applying verify_student.0009_remove_id_verification_aggregate... OK
  Applying verify_student.0010_manualverification... OK
  Applying verify_student.0011_add_fields_to_sspv... OK
  Applying video_config.0001_initial... OK
  Applying video_config.0002_coursevideotranscriptenabledflag_videotranscriptenabledflag... OK
  Applying video_config.0003_transcriptmigrationsetting... OK
  Applying video_config.0004_transcriptmigrationsetting_command_run... OK
  Applying video_config.0005_auto_20180719_0752... OK
  Applying video_config.0006_videothumbnailetting_updatedcoursevideos... OK
  Applying video_config.0007_videothumbnailsetting_offset... OK
  Applying video_pipeline.0001_initial... OK
  Applying video_pipeline.0002_auto_20171114_0704... OK
  Applying video_pipeline.0003_coursevideouploadsenabledbydefault_videouploadsenabledbydefault... OK
  Applying waffle.0002_auto_20161201_0958... OK
  Applying waffle_utils.0001_initial... OK
  Applying wiki.0001_initial... OK
  Applying wiki.0002_remove_article_subscription... OK
  Applying wiki.0003_ip_address_conv... OK
  Applying wiki.0004_increase_slug_size... OK
  Applying wiki.0005_remove_attachments_and_images... OK
  Applying workflow.0001_initial... OK
  Applying workflow.0002_remove_django_extensions... OK
  Applying xapi.0001_initial... OK
  Applying xapi.0002_auto_20180726_0142... OK
  Applying xblock_django.0001_initial... OK
  Applying xblock_django.0002_auto_20160204_0809... OK
  Applying xblock_django.0003_add_new_config_models... OK
  Applying xblock_django.0004_delete_xblock_disable_config... OK
WARNING:py.warnings:/openedx/edx-platform/lms/djangoapps/courseware/__init__.py:5: DeprecationWarning: Importing 'lms.djangoapps.courseware' as 'courseware' is no longer supported
  warnings.warn("Importing 'lms.djangoapps.courseware' as 'courseware' is no longer supported", DeprecationWarning)

2020-05-19 04:01:35,401 WARNING 136 [enterprise.utils] utils.py:50 - Could not import Registry from third_party_auth.provider
2020-05-19 04:01:35,401 WARNING 136 [enterprise.utils] utils.py:51 - cannot import name _LTI_BACKENDS
{
    "name": "", 
    "url": "http://androidapp.com", 
    "logout_uri": null, 
    "redirect_uri": "http://androidapp.com/redirect", 
    "client_id": "android", 
    "user": null, 
    "client_type": 1, 
    "client_secret": "yNV1ybNsYSqSpMfrcLnZQsVC"
}
Initialising cms...
docker-compose -f /home/ibrasec/.local/share/tutor/env/local/docker-compose.yml --project-name tutor_local -f /home/ibrasec/.local/share/tutor/env/local/docker-compose.jobs.yml run --rm cms-job sh -e -c dockerize -wait tcp://mysql:3306 -timeout 20s

export DJANGO_SETTINGS_MODULE=$SERVICE_VARIANT.envs.$SETTINGS
echo "Loading settings $DJANGO_SETTINGS_MODULE"

./manage.py cms migrate

# Fix incorrect uploaded file path
if [ -d /openedx/data/uploads/ ]; then
  if [ -n "$(ls -A /openedx/data/uploads/)" ]; then
    echo "Migrating CMS uploaded files to shared directory"
    mv /openedx/data/uploads/* /openedx/media/
    rm -rf /openedx/data/uploads/
  fi
fi
2020/05/19 04:01:41 Waiting for: tcp://mysql:3306
2020/05/19 04:01:41 Connected to tcp://mysql:3306
Loading settings cms.envs.tutor.production
WARNING:py.warnings:/openedx/edx-platform/lms/djangoapps/courseware/__init__.py:5: DeprecationWarning: Importing 'lms.djangoapps.courseware' as 'courseware' is no longer supported
  warnings.warn("Importing 'lms.djangoapps.courseware' as 'courseware' is no longer supported", DeprecationWarning)

2020-05-19 04:01:45,346 WARNING 14 [enterprise.utils] utils.py:50 - Could not import Registry from third_party_auth.provider
2020-05-19 04:01:45,346 WARNING 14 [enterprise.utils] utils.py:51 - cannot import name EnterpriseCustomerUser
Operations to perform:
  Apply all migrations: admin, api_admin, assessment, auth, block_structure, bookmarks, catalog, celery_utils, completion, consent, content_type_gating, contentserver, contentstore, contenttypes, course_action_state, course_creators, course_duration_limits, course_groups, course_modes, course_overviews, courseware, crawlers, credit, dark_lang, database_fixups, degreed, django_comment_common, django_notify, django_openid_auth, djcelery, edx_oauth2_provider, edx_proctoring, edxval, embargo, enterprise, entitlements, experiments, external_auth, integrated_channel, microsite_configuration, milestones, oauth2, oauth2_provider, oauth_dispatch, oauth_provider, organizations, redirects, sap_success_factors, schedules, self_paced, sessions, site_configuration, sites, static_replace, student, submissions, survey, tagging, theming, track, user_api, user_authn, user_tasks, verified_track_content, verify_student, video_config, video_pipeline, waffle, waffle_utils, wiki, workflow, xapi, xblock_config, xblock_django
Running migrations:
  Applying contentstore.0001_initial... OK
  Applying contentstore.0002_add_assets_page_flag... OK
  Applying contentstore.0003_remove_assets_page_flag... OK
  Applying course_creators.0001_initial... OK
  Applying tagging.0001_initial... OK
  Applying tagging.0002_auto_20170116_1541... OK
  Applying user_tasks.0001_initial... OK
  Applying user_tasks.0002_artifact_file_storage... OK
  Applying xblock_config.0001_initial... OK
  Applying xblock_config.0002_courseeditltifieldsenabledflag... OK
Initialising forum...
docker-compose -f /home/ibrasec/.local/share/tutor/env/local/docker-compose.yml --project-name tutor_local -f /home/ibrasec/.local/share/tutor/env/local/docker-compose.jobs.yml run --rm forum-job sh -e -c export MONGOHQ_URL="mongodb://$MONGODB_AUTH$MONGODB_HOST:$MONGODB_PORT/cs_comments_service"

bundle exec rake search:initialize
bundle exec rake search:rebuild_index
Waiting for mongodb/elasticsearch...
2020/05/19 04:02:14 Waiting for: tcp://mongodb:27017
2020/05/19 04:02:14 Waiting for: http://elasticsearch:9200
2020/05/19 04:02:14 Connected to tcp://mongodb:27017
2020/05/19 04:02:14 Received 200 from http://elasticsearch:9200
/openedx/cs_comments_service/lib/tasks/flags.rake:6: warning: already initialized constant ROOT
/openedx/cs_comments_service/lib/tasks/deep_search.rake:7: warning: previous definition of ROOT was here
/openedx/cs_comments_service/lib/tasks/kpis.rake:7: warning: already initialized constant ROOT
/openedx/cs_comments_service/lib/tasks/flags.rake:6: warning: previous definition of ROOT was here
/openedx/cs_comments_service/vendor/bundle/ruby/2.4.0/gems/elasticsearch-transport-1.1.2/lib/elasticsearch/transport/transport/base.rb:52: warning: constant ::Fixnum is deprecated
/openedx/cs_comments_service/vendor/bundle/ruby/2.4.0/gems/elasticsearch-transport-1.1.2/lib/elasticsearch/transport/transport/base.rb:54: warning: constant ::Fixnum is deprecated
/openedx/cs_comments_service/models/constants.rb:2: warning: already initialized constant COURSE_ID
/openedx/cs_comments_service/lib/tasks/db.rake:28: warning: previous definition of COURSE_ID was here
W, [2020-05-19T04:02:16.522792 #17]  WARN -- : Overwriting existing field _id in class User.
W, [2020-05-19T04:02:16.565684 #17]  WARN -- : MONGODB | Unsupported client option 'max_retries'. It will be ignored.
W, [2020-05-19T04:02:16.565749 #17]  WARN -- : MONGODB | Unsupported client option 'retry_interval'. It will be ignored.
W, [2020-05-19T04:02:16.565767 #17]  WARN -- : MONGODB | Unsupported client option 'timeout'. It will be ignored.
I, [2020-05-19T04:02:17.413870 #17]  INFO -- : Added mappings to index: content_20200519040216570.
I, [2020-05-19T04:02:17.414078 #17]  INFO -- : Created new index: content_20200519040216570.
I, [2020-05-19T04:02:17.554574 #17]  INFO -- : Alias [content] now points to index [content_20200519040216570].
/openedx/cs_comments_service/lib/tasks/flags.rake:6: warning: already initialized constant ROOT
/openedx/cs_comments_service/lib/tasks/deep_search.rake:7: warning: previous definition of ROOT was here
/openedx/cs_comments_service/lib/tasks/kpis.rake:7: warning: already initialized constant ROOT
/openedx/cs_comments_service/lib/tasks/flags.rake:6: warning: previous definition of ROOT was here
/openedx/cs_comments_service/vendor/bundle/ruby/2.4.0/gems/elasticsearch-transport-1.1.2/lib/elasticsearch/transport/transport/base.rb:52: warning: constant ::Fixnum is deprecated
/openedx/cs_comments_service/vendor/bundle/ruby/2.4.0/gems/elasticsearch-transport-1.1.2/lib/elasticsearch/transport/transport/base.rb:54: warning: constant ::Fixnum is deprecated
/openedx/cs_comments_service/models/constants.rb:2: warning: already initialized constant COURSE_ID
/openedx/cs_comments_service/lib/tasks/db.rake:28: warning: previous definition of COURSE_ID was here
W, [2020-05-19T04:02:19.192585 #32]  WARN -- : Overwriting existing field _id in class User.
W, [2020-05-19T04:02:19.237706 #32]  WARN -- : MONGODB | Unsupported client option 'max_retries'. It will be ignored.
W, [2020-05-19T04:02:19.237772 #32]  WARN -- : MONGODB | Unsupported client option 'retry_interval'. It will be ignored.
W, [2020-05-19T04:02:19.237790 #32]  WARN -- : MONGODB | Unsupported client option 'timeout'. It will be ignored.
I, [2020-05-19T04:02:19.947267 #32]  INFO -- : Added mappings to index: content_20200519040219240.
I, [2020-05-19T04:02:19.947481 #32]  INFO -- : Created new index: content_20200519040219240.
I, [2020-05-19T04:02:19.990879 #32]  INFO -- : Catch up from 2020-05-19 03:57:19 UTC complete.
I, [2020-05-19T04:02:20.107337 #32]  INFO -- : Alias [content] now points to index [content_20200519040219240].
I, [2020-05-19T04:02:20.128625 #32]  INFO -- : Catch up from 2020-05-19 03:57:19 UTC complete.
I, [2020-05-19T04:02:20.128766 #32]  INFO -- : Rebuild index complete.
All services initialised.
![django](https://user-images.githubusercontent.com/7280184/82285469-d1610b00-999b-11ea-8eaf-72d584d68e78.png)
![InternalServerError](https://user-images.githubusercontent.com/7280184/82285495-e178ea80-999b-11ea-8d70-414040c452e5.png)

The Open edX platform is now running in detached mode
Your Open edX platform is ready and can be accessed at the following urls:

    http://localhost
    http://studio.localhost
    http://www.myopenedx.com
    http://studio.www.myopenedx.com

In case of a web error, include the URL of the page that is causing the error

http://localhost

http://127.0.0.1

Did you make any manual changes to the generated environment or config.yml files? No


Environment

$ uname -a
Linux ibrasec-HP-ProBook-640-G5 5.3.0-51-generic #44~18.04.2-Ubuntu SMP Thu Apr 23 14:27:18 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

$ tutor --version
tutor, version 3.12.4

$ docker version
Client: Docker Engine - Community
 Version:           19.03.8
 API version:       1.40
 Go version:        go1.12.17
 Git commit:        afacb8b7f0
 Built:             Wed Mar 11 01:25:46 2020
 OS/Arch:           linux/amd64
 Experimental:      false

Server: Docker Engine - Community
 Engine:
  Version:          19.03.8
  API version:      1.40 (minimum version 1.12)
  Go version:       go1.12.17
  Git commit:       afacb8b7f0
  Built:            Wed Mar 11 01:24:19 2020
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          1.2.13
  GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
 runc:
  Version:          1.0.0-rc10
  GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
 docker-init:
  Version:          0.18.0
  GitCommit:        fec3683

$ docker-compose version
docker-compose version 1.25.5, build 8a1c60f6
docker-py version: 4.1.0
CPython version: 3.7.5
OpenSSL version: OpenSSL 1.1.0l  10 Sep 2019

$ sudo docker ps
[sudo] password for ibrasec: 
CONTAINER ID        IMAGE                               COMMAND                  CREATED             STATUS              PORTS                                                 NAMES
319a917ad4cb        overhangio/openedx:3.12.4           "docker-entrypoint.s…"   20 minutes ago      Up 19 minutes       8000/tcp                                              tutor_local_lms-worker_1
4bc7cd9a94ba        nginx:1.13                          "nginx -g 'daemon of…"   20 minutes ago      Up 20 minutes       0.0.0.0:80->80/tcp, 0.0.0.0:443->443/tcp              tutor_local_nginx_1
845624632a7d        overhangio/openedx:3.12.4           "docker-entrypoint.s…"   20 minutes ago      Up 19 minutes       8000/tcp                                              tutor_local_cms-worker_1
c19ccb8fe80e        overhangio/openedx:3.12.4           "docker-entrypoint.s…"   20 minutes ago      Up 20 minutes       8000/tcp                                              tutor_local_lms_1
b5143fe3cdf5        overhangio/openedx:3.12.4           "docker-entrypoint.s…"   20 minutes ago      Up 20 minutes       8000/tcp                                              tutor_local_cms_1
0ef4dc99af74        overhangio/openedx-forum:3.12.4     "docker-entrypoint.s…"   20 minutes ago      Up 53 seconds       4567/tcp                                              tutor_local_forum_1
20f8309d082d        mongo:3.2.16                        "docker-entrypoint.s…"   20 minutes ago      Up 20 minutes       27017/tcp                                             tutor_local_mongodb_1
d8db265e7135        elasticsearch:1.5.2                 "/docker-entrypoint.…"   20 minutes ago      Up 20 minutes       9200/tcp, 9300/tcp                                    tutor_local_elasticsearch_1
91c4d17c2c6a        namshi/smtp:latest                  "/bin/entrypoint.sh …"   20 minutes ago      Up 20 minutes       25/tcp                                                tutor_local_smtp_1
25b328bb6262        memcached:1.4.38                    "docker-entrypoint.s…"   20 minutes ago      Up 20 minutes       11211/tcp                                             tutor_local_memcached_1
4402a2db4bfa        rabbitmq:3.6.10-management-alpine   "docker-entrypoint.s…"   20 minutes ago      Up 20 minutes       4369/tcp, 5671-5672/tcp, 15671-15672/tcp, 25672/tcp   tutor_local_rabbitmq_1
017d1a291cab        mysql:5.6.36                        "docker-entrypoint.s…"   20 minutes ago      Up 20 minutes       3306/tcp                                              tutor_local_mysql_1
regisb commented 4 years ago

Here is the relevant error stacktrace:

 File "/openedx/edx-platform/common/djangoapps/edxmako/template.py", line 59, in render
lms_1             |     return self.mako_template.render_unicode(**context_dictionary)
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/mako/template.py", line 454, in render_unicode
lms_1             |     as_unicode=True)
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/mako/runtime.py", line 829, in _render
lms_1             |     **_kwargs_for_callable(callable_, data))
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/mako/runtime.py", line 864, in _render_context
lms_1             |     _exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/mako/runtime.py", line 890, in _exec_template
lms_1             |     callable_(context, *args, **kwargs)
lms_1             |   File "/tmp/mako_lms/1374d0592afbffeb77695b71321dcee0/main.html.py", line 220, in render_body
lms_1             |     __M_writer(filters.decode.utf8(static.webpack(entry=u'commons')))
lms_1             |   File "/tmp/mako_lms/1374d0592afbffeb77695b71321dcee0/static_content.html.py", line 288, in render_webpack
lms_1             |     __M_writer(filters.html_escape(filters.decode.utf8(HTML(render_bundle(entry, extension=None, config='DEFAULT', attrs=attrs)))))
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/webpack_loader/templatetags/webpack_loader.py", line 12, in render_bundle
lms_1             |     tags = utils.get_as_tags(bundle_name, extension=extension, config=config, attrs=attrs)
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/webpack_loader/utils.py", line 45, in get_as_tags
lms_1             |     bundle = _get_bundle(bundle_name, extension, config)
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/webpack_loader/utils.py", line 23, in _get_bundle
lms_1             |     bundle = get_loader(config).get_bundle(bundle_name)
lms_1             |   File "/openedx/venv/local/lib/python2.7/site-packages/webpack_loader/loader.py", line 100, in get_bundle
lms_1             |     "The stats file does not contain valid data. Make sure "
lms_1             | WebpackLoaderBadStatsError: The stats file does not contain valid data. Make sure webpack-bundle-tracker plugin is enabled and try to run webpack again.
lms_1             | 172.18.0.13 - - [19/May/2020:04:03:46 +0000] "GET / HTTP/1.0" 500 - "-" "-"
  1. Are you running Tutor with some enabled plugins? Which one(s)?
  2. Did you attempt to run tutor local quickstart once again?
ibrasec commented 4 years ago

Thanks for your feedback

Are you running Tutor with some enabled plugins? Which one(s)? Nope, Nothing except tutor local quickstart

Did you attempt to run tutor local quickstart once again? No, Do i have to?, because it is not mentioned in the Documentation.

shizzgar commented 4 years ago

+1 here, Hi guys, i have actually the same behaviour with tutor local quickstart, All as all as Ibrasec mentiont already. I deployed the platform on a clean ubunu 18.04 VM with 8 GB of RAM and 4 CPUs, And get the same result with the same logs.

regisb commented 4 years ago

It appears there was an error in our CI pipeline and the openedx docker image pushed to docker.io did not contain the compiled static assets. I pushed a new image to docker.io. You can fix your installation by running:

tutor images pull openedx
tutor local quickstart

Thanks for reporting this issue! I'm closing this now. Please comment if the proposed solution does not work for you.

ibrasec commented 4 years ago

Thanks @regisb for your support Now i have the error below

$ tutor images pull openedx
Pulling image docker.io/overhangio/openedx:3.12.4
docker pull docker.io/overhangio/openedx:3.12.4
3.12.4: Pulling from overhangio/openedx
0a01a72a686c: Pull complete 
cc899a5544da: Pull complete 
19197c550755: Pull complete 
716d454e56b6: Pull complete 
a20336c7d2a5: Pull complete 
91c961cd3cc7: Pull complete 
6235ff451540: Pull complete 
ec3dc229154a: Pull complete 
9452ce71c31b: Pull complete 
e278ac4a78fa: Pull complete 
3e8059a3d084: Pull complete 
df8e6ff89d00: Pull complete 
bac8ba5ab394: Pull complete 
b301ef8ddf15: Pull complete 
e93c10e64206: Pull complete 
d990f73319d0: Pull complete 
525824e7a136: Pull complete 
4a1a0f56faed: Pull complete 
2b0e99fdeeb8: Pull complete 
be6d27543b55: Pull complete 
27a80b58b546: Pull complete 
757e95323b6e: Pull complete 
6370f730a821: Pull complete 
0303046a915d: Pull complete 
149dac13ada1: Pull complete 
f756313c6c97: Pull complete 
7773d1c88827: Pull complete 
f8c55d13abc7: Pull complete 
ca8e8e83431b: Pull complete 
18a60abc4c5c: Pull complete 
fbfb3f28be04: Pull complete 
d4a037946509: Pull complete 
11efda8d94c4: Pull complete 
b400c63c905c: Pull complete 
c98458a8e1e9: Pull complete 
Digest: sha256:8221dc6f0d14c354ca0242361f99950f1f7506114356095c14e00d2bcc889f1c
Status: Downloaded newer image for overhangio/openedx:3.12.4
docker.io/overhangio/openedx:3.12.4
$ tutor local quickstart
==================================================
        Interactive platform configuration
==================================================
Your website domain name for students (LMS) [www.myopenedx.com] 
Your website domain name for teachers (CMS) [studio.www.myopenedx.com] 
Your platform name/title [My Open edX] 
Your public contact email address [contact@www.myopenedx.com] 
The default language code for the platform [en] 
Activate SSL/TLS certificates for HTTPS access? Important note: this will NOT work in a development environment. [y/N] N
Configuration saved to /home/ibrasec/.local/share/tutor/config.yml
================================================
        Updating the current environment
================================================
Environment generated in /home/ibrasec/.local/share/tutor/env
==============================================
        Stopping any existing platform
==============================================
docker-compose -f /home/ibrasec/.local/share/tutor/env/local/docker-compose.yml --project-name tutor_local rm --stop --force
Stopping tutor_local_lms-worker_1    ... done
Stopping tutor_local_nginx_1         ... done
Stopping tutor_local_cms-worker_1    ... done
Stopping tutor_local_lms_1           ... done
Stopping tutor_local_cms_1           ... done
Stopping tutor_local_forum_1         ... done
Stopping tutor_local_mongodb_1       ... done
Stopping tutor_local_elasticsearch_1 ... done
Stopping tutor_local_smtp_1          ... done
Stopping tutor_local_memcached_1     ... done
Stopping tutor_local_rabbitmq_1      ... done
Stopping tutor_local_mysql_1         ... done
Going to remove tutor_local_lms-worker_1, tutor_local_nginx_1, tutor_local_cms-worker_1, tutor_local_lms_1, tutor_local_cms_1, tutor_local_forum_1, tutor_local_mongodb_1, tutor_local_elasticsearch_1, tutor_local_openedx-assets_1, tutor_local_smtp_1, tutor_local_memcached_1, tutor_local_rabbitmq_1, tutor_local_mysql_1
Removing tutor_local_lms-worker_1     ... done
Removing tutor_local_nginx_1          ... done
Removing tutor_local_cms-worker_1     ... done
Removing tutor_local_lms_1            ... done
Removing tutor_local_cms_1            ... done
Removing tutor_local_forum_1          ... done
Removing tutor_local_mongodb_1        ... done
Removing tutor_local_elasticsearch_1  ... done
Removing tutor_local_openedx-assets_1 ... done
Removing tutor_local_smtp_1           ... done
Removing tutor_local_memcached_1      ... done
Removing tutor_local_rabbitmq_1       ... done
Removing tutor_local_mysql_1          ... done
=============================================
        HTTPS certificates generation
=============================================
HTTPS is not activated: certificate generation skipped
======================================================
        Starting the platform in detached mode
======================================================
docker-compose -f /home/ibrasec/.local/share/tutor/env/local/docker-compose.yml --project-name tutor_local up --remove-orphans -d
Creating tutor_local_mysql_1          ... done
Creating tutor_local_mongodb_1        ... done
Creating tutor_local_memcached_1      ... done
Creating tutor_local_smtp_1           ... done
Creating tutor_local_elasticsearch_1  ... done
Creating tutor_local_openedx-assets_1 ... done
Creating tutor_local_rabbitmq_1       ... done
Creating tutor_local_forum_1          ... done
Creating tutor_local_cms_1            ... done
Creating tutor_local_lms_1            ... done
Creating tutor_local_cms-worker_1     ... done
Creating tutor_local_nginx_1          ... done
Creating tutor_local_lms-worker_1     ... done
================================================
        Database creation and migrations
================================================
Initialising all services...
docker-compose -f /home/ibrasec/.local/share/tutor/env/local/docker-compose.yml --project-name tutor_local -f /home/ibrasec/.local/share/tutor/env/local/docker-compose.jobs.yml run --rm mysql-job sh -e -c echo "Initialising MySQL..."
mysql_connection_max_attempts=10
mysql_connection_attempt=0
until mysql -u root --password="ZHx7RaIK" --host "mysql" --port 3306 -e 'exit'
do
    mysql_connection_attempt=$(expr $mysql_connection_attempt + 1)
    echo "    [$mysql_connection_attempt/$mysql_connection_max_attempts] Waiting for MySQL service (this may take a while)..."
    if [ $mysql_connection_attempt -eq $mysql_connection_max_attempts ]
    then
      echo "MySQL initialisation error" 1>&2
      exit 1
    fi
    sleep 10
done
echo "MySQL is up and running"

mysql -u root --password="ZHx7RaIK" --host "mysql" --port 3306 -e 'CREATE DATABASE IF NOT EXISTS openedx;'
mysql -u root --password="ZHx7RaIK" --host "mysql" --port 3306 -e 'GRANT ALL ON openedx.* TO "openedx"@"%" IDENTIFIED BY "CpvAEl3k";'
Initialising MySQL...
Warning: Using a password on the command line interface can be insecure.
MySQL is up and running
Warning: Using a password on the command line interface can be insecure.
Warning: Using a password on the command line interface can be insecure.
Initialising lms...
docker-compose -f /home/ibrasec/.local/share/tutor/env/local/docker-compose.yml --project-name tutor_local -f /home/ibrasec/.local/share/tutor/env/local/docker-compose.jobs.yml run --rm lms-job sh -e -c dockerize -wait tcp://mysql:3306 -timeout 20s

export DJANGO_SETTINGS_MODULE=$SERVICE_VARIANT.envs.$SETTINGS
echo "Loading settings $DJANGO_SETTINGS_MODULE"

./manage.py lms migrate

./manage.py lms create_oauth2_client \
    "http://androidapp.com" "http://androidapp.com/redirect" public \
    --client_id android --client_secret yNV1ybNsYSqSpMfrcLnZQsVC \
    --trusted

# Fix incorrect uploaded file path
if [ -d /openedx/data/uploads/ ]; then
  if [ -n "$(ls -A /openedx/data/uploads/)" ]; then
    echo "Migrating LMS uploaded files to shared directory"
    mv /openedx/data/uploads/* /openedx/media/
    rm -rf /openedx/data/uploads/
  fi
fi
2020/05/21 02:24:51 Waiting for: tcp://mysql:3306
2020/05/21 02:24:51 Connected to tcp://mysql:3306
Loading settings lms.envs.tutor.production
Segmentation fault (core dumped)
Error: Command failed with status 139: docker-compose -f /home/ibrasec/.local/share/tutor/env/local/docker-compose.yml --project-name tutor_local -f /home/ibrasec/.local/share/tutor/env/local/docker-compose.jobs.yml run --rm lms-job sh -e -c dockerize -wait tcp://mysql:3306 -timeout 20s

export DJANGO_SETTINGS_MODULE=$SERVICE_VARIANT.envs.$SETTINGS
echo "Loading settings $DJANGO_SETTINGS_MODULE"

./manage.py lms migrate

./manage.py lms create_oauth2_client \
    "http://androidapp.com" "http://androidapp.com/redirect" public \
    --client_id android --client_secret yNV1ybNsYSqSpMfrcLnZQsVC \
    --trusted

# Fix incorrect uploaded file path
if [ -d /openedx/data/uploads/ ]; then
  if [ -n "$(ls -A /openedx/data/uploads/)" ]; then
    echo "Migrating LMS uploaded files to shared directory"
    mv /openedx/data/uploads/* /openedx/media/
    rm -rf /openedx/data/uploads/
  fi
fi
regisb commented 4 years ago

This is most probably a case of https://docs.tutor.overhang.io/troubleshooting.html#running-migrations-killed-command-failed-with-status-137-docker-compose If the proposed solution does not work for you, please move this discussion to the forums: https://discuss.overhang.io

ibrasec commented 4 years ago

Yes thanks... Now i can browse to http://localhost The issue was solved simply by following the instructions you referred to Link

for simplicity i paste them below

tutor local stop
sudo rm -rf "$(tutor config printroot)/data/mysql"
tutor local quickstart