"Rebuild" Location of failure: /usr/local/lib/ruby/gems/2.7.0/gems/pups-1.1.1/lib/pups/exec_command.rb:117:in `spawn'

Try to Rebuild, but comes the a error, full log:

root@infinitydis:~# /var/discourse/launcher rebuild app
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-07T08:37:08.451302 #1]  INFO -- : Reading from stdin
I, [2022-02-07T08:37:08.459332 #1]  INFO -- : > locale-gen $LANG && update-locale
I, [2022-02-07T08:37:08.971342 #1]  INFO -- : Generating locales (this might take a while)...
Generation complete.

I, [2022-02-07T08:37:08.971776 #1]  INFO -- : > mkdir -p /shared/postgres_run
I, [2022-02-07T08:37:09.015942 #1]  INFO -- :
I, [2022-02-07T08:37:09.023520 #1]  INFO -- : > chown postgres:postgres /shared/postgres_run
I, [2022-02-07T08:37:09.042179 #1]  INFO -- :
I, [2022-02-07T08:37:09.042387 #1]  INFO -- : > chmod 775 /shared/postgres_run
I, [2022-02-07T08:37:09.052675 #1]  INFO -- :
I, [2022-02-07T08:37:09.052856 #1]  INFO -- : > rm -fr /var/run/postgresql
I, [2022-02-07T08:37:09.056344 #1]  INFO -- :
I, [2022-02-07T08:37:09.056515 #1]  INFO -- : > ln -s /shared/postgres_run /var/run/postgresql
I, [2022-02-07T08:37:09.060379 #1]  INFO -- :
I, [2022-02-07T08:37:09.060545 #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 08:37:09 socat[18] E connect(6, AF=1 "/shared/postgres_run/.s.PGSQL.5432", 36): No such file or directory
I, [2022-02-07T08:37:09.285348 #1]  INFO -- :
I, [2022-02-07T08:37:09.285630 #1]  INFO -- : > rm -fr /shared/postgres_run/.s*
I, [2022-02-07T08:37:09.290843 #1]  INFO -- :
I, [2022-02-07T08:37:09.291005 #1]  INFO -- : > rm -fr /shared/postgres_run/*.pid
I, [2022-02-07T08:37:09.294245 #1]  INFO -- :
I, [2022-02-07T08:37:09.294403 #1]  INFO -- : > mkdir -p /shared/postgres_run/13-main.pg_stat_tmp
I, [2022-02-07T08:37:09.297139 #1]  INFO -- :
I, [2022-02-07T08:37:09.297379 #1]  INFO -- : > chown postgres:postgres /shared/postgres_run/13-main.pg_stat_tmp
I, [2022-02-07T08:37:09.299901 #1]  INFO -- :
I, [2022-02-07T08:37:09.386640 #1]  INFO -- : File > /etc/service/postgres/run  chmod: +x  chown:
I, [2022-02-07T08:37:09.392128 #1]  INFO -- : File > /etc/service/postgres/log/run  chmod: +x  chown:
I, [2022-02-07T08:37:09.409475 #1]  INFO -- : File > /etc/runit/3.d/99-postgres  chmod: +x  chown:
I, [2022-02-07T08:37:09.414807 #1]  INFO -- : File > /root/upgrade_postgres  chmod: +x  chown:
I, [2022-02-07T08:37:09.415087 #1]  INFO -- : > chown -R root /var/lib/postgresql/13/main
I, [2022-02-07T08:37:21.089413 #1]  INFO -- :
I, [2022-02-07T08:37:21.089813 #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-07T08:37:21.094740 #1]  INFO -- :
I, [2022-02-07T08:37:21.094847 #1]  INFO -- : > chown -R postgres:postgres /shared/postgres_data
I, [2022-02-07T08:37:21.264259 #1]  INFO -- :
I, [2022-02-07T08:37:21.264469 #1]  INFO -- : > chown -R postgres:postgres /var/run/postgresql
I, [2022-02-07T08:37:21.269515 #1]  INFO -- :
I, [2022-02-07T08:37:21.269849 #1]  INFO -- : > /root/upgrade_postgres
I, [2022-02-07T08:37:21.310015 #1]  INFO -- :
I, [2022-02-07T08:37:21.310267 #1]  INFO -- : > rm /root/upgrade_postgres
I, [2022-02-07T08:37:21.314416 #1]  INFO -- :
I, [2022-02-07T08:37:21.345913 #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-07T08:37:21.347008 #1]  INFO -- : Replacing (?-mix:#?listen_addresses *=.*) with listen_addresses = '*' in /etc/postgresql/13/main/postgresql.conf
I, [2022-02-07T08:37:21.364124 #1]  INFO -- : Replacing (?-mix:#?synchronous_commit *=.*) with synchronous_commit = $db_synchronous_commit in /etc/postgresql/13/main/postgresql.conf
I, [2022-02-07T08:37:21.366505 #1]  INFO -- : Replacing (?-mix:#?shared_buffers *=.*) with shared_buffers = $db_shared_buffers in /etc/postgresql/13/main/postgresql.conf
I, [2022-02-07T08:37:21.368616 #1]  INFO -- : Replacing (?-mix:#?work_mem *=.*) with work_mem = $db_work_mem in /etc/postgresql/13/main/postgresql.conf
I, [2022-02-07T08:37:21.370509 #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-07T08:37:21.372502 #1]  INFO -- : > install -d -m 0755 -o postgres -g postgres /shared/postgres_backup
I, [2022-02-07T08:37:21.403737 #1]  INFO -- :
I, [2022-02-07T08:37:21.404374 #1]  INFO -- : Replacing (?-mix:#?checkpoint_segments *=.*) with checkpoint_segments = $db_checkpoint_segments in /etc/postgresql/13/main/postgresql.conf
I, [2022-02-07T08:37:21.405237 #1]  INFO -- : Replacing (?-mix:#?logging_collector *=.*) with logging_collector = $db_logging_collector in /etc/postgresql/13/main/postgresql.conf
I, [2022-02-07T08:37:21.407951 #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-07T08:37:21.414906 #1]  INFO -- : Replacing (?-mix:^#local +replication +postgres +peer$) with local replication postgres  peer in /etc/postgresql/13/main/pg_hba.conf
I, [2022-02-07T08:37:21.415575 #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-07T08:37:21.424627 #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-07T08:37:21.426106 #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-07T08:37:21.430196 #1]  INFO -- : > sleep 5
2022-02-07 08:37:22.610 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 08:37:22.615 UTC [41] LOG:  listening on IPv4 address "0.0.0.0", port 5432
2022-02-07 08:37:22.615 UTC [41] LOG:  listening on IPv6 address "::", port 5432
2022-02-07 08:37:22.635 UTC [41] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2022-02-07 08:37:22.663 UTC [44] LOG:  database system was shut down at 2022-02-07 08:12:36 UTC
2022-02-07 08:37:22.794 UTC [41] LOG:  database system is ready to accept connections
I, [2022-02-07T08:37:26.523148 #1]  INFO -- :
I, [2022-02-07T08:37:26.523701 #1]  INFO -- : > su postgres -c 'createdb discourse' || true
2022-02-07 08:37:27.291 UTC [54] postgres@postgres ERROR:  database "discourse" already exists
2022-02-07 08:37:27.291 UTC [54] postgres@postgres STATEMENT:  CREATE DATABASE discourse;
createdb: error: database creation failed: ERROR:  database "discourse" already exists
I, [2022-02-07T08:37:27.294013 #1]  INFO -- :
I, [2022-02-07T08:37:27.294407 #1]  INFO -- : > su postgres -c 'psql discourse -c "create user discourse;"' || true
2022-02-07 08:37:27.573 UTC [58] postgres@discourse ERROR:  role "discourse" already exists
2022-02-07 08:37:27.573 UTC [58] postgres@discourse STATEMENT:  create user discourse;
ERROR:  role "discourse" already exists
I, [2022-02-07T08:37:27.577716 #1]  INFO -- :
I, [2022-02-07T08:37:27.578190 #1]  INFO -- : > su postgres -c 'psql discourse -c "grant all privileges on database discourse to discourse;"' || true
I, [2022-02-07T08:37:27.659826 #1]  INFO -- : GRANT

I, [2022-02-07T08:37:27.660234 #1]  INFO -- : > su postgres -c 'psql discourse -c "alter schema public owner to discourse;"'
I, [2022-02-07T08:37:27.742312 #1]  INFO -- : ALTER SCHEMA

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

I, [2022-02-07T08:37:27.946812 #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-07T08:37:28.015469 #1]  INFO -- : CREATE EXTENSION

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

I, [2022-02-07T08:37:28.083820 #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-07T08:37:28.149904 #1]  INFO -- : CREATE EXTENSION

I, [2022-02-07T08:37:28.150543 #1]  INFO -- : > sudo -u postgres psql discourse
I, [2022-02-07T08:37:28.169280 #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-07T08:37:28.416051 #1]  INFO -- : File > /var/lib/postgresql/take-database-backup  chmod: +x  chown: postgres:postgres
I, [2022-02-07T08:37:28.453465 #1]  INFO -- : File > /var/spool/cron/crontabs/postgres  chmod:   chown:
I, [2022-02-07T08:37:28.453608 #1]  INFO -- : > echo postgres installed!
I, [2022-02-07T08:37:28.457926 #1]  INFO -- : postgres installed!

I, [2022-02-07T08:37:28.466751 #1]  INFO -- : File > /etc/service/redis/run  chmod: +x  chown:
I, [2022-02-07T08:37:28.491687 #1]  INFO -- : File > /etc/service/redis/log/run  chmod: +x  chown:
I, [2022-02-07T08:37:28.499559 #1]  INFO -- : File > /etc/runit/3.d/10-redis  chmod: +x  chown:
I, [2022-02-07T08:37:28.518542 #1]  INFO -- : Replacing daemonize yes with  in /etc/redis/redis.conf
I, [2022-02-07T08:37:28.519419 #1]  INFO -- : Replacing (?-mix:^pidfile.*$) with  in /etc/redis/redis.conf
I, [2022-02-07T08:37:28.529449 #1]  INFO -- : > install -d -m 0755 -o redis -g redis /shared/redis_data
I, [2022-02-07T08:37:28.533394 #1]  INFO -- :
I, [2022-02-07T08:37:28.534081 #1]  INFO -- : Replacing (?-mix:^logfile.*$) with logfile "" in /etc/redis/redis.conf
I, [2022-02-07T08:37:28.535137 #1]  INFO -- : Replacing (?-mix:^bind .*$) with  in /etc/redis/redis.conf
I, [2022-02-07T08:37:28.537651 #1]  INFO -- : Replacing (?-mix:^dir .*$) with dir /shared/redis_data in /etc/redis/redis.conf
I, [2022-02-07T08:37:28.540074 #1]  INFO -- : Replacing (?-mix:^protected-mode yes) with protected-mode no in /etc/redis/redis.conf
I, [2022-02-07T08:37:28.543971 #1]  INFO -- : Replacing # io-threads 4 with io-threads $redis_io_threads in /etc/redis/redis.conf
I, [2022-02-07T08:37:28.565718 #1]  INFO -- : > echo redis installed
I, [2022-02-07T08:37:28.569523 #1]  INFO -- : redis installed

I, [2022-02-07T08:37:28.569939 #1]  INFO -- : > cat /etc/redis/redis.conf | grep logfile
I, [2022-02-07T08:37:28.628868 #1]  INFO -- : logfile ""

I, [2022-02-07T08:37:28.629384 #1]  INFO -- : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
I, [2022-02-07T08:37:28.632482 #1]  INFO -- : > sleep 10
102:C 07 Feb 2022 08:37:28.658 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
102:C 07 Feb 2022 08:37:28.658 # Redis version=6.2.6, bits=64, commit=00000000, modified=0, pid=102, just started
102:C 07 Feb 2022 08:37:28.658 # Configuration loaded
102:M 07 Feb 2022 08:37:28.660 * monotonic clock: POSIX clock_gettime
102:M 07 Feb 2022 08:37:28.663 * Running mode=standalone, port=6379.
102:M 07 Feb 2022 08:37:28.663 # 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 08:37:28.663 # Server initialized
102:M 07 Feb 2022 08:37:28.663 # 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 08:37:28.664 * Loading RDB produced by version 5.0.5
102:M 07 Feb 2022 08:37:28.664 * RDB age 36 seconds
102:M 07 Feb 2022 08:37:28.664 * RDB memory usage when created 4.22 Mb
102:M 07 Feb 2022 08:37:28.677 # Done loading RDB, keys loaded: 3298, keys expired: 0.
102:M 07 Feb 2022 08:37:28.677 * DB loaded from disk: 0.014 seconds
102:M 07 Feb 2022 08:37:28.677 * Ready to accept connections
I, [2022-02-07T08:37:38.636150 #1]  INFO -- :
I, [2022-02-07T08:37:38.636660 #1]  INFO -- : > thpoff echo "thpoff is installed!"
I, [2022-02-07T08:37:38.658382 #1]  INFO -- : thpoff is installed!

I, [2022-02-07T08:37:38.658633 #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-07T08:37:38.730100 #1]  INFO -- :
I, [2022-02-07T08:37:38.730555 #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-07T08:37:38.814556 #1]  INFO -- :
I, [2022-02-07T08:37:38.814713 #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-07T08:37:38.901268 #1]  INFO -- :
I, [2022-02-07T08:37:38.901731 #1]  INFO -- : > rm -f /etc/cron.d/anacron
I, [2022-02-07T08:37:38.944782 #1]  INFO -- :
I, [2022-02-07T08:37:38.950150 #1]  INFO -- : File > /etc/cron.d/anacron  chmod:   chown:
I, [2022-02-07T08:37:38.983026 #1]  INFO -- : File > /etc/runit/1.d/copy-env  chmod: +x  chown:
I, [2022-02-07T08:37:38.991354 #1]  INFO -- : File > /etc/service/unicorn/run  chmod: +x  chown:
I, [2022-02-07T08:37:39.000231 #1]  INFO -- : File > /etc/service/nginx/run  chmod: +x  chown:
I, [2022-02-07T08:37:39.008710 #1]  INFO -- : File > /etc/runit/3.d/01-nginx  chmod: +x  chown:
I, [2022-02-07T08:37:39.018205 #1]  INFO -- : File > /etc/runit/3.d/02-unicorn  chmod: +x  chown:
I, [2022-02-07T08:37:39.018410 #1]  INFO -- : Replacing # postgres with sv start postgres || exit 1 in /etc/service/unicorn/run
I, [2022-02-07T08:37:39.018881 #1]  INFO -- : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
I, [2022-02-07T08:37:39.023685 #1]  INFO -- : > cd /var/www/discourse && git reset --hard
130:C 07 Feb 2022 08:37:39.026 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
130:C 07 Feb 2022 08:37:39.026 # Redis version=6.2.6, bits=64, commit=00000000, modified=0, pid=130, just started
130:C 07 Feb 2022 08:37:39.026 # Configuration loaded
130:M 07 Feb 2022 08:37:39.027 * monotonic clock: POSIX clock_gettime
130:M 07 Feb 2022 08:37:39.027 # Warning: Could not create server TCP listening socket *:6379: bind: Address already in use
130:M 07 Feb 2022 08:37:39.027 # Failed listening on port 6379 (TCP), aborting.
Updating files: 100% (30947/30947), done.
I, [2022-02-07T08:37:49.213233 #1]  INFO -- : HEAD is now at e1367cde I18N: Improve copy on blocked words error messages (#15741)

I, [2022-02-07T08:37:49.213450 #1]  INFO -- : > cd /var/www/discourse && git clean -f
I, [2022-02-07T08:37:49.383447 #1]  INFO -- :
I, [2022-02-07T08:37:49.383661 #1]  INFO -- : > cd /var/www/discourse && git remote set-branches --add origin main
I, [2022-02-07T08:37:49.388789 #1]  INFO -- :
I, [2022-02-07T08:37:49.388990 #1]  INFO -- : > cd /var/www/discourse && git remote set-branches origin tests-passed
I, [2022-02-07T08:37:49.395595 #1]  INFO -- :
I, [2022-02-07T08:37:49.395724 #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, [2022-02-07T08:37:53.262967 #1]  INFO -- :
I, [2022-02-07T08:37:53.263232 #1]  INFO -- : > cd /var/www/discourse && git checkout tests-passed
Switched to a new branch 'tests-passed'
I, [2022-02-07T08:37:53.863164 #1]  INFO -- : Branch 'tests-passed' set up to track remote branch 'tests-passed' from 'origin'.

I, [2022-02-07T08:37:53.863413 #1]  INFO -- : > cd /var/www/discourse && mkdir -p tmp
I, [2022-02-07T08:37:53.869257 #1]  INFO -- :
I, [2022-02-07T08:37:53.869415 #1]  INFO -- : > cd /var/www/discourse && chown discourse:www-data tmp
I, [2022-02-07T08:37:53.875433 #1]  INFO -- :
I, [2022-02-07T08:37:53.875569 #1]  INFO -- : > cd /var/www/discourse && mkdir -p tmp/pids
I, [2022-02-07T08:37:53.886846 #1]  INFO -- :
I, [2022-02-07T08:37:53.887210 #1]  INFO -- : > cd /var/www/discourse && mkdir -p tmp/sockets
I, [2022-02-07T08:37:53.891755 #1]  INFO -- :
I, [2022-02-07T08:37:53.891879 #1]  INFO -- : > cd /var/www/discourse && touch tmp/.gitkeep
I, [2022-02-07T08:37:53.912181 #1]  INFO -- :
I, [2022-02-07T08:37:53.912392 #1]  INFO -- : > cd /var/www/discourse && mkdir -p                    /shared/log/rails
I, [2022-02-07T08:37:53.919152 #1]  INFO -- :
I, [2022-02-07T08:37:53.919317 #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-07T08:37:53.925844 #1]  INFO -- :
I, [2022-02-07T08:37:53.926098 #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-07T08:37:53.934149 #1]  INFO -- :
I, [2022-02-07T08:37:53.934272 #1]  INFO -- : > cd /var/www/discourse && bash -c "mkdir -p           /shared/{uploads,backups}"
I, [2022-02-07T08:37:53.940413 #1]  INFO -- :
I, [2022-02-07T08:37:53.940675 #1]  INFO -- : > cd /var/www/discourse && bash -c "ln    -s           /shared/{uploads,backups} /var/www/discourse/public"
I, [2022-02-07T08:37:53.946322 #1]  INFO -- :
I, [2022-02-07T08:37:53.946436 #1]  INFO -- : > cd /var/www/discourse && bash -c "mkdir -p           /shared/tmp/{backups,restores}"
I, [2022-02-07T08:37:53.955341 #1]  INFO -- :
I, [2022-02-07T08:37:53.955454 #1]  INFO -- : > cd /var/www/discourse && bash -c "ln    -s           /shared/tmp/{backups,restores} /var/www/discourse/tmp"
I, [2022-02-07T08:37:53.961269 #1]  INFO -- :
I, [2022-02-07T08:37:53.961387 #1]  INFO -- : > cd /var/www/discourse && chown -R discourse:www-data /shared/log/rails /shared/uploads /shared/backups /shared/tmp
I, [2022-02-07T08:37:58.280709 #1]  INFO -- :
I, [2022-02-07T08:37:58.281100 #1]  INFO -- : > cd /var/www/discourse && find public/plugins/ -maxdepth 1 -xtype l -delete
I, [2022-02-07T08:37:58.355266 #1]  INFO -- :
I, [2022-02-07T08:37:58.355642 #1]  INFO -- : Replacing # redis with sv start redis || exit 1 in /etc/service/unicorn/run
I, [2022-02-07T08:37:58.356594 #1]  INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/docker_manager.git
Cloning into 'docker_manager'...
I, [2022-02-07T08:38:00.502423 #1]  INFO -- :
I, [2022-02-07T08:38:00.502668 #1]  INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/zh99998/discourse-username-localization.git
Cloning into 'discourse-username-localization'...
I, [2022-02-07T08:38:01.965870 #1]  INFO -- :
I, [2022-02-07T08:38:01.966145 #1]  INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/zh99998/discourse-discuz-migrate.git
Cloning into 'discourse-discuz-migrate'...
I, [2022-02-07T08:38:03.416506 #1]  INFO -- :
I, [2022-02-07T08:38:03.416755 #1]  INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/fantasticfears/discourse-chinese-localization-pack.git
Cloning into 'discourse-chinese-localization-pack'...
I, [2022-02-07T08:38:04.946618 #1]  INFO -- :
I, [2022-02-07T08:38:04.947210 #1]  INFO -- : > cp /var/www/discourse/config/nginx.sample.conf /etc/nginx/conf.d/discourse.conf
I, [2022-02-07T08:38:04.993392 #1]  INFO -- :
I, [2022-02-07T08:38:04.993737 #1]  INFO -- : > rm /etc/nginx/sites-enabled/default
I, [2022-02-07T08:38:04.998883 #1]  INFO -- :
I, [2022-02-07T08:38:04.999113 #1]  INFO -- : > mkdir -p /var/nginx/cache
I, [2022-02-07T08:38:05.005333 #1]  INFO -- :
I, [2022-02-07T08:38:05.020709 #1]  INFO -- : Replacing pid /run/nginx.pid; with daemon off; in /etc/nginx/nginx.conf
I, [2022-02-07T08:38:05.021572 #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-07T08:38:05.022333 #1]  INFO -- : Replacing (?-mix:server_name.+$) with server_name _ ; in /etc/nginx/conf.d/discourse.conf
I, [2022-02-07T08:38:05.031361 #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-07T08:38:05.033022 #1]  INFO -- : > echo "done configuring web"
I, [2022-02-07T08:38:05.038826 #1]  INFO -- : done configuring web

I, [2022-02-07T08:38:05.039372 #1]  INFO -- : > gem sources --add https://gems.ruby-china.com/ --remove https://rubygems.org/
I, [2022-02-07T08:38:09.814320 #1]  INFO -- : https://gems.ruby-china.com/ added to sources
https://rubygems.org/ removed from sources

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

I, [2022-02-07T08:38:11.730274 #1]  INFO -- : > cd /var/www/discourse && find /var/www/discourse ! -user discourse -exec chown discourse {} \+
I, [2022-02-07T08:38:55.270252 #1]  INFO -- :
I, [2022-02-07T08:38:55.270751 #1]  INFO -- : > su discourse -c 'bundle config mirror.https://rubygems.org https://gems.ruby-china.com/'
I, [2022-02-07T08:38:55.891153 #1]  INFO -- :
I, [2022-02-07T08:38:55.891618 #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, [2022-02-07T08:39:33.094750 #1]  INFO -- : Running `bundle install --deployment --jobs 4 --retry 3 --verbose --without "test" "development"` with bundler 2.3.4
Frozen, using resolution from the lockfile
The definition is missing ["bootsnap-1.10.3", "excon-0.91.0", "nokogiri-1.13.1-x86_64-linux", "oj-3.13.11", "pg-1.3.1", "mini_sql-1.3.0", "sidekiq-6.4.0", "mini_racer-0.6.2", "puma-5.6.1", "cppjieba_rb-0.4.2", "msgpack-1.4.4", "i18n-1.9.1", "zeitwerk-2.5.4", "ipaddr-1.2.4"]
HTTP GET https://gems.ruby-china.com/versions
HTTP 206 Partial Content https://gems.ruby-china.com/versions
HTTP GET https://gems.ruby-china.com/versions
HTTP 200 OK https://gems.ruby-china.com/versions
The checksum of /versions does not match the checksum provided by the server! Something is wrong (local checksum is "\"b9a4a84cc18e5b244624c53e26ba7150\"", was expecting "\"099c7ea63dc582fab0d8c952c013c8c2\"").
HTTP GET https://gems.ruby-china.com/api/v1/dependencies
HTTP 200 OK https://gems.ruby-china.com/api/v1/dependencies
Fetching gem metadata from https://gems.ruby-china.com/
Query List: ["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-multipart", "faraday-net_http", "faraday-net_http_persistent", "faraday-patron", "faraday-rack", "faraday-retry", "fast_blank", "fast_xs", "fastimage", "ffi", "fspath", "gc_tracer", "globalid", "guess_html_encoding", "hana", "hashdiff", "hashie", "highline", "hkdf", "htmlentities", "http_accept_language", "i18n", "image_optim", "image_size", "in_threads", "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"]
Query Gemcutter Dependency Endpoint API: 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-multipart,faraday-net_http,faraday-net_http_persistent,faraday-patron,faraday-rack,faraday-retry,fast_blank,fast_xs,fastimage,ffi,fspath,gc_tracer,globalid,guess_html_encoding,hana,hashdiff,hashie,highline,hkdf,htmlentities,http_accept_language,i18n,image_optim,image_size,in_threads,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://gems.ruby-china.com/api/v1/dependencies?gems=actionmailer%2Cactionpack%2Cactionview%2Cactionview_precompiler%2Cactive_model_serializers%2Cactivejob%2Cactivemodel%2Cactiverecord%2Cactivesupport%2Caddressable%2Cannotate%2Cast%2Caws-eventstream%2Caws-partitions%2Caws-sdk-core%2Caws-sdk-kms%2Caws-sdk-s3%2Caws-sdk-sns%2Caws-sigv4%2Cbarber%2Cbetter_errors%2Cbinding_of_caller%2Cbootsnap%2Cbuilder%2Cbullet%2Cbyebug%2Ccbor%2Ccertified%2Cchunky_png%2Ccoderay%2Ccolored2%2Cconcurrent-ruby%2Cconnection_pool%2Ccose%2Ccppjieba_rb%2Ccrack%2Ccrass%2Ccss_parser%2Cdebug_inspector%2Cdiff-lcs%2Cdiffy%2Cdiscourse-ember-rails%2Cdiscourse-ember-source%2Cdiscourse-fonts%2Cdiscourse_dev_assets%2Cdocile%2Cecma-re-validator%2Cemail_reply_trimmer%2Cember-data-source%2Cember-handlebars-template
HTTP 200 OK https://gems.ruby-china.com/api/v1/dependencies?gems=actionmailer%2Cactionpack%2Cactionview%2Cactionview_precompiler%2Cactive_model_serializers%2Cactivejob%2Cactivemodel%2Cactiverecord%2Cactivesupport%2Caddressable%2Cannotate%2Cast%2Caws-eventstream%2Caws-partitions%2Caws-sdk-core%2Caws-sdk-kms%2Caws-sdk-s3%2Caws-sdk-sns%2Caws-sigv4%2Cbarber%2Cbetter_errors%2Cbinding_of_caller%2Cbootsnap%2Cbuilder%2Cbullet%2Cbyebug%2Ccbor%2Ccertified%2Cchunky_png%2Ccoderay%2Ccolored2%2Cconcurrent-ruby%2Cconnection_pool%2Ccose%2Ccppjieba_rb%2Ccrack%2Ccrass%2Ccss_parser%2Cdebug_inspector%2Cdiff-lcs%2Cdiffy%2Cdiscourse-ember-rails%2Cdiscourse-ember-source%2Cdiscourse-fonts%2Cdiscourse_dev_assets%2Cdocile%2Cecma-re-validator%2Cemail_reply_trimmer%2Cember-data-source%2Cember-handlebars-template
HTTP GET https://gems.ruby-china.com/api/v1/dependencies?gems=ember-source%2Cerubi%2Cexcon%2Cexecjs%2Cexifr%2Cfabrication%2Cfaker%2Cfakeweb%2Cfaraday%2Cfaraday-em_http%2Cfaraday-em_synchrony%2Cfaraday-excon%2Cfaraday-httpclient%2Cfaraday-multipart%2Cfaraday-net_http%2Cfaraday-net_http_persistent%2Cfaraday-patron%2Cfaraday-rack%2Cfaraday-retry%2Cfast_blank%2Cfast_xs%2Cfastimage%2Cffi%2Cfspath%2Cgc_tracer%2Cglobalid%2Cguess_html_encoding%2Chana%2Chashdiff%2Chashie%2Chighline%2Chkdf%2Chtmlentities%2Chttp_accept_language%2Ci18n%2Cimage_optim%2Cimage_size%2Cin_threads%2Cipaddr%2Cjmespath%2Cjquery-rails%2Cjson%2Cjson-schema%2Cjson_schemer%2Cjwt%2Ckgio%2Clibv8-node%2Clisten%2Cliterate_randomizer%2Clograge
HTTP 200 OK https://gems.ruby-china.com/api/v1/dependencies?gems=ember-source%2Cerubi%2Cexcon%2Cexecjs%2Cexifr%2Cfabrication%2Cfaker%2Cfakeweb%2Cfaraday%2Cfaraday-em_http%2Cfaraday-em_synchrony%2Cfaraday-excon%2Cfaraday-httpclient%2Cfaraday-multipart%2Cfaraday-net_http%2Cfaraday-net_http_persistent%2Cfaraday-patron%2Cfaraday-rack%2Cfaraday-retry%2Cfast_blank%2Cfast_xs%2Cfastimage%2Cffi%2Cfspath%2Cgc_tracer%2Cglobalid%2Cguess_html_encoding%2Chana%2Chashdiff%2Chashie%2Chighline%2Chkdf%2Chtmlentities%2Chttp_accept_language%2Ci18n%2Cimage_optim%2Cimage_size%2Cin_threads%2Cipaddr%2Cjmespath%2Cjquery-rails%2Cjson%2Cjson-schema%2Cjson_schemer%2Cjwt%2Ckgio%2Clibv8-node%2Clisten%2Cliterate_randomizer%2Clograge
HTTP GET https://gems.ruby-china.com/api/v1/dependencies?gems=logstash-event%2Clogstash-logger%2Clogster%2Cloofah%2Clru_redux%2Clz4-ruby%2Cmaxminddb%2Cmemory_profiler%2Cmessage_bus%2Cmethod_source%2Cmini_mime%2Cmini_portile2%2Cmini_racer%2Cmini_scheduler%2Cmini_sql%2Cmini_suffix%2Cminitest%2Cmocha%2Cmock_redis%2Cmsgpack%2Cmulti_json%2Cmulti_xml%2Cmultipart-post%2Cmustache%2Cnio4r%2Cnokogiri%2Coauth%2Coauth2%2Coj%2Comniauth%2Comniauth-facebook%2Comniauth-github%2Comniauth-google-oauth2%2Comniauth-oauth%2Comniauth-oauth2%2Comniauth-twitter%2Copenssl%2Copenssl-signature_algorithm%2Coptimist%2Cparallel%2Cparallel_tests%2Cparser%2Cpg%2Cprogress%2Cpry%2Cpry-byebug%2Cpry-rails%2Cpublic_suffix%2Cpuma%2Cr2
HTTP 200 OK https://gems.ruby-china.com/api/v1/dependencies?gems=logstash-event%2Clogstash-logger%2Clogster%2Cloofah%2Clru_redux%2Clz4-ruby%2Cmaxminddb%2Cmemory_profiler%2Cmessage_bus%2Cmethod_source%2Cmini_mime%2Cmini_portile2%2Cmini_racer%2Cmini_scheduler%2Cmini_sql%2Cmini_suffix%2Cminitest%2Cmocha%2Cmock_redis%2Cmsgpack%2Cmulti_json%2Cmulti_xml%2Cmultipart-post%2Cmustache%2Cnio4r%2Cnokogiri%2Coauth%2Coauth2%2Coj%2Comniauth%2Comniauth-facebook%2Comniauth-github%2Comniauth-google-oauth2%2Comniauth-oauth%2Comniauth-oauth2%2Comniauth-twitter%2Copenssl%2Copenssl-signature_algorithm%2Coptimist%2Cparallel%2Cparallel_tests%2Cparser%2Cpg%2Cprogress%2Cpry%2Cpry-byebug%2Cpry-rails%2Cpublic_suffix%2Cpuma%2Cr2
HTTP GET https://gems.ruby-china.com/api/v1/dependencies?gems=racc%2Crack%2Crack-mini-profiler%2Crack-protection%2Crack-test%2Crails-dom-testing%2Crails-html-sanitizer%2Crails_failover%2Crails_multisite%2Crailties%2Crainbow%2Craindrops%2Crake%2Crb-fsevent%2Crb-inotify%2Crbtrace%2Crchardet%2Credis%2Credis-namespace%2Cregexp_parser%2Crequest_store%2Crexml%2Crinku%2Crotp%2Crqrcode%2Crqrcode_core%2Crspec%2Crspec-core%2Crspec-expectations%2Crspec-html-matchers%2Crspec-mocks%2Crspec-rails%2Crspec-support%2Crss%2Crswag-specs%2Crtlit%2Crubocop%2Crubocop-ast%2Crubocop-discourse%2Crubocop-rspec%2Cruby-prof%2Cruby-progressbar%2Cruby-readability%2Cruby2_keywords%2Crubyzip%2Csanitize%2Csassc%2Csassc-rails%2Cseed-fu%2Cshoulda-matchers
HTTP 200 OK https://gems.ruby-china.com/api/v1/dependencies?gems=racc%2Crack%2Crack-mini-profiler%2Crack-protection%2Crack-test%2Crails-dom-testing%2Crails-html-sanitizer%2Crails_failover%2Crails_multisite%2Crailties%2Crainbow%2Craindrops%2Crake%2Crb-fsevent%2Crb-inotify%2Crbtrace%2Crchardet%2Credis%2Credis-namespace%2Cregexp_parser%2Crequest_store%2Crexml%2Crinku%2Crotp%2Crqrcode%2Crqrcode_core%2Crspec%2Crspec-core%2Crspec-expectations%2Crspec-html-matchers%2Crspec-mocks%2Crspec-rails%2Crspec-support%2Crss%2Crswag-specs%2Crtlit%2Crubocop%2Crubocop-ast%2Crubocop-discourse%2Crubocop-rspec%2Cruby-prof%2Cruby-progressbar%2Cruby-readability%2Cruby2_keywords%2Crubyzip%2Csanitize%2Csassc%2Csassc-rails%2Cseed-fu%2Cshoulda-matchers
HTTP GET https://gems.ruby-china.com/api/v1/dependencies?gems=sidekiq%2Csimplecov%2Csimplecov-html%2Csimplecov_json_formatter%2Csprockets%2Csprockets-rails%2Csshkey%2Cstackprof%2Ctest-prof%2Cthor%2Ctilt%2Ctzinfo%2Cuglifier%2Cunf%2Cunf_ext%2Cunicode-display_width%2Cunicorn%2Cuniform_notifier%2Curi_template%2Cwebmock%2Cwebpush%2Cxorcist%2Cyaml-lint%2Czeitwerk
HTTP 200 OK https://gems.ruby-china.com/api/v1/dependencies?gems=sidekiq%2Csimplecov%2Csimplecov-html%2Csimplecov_json_formatter%2Csprockets%2Csprockets-rails%2Csshkey%2Cstackprof%2Ctest-prof%2Cthor%2Ctilt%2Ctzinfo%2Cuglifier%2Cunf%2Cunf_ext%2Cunicode-display_width%2Cunicorn%2Cuniform_notifier%2Curi_template%2Cwebmock%2Cwebpush%2Cxorcist%2Cyaml-lint%2Czeitwerk
Query List: ["net-smtp", "net-pop", "net-imap", "mail", "text-format", "erubis", "rack-cache", "rack-mount", "journey", "rails-deprecated_sanitizer", "case_transform", "jsonapi-renderer", "jsonapi", "activemodel-globalid", "bcrypt-ruby", "arel", "activerecord-deprecated_finders", "thread_safe", "memcache-client", "jamespath", "http-2", "aws-crt", "handlebars-source", "ember-template-compiler-source", "rouge", "snappy", "columnize", "debugger-linecache", "slop", "rb-readline", "functional-ruby", "ref", "safe_yaml", "rdoc", "tty-tree", "tty-screen", "tty-pager", "pastel", "rcov", "httpclient", "net-http-persistent", "patron", "rake-compiler", "xattr", "ffi-xattr", "rb-appscript", "termios", "json_pure", "rails", "rdf", "rb-fchange", "celluloid", "rb-kqueue", "celluloid-io", "ruby_dep", "stud", "eventmachine", "thin", "ruby_parser", "net-ftp", "libv8", "metaclass", "hoe", "mini_portile", "weakling", "pkg-config", "ruby-hmac", "httpauth", "faraday-middleware", "bigdecimal", "oa-basic", "oa-enterprise", "oa-core", "oa-more", "oa-oauth", "oa-openid", "sexp_processor", "win32console", "spoon", "yard", "pry-doc", "escape_utils", "rack-ssl", "trollop", "base32", "webrat", "rspec-collection_matchers", "powerpack", "astrolabe", "jaro_winkler", "psych", "tins", "term-ansicolor", "backports", "strscan", "hpricot", "nokogumbo", "bundler", "sass", "bourne", "sinatra", "sprockets-sass", "compass", "slim", "lockfile", "hike", "therubyracer"]
Query Gemcutter Dependency Endpoint API: net-smtp,net-pop,net-imap,mail,text-format,erubis,rack-cache,rack-mount,journey,rails-deprecated_sanitizer,case_transform,jsonapi-renderer,jsonapi,activemodel-globalid,bcrypt-ruby,arel,activerecord-deprecated_finders,thread_safe,memcache-client,jamespath,http-2,aws-crt,handlebars-source,ember-template-compiler-source,rouge,snappy,columnize,debugger-linecache,slop,rb-readline,functional-ruby,ref,safe_yaml,rdoc,tty-tree,tty-screen,tty-pager,pastel,rcov,httpclient,net-http-persistent,patron,rake-compiler,xattr,ffi-xattr,rb-appscript,termios,json_pure,rails,rdf,rb-fchange,celluloid,rb-kqueue,celluloid-io,ruby_dep,stud,eventmachine,thin,ruby_parser,net-ftp,libv8,metaclass,hoe,mini_portile,weakling,pkg-config,ruby-hmac,httpauth,faraday-middleware,bigdecimal,oa-basic,oa-enterprise,oa-core,oa-more,oa-oauth,oa-openid,sexp_processor,win32console,spoon,yard,pry-doc,escape_utils,rack-ssl,trollop,base32,webrat,rspec-collection_matchers,powerpack,astrolabe,jaro_winkler,psych,tins,term-ansicolor,backports,strscan,hpricot,nokogumbo,bundler,sass,bourne,sinatra,sprockets-sass,compass,slim,lockfile,hike,therubyracer
HTTP GET https://gems.ruby-china.com/api/v1/dependencies?gems=activemodel-globalid%2Cactiverecord-deprecated_finders%2Carel%2Caws-crt%2Cbcrypt-ruby%2Ccase_transform%2Ccolumnize%2Cdebugger-linecache%2Cember-template-compiler-source%2Cerubis%2Cffi-xattr%2Cfunctional-ruby%2Chandlebars-source%2Chttp-2%2Chttpclient%2Cjamespath%2Cjourney%2Cjson_pure%2Cjsonapi%2Cjsonapi-renderer%2Cmail%2Cmemcache-client%2Cnet-http-persistent%2Cnet-imap%2Cnet-pop%2Cnet-smtp%2Cpastel%2Cpatron%2Crack-cache%2Crack-mount%2Crails%2Crails-deprecated_sanitizer%2Crake-compiler%2Crb-appscript%2Crb-readline%2Crcov%2Crdf%2Crdoc%2Cref%2Crouge%2Csafe_yaml%2Cslop%2Csnappy%2Ctermios%2Ctext-format%2Cthread_safe%2Ctty-pager%2Ctty-screen%2Ctty-tree%2Cxattr
HTTP 200 OK https://gems.ruby-china.com/api/v1/dependencies?gems=activemodel-globalid%2Cactiverecord-deprecated_finders%2Carel%2Caws-crt%2Cbcrypt-ruby%2Ccase_transform%2Ccolumnize%2Cdebugger-linecache%2Cember-template-compiler-source%2Cerubis%2Cffi-xattr%2Cfunctional-ruby%2Chandlebars-source%2Chttp-2%2Chttpclient%2Cjamespath%2Cjourney%2Cjson_pure%2Cjsonapi%2Cjsonapi-renderer%2Cmail%2Cmemcache-client%2Cnet-http-persistent%2Cnet-imap%2Cnet-pop%2Cnet-smtp%2Cpastel%2Cpatron%2Crack-cache%2Crack-mount%2Crails%2Crails-deprecated_sanitizer%2Crake-compiler%2Crb-appscript%2Crb-readline%2Crcov%2Crdf%2Crdoc%2Cref%2Crouge%2Csafe_yaml%2Cslop%2Csnappy%2Ctermios%2Ctext-format%2Cthread_safe%2Ctty-pager%2Ctty-screen%2Ctty-tree%2Cxattr
HTTP GET https://gems.ruby-china.com/api/v1/dependencies?gems=astrolabe%2Cbackports%2Cbase32%2Cbigdecimal%2Cbourne%2Cbundler%2Ccelluloid%2Ccelluloid-io%2Cescape_utils%2Ceventmachine%2Cfaraday-middleware%2Choe%2Chpricot%2Chttpauth%2Cjaro_winkler%2Clibv8%2Cmetaclass%2Cmini_portile%2Cnet-ftp%2Cnokogumbo%2Coa-basic%2Coa-core%2Coa-enterprise%2Coa-more%2Coa-oauth%2Coa-openid%2Cpkg-config%2Cpowerpack%2Cpry-doc%2Cpsych%2Crack-ssl%2Crb-fchange%2Crb-kqueue%2Crspec-collection_matchers%2Cruby-hmac%2Cruby_dep%2Cruby_parser%2Csass%2Csexp_processor%2Cspoon%2Cstrscan%2Cstud%2Cterm-ansicolor%2Cthin%2Ctins%2Ctrollop%2Cweakling%2Cwebrat%2Cwin32console%2Cyard
HTTP 200 OK https://gems.ruby-china.com/api/v1/dependencies?gems=astrolabe%2Cbackports%2Cbase32%2Cbigdecimal%2Cbourne%2Cbundler%2Ccelluloid%2Ccelluloid-io%2Cescape_utils%2Ceventmachine%2Cfaraday-middleware%2Choe%2Chpricot%2Chttpauth%2Cjaro_winkler%2Clibv8%2Cmetaclass%2Cmini_portile%2Cnet-ftp%2Cnokogumbo%2Coa-basic%2Coa-core%2Coa-enterprise%2Coa-more%2Coa-oauth%2Coa-openid%2Cpkg-config%2Cpowerpack%2Cpry-doc%2Cpsych%2Crack-ssl%2Crb-fchange%2Crb-kqueue%2Crspec-collection_matchers%2Cruby-hmac%2Cruby_dep%2Cruby_parser%2Csass%2Csexp_processor%2Cspoon%2Cstrscan%2Cstud%2Cterm-ansicolor%2Cthin%2Ctins%2Ctrollop%2Cweakling%2Cwebrat%2Cwin32console%2Cyard
HTTP GET https://gems.ruby-china.com/api/v1/dependencies?gems=compass%2Chike%2Clockfile%2Csinatra%2Cslim%2Csprockets-sass%2Ctherubyracer
HTTP 200 OK https://gems.ruby-china.com/api/v1/dependencies?gems=compass%2Chike%2Clockfile%2Csinatra%2Cslim%2Csprockets-sass%2Ctherubyracer
Query List: ["bcrypt", "ruby_core_source", "debugger-ruby_core_source", "abstract", "spruz", "jsonapi-parser", "mime-types", "treetop", "tlsmail", "RubyInline", "ZenTest", "net-protocol", "digest", "timeout", "equatable", "tty-color", "multimap", "activeresource", "actioncable", "activestorage", "actionmailbox", "actiontext", "actionwebservice", "link_header", "hamster", "snappy-jars", "text-hyphen", "atomic", "tty-which", "verse", "strings", "timers", "facter", "nenv", "dotenv", "celluloid-essentials", "celluloid-supervision", "celluloid-pool", "celluloid-fsm", "celluloid-extras", "rspec-logsplit", "rubyforge", "gemcutter", "time", "rest-client", "restclient", "net-ldap", "rubyntlm", "pyu-ruby-sasl", "uuid", "XMLCanonicalizer", "rack-openid", "ruby-openid-apps-discovery", "jar-dependencies", "stringio", "win32-api", "ParseTree", "sass-listen", "metriks", "daemons", "sync", "curses", "webrick", "fssm", "haml", "compass-core", "compass-import-once", "mustermann", "mongrel", "temple", "sprockets-helpers"]
Query Gemcutter Dependency Endpoint API: bcrypt,ruby_core_source,debugger-ruby_core_source,abstract,spruz,jsonapi-parser,mime-types,treetop,tlsmail,RubyInline,ZenTest,net-protocol,digest,timeout,equatable,tty-color,multimap,activeresource,actioncable,activestorage,actionmailbox,actiontext,actionwebservice,link_header,hamster,snappy-jars,text-hyphen,atomic,tty-which,verse,strings,timers,facter,nenv,dotenv,celluloid-essentials,celluloid-supervision,celluloid-pool,celluloid-fsm,celluloid-extras,rspec-logsplit,rubyforge,gemcutter,time,rest-client,restclient,net-ldap,rubyntlm,pyu-ruby-sasl,uuid,XMLCanonicalizer,rack-openid,ruby-openid-apps-discovery,jar-dependencies,stringio,win32-api,ParseTree,sass-listen,metriks,daemons,sync,curses,webrick,fssm,haml,compass-core,compass-import-once,mustermann,mongrel,temple,sprockets-helpers
HTTP GET https://gems.ruby-china.com/api/v1/dependencies?gems=RubyInline%2CZenTest%2Cabstract%2Cactioncable%2Cactionmailbox%2Cactiontext%2Cactionwebservice%2Cactiveresource%2Cactivestorage%2Catomic%2Cbcrypt%2Ccelluloid-essentials%2Ccelluloid-extras%2Ccelluloid-fsm%2Ccelluloid-pool%2Ccelluloid-supervision%2Cdebugger-ruby_core_source%2Cdigest%2Cdotenv%2Cequatable%2Cfacter%2Cgemcutter%2Chamster%2Cjsonapi-parser%2Clink_header%2Cmime-types%2Cmultimap%2Cnenv%2Cnet-ldap%2Cnet-protocol%2Cpyu-ruby-sasl%2Crest-client%2Crestclient%2Crspec-logsplit%2Cruby_core_source%2Crubyforge%2Crubyntlm%2Csnappy-jars%2Cspruz%2Cstrings%2Ctext-hyphen%2Ctime%2Ctimeout%2Ctimers%2Ctlsmail%2Ctreetop%2Ctty-color%2Ctty-which%2Cuuid%2Cverse
HTTP 200 OK https://gems.ruby-china.com/api/v1/dependencies?gems=RubyInline%2CZenTest%2Cabstract%2Cactioncable%2Cactionmailbox%2Cactiontext%2Cactionwebservice%2Cactiveresource%2Cactivestorage%2Catomic%2Cbcrypt%2Ccelluloid-essentials%2Ccelluloid-extras%2Ccelluloid-fsm%2Ccelluloid-pool%2Ccelluloid-supervision%2Cdebugger-ruby_core_source%2Cdigest%2Cdotenv%2Cequatable%2Cfacter%2Cgemcutter%2Chamster%2Cjsonapi-parser%2Clink_header%2Cmime-types%2Cmultimap%2Cnenv%2Cnet-ldap%2Cnet-protocol%2Cpyu-ruby-sasl%2Crest-client%2Crestclient%2Crspec-logsplit%2Cruby_core_source%2Crubyforge%2Crubyntlm%2Csnappy-jars%2Cspruz%2Cstrings%2Ctext-hyphen%2Ctime%2Ctimeout%2Ctimers%2Ctlsmail%2Ctreetop%2Ctty-color%2Ctty-which%2Cuuid%2Cverse
HTTP GET https://gems.ruby-china.com/api/v1/dependencies?gems=ParseTree%2CXMLCanonicalizer%2Ccompass-core%2Ccompass-import-once%2Ccurses%2Cdaemons%2Cfssm%2Chaml%2Cjar-dependencies%2Cmetriks%2Cmongrel%2Cmustermann%2Crack-openid%2Cruby-openid-apps-discovery%2Csass-listen%2Csprockets-helpers%2Cstringio%2Csync%2Ctemple%2Cwebrick%2Cwin32-api
HTTP 200 OK https://gems.ruby-china.com/api/v1/dependencies?gems=ParseTree%2CXMLCanonicalizer%2Ccompass-core%2Ccompass-import-once%2Ccurses%2Cdaemons%2Cfssm%2Chaml%2Cjar-dependencies%2Cmetriks%2Cmongrel%2Cmustermann%2Crack-openid%2Cruby-openid-apps-discovery%2Csass-listen%2Csprockets-helpers%2Cstringio%2Csync%2Ctemple%2Cwebrick%2Cwin32-api
Query List: ["websocket-driver", "coffee-rails", "faye-websocket", "em-hiredis", "activemodel-serializers-xml", "rails-observers", "marcel", "mimemagic", "celluloid-gems", "coveralls", "dotenv-deployment", "hocon", "CFPropertyList", "win32-dir", "win32-security", "sys-admin", "windows-api", "windows-pr", "net-scp", "mime-types-data", "io-wait", "netrc", "http-cookie", "http-accept", "archive-tar-minitar", "unicode_utils", "strings-ansi", "date", "hitimes", "polyglot", "facets", "macaddr", "SexpProcessor", "log4r", "ruby-maven", "avl_tree", "rbtree", "faraday_middleware", "yajl-ruby", "fastthread", "gem_plugin", "cgi_multipart_eof_fix", "tool", "ruby-openid", "test-unit"]
Query Gemcutter Dependency Endpoint API: websocket-driver,coffee-rails,faye-websocket,em-hiredis,activemodel-serializers-xml,rails-observers,marcel,mimemagic,celluloid-gems,coveralls,dotenv-deployment,hocon,CFPropertyList,win32-dir,win32-security,sys-admin,windows-api,windows-pr,net-scp,mime-types-data,io-wait,netrc,http-cookie,http-accept,archive-tar-minitar,unicode_utils,strings-ansi,date,hitimes,polyglot,facets,macaddr,SexpProcessor,log4r,ruby-maven,avl_tree,rbtree,faraday_middleware,yajl-ruby,fastthread,gem_plugin,cgi_multipart_eof_fix,tool,ruby-openid,test-unit
HTTP GET https://gems.ruby-china.com/api/v1/dependencies?gems=CFPropertyList%2CSexpProcessor%2Cactivemodel-serializers-xml%2Carchive-tar-minitar%2Cavl_tree%2Ccelluloid-gems%2Ccgi_multipart_eof_fix%2Ccoffee-rails%2Ccoveralls%2Cdate%2Cdotenv-deployment%2Cem-hiredis%2Cfacets%2Cfaraday_middleware%2Cfastthread%2Cfaye-websocket%2Cgem_plugin%2Chitimes%2Chocon%2Chttp-accept%2Chttp-cookie%2Cio-wait%2Clog4r%2Cmacaddr%2Cmarcel%2Cmime-types-data%2Cmimemagic%2Cnet-scp%2Cnetrc%2Cpolyglot%2Crails-observers%2Crbtree%2Cruby-maven%2Cruby-openid%2Cstrings-ansi%2Csys-admin%2Ctest-unit%2Ctool%2Cunicode_utils%2Cwebsocket-driver%2Cwin32-dir%2Cwin32-security%2Cwindows-api%2Cwindows-pr%2Cyajl-ruby
HTTP 200 OK https://gems.ruby-china.com/api/v1/dependencies?gems=CFPropertyList%2CSexpProcessor%2Cactivemodel-serializers-xml%2Carchive-tar-minitar%2Cavl_tree%2Ccelluloid-gems%2Ccgi_multipart_eof_fix%2Ccoffee-rails%2Ccoveralls%2Cdate%2Cdotenv-deployment%2Cem-hiredis%2Cfacets%2Cfaraday_middleware%2Cfastthread%2Cfaye-websocket%2Cgem_plugin%2Chitimes%2Chocon%2Chttp-accept%2Chttp-cookie%2Cio-wait%2Clog4r%2Cmacaddr%2Cmarcel%2Cmime-types-data%2Cmimemagic%2Cnet-scp%2Cnetrc%2Cpolyglot%2Crails-observers%2Crbtree%2Cruby-maven%2Cruby-openid%2Cstrings-ansi%2Csys-admin%2Ctest-unit%2Ctool%2Cunicode_utils%2Cwebsocket-driver%2Cwin32-dir%2Cwin32-security%2Cwindows-api%2Cwindows-pr%2Cyajl-ruby
Query List: ["libxml-ruby", "minitar", "minitar-cli", "coffee-script", "colorize", "hiredis", "roauth", "configuration", "mkrf", "domain_name", "sqlite3", "systemu", "net-ssh", "maven-tools", "ruby-maven-libs", "ruby-yadis", "power_assert", "websocket-extensions", "ffi-win32-extensions"]
Query Gemcutter Dependency Endpoint API: libxml-ruby,minitar,minitar-cli,coffee-script,colorize,hiredis,roauth,configuration,mkrf,domain_name,sqlite3,systemu,net-ssh,maven-tools,ruby-maven-libs,ruby-yadis,power_assert,websocket-extensions,ffi-win32-extensions
HTTP GET https://gems.ruby-china.com/api/v1/dependencies?gems=coffee-script%2Ccolorize%2Cconfiguration%2Cdomain_name%2Cffi-win32-extensions%2Chiredis%2Clibxml-ruby%2Cmaven-tools%2Cminitar%2Cminitar-cli%2Cmkrf%2Cnet-ssh%2Cpower_assert%2Croauth%2Cruby-maven-libs%2Cruby-yadis%2Csqlite3%2Csystemu%2Cwebsocket-extensions
HTTP 200 OK https://gems.ruby-china.com/api/v1/dependencies?gems=coffee-script%2Ccolorize%2Cconfiguration%2Cdomain_name%2Cffi-win32-extensions%2Chiredis%2Clibxml-ruby%2Cmaven-tools%2Cminitar%2Cminitar-cli%2Cmkrf%2Cnet-ssh%2Cpower_assert%2Croauth%2Cruby-maven-libs%2Cruby-yadis%2Csqlite3%2Csystemu%2Cwebsocket-extensions
Query List: ["coffee-script-source", "virtus", "powerbar", "needle", "jruby-pageant", "rbnacl-libsodium", "rbnacl", "bcrypt_pbkdf", "pattern-match"]
Query Gemcutter Dependency Endpoint API: coffee-script-source,virtus,powerbar,needle,jruby-pageant,rbnacl-libsodium,rbnacl,bcrypt_pbkdf,pattern-match
HTTP GET https://gems.ruby-china.com/api/v1/dependencies?gems=bcrypt_pbkdf%2Ccoffee-script-source%2Cjruby-pageant%2Cneedle%2Cpattern-match%2Cpowerbar%2Crbnacl%2Crbnacl-libsodium%2Cvirtus
HTTP 200 OK https://gems.ruby-china.com/api/v1/dependencies?gems=bcrypt_pbkdf%2Ccoffee-script-source%2Cjruby-pageant%2Cneedle%2Cpattern-match%2Cpowerbar%2Crbnacl%2Crbnacl-libsodium%2Cvirtus
Query List: ["ansi", "descendants_tracker", "equalizer", "coercible", "axiom-types"]
Query Gemcutter Dependency Endpoint API: ansi,descendants_tracker,equalizer,coercible,axiom-types
HTTP GET https://gems.ruby-china.com/api/v1/dependencies?gems=ansi%2Caxiom-types%2Ccoercible%2Cdescendants_tracker%2Cequalizer
HTTP 200 OK https://gems.ruby-china.com/api/v1/dependencies?gems=ansi%2Caxiom-types%2Ccoercible%2Cdescendants_tracker%2Cequalizer
Query List: ["ice_nine", "adamantium"]
Query Gemcutter Dependency Endpoint API: ice_nine,adamantium
HTTP GET https://gems.ruby-china.com/api/v1/dependencies?gems=adamantium%2Cice_nine
HTTP 200 OK https://gems.ruby-china.com/api/v1/dependencies?gems=adamantium%2Cice_nine
Query List: ["memoizable"]
Query Gemcutter Dependency Endpoint API: memoizable
HTTP GET https://gems.ruby-china.com/api/v1/dependencies?gems=memoizable
HTTP 200 OK https://gems.ruby-china.com/api/v1/dependencies?gems=memoizable
Query List: []
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
Using minitest 5.15.0
0:  concurrent-ruby (1.1.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/concurrent-ruby-1.1.9.gemspec
Fetching zeitwerk 2.5.4
Using builder 3.2.4
Using erubi 1.10.0
3:  builder (3.2.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/builder-3.2.4.gemspec
Using racc 1.6.0
3:  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
3:  crass (1.0.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/crass-1.0.6.gemspec
Using rack 2.2.3
3:  rack (2.2.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-2.2.3.gemspec
Using mini_mime 1.1.2
3:  mini_mime (1.1.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_mime-1.1.2.gemspec
Using public_suffix 4.0.6
1:  minitest (5.15.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/minitest-5.15.0.gemspec
0:  erubi (1.10.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/erubi-1.10.0.gemspec
Using aws-eventstream 1.2.0
3:  public_suffix (4.0.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/public_suffix-4.0.6.gemspec
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
Using jmespath 1.5.0
Using ember-source 2.18.2
3:  aws-partitions (1.516.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-partitions-1.516.0.gemspec
1:  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
3:  execjs (2.8.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/execjs-2.8.1.gemspec
Using bundler 2.3.4
3:  bundler (2.3.4) from /usr/local/lib/ruby/gems/2.7.0/specifications/bundler-2.3.4.gemspec
Using byebug 11.1.3
0:  jmespath (1.5.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/jmespath-1.5.0.gemspec
Fetching msgpack 1.4.4
3:  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
Using chunky_png 1.4.0
0:  cbor (0.5.9.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/cbor-0.5.9.6.gemspec
3:  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
Using colored2 3.1.2
3:  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
3:  connection_pool (2.2.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/connection_pool-2.2.5.gemspec
0:  coderay (1.1.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/coderay-1.1.3.gemspec
Fetching cppjieba_rb 0.4.2
Fetching ipaddr 1.2.4
Installing zeitwerk 2.5.4
2:  zeitwerk (2.5.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/zeitwerk-2.5.4.gemspec
Using diffy 3.4.0
2:  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
2:  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.2.1
2:  thor (1.2.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/thor-1.2.1.gemspec
Using discourse-ember-source 3.12.2.3
2:  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
2:  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.2.0
2:  regexp_parser (2.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/regexp_parser-2.2.0.gemspec
Using email_reply_trimmer 0.1.13
2:  email_reply_trimmer (0.1.13) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/email_reply_trimmer-0.1.13.gemspec
Fetching excon 0.91.0
Installing ipaddr 1.2.4
3:  ipaddr (1.2.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ipaddr-1.2.4.gemspec
Using exifr 1.3.9
3:  exifr (1.3.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/exifr-1.3.9.gemspec
Using faraday-em_http 1.0.0
3:  faraday-em_http (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-em_http-1.0.0.gemspec
Using faraday-em_synchrony 1.0.0
3:  faraday-em_synchrony (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-em_synchrony-1.0.0.gemspec
Using faraday-excon 1.1.0
3:  faraday-excon (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-excon-1.1.0.gemspec
Using faraday-httpclient 1.0.1
3:  faraday-httpclient (1.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-httpclient-1.0.1.gemspec
Using multipart-post 2.1.1
3:  multipart-post (2.1.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/multipart-post-2.1.1.gemspec
Using faraday-net_http 1.0.1
3:  faraday-net_http (1.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-net_http-1.0.1.gemspec
Using faraday-net_http_persistent 1.2.0
3:  faraday-net_http_persistent (1.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-net_http_persistent-1.2.0.gemspec
Using faraday-patron 1.0.0
3:  faraday-patron (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-patron-1.0.0.gemspec
Using faraday-rack 1.0.0
3:  faraday-rack (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-rack-1.0.0.gemspec
Using faraday-retry 1.0.3
3:  faraday-retry (1.0.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-retry-1.0.3.gemspec
Using ruby2_keywords 0.0.5
3:  ruby2_keywords (0.0.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ruby2_keywords-0.0.5.gemspec
Using fast_blank 1.0.1
3:  fast_blank (1.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fast_blank-1.0.1.gemspec
Using fast_xs 0.8.0
3:  fast_xs (0.8.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fast_xs-0.8.0.gemspec
Using fastimage 2.2.6
3:  fastimage (2.2.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fastimage-2.2.6.gemspec
Using ffi 1.15.5
3:  ffi (1.15.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ffi-1.15.5.gemspec
Using fspath 3.1.2
3:  fspath (3.1.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fspath-3.1.2.gemspec
Using gc_tracer 1.5.1
3:  gc_tracer (1.5.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/gc_tracer-1.5.1.gemspec
Using guess_html_encoding 0.0.11
3:  guess_html_encoding (0.0.11) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/guess_html_encoding-0.0.11.gemspec
Using hana 1.3.7
3:  hana (1.3.7) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/hana-1.3.7.gemspec
Using hashie 5.0.0
3:  hashie (5.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/hashie-5.0.0.gemspec
Using highline 2.0.3
3:  highline (2.0.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/highline-2.0.3.gemspec
Using hkdf 0.3.0
3:  hkdf (0.3.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/hkdf-0.3.0.gemspec
Using htmlentities 4.3.4
3:  htmlentities (4.3.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/htmlentities-4.3.4.gemspec
Using http_accept_language 2.1.1
3:  http_accept_language (2.1.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/http_accept_language-2.1.1.gemspec
Using image_size 3.0.1
3:  image_size (3.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/image_size-3.0.1.gemspec
Using in_threads 1.5.4
3:  in_threads (1.5.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/in_threads-1.5.4.gemspec
Using progress 3.6.0
3:  progress (3.6.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/progress-3.6.0.gemspec
Installing msgpack 1.4.4 with native extensions
Using json 2.6.1
3:  json (2.6.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/json-2.6.1.gemspec
Using uri_template 0.7.0
3:  uri_template (0.7.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/uri_template-0.7.0.gemspec
Using jwt 2.3.0
3:  jwt (2.3.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/jwt-2.3.0.gemspec
Using kgio 2.11.4
3:  kgio (2.11.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/kgio-2.11.4.gemspec
Using libv8-node 16.10.0.0 (x86_64-linux)
3:  libv8-node (16.10.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/libv8-node-16.10.0.0-x86_64-linux.gemspec
Using logstash-event 1.2.02
3:  logstash-event (1.2.02) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/logstash-event-1.2.02.gemspec
Using logster 2.10.1
3:  logster (2.10.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/logster-2.10.1.gemspec
Using lru_redux 1.1.0
3:  lru_redux (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/lru_redux-1.1.0.gemspec
Using lz4-ruby 0.3.3
3:  lz4-ruby (0.3.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/lz4-ruby-0.3.3.gemspec
Using maxminddb 0.1.22
3:  maxminddb (0.1.22) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/maxminddb-0.1.22.gemspec
Using memory_profiler 1.0.0
3:  memory_profiler (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/memory_profiler-1.0.0.gemspec
Using redis 4.5.1
3:  redis (4.5.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/redis-4.5.1.gemspec
Fetching mini_sql 1.3.0
Building native extensions. This could take a while...
Installing excon 0.91.0
2:  excon (0.91.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/excon-0.91.0.gemspec
Using multi_json 1.15.0
2:  multi_json (1.15.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/multi_json-1.15.0.gemspec
Using multi_xml 0.6.0
2:  multi_xml (0.6.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/multi_xml-0.6.0.gemspec
Using mustache 1.1.1
2:  mustache (1.1.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mustache-1.1.1.gemspec
Using nio4r 2.5.8
2:  nio4r (2.5.8) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/nio4r-2.5.8.gemspec
Using oauth 0.5.8
2:  oauth (0.5.8) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/oauth-0.5.8.gemspec
Fetching oj 3.13.11
Installing mini_sql 1.3.0
3:  mini_sql (1.3.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_sql-1.3.0.gemspec
Using optimist 3.0.1
3:  optimist (3.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/optimist-3.0.1.gemspec
Fetching pg 1.3.1
Installing pg 1.3.1 with native extensions
Installing oj 3.13.11 with native extensions
Building native extensions. This could take a while...
Building native extensions. This could take a while...
Installing cppjieba_rb 0.4.2 with native extensions
Building native extensions. This could take a while...
1:  msgpack (1.4.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/msgpack-1.4.4.gemspec
Using r2 0.2.7
1:  r2 (0.2.7) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/r2-0.2.7.gemspec
Using raindrops 0.20.0
1:  raindrops (0.20.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/raindrops-0.20.0.gemspec
Using rchardet 1.8.0
1:  rchardet (1.8.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rchardet-1.8.0.gemspec
Using rexml 3.2.5
1:  rexml (3.2.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rexml-3.2.5.gemspec
Using rinku 2.0.6
1:  rinku (2.0.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rinku-2.0.6.gemspec
Using rotp 6.2.0
1:  rotp (6.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rotp-6.2.0.gemspec
Using rqrcode_core 1.2.0
1:  rqrcode_core (1.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rqrcode_core-1.2.0.gemspec
Using rtlit 0.0.5
1:  rtlit (0.0.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rtlit-0.0.5.gemspec
Using rubyzip 2.3.2
1:  rubyzip (2.3.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rubyzip-2.3.2.gemspec
Using tilt 2.0.10
1:  tilt (2.0.10) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/tilt-2.0.10.gemspec
Using sshkey 2.0.0
1:  sshkey (2.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sshkey-2.0.0.gemspec
Using stackprof 0.2.17
1:  stackprof (0.2.17) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/stackprof-0.2.17.gemspec
Using unf_ext 0.0.8
1:  unf_ext (0.0.8) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/unf_ext-0.0.8.gemspec
Using xorcist 1.1.2
1:  xorcist (1.1.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/xorcist-1.1.2.gemspec
Fetching i18n 1.9.1
Installing i18n 1.9.1
1:  i18n (1.9.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/i18n-1.9.1.gemspec
Using tzinfo 2.0.4
1:  tzinfo (2.0.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/tzinfo-2.0.4.gemspec
Fetching nokogiri 1.13.1 (x86_64-linux)
Installing nokogiri 1.13.1 (x86_64-linux)
1:  nokogiri (1.13.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/nokogiri-1.13.1-x86_64-linux.gemspec
Using rack-test 1.1.0
1:  rack-test (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-test-1.1.0.gemspec
Using mail 2.8.0.edge from https://github.com/discourse/mail.git (at main@5b700fc)
1:  mail (2.8.0.edge) from /var/www/discourse/vendor/bundle/ruby/2.7.0/bundler/gems/mail-5b700fc95ee6/mail.gemspec
Using sprockets 3.7.2
1:  sprockets (3.7.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sprockets-3.7.2.gemspec
Using request_store 1.5.0
1:  request_store (1.5.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/request_store-1.5.0.gemspec
Using message_bus 4.0.0
1:  message_bus (4.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/message_bus-4.0.0.gemspec
Using rack-mini-profiler 2.3.3
1:  rack-mini-profiler (2.3.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-mini-profiler-2.3.3.gemspec
Using rack-protection 2.1.0
1:  rack-protection (2.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-protection-2.1.0.gemspec
Using addressable 2.8.0
1:  addressable (2.8.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/addressable-2.8.0.gemspec
Using aws-sigv4 1.4.0
1:  aws-sigv4 (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sigv4-1.4.0.gemspec
Using ember-data-source 3.0.2
1:  ember-data-source (3.0.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ember-data-source-3.0.2.gemspec
Using barber 0.12.2
1:  barber (0.12.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/barber-0.12.2.gemspec
Using uglifier 4.2.0
1:  uglifier (4.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/uglifier-4.2.0.gemspec
Using pry 0.13.1
1:  pry (0.13.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pry-0.13.1.gemspec
Using ecma-re-validator 0.4.0
1:  ecma-re-validator (0.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ecma-re-validator-0.4.0.gemspec
Using openssl 2.2.1
1:  openssl (2.2.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/openssl-2.2.1.gemspec
Using faraday-multipart 1.0.3
1:  faraday-multipart (1.0.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-multipart-1.0.3.gemspec
Using mini_suffix 0.3.3
1:  mini_suffix (0.3.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_suffix-0.3.3.gemspec
Using sassc 2.0.1
1:  sassc (2.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sassc-2.0.1.gemspec
Using omniauth 1.9.1
1:  omniauth (1.9.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-1.9.1.gemspec
Using image_optim 0.31.1
1:  image_optim (0.31.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/image_optim-0.31.1.gemspec
Using webpush 1.1.0
1:  webpush (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/webpush-1.1.0.gemspec
Fetching mini_racer 0.6.2
Installing mini_racer 0.6.2 with native extensions
Building native extensions. This could take a while...
0:  cppjieba_rb (0.4.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/cppjieba_rb-0.4.2.gemspec
Using logstash-logger 0.26.1
0:  logstash-logger (0.26.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/logstash-logger-0.26.1.gemspec
Fetching sidekiq 6.4.0
Installing sidekiq 6.4.0
0:  sidekiq (6.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sidekiq-6.4.0.gemspec
Using redis-namespace 1.8.1
0:  redis-namespace (1.8.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/redis-namespace-1.8.1.gemspec
Fetching puma 5.6.1
Installing puma 5.6.1 with native extensions
Building native extensions. This could take a while...
3:  pg (1.3.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pg-1.3.1.gemspec
Fetching bootsnap 1.10.3
Installing bootsnap 1.10.3 with native extensions
Building native extensions. This could take a while...
3:  bootsnap (1.10.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/bootsnap-1.10.3.gemspec
Using rbtrace 0.4.14
3:  rbtrace (0.4.14) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rbtrace-0.4.14.gemspec
Using unicorn 6.1.0
3:  unicorn (6.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/unicorn-6.1.0.gemspec
Using rss 0.2.9
3:  rss (0.2.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rss-0.2.9.gemspec
Using rqrcode 2.1.0
3:  rqrcode (2.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rqrcode-2.1.0.gemspec
Using unf 0.1.4
3:  unf (0.1.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/unf-0.1.4.gemspec
Using activesupport 6.1.4.1
3:  activesupport (6.1.4.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activesupport-6.1.4.1.gemspec
Using loofah 2.13.0
3:  loofah (2.13.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/loofah-2.13.0.gemspec
Using ruby-readability 0.7.0
3:  ruby-readability (0.7.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ruby-readability-0.7.0.gemspec
Using sanitize 6.0.0
3:  sanitize (6.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sanitize-6.0.0.gemspec
Using css_parser 1.11.0
3:  css_parser (1.11.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/css_parser-1.11.0.gemspec
Using aws-sdk-core 3.121.2
3:  aws-sdk-core (3.121.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-core-3.121.2.gemspec
Using ember-handlebars-template 0.8.0
3:  ember-handlebars-template (0.8.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ember-handlebars-template-0.8.0.gemspec
Using pry-byebug 3.9.0
3:  pry-byebug (3.9.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pry-byebug-3.9.0.gemspec
Using pry-rails 0.3.9
3:  pry-rails (0.3.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pry-rails-0.3.9.gemspec
Using json_schemer 0.2.18
3:  json_schemer (0.2.18) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/json_schemer-0.2.18.gemspec
Using openssl-signature_algorithm 1.1.1
3:  openssl-signature_algorithm (1.1.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/openssl-signature_algorithm-1.1.1.gemspec
Using faraday 1.9.3
3:  faraday (1.9.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-1.9.3.gemspec
Using omniauth-oauth 1.2.0
3:  omniauth-oauth (1.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-oauth-1.2.0.gemspec
Using mini_scheduler 0.13.0
3:  mini_scheduler (0.13.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_scheduler-0.13.0.gemspec
Using rails-dom-testing 2.0.3
3:  rails-dom-testing (2.0.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails-dom-testing-2.0.3.gemspec
Using rails-html-sanitizer 1.4.2
3:  rails-html-sanitizer (1.4.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails-html-sanitizer-1.4.2.gemspec
Using globalid 1.0.0
3:  globalid (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/globalid-1.0.0.gemspec
Using activemodel 6.1.4.1
3:  activemodel (6.1.4.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activemodel-6.1.4.1.gemspec
Using aws-sdk-kms 1.44.0
3:  aws-sdk-kms (1.44.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-kms-1.44.0.gemspec
Using aws-sdk-sns 1.46.0
3:  aws-sdk-sns (1.46.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-sns-1.46.0.gemspec
Using cose 1.2.0
3:  cose (1.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/cose-1.2.0.gemspec
Using oauth2 1.4.7
3:  oauth2 (1.4.7) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/oauth2-1.4.7.gemspec
Using omniauth-twitter 1.4.0
3:  omniauth-twitter (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-twitter-1.4.0.gemspec
Using actionview 6.1.4.1
3:  actionview (6.1.4.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionview-6.1.4.1.gemspec
Using activejob 6.1.4.1
3:  activejob (6.1.4.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activejob-6.1.4.1.gemspec
Using active_model_serializers 0.8.4
3:  active_model_serializers (0.8.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/active_model_serializers-0.8.4.gemspec
Using activerecord 6.1.4.1
3:  activerecord (6.1.4.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activerecord-6.1.4.1.gemspec
Using aws-sdk-s3 1.96.1
3:  aws-sdk-s3 (1.96.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-s3-1.96.1.gemspec
Using omniauth-oauth2 1.7.2
3:  omniauth-oauth2 (1.7.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-oauth2-1.7.2.gemspec
Using actionpack 6.1.4.1
3:  actionpack (6.1.4.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionpack-6.1.4.1.gemspec
Using actionview_precompiler 0.2.3
3:  actionview_precompiler (0.2.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionview_precompiler-0.2.3.gemspec
Using seed-fu 2.3.9
3:  seed-fu (2.3.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/seed-fu-2.3.9.gemspec
Using omniauth-facebook 9.0.0
3:  omniauth-facebook (9.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-facebook-9.0.0.gemspec
Using omniauth-github 1.4.0
3:  omniauth-github (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-github-1.4.0.gemspec
Using omniauth-google-oauth2 0.8.2
3:  omniauth-google-oauth2 (0.8.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-google-oauth2-0.8.2.gemspec
Using actionmailer 6.1.4.1
3:  actionmailer (6.1.4.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionmailer-6.1.4.1.gemspec
Using railties 6.1.4.1
3:  railties (6.1.4.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/railties-6.1.4.1.gemspec
Using sprockets-rails 3.4.2
3:  sprockets-rails (3.4.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sprockets-rails-3.4.2.gemspec
Using jquery-rails 4.4.0
3:  jquery-rails (4.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/jquery-rails-4.4.0.gemspec
Using lograge 0.11.2
3:  lograge (0.11.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/lograge-0.11.2.gemspec
Using rails_failover 0.7.3
3:  rails_failover (0.7.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails_failover-0.7.3.gemspec
Using rails_multisite 4.0.0
3:  rails_multisite (4.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails_multisite-4.0.0.gemspec
Using sassc-rails 2.1.2
3:  sassc-rails (2.1.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sassc-rails-2.1.2.gemspec
Using discourse-ember-rails 0.18.6
3:  discourse-ember-rails (0.18.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/discourse-ember-rails-0.18.6.gemspec
0:  puma (5.6.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/puma-5.6.1.gemspec
1:  mini_racer (0.6.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_racer-0.6.2.gemspec
2:  oj (3.13.11) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/oj-3.13.11.gemspec
Bundle complete! 127 Gemfile dependencies, 176 gems now installed.
Gems in the groups 'test' and 'development' were not installed.
Bundled gems are installed into `./vendor/bundle`

I, [2022-02-07T08:39:33.095113 #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, [2022-02-07T08:40:53.211192 #1]  INFO -- : yarn install v1.22.17
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
[4/5] Linking dependencies...
[5/5] Building fresh packages...
$ yarn --cwd app/assets/javascripts/discourse
yarn install v1.22.17
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Saved lockfile.
Done in 52.67s.
Done in 74.18s.
yarn cache v1.22.17
success Cleared cache.
Done in 3.63s.

I, [2022-02-07T08:40:53.211625 #1]  INFO -- : > cd /var/www/discourse && su discourse -c 'LOAD_PLUGINS=0 bundle exec rake plugin:pull_compatible_all'
I, [2022-02-07T08:41:00.734151 #1]  INFO -- : docker_manager is already at latest compatible version
discourse-discuz-migrate is already at latest compatible version
discourse-username-localization is already at latest compatible version
discourse-chinese-localization-pack is already at latest compatible version

I, [2022-02-07T08:41:00.734453 #1]  INFO -- : > cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate'
rake aborted!
Discourse::Deprecation: Deprecation notice: The :site_setting_saved event is deprecated. Please use :site_setting_changed instead (deprecated since Discourse 2.3.0beta8) (removal in Discourse 2.4)
At /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.10.3/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/bootsnap-1.10.3/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.5.4/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
(See full trace by running task with --trace)
I, [2022-02-07T08:41:21.004639 #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
Successfully installed omniauth-douban-oauth2-0.0.7
1 gem installed
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
Successfully installed omniauth-qq-0.3.0
1 gem installed
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
Successfully installed omniauth-weibo-oauth2-0.5.2
1 gem installed
gem install chinese_pinyin -v 1.0.0 -i /var/www/discourse/plugins/discourse-username-localization/gems/2.7.5 --no-document --ignore-dependencies --no-user-install
Successfully installed chinese_pinyin-1.0.0
1 gem installed
gem install romaji -v 0.2.3 -i /var/www/discourse/plugins/discourse-username-localization/gems/2.7.5 --no-document --ignore-dependencies --no-user-install
Successfully installed romaji-0.2.3
1 gem installed

I, [2022-02-07T08:41:21.005023 #1]  INFO -- : Terminating async processes
I, [2022-02-07T08:41:21.005094 #1]  INFO -- : Sending INT to HOME=/var/lib/postgresql USER=postgres exec chpst -u postgres:postgres:ssl-cert -U postgres:postgres:ssl-cert /usr/lib/postgresql/13/bin/postmaster -D /etc/postgresql/13/main pid: 41
I, [2022-02-07T08:41:21.005144 #1]  INFO -- : Sending TERM to exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf pid: 102
2022-02-07 08:41:21.005 UTC [41] LOG:  received fast shutdown request
102:signal-handler (1644223281) Received SIGTERM scheduling shutdown...
102:M 07 Feb 2022 08:41:21.008 # User requested shutdown...
102:M 07 Feb 2022 08:41:21.008 * Saving the final RDB snapshot before exiting.
2022-02-07 08:41:21.047 UTC [41] LOG:  aborting any active transactions
2022-02-07 08:41:21.051 UTC [41] LOG:  background worker "logical replication launcher" (PID 50) exited with exit code 1
2022-02-07 08:41:21.052 UTC [45] LOG:  shutting down
102:M 07 Feb 2022 08:41:21.053 * DB saved on disk
102:M 07 Feb 2022 08:41:21.053 # Redis is now ready to exit, bye bye...
2022-02-07 08:41:21.167 UTC [41] LOG:  database system is shut down


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

It seem the error comes from the plugin: