Tutor local launching the mysql error

I command “tutor local launch” then error,
I dont kown how to fix it
My system is Ubuntu 20.04 docker version 24.0.4 docker compose version v2.19.1

 Container tutor_local-mysql-1  Running                                                                                                                                       0.0s 
Initialising MySQL...
mysql: [Warning] Using a password on the command line interface can be insecure.
ERROR 2005 (HY000): Unknown MySQL server host 'mysql' (-2)
    [1/10] Waiting for MySQL service (this may take a while)...
mysql: [Warning] Using a password on the command line interface can be insecure.
ERROR 2005 (HY000): Unknown MySQL server host 'mysql' (-2)
    [2/10] Waiting for MySQL service (this may take a while)...
mysql: [Warning] Using a password on the command line interface can be insecure.
ERROR 2005 (HY000): Unknown MySQL server host 'mysql' (-2)
    [3/10] Waiting for MySQL service (this may take a while)...
mysql: [Warning] Using a password on the command line interface can be insecure.
ERROR 2005 (HY000): Unknown MySQL server host 'mysql' (-2)
    [4/10] Waiting for MySQL service (this may take a while)...
mysql: [Warning] Using a password on the command line interface can be insecure.
ERROR 2005 (HY000): Unknown MySQL server host 'mysql' (-2)
    [5/10] Waiting for MySQL service (this may take a while)...
mysql: [Warning] Using a password on the command line interface can be insecure.
ERROR 2005 (HY000): Unknown MySQL server host 'mysql' (-2)
    [6/10] Waiting for MySQL service (this may take a while)...
mysql: [Warning] Using a password on the command line interface can be insecure.
ERROR 2005 (HY000): Unknown MySQL server host 'mysql' (-2)
    [7/10] Waiting for MySQL service (this may take a while)...
mysql: [Warning] Using a password on the command line interface can be insecure.
ERROR 2005 (HY000): Unknown MySQL server host 'mysql' (-2)
    [8/10] Waiting for MySQL service (this may take a while)...
mysql: [Warning] Using a password on the command line interface can be insecure.
ERROR 2005 (HY000): Unknown MySQL server host 'mysql' (-2)
    [9/10] Waiting for MySQL service (this may take a while)...
mysql: [Warning] Using a password on the command line interface can be insecure.
ERROR 2005 (HY000): Unknown MySQL server host 'mysql' (-2)
    [10/10] Waiting for MySQL service (this may take a while)...
MySQL initialisation error
Error: Command failed with status 1: docker compose -f /home/baixin/.local/share/tutor/env/local/docker-compose.yml -f /home/baixin/.local/share/tutor/env/local/docker-compose.prod.yml --project-name tutor_local -f /home/baixin/.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="smzUMfIH" --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"

# edx-platform database
mysql -u root --password="smzUMfIH" --host "mysql" --port 3306 -e "CREATE DATABASE IF NOT EXISTS openedx;"
mysql -u root --password="smzUMfIH" --host "mysql" --port 3306 -e "CREATE USER IF NOT EXISTS 'openedx';"
mysql -u root --password="smzUMfIH" --host "mysql" --port 3306 -e "ALTER USER 'openedx'@'%' IDENTIFIED BY 'efqyNZME';"
mysql -u root --password="smzUMfIH" --host "mysql" --port 3306 -e "GRANT ALL ON openedx.* TO 'openedx'@'%';"


tutor local logs --tail=100



docker compose -f /home/baixin/.local/share/tutor/env/local/docker-compose.yml -f /home/baixin/.local/share/tutor/env/local/docker-compose.prod.yml --project-name tutor_local logs --tail 100
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2023-07-15T08:49:39,937Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "7ac442d7c28a", "message": "loaded module [constant-keyword]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2023-07-15T08:49:39,937Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "7ac442d7c28a", "message": "loaded module [frozen-indices]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2023-07-15T08:49:39,937Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "7ac442d7c28a", "message": "loaded module [ingest-common]" }
tutor_local-mysql-1          | /usr/sbin/mysqld(Delegate::Delegate(unsigned int)+0xaf) [0x1db91bf]
tutor_local-mysql-1          | /usr/sbin/mysqld(delegates_init()+0x34) [0x1db94c4]
tutor_local-mysql-1          | /usr/sbin/mysqld() [0xd6ee6d]
tutor_local-mysql-1          | /usr/sbin/mysqld(mysqld_main(int, char**)+0x220f) [0xd7581f]
tutor_local-mysql-1          | /lib64/libc.so.6(__libc_start_main+0xe5) [0x7fd8b7949e45]
tutor_local-permissions-1    | /mounts/lms already owned by 1000
tutor_local-permissions-1    | /mounts/cms already owned by 1000
tutor_local-permissions-1    | /mounts/openedx already owned by 1000
tutor_local-permissions-1    | /mounts/elasticsearch already owned by 1000
tutor_local-permissions-1    | /mounts/mongodb already owned by 999
tutor_local-permissions-1    | /mounts/mysql already owned by 999
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2023-07-15T08:49:39,938Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "7ac442d7c28a", "message": "loaded module [ingest-geoip]" }
tutor_local-cms-1            | *** Operational MODE: preforking ***
tutor_local-cms-1            | WSGI app 0 (mountpoint='') ready in 9 seconds on interpreter 0x55afecc6bb90 pid: 7 (default app)
tutor_local-cms-1            | spawned uWSGI worker 1 (pid: 7, cores: 1)
tutor_local-mysql-1          | /usr/sbin/mysqld(_start+0x2e) [0xd5680e]
tutor_local-lms-worker-1     |                 .> edx.lms.core.high exchange=edx.lms.core(direct) key=edx.lms.core.high
tutor_local-mysql-1          | The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
tutor_local-mysql-1          | information that should help you find out what is causing the crash.
tutor_local-mysql-1          | 2023-07-15 09:34:47+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.0.33-1.el8 started.
tutor_local-mysql-1          | 2023-07-15 09:34:47+00:00 [ERROR] [Entrypoint]: mysqld failed while attempting to check config
tutor_local-mysql-1          | 	command was: mysqld --character-set-server=utf8 --collation-server=utf8_general_ci --verbose --help --log-bin-index=/tmp/tmp.JpxB9eEd6U
tutor_local-cms-1            | spawned uWSGI worker 2 (pid: 137, cores: 1)
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2023-07-15T08:49:39,938Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "7ac442d7c28a", "message": "loaded module [ingest-user-agent]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2023-07-15T08:49:39,938Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "7ac442d7c28a", "message": "loaded module [kibana]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2023-07-15T08:49:39,938Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "7ac442d7c28a", "message": "loaded module [lang-expression]" }
tutor_local-redis-1          | 1:M 15 Jul 2023 03:24:08.021 * 10 changes in 300 seconds. Saving...
tutor_local-redis-1          | 1:M 15 Jul 2023 03:24:08.022 * Background saving started by pid 15
tutor_local-redis-1          | 15:C 15 Jul 2023 03:24:08.040 * DB saved on disk
tutor_local-mfe-1            | {"level":"info","ts":1689345796.9470305,"msg":"using provided configuration","config_file":"/etc/caddy/Caddyfile","config_adapter":"caddyfile"}
tutor_local-cms-1            | [uWSGI] getting INI configuration from uwsgi.ini
tutor_local-cms-1            | [uwsgi-static] added mapping for /static => /openedx/staticfiles/
tutor_local-mfe-1            | {"level":"warn","ts":1689345796.9514062,"msg":"Caddyfile input is not formatted; run the 'caddy fmt' command to fix inconsistencies","adapter":"caddyfile","file":"/etc/caddy/Caddyfile","line":2}
tutor_local-smtp-1           | 2023-07-14 14:43:13 exim 4.96 daemon started: pid=8, -q15m, listening for SMTP on port 8025 (IPv6 and IPv4)
tutor_local-smtp-1           | 2023-07-14 14:43:15 Start queue run: pid=9
tutor_local-smtp-1           | 2023-07-14 14:43:15 End queue run: pid=9
tutor_local-smtp-1           | 2023-07-15 03:14:05 exim 4.96 daemon started: pid=7, -q15m, listening for SMTP on port 8025 (IPv6 and IPv4)
tutor_local-permissions-1    | /mounts/redis already owned by 1000
tutor_local-permissions-1    | /mounts/lms already owned by 1000
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2023-07-15T08:49:39,938Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "7ac442d7c28a", "message": "loaded module [lang-mustache]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2023-07-15T08:49:39,939Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "7ac442d7c28a", "message": "loaded module [lang-painless]" }
tutor_local-mysql-1          | 	2023-07-15T09:34:47Z UTC - mysqld got signal 11 ;
tutor_local-cms-worker-1     | [2023-07-15 08:07:36,528: INFO/MainProcess] mingle: all alone
tutor_local-mysql-1          | Most likely, you have hit a bug, but this error can also be caused by malfunctioning hardware.
tutor_local-mysql-1          | BuildID[sha1]=8076d8618232dd0b5c9df333b4ee48d26d2170ca
tutor_local-lms-1            | *** Operational MODE: preforking ***
tutor_local-smtp-1           | 2023-07-15 03:14:06 Start queue run: pid=8
tutor_local-lms-1            | WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x55e703c37b90 pid: 7 (default app)
tutor_local-lms-worker-1     |                 .> edx.lms.core.high_mem exchange=edx.lms.core(direct) key=edx.lms.core.high_mem
tutor_local-lms-1            | spawned uWSGI worker 1 (pid: 7, cores: 1)
tutor_local-lms-worker-1     | 
tutor_local-lms-worker-1     | 
tutor_local-smtp-1           | 2023-07-15 03:14:06 End queue run: pid=8
tutor_local-smtp-1           | 2023-07-15 08:06:40 exim 4.96 daemon started: pid=8, -q15m, listening for SMTP on port 8025 (IPv6 and IPv4)
tutor_local-smtp-1           | 2023-07-15 08:06:40 Start queue run: pid=9
tutor_local-smtp-1           | 2023-07-15 08:06:40 End queue run: pid=9
tutor_local-smtp-1           | 2023-07-15 08:49:29 exim 4.96 daemon started: pid=7, -q15m, listening for SMTP on port 8025 (IPv6 and IPv4)
tutor_local-mfe-1            | {"level":"info","ts":1689345796.9572375,"logger":"admin","msg":"admin endpoint started","address":"localhost:2019","enforce_origin":false,"origins":["//localhost:2019","//[::1]:2019","//127.0.0.1:2019"]}
tutor_local-permissions-1    | /mounts/cms already owned by 1000
tutor_local-mfe-1            | {"level":"info","ts":1689345796.957795,"logger":"tls.cache.maintenance","msg":"started background certificate maintenance","cache":"0xc0003210a0"}
tutor_local-cms-worker-1     | [2023-07-15 08:07:36,568: INFO/MainProcess] celery@edx.cms.core.default.%8db1ce6e0881 ready.
tutor_local-cms-1            | [uwsgi-static] added mapping for /media => /openedx/media/
tutor_local-cms-worker-1     | 
tutor_local-caddy-1          | {"level":"info","ts":1689345794.109077,"msg":"using provided configuration","config_file":"/etc/caddy/Caddyfile","config_adapter":"caddyfile"}
tutor_local-caddy-1          | {"level":"warn","ts":1689345794.1124732,"msg":"Caddyfile input is not formatted; run the 'caddy fmt' command to fix inconsistencies","adapter":"caddyfile","file":"/etc/caddy/Caddyfile","line":3}
tutor_local-mysql-1          | Thread pointer: 0x0
tutor_local-mysql-1          | Attempting backtrace. You can use the following information to find out
tutor_local-mysql-1          | where mysqld died. If you see no messages after this, something went
tutor_local-redis-1          | 15:C 15 Jul 2023 03:24:08.041 * Fork CoW for RDB: current 0 MB, peak 0 MB, average 0 MB
tutor_local-permissions-1    | /mounts/openedx already owned by 1000
tutor_local-permissions-1    | /mounts/elasticsearch already owned by 1000
tutor_local-permissions-1    | /mounts/mongodb already owned by 999
tutor_local-mfe-1            | {"level":"info","ts":1689345796.959182,"logger":"tls","msg":"cleaning storage unit","description":"FileStorage:/data/caddy"}
tutor_local-mfe-1            | {"level":"info","ts":1689345796.9591837,"logger":"http.log","msg":"server running","name":"srv0","protocols":["h1","h2","h3"]}
tutor_local-lms-1            | spawned uWSGI worker 2 (pid: 146, cores: 1)
tutor_local-lms-1            | [uWSGI] getting INI configuration from uwsgi.ini
tutor_local-lms-1            | [uwsgi-static] added mapping for /static => /openedx/staticfiles/
tutor_local-lms-1            | [uwsgi-static] added mapping for /media => /openedx/media/
tutor_local-lms-1            | *** Starting uWSGI 2.0.21 (64bit) on [Sat Jul 15 03:14:07 2023] ***
tutor_local-mysql-1          | terribly wrong...
tutor_local-mysql-1          | stack_bottom = 0 thread_stack 0x100000
tutor_local-mysql-1          | /usr/sbin/mysqld(my_print_stacktrace(unsigned char const*, unsigned long)+0x41) [0x2123181]
tutor_local-mysql-1          | /usr/sbin/mysqld(print_fatal_signal(int)+0x397) [0xfe6b07]
tutor_local-redis-1          | 1:M 15 Jul 2023 03:24:08.122 * Background saving terminated with success
tutor_local-redis-1          | 1:signal-handler (1689391502) Received SIGTERM scheduling shutdown...
tutor_local-mfe-1            | {"level":"info","ts":1689345796.9593592,"logger":"tls","msg":"finished cleaning storage units"}
tutor_local-mfe-1            | {"level":"info","ts":1689345796.9595315,"msg":"autosaved config (load with --resume flag)","file":"/config/caddy/autosave.json"}
tutor_local-mfe-1            | {"level":"info","ts":1689345796.9595444,"msg":"serving initial configuration"}
tutor_local-mfe-1            | {"level":"info","ts":1689346096.043868,"msg":"shutting down apps, then terminating","signal":"SIGTERM"}
tutor_local-mfe-1            | {"level":"warn","ts":1689346096.044938,"msg":"exiting; byeee!! 👋","signal":"SIGTERM"}
tutor_local-mfe-1            | {"level":"info","ts":1689346096.0460176,"logger":"tls.cache.maintenance","msg":"stopped background certificate maintenance","cache":"0xc0003210a0"}
tutor_local-mfe-1            | {"level":"info","ts":1689346096.0461957,"logger":"admin","msg":"stopped previous server","address":"localhost:2019"}
tutor_local-mfe-1            | {"level":"info","ts":1689346096.0462086,"msg":"shutdown complete","signal":"SIGTERM","exit_code":0}
tutor_local-mfe-1            | {"level":"info","ts":1689390848.804988,"msg":"using provided configuration","config_file":"/etc/caddy/Caddyfile","config_adapter":"caddyfile"}
tutor_local-mysql-1          | /usr/sbin/mysqld(handle_fatal_signal+0xa5) [0xfe6bc5]
tutor_local-lms-worker-1     | [tasks]
tutor_local-mongodb-1        | {"t":{"$date":"2023-07-15T08:09:00.682+00:00"},"s":"I",  "c":"STORAGE",  "id":22430,   "ctx":"JournalFlusher","msg":"WiredTiger message","attr":{"message":"[1689408540:682958][1:0x7ffafb342700], WT_SESSION.checkpoint: [WT_VERB_CHECKPOINT_PROGRESS] saving checkpoint snapshot min: 8, snapshot max: 8 snapshot count: 0, oldest timestamp: (0, 0) , meta checkpoint timestamp: (0, 0) base write gen: 107"}}
tutor_local-lms-worker-1     |   . celery_utils.tasks.mark_resolved
tutor_local-lms-worker-1     |   . common.djangoapps.entitlements.tasks.expire_old_entitlements
tutor_local-lms-worker-1     |   . common.djangoapps.student.tasks.send_course_enrollment_email
tutor_local-lms-worker-1     |   . common.djangoapps.third_party_auth.tasks.fetch_saml_metadata
tutor_local-lms-worker-1     |   . edx_name_affirmation.tasks.delete_verified_name_task
tutor_local-lms-worker-1     |   . edx_name_affirmation.tasks.idv_update_verified_name_task
tutor_local-cms-1            | *** Starting uWSGI 2.0.21 (64bit) on [Sat Jul 15 03:14:08 2023] ***
tutor_local-caddy-1          | {"level":"info","ts":1689345794.1159844,"logger":"admin","msg":"admin endpoint started","address":"localhost:2019","enforce_origin":false,"origins":["//127.0.0.1:2019","//localhost:2019","//[::1]:2019"]}
tutor_local-cms-1            | compiled with version: 9.4.0 on 16 June 2023 08:46:33
tutor_local-cms-1            | os: Linux-5.15.0-76-generic #83~20.04.1-Ubuntu SMP Wed Jun 21 20:23:31 UTC 2023
tutor_local-cms-1            | nodename: 06a1b545172f
tutor_local-cms-1            | machine: x86_64
tutor_local-cms-1            | clock source: unix
tutor_local-cms-1            | detected number of CPU cores: 64
tutor_local-permissions-1    | /mounts/mysql already owned by 999
tutor_local-permissions-1    | /mounts/redis already owned by 1000
tutor_local-permissions-1    | /mounts/lms already owned by 1000
tutor_local-permissions-1    | /mounts/cms already owned by 1000
tutor_local-permissions-1    | /mounts/openedx already owned by 1000
tutor_local-permissions-1    | /mounts/elasticsearch already owned by 1000
tutor_local-permissions-1    | /mounts/mongodb already owned by 999
tutor_local-permissions-1    | /mounts/mysql already owned by 999
tutor_local-lms-worker-1     |   . edx_name_affirmation.tasks.proctoring_update_verified_name_task
tutor_local-mongodb-1        | {"t":{"$date":"2023-07-15T08:09:00.716+00:00"},"s":"I",  "c":"STORAGE",  "id":22321,   "ctx":"SignalHandler","msg":"Finished shutting down journal flusher thread"}
tutor_local-lms-worker-1     |   . edx_sga.tasks.zip_student_submissions
tutor_local-lms-worker-1     |   . enterprise.tasks.create_enterprise_enrollment
tutor_local-lms-worker-1     |   . enterprise.tasks.send_enterprise_email_notification
tutor_local-lms-worker-1     |   . integrated_channels.integrated_channel.tasks.cleanup_duplicate_assignment_records
tutor_local-lms-worker-1     |   . integrated_channels.integrated_channel.tasks.mark_orphaned_content_metadata_audit
tutor_local-lms-worker-1     |   . integrated_channels.integrated_channel.tasks.transmit_content_metadata
tutor_local-mysql-1          | /lib64/libpthread.so.0(+0x12d40) [0x7f8f96195d40]
tutor_local-mfe-1            | {"level":"warn","ts":1689390848.8082745,"msg":"Caddyfile input is not formatted; run the 'caddy fmt' command to fix inconsistencies","adapter":"caddyfile","file":"/etc/caddy/Caddyfile","line":2}
tutor_local-mysql-1          | /usr/sbin/mysqld(Delegate::Delegate(unsigned int)+0xaf) [0x1db91bf]
tutor_local-mysql-1          | /usr/sbin/mysqld(delegates_init()+0x34) [0x1db94c4]
tutor_local-mysql-1          | /usr/sbin/mysqld() [0xd6ee6d]
tutor_local-mysql-1          | /usr/sbin/mysqld(mysqld_main(int, char**)+0x220f) [0xd7581f]
tutor_local-mysql-1          | /lib64/libc.so.6(__libc_start_main+0xe5) [0x7f8f9473be45]
tutor_local-mysql-1          | /usr/sbin/mysqld(_start+0x2e) [0xd5680e]
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2023-07-15T08:49:39,939Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "7ac442d7c28a", "message": "loaded module [legacy-geo]" }
tutor_local-mongodb-1        | {"t":{"$date":"2023-07-15T08:09:00.716+00:00"},"s":"I",  "c":"STORAGE",  "id":20282,   "ctx":"SignalHandler","msg":"Deregistering all the collections"}
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2023-07-15T08:49:39,939Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "7ac442d7c28a", "message": "loaded module [mapper-extras]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2023-07-15T08:49:39,939Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "7ac442d7c28a", "message": "loaded module [mapper-version]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2023-07-15T08:49:39,939Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "7ac442d7c28a", "message": "loaded module [parent-join]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2023-07-15T08:49:39,940Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "7ac442d7c28a", "message": "loaded module [percolator]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2023-07-15T08:49:39,940Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "7ac442d7c28a", "message": "loaded module [rank-eval]" }
tutor_local-lms-1            | compiled with version: 9.4.0 on 16 June 2023 08:46:33
tutor_local-cms-worker-1     | 
tutor_local-lms-1            | os: Linux-5.15.0-76-generic #83~20.04.1-Ubuntu SMP Wed Jun 21 20:23:31 UTC 2023
tutor_local-lms-1            | nodename: 472c3ab8c9ae
tutor_local-lms-1            | machine: x86_64
tutor_local-lms-1            | clock source: unix
tutor_local-lms-1            | detected number of CPU cores: 64
tutor_local-lms-1            | current working directory: /openedx/edx-platform
tutor_local-lms-worker-1     |   . integrated_channels.integrated_channel.tasks.transmit_learner_data
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2023-07-15T08:49:39,940Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "7ac442d7c28a", "message": "loaded module [reindex]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2023-07-15T08:49:39,940Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "7ac442d7c28a", "message": "loaded module [repositories-metering-api]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2023-07-15T08:49:39,940Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "7ac442d7c28a", "message": "loaded module [repository-encrypted]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2023-07-15T08:49:39,941Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "7ac442d7c28a", "message": "loaded module [repository-url]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2023-07-15T08:49:39,941Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "7ac442d7c28a", "message": "loaded module [runtime-fields-common]" }
tutor_local-lms-1            | detected binary path: /openedx/venv/bin/uwsgi
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2023-07-15T08:49:39,941Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "7ac442d7c28a", "message": "loaded module [search-business-rules]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2023-07-15T08:49:39,941Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "7ac442d7c28a", "message": "loaded module [searchable-snapshots]" }
tutor_local-mongodb-1        | {"t":{"$date":"2023-07-15T08:09:00.716+00:00"},"s":"I",  "c":"STORAGE",  "id":22261,   "ctx":"SignalHandler","msg":"Timestamp monitor shutting down"}
tutor_local-mongodb-1        | {"t":{"$date":"2023-07-15T08:09:00.717+00:00"},"s":"I",  "c":"STORAGE",  "id":22317,   "ctx":"SignalHandler","msg":"WiredTigerKVEngine shutting down"}
tutor_local-mongodb-1        | {"t":{"$date":"2023-07-15T08:09:00.717+00:00"},"s":"I",  "c":"STORAGE",  "id":22318,   "ctx":"SignalHandler","msg":"Shutting down session sweeper thread"}
tutor_local-mysql-1          | The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
tutor_local-cms-worker-1     | worker: Warm shutdown (MainProcess)
tutor_local-mysql-1          | information that should help you find out what is causing the crash.
tutor_local-cms-worker-1     |  
tutor_local-cms-worker-1     |  -------------- celery@edx.cms.core.default.%8db1ce6e0881 v5.2.7 (dawn-chorus)
tutor_local-cms-worker-1     | --- ***** ----- 
tutor_local-cms-worker-1     | -- ******* ---- Linux-5.15.0-76-generic-x86_64-with-glibc2.2.5 2023-07-15 08:49:44
tutor_local-cms-worker-1     | - *** --- * --- 
tutor_local-cms-worker-1     | - ** ---------- [config]
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2023-07-15T08:49:39,942Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "7ac442d7c28a", "message": "loaded module [snapshot-repo-test-kit]" }
tutor_local-mfe-1            | {"level":"info","ts":1689390848.8133543,"logger":"admin","msg":"admin endpoint started","address":"localhost:2019","enforce_origin":false,"origins":["//[::1]:2019","//127.0.0.1:2019","//localhost:2019"]}
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2023-07-15T08:49:39,942Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "7ac442d7c28a", "message": "loaded module [spatial]" }
tutor_local-mfe-1            | {"level":"info","ts":1689390848.813791,"logger":"tls.cache.maintenance","msg":"started background certificate maintenance","cache":"0xc0004b3730"}
tutor_local-mfe-1            | {"level":"info","ts":1689390848.8152509,"logger":"tls","msg":"cleaning storage unit","description":"FileStorage:/data/caddy"}
tutor_local-mfe-1            | {"level":"info","ts":1689390848.8152618,"logger":"http.log","msg":"server running","name":"srv0","protocols":["h1","h2","h3"]}
tutor_local-mfe-1            | {"level":"info","ts":1689390848.815352,"logger":"tls","msg":"finished cleaning storage units"}
tutor_local-mfe-1            | {"level":"info","ts":1689390848.8156517,"msg":"autosaved config (load with --resume flag)","file":"/config/caddy/autosave.json"}
tutor_local-mfe-1            | {"level":"info","ts":1689390848.8156643,"msg":"serving initial configuration"}
tutor_local-cms-worker-1     | - ** ---------- .> app:         proj:0x7f01d939f6d0
tutor_local-smtp-1           | 2023-07-15 08:49:30 Start queue run: pid=8
tutor_local-smtp-1           | 2023-07-15 08:49:30 End queue run: pid=8
tutor_local-smtp-1           | 2023-07-15 09:04:30 Start queue run: pid=9
tutor_local-smtp-1           | 2023-07-15 09:04:30 End queue run: pid=9
tutor_local-smtp-1           | 2023-07-15 09:19:30 Start queue run: pid=10
tutor_local-smtp-1           | 2023-07-15 09:19:30 End queue run: pid=10
tutor_local-smtp-1           | 2023-07-15 09:34:30 Start queue run: pid=11
tutor_local-smtp-1           | 2023-07-15 09:34:30 End queue run: pid=11

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.