# 테마 오류로 인해 "./discourse rebuild app" 실행 시 발생하는 오류

**URL:** https://meta.discourse.org/t/error-when-discourse-rebuild-app-due-to-theme-error/210207
**Category:** Self-hosting
**Created:** [11월 26, 2021, 6:56오전 UTC](https://meta.discourse.org/t/error-when-discourse-rebuild-app-due-to-theme-error/210207 "2021-11-26T06:56:20Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Huey\_Le](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/huey_le/32/63362_2.png) [@Huey\_Le](https://meta.discourse.org/u/Huey_Le)
#### Post date: [11월 26, 2021, 6:56오전 UTC](https://meta.discourse.org/t/error-when-discourse-rebuild-app-due-to-theme-error/210207/1 "2021-11-26T06:56:20Z")

</div>

무슨 일이 있었는지 정확히 모르겠지만, 오늘 ./discourse rebuild app 명령어를 실행하려고 했더니 업데이트에 실패하면서 포럼이 다운되어 있습니다. 이런 일은 처음입니다. 도와주세요.

````plaintext
root@huey:/var/discourse# ./launcher rebuild app
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
Already up to date.
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 cut a new version
I, [2021-11-26T06:52:19.774111 #1] INFO -- : Loading --stdin
I, [2021-11-26T06:52:19.780789 #1] INFO -- : > locale-gen $LANG && update-locale
I, [2021-11-26T06:52:19.839754 #1] INFO -- : Generating locales (this might take a while)...
Generation complete.

I, [2021-11-26T06:52:19.840391 #1] INFO -- : > mkdir -p /shared/postgres_run
I, [2021-11-26T06:52:19.844496 #1] INFO -- : 
I, [2021-11-26T06:52:19.845155 #1] INFO -- : > chown postgres:postgres /shared/postgres_run
I, [2021-11-26T06:52:19.848582 #1] INFO -- : 
I, [2021-11-26T06:52:19.849162 #1] INFO -- : > chmod 775 /shared/postgres_run
I, [2021-11-26T06:52:19.852254 #1] INFO -- : 
I, [2021-11-26T06:52:19.852809 #1] INFO -- : > rm -fr /var/run/postgresql
I, [2021-11-26T06:52:19.855786 #1] INFO -- : 
I, [2021-11-26T06:52:19.856271 #1] INFO -- : > ln -s /shared/postgres_run /var/run/postgresql
I, [2021-11-26T06:52:19.858758 #1] INFO -- : 
I, [2021-11-26T06:52:19.859209 #1] INFO -- : > socat /dev/null UNIX-CONNECT:/shared/postgres_run/.s.PGSQL.5432 || exit 0 && echo postgres already running stop container ; exit 1
2021/11/26 06:52:19 socat[27] E connect(6, AF=1 "/shared/postgres_run/.s.PGSQL.5432", 36): No such file or directory
I, [2021-11-26T06:52:19.868693 #1] INFO -- : 
I, [2021-11-26T06:52:19.869177 #1] INFO -- : > rm -fr /shared/postgres_run/.s*
I, [2021-11-26T06:52:19.872612 #1] INFO -- : 
I, [2021-11-26T06:52:19.872987 #1] INFO -- : > rm -fr /shared/postgres_run/*.pid
I, [2021-11-26T06:52:19.875810 #1] INFO -- : 
I, [2021-11-26T06:52:19.876176 #1] INFO -- : > mkdir -p /shared/postgres_run/13-main.pg_stat_tmp
I, [2021-11-26T06:52:19.878527 #1] INFO -- : 
I, [2021-11-26T06:52:19.879059 #1] INFO -- : > chown postgres:postgres /shared/postgres_run/13-main.pg_stat_tmp
I, [2021-11-26T06:52:19.881421 #1] INFO -- : 
I, [2021-11-26T06:52:19.887370 #1] INFO -- : File > /etc/service/postgres/run chmod: +x chown: 
I, [2021-11-26T06:52:19.891829 #1] INFO -- : File > /etc/service/postgres/log/run chmod: +x chown: 
I, [2021-11-26T06:52:19.896663 #1] INFO -- : File > /etc/runit/3.d/99-postgres chmod: +x chown: 
I, [2021-11-26T06:52:19.901237 #1] INFO -- : File > /root/upgrade_postgres chmod: +x chown: 
I, [2021-11-26T06:52:19.901820 #1] INFO -- : > chown -R root /var/lib/postgresql/13/main
I, [2021-11-26T06:52:21.465723 #1] INFO -- : 
I, [2021-11-26T06:52:21.466837 #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, [2021-11-26T06:52:21.472718 #1] INFO -- : 
I, [2021-11-26T06:52:21.473267 #1] INFO -- : > chown -R postgres:postgres /shared/postgres_data
I, [2021-11-26T06:52:21.500359 #1] INFO -- : 
I, [2021-11-26T06:52:21.501230 #1] INFO -- : > chown -R postgres:postgres /var/run/postgresql
I, [2021-11-26T06:52:21.504841 #1] INFO -- : 
I, [2021-11-26T06:52:21.505537 #1] INFO -- : > /root/upgrade_postgres
I, [2021-11-26T06:52:21.514813 #1] INFO -- : 
I, [2021-11-26T06:52:21.515436 #1] INFO -- : > rm /root/upgrade_postgres
I, [2021-11-26T06:52:21.518874 #1] INFO -- : 
I, [2021-11-26T06:52:21.520508 #1] INFO -- : Replacing data_directory = '/var/lib/postgresql/13/main' with data_directory = '/shared/postgres_data' in /etc/postgresql/13/main/postgresql.conf
I, [2021-11-26T06:52:21.521419 #1] INFO -- : Replacing (?-mix:#?listen_addresses *=.*) with listen_addresses = '*' in /etc/postgresql/13/main/postgresql.conf
I, [2021-11-26T06:52:21.522149 #1] INFO -- : Replacing (?-mix:#?synchronous_commit *=.*) with synchronous_commit = $db_synchronous_commit in /etc/postgresql/13/main/postgresql.conf
I, [2021-11-26T06:52:21.522900 #1] INFO -- : Replacing (?-mix:#?shared_buffers *=.*) with shared_buffers = $db_shared_buffers in /etc/postgresql/13/main/postgresql.conf
I, [2021-11-26T06:52:21.523490 #1] INFO -- : Replacing (?-mix:#?work_mem *=.*) with work_mem = $db_work_mem in /etc/postgresql/13/main/postgresql.conf
I, [2021-11-26T06:52:21.524195 #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, [2021-11-26T06:52:21.524767 #1] INFO -- : > install -d -m 0755 -o postgres -g postgres /shared/postgres_backup
I, [2021-11-26T06:52:21.531023 #1] INFO -- : 
I, [2021-11-26T06:52:21.531900 #1] INFO -- : Replacing (?-mix:#?checkpoint_segments *=.*) with checkpoint_segments = $db_checkpoint_segments in /etc/postgresql/13/main/postgresql.conf
I, [2021-11-26T06:52:21.532483 #1] INFO -- : Replacing (?-mix:#?logging_collector *=.*) with logging_collector = $db_logging_collector in /etc/postgresql/13/main/postgresql.conf
I, [2021-11-26T06:52:21.533303 #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, [2021-11-26T06:52:21.534574 #1] INFO -- : Replacing (?-mix:^#local +replication +postgres +peer$) with local replication postgres peer in /etc/postgresql/13/main/pg_hba.conf
I, [2021-11-26T06:52:21.535094 #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, [2021-11-26T06:52:21.535603 #1] INFO -- : Replacing (?-mix:^host.*all.*all.*::1\/128.*$) with host all all ::/0 md5 in /etc/postgresql/13/main/pg_hba.conf
I, [2021-11-26T06:52:21.536120 #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, [2021-11-26T06:52:21.538574 #1] INFO -- : > sleep 5
2021-11-26 06:52:21.644 UTC [50] LOG: starting PostgreSQL 13.5 (Debian 13.5-1.pgdg100+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 8.3.0-6) 8.3.0, 64-bit
2021-11-26 06:52:21.645 UTC [50] LOG: listening on IPv4 address "0.0.0.0", port 5432
2021-11-26 06:52:21.647 UTC [50] LOG: listening on IPv6 address "::", port 5432
2021-11-26 06:52:21.653 UTC [50] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2021-11-26 06:52:21.661 UTC [53] LOG: database system was shut down at 2021-11-26 06:51:33 UTC
2021-11-26 06:52:21.673 UTC [50] LOG: database system is ready to accept connections
I, [2021-11-26T06:52:26.553530 #1] INFO -- : 
I, [2021-11-26T06:52:26.553786 #1] INFO -- : > su postgres -c 'createdb discourse' || true
2021-11-26 06:52:26.660 UTC [63] postgres@postgres ERROR: database "discourse" already exists
2021-11-26 06:52:26.660 UTC [63] postgres@postgres STATEMENT: CREATE DATABASE discourse;
createdb: error: database creation failed: ERROR: database "discourse" already exists
I, [2021-11-26T06:52:26.663095 #1] INFO -- : 
I, [2021-11-26T06:52:26.663581 #1] INFO -- : > su postgres -c 'psql discourse -c "create user discourse;"' || true
2021-11-26 06:52:26.736 UTC [67] postgres@discourse ERROR: role "discourse" already exists
2021-11-26 06:52:26.736 UTC [67] postgres@discourse STATEMENT: create user discourse;
ERROR: role "discourse" already exists
I, [2021-11-26T06:52:26.738817 #1] INFO -- : 
I, [2021-11-26T06:52:26.739317 #1] INFO -- : > su postgres -c 'psql discourse -c "grant all privileges on database discourse to discourse;"' || true
I, [2021-11-26T06:52:26.793466 #1] INFO -- : GRANT

I, [2021-11-26T06:52:26.794156 #1] INFO -- : > su postgres -c 'psql discourse -c "alter schema public owner to discourse;"'
I, [2021-11-26T06:52:26.850327 #1] INFO -- : ALTER SCHEMA

I, [2021-11-26T06:52:26.850954 #1] INFO -- : > su postgres -c 'psql template1 -c "create extension if not exists hstore;"'
NOTICE: extension "hstore" already exists, skipping
I, [2021-11-26T06:52:26.915553 #1] INFO -- : CREATE EXTENSION

I, [2021-11-26T06:52:26.916146 #1] INFO -- : > su postgres -c 'psql template1 -c "create extension if not exists pg_trgm;"'
NOTICE: extension "pg_trgm" already exists, skipping
I, [2021-11-26T06:52:26.967770 #1] INFO -- : CREATE EXTENSION

I, [2021-11-26T06:52:26.968378 #1] INFO -- : > su postgres -c 'psql discourse -c "create extension if not exists hstore;"'
NOTICE: extension "hstore" already exists, skipping
I, [2021-11-26T06:52:27.021684 #1] INFO -- : CREATE EXTENSION

I, [2021-11-26T06:52:27.022254 #1] INFO -- : > su postgres -c 'psql discourse -c "create extension if not exists pg_trgm;"'
NOTICE: extension "pg_trgm" already exists, skipping
I, [2021-11-26T06:52:27.072943 #1] INFO -- : CREATE EXTENSION

I, [2021-11-26T06:52:27.073544 #1] INFO -- : > sudo -u postgres psql discourse
I, [2021-11-26T06:52:27.078535 #1] INFO -- : update pg_database set encoding = pg_char_to_encoding('UTF8') where datname = 'discourse' AND encoding = pg_char_to_encoding('SQL_ASCII');

I, [2021-11-26T06:52:27.156981 #1] INFO -- : File > /var/lib/postgresql/take-database-backup chmod: +x chown: postgres:postgres
I, [2021-11-26T06:52:27.161721 #1] INFO -- : File > /var/spool/cron/crontabs/postgres chmod: chown: 
I, [2021-11-26T06:52:27.162374 #1] INFO -- : > echo postgres installed!
I, [2021-11-26T06:52:27.166280 #1] INFO -- : postgres installed!

I, [2021-11-26T06:52:27.172391 #1] INFO -- : File > /etc/service/redis/run chmod: +x chown: 
I, [2021-11-26T06:52:27.177523 #1] INFO -- : File > /etc/service/redis/log/run chmod: +x chown: 
I, [2021-11-26T06:52:27.182359 #1] INFO -- : File > /etc/runit/3.d/10-redis chmod: +x chown: 
I, [2021-11-26T06:52:27.183964 #1] INFO -- : Replacing daemonize yes with in /etc/redis/redis.conf
I, [2021-11-26T06:52:27.184956 #1] INFO -- : Replacing (?-mix:^pidfile.*$) with in /etc/redis/redis.conf
I, [2021-11-26T06:52:27.186293 #1] INFO -- : > install -d -m 0755 -o redis -g redis /shared/redis_data
I, [2021-11-26T06:52:27.190120 #1] INFO -- : 
I, [2021-11-26T06:52:27.191015 #1] INFO -- : Replacing (?-mix:^logfile.*$) with logfile "" in /etc/redis/redis.conf
I, [2021-11-26T06:52:27.191920 #1] INFO -- : Replacing (?-mix:^bind .*$) with in /etc/redis/redis.conf
I, [2021-11-26T06:52:27.193485 #1] INFO -- : Replacing (?-mix:^dir .*$) with dir /shared/redis_data in /etc/redis/redis.conf
I, [2021-11-26T06:52:27.194789 #1] INFO -- : Replacing (?-mix:^protected-mode yes) with protected-mode no in /etc/redis/redis.conf
I, [2021-11-26T06:52:27.196052 #1] INFO -- : Replacing # io-threads 4 with io-threads $redis_io_threads in /etc/redis/redis.conf
I, [2021-11-26T06:52:27.197295 #1] INFO -- : > echo redis installed
I, [2021-11-26T06:52:27.200926 #1] INFO -- : redis installed

I, [2021-11-26T06:52:27.201741 #1] INFO -- : > cat /etc/redis/redis.conf | grep logfile
I, [2021-11-26T06:52:27.207759 #1] INFO -- : logfile ""

I, [2021-11-26T06:52:27.208486 #1] INFO -- : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
I, [2021-11-26T06:52:27.211121 #1] INFO -- : > sleep 10
111:C 26 Nov 2021 06:52:27.228 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
111:C 26 Nov 2021 06:52:27.228 # Redis version=6.2.6, bits=64, commit=00000000, modified=0, pid=111, just started
111:C 26 Nov 2021 06:52:27.228 # Configuration loaded
111:M 26 Nov 2021 06:52:27.230 * monotonic clock: POSIX clock_gettime
111:M 26 Nov 2021 06:52:27.231 * Running mode=standalone, port=6379.
111:M 26 Nov 2021 06:52:27.232 # Server initialized
111:M 26 Nov 2021 06:52:27.233 * Loading RDB produced by version 6.2.6
111:M 26 Nov 2021 06:52:27.233 * RDB age 55 seconds
111:M 26 Nov 2021 06:52:27.233 * RDB memory usage when created 13.70 Mb
111:M 26 Nov 2021 06:52:27.282 # Done loading RDB, keys loaded: 11359, keys expired: 0.
111:M 26 Nov 2021 06:52:27.282 * DB loaded from disk: 0.050 seconds
111:M 26 Nov 2021 06:52:27.283 * Ready to accept connections
I, [2021-11-26T06:52:37.217342 #1] INFO -- : 
I, [2021-11-26T06:52:37.218231 #1] INFO -- : > thpoff echo "thpoff is installed!"
I, [2021-11-26T06:52:37.225035 #1] INFO -- : thpoff is installed!

I, [2021-11-26T06:52:37.225901 #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, [2021-11-26T06:52:37.322317 #1] INFO -- : 
I, [2021-11-26T06:52:37.323010 #1] INFO -- : > /usr/local/bin/ruby -e 'if ENV["DISCOURSE_HOSTNAME"] == "discourse.example.com"; puts "Aborting! Domain is not configured!"; exit 1; end'
I, [2021-11-26T06:52:37.399326 #1] INFO -- : 
I, [2021-11-26T06:52:37.400032 #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, [2021-11-26T06:52:37.471867 #1] INFO -- : 
I, [2021-11-26T06:52:37.472524 #1] INFO -- : > rm -f /etc/cron.d/anacron
I, [2021-11-26T06:52:37.476255 #1] INFO -- : 
I, [2021-11-26T06:52:37.479549 #1] INFO -- : File > /etc/cron.d/anacron chmod: chown: 
I, [2021-11-26T06:52:37.485079 #1] INFO -- : File > /etc/runit/1.d/copy-env chmod: +x chown: 
I, [2021-11-26T06:52:37.490025 #1] INFO -- : File > /etc/service/unicorn/run chmod: +x chown: 
I, [2021-11-26T06:52:37.494916 #1] INFO -- : File > /etc/service/nginx/run chmod: +x chown: 
I, [2021-11-26T06:52:37.499850 #1] INFO -- : File > /etc/runit/3.d/01-nginx chmod: +x chown: 
I, [2021-11-26T06:52:37.504818 #1] INFO -- : File > /etc/runit/3.d/02-unicorn chmod: +x chown: 
I, [2021-11-26T06:52:37.505359 #1] INFO -- : Replacing # postgres with sv start postgres || exit 1 in /etc/service/unicorn/run
I, [2021-11-26T06:52:37.505881 #1] INFO -- : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
I, [2021-11-26T06:52:37.508360 #1] INFO -- : > cd /var/www/discourse && git reset --hard
138:C 26 Nov 2021 06:52:37.514 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
138:C 26 Nov 2021 06:52:37.515 # Redis version=6.2.6, bits=64, commit=00000000, modified=0, pid=138, just started
138:C 26 Nov 2021 06:52:37.515 # Configuration loaded
138:M 26 Nov 2021 06:52:37.516 * monotonic clock: POSIX clock_gettime
138:M 26 Nov 2021 06:52:37.516 # Warning: Could not create server TCP listening socket *:6379: bind: Address already in use
138:M 26 Nov 2021 06:52:37.517 # Failed listening on port 6379 (TCP), aborting.
Checking out files: 100% (26188/26188), done.
I, [2021-11-26T06:52:41.119917 #1] INFO -- : HEAD is now at eb82849c FIX: none and all categories filter (#14999)

I, [2021-11-26T06:52:41.123786 #1] INFO -- : > cd /var/www/discourse && git clean -f
I, [2021-11-26T06:52:41.289155 #1] INFO -- : 
I, [2021-11-26T06:52:41.289725 #1] INFO -- : > cd /var/www/discourse && git remote set-branches --add origin main
I, [2021-11-26T06:52:41.294643 #1] INFO -- : 
I, [2021-11-26T06:52:41.295244 #1] INFO -- : > cd /var/www/discourse && git remote set-branches origin tests-passed
I, [2021-11-26T06:52:41.300908 #1] INFO -- : 
I, [2021-11-26T06:52:41.301446 #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
I, [2021-11-26T06:52:43.563795 #1] INFO -- : 
I, [2021-11-26T06:52:43.564371 #1] INFO -- : > cd /var/www/discourse && git checkout tests-passed
Switched to a new branch 'tests-passed'
I, [2021-11-26T06:52:44.047375 #1] INFO -- : Branch 'tests-passed' set up to track remote branch 'tests-passed' from 'origin'.

I, [2021-11-26T06:52:44.047983 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp
I, [2021-11-26T06:52:44.054072 #1] INFO -- : 
I, [2021-11-26T06:52:44.054614 #1] INFO -- : > cd /var/www/discourse && chown discourse:www-data tmp
I, [2021-11-26T06:52:44.059393 #1] INFO -- : 
I, [2021-11-26T06:52:44.059865 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp/pids
I, [2021-11-26T06:52:44.063768 #1] INFO -- : 
I, [2021-11-26T06:52:44.064193 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp/sockets
I, [2021-11-26T06:52:44.067939 #1] INFO -- : 
I, [2021-11-26T06:52:44.068303 #1] INFO -- : > cd /var/www/discourse && touch tmp/.gitkeep
I, [2021-11-26T06:52:44.073136 #1] INFO -- : 
I, [2021-11-26T06:52:44.073492 #1] INFO -- : > cd /var/www/discourse && mkdir -p /shared/log/rails
I, [2021-11-26T06:52:44.076969 #1] INFO -- : 
I, [2021-11-26T06:52:44.077286 #1] INFO -- : > cd /var/www/discourse && bash -c "touch -a /shared/log/rails/{production,production_errors,unicorn.stdout,unicorn.stderr,sidekiq}.log"
I, [2021-11-26T06:52:44.083262 #1] INFO -- : 
I, [2021-11-26T06:52:44.083740 #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, [2021-11-26T06:52:44.089092 #1] INFO -- : 
I, [2021-11-26T06:52:44.089478 #1] INFO -- : > cd /var/www/discourse && bash -c "mkdir -p /shared/{uploads,backups}"
I, [2021-11-26T06:52:44.094099 #1] INFO -- : 
I, [2021-11-26T06:52:44.094465 #1] INFO -- : > cd /var/www/discourse && bash -c "ln -s /shared/{uploads,backups} /var/www/discourse/public"
I, [2021-11-26T06:52:44.098926 #1] INFO -- : 
I, [2021-11-26T06:52:44.099365 #1] INFO -- : > cd /var/www/discourse && bash -c "mkdir -p /shared/tmp/{backups,restores}"
I, [2021-11-26T06:52:44.105025 #1] INFO -- : 
I, [2021-11-26T06:52:44.105495 #1] INFO -- : > cd /var/www/discourse && bash -c "ln -s /shared/tmp/{backups,restores} /var/www/discourse/tmp"
I, [2021-11-26T06:52:44.110184 #1] INFO -- : 
I, [2021-11-26T06:52:44.110625 #1] INFO -- : > cd /var/www/discourse && chown -R discourse:www-data /shared/log/rails /shared/uploads /shared/backups /shared/tmp
I, [2021-11-26T06:52:45.223197 #1] INFO -- : 
I, [2021-11-26T06:52:45.223947 #1] INFO -- : > cd /var/www/discourse && find public/plugins/ -maxdepth 1 -xtype l -delete
I, [2021-11-26T06:52:45.230468 #1] INFO -- : 
I, [2021-11-26T06:52:45.232168 #1] INFO -- : Replacing # redis with sv start redis || exit 1 in /etc/service/unicorn/run
I, [2021-11-26T06:52:45.232978 #1] INFO -- : > cd /var/www/discourse/plugins && mkdir -p plugins
I, [2021-11-26T06:52:45.236941 #1] INFO -- : 
I, [2021-11-26T06:52:45.237422 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/docker_manager.git
Cloning into 'docker_manager'...
I, [2021-11-26T06:52:46.093281 #1] INFO -- : 
I, [2021-11-26T06:52:46.093843 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-bbcode-color.git
Cloning into 'discourse-bbcode-color'...
I, [2021-11-26T06:52:46.369317 #1] INFO -- : 
I, [2021-11-26T06:52:46.369898 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/gdpelican/babble.git
Cloning into 'babble'...
I, [2021-11-26T06:52:46.809597 #1] INFO -- : 
I, [2021-11-26T06:52:46.810476 #1] INFO -- : > cp /var/www/discourse/config/nginx.sample.conf /etc/nginx/conf.d/discourse.conf
I, [2021-11-26T06:52:46.818623 #1] INFO -- : 
I, [2021-11-26T06:52:46.819407 #1] INFO -- : > rm /etc/nginx/sites-enabled/default
I, [2021-11-26T06:52:46.823768 #1] INFO -- : 
I, [2021-11-26T06:52:46.824358 #1] INFO -- : > mkdir -p /var/nginx/cache
I, [2021-11-26T06:52:46.827596 #1] INFO -- : 
I, [2021-11-26T06:52:46.828601 #1] INFO -- : Replacing pid /run/nginx.pid; with daemon off; in /etc/nginx/nginx.conf
I, [2021-11-26T06:52:46.829282 #1] INFO -- : Replacing (?m-ix:upstream[^\}]+\}) with upstream discourse { server 127.0.0.1:3000; } in /etc/nginx/conf.d/discourse.conf
I, [2021-11-26T06:52:46.829912 #1] INFO -- : Replacing (?-mix:server_name.+$) with server_name _ ; in /etc/nginx/conf.d/discourse.conf
I, [2021-11-26T06:52:46.830533 #1] INFO -- : Replacing (?-mix:client_max_body_size.+$) with client_max_body_size $upload_size ; in /etc/nginx/conf.d/discourse.conf
I, [2021-11-26T06:52:46.831060 #1] INFO -- : > echo "done configuring web"
I, [2021-11-26T06:52:46.833318 #1] INFO -- : done configuring web

I, [2021-11-26T06:52:46.833822 #1] INFO -- : > cd /var/www/discourse && gem install bundler --conservative -v $(awk '/BUNDLED WITH/ { getline; gsub(/ /,""); print $0 }' Gemfile.lock)
I, [2021-11-26T06:52:47.425921 #1] INFO -- : Successfully installed bundler-2.2.26
1 gem installed

I, [2021-11-26T06:52:47.426522 #1] INFO -- : > cd /var/www/discourse && find /var/www/discourse ! -user discourse -exec chown discourse {} \+
I, [2021-11-26T06:52:53.805479 #1] INFO -- : 
I, [2021-11-26T06:52:53.806274 #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-11-26T06:52:59.302890 #1] INFO -- : Running `bundle install --deployment --jobs 4 --retry 3 --verbose --without "test" "development"` with bundler 2.2.26
Frozen, using resolution from the lockfile
The definition is missing ["bootsnap-1.9.3", "bootsnap-1.9.3", "bootsnap-1.9.3", "bootsnap-1.9.3", "bootsnap-1.9.3", "bootsnap-1.9.3", "sprockets-rails-3.4.1", "sprockets-rails-3.4.1", "sprockets-rails-3.4.1", "sprockets-rails-3.4.1", "sprockets-rails-3.4.1", "sprockets-rails-3.4.1", "globalid-0.6.0", "globalid-0.6.0", "globalid-0.6.0", "globalid-0.6.0", "globalid-0.6.0", "globalid-0.6.0"]
HTTP GET https://index.rubygems.org/versions
HTTP 206 Partial Content https://index.rubygems.org/versions
Fetching gem metadata from https://rubygems.org/
Looking up gems ["actionmailer", "actionpack", "actionview", "actionview_precompiler", "active_model_serializers", "activejob", "activemodel", "activerecord", "activesupport", "addressable", "annotate", "ast", "aws-eventstream", "aws-partitions", "aws-sdk-core", "aws-sdk-kms", "aws-sdk-s3", "aws-sdk-sns", "aws-sigv4", "barber", "better_errors", "binding_of_caller", "bootsnap", "builder", "bullet", "byebug", "cbor", "certified", "chunky_png", "coderay", "colored2", "concurrent-ruby", "connection_pool", "cose", "cppjieba_rb", "crack", "crass", "css_parser", "debug_inspector", "diff-lcs", "diffy", "discourse-ember-rails", "discourse-ember-source", "discourse-fonts", "discourse_dev_assets", "docile", "ecma-re-validator", "email_reply_trimmer", "ember-data-source", "ember-handlebars-template", "ember-source", "erubi", "excon", "execjs", "exifr", "fabrication", "faker", "fakeweb", "faraday", "faraday-em_http", "faraday-em_synchrony", "faraday-excon", "faraday-httpclient", "faraday-net_http", "faraday-net_http_persistent", "faraday-patron", "faraday-rack", "fast_blank", "fast_xs", "fastimage", "ffi", "fspath", "gc_tracer", "globalid", "guess_html_encoding", "hana", "hashdiff", "hashie", "highline", "hkdf", "htmlentities", "http_accept_language", "i18n", "image_optim", "image_size", "in_threads", "ipaddr", "jmespath", "jquery-rails", "json", "json-schema", "json_schemer", "jwt", "kgio", "libv8-node", "listen", "literate_randomizer", "lograge", "logstash-event", "logstash-logger", "logster", "loofah", "lru_redux", "lz4-ruby", "maxminddb", "memory_profiler", "message_bus", "method_source", "mini_mime", "mini_portile2", "mini_racer", "mini_scheduler", "mini_sql", "mini_suffix", "minitest", "mocha", "mock_redis", "msgpack", "multi_json", "multi_xml", "multipart-post", "mustache", "nio4r", "nokogiri", "oauth", "oauth2", "oj", "omniauth", "omniauth-facebook", "omniauth-github", "omniauth-google-oauth2", "omniauth-oauth", "omniauth-oauth2", "omniauth-twitter", "openssl", "openssl-signature_algorithm", "optimist", "parallel", "parallel_tests", "parser", "pg", "progress", "pry", "pry-byebug", "pry-rails", "public_suffix", "puma", "r2", "racc", "rack", "rack-mini-profiler", "rack-protection", "rack-test", "rails-dom-testing", "rails-html-sanitizer", "rails_failover", "rails_multisite", "railties", "rainbow", "raindrops", "rake", "rb-fsevent", "rb-inotify", "rbtrace", "rchardet", "redis", "redis-namespace", "regexp_parser", "request_store", "rexml", "rinku", "rotp", "rqrcode", "rqrcode_core", "rspec", "rspec-core", "rspec-expectations", "rspec-html-matchers", "rspec-mocks", "rspec-rails", "rspec-support", "rss", "rswag-specs", "rtlit", "rubocop", "rubocop-ast", "rubocop-discourse", "rubocop-rspec", "ruby-prof", "ruby-progressbar", "ruby-readability", "ruby2_keywords", "rubyzip", "sanitize", "sassc", "sassc-rails", "seed-fu", "shoulda-matchers", "sidekiq", "simplecov", "simplecov-html", "simplecov_json_formatter", "sprockets", "sprockets-rails", "sshkey", "stackprof", "test-prof", "thor", "tilt", "tzinfo", "uglifier", "unf", "unf_ext", "unicode-display_width", "unicorn", "uniform_notifier", "uri_template", "webmock", "webpush", "xorcist", "yaml-lint", "zeitwerk"]
HTTP GET https://index.rubygems.org/info/aws-partitions
HTTP 206 Partial Content https://index.rubygems.org/info/aws-partitions
HTTP GET https://index.rubygems.org/info/aws-sdk-core
HTTP 206 Partial Content https://index.rubygems.org/info/aws-sdk-core
HTTP GET https://index.rubygems.org/info/aws-sdk-s3
HTTP 206 Partial Content https://index.rubygems.org/info/aws-sdk-s3
HTTP GET https://index.rubygems.org/info/bootsnap
HTTP 206 Partial Content https://index.rubygems.org/info/bootsnap
HTTP GET https://index.rubygems.org/info/globalid
HTTP 206 Partial Content https://index.rubygems.org/info/globalid
HTTP GET https://index.rubygems.org/info/parser
HTTP 206 Partial Content https://index.rubygems.org/info/parser
HTTP GET https://index.rubygems.org/info/sprockets-rails
HTTP 206 Partial Content https://index.rubygems.org/info/sprockets-rails
Looking up gems ["mail", "text-format", "erubis", "rack-mount", "rack-cache", "journey", "rails-deprecated_sanitizer", "jsonapi", "case_transform", "jsonapi-renderer", "activemodel-globalid", "bcrypt-ruby", "arel", "activerecord-deprecated_finders", "memcache-client", "thread_safe", "jamespath", "http-2", "aws-crt", "ember-template-compiler-source", "handlebars-source", "rouge", "snappy", "columnize", "debugger-linecache", "slop", "rb-readline", "functional-ruby", "ref", "safe_yaml", "rdoc", "pastel", "tty-pager", "tty-screen", "tty-tree", "rcov", "net-http-persistent", "rake-compiler", "rb-appscript", "xattr", "ffi-xattr", "termios", "json_pure", "rails", "rdf", "rb-fchange", "rb-kqueue", "celluloid", "celluloid-io", "ruby_dep", "stud", "eventmachine", "thin", "ruby_parser", "net-ftp", "libv8", "metaclass", "hoe", "weakling", "mini_portile", "pkg-config", "ruby-hmac", "faraday-middleware", "httpauth", "bigdecimal", "oa-core", "oa-oauth", "oa-openid", "oa-basic", "oa-enterprise", "oa-more", "sexp_processor", "win32console", "yard", "spoon", "pry-doc", "escape_utils", "rack-ssl", "trollop", "base32", "webrat", "rspec-collection_matchers", "term-ansicolor", "backports", "powerpack", "astrolabe", "tins", "jaro_winkler", "psych", "strscan", "hpricot", "nokogumbo", "bundler", "sass", "bourne", "compass", "sprockets-sass", "sinatra", "slim", "lockfile", "hike", "therubyracer"]
HTTP GET https://index.rubygems.org/info/bundler
HTTP 206 Partial Content https://index.rubygems.org/info/bundler
Looking up gems ["mime-types", "treetop", "tlsmail", "text-hyphen", "abstract", "multimap", "jsonapi-parser", "bcrypt", "ZenTest", "RubyInline", "atomic", "snappy-jars", "ruby_core_source", "debugger-ruby_core_source", "equatable", "tty-color", "tty-which", "verse", "strings", "spruz", "activeresource", "actionwebservice", "actioncable", "activestorage", "actionmailbox", "actiontext", "link_header", "hamster", "win32-api", "timers", "facter", "celluloid-essentials", "celluloid-extras", "celluloid-fsm", "celluloid-pool", "celluloid-supervision", "dotenv", "nenv", "rspec-logsplit", "metriks", "daemons", "ParseTree", "net-protocol", "time", "rubyforge", "gemcutter", "rack-openid", "ruby-openid-apps-discovery", "restclient", "rest-client", "net-ldap", "rubyntlm", "pyu-ruby-sasl", "uuid", "XMLCanonicalizer", "curses", "sync", "jar-dependencies", "sass-listen", "haml", "fssm", "compass-core", "compass-import-once", "sprockets-helpers", "mongrel", "mustermann", "temple"]
Looking up gems ["mime-types-data", "facets", "polyglot", "archive-tar-minitar", "unicode_utils", "strings-ansi", "rails-observers", "activemodel-serializers-xml", "coffee-rails", "em-hiredis", "faye-websocket", "websocket-driver", "marcel", "mimemagic", "test-unit", "hitimes", "CFPropertyList", "sys-admin", "win32-dir", "windows-api", "windows-pr", "win32-security", "hocon", "celluloid-gems", "coveralls", "dotenv-deployment", "rbtree", "faraday_middleware", "yajl-ruby", "avl_tree", "SexpProcessor", "io-wait", "timeout", "date", "net-scp", "ruby-openid", "netrc", "http-cookie", "http-accept", "macaddr", "log4r", "ruby-maven", "cgi_multipart_eof_fix", "fastthread", "gem_plugin", "tool"]
HTTP GET https://index.rubygems.org/info/io-wait
HTTP 206 Partial Content https://index.rubygems.org/info/io-wait
HTTP GET https://index.rubygems.org/info/date
HTTP 206 Partial Content https://index.rubygems.org/info/date
Looking up gems ["minitar", "minitar-cli", "coffee-script", "hiredis", "websocket-extensions", "power_assert", "configuration", "mkrf", "libxml-ruby", "ffi-win32-extensions", "colorize", "roauth", "net-ssh", "ruby-yadis", "domain_name", "sqlite3", "systemu", "maven-tools", "ruby-maven-libs"]
Looking up gems ["powerbar", "coffee-script-source", "pattern-match", "needle", "jruby-pageant", "bcrypt_pbkdf", "rbnacl", "rbnacl-libsodium", "virtus"]
Looking up gems ["ansi", "descendants_tracker", "axiom-types", "coercible", "equalizer"]
Looking up gems ["ice_nine", "adamantium"]
Looking up gems ["memoizable"]
Using rake 13.0.6
0: rake (13.0.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rake-13.0.6.gemspec
Using concurrent-ruby 1.1.9
0: concurrent-ruby (1.1.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/concurrent-ruby-1.1.9.gemspec
Using minitest 5.14.4
0: minitest (5.14.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/minitest-5.14.4.gemspec
Using zeitwerk 2.5.1
0: zeitwerk (2.5.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/zeitwerk-2.5.1.gemspec
Using builder 3.2.4
0: builder (3.2.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/builder-3.2.4.gemspec
Using erubi 1.10.0
0: erubi (1.10.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/erubi-1.10.0.gemspec
Using racc 1.6.0
0: racc (1.6.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/racc-1.6.0.gemspec
Using crass 1.0.6
Using rack 2.2.3
Using mini_mime 1.1.2
Using public_suffix 4.0.6
0: crass (1.0.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/crass-1.0.6.gemspec
Using aws-eventstream 1.2.0
0: aws-eventstream (1.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-eventstream-1.2.0.gemspec
Using aws-partitions 1.516.0
0: aws-partitions (1.516.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-partitions-1.516.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.26
0: bundler (2.2.26) from /usr/local/lib/ruby/gems/2.7.0/gems/bundler-2.2.26/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 ipaddr 1.2.3
0: ipaddr (1.2.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ipaddr-1.2.3.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.9
0: discourse-fonts (0.0.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/discourse-fonts-0.0.9.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
Using excon 0.88.0
0: excon (0.88.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/excon-0.88.0.gemspec
Using exifr 1.3.9
0: 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
0: 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
0: faraday-em_synchrony (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-em_synchrony-1.0.0.gemspec
```om /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-em_synchrony-1.0.0.gemspec
faraday-excon 1.1.0 사용 중
0: faraday-excon (1.1.0) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-excon-1.1.0.gemspec
faraday-httpclient 1.0.1 사용 중
0: faraday-httpclient (1.0.1) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-httpclient-1.0.1.gemspec
faraday-net_http 1.0.1 사용 중
0: 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.2.0 사용 중
0: faraday-net_http_persistent (1.2.0) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-net_http_persistent-1.2.0.gemspec
faraday-patron 1.0.0 사용 중
0: faraday-patron (1.0.0) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-patron-1.0.0.gemspec
faraday-rack 1.0.0 사용 중
0: faraday-rack (1.0.0) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-rack-1.0.0.gemspec
multipart-post 2.1.1 사용 중
0: 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.5 사용 중
0: ruby2_keywords (0.0.5) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ruby2_keywords-0.0.5.gemspec
fast_blank 1.0.1 사용 중
0: fast_blank (1.0.1) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fast_blank-1.0.1.gemspec
fast_xs 0.8.0 사용 중
0: fast_xs (0.8.0) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fast_xs-0.8.0.gemspec
fastimage 2.2.5 사용 중
0: fastimage (2.2.5) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fastimage-2.2.5.gemspec
ffi 1.15.4 사용 중
0: ffi (1.15.4) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ffi-1.15.4.gemspec
fspath 3.1.2 사용 중
0: fspath (3.1.2) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fspath-3.1.2.gemspec
gc_tracer 1.5.1 사용 중
0: 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 사용 중
0: 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 사용 중
0: hana (1.3.7) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/hana-1.3.7.gemspec
hashie 4.1.0 사용 중
0: hashie (4.1.0) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/hashie-4.1.0.gemspec
highline 2.0.3 사용 중
0: highline (2.0.3) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/highline-2.0.3.gemspec
hkdf 0.3.0 사용 중
0: hkdf (0.3.0) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/hkdf-0.3.0.gemspec
htmlentities 4.3.4 사용 중
0: 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 사용 중
0: 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 3.0.1 사용 중
0: image_size (3.0.1) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/image_size-3.0.1.gemspec
in_threads 1.5.4 사용 중
0: 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 사용 중
0: progress (3.6.0) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/progress-3.6.0.gemspec
json 2.6.1 사용 중
0: json (2.6.1) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/json-2.6.1.gemspec
uri_template 0.7.0 사용 중
0: uri_template (0.7.0) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/uri_template-0.7.0.gemspec
jwt 2.3.0 사용 중
0: jwt (2.3.0) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/jwt-2.3.0.gemspec
kgio 2.11.4 사용 중
0: kgio (2.11.4) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/kgio-2.11.4.gemspec
libv8-node 16.10.0.0 (x86_64-linux) 사용 중
0: libv8-node (16.10.0.0) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/libv8-node-16.10.0.0-x86_64-linux.gemspec
logstash-event 1.2.02 사용 중
0: logstash-event (1.2.02) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/logstash-event-1.2.02.gemspec
logster 2.9.8 사용 중
0: logster (2.9.8) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/logster-2.9.8.gemspec
lru_redux 1.1.0 사용 중
0: 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 사용 중
0: lz4-ruby (0.3.3) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/lz4-ruby-0.3.3.gemspec
maxminddb 0.1.22 사용 중
0: maxminddb (0.1.22) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/maxminddb-0.1.22.gemspec
memory_profiler 1.0.0 사용 중
0: memory_profiler (1.0.0) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/memory_profiler-1.0.0.gemspec
redis 4.5.1 사용 중
0: redis (4.5.1) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/redis-4.5.1.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.8 사용 중
0: nio4r (2.5.8) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/nio4r-2.5.8.gemspec
oauth 0.5.8 사용 중
0: oauth (0.5.8) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/oauth-0.5.8.gemspec
oj 3.13.2 사용 중
0: oj (3.13.2) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/oj-3.13.2.gemspec
optimist 3.0.1 사용 중
0: optimist (3.0.1) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/optimist-3.0.1.gemspec
pg 1.2.3 사용 중
0: pg (1.2.3) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pg-1.2.3.gemspec
r2 0.2.7 사용 중
0: r2 (0.2.7) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/r2-0.2.7.gemspec
raindrops 0.19.2 사용 중
0: raindrops (0.19.2) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/raindrops-0.19.2.gemspec
rchardet 1.8.0 사용 중
0: rchardet (1.8.0) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rchardet-1.8.0.gemspec
rexml 3.2.5 사용 중
0: rexml (3.2.5) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rexml-3.2.5.gemspec
rinku 2.0.6 사용 중
0: rinku (2.0.6) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rinku-2.0.6.gemspec
rotp 6.2.0 사용 중
0: rotp (6.2.0) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rotp-6.2.0.gemspec
rqrcode_core 1.2.0 사용 중
0: rqrcode_core (1.2.0) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rqrcode_core-1.2.0.gemspec
rtlit 0.0.5 사용 중
0: rtlit (0.0.5) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rtlit-0.0.5.gemspec
rubyzip 2.3.2 사용 중
0: rubyzip (2.3.2) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rubyzip-2.3.2.gemspec
tilt 2.0.10 사용 중
0: tilt (2.0.10) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/tilt-2.0.10.gemspec
sshkey 2.0.0 사용 중
0: sshkey (2.0.0) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sshkey-2.0.0.gemspec
stackprof 0.2.17 사용 중
0: stackprof (0.2.17) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/stackprof-0.2.17.gemspec
unf_ext 0.0.8 사용 중
0: unf_ext (0.0.8) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/unf_ext-0.0.8.gemspec
xorcist 1.1.2 사용 중
0: xorcist (1.1.2) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/xorcist-1.1.2.gemspec
i18n 1.8.11 사용 중
0: i18n (1.8.11) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/i18n-1.8.11.gemspec
tzinfo 2.0.4 사용 중
0: tzinfo (2.0.4) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/tzinfo-2.0.4.gemspec
nokogiri 1.12.5 (x86_64-linux) 사용 중
0: nokogiri (1.12.5) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/nokogiri-1.12.5-x86_64-linux.gemspec
aws-sigv4 1.4.0 사용 중
0: aws-sigv4 (1.4.0) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sigv4-1.4.0.gemspec
ember-data-source 3.0.2 사용 중
0: ember-data-source (3.0.2) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ember-data-source-3.0.2.gemspec
barber 0.12.2 사용 중
0: barber (0.12.2) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/barber-0.12.2.gemspec
2: mini_mime (1.1.2) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_mime-1.1.2.gemspec
uglifier 4.2.0 사용 중
2: uglifier (4.2.0) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/uglifier-4.2.0.gemspec
openssl 2.2.1 사용 중
2: openssl (2.2.1) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/openssl-2.2.1.gemspec
pry 0.13.1 사용 중
2: pry (0.13.1) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pry-0.13.1.gemspec
ecma-re-validator 0.3.0 사용 중
2: 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.8.0 사용 중
2: faraday (1.8.0) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-1.8.0.gemspec
mini_suffix 0.3.2 사용 중
2: mini_suffix (0.3.2) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_suffix-0.3.2.gemspec
sassc 2.0.1 사용 중
bootsnap 1.9.3 가져오는 중
2: sassc (2.0.1) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sassc-2.0.1.gemspec
image_optim 0.31.1 사용 중
2: image_optim (0.31.1) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/image_optim-0.31.1.gemspec
mini_racer 0.5.0 사용 중
2: mini_racer (0.5.0) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_racer-0.5.0.gemspec
webpush 1.1.0 사용 중
2: webpush (1.1.0) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/webpush-1.1.0.gemspec
logstash-logger 0.26.1 사용 중
2: logstash-logger (0.26.1) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/logstash-logger-0.26.1.gemspec
redis-namespace 1.8.1 사용 중
2: redis-namespace (1.8.1) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/redis-namespace-1.8.1.gemspec
puma 5.5.2 사용 중
2: puma (5.5.2) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/puma-5.5.2.gemspec
rbtrace 0.4.14 사용 중
2: rbtrace (0.4.14) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rbtrace-0.4.14.gemspec
rqrcode 2.1.0 사용 중
2: rqrcode (2.1.0) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rqrcode-2.1.0.gemspec
rss 0.2.9 사용 중
2: rss (0.2.9) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rss-0.2.9.gemspec
unicorn 6.0.0 사용 중
2: unicorn (6.0.0) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/unicorn-6.0.0.gemspec
activesupport 6.1.4.1 사용 중
2: activesupport (6.1.4.1) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activesupport-6.1.4.1.gemspec
loofah 2.12.0 사용 중
2: loofah (2.12.0) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/loofah-2.12.0.gemspec
1: public_suffix (4.0.6) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/public_suffix-4.0.6.gemspec
aws-sdk-core 3.121.2 사용 중
1: aws-sdk-core (3.121.2) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-core-3.121.2.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
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
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
ruby-readability 0.7.0 사용 중
1: ruby-readability (0.7.0) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ruby-readability-0.7.0.gemspec
sanitize 6.0.0 사용 중
1: sanitize (6.0.0) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sanitize-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
rails-dom-testing 2.0.3 사용 중
1: rails-dom-testing (2.0.3) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails-dom-testing-2.0.3.gemspec
rails-html-sanitizer 1.4.2 사용 중
1: rails-html-sanitizer (1.4.2) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails-html-sanitizer-1.4.2.gemspec
3: rack (2.2.3) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-2.2.3.gemspec
activemodel 6.1.4.1 사용 중
3: activemodel (6.1.4.1) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activemodel-6.1.4.1.gemspec
addressable 2.8.0 사용 중
3: addressable (2.8.0) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/addressable-2.8.0.gemspec
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.46.0 사용 중
3: aws-sdk-sns (1.46.0) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-sns-1.46.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
globalid 0.6.0 가져오는 중
actionview 6.1.4.1 사용 중
3: actionview (6.1.4.1) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionview-6.1.4.1.gemspec
rack-test 1.1.0 사용 중
3: rack-test (1.1.0) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-test-1.1.0.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.4.1 사용 중
3: activerecord (6.1.4.1) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activerecord-6.1.4.1.gemspec
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
css_parser 1.10.0 사용 중
3: css_parser (1.10.0) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/css_parser-1.10.0.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
request_store 1.5.0 사용 중
3: 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 사용 중
3: message_bus (3.3.6) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/message_bus-3.3.6.gemspec
sidekiq 6.3.1 사용 중
3: sidekiq (6.3.1) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sidekiq-6.3.1.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 1.9.1 사용 중
3: omniauth (1.9.1) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-1.9.1.gemspec
rack-mini-profiler 2.3.3 사용 중
3: rack-mini-profiler (2.3.3) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-mini-profiler-2.3.3.gemspec
rack-protection 2.1.0 사용 중
3: rack-protection (2.1.0) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-protection-2.1.0.gemspec
actionpack 6.1.4.1 사용 중
3: actionpack (6.1.4.1) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionpack-6.1.4.1.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
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
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
omniauth-oauth2 1.7.2 사용 중
3: omniauth-oauth2 (1.7.2) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-oauth2-1.7.2.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
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
https://github.com/discourse/mail.git (master@5b700fc)에서 mail 2.8.0.edge 사용 중
railties 6.1.4.1 사용 중
3: railties (6.1.4.1) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/railties-6.1.4.1.gemspec
omniauth-facebook 9.0.0 사용 중
3: omniauth-facebook (9.0.0) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-facebook-9.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
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
sprockets-rails 3.4.1 가져오는 중
globalid 0.6.0 설치 중
sprockets-rails 3.4.1 설치 중
네이티브 확장 포함하여 bootsnap 1.9.3 설치 중
2: mail (2.8.0.edge) /var/www/discourse/vendor/bundle/ruby/2.7.0/bundler/gems/mail-5b700fc95ee6/mail.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 4.0.0 사용 중
2: rails_multisite (4.0.0) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails_multisite-4.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
1: globalid (0.6.0) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/globalid-0.6.0.gemspec
activejob 6.1.4.1 사용 중
2: activejob (6.1.4.1) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activejob-6.1.4.1.gemspec
actionmailer 6.1.4.1 사용 중
1: actionmailer (6.1.4.1) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionmailer-6.1.4.1.gemspec
3: sprockets-rails (3.4.1) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sprockets-rails-3.4.1.gemspec
sassc-rails 2.1.2 사용 중
2: sassc-rails (2.1.2) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sassc-rails-2.1.2.gemspec
네이티브 확장 빌드 중. 시간이 다소 걸릴 수 있습니다...
0: bootsnap (1.9.3) /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/bootsnap-1.9.3.gemspec
Bundle 완료! 127개 Gemfile 의존성, 174개 gems 설치됨.
'test' 및 'development' 그룹의 Gems는 설치되지 않았습니다.
Bundled gems는 `./vendor/bundle`에 설치되었습니다.

I, [2021-11-26T06:52:59.306547 #1] INFO -- : > cd /var/www/discourse && [! -d 'node_modules'] || su discourse -c 'yarn install --production && yarn cache clean'
warning Resolution field "lodash@4.17.21" is incompatible with requested version "lodash@4.17.15"
warning " > @mixer/parallel-prettier@2.0.1" has unmet peer dependency "prettier@^2.0.0".
I, [2021-11-26T06:54:32.878528 #1] INFO -- : yarn install v1.22.15
[1/5] package.json 검증 중...
[2/5] 패키지 해석 중...
[3/5] 패키지 가져오는 중...
[4/5] 의존성 연결 중...
[5/5] 새 패키지 빌드 중...
$ yarn --cwd app/assets/javascripts/discourse
yarn install v1.22.15
[1/4] 패키지 해석 중...
[2/4] 패키지 가져오는 중...
info fsevents@2.3.2: The platform "linux" is incompatible with this module.
info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation.
info fsevents@1.2.13: The platform "linux" is incompatible with this module.
info "fsevents@1.2.13" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] 의존성 연결 중...
[4/4] 새 패키지 빌드 중...
success Saved lockfile.
Done in 48.21s.
Done in 86.02s.
yarn cache v1.22.15
success Cleared cache.
Done in 6.91s.

I, [2021-11-26T06:54:32.881366 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'bundle exec rake plugin:pull_compatible_all'
I, [2021-11-26T06:54:36.636870 #1] INFO -- : discourse-bbcode-color is already at latest compatible version
docker_manager is already at latest compatible version
babble is already at latest compatible version

I, [2021-11-26T06:54:36.637572 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate'
I, [2021-11-26T06:54:44.654501 #1] INFO -- : 
I, [2021-11-26T06:54:44.655255 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'bundle exec rake themes:update assets:precompile'
'Alternative Logos' 업데이트 실패: about.json에 잘못된 값이 포함되어 있습니다: 최대 discourse 버전이 유효하지 않습니다
rake aborted!
RemoteTheme::ImportError: about.json에 잘못된 값이 포함되어 있습니다: 최대 discourse 버전이 유효하지 않습니다
/var/www/discourse/app/models/remote_theme.rb:169:in `update_from_remote'
/var/www/discourse/lib/tasks/themes.rake:62:in `block in update_themes'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-6.1.4.1/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.4.1/lib/active_record/relation/batches.rb:71:in `each'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-6.1.4.1/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.4.1/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.4.1/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.4.1/lib/active_record/relation/batches.rb:229:in `loop'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-6.1.4.1/lib/active_record/relation/batches.rb:229:in `in_batches'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-6.1.4.1/lib/active_record/relation/batches.rb:137:in `find_in_batches'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-6.1.4.1/lib/active_record/relation/batches.rb:70:in `find_each'
/var/www/discourse/lib/tasks/themes.rake:56:in `update_themes'
/var/www/discourse/lib/tasks/themes.rake:80:in `block (2 levels) in <main>'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rails_multisite-4.0.0/lib/rails_multisite/connection_management.rb:80:in `with_connection'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rails_multisite-4.0.0/lib/rails_multisite/connection_management.rb:90:in `each_connection'
/var/www/discourse/lib/tasks/themes.rake:79:in `block in <main>'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rake-13.0.6/exe/rake:27:in `<top (required)>'
/usr/local/bin/bundle:23:in `load'
/usr/local/bin/bundle:23:in `<main>'
Tasks: TOP => themes:update
(See full trace by running task with --trace)
I, [2021-11-26T06:54:49.259323 #1] INFO -- : 'default'의 'Alternative Logos' 업데이트 중...

I, [2021-11-26T06:54:49.260870 #1] INFO -- : 비동기 프로세스 종료 중
I, [2021-11-26T06:54:49.261216 #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 pid: 50에 INT 전송 중
I, [2021-11-26T06:54:49.261499 #1] INFO -- : exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf pid: 111에 TERM 전송 중
2021-11-26 06:54:49.261 UTC [50] LOG: received fast shutdown request
111:signal-handler (1637909689) Received SIGTERM scheduling shutdown...
111:M 26 Nov 2021 06:54:49.263 # User requested shutdown...
111:M 26 Nov 2021 06:54:49.263 * Saving the final RDB snapshot before exiting.
2021-11-26 06:54:49.276 UTC [50] LOG: aborting any active transactions
2021-11-26 06:54:49.282 UTC [50] LOG: background worker "logical replication launcher" (PID 59) exited with exit code 1
2021-11-26 06:54:49.284 UTC [54] LOG: shutting down
2021-11-26 06:54:49.314 UTC [50] LOG: database system is shut down
111:M 26 Nov 2021 06:54:49.374 * DB saved on disk
111:M 26 Nov 2021 06:54:49.375 # Redis is now ready to exit, bye bye...

FAILED
--------------------
Pups::ExecError: cd /var/www/discourse && su discourse -c 'bundle exec rake themes:update assets:precompile' failed with return #<Process::Status: pid 475 exit 1>
Location of failure: /pups/lib/pups/exec_command.rb:112:in `spawn'
exec failed with the params {"cd"=>"$home", "hook"=>"assets_precompile", "cmd"=>["su discourse -c 'bundle exec rake themes:update assets:precompile'"]}
abb149061c9b60e9af6a22cf61ba2c41d019405463df6423f2313a05a35947cc
**BOOTSTRAP 실패** 이전의 오류 메시지를 확인하십시오. 오류가 여러 개일 수 있습니다.
./discourse-doctor가 문제를 진단하는 데 도움이 될 수 있습니다.

````

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [11월 26, 2021, 7:10오전 UTC](https://meta.discourse.org/t/error-when-discourse-rebuild-app-due-to-theme-error/210207/2 "2021-11-26T07:10:33Z")

</div>

대체 로고(Alternative Logo) 테마 컴포넌트와 관련된 문제인 것 같습니다.

다른 사용자도 여기서 동일한 문제를 겪었습니다:

> [@CLI에서 비활성화된 테마 컴포넌트를 삭제할 수 없음 - 부팅 실패](https://meta.discourse.org/t/cant-delete-deprecated-theme-component-from-cli-failed-to-bootstrap/194995):
>
> I do know that it’s because of Alternative Logos: I, [2021-06-25T11:00:32.360020 #1] INFO -- : \> cd /var/www/discourse && su discourse -c 'bundle exec rake themes:update assets:precompile' Failed to update Alternative Logos about.json contains invalid values: Maximum discourse version is invalid /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\>' I had this component, but because discourse is dow…

`./launcher start app`을 실행한 후 관리자 설정에서 해당 테마 컴포넌트를 삭제하고, 다시 업데이트를 시도해 볼 수 있습니다. 다만 다른 토픽의 원포스터(OP)는 결국 새로운 설치 환경을 구축하고 백업을 복원해야 했습니다.

---

<div class="post-metadata">

### Author: ![Huey\_Le](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/huey_le/32/63362_2.png) [@Huey\_Le](https://meta.discourse.org/u/Huey_Le)
#### Post date: [11월 27, 2021, 4:37오전 UTC](https://meta.discourse.org/t/error-when-discourse-rebuild-app-due-to-theme-error/210207/3 "2021-11-27T04:37:14Z")

</div>

성공하지 못했습니다. `./launcher start app` 또는 `./launcher enter app` 명령을 사용하여 앱을 시작하거나 진입할 수 없었습니다.

아래와 같은 오류가 발생합니다.

```plaintext
Unable to find image 'local_discourse/app:latest' locally

docker: Error response from daemon: pull access denied for local_discourse/app, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.

See 'docker run --help'.

```

---

<div class="post-metadata">

### Author: ![Steven](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/steven/32/187890_2.png) [@Steven](https://meta.discourse.org/u/Steven)
#### Post date: [11월 27, 2021, 12:13오후 UTC](https://meta.discourse.org/t/error-when-discourse-rebuild-app-due-to-theme-error/210207/4 "2021-11-27T12:13:17Z")

</div>

죄송합니다. 앱에 접근할 수 없었기 때문에 처음 작성한 게시글은 쓸모가 없었습니다.

해결 방법은 새로 재설치한 후, 백업이 있다면 이를 복원하는 것입니다.

백업이 너무 오래되었다면, 먼저 몇 가지를 시도해 볼 수 있습니다.

```plaintext
service docker restart
systemctl restart docker

```

```plaintext
cd /var/discourse
./launcher destroy app
./launcher start app

```

다만, 드물게 도커 문제가 발생했을 때 저는 재설치를 선택했습니다. 이 과정은 까다로울 수 있습니다.

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [11월 27, 2021, 1:10오후 UTC](https://meta.discourse.org/t/error-when-discourse-rebuild-app-due-to-theme-error/210207/5 "2021-11-27T13:10:54Z")

</div>

음. 클리너를 실행해 보셨나요? (그렇지만 이제 왜 이전 컨테이너를 시작할 수 없었는지는 크게 중요하지 않습니다.)

재빌드 시 깨진 테마를 비활성화할 수 있는 방법이 있어야 합니다. 이 문제를 강조하기 위해 제목을 변경해 두었습니다.

postgres만 포함된 컨테이너를 빌드한 후, SQL로 테마를 삭제하고, 웹 템플릿을 다시 복원한 다음 재빌드하는 방식이 가능할 수도 있습니다.

---

<div class="post-metadata">

### Author: ![Huey\_Le](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/huey_le/32/63362_2.png) [@Huey\_Le](https://meta.discourse.org/u/Huey_Le)
#### Post date: [12월 1, 2021, 1:10오전 UTC](https://meta.discourse.org/t/error-when-discourse-rebuild-app-due-to-theme-error/210207/6 "2021-12-01T01:10:36Z")

</div>

다음 단계를 수행하여 이 문제를 해결했습니다:

- `containers/app.yml` 파일을 편집하여 `postgres` 템플릿 서비스를 제외한 모든 주석을 처리합니다.
- `./launcher rebuild app`을 실행한 다음 `./launcher enter app`을 실행합니다.
- 컨테이너에 진입한 후 `su - postgres`를 실행하여 postgres 콘솔에 접속하고 `psql`을 실행합니다.
- postgres에 진입한 후 `\c discourse`를 실행하고 `SELECT * FROM themes`를 실행하여 오류가 있는 `Alternative Logo` 테마의 ID가 11임을 확인합니다. 그런 다음 `DELETE FROM themes WHERE id=11`으로 해당 항목을 삭제하고 `\q`를 입력하여 콘솔을 종료합니다.
- `exit`를 입력하여 컨테이너를 종료한 다음, `containers/app.yaml` 파일에서 모든 템플릿의 주석을 해제하고 다시 rebuild를 실행합니다.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [12월 31, 2021, 1:10오전 UTC](https://meta.discourse.org/t/error-when-discourse-rebuild-app-due-to-theme-error/210207/7 "2021-12-31T01:10:42Z")

</div>

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