فشل الترقية الخطأ الخروج 1

يرجى إخباري بما يجب أن أفعله؟

أنا، [2023-01-14T15:20:10.327274 #1]  INFO -- : 
أنا، [2023-01-14T15:20:10.327716 #1]  INFO -- : > chown postgres:postgres /shared/postgres_run/13-main.pg_stat_tmp
أنا، [2023-01-14T15:20:10.330613 #1]  INFO -- : 
أنا، [2023-01-14T15:20:10.337332 #1]  INFO -- : File > /etc/service/postgres/run  chmod: +x  chown: 
أنا، [2023-01-14T15:20:10.342856 #1]  INFO -- : File > /etc/service/postgres/log/run  chmod: +x  chown: 
أنا، [2023-01-14T15:20:10.348165 #1]  INFO -- : File > /etc/runit/3.d/99-postgres  chmod: +x  chown: 
أنا، [2023-01-14T15:20:10.353384 #1]  INFO -- : File > /root/upgrade_postgres  chmod: +x  chown: 
أنا، [2023-01-14T15:20:10.353832 #1]  INFO -- : > chown -R root /var/lib/postgresql/13/main
أنا، [2023-01-14T15:20:11.440692 #1]  INFO -- : 
أنا، [2023-01-14T15:20:11.440855 #1]  INFO -- : > [ ! -e /shared/postgres_data ] && install -d -m 0755 -o postgres -g postgres /shared/postgres_data && sudo -E -u postgres /usr/lib/postgresql/13/bin/initdb -D /shared/postgres_data || exit 0
أنا، [2023-01-14T15:20:11.444036 #1]  INFO -- : 
أنا، [2023-01-14T15:20:11.444406 #1]  INFO -- : > chown -R postgres:postgres /shared/postgres_data
أنا، [2023-01-14T15:20:11.464894 #1]  INFO -- : 
أنا، [2023-01-14T15:20:11.465432 #1]  INFO -- : > chown -R postgres:postgres /var/run/postgresql
أنا، [2023-01-14T15:20:11.469254 #1]  INFO -- : 
أنا، [2023-01-14T15:20:11.469717 #1]  INFO -- : > /root/upgrade_postgres
أنا، [2023-01-14T15:20:11.477575 #1]  INFO -- : 
أنا، [2023-01-14T15:20:11.478021 #1]  INFO -- : > rm /root/upgrade_postgres
أنا، [2023-01-14T15:20:11.481636 #1]  INFO -- : 
أنا، [2023-01-14T15:20:11.484481 #1]  INFO -- : استبدال data_directory = '/var/lib/postgresql/13/main' بـ data_directory = '/shared/postgres_data' في /etc/postgresql/13/main/postgresql.conf
أنا، [2023-01-14T15:20:11.485291 #1]  INFO -- : استبدال (?-mix:#?listen_addresses *=.*) بـ listen_addresses = '*' في /etc/postgresql/13/main/postgresql.conf
أنا، [2023-01-14T15:20:11.488676 #1]  INFO -- : استبدال (?-mix:#?synchronous_commit *=.*) بـ synchronous_commit = $db_synchronous_commit في /etc/postgresql/13/main/postgresql.conf
أنا، [2023-01-14T15:20:11.490278 #1]  INFO -- : استبدال (?-mix:#?shared_buffers *=.*) بـ shared_buffers = $db_shared_buffers في /etc/postgresql/13/main/postgresql.conf
أنا، [2023-01-14T15:20:11.491438 #1]  INFO -- : استبدال (?-mix:#?work_mem *=.*) بـ work_mem = $db_work_mem في /etc/postgresql/13/main/postgresql.conf
أنا، [2023-01-14T15:20:11.495023 #1]  INFO -- : استبدال (?-mix:#?default_text_search_config *=.*) بـ default_text_search_config = '$db_default_text_search_config' في /etc/postgresql/13/main/postgresql.conf
أنا، [2023-01-14T15:20:11.497010 #1]  INFO -- : > install -d -m 0755 -o postgres -g postgres /shared/postgres_backup
أنا، [2023-01-14T15:20:11.502200 #1]  INFO -- : 
أنا، [2023-01-14T15:20:11.502943 #1]  INFO -- : استبدال (?-mix:#?checkpoint_segments *=.*) بـ checkpoint_segments = $db_checkpoint_segments في /etc/postgresql/13/main/postgresql.conf
أنا، [2023-01-14T15:20:11.503524 #1]  INFO -- : استبدال (?-mix:#?logging_collector *=.*) بـ logging_collector = $db_logging_collector في /etc/postgresql/13/main/postgresql.conf
أنا، [2023-01-14T15:20:11.504876 #1]  INFO -- : استبدال (?-mix:#?log_min_duration_statement *=.*) بـ log_min_duration_statement = $db_log_min_duration_statement في /etc/postgresql/13/main/postgresql.conf
أنا، [2023-01-14T15:20:11.505632 #1]  INFO -- : استبدال (?-mix:^#local +replication +postgres +peer$) بـ local replication postgres  peer في /etc/postgresql/13/main/pg_hba.conf
أنا، [2023-01-14T15:20:11.506029 #1]  INFO -- : استبدال (?-mix:^host.*all.*all.*127.*$) بـ host all all 0.0.0.0/0 md5 في /etc/postgresql/13/main/pg_hba.conf
أنا، [2023-01-14T15:20:11.506514 #1]  INFO -- : استبدال (?-mix:^host.*all.*all.*::1\/128.*$) بـ host all all ::/0 md5 في /etc/postgresql/13/main/pg_hba.conf
أنا، [2023-01-14T15:20:11.506835 #1]  INFO -- : > HOME=/var/lib/postgresql USER=postgres exec chpst -u postgres:postgres:ssl-cert -U postgres:postgres:ssl-cert /usr/lib/postgresql/13/bin/postmaster -D /etc/postgresql/13/main
أنا، [2023-01-14T15:20:11.509874 #1]  INFO -- : > sleep 5
2023-01-14 15:20:11.573 UTC [42] LOG:  بدء تشغيل PostgreSQL 13.9 (Debian 13.9-1.pgdg110+1) على x86_64-pc-linux-gnu، تم التجميع بواسطة gcc (Debian 10.2.1-6) 10.2.1 20210110، 64-bit
2023-01-14 15:20:11.575 UTC [42] LOG:  الاستماع على عنوان IPv4 "0.0.0.0"، المنفذ 5432
2023-01-14 15:20:11.576 UTC [42] LOG:  الاستماع على عنوان IPv6 "::"، المنفذ 5432
2023-01-14 15:20:11.578 UTC [42] LOG:  الاستماع على مقبس يونكس "/var/run/postgresql/.s.PGSQL.5432"
2023-01-14 15:20:11.585 UTC [45] LOG:  تم إيقاف نظام قاعدة البيانات في 2023-01-14 15:19:50 UTC
2023-01-14 15:20:11.597 UTC [42] LOG:  نظام قاعدة البيانات جاهز لتقبل الاتصالات
أنا، [2023-01-14T15:20:16.513351 #1]  INFO -- : 
أنا، [2023-01-14T15:20:16.513604 #1]  INFO -- : > su postgres -c 'createdb discourse' || true
2023-01-14 15:20:16.571 UTC [55] postgres@postgres ERROR:  قاعدة البيانات "discourse" موجودة بالفعل
2023-01-14 15:20:16.571 UTC [55] postgres@postgres STATEMENT:  CREATE DATABASE discourse;
createdb: خطأ: فشل إنشاء قاعدة البيانات: ERROR:  قاعدة البيانات "discourse" موجودة بالفعل
أنا، [2023-01-14T15:20:16.574150 #1]  INFO -- : 
أنا، [2023-01-14T15:20:16.574590 #1]  INFO -- : > su postgres -c 'psql discourse -c "create user discourse;"' || true
2023-01-14 15:20:16.629 UTC [59] postgres@discourse ERROR:  الدور "discourse" موجود بالفعل
2023-01-14 15:20:16.629 UTC [59] postgres@discourse STATEMENT:  create user discourse;
ERROR:  الدور "discourse" موجود بالفعل
أنا، [2023-01-14T15:20:16.631900 #1]  INFO -- : 
أنا، [2023-01-14T15:20:16.632313 #1]  INFO -- : > su postgres -c 'psql discourse -c "grant all privileges on database discourse to discourse;"' || true
أنا، [2023-01-14T15:20:16.685250 #1]  INFO -- : GRANT

أنا، [2023-01-14T15:20:16.685757 #1]  INFO -- : > su postgres -c 'psql discourse -c "alter schema public owner to discourse;"'
أنا، [2023-01-14T15:20:16.738067 #1]  INFO -- : ALTER SCHEMA

أنا، [2023-01-14T15:20:16.738570 #1]  INFO -- : > su postgres -c 'psql template1 -c "create extension if not exists hstore;"'
NOTICE:  الامتداد "hstore" موجود بالفعل، يتم التخطي
أنا، [2023-01-14T15:20:16.795136 #1]  INFO -- : CREATE EXTENSION

أنا، [2023-01-14T15:20:16.795668 #1]  INFO -- : > su postgres -c 'psql template1 -c "create extension if not exists pg_trgm;"'
NOTICE:  الامتداد "pg_trgm" موجود بالفعل، يتم التخطي
أنا، [2023-01-14T15:20:16.851832 #1]  INFO -- : CREATE EXTENSION

أنا، [2023-01-14T15:20:16.852398 #1]  INFO -- : > su postgres -c 'psql discourse -c "create extension if not exists hstore;"'
NOTICE:  الامتداد "hstore" موجود بالفعل، يتم التخطي
أنا، [2023-01-14T15:20:16.904659 #1]  INFO -- : CREATE EXTENSION

أنا، [2023-01-14T15:20:16.905150 #1]  INFO -- : > su postgres -c 'psql discourse -c "create extension if not exists pg_trgm;"'
NOTICE:  الامتداد "pg_trgm" موجود بالفعل، يتم التخطي
أنا، [2023-01-14T15:20:16.956892 #1]  INFO -- : CREATE EXTENSION

أنا، [2023-01-14T15:20:16.957456 #1]  INFO -- : > sudo -u postgres psql discourse
أنا، [2023-01-14T15:20:16.960638 #1]  INFO -- : update pg_database set encoding = pg_char_to_encoding('UTF8') where datname = 'discourse' AND encoding = pg_char_to_encoding('SQL_ASCII');

أنا، [2023-01-14T15:20:17.031056 #1]  INFO -- : File > /var/lib/postgresql/take-database-backup  chmod: +x  chown: postgres:postgres
أنا، [2023-01-14T15:20:17.034441 #1]  INFO -- : File > /var/spool/cron/crontabs/postgres  chmod:   chown: 
أنا، [2023-01-14T15:20:17.034712 #1]  INFO -- : > echo postgres installed!
أنا، [2023-01-14T15:20:17.037047 #1]  INFO -- : postgres installed!

أنا، [2023-01-14T15:20:17.042393 #1]  INFO -- : File > /etc/service/redis/run  chmod: +x  chown: 
أنا، [2023-01-14T15:20:17.047424 #1]  INFO -- : File > /etc/service/redis/log/run  chmod: +x  chown: 
أنا، [2023-01-14T15:20:17.052510 #1]  INFO -- : File > /etc/runit/3.d/10-redis  chmod: +x  chown: 
أنا، [2023-01-14T15:20:17.053373 #1]  INFO -- : استبدال daemonize yes بـ  في /etc/redis/redis.conf
أنا، [2023-01-14T15:20:17.054121 #1]  INFO -- : استبدال (?-mix:^pidfile.*$) بـ  في /etc/redis/redis.conf
أنا، [2023-01-14T15:20:17.055081 #1]  INFO -- : > install -d -m 0755 -o redis -g redis /shared/redis_data
أنا، [2023-01-14T15:20:17.058234 #1]  INFO -- : 
أنا، [2023-01-14T15:20:17.058837 #1]  INFO -- : استبدال (?-mix:^logfile.*$) بـ logfile "" في /etc/redis/redis.conf
أنا، [2023-01-14T15:20:17.059492 #1]  INFO -- : استبدال (?-mix:^bind .*$) بـ  في /etc/redis/redis.conf
أنا، [2023-01-14T15:20:17.060470 #1]  INFO -- : استبدال (?-mix:^dir .*$) بـ dir /shared/redis_data في /etc/redis/redis.conf
أنا، [2023-01-14T15:20:17.061549 #1]  INFO -- : استبدال (?-mix:^protected-mode yes) بـ protected-mode no في /etc/redis/redis.conf
أنا، [2023-01-14T15:20:17.062449 #1]  INFO -- : استبدال # io-threads 4 بـ io-threads $redis_io_threads في /etc/redis/redis.conf
أنا، [2023-01-14T15:20:17.063413 #1]  INFO -- : > echo redis installed
أنا، [2023-01-14T15:20:17.066313 #1]  INFO -- : redis installed

أنا، [2023-01-14T15:20:17.066678 #1]  INFO -- : > cat /etc/redis/redis.conf | grep logfile
أنا، [2023-01-14T15:20:17.071544 #1]  INFO -- : logfile ""

أنا، [2023-01-14T15:20:17.071867 #1]  INFO -- : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
أنا، [2023-01-14T15:20:17.073813 #1]  INFO -- : > sleep 10
103:C 14 Jan 2023 15:20:17.082 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
103:C 14 Jan 2023 15:20:17.082 # Redis version=7.0.7, bits=64, commit=00000000, modified=0, pid=103, just started
103:C 14 Jan 2023 15:20:17.082 # Configuration loaded
103:M 14 Jan 2023 15:20:17.083 * monotonic clock: POSIX clock_gettime
103:M 14 Jan 2023 15:20:17.083 * Running mode=standalone, port=6379.
103:M 14 Jan 2023 15:20:17.083 # Server initialized
103:M 14 Jan 2023 15:20:17.084 # WARNING Memory overcommit must be enabled! Without it, a background save or replication may fail under low memory condition. Being disabled, it can can also cause failures without low memory condition, see https://github.com/jemalloc/jemalloc/issues/1328. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
103:M 14 Jan 2023 15:20:17.084 * Loading RDB produced by version 7.0.7
103:M 14 Jan 2023 15:20:17.084 * RDB age 2518 seconds
103:M 14 Jan 2023 15:20:17.084 * RDB memory usage when created 18.99 Mb
103:M 14 Jan 2023 15:20:17.144 * Done loading RDB, keys loaded: 4565, keys expired: 62.
103:M 14 Jan 2023 15:20:17.145 * DB loaded from disk: 0.060 seconds
103:M 14 Jan 2023 15:20:17.145 * Ready to accept connections
أنا، [2023-01-14T15:20:27.076638 #1]  INFO -- : 
أنا، [2023-01-14T15:20:27.077285 #1]  INFO -- : > thpoff echo "thpoff is installed!"
أنا، [2023-01-14T15:20:27.083514 #1]  INFO -- : thpoff is installed!

أنا، [2023-01-14T15:20:27.083985 #1]  INFO -- : > /usr/local/bin/ruby -e 'if ENV["DISCOURSE_SMTP_ADDRESS"] == "smtp.example.com"; puts "Aborting! Mail is not configured!"; exit 1; end'
أنا، [2023-01-14T15:20:27.173960 #1]  INFO -- : 
أنا، [2023-01-14T15:20:27.174760 #1]  INFO -- : > /usr/local/bin/ruby -e 'if ENV["DISCOURSE_HOSTNAME"] == "discourse.example.com"; puts "Aborting! Domain is not configured!"; exit 1; end'
أنا، [2023-01-14T15:20:27.255056 #1]  INFO -- : 
أنا، [2023-01-14T15:20:27.255629 #1]  INFO -- : > /usr/local/bin/ruby -e 'if (ENV["DISCOURSE_CDN_URL"] || "")[0..1] == "//"; puts "Aborting! CDN must have a protocol specified. Once fixed you should rebake your posts now to correct all posts."; exit 1; end'
أنا، [2023-01-14T15:20:27.337678 #1]  INFO -- : 
أنا، [2023-01-14T15:20:27.338146 #1]  INFO -- : > rm -f /etc/cron.d/anacron
أنا، [2023-01-14T15:20:27.341776 #1]  INFO -- : 
أنا، [2023-01-14T15:20:27.345358 #1]  INFO -- : File > /etc/cron.d/anacron  chmod:   chown: 
أنا، [2023-01-14T15:20:27.350966 #1]  INFO -- : File > /etc/runit/1.d/copy-env  chmod: +x  chown: 
أنا، [2023-01-14T15:20:27.356572 #1]  INFO -- : File > /etc/service/unicorn/run  chmod: +x  chown: 
أنا، [2023-01-14T15:20:27.362001 #1]  INFO -- : File > /etc/service/nginx/run  chmod: +x  chown: 
أنا، [2023-01-14T15:20:27.367247 #1]  INFO -- : File > /etc/runit/3.d/01-nginx  chmod: +x  chown: 
أنا، [2023-01-14T15:20:27.373348 #1]  INFO -- : File > /etc/runit/3.d/02-unicorn  chmod: +x  chown: 
أنا، [2023-01-14T15:20:27.373683 #1]  INFO -- : استبدال # postgres بـ sv start postgres || exit 1 في /etc/service/unicorn/run
أنا، [2023-01-14T15:20:27.374254 #1]  INFO -- : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
أنا، [2023-01-14T15:20:27.376856 #1]  INFO -- : > cd /var/www/discourse && git reset --hard
131:C 14 Jan 2023 15:20:27.384 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
131:C 14 Jan 2023 15:20:27.384 # Redis version=7.0.7, bits=64, commit=00000000, modified=0, pid=131, just started
131:C 14 Jan 2023 15:20:27.384 # Configuration loaded
131:M 14 Jan 2023 15:20:27.385 * monotonic clock: POSIX clock_gettime
131:M 14 Jan 2023 15:20:27.385 # Warning: Could not create server TCP listening socket *:6379: bind: Address already in use
131:M 14 Jan 2023 15:20:27.385 # Failed listening on port 6379 (TCP), aborting.
Updating files: 100% (32637/32637), done.
أنا، [2023-01-14T15:20:30.195658 #1]  INFO -- : HEAD is now at e775ed1c DEV: Properly include spec examples (#19532)

أنا، [2023-01-14T15:20:30.195797 #1]  INFO -- : > cd /var/www/discourse && git clean -f
أنا، [2023-01-14T15:20:30.333643 #1]  INFO -- : 
أنا، [2023-01-14T15:20:30.334184 #1]  INFO -- : > cd /var/www/discourse && git remote set-branches --add origin main
أنا، [2023-01-14T15:20:30.339433 #1]  INFO -- : 
أنا، [2023-01-14T15:20:30.339648 #1]  INFO -- : > cd /var/www/discourse && git remote set-branches origin tests-passed
أنا، [2023-01-14T15:20:30.344719 #1]  INFO -- : 
أنا، [2023-01-14T15:20:30.345119 #1]  INFO -- : > cd /var/www/discourse && git fetch --depth 1 origin tests-passed
From https://github.com/discourse/discourse
 * branch              tests-passed -> FETCH_HEAD
 * [new branch]        tests-passed -> origin/tests-passed
أنا، [2023-01-14T15:20:33.500237 #1]  INFO -- : 
أنا، [2023-01-14T15:20:33.500424 #1]  INFO -- : > cd /var/www/discourse && git checkout tests-passed
Switched to a new branch 'tests-passed'
أنا، [2023-01-14T15:20:34.338013 #1]  INFO -- : Branch 'tests-passed' set up to track remote branch 'tests-passed' from 'origin'.

أنا، [2023-01-14T15:20:34.338160 #1]  INFO -- : > cd /var/www/discourse && mkdir -p tmp
أنا، [2023-01-14T15:20:34.343182 #1]  INFO -- : 
أنا، [2023-01-14T15:20:34.343477 #1]  INFO -- : > cd /var/www/discourse && chown discourse:www-data tmp
أنا، [2023-01-14T15:20:34.347396 #1]  INFO -- : 
أنا، [2023-01-14T15:20:34.347503 #1]  INFO -- : > cd /var/www/discourse && mkdir -p tmp/pids
أنا، [2023-01-14T15:20:34.351342 #1]  INFO -- : 
أنا، [2023-01-14T15:20:34.351730 #1]  INFO -- : > cd /var/www/discourse && mkdir -p tmp/sockets
أنا، [2023-01-14T15:20:34.355202 #1]  INFO -- : 
أنا، [2023-01-14T15:20:34.355301 #1]  INFO -- : > cd /var/www/discourse && touch tmp/.gitkeep
أنا، [2023-01-14T15:20:34.358930 #1]  INFO -- : 
أنا، [2023-01-14T15:20:34.359319 #1]  INFO -- : > cd /var/www/discourse && mkdir -p                    /shared/log/rails
أنا، [2023-01-14T15:20:34.362679 #1]  INFO -- : 
أنا، [2023-01-14T15:20:34.362778 #1]  INFO -- : > cd /var/www/discourse && bash -c "touch -a           /shared/log/rails/{production,production_errors,unicorn.stdout,unicorn.stderr,sidekiq}.log"
أنا، [2023-01-14T15:20:34.367598 #1]  INFO -- : 
أنا، [2023-01-14T15:20:34.367713 #1]  INFO -- : > cd /var/www/discourse && bash -c "ln    -s           /shared/log/rails/{production,production_errors,unicorn.stdout,unicorn.stderr,sidekiq}.log /var/www/discourse/log"
أنا، [2023-01-14T15:20:34.372403 #1]  INFO -- : 
أنا، [2023-01-14T15:20:34.372784 #1]  INFO -- : > cd /var/www/discourse && bash -c "mkdir -p           /shared/{uploads,backups}"
أنا، [2023-01-14T15:20:34.377508 #1]  INFO -- : 
أنا، [2023-01-14T15:20:34.377830 #1]  INFO -- : > cd /var/www/discourse && bash -c "ln    -s           /shared/{uploads,backups} /var/www/discourse/public"
أنا، [2023-01-14T15:20:34.382445 #1]  INFO -- : 
أنا، [2023-01-14T15:20:34.382540 #1]  INFO -- : > cd /var/www/discourse && bash -c "mkdir -p           /shared/tmp/{backups,restores}"
أنا، [2023-01-14T15:20:34.387500 #1]  INFO -- : 
أنا، [2023-01-14T15:20:34.387730 #1]  INFO -- : > cd /var/www/discourse && bash -c "ln    -s           /shared/tmp/{backups,restores} /var/www/discourse/tmp"
أنا، [2023-01-14T15:20:34.392281 #1]  INFO -- : 
أنا، [2023-01-14T15:20:34.392564 #1]  INFO -- : > cd /var/www/discourse && chown -R discourse:www-data /shared/log/rails /shared/uploads /shared/backups /shared/tmp
أنا، [2023-01-14T15:20:34.505504 #1]  INFO -- : 
أنا، [2023-01-14T15:20:34.505907 #1]  INFO -- : > cd /var/www/discourse && [ ! -d public/plugins ] || find public/plugins/ -maxdepth 1 -xtype l -delete
أنا، [2023-01-14T15:20:34.511590 #1]  INFO -- : 
أنا، [2023-01-14T15:20:34.512078 #1]  INFO -- : استبدال # redis بـ sv start redis || exit 1 في /etc/service/unicorn/run
أنا، [2023-01-14T15:20:34.513271 #1]  INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/docker_manager.git
Cloning into 'docker_manager'...
أنا، [2023-01-14T15:20:35.262697 #1]  INFO -- : 
أنا، [2023-01-14T15:20:35.262867 #1]  INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-translator.git
Cloning into 'discourse-translator'...
أنا، [2023-01-14T15:20:35.700782 #1]  INFO -- : 
أنا، [2023-01-14T15:20:35.700943 #1]  INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-adplugin.git
Cloning into 'discourse-adplugin'...
أنا، [2023-01-14T15:20:36.059316 #1]  INFO -- : 
أنا، [2023-01-14T15:20:36.059489 #1]  INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-cakeday.git
Cloning into 'discourse-cakeday'...
أنا، [2023-01-14T15:20:36.406019 #1]  INFO -- : 
أنا، [2023-01-14T15:20:36.406147 #1]  INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-patreon.git
Cloning into 'discourse-patreon'...
أنا، [2023-01-14T15:20:36.982984 #1]  INFO -- : 
أنا، [2023-01-14T15:20:36.983157 #1]  INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-solved.git
Cloning into 'discourse-solved'...
أنا، [2023-01-14T15:20:37.321593 #1]  INFO -- : 
أنا، [2023-01-14T15:20:37.322087 #1]  INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-follow.git
Cloning into 'discourse-follow'...
أنا، [2023-01-14T15:20:37.642974 #1]  INFO -- : 
أنا، [2023-01-14T15:20:37.643458 #1]  INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-assign.git
Cloning into 'discourse-assign'...
أنا، [2023-01-14T15:20:38.085929 #1]  INFO -- : 
أنا، [2023-01-14T15:20:38.086461 #1]  INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-canned-replies.git
Cloning into 'discourse-canned-replies'...
أنا، [2023-01-14T15:20:38.443553 #1]  INFO -- : 
أنا، [2023-01-14T15:20:38.443760 #1]  INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-checklist.git
Cloning into 'discourse-checklist'...
أنا، [2023-01-14T15:20:38.769904 #1]  INFO -- : 
أنا، [2023-01-14T15:20:38.770018 #1]  INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-user-notes.git
Cloning into 'discourse-user-notes'...
أنا، [2023-01-14T15:20:39.092350 #1]  INFO -- : 
أنا، [2023-01-14T15:20:39.092555 #1]  INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-calendar.git
Cloning into 'discourse-calendar'...
أنا، [2023-01-14T15:20:39.625377 #1]  INFO -- : 
أنا، [2023-01-14T15:20:39.625542 #1]  INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-gamification.git
Cloning into 'discourse-gamification'...
أنا، [2023-01-14T15:20:39.961425 #1]  INFO -- : 
أنا، [2023-01-14T15:20:39.961591 #1]  INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-saved-searches.git
Cloning into 'discourse-saved-searches'...
أنا، [2023-01-14T15:20:40.379340 #1]  INFO -- : 
أنا، [2023-01-14T15:20:40.379503 #1]  INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-yearly-review.git
Cloning into 'discourse-yearly-review'...
أنا، [2023-01-14T15:20:40.675729 #1]  INFO -- : 
أنا، [2023-01-14T15:20:40.675914 #1]  INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-bcc.git
Cloning into 'discourse-bcc'...
أنا، [2023-01-14T15:20:40.986527 #1]  INFO -- : 
أنا، [2023-01-14T15:20:40.986709 #1]  INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/worldismine/PM-Scanner.git
Cloning into 'PM-Scanner'...
أنا، [2023-01-14T15:20:41.275315 #1]  INFO -- : 
أنا، [2023-01-14T15:20:41.275465 #1]  INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-whos-online.git
Cloning into 'discourse-whos-online'...
أنا، [2023-01-14T15:20:41.557417 #1]  INFO -- : 
أنا، [2023-01-14T15:20:41.557921 #1]  INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-reactions.git
Cloning into 'discourse-reactions'...
أنا، [2023-01-14T15:20:41.943399 #1]  INFO -- : 
أنا، [2023-01-14T15:20:41.943581 #1]  INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-fingerprint.git
Cloning into 'discourse-fingerprint'...
أنا، [2023-01-14T15:20:42.238602 #1]  INFO -- : 
أنا، [2023-01-14T15:20:42.238793 #1]  INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-perspective-api.git
Cloning into 'discourse-perspective-api'...
أنا، [2023-01-14T15:20:42.539596 #1]  INFO -- : 
أنا، [2023-01-14T15:20:42.539751 #1]  INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-data-explorer.git
Cloning into 'discourse-data-explorer'...
أنا، [2023-01-14T15:20:42.932603 #1]  INFO -- : 
أنا، [2023-01-14T15:20:42.932773 #1]  INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-spoiler-alert.git
Cloning into 'discourse-spoiler-alert'...
أنا، [2023-01-14T15:20:43.239008 #1]  INFO -- : 
أنا، [2023-01-14T15:20:43.239675 #1]  INFO -- : > cp /var/www/discourse/config/nginx.sample.conf /etc/nginx/conf.d/discourse.conf
أنا، [2023-01-14T15:20:43.244629 #1]  INFO -- : 
أنا، [2023-01-14T15:20:43.245055 #1]  INFO -- : > rm /etc/nginx/sites-enabled/default
أنا، [2023-01-14T15:20:43.248052 #1]  INFO -- : 
أنا، [2023-01-14T15:20:43.248481 #1]  INFO -- : > mkdir -p /var/nginx/cache
أنا، [2023-01-14T15:20:43.251598 #1]  INFO -- : 
أنا، [2023-01-14T15:20:43.251976 #1]  INFO -- : استبدال pid /run/nginx.pid; بـ daemon off; في /etc/nginx/nginx.conf
أنا، [2023-01-14T15:20:43.252512 #1]  INFO -- : استبدال (?m-ix:upstream[^\}]+\}) بـ upstream discourse { server 127.0.0.1:3000; } في /etc/nginx/conf.d/discourse.conf
أنا، [2023-01-14T15:20:43.252965 #1]  INFO -- : استبدال (?-mix:server_name.+$) بـ server_name _ ; في /etc/nginx/conf.d/discourse.conf
أنا، [2023-01-14T15:20:43.253455 #1]  INFO -- : استبدال (?-mix:client_max_body_size.+$) بـ client_max_body_size $upload_size ; في /etc/nginx/conf.d/discourse.conf
أنا، [2023-01-14T15:20:43.253905 #1]  INFO -- : استبدال (?-mix:worker_connections.+$) بـ worker_connections $nginx_worker_connections ; في /etc/nginx/nginx.conf
أنا، [2023-01-14T15:20:43.254271 #1]  INFO -- : > echo "done configuring web"
أنا، [2023-01-14T15:20:43.257069 #1]  INFO -- : done configuring web

أنا، [2023-01-14T15:20:43.257491 #1]  INFO -- : > cd /var/www/discourse && gem install bundler --conservative -v $(awk '/BUNDLED WITH/ { getline; gsub(/ /,""); print $0 }' Gemfile.lock)
أنا، [2023-01-14T15:20:43.794680 #1]  INFO -- : Successfully installed bundler-2.4.1
1 gem installed

أنا، [2023-01-14T15:20:43.795215 #1]  INFO -- : > cd /var/www/discourse && find /var/www/discourse ! -user discourse -exec chown discourse {} \+
أنا، [2023-01-14T15:20:47.388059 #1]  INFO -- : 
أنا، [2023-01-14T15:20:47.388692 #1]  INFO -- : > cd /var/www/discourse && su discourse -c 'yarn install --production --frozen-lockfile && yarn cache clean'
warning " > @mixer/parallel-prettier@2.0.3" has unmet peer dependency "prettier@^2.0.0".
warning "eslint-config-discourse > eslint-plugin-lodash@7.1.0" has unmet peer dependency "lodash@>=4".
أنا، [2023-01-14T15:21:42.078520 #1]  INFO -- : yarn install v1.22.19
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
[4/5] Linking dependencies...
[5/5] Building fresh packages...
$ yarn --cwd app/assets/javascripts/discourse $(node -e 'if(JSON.parse(process.env.npm_config_argv).original.includes(`--frozen-lockfile`)){console.log(`--frozen-lockfile`)}')
yarn install v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 31.32s.
Done in 49.69s.
yarn cache v1.22.19
success Cleared cache.
Done in 4.61s.

أنا، [2023-01-14T15:21:42.079283 #1]  INFO -- : > cd /var/www/discourse && su discourse -c 'bundle install --deployment --retry 3 --jobs 4 --verbose --without test development'
[DEPRECATED] The `--deployment` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set --local deployment 'true'`, and stop using this flag
[DEPRECATED] The `--without` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set --local without 'test development'`, and stop using this flag
Bundler::PathError: The path `/var/www/discourse/vendor/bundle/ruby/3.1.0/bundler/gems/sprockets-f4d3dae71ef2` does not exist.
/usr/local/lib/ruby/gems/3.1.0/gems/bundler-2.4.1/lib/bundler/source/path.rb:209:in `load_spec_files'
  /usr/local/lib/ruby/gems/3.1.0/gems/bundler-2.4.1/lib/bundler/source/git.rb:205:in `load_spec_files'
  /usr/local/lib/ruby/gems/3.1.0/gems/bundler-2.4.1/lib/bundler/source/path.rb:107:in `local_specs'
  /usr/local/lib/ruby/gems/3.1.0/gems/bundler-2.4.1/lib/bundler/source/git.rb:172:in `specs'
  /usr/local/lib/ruby/gems/3.1.0/gems/bundler-2.4.1/lib/bundler/lazy_specification.rb:86:in `materialize_for_installation'
  /usr/local/lib/ruby/gems/3.1.0/gems/bundler-2.4.1/lib/bundler/spec_set.rb:195:in `map!'
  /usr/local/lib/ruby/gems/3.1.0/gems/bundler-2.4.1/lib/bundler/spec_set.rb:195:in `specs_for_dependency'
  /usr/local/lib/ruby/gems/3.1.0/gems/bundler-2.4.1/lib/bundler/spec_set.rb:33:in `block in for'
  /usr/local/lib/ruby/gems/3.1.0/gems/bundler-2.4.1/lib/bundler/spec_set.rb:22:in `loop'
  /usr/local/lib/ruby/gems/3.1.0/gems/bundler-2.4.1/lib/bundler/spec_set.rb:22:in `for'
  /usr/local/lib/ruby/gems/3.1.0/gems/bundler-2.4.1/lib/bundler/spec_set.rb:79:in `materialize'
  /usr/local/lib/ruby/gems/3.1.0/gems/bundler-2.4.1/lib/bundler/definition.rb:198:in `missing_specs'
  /usr/local/lib/ruby/gems/3.1.0/gems/bundler-2.4.1/lib/bundler/definition.rb:202:in `missing_specs?'
  /usr/local/lib/ruby/gems/3.1.0/gems/bundler-2.4.1/lib/bundler/installer.rb:253:in `resolve_if_needed'
  /usr/local/lib/ruby/gems/3.1.0/gems/bundler-2.4.1/lib/bundler/installer.rb:82:in `block in run'
  /usr/local/lib/ruby/gems/3.1.0/gems/bundler-2.4.1/lib/bundler/process_lock.rb:12:in `block in lock'
  /usr/local/lib/ruby/gems/3.1.0/gems/bundler-2.4.1/lib/bundler/process_lock.rb:9:in `open'
  /usr/local/lib/ruby/gems/3.1.0/gems/bundler-2.4.1/lib/bundler/process_lock.rb:9:in `lock'
  /usr/local/lib/ruby/gems/3.1.0/gems/bundler-2.4.1/lib/bundler/installer.rb:71:in `run'
  /usr/local/lib/ruby/gems/3.1.0/gems/bundler-2.4.1/lib/bundler/installer.rb:23:in `install'
  /usr/local/lib/ruby/gems/3.1.0/gems/bundler-2.4.1/lib/bundler/cli/install.rb:62:in `run'
  /usr/local/lib/ruby/gems/3.1.0/gems/bundler-2.4.1/lib/bundler/cli.rb:260:in `block in install'
  /usr/local/lib/ruby/gems/3.1.0/gems/bundler-2.4.1/lib/bundler/settings.rb:131:in `temporary'
  /usr/local/lib/ruby/gems/3.1.0/gems/bundler-2.4.1/lib/bundler/cli.rb:259:in `install'
  /usr/local/lib/ruby/gems/3.1.0/gems/bundler-2.4.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
  /usr/local/lib/ruby/gems/3.1.0/gems/bundler-2.4.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'
  /usr/local/lib/ruby/gems/3.1.0/gems/bundler-2.4.1/lib/bundler/vendor/thor/lib/thor.rb:392:in `dispatch'
  /usr/local/lib/ruby/gems/3.1.0/gems/bundler-2.4.1/lib/bundler/cli.rb:34:in `dispatch'
  /usr/local/lib/ruby/gems/3.1.0/gems/bundler-2.4.1/lib/bundler/vendor/thor/lib/thor/base.rb:485:in `start'
  /usr/local/lib/ruby/gems/3.1.0/gems/bundler-2.4.1/lib/bundler/cli.rb:28:in `start'
  /usr/local/lib/ruby/gems/3.1.0/gems/bundler-2.4.1/exe/bundle:45:in `block in <top (required)>'
  /usr/local/lib/ruby/gems/3.1.0/gems/bundler-2.4.1/lib/bundler/friendly_errors.rb:117:in `with_friendly_errors'
  /usr/local/lib/ruby/gems/3.1.0/gems/bundler-2.4.1/exe/bundle:33:in `<top (required)>'
  /usr/local/bin/bundle:25:in `load'
  /usr/local/bin/bundle:25:in `<main>'
أنا، [2023-01-14T15:22:25.177096 #1]  INFO -- : Running `bundle install --deployment --jobs 4 --retry 3 --verbose --without "test" "development"` with bundler 2.4.1
Frozen, using resolution from the lockfile
The definition is missing dependencies, failed to resolve & materialize locally (https://github.com/rails/sprockets (at 3.x@f4d3dae) is not yet checked out. Run `bundle install` first.)
Frozen, using resolution من ملف القفل
HTTP GET https://index.rubygems.org/versions
HTTP 206 Partial Content https://index.rubygems.org/versions
جلب بيانات الجيم من https://rubygems.org/
البحث عن الجيمات ["actionmailer", "actionpack", "actionview", "actionview_precompiler", "active_model_serializers", "activejob", "activemodel", "activerecord", "activesupport", "addressable", "annotate", "ast", "aws-eventstream", "aws-partitions", "aws-sdk-core", "aws-sdk-kms", "aws-sdk-s3", "aws-sdk-sns", "aws-sigv4", "better_errors", "binding_of_caller", "bootsnap", "builder", "bullet", "byebug", "capybara", "cbor", "certified", "cgi", "chunky_png", "coderay", "colored2", "concurrent-ruby", "connection_pool", "cose", "cppjieba_rb", "crack", "crass", "css_parser", "debug_inspector", "diff-lcs", "diffy", "digest", "discourse-fonts", "discourse-seed-fu", "discourse_dev_assets", "docile", "ecma-re-validator", "email_reply_trimmer", "erubi", "excon", "execjs", "exifr", "fabrication", "faker", "fakeweb", "faraday", "faraday-net_http", "faraday-retry", "fast_blank", "fast_xs", "fastimage", "ffi", "fspath", "gc_tracer", "globalid", "guess_html_encoding", "hana", "hashdiff", "hashie", "highline", "hkdf", "htmlentities", "http_accept_language", "i18n", "image_optim", "image_size", "in_threads", "jmespath", "json", "json-schema", "json_schemer", "jwt", "kgio", "libv8-node", "listen", "literate_randomizer", "lograge", "logstash-event", "logstash-logger", "logster", "loofah", "lru_redux", "lz4-ruby", "matrix", "maxminddb", "memory_profiler", "message_bus", "method_source", "mini_mime", "mini_portile2", "mini_racer", "mini_scheduler", "mini_sql", "mini_suffix", "minitest", "mocha", "msgpack", "multi_json", "multi_xml", "mustache", "net-http", "net-imap", "net-pop", "net-protocol", "net-smtp", "nio4r", "nokogiri", "oauth", "oauth-tty", "oauth2", "oj", "omniauth", "omniauth-facebook", "omniauth-github", "omniauth-google-oauth2", "omniauth-oauth", "omniauth-oauth2", "omniauth-twitter", "openssl", "openssl-signature_algorithm", "optimist", "parallel", "parallel_tests", "parser", "pg", "prettier_print", "progress", "pry", "pry-byebug", "pry-rails", "public_suffix", "puma", "r2", "racc", "rack", "rack-mini-profiler", "rack-protection", "rack-test", "rails-dom-testing", "rails-html-sanitizer", "rails_failover", "rails_multisite", "railties", "rainbow", "raindrops", "rake", "rb-fsevent", "rb-inotify", "rbtrace", "rchardet", "redis", "redis-namespace", "regexp_parser", "request_store", "rexml", "rinku", "rotp", "rqrcode", "rqrcode_core", "rspec", "rspec-core", "rspec-expectations", "rspec-html-matchers", "rspec-mocks", "rspec-rails", "rspec-support", "rss", "rswag-specs", "rubocop", "rubocop-ast", "rubocop-discourse", "rubocop-rspec", "ruby-prof", "ruby-progressbar", "ruby-readability", "ruby2_keywords", "rubyzip", "sanitize", "sassc", "sassc-rails", "selenium-webdriver", "shoulda-matchers", "sidekiq", "simplecov", "simplecov-html", "simplecov_json_formatter", "snaky_hash", "sprockets-rails", "sshkey", "stackprof", "syntax_tree", "syntax_tree-disable_ternary", "test-prof", "thor", "tilt", "timeout", "tzinfo", "uglifier", "unf", "unf_ext", "unicode-display_width", "unicorn", "uniform_notifier", "uri", "uri_template", "version_gem", "web-push", "webdrivers", "webmock", "webrick", "websocket", "xorcist", "xpath", "yaml-lint", "zeitwerk"]
HTTP GET https://index.rubygems.org/info/aws-partitions
HTTP GET https://index.rubygems.org/info/bullet
HTTP 206 Partial Content https://index.rubygems.org/info/aws-partitions
HTTP 206 Partial Content https://index.rubygems.org/info/bullet
HTTP GET https://index.rubygems.org/info/cgi
HTTP GET https://index.rubygems.org/info/css_parser
HTTP 200 OK https://index.rubygems.org/info/cgi
HTTP 206 Partial Content https://index.rubygems.org/info/css_parser
HTTP GET https://index.rubygems.org/info/erubi
HTTP GET https://index.rubygems.org/info/excon
HTTP 206 Partial Content https://index.rubygems.org/info/excon
HTTP 206 Partial Content https://index.rubygems.org/info/erubi
HTTP GET https://index.rubygems.org/info/faker
HTTP 206 Partial Content https://index.rubygems.org/info/faker
HTTP GET https://index.rubygems.org/info/highline
HTTP 206 Partial Content https://index.rubygems.org/info/highline
HTTP GET https://index.rubygems.org/info/jwt
HTTP GET https://index.rubygems.org/info/libv8-node
HTTP 206 Partial Content https://index.rubygems.org/info/jwt
HTTP 206 Partial Content https://index.rubygems.org/info/libv8-node
HTTP GET https://index.rubygems.org/info/listen
HTTP 206 Partial Content https://index.rubygems.org/info/listen
HTTP GET https://index.rubygems.org/info/message_bus
HTTP GET https://index.rubygems.org/info/mini_portile2
HTTP 206 Partial Content https://index.rubygems.org/info/message_bus
HTTP 206 Partial Content https://index.rubygems.org/info/mini_portile2
HTTP GET https://index.rubygems.org/info/minitest
HTTP 206 Partial Content https://index.rubygems.org/info/minitest
HTTP GET https://index.rubygems.org/info/net-imap
HTTP GET https://index.rubygems.org/info/nokogiri
HTTP 206 Partial Content https://index.rubygems.org/info/net-imap
HTTP 206 Partial Content https://index.rubygems.org/info/nokogiri
HTTP GET https://index.rubygems.org/info/openssl
HTTP 206 Partial Content https://index.rubygems.org/info/openssl
HTTP GET https://index.rubygems.org/info/parser
HTTP 206 Partial Content https://index.rubygems.org/info/parser
HTTP GET https://index.rubygems.org/info/prettier_print
HTTP 200 OK https://index.rubygems.org/info/prettier_print
HTTP GET https://index.rubygems.org/info/pry
HTTP 206 Partial Content https://index.rubygems.org/info/pry
HTTP GET https://index.rubygems.org/info/puma
HTTP 206 Partial Content https://index.rubygems.org/info/puma
HTTP GET https://index.rubygems.org/info/racc
HTTP GET https://index.rubygems.org/info/rack
HTTP 206 Partial Content https://index.rubygems.org/info/racc
HTTP 206 Partial Content https://index.rubygems.org/info/rack
HTTP GET https://index.rubygems.org/info/redis-namespace
HTTP 206 Partial Content https://index.rubygems.org/info/redis-namespace
HTTP GET https://index.rubygems.org/info/rspec-expectations
HTTP GET https://index.rubygems.org/info/rspec-mocks
HTTP 206 Partial Content https://index.rubygems.org/info/rspec-expectations
HTTP 206 Partial Content https://index.rubygems.org/info/rspec-mocks
HTTP GET https://index.rubygems.org/info/rubocop
HTTP GET https://index.rubygems.org/info/rubocop-ast
HTTP 206 Partial Content https://index.rubygems.org/info/rubocop-ast
HTTP 206 Partial Content https://index.rubygems.org/info/rubocop
HTTP GET https://index.rubygems.org/info/rubocop-discourse
HTTP GET https://index.rubygems.org/info/rubocop-rspec
HTTP 206 Partial Content https://index.rubygems.org/info/rubocop-rspec
HTTP 206 Partial Content https://index.rubygems.org/info/rubocop-discourse
HTTP GET https://index.rubygems.org/info/ruby-prof
HTTP 206 Partial Content https://index.rubygems.org/info/ruby-prof
HTTP GET https://index.rubygems.org/info/sidekiq
HTTP GET https://index.rubygems.org/info/simplecov
HTTP 206 Partial Content https://index.rubygems.org/info/sidekiq
HTTP 206 Partial Content https://index.rubygems.org/info/simplecov
HTTP GET https://index.rubygems.org/info/syntax_tree-disable_ternary
HTTP GET https://index.rubygems.org/info/syntax_tree
HTTP 200 OK https://index.rubygems.org/info/syntax_tree-disable_ternary
HTTP 200 OK https://index.rubygems.org/info/syntax_tree
HTTP GET https://index.rubygems.org/info/unicode-display_width
HTTP GET https://index.rubygems.org/info/web-push
HTTP 206 Partial Content https://index.rubygems.org/info/unicode-display_width
HTTP 200 OK https://index.rubygems.org/info/web-push
البحث عن الجيمات ["mail", "text-format", "erubis", "rails-deprecated_sanitizer", "rack-mount", "rack-cache", "sprockets", "journey", "jsonapi", "case_transform", "jsonapi-renderer", "activemodel-globalid", "bcrypt-ruby", "arel", "activerecord-deprecated_finders", "memcache-client", "thread_safe", "jamespath", "http-2", "aws-crt", "rouge", "snappy", "columnize", "debugger-linecache", "slop", "rb-readline", "culerity", "database_cleaner", "mime-types", "celerity", "functional-ruby", "ref", "safe_yaml", "rdoc", "rcov", "multipart-post", "faraday-excon", "faraday-net_http_persistent", "faraday-em_http", "faraday-em_synchrony", "faraday-httpclient", "faraday-patron", "faraday-rack", "faraday-multipart", "rake-compiler", "pastel", "tty-pager", "tty-screen", "tty-tree", "rb-appscript", "xattr", "ffi-xattr", "json_pure", "rdf", "termios", "stud", "rb-fchange", "rb-kqueue", "celluloid", "celluloid-io", "ruby_dep", "ruby_parser", "eventmachine", "thin", "libv8", "net-ftp", "metaclass", "io-wait", "strscan", "date", "ruby-hmac", "faraday-middleware", "httpauth", "rash_alt", "hoe", "weakling", "mini_portile", "pkg-config", "bigdecimal", "oa-core", "oa-oauth", "oa-openid", "oa-basic", "oa-enterprise", "oa-more", "ipaddr", "sexp_processor", "pry-doc", "win32console", "yard", "spoon", "escape_utils", "rails", "rack-ssl", "trollop", "redis-client", "base32", "webrat", "rspec-collection_matchers", "term-ansicolor", "backports", "powerpack", "astrolabe", "tins", "jaro_winkler", "psych", "hpricot", "nokogumbo", "bundler", "sass", "childprocess", "libwebsocket", "bourne", "compass", "sprockets-sass", "sinatra", "slim", "lockfile", "therubyracer", "archive-zip", "zip", "net_http_ssl_fix"]
HTTP GET https://index.rubygems.org/info/mail
HTTP 206 Partial Content https://index.rubygems.org/info/mail
HTTP GET https://index.rubygems.org/info/pry-doc
HTTP 206 Partial Content https://index.rubygems.org/info/pry-doc
HTTP GET https://index.rubygems.org/info/redis-client
HTTP 206 Partial Content https://index.rubygems.org/info/redis-client
HTTP GET https://index.rubygems.org/info/bundler
HTTP 206 Partial Content https://index.rubygems.org/info/bundler
البحث عن الجيمات ["text-hyphen", "abstract", "multimap", "hike", "treetop", "tlsmail", "jsonapi-parser", "bcrypt", "ZenTest", "RubyInline", "atomic", "snappy-jars", "ruby_core_source", "debugger-ruby_core_source", "cucumber", "database_cleaner-active_record", "mime-types-data", "net-http-persistent", "httpclient", "patron", "equatable", "tty-color", "tty-which", "verse", "strings", "spruz", "link_header", "hamster", "win32-api", "metriks", "timers", "facter", "celluloid-essentials", "celluloid-extras", "celluloid-fsm", "celluloid-pool", "celluloid-supervision", "dotenv", "nenv", "rspec-logsplit", "ParseTree", "daemons", "time", "rubyforge", "gemcutter", "rack-openid", "ruby-openid-apps-discovery", "restclient", "rest-client", "net-ldap", "rubyntlm", "pyu-ruby-sasl", "uuid", "XMLCanonicalizer", "activeresource", "actionwebservice", "actioncable", "activestorage", "actionmailbox", "actiontext", "curses", "sync", "jar-dependencies", "stringio", "sass-listen", "haml", "fssm", "compass-core", "compass-import-once", "sprockets-helpers", "mongrel", "mustermann", "temple", "io-like"]
البحث عن الجيمات ["facets", "polyglot", "archive-tar-minitar", "gherkin", "multi_test", "cucumber-core", "gherkin3", "cucumber-wire", "event-bus", "cucumber-expressions", "cucumber-formatter-dots", "cucumber-gherkin", "cucumber-html-formatter", "cucumber-cucumber-expressions", "cucumber-messages", "sys-uname", "cucumber-create-meta", "cucumber-ci-environment", "database_cleaner-core", "unicode_utils", "strings-ansi", "test-unit", "hitimes", "rbtree", "faraday_middleware", "yajl-ruby", "avl_tree", "CFPropertyList", "sys-admin", "win32-dir", "windows-api", "windows-pr", "win32-security", "hocon", "celluloid-gems", "coveralls", "dotenv-deployment", "SexpProcessor", "net-scp", "ruby-openid", "netrc", "http-cookie", "http-accept", "macaddr", "log4r", "rails-observers", "activemodel-serializers-xml", "marcel", "mimemagic", "coffee-rails", "em-hiredis", "faye-websocket", "websocket-driver", "ruby-maven", "cgi_multipart_eof_fix", "fastthread", "gem_plugin", "tool"]
HTTP GET https://index.rubygems.org/info/cucumber-core
HTTP GET https://index.rubygems.org/info/cucumber-gherkin
HTTP 206 Partial Content https://index.rubygems.org/info/cucumber-core
HTTP 206 Partial Content https://index.rubygems.org/info/cucumber-gherkin
البحث عن الجيمات ["c21e", "minitar", "minitar-cli", "os", "cucumber-tag_expressions", "cucumber-tag-expressions", "google-protobuf", "protobuf-cucumber", "power_assert", "configuration", "mkrf", "roauth", "libxml-ruby", "ffi-win32-extensions", "colorize", "net-ssh", "ruby-yadis", "domain_name", "sqlite3", "systemu", "coffee-script", "hiredis", "websocket-extensions", "maven-tools", "ruby-maven-libs"]
HTTP GET https://index.rubygems.org/info/cucumber-tag-expressions
HTTP GET https://index.rubygems.org/info/power_assert
HTTP 206 Partial Content https://index.rubygems.org/info/cucumber-tag-expressions
HTTP 206 Partial Content https://index.rubygems.org/info/power_assert
HTTP GET https://index.rubygems.org/info/libxml-ruby
HTTP 206 Partial Content https://index.rubygems.org/info/libxml-ruby
HTTP GET https://index.rubygems.org/info/sqlite3
HTTP 206 Partial Content https://index.rubygems.org/info/sqlite3
البحث عن الجيمات ["powerbar", "middleware", "pattern-match", "needle", "jruby-pageant", "bcrypt_pbkdf", "rbnacl", "rbnacl-libsodium", "coffee-script-source", "virtus"]
البحث عن الجيمات ["ansi", "descendants_tracker", "axiom-types", "coercible", "equalizer"]
البحث عن الجيمات ["ice_nine", "adamantium"]
البحث عن الجيمات ["memoizable"]
جلب https://github.com/rails/sprockets
استخدام rake 13.0.6
0:  rake (13.0.6) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/rake-13.0.6.gemspec
استخدام concurrent-ruby 1.1.10
0:  concurrent-ruby (1.1.10) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/concurrent-ruby-1.1.10.gemspec
جلب minitest 5.17.0
استخدام builder 3.2.4
1:  builder (3.2.4) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/builder-3.2.4.gemspec
استخدام erubi 1.11.0
2:  erubi (1.11.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/erubi-1.11.0.gemspec
استخدام crass 1.0.6
1:  crass (1.0.6) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/crass-1.0.6.gemspec
جلب racc 1.6.2
استخدام mini_mime 1.1.2
1:  mini_mime (1.1.2) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/mini_mime-1.1.2.gemspec
جلب rack 2.2.5
استخدام timeout 0.3.1
1:  timeout (0.3.1) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/timeout-0.3.1.gemspec
استخدام public_suffix 5.0.1
1:  public_suffix (5.0.1) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/public_suffix-5.0.1.gemspec
استخدام aws-eventstream 1.2.0
1:  aws-eventstream (1.2.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/aws-eventstream-1.2.0.gemspec
استخدام aws-partitions 1.583.0
1:  aws-partitions (1.583.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/aws-partitions-1.583.0.gemspec
استخدام jmespath 1.6.2
1:  jmespath (1.6.2) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/jmespath-1.6.2.gemspec
استخدام msgpack 1.6.0
1:  msgpack (1.6.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/msgpack-1.6.0.gemspec
استخدام bundler 2.4.1
1:  bundler (2.4.1) من /usr/local/lib/ruby/gems/3.1.0/gems/bundler-2.4.1/lib/bundler/source
استخدام byebug 11.1.3
1:  byebug (11.1.3) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/byebug-11.1.3.gemspec
استخدام cbor 0.5.9.6
1:  cbor (0.5.9.6) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/cbor-0.5.9.6.gemspec
جلب cgi 0.3.6
تثبيت cgi 0.3.6 مع ملحقات أصلية
تثبيت minitest 5.17.0
بناء الملحقات الأصلية. قد يستغرق هذا بعض الوقت...
تثبيت rack 2.2.5
تثبيت racc 1.6.2 مع ملحقات أصلية
0:  minitest (5.17.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/minitest-5.17.0.gemspec
استخدام chunky_png 1.4.0
0:  chunky_png (1.4.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/chunky_png-1.4.0.gemspec
استخدام coderay 1.1.3
0:  coderay (1.1.3) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/coderay-1.1.3.gemspec
استخدام colored2 3.1.2
0:  colored2 (3.1.2) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/colored2-3.1.2.gemspec
استخدام connection_pool 2.3.0
0:  connection_pool (2.3.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/connection_pool-2.3.0.gemspec
جلب openssl 3.0.2
بناء الملحقات الأصلية. قد يستغرق هذا بعض الوقت...
2:  rack (2.2.5) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/rack-2.2.5.gemspec
استخدام cppjieba_rb 0.4.2
2:  cppjieba_rb (0.4.2) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/cppjieba_rb-0.4.2.gemspec
استخدام diffy 3.4.2
2:  diffy (3.4.2) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/diffy-3.4.2.gemspec
استخدام digest 3.1.1
2:  digest (3.1.1) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/digest-3.1.1.gemspec
استخدام discourse-fonts 0.0.9
2:  discourse-fonts (0.0.9) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/discourse-fonts-0.0.9.gemspec
استخدام regexp_parser 2.6.1
2:  regexp_parser (2.6.1) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/regexp_parser-2.6.1.gemspec
استخدام email_reply_trimmer 0.1.13
2:  email_reply_trimmer (0.1.13) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/email_reply_trimmer-0.1.13.gemspec
جلب excon 0.96.0
تثبيت openssl 3.0.2 مع ملحقات أصلية
تثبيت excon 0.96.0
بناء الملحقات الأصلية. قد يستغرق هذا بعض الوقت...
2:  excon (0.96.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/excon-0.96.0.gemspec
استخدام execjs 2.8.1
2:  execjs (2.8.1) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/execjs-2.8.1.gemspec
استخدام exifr 1.3.10
2:  exifr (1.3.10) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/exifr-1.3.10.gemspec
استخدام faraday-net_http 3.0.2
2:  faraday-net_http (3.0.2) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/faraday-net_http-3.0.2.gemspec
استخدام ruby2_keywords 0.0.5
2:  ruby2_keywords (0.0.5) من /usr/local/lib/ruby/gems/3.1.0/specifications/default/ruby2_keywords-0.0.5.gemspec
استخدام fast_blank 1.0.1
2:  fast_blank (1.0.1) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/fast_blank-1.0.1.gemspec
استخدام fast_xs 0.8.0
2:  fast_xs (0.8.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/fast_xs-0.8.0.gemspec
استخدام fastimage 2.2.6
2:  fastimage (2.2.6) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/fastimage-2.2.6.gemspec
استخدام ffi 1.15.5
2:  ffi (1.15.5) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/ffi-1.15.5.gemspec
استخدام fspath 3.1.2
2:  fspath (3.1.2) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/fspath-3.1.2.gemspec
استخدام gc_tracer 1.5.1
2:  gc_tracer (1.5.1) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/gc_tracer-1.5.1.gemspec
استخدام guess_html_encoding 0.0.11
2:  guess_html_encoding (0.0.11) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/guess_html_encoding-0.0.11.gemspec
استخدام hana 1.3.7
2:  hana (1.3.7) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/hana-1.3.7.gemspec
استخدام hashie 5.0.0
2:  hashie (5.0.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/hashie-5.0.0.gemspec
جلب highline 2.1.0
تثبيت highline 2.1.0
2:  highline (2.1.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/highline-2.1.0.gemspec
جلب hkdf 1.0.0
تثبيت hkdf 1.0.0
2:  hkdf (1.0.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/hkdf-1.0.0.gemspec
استخدام htmlentities 4.3.4
2:  htmlentities (4.3.4) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/htmlentities-4.3.4.gemspec
استخدام http_accept_language 2.1.1
2:  http_accept_language (2.1.1) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/http_accept_language-2.1.1.gemspec
استخدام image_size 3.2.0
2:  image_size (3.2.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/image_size-3.2.0.gemspec
استخدام in_threads 1.6.0
2:  in_threads (1.6.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/in_threads-1.6.0.gemspec
استخدام progress 3.6.0
2:  progress (3.6.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/progress-3.6.0.gemspec
استخدام json 2.6.3
2:  json (2.6.3) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/json-2.6.3.gemspec
استخدام uri_template 0.7.0
2:  uri_template (0.7.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/uri_template-0.7.0.gemspec
جلب jwt 2.6.0
تثبيت jwt 2.6.0
2:  jwt (2.6.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/jwt-2.6.0.gemspec
استخدام kgio 2.11.4
2:  kgio (2.11.4) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/kgio-2.11.4.gemspec
استخدام libv8-node 16.10.0.0 (x86_64-linux)
2:  libv8-node (16.10.0.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/libv8-node-16.10.0.0-x86_64-linux.gemspec
استخدام method_source 1.0.0
2:  method_source (1.0.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/method_source-1.0.0.gemspec
استخدام thor 1.2.1
2:  thor (1.2.1) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/thor-1.2.1.gemspec
استخدام zeitwerk 2.6.6
2:  zeitwerk (2.6.6) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/zeitwerk-2.6.6.gemspec
استخدام logstash-event 1.2.02
2:  logstash-event (1.2.02) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/logstash-event-1.2.02.gemspec
استخدام logster 2.11.3
2:  logster (2.11.3) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/logster-2.11.3.gemspec
استخدام lru_redux 1.1.0
2:  lru_redux (1.1.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/lru_redux-1.1.0.gemspec
استخدام lz4-ruby 0.3.3
2:  lz4-ruby (0.3.3) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/lz4-ruby-0.3.3.gemspec
استخدام maxminddb 0.1.22
2:  maxminddb (0.1.22) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/maxminddb-0.1.22.gemspec
استخدام memory_profiler 1.0.1
2:  memory_profiler (1.0.1) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/memory_profiler-1.0.1.gemspec
استخدام redis 4.8.0
2:  redis (4.8.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/redis-4.8.0.gemspec
استخدام mini_sql 1.4.0
2:  mini_sql (1.4.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/mini_sql-1.4.0.gemspec
استخدام multi_json 1.15.0
2:  multi_json (1.15.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/multi_json-1.15.0.gemspec
استخدام multi_xml 0.6.0
2:  multi_xml (0.6.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/multi_xml-0.6.0.gemspec
استخدام mustache 1.1.1
2:  mustache (1.1.1) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/mustache-1.1.1.gemspec
استخدام uri 0.12.0
2:  uri (0.12.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/uri-0.12.0.gemspec
استخدام nio4r 2.5.8
2:  nio4r (2.5.8) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/nio4r-2.5.8.gemspec
استخدام version_gem 1.1.1
2:  version_gem (1.1.1) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/version_gem-1.1.1.gemspec
استخدام oj 3.13.14
2:  oj (3.13.14) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/oj-3.13.14.gemspec
استخدام optimist 3.0.1
2:  optimist (3.0.1) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/optimist-3.0.1.gemspec
استخدام pg 1.4.5
2:  pg (1.4.5) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/pg-1.4.5.gemspec
استخدام r2 0.2.7
2:  r2 (0.2.7) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/r2-0.2.7.gemspec
استخدام raindrops 0.20.0
2:  raindrops (0.20.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/raindrops-0.20.0.gemspec
استخدام rchardet 1.8.0
2:  rchardet (1.8.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/rchardet-1.8.0.gemspec
استخدام rexml 3.2.5
2:  rexml (3.2.5) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/rexml-3.2.5.gemspec
استخدام rinku 2.0.6
2:  rinku (2.0.6) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/rinku-2.0.6.gemspec
استخدام rotp 6.2.2
2:  rotp (6.2.2) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/rotp-6.2.2.gemspec
استخدام rqrcode_core 1.2.0
2:  rqrcode_core (1.2.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/rqrcode_core-1.2.0.gemspec
استخدام rubyzip 2.3.2
2:  rubyzip (2.3.2) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/rubyzip-2.3.2.gemspec
استخدام tilt 2.0.11
2:  tilt (2.0.11) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/tilt-2.0.11.gemspec
استخدام sshkey 2.0.0
2:  sshkey (2.0.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/sshkey-2.0.0.gemspec
استخدام stackprof 0.2.23
2:  stackprof (0.2.23) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/stackprof-0.2.23.gemspec
استخدام unf_ext 0.0.8.2
2:  unf_ext (0.0.8.2) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/unf_ext-0.0.8.2.gemspec
جلب webrick 1.7.0
تثبيت webrick 1.7.0
2:  webrick (1.7.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/webrick-1.7.0.gemspec
استخدام xorcist 1.1.3
2:  xorcist (1.1.3) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/xorcist-1.1.3.gemspec
استخدام i18n 1.12.0
2:  i18n (1.12.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/i18n-1.12.0.gemspec
استخدام tzinfo 2.0.5
2:  tzinfo (2.0.5) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/tzinfo-2.0.5.gemspec
استخدام mail 2.8.0.edge من https://github.com/discourse/mail.git (عند main@5b700fc)
2:  mail (2.8.0.edge) من /var/www/discourse/vendor/bundle/ruby/3.1.0/bundler/gems/mail-5b700fc95ee6/mail.gemspec
استخدام net-protocol 0.2.1
2:  net-protocol (0.2.1) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/net-protocol-0.2.1.gemspec
استخدام addressable 2.8.1
2:  addressable (2.8.1) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/addressable-2.8.1.gemspec
استخدام aws-sigv4 1.5.0
2:  aws-sigv4 (1.5.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/aws-sigv4-1.5.0.gemspec
استخدام bootsnap 1.15.0
2:  bootsnap (1.15.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/bootsnap-1.15.0.gemspec
استخدام rack-test 2.0.2
2:  rack-test (2.0.2) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/rack-test-2.0.2.gemspec
استخدام request_store 1.5.1
2:  request_store (1.5.1) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/request_store-1.5.1.gemspec
جلب message_bus 4.3.2
تثبيت message_bus 4.3.2
2:  message_bus (4.3.2) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/message_bus-4.3.2.gemspec
استخدام rack-mini-profiler 3.0.0
2:  rack-mini-profiler (3.0.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/rack-mini-profiler-3.0.0.gemspec
استخدام rack-protection 3.0.5
2:  rack-protection (3.0.5) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/rack-protection-3.0.5.gemspec
استخدام sprockets 3.7.2 من https://github.com/rails/sprockets (عند 3.x@f4d3dae)
2:  sprockets (3.7.2) من /var/www/discourse/vendor/bundle/ruby/3.1.0/bundler/gems/sprockets-f4d3dae71ef2/sprockets.gemspec
استخدام ecma-re-validator 0.4.0
2:  ecma-re-validator (0.4.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/ecma-re-validator-0.4.0.gemspec
استخدام uglifier 4.2.0
2:  uglifier (4.2.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/uglifier-4.2.0.gemspec
استخدام faraday 2.7.2
2:  faraday (2.7.2) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/faraday-2.7.2.gemspec
استخدام mini_suffix 0.3.3
2:  mini_suffix (0.3.3) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/mini_suffix-0.3.3.gemspec
استخدام omniauth 1.9.2
2:  omniauth (1.9.2) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/omniauth-1.9.2.gemspec
استخدام sassc 2.0.1
2:  sassc (2.0.1) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/sassc-2.0.1.gemspec
استخدام image_optim 0.31.2
2:  image_optim (0.31.2) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/image_optim-0.31.2.gemspec
استخدام mini_racer 0.6.3
2:  mini_racer (0.6.3) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/mini_racer-0.6.3.gemspec
جلب pry 0.14.2
تثبيت pry 0.14.2
2:  pry (0.14.2) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/pry-0.14.2.gemspec
استخدام logstash-logger 0.26.1
2:  logstash-logger (0.26.1) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/logstash-logger-0.26.1.gemspec
استخدام sidekiq 6.5.8
2:  sidekiq (6.5.8) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/sidekiq-6.5.8.gemspec
استخدام net-http 0.3.2
2:  net-http (0.3.2) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/net-http-0.3.2.gemspec
استخدام oauth-tty 1.0.5
2:  oauth-tty (1.0.5) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/oauth-tty-1.0.5.gemspec
استخدام snaky_hash 2.0.1
2:  snaky_hash (2.0.1) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/snaky_hash-2.0.1.gemspec
جلب puma 6.0.2
تثبيت puma 6.0.2 مع ملحقات أصلية
بناء الملحقات الأصلية. قد يستغرق هذا بعض الوقت...
1:  cgi (0.3.6) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/cgi-0.3.6.gemspec
باستخدام redis-namespace 1.9.0
1:  redis-namespace (1.9.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/redis-namespace-1.9.0.gemspec
باستخدام rbtrace 0.4.14
1:  rbtrace (0.4.14) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/rbtrace-0.4.14.gemspec
باستخدام rqrcode 2.1.2
1:  rqrcode (2.1.2) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/rqrcode-2.1.2.gemspec
باستخدام rss 0.2.9
1:  rss (0.2.9) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/rss-0.2.9.gemspec
باستخدام unf 0.1.4
1:  unf (0.1.4) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/unf-0.1.4.gemspec
باستخدام unicorn 6.1.0
1:  unicorn (6.1.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/unicorn-6.1.0.gemspec
باستخدام activesupport 7.0.3.1
1:  activesupport (7.0.3.1) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/activesupport-7.0.3.1.gemspec
باستخدام net-imap 0.3.1
1:  net-imap (0.3.1) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/net-imap-0.3.1.gemspec
باستخدام net-pop 0.1.2
1:  net-pop (0.1.2) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/net-pop-0.1.2.gemspec
باستخدام net-smtp 0.3.3
1:  net-smtp (0.3.3) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/net-smtp-0.3.3.gemspec
جاري جلب css_parser 1.13.0
جاري تثبيت css_parser 1.13.0
1:  css_parser (1.13.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/css_parser-1.13.0.gemspec
باستخدام aws-sdk-core 3.130.2
1:  aws-sdk-core (3.130.2) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/aws-sdk-core-3.130.2.gemspec
باستخدام json_schemer 0.2.23
1:  json_schemer (0.2.23) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/json_schemer-0.2.23.gemspec
باستخدام faraday-retry 2.0.0
1:  faraday-retry (2.0.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/faraday-retry-2.0.0.gemspec
باستخدام oauth2 1.4.11
1:  oauth2 (1.4.11) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/oauth2-1.4.11.gemspec
باستخدام pry-byebug 3.10.1
1:  pry-byebug (3.10.1) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/pry-byebug-3.10.1.gemspec
باستخدام pry-rails 0.3.9
1:  pry-rails (0.3.9) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/pry-rails-0.3.9.gemspec
باستخدام mini_scheduler 0.15.0
1:  mini_scheduler (0.15.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/mini_scheduler-0.15.0.gemspec
باستخدام oauth 1.1.0
1:  oauth (1.1.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/oauth-1.1.0.gemspec
باستخدام globalid 1.0.0
1:  globalid (1.0.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/globalid-1.0.0.gemspec
باستخدام activemodel 7.0.3.1
1:  activemodel (7.0.3.1) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/activemodel-7.0.3.1.gemspec
باستخدام aws-sdk-kms 1.56.0
1:  aws-sdk-kms (1.56.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/aws-sdk-kms-1.56.0.gemspec
باستخدام aws-sdk-sns 1.53.0
1:  aws-sdk-sns (1.53.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/aws-sdk-sns-1.53.0.gemspec
باستخدام omniauth-oauth2 1.7.3
1:  omniauth-oauth2 (1.7.3) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/omniauth-oauth2-1.7.3.gemspec
باستخدام activejob 7.0.3.1
1:  activejob (7.0.3.1) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/activejob-7.0.3.1.gemspec
باستخدام active_model_serializers 0.8.4
1:  active_model_serializers (0.8.4) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/active_model_serializers-0.8.4.gemspec
باستخدام activerecord 7.0.3.1
1:  activerecord (7.0.3.1) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/activerecord-7.0.3.1.gemspec
باستخدام omniauth-oauth 1.2.0
1:  omniauth-oauth (1.2.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/omniauth-oauth-1.2.0.gemspec
باستخدام aws-sdk-s3 1.114.0
1:  aws-sdk-s3 (1.114.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/aws-sdk-s3-1.114.0.gemspec
باستخدام discourse-seed-fu 2.3.12
1:  discourse-seed-fu (2.3.12) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/discourse-seed-fu-2.3.12.gemspec
باستخدام omniauth-facebook 9.0.0
1:  omniauth-facebook (9.0.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/omniauth-facebook-9.0.0.gemspec
باستخدام omniauth-github 1.4.0
1:  omniauth-github (1.4.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/omniauth-github-1.4.0.gemspec
باستخدام omniauth-google-oauth2 0.8.2
1:  omniauth-google-oauth2 (0.8.2) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/omniauth-google-oauth2-0.8.2.gemspec
باستخدام omniauth-twitter 1.4.0
1:  omniauth-twitter (1.4.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/omniauth-twitter-1.4.0.gemspec
3:  racc (1.6.2) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/racc-1.6.2.gemspec
جاري جلب nokogiri 1.14.0 (x86_64-linux)
جاري تثبيت nokogiri 1.14.0 (x86_64-linux)
1:  nokogiri (1.14.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/nokogiri-1.14.0-x86_64-linux.gemspec
باستخدام rails-dom-testing 2.0.3
3:  rails-dom-testing (2.0.3) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/rails-dom-testing-2.0.3.gemspec
باستخدام loofah 2.19.1
3:  loofah (2.19.1) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/loofah-2.19.1.gemspec
باستخدام ruby-readability 0.7.0
3:  ruby-readability (0.7.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/ruby-readability-0.7.0.gemspec
باستخدام sanitize 6.0.0
3:  sanitize (6.0.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/sanitize-6.0.0.gemspec
باستخدام rails-html-sanitizer 1.4.4
3:  rails-html-sanitizer (1.4.4) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/rails-html-sanitizer-1.4.4.gemspec
باستخدام actionview 7.0.3.1
3:  actionview (7.0.3.1) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/actionview-7.0.3.1.gemspec
باستخدام actionpack 7.0.3.1
3:  actionpack (7.0.3.1) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/actionpack-7.0.3.1.gemspec
باستخدام actionview_precompiler 0.2.3
3:  actionview_precompiler (0.2.3) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/actionview_precompiler-0.2.3.gemspec
باستخدام actionmailer 7.0.3.1
3:  actionmailer (7.0.3.1) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/actionmailer-7.0.3.1.gemspec
باستخدام railties 7.0.3.1
3:  railties (7.0.3.1) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/railties-7.0.3.1.gemspec
باستخدام sprockets-rails 3.4.2
3:  sprockets-rails (3.4.2) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/sprockets-rails-3.4.2.gemspec
باستخدام lograge 0.12.0
3:  lograge (0.12.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/lograge-0.12.0.gemspec
باستخدام rails_failover 0.8.1
3:  rails_failover (0.8.1) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/rails_failover-0.8.1.gemspec
باستخدام rails_multisite 4.0.1
3:  rails_multisite (4.0.1) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/rails_multisite-4.0.1.gemspec
باستخدام sassc-rails 2.1.2
3:  sassc-rails (2.1.2) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/sassc-rails-2.1.2.gemspec
2:  puma (6.0.2) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/puma-6.0.2.gemspec
0:  openssl (3.0.2) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/openssl-3.0.2.gemspec
باستخدام openssl-signature_algorithm 1.2.1
3:  openssl-signature_algorithm (1.2.1) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/openssl-signature_algorithm-1.2.1.gemspec
جاري جلب web-push 3.0.0
باستخدام cose 1.3.0
2:  cose (1.3.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/cose-1.3.0.gemspec
جاري تثبيت web-push 3.0.0
3:  web-push (3.0.0) من /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/web-push-3.0.0.gemspec
اكتمل الحزمة! 135 اعتمادًا لملف Gemfile، تم تثبيت 171 جيم الآن.
لم يتم تثبيت الجيمات الموجودة في المجموعات 'test' و 'development'.
تم تثبيت الجيمات المضمنة في `./vendor/bundle`

I, [2023-01-14T15:22:25.177577 #1]  INFO -- : > cd /var/www/discourse && su discourse -c 'LOAD_PLUGINS=0 bundle exec rake plugin:pull_compatible_all'
I, [2023-01-14T15:22:26.935503 #1]  INFO -- : PM-Scanner is already at latest compatible version
discourse-adplugin is already at latest compatible version
discourse-assign is already at latest compatible version
discourse-bcc is already at latest compatible version
discourse-cakeday is already at latest compatible version
discourse-calendar is already at latest compatible version
discourse-canned-replies is already at latest compatible version
discourse-checklist is already at latest compatible version
discourse-data-explorer is already at latest compatible version
discourse-fingerprint is already at latest compatible version
discourse-follow is already at latest compatible version
discourse-gamification is already at latest compatible version
discourse-patreon is already at latest compatible version
discourse-perspective-api is already at latest compatible version
discourse-reactions is already at latest compatible version
discourse-saved-searches is already at latest compatible version
discourse-solved is already at latest compatible version
discourse-spoiler-alert is already at latest compatible version
discourse-translator is already at latest compatible version
discourse-user-notes is already at latest compatible version
discourse-whos-online is already at latest compatible version
discourse-yearly-review is already at latest compatible version
docker_manager is already at latest compatible version

I, [2023-01-14T15:22:26.936443 #1]  INFO -- : > cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate'
rake aborted!
NameError: uninitialized constant ChatMessage

      Object.const_get(camel_cased_word)
            ^^^^^^^^^^
/var/www/discourse/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.3.1/lib/active_support/inflector/methods.rb:280:in `const_get'
/var/www/discourse/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.3.1/lib/active_support/inflector/methods.rb:280:in `constantize'
/var/www/discourse/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.3.1/lib/active_support/core_ext/string/inflections.rb:74:in `constantize'
/var/www/discourse/lib/plugin/instance.rb:327:in `rescue in block in add_model_callback'
/var/www/discourse/lib/plugin/instance.rb:324:in `block in add_model_callback'
/var/www/discourse/lib/plugin/instance.rb:1320:in `reloadable_patch'
/var/www/discourse/lib/plugin/instance.rb:322:in `add_model_callback'
/var/www/discourse/plugins/PM-Scanner/plugin.rb:12:in `block in activate!'
/var/www/discourse/lib/plugin/instance.rb:503:in `block in notify_after_initialize'
/var/www/discourse/lib/plugin/instance.rb:501:in `each'
/var/www/discourse/lib/plugin/instance.rb:501:in `notify_after_initialize'
/var/www/discourse/config/application.rb:228:in `each'
/var/www/discourse/config/application.rb:228:in `block (2 levels) in <class:Application>'
/var/www/discourse/lib/plugin.rb:6:in `initialization_guard'
/var/www/discourse/config/application.rb:228:in `block in <class:Application>'
/var/www/discourse/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.3.1/lib/active_support/lazy_load_hooks.rb:79:in `block in execute_hook'
/var/www/discourse/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.3.1/lib/active_support/lazy_load_hooks.rb:72:in `with_execution_control'
/var/www/discourse/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.3.1/lib/active_support/lazy_load_hooks.rb:77:in `execute_hook'
/var/www/discourse/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.3.1/lib/active_support/lazy_load_hooks.rb:63:in `block in run_load_hooks'
/var/www/discourse/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.3.1/lib/active_support/lazy_load_hooks.rb:62:in `each'
/var/www/discourse/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.3.1/lib/active_support/lazy_load_hooks.rb:62:in `run_load_hooks'
/var/www/discourse/vendor/bundle/ruby/3.1.0/gems/railties-7.0.3.1/lib/rails/application/finisher.rb:87:in `block in <module:Finisher>'
/var/www/discourse/vendor/bundle/ruby/3.1.0/gems/railties-7.0.3.1/lib/rails/initializable.rb:32:in `instance_exec'
/var/www/discourse/vendor/bundle/ruby/3.1.0/gems/railties-7.0.3.1/lib/rails/initializable.rb:32:in `run'
/var/www/discourse/vendor/bundle/ruby/3.1.0/gems/railties-7.0.3.1/lib/rails/initializable.rb:61:in `block in run_initializers'
/var/www/discourse/vendor/bundle/ruby/3.1.0/gems/railties-7.0.3.1/lib/rails/initializable.rb:60:in `run_initializers'
/var/www/discourse/vendor/bundle/ruby/3.1.0/gems/railties-7.0.3.1/lib/rails/application.rb:372:in `initialize!'
/var/www/discourse/config/environment.rb:7:in `<main>'
/var/www/discourse/vendor/bundle/ruby/3.1.0/gems/bootsnap-1.15.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:32:in `require'
/var/www/discourse/vendor/bundle/ruby/3.1.0/gems/bootsnap-1.15.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:32:in `require'
/var/www/discourse/vendor/bundle/ruby/3.1.0/gems/zeitwerk-2.6.6/lib/zeitwerk/kernel.rb:38:in `require'
/var/www/discourse/vendor/bundle/ruby/3.1.0/gems/railties-7.0.3.1/lib/rails/application.rb:348:in `require_environment!'
/var/www/discourse/vendor/bundle/ruby/3.1.0/gems/railties-7.0.3.1/lib/rails/application.rb:511:in `block in run_tasks_blocks'
/var/www/discourse/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/exe/rake:27:in `<top (required)>'
/usr/local/bin/bundle:25:in `load'
/usr/local/bin/bundle:25:in `<main>'

Caused by:
NameError: uninitialized constant ChatMessage

      Object.const_get(camel_cased_word)
            ^^^^^^^^^^
/var/www/discourse/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.3.1/lib/active_support/inflector/methods.rb:280:in `const_get'
/var/www/discourse/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.3.1/lib/active_support/inflector/methods.rb:280:in `constantize'
/var/www/discourse/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.3.1/lib/active_support/core_ext/string/inflections.rb:74:in `constantize'
/var/www/discourse/lib/plugin/instance.rb:325:in `block in add_model_callback'
/var/www/discourse/lib/plugin/instance.rb:1320:in `reloadable_patch'
/var/www/discourse/lib/plugin/instance.rb:322:in `add_model_callback'
/var/www/discourse/plugins/PM-Scanner/plugin.rb:12:in `block in activate!'
/var/www/discourse/lib/plugin/instance.rb:503:in `block in notify_after_initialize'
/var/www/discourse/lib/plugin/instance.rb:501:in `each'
/var/www/discourse/lib/plugin/instance.rb:501:in `notify_after_initialize'
/var/www/discourse/config/application.rb:228:in `each'
/var/www/discourse/config/application.rb:228:in `block (2 levels) in <class:Application>'
/var/www/discourse/lib/plugin.rb:6:in `initialization_guard'
/var/www/discourse/config/application.rb:228:in `block in <class:Application>'
/var/www/discourse/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.3.1/lib/active_support/lazy_load_hooks.rb:79:in `block in execute_hook'
/var/www/discourse/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.3.1/lib/active_support/lazy_load_hooks.rb:72:in `with_execution_control'
/var/www/discourse/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.3.1/lib/active_support/lazy_load_hooks.rb:77:in `execute_hook'
/var/www/discourse/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.3.1/lib/active_support/lazy_load_hooks.rb:63:in `block in run_load_hooks'
/var/www/discourse/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.3.1/lib/active_support/lazy_load_hooks.rb:62:in `each'
/var/www/discourse/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.3.1/lib/active_support/lazy_load_hooks.rb:62:in `run_load_hooks'
/var/www/discourse/vendor/bundle/ruby/3.1.0/gems/railties-7.0.3.1/lib/rails/application/finisher.rb:87:in `block in <module:Finisher>'
/var/www/discourse/vendor/bundle/ruby/3.1.0/gems/railties-7.0.3.1/lib/rails/initializable.rb:32:in `instance_exec'
/var/www/discourse/vendor/bundle/ruby/3.1.0/gems/railties-7.0.3.1/lib/rails/initializable.rb:32:in `run'
/var/www/discourse/vendor/bundle/ruby/3.1.0/gems/railties-7.0.3.1/lib/rails/initializable.rb:61:in `block in run_initializers'
/var/www/discourse/vendor/bundle/ruby/3.1.0/gems/railties-7.0.3.1/lib/rails/initializable.rb:60:in `run_initializers'
/var/www/discourse/vendor/bundle/ruby/3.1.0/gems/railties-7.0.3.1/lib/rails/application.rb:372:in `initialize!'
/var/www/discourse/config/environment.rb:7:in `<main>'
/var/www/discourse/vendor/bundle/ruby/3.1.0/gems/bootsnap-1.15.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:32:in `require'
/var/www/discourse/vendor/bundle/ruby/3.1.0/gems/bootsnap-1.15.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:32:in `require'
/var/www/discourse/vendor/bundle/ruby/3.1.0/gems/zeitwerk-2.6.6/lib/zeitwerk/kernel.rb:38:in `require'
/var/www/discourse/vendor/bundle/ruby/3.1.0/gems/railties-7.0.3.1/lib/rails/application.rb:348:in `require_environment!'
/var/www/discourse/vendor/bundle/ruby/3.1.0/gems/railties-7.0.3.1/lib/rails/application.rb:511:in `block in run_tasks_blocks'
/var/www/discourse/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/exe/rake:27:in `<top (required)>'
/usr/local/bin/bundle:25:in `load'
/usr/local/bin/bundle:25:in `<main>'
Tasks: TOP => db:migrate => db:load_config => environment
(See full trace by running task with --trace)
I, [2023-01-14T15:22:30.598254 #1]  INFO -- : gem install rrule -v 0.4.4 -i /var/www/discourse/plugins/discourse-calendar/gems/3.1.3 --no-document --ignore-dependencies --no-user-install
تم تثبيت rrule-0.4.4 بنجاح
تم تثبيت جيم واحد
gem install aws-sdk-translate -v 1.35.0 -i /var/www/discourse/plugins/discourse-translator/gems/3.1.3 --no-document --ignore-dependencies --no-user-install
تم تثبيت aws-sdk-translate-1.35.0 بنجاح
تم تثبيت جيم واحد

I, [2023-01-14T15:22:30.598778 #1]  INFO -- : Terminating async processes
I, [2023-01-14T15:22:30.598898 #1]  INFO -- : Sending INT to HOME=/var/lib/postgresql USER=postgres exec chpst -u postgres:postgres:ssl-cert -U postgres:postgres:ssl-cert /usr/lib/postgresql/13/bin/postmaster -D /etc/postgresql/13/main pid: 42
I, [2023-01-14T15:22:30.599111 #1]  INFO -- : Sending TERM to exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf pid: 103
2023-01-14 15:22:30.599 UTC [42] LOG:  received fast shutdown request
103:signal-handler (1673709750) Received SIGTERM scheduling shutdown...
2023-01-14 15:22:30.610 UTC [42] LOG:  aborting any active transactions
2023-01-14 15:22:30.614 UTC [42] LOG:  background worker "logical replication launcher" (PID 51) exited with exit code 1
2023-01-14 15:22:30.616 UTC [46] LOG:  shutting down
2023-01-14 15:22:30.644 UTC [42] LOG:  database system is shut down
103:M 14 Jan 2023 15:22:30.644 # User requested shutdown...
103:M 14 Jan 2023 15:22:30.644 * Saving the final RDB snapshot before exiting.
103:M 14 Jan 2023 15:22:30.743 * DB saved on disk
103:M 14 Jan 2023 15:22:30.743 # Redis is now ready to exit, bye bye...


FAILED
--------------------
Pups::ExecError: cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate' failed with return #<Process::Status: pid 1428 exit 1>
Location of failure: /usr/local/lib/ruby/gems/3.1.0/gems/pups-1.1.1/lib/pups/exec_command.rb:117:in `spawn'
exec failed with the params {"cd"=>"$home", "hook"=>"db_migrate", "cmd"=>["su discourse -c 'bundle exec rake db:migrate'"]}
bootstrap failed with exit code 1
** FAILED TO BOOTSTRAP ** please scroll up and look for earlier error messages, there may be more than one.
./discourse-doctor may help diagnose the problem.
4c51c030c0d917cc3e186cec3af5a9ab7d2d3fafd9e4a3e57243aa5a03ecdc6b

الملحق “PM Scanner” هو مصدر مشاكلك.

يرجى إزالته من ملف app.yml وإعادة البناء.

شكرا جزيلا لقد ساعد ذلك.

المشكلة هنا هي أن الماسح الضوئي PM Scanner يمكنه الآن مسح رسائل الدردشة أيضًا، لذا أصبح لديه تبعية جديدة على المكون الإضافي للدردشة. ولكن إذا قمت بسحبه باسم PM-Scanner، فسيتم تحميله قبل المكون الإضافي للدردشة (لأن P يأتي قبل c في ASCII) ولم يتم تحميل فئة ChatMessage بعد.

فقط قم بتغيير كود تثبيت المكون الإضافي إلى
git clone https://github.com/worldismine/PM-Scanner discourse-pm-scanner وسيتم تحميله بعد المكون الإضافي للدردشة وسيعمل بشكل جيد.

سأجرب هذا وسأشارك هنا كيف سارت الأمور. :slight_smile:

مرحباً يا رفاق، لقد نجح الأمر. :smiley: