$ sudo ./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-04-19T19:56:54.676192 #1] INFO -- : 从标准输入读取
I, [2022-04-19T19:56:54.689289 #1] INFO -- : > locale-gen $LANG && update-locale
I, [2022-04-19T19:56:54.912341 #1] INFO -- : 正在生成语言环境(这可能需要一段时间)...
生成完成。
I, [2022-04-19T19:56:54.912830 #1] INFO -- : > mkdir -p /shared/postgres_run
I, [2022-04-19T19:56:54.945010 #1] INFO -- :
I, [2022-04-19T19:56:54.951479 #1] INFO -- : > chown postgres:postgres /shared/postgres_run
I, [2022-04-19T19:56:54.977314 #1] INFO -- :
I, [2022-04-19T19:56:54.978632 #1] INFO -- : > chmod 775 /shared/postgres_run
I, [2022-04-19T19:56:54.990930 #1] INFO -- :
I, [2022-04-19T19:56:54.991465 #1] INFO -- : > rm -fr /var/run/postgresql
I, [2022-04-19T19:56:55.007404 #1] INFO -- :
I, [2022-04-19T19:56:55.008159 #1] INFO -- : > ln -s /shared/postgres_run /var/run/postgresql
I, [2022-04-19T19:56:55.017193 #1] INFO -- :
I, [2022-04-19T19:56:55.017933 #1] INFO -- : > socat /dev/null UNIX-CONNECT:/shared/postgres_run/.s.PGSQL.5432 || exit 0 && echo postgres already running stop container ; exit 1
2022/04/19 19:56:55 socat[18] E connect(6, AF=1 "/shared/postgres_run/.s.PGSQL.5432", 36): No such file or directory
I, [2022-04-19T19:56:55.120211 #1] INFO -- :
I, [2022-04-19T19:56:55.120699 #1] INFO -- : > rm -fr /shared/postgres_run/.s*
I, [2022-04-19T19:56:55.126338 #1] INFO -- :
I, [2022-04-19T19:56:55.126795 #1] INFO -- : > rm -fr /shared/postgres_run/*.pid
I, [2022-04-19T19:56:55.133775 #1] INFO -- :
I, [2022-04-19T19:56:55.134253 #1] INFO -- : > mkdir -p /shared/postgres_run/13-main.pg_stat_tmp
I, [2022-04-19T19:56:55.144433 #1] INFO -- :
I, [2022-04-19T19:56:55.145225 #1] INFO -- : > chown postgres:postgres /shared/postgres_run/13-main.pg_stat_tmp
I, [2022-04-19T19:56:55.157131 #1] INFO -- :
I, [2022-04-19T19:56:55.168121 #1] INFO -- : 文件 > /etc/service/postgres/run chmod: +x chown:
I, [2022-04-19T19:56:55.178012 #1] INFO -- : 文件 > /etc/service/postgres/log/run chmod: +x chown:
I, [2022-04-19T19:56:55.215168 #1] INFO -- : 文件 > /etc/runit/3.d/99-postgres chmod: +x chown:
I, [2022-04-19T19:56:55.284130 #1] INFO -- : 文件 > /root/upgrade_postgres chmod: +x chown:
I, [2022-04-19T19:56:55.285478 #1] INFO -- : > chown -R root /var/lib/postgresql/13/main
I, [2022-04-19T19:57:02.990601 #1] INFO -- :
I, [2022-04-19T19:57:02.991072 #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-04-19T19:57:03.004834 #1] INFO -- :
I, [2022-04-19T19:57:03.005088 #1] INFO -- : > chown -R postgres:postgres /shared/postgres_data
I, [2022-04-19T19:57:03.197645 #1] INFO -- :
I, [2022-04-19T19:57:03.198675 #1] INFO -- : > chown -R postgres:postgres /var/run/postgresql
I, [2022-04-19T19:57:03.210950 #1] INFO -- :
I, [2022-04-19T19:57:03.213203 #1] INFO -- : > /root/upgrade_postgres
I, [2022-04-19T19:57:03.269222 #1] INFO -- :
I, [2022-04-19T19:57:03.269785 #1] INFO -- : > rm /root/upgrade_postgres
I, [2022-04-19T19:57:03.275265 #1] INFO -- :
I, [2022-04-19T19:57:03.276810 #1] INFO -- : 在 /etc/postgresql/13/main/postgresql.conf 中将 data_directory = '/var/lib/postgresql/13/main' 替换为 data_directory = '/shared/postgres_data'
I, [2022-04-19T19:57:03.279078 #1] INFO -- : 在 /etc/postgresql/13/main/postgresql.conf 中将 (?-mix:#?listen_addresses *=.*) 替换为 listen_addresses = '*'
I, [2022-04-19T19:57:03.285820 #1] INFO -- : 在 /etc/postgresql/13/main/postgresql.conf 中将 (?-mix:#?synchronous_commit *=.*) 替换为 synchronous_commit = $db_synchronous_commit
I, [2022-04-19T19:57:03.289187 #1] INFO -- : 在 /etc/postgresql/13/main/postgresql.conf 中将 (?-mix:#?shared_buffers *=.*) 替换为 shared_buffers = $db_shared_buffers
I, [2022-04-19T19:57:03.293099 #1] INFO -- : 在 /etc/postgresql/13/main/postgresql.conf 中将 (?-mix:#?work_mem *=.*) 替换为 work_mem = $db_work_mem
I, [2022-04-19T19:57:03.294997 #1] INFO -- : 在 /etc/postgresql/13/main/postgresql.conf 中将 (?-mix:#?default_text_search_config *=.*) 替换为 default_text_search_config = '$db_default_text_search_config'
I, [2022-04-19T19:57:03.297513 #1] INFO -- : > install -d -m 0755 -o postgres -g postgres /shared/postgres_backup
I, [2022-04-19T19:57:03.318170 #1] INFO -- :
I, [2022-04-19T19:57:03.320182 #1] INFO -- : 在 /etc/postgresql/13/main/postgresql.conf 中将 (?-mix:#?checkpoint_segments *=.*) 替换为 checkpoint_segments = $db_checkpoint_segments
I, [2022-04-19T19:57:03.321371 #1] INFO -- : 在 /etc/postgresql/13/main/postgresql.conf 中将 (?-mix:#?logging_collector *=.*) 替换为 logging_collector = $db_logging_collector
I, [2022-04-19T19:57:03.323694 #1] INFO -- : 在 /etc/postgresql/13/main/postgresql.conf 中将 (?-mix:#?log_min_duration_statement *=.*) 替换为 log_min_duration_statement = $db_log_min_duration_statement
I, [2022-04-19T19:57:03.325523 #1] INFO -- : 在 /etc/postgresql/13/main/pg_hba.conf 中将 (?-mix:^#local +replication +postgres +peer$) 替换为 local replication postgres peer
I, [2022-04-19T19:57:03.326015 #1] INFO -- : 在 /etc/postgresql/13/main/pg_hba.conf 中将 (?-mix:^host.*all.*all.*127.*$) 替换为 host all all 0.0.0.0/0 md5
I, [2022-04-19T19:57:03.328498 #1] INFO -- : 在 /etc/postgresql/13/main/pg_hba.conf 中将 (?-mix:^host.*all.*all.*::1\/128.*$) 替换为 host all all ::/0 md5
I, [2022-04-19T19:57:03.339744 #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-04-19T19:57:03.351639 #1] INFO -- : > sleep 5
2022-04-19 19:57:05.016 UTC [41] LOG: 正在启动 PostgreSQL 13.6 (Debian 13.6-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit
2022-04-19 19:57:05.018 UTC [41] LOG: 正在监听 IPv4 地址 "0.0.0.0",端口 5432
2022-04-19 19:57:05.018 UTC [41] LOG: 正在监听 IPv6 地址 "::",端口 5432
2022-04-19 19:57:05.044 UTC [41] LOG: 正在监听 Unix 套接字 "/var/run/postgresql/.s.PGSQL.5432"
2022-04-19 19:57:05.123 UTC [44] LOG: 数据库系统于 2022-04-19 19:47:00 UTC 关闭
2022-04-19 19:57:05.198 UTC [41] LOG: 数据库系统已准备就绪,可以接受连接
I, [2022-04-19T19:57:08.372189 #1] INFO -- :
I, [2022-04-19T19:57:08.372514 #1] INFO -- : > su postgres -c 'createdb discourse' || true
2022-04-19 19:57:08.766 UTC [54] postgres@postgres ERROR: 数据库 "discourse" 已存在
2022-04-19 19:57:08.766 UTC [54] postgres@postgres STATEMENT: CREATE DATABASE discourse;
createdb: error: database creation failed: ERROR: database "discourse" already exists
I, [2022-04-19T19:57:08.775979 #1] INFO -- :
I, [2022-04-19T19:57:08.784302 #1] INFO -- : > su postgres -c 'psql discourse -c "create user discourse;"' || true
2022-04-19 19:57:09.169 UTC [58] postgres@discourse ERROR: 角色 "discourse" 已存在
2022-04-19 19:57:09.169 UTC [58] postgres@discourse STATEMENT: create user discourse;
ERROR: role "discourse" already exists
I, [2022-04-19T19:57:09.197203 #1] INFO -- :
I, [2022-04-19T19:57:09.197551 #1] INFO -- : > su postgres -c 'psql discourse -c "grant all privileges on database discourse to discourse;"' || true
I, [2022-04-19T19:57:09.504741 #1] INFO -- : GRANT
I, [2022-04-19T19:57:09.505326 #1] INFO -- : > su postgres -c 'psql discourse -c "alter schema public owner to discourse;"'
I, [2022-04-19T19:57:09.716094 #1] INFO -- : ALTER SCHEMA
I, [2022-04-19T19:57:09.716915 #1] INFO -- : > su postgres -c 'psql template1 -c "create extension if not exists hstore;"'
NOTICE: extension "hstore" already exists, skipping
I, [2022-04-19T19:57:10.080293 #1] INFO -- : CREATE EXTENSION
I, [2022-04-19T19:57:10.081352 #1] INFO -- : > su postgres -c 'psql template1 -c "create extension if not exists pg_trgm;"'
NOTICE: extension "pg_trgm" already exists, skipping
I, [2022-04-19T19:57:10.404857 #1] INFO -- : CREATE EXTENSION
I, [2022-04-19T19:57:10.420087 #1] INFO -- : > su postgres -c 'psql discourse -c "create extension if not exists hstore;"'
NOTICE: extension "hstore" already exists, skipping
I, [2022-04-19T19:57:10.773450 #1] INFO -- : CREATE EXTENSION
I, [2022-04-19T19:57:10.774867 #1] INFO -- : > su postgres -c 'psql discourse -c "create extension if not exists pg_trgm;"'
NOTICE: extension "pg_trgm" already exists, skipping
I, [2022-04-19T19:57:11.051685 #1] INFO -- : CREATE EXTENSION
I, [2022-04-19T19:57:11.060490 #1] INFO -- : > sudo -u postgres psql discourse
I, [2022-04-19T19:57:11.121114 #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-04-19T19:57:11.405050 #1] INFO -- : 文件 > /var/lib/postgresql/take-database-backup chmod: +x chown: postgres:postgres
I, [2022-04-19T19:57:11.425091 #1] INFO -- : 文件 > /var/spool/cron/crontabs/postgres chmod: chown:
I, [2022-04-19T19:57:11.425324 #1] INFO -- : > echo postgres installed!
I, [2022-04-19T19:57:11.441354 #1] INFO -- : postgres installed!
I, [2022-04-19T19:57:11.460172 #1] INFO -- : 文件 > /etc/service/redis/run chmod: +x chown:
I, [2022-04-19T19:57:11.480173 #1] INFO -- : 文件 > /etc/service/redis/log/run chmod: +x chown:
I, [2022-04-19T19:57:11.500243 #1] INFO -- : 文件 > /etc/runit/3.d/10-redis chmod: +x chown:
I, [2022-04-19T19:57:11.500718 #1] INFO -- : 在 /etc/redis/redis.conf 中将 daemonize yes 替换为
I, [2022-04-19T19:57:11.501915 #1] INFO -- : 在 /etc/redis/redis.conf 中将 (?-mix:^pidfile.*$) 替换为
I, [2022-04-19T19:57:11.505739 #1] INFO -- : > install -d -m 0755 -o redis -g redis /shared/redis_data
I, [2022-04-19T19:57:11.512887 #1] INFO -- :
I, [2022-04-19T19:57:11.513927 #1] INFO -- : 在 /etc/redis/redis.conf 中将 (?-mix:^logfile.*$) 替换为 logfile ""
I, [2022-04-19T19:57:11.515332 #1] INFO -- : 在 /etc/redis/redis.conf 中将 (?-mix:^bind .*$) 替换为
I, [2022-04-19T19:57:11.517825 #1] INFO -- : 在 /etc/redis/redis.conf 中将 (?-mix:^dir .*$) 替换为 dir /shared/redis_data
I, [2022-04-19T19:57:11.521009 #1] INFO -- : 在 /etc/redis/redis.conf 中将 (?-mix:^protected-mode yes) 替换为 protected-mode no
I, [2022-04-19T19:57:11.525043 #1] INFO -- : 在 /etc/redis/redis.conf 中将 # io-threads 4 替换为 io-threads $redis_io_threads
I, [2022-04-19T19:57:11.529087 #1] INFO -- : > echo redis installed
I, [2022-04-19T19:57:11.535959 #1] INFO -- : redis installed
I, [2022-04-19T19:57:11.543695 #1] INFO -- : > cat /etc/redis/redis.conf | grep logfile
I, [2022-04-19T19:57:11.638199 #1] INFO -- : logfile ""
I, [2022-04-19T19:57:11.684481 #1] INFO -- : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
I, [2022-04-19T19:57:11.689212 #1] INFO -- : > sleep 10
102:C 19 Apr 2022 19:57:11.725 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
102:C 19 Apr 2022 19:57:11.725 # Redis version=6.2.6, bits=64, commit=00000000, modified=0, pid=102, just started
102:C 19 Apr 2022 19:57:11.725 # Configuration loaded
102:M 19 Apr 2022 19:57:11.736 * monotonic clock: POSIX clock_gettime
102:M 19 Apr 2022 19:57:11.737 * Running mode=standalone, port=6379.
102:M 19 Apr 2022 19:57:11.737 # 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 19 Apr 2022 19:57:11.737 # Server initialized
102:M 19 Apr 2022 19:57:11.751 * Loading RDB produced by version 6.2.6
102:M 19 Apr 2022 19:57:11.751 * RDB age 612 seconds
102:M 19 Apr 2022 19:57:11.751 * RDB memory usage when created 0.91 Mb
102:M 19 Apr 2022 19:57:11.756 # Done loading RDB, keys loaded: 93, keys expired: 0.
102:M 19 Apr 2022 19:57:11.756 * DB loaded from disk: 0.016 seconds
102:M 19 Apr 2022 19:57:11.756 * Ready to accept connections
I, [2022-04-19T19:57:21.703855 #1] INFO -- :
I, [2022-04-19T19:57:21.704138 #1] INFO -- : > thpoff echo "thpoff is installed!"
I, [2022-04-19T19:57:21.722081 #1] INFO -- : thpoff is installed!
I, [2022-04-19T19:57:21.722449 #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-04-19T19:57:22.741124 #1] INFO -- :
I, [2022-04-19T19:57:22.741620 #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-04-19T19:57:23.079156 #1] INFO -- :
I, [2022-04-19T19:57:23.080027 #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-04-19T19:57:23.342158 #1] INFO -- :
I, [2022-04-19T19:57:23.343338 #1] INFO -- : > rm -f /etc/cron.d/anacron
I, [2022-04-19T19:57:23.372584 #1] INFO -- :
I, [2022-04-19T19:57:23.386781 #1] INFO -- : 文件 > /etc/cron.d/anacron chmod: chown:
I, [2022-04-19T19:57:23.411100 #1] INFO -- : 文件 > /etc/runit/1.d/copy-env chmod: +x chown:
I, [2022-04-19T19:57:23.428088 #1] INFO -- : 文件 > /etc/service/unicorn/run chmod: +x chown:
I, [2022-04-19T19:57:23.441496 #1] INFO -- : 文件 > /etc/service/nginx/run chmod: +x chown:
I, [2022-04-19T19:57:23.456870 #1] INFO -- : 文件 > /etc/runit/3.d/01-nginx chmod: +x chown:
I, [2022-04-19T19:57:23.472126 #1] INFO -- : 文件 > /etc/runit/3.d/02-unicorn chmod: +x chown:
I, [2022-04-19T19:57:23.472788 #1] INFO -- : 在 /etc/service/unicorn/run 中将 # postgres 替换为 sv start postgres || exit 1
I, [2022-04-19T19:57:23.473753 #1] INFO -- : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
I, [2022-04-19T19:57:23.479648 #1] INFO -- : > apt-get update
132:C 19 Apr 2022 19:57:23.502 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
132:C 19 Apr 2022 19:57:23.502 # Redis version=6.2.6, bits=64, commit=00000000, modified=0, pid=132, just started
132:C 19 Apr 2022 19:57:23.502 # Configuration loaded
132:M 19 Apr 2022 19:57:23.504 * monotonic clock: POSIX clock_gettime
132:M 19 Apr 2022 19:57:23.505 # Warning: Could not create server TCP listening socket *:6379: bind: Address already in use
132:M 19 Apr 2022 19:57:23.505 # Failed listening on port 6379 (TCP), aborting.
I, [2022-04-19T19:57:33.059244 #1] INFO -- : Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB]
Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
Get:4 http://deb.debian.org/debian bullseye-backports InRelease [44.2 kB]
Get:5 https://deb.nodesource.com/node_16.x bullseye InRelease [4,586 B]
Get:6 https://dl.yarnpkg.com/debian stable InRelease [17.1 kB]
Get:7 http://apt.postgresql.org/pub/repos/apt bullseye-pgdg InRelease [86.7 kB]
Get:8 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [126 kB]
Get:9 http://deb.debian.org/debian bullseye/main amd64 Packages [8,182 kB]
Get:10 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2,596 B]
Get:11 http://deb.debian.org/debian bullseye-backports/main amd64 Packages [236 kB]
Get:12 https://deb.nodesource.com/node_16.x bullseye/main amd64 Packages [770 B]
Get:13 https://dl.yarnpkg.com/debian stable/main all Packages [10.6 kB]
Get:14 https://dl.yarnpkg.com/debian stable/main amd64 Packages [10.6 kB]
Get:15 http://apt.postgresql.org/pub/repos/apt bullseye-pgdg/main amd64 Packages [240 kB]
Fetched 9,160 kB in 8s (1,221 kB/s)
Reading package lists...
I, [2022-04-19T19:57:33.059556 #1] INFO -- : > apt-get install -y libsodium-dev
debconf: delaying package configuration, since apt-utils is not installed
I, [2022-04-19T19:57:46.764177 #1] INFO -- : Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
libsodium23
The following NEW packages will be installed:
libsodium-dev libsodium23
0 upgraded, 2 newly installed, 0 to remove and 4 not upgraded.
Need to get 341 kB of archives.
After this operation, 1,251 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bullseye/main amd64 libsodium23 amd64 1.0.18-1 [161 kB]
Get:2 http://deb.debian.org/debian bullseye/main amd64 libsodium-dev amd64 1.0.18-1 [180 kB]
Fetched 341 kB in 0s (3,183 kB/s)
Selecting previously unselected package libsodium23:amd64.
(Reading database ... 38888 files and directories currently installed.)
Preparing to unpack .../libsodium23_1.0.18-1_amd64.deb ...
Unpacking libsodium23:amd64 (1.0.18-1) ...
Selecting previously unselected package libsodium-dev:amd64.
Preparing to unpack .../libsodium-dev_1.0.18-1_amd64.deb ...
Unpacking libsodium-dev:amd64 (1.0.18-1) ...
Setting up libsodium23:amd64 (1.0.18-1) ...
Setting up libsodium-dev:amd64 (1.0.18-1) ...
Processing triggers for libc-bin (2.31-13+deb11u3) ...
I, [2022-04-19T19:57:46.766487 #1] INFO -- : > cd /var/www/discourse && git reset --hard
Updating files: 100% (31051/31051), done.
I, [2022-04-19T19:58:02.998757 #1] INFO -- : HEAD is now at 6fc52d95 DEV: Remove scoped order warning in PostDestroyer.
I, [2022-04-19T19:58:02.998947 #1] INFO -- : > cd /var/www/discourse && git clean -f
I, [2022-04-19T19:58:03.512534 #1] INFO -- :
I, [2022-04-19T19:58:03.512973 #1] INFO -- : > cd /var/www/discourse && git remote set-branches --add origin main
I, [2022-04-19T19:58:03.525969 #1] INFO -- :
I, [2022-04-19T19:58:03.526543 #1] INFO -- : > cd /var/www/discourse && git remote set-branches origin tests-passed
I, [2022-04-19T19:58:03.564740 #1] INFO -- :
I, [2022-04-19T19:58:03.564947 #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-04-19T19:58:06.480958 #1] INFO -- :
I, [2022-04-19T19:58:06.481132 #1] INFO -- : > cd /var/www/discourse && git checkout tests-passed
Switched to a new branch 'tests-passed'
I, [2022-04-19T19:58:08.028693 #1] INFO -- : Branch 'tests-passed' set up to track remote branch 'tests-passed' from 'origin'.
I, [2022-04-19T19:58:08.028941 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp
I, [2022-04-19T19:58:08.047991 #1] INFO -- :
I, [2022-04-19T19:58:08.048302 #1] INFO -- : > cd /var/www/discourse && chown discourse:www-data tmp
I, [2022-04-19T19:58:08.055081 #1] INFO -- :
I, [2022-04-19T19:58:08.055324 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp/pids
I, [2022-04-19T19:58:08.062522 #1] INFO -- :
I, [2022-04-19T19:58:08.062765 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp/sockets
I, [2022-04-19T19:58:08.068950 #1] INFO -- :
I, [2022-04-19T19:58:08.069204 #1] INFO -- : > cd /var/www/discourse && touch tmp/.gitkeep
I, [2022-04-19T19:58:08.074538 #1] INFO -- :
I, [2022-04-19T19:58:08.074705 #1] INFO -- : > cd /var/www/discourse && mkdir -p /shared/log/rails
I, [2022-04-19T19:58:08.081516 #1] INFO -- :
I, [2022-04-19T19:58:08.081686 #1] INFO -- : > cd /var/www/discourse && bash -c "touch -a /shared/log/rails/{production,production_errors,unicorn.stdout,unicorn.stderr,sidekiq}.log"
I, [2022-04-19T19:58:08.093769 #1] INFO -- :
I, [2022-04-19T19:58:08.093925 #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-04-19T19:58:08.110710 #1] INFO -- :
I, [2022-04-19T19:58:08.110962 #1] INFO -- : > cd /var/www/discourse && bash -c "mkdir -p /shared/{uploads,backups}"
I, [2022-04-19T19:58:08.123619 #1] INFO -- :
I, [2022-04-19T19:58:08.123958 #1] INFO -- : > cd /var/www/discourse && bash -c "ln -s /shared/{uploads,backups} /var/www/discourse/public"
I, [2022-04-19T19:58:08.143783 #1] INFO -- :
I, [2022-04-19T19:58:08.144253 #1] INFO -- : > cd /var/www/discourse && bash -c "mkdir -p /shared/tmp/{backups,restores}"
I, [2022-04-19T19:58:08.153802 #1] INFO -- :
I, [2022-04-19T19:58:08.154239 #1] INFO -- : > cd /var/www/discourse && bash -c "ln -s /shared/tmp/{backups,restores} /var/www/discourse/tmp"
I, [2022-04-19T19:58:08.163904 #1] INFO -- :
I, [2022-04-19T19:58:08.164144 #1] INFO -- : > cd /var/www/discourse && chown -R discourse:www-data /shared/log/rails /shared/uploads /shared/backups /shared/tmp
I, [2022-04-19T19:58:09.690285 #1] INFO -- :
I, [2022-04-19T19:58:09.690749 #1] INFO -- : > cd /var/www/discourse && find public/plugins/ -maxdepth 1 -xtype l -delete
I, [2022-04-19T19:58:09.706335 #1] INFO -- :
I, [2022-04-19T19:58:09.720074 #1] INFO -- : 在 /etc/service/unicorn/run 中将 # redis 替换为 sv start redis || exit 1
I, [2022-04-19T19:58:09.721050 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/docker_manager.git
Cloning into 'docker_manager'...
I, [2022-04-19T19:58:11.807946 #1] INFO -- :
I, [2022-04-19T19:58:11.808267 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-chat-integration.git
Cloning into 'discourse-chat-integration'...
I, [2022-04-19T19:58:12.967201 #1] INFO -- :
I, [2022-04-19T19:58:12.967605 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/davidtaylorhq/discourse-whos-online.git
Cloning into 'discourse-whos-online'...
I, [2022-04-19T19:58:13.820240 #1] INFO -- :
I, [2022-04-19T19:58:13.821306 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/gdpelican/retort.git
Cloning into 'retort'...
I, [2022-04-19T19:58:14.625106 #1] INFO -- :
I, [2022-04-19T19:58:14.625306 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-solved.git
Cloning into 'discourse-solved'...
I, [2022-04-19T19:58:15.913463 #1] INFO -- :
I, [2022-04-19T19:58:15.914347 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-patreon.git
Cloning into 'discourse-patreon'...
I, [2022-04-19T19:58:16.971774 #1] INFO -- :
I, [2022-04-19T19:58:16.972905 #1] INFO -- : > cp /var/www/discourse/config/nginx.sample.conf /etc/nginx/conf.d/discourse.conf
I, [2022-04-19T19:58:16.985839 #1] INFO -- :
I, [2022-04-19T19:58:16.987060 #1] INFO -- : > rm /etc/nginx/sites-enabled/default
I, [2022-04-19T19:58:17.004419 #1] INFO -- :
I, [2022-04-19T19:58:17.005563 #1] INFO -- : > mkdir -p /var/nginx/cache
I, [2022-04-19T19:58:17.018559 #1] INFO -- :
I, [2022-04-19T19:58:17.020087 #1] INFO -- : 在 /etc/nginx/nginx.conf 中将 pid /run/nginx.pid; 替换为 daemon off;
I, [2022-04-19T19:58:17.023198 #1] INFO -- : 在 /etc/nginx/conf.d/discourse.conf 中将 (?m-ix:upstream[^\}]+\}) 替换为 upstream discourse { server 127.0.0.1:3000; }
I, [2022-04-19T19:58:17.024086 #1] INFO -- : 在 /etc/nginx/conf.d/discourse.conf 中将 (?-mix:server_name.+$) 替换为 server_name _ ;
I, [2022-04-19T19:58:17.026036 #1] INFO -- : 在 /etc/nginx/conf.d/discourse.conf 中将 (?-mix:client_max_body_size.+$) 替换为 client_max_body_size $upload_size ;
I, [2022-04-19T19:58:17.026850 #1] INFO -- : 在 /etc/nginx/nginx.conf 中将 (?-mix:worker_connections.+$) 替换为 worker_connections $nginx_worker_connections ;
I, [2022-04-19T19:58:17.028590 #1] INFO -- : > echo "done configuring web"
I, [2022-04-19T19:58:17.052549 #1] INFO -- : done configuring web
I, [2022-04-19T19:58:17.053470 #1] INFO -- : > cd /var/www/discourse && gem install bundler --conservative -v $(awk '/BUNDLED WITH/ { getline; gsub(/ /,""); print $0 }' Gemfile.lock)
I, [2022-04-19T19:58:19.166842 #1] INFO -- : Successfully installed bundler-2.3.5
1 gem installed
I, [2022-04-19T19:58:19.167144 #1] INFO -- : > cd /var/www/discourse && find /var/www/discourse ! -user discourse -exec chown discourse {} \+
I, [2022-04-19T19:59:21.928174 #1] INFO -- :
I, [2022-04-19T19:59:21.929497 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'bundle install --deployment --retry 3 --jobs 4 --verbose --without test development'
[已弃用] `--deployment` 标志已弃用,因为它依赖于在不同 bundler 调用之间保持记忆,而 bundler 在以后的版本中将不再这样做。请改用 `bundle config set --local deployment 'true'`,并停止使用该标志
[已弃用] `--without` 标志已弃用,因为它依赖于在不同 bundler 调用之间保持记忆,而 bundler 在以后的版本中将不再这样做. 请改用 `bundle config set --local without 'test development'`,并停止使用此标志
I, [2022-04-19T19:59:37.415149 #1] INFO -- : 正在使用 bundler 2.3.5 运行 `bundle install --deployment --jobs 4 --retry 3 --verbose --without "test" "development"`
已锁定,使用 lockfile 中的解析结果
定义中缺少 ["sprockets-4.0.3"]
HTTP GET https://index.rubygems.org/versions
HTTP 206 Partial Content https://index.rubygems.org/versions
正在从 https://rubygems.org/ 获取 gem 元数据
正在查找 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-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", "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-kms
HTTP 206 Partial Content https://index.rubygems.org/info/aws-sdk-kms
HTTP GET https://index.rubygems.org/info/omniauth
HTTP 206 Partial Content https://index.rubygems.org/info/omniauth
HTTP GET https://index.rubygems.org/info/rubocop-rspec
HTTP 206 Partial Content https://index.rubygems.org/info/rubocop-rspec
HTTP GET https://index.rubygems.org/info/unf_ext
HTTP 206 Partial Content https://index.rubygems.org/info/unf_ext
正在查找 gems ["erubis", "rack-mount", "rack-cache", "journey", "rails-deprecated_sanitizer", "mail", "text-format", "net-imap", "net-pop", "net-smtp", "jsonapi", "case_transform", "jsonapi-renderer", "activemodel-globalid", "memcache-client", "thread_safe", "arel", "activerecord-deprecated_finders", "bcrypt-ruby", "jamespath", "http-2", "rouge", "ember-template-compiler-source", "handlebars-source", "snappy", "columnize", "debugger-linecache", "slop", "rb-readline", "functional-ruby", "ref", "aws-crt", "safe_yaml", "rdoc", "rcov", "pastel", "tty-pager", "tty-screen", "tty-tree", "httpclient", "patron", "net-http-persistent", "rake-compiler", "rb-appscript", "xattr", "ffi-xattr", "termios", "rails", "json_pure", "rdf", "stud", "rb-fchange", "rb-kqueue", "celluloid", "celluloid-io", "ruby_dep", "ruby_parser", "eventmachine", "thin", "net-ftp", "libv8", "metaclass", "hoe", "ruby-hmac", "weakling", "mini_portile", "pkg-config", "faraday-middleware", "httpauth", "bigdecimal", "oa-core", "oa-oauth", "oa-openid", "oa-basic", "oa-enterprise", "oa-more", "sexp_processor", "pry-doc", "win32console", "yard", "spoon", "escape_utils", "rack-ssl", "trollop", "base32", "webrat", "rspec-collection_matchers", "term-ansicolor", "backports", "powerpack", "astrolabe", "tins", "jaro_winkler", "psych", "strscan", "hpricot", "nokogumbo", "sass", "bundler", "bourne", "lockfile", "compass", "sprockets-sass", "sinatra", "slim", "hike", "therubyracer"]
HTTP GET https://index.rubygems.org/info/rake-compiler
HTTP 206 Partial Content https://index.rubygems.org/info/rake-compiler
HTTP GET https://index.rubygems.org/info/strscan
HTTP 206 Partial Content https://index.rubygems.org/info/strscan
正在查找 gems ["multimap", "text-hyphen", "digest", "net-protocol", "abstract", "mime-types", "treetop", "tlsmail", "timeout", "jsonapi-parser", "ZenTest", "RubyInline", "atomic", "bcrypt", "snappy-jars", "ruby_core_source", "debugger-ruby_core_source", "equatable", "tty-color", "tty-which", "verse", "strings", "activeresource", "actionwebservice", "actioncable", "activestorage", "actionmailbox", "actiontext", "spruz", "link_header", "hamster", "metriks", "win32-api", "dotenv", "nenv", "rspec-logsplit", "timers", "facter", "celluloid-essentials", "celluloid-extras", "celluloid-fsm", "celluloid-pool", "celluloid-supervision", "ParseTree", "time", "rubyforge", "gemcutter", "daemons", "rack-openid", "ruby-openid-apps-discovery", "restclient", "rest-client", "net-ldap", "rubyntlm", "pyu-ruby-sasl", "uuid", "XMLCanonicalizer", "webrick", "curses", "jar-dependencies", "stringio", "sync", "haml", "fssm", "compass-core", "compass-import-once", "sprockets-helpers", "sass-listen", "mongrel", "mustermann", "temple"]
HTTP GET https://index.rubygems.org/info/stringio
HTTP 206 Partial Content https://index.rubygems.org/info/stringio
正在查找 gems ["io-wait", "facets", "polyglot", "mime-types-data", "archive-tar-minitar", "unicode_utils", "strings-ansi", "coffee-rails", "em-hiredis", "faye-websocket", "websocket-driver", "rails-observers", "activemodel-serializers-xml", "marcel", "mimemagic", "test-unit", "dotenv-deployment", "hitimes", "CFPropertyList", "sys-admin", "win32-dir", "windows-api", "windows-pr", "win32-security", "hocon", "rbtree", "faraday_middleware", "yajl-ruby", "avl_tree", "coveralls", "celluloid-gems", "date", "SexpProcessor", "net-scp", "ruby-openid", "netrc", "http-cookie", "http-accept", "log4r", "macaddr", "ruby-maven", "tool", "cgi_multipart_eof_fix", "fastthread", "gem_plugin"]
正在查找 gems ["minitar", "minitar-cli", "hiredis", "coffee-script", "websocket-extensions", "power_assert", "configuration", "mkrf", "ffi-win32-extensions", "roauth", "libxml-ruby", "net-ssh", "ruby-yadis", "colorize", "systemu", "domain_name", "sqlite3", "maven-tools", "ruby-maven-libs"]
正在查找 gems ["powerbar", "coffee-script-source", "pattern-match", "needle", "jruby-pageant", "bcrypt_pbkdf", "rbnacl", "rbnacl-libsodium", "virtus"]
正在查找 gems ["ansi", "descendants_tracker", "axiom-types", "coercible", "equalizer"]
正在查找 gems ["adamantium", "ice_nine"]
正在查找 gems ["memoizable"]
使用 rake 13.0.6
0: rake (13.0.6) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rake-13.0.6.gemspec
使用 concurrent-ruby 1.1.10
0: concurrent-ruby (1.1.10) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/concurrent-ruby-1.1.10.gemspec
使用 zeitwerk 2.5.4
3: zeitwerk (2.5.4) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/zeitwerk-2.5.4.gemspec
使用 builder 3.2.4
3: builder (3.2.4) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/builder-3.2.4.gemspec
使用 erubi 1.10.0
3: erubi (1.10.0) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/erubi-1.10.0.gemspec
使用 racc 1.6.0
3: racc (1.6.0) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/racc-1.6.0.gemspec
使用 crass 1.0.6
3: crass (1.0.6) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/crass-1.0.6.gemspec
使用 rack 2.2.3
3: rack (2.2.3) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-2.2.3.gemspec
使用 mini_mime 1.1.2
3: mini_mime (1.1.2) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_mime-1.1.2.gemspec
使用 public_suffix 4.0.7
3: public_suffix (4.0.7) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/public_suffix-4.0.7.gemspec
使用 aws-eventstream 1.2.0
3: aws-eventstream (1.2.0) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-eventstream-1.2.0.gemspec
使用 aws-partitions 1.516.0
2: aws-partitions (1.516.0) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-partitions-1.516.0.gemspec
使用 jmespath 1.6.1
2: jmespath (1.6.1) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/jmespath-1.6.1.gemspec
使用 ember-source 2.18.2
2: ember-source (2.18.2) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ember-source-2.18.2.gemspec
使用 execjs 2.8.1
2: execjs (2.8.1) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/execjs-2.8.1.gemspec
使用 msgpack 1.5.1
2: msgpack (1.5.1) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/msgpack-1.5.1.gemspec
使用 bundler 2.3.5
2: bundler (2.3.5) 来自 /usr/local/lib/ruby/gems/2.7.0/specifications/bundler-2.3.5.gemspec
使用 byebug 11.1.3
2: byebug (11.1.3) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/byebug-11.1.3.gemspec
使用 cbor 0.5.9.6
2: cbor (0.5.9.6) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/cbor-0.5.9.6.gemspec
使用 chunky_png 1.4.0
2: chunky_png (1.4.0) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/chunky_png-1.4.0.gemspec
使用 coderay 1.1.3
2: coderay (1.1.3) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/coderay-1.1.3.gemspec
使用 colored2 3.1.2
2: colored2 (3.1.2) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/colored2-3.1.2.gemspec
使用 connection_pool 2.2.5
2: connection_pool (2.2.5) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/connection_pool-2.2.5.gemspec
使用 ipaddr 1.2.4
2: ipaddr (1.2.4) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ipaddr-1.2.4.gemspec
使用 cppjieba_rb 0.4.2
2: cppjieba_rb (0.4.2) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/cppjieba_rb-0.4.2.gemspec
使用 diffy 3.4.0
2: diffy (3.4.0) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/diffy-3.4.0.gemspec
使用 method_source 1.0.0
2: method_source (1.0.0) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/method_source-1.0.0.gemspec
使用 thor 1.2.1
2: thor (1.2.1) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/thor-1.2.1.gemspec
使用 discourse-ember-source 3.12.2.3
2: discourse-ember-source (3.12.2.3) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/discourse-ember-source-3.12.2.3.gemspec
使用 discourse-fonts 0.0.9
2: discourse-fonts (0.0.9) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/discourse-fonts-0.0.9.gemspec
使用 regexp_parser 2.3.0
2: regexp_parser (2.3.0) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/regexp_parser-2.3.0.gemspec
使用 email_reply_trimmer 0.1.13
2: email_reply_trimmer (0.1.13) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/email_reply_trimmer-0.1.13.gemspec
使用 excon 0.92.2
2: excon (0.92.2) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/excon-0.92.2.gemspec
使用 exifr 1.3.9
2: exifr (1.3.9) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/exifr-1.3.9.gemspec
使用 faraday-em_http 1.0.0
2: faraday-em_http (1.0.0) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-em_http-1.0.0.gemspec
使用 faraday-em_synchrony 1.0.0
2: faraday-em_synchrony (1.0.0) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-em_synchrony-1.0.0.gemspec
使用 faraday-excon 1.1.0
2: faraday-excon (1.1.0) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-excon-1.1.0.gemspec
使用 faraday-httpclient 1.0.1
2: faraday-httpclient (1.0.1) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-httpclient-1.0.1.gemspec
使用 multipart-post 2.1.1
2: multipart-post (2.1.1) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/multipart-post-2.1.1.gemspec
使用 faraday-net_http 1.0.1
2: faraday-net_http (1.0.1) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-net_http-1.0.1.gemspec
使用 faraday-net_http_persistent 1.2.0
2: 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
2: 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
2: faraday-rack (1.0.0) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-rack-1.0.0.gemspec
使用 faraday-retry 1.0.3
2: faraday-retry (1.0.3) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-retry-1.0.3.gemspec
使用 ruby2_keywords 0.0.5
2: 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
2: 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
2: fast_xs (0.8.0) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fast_xs-0.8.0.gemspec
使用 fastimage 2.2.6
2: fastimage (2.2.6) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fastimage-2.2.6.gemspec
使用 ffi 1.15.5
2: ffi (1.15.5) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ffi-1.15.5.gemspec
使用 fspath 3.1.2
2: fspath (3.1.2) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fspath-3.1.2.gemspec
使用 gc_tracer 1.5.1
2: gc_tracer (1.5.1) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/gc_tracer-1.5.1.gemspec
使用 guess_html_encoding 0.0.11
2: guess_html_encoding (0.0.11) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/guess_html_encoding-0.0.11.gemspec
使用 hana 1.3.7
2: hana (1.3.7) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/hana-1.3.7.gemspec
使用 hashie 5.0.0
2: hashie (5.0.0) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/hashie-5.0.0.gemspec
使用 highline 2.0.3
2: highline (2.0.3) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/highline-2.0.3.gemspec
使用 hkdf 0.3.0
2: hkdf (0.3.0) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/hkdf-0.3.0.gemspec
使用 htmlentities 4.3.4
2: htmlentities (4.3.4) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/htmlentities-4.3.4.gemspec
使用 http_accept_language 2.1.1
2: http_accept_language (2.1.1) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/http_accept_language-2.1.1.gemspec
使用 image_size 3.0.1
2: image_size (3.0.1) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/image_size-3.0.1.gemspec
使用 in_threads 1.6.0
2: in_threads (1.6.0) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/in_threads-1.6.0.gemspec
使用 progress 3.6.0
2: progress (3.6.0) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/progress-3.6.0.gemspec
使用 json 2.6.1
2: json (2.6.1) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/json-2.6.1.gemspec
使用 uri_template 0.7.0
2: uri_template (0.7.0) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/uri_template-0.7.0.gemspec
使用 jwt 2.3.0
2: jwt (2.3.0) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/jwt-2.3.0.gemspec
使用 kgio 2.11.4
2: kgio (2.11.4) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/kgio-2.11.4.gemspec
使用 libv8-node 16.10.0.0 (x86_64-linux)
2: 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
使用 logster 2.11.0
使用 minitest 5.15.0
使用 lru_redux 1.1.0
0: logster (2.11.0) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/logster-2.11.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.4.0
0: mini_sql (1.4.0) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_sql-1.4.0.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.11
0: oj (3.13.11) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/oj-3.13.11.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.3.5
0: pg (1.3.5) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pg-1.3.5.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.20.0
0: raindrops (0.20.0) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/raindrops-0.20.0.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.19
0: stackprof (0.2.19) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/stackprof-0.2.19.gemspec
使用 unf_ext 0.0.8.1
0: unf_ext (0.0.8.1) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/unf_ext-0.0.8.1.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.10.0
0: i18n (1.10.0) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/i18n-1.10.0.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.13.4 (x86_64-linux)
0: nokogiri (1.13.4) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/nokogiri-1.13.4-x86_64-linux.gemspec
使用 rack-test 1.1.0
0: rack-test (1.1.0) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-test-1.1.0.gemspec
使用 logstash-event 1.2.02
2: logstash-event (1.2.02) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/logstash-event-1.2.02.gemspec
使用 addressable 2.8.0
2: addressable (2.8.0) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/addressable-2.8.0.gemspec
1: minitest (5.15.0) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/minitest-5.15.0.gemspec
使用 aws-sigv4 1.4.0
1: aws-sigv4 (1.4.0) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sigv4-1.4.0.gemspec
使用 barber 0.12.2
1: barber (0.12.2) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/barber-0.12.2.gemspec
使用 bootsnap 1.11.1
1: bootsnap (1.11.1) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/bootsnap-1.11.1.gemspec
使用 openssl 2.2.1
1: openssl (2.2.1) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/openssl-2.2.1.gemspec
使用 ember-data-source 3.0.2
1: ember-data-source (3.0.2) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ember-data-source-3.0.2.gemspec
正在获取 sprockets 4.0.3
3: lru_redux (1.1.0) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/lru_redux-1.1.0.gemspec
使用 ecma-re-validator 0.4.0
3: ecma-re-validator (0.4.0) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ecma-re-validator-0.4.0.gemspec
使用 faraday-multipart 1.0.3
3: faraday-multipart (1.0.3) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-multipart-1.0.3.gemspec
使用 image_optim 0.31.1
3: image_optim (0.31.1) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/image_optim-0.31.1.gemspec
使用 request_store 1.5.1
3: request_store (1.5.1) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/request_store-1.5.1.gemspec
使用 message_bus 4.2.0
3: message_bus (4.2.0) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/message_bus-4.2.0.gemspec
使用 mini_racer 0.6.2
3: mini_racer (0.6.2) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_racer-0.6.2.gemspec
使用 mini_suffix 0.3.3
3: mini_suffix (0.3.3) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_suffix-0.3.3.gemspec
使用 omniauth 1.9.1
3: omniauth (1.9.1) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-1.9.1.gemspec
使用 pry 0.13.1
3: pry (0.13.1) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pry-0.13.1.gemspec
使用 rack-mini-profiler 3.0.0
3: rack-mini-profiler (3.0.0) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-mini-profiler-3.0.0.gemspec
使用 rack-protection 2.2.0
3: rack-protection (2.2.0) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-protection-2.2.0.gemspec
使用 sassc 2.0.1
3: sassc (2.0.1) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sassc-2.0.1.gemspec
使用 uglifier 4.2.0
3: uglifier (4.2.0) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/uglifier-4.2.0.gemspec
使用 webpush 1.1.0
3: webpush (1.1.0) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/webpush-1.1.0.gemspec
使用 openssl-signature_algorithm 1.1.1
2: openssl-signature_algorithm (1.1.1) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/openssl-signature_algorithm-1.1.1.gemspec
使用 css_parser 1.11.0
3: css_parser (1.11.0) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/css_parser-1.11.0.gemspec
使用 faraday 1.10.0
3: faraday (1.10.0) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-1.10.0.gemspec
使用 json_schemer 0.2.20
3: json_schemer (0.2.20) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/json_schemer-0.2.20.gemspec
使用 logstash-logger 0.26.1
3: logstash-logger (0.26.1) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/logstash-logger-0.26.1.gemspec
使用 sidekiq 6.4.1
3: sidekiq (6.4.1) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sidekiq-6.4.1.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
使用 pry-byebug 3.9.0
3: pry-byebug (3.9.0) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pry-byebug-3.9.0.gemspec
使用 pry-rails 0.3.9
3: pry-rails (0.3.9) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pry-rails-0.3.9.gemspec
使用 puma 5.6.4
3: puma (5.6.4) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/puma-5.6.4.gemspec
使用 rbtrace 0.4.14
3: rbtrace (0.4.14) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rbtrace-0.4.14.gemspec
使用 redis-namespace 1.8.2
3: redis-namespace (1.8.2) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/redis-namespace-1.8.2.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
使用 ruby-readability 0.7.0
使用 rqrcode 2.1.1
2: 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
2: sanitize (6.0.0) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sanitize-6.0.0.gemspec
使用 unf 0.1.4
2: unf (0.1.4) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/unf-0.1.4.gemspec
使用 unicorn 6.1.0
2: unicorn (6.1.0) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/unicorn-6.1.0.gemspec
使用 activesupport 6.1.4.7
2: activesupport (6.1.4.7) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activesupport-6.1.4.7.gemspec
使用 loofah 2.16.0
2: loofah (2.16.0) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/loofah-2.16.0.gemspec
使用 aws-sdk-core 3.121.2
2: aws-sdk-core (3.121.2) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-core-3.121.2.gemspec
使用 mini_scheduler 0.13.0
2: mini_scheduler (0.13.0) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_scheduler-0.13.0.gemspec
使用 oauth2 1.4.7
2: oauth2 (1.4.7) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/oauth2-1.4.7.gemspec
使用 omniauth-twitter 1.4.0
2: omniauth-twitter (1.4.0) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-twitter-1.4.0.gemspec
3: rqrcode (2.1.1) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rqrcode-2.1.1.gemspec
使用 rails-dom-testing 2.0.3
2: 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
3: rails-html-sanitizer (1.4.2) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails-html-sanitizer-1.4.2.gemspec
使用 globalid 1.0.0
3: globalid (1.0.0) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/globalid-1.0.0.gemspec
使用 activemodel 6.1.4.7
3: activemodel (6.1.4.7) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activemodel-6.1.4.7.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
使用 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
使用 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.7
3: activerecord (6.1.4.7) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activerecord-6.1.4.7.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
使用 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
使用 activejob 6.1.4.7
2: activejob (6.1.4.7) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activejob-6.1.4.7.gemspec
使用 actionview 6.1.4.7
3: actionview (6.1.4.7) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionview-6.1.4.7.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
使用 actionpack 6.1.4.7
2: actionpack (6.1.4.7) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionpack-6.1.4.7.gemspec
使用 actionview_precompiler 0.2.3
2: actionview_precompiler (0.2.3) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionview_precompiler-0.2.3.gemspec
使用 mail 2.8.0.edge 来自 https://github.com/discourse/mail.git (位于 main@5b700fc)
使用 railties 6.1.4.7
2: railties (6.1.4.7) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/railties-6.1.4.7.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.12.0
2: lograge (0.12.0) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/lograge-0.12.0.gemspec
使用 rails_failover 0.8.1
2: rails_failover (0.8.1) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails_failover-0.8.1.gemspec
使用 rails_multisite 4.0.1
2: rails_multisite (4.0.1) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails_multisite-4.0.1.gemspec
正在安装 sprockets 4.0.3
0: mail (2.8.0.edge) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/bundler/gems/mail-5b700fc95ee6/mail.gemspec
使用 actionmailer 6.1.4.7
2: actionmailer (6.1.4.7) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionmailer-6.1.4.7.gemspec
1: sprockets (4.0.3) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sprockets-4.0.3.gemspec
使用 ember-handlebars-template 0.8.0
使用 sprockets-rails 3.4.2
3: ember-handlebars-template (0.8.0) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ember-handlebars-template-0.8.0.gemspec
0: sprockets-rails (3.4.2) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sprockets-rails-3.4.2.gemspec
使用 discourse-ember-rails 0.18.6
0: discourse-ember-rails (0.18.6) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/discourse-ember-rails-0.18.6.gemspec
使用 sassc-rails 2.1.2
1: sassc-rails (2.1.2) 来自 /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sassc-rails-2.1.2.gemspec
Bundle 完成!126 个 Gemfile 依赖项,现已安装 176 个 gems.
未安装 'test' 和 'development' 组中的 Gems。
捆绑的 gems 已安装到 `./vendor/bundle`
I, [2022-04-19T19:59:37.432567 #1] INFO -- : > cd /var/www/discourse && [ ! -d 'node_modules' ] || su discourse -c 'yarn install --production && yarn cache clean'
I, [2022-04-19T20:01:52.537930 #1] INFO -- : yarn install v1.22.18
[1/5] 验证 package.json...
[2/5] 解析 packages...
success 已是最新。
$ yarn --cwd app/assets/javascripts/discourse
yarn install v1.22.18
[1/4] 解析 packages...
[2/4] 获取 packages...
[3/4] 链接 dependencies...
[4/4] 构建新的 packages...
success 已保存 lockfile。
Done in 126.70s.
Done in 128.30s.
yarn cache v1.22.18
success 已清除缓存。
Done in 5.90s.
I, [2022-04-19T20:01:52.538722 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'LOAD_PLUGINS=0 bundle exec rake plugin:pull_compatible_all'
I, [2022-04-19T20:01:57.682911 #1] INFO -- : discourse-whos-online 已是最新的兼容版本
docker_manager 已是最新的兼容版本
retort 已是最新的兼容版本
discourse-solved 已是最新的兼容版本
discourse-chat-integration 已是最新的兼容版本
discourse-patreon 已是最新的兼容版本
I, [2022-04-19T20:01:57.683591 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate'
Discourse 需要 Redis 6.2.0 或更高版本
I, [2022-04-19T20:02:03.563992 #1] INFO -- :
I, [2022-04-19T20:02:03.564760 #1] INFO -- : 正在终止异步进程
I, [2022-04-19T20:02:03.565111 #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: 41 发送 INT
I, [2022-04-19T20:02:03.565317 #1] INFO -- : 向 exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf pid: 102 发送 TERM
2022-04-19 20:02:03.565 UTC [41] LOG: 收到快速关闭请求
102:signal-handler (1650398523) 收到 SIGTERM,正在安排关闭...
2022-04-19 20:02:03.574 UTC [41] LOG: 正在中止任何活动事务
2022-04-19 20:02:03.578 UTC [41] LOG: 后台工作进程“logical replication launcher” (PID 50) 以退出码 1 退出
2022-04-19 20:02:03.595 UTC [45] LOG: 正在关闭
102:M 19 Apr 2022 20:02:03.606 # 用户请求关闭...
102:M 19 Apr 2022 20:02:03.606 * 退出前保存最终的 RDB 快照。
102:M 19 Apr 2022 20:02:03.609 * 数据库已保存到磁盘
102:M 19 Apr 2022 20:02:03.609 # Redis 现已准备退出,再见...
2022-04-19 20:02:03.682 UTC [41] LOG: 数据库系统已关闭
FAILED
--------------------
Pups::ExecError: cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate' 失败,返回 #<Process::Status: pid 1046 exit 1>
失败位置: /usr/local/lib/ruby/gems/2.7.0/gems/pups-1.1.1/lib/pups/exec_command.rb:117:in `spawn'
exec 失败,参数为 {"cd"=>"$home", "hook"=>"db_migrate", "cmd"=>["su discourse -c 'bundle exec rake db:migrate'"]}
bootstrap 失败,退出码为 1
** 引导失败 ** 请向上滚动并查看早期的错误消息,可能不止一个。
./discourse-doctor 可能有助于诊断问题。
89e976f0d59a1ac5270b0b71efdb3e1c797517ead7c9772aeebf78604d0d9f64