فشل في Bootstrap، بسبب مكون السمة discourse-alt-logo

حاولت التحديث هذا الصباح عبر واجهة المستخدم، لكنه فشل، لذا قمت بإعادة الإنشاء، وفشل ذلك أيضًا. قمت بتعطيل جميع الإضافات ولا يزال يفشل.

بالنظر إلى السجلات، يبدو أن قاعدة البيانات قد تكون تالفة؟ هل هناك أفكار أخرى؟

I, [2021-06-30T18:10:17.952185 #1]  INFO -- : > su postgres -c 'createdb discourse' || true
2021-06-30 18:10:18.088 UTC [68] postgres@postgres ERROR:  database "discourse" already exists
2021-06-30 18:10:18.088 UTC [68] postgres@postgres STATEMENT:  CREATE DATABASE discourse;
createdb: error: database creation failed: ERROR:  database "discourse" already exists
I, [2021-06-30T18:10:18.091429 #1]  INFO -- :
I, [2021-06-30T18:10:18.092062 #1]  INFO -- : > su postgres -c 'psql discourse -c "create user discourse;"' || true
2021-06-30 18:10:18.210 UTC [79] postgres@discourse ERROR:  role "discourse" already exists
2021-06-30 18:10:18.210 UTC [79] postgres@discourse STATEMENT:  create user discourse;
ERROR:  role "discourse" already exists
السجلات الكاملة
ضمان أن launcher محدّث
جلب origin
launcher محدّث
إيقاف الحاوية القديمة
+ /usr/bin/docker stop -t 60 app
app
cd /pups && git pull && git checkout v1.0.3 && /pups/bin/pups --stdin
من https://github.com/discourse/pups
   17f04ec..e0ff889  master     -> origin/master
 * [new tag]         v1.1.1     -> v1.1.1
 * [new tag]         v1.1.0     -> v1.1.0
تحديث 17f04ec..e0ff889
تقدم سريع
 .github/workflows/ci.yml     |  29 ++++++
 .github/workflows/lint.yml   |  27 +++++
 .rubocop.yml                 |   3 +
 Gemfile                      |   2 +
 Guardfile                    |   4 +-
 README.md                    |  21 ++++
 Rakefile                     |  14 +--
 bin/pups                     |   8 +-
 lib/pups.rb                  |  32 ++++--
 lib/pups/cli.rb              |  92 ++++++++++-------
 lib/pups/command.rb          |  25 +++--
 lib/pups/config.rb           | 240 +++++++++++++++++++++++--------------------
 lib/pups/docker.rb           |  69 +++++++++++++
 lib/pups/exec_command.rb     | 182 ++++++++++++++++----------------
 lib/pups/file_command.rb     |  60 +++++------
 lib/pups/merge_command.rb    |  94 ++++++++---------
 lib/pups/replace_command.rb  |  70 +++++++------
 lib/pups/runit.rb            |  47 +++++----
 lib/pups/version.rb          |   4 +-
 pups.gemspec                 |  37 ++++---
 test/cli_test.rb             | 102 +++++++++++++++---
 test/config_test.rb          | 215 ++++++++++++++++++++++++++++----------
 test/docker_test.rb          | 157 ++++++++++++++++++++++++++++
 test/exec_command_test.rb    |  62 ++++++-----
 test/file_command_test.rb    |  17 ++-
 test/merge_command_test.rb   |  64 ++++++------
 test/replace_command_test.rb |  86 ++++++++--------
 test/test_helper.rb          |   2 +
 28 files changed, 1158 insertions(+), 607 deletions(-)
 إنشاء mode 100644 .github/workflows/ci.yml
 إنشاء mode 100644 .github/workflows/lint.yml
 إنشاء mode 100644 .rubocop.yml
 إنشاء mode 100644 lib/pups/docker.rb
 إنشاء mode 100644 test/docker_test.rb
ملاحظة: فحص 'v1.0.3'.

أنت في حالة 'detached HEAD'. يمكنك التصفح، إجراء تغييرات تجريبية
والتثبت منها، ويمكنك التخلي عن أي تثبيبات تقوم بها في هذه
الحالة دون التأثير على أي فروع عن طريق إجراء فحص آخر.

إذا كنت تريد إنشاء فرع جديد للاحتفاظ بالتثبيتات التي تنشئها، يمكنك
ذلك (الآن أو لاحقًا) باستخدام -b مع أمر الفحص مرة أخرى. مثال:

  git checkout -b <new-branch-name>

HEAD الآن عند d1db030 قطع نسخة جديدة
أنا، [2021-06-30T18:10:11.171423 #1] INFO -- : التحميل --stdin
أنا، [2021-06-30T18:10:11.188039 #1] INFO -- : > locale-gen $LANG && update-locale
أنا، [2021-06-30T18:10:11.242004 #1] INFO -- : إنشاء الإعدادات اللغوية (قد يستغرق هذا بعض الوقت)...
اكتمل الإنشاء.

أنا، [2021-06-30T18:10:11.242515 #1] INFO -- : > mkdir -p /shared/postgres_run
أنا، [2021-06-30T18:10:11.246546 #1] INFO -- :
أنا، [2021-06-30T18:10:11.247454 #1] INFO -- : > chown postgres:postgres /shared/postgres_run
أنا، [2021-06-30T18:10:11.251426 #1] INFO -- :
أنا، [2021-06-30T18:10:11.252143 #1] INFO -- : > chmod 775 /shared/postgres_run
أنا، [2021-06-30T18:10:11.255623 #1] INFO -- :
أنا، [2021-06-30T18:10:11.256264 #1] INFO -- : > rm -fr /var/run/postgresql
أنا، [2021-06-30T18:10:11.260752 #1] INFO -- :
أنا، [2021-06-30T18:10:11.261505 #1] INFO -- : > ln -s /shared/postgres_run /var/run/postgresql
أنا، [2021-06-30T18:10:11.266317 #1] INFO -- :
أنا، [2021-06-30T18:10:11.267122 #1] INFO -- : > socat /dev/null UNIX-CONNECT:/shared/postgres_run/.s.PGSQL.5432 || exit 0 && echo postgres already running stop container ; exit 1
2021/06/30 18:10:11 socat[32] E connect(6, AF=1 "/shared/postgres_run/.s.PGSQL.5432", 36): No such file or directory
أنا، [2021-06-30T18:10:11.278874 #1] INFO -- :
أنا، [2021-06-30T18:10:11.279314 #1] INFO -- : > rm -fr /shared/postgres_run/.s*
أنا، [2021-06-30T18:10:11.284187 #1] INFO -- :
أنا، [2021-06-30T18:10:11.284814 #1] INFO -- : > rm -fr /shared/postgres_run/*.pid
أنا، [2021-06-30T18:10:11.289693 #1] INFO -- :
أنا، [2021-06-30T18:10:11.290249 #1] INFO -- : > mkdir -p /shared/postgres_run/13-main.pg_stat_tmp
أنا، [2021-06-30T18:10:11.293706 #1] INFO -- :
أنا، [2021-06-30T18:10:11.294369 #1] INFO -- : > chown postgres:postgres /shared/postgres_run/13-main.pg_stat_tmp
أنا، [2021-06-30T18:10:11.297689 #1] INFO -- :
أنا، [2021-06-30T18:10:11.305014 #1] INFO -- : ملف > /etc/service/postgres/run chmod: +x chown:
أنا، [2021-06-30T18:10:11.311575 #1] INFO -- : ملف > /etc/service/postgres/log/run chmod: +x chown:
أنا، [2021-06-30T18:10:11.320034 #1] INFO -- : ملف > /etc/runit/3.d/99-postgres chmod: +x chown:
أنا، [2021-06-30T18:10:11.328515 #1] INFO -- : ملف > /root/upgrade_postgres chmod: +x chown:
أنا، [2021-06-30T18:10:11.329279 #1] INFO -- : > chown -R root /var/lib/postgresql/13/main
أنا، [2021-06-30T18:10:12.847204 #1] INFO -- :
أنا، [2021-06-30T18:10:12.847624 #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
أنا، [2021-06-30T18:10:12.851379 #1] INFO -- :
أنا، [2021-06-30T18:10:12.851718 #1] INFO -- : > chown -R postgres:postgres /shared/postgres_data
أنا، [2021-06-30T18:10:12.902218 #1] INFO -- :
أنا، [2021-06-30T18:10:12.902887 #1] INFO -- : > chown -R postgres:postgres /var/run/postgresql
أنا، [2021-06-30T18:10:12.907514 #1] INFO -- :
أنا، [2021-06-30T18:10:12.908239 #1] INFO -- : > /root/upgrade_postgres
أنا، [2021-06-30T18:10:12.917510 #1] INFO -- :
أنا، [2021-06-30T18:10:12.918194 #1] INFO -- : > rm /root/upgrade_postgres
أنا، [2021-06-30T18:10:12.922574 #1] INFO -- :
أنا، [2021-06-30T18:10:12.923911 #1] INFO -- : استبدال data_directory = '/var/lib/postgresql/13/main' بـ data_directory = '/shared/postgres_data' في /etc/postgresql/13/main/postgresql.conf
أنا، [2021-06-30T18:10:12.925138 #1] INFO -- : استبدال (?-mix:#?listen_addresses *=.*) بـ listen_addresses = '*' في /etc/postgresql/13/main/postgresql.conf
أنا، [2021-06-30T18:10:12.926015 #1] INFO -- : استبدال (?-mix:#?synchronous_commit *=.*) بـ synchronous_commit = $db_synchronous_commit في /etc/postgresql/13/main/postgresql.conf
أنا، [2021-06-30T18:10:12.926953 #1] INFO -- : استبدال (?-mix:#?shared_buffers *=.*) بـ shared_buffers = $db_shared_buffers في /etc/postgresql/13/main/postgresql.conf
أنا، [2021-06-30T18:10:12.927801 #1] INFO -- : استبدال (?-mix:#?work_mem *=.*) بـ work_mem = $db_work_mem في /etc/postgresql/13/main/postgresql.conf
أنا، [2021-06-30T18:10:12.928766 #1] INFO -- : استبدال (?-mix:#?default_text_search_config *=.*) بـ default_text_search_config = '$db_default_text_search_config' في /etc/postgresql/13/main/postgresql.conf
أنا، [2021-06-30T18:10:12.929636 #1] INFO -- : > install -d -m 0755 -o postgres -g postgres /shared/postgres_backup
أنا، [2021-06-30T18:10:12.937347 #1] INFO -- :
أنا، [2021-06-30T18:10:12.938427 #1] INFO -- : استبدال (?-mix:#?checkpoint_segments *=.*) بـ checkpoint_segments = $db_checkpoint_segments في /etc/postgresql/13/main/postgresql.conf
أنا، [2021-06-30T18:10:12.939275 #1] INFO -- : استبدال (?-mix:#?logging_collector *=.*) بـ logging_collector = $db_logging_collector في /etc/postgresql/13/main/postgresql.conf
أنا، [2021-06-30T18:10:12.940177 #1] INFO -- : استبدال (?-mix:#?log_min_duration_statement *=.*) بـ log_min_duration_statement = $db_log_min_duration_statement في /etc/postgresql/13/main/postgresql.conf
أنا، [2021-06-30T18:10:12.941381 #1] INFO -- : استبدال (?-mix:^#local +replication +postgres +peer$) بـ local replication postgres peer في /etc/postgresql/13/main/pg_hba.conf
أنا، [2021-06-30T18:10:12.942176 #1] INFO -- : استبدال (?-mix:^host.*all.*all.*127.*$) بـ host all all 0.0.0.0/0 md5 في /etc/postgresql/13/main/pg_hba.conf
أنا، [2021-06-30T18:10:12.943419 #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
أنا، [2021-06-30T18:10:12.947647 #1] INFO -- : > sleep 5
2021-06-30 18:10:12.997 UTC [55] LOG: بدء تشغيل PostgreSQL 13.3 (Debian 13.3-1.pgdg100+1) على x86_64-pc-linux-gnu، تم التجميع بواسطة gcc (Debian 8.3.0-6) 8.3.0، 64-bit
2021-06-30 18:10:12.997 UTC [55] LOG: الاستماع على عنوان IPv4 "0.0.0.0"، منفذ 5432
2021-06-30 18:10:12.998 UTC [55] LOG: الاستماع على عنوان IPv6 "::"، منفذ 5432
2021-06-30 18:10:13.001 UTC [55] LOG: الاستماع على مقبس Unix "/var/run/postgresql/.s.PGSQL.5432"
2021-06-30 18:10:13.009 UTC [58] LOG: تم إيقاف نظام قاعدة البيانات في 2021-06-30 18:10:00 UTC
2021-06-30 18:10:13.021 UTC [55] LOG: نظام قاعدة البيانات جاهز لقبول الاتصالات
أنا، [2021-06-30T18:10:17.951784 #1] INFO -- :
أنا، [2021-06-30T18:10:17.952185 #1] INFO -- : > su postgres -c 'createdb discourse' || true
2021-06-30 18:10:18.088 UTC [68] postgres@postgres ERROR: قاعدة البيانات "discourse" موجودة بالفعل
2021-06-30 18:10:18.088 UTC [68] postgres@postgres STATEMENT: CREATE DATABASE discourse;
createdb: error: فشل إنشاء قاعدة البيانات: ERROR: قاعدة البيانات "discourse" موجودة بالفعل
أنا، [2021-06-30T18:10:18.091429 #1] INFO -- :
أنا، [2021-06-30T18:10:18.092062 #1] INFO -- : > su postgres -c 'psql discourse -c "create user discourse;"' || true
2021-06-30 18:10:18.210 UTC [79] postgres@discourse ERROR: الدور "discourse" موجود بالفعل
2021-06-30 18:10:18.210 UTC [79] postgres@discourse STATEMENT: create user discourse;
ERROR: الدور "discourse" موجود بالفعل
أنا، [2021-06-30T18:10:18.212403 #1] INFO -- :
أنا، [2021-06-30T18:10:18.213122 #1] INFO -- : > su postgres -c 'psql discourse -c "grant all privileges on database discourse to discourse;"' || true
أنا، [2021-06-30T18:10:18.304163 #1] INFO -- : GRANT

أنا، [2021-06-30T18:10:18.305053 #1] INFO -- : > su postgres -c 'psql discourse -c "alter schema public owner to discourse;"'
أنا، [2021-06-30T18:10:18.394467 #1] INFO -- : ALTER SCHEMA

أنا، [2021-06-30T18:10:18.395154 #1] INFO -- : > su postgres -c 'psql template1 -c "create extension if not exists hstore;"'
NOTICE: الامتداد "hstore" موجود بالفعل، يتم التخطي
أنا، [2021-06-30T18:10:18.502851 #1] INFO -- : CREATE EXTENSION

أنا، [2021-06-30T18:10:18.503667 #1] INFO -- : > su postgres -c 'psql template1 -c "create extension if not exists pg_trgm;"'
NOTICE: الامتداد "pg_trgm" موجود بالفعل، يتم التخطي
أنا، [2021-06-30T18:10:18.597195 #1] INFO -- : CREATE EXTENSION

أنا، [2021-06-30T18:10:18.598031 #1] INFO -- : > su postgres -c 'psql discourse -c "create extension if not exists hstore;"'
NOTICE: الامتداد "hstore" موجود بالفعل، يتم التخطي
أنا، [2021-06-30T18:10:18.696763 #1] INFO -- : CREATE EXTENSION

أنا، [2021-06-30T18:10:18.697534 #1] INFO -- : > su postgres -c 'psql discourse -c "create extension if not exists pg_trgm;"'
NOTICE: الامتداد "pg_trgm" موجود بالفعل، يتم التخطي
أنا، [2021-06-30T18:10:18.778354 #1] INFO -- : CREATE EXTENSION

أنا، [2021-06-30T18:10:18.778943 #1] INFO -- : > sudo -u postgres psql discourse
أنا، [2021-06-30T18:10:18.782930 #1] INFO -- : update pg_database set encoding = pg_char_to_encoding('UTF8') where datname = 'discourse' AND encoding = pg_char_to_encoding('SQL_ASCII');

أنا، [2021-06-30T18:10:18.895244 #1] INFO -- : ملف > /var/lib/postgresql/take-database-backup chmod: +x chown: postgres:postgres
أنا، [2021-06-30T18:10:18.900039 #1] INFO -- : ملف > /var/spool/cron/crontabs/postgres chmod: chown:
أنا، [2021-06-30T18:10:18.900513 #1] INFO -- : > echo postgres installed!
أنا، [2021-06-30T18:10:18.903860 #1] INFO -- : تم تثبيت postgres!

أنا، [2021-06-30T18:10:18.911693 #1] INFO -- : ملف > /etc/service/redis/run chmod: +x chown:
أنا، [2021-06-30T18:10:18.918705 #1] INFO -- : ملف > /etc/service/redis/log/run chmod: +x chown:
أنا، [2021-06-30T18:10:18.928631 #1] INFO -- : ملف > /etc/runit/3.d/10-redis chmod: +x chown:
أنا، [2021-06-30T18:10:18.930511 #1] INFO -- : استبدال daemonize yes بـ في /etc/redis/redis.conf
أنا، [2021-06-30T18:10:18.931736 #1] INFO -- : استبدال (?-mix:^pidfile.*$) بـ في /etc/redis/redis.conf
أنا، [2021-06-30T18:10:18.932803 #1] INFO -- : > install -d -m 0755 -o redis -g redis /shared/redis_data
أنا، [2021-06-30T18:10:18.938286 #1] INFO -- :
أنا، [2021-06-30T18:10:18.939301 #1] INFO -- : استبدال (?-mix:^logfile.*$) بـ logfile "" في /etc/redis/redis.conf
أنا، [2021-06-30T18:10:18.940356 #1] INFO -- : استبدال (?-mix:^bind .*$) بـ في /etc/redis/redis.conf
أنا، [2021-06-30T18:10:18.941363 #1] INFO -- : استبدال (?-mix:^dir .*$) بـ dir /shared/redis_data في /etc/redis/redis.conf
أنا، [2021-06-30T18:10:18.942417 #1] INFO -- : استبدال (?-mix:^protected-mode yes) بـ protected-mode no في /etc/redis/redis.conf
أنا، [2021-06-30T18:10:18.943406 #1] INFO -- : استبدال # io-threads 4 بـ io-threads $redis_io_threads في /etc/redis/redis.conf
أنا، [2021-06-30T18:10:18.944282 #1] INFO -- : > echo redis installed
أنا، [2021-06-30T18:10:18.948826 #1] INFO -- : تم تثبيت redis

أنا، [2021-06-30T18:10:18.949623 #1] INFO -- : > cat /etc/redis/redis.conf | grep logfile
أنا، [2021-06-30T18:10:18.957937 #1] INFO -- : logfile ""

أنا، [2021-06-30T18:10:18.958871 #1] INFO -- : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
أنا، [2021-06-30T18:10:18.962172 #1] INFO -- : > sleep 10
172:C 30 Jun 2021 18:10:18.970 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
172:C 30 Jun 2021 18:10:18.970 # Redis version=6.2.3, bits=64, commit=00000000, modified=0, pid=172, just started
172:C 30 Jun 2021 18:10:18.970 # Configuration loaded
172:M 30 Jun 2021 18:10:18.972 * monotonic clock: POSIX clock_gettime
172:M 30 Jun 2021 18:10:18.973 * Running mode=standalone, port=6379.
172:M 30 Jun 2021 18:10:18.974 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
172:M 30 Jun 2021 18:10:18.974 # Server initialized
172:M 30 Jun 2021 18:10:18.974 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. 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.
172:M 30 Jun 2021 18:10:18.975 * Loading RDB produced by version 6.2.3
172:M 30 Jun 2021 18:10:18.976 * RDB age 28 seconds
172:M 30 Jun 2021 18:10:18.976 * RDB memory usage when created 103.43 Mb
172:M 30 Jun 2021 18:10:19.341 * DB loaded from disk: 0.366 seconds
172:M 30 Jun 2021 18:10:19.342 * Ready to accept connections
أنا، [2021-06-30T18:10:28.967142 #1] INFO -- :
أنا، [2021-06-30T18:10:28.967394 #1] INFO -- : > thpoff echo "thpoff is installed!"
أنا، [2021-06-30T18:10:28.972969 #1] INFO -- : تم تثبيت thpoff!

أنا، [2021-06-30T18:10:28.973312 #1] INFO -- : > /usr/local/bin/ruby -e 'if ENV["DISCOURSE_SMTP_ADDRESS"] == "smtp.example.com"; puts "Aborting! Mail is not configured!"; exit 1; end'
أنا، [2021-06-30T18:10:29.131042 #1] INFO -- :
أنا، [2021-06-30T18:10:29.131261 #1] INFO -- : > /usr/local/bin/ruby -e 'if ENV["DISCOURSE_HOSTNAME"] == "discourse.example.com"; puts "Aborting! Domain is not configured!"; exit 1; end'
أنا، [2021-06-30T18:10:29.248950 #1] INFO -- :
أنا، [2021-06-30T18:10:29.250193 #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'
أنا، [2021-06-30T18:10:29.360146 #1] INFO -- :
أنا، [2021-06-30T18:10:29.360381 #1] INFO -- : > chown -R discourse /home/discourse
أنا، [2021-06-30T18:10:30.140423 #1] INFO -- :
أنا، [2021-06-30T18:10:30.141176 #1] INFO -- : > rm -f /etc/cron.d/anacron
أنا، [2021-06-30T18:10:30.144983 #1] INFO -- :
أنا، [2021-06-30T18:10:30.149315 #1] INFO -- : ملف > /etc/cron.d/anacron chmod: chown:
أنا، [2021-06-30T18:10:30.156035 #1] INFO -- : ملف > /etc/runit/1.d/copy-env chmod: +x chown:
أنا، [2021-06-30T18:10:30.162878 #1] INFO -- : ملف > /etc/service/unicorn/run chmod: +x chown:
أنا، [2021-06-30T18:10:30.170949 #1] INFO -- : ملف > /etc/service/nginx/run chmod: +x chown:
أنا، [2021-06-30T18:10:30.178818 #1] INFO -- : ملف > /etc/runit/3.d/01-nginx chmod: +x chown:
أنا، [2021-06-30T18:10:30.185297 #1] INFO -- : ملف > /etc/runit/3.d/02-unicorn chmod: +x chown:
أنا، [2021-06-30T18:10:30.185528 #1] INFO -- : استبدال # postgres بـ sv start postgres || exit 1 في /etc/service/unicorn/run
أنا، [2021-06-30T18:10:30.185884 #1] INFO -- : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
أنا، [2021-06-30T18:10:30.189293 #1] INFO -- : > cd /var/www/discourse && git reset --hard
200:C 30 Jun 2021 18:10:30.196 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
200:C 30 Jun 2021 18:10:30.196 # Redis version=6.2.3, bits=64, commit=00000000, modified=0, pid=200, just started
200:C 30 Jun 2021 18:10:30.196 # Configuration loaded
200:M 30 Jun 2021 18:10:30.197 * monotonic clock: POSIX clock_gettime
200:M 30 Jun 2021 18:10:30.197 # Warning: Could not create server TCP listening socket *:6379: bind: Address already in use
200:M 30 Jun 2021 18:10:30.197 # Failed listening on port 6379 (TCP), aborting.
Checking out files: 100% (28860/28860), done.
أنا، [2021-06-30T18:10:34.585153 #1] INFO -- : HEAD is now at 74f71503 FEATURE: Automatically timed delete stub topics after entire topic is merged into another topic (#13187)

أنا، [2021-06-30T18:10:34.585395 #1] INFO -- : > cd /var/www/discourse && git clean -f
أنا، [2021-06-30T18:10:34.715549 #1] INFO -- :
أنا، [2021-06-30T18:10:34.715751 #1] INFO -- : > cd /var/www/discourse && git remote set-branches --add origin master
أنا، [2021-06-30T18:10:34.723480 #1] INFO -- :
أنا، [2021-06-30T18:10:34.723634 #1] INFO -- : > cd /var/www/discourse && git remote set-branches origin tests-passed
أنا، [2021-06-30T18:10:34.731308 #1] INFO -- :
أنا، [2021-06-30T18:10:34.732135 #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
أنا، [2021-06-30T18:10:38.036204 #1] INFO -- :
أنا، [2021-06-30T18:10:38.036386 #1] INFO -- : > cd /var/www/discourse && git checkout tests-passed
Switched to a new branch 'tests-passed'
أنا، [2021-06-30T18:10:39.431879 #1] INFO -- : Branch 'tests-passed' set up to track remote branch 'tests-passed' from 'origin'.

أنا، [2021-06-30T18:10:39.432099 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp
أنا، [2021-06-30T18:10:39.436899 #1] INFO -- :
أنا، [2021-06-30T18:10:39.437503 #1] INFO -- : > cd /var/www/discourse && chown discourse:www-data tmp
أنا، [2021-06-30T18:10:39.444310 #1] INFO -- :
أنا، [2021-06-30T18:10:39.444491 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp/pids
أنا، [2021-06-30T18:10:39.451112 #1] INFO -- :
أنا، [2021-06-30T18:10:39.451852 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp/sockets
أنا، [2021-06-30T18:10:39.456603 #1] INFO -- :
أنا، [2021-06-30T18:10:39.457371 #1] INFO -- : > cd /var/www/discourse && touch tmp/.gitkeep
أنا، [2021-06-30T18:10:39.461639 #1] INFO -- :
أنا، [2021-06-30T18:10:39.462420 #1] INFO -- : > cd /var/www/discourse && mkdir -p                    /shared/log/rails
أنا، [2021-06-30T18:10:39.466952 #1] INFO -- :
أنا، [2021-06-30T18:10:39.467525 #1] INFO -- : > cd /var/www/discourse && bash -c "touch -a           /shared/log/rails/{production,production_errors,unicorn.stdout,unicorn.stderr,sidekiq}.log"
أنا، [2021-06-30T18:10:39.473895 #1] INFO -- :
أنا، [2021-06-30T18:10:39.474615 #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"
أنا، [2021-06-30T18:10:39.482394 #1] INFO -- :
أنا، [2021-06-30T18:10:39.482534 #1] INFO -- : > cd /var/www/discourse && bash -c "mkdir -p           /shared/{uploads,backups}"
أنا، [2021-06-30T18:10:39.490178 #1] INFO -- :
أنا، [2021-06-30T18:10:39.490823 #1] INFO -- : > cd /var/www/discourse && bash -c "ln    -s           /shared/{uploads,backups} /var/www/discourse/public"
أنا، [2021-06-30T18:10:39.497749 #1] INFO -- :
أنا، [2021-06-30T18:10:39.498235 #1] INFO -- : > cd /var/www/discourse && bash -c "mkdir -p           /shared/tmp/{backups,restores}"
أنا، [2021-06-30T18:10:39.505409 #1] INFO -- :
أنا، [2021-06-30T18:10:39.506216 #1] INFO -- : > cd /var/www/discourse && bash -c "ln    -s           /shared/tmp/{backups,restores} /var/www/discourse/tmp"
أنا، [2021-06-30T18:10:39.512670 #1] INFO -- :
أنا، [2021-06-30T18:10:39.513129 #1] INFO -- : > cd /var/www/discourse && chown -R discourse:www-data /shared/log/rails /shared/uploads /shared/backups /shared/tmp
أنا، [2021-06-30T18:10:39.526166 #1] INFO -- :
أنا، [2021-06-30T18:10:39.526307 #1] INFO -- : > cd /var/www/discourse && find public/plugins/ -maxdepth 1 -xtype l -delete
أنا، [2021-06-30T18:10:39.533675 #1] INFO -- :
أنا، [2021-06-30T18:10:39.534560 #1] INFO -- : استبدال # redis بـ sv start redis || exit 1 في /etc/service/unicorn/run
أنا، [2021-06-30T18:10:39.535032 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/docker_manager.git
Cloning into 'docker_manager'...
أنا، [2021-06-30T18:10:40.766351 #1] INFO -- :
أنا، [2021-06-30T18:10:40.767334 #1] INFO -- : > cp /var/www/discourse/config/nginx.sample.conf /etc/nginx/conf.d/discourse.conf
أنا، [2021-06-30T18:10:40.772113 #1] INFO -- :
أنا، [2021-06-30T18:10:40.772965 #1] INFO -- : > rm /etc/nginx/sites-enabled/default
أنا، [2021-06-30T18:10:40.778201 #1] INFO -- :
أنا، [2021-06-30T18:10:40.778968 #1] INFO -- : > mkdir -p /var/nginx/cache
أنا، [2021-06-30T18:10:40.783974 #1] INFO -- :
أنا، [2021-06-30T18:10:40.785540 #1] INFO -- : استبدال pid /run/nginx.pid; بـ daemon off; في /etc/nginx/nginx.conf
أنا، [2021-06-30T18:10:40.786796 #1] INFO -- : استبدال (?m-ix:upstream[^\}]+\}) بـ upstream discourse { server 127.0.0.1:3000; } في /etc/nginx/conf.d/discourse.conf
أنا، [2021-06-30T18:10:40.787559 #1] INFO -- : استبدال (?-mix:server_name.+$) بـ server_name _ ; في /etc/nginx/conf.d/discourse.conf
أنا، [2021-06-30T18:10:40.788426 #1] INFO -- : استبدال (?-mix:client_max_body_size.+$) بـ client_max_body_size $upload_size ; في /etc/nginx/conf.d/discourse.conf
أنا، [2021-06-30T18:10:40.790240 #1] INFO -- : > echo "done configuring web"
أنا، [2021-06-30T18:10:40.794766 #1] INFO -- : انتهى تكوين الويب

أنا، [2021-06-30T18:10:40.795828 #1] INFO -- : > cd /var/www/discourse && gem install bundler --conservative -v $(awk '/BUNDLED WITH/ { getline; gsub(/ /,""); print $0 }' Gemfile.lock)
أنا، [2021-06-30T18:10:41.756624 #1] INFO -- : تم تثبيت bundler-2.2.19 بنجاح
تم تثبيت 1 gem

I, [2021-06-30T18:10:41.756817 #1]  INFO -- : > cd /var/www/discourse && find /var/www/discourse ! -user discourse -exec chown discourse {} \+
I, [2021-06-30T18:10:46.354664 #1]  INFO -- :
I, [2021-06-30T18:10:46.355129 #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
I, [2021-06-30T18:11:25.028669 #1]  INFO -- : Running `bundle install --deployment --jobs 4 --retry 3 --verbose --without "test" "development"` with bundler 2.2.19
Frozen, using resolution from the lockfile
The definition is missing ["concurrent-ruby-1.1.9", "nokogiri-1.11.7-x86_64-linux", "loofah-2.10.0", "aws-sdk-kms-1.44.0", "aws-sdk-s3-1.96.1", "excon-0.83.0", "faraday-1.4.3", "fastimage-2.2.4", "ffi-1.15.3", "message_bus-3.3.6", "redis-4.3.1", "oj-3.11.7"]
HTTP GET https://index.rubygems.org/versions
HTTP 416 Range Not Satisfiable https://index.rubygems.org/versions
HTTP GET https://index.rubygems.org/versions
HTTP 200 OK https://index.rubygems.org/versions
HTTP GET https://index.rubygems.org/versions
HTTP 200 OK https://index.rubygems.org/versions
Fetching gem metadata from https://rubygems.org/
Double checking for ["rake", "concurrent-ruby", "i18n", "minitest", "tzinfo", "zeitwerk", "activesupport", "builder", "erubi", "racc", "nokogiri", "rails-dom-testing", "crass", "loofah", "rails-html-sanitizer", "actionview", "rack", "rack-test", "actionpack", "globalid", "activejob", "mini_mime", "actionmailer", "actionview_precompiler", "activemodel", "active_model_serializers", "activerecord", "public_suffix", "addressable", "aws-eventstream", "aws-partitions", "aws-sigv4", "jmespath", "aws-sdk-core", "aws-sdk-kms", "aws-sdk-s3", "aws-sdk-sns", "ember-source", "execjs", "barber", "msgpack", "bootsnap", "byebug", "cbor", "chunky_png", "coderay", "colored2", "connection_pool", "openssl", "openssl-signature_algorithm", "cose", "cppjieba_rb", "css_parser", "diffy", "ember-data-source", "sprockets", "ember-handlebars-template", "method_source", "thor", "railties", "jquery-rails", "discourse-ember-rails", "discourse-ember-source", "discourse-fonts", "regexp_parser", "ecma-re-validator", "email_reply_trimmer", "excon", "exifr", "faraday-em_http", "faraday-em_synchrony", "faraday-excon", "faraday-net_http", "faraday-net_http_persistent", "multipart-post", "ruby2_keywords", "faraday", "fast_blank", "fast_xs", "fastimage", "ffi", "fspath", "gc_tracer", "guess_html_encoding", "hana", "hashie", "highline", "hkdf", "htmlentities", "http_accept_language", "image_size", "in_threads", "progress", "image_optim", "json", "uri_template", "json_schemer", "jwt", "kgio", "libv8-node", "request_store", "lograge", "logstash-event", "logstash-logger", "logster", "lru_redux", "lz4-ruby", "maxminddb", "memory_profiler", "message_bus", "mini_racer", "redis", "sidekiq", "mini_scheduler", "mini_sql", "mini_suffix", "multi_json", "multi_xml", "mustache", "nio4r", "nokogumbo", "oauth", "oauth2", "oj", "omniauth", "omniauth-oauth2", "omniauth-facebook", "omniauth-github", "omniauth-google-oauth2", "omniauth-oauth", "omniauth-twitter", "optimist", "pg", "pry", "pry-byebug", "pry-rails", "puma", "r2", "rack-mini-profiler", "rack-protection", "rails_failover", "rails_multisite", "raindrops", "rbtrace", "rchardet", "redis-namespace", "rinku", "rotp", "rqrcode_core", "rqrcode", "rtlit", "ruby-readability", "rubyzip", "sanitize", "sassc", "sprockets-rails", "tilt", "sassc-rails", "seed-fu", "sshkey", "stackprof", "uglifier", "unf_ext", "unf", "unicorn", "webpush", "xorcist"] in rubygems repository https://rubygems.org/ or installed locally
Fetching gem metadata from https://rubygems.org/
Looking up gems ["rake", "concurrent-ruby", "i18n", "minitest", "tzinfo", "zeitwerk", "activesupport", "builder", "erubi", "racc", "nokogiri", "rails-dom-testing", "crass", "loofah", "rails-html-sanitizer", "actionview", "rack", "rack-test", "actionpack", "globalid", "activejob", "mini_mime", "actionmailer", "actionview_precompiler", "activemodel", "active_model_serializers", "activerecord", "public_suffix", "addressable", "aws-eventstream", "aws-partitions", "aws-sigv4", "jmespath", "aws-sdk-core", "aws-sdk-kms", "aws-sdk-s3", "aws-sdk-sns", "ember-source", "execjs", "barber", "msgpack", "bootsnap", "byebug", "cbor", "chunky_png", "coderay", "colored2", "connection_pool", "openssl", "openssl-signature_algorithm", "cose", "cppjieba_rb", "css_parser", "diffy", "ember-data-source", "sprockets", "ember-handlebars-template", "method_source", "thor", "railties", "jquery-rails", "discourse-ember-rails", "discourse-ember-source", "discourse-fonts", "regexp_parser", "ecma-re-validator", "email_reply_trimmer", "excon", "exifr", "faraday-em_http", "faraday-em_synchrony", "faraday-excon", "faraday-net_http", "faraday-net_http_persistent", "multipart-post", "ruby2_keywords", "faraday", "fast_blank", "fast_xs", "fastimage", "ffi", "fspath", "gc_tracer", "guess_html_encoding", "hana", "hashie", "highline", "hkdf", "htmlentities", "http_accept_language", "image_size", "in_threads", "progress", "image_optim", "json", "uri_template", "json_schemer", "jwt", "kgio", "libv8-node", "request_store", "lograge", "logstash-event", "logstash-logger", "logster", "lru_redux", "lz4-ruby", "maxminddb", "memory_profiler", "message_bus", "mini_racer", "redis", "sidekiq", "mini_scheduler", "mini_sql", "mini_suffix", "multi_json", "multi_xml", "mustache", "nio4r", "nokogumbo", "oauth", "oauth2", "oj", "omniauth", "omniauth-oauth2", "omniauth-facebook", "omniauth-github", "omniauth-google-oauth2", "omniauth-oauth", "omniauth-twitter", "optimist", "pg", "pry", "pry-byebug", "pry-rails", "puma", "r2", "rack-mini-profiler", "rack-protection", "rails_failover", "rails_multisite", "raindrops", "rbtrace", "rchardet", "redis-namespace", "rinku", "rotp", "rqrcode_core", "rqrcode", "rtlit", "ruby-readability", "rubyzip", "sanitize", "sassc", "sprockets-rails", "tilt", "sassc-rails", "seed-fu", "sshkey", "stackprof", "uglifier", "unf_ext", "unf", "unicorn", "webpush", "xorcist"]
HTTP GET https://index.rubygems.org/info/concurrent-ruby
HTTP GET https://index.rubygems.org/info/activesupport
HTTP GET https://index.rubygems.org/info/nokogiri
HTTP GET https://index.rubygems.org/info/loofah
HTTP GET https://index.rubygems.org/info/actionview
HTTP GET https://index.rubygems.org/info/actionpack
HTTP GET https://index.rubygems.org/info/activejob
HTTP GET https://index.rubygems.org/info/activemodel
HTTP GET https://index.rubygems.org/info/aws-sdk-kms
HTTP GET https://index.rubygems.org/info/aws-sdk-s3
HTTP GET https://index.rubygems.org/info/aws-sdk-sns
HTTP GET https://index.rubygems.org/info/activerecord
HTTP GET https://index.rubygems.org/info/actionmailer
HTTP GET https://index.rubygems.org/info/cppjieba_rb
HTTP GET https://index.rubygems.org/info/aws-sdk-core
HTTP GET https://index.rubygems.org/info/railties
HTTP GET https://index.rubygems.org/info/fastimage
HTTP 206 Partial Content https://index.rubygems.org/info/concurrent-ruby
HTTP GET https://index.rubygems.org/info/ffi
HTTP GET https://index.rubygems.org/info/faraday
HTTP GET https://index.rubygems.org/info/aws-partitions
HTTP 206 Partial Content https://index.rubygems.org/info/cppjieba_rb
HTTP 206 Partial Content https://index.rubygems.org/info/activerecord
HTTP GET https://index.rubygems.org/info/excon
HTTP 206 Partial Content https://index.rubygems.org/info/railties
HTTP 206 Partial Content https://index.rubygems.org/info/aws-sdk-kms
HTTP 206 Partial Content https://index.rubygems.org/info/fastimage
HTTP 206 Partial Content https://index.rubygems.org/info/aws-partitions
HTTP 206 Partial Content https://index.rubygems.org/info/aws-sdk-core
HTTP 206 Partial Content https://index.rubygems.org/info/activemodel
HTTP 206 Partial Content https://index.rubygems.org/info/actionmailer
HTTP GET https://index.rubygems.org/info/redis
HTTP GET https://index.rubygems.org/info/message_bus
HTTP 206 Partial Content https://index.rubygems.org/info/actionview
HTTP 206 Partial Content https://index.rubygems.org/info/ffi
HTTP 206 Partial Content https://index.rubygems.org/info/redis
HTTP 206 Partial Content https://index.rubygems.org/info/message_bus
HTTP 206 Partial Content https://index.rubygems.org/info/nokogiri
HTTP 206 Partial Content https://index.rubygems.org/info/aws-sdk-s3
HTTP 206 Partial Content https://index.rubygems.org/info/aws-sdk-sns
HTTP 206 Partial Content https://index.rubygems.org/info/actionpack
HTTP 206 Partial Content https://index.rubygems.org/info/excon
HTTP 206 Partial Content https://index.rubygems.org/info/activejob
HTTP 206 Partial Content https://index.rubygems.org/info/faraday
HTTP 206 Partial Content https://index.rubygems.org/info/activesupport
HTTP 206 Partial Content https://index.rubygems.org/info/loofah
HTTP GET https://index.rubygems.org/info/oj
HTTP 206 Partial Content https://index.rubygems.org/info/oj
Looking up gems ["rails-deprecated_sanitizer", "jsonapi", "case_transform", "jsonapi-renderer", "rspec", "json_pure", "handlebars-source", "snappy", "rdoc", "ruby_parser", "columnize", "debugger-linecache", "slop", "rb-readline", "hoe", "hike", "rake-compiler", "ember-template-compiler-source", "rails", "thread_safe", "net-http-persistent", "termios", "rb-appscript", "xattr", "ffi-xattr", "rdf", "stud", "arel", "activerecord-deprecated_finders", "libv8", "functional-ruby", "ref", "celluloid", "compass", "sass", "sprockets-sass", "sinatra", "slim", "ruby-hmac", "activemodel-globalid", "weakling", "mini_portile", "mini_portile2", "pkg-config", "pry-doc", "erubis", "rack-mount", "rack-cache", "journey", "escape_utils", "rack-ssl", "eventmachine", "thin", "base32", "bcrypt-ruby", "hpricot", "mail", "text-format", "faraday-middleware", "httpauth", "therubyracer", "listen", "oa-core", "oa-oauth", "oa-openid", "oa-basic", "oa-enterprise", "oa-more", "jamespath", "http-2", "bundler", "trollop", "win32console", "yard", "spoon", "memcache-client", "bigdecimal"]
HTTP GET https://index.rubygems.org/info/slop
HTTP GET https://index.rubygems.org/info/hoe
HTTP 206 Partial Content https://index.rubygems.org/info/hoe
HTTP GET https://index.rubygems.org/info/rdf
HTTP GET https://index.rubygems.org/info/mini_portile2
HTTP 206 Partial Content https://index.rubygems.org/info/slop
HTTP GET https://index.rubygems.org/info/bundler
HTTP GET https://index.rubygems.org/info/rails
HTTP 206 Partial Content https://index.rubygems.org/info/rails
HTTP 206 Partial Content https://index.rubygems.org/info/mini_portile2
HTTP 206 Partial Content https://index.rubygems.org/info/rdf
HTTP 206 Partial Content https://index.rubygems.org/info/bundler
Looking up gems ["jsonapi-parser", "rspec-core", "rspec-expectations", "rspec-mocks", "snappy-jars", "ruby_core_source", "debugger-ruby_core_source", "timers", "facter", "celluloid-essentials", "celluloid-extras", "celluloid-fsm", "celluloid-pool", "celluloid-supervision", "dotenv", "nenv", "rspec-logsplit", "mongrel", "backports", "mustermann", "temple", "abstract", "multimap", "daemons", "bcrypt", "mime-types", "treetop", "tlsmail", "text-hyphen", "spruz", "rack-openid", "ruby-openid-apps-discovery", "restclient", "rest-client", "sass-listen", "ZenTest", "RubyInline", "rubyforge", "gemcutter", "atomic", "sprockets-helpers", "curses", "metriks", "haml", "fssm", "compass-core", "compass-import-once", "rb-fsevent", "rb-inotify", "net-ftp", "net-ldap", "rubyntlm", "pyu-ruby-sasl", "uuid", "XMLCanonicalizer", "ParseTree", "sexp_processor", "link_header", "hamster", "rb-fchange", "rb-kqueue", "celluloid-io", "ruby_dep", "activeresource", "actionwebservice", "actioncable", "activestorage", "actionmailbox", "actiontext"]
HTTP GET https://index.rubygems.org/info/curses
HTTP GET https://index.rubygems.org/info/net-ftp
HTTP 206 Partial Content https://index.rubygems.org/info/curses
HTTP 200 OK https://index.rubygems.org/info/net-ftp
HTTP GET https://index.rubygems.org/info/facter
HTTP GET https://index.rubygems.org/info/actionmailbox
HTTP GET https://index.rubygems.org/info/actiontext
HTTP 206 Partial Content https://index.rubygems.org/info/actionmailbox
HTTP GET https://index.rubygems.org/info/activestorage
HTTP 206 Partial Content https://index.rubygems.org/info/facter
HTTP 206 Partial Content https://index.rubygems.org/info/actiontext
HTTP 206 Partial Content https://index.rubygems.org/info/activestorage
HTTP GET https://index.rubygems.org/info/actioncable
HTTP 206 Partial Content https://index.rubygems.org/info/actioncable
Looking up gems ["rspec-support", "diff-lcs", "archive-tar-minitar", "hitimes", "mime-types-data", "facets", "polyglot", "ruby-openid", "netrc", "http-cookie", "http-accept", "net-scp", "rbtree", "faraday_middleware", "yajl-ruby", "avl_tree", "macaddr", "log4r", "SexpProcessor", "win32-api", "coveralls", "rubocop", "rails-observers", "activemodel-serializers-xml", "celluloid-gems", "dotenv-deployment", "cgi_multipart_eof_fix", "fastthread", "gem_plugin", "tool", "net-protocol", "time", "CFPropertyList", "sys-admin", "win32-dir", "windows-api", "windows-pr", "win32-security", "hocon", "marcel", "mimemagic", "coffee-rails", "em-hiredis", "faye-websocket", "websocket-driver"]
HTTP GET https://index.rubygems.org/info/http-cookie
HTTP GET https://index.rubygems.org/info/net-protocol
HTTP GET https://index.rubygems.org/info/websocket-driver
HTTP GET https://index.rubygems.org/info/time
HTTP 206 Partial Content https://index.rubygems.org/info/http-cookie
HTTP 200 OK https://index.rubygems.org/info/time
HTTP 206 Partial Content https://index.rubygems.org/info/websocket-driver
HTTP 200 OK https://index.rubygems.org/info/net-protocol
HTTP GET https://index.rubygems.org/info/rubocop
HTTP 206 Partial Content https://index.rubygems.org/info/rubocop
Looking up gems ["minitar", "minitar-cli", "configuration", "mkrf", "roauth", "systemu", "test-unit", "colorize", "simplecov", "term-ansicolor", "tins", "libxml-ruby", "hiredis", "net-ssh", "ruby-yadis", "coffee-script", "ffi-win32-extensions", "domain_name", "sqlite3", "io-wait", "timeout", "websocket-extensions", "rainbow", "parser", "powerpack", "ruby-progressbar", "astrolabe", "unicode-display_width", "parallel", "jaro_winkler", "psych", "rexml", "rubocop-ast"]
HTTP GET https://index.rubygems.org/info/io-wait
HTTP GET https://index.rubygems.org/info/timeout
HTTP GET https://index.rubygems.org/info/psych
HTTP 200 OK https://index.rubygems.org/info/io-wait
HTTP 200 OK https://index.rubygems.org/info/timeout
HTTP 206 Partial Content https://index.rubygems.org/info/psych
HTTP GET https://index.rubygems.org/info/test-unit
HTTP 206 Partial Content https://index.rubygems.org/info/test-unit
Looking up gems ["powerbar", "needle", "jruby-pageant", "bcrypt_pbkdf", "rbnacl", "rbnacl-libsodium", "strscan", "simplecov-html", "docile", "lockfile", "simplecov_json_formatter", "sync", "coffee-script-source", "ast", "jar-dependencies", "power_assert"]
Looking up gems ["ruby-maven", "pattern-match", "ansi"]
Looking up gems ["maven-tools", "ruby-maven-libs"]
Looking up gems ["virtus"]
HTTP GET https://index.rubygems.org/info/virtus
HTTP 206 Partial Content https://index.rubygems.org/info/virtus
Looking up gems ["descendants_tracker", "axiom-types", "coercible", "equalizer"]
Looking up gems ["ice_nine", "adamantium"]
Looking up gems ["memoizable"]
Using rake 13.0.3
0:  rake (13.0.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rake-13.0.3.gemspec
Using minitest 5.14.4
1:  minitest (5.14.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/minitest-5.14.4.gemspec
Using zeitwerk 2.4.2
1:  zeitwerk (2.4.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/zeitwerk-2.4.2.gemspec
Using builder 3.2.4
Using erubi 1.10.0
Using racc 1.5.2
1:  builder (3.2.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/builder-3.2.4.gemspec
0:  erubi (1.10.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/erubi-1.10.0.gemspec
Fetching concurrent-ruby 1.1.9
Using crass 1.0.6
0:  crass (1.0.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/crass-1.0.6.gemspec
Using rack 2.2.3
0:  rack (2.2.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-2.2.3.gemspec
Using mini_mime 1.1.0
0:  mini_mime (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_mime-1.1.0.gemspec
Using public_suffix 4.0.6
0:  public_suffix (4.0.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/public_suffix-4.0.6.gemspec
Using aws-eventstream 1.1.1
0:  aws-eventstream (1.1.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-eventstream-1.1.1.gemspec
Using aws-partitions 1.432.0
0:  aws-partitions (1.432.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-partitions-1.432.0.gemspec
Using jmespath 1.4.0
0:  jmespath (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/jmespath-1.4.0.gemspec
Using ember-source 2.18.2
0:  ember-source (2.18.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ember-source-2.18.2.gemspec
Using execjs 2.8.1
0:  execjs (2.8.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/execjs-2.8.1.gemspec
Using msgpack 1.4.2
0:  msgpack (1.4.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/msgpack-1.4.2.gemspec
Using bundler 2.2.19
0:  bundler (2.2.19) from /usr/local/lib/ruby/gems/2.7.0/gems/bundler-2.2.19/lib/bundler/source
Using byebug 11.1.3
0:  byebug (11.1.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/byebug-11.1.3.gemspec
Using cbor 0.5.9.6
0:  cbor (0.5.9.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/cbor-0.5.9.6.gemspec
Using chunky_png 1.4.0
0:  chunky_png (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/chunky_png-1.4.0.gemspec
Using coderay 1.1.3
0:  coderay (1.1.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/coderay-1.1.3.gemspec
Using colored2 3.1.2
0:  colored2 (3.1.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/colored2-3.1.2.gemspec
Using connection_pool 2.2.5
0:  connection_pool (2.2.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/connection_pool-2.2.5.gemspec
Using openssl 2.2.0
0:  openssl (2.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/openssl-2.2.0.gemspec
Using cppjieba_rb 0.3.3
0:  cppjieba_rb (0.3.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/cppjieba_rb-0.3.3.gemspec
Using diffy 3.4.0
0:  diffy (3.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/diffy-3.4.0.gemspec
Using method_source 1.0.0
0:  method_source (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/method_source-1.0.0.gemspec
Using thor 1.1.0
0:  thor (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/thor-1.1.0.gemspec
Using discourse-ember-source 3.12.2.3
0:  discourse-ember-source (3.12.2.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/discourse-ember-source-3.12.2.3.gemspec
Using discourse-fonts 0.0.8
0:  discourse-fonts (0.0.8) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/discourse-fonts-0.0.8.gemspec
Using regexp_parser 2.1.1
0:  regexp_parser (2.1.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/regexp_parser-2.1.1.gemspec
Using email_reply_trimmer 0.1.13
0:  email_reply_trimmer (0.1.13) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/email_reply_trimmer-0.1.13.gemspec
3:  racc (1.5.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/racc-1.5.2.gemspec
Using exifr 1.3.9
3:  exifr (1.3.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/exifr-1.3.9.gemspec
Using faraday-em_http 1.0.0
3:  faraday-em_http (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-em_http-1.0.0.gemspec
Using faraday-em_synchrony 1.0.0
3:  faraday-em_synchrony (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-em_synchrony-1.0.0.gemspec
Using faraday-excon 1.1.0
3:  faraday-excon (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-excon-1.1.0.gemspec
Using faraday-net_http 1.0.1
3:  faraday-net_http (1.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-net_http-1.0.1.gemspec
Using faraday-net_http_persistent 1.1.0
3:  faraday-net_http_persistent (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-net_http_persistent-1.1.0.gemspec
Using multipart-post 2.1.1
3:  multipart-post (2.1.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/multipart-post-2.1.1.gemspec
Using ruby2_keywords 0.0.4
3:  ruby2_keywords (0.0.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ruby2_keywords-0.0.4.gemspec
Using fast_blank 1.0.0
3:  fast_blank (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fast_blank-1.0.0.gemspec
Using fast_xs 0.8.0
3:  fast_xs (0.8.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fast_xs-0.8.0.gemspec
Fetching fastimage 2.2.4
Fetching excon 0.83.0
Fetching ffi 1.15.3
Installing fastimage 2.2.4
Installing concurrent-ruby 1.1.9
Installing excon 0.83.0
3:  fastimage (2.2.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fastimage-2.2.4.gemspec
Using fspath 3.1.2
3:  fspath (3.1.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fspath-3.1.2.gemspec
Using gc_tracer 1.5.1
3:  gc_tracer (1.5.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/gc_tracer-1.5.1.gemspec
Using guess_html_encoding 0.0.11
3:  guess_html_encoding (0.0.11) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/guess_html_encoding-0.0.11.gemspec
Using hana 1.3.7
3:  hana (1.3.7) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/hana-1.3.7.gemspec
Using hashie 4.1.0
3:  hashie (4.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/hashie-4.1.0.gemspec
Using highline 2.0.3
3:  highline (2.0.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/highline-2.0.3.gemspec
Using hkdf 0.3.0
3:  hkdf (0.3.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/hkdf-0.3.0.gemspec
Using htmlentities 4.3.4
3:  htmlentities (4.3.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/htmlentities-4.3.4.gemspec
Using http_accept_language 2.1.1
3:  http_accept_language (2.1.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/http_accept_language-2.1.1.gemspec
Using image_size 2.1.0
3:  image_size (2.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/image_size-2.1.0.gemspec
Using in_threads 1.5.4
3:  in_threads (1.5.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/in_threads-1.5.4.gemspec
Using progress 3.6.0
3:  progress (3.6.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/progress-3.6.0.gemspec
Using json 2.5.1
3:  json (2.5.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/json-2.5.1.gemspec
Using uri_template 0.7.0
3:  uri_template (0.7.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/uri_template-0.7.0.gemspec
Using jwt 2.2.3
3:  jwt (2.2.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/jwt-2.2.3.gemspec
Using kgio 2.11.4
3:  kgio (2.11.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/kgio-2.11.4.gemspec
Using libv8-node 15.14.0.1 (x86_64-linux)
3:  libv8-node (15.14.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/libv8-node-15.14.0.1-x86_64-linux.gemspec
Using logstash-event 1.2.02
3:  logstash-event (1.2.02) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/logstash-event-1.2.02.gemspec
Using logster 2.9.6
3:  logster (2.9.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/logster-2.9.6.gemspec
Using lru_redux 1.1.0
3:  lru_redux (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/lru_redux-1.1.0.gemspec
Using lz4-ruby 0.3.3
3:  lz4-ruby (0.3.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/lz4-ruby-0.3.3.gemspec
Using maxminddb 0.1.22
3:  maxminddb (0.1.22) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/maxminddb-0.1.22.gemspec
Using memory_profiler 1.0.0
3:  memory_profiler (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/memory_profiler-1.0.0.gemspec
Fetching redis 4.3.1
Installing ffi 1.15.3 with native extensions
Installing redis 4.3.1
0:  excon (0.83.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/excon-0.83.0.gemspec
Using mini_sql 1.1.3
0:  mini_sql (1.1.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_sql-1.1.3.gemspec
Using multi_json 1.15.0
0:  multi_json (1.15.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/multi_json-1.15.0.gemspec
Using multi_xml 0.6.0
0:  multi_xml (0.6.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/multi_xml-0.6.0.gemspec
Using mustache 1.1.1
0:  mustache (1.1.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mustache-1.1.1.gemspec
Using nio4r 2.5.7
0:  nio4r (2.5.7) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/nio4r-2.5.7.gemspec
Using oauth 0.5.6
0:  oauth (0.5.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/oauth-0.5.6.gemspec
Fetching oj 3.11.7
Installing oj 3.11.7 with native extensions
3:  redis (4.3.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/redis-4.3.1.gemspec
Using optimist 3.0.1
3:  optimist (3.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/optimist-3.0.1.gemspec
Using pg 1.2.3
3:  pg (1.2.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pg-1.2.3.gemspec
Using r2 0.2.7
3:  r2 (0.2.7) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/r2-0.2.7.gemspec
Using raindrops 0.19.2
3:  raindrops (0.19.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/raindrops-0.19.2.gemspec
Using rchardet 1.8.0
3:  rchardet (1.8.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rchardet-1.8.0.gemspec
Using rinku 2.0.6
3:  rinku (2.0.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rinku-2.0.6.gemspec
Using rotp 6.2.0
3:  rotp (6.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rotp-6.2.0.gemspec
Using rqrcode_core 1.0.0
3:  rqrcode_core (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rqrcode_core-1.0.0.gemspec
Using rtlit 0.0.5
3:  rtlit (0.0.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rtlit-0.0.5.gemspec
Using rubyzip 2.3.0
3:  rubyzip (2.3.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rubyzip-2.3.0.gemspec
Using tilt 2.0.10
3:  tilt (2.0.10) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/tilt-2.0.10.gemspec
Using sshkey 2.0.0
3:  sshkey (2.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sshkey-2.0.0.gemspec
Using stackprof 0.2.17
3:  stackprof (0.2.17) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/stackprof-0.2.17.gemspec
Using unf_ext 0.0.7.7
3:  unf_ext (0.0.7.7) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/unf_ext-0.0.7.7.gemspec
Using xorcist 1.1.2
3:  xorcist (1.1.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/xorcist-1.1.2.gemspec
Using rack-test 1.1.0
3:  rack-test (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-test-1.1.0.gemspec
Using request_store 1.5.0
3:  request_store (1.5.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/request_store-1.5.0.gemspec
Fetching message_bus 3.3.6
Installing message_bus 3.3.6
2:  concurrent-ruby (1.1.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/concurrent-ruby-1.1.9.gemspec
Using rack-mini-profiler 2.3.2
2:  rack-mini-profiler (2.3.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-mini-profiler-2.3.2.gemspec
Using rack-protection 2.1.0
2:  rack-protection (2.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-protection-2.1.0.gemspec
Using mail 2.8.0.edge from https://github.com/discourse/mail.git (at master@5b700fc)
2:  mail (2.8.0.edge) from /var/www/discourse/vendor/bundle/ruby/2.7.0/bundler/gems/mail-5b700fc95ee6/mail.gemspec
Using addressable 2.7.0
2:  addressable (2.7.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/addressable-2.7.0.gemspec
Using aws-sigv4 1.2.3
2:  aws-sigv4 (1.2.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sigv4-1.2.3.gemspec
Using ember-data-source 3.0.2
2:  ember-data-source (3.0.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ember-data-source-3.0.2.gemspec
Using barber 0.12.2
2:  barber (0.12.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/barber-0.12.2.gemspec
Using uglifier 4.2.0
2:  uglifier (4.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/uglifier-4.2.0.gemspec
Using bootsnap 1.7.5
2:  bootsnap (1.7.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/bootsnap-1.7.5.gemspec
Using openssl-signature_algorithm 1.1.1
2:  openssl-signature_algorithm (1.1.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/openssl-signature_algorithm-1.1.1.gemspec
Using pry 0.13.1
2:  pry (0.13.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pry-0.13.1.gemspec
Using ecma-re-validator 0.3.0
2:  ecma-re-validator (0.3.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ecma-re-validator-0.3.0.gemspec
Fetching nokogiri 1.11.7 (x86_64-linux)
Building native extensions. This could take a while...
3:  message_bus (3.3.6) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/message_bus-3.3.6.gemspec
جاري جلب faraday 1.4.3
جاري تثبيت faraday 1.4.3
جاري تثبيت nokogiri 1.11.7 (x86_64-linux)
3:  faraday (1.4.3) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-1.4.3.gemspec
استخدام omniauth 1.9.1
3:  omniauth (1.9.1) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-1.9.1.gemspec
استخدام image_optim 0.30.0
3:  image_optim (0.30.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/image_optim-0.30.0.gemspec
استخدام webpush 1.1.0
3:  webpush (1.1.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/webpush-1.1.0.gemspec
استخدام logstash-logger 0.26.1
3:  logstash-logger (0.26.1) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/logstash-logger-0.26.1.gemspec
استخدام mini_racer 0.4.0
3:  mini_racer (0.4.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_racer-0.4.0.gemspec
استخدام puma 5.3.2
3:  puma (5.3.2) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/puma-5.3.2.gemspec
استخدام sidekiq 6.2.1
3:  sidekiq (6.2.1) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sidekiq-6.2.1.gemspec
استخدام redis-namespace 1.8.1
3:  redis-namespace (1.8.1) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/redis-namespace-1.8.1.gemspec
استخدام rqrcode 2.0.0
3:  rqrcode (2.0.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rqrcode-2.0.0.gemspec
استخدام unicorn 6.0.0
3:  unicorn (6.0.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/unicorn-6.0.0.gemspec
استخدام unf 0.1.4
3:  unf (0.1.4) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/unf-0.1.4.gemspec
استخدام i18n 1.8.10
3:  i18n (1.8.10) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/i18n-1.8.10.gemspec
استخدام tzinfo 2.0.4
3:  tzinfo (2.0.4) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/tzinfo-2.0.4.gemspec
استخدام sprockets 3.7.2
3:  sprockets (3.7.2) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sprockets-3.7.2.gemspec
استخدام aws-sdk-core 3.112.1
3:  aws-sdk-core (3.112.1) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-core-3.112.1.gemspec
استخدام css_parser 1.9.0
3:  css_parser (1.9.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/css_parser-1.9.0.gemspec
استخدام cose 1.2.0
3:  cose (1.2.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/cose-1.2.0.gemspec
استخدام json_schemer 0.2.18
3:  json_schemer (0.2.18) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/json_schemer-0.2.18.gemspec
استخدام pry-byebug 3.9.0
3:  pry-byebug (3.9.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pry-byebug-3.9.0.gemspec
استخدام pry-rails 0.3.9
3:  pry-rails (0.3.9) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pry-rails-0.3.9.gemspec
استخدام mini_scheduler 0.13.0
3:  mini_scheduler (0.13.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_scheduler-0.13.0.gemspec
استخدام oauth2 1.4.7
3:  oauth2 (1.4.7) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/oauth2-1.4.7.gemspec
استخدام omniauth-oauth 1.2.0
3:  omniauth-oauth (1.2.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-oauth-1.2.0.gemspec
استخدام activesupport 6.1.3.2
3:  activesupport (6.1.3.2) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activesupport-6.1.3.2.gemspec
جاري جلب aws-sdk-kms 1.44.0
جاري تثبيت aws-sdk-kms 1.44.0
3:  aws-sdk-kms (1.44.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-kms-1.44.0.gemspec
استخدام aws-sdk-sns 1.38.0
3:  aws-sdk-sns (1.38.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-sns-1.38.0.gemspec
استخدام ember-handlebars-template 0.8.0
3:  ember-handlebars-template (0.8.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ember-handlebars-template-0.8.0.gemspec
استخدام omniauth-oauth2 1.7.1
3:  omniauth-oauth2 (1.7.1) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-oauth2-1.7.1.gemspec
استخدام omniauth-twitter 1.4.0
3:  omniauth-twitter (1.4.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-twitter-1.4.0.gemspec
استخدام globalid 0.4.2
3:  globalid (0.4.2) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/globalid-0.4.2.gemspec
استخدام activemodel 6.1.3.2
3:  activemodel (6.1.3.2) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activemodel-6.1.3.2.gemspec
جاري جلب aws-sdk-s3 1.96.1
جاري تثبيت aws-sdk-s3 1.96.1
3:  aws-sdk-s3 (1.96.1) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-s3-1.96.1.gemspec
استخدام activejob 6.1.3.2
3:  activejob (6.1.3.2) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activejob-6.1.3.2.gemspec
استخدام active_model_serializers 0.8.4
3:  active_model_serializers (0.8.4) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/active_model_serializers-0.8.4.gemspec
استخدام activerecord 6.1.3.2
3:  activerecord (6.1.3.2) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activerecord-6.1.3.2.gemspec
استخدام omniauth-facebook 8.0.0
3:  omniauth-facebook (8.0.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-facebook-8.0.0.gemspec
استخدام omniauth-github 1.4.0
3:  omniauth-github (1.4.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-github-1.4.0.gemspec
استخدام omniauth-google-oauth2 0.8.2
3:  omniauth-google-oauth2 (0.8.2) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-google-oauth2-0.8.2.gemspec
استخدام seed-fu 2.3.9
3:  seed-fu (2.3.9) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/seed-fu-2.3.9.gemspec
جاري بناء الامتدادات الأصلية. قد يستغرق هذا بعض الوقت...
2:  nokogiri (1.11.7) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/nokogiri-1.11.7-x86_64-linux.gemspec
جاري جلب loofah 2.10.0
استخدام rails-dom-testing 2.0.3
3:  rails-dom-testing (2.0.3) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails-dom-testing-2.0.3.gemspec
استخدام nokogumbo 2.0.5
3:  nokogumbo (2.0.5) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/nokogumbo-2.0.5.gemspec
استخدام ruby-readability 0.7.0
3:  ruby-readability (0.7.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ruby-readability-0.7.0.gemspec
استخدام sanitize 5.2.3
3:  sanitize (5.2.3) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sanitize-5.2.3.gemspec
جاري تثبيت loofah 2.10.0
2:  loofah (2.10.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/loofah-2.10.0.gemspec
استخدام rails-html-sanitizer 1.3.0
3:  rails-html-sanitizer (1.3.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails-html-sanitizer-1.3.0.gemspec
استخدام actionview 6.1.3.2
2:  actionview (6.1.3.2) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionview-6.1.3.2.gemspec
استخدام actionpack 6.1.3.2
3:  actionpack (6.1.3.2) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionpack-6.1.3.2.gemspec
استخدام actionview_precompiler 0.2.3
3:  actionview_precompiler (0.2.3) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionview_precompiler-0.2.3.gemspec
استخدام actionmailer 6.1.3.2
3:  actionmailer (6.1.3.2) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionmailer-6.1.3.2.gemspec
استخدام railties 6.1.3.2
3:  railties (6.1.3.2) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/railties-6.1.3.2.gemspec
استخدام sprockets-rails 3.2.2
3:  sprockets-rails (3.2.2) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sprockets-rails-3.2.2.gemspec
استخدام jquery-rails 4.4.0
2:  jquery-rails (4.4.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/jquery-rails-4.4.0.gemspec
استخدام lograge 0.11.2
2:  lograge (0.11.2) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/lograge-0.11.2.gemspec
استخدام rails_failover 0.7.3
2:  rails_failover (0.7.3) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails_failover-0.7.3.gemspec
استخدام rails_multisite 3.0.0
2:  rails_multisite (3.0.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails_multisite-3.0.0.gemspec
استخدام discourse-ember-rails 0.18.6
2:  discourse-ember-rails (0.18.6) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/discourse-ember-rails-0.18.6.gemspec
0:  oj (3.11.7) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/oj-3.11.7.gemspec
1:  ffi (1.15.3) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ffi-1.15.3.gemspec
استخدام mini_suffix 0.3.2
0:  mini_suffix (0.3.2) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_suffix-0.3.2.gemspec
استخدام rbtrace 0.4.14
0:  rbtrace (0.4.14) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rbtrace-0.4.14.gemspec
استخدام sassc 2.0.1
0:  sassc (2.0.1) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sassc-2.0.1.gemspec
استخدام sassc-rails 2.1.2
1:  sassc-rails (2.1.2) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sassc-rails-2.1.2.gemspec
اكتمل الحزمة! 126 اعتماد ملف Gemfile، تم تثبيت 169 جيم الآن.
لم يتم تثبيت الجيمات في المجموعات 'test' و 'development'.
تم تثبيت الجيمات المعبأة في `./vendor/bundle`

I, [2021-06-30T18:11:25.032747 #1]  INFO -- : > cd /var/www/discourse && su discourse -c 'bundle exec rake plugin:pull_compatible_all'
I, [2021-06-30T18:11:28.411968 #1]  INFO -- : docker_manager is already at latest compatible version

I, [2021-06-30T18:11:28.412905 #1]  INFO -- : > cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate'
I, [2021-06-30T18:11:36.837298 #1]  INFO -- :
I, [2021-06-30T18:11:36.838255 #1]  INFO -- : > cd /var/www/discourse && su discourse -c 'bundle exec rake themes:update assets:precompile'
فشل في تحديث Light Logos
about.json يحتوي على قيم غير صالحة: الإصدار الأقصى لـ discourse غير صالح
/var/www/discourse/app/models/remote_theme.rb:169:in `update_from_remote'
/var/www/discourse/lib/tasks/themes.rake:61:in `block (2 levels) in <main>'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-6.1.3.2/lib/active_record/relation/batches.rb:71:in `block (2 levels) in find_each'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-6.1.3.2/lib/active_record/relation/batches.rb:71:in `each'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-6.1.3.2/lib/active_record/relation/batches.rb:71:in `block in find_each'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-6.1.3.2/lib/active_record/relation/batches.rb:138:in `block in find_in_batches'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-6.1.3.2/lib/active_record/relation/batches.rb:245:in `block in in_batches'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-6.1.3.2/lib/active_record/relation/batches.rb:229:in `loop'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-6.1.3.2/lib/active_record/relation/batches.rb:229:in `in_batches'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-6.1.3.2/lib/active_record/relation/batches.rb:137:in `find_in_batches'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-6.1.3.2/lib/active_record/relation/batches.rb:70:in `find_each'
/var/www/discourse/lib/tasks/themes.rake:57:in `block in <main>'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rake-13.0.3/lib/rake/task.rb:281:in `block in execute'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rake-13.0.3/lib/rake/task.rb:281:in `each'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rake-13.0.3/lib/rake/task.rb:281:in `execute'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rake-13.0.3/lib/rake/task.rb:219:in `block in invoke_with_call_chain'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rake-13.0.3/lib/rake/task.rb:199:in `synchronize'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rake-13.0.3/lib/rake/task.rb:199:in `invoke_with_call_chain'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rake-13.0.3/lib/rake/task.rb:188:in `invoke'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rake-13.0.3/lib/rake/application.rb:160:in `invoke_task'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rake-13.0.3/lib/rake/application.rb:116:in `block (2 levels) in top_level'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rake-13.0.3/lib/rake/application.rb:116:in `each'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rake-13.0.3/lib/rake/application.rb:116:in `block in top_level'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rake-13.0.3/lib/rake/application.rb:125:in `run_with_threads'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rake-13.0.3/lib/rake/application.rb:110:in `top_level'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rake-13.0.3/lib/rake/application.rb:83:in `block in run'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rake-13.0.3/lib/rake/application.rb:186:in `standard_exception_handling'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rake-13.0.3/lib/rake/application.rb:80:in `run'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rake-13.0.3/exe/rake:27:in `<top (required)>'
/var/www/discourse/vendor/bundle/ruby/2.7.0/bin/rake:23:in `load'
/var/www/discourse/vendor/bundle/ruby/2.7.0/bin/rake:23:in `<top (required)>'
/usr/local/lib/ruby/gems/2.7.0/gems/bundler-2.2.19/lib/bundler/cli/exec.rb:63:in `load'
/usr/local/lib/ruby/gems/2.7.0/gems/bundler-2.2.19/lib/bundler/cli/exec.rb:63:in `kernel_load'
/usr/local/lib/ruby/gems/2.7.0/gems/bundler-2.2.19/lib/bundler/cli/exec.rb:28:in `run'
/usr/local/lib/ruby/gems/2.7.0/gems/bundler-2.2.19/lib/bundler/cli.rb:474:in `exec'
/usr/local/lib/ruby/gems/2.7.0/gems/bundler-2.2.19/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
/usr/local/lib/ruby/gems/2.7.0/gems/bundler-2.2.19/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'
/usr/local/lib/ruby/gems/2.7.0/gems/bundler-2.2.19/lib/bundler/vendor/thor/lib/thor.rb:392:in `dispatch'
/usr/local/lib/ruby/gems/2.7.0/gems/bundler-2.2.19/lib/bundler/cli.rb:30:in `dispatch'
/usr/local/lib/ruby/gems/2.7.0/gems/bundler-2.2.19/lib/bundler/vendor/thor/lib/thor/base.rb:485:in `start'
/usr/local/lib/ruby/gems/2.7.0/gems/bundler-2.2.19/lib/bundler/cli.rb:24:in `start'
/usr/local/lib/ruby/gems/2.7.0/gems/bundler-2.2.19/exe/bundle:49:in `block in <top (required)>'
/usr/local/lib/ruby/gems/2.7.0/gems/bundler-2.2.19/lib/bundler/friendly_errors.rb:130:in `with_friendly_errors'
/usr/local/lib/ruby/gems/2.7.0/gems/bundler-2.2.19/exe/bundle:37:in `<top (required)>'
/usr/local/bin/bundle:23:in `load'
/usr/local/bin/bundle:23:in `<main>'
I, [2021-06-30T18:11:46.174318 #1]  INFO -- : Updating Hamburger links component...
Updating Category Banners...
Updating New Like icon...
Updating Buttons...
Updating Hamburger Theme Selector...
Updating Light Logos...

I, [2021-06-30T18:11:46.175067 #1]  INFO -- : Terminating async processes
I, [2021-06-30T18:11:46.175133 #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: 55
I, [2021-06-30T18:11:46.175188 #1]  INFO -- : Sending TERM to exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf pid: 172
2021-06-30 18:11:46.175 UTC [55] LOG:  received fast shutdown request
172:signal-handler (1625076706) Received SIGTERM scheduling shutdown...
2021-06-30 18:11:46.177 UTC [55] LOG:  aborting any active transactions
2021-06-30 18:11:46.181 UTC [55] LOG:  background worker "logical replication launcher" (PID 64) exited with exit code 1
2021-06-30 18:11:46.182 UTC [59] LOG:  shutting down
2021-06-30 18:11:46.208 UTC [55] LOG:  database system is shut down
172:M 30 Jun 2021 18:11:46.235 # User requested shutdown...
172:M 30 Jun 2021 18:11:46.235 * Saving the final RDB snapshot before exiting.
172:M 30 Jun 2021 18:11:46.825 * DB saved on disk
172:M 30 Jun 2021 18:11:46.825 # Redis is now ready to exit, bye bye...


فشل
--------------------
Pups::ExecError: cd /var/www/discourse && su discourse -c 'bundle exec rake themes:update assets:precompile' failed with return #<Process::Status: pid 3753 exit 1>
موقع الفشل: /pups/lib/pups/exec_command.rb:112:in `spawn'
فشل التنفيذ مع المعاملات {"cd"=>"$home", "hook"=>"assets_precompile", "cmd"=>["su discourse -c 'bundle exec rake themes:update assets:precompile'"]}
06a3eaec7a931a79157477327261a44ac39732eba872e906fdbf30068b626ca2
** فشل في التمهيد ** يرجى التمرير لأعلى والبحث عن رسائل خطأ سابقة، قد يكون هناك أكثر من واحد.
./discourse-doctor قد يساعد في تشخيص المشكلة.
root@community:/var/discourse#

على الرغم من أن الدكتور أعاد تشغيل الموقع بنجاح، إلا أنني لا أزال غير قادر على إعادة البناء.

لدي الكثير من ذاكرة الوصول العشوائي ومساحة القرص، وقد حاولت إعادة التشغيل…

سجل الدكتور
DISCOURSE DOCTOR Wed Jun 30 18:17:13 UTC 2021
OS: Linux community 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux


Found containers/app.yml

==================== YML SETTINGS ====================
DISCOURSE_HOSTNAME=community.naturephotographers.network
SMTP_ADDRESS=smtp.postmarkapp.com
DEVELOPER_EMAILS=editor@naturephotographers.network
SMTP_PASSWORD=redacted
SMTP_PORT=25
SMTP_USER_NAME=redacted
LETSENCRYPT_ACCOUNT_EMAIL=redacted

==================== DOCKER INFO ====================
DOCKER VERSION: Docker version 19.03.13, build 4484c46d9d

DOCKER PROCESSES (docker ps -a)

CONTAINER ID        IMAGE                           COMMAND             CREATED             STATUS                     PORTS                NAMES
aae342f545ad        local_discourse/app             "/sbin/boot"        4 weeks ago         Exited (5) 7 minutes ago                        app
b1c5b390e4fb        local_discourse/mail-receiver   "/sbin/boot"        15 months ago       Up 7 minutes               0.0.0.0:25->25/tcp   mail-receiver

==================== SERIOUS PROBLEM!!!! ====================
app not running!
Attempting to rebuild
==================== REBUILD LOG ====================
Ensuring launcher is up to date
Fetching origin
Launcher is up-to-date
Stopping old container
+ /usr/bin/docker stop -t 60 app
app
cd /pups && git pull && git checkout v1.0.3 && /pups/bin/pups --stdin
From https://github.com/discourse/pups
   17f04ec..e0ff889  master     -> origin/master
 * [new tag]         v1.1.1     -> v1.1.1
 * [new tag]         v1.1.0     -> v1.1.0
Updating 17f04ec..e0ff889
Fast-forward
 .github/workflows/ci.yml     |  29 ++++++
 .github/workflows/lint.yml   |  27 +++++
 .rubocop.yml                 |   3 +
 Gemfile                      |   2 +
 Guardfile                    |   4 +-
 README.md                    |  21 ++++
 Rakefile                     |  14 +--
 bin/pups                     |   8 +-
 lib/pups.rb                  |  32 ++++--
 lib/pups/cli.rb              |  92 ++++++++++-------
 lib/pups/command.rb          |  25 +++--
 lib/pups/config.rb           | 240 +++++++++++++++++++++++--------------------
 lib/pups/docker.rb           |  69 +++++++++++++
 lib/pups/exec_command.rb     | 182 ++++++++++++++++----------------
 lib/pups/file_command.rb     |  60 +++++------
 lib/pups/merge_command.rb    |  94 ++++++++---------
 lib/pups/replace_command.rb  |  70 +++++++------
 lib/pups/runit.rb            |  47 +++++----
 lib/pups/version.rb          |   4 +-
 pups.gemspec                 |  37 ++++---
 test/cli_test.rb             | 102 +++++++++++++++---
 test/config_test.rb          | 215 ++++++++++++++++++++++++++++----------
 test/docker_test.rb          | 157 ++++++++++++++++++++++++++++
 test/exec_command_test.rb    |  62 ++++++-----
 test/file_command_test.rb    |  17 ++-
 test/merge_command_test.rb   |  64 ++++++------
 test/replace_command_test.rb |  86 ++++++++--------
 test/test_helper.rb          |   2 +
 28 files changed, 1158 insertions(+), 607 deletions(-)
 create mode 100644 .github/workflows/ci.yml
 create mode 100644 .github/workflows/lint.yml
 create mode 100644 .rubocop.yml
 create mode 100644 lib/pups/docker.rb
 create mode 100644 test/docker_test.rb
Note: checking out 'v1.0.3'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

HEAD is now at d1db030 أصدر إصدارًا جديدًا
أنا، [2021-06-30T18:17:25.316554 #1] INFO -- : تحميل --stdin
أنا، [2021-06-30T18:17:25.325291 #1] INFO -- : > locale-gen $LANG && update-locale
أنا، [2021-06-30T18:17:25.375244 #1] INFO -- : توليد اللغات (قد يستغرق هذا بعض الوقت)...
اكتمل التوليد.

أنا، [2021-06-30T18:17:25.375763 #1] INFO -- : > mkdir -p /shared/postgres_run
أنا، [2021-06-30T18:17:25.379807 #1] INFO -- :
أنا، [2021-06-30T18:17:25.380422 #1] INFO -- : > chown postgres:postgres /shared/postgres_run
أنا، [2021-06-30T18:17:25.384276 #1] INFO -- :
أنا، [2021-06-30T18:17:25.384905 #1] INFO -- : > chmod 775 /shared/postgres_run
أنا، [2021-06-30T18:17:25.388917 #1] INFO -- :
أنا، [2021-06-30T18:17:25.389503 #1] INFO -- : > rm -fr /var/run/postgresql
أنا، [2021-06-30T18:17:25.393398 #1] INFO -- :
أنا، [2021-06-30T18:17:25.393989 #1] INFO -- : > ln -s /shared/postgres_run /var/run/postgresql
أنا، [2021-06-30T18:17:25.397263 #1] INFO -- :
أنا، [2021-06-30T18:17:25.397986 #1] INFO -- : > socat /dev/null UNIX-CONNECT:/shared/postgres_run/.s.PGSQL.5432 || exit 0 && echo postgres already running stop container ; exit 1
2021/06/30 18:17:25 socat[32] E connect(6, AF=1 "/shared/postgres_run/.s.PGSQL.5432", 36): No such file or directory
أنا، [2021-06-30T18:17:25.406792 #1] INFO -- :
أنا، [2021-06-30T18:17:25.407296 #1] INFO -- : > rm -fr /shared/postgres_run/.s*
أنا، [2021-06-30T18:17:25.413288 #1] INFO -- :
أنا، [2021-06-30T18:17:25.413916 #1] INFO -- : > rm -fr /shared/postgres_run/*.pid
أنا، [2021-06-30T18:17:25.419980 #1] INFO -- :
أنا، [2021-06-30T18:17:25.420551 #1] INFO -- : > mkdir -p /shared/postgres_run/13-main.pg_stat_tmp
أنا، [2021-06-30T18:17:25.425664 #1] INFO -- :
أنا، [2021-06-30T18:17:25.426443 #1] INFO -- : > chown postgres:postgres /shared/postgres_run/13-main.pg_stat_tmp
أنا، [2021-06-30T18:17:25.430366 #1] INFO -- :
أنا، [2021-06-30T18:17:25.439005 #1] INFO -- : ملف > /etc/service/postgres/run chmod: +x chown:
أنا، [2021-06-30T18:17:25.447154 #1] INFO -- : ملف > /etc/service/postgres/log/run chmod: +x chown:
أنا، [2021-06-30T18:17:25.455020 #1] INFO -- : ملف > /etc/runit/3.d/99-postgres chmod: +x chown:
أنا، [2021-06-30T18:17:25.462786 #1] INFO -- : ملف > /root/upgrade_postgres chmod: +x chown:
أنا، [2021-06-30T18:17:25.463585 #1] INFO -- : > chown -R root /var/lib/postgresql/13/main
أنا، [2021-06-30T18:17:26.617011 #1] INFO -- :
أنا، [2021-06-30T18:17:26.617639 #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
أنا، [2021-06-30T18:17:26.621619 #1] INFO -- :
أنا، [2021-06-30T18:17:26.621815 #1] INFO -- : > chown -R postgres:postgres /shared/postgres_data
أنا، [2021-06-30T18:17:26.648876 #1] INFO -- :
أنا، [2021-06-30T18:17:26.649677 #1] INFO -- : > chown -R postgres:postgres /var/run/postgresql
أنا، [2021-06-30T18:17:26.654877 #1] INFO -- :
أنا، [2021-06-30T18:17:26.655505 #1] INFO -- : > /root/upgrade_postgres
أنا، [2021-06-30T18:17:26.664780 #1] INFO -- :
أنا، [2021-06-30T18:17:26.665486 #1] INFO -- : > rm /root/upgrade_postgres
أنا، [2021-06-30T18:17:26.670533 #1] INFO -- :
أنا، [2021-06-30T18:17:26.671386 #1] INFO -- : استبدال data_directory = '/var/lib/postgresql/13/main' بـ data_directory = '/shared/postgres_data' في /etc/postgresql/13/main/postgresql.conf
أنا، [2021-06-30T18:17:26.672569 #1] INFO -- : استبدال (?-mix:#?listen_addresses *=.*) بـ listen_addresses = '*' في /etc/postgresql/13/main/postgresql.conf
أنا، [2021-06-30T18:17:26.673331 #1] INFO -- : استبدال (?-mix:#?synchronous_commit *=.*) بـ synchronous_commit = $db_synchronous_commit في /etc/postgresql/13/main/postgresql.conf
أنا، [2021-06-30T18:17:26.674116 #1] INFO -- : استبدال (?-mix:#?shared_buffers *=.*) بـ shared_buffers = $db_shared_buffers في /etc/postgresql/13/main/postgresql.conf
أنا، [2021-06-30T18:17:26.674838 #1] INFO -- : استبدال (?-mix:#?work_mem *=.*) بـ work_mem = $db_work_mem في /etc/postgresql/13/main/postgresql.conf
أنا، [2021-06-30T18:17:26.675556 #1] INFO -- : استبدال (?-mix:#?default_text_search_config *=.*) بـ default_text_search_config = '$db_default_text_search_config' في /etc/postgresql/13/main/postgresql.conf
أنا، [2021-06-30T18:17:26.676269 #1] INFO -- : > install -d -m 0755 -o postgres -g postgres /shared/postgres_backup
أنا، [2021-06-30T18:17:26.682638 #1] INFO -- :
أنا، [2021-06-30T18:17:26.683568 #1] INFO -- : استبدال (?-mix:#?checkpoint_segments *=.*) بـ checkpoint_segments = $db_checkpoint_segments في /etc/postgresql/13/main/postgresql.conf
أنا، [2021-06-30T18:17:26.684379 #1] INFO -- : استبدال (?-mix:#?logging_collector *=.*) بـ logging_collector = $db_logging_collector في /etc/postgresql/13/main/postgresql.conf
أنا، [2021-06-30T18:17:26.685256 #1] INFO -- : استبدال (?-mix:#?log_min_duration_statement *=.*) بـ log_min_duration_statement = $db_log_min_duration_statement في /etc/postgresql/13/main/postgresql.conf
أنا، [2021-06-30T18:17:26.686113 #1] INFO -- : استبدال (?-mix:^#local +replication +postgres +peer$) بـ local replication postgres peer في /etc/postgresql/13/main/pg_hba.conf
أنا، [2021-06-30T18:17:26.686787 #1] INFO -- : استبدال (?-mix:^host.*all.*all.*127.*$) بـ host all all 0.0.0.0/0 md5 في /etc/postgresql/13/main/pg_hba.conf
أنا، [2021-06-30T18:17:26.687416 #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
أنا، [2021-06-30T18:17:26.692123 #1] INFO -- : > sleep 5
2021-06-30 18:17:26.737 UTC [55] LOG: بدء تشغيل PostgreSQL 13.3 (Debian 13.3-1.pgdg100+1) على x86_64-pc-linux-gnu، تم التجميع بواسطة gcc (Debian 8.3.0-6) 8.3.0، 64-bit
2021-06-30 18:17:26.738 UTC [55] LOG: الاستماع على عنوان IPv4 "0.0.0.0"، منفذ 5432
2021-06-30 18:17:26.739 UTC [55] LOG: الاستماع على عنوان IPv6 "::"، منفذ 5432
2021-06-30 18:17:26.741 UTC [55] LOG: الاستماع على مقبس Unix "/var/run/postgresql/.s.PGSQL.5432"
2021-06-30 18:17:26.747 UTC [58] LOG: تم إيقاف نظام قاعدة البيانات في 2021-06-30 18:11:46 UTC
2021-06-30 18:17:26.763 UTC [55] LOG: نظام قاعدة البيانات جاهز لقبول الاتصالات
أنا، [2021-06-30T18:17:31.697021 #1] INFO -- :
أنا، [2021-06-30T18:17:31.697737 #1] INFO -- : > su postgres -c 'createdb discourse' || true
2021-06-30 18:17:31.777 UTC [68] postgres@postgres ERROR: قاعدة البيانات "discourse" موجودة بالفعل
2021-06-30 18:17:31.777 UTC [68] postgres@postgres STATEMENT: CREATE DATABASE discourse;
createdb: خطأ: فشل إنشاء قاعدة البيانات: ERROR: قاعدة البيانات "discourse" موجودة بالفعل
أنا، [2021-06-30T18:17:31.779604 #1] INFO -- :
أنا، [2021-06-30T18:17:31.780242 #1] INFO -- : > su postgres -c 'psql discourse -c "create user discourse;"' || true
2021-06-30 18:17:31.865 UTC [79] postgres@discourse ERROR: الدور "discourse" موجود بالفعل
2021-06-30 18:17:31.865 UTC [79] postgres@discourse STATEMENT: create user discourse;
ERROR: الدور "discourse" موجود بالفعل
أنا، [2021-06-30T18:17:31.869758 #1] INFO -- :
أنا، [2021-06-30T18:17:31.870295 #1] INFO -- : > su postgres -c 'psql discourse -c "grant all privileges on database discourse to discourse;"' || true
أنا، [2021-06-30T18:17:31.966286 #1] INFO -- : GRANT

أنا، [2021-06-30T18:17:31.966758 #1] INFO -- : > su postgres -c 'psql discourse -c "alter schema public owner to discourse;"'
أنا، [2021-06-30T18:17:32.057039 #1] INFO -- : ALTER SCHEMA

أنا، [2021-06-30T18:17:32.057490 #1] INFO -- : > su postgres -c 'psql template1 -c "create extension if not exists hstore;"'
NOTICE: الامتداد "hstore" موجود بالفعل، يتم التخطي
أنا، [2021-06-30T18:17:32.174533 #1] INFO -- : CREATE EXTENSION

أنا، [2021-06-30T18:17:32.175101 #1] INFO -- : > su postgres -c 'psql template1 -c "create extension if not exists pg_trgm;"'
NOTICE: الامتداد "pg_trgm" موجود بالفعل، يتم التخطي
أنا، [2021-06-30T18:17:32.267217 #1] INFO -- : CREATE EXTENSION

أنا، [2021-06-30T18:17:32.267664 #1] INFO -- : > su postgres -c 'psql discourse -c "create extension if not exists hstore;"'
NOTICE: الامتداد "hstore" موجود بالفعل، يتم التخطي
أنا، [2021-06-30T18:17:32.362888 #1] INFO -- : CREATE EXTENSION

أنا، [2021-06-30T18:17:32.363592 #1] INFO -- : > su postgres -c 'psql discourse -c "create extension if not exists pg_trgm;"'
NOTICE: الامتداد "pg_trgm" موجود بالفعل، يتم التخطي
أنا، [2021-06-30T18:17:32.454929 #1] INFO -- : CREATE EXTENSION

أنا، [2021-06-30T18:17:32.455700 #1] INFO -- : > sudo -u postgres psql discourse
أنا، [2021-06-30T18:17:32.458638 #1] INFO -- : update pg_database set encoding = pg_char_to_encoding('UTF8') where datname = 'discourse' AND encoding = pg_char_to_encoding('SQL_ASCII');

أنا، [2021-06-30T18:17:32.559282 #1] INFO -- : ملف > /var/lib/postgresql/take-database-backup chmod: +x chown: postgres:postgres
أنا، [2021-06-30T18:17:32.563650 #1] INFO -- : ملف > /var/spool/cron/crontabs/postgres chmod: chown:
أنا، [2021-06-30T18:17:32.564227 #1] INFO -- : > echo postgres installed!
أنا، [2021-06-30T18:17:32.567677 #1] INFO -- : تم تثبيت postgres!

أنا، [2021-06-30T18:17:32.576232 #1] INFO -- : ملف > /etc/service/redis/run chmod: +x chown:
أنا، [2021-06-30T18:17:32.583981 #1] INFO -- : ملف > /etc/service/redis/log/run chmod: +x chown:
أنا، [2021-06-30T18:17:32.592681 #1] INFO -- : ملف > /etc/runit/3.d/10-redis chmod: +x chown:
أنا، [2021-06-30T18:17:32.593587 #1] INFO -- : استبدال daemonize yes بـ في /etc/redis/redis.conf
أنا، [2021-06-30T18:17:32.594795 #1] INFO -- : استبدال (?-mix:^pidfile.*$) بـ في /etc/redis/redis.conf
أنا، [2021-06-30T18:17:32.595747 #1] INFO -- : > install -d -m 0755 -o redis -g redis /shared/redis_data
أنا، [2021-06-30T18:17:32.602308 #1] INFO -- :
أنا، [2021-06-30T18:17:32.603639 #1] INFO -- : استبدال (?-mix:^logfile.*$) بـ logfile "" في /etc/redis/redis.conf
أنا، [2021-06-30T18:17:32.604689 #1] INFO -- : استبدال (?-mix:^bind .*$) بـ في /etc/redis/redis.conf
أنا، [2021-06-30T18:17:32.605705 #1] INFO -- : استبدال (?-mix:^dir .*$) بـ dir /shared/redis_data في /etc/redis/redis.conf
أنا، [2021-06-30T18:17:32.606870 #1] INFO -- : استبدال (?-mix:^protected-mode yes) بـ protected-mode no في /etc/redis/redis.conf
أنا، [2021-06-30T18:17:32.607772 #1] INFO -- : استبدال # io-threads 4 بـ io-threads $redis_io_threads في /etc/redis/redis.conf
أنا، [2021-06-30T18:17:32.608737 #1] INFO -- : > echo redis installed
أنا، [2021-06-30T18:17:32.612692 #1] INFO -- : تم تثبيت redis

أنا، [2021-06-30T18:17:32.613116 #1] INFO -- : > cat /etc/redis/redis.conf | grep logfile
أنا، [2021-06-30T18:17:32.618476 #1] INFO -- : logfile ""

أنا، [2021-06-30T18:17:32.618947 #1] INFO -- : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
أنا، [2021-06-30T18:17:32.622264 #1] INFO -- : > sleep 10
172:C 30 Jun 2021 18:17:32.630 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
172:C 30 Jun 2021 18:17:32.630 # Redis version=6.2.3, bits=64, commit=00000000, modified=0, pid=172, just started
172:C 30 Jun 2021 18:17:32.630 # Configuration loaded
172:M 30 Jun 2021 18:17:32.632 * monotonic clock: POSIX clock_gettime
172:M 30 Jun 2021 18:17:32.633 * Running mode=standalone, port=6379.
172:M 30 Jun 2021 18:17:32.633 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
172:M 30 Jun 2021 18:17:32.633 # Server initialized
172:M 30 Jun 2021 18:17:32.634 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. 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.
172:M 30 Jun 2021 18:17:32.634 * Loading RDB produced by version 6.2.3
172:M 30 Jun 2021 18:17:32.634 * RDB age 346 seconds
172:M 30 Jun 2021 18:17:32.634 * RDB memory usage when created 103.35 Mb
172:M 30 Jun 2021 18:17:33.012 * DB loaded from disk: 0.377 seconds
172:M 30 Jun 2021 18:17:33.012 * Ready to accept connections
أنا، [2021-06-30T18:17:42.626128 #1] INFO -- :
أنا، [2021-06-30T18:17:42.626926 #1] INFO -- : > thpoff echo "thpoff is installed!"
أنا، [2021-06-30T18:17:42.632774 #1] INFO -- : تم تثبيت thpoff!

أنا، [2021-06-30T18:17:42.632986 #1] INFO -- : > /usr/local/bin/ruby -e 'if ENV["DISCOURSE_SMTP_ADDRESS"] == "smtp.example.com"; puts "Aborting! Mail is not configured!"; exit 1; end'
أنا، [2021-06-30T18:17:42.760451 #1] INFO -- :
أنا، [2021-06-30T18:17:42.760769 #1] INFO -- : > /usr/local/bin/ruby -e 'if ENV["DISCOURSE_HOSTNAME"] == "discourse.example.com"; puts "Aborting! Domain is not configured!"; exit 1; end'
أنا، [2021-06-30T18:17:42.888068 #1] INFO -- :
أنا، [2021-06-30T18:17:42.888394 #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'
أنا، [2021-06-30T18:17:43.010055 #1] INFO -- :
أنا، [2021-06-30T18:17:43.010302 #1] INFO -- : > chown -R discourse /home/discourse
أنا، [2021-06-30T18:17:43.524337 #1] INFO -- :
أنا، [2021-06-30T18:17:43.524605 #1] INFO -- : > rm -f /etc/cron.d/anacron
أنا، [2021-06-30T18:17:43.528436 #1] INFO -- :
أنا، [2021-06-30T18:17:43.532976 #1] INFO -- : ملف > /etc/cron.d/anacron chmod: chown:
أنا، [2021-06-30T18:17:43.539437 #1] INFO -- : ملف > /etc/runit/1.d/copy-env chmod: +x chown:
أنا، [2021-06-30T18:17:43.545743 #1] INFO -- : ملف > /etc/service/unicorn/run chmod: +x chown:
أنا، [2021-06-30T18:17:43.552390 #1] INFO -- : ملف > /etc/service/nginx/run chmod: +x chown:
أنا، [2021-06-30T18:17:43.558757 #1] INFO -- : ملف > /etc/runit/3.d/01-nginx chmod: +x chown:
أنا، [2021-06-30T18:17:43.565070 #1] INFO -- : ملف > /etc/runit/3.d/02-unicorn chmod: +x chown:
أنا، [2021-06-30T18:17:43.565232 #1] INFO -- : استبدال # postgres بـ sv start postgres || exit 1 في /etc/service/unicorn/run
أنا، [2021-06-30T18:17:43.565595 #1] INFO -- : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
أنا، [2021-06-30T18:17:43.569186 #1] INFO -- : > cd /var/www/discourse && git reset --hard
200:C 30 Jun 2021 18:17:43.578 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
200:C 30 Jun 2021 18:17:43.579 # Redis version=6.2.3, bits=64, commit=00000000, modified=0, pid=200, just started
200:C 30 Jun 2021 18:17:43.579 # Configuration loaded
200:M 30 Jun 2021 18:17:43.581 * monotonic clock: POSIX clock_gettime
200:M 30 Jun 2021 18:17:43.581 # Warning: Could not create server TCP listening socket *:6379: bind: Address already in use
200:M 30 Jun 2021 18:17:43.582 # Failed listening on port 6379 (TCP), aborting.
جاري التحقق من الملفات: 100% (28860/28860)، تم.
أنا، [2021-06-30T18:17:47.138719 #1] INFO -- : HEAD is now at 74f71503 FEATURE: Automatically timed delete stub topics after entire topic is merged into another topic (#13187)

أنا، [2021-06-30T18:17:47.139313 #1] INFO -- : > cd /var/www/discourse && git clean -f
أنا، [2021-06-30T18:17:47.286669 #1] INFO -- :
أنا، [2021-06-30T18:17:47.287144 #1] INFO -- : > cd /var/www/discourse && git remote set-branches --add origin master
أنا، [2021-06-30T18:17:47.292472 #1] INFO -- :
أنا، [2021-06-30T18:17:47.293091 #1] INFO -- : > cd /var/www/discourse && git remote set-branches origin tests-passed
أنا، [2021-06-30T18:17:47.300084 #1] INFO -- :
أنا، [2021-06-30T18:17:47.300808 #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
أنا، [2021-06-30T18:17:50.431451 #1] INFO -- :
أنا، [2021-06-30T18:17:50.431892 #1] INFO -- : > cd /var/www/discourse && git checkout tests-passed
تم التبديل إلى فرع جديد 'tests-passed'
أنا، [2021-06-30T18:17:51.485788 #1] INFO -- : Branch 'tests-passed' set up to track remote branch 'tests-passed' from 'origin'.

أنا، [2021-06-30T18:17:51.486332 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp
أنا، [2021-06-30T18:17:51.492407 #1] INFO -- :
أنا، [2021-06-30T18:17:51.492618 #1] INFO -- : > cd /var/www/discourse && chown discourse:www-data tmp
أنا، [2021-06-30T18:17:51.499617 #1] INFO -- :
أنا، [2021-06-30T18:17:51.499785 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp/pids
أنا، [2021-06-30T18:17:51.506467 #1] INFO -- :
أنا، [2021-06-30T18:17:51.506698 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp/sockets
أنا، [2021-06-30T18:17:51.513837 #1] INFO -- :
أنا، [2021-06-30T18:17:51.514417 #1] INFO -- : > cd /var/www/discourse && touch tmp/.gitkeep
أنا، [2021-06-30T18:17:51.519961 #1] INFO -- :
أنا، [2021-06-30T18:17:51.520531 #1] INFO -- : > cd /var/www/discourse && mkdir -p                    /shared/log/rails
أنا، [2021-06-30T18:17:51.526477 #1] INFO -- :
أنا، [2021-06-30T18:17:51.527100 #1] INFO -- : > cd /var/www/discourse && bash -c "touch -a           /shared/log/rails/{production,production_errors,unicorn.stdout,unicorn.stderr,sidekiq}.log"
أنا، [2021-06-30T18:17:51.535696 #1] INFO -- :
أنا، [2021-06-30T18:17:51.536338 #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"
أنا، [2021-06-30T18:17:51.544007 #1] INFO -- :
أنا، [2021-06-30T18:17:51.544172 #1] INFO -- : > cd /var/www/discourse && bash -c "mkdir -p           /shared/{uploads,backups}"
أنا، [2021-06-30T18:17:51.552564 #1] INFO -- :
أنا، [2021-06-30T18:17:51.552707 #1] INFO -- : > cd /var/www/discourse && bash -c "ln    -s           /shared/{uploads,backups} /var/www/discourse/public"
أنا، [2021-06-30T18:17:51.560949 #1] INFO -- :
أنا، [2021-06-30T18:17:51.561148 #1] INFO -- : > cd /var/www/discourse && bash -c "mkdir -p           /shared/tmp/{backups,restores}"
أنا، [2021-06-30T18:17:51.569336 #1] INFO -- :
أنا، [2021-06-30T18:17:51.570021 #1] INFO -- : > cd /var/www/discourse && bash -c "ln    -s           /shared/tmp/{backups,restores} /var/www/discourse/tmp"
أنا، [2021-06-30T18:17:51.577082 #1] INFO -- :
أنا، [2021-06-30T18:17:51.577679 #1] INFO -- : > cd /var/www/discourse && chown -R discourse:www-data /shared/log/rails /shared/uploads /shared/backups /shared/tmp
أنا، [2021-06-30T18:17:51.584070 #1] INFO -- :
أنا، [2021-06-30T18:17:51.584668 #1] INFO -- : > cd /var/www/discourse && find public/plugins/ -maxdepth 1 -xtype l -delete
أنا، [2021-06-30T18:17:51.589576 #1] INFO -- :
أنا، [2021-06-30T18:17:51.590168 #1] INFO -- : استبدال # redis بـ sv start redis || exit 1 في /etc/service/unicorn/run
أنا، [2021-06-30T18:17:51.590754 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/docker_manager.git
Cloning into 'docker_manager'...
أنا، [2021-06-30T18:17:52.829840 #1] INFO -- :
أنا، [2021-06-30T18:17:52.830638 #1] INFO -- : > cp /var/www/discourse/config/nginx.sample.conf /etc/nginx/conf.d/discourse.conf
أنا، [2021-06-30T18:17:52.836459 #1] INFO -- :
أنا، [2021-06-30T18:17:52.837197 #1] INFO -- : > rm /etc/nginx/sites-enabled/default
أنا، [2021-06-30T18:17:52.841841 #1] INFO -- :
أنا، [2021-06-30T18:17:52.842416 #1] INFO -- : > mkdir -p /var/nginx/cache
أنا، [2021-06-30T18:17:52.846834 #1] INFO -- :
أنا، [2021-06-30T18:17:52.847480 #1] INFO -- : استبدال pid /run/nginx.pid; بـ daemon off; في /etc/nginx/nginx.conf
أنا، [2021-06-30T18:17:52.848166 #1] INFO -- : استبدال (?m-ix:upstream[^\}]+\}) بـ upstream discourse { server 127.0.0.1:3000; } في /etc/nginx/conf.d/discourse.conf
أنا، [2021-06-30T18:17:52.848798 #1] INFO -- : استبدال (?-mix:server_name.+$) بـ server_name _ ; في /etc/nginx/conf.d/discourse.conf
أنا، [2021-06-30T18:17:52.849394 #1] INFO -- : استبدال (?-mix:client_max_body_size.+$) بـ client_max_body_size $upload_size ; في /etc/nginx/conf.d/discourse.conf
أنا، [2021-06-30T18:17:52.850034 #1] INFO -- : > echo "done configuring web"
أنا، [2021-06-30T18:17:52.853919 #1] INFO -- : انتهى تكوين الويب

أنا، [2021-06-30T18:17:52.854747 #1] INFO -- : > cd /var/www/discourse && gem install bundler --conservative -v $(awk '/BUNDLED WITH/ { getline; gsub(/ /,""); print $0 }' Gemfile.lock)
أنا، [2021-06-30T18:17:53.802093 #1] INFO -- : تم تثبيت bundler-2.2.19 بنجاح
تم تثبيت جوهرة واحدة

I, [2021-06-30T18:17:53.802290 #1]  INFO -- : > cd /var/www/discourse && find /var/www/discourse ! -user discourse -exec chown discourse {} \+
I, [2021-06-30T18:17:57.009782 #1]  INFO -- :
I, [2021-06-30T18:17:57.010500 #1]  INFO -- : > cd /var/www/discourse && su discourse -c 'bundle install --deployment --retry 3 --jobs 4 --verbose --without test development'
[مُعلَّق] تم إهمال علامة `--deployment` لأنها تعتمد على التذكر عبر استدعاءات bundler، وهو ما لن يقوم به bundler في الإصدارات المستقبلية. بدلاً من ذلك، يرجى استخدام `bundle config set --local deployment 'true'`، والتوقف عن استخدام هذه العلامة
[مُعلَّق] تم إهمال علامة `--without` لأنها تعتمد على التذكر عبر استدعاءات bundler، وهو ما لن يقوم به bundler في الإصدارات المستقبلية. بدلاً من ذلك، يرجى استخدام `bundle config set --local without 'test development'`، والتوقف عن استخدام هذه العلامة
I, [2021-06-30T18:18:35.157341 #1]  INFO -- : تشغيل `bundle install --deployment --jobs 4 --retry 3 --verbose --without "test" "development"` مع bundler 2.2.19
ثابت، استخدام الحل من ملف القفل
التعريف يفتقد إلى ["concurrent-ruby-1.1.9", "nokogiri-1.11.7-x86_64-linux", "loofah-2.10.0", "aws-sdk-kms-1.44.0", "aws-sdk-s3-1.96.1", "excon-0.83.0", "faraday-1.4.3", "fastimage-2.2.4", "ffi-1.15.3", "message_bus-3.3.6", "redis-4.3.1", "oj-3.11.7"]
HTTP GET https://index.rubygems.org/versions
HTTP 416 Range Not Satisfiable https://index.rubygems.org/versions
HTTP GET https://index.rubygems.org/versions
HTTP 200 OK https://index.rubygems.org/versions
HTTP GET https://index.rubygems.org/versions
HTTP 200 OK https://index.rubygems.org/versions
جلب بيانات الجيم من https://rubygems.org/
التحقق المزدوج من ["rake", "concurrent-ruby", "i18n", "minitest", "tzinfo", "zeitwerk", "activesupport", "builder", "erubi", "racc", "nokogiri", "rails-dom-testing", "crass", "loofah", "rails-html-sanitizer", "actionview", "rack", "rack-test", "actionpack", "globalid", "activejob", "mini_mime", "actionmailer", "actionview_precompiler", "activemodel", "active_model_serializers", "activerecord", "public_suffix", "addressable", "aws-eventstream", "aws-partitions", "aws-sigv4", "jmespath", "aws-sdk-core", "aws-sdk-kms", "aws-sdk-s3", "aws-sdk-sns", "ember-source", "execjs", "barber", "msgpack", "bootsnap", "byebug", "cbor", "chunky_png", "coderay", "colored2", "connection_pool", "openssl", "openssl-signature_algorithm", "cose", "cppjieba_rb", "css_parser", "diffy", "ember-data-source", "sprockets", "ember-handlebars-template", "method_source", "thor", "railties", "jquery-rails", "discourse-ember-rails", "discourse-ember-source", "discourse-fonts", "regexp_parser", "ecma-re-validator", "email_reply_trimmer", "excon", "exifr", "faraday-em_http", "faraday-em_synchrony", "faraday-excon", "faraday-net_http", "faraday-net_http_persistent", "multipart-post", "ruby2_keywords", "faraday", "fast_blank", "fast_xs", "fastimage", "ffi", "fspath", "gc_tracer", "guess_html_encoding", "hana", "hashie", "highline", "hkdf", "htmlentities", "http_accept_language", "image_size", "in_threads", "progress", "image_optim", "json", "uri_template", "json_schemer", "jwt", "kgio", "libv8-node", "request_store", "lograge", "logstash-event", "logstash-logger", "logster", "lru_redux", "lz4-ruby", "maxminddb", "memory_profiler", "message_bus", "mini_racer", "redis", "sidekiq", "mini_scheduler", "mini_sql", "mini_suffix", "multi_json", "multi_xml", "mustache", "nio4r", "nokogumbo", "oauth", "oauth2", "oj", "omniauth", "omniauth-oauth2", "omniauth-facebook", "omniauth-github", "omniauth-google-oauth2", "omniauth-oauth", "omniauth-twitter", "optimist", "pg", "pry", "pry-byebug", "pry-rails", "puma", "r2", "rack-mini-profiler", "rack-protection", "rails_failover", "rails_multisite", "raindrops", "rbtrace", "rchardet", "redis-namespace", "rinku", "rotp", "rqrcode_core", "rqrcode", "rtlit", "ruby-readability", "rubyzip", "sanitize", "sassc", "sprockets-rails", "tilt", "sassc-rails", "seed-fu", "sshkey", "stackprof", "uglifier", "unf_ext", "unf", "unicorn", "webpush", "xorcist"] في مستودع rubygems https://rubygems.org/ أو مثبت محلياً
جلب بيانات الجيم من https://rubygems.org/
البحث عن الجيمات ["rake", "concurrent-ruby", "i18n", "minitest", "tzinfo", "zeitwerk", "activesupport", "builder", "erubi", "racc", "nokogiri", "rails-dom-testing", "crass", "loofah", "rails-html-sanitizer", "actionview", "rack", "rack-test", "actionpack", "globalid", "activejob", "mini_mime", "actionmailer", "actionview_precompiler", "activemodel", "active_model_serializers", "activerecord", "public_suffix", "addressable", "aws-eventstream", "aws-partitions", "aws-sigv4", "jmespath", "aws-sdk-core", "aws-sdk-kms", "aws-sdk-s3", "aws-sdk-sns", "ember-source", "execjs", "barber", "msgpack", "bootsnap", "byebug", "cbor", "chunky_png", "coderay", "colored2", "connection_pool", "openssl", "openssl-signature_algorithm", "cose", "cppjieba_rb", "css_parser", "diffy", "ember-data-source", "sprockets", "ember-handlebars-template", "method_source", "thor", "railties", "jquery-rails", "discourse-ember-rails", "discourse-ember-source", "discourse-fonts", "regexp_parser", "ecma-re-validator", "email_reply_trimmer", "excon", "exifr", "faraday-em_http", "faraday-em_synchrony", "faraday-excon", "faraday-net_http", "faraday-net_http_persistent", "multipart-post", "ruby2_keywords", "faraday", "fast_blank", "fast_xs", "fastimage", "ffi", "fspath", "gc_tracer", "guess_html_encoding", "hana", "hashie", "highline", "hkdf", "htmlentities", "http_accept_language", "image_size", "in_threads", "progress", "image_optim", "json", "uri_template", "json_schemer", "jwt", "kgio", "libv8-node", "request_store", "lograge", "logstash-event", "logstash-logger", "logster", "lru_redux", "lz4-ruby", "maxminddb", "memory_profiler", "message_bus", "mini_racer", "redis", "sidekiq", "mini_scheduler", "mini_sql", "mini_suffix", "multi_json", "multi_xml", "mustache", "nio4r", "nokogumbo", "oauth", "oauth2", "oj", "omniauth", "omniauth-oauth2", "omniauth-facebook", "omniauth-github", "omniauth-google-oauth2", "omniauth-oauth", "omniauth-twitter", "optimist", "pg", "pry", "pry-byebug", "pry-rails", "puma", "r2", "rack-mini-profiler", "rack-protection", "rails_failover", "rails_multisite", "raindrops", "rbtrace", "rchardet", "redis-namespace", "rinku", "rotp", "rqrcode_core", "rqrcode", "rtlit", "ruby-readability", "rubyzip", "sanitize", "sassc", "sprockets-rails", "tilt", "sassc-rails", "seed-fu", "sshkey", "stackprof", "uglifier", "unf_ext", "unf", "unicorn", "webpush", "xorcist"]
HTTP GET https://index.rubygems.org/info/concurrent-ruby
HTTP GET https://index.rubygems.org/info/nokogiri
HTTP GET https://index.rubygems.org/info/loofah
HTTP GET https://index.rubygems.org/info/actionview
HTTP GET https://index.rubygems.org/info/actionpack
HTTP GET https://index.rubygems.org/info/actionmailer
HTTP GET https://index.rubygems.org/info/activemodel
HTTP GET https://index.rubygems.org/info/activerecord
HTTP GET https://index.rubygems.org/info/aws-sdk-core
HTTP GET https://index.rubygems.org/info/aws-sdk-s3
HTTP GET https://index.rubygems.org/info/aws-sdk-sns
HTTP GET https://index.rubygems.org/info/cppjieba_rb
HTTP GET https://index.rubygems.org/info/railties
HTTP GET https://index.rubygems.org/info/activejob
HTTP GET https://index.rubygems.org/info/excon
HTTP GET https://index.rubygems.org/info/faraday
HTTP GET https://index.rubygems.org/info/aws-sdk-kms
HTTP GET https://index.rubygems.org/info/aws-partitions
HTTP 206 Partial Content https://index.rubygems.org/info/concurrent-ruby
HTTP GET https://index.rubygems.org/info/fastimage
HTTP GET https://index.rubygems.org/info/activesupport
HTTP GET https://index.rubygems.org/info/ffi
HTTP 206 Partial Content https://index.rubygems.org/info/excon
HTTP 206 Partial Content https://index.rubygems.org/info/activejob
HTTP GET https://index.rubygems.org/info/redis
HTTP 206 Partial Content https://index.rubygems.org/info/nokogiri
HTTP 206 Partial Content https://index.rubygems.org/info/aws-sdk-core
HTTP 206 Partial Content https://index.rubygems.org/info/faraday
HTTP 206 Partial Content https://index.rubygems.org/info/activesupport
HTTP 206 Partial Content https://index.rubygems.org/info/actionpack
HTTP 206 Partial Content https://index.rubygems.org/info/railties
HTTP 206 Partial Content https://index.rubygems.org/info/redis
HTTP 206 Partial Content https://index.rubygems.org/info/actionmailer
HTTP GET https://index.rubygems.org/info/oj
HTTP 206 Partial Content https://index.rubygems.org/info/ffi
HTTP 206 Partial Content https://index.rubygems.org/info/activemodel
HTTP 206 Partial Content https://index.rubygems.org/info/oj
HTTP 206 Partial Content https://index.rubygems.org/info/aws-partitions
HTTP 206 Partial Content https://index.rubygems.org/info/fastimage
HTTP 206 Partial Content https://index.rubygems.org/info/loofah
HTTP 206 Partial Content https://index.rubygems.org/info/aws-sdk-s3
HTTP GET https://index.rubygems.org/info/message_bus
HTTP 206 Partial Content https://index.rubygems.org/info/activerecord
HTTP 206 Partial Content https://index.rubygems.org/info/aws-sdk-sns
HTTP 206 Partial Content https://index.rubygems.org/info/cppjieba_rb
HTTP 206 Partial Content https://index.rubygems.org/info/actionview
HTTP 206 Partial Content https://index.rubygems.org/info/aws-sdk-kms
HTTP 206 Partial Content https://index.rubygems.org/info/message_bus
البحث عن الجيمات ["thread_safe", "rails-deprecated_sanitizer", "jsonapi", "case_transform", "jsonapi-renderer", "rspec", "json_pure", "handlebars-source", "ember-template-compiler-source", "snappy", "rdoc", "hike", "ruby_parser", "rails", "net-http-persistent", "hoe", "rake-compiler", "rb-appscript", "xattr", "ffi-xattr", "termios", "rdf", "stud", "columnize", "debugger-linecache", "slop", "rb-readline", "libv8", "celluloid", "compass", "sass", "sprockets-sass", "sinatra", "slim", "memcache-client", "faraday-middleware", "httpauth", "ruby-hmac", "bigdecimal", "functional-ruby", "ref", "oa-core", "oa-oauth", "oa-openid", "oa-basic", "oa-enterprise", "oa-more", "jamespath", "http-2", "escape_utils", "listen", "trollop", "base32", "hpricot", "mail", "text-format", "erubis", "rack-mount", "rack-cache", "journey", "therubyracer", "bcrypt-ruby", "win32console", "yard", "spoon", "activemodel-globalid", "rack-ssl", "arel", "activerecord-deprecated_finders", "bundler", "weakling", "mini_portile", "mini_portile2", "pkg-config", "pry-doc", "eventmachine", "thin"]
HTTP GET https://index.rubygems.org/info/rails
HTTP GET https://index.rubygems.org/info/rdf
HTTP GET https://index.rubygems.org/info/slop
HTTP 206 Partial Content https://index.rubygems.org/info/rails
HTTP GET https://index.rubygems.org/info/bundler
HTTP 206 Partial Content https://index.rubygems.org/info/bundler
HTTP 206 Partial Content https://index.rubygems.org/info/slop
HTTP 206 Partial Content https://index.rubygems.org/info/rdf
HTTP GET https://index.rubygems.org/info/mini_portile2
HTTP GET https://index.rubygems.org/info/hoe
HTTP 206 Partial Content https://index.rubygems.org/info/mini_portile2
HTTP 206 Partial Content https://index.rubygems.org/info/hoe
البحث عن الجيمات ["atomic", "rspec-core", "rspec-expectations", "rspec-mocks", "spruz", "ParseTree", "sexp_processor", "metriks", "ruby_core_source", "debugger-ruby_core_source", "sprockets-helpers", "mongrel", "backports", "mustermann", "temple", "rack-openid", "ruby-openid-apps-discovery", "restclient", "rest-client", "net-ldap", "rubyntlm", "pyu-ruby-sasl", "uuid", "XMLCanonicalizer", "rb-fchange", "rb-fsevent", "rb-inotify", "rb-kqueue", "celluloid-io", "ruby_dep", "curses", "text-hyphen", "abstract", "multimap", "bcrypt", "haml", "fssm", "compass-core", "compass-import-once", "jsonapi-parser", "timers", "facter", "celluloid-essentials", "celluloid-extras", "celluloid-fsm", "celluloid-pool", "celluloid-supervision", "dotenv", "nenv", "rspec-logsplit", "snappy-jars", "mime-types", "treetop", "tlsmail", "ZenTest", "RubyInline", "activeresource", "actionwebservice", "actioncable", "activestorage", "actionmailbox", "actiontext", "sass-listen", "daemons", "link_header", "hamster", "net-ftp", "rubyforge", "gemcutter"]
HTTP GET https://index.rubygems.org/info/actionmailbox
HTTP GET https://index.rubygems.org/info/facter
HTTP 206 Partial Content https://index.rubygems.org/info/actionmailbox
HTTP GET https://index.rubygems.org/info/net-ftp
HTTP GET https://index.rubygems.org/info/curses
HTTP GET https://index.rubygems.org/info/actiontext
HTTP 206 Partial Content https://index.rubygems.org/info/facter
HTTP 206 Partial Content https://index.rubygems.org/info/curses
HTTP 200 OK https://index.rubygems.org/info/net-ftp
HTTP GET https://index.rubygems.org/info/activestorage
HTTP GET https://index.rubygems.org/info/actioncable
HTTP 206 Partial Content https://index.rubygems.org/info/actiontext
HTTP 206 Partial Content https://index.rubygems.org/info/activestorage
HTTP 206 Partial Content https://index.rubygems.org/info/actioncable
البحث عن الجيمات ["rspec-support", "diff-lcs", "SexpProcessor", "hitimes", "rbtree", "faraday_middleware", "yajl-ruby", "avl_tree", "archive-tar-minitar", "cgi_multipart_eof_fix", "fastthread", "gem_plugin", "tool", "ruby-openid", "netrc", "http-cookie", "http-accept", "macaddr", "celluloid-gems", "coveralls", "rubocop", "dotenv-deployment", "log4r", "facets", "polyglot", "win32-api", "mime-types-data", "rails-observers", "activemodel-serializers-xml", "net-scp", "CFPropertyList", "sys-admin", "win32-dir", "windows-api", "windows-pr", "win32-security", "hocon", "net-protocol", "time", "marcel", "mimemagic", "coffee-rails", "em-hiredis", "faye-websocket", "websocket-driver"]
HTTP GET https://index.rubygems.org/info/http-cookie
HTTP GET https://index.rubygems.org/info/rubocop
HTTP GET https://index.rubygems.org/info/websocket-driver
HTTP 206 Partial Content https://index.rubygems.org/info/http-cookie
HTTP 206 Partial Content https://index.rubygems.org/info/rubocop
HTTP GET https://index.rubygems.org/info/time
HTTP 206 Partial Content https://index.rubygems.org/info/websocket-driver
HTTP 200 OK https://index.rubygems.org/info/time
HTTP GET https://index.rubygems.org/info/net-protocol
HTTP 200 OK https://index.rubygems.org/info/net-protocol
البحث عن الجيمات ["minitar", "minitar-cli", "ruby-yadis", "systemu", "colorize", "simplecov", "term-ansicolor", "tins", "test-unit", "net-ssh", "libxml-ruby", "ffi-win32-extensions", "coffee-script", "configuration", "mkrf", "domain_name", "sqlite3", "hiredis", "roauth", "websocket-extensions", "rainbow", "parser", "powerpack", "ruby-progressbar", "astrolabe", "unicode-display_width", "parallel", "jaro_winkler", "psych", "rexml", "rubocop-ast", "io-wait", "timeout"]
HTTP GET https://index.rubygems.org/info/io-wait
HTTP GET https://index.rubygems.org/info/timeout
HTTP 200 OK https://index.rubygems.org/info/io-wait
HTTP 200 OK https://index.rubygems.org/info/timeout
HTTP GET https://index.rubygems.org/info/psych
HTTP GET https://index.rubygems.org/info/test-unit
HTTP 206 Partial Content https://index.rubygems.org/info/psych
HTTP 206 Partial Content https://index.rubygems.org/info/test-unit
البحث عن الجيمات ["powerbar", "sync", "coffee-script-source", "ast", "strscan", "needle", "jruby-pageant", "bcrypt_pbkdf", "rbnacl", "rbnacl-libsodium", "simplecov-html", "docile", "lockfile", "simplecov_json_formatter", "jar-dependencies", "power_assert"]
البحث عن الجيمات ["ansi", "ruby-maven", "pattern-match"]
البحث عن الجيمات ["maven-tools", "ruby-maven-libs"]
البحث عن الجيمات ["virtus"]
HTTP GET https://index.rubygems.org/info/virtus
HTTP 206 Partial Content https://index.rubygems.org/info/virtus
البحث عن الجيمات ["descendants_tracker", "axiom-types", "coercible", "equalizer"]
البحث عن الجيمات ["ice_nine", "adamantium"]
البحث عن الجيمات ["memoizable"]
استخدام rake 13.0.3
0:  rake (13.0.3) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rake-13.0.3.gemspec
استخدام minitest 5.14.4
0:  minitest (5.14.4) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/minitest-5.14.4.gemspec
استخدام zeitwerk 2.4.2
0:  zeitwerk (2.4.2) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/zeitwerk-2.4.2.gemspec
استخدام builder 3.2.4
0:  builder (3.2.4) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/builder-3.2.4.gemspec
استخدام erubi 1.10.0
0:  erubi (1.10.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/erubi-1.10.0.gemspec
استخدام racc 1.5.2
0:  racc (1.5.2) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/racc-1.5.2.gemspec
استخدام crass 1.0.6
0:  crass (1.0.6) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/crass-1.0.6.gemspec
استخدام rack 2.2.3
0:  rack (2.2.3) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-2.2.3.gemspec
استخدام mini_mime 1.1.0
0:  mini_mime (1.1.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_mime-1.1.0.gemspec
استخدام public_suffix 4.0.6
0:  public_suffix (4.0.6) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/public_suffix-4.0.6.gemspec
استخدام aws-eventstream 1.1.1
0:  aws-eventstream (1.1.1) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-eventstream-1.1.1.gemspec
استخدام aws-partitions 1.432.0
0:  aws-partitions (1.432.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-partitions-1.432.0.gemspec
استخدام jmespath 1.4.0
0:  jmespath (1.4.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/jmespath-1.4.0.gemspec
استخدام ember-source 2.18.2
0:  ember-source (2.18.2) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ember-source-2.18.2.gemspec
استخدام execjs 2.8.1
0:  execjs (2.8.1) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/execjs-2.8.1.gemspec
استخدام msgpack 1.4.2
0:  msgpack (1.4.2) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/msgpack-1.4.2.gemspec
استخدام bundler 2.2.19
0:  bundler (2.2.19) من /usr/local/lib/ruby/gems/2.7.0/gems/bundler-2.2.19/lib/bundler/source
استخدام byebug 11.1.3
0:  byebug (11.1.3) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/byebug-11.1.3.gemspec
استخدام cbor 0.5.9.6
0:  cbor (0.5.9.6) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/cbor-0.5.9.6.gemspec
استخدام chunky_png 1.4.0
0:  chunky_png (1.4.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/chunky_png-1.4.0.gemspec
استخدام coderay 1.1.3
0:  coderay (1.1.3) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/coderay-1.1.3.gemspec
استخدام colored2 3.1.2
0:  colored2 (3.1.2) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/colored2-3.1.2.gemspec
استخدام connection_pool 2.2.5
0:  connection_pool (2.2.5) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/connection_pool-2.2.5.gemspec
استخدام openssl 2.2.0
0:  openssl (2.2.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/openssl-2.2.0.gemspec
استخدام cppjieba_rb 0.3.3
0:  cppjieba_rb (0.3.3) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/cppjieba_rb-0.3.3.gemspec
استخدام diffy 3.4.0
0:  diffy (3.4.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/diffy-3.4.0.gemspec
استخدام method_source 1.0.0
0:  method_source (1.0.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/method_source-1.0.0.gemspec
استخدام thor 1.1.0
0:  thor (1.1.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/thor-1.1.0.gemspec
استخدام discourse-ember-source 3.12.2.3
0:  discourse-ember-source (3.12.2.3) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/discourse-ember-source-3.12.2.3.gemspec
استخدام discourse-fonts 0.0.8
0:  discourse-fonts (0.0.8) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/discourse-fonts-0.0.8.gemspec
استخدام regexp_parser 2.1.1
0:  regexp_parser (2.1.1) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/regexp_parser-2.1.1.gemspec
استخدام email_reply_trimmer 0.1.13
0:  email_reply_trimmer (0.1.13) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/email_reply_trimmer-0.1.13.gemspec
جلب excon 0.83.0
استخدام exifr 1.3.9
3:  exifr (1.3.9) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/exifr-1.3.9.gemspec
استخدام faraday-em_http 1.0.0
2:  faraday-em_http (1.0.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-em_http-1.0.0.gemspec
استخدام faraday-em_synchrony 1.0.0
2:  faraday-em_synchrony (1.0.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-em_synchrony-1.0.0.gemspec
استخدام faraday-excon 1.1.0
2:  faraday-excon (1.1.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-excon-1.1.0.gemspec
استخدام faraday-net_http 1.0.1
2:  faraday-net_http (1.0.1) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-net_http-1.0.1.gemspec
استخدام faraday-net_http_persistent 1.1.0
2:  faraday-net_http_persistent (1.1.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-net_http_persistent-1.1.0.gemspec
استخدام multipart-post 2.1.1
2:  multipart-post (2.1.1) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/multipart-post-2.1.1.gemspec
استخدام ruby2_keywords 0.0.4
2:  ruby2_keywords (0.0.4) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ruby2_keywords-0.0.4.gemspec
استخدام fast_blank 1.0.0
2:  fast_blank (1.0.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fast_blank-1.0.0.gemspec
استخدام fast_xs 0.8.0
2:  fast_xs (0.8.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fast_xs-0.8.0.gemspec
جلب fastimage 2.2.4
جلب concurrent-ruby 1.1.9
جلب ffi 1.15.3
تثبيت fastimage 2.2.4
تثبيت excon 0.83.0
2:  fastimage (2.2.4) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fastimage-2.2.4.gemspec
استخدام fspath 3.1.2
2:  fspath (3.1.2) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fspath-3.1.2.gemspec
استخدام gc_tracer 1.5.1
2:  gc_tracer (1.5.1) من /var/www/discourse/vendor/bundle/ruby/2.7.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/2.7.0/specifications/guess_html_encoding-0.0.11.gemspec
استخدام hana 1.3.7
2:  hana (1.3.7) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/hana-1.3.7.gemspec
استخدام hashie 4.1.0
2:  hashie (4.1.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/hashie-4.1.0.gemspec
استخدام highline 2.0.3
2:  highline (2.0.3) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/highline-2.0.3.gemspec
استخدام hkdf 0.3.0
2:  hkdf (0.3.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/hkdf-0.3.0.gemspec
استخدام htmlentities 4.3.4
2:  htmlentities (4.3.4) من /var/www/discourse/vendor/bundle/ruby/2.7.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/2.7.0/specifications/http_accept_language-2.1.1.gemspec
استخدام image_size 2.1.0
2:  image_size (2.1.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/image_size-2.1.0.gemspec
استخدام in_threads 1.5.4
2:  in_threads (1.5.4) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/in_threads-1.5.4.gemspec
استخدام progress 3.6.0
2:  progress (3.6.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/progress-3.6.0.gemspec
استخدام json 2.5.1
2:  json (2.5.1) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/json-2.5.1.gemspec
استخدام uri_template 0.7.0
2:  uri_template (0.7.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/uri_template-0.7.0.gemspec
استخدام jwt 2.2.3
2:  jwt (2.2.3) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/jwt-2.2.3.gemspec
استخدام kgio 2.11.4
2:  kgio (2.11.4) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/kgio-2.11.4.gemspec
استخدام libv8-node 15.14.0.1 (x86_64-linux)
2:  libv8-node (15.14.0.1) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/libv8-node-15.14.0.1-x86_64-linux.gemspec
استخدام logstash-event 1.2.02
2:  logstash-event (1.2.02) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/logstash-event-1.2.02.gemspec
استخدام logster 2.9.6
2:  logster (2.9.6) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/logster-2.9.6.gemspec
استخدام lru_redux 1.1.0
2:  lru_redux (1.1.0) من /var/www/discourse/vendor/bundle/ruby/2.7.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/2.7.0/specifications/lz4-ruby-0.3.3.gemspec
تثبيت concurrent-ruby 1.1.9
استخدام maxminddb 0.1.22
2:  maxminddb (0.1.22) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/maxminddb-0.1.22.gemspec
استخدام memory_profiler 1.0.0
2:  memory_profiler (1.0.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/memory_profiler-1.0.0.gemspec
جلب redis 4.3.1
تثبيت redis 4.3.1
تثبيت ffi 1.15.3 مع ملحقات أصلية
0:  excon (0.83.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/excon-0.83.0.gemspec
استخدام mini_sql 1.1.3
0:  mini_sql (1.1.3) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_sql-1.1.3.gemspec
استخدام multi_json 1.15.0
0:  multi_json (1.15.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/multi_json-1.15.0.gemspec
استخدام multi_xml 0.6.0
0:  multi_xml (0.6.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/multi_xml-0.6.0.gemspec
استخدام mustache 1.1.1
0:  mustache (1.1.1) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mustache-1.1.1.gemspec
استخدام nio4r 2.5.7
0:  nio4r (2.5.7) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/nio4r-2.5.7.gemspec
استخدام oauth 0.5.6
0:  oauth (0.5.6) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/oauth-0.5.6.gemspec
جلب oj 3.11.7
2:  redis (4.3.1) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/redis-4.3.1.gemspec
استخدام optimist 3.0.1
2:  optimist (3.0.1) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/optimist-3.0.1.gemspec
استخدام pg 1.2.3
2:  pg (1.2.3) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pg-1.2.3.gemspec
استخدام r2 0.2.7
2:  r2 (0.2.7) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/r2-0.2.7.gemspec
استخدام raindrops 0.19.2
2:  raindrops (0.19.2) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/raindrops-0.19.2.gemspec
استخدام rchardet 1.8.0
2:  rchardet (1.8.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rchardet-1.8.0.gemspec
استخدام rinku 2.0.6
2:  rinku (2.0.6) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rinku-2.0.6.gemspec
استخدام rotp 6.2.0
2:  rotp (6.2.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rotp-6.2.0.gemspec
استخدام rqrcode_core 1.0.0
2:  rqrcode_core (1.0.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rqrcode_core-1.0.0.gemspec
استخدام rtlit 0.0.5
2:  rtlit (0.0.5) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rtlit-0.0.5.gemspec
استخدام rubyzip 2.3.0
2:  rubyzip (2.3.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rubyzip-2.3.0.gemspec
استخدام tilt 2.0.10
2:  tilt (2.0.10) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/tilt-2.0.10.gemspec
استخدام sshkey 2.0.0
2:  sshkey (2.0.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sshkey-2.0.0.gemspec
استخدام stackprof 0.2.17
2:  stackprof (0.2.17) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/stackprof-0.2.17.gemspec
استخدام unf_ext 0.0.7.7
2:  unf_ext (0.0.7.7) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/unf_ext-0.0.7.7.gemspec
استخدام xorcist 1.1.2
2:  xorcist (1.1.2) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/xorcist-1.1.2.gemspec
جلب nokogiri 1.11.7 (x86_64-linux)
تثبيت oj 3.11.7 مع ملحقات أصلية
1:  concurrent-ruby (1.1.9) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/concurrent-ruby-1.1.9.gemspec
استخدام rack-test 1.1.0
1:  rack-test (1.1.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-test-1.1.0.gemspec
استخدام mail 2.8.0.edge من https://github.com/discourse/mail.git (في master@5b700fc)
1:  mail (2.8.0.edge) من /var/www/discourse/vendor/bundle/ruby/2.7.0/bundler/gems/mail-5b700fc95ee6/mail.gemspec
استخدام addressable 2.7.0
1:  addressable (2.7.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/addressable-2.7.0.gemspec
استخدام aws-sigv4 1.2.3
1:  aws-sigv4 (1.2.3) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sigv4-1.2.3.gemspec
استخدام barber 0.12.2
1:  barber (0.12.2) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/barber-0.12.2.gemspec
استخدام bootsnap 1.7.5
1:  bootsnap (1.7.5) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/bootsnap-1.7.5.gemspec
استخدام openssl-signature_algorithm 1.1.1
1:  openssl-signature_algorithm (1.1.1) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/openssl-signature_algorithm-1.1.1.gemspec
استخدام ember-data-source 3.0.2
1:  ember-data-source (3.0.2) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ember-data-source-3.0.2.gemspec
استخدام ecma-re-validator 0.3.0
1:  ecma-re-validator (0.3.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ecma-re-validator-0.3.0.gemspec
جلب faraday 1.4.3
تثبيت nokogiri 1.11.7 (x86_64-linux)
تثبيت faraday 1.4.3
بناء الملحقات الأصلية. قد يستغرق هذا بعض الوقت...
1:  faraday (1.4.3) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-1.4.3.gemspec
استخدام request_store 1.5.0
1:  request_store (1.5.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/request_store-1.5.0.gemspec
جلب message_bus 3.3.6
تثبيت message_bus 3.3.6
1:  message_bus (3.3.6) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/message_bus-3.3.6.gemspec
استخدام pry 0.13.1
1:  pry (0.13.1) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pry-0.13.1.gemspec
استخدام rack-mini-profiler 2.3.2
1:  rack-mini-profiler (2.3.2) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-mini-profiler-2.3.2.gemspec
استخدام rack-protection 2.1.0
1:  rack-protection (2.1.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-protection-2.1.0.gemspec
استخدام uglifier 4.2.0
1:  uglifier (4.2.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/uglifier-4.2.0.gemspec
استخدام omniauth 1.9.1
1:  omniauth (1.9.1) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-1.9.1.gemspec
استخدام image_optim 0.30.0
1:  image_optim (0.30.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/image_optim-0.30.0.gemspec
استخدام logstash-logger 0.26.1
1:  logstash-logger (0.26.1) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/logstash-logger-0.26.1.gemspec
استخدام mini_racer 0.4.0
1:  mini_racer (0.4.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_racer-0.4.0.gemspec
استخدام webpush 1.1.0
1:  webpush (1.1.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/webpush-1.1.0.gemspec
استخدام puma 5.3.2
1:  puma (5.3.2) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/puma-5.3.2.gemspec
استخدام sidekiq 6.2.1
1:  sidekiq (6.2.1) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sidekiq-6.2.1.gemspec
استخدام redis-namespace 1.8.1
1:  redis-namespace (1.8.1) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/redis-namespace-1.8.1.gemspec
استخدام rqrcode 2.0.0
1:  rqrcode (2.0.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rqrcode-2.0.0.gemspec
استخدام unicorn 6.0.0
1:  unicorn (6.0.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/unicorn-6.0.0.gemspec
استخدام unf 0.1.4
1:  unf (0.1.4) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/unf-0.1.4.gemspec
استخدام i18n 1.8.10
1:  i18n (1.8.10) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/i18n-1.8.10.gemspec
استخدام tzinfo 2.0.4
1:  tzinfo (2.0.4) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/tzinfo-2.0.4.gemspec
استخدام sprockets 3.7.2
1:  sprockets (3.7.2) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sprockets-3.7.2.gemspec
استخدام aws-sdk-core 3.112.1
1:  aws-sdk-core (3.112.1) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-core-3.112.1.gemspec
استخدام cose 1.2.0
1:  cose (1.2.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/cose-1.2.0.gemspec
استخدام css_parser 1.9.0
1:  css_parser (1.9.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/css_parser-1.9.0.gemspec
استخدام json_schemer 0.2.18
1:  json_schemer (0.2.18) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/json_schemer-0.2.18.gemspec
استخدام oauth2 1.4.7
1:  oauth2 (1.4.7) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/oauth2-1.4.7.gemspec
استخدام activesupport 6.1.3.2
1:  activesupport (6.1.3.2) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activesupport-6.1.3.2.gemspec
جلب aws-sdk-kms 1.44.0
تثبيت aws-sdk-kms 1.44.0
1:  aws-sdk-kms (1.44.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-kms-1.44.0.gemspec
استخدام aws-sdk-sns 1.38.0
1:  aws-sdk-sns (1.38.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-sns-1.38.0.gemspec
استخدام ember-handlebars-template 0.8.0
1:  ember-handlebars-template (0.8.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ember-handlebars-template-0.8.0.gemspec
استخدام mini_scheduler 0.13.0
1:  mini_scheduler (0.13.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_scheduler-0.13.0.gemspec
استخدام omniauth-oauth2 1.7.1
1:  omniauth-oauth2 (1.7.1) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-oauth2-1.7.1.gemspec
استخدام omniauth-oauth 1.2.0
1:  omniauth-oauth (1.2.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-oauth-1.2.0.gemspec
استخدام pry-byebug 3.9.0
1:  pry-byebug (3.9.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pry-byebug-3.9.0.gemspec
استخدام pry-rails 0.3.9
1:  pry-rails (0.3.9) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pry-rails-0.3.9.gemspec
استخدام globalid 0.4.2
1:  globalid (0.4.2) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/globalid-0.4.2.gemspec
استخدام activemodel 6.1.3.2
1:  activemodel (6.1.3.2) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activemodel-6.1.3.2.gemspec
جلب aws-sdk-s3 1.96.1
تثبيت aws-sdk-s3 1.96.1
1:  aws-sdk-s3 (1.96.1) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-s3-1.96.1.gemspec
استخدام omniauth-facebook 8.0.0
1:  omniauth-facebook (8.0.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-facebook-8.0.0.gemspec
استخدام omniauth-github 1.4.0
1:  omniauth-github (1.4.0) من /var/www/discourse/vendor/bundle/ruby/2.7.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/2.7.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/2.7.0/specifications/omniauth-twitter-1.4.0.gemspec
استخدام activejob 6.1.3.2
1:  activejob (6.1.3.2) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activejob-6.1.3.2.gemspec
استخدام active_model_serializers 0.8.4
1:  active_model_serializers (0.8.4) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/active_model_serializers-0.8.4.gemspec
استخدام activerecord 6.1.3.2
1:  activerecord (6.1.3.2) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activerecord-6.1.3.2.gemspec
استخدام seed-fu 2.3.9
1:  seed-fu (2.3.9) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/seed-fu-2.3.9.gemspec
2:  nokogiri (1.11.7) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/nokogiri-1.11.7-x86_64-linux.gemspec
استخدام rails-dom-testing 2.0.3
جلب loofah 2.10.0
2:  rails-dom-testing (2.0.3) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails-dom-testing-2.0.3.gemspec
استخدام nokogumbo 2.0.5
2:  nokogumbo (2.0.5) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/nokogumbo-2.0.5.gemspec
استخدام ruby-readability 0.7.0
2:  ruby-readability (0.7.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ruby-readability-0.7.0.gemspec
استخدام sanitize 5.2.3
2:  sanitize (5.2.3) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sanitize-5.2.3.gemspec
تثبيت loofah 2.10.0
1:  loofah (2.10.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/loofah-2.10.0.gemspec
استخدام rails-html-sanitizer 1.3.0
2:  rails-html-sanitizer (1.3.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails-html-sanitizer-1.3.0.gemspec
استخدام actionview 6.1.3.2
1:  actionview (6.1.3.2) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionview-6.1.3.2.gemspec
استخدام actionview_precompiler 0.2.3
2:  actionview_precompiler (0.2.3) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionview_precompiler-0.2.3.gemspec
استخدام actionpack 6.1.3.2
1:  actionpack (6.1.3.2) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionpack-6.1.3.2.gemspec
استخدام actionmailer 6.1.3.2
2:  actionmailer (6.1.3.2) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionmailer-6.1.3.2.gemspec
استخدام railties 6.1.3.2
2:  railties (6.1.3.2) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/railties-6.1.3.2.gemspec
استخدام sprockets-rails 3.2.2
2:  sprockets-rails (3.2.2) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sprockets-rails-3.2.2.gemspec
استخدام jquery-rails 4.4.0
2:  jquery-rails (4.4.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/jquery-rails-4.4.0.gemspec
استخدام lograge 0.11.2
2:  lograge (0.11.2) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/lograge-0.11.2.gemspec
استخدام rails_failover 0.7.3
2:  rails_failover (0.7.3) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails_failover-0.7.3.gemspec
استخدام rails_multisite 3.0.0
2:  rails_multisite (3.0.0) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails_multisite-3.0.0.gemspec
استخدام discourse-ember-rails 0.18.6
2:  discourse-ember-rails (0.18.6) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/discourse-ember-rails-0.18.6.gemspec
بناء الامتدادات الأصلية. قد يستغرق هذا بعض الوقت...
0:  oj (3.11.7) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/oj-3.11.7.gemspec
3:  ffi (1.15.3) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ffi-1.15.3.gemspec
استخدام mini_suffix 0.3.2
0:  mini_suffix (0.3.2) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_suffix-0.3.2.gemspec
استخدام rbtrace 0.4.14
0:  rbtrace (0.4.14) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rbtrace-0.4.14.gemspec
استخدام sassc 2.0.1
0:  sassc (2.0.1) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sassc-2.0.1.gemspec
استخدام sassc-rails 2.1.2
3:  sassc-rails (2.1.2) من /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sassc-rails-2.1.2.gemspec
اكتمل الحزمة! 126 اعتمادات ملف Gemfile، 169 جيم مثبتة الآن.
لم يتم تثبيت الجيمات في المجموعات 'test' و 'development'.
تم تثبيت الجيمات المعبأة في `./vendor/bundle`

I, [2021-06-30T18:18:35.159818 #1]  INFO -- : > cd /var/www/discourse && su discourse -c 'bundle exec rake plugin:pull_compatible_all'
I, [2021-06-30T18:18:38.454048 #1]  INFO -- : docker_manager هو بالفعل في أحدث إصدار متوافق

I, [2021-06-30T18:18:38.454891 #1]  INFO -- : > cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate'
I, [2021-06-30T18:18:46.643753 #1]  INFO -- :
I, [2021-06-30T18:18:46.644495 #1]  INFO -- : > cd /var/www/discourse && su discourse -c 'bundle exec rake themes:update assets:precompile'
فشل تحديث Light Logos
about.json يحتوي على قيم غير صالحة: الحد الأقصى لإصدار discourse غير صالح
/var/www/discourse/app/models/remote_theme.rb:169:in `update_from_remote'
/var/www/discourse/lib/tasks/themes.rake:61:in `block (2 levels) in <main>'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-6.1.3.2/lib/active_record/relation/batches.rb:71:in `block (2 levels) in find_each'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-6.1.3.2/lib/active_record/relation/batches.rb:71:in `each'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-6.1.3.2/lib/active_record/relation/batches.rb:71:in `block in find_each'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-6.1.3.2/lib/active_record/relation/batches.rb:138:in `block in find_in_batches'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-6.1.3.2/lib/active_record/relation/batches.rb:245:in `block in in_batches'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-6.1.3.2/lib/active_record/relation/batches.rb:229:in `loop'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-6.1.3.2/lib/active_record/relation/batches.rb:229:in `in_batches'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-6.1.3.2/lib/active_record/relation/batches.rb:137:in `find_in_batches'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-6.1.3.2/lib/active_record/relation/batches.rb:70:in `find_each'
/var/www/discourse/lib/tasks/themes.rake:57:in `block in <main>'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rake-13.0.3/lib/rake/task.rb:281:in `block in execute'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rake-13.0.3/lib/rake/task.rb:281:in `each'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rake-13.0.3/lib/rake/task.rb:281:in `execute'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rake-13.0.3/lib/rake/task.rb:219:in `block in invoke_with_call_chain'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rake-13.0.3/lib/rake/task.rb:199:in `synchronize'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rake-13.0.3/lib/rake/task.rb:199:in `invoke_with_call_chain'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rake-13.0.3/lib/rake/task.rb:188:in `invoke'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rake-13.0.3/lib/rake/application.rb:160:in `invoke_task'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rake-13.0.3/lib/rake/application.rb:116:in `block (2 levels) in top_level'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rake-13.0.3/lib/rake/application.rb:116:in `each'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rake-13.0.3/lib/rake/application.rb:116:in `block in top_level'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rake-13.0.3/lib/rake/application.rb:125:in `run_with_threads'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rake-13.0.3/lib/rake/application.rb:110:in `top_level'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rake-13.0.3/lib/rake/application.rb:83:in `block in run'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rake-13.0.3/lib/rake/application.rb:186:in `standard_exception_handling'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rake-13.0.3/lib/rake/application.rb:80:in `run'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rake-13.0.3/exe/rake:27:in `<top (required)>'
/var/www/discourse/vendor/bundle/ruby/2.7.0/bin/rake:23:in `load'
/var/www/discourse/vendor/bundle/ruby/2.7.0/bin/rake:23:in `<top (required)>'
/usr/local/lib/ruby/gems/2.7.0/gems/bundler-2.2.19/lib/bundler/cli/exec.rb:63:in `load'
/usr/local/lib/ruby/gems/2.7.0/gems/bundler-2.2.19/lib/bundler/cli/exec.rb:63:in `kernel_load'
/usr/local/lib/ruby/gems/2.7.0/gems/bundler-2.2.19/lib/bundler/cli/exec.rb:28:in `run'
/usr/local/lib/ruby/gems/2.7.0/gems/bundler-2.2.19/lib/bundler/cli.rb:474:in `exec'
/usr/local/lib/ruby/gems/2.7.0/gems/bundler-2.2.19/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
/usr/local/lib/ruby/gems/2.7.0/gems/bundler-2.2.19/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'
/usr/local/lib/ruby/gems/2.7.0/gems/bundler-2.2.19/lib/bundler/vendor/thor/lib/thor.rb:392:in `dispatch'
/usr/local/lib/ruby/gems/2.7.0/gems/bundler-2.2.19/lib/bundler/cli.rb:30:in `dispatch'
/usr/local/lib/ruby/gems/2.7.0/gems/bundler-2.2.19/lib/bundler/vendor/thor/lib/thor/base.rb:485:in `start'
/usr/local/lib/ruby/gems/2.7.0/gems/bundler-2.2.19/lib/bundler/cli.rb:24:in `start'
/usr/local/lib/ruby/gems/2.7.0/gems/bundler-2.2.19/exe/bundle:49:in `block in <top (required)>'
/usr/local/lib/ruby/gems/2.7.0/gems/bundler-2.2.19/lib/bundler/friendly_errors.rb:130:in `with_friendly_errors'
/usr/local/lib/ruby/gems/2.7.0/gems/bundler-2.2.19/exe/bundle:37:in `<top (required)>'
/usr/local/bin/bundle:23:in `load'
/usr/local/bin/bundle:23:in `<main>'
I, [2021-06-30T18:18:56.239960 #1]  INFO -- : تحديث مكون روابط Hamburger...
تحديث لافتات الفئة...
تحديث أيقونة الإعجاب الجديدة...
تحديث الأزرار...
تحديث محدد سمة Hamburger...
تحديث Light Logos...

I, [2021-06-30T18:18:56.240815 #1]  INFO -- : إنهاء العمليات غير المتزامنة
I, [2021-06-30T18:18:56.240979 #1]  INFO -- : إرسال INT إلى 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: 55
I, [2021-06-30T18:18:56.241509 #1]  INFO -- : إرسال TERM إلى exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf pid: 172
172:signal-handler (1625077136) تم استلام SIGTERM جدولة الإغلاق...
2021-06-30 18:18:56.241 UTC [55] LOG:  تم استلام طلب الإغلاق السريع
2021-06-30 18:18:56.244 UTC [55] LOG:  إلغاء أي معاملات نشطة
2021-06-30 18:18:56.249 UTC [55] LOG:  خرج عامل الخلفية "logical replication launcher" (PID 64) برمز الخروج 1
2021-06-30 18:18:56.250 UTC [59] LOG:  جارٍ الإغلاق
2021-06-30 18:18:56.282 UTC [55] LOG:  تم إيقاف نظام قاعدة البيانات
172:M 30 Jun 2021 18:18:56.283 # طلب المستخدم الإغلاق...
172:M 30 Jun 2021 18:18:56.283 * حفظ لقطة RDB النهائية قبل الخروج.
172:M 30 Jun 2021 18:18:56.794 * تم حفظ قاعدة البيانات على القرص
172:M 30 Jun 2021 18:18:56.794 # Redis جاهز الآن للخروج، وداعاً...


فشل
--------------------
Pups::ExecError: cd /var/www/discourse && su discourse -c 'bundle exec rake themes:update assets:precompile' فشل مع الإرجاع #<Process::Status: pid 3754 exit 1>
موقع الفشل: /pups/lib/pups/exec_command.rb:112:in `spawn'
فشل التنفيذ مع المعلمات {"cd"=>"$home", "hook"=>"assets_precompile", "cmd"=>["su discourse -c 'bundle exec rake themes:update assets:precompile'"]}
c7fa934b640d7a43d3131a29051487c7b1c82cd2c9563ce2df6961d9001c77b0
** فشل التمهيد ** يرجى التمرير لأعلى والبحث عن رسائل الخطأ السابقة، قد يكون هناك أكثر من واحد.
./discourse-doctor قد يساعد في تشخيص المشكلة.
==================== نهاية سجل إعادة البناء ====================
فشل إعادة بناء التطبيق.

التحقق من اسم النطاق الخاص بك . . .

نجحت الاتصال بـ community.naturephotographers.network.
يجب عليك على الأرجح إزالة أي إضافات غير قياسية وإعادة البناء.
محاولة إعادة تشغيل الحاوية الحالية. . .

بدء تشغيل الحاوية الحالية
+ /usr/bin/docker start app
app
aae342f545ad        local_discourse/app             "/sbin/boot"        منذ 4 أسابيع         يعمل منذ أقل من ثانية   0.0.0.0:80->80/tcp, 0.0.0.0:443->443/tcp   app
تم إعادة تشغيل الحاوية.


==================== الإضافات ====================
          - git clone https://github.com/discourse/docker_manager.git
#          - git clone https://github.com/davidtaylorhq/discourse-category-lockdown.git
#          - git clone https://github.com/discourse/discourse-adplugin.git
#          - git clone https://github.com/paviliondev/discourse-locations.git
#          - git clone https://github.com/paviliondev/discourse-events.git
#          - git clone https://github.com/jannolii/discourse-topic-trade-buttons.git
#          - git clone https://github.com/pmusaraj/discourse-onesignal.git
##          - git clone https://github.com/discourse/discourse-data-explorer.git
#          - git clone https://github.com/davidtaylorhq/discourse-whos-online.git
#          - git clone https://github.com/discourse/discourse-canned-replies.git
##          - git clone https://github.com/paviliondev/discourse-follow.git
#          - git clone https://github.com/discourse/discourse-akismet.git
#          - git clone https://github.com/angusmcleod/discourse-knowledge-base.git
##          - git clone https://github.com/paviliondev/discourse-multilingual.git
##          - git clone https://github.com/discourse/discourse-translator.git
#          - git clone https://github.com/discourse/discourse-push-notifications.git
#          - git clone https://github.com/paviliondev/discourse-custom-wizard.git
#          - git clone https://github.com/discourse/discourse-zoom.git
#          - git clone https://github.com/Ebsy/discourse-nationalflags.git
#          - git clone https://github.com/discourse/discourse-calendar.git
#          - git clone https://github.com/discourse/discourse-fontawesome-pro.git
#          - git clone https://github.com/merefield/discourse-topic-previews.git -b "theme_sidecar"
#          - git clone https://github.com/discourse/discourse-reactions.git
#          - git clone https://github.com/discourse/discourse-user-notes.git

تحذير:
لديك ما يبدو أنه إضافات غير رسمية.
إذا كنت تواجه مشكلة، يجب عليك تعطيلها ومحاولة إعادة البناء مرة أخرى.

انظر https://github.com/discourse/discourse/blob/master/lib/plugin/metadata.rb للحصول على القائمة الرسمية.

========================================
إصدار Discourse على community.naturephotographers.network: لم يتم العثور عليه
إصدار Discourse على localhost: لم يتم العثور عليه


==================== معلومات الذاكرة ====================
RAM (MB): 4046

              إجمالي        مستخدم        مجاني      مشترك  buff/cache   متاح
Mem:           3951         157        2510           5        1284        3484
Swap:          2047           0        2047

==================== فحص مساحة القرص ====================
---------- مساحة قرص النظام التشغيلي ----------
Filesystem      الحجم  مستخدم متاح استخدام% جبل على
/dev/vda1        49G   26G   24G  52% /

==================== معلومات القرص ====================
Disk /dev/loop0: 9.1 ميغابايت، 9531392 بايت، 18616 قطاع
الوحدات: قطاعات من 1 * 512 = 512 بايت
حجم القطاع (منطقي/مادي): 512 بايت / 512 بايت
حجم I/O (حد أدنى/مثالي): 512 بايت / 512 بايت


Disk /dev/loop1: 55.4 ميغابايت، 58114048 بايت، 113504 قطاع
الوحدات: قطاعات من 1 * 512 = 512 بايت
حجم القطاع (منطقي/مادي): 512 بايت / 512 بايت
حجم I/O (حد أدنى/مثالي): 512 بايت / 512 بايت


Disk /dev/loop2: 99.4 ميغابايت، 104202240 بايت، 203520 قطاع
الوحدات: قطاعات من 1 * 512 = 512 بايت
حجم القطاع (منطقي/مادي): 512 بايت / 512 بايت
حجم I/O (حد أدنى/مثالي): 512 بايت / 512 بايت


Disk /dev/loop3: 99.4 ميغابايت، 104185856 بايت، 203488 قطاع
الوحدات: قطاعات من 1 * 512 = 512 بايت
حجم القطاع (منطقي/مادي): 512 بايت / 512 بايت
حجم I/O (حد أدنى/مثالي): 512 بايت / 512 بايت


Disk /dev/loop4: 55.5 ميغابايت، 58134528 بايت، 113544 قطاع
الوحدات: قطاعات من 1 * 512 = 512 بايت
حجم القطاع (منطقي/مادي): 512 بايت / 512 بايت
حجم I/O (حد أدنى/مثالي): 512 بايت / 512 بايت


Disk /dev/loop5: 9.1 ميغابايت، 9531392 بايت، 18616 قطاع
الوحدات: قطاعات من 1 * 512 = 512 بايت
حجم القطاع (منطقي/مادي): 512 بايت / 512 بايت
حجم I/O (حد أدنى/مثالي): 512 بايت / 512 بايت


Disk /dev/vda: 50 جيجابايت، 53687091200 بايت، 104857600 قطاع
الوحدات: قطاعات من 1 * 512 = 512 بايت
حجم القطاع (منطقي/مادي): 512 بايت / 512 بايت
حجم I/O (حد أدنى/مثالي): 512 بايت / 512 بايت
نوع تسمية القرص: gpt
معرّف القرص: 603625F3-7AE2-40CB-B05E-0BD7EA2D57E4

الجهاز      البداية       النهاية   القطاعات  الحجم النوع
/dev/vda1  227328 104857566 104630239 49.9G نظام ملفات Linux
/dev/vda14   2048     10239      8192    4M إقلاع BIOS
/dev/vda15  10240    227327    217088  106M بيانات Microsoft الأساسية

دخول جدول التقسيمات ليس بترتيب القرص.

==================== نهاية معلومات القرص ====================

مرحبًا ديفيد،

لا أدري، لكن أظن أن الفشل حدث هنا.

فشل تحديث شعارات Light
ملف about.json يحتوي على قيم غير صالحة: إصدار Discourse الأقصى غير صالح

يبدو أن مشكلتك تتعلق بمكون قالب Light Logos.

شكرًا لك يا جاي، أرى أن TC تم إيقاف استخدامه الآن، وحذفه حل المشكلة. لم أكن أعرف أن TC يمكن أن يسبب مثل هذه المشكلة! حان الوقت لمراجعة TCs القديمة المتبقية…

يجب عليك على الأرجح التحقق من إعدادات الموقع وملء مجموعة إعدادات logo dark، لأن هذا هو السبب في إهمال مكون السمة!

إذن هل كان هذا هو؟ أم كان هناك عائلة من مكونات هذا المظهر؟

https://github.com/discourse/discourse-alt-logo

لقد واجهت نفس المشكلة في موقع آخر…

هذا هو يا جاي، سعيد لأنني لست الوحيد!