Discourseは、どのブラウザで表示してもログインダイアログで読み込みが停止します

数回のアップデート前、Android 10 スマートフォン、Chromebook、または Windows PC のいずれからも (既にログインしていた 1 台を除く) www.nzarchitecture.net.nz のディスコースフォーラムにアクセスできなくなったことに気づきました。

サイトはログインダイアログを呼び出そうとしている間に読み込みを停止し、「読み込み中」のカラードットグラフィックを無限に表示します。

download|0x0

Brave、Chrome、Edge、および Samsung の独自のプリインストールブラウザを使用して、3 台の異なる Samsung Galaxy S9+ 電話 (すべて家族が同じ電話を持っています) でテストしました。

インコグニト (セーフモード) ブラウジングウィンドウでも変更はありません。

残念ながら、意図的にログアウトすることはめったになく、日常的に使用している Windows マシンは常にログインしているため、通常サイトにアクセスするときにログインダイアログをバイパスするため、問題を引き起こした可能性のあるディスコースのアップデートを正確に知りません。

これは既知の問題ですか、それとも修正方法はありますか?

ブラウザのポップアップに関連している可能性がありますか?

レポートありがとうございます。お使いのブラウザのバージョンをお知らせいただけますでしょうか?AndroidのChromeをご利用だと仮定していますが、よろしいでしょうか?

ご不明な場合は、https://www.whatsmybrowser.org/ にアクセスして、一番上にあるChromeのバージョン番号をご確認ください。

http://www.nzarchitecture.net.nz/ も読み込めません(最新のChrome、macOS)。そのため、ブラウザ固有の問題ではないと思います。ブラウザコンソールには discourse-merge-users に関するエラーが表示されます。このプラグインは廃止されているため、フォーラム管理者がアンインストールする必要があります。

Ubuntu、Win10、Android 10(Firefox)でサイトが読み込まれないことを確認してください。

Chrome 109 ではログインダイアログが開けないという例があります。What browser am I using?

しかし、上記で述べたように、この問題は Windows 11 と Android 10 の両方で Edge と Brave、そして Android 10 の Samsung 独自のブラウザにも影響します。

Windows 11 の Tor ブラウザ(12.0.1)でも影響があることを確認しました。

以前、以下を使用してサイトを再生成しようとしました。

cd /var/discourse
git pull; ./launcher rebuild app
./launcher cleanup

しかし、変更はありませんでした。そのため、私のインストールは破損していないと仮定しました。

他の人の Discourse サイトはまだ機能しているように見えることを考えると、最近のアップデートに関連する互換性のない新しい設定があることを示唆していますか?

最近、他の人もユーザーのマージでこの問題が発生しました。

これは問題になりそうです。以前、1年ほど前にこのプラグインをアンインストールしようとしてサイトを壊してしまい、バックアップから復元せざるを得ませんでした。

そしてもちろん、すべてのテストを終えてログアウトした今、プラグインを無効にしようとしても再度ログインできなくなりました。

管理画面からプラグインを無効にしても、完全に無効にはなりません。

yml ファイルから削除し、ターミナルで再構築する必要があります。

ユーザーのマージは現在非推奨のプラグインです。この機能は 2.5 以降、Discourse のネイティブ機能になっています。

ログインに役立つリンクはこちらです: https://nzarchitecture.net.nz/login?safe_mode=no_plugins

?safe_mode=no_plugins はどのURLにも追加できます)

しかし、@Stephen が言ったように、プラグインを確実に削除する唯一の方法は、YML設定から削除して再構築することです。

うーん、私の app.yml ファイルは見た目が異なり、プラグインへの参照が見当たりません。

役立つかもしれないので、PuTTY コンソール セッションを以下に示します。

root@nz:~# cd /var/discourse
root@nz:/var/discourse# nano containers/app.yml
  GNU nano 2.9.3                         containers/app.yml

## これは、オールインワンのスタンドアロン Discourse Docker コンテナテンプレートです
##
## このファイルに変更を加えた後は、必ず再構築してください
## /var/discourse/launcher rebuild app
##
## 編集には *十分に注意してください*!
## YAML ファイルは、空白またはインデントの間違いに非常に敏感です!
## 必要に応じて、このファイルを検証するには http://www.yamllint.com/ を参照してください

templates:
  - "templates/postgres.template.yml"
  - "templates/redis.template.yml"
  - "templates/web.template.yml"
  - "templates/web.ratelimited.template.yml"
## Lets Encrypt (https) を追加したい場合は、これらの 2 行のコメントを解除してください
  - "templates/web.ssl.template.yml"
  - "templates/web.letsencrypt.ssl.template.yml"
  - "templates/import/mysql-dep.template.yml"

## このコンテナはどの TCP/IP ポートを公開しますか?
## Discourse を Apache や nginx のような別の Web サーバーとポートを共有させたい場合は、
## 詳細については https://meta.discourse.org/t/17247 を参照してください
expose:
  - "80:80"   # http
  - "443:443" # https

params:
  db_default_text_search_config: "pg_catalog.english"

  ## db_shared_buffers を合計メモリの最大 25% に設定します。
  ## ブートストラップによって検出された RAM に基づいて自動的に設定されますが、オーバーライドすることもできます
  db_shared_buffers: "128MB"

  ## ソートパフォーマンスを向上させることができますが、接続ごとのメモリ使用量が増加します
  #db_work_mem: "40MB"

  ## このコンテナはどの Git リビジョンを使用しますか? (デフォルト: tests-passed)
  #version: tests-passed

このインスタンスはどのようにインストールされましたか?2コンテナを使用していますか?

こんにちは、コンテナは1つだけです(少なくとも私が知る限り)。

公平に言って、私はLinuxについて何も知りませんし、理解もしていません…
Digital Oceanのドロップレットが1つあることは知っています。これは「コンテナ」と同じものですか?

そのファイルにはもっとたくさんの内容があります。下にスクロールしてください。

プラグインは、94行目あたりの hooks: セクションにあります。

nano を使用している場合は、Ctrl+_ で行番号にジャンプするか、nano +94 app.yml を使用してください。

ああ、ありがとう!これはPuTTYアプリの問題のようです。アプリのスクロールバーの位置によると、上記に貼り付けたものがすべてを表しており、スクロールバーでそれ以上スクロールすることはできません。

ただし、矢印キーを使用してさらにスクロールできます。

はい、それは、PuTTYのスクロールバーがローカル端末に既に転送された情報に基づいているのに対し、スクロールキーはリモートセッションにさらに表示するように指示しているためです。

残念ながら、昨年このプラグインを削除しようとした際に発生したのと同様の失敗が発生しているようです。

再構築中に、以下のメッセージが表示されました(2回試しました):

FAILED
--------------------
Pups::ExecError: cd /var/www/discourse && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y libmariadb-dev failed with return #<Process::Status: pid 488 exit 100>
Location of failure: /usr/local/lib/ruby/gems/3.1.0/gems/pups-1.1.1/lib/pups/exec_command.rb:117:in `spawn'
exec failed with the params {"cd"=>"$home", "cmd"=>["echo \"gem 'mysql2'\" >> Gemfile", "apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y libmariadb-dev", "su discourse -c 'bundle config unset deployment'", "su discourse -c 'bundle install --no-deployment --path vendor/bundle --jobs 4 --without test development'"]}
bootstrap failed with exit code 100
** 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.
b40e566c2a5dd29d8d7253ab893b7bef0c937020615f7e0a24bd57e5b2ec99d3
root@nz:/var/discourse#

app.yml ファイルは、おそらく正しく編集されており、「merge users」プラグインを参照する行のみが削除され、他の変更は加えられていません。

実際のエラーは貼り付けたセクションの上にあります。もっと見る必要があります。

ここは完全なセッションです

root@nz:/var/discourse# git pull; ./launcher rebuild app
既に最新です。
x86_64 アーキテクチャを検出しました。

警告: Discourse ベースイメージのダウンロードを開始しようとしています
この処理はネットワーク速度に応じて数分から1時間ほどかかる場合があります

しばらくお待ちください

2.0.20230116-0051: Pulling from discourse/base
8740c948ffd4: Pull complete
219274ac76f4: Pull complete
8c33c4f7b2b0: Pull complete
Digest: sha256:9e75876adb52427902a6d76dab731c4888af811d7e5ad9ee6efcec4ce6db986f
Status: discourse/base:2.0.20230116-0051 の新しいイメージをダウンロードしました
docker.io/discourse/base:2.0.20230116-0051
警告: containers/app.yml ファイルは世界中から読み取れます。chmod o-rwx containers/app.yml を実行してこのファイルを保護できます
launcher が最新であることを確認中
origin を取得中
launcher は最新です
2.0.20230116-0051: Pulling from discourse/base
Digest: sha256:9e75876adb52427902a6d76dab731c4888af811d7e5ad9ee6efcec4ce6db986f
Status: discourse/base:2.0.20230116-0051 のイメージは最新です
docker.io/discourse/base:2.0.20230116-0051
/usr/local/lib/ruby/gems/3.1.0/gems/pups-1.1.1/lib/pups.rb
/usr/local/bin/pups --stdin
I, [2023-01-26T14:16:42.982925 #1]  INFO -- : stdin から読み込み中
I, [2023-01-26T14:16:42.989944 #1]  INFO -- : > locale-gen $LANG && update-locale
I, [2023-01-26T14:16:43.061977 #1]  INFO -- : ロケールを生成中(少し時間がかかる場合があります)...
生成が完了しました。

I, [2023-01-26T14:16:43.062708 #1]  INFO -- : > mkdir -p /shared/postgres_run
I, [2023-01-26T14:16:43.071852 #1]  INFO -- :
I, [2023-01-26T14:16:43.073682 #1]  INFO -- : > chown postgres:postgres /shared/postgres_run
I, [2023-01-26T14:16:43.079338 #1]  INFO -- :
I, [2023-01-26T14:16:43.080200 #1]  INFO -- : > chmod 775 /shared/postgres_run
I, [2023-01-26T14:16:43.084938 #1]  INFO -- :
I, [2023-01-26T14:16:43.085649 #1]  INFO -- : > rm -fr /var/run/postgresql
I, [2023-01-26T14:16:43.088679 #1]  INFO -- :
I, [2023-01-26T14:16:43.089260 #1]  INFO -- : > ln -s /shared/postgres_run /var/run/postgresql
I, [2023-01-26T14:16:43.093417 #1]  INFO -- :
I, [2023-01-26T14:16:43.093998 #1]  INFO -- : > socat /dev/null UNIX-CONNECT:/shared/postgres_run/.s.PGSQL.5432 || exit 0 && echo postgres already running stop container ; exit 1
2023/01/26 14:16:43 socat[18] E connect(6, AF=1 "/shared/postgres_run/.s.PGSQL.5432", 36): No such file or directory
I, [2023-01-26T14:16:43.132885 #1]  INFO -- :
I, [2023-01-26T14:16:43.133578 #1]  INFO -- : > rm -fr /shared/postgres_run/.s*
I, [2023-01-26T14:16:43.137967 #1]  INFO -- :
I, [2023-01-26T14:16:43.138440 #1]  INFO -- : > rm -fr /shared/postgres_run/*.pid
I, [2023-01-26T14:16:43.141928 #1]  INFO -- :
I, [2023-01-26T14:16:43.142341 #1]  INFO -- : > mkdir -p /shared/postgres_run/13-main.pg_stat_tmp
I, [2023-01-26T14:16:43.145367 #1]  INFO -- :
I, [2023-01-26T14:16:43.146041 #1]  INFO -- : > chown postgres:postgres /shared/postgres_run/13-main.pg_stat_tmp
I, [2023-01-26T14:16:43.148783 #1]  INFO -- :
I, [2023-01-26T14:16:43.154701 #1]  INFO -- : File > /etc/service/postgres/run  chmod: +x  chown:
I, [2023-01-26T14:16:43.160967 #1]  INFO -- : File > /etc/service/postgres/log/run  chmod: +x  chown:
I, [2023-01-26T14:16:43.166831 #1]  INFO -- : File > /etc/runit/3.d/99-postgres  chmod: +x  chown:
I, [2023-01-26T14:16:43.172547 #1]  INFO -- : File > /root/upgrade_postgres  chmod: +x  chown:
I, [2023-01-26T14:16:43.173176 #1]  INFO -- : > chown -R root /var/lib/postgresql/13/main
I, [2023-01-26T14:16:45.254384 #1]  INFO -- :
I, [2023-01-26T14:16:45.255332 #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, [2023-01-26T14:16:45.258797 #1]  INFO -- :
I, [2023-01-26T14:16:45.259262 #1]  INFO -- : > chown -R postgres:postgres /shared/postgres_data
I, [2023-01-26T14:16:45.343383 #1]  INFO -- :
I, [2023-01-26T14:16:45.344327 #1]  INFO -- : > chown -R postgres:postgres /var/run/postgresql
I, [2023-01-26T14:16:45.348139 #1]  INFO -- :
I, [2023-01-26T14:16:45.348746 #1]  INFO -- : > /root/upgrade_postgres
I, [2023-01-26T14:16:45.360582 #1]  INFO -- :
I, [2023-01-26T14:16:45.361157 #1]  INFO -- : > rm /root/upgrade_postgres
I, [2023-01-26T14:16:45.363919 #1]  INFO -- :
I, [2023-01-26T14:16:45.365619 #1]  INFO -- : /etc/postgresql/13/main/postgresql.conf で data_directory = '/var/lib/postgresql/13/main' を data_directory = '/shared/postgres_data' に置換
I, [2023-01-26T14:16:45.366828 #1]  INFO -- : /etc/postgresql/13/main/postgresql.conf で (?-mix:#?listen_addresses *=.*) を listen_addresses = '*' に置換
I, [2023-01-26T14:16:45.367748 #1]  INFO -- : /etc/postgresql/13/main/postgresql.conf で (?-mix:#?synchronous_commit *=.*) を synchronous_commit = $db_synchronous_commit に置換
I, [2023-01-26T14:16:45.368827 #1]  INFO -- : /etc/postgresql/13/main/postgresql.conf で (?-mix:#?shared_buffers *=.*) を shared_buffers = $db_shared_buffers に置換
I, [2023-01-26T14:16:45.369798 #1]  INFO -- : /etc/postgresql/13/main/postgresql.conf で (?-mix:#?work_mem *=.*) を work_mem = $db_work_mem に置換
I, [2023-01-26T14:16:45.370814 #1]  INFO -- : /etc/postgresql/13/main/postgresql.conf で (?-mix:#?default_text_search_config *=.*) を default_text_search_config = '$db_default_text_search_config' に置換
I, [2023-01-26T14:16:45.371443 #1]  INFO -- : > install -d -m 0755 -o postgres -g postgres /shared/postgres_backup
I, [2023-01-26T14:16:45.378215 #1]  INFO -- :
I, [2023-01-26T14:16:45.378959 #1]  INFO -- : /etc/postgresql/13/main/postgresql.conf で (?-mix:#?checkpoint_segments *=.*) を checkpoint_segments = $db_checkpoint_segments に置換
I, [2023-01-26T14:16:45.379628 #1]  INFO -- : /etc/postgresql/13/main/postgresql.conf で (?-mix:#?logging_collector *=.*) を logging_collector = $db_logging_collector に置換
I, [2023-01-26T14:16:45.380253 #1]  INFO -- : /etc/postgresql/13/main/postgresql.conf で (?-mix:#?log_min_duration_statement *=.*) を log_min_duration_statement = $db_log_min_duration_statement に置換
I, [2023-01-26T14:16:45.381456 #1]  INFO -- : /etc/postgresql/13/main/pg_hba.conf で (?-mix:^#local +replication +postgres +peer$) を local replication postgres  peer に置換
I, [2023-01-26T14:16:45.382114 #1]  INFO -- : /etc/postgresql/13/main/pg_hba.conf で (?-mix:^host.*all.*all.*127.*$) を host all all 0.0.0.0/0 md5 に置換
I, [2023-01-26T14:16:45.382760 #1]  INFO -- : /etc/postgresql/13/main/pg_hba.conf で (?-mix:^host.*all.*all.*::1\/128.*$) を host all all ::/0 md5 に置換
I, [2023-01-26T14:16:45.383330 #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, [2023-01-26T14:16:45.385445 #1]  INFO -- : > sleep 5
2023-01-26 14:16:45.563 UTC [41] LOG:  PostgreSQL 13.9 (Debian 13.9-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit を起動中
2023-01-26 14:16:45.563 UTC [41] LOG:  IPv4 アドレス "0.0.0.0", ポート 5432 でリッスン中
2023-01-26 14:16:45.563 UTC [41] LOG:  IPv6 アドレス "::", ポート 5432 でリッスン中
2023-01-26 14:16:45.565 UTC [41] LOG:  Unix ソケット "/var/run/postgresql/.s.PGSQL.5432" でリッスン中
2023-01-26 14:16:45.571 UTC [44] LOG:  データベースシステムは 2023-01-26 14:06:07 UTC にシャットダウンされました
2023-01-26 14:16:45.587 UTC [41] LOG:  データベースシステムは接続を受け付ける準備ができました
I, [2023-01-26T14:16:50.393555 #1]  INFO -- :
I, [2023-01-26T14:16:50.394596 #1]  INFO -- : > su postgres -c 'createdb discourse' || true
2023-01-26 14:16:50.508 UTC [54] postgres@postgres ERROR:  データベース "discourse" は既に存在します
2023-01-26 14:16:50.508 UTC [54] postgres@postgres STATEMENT:  CREATE DATABASE discourse;
createdb: error: データベースの作成に失敗しました: ERROR:  データベース "discourse" は既に存在します
I, [2023-01-26T14:16:50.512245 #1]  INFO -- :
I, [2023-01-26T14:16:50.512797 #1]  INFO -- : > su postgres -c 'psql discourse -c "create user discourse;"' || true
2023-01-26 14:16:50.602 UTC [58] postgres@discourse ERROR:  ロール "discourse" は既に存在します
2023-01-26 14:16:50.602 UTC [58] postgres@discourse STATEMENT:  create user discourse;
ERROR:  ロール "discourse" は既に存在します
I, [2023-01-26T14:16:50.605342 #1]  INFO -- :
I, [2023-01-26T14:16:50.605962 #1]  INFO -- : > su postgres -c 'psql discourse -c "grant all privileges on database discourse to discourse;"' || true
I, [2023-01-26T14:16:50.670186 #1]  INFO -- : GRANT

I, [2023-01-26T14:16:50.670972 #1]  INFO -- : > su postgres -c 'psql discourse -c "alter schema public owner to discourse;"'
I, [2023-01-26T14:16:50.734661 #1]  INFO -- : ALTER SCHEMA

I, [2023-01-26T14:16:50.735409 #1]  INFO -- : > su postgres -c 'psql template1 -c "create extension if not exists hstore;"'
NOTICE:  拡張 "hstore" は既に存在するためスキップします
I, [2023-01-26T14:16:50.812257 #1]  INFO -- : CREATE EXTENSION

I, [2023-01-26T14:16:50.812793 #1]  INFO -- : > su postgres -c 'psql template1 -c "create extension if not exists pg_trgm;"'
NOTICE:  拡張 "pg_trgm" は既に存在するためスキップします
I, [2023-01-26T14:16:50.877976 #1]  INFO -- : CREATE EXTENSION

I, [2023-01-26T14:16:50.878554 #1]  INFO -- : > su postgres -c 'psql discourse -c "create extension if not exists hstore;"'
NOTICE:  拡張 "hstore" は既に存在するためスキップします
I, [2023-01-26T14:16:50.941782 #1]  INFO -- : CREATE EXTENSION

I, [2023-01-26T14:16:50.942340 #1]  INFO -- : > su postgres -c 'psql discourse -c "create extension if not exists pg_trgm;"'
NOTICE:  拡張 "pg_trgm" は既に存在するためスキップします
I, [2023-01-26T14:16:51.005198 #1]  INFO -- : CREATE EXTENSION

I, [2023-01-26T14:16:51.005792 #1]  INFO -- : > sudo -u postgres psql discourse
I, [2023-01-26T14:16:51.011746 #1]  INFO -- : update pg_database set encoding = pg_char_to_encoding('UTF8') where datname = 'discourse' AND encoding = pg_char_to_encoding('SQL_ASCII');

I, [2023-01-26T14:16:51.109604 #1]  INFO -- : File > /var/lib/postgresql/take-database-backup  chmod: +x  chown: postgres:postgres
I, [2023-01-26T14:16:51.113750 #1]  INFO -- : File > /var/spool/cron/crontabs/postgres  chmod:   chown:
I, [2023-01-26T14:16:51.114275 #1]  INFO -- : > echo postgres installed!
I, [2023-01-26T14:16:51.117142 #1]  INFO -- : postgres installed!

I, [2023-01-26T14:16:51.123996 #1]  INFO -- : File > /etc/service/redis/run  chmod: +x  chown:
I, [2023-01-26T14:16:51.130514 #1]  INFO -- : File > /etc/service/redis/log/run  chmod: +x  chown:
I, [2023-01-26T14:16:51.136804 #1]  INFO -- : File > /etc/runit/3.d/10-redis  chmod: +x  chown:
I, [2023-01-26T14:16:51.138417 #1]  INFO -- : /etc/redis/redis.conf で daemonize yes を  に置換
I, [2023-01-26T14:16:51.139445 #1]  INFO -- : /etc/redis/redis.conf で (?-mix:^pidfile.*$) を  に置換
I, [2023-01-26T14:16:51.140250 #1]  INFO -- : > install -d -m 0755 -o redis -g redis /shared/redis_data
I, [2023-01-26T14:16:51.143826 #1]  INFO -- :
I, [2023-01-26T14:16:51.144887 #1]  INFO -- : /etc/redis/redis.conf で (?-mix:^logfile.*$) を logfile "" に置換
I, [2023-01-26T14:16:51.145784 #1]  INFO -- : /etc/redis/redis.conf で (?-mix:^bind .*$) を  に置換
I, [2023-01-26T14:16:51.146637 #1]  INFO -- : /etc/redis/redis.conf で (?-mix:^dir .*$) を dir /shared/redis_data に置換
I, [2023-01-26T14:16:51.147505 #1]  INFO -- : /etc/redis/redis.conf で (?-mix:^protected-mode yes) を protected-mode no に置換
I, [2023-01-26T14:16:51.148380 #1]  INFO -- : /etc/redis/redis.conf で # io-threads 4 を io-threads $redis_io_threads に置換
I, [2023-01-26T14:16:51.149227 #1]  INFO -- : > echo redis installed
I, [2023-01-26T14:16:51.152638 #1]  INFO -- : redis installed

I, [2023-01-26T14:16:51.153323 #1]  INFO -- : > cat /etc/redis/redis.conf | grep logfile
I, [2023-01-26T14:16:51.160679 #1]  INFO -- : logfile ""

I, [2023-01-26T14:16:51.161294 #1]  INFO -- : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
I, [2023-01-26T14:16:51.163540 #1]  INFO -- : > sleep 10
102:C 26 Jan 2023 14:16:51.201 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
102:C 26 Jan 2023 14:16:51.202 # Redis version=7.0.7, bits=64, commit=00000000, modified=0, pid=102, just started
102:C 26 Jan 2023 14:16:51.202 # Configuration loaded
102:M 26 Jan 2023 14:16:51.203 * monotonic clock: POSIX clock_gettime
102:M 26 Jan 2023 14:16:51.206 * Running mode=standalone, port=6379.
102:M 26 Jan 2023 14:16:51.206 # 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 26 Jan 2023 14:16:51.206 # Server initialized
102:M 26 Jan 2023 14:16:51.207 # WARNING Memory overcommit must be enabled! Without it, a background save or replication may fail under low memory condition. Being disabled, it can can also cause failures without low memory condition, see https://github.com/jemalloc/jemalloc/issues/1328. 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 26 Jan 2023 14:16:51.208 * Loading RDB produced by version 7.0.7
102:M 26 Jan 2023 14:16:51.209 * RDB age 644 seconds
102:M 26 Jan 2023 14:16:51.209 * RDB memory usage when created 12.19 Mb
102:M 26 Jan 2023 14:16:51.245 * Done loading RDB, keys loaded: 3408, keys expired: 0.
102:M 26 Jan 2023 14:16:51.246 * DB loaded from disk: 0.038 seconds
102:M 26 Jan 2023 14:16:51.246 * Ready to accept connections
I, [2023-01-26T14:17:01.170067 #1]  INFO -- :
I, [2023-01-26T14:17:01.170872 #1]  INFO -- : > thpoff echo "thpoff is installed!"
I, [2023-01-26T14:17:01.176533 #1]  INFO -- : thpoff is installed!

I, [2023-01-26T14:17:01.177175 #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, [2023-01-26T14:17:01.277567 #1]  INFO -- :
I, [2023-01-26T14:17:01.278425 #1]  INFO -- : > /usr/local/bin/ruby -e 'if ENV["DISCOURSE_HOSTNAME"] == "discourse.example.com"; puts "Aborting! Domain is not configured!"; exit 1; end'
I, [2023-01-26T14:17:01.382541 #1]  INFO -- :
I, [2023-01-26T14:17:01.383358 #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, [2023-01-26T14:17:01.483297 #1]  INFO -- :
I, [2023-01-26T14:17:01.484111 #1]  INFO -- : > rm -f /etc/cron.d/anacron
I, [2023-01-26T14:17:01.488073 #1]  INFO -- :
I, [2023-01-26T14:17:01.491949 #1]  INFO -- : File > /etc/cron.d/anacron  chmod:   chown:
I, [2023-01-26T14:17:01.498386 #1]  INFO -- : File > /etc/runit/1.d/copy-env  chmod: +x  chown:
I, [2023-01-26T14:17:01.504731 #1]  INFO -- : File > /etc/service/unicorn/run  chmod: +x  chown:
I, [2023-01-26T14:17:01.512218 #1]  INFO -- : File > /etc/service/nginx/run  chmod: +x  chown:
I, [2023-01-26T14:17:01.519133 #1]  INFO -- : File > /etc/runit/3.d/01-nginx  chmod: +x  chown:
I, [2023-01-26T14:17:01.526329 #1]  INFO -- : File > /etc/runit/3.d/02-unicorn  chmod: +x  chown:
I, [2023-01-26T14:17:01.526989 #1]  INFO -- : /etc/service/unicorn/run で # postgres を sv start postgres || exit 1 に置換
I, [2023-01-26T14:17:01.527634 #1]  INFO -- : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
I, [2023-01-26T14:17:01.531006 #1]  INFO -- : > cd /var/www/discourse && git reset --hard
129:C 26 Jan 2023 14:17:01.543 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
129:C 26 Jan 2023 14:17:01.543 # Redis version=7.0.7, bits=64, commit=00000000, modified=0, pid=129, just started
129:C 26 Jan 2023 14:17:01.544 # Configuration loaded
129:M 26 Jan 2023 14:17:01.545 * monotonic clock: POSIX clock_gettime
129:M 26 Jan 2023 14:17:01.546 # Warning: Could not create server TCP listening socket *:6379: bind: Address already in use
129:M 26 Jan 2023 14:17:01.546 # Failed listening on port 6379 (TCP), aborting.
Updating files: 100% (32677/32677), done.
I, [2023-01-26T14:17:05.780430 #1]  INFO -- : HEAD is now at 2eb0a300 FIX: Use hashtags in channel archive PMs if available (#19859)

I, [2023-01-26T14:17:05.781165 #1]  INFO -- : > cd /var/www/discourse && git clean -f
I, [2023-01-26T14:17:05.942875 #1]  INFO -- :
I, [2023-01-26T14:17:05.943538 #1]  INFO -- : > cd /var/www/discourse && git remote set-branches --add origin main
I, [2023-01-26T14:17:05.948859 #1]  INFO -- :
I, [2023-01-26T14:17:05.949320 #1]  INFO -- : > cd /var/www/discourse && git remote set-branches origin tests-passed
I, [2023-01-26T14:17:05.953818 #1]  INFO -- :
I, [2023-01-26T14:17:05.954262 #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, [2023-01-26T14:17:09.308486 #1]  INFO -- :
I, [2023-01-26T14:17:09.309026 #1]  INFO -- : > cd /var/www/discourse && git checkout tests-passed
Switched to a new branch 'tests-passed'
I, [2023-01-26T14:17:10.275650 #1]  INFO -- : Branch 'tests-passed' set up to track remote branch 'tests-passed' from 'origin'.

I, [2023-01-26T14:17:10.276151 #1]  INFO -- : > cd /var/www/discourse && mkdir -p tmp
I, [2023-01-26T14:17:10.285317 #1]  INFO -- :
I, [2023-01-26T14:17:10.285801 #1]  INFO -- : > cd /var/www/discourse && chown discourse:www-data tmp
I, [2023-01-26T14:17:10.289734 #1]  INFO -- :
I, [2023-01-26T14:17:10.290191 #1]  INFO -- : > cd /var/www/discourse && mkdir -p tmp/pids
I, [2023-01-26T14:17:10.294127 #1]  INFO -- :
I, [2023-01-26T14:17:10.294540 #1]  INFO -- : > cd /var/www/discourse && mkdir -p tmp/sockets
I, [2023-01-26T14:17:10.298287 #1]  INFO -- :
I, [2023-01-26T14:17:10.298686 #1]  INFO -- : > cd /var/www/discourse && touch tmp/.gitkeep
I, [2023-01-26T14:17:10.304050 #1]  INFO -- :
I, [2023-01-26T14:17:10.304469 #1]  INFO -- : > cd /var/www/discourse && mkdir -p                    /shared/log/rails
I, [2023-01-26T14:17:10.308280 #1]  INFO -- :
I, [2023-01-26T14:17:10.308667 #1]  INFO -- : > cd /var/www/discourse && bash -c "touch -a           /shared/log/rails/{production,production_errors,unicorn.stdout,unicorn.stderr,sidekiq}.log"
I, [2023-01-26T14:17:10.315784 #1]  INFO -- :
I, [2023-01-26T14:17:10.316235 #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, [2023-01-26T14:17:10.322160 #1]  INFO -- :
I, [2023-01-26T14:17:10.322614 #1]  INFO -- : > cd /var/www/discourse && bash -c "mkdir -p           /shared/{uploads,backups}"
I, [2023-01-26T14:17:10.328696 #1]  INFO -- :
I, [2023-01-26T14:17:10.329194 #1]  INFO -- : > cd /var/www/discourse && bash -c "ln    -s           /shared/{uploads,backups} /var/www/discourse/public"
I, [2023-01-26T14:17:10.334736 #1]  INFO -- :
I, [2023-01-26T14:17:10.335218 #1]  INFO -- : > cd /var/www/discourse && bash -c "mkdir -p           /shared/tmp/{backups,restores}"
I, [2023-01-26T14:17:10.341853 #1]  INFO -- :
I, [2023-01-26T14:17:10.342296 #1]  INFO -- : > cd /var/www/discourse && bash -c "ln    -s           /shared/tmp/{backups,restores} /var/www/discourse/tmp"
I, [2023-01-26T14:17:10.347822 #1]  INFO -- :
I, [2023-01-26T14:17:10.348217 #1]  INFO -- : > cd /var/www/discourse && chown -R discourse:www-data /shared/log/rails /shared/uploads /shared/backups /shared/tmp
I, [2023-01-26T14:17:10.506857 #1]  INFO -- :
I, [2023-01-26T14:17:10.507552 #1]  INFO -- : > cd /var/www/discourse && [ ! -d public/plugins ] || find public/plugins/ -maxdepth 1 -xtype l -delete
I, [2023-01-26T14:17:10.515484 #1]  INFO -- :
I, [2023-01-26T14:17:10.516048 #1]  INFO -- : /etc/service/unicorn/run で # redis を sv start redis || exit 1 に置換
I, [2023-01-26T14:17:10.517020 #1]  INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/docker_manager.git
Cloning into 'docker_manager'...
I, [2023-01-26T14:17:12.849641 #1]  INFO -- :
I, [2023-01-26T14:17:12.850307 #1]  INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/procourse/discourse-multiselect-user-field.git
Cloning into 'discourse-multiselect-user-field'...
I, [2023-01-26T14:17:13.757414 #1]  INFO -- :
I, [2023-01-26T14:17:13.758052 #1]  INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-data-explorer.git
Cloning into 'discourse-data-explorer'...
I, [2023-01-26T14:17:15.303902 #1]  INFO -- :
I, [2023-01-26T14:17:15.304622 #1]  INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-bbcode.git
Cloning into 'discourse-bbcode'...
I, [2023-01-26T14:17:16.240885 #1]  INFO -- :
I, [2023-01-26T14:17:16.241615 #1]  INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-adplugin.git
Cloning into 'discourse-adplugin'...
I, [2023-01-26T14:17:17.381679 #1]  INFO -- :
I, [2023-01-26T14:17:17.382323 #1]  INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/pmusaraj/discourse-jitsi.git
Cloning into 'discourse-jitsi'...
I, [2023-01-26T14:17:18.544561 #1]  INFO -- :
I, [2023-01-26T14:17:18.545254 #1]  INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/rimian/discourse-subscriptions.git
Cloning into 'discourse-subscriptions'...
I, [2023-01-26T14:17:19.802643 #1]  INFO -- :
I, [2023-01-26T14:17:19.803401 #1]  INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/Discourse-nav-links-component.git
Cloning into 'Discourse-nav-links-component'...
I, [2023-01-26T14:17:20.738239 #1]  INFO -- :
I, [2023-01-26T14:17:20.738889 #1]  INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/procourse/procourse-static-pages.git
Cloning into 'procourse-static-pages'...
I, [2023-01-26T14:17:21.673095 #1]  INFO -- :
I, [2023-01-26T14:17:21.673965 #1]  INFO -- : > cp /var/www/discourse/config/nginx.sample.conf /etc/nginx/conf.d/discourse.conf
I, [2023-01-26T14:17:21.684929 #1]  INFO -- :
I, [2023-01-26T14:17:21.686516 #1]  INFO -- : > rm /etc/nginx/sites-enabled/default
I, [2023-01-26T14:17:21.689612 #1]  INFO -- :
I, [2023-01-26T14:17:21.690150 #1]  INFO -- : > mkdir -p /var/nginx/cache
I, [2023-01-26T14:17:21.693449 #1]  INFO -- :
I, [2023-01-26T14:17:21.694459 #1]  INFO -- : /etc/nginx/nginx.conf で pid /run/nginx.pid; を daemon off; に置換
I, [2023-01-26T14:17:21.695165 #1]  INFO -- : /etc/nginx/conf.d/discourse.conf で (?m-ix:upstream[^\}]+\}) を upstream discourse { server 127.0.0.1:3000; } に置換
I, [2023-01-26T14:17:21.695758 #1]  INFO -- : /etc/nginx/conf.d/discourse.conf で (?-mix:server_name.+$) を server_name _ ; に置換
I, [2023-01-26T14:17:21.696412 #1]  INFO -- : /etc/nginx/conf.d/discourse.conf で (?-mix:client_max_body_size.+$) を client_max_body_size $upload_size ; に置換
I, [2023-01-26T14:17:21.697058 #1]  INFO -- : /etc/nginx/nginx.conf で (?-mix:worker_connections.+$) を worker_connections $nginx_worker_connections ; に置換
I, [2023-01-26T14:17:21.697582 #1]  INFO -- : > echo "done configuring web"
I, [2023-01-26T14:17:21.700406 #1]  INFO -- : done configuring web

I, [2023-01-26T14:17:21.701140 #1]  INFO -- : > cd /var/www/discourse && gem install bundler --conservative -v $(awk '/BUNDLED WITH/ { getline; gsub(/ /,""); print $0 }' Gemfile.lock)
I, [2023-01-26T14:17:22.828640 #1]  INFO -- : Successfully installed bundler-2.4.1
1 gem installed

I, [2023-01-26T14:17:22.829302 #1]  INFO -- : > cd /var/www/discourse && find /var/www/discourse ! -user discourse -exec chown discourse {} \+
I, [2023-01-26T14:17:26.445446 #1]  INFO -- :
I, [2023-01-26T14:17:26.446315 #1]  INFO -- : > cd /var/www/discourse && su discourse -c 'yarn install --production --frozen-lockfile && yarn cache clean'
warning " > @mixer/parallel-prettier@2.0.3" has unmet peer dependency "prettier@^2.0.0".
warning "eslint-config-discourse > eslint-plugin-lodash@7.1.0" has unmet peer dependency "lodash@>=4".
I, [2023-01-26T14:19:08.637257 #1]  INFO -- : yarn install v1.22.19
[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 $(node -e 'if(JSON.parse(process.env.npm_config_argv).original.includes(`--frozen-lockfile`)){console.log(`--frozen-lockfile`)}')
yarn install v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 58.21s.
Done in 91.62s.
yarn cache v1.22.19
success Cleared cache.
Done in 9.77s.

私のアップデートにエラーが発生しました

```ruby
api_key = "a quick brown fox"
fetch("https://api.example.com/data", headers: { 'Authorization' => api_key })

修正を手伝ってください。.
erubi 1.12.0 をインストールしています
rack 2.2.6.2 をインストールしています
3: erubi (1.12.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/erubi-1.12.0.gemspec から
timeout 0.3.1 を使用しています
3: timeout (0.3.1) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/timeout-0.3.1.gemspec から
public_suffix 5.0.1 を使用しています
3: public_suffix (5.0.1) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/public_suffix-5.0.1.gemspec から
aws-eventstream 1.2.0 を使用しています
3: aws-eventstream (1.2.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/aws-eventstream-1.2.0.gemspec から
aws-partitions 1.583.0 を使用しています
3: aws-partitions (1.583.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/aws-partitions-1.583.0.gemspec から
jmespath 1.6.2 を使用しています
3: jmespath (1.6.2) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/jmespath-1.6.2.gemspec から
msgpack 1.6.0 を使用しています
3: msgpack (1.6.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/msgpack-1.6.0.gemspec から
bundler 2.4.1 を使用しています
3: bundler (2.4.1) /usr/local/lib/ruby/gems/3.1.0/specifications/bundler-2.4.1.gemspec から
byebug 11.1.3 を使用しています
3: byebug (11.1.3) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/byebug-11.1.3.gemspec から
cbor 0.5.9.6 を使用しています
3: cbor (0.5.9.6) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/cbor-0.5.9.6.gemspec から
cgi 0.3.6 を使用しています
3: cgi (0.3.6) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/cgi-0.3.6.gemspec から
chunky_png 1.4.0 を使用しています
3: chunky_png (1.4.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/chunky_png-1.4.0.gemspec から
coderay 1.1.3 を使用しています
3: coderay (1.1.3) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/coderay-1.1.3.gemspec から
colored2 3.1.2 を使用しています
3: colored2 (3.1.2) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/colored2-3.1.2.gemspec から
connection_pool 2.3.0 を使用しています
3: connection_pool (2.3.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/connection_pool-2.3.0.gemspec から
openssl 3.0.2 を使用しています
3: openssl (3.0.2) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/openssl-3.0.2.gemspec から
cppjieba_rb 0.4.2 を使用しています
3: cppjieba_rb (0.4.2) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/cppjieba_rb-0.4.2.gemspec から
diffy 3.4.2 を使用しています
3: diffy (3.4.2) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/diffy-3.4.2.gemspec から
digest 3.1.1 を使用しています
3: digest (3.1.1) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/digest-3.1.1.gemspec から
discourse-fonts 0.0.9 を使用しています
3: discourse-fonts (0.0.9) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/discourse-fonts-0.0.9.gemspec から
regexp_parser 2.6.2 を取得しています
regexp_parser 2.6.2 をインストールしています
2: rack (2.2.6.2) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/rack-2.2.6.2.gemspec から
email_reply_trimmer 0.1.13 を使用しています
2: email_reply_trimmer (0.1.13) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/email_reply_trimmer-0.1.13.gemspec から
excon 0.97.2 を取得しています
3: regexp_parser (2.6.2) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/regexp_parser-2.6.2.gemspec から
execjs 2.8.1 を使用しています
3: execjs (2.8.1) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/execjs-2.8.1.gemspec から
exifr 1.3.10 を使用しています
3: exifr (1.3.10) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/exifr-1.3.10.gemspec から
faraday-net_http 3.0.2 を使用しています
3: faraday-net_http (3.0.2) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/faraday-net_http-3.0.2.gemspec から
ruby2_keywords 0.0.5 を使用しています
3: ruby2_keywords (0.0.5) /usr/local/lib/ruby/gems/3.1.0/specifications/default/ruby2_keywords-0.0.5.gemspec から
fast_blank 1.0.1 を使用しています
3: fast_blank (1.0.1) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/fast_blank-1.0.1.gemspec から
fast_xs 0.8.0 を使用しています
3: fast_xs (0.8.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/fast_xs-0.8.0.gemspec から
fastimage 2.2.6 を使用しています
3: fastimage (2.2.6) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/fastimage-2.2.6.gemspec から
ffi 1.15.5 を使用しています
3: ffi (1.15.5) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/ffi-1.15.5.gemspec から
fspath 3.1.2 を使用しています
3: fspath (3.1.2) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/fspath-3.1.2.gemspec から
gc_tracer 1.5.1 を使用しています
3: gc_tracer (1.5.1) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/gc_tracer-1.5.1.gemspec から
guess_html_encoding 0.0.11 を使用しています
3: guess_html_encoding (0.0.11) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/guess_html_encoding-0.0.11.gemspec から
hana 1.3.7 を使用しています
3: hana (1.3.7) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/hana-1.3.7.gemspec から
hashie 5.0.0 を使用しています
3: hashie (5.0.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/hashie-5.0.0.gemspec から
highline 2.1.0 を使用しています
3: highline (2.1.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/highline-2.1.0.gemspec から
hkdf 1.0.0 を使用しています
3: hkdf (1.0.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/hkdf-1.0.0.gemspec から
htmlentities 4.3.4 を使用しています
3: htmlentities (4.3.4) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/htmlentities-4.3.4.gemspec から
http_accept_language 2.1.1 を使用しています
3: http_accept_language (2.1.1) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/http_accept_language-2.1.1.gemspec から
image_size 3.2.0 を使用しています
3: image_size (3.2.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/image_size-3.2.0.gemspec から
in_threads 1.6.0 を使用しています
3: in_threads (1.6.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/in_threads-1.6.0.gemspec から
progress 3.6.0 を使用しています
3: progress (3.6.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/progress-3.6.0.gemspec から
json 2.6.3 を使用しています
3: json (2.6.3) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/json-2.6.3.gemspec から
uri_template 0.7.0 を使用しています
3: uri_template (0.7.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/uri_template-0.7.0.gemspec から
jwt 2.6.0 を使用しています
3: jwt (2.6.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/jwt-2.6.0.gemspec から
kgio 2.11.4 を使用しています
3: kgio (2.11.4) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/kgio-2.11.4.gemspec から
libv8-node 16.10.0.0 (x86_64-linux) を使用しています
3: libv8-node (16.10.0.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/libv8-node-16.10.0.0-x86_64-linux.gemspec から
method_source 1.0.0 を使用しています
3: method_source (1.0.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/method_source-1.0.0.gemspec から
thor 1.2.1 を使用しています
3: thor (1.2.1) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/thor-1.2.1.gemspec から
zeitwerk 2.6.6 を使用しています
3: zeitwerk (2.6.6) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/zeitwerk-2.6.6.gemspec から
logstash-event 1.2.02 を使用しています
3: logstash-event (1.2.02) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/logstash-event-1.2.02.gemspec から
logster 2.11.3 を使用しています
3: logster (2.11.3) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/logster-2.11.3.gemspec から
lru_redux 1.1.0 を使用しています
3: lru_redux (1.1.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/lru_redux-1.1.0.gemspec から
lz4-ruby 0.3.3 を使用しています
3: lz4-ruby (0.3.3) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/lz4-ruby-0.3.3.gemspec から
maxminddb 0.1.22 を使用しています
3: maxminddb (0.1.22) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/maxminddb-0.1.22.gemspec から
memory_profiler 1.0.1 を使用しています
3: memory_profiler (1.0.1) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/memory_profiler-1.0.1.gemspec から
redis 4.8.0 を使用しています
3: redis (4.8.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/redis-4.8.0.gemspec から
mini_sql 1.4.0 を使用しています
3: mini_sql (1.4.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/mini_sql-1.4.0.gemspec から
multi_json 1.15.0 を使用しています
3: multi_json (1.15.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/multi_json-1.15.0.gemspec から
multi_xml 0.6.0 を使用しています
3: multi_xml (0.6.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/multi_xml-0.6.0.gemspec から
mustache 1.1.1 を使用しています
3: mustache (1.1.1) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/mustache-1.1.1.gemspec から
uri 0.12.0 を使用しています
3: uri (0.12.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/uri-0.12.0.gemspec から
nio4r 2.5.8 を使用しています
3: nio4r (2.5.8) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/nio4r-2.5.8.gemspec から
version_gem 1.1.1 を使用しています
3: version_gem (1.1.1) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/version_gem-1.1.1.gemspec から
oj 3.13.14 を使用しています
3: oj (3.13.14) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/oj-3.13.14.gemspec から
optimist 3.0.1 を使用しています
3: optimist (3.0.1) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/optimist-3.0.1.gemspec から
pg 1.4.5 を使用しています
3: pg (1.4.5) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/pg-1.4.5.gemspec から
r2 0.2.7 を使用しています
0: concurrent-ruby (1.2.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/concurrent-ruby-1.2.0.gemspec から
3: r2 (0.2.7) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/r2-0.2.7.gemspec から
raindrops 0.20.0 を使用しています
3: raindrops (0.20.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/raindrops-0.20.0.gemspec から
rchardet 1.8.0 を使用しています
3: rchardet (1.8.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/rchardet-1.8.0.gemspec から
rexml 3.2.5 を使用しています
3: rexml (3.2.5) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/rexml-3.2.5.gemspec から
rinku 2.0.6 を使用しています
3: rinku (2.0.6) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/rinku-2.0.6.gemspec から
rotp 6.2.2 を使用しています
3: rotp (6.2.2) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/rotp-6.2.2.gemspec から
rqrcode_core 1.2.0 を使用しています
3: rqrcode_core (1.2.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/rqrcode_core-1.2.0.gemspec から
rubyzip 2.3.2 を使用しています
3: rubyzip (2.3.2) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/rubyzip-2.3.2.gemspec から
tilt 2.0.11 を使用しています
3: tilt (2.0.11) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/tilt-2.0.11.gemspec から
sshkey 2.0.0 を使用しています
3: sshkey (2.0.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/sshkey-2.0.0.gemspec から
stackprof 0.2.23 を使用しています
3: stackprof (0.2.23) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/stackprof-0.2.23.gemspec から
unf_ext 0.0.8.2 を使用しています
3: unf_ext (0.0.8.2) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/unf_ext-0.0.8.2.gemspec から
webrick 1.7.0 を使用しています
3: webrick (1.7.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/webrick-1.7.0.gemspec から
xorcist 1.1.3 を使用しています
3: xorcist (1.1.3) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/xorcist-1.1.3.gemspec から
nokogiri 1.14.0 (x86_64-linux) を使用しています
3: nokogiri (1.14.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/nokogiri-1.14.0-x86_64-linux.gemspec から
net-protocol 0.2.1 を使用しています
0: net-protocol (0.2.1) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/net-protocol-0.2.1.gemspec から
addressable 2.8.1 を使用しています
0: addressable (2.8.1) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/addressable-2.8.1.gemspec から
aws-sigv4 1.5.0 を使用しています
0: aws-sigv4 (1.5.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/aws-sigv4-1.5.0.gemspec から
bootsnap 1.15.0 を使用しています
0: bootsnap (1.15.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/bootsnap-1.15.0.gemspec から
openssl-signature_algorithm 1.2.1 を使用しています
0: openssl-signature_algorithm (1.2.1) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/openssl-signature_algorithm-1.2.1.gemspec から
rack-test 2.0.2 を使用しています
0: rack-test (2.0.2) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/rack-test-2.0.2.gemspec から
request_store 1.5.1 を使用しています
0: request_store (1.5.1) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/request_store-1.5.1.gemspec から
message_bus 4.3.2 を使用しています
0: message_bus (4.3.2) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/message_bus-4.3.2.gemspec から
rack-mini-profiler 3.0.0 を使用しています
0: rack-mini-profiler (3.0.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/rack-mini-profiler-3.0.0.gemspec から
rack-protection 3.0.5 を使用しています
0: rack-protection (3.0.5) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/rack-protection-3.0.5.gemspec から
ecma-re-validator 0.4.0 を使用しています
0: ecma-re-validator (0.4.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/ecma-re-validator-0.4.0.gemspec から
faraday 2.7.4 を取得しています
excon 0.97.2 をインストールしています
faraday 2.7.4 をインストールしています
mail 2.8.0.edge を GitHub - discourse/mail: A Really Ruby Mail Library · GitHub から使用しています (main@5b700fc)
3: mail (2.8.0.edge) /var/www/discourse/vendor/bundle/ruby/3.1.0/bundler/gems/mail-5b700fc95ee6/mail.gemspec から
mini_suffix 0.3.3 を使用しています
3: mini_suffix (0.3.3) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/mini_suffix-0.3.3.gemspec から
sassc 2.0.1 を使用しています
3: sassc (2.0.1) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/sassc-2.0.1.gemspec から
uglifier 4.2.0 を使用しています
3: uglifier (4.2.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/uglifier-4.2.0.gemspec から
image_optim 0.31.2 を使用しています
3: image_optim (0.31.2) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/image_optim-0.31.2.gemspec から
logstash-logger 0.26.1 を使用しています
3: logstash-logger (0.26.1) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/logstash-logger-0.26.1.gemspec から
mini_racer 0.6.3 を使用しています
3: mini_racer (0.6.3) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/mini_racer-0.6.3.gemspec から
omniauth 1.9.2 を使用しています
3: omniauth (1.9.2) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/omniauth-1.9.2.gemspec から
pry 0.14.2 を使用しています
3: pry (0.14.2) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/pry-0.14.2.gemspec から
web-push 3.0.0 を使用しています
3: web-push (3.0.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/web-push-3.0.0.gemspec から
sidekiq 6.5.8 を使用しています
3: sidekiq (6.5.8) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/sidekiq-6.5.8.gemspec から
net-http 0.3.2 を使用しています
3: net-http (0.3.2) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/net-http-0.3.2.gemspec から
oauth-tty 1.0.5 を使用しています
3: oauth-tty (1.0.5) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/oauth-tty-1.0.5.gemspec から
snaky_hash 2.0.1 を使用しています
3: snaky_hash (2.0.1) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/snaky_hash-2.0.1.gemspec から
puma 6.0.2 を使用しています
3: puma (6.0.2) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/puma-6.0.2.gemspec から
rbtrace 0.4.14 を使用しています
3: rbtrace (0.4.14) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/rbtrace-0.4.14.gemspec から
redis-namespace 1.10.0 を取得しています
2: excon (0.97.2) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/excon-0.97.2.gemspec から
unicorn 6.1.0 を使用しています
2: unicorn (6.1.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/unicorn-6.1.0.gemspec から
i18n 1.12.0 を使用しています
2: i18n (1.12.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/i18n-1.12.0.gemspec から
tzinfo 2.0.5 を使用しています
2: tzinfo (2.0.5) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/tzinfo-2.0.5.gemspec から
loofah 2.19.1 を使用しています
2: loofah (2.19.1) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/loofah-2.19.1.gemspec から
net-pop 0.1.2 を使用しています
2: net-pop (0.1.2) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/net-pop-0.1.2.gemspec から
net-smtp 0.3.3 を使用しています
2: net-smtp (0.3.3) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/net-smtp-0.3.3.gemspec から
aws-sdk-core 3.130.2 を使用しています
2: aws-sdk-core (3.130.2) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/aws-sdk-core-3.130.2.gemspec から
cose 1.3.0 を使用しています
2: cose (1.3.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/cose-1.3.0.gemspec から
css_parser 1.14.0 を取得しています
redis-namespace 1.10.0 をインストールしています
3: redis-namespace (1.10.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/redis-namespace-1.10.0.gemspec から
css_parser 1.14.0 をインストールしています
json_schemer 0.2.23 を使用しています
3: json_schemer (0.2.23) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/json_schemer-0.2.23.gemspec から
rqrcode 2.1.2 を使用しています
3: rqrcode (2.1.2) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/rqrcode-2.1.2.gemspec から
rss 0.2.9 を使用しています
3: rss (0.2.9) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/rss-0.2.9.gemspec から
ruby-readability 0.7.0 を使用しています
3: ruby-readability (0.7.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/ruby-readability-0.7.0.gemspec から
sanitize 6.0.0 を使用しています
3: sanitize (6.0.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/sanitize-6.0.0.gemspec から
sprockets 3.7.2 を GitHub - rails/sprockets: Rack-based asset packaging system · GitHub から使用しています (3.x@f4d3dae)
0: faraday (2.7.4) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/faraday-2.7.4.gemspec から
3: sprockets (3.7.2) /var/www/discourse/vendor/bundle/ruby/3.1.0/bundler/gems/sprockets-f4d3dae71ef2/sprockets.gemspec から
unf 0.1.4 を使用しています
3: unf (0.1.4) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/unf-0.1.4.gemspec から
mini_scheduler 0.15.0 を使用しています
3: mini_scheduler (0.15.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/mini_scheduler-0.15.0.gemspec から
oauth 1.1.0 を使用しています
3: oauth (1.1.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/oauth-1.1.0.gemspec から
pry-byebug 3.10.1 を使用しています
3: pry-byebug (3.10.1) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/pry-byebug-3.10.1.gemspec から
pry-rails 0.3.9 を使用しています
3: pry-rails (0.3.9) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/pry-rails-0.3.9.gemspec から
activesupport 7.0.4.1 を取得しています
rails-html-sanitizer 1.5.0 を取得しています
2: css_parser (1.14.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/css_parser-1.14.0.gemspec から
aws-sdk-kms 1.56.0 を使用しています
2: aws-sdk-kms (1.56.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/aws-sdk-kms-1.56.0.gemspec から
aws-sdk-sns 1.53.0 を使用しています
2: aws-sdk-sns (1.53.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/aws-sdk-sns-1.53.0.gemspec から
aws-sdk-s3 1.114.0 を使用しています
2: aws-sdk-s3 (1.114.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/aws-sdk-s3-1.114.0.gemspec から
faraday-retry 2.0.0 を使用しています
2: faraday-retry (2.0.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/faraday-retry-2.0.0.gemspec から
oauth2 1.4.11 を使用しています
2: oauth2 (1.4.11) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/oauth2-1.4.11.gemspec から
omniauth-oauth 1.2.0 を使用しています
2: omniauth-oauth (1.2.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/omniauth-oauth-1.2.0.gemspec から
omniauth-oauth2 1.7.3 を使用しています
2: omniauth-oauth2 (1.7.3) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/omniauth-oauth2-1.7.3.gemspec から
omniauth-twitter 1.4.0 を使用しています
2: omniauth-twitter (1.4.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/omniauth-twitter-1.4.0.gemspec から
omniauth-facebook 9.0.0 を使用しています
2: omniauth-facebook (9.0.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/omniauth-facebook-9.0.0.gemspec から
omniauth-github 1.4.0 を使用しています
2: omniauth-github (1.4.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/omniauth-github-1.4.0.gemspec から
omniauth-google-oauth2 0.8.2 を使用しています
2: omniauth-google-oauth2 (0.8.2) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/omniauth-google-oauth2-0.8.2.gemspec から
rails-html-sanitizer 1.5.0 をインストールしています
0: rails-html-sanitizer (1.5.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/rails-html-sanitizer-1.5.0.gemspec から
activesupport 7.0.4.1 をインストールしています
3: activesupport (7.0.4.1) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/activesupport-7.0.4.1.gemspec から
rails-dom-testing 2.0.3 を使用しています
2: rails-dom-testing (2.0.3) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/rails-dom-testing-2.0.3.gemspec から
globalid 1.0.1 を取得しています
activemodel 7.0.4.1 を取得しています
actionview 7.0.4.1 を取得しています
globalid 1.0.1 をインストールしています
activemodel 7.0.4.1 をインストールしています
2: globalid (1.0.1) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/globalid-1.0.1.gemspec から
activejob 7.0.4.1 を取得しています
actionview 7.0.4.1 をインストールしています
activejob 7.0.4.1 をインストールしています
0: activemodel (7.0.4.1) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/activemodel-7.0.4.1.gemspec から
active_model_serializers 0.8.4 を使用しています
0: active_model_serializers (0.8.4) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/active_model_serializers-0.8.4.gemspec から
activerecord 7.0.4.1 を取得しています
2: activejob (7.0.4.1) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/activejob-7.0.4.1.gemspec から
3: actionview (7.0.4.1) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/actionview-7.0.4.1.gemspec から
actionpack 7.0.4.1 を取得しています
actionview_precompiler 0.2.3 を使用しています
3: actionview_precompiler (0.2.3) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/actionview_precompiler-0.2.3.gemspec から
activerecord 7.0.4.1 をインストールしています
actionpack 7.0.4.1 をインストールしています
2: actionpack (7.0.4.1) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/actionpack-7.0.4.1.gemspec から
railties 7.0.4.1 を取得しています
sprockets-rails 3.4.2 を使用しています
2: sprockets-rails (3.4.2) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/sprockets-rails-3.4.2.gemspec から
railties 7.0.4.1 をインストールしています
0: activerecord (7.0.4.1) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/activerecord-7.0.4.1.gemspec から
discourse-seed-fu 2.3.12 を使用しています
2: discourse-seed-fu (2.3.12) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/discourse-seed-fu-2.3.12.gemspec から
3: railties (7.0.4.1) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/railties-7.0.4.1.gemspec から
lograge 0.12.0 を使用しています
0: lograge (0.12.0) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/lograge-0.12.0.gemspec から
rails_failover 0.8.1 を使用しています
0: rails_failover (0.8.1) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/rails_failover-0.8.1.gemspec から
rails_multisite 4.0.1 を使用しています
0: rails_multisite (4.0.1) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/rails_multisite-4.0.1.gemspec から
sassc-rails 2.1.2 を使用しています
0: sassc-rails (2.1.2) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/sassc-rails-2.1.2.gemspec から
1: date (3.3.3) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/date-3.3.3.gemspec から
net-imap 0.3.4 を取得しています
net-imap 0.3.4 をインストールしています
0: net-imap (0.3.4) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/net-imap-0.3.4.gemspec から
actionmailer 7.0.4.1 を取得しています
actionmailer 7.0.4.1 をインストールしています
2: actionmailer (7.0.4.1) /var/www/discourse/vendor/bundle/ruby/3.1.0/specifications/actionmailer-7.0.4.1.gemspec から
バンドル完了! Gemfile の依存関係 135、インストール済みの gem 172。
‘test’ および ‘development’ グループの gem はインストールされませんでした。
バンドルされた gem は ./vendor/bundle にインストールされています。

I, [2023-01-26T14:19:26.723212 #1] INFO – : > cd /var/www/discourse && echo “gem ‘mysql2’” >> Gemfile
I, [2023-01-26T14:19:26.726719 #1] INFO – :
I, [2023-01-26T14:19:26.727030 #1] INFO – : > cd /var/www/discourse && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y libmariadb-dev
W: GPG エラー: https://dl.yarnpkg.com/debian stable InRelease: 次の署名が無効です: EXPKEYSIG 23E7166788B63E1E Yarn Packaging yarn@dan.cx
E: リポジトリ ‘https://dl.yarnpkg.com/debian stable InRelease’ は署名されていません。
I, [2023-01-26T14:19:31.052733 #1] INFO – : Get:1 Index of /debian bullseye InRelease [116 kB]
Get:2 Index of /debian-security bullseye-security InRelease [48.4 kB]
Get:3 Index of /debian bullseye-updates InRelease [44.1 kB]
Get:4 Index of /debian bullseye-backports InRelease [49.0 kB]
Get:5 https://dl.yarnpkg.com/debian stable InRelease [17.1 kB]
Get:6 Index of /debian bullseye/main amd64 Packages [8,183 kB]
Get:7 Index of /debian-security bullseye-security/main amd64 Packages [216 kB]
Get:8 Index of /pub/repos/apt/ bullseye-pgdg InRelease [91.7 kB]
Get:9 https://deb.nodesource.com/node_18.x bullseye InRelease [4,586 B]
Get:10 Index of /debian bullseye-updates/main amd64 Packages [14.6 kB]
Get:11 Index of /debian bullseye-backports/main amd64 Packages [384 kB]
Err:5 https://dl.yarnpkg.com/debian stable InRelease
次の署名が無効です: EXPKEYSIG 23E7166788B63E1E Yarn Packaging yarn@dan.cx
Get:12 Index of /pub/repos/apt/ bullseye-pgdg/main amd64 Packages [268 kB]
Get:13 https://deb.nodesource.com/node_18.x bullseye/main amd64 Packages [774 B]
パッケージリストを読み込んでいます…

I, [2023-01-26T14:19:31.053724 #1] INFO – : 非同期プロセスを終了しています
I, [2023-01-26T14:19:31.054076 #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, [2023-01-26T14:19:31.054459 #1] INFO – : exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf pid: 102 に TERM を送信しています
2023-01-26 14:19:31.054 UTC [41] LOG: received fast shutdown request
102:signal-handler (1674742771) Received SIGTERM scheduling shutdown…
2023-01-26 14:19:31.059 UTC [41] LOG: aborting any active transactions
2023-01-26 14:19:31.066 UTC [41] LOG: background worker “logical replication launcher” (PID 50) exited with exit code 1
2023-01-26 14:19:31.067 UTC [45] LOG: shutting down
2023-01-26 14:19:31.093 UTC [41] LOG: database system is shut down
102:M 26 Jan 2023 14:19:31.152 # User requested shutdown…
102:M 26 Jan 2023 14:19:31.153 * Saving the final RDB snapshot before exiting.
102:M 26 Jan 2023 14:19:31.215 * DB saved on disk
102:M 26 Jan 2023 14:19:31.215 # Redis is now ready to exit, bye bye…

FAILED

Pups::ExecError: cd /var/www/discourse && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y libmariadb-dev failed with return #<Process::Status: pid 488 exit 100>
Location of failure: /usr/local/lib/ruby/gems/3.1.0/gems/pups-1.1.1/lib/pups/exec_command.rb:117:in `spawn’
exec failed with the params {“cd”=>“$home”, “cmd”=>[“echo "gem ‘mysql2’" >> Gemfile”, “apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y libmariadb-dev”, “su discourse -c ‘bundle config unset deployment’”, “su discourse -c ‘bundle install --no-deployment --path vendor/bundle --jobs 4 --without test development’”]}
bootstrap failed with exit code 100
** 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.
b40e566c2a5dd29d8d7253ab893b7bef0c937020615f7e0a24bd57e5b2ec99d3
root@nz:/var/discourse# ^C
root@nz:/var/discourse#

apt-get install -y libmariadb-dev はインポータテンプレートの残り物のようです。app.yml の先頭からこの行を削除してみてください。

  - "templates/import/mysql-dep.template.yml"

ありがとうございます!

今回の再構築はエラーなく完了し、ログイン・ログアウトも完璧にできるようになりました!

皆さん、本当にありがとうございました。素晴らしい助けに感謝します!