Hilfe, Wiederaufbau-Fehler

Beim Upgrade von 2.7.2 auf 2.8.0 trat ein Fehler auf

DISCOURSE DOCTOR Tue 08 Feb 2022 12:55:57 AM CST
OS: Linux vps.magentochina.org 4.19.0-6-amd64 #1 SMP Debian 4.19.67-2+deb10u2 (2019-11-11) x86_64 GNU/Linux


Found containers/app.yml

==================== YML SETTINGS ====================
DISCOURSE_HOSTNAME=forum.magentochina.org
SMTP_ADDRESS=smtp.office365.com # required
DEVELOPER_EMAILS=REDACTED 
SMTP_PASSWORD=REDACTED  # required, WARNING the char '#' in pw can cause problems!
SMTP_PORT=587 # (optional, default 587)
SMTP_USER_NAME=service@magentochina.org # required
LETSENCRYPT_ACCOUNT_EMAIL=REDACTED 

==================== DOCKER INFO ====================
DOCKER VERSION: Docker version 18.09.1, build 4c52b90

DOCKER PROCESSES (docker ps -a)

CONTAINER ID        IMAGE                 COMMAND             CREATED             STATUS                   PORTS               NAMES
23b09c56e033        local_discourse/app   "/sbin/boot"        5 weeks ago         Exited (5) 8 hours ago                       app

==================== SERIOUS PROBLEM!!!! ====================
app not running!
Attempting to rebuild
==================== REBUILD LOG ====================
x86_64 arch detected.
Ensuring launcher is up to date
Fetching origin
Launcher is up-to-date
Stopping old container
+ /usr/bin/docker stop -t 60 app
app
/usr/local/lib/ruby/gems/2.7.0/gems/pups-1.1.1/lib/pups.rb
/usr/local/bin/pups --stdin
I, [2022-02-07T16:56:10.490923 #1]  INFO -- : Reading from stdin
I, [2022-02-07T16:56:10.502085 #1]  INFO -- : > locale-gen $LANG && update-locale
I, [2022-02-07T16:56:10.570410 #1]  INFO -- : Generating locales (this might take a while)...
Generation complete.

I, [2022-02-07T16:56:10.570681 #1]  INFO -- : > mkdir -p /shared/postgres_run
I, [2022-02-07T16:56:10.575255 #1]  INFO -- : 
I, [2022-02-07T16:56:10.575481 #1]  INFO -- : > chown postgres:postgres /shared/postgres_run
I, [2022-02-07T16:56:10.579690 #1]  INFO -- : 
I, [2022-02-07T16:56:10.579919 #1]  INFO -- : > chmod 775 /shared/postgres_run
I, [2022-02-07T16:56:10.584073 #1]  INFO -- : 
I, [2022-02-07T16:56:10.584309 #1]  INFO -- : > rm -fr /var/run/postgresql
I, [2022-02-07T16:56:10.588674 #1]  INFO -- : 
I, [2022-02-07T16:56:10.588907 #1]  INFO -- : > ln -s /shared/postgres_run /var/run/postgresql
I, [2022-02-07T16:56:10.592506 #1]  INFO -- : 
I, [2022-02-07T16:56:10.592741 #1]  INFO -- : > socat /dev/null UNIX-CONNECT:/shared/postgres_run/.s.PGSQL.5432 || exit 0 && echo postgres already running stop container ; exit 1
2022/02/07 16:56:10 socat[18] E connect(6, AF=1 "/shared/postgres_run/.s.PGSQL.5432", 36): No such file or directory
I, [2022-02-07T16:56:10.600782 #1]  INFO -- : 
I, [2022-02-07T16:56:10.600999 #1]  INFO -- : > rm -fr /shared/postgres_run/.s*
I, [2022-02-07T16:56:10.605737 #1]  INFO -- : 
I, [2022-02-07T16:56:10.605978 #1]  INFO -- : > rm -fr /shared/postgres_run/*.pid
I, [2022-02-07T16:56:10.610654 #1]  INFO -- : 
I, [2022-02-07T16:56:10.610896 #1]  INFO -- : > mkdir -p /shared/postgres_run/13-main.pg_stat_tmp
I, [2022-02-07T16:56:10.615014 #1]  INFO -- : 
I, [2022-02-07T16:56:10.615264 #1]  INFO -- : > chown postgres:postgres /shared/postgres_run/13-main.pg_stat_tmp
I, [2022-02-07T16:56:10.619231 #1]  INFO -- : 
I, [2022-02-07T16:56:10.628220 #1]  INFO -- : File > /etc/service/postgres/run  chmod: +x  chown: 
I, [2022-02-07T16:56:10.636377 #1]  INFO -- : File > /etc/service/postgres/log/run  chmod: +x  chown: 
I, [2022-02-07T16:56:10.644619 #1]  INFO -- : File > /etc/runit/3.d/99-postgres  chmod: +x  chown: 
I, [2022-02-07T16:56:10.652746 #1]  INFO -- : File > /root/upgrade_postgres  chmod: +x  chown: 
I, [2022-02-07T16:56:10.653155 #1]  INFO -- : > chown -R root /var/lib/postgresql/13/main
I, [2022-02-07T16:56:11.624914 #1]  INFO -- : 
I, [2022-02-07T16:56:11.625476 #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
I, [2022-02-07T16:56:11.629721 #1]  INFO -- : 
I, [2022-02-07T16:56:11.629921 #1]  INFO -- : > chown -R postgres:postgres /shared/postgres_data
I, [2022-02-07T16:56:11.664491 #1]  INFO -- : 
I, [2022-02-07T16:56:11.664784 #1]  INFO -- : > chown -R postgres:postgres /var/run/postgresql
I, [2022-02-07T16:56:11.669565 #1]  INFO -- : 
I, [2022-02-07T16:56:11.670029 #1]  INFO -- : > /root/upgrade_postgres
I, [2022-02-07T16:56:11.677609 #1]  INFO -- : 
I, [2022-02-07T16:56:11.677816 #1]  INFO -- : > rm /root/upgrade_postgres
I, [2022-02-07T16:56:11.681543 #1]  INFO -- : 
I, [2022-02-07T16:56:11.682289 #1]  INFO -- : Replacing data_directory = '/var/lib/postgresql/13/main' with data_directory = '/shared/postgres_data' in /etc/postgresql/13/main/postgresql.conf
I, [2022-02-07T16:56:11.683107 #1]  INFO -- : Replacing (?-mix:#?listen_addresses *=.*) with listen_addresses = '*' in /etc/postgresql/13/main/postgresql.conf
I, [2022-02-07T16:56:11.683723 #1]  INFO -- : Replacing (?-mix:#?synchronous_commit *=.*) with synchronous_commit = $db_synchronous_commit in /etc/postgresql/13/main/postgresql.conf
I, [2022-02-07T16:56:11.684267 #1]  INFO -- : Replacing (?-mix:#?shared_buffers *=.*) with shared_buffers = $db_shared_buffers in /etc/postgresql/13/main/postgresql.conf
I, [2022-02-07T16:56:11.684821 #1]  INFO -- : Replacing (?-mix:#?work_mem *=.*) with work_mem = $db_work_mem in /etc/postgresql/13/main/postgresql.conf
I, [2022-02-07T16:56:11.685353 #1]  INFO -- : Replacing (?-mix:#?default_text_search_config *=.*) with default_text_search_config = '$db_default_text_search_config' in /etc/postgresql/13/main/postgresql.conf
I, [2022-02-07T16:56:11.685843 #1]  INFO -- : > install -d -m 0755 -o postgres -g postgres /shared/postgres_backup
I, [2022-02-07T16:56:11.690831 #1]  INFO -- : 
I, [2022-02-07T16:56:11.691470 #1]  INFO -- : Replacing (?-mix:#?checkpoint_segments *=.*) with checkpoint_segments = $db_checkpoint_segments in /etc/postgresql/13/main/postgresql.conf
I, [2022-02-07T16:56:11.692077 #1]  INFO -- : Replacing (?-mix:#?logging_collector *=.*) with logging_collector = $db_logging_collector in /etc/postgresql/13/main/postgresql.conf
I, [2022-02-07T16:56:11.692633 #1]  INFO -- : Replacing (?-mix:#?log_min_duration_statement *=.*) with log_min_duration_statement = $db_log_min_duration_statement in /etc/postgresql/13/main/postgresql.conf
I, [2022-02-07T16:56:11.693226 #1]  INFO -- : Replacing (?-mix:^#local +replication +postgres +peer$) with local replication postgres  peer in /etc/postgresql/13/main/pg_hba.conf
I, [2022-02-07T16:56:11.693722 #1]  INFO -- : Replacing (?-mix:^host.*all.*all.*127.*$) with host all all 0.0.0.0/0 md5 in /etc/postgresql/13/main/pg_hba.conf
I, [2022-02-07T16:56:11.694207 #1]  INFO -- : Replacing (?-mix:^host.*all.*all.*::1\/128.*$) with host all all ::/0 md5 in /etc/postgresql/13/main/pg_hba.conf
I, [2022-02-07T16:56:11.694655 #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
I, [2022-02-07T16:56:11.698298 #1]  INFO -- : > sleep 5
2022-02-07 16:56:11.854 UTC [41] LOG:  starting PostgreSQL 13.5 (Debian 13.5-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit
2022-02-07 16:56:11.854 UTC [41] LOG:  listening on IPv4 address "0.0.0.0", port 5432
2022-02-07 16:56:11.854 UTC [41] LOG:  listening on IPv6 address "::", port 5432
2022-02-07 16:56:11.856 UTC [41] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2022-02-07 16:56:11.861 UTC [44] LOG:  database system was shut down at 2022-02-07 16:53:56 UTC
2022-02-07 16:56:11.869 UTC [41] LOG:  database system is ready to accept connections
I, [2022-02-07T16:56:16.703484 #1]  INFO -- : 
I, [2022-02-07T16:56:16.703896 #1]  INFO -- : > su postgres -c 'createdb discourse' || true
2022-02-07 16:56:16.820 UTC [54] postgres@postgres ERROR:  database "discourse" already exists
2022-02-07 16:56:16.820 UTC [54] postgres@postgres STATEMENT:  CREATE DATABASE discourse;
createdb: error: database creation failed: ERROR:  database "discourse" already exists
I, [2022-02-07T16:56:16.822458 #1]  INFO -- : 
I, [2022-02-07T16:56:16.823004 #1]  INFO -- : > su postgres -c 'psql discourse -c "create user discourse;"' || true
2022-02-07 16:56:16.927 UTC [58] postgres@discourse ERROR:  role "discourse" already exists
2022-02-07 16:56:16.927 UTC [58] postgres@discourse STATEMENT:  create user discourse;
ERROR:  role "discourse" already exists
I, [2022-02-07T16:56:16.930406 #1]  INFO -- : 
I, [2022-02-07T16:56:16.931027 #1]  INFO -- : > su postgres -c 'psql discourse -c "grant all privileges on database discourse to discourse;"' || true
I, [2022-02-07T16:56:17.027169 #1]  INFO -- : GRANT

I, [2022-02-07T16:56:17.027680 #1]  INFO -- : > su postgres -c 'psql discourse -c "alter schema public owner to discourse;"'
I, [2022-02-07T16:56:17.116118 #1]  INFO -- : ALTER SCHEMA

I, [2022-02-07T16:56:17.116589 #1]  INFO -- : > su postgres -c 'psql template1 -c "create extension if not exists hstore;"'
NOTICE:  extension "hstore" already exists, skipping
I, [2022-02-07T16:56:17.215723 #1]  INFO -- : CREATE EXTENSION

I, [2022-02-07T16:56:17.216096 #1]  INFO -- : > su postgres -c 'psql template1 -c "create extension if not exists pg_trgm;"'
NOTICE:  extension "pg_trgm" already exists, skipping
I, [2022-02-07T16:56:17.306996 #1]  INFO -- : CREATE EXTENSION

I, [2022-02-07T16:56:17.307742 #1]  INFO -- : > su postgres -c 'psql discourse -c "create extension if not exists hstore;"'
NOTICE:  extension "hstore" already exists, skipping
I, [2022-02-07T16:56:17.398758 #1]  INFO -- : CREATE EXTENSION

I, [2022-02-07T16:56:17.399473 #1]  INFO -- : > su postgres -c 'psql discourse -c "create extension if not exists pg_trgm;"'
NOTICE:  extension "pg_trgm" already exists, skipping
I, [2022-02-07T16:56:17.489038 #1]  INFO -- : CREATE EXTENSION

I, [2022-02-07T16:56:17.489800 #1]  INFO -- : > sudo -u postgres psql discourse
I, [2022-02-07T16:56:17.494420 #1]  INFO -- : update pg_database set encoding = pg_char_to_encoding('UTF8') where datname = 'discourse' AND encoding = pg_char_to_encoding('SQL_ASCII');

I, [2022-02-07T16:56:17.602512 #1]  INFO -- : File > /var/lib/postgresql/take-database-backup  chmod: +x  chown: postgres:postgres
I, [2022-02-07T16:56:17.607973 #1]  INFO -- : File > /var/spool/cron/crontabs/postgres  chmod:   chown: 
I, [2022-02-07T16:56:17.608159 #1]  INFO -- : > echo postgres installed!
I, [2022-02-07T16:56:17.611868 #1]  INFO -- : postgres installed!

I, [2022-02-07T16:56:17.619987 #1]  INFO -- : File > /etc/service/redis/run  chmod: +x  chown: 
I, [2022-02-07T16:56:17.628951 #1]  INFO -- : File > /etc/service/redis/log/run  chmod: +x  chown: 
I, [2022-02-07T16:56:17.637234 #1]  INFO -- : File > /etc/runit/3.d/10-redis  chmod: +x  chown: 
I, [2022-02-07T16:56:17.637993 #1]  INFO -- : Replacing daemonize yes with  in /etc/redis/redis.conf
I, [2022-02-07T16:56:17.638788 #1]  INFO -- : Replacing (?-mix:^pidfile.*$) with  in /etc/redis/redis.conf
I, [2022-02-07T16:56:17.639362 #1]  INFO -- : > install -d -m 0755 -o redis -g redis /shared/redis_data
I, [2022-02-07T16:56:17.644438 #1]  INFO -- : 
I, [2022-02-07T16:56:17.644867 #1]  INFO -- : Replacing (?-mix:^logfile.*$) with logfile "" in /etc/redis/redis.conf
I, [2022-02-07T16:56:17.645616 #1]  INFO -- : Replacing (?-mix:^bind .*$) with  in /etc/redis/redis.conf
I, [2022-02-07T16:56:17.646384 #1]  INFO -- : Replacing (?-mix:^dir .*$) with dir /shared/redis_data in /etc/redis/redis.conf
I, [2022-02-07T16:56:17.647139 #1]  INFO -- : Replacing (?-mix:^protected-mode yes) with protected-mode no in /etc/redis/redis.conf
I, [2022-02-07T16:56:17.647747 #1]  INFO -- : Replacing # io-threads 4 with io-threads $redis_io_threads in /etc/redis/redis.conf
I, [2022-02-07T16:56:17.648283 #1]  INFO -- : > echo redis installed
I, [2022-02-07T16:56:17.652202 #1]  INFO -- : redis installed

I, [2022-02-07T16:56:17.652420 #1]  INFO -- : > cat /etc/redis/redis.conf | grep logfile
I, [2022-02-07T16:56:17.660386 #1]  INFO -- : logfile ""

I, [2022-02-07T16:56:17.660665 #1]  INFO -- : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
I, [2022-02-07T16:56:17.663978 #1]  INFO -- : > sleep 10
102:C 07 Feb 2022 16:56:17.670 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
102:C 07 Feb 2022 16:56:17.670 # Redis version=6.2.6, bits=64, commit=00000000, modified=0, pid=102, just started
102:C 07 Feb 2022 16:56:17.670 # Configuration loaded
102:M 07 Feb 2022 16:56:17.671 * monotonic clock: POSIX clock_gettime
102:M 07 Feb 2022 16:56:17.671 * Running mode=standalone, port=6379.
102:M 07 Feb 2022 16:56:17.672 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
102:M 07 Feb 2022 16:56:17.672 # Server initialized
102:M 07 Feb 2022 16:56:17.672 # 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.
102:M 07 Feb 2022 16:56:17.672 * Loading RDB produced by version 6.2.6
102:M 07 Feb 2022 16:56:17.672 * RDB age 141 seconds
102:M 07 Feb 2022 16:56:17.672 * RDB memory usage when created 4.02 Mb
102:M 07 Feb 2022 16:56:17.692 # Done loading RDB, keys loaded: 6576, keys expired: 0.
102:M 07 Feb 2022 16:56:17.692 * DB loaded from disk: 0.020 seconds
102:M 07 Feb 2022 16:56:17.692 * Ready to accept connections
I, [2022-02-07T16:56:27.668525 #1]  INFO -- : 
I, [2022-02-07T16:56:27.669091 #1]  INFO -- : > thpoff echo "thpoff is installed!"
I, [2022-02-07T16:56:27.675954 #1]  INFO -- : thpoff is installed!

I, [2022-02-07T16:56:27.676326 #1]  INFO -- : > /usr/local/bin/ruby -e 'if ENV["DISCOURSE_SMTP_ADDRESS"] == "smtp.example.com"; puts "Aborting! Mail is not configured!"; exit 1; end'
I, [2022-02-07T16:56:27.853955 #1]  INFO -- : 
I, [2022-02-07T16:56:27.854515 #1]  INFO -- : > /usr/local/bin/ruby -e 'if ENV["DISCOURSE_HOSTNAME"] == "discourse.example.com"; puts "Aborting! Domain is not configured!"; exit 1; end'
I, [2022-02-07T16:56:27.978529 #1]  INFO -- : 
I, [2022-02-07T16:56:27.978940 #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'
I, [2022-02-07T16:56:28.110513 #1]  INFO -- : 
I, [2022-02-07T16:56:28.111114 #1]  INFO -- : > rm -f /etc/cron.d/anacron
I, [2022-02-07T16:56:28.116439 #1]  INFO -- : 
I, [2022-02-07T16:56:28.122213 #1]  INFO -- : File > /etc/cron.d/anacron  chmod:   chown: 
I, [2022-02-07T16:56:28.131535 #1]  INFO -- : File > /etc/runit/1.d/copy-env  chmod: +x  chown: 
I, [2022-02-07T16:56:28.140493 #1]  INFO -- : File > /etc/service/unicorn/run  chmod: +x  chown: 
I, [2022-02-07T16:56:28.150000 #1]  INFO -- : File > /etc/service/nginx/run  chmod: +x  chown: 
I, [2022-02-07T16:56:28.159150 #1]  INFO -- : File > /etc/runit/3.d/01-nginx  chmod: +x  chown: 
I, [2022-02-07T16:56:28.168896 #1]  INFO -- : File > /etc/runit/3.d/02-unicorn  chmod: +x  chown: 
I, [2022-02-07T16:56:28.169143 #1]  INFO -- : Replacing # postgres with sv start postgres || exit 1 in /etc/service/unicorn/run
I, [2022-02-07T16:56:28.169579 #1]  INFO -- : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
I, [2022-02-07T16:56:28.173984 #1]  INFO -- : > cd /var/www/discourse && git reset --hard
130:C 07 Feb 2022 16:56:28.178 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
130:C 07 Feb 2022 16:56:28.178 # Redis version=6.2.6, bits=64, commit=00000000, modified=0, pid=130, just started
130:C 07 Feb 2022 16:56:28.178 # Configuration loaded
130:M 07 Feb 2022 16:56:28.179 * monotonic clock: POSIX clock_gettime
130:M 07 Feb 2022 16:56:28.179 # Warning: Could not create server TCP listening socket *:6379: bind: Address already in use
130:M 07 Feb 2022 16:56:28.179 # Failed listening on port 6379 (TCP), aborting.
Updating files:  12% (3964/30947)
Updating files:  13% (4024/30947)
Updating files:  14% (4333/30947)
Updating files:  15% (4643/30947)
Updating files:  16% (4952/30947)
Updating files:  17% (5261/30947)
Updating files:  18% (5571/30947)
Updating files:  19% (5880/30947)
Updating files:  20% (6190/30947)
Updating files:  21% (6499/30947)
Updating files:  22% (6809/30947)
Updating files:  23% (7118/30947)
Updating files:  24% (7428/30947)
Updating files:  25% (7737/30947)
Updating files:  26% (8047/30947)
Updating files:  27% (8356/30947)
Updating files:  27% (8550/30947)
Updating files:  28% (8666/30947)
Updating files:  29% (8975/30947)
Updating files:  30% (9285/30947)
Updating files:  31% (9594/30947)
Updating files:  32% (9904/30947)
Updating files:  33% (10213/30947)
Updating files:  34% (10522/30947)
Updating files:  35% (10832/30947)
Updating files:  36% (11141/30947)
Updating files:  37% (11451/30947)
Updating files:  38% (11760/30947)
Updating files:  39% (12070/30947)
Updating files:  40% (12379/30947)
Updating files:  41% (12689/30947)
Updating files:  42% (12998/30947)
Updating files:  43% (13308/30947)
Updating files:  43% (13363/30947)
Updating files:  44% (13617/30947)
Updating files:  45% (13927/30947)
Updating files:  46% (14236/30947)
Updating files:  47% (14546/30947)
Updating files:  48% (14855/30947)
Updating files:  49% (15165/30947)
Updating files:  50% (15474/30947)
Updating files:  51% (15783/30947)
Updating files:  52% (16093/30947)
Updating files:  53% (16402/30947)
Updating files:  54% (16712/30947)
Updating files:  55% (17021/30947)
Updating files:  56% (17331/30947)
Updating files:  57% (17640/30947)
Updating files:  58% (17950/30947)
Updating files:  58% (18068/30947)
Updating files:  59% (18259/30947)
Updating files:  60% (18569/30947)
Updating files:  61% (18878/30947)
Updating files:  62% (19188/30947)
Updating files:  63% (19497/30947)
Updating files:  64% (19807/30947)
Updating files:  65% (20116/30947)
Updating files:  66% (20426/30947)
Updating files:  67% (20735/30947)
Updating files:  68% (21044/30947)
Updating files:  69% (21354/30947)
Updating files:  70% (21663/30947)
Updating files:  71% (21973/30947)
Updating files:  72% (22282/30947)
Updating files:  73% (22592/30947)
Updating files:  74% (22901/30947)
Updating files:  74% (22941/30947)
Updating files:  75% (23211/30947)
Updating files:  76% (23520/30947)
Updating files:  77% (23830/30947)
Updating files:  78% (24139/30947)
Updating files:  79% (24449/30947)
Updating files:  80% (24758/30947)
Updating files:  81% (25068/30947)
Updating files:  82% (25377/30947)
Updating files:  83% (25687/30947)
Updating files:  84% (25996/30947)
Updating files:  85% (26305/30947)
Updating files:  86% (26615/30947)
Updating files:  87% (26924/30947)
Updating files:  88% (27234/30947)
Updating files:  89% (27543/30947)
Updating files:  89% (27760/30947)
Updating files:  90% (27853/30947)
Updating files:  91% (28162/30947)
Updating files:  92% (28472/30947)
Updating files:  93% (28781/30947)
Updating files:  94% (29091/30947)
Updating files:  95% (29400/30947)
Updating files:  96% (29710/30947)
Updating files:  97% (30019/30947)
Updating files:  98% (30329/30947)
Updating files:  99% (30638/30947)
Updating files: 100% (30947/30947)
Updating files: 100% (30947/30947), done.
I, [2022-02-07T16:56:35.659636 #1]  INFO -- : HEAD is now at e1367cde I18N: Improve copy on blocked words error messages (#15741)

I, [2022-02-07T16:56:35.659857 #1]  INFO -- : > cd /var/www/discourse && git clean -f
I, [2022-02-07T16:56:35.872048 #1]  INFO -- : 
I, [2022-02-07T16:56:35.872559 #1]  INFO -- : > cd /var/www/discourse && git remote set-branches --add origin main
I, [2022-02-07T16:56:35.880278 #1]  INFO -- : 
I, [2022-02-07T16:56:35.880579 #1]  INFO -- : > cd /var/www/discourse && git remote set-branches origin stable
I, [2022-02-07T16:56:35.887166 #1]  INFO -- : 
I, [2022-02-07T16:56:35.887516 #1]  INFO -- : > cd /var/www/discourse && git fetch --depth 1 origin stable
From https://github.com/discourse/discourse
 * branch              stable     -> FETCH_HEAD
 * [new branch]        stable     -> origin/stable
I, [2022-02-07T16:56:38.811245 #1]  INFO -- : 
I, [2022-02-07T16:56:38.811504 #1]  INFO -- : > cd /var/www/discourse && git checkout stable
Switched to a new branch 'stable'
I, [2022-02-07T16:56:39.593966 #1]  INFO -- : Branch 'stable' set up to track remote branch 'stable' from 'origin'.

I, [2022-02-07T16:56:39.594165 #1]  INFO -- : > cd /var/www/discourse && mkdir -p tmp
I, [2022-02-07T16:56:39.601602 #1]  INFO -- : 
I, [2022-02-07T16:56:39.601957 #1]  INFO -- : > cd /var/www/discourse && chown discourse:www-data tmp
I, [2022-02-07T16:56:39.607437 #1]  INFO -- : 
I, [2022-02-07T16:56:39.607669 #1]  INFO -- : > cd /var/www/discourse && mkdir -p tmp/pids
I, [2022-02-07T16:56:39.613186 #1]  INFO -- : 
I, [2022-02-07T16:56:39.613466 #1]  INFO -- : > cd /var/www/discourse && mkdir -p tmp/sockets
I, [2022-02-07T16:56:39.618783 #1]  INFO -- : 
I, [2022-02-07T16:56:39.619026 #1]  INFO -- : > cd /var/www/discourse && touch tmp/.gitkeep
I, [2022-02-07T16:56:39.624250 #1]  INFO -- : 
I, [2022-02-07T16:56:39.624565 #1]  INFO -- : > cd /var/www/discourse && mkdir -p                    /shared/log/rails
I, [2022-02-07T16:56:39.629728 #1]  INFO -- : 
I, [2022-02-07T16:56:39.630046 #1]  INFO -- : > cd /var/www/discourse && bash -c "touch -a           /shared/log/rails/{production,production_errors,unicorn.stdout,unicorn.stderr,sidekiq}.log"
I, [2022-02-07T16:56:39.637310 #1]  INFO -- : 
I, [2022-02-07T16:56:39.637663 #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"
I, [2022-02-07T16:56:39.645297 #1]  INFO -- : 
I, [2022-02-07T16:56:39.645698 #1]  INFO -- : > cd /var/www/discourse && bash -c "mkdir -p           /shared/{uploads,backups}"
I, [2022-02-07T16:56:39.653144 #1]  INFO -- : 
I, [2022-02-07T16:56:39.653328 #1]  INFO -- : > cd /var/www/discourse && bash -c "ln    -s           /shared/{uploads,backups} /var/www/discourse/public"
I, [2022-02-07T16:56:39.660834 #1]  INFO -- : 
I, [2022-02-07T16:56:39.661099 #1]  INFO -- : > cd /var/www/discourse && bash -c "mkdir -p           /shared/tmp/{backups,restores}"
I, [2022-02-07T16:56:39.669174 #1]  INFO -- : 
I, [2022-02-07T16:56:39.669367 #1]  INFO -- : > cd /var/www/discourse && bash -c "ln    -s           /shared/tmp/{backups,restores} /var/www/discourse/tmp"
I, [2022-02-07T16:56:39.677011 #1]  INFO -- : 
I, [2022-02-07T16:56:39.677217 #1]  INFO -- : > cd /var/www/discourse && chown -R discourse:www-data /shared/log/rails /shared/uploads /shared/backups /shared/tmp
I, [2022-02-07T16:56:39.708539 #1]  INFO -- : 
I, [2022-02-07T16:56:39.708695 #1]  INFO -- : > cd /var/www/discourse && find public/plugins/ -maxdepth 1 -xtype l -delete
I, [2022-02-07T16:56:39.715352 #1]  INFO -- : 
I, [2022-02-07T16:56:39.715670 #1]  INFO -- : Replacing # redis with sv start redis || exit 1 in /etc/service/unicorn/run
I, [2022-02-07T16:56:39.716972 #1]  INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/docker_manager.git
Cloning into 'docker_manager'...
I, [2022-02-07T16:56:43.421986 #1]  INFO -- : 
I, [2022-02-07T16:56:43.422315 #1]  INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/erickguan/discourse-chinese-localization-pack.git
Cloning into 'discourse-chinese-localization-pack'...
I, [2022-02-07T16:56:44.775335 #1]  INFO -- : 
I, [2022-02-07T16:56:44.775676 #1]  INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/onebox.git
Cloning into 'onebox'...
I, [2022-02-07T16:56:47.052128 #1]  INFO -- : 
I, [2022-02-07T16:56:47.052466 #1]  INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-github.git
Cloning into 'discourse-github'...
I, [2022-02-07T16:56:48.454641 #1]  INFO -- : 
I, [2022-02-07T16:56:48.455058 #1]  INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-solved.git
Cloning into 'discourse-solved'...
I, [2022-02-07T16:56:50.166482 #1]  INFO -- : 
I, [2022-02-07T16:56:50.166772 #1]  INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-signatures.git
Cloning into 'discourse-signatures'...
I, [2022-02-07T16:56:51.815666 #1]  INFO -- : 
I, [2022-02-07T16:56:51.815964 #1]  INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-sitemap.git
Cloning into 'discourse-sitemap'...
I, [2022-02-07T16:56:53.187606 #1]  INFO -- : 
I, [2022-02-07T16:56:53.188050 #1]  INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-translator.git
Cloning into 'discourse-translator'...
I, [2022-02-07T16:56:55.269133 #1]  INFO -- : 
I, [2022-02-07T16:56:55.269507 #1]  INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-adplugin.git
Cloning into 'discourse-adplugin'...
I, [2022-02-07T16:56:56.928045 #1]  INFO -- : 
I, [2022-02-07T16:56:56.928617 #1]  INFO -- : > cp /var/www/discourse/config/nginx.sample.conf /etc/nginx/conf.d/discourse.conf
I, [2022-02-07T16:56:56.935165 #1]  INFO -- : 
I, [2022-02-07T16:56:56.935652 #1]  INFO -- : > rm /etc/nginx/sites-enabled/default
I, [2022-02-07T16:56:56.939868 #1]  INFO -- : 
I, [2022-02-07T16:56:56.940276 #1]  INFO -- : > mkdir -p /var/nginx/cache
I, [2022-02-07T16:56:56.944993 #1]  INFO -- : 
I, [2022-02-07T16:56:56.945612 #1]  INFO -- : Replacing pid /run/nginx.pid; with daemon off; in /etc/nginx/nginx.conf
I, [2022-02-07T16:56:56.946154 #1]  INFO -- : Replacing (?m-ix:upstream[^\}]+\}) with upstream discourse { server 127.0.0.1:3000; } in /etc/nginx/conf.d/discourse.conf
I, [2022-02-07T16:56:56.946727 #1]  INFO -- : Replacing (?-mix:server_name.+$) with server_name _ ; in /etc/nginx/conf.d/discourse.conf
I, [2022-02-07T16:56:56.947363 #1]  INFO -- : Replacing (?-mix:client_max_body_size.+$) with client_max_body_size $upload_size ; in /etc/nginx/conf.d/discourse.conf
I, [2022-02-07T16:56:56.947969 #1]  INFO -- : > echo "done configuring web"
I, [2022-02-07T16:56:56.951495 #1]  INFO -- : done configuring web

I, [2022-02-07T16:56:56.951942 #1]  INFO -- : > gem sources --add https://rubygems.org/
I, [2022-02-07T16:56:57.284610 #1]  INFO -- : source https://rubygems.org/ already present in the cache

I, [2022-02-07T16:56:57.285441 #1]  INFO -- : > cd /var/www/discourse && gem install bundler --conservative -v $(awk '/BUNDLED WITH/ { getline; gsub(/ /,""); print $0 }' Gemfile.lock)
I, [2022-02-07T16:56:59.091598 #1]  INFO -- : Successfully installed bundler-2.3.4
1 gem installed

```I, [2022-02-07T16:56:59.091873 #1]  INFO -- : > cd /var/www/discourse && find /var/www/discourse ! -user discourse -exec chown discourse {} \+
I, [2022-02-07T16:57:04.090239 #1]  INFO -- : 
I, [2022-02-07T16:57:04.090785 #1]  INFO -- : > cd /var/www/discourse && su discourse -c 'bundle install --deployment --retry 3 --jobs 4 --verbose --without test development'
[VERALTET] Die Option `--deployment` ist veraltet, da sie sich darauf verlässt, dass sie über verschiedene Bundler-Aufrufe hinweg erinnert wird, was Bundler in zukünftigen Versionen nicht mehr tun wird. Verwenden Sie stattdessen bitte `bundle config set --local deployment 'true'` und lassen Sie diese Option weg.
[VERALTET] Die Option `--without` ist veraltet, da sie sich darauf verlässt, dass sie über verschiedene Bundler-Aufrufe hinweg erinnert wird, was Bundler in zukünftigen Versionen nicht mehr tun wird. Verwenden Sie stattdessen bitte `bundle config set --local without 'test development'` und lassen Sie diese Option weg.
I, [2022-02-07T16:57:06.913149 #1]  INFO -- : Führe `bundle install --deployment --jobs 4 --retry 3 --verbose --without "test" "development"` mit Bundler 2.3.4 aus
Gesperrt, verwende Auflösung aus der Lockdatei
Verwende rake 13.0.6
0:  rake (13.0.6) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rake-13.0.6.gemspec
Verwende concurrent-ruby 1.1.9
0:  concurrent-ruby (1.1.9) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/concurrent-ruby-1.1.9.gemspec
Verwende i18n 1.8.11
0:  i18n (1.8.11) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/i18n-1.8.11.gemspec
Verwende minitest 5.15.0
0:  minitest (5.15.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/minitest-5.15.0.gemspec
Verwende tzinfo 2.0.4
0:  tzinfo (2.0.4) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/tzinfo-2.0.4.gemspec
Verwende zeitwerk 2.5.3
0:  zeitwerk (2.5.3) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/zeitwerk-2.5.3.gemspec
Verwende activesupport 6.1.4.1
0:  activesupport (6.1.4.1) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activesupport-6.1.4.1.gemspec
Verwende builder 3.2.4
0:  builder (3.2.4) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/builder-3.2.4.gemspec
Verwende erubi 1.10.0
0:  erubi (1.10.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/erubi-1.10.0.gemspec
Verwende racc 1.6.0
0:  racc (1.6.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/racc-1.6.0.gemspec
Verwende nokogiri 1.12.5 (x86_64-linux)
0:  nokogiri (1.12.5) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/nokogiri-1.12.5-x86_64-linux.gemspec
Verwende rails-dom-testing 2.0.3
0:  rails-dom-testing (2.0.3) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails-dom-testing-2.0.3.gemspec
Verwende crass 1.0.6
0:  crass (1.0.6) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/crass-1.0.6.gemspec
Verwende loofah 2.13.0
0:  loofah (2.13.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/loofah-2.13.0.gemspec
Verwende rails-html-sanitizer 1.4.2
0:  rails-html-sanitizer (1.4.2) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails-html-sanitizer-1.4.2.gemspec
Verwende actionview 6.1.4.1
0:  actionview (6.1.4.1) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionview-6.1.4.1.gemspec
Verwende rack 2.2.3
0:  rack (2.2.3) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-2.2.3.gemspec
Verwende rack-test 1.1.0
0:  rack-test (1.1.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-test-1.1.0.gemspec
Verwende actionpack 6.1.4.1
0:  actionpack (6.1.4.1) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionpack-6.1.4.1.gemspec
Verwende globalid 1.0.0
0:  globalid (1.0.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/globalid-1.0.0.gemspec
Verwende activejob 6.1.4.1
0:  activejob (6.1.4.1) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activejob-6.1.4.1.gemspec
Verwende mini_mime 1.1.2
0:  mini_mime (1.1.2) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_mime-1.1.2.gemspec
Verwende mail 2.8.0.edge aus https://github.com/discourse/mail.git
0:  mail (2.8.0.edge) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/bundler/gems/mail-5b700fc95ee6/mail.gemspec
Verwende actionmailer 6.1.4.1
0:  actionmailer (6.1.4.1) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionmailer-6.1.4.1.gemspec
Verwende actionview_precompiler 0.2.3
0:  actionview_precompiler (0.2.3) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionview_precompiler-0.2.3.gemspec
Verwende activemodel 6.1.4.1
0:  activemodel (6.1.4.1) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activemodel-6.1.4.1.gemspec
Verwende active_model_serializers 0.8.4
0:  active_model_serializers (0.8.4) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/active_model_serializers-0.8.4.gemspec
Verwende activerecord 6.1.4.1
0:  activerecord (6.1.4.1) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activerecord-6.1.4.1.gemspec
Verwende public_suffix 4.0.6
0:  public_suffix (4.0.6) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/public_suffix-4.0.6.gemspec
Verwende addressable 2.8.0
0:  addressable (2.8.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/addressable-2.8.0.gemspec
Verwende aws-eventstream 1.2.0
0:  aws-eventstream (1.2.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-eventstream-1.2.0.gemspec
Verwende aws-partitions 1.516.0
0:  aws-partitions (1.516.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-partitions-1.516.0.gemspec
Verwende aws-sigv4 1.4.0
0:  aws-sigv4 (1.4.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sigv4-1.4.0.gemspec
Verwende jmespath 1.5.0
0:  jmespath (1.5.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/jmespath-1.5.0.gemspec
Verwende aws-sdk-core 3.121.2
0:  aws-sdk-core (3.121.2) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-core-3.121.2.gemspec
Verwende aws-sdk-kms 1.44.0
0:  aws-sdk-kms (1.44.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-kms-1.44.0.gemspec
Verwende aws-sdk-s3 1.96.1
0:  aws-sdk-s3 (1.96.1) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-s3-1.96.1.gemspec
Verwende aws-sdk-sns 1.46.0
0:  aws-sdk-sns (1.46.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-sns-1.46.0.gemspec
Verwende ember-source 2.18.2
0:  ember-source (2.18.2) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ember-source-2.18.2.gemspec
Verwende execjs 2.8.1
0:  execjs (2.8.1) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/execjs-2.8.1.gemspec
Verwende barber 0.12.2
0:  barber (0.12.2) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/barber-0.12.2.gemspec
Verwende msgpack 1.4.2
0:  msgpack (1.4.2) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/msgpack-1.4.2.gemspec
Verwende bootsnap 1.9.4
0:  bootsnap (1.9.4) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/bootsnap-1.9.4.gemspec
Verwende bundler 2.3.4
0:  bundler (2.3.4) aus /usr/local/lib/ruby/gems/2.7.0/specifications/bundler-2.3.4.gemspec
Verwende byebug 11.1.3
0:  byebug (11.1.3) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/byebug-11.1.3.gemspec
Verwende cbor 0.5.9.6
0:  cbor (0.5.9.6) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/cbor-0.5.9.6.gemspec
Verwende chunky_png 1.4.0
0:  chunky_png (1.4.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/chunky_png-1.4.0.gemspec
Verwende coderay 1.1.3
0:  coderay (1.1.3) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/coderay-1.1.3.gemspec
Verwende colored2 3.1.2
0:  colored2 (3.1.2) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/colored2-3.1.2.gemspec
Verwende connection_pool 2.2.5
0:  connection_pool (2.2.5) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/connection_pool-2.2.5.gemspec
Verwende ipaddr 1.2.3
0:  ipaddr (1.2.3) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ipaddr-1.2.3.gemspec
Verwende openssl 2.2.1
0:  openssl (2.2.1) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/openssl-2.2.1.gemspec
Verwende openssl-signature_algorithm 1.1.1
0:  openssl-signature_algorithm (1.1.1) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/openssl-signature_algorithm-1.1.1.gemspec
Verwende cose 1.2.0
0:  cose (1.2.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/cose-1.2.0.gemspec
Verwende cppjieba_rb 0.3.3
0:  cppjieba_rb (0.3.3) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/cppjieba_rb-0.3.3.gemspec
Verwende css_parser 1.11.0
0:  css_parser (1.11.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/css_parser-1.11.0.gemspec
Verwende diffy 3.4.0
0:  diffy (3.4.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/diffy-3.4.0.gemspec
Verwende ember-data-source 3.0.2
0:  ember-data-source (3.0.2) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ember-data-source-3.0.2.gemspec
Verwende sprockets 3.7.2
0:  sprockets (3.7.2) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sprockets-3.7.2.gemspec
Verwende ember-handlebars-template 0.8.0
0:  ember-handlebars-template (0.8.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ember-handlebars-template-0.8.0.gemspec
Verwende method_source 1.0.0
0:  method_source (1.0.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/method_source-1.0.0.gemspec
Verwende thor 1.2.1
0:  thor (1.2.1) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/thor-1.2.1.gemspec
Verwende railties 6.1.4.1
0:  railties (6.1.4.1) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/railties-6.1.4.1.gemspec
Verwende jquery-rails 4.4.0
0:  jquery-rails (4.4.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/jquery-rails-4.4.0.gemspec
Verwende discourse-ember-rails 0.18.6
0:  discourse-ember-rails (0.18.6) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/discourse-ember-rails-0.18.6.gemspec
Verwende discourse-ember-source 3.12.2.3
0:  discourse-ember-source (3.12.2.3) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/discourse-ember-source-3.12.2.3.gemspec
Verwende discourse-fonts 0.0.9
0:  discourse-fonts (0.0.9) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/discourse-fonts-0.0.9.gemspec
Verwende regexp_parser 2.2.0
0:  regexp_parser (2.2.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/regexp_parser-2.2.0.gemspec
Verwende ecma-re-validator 0.4.0
0:  ecma-re-validator (0.4.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ecma-re-validator-0.4.0.gemspec
Verwende email_reply_trimmer 0.1.13
0:  email_reply_trimmer (0.1.13) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/email_reply_trimmer-0.1.13.gemspec
Verwende excon 0.89.0
0:  excon (0.89.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/excon-0.89.0.gemspec
Verwende exifr 1.3.9
0:  exifr (1.3.9) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/exifr-1.3.9.gemspec
Verwende faraday-em_http 1.0.0
0:  faraday-em_http (1.0.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-em_http-1.0.0.gemspec
Verwende faraday-em_synchrony 1.0.0
0:  faraday-em_synchrony (1.0.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-em_synchrony-1.0.0.gemspec
Verwende faraday-excon 1.1.0
0:  faraday-excon (1.1.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-excon-1.1.0.gemspec
Verwende faraday-httpclient 1.0.1
0:  faraday-httpclient (1.0.1) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-httpclient-1.0.1.gemspec
Verwende multipart-post 2.1.1
0:  multipart-post (2.1.1) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/multipart-post-2.1.1.gemspec
Verwende faraday-multipart 1.0.3
0:  faraday-multipart (1.0.3) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-multipart-1.0.3.gemspec
Verwende faraday-net_http 1.0.1
0:  faraday-net_http (1.0.1) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-net_http-1.0.1.gemspec
Verwende faraday-net_http_persistent 1.2.0
0:  faraday-net_http_persistent (1.2.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-net_http_persistent-1.2.0.gemspec
Verwende faraday-patron 1.0.0
0:  faraday-patron (1.0.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-patron-1.0.0.gemspec
Verwende faraday-rack 1.0.0
0:  faraday-rack (1.0.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-rack-1.0.0.gemspec
Verwende faraday-retry 1.0.3
0:  faraday-retry (1.0.3) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-retry-1.0.3.gemspec
Verwende ruby2_keywords 0.0.5
0:  ruby2_keywords (0.0.5) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ruby2_keywords-0.0.5.gemspec
Verwende faraday 1.9.3
0:  faraday (1.9.3) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-1.9.3.gemspec
Verwende fast_blank 1.0.1
0:  fast_blank (1.0.1) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fast_blank-1.0.1.gemspec
Verwende fast_xs 0.8.0
0:  fast_xs (0.8.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fast_xs-0.8.0.gemspec
Verwende fastimage 2.2.6
0:  fastimage (2.2.6) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fastimage-2.2.6.gemspec
Verwende ffi 1.15.5
0:  ffi (1.15.5) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ffi-1.15.5.gemspec
Verwende fspath 3.1.2
0:  fspath (3.1.2) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fspath-3.1.2.gemspec
Verwende gc_tracer 1.5.1
0:  gc_tracer (1.5.1) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/gc_tracer-1.5.1.gemspec
Verwende guess_html_encoding 0.0.11
0:  guess_html_encoding (0.0.11) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/guess_html_encoding-0.0.11.gemspec
Verwende hana 1.3.7
0:  hana (1.3.7) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/hana-1.3.7.gemspec
Verwende hashie 5.0.0
0:  hashie (5.0.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/hashie-5.0.0.gemspec
Verwende highline 2.0.3
0:  highline (2.0.3) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/highline-2.0.3.gemspec
Verwende hkdf 0.3.0
0:  hkdf (0.3.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/hkdf-0.3.0.gemspec
Verwende htmlentities 4.3.4
0:  htmlentities (4.3.4) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/htmlentities-4.3.4.gemspec
Verwende http_accept_language 2.1.1
0:  http_accept_language (2.1.1) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/http_accept_language-2.1.1.gemspec
Verwende image_size 3.0.1
0:  image_size (3.0.1) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/image_size-3.0.1.gemspec
Verwende in_threads 1.5.4
0:  in_threads (1.5.4) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/in_threads-1.5.4.gemspec
Verwende progress 3.6.0
0:  progress (3.6.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/progress-3.6.0.gemspec
Verwende image_optim 0.31.1
0:  image_optim (0.31.1) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/image_optim-0.31.1.gemspec
Verwende json 2.6.1
0:  json (2.6.1) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/json-2.6.1.gemspec
Verwende uri_template 0.7.0
0:  uri_template (0.7.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/uri_template-0.7.0.gemspec
Verwende json_schemer 0.2.18
0:  json_schemer (0.2.18) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/json_schemer-0.2.18.gemspec
Verwende jwt 2.3.0
0:  jwt (2.3.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/jwt-2.3.0.gemspec
Verwende kgio 2.11.4
0:  kgio (2.11.4) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/kgio-2.11.4.gemspec
Verwende libv8-node 16.10.0.0 (x86_64-linux)
0:  libv8-node (16.10.0.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/libv8-node-16.10.0.0-x86_64-linux.gemspec
Verwende request_store 1.5.0
0:  request_store (1.5.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/request_store-1.5.0.gemspec
Verwende lograge 0.11.2
0:  lograge (0.11.2) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/lograge-0.11.2.gemspec
Verwende logstash-event 1.2.02
0:  logstash-event (1.2.02) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/logstash-event-1.2.02.gemspec
Verwende logstash-logger 0.26.1
0:  logstash-logger (0.26.1) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/logstash-logger-0.26.1.gemspec
Verwende logster 2.10.1
0:  logster (2.10.1) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/logster-2.10.1.gemspec
Verwende lru_redux 1.1.0
0:  lru_redux (1.1.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/lru_redux-1.1.0.gemspec
Verwende lz4-ruby 0.3.3
0:  lz4-ruby (0.3.3) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/lz4-ruby-0.3.3.gemspec
Verwende maxminddb 0.1.22
0:  maxminddb (0.1.22) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/maxminddb-0.1.22.gemspec
Verwende memory_profiler 1.0.0
0:  memory_profiler (1.0.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/memory_profiler-1.0.0.gemspec
Verwende message_bus 4.0.0
0:  message_bus (4.0.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/message_bus-4.0.0.gemspec
Verwende mini_racer 0.6.1
0:  mini_racer (0.6.1) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_racer-0.6.1.gemspec
Verwende redis 4.5.1
0:  redis (4.5.1) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/redis-4.5.1.gemspec
Verwende sidekiq 6.3.1
0:  sidekiq (6.3.1) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sidekiq-6.3.1.gemspec
Verwende mini_scheduler 0.13.0
0:  mini_scheduler (0.13.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_scheduler-0.13.0.gemspec
Verwende mini_sql 1.1.3
0:  mini_sql (1.1.3) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_sql-1.1.3.gemspec
Verwende mini_suffix 0.3.3
0:  mini_suffix (0.3.3) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_suffix-0.3.3.gemspec
Verwende multi_json 1.15.0
0:  multi_json (1.15.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/multi_json-1.15.0.gemspec
Verwende multi_xml 0.6.0
0:  multi_xml (0.6.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/multi_xml-0.6.0.gemspec
Verwende mustache 1.1.1
0:  mustache (1.1.1) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mustache-1.1.1.gemspec
Verwende nio4r 2.5.8
0:  nio4r (2.5.8) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/nio4r-2.5.8.gemspec
Verwende oauth 0.5.8
0:  oauth (0.5.8) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/oauth-0.5.8.gemspec
Verwende oauth2 1.4.7
0:  oauth2 (1.4.7) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/oauth2-1.4.7.gemspec
Verwende oj 3.13.2
0:  oj (3.13.2) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/oj-3.13.2.gemspec
Verwende omniauth 1.9.1
0:  omniauth (1.9.1) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-1.9.1.gemspec
Verwende omniauth-oauth2 1.7.2
0:  omniauth-oauth2 (1.7.2) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-oauth2-1.7.2.gemspec
Verwende omniauth-facebook 9.0.0
0:  omniauth-facebook (9.0.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-facebook-9.0.0.gemspec
Verwende omniauth-github 1.4.0
0:  omniauth-github (1.4.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-github-1.4.0.gemspec
Verwende omniauth-google-oauth2 0.8.2
0:  omniauth-google-oauth2 (0.8.2) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-google-oauth2-0.8.2.gemspec
Verwende omniauth-oauth 1.2.0
0:  omniauth-oauth (1.2.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-oauth-1.2.0.gemspec
Verwende omniauth-twitter 1.4.0
0:  omniauth-twitter (1.4.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-twitter-1.4.0.gemspec
Verwende optimist 3.0.1
0:  optimist (3.0.1) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/optimist-3.0.1.gemspec
Verwende pg 1.2.3
0:  pg (1.2.3) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pg-1.2.3.gemspec
Verwende pry 0.13.1
0:  pry (0.13.1) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pry-0.13.1.gemspec
Verwende pry-byebug 3.9.0
0:  pry-byebug (3.9.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pry-byebug-3.9.0.gemspec
Verwende pry-rails 0.3.9
0:  pry-rails (0.3.9) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pry-rails-0.3.9.gemspec
Verwende puma 5.5.2
0:  puma (5.5.2) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/puma-5.5.2.gemspec
Verwende r2 0.2.7
0:  r2 (0.2.7) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/r2-0.2.7.gemspec
Verwende rack-mini-profiler 2.3.3
0:  rack-mini-profiler (2.3.3) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-mini-profiler-2.3.3.gemspec
Verwende rack-protection 2.1.0
0:  rack-protection (2.1.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-protection-2.1.0.gemspec
Verwende rails_failover 0.7.3
0:  rails_failover (0.7.3) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails_failover-0.7.3.gemspec
Verwende rails_multisite 4.0.0
0:  rails_multisite (4.0.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails_multisite-4.0.0.gemspec
Verwende raindrops 0.20.0
0:  raindrops (0.20.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/raindrops-0.20.0.gemspec
Verwende rbtrace 0.4.14
0:  rbtrace (0.4.14) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rbtrace-0.4.14.gemspec
Verwende rchardet 1.8.0
0:  rchardet (1.8.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rchardet-1.8.0.gemspec
Verwende redis-namespace 1.8.1
0:  redis-namespace (1.8.1) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/redis-namespace-1.8.1.gemspec
Verwende rexml 3.2.5
0:  rexml (3.2.5) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rexml-3.2.5.gemspec
Verwende rinku 2.0.6
0:  rinku (2.0.6) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rinku-2.0.6.gemspec
Verwende rotp 6.2.0
0:  rotp (6.2.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rotp-6.2.0.gemspec
Verwende rqrcode_core 1.2.0
0:  rqrcode_core (1.2.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rqrcode_core-1.2.0.gemspec
Verwende rqrcode 2.1.0
0:  rqrcode (2.1.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rqrcode-2.1.0.gemspec
Verwende rss 0.2.9
0:  rss (0.2.9) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rss-0.2.9.gemspec
Verwende rtlit 0.0.5
0:  rtlit (0.0.5) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rtlit-0.0.5.gemspec
Verwende ruby-readability 0.7.0
0:  ruby-readability (0.7.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ruby-readability-0.7.0.gemspec
Verwende rubyzip 2.3.2
0:  rubyzip (2.3.2) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rubyzip-2.3.2.gemspec
Verwende sanitize 6.0.0
0:  sanitize (6.0.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sanitize-6.0.0.gemspec
Verwende sassc 2.0.1
0:  sassc (2.0.1) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sassc-2.0.1.gemspec
Verwende sprockets-rails 3.4.2
0:  sprockets-rails (3.4.2) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sprockets-rails-3.4.2.gemspec
Verwende tilt 2.0.10
0:  tilt (2.0.10) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/tilt-2.0.10.gemspec
Verwende sassc-rails 2.1.2
0:  sassc-rails (2.1.2) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sassc-rails-2.1.2.gemspec
Verwende seed-fu 2.3.9
0:  seed-fu (2.3.9) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/seed-fu-2.3.9.gemspec
Verwende sshkey 2.0.0
0:  sshkey (2.0.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sshkey-2.0.0.gemspec
Verwende stackprof 0.2.17
0:  stackprof (0.2.17) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/stackprof-0.2.17.gemspec
Verwende uglifier 4.2.0
0:  uglifier (4.2.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/uglifier-4.2.0.gemspec
Verwende unf_ext 0.0.8
0:  unf_ext (0.0.8) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/unf_ext-0.0.8.gemspec
Verwende unf 0.1.4
0:  unf (0.1.4) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/unf-0.1.4.gemspec
Verwende unicorn 6.1.0
0:  unicorn (6.1.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/unicorn-6.1.0.gemspec
Verwende webpush 1.1.0
0:  webpush (1.1.0) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/webpush-1.1.0.gemspec
Verwende xorcist 1.1.2
0:  xorcist (1.1.2) aus /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/xorcist-1.1.2.gemspec
Bündel abgeschlossen! 127 Gemfile-Abhängigkeiten, 176 Gems sind jetzt installiert.
Gems in den Gruppen 'test' und 'development' wurden nicht installiert.
Gebündelte Gems sind in `./vendor/bundle` installiert.

I, [2022-02-07T16:57:06.913605 #1]  INFO -- : > cd /var/www/discourse && [ ! -d 'node_modules' ] || su discourse -c 'yarn install --production && yarn cache clean'
Warnung: Auflösungsfeld "lodash@4.17.21" ist inkompatibel mit der angeforderten Version "lodash@4.17.15"
Warnung: " > @mixer/parallel-prettier@2.0.1" hat unerfüllte Peer-Abhängigkeit "prettier@^2.0.0".
I, [2022-02-07T16:59:07.345929 #1]  INFO -- : yarn install v1.22.17
[1/5] Validiere package.json...
[2/5] Löse Pakete auf...
[3/5] Hole Pakete...
[4/5] Verknüpfe Abhängigkeiten...
[5/5] Baue frische Pakete...
$ yarn --cwd app/assets/javascripts/discourse
yarn install v1.22.17
[1/4] Löse Pakete auf...
[2/4] Hole Pakete...
[3/4] Verknüpfe Abhängigkeiten...
[4/4] Baue frische Pakete...
Erfolg: Lockdatei gespeichert.
Fertig in 62,60 s.
Fertig in 109,81 s.
yarn cache v1.22.17
Erfolg: Cache geleert.
Fertig in 9,95 s.

I, [2022-02-07T16:59:07.348323 #1]  INFO -- : > cd /var/www/discourse && su discourse -c 'LOAD_PLUGINS=0 bundle exec rake plugin:pull_compatible_all'
I, [2022-02-07T16:59:12.054248 #1]  INFO -- : docker_manager ist bereits auf der neuesten kompatiblen Version
discourse-chinese-localization-pack ist bereits auf der neuesten kompatiblen Version
onebox ist bereits auf der neuesten kompatiblen Version
discourse-github ist bereits auf der neuesten kompatiblen Version
discourse-solved ist bereits auf der neuesten kompatiblen Version
discourse-signatures ist bereits auf der neuesten kompatiblen Version
discourse-sitemap ist bereits auf der neuesten kompatiblen Version
discourse-translator ist bereits auf der neuesten kompatiblen Version
discourse-adplugin ist bereits auf der neuesten kompatiblen Version

I, [2022-02-07T16:59:12.054938 #1]  INFO -- : > cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate'
rake abgebrochen!
Discourse::Deprecation: Veraltet-Hinweis: Das Ereignis :site_setting_saved ist veraltet. Bitte verwenden Sie stattdessen :site_setting_changed (veraltet seit Discourse 2.3.0beta8) (Entfernung in Discourse 2.4) 
In /var/www/discourse/plugins/discourse-chinese-localization-pack/plugin.rb:65:in `block in activate!`
lib/discourse.rb:860:in `deprecate'
/var/www/discourse/lib/discourse_event.rb:20:in `on'
/var/www/discourse/plugins/discourse-chinese-localization-pack/plugin.rb:65:in `block in activate!'
/var/www/discourse/lib/plugin/instance.rb:478:in `block in notify_after_initialize'
/var/www/discourse/lib/plugin/instance.rb:476:in `each'
/var/www/discourse/lib/plugin/instance.rb:476:in `notify_after_initialize'
/var/www/discourse/config/application.rb:362:in `each'
/var/www/discourse/config/application.rb:362:in `block (2 levels) in <class:Application>'
/var/www/discourse/lib/plugin_initialization_guard.rb:5:in `plugin_initialization_guard'
/var/www/discourse/config/application.rb:361:in `block in <class:Application>'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.1/lib/active_support/lazy_load_hooks.rb:68:in `block in execute_hook'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.1/lib/active_support/lazy_load_hooks.rb:61:in `with_execution_control'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.1/lib/active_support/lazy_load_hooks.rb:66:in `execute_hook'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.1/lib/active_support/lazy_load_hooks.rb:52:in `block in run_load_hooks'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.1/lib/active_support/lazy_load_hooks.rb:51:in `each'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.1/lib/active_support/lazy_load_hooks.rb:51:in `run_load_hooks'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/application/finisher.rb:140:in `block in <module:Finisher>'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/initializable.rb:32:in `instance_exec'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/initializable.rb:32:in `run'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/initializable.rb:61:in `block in run_initializers'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/initializable.rb:60:in `run_initializers'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/application.rb:391:in `initialize!'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/railtie.rb:207:in `public_send'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/railtie.rb:207:in `method_missing'
/var/www/discourse/config/environment.rb:7:in `<main>'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/bootsnap-1.9.4/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/bootsnap-1.9.4/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/bootsnap-1.9.4/lib/bootsnap/load_path_cache/loaded_features_index.rb:88:in `register'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/bootsnap-1.9.4/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/bootsnap-1.9.4/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.5.3/lib/zeitwerk/kernel.rb:35:in `require'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.1/lib/active_support/dependencies.rb:332:in `block in require'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.1/lib/active_support/dependencies.rb:299:in `load_dependency'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.1/lib/active_support/dependencies.rb:332:in `require'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/application.rb:367:in `require_environment!'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/application.rb:533:in `block in run_tasks_blocks'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rake-13.0.6/exe/rake:27:in `<top (required)>'
/usr/local/bin/bundle:25:in `load'
/usr/local/bin/bundle:25:in `<main>'
Tasks: TOP => db:migrate => db:load_config => environment
(Vollständige Rückverfolgung ansehen, indem Sie die Aufgabe mit --trace ausführen)
I, [2022-02-07T16:59:43.018316 #1]  INFO -- : gem install omniauth-douban-oauth2 -v 0.0.7 -i /var/www/discourse/plugins/discourse-chinese-localization-pack/gems/2.7.5 --no-document --ignore-dependencies --no-user-install
Erfolgreich installiert omniauth-douban-oauth2-0.0.7
1 RubyGems installiert
gem install omniauth-qq -v 0.3.0 -i /var/www/discourse/plugins/discourse-chinese-localization-pack/gems/2.7.5 --no-document --ignore-dependencies --no-user-install
Erfolgreich installiert omniauth-qq-0.3.0
1 RubyGems installiert
gem install omniauth-weibo-oauth2 -v 0.5.2 -i /var/www/discourse/plugins/discourse-chinese-localization-pack/gems/2.7.5 --no-document --ignore-dependencies --no-user-install
Erfolgreich installiert omniauth-weibo-oauth2-0.5.2
1 RubyGems installiert
gem install sawyer -v 0.8.2 -i /var/www/discourse/plugins/discourse-github/gems/2.7.5 --no-document --ignore-dependencies --no-user-install
Erfolgreich installiert sawyer-0.8.2
1 RubyGems installiert
gem install octokit -v 4.21.0 -i /var/www/discourse/plugins/discourse-github/gems/2.7.5 --no-document --ignore-dependencies --no-user-install
Erfolgreich installiert octokit-4.21.0
1 RubyGems installiert
gem install aws-sdk-translate -v 1.35.0 -i /var/www/discourse/plugins/discourse-translator/gems/2.7.5 --no-document --ignore-dependencies --no-user-install
Erfolgreich installiert aws-sdk-translate-1.35.0
1 RubyGems installiert

I, [2022-02-07T16:59:43.020601 #1]  INFO -- : Beende asynchrone Prozesse
I, [2022-02-07T16:59:43.020813 #1]  INFO -- : Sende INT an 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: 41
I, [2022-02-07T16:59:43.021060 #1]  INFO -- : Sende TERM an exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf pid: 102
2022-02-07 16:59:43.021 UTC [41] LOG:  received fast shutdown request
102:signal-handler (1644253183) Received SIGTERM scheduling shutdown...
2022-02-07 16:59:43.023 UTC [41] LOG:  aborting any active transactions
2022-02-07 16:59:43.031 UTC [41] LOG:  background worker "logical replication launcher" (PID 50) exited with exit code 1
2022-02-07 16:59:43.033 UTC [45] LOG:  shutting down
2022-02-07 16:59:43.073 UTC [41] LOG:  database system is shut down
102:M 07 Feb 2022 16:59:43.090 # User requested shutdown...
102:M 07 Feb 2022 16:59:43.090 * Saving the final RDB snapshot before exiting.
102:M 07 Feb 2022 16:59:43.131 * DB saved on disk
102:M 07 Feb 2022 16:59:43.131 # Redis is now ready to exit, bye bye...


FEHLGESCHLAGEN
--------------------
Pups::ExecError: cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate' fehlgeschlagen mit Rückgabe #<Process::Status: pid 531 exit 1>
Ort des Fehlers: /usr/local/lib/ruby/gems/2.7.0/gems/pups-1.1.1/lib/pups/exec_command.rb:117:in `spawn'
exec fehlgeschlagen mit den Parametern {"cd"=>"$home", "hook"=>"db_migrate", "cmd"=>["su discourse -c 'bundle exec rake db:migrate'"]}
4591d3da57ec7a81ec575bdcaec036d727350b6618f0afbe01f5ddacacfab9d9
** BOOTSTRAP FEHLGESCHLAGEN ** Bitte scrollen Sie nach oben und suchen Sie nach früheren Fehlermeldungen, es kann mehr als eine geben.
./discourse-doctor kann bei der Diagnose des Problems helfen.
==================== ENDE NEUAUFBAU-LOG ====================
Neuaufbau der App fehlgeschlagen.

Prüfe Ihren Domainnamen . . .

Verbindung zu forum.magentochina.org erfolgreich.
Sie sollten wahrscheinlich alle nicht-standardmäßigen Plugins entfernen und neu aufbauen.
Versuche, den vorhandenen Container neu zu starten. . . 
x86_64-Architektur erkannt.

Starte vorhandenen Container
+ /usr/bin/docker start app
app
Container neu gestartet.


==================== PLUGINS ====================
          - git clone https://github.com/discourse/docker_manager.git
          - git clone https://github.com/erickguan/discourse-chinese-localization-pack.git
          - git clone https://github.com/discourse/onebox.git
          - git clone https://github.com/discourse/discourse-github.git
          - git clone https://github.com/discourse/discourse-solved.git
          - git clone https://github.com/discourse/discourse-signatures.git
          - git clone https://github.com/discourse/discourse-sitemap.git
          - git clone https://github.com/discourse/discourse-translator.git
#          - git clone https://github.com/discourse/discourse-subscriptions.git
          - git clone https://github.com/discourse/discourse-adplugin.git

WARNUNG:
Sie haben Plugins, die nicht offiziell zu sein scheinen.
Wenn Sie Probleme haben, sollten Sie diese deaktivieren und erneut einen Neuaufbau versuchen.

Siehe https://github.com/discourse/discourse/blob/main/lib/plugin/metadata.rb für die offizielle Liste.

========================================
Discourse-Version auf forum.magentochina.org: Discourse 2.7.12 
Discourse-Version auf localhost: NICHT GEFUNDEN
==================== DNS-PROBLEM ====================
Dieser Server meldet NICHT GEFUNDEN, aber forum.magentochina.org meldet Discourse 2.7.12 .
Dies deutet darauf hin, dass Sie ein DNS-Problem haben oder dass ein intermediärer Proxy dafür verantwortlich ist.
Wenn Sie Cloudflare oder ein CDN verwenden, ist es möglicherweise falsch konfiguriert.


==================== SPEICHERINFORMATIONEN ====================
Betriebssystem: Linux
RAM (MB): 16753

              gesamt        belegt     frei      geteilt  Puffer/Cache   verfügbar
Speicher:       15977        2381        1732         256       11863       13012
Swap:            951          15         936

==================== FESTPLATTENFREIRAUM-PRÜFUNG ====================
---------- Betriebssystem-Festplattenspeicher ----------
Dateisystem           Größe  Belegt Verfügbar Verw% Eingehängt auf
/dev/mapper/vg-root   38G   17G   21G  45% /

==================== FESTPLATTENINFORMATIONEN ====================
Festplatte /dev/sdb: 160 GiB, 171798691840 Bytes, 335544320 Sektoren
Festplattenmodell: QEMU HARDDISK   
Einheiten: Sektoren zu je 1 * 512 = 512 Bytes
Sektorgröße (logisch/physisch): 512 Bytes / 512 Bytes
I/O-Größe (minimal/optimal): 512 Bytes / 512 Bytes


Festplatte /dev/sda: 40 GiB, 42949672960 Bytes, 83886080 Sektoren
Festplattenmodell: QEMU HARDDISK   
Einheiten: Sektoren zu je 1 * 512 = 512 Bytes
Sektorgröße (logisch/physisch): 512 Bytes / 512 Bytes
I/O-Größe (minimal/optimal): 512 Bytes / 512 Bytes
Partitionstabelle-Typ: dos
Festplattenkennung: 0xd29dd11e

Gerät     Boot Start      Ende  Sektoren Größe Id Typ
/dev/sda1  *     2048 83884031 83881984  40G 8e Linux LVM




Festplatte /dev/mapper/vg-root: 37,2 GiB, 39950745600 Bytes, 78028800 Sektoren
Einheiten: Sektoren zu je 1 * 512 = 512 Bytes
Sektorgröße (logisch/physisch): 512 Bytes / 512 Bytes
I/O-Größe (minimal/optimal): 512 Bytes / 512 Bytes


Festplatte /dev/mapper/vg-boot: 1,9 GiB, 1996488704 Bytes, 3899392 Sektoren
Einheiten: Sektoren zu je 1 * 512 = 512 Bytes
Sektorgröße (logisch/physisch): 512 Bytes / 512 Bytes
I/O-Größe (minimal/optimal): 512 Bytes / 512 Bytes


Festplatte /dev/mapper/vg-swap: 952 MiB, 998244352 Bytes, 1949696 Sektoren
Einheiten: Sektoren zu je 1 * 512 = 512 Bytes
Sektorgröße (logisch/physisch): 512 Bytes / 512 Bytes
I/O-Größe (minimal/optimal): 512 Bytes / 512 Bytes

==================== ENDE FESTPLATTENINFORMATIONEN ====================

==================== E-MAIL-TEST ====================
Für einen robusten Test erhalten Sie eine Adresse von http://www.mail-tester.com/
Sende E-Mail an REDACTED  . . 
Teste das Senden an 58573655@qq.com über smtp.office365.com:587, Benutzername:service@magentochina.org mit Login-Authentifizierung.
======================================== FEHLER ========================================
                                    UNERWARTETER FEHLER

504 5.7.4 Unbekannter Authentifizierungstyp [HK2PR02CA0191.apcprd02.prod.outlook.com]


====================================== LÖSUNG =======================================
Dies ist kein häufiger Fehler. Es gibt keine empfohlene Lösung!

Bitte melden Sie die genaue Fehlermeldung oben an https://meta.discourse.org/
(Und eine Lösung, falls Sie eine finden!)
=======================================================================================

==================== ERLEDIGT! ====================
Die Ausgabe dieses Programms ist möglicherweise unter http://forum.magentochina.org/NTgwYTViMWQwY2ZjMDRj.txt verfügbar
Sie sollten diese Datei sorgfältig prüfen, bevor Sie die URL teilen.

Sie können die Ausgabe dieses Skripts mit 
LESS=-Ri less /tmp/discourse-debug.txt

PRÜFEN

ABER ZUERST, stellen Sie sicher, dass Sie die folgenden drei ersten Befehle kennen!!!

Befehle, die beim Anzeigen der Datei mit dem obigen Befehl (genannt 'less') zu kennen sind: 
q              -- beenden
/error<ENTER>  -- suche nach dem Wort 'error'
n              -- suche nach dem nächsten Vorkommen
g              -- gehe zum Anfang der Datei
f              -- gehe eine Seite vorwärts
b              -- gehe eine Seite zurück
G              -- gehe zum Ende der Datei

Dieses Plugin ist kaputt. Versuchen Sie, es aus der app.yml zu entfernen und neu zu erstellen.

Danke.
Wenn wir das Pluszeichen entfernen, wird es behoben sein: