その間、私はコンテナ内で /var/www/discourse/lib/file_store/base_store.rb を直接変更し、Ruby 3.1 に対応させました(* を *args に、** を **kwargs に変更しました)。その後アプリを再起動し、現在はフォーラムが動作しているようです。
プラグインを確認したところ、有効になっているのは docker_manager(バージョン 0.1)のみです。他にも2つのプラグイン(chat と styleguide)がありますが、これらは無効化されています。
以下は doctor のログです:
DISCOURSE DOCTOR Tue Jul 4 08:34:54 UTC 2023
OS: Linux redacted 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64 GNU/Linux
Found containers/app.yml
==================== YML SETTINGS ====================
DISCOURSE_HOSTNAME=redacted
SMTP_ADDRESS="redacted" # (mandatory)
DEVELOPER_EMAILS=redacted
SMTP_PASSWORD="redacted" # (optional)
SMTP_PORT=25 # (optional)
SMTP_USER_NAME="redacted" # (optional)
LETSENCRYPT_ACCOUNT_EMAIL=redacted
==================== DOCKER INFO ====================
DOCKER VERSION: Docker version 19.03.15, build 99e3ed8919
DOCKER PROCESSES (docker ps -a)
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
91601890406d local_discourse/app "/sbin/boot" 4 months ago Exited (5) 17 minutes ago app
==================== SERIOUS PROBLEM!!!! ====================
app not running!
Attempting to rebuild
==================== REBUILD LOG ====================
x86_64 arch detected.
Ensuring launcher is up to date
Fetching origin
Launcher is up-to-date
Stopping old container
+ /usr/bin/docker stop -t 600 app
app
2.0.20230703-0055: Pulling from discourse/base
Digest: sha256:a943db5c56ee8b2025ec550b42fe12ecfa63990d428f43ba8358ca3632b5335f
Status: Image is up to date for discourse/base:2.0.20230703-0055
docker.io/discourse/base:2.0.20230703-0055
/usr/local/lib/ruby/gems/3.2.0/gems/pups-1.1.1/lib/pups.rb
/usr/local/bin/pups --stdin
I, [2023-07-04T08:35:07.717173 #1] INFO -- : Reading from stdin
I, [2023-07-04T08:35:07.722553 #1] INFO -- : > locale-gen $LANG && update-locale
I, [2023-07-04T08:35:07.786023 #1] INFO -- : Generating locales (this might take a while)...
Generation complete.
I, [2023-07-04T08:35:07.786357 #1] INFO -- : > mkdir -p /shared/postgres_run
I, [2023-07-04T08:35:07.789454 #1] INFO -- :
I, [2023-07-04T08:35:07.789985 #1] INFO -- : > chown postgres:postgres /shared/postgres_run
I, [2023-07-04T08:35:07.793915 #1] INFO -- :
I, [2023-07-04T08:35:07.794579 #1] INFO -- : > chmod 775 /shared/postgres_run
I, [2023-07-04T08:35:07.799138 #1] INFO -- :
I, [2023-07-04T08:35:07.799642 #1] INFO -- : > rm -fr /var/run/postgresql
I, [2023-07-04T08:35:07.803203 #1] INFO -- :
I, [2023-07-04T08:35:07.803670 #1] INFO -- : > ln -s /shared/postgres_run /var/run/postgresql
I, [2023-07-04T08:35:07.806664 #1] INFO -- :
I, [2023-07-04T08:35:07.807133 #1] INFO -- : > socat /dev/null UNIX-CONNECT:/shared/postgres_run/.s.PGSQL.5432 || exit 0 && echo postgres already running stop container ; exit 1
2023/07/04 08:35:07 socat[18] E connect(6, AF=1 "/shared/postgres_run/.s.PGSQL.5432", 36): No such file or directory
I, [2023-07-04T08:35:07.815857 #1] INFO -- :
I, [2023-07-04T08:35:07.816230 #1] INFO -- : > rm -fr /shared/postgres_run/.s*
I, [2023-07-04T08:35:07.821272 #1] INFO -- :
I, [2023-07-04T08:35:07.821753 #1] INFO -- : > rm -fr /shared/postgres_run/*.pid
I, [2023-07-04T08:35:07.825460 #1] INFO -- :
I, [2023-07-04T08:35:07.825846 #1] INFO -- : > mkdir -p /shared/postgres_run/13-main.pg_stat_tmp
I, [2023-07-04T08:35:07.828773 #1] INFO -- :
I, [2023-07-04T08:35:07.829257 #1] INFO -- : > chown postgres:postgres /shared/postgres_run/13-main.pg_stat_tmp
I, [2023-07-04T08:35:07.831919 #1] INFO -- :
I, [2023-07-04T08:35:07.837345 #1] INFO -- : File > /etc/service/postgres/run chmod: +x chown:
I, [2023-07-04T08:35:07.843481 #1] INFO -- : File > /etc/service/postgres/log/run chmod: +x chown:
I, [2023-07-04T08:35:07.850314 #1] INFO -- : File > /etc/runit/3.d/99-postgres chmod: +x chown:
I, [2023-07-04T08:35:07.855908 #1] INFO -- : File > /root/upgrade_postgres chmod: +x chown:
I, [2023-07-04T08:35:07.856300 #1] INFO -- : > chown -R root /var/lib/postgresql/13/main
I, [2023-07-04T08:35:08.013507 #1] INFO -- :
I, [2023-07-04T08:35:08.013848 #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-07-04T08:35:08.016115 #1] INFO -- :
I, [2023-07-04T08:35:08.016262 #1] INFO -- : > chown -R postgres:postgres /shared/postgres_data
I, [2023-07-04T08:35:08.049958 #1] INFO -- :
I, [2023-07-04T08:35:08.050126 #1] INFO -- : > chown -R postgres:postgres /var/run/postgresql
I, [2023-07-04T08:35:08.053008 #1] INFO -- :
I, [2023-07-04T08:35:08.053405 #1] INFO -- : > /root/upgrade_postgres
I, [2023-07-04T08:35:08.060826 #1] INFO -- :
I, [2023-07-04T08:35:08.061125 #1] INFO -- : > rm /root/upgrade_postgres
I, [2023-07-04T08:35:08.063448 #1] INFO -- :
I, [2023-07-04T08:35:08.064215 #1] INFO -- : Replacing data_directory = '/var/lib/postgresql/13/main' with data_directory = '/shared/postgres_data' in /etc/postgresql/13/main/postgresql.conf
I, [2023-07-04T08:35:08.064714 #1] INFO -- : Replacing (?-mix:#?listen_addresses *=.*) with listen_addresses = '*' in /etc/postgresql/13/main/postgresql.conf
I, [2023-07-04T08:35:08.064984 #1] INFO -- : Replacing (?-mix:#?synchronous_commit *=.*) with synchronous_commit = $db_synchronous_commit in /etc/postgresql/13/main/postgresql.conf
I, [2023-07-04T08:35:08.065291 #1] INFO -- : Replacing (?-mix:#?shared_buffers *=.*) with shared_buffers = $db_shared_buffers in /etc/postgresql/13/main/postgresql.conf
I, [2023-07-04T08:35:08.065574 #1] INFO -- : Replacing (?-mix:#?work_mem *=.*) with work_mem = $db_work_mem in /etc/postgresql/13/main/postgresql.conf
I, [2023-07-04T08:35:08.065849 #1] INFO -- : Replacing (?-mix:#?default_text_search_config *=.*) with default_text_search_config = '$db_default_text_search_config' in /etc/postgresql/13/main/postgresql.conf
I, [2023-07-04T08:35:08.066118 #1] INFO -- : > install -d -m 0755 -o postgres -g postgres /shared/postgres_backup
I, [2023-07-04T08:35:08.069168 #1] INFO -- :
I, [2023-07-04T08:35:08.069586 #1] INFO -- : Replacing (?-mix:#?checkpoint_segments *=.*) with checkpoint_segments = $db_checkpoint_segments in /etc/postgresql/13/main/postgresql.conf
I, [2023-07-04T08:35:08.069904 #1] INFO -- : Replacing (?-mix:#?logging_collector *=.*) with logging_collector = $db_logging_collector in /etc/postgresql/13/main/postgresql.conf
I, [2023-07-04T08:35:08.070256 #1] INFO -- : Replacing (?-mix:#?log_min_duration_statement *=.*) with log_min_duration_statement = $db_log_min_duration_statement in /etc/postgresql/13/main/postgresql.conf
I, [2023-07-04T08:35:08.070817 #1] INFO -- : Replacing (?-mix:^#local +replication +postgres +peer$) with local replication postgres peer in /etc/postgresql/13/main/pg_hba.conf
I, [2023-07-04T08:35:08.071076 #1] INFO -- : Replacing (?-mix:^host.*all.*all.*127.*$) with host all all 0.0.0.0/0 md5 in /etc/postgresql/13/main/pg_hba.conf
I, [2023-07-04T08:35:08.071371 #1] INFO -- : Replacing (?-mix:^host.*all.*all.*::1\/128.*$) with host all all ::/0 md5 in /etc/postgresql/13/main/pg_hba.conf
I, [2023-07-04T08:35:08.071569 #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-07-04T08:35:08.073087 #1] INFO -- : > sleep 5
2023-07-04 08:35:08.420 UTC [41] LOG: starting PostgreSQL 13.11 (Debian 13.11-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit
2023-07-04 08:35:08.421 UTC [41] LOG: listening on IPv4 address "0.0.0.0", port 5432
2023-07-04 08:35:08.421 UTC [41] LOG: listening on IPv6 address "::", port 5432
2023-07-04 08:35:08.431 UTC [41] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2023-07-04 08:35:08.446 UTC [44] LOG: database system was shut down at 2023-07-04 08:31:43 UTC
2023-07-04 08:35:08.465 UTC [41] LOG: database system is ready to accept connections
I, [2023-07-04T08:35:13.076935 #1] INFO -- :
I, [2023-07-04T08:35:13.077237 #1] INFO -- : > su postgres -c 'createdb discourse' || true
2023-07-04 08:35:13.149 UTC [54] postgres@postgres ERROR: database "discourse" already exists
2023-07-04 08:35:13.149 UTC [54] postgres@postgres STATEMENT: CREATE DATABASE discourse;
createdb: error: database creation failed: ERROR: database "discourse" already exists
I, [2023-07-04T08:35:13.152279 #1] INFO -- :
I, [2023-07-04T08:35:13.152523 #1] INFO -- : > su postgres -c 'psql discourse -c "create user discourse;"' || true
2023-07-04 08:35:13.211 UTC [58] postgres@discourse ERROR: role "discourse" already exists
2023-07-04 08:35:13.211 UTC [58] postgres@discourse STATEMENT: create user discourse;
ERROR: role "discourse" already exists
I, [2023-07-04T08:35:13.213860 #1] INFO -- :
I, [2023-07-04T08:35:13.214061 #1] INFO -- : > su postgres -c 'psql discourse -c "grant all privileges on database discourse to discourse;"' || true
I, [2023-07-04T08:35:13.265307 #1] INFO -- : GRANT
I, [2023-07-04T08:35:13.265564 #1] INFO -- : > su postgres -c 'psql discourse -c "alter schema public owner to discourse;"'
I, [2023-07-04T08:35:13.317945 #1] INFO -- : ALTER SCHEMA
I, [2023-07-04T08:35:13.318152 #1] INFO -- : > su postgres -c 'psql template1 -c "create extension if not exists hstore;"'
NOTICE: extension "hstore" already exists, skipping
I, [2023-07-04T08:35:13.374925 #1] INFO -- : CREATE EXTENSION
I, [2023-07-04T08:35:13.375085 #1] INFO -- : > su postgres -c 'psql template1 -c "create extension if not exists pg_trgm;"'
NOTICE: extension "pg_trgm" already exists, skipping
I, [2023-07-04T08:35:13.424029 #1] INFO -- : CREATE EXTENSION
I, [2023-07-04T08:35:13.424239 #1] INFO -- : > su postgres -c 'psql discourse -c "create extension if not exists hstore;"'
NOTICE: extension "hstore" already exists, skipping
I, [2023-07-04T08:35:13.473016 #1] INFO -- : CREATE EXTENSION
I, [2023-07-04T08:35:13.473353 #1] INFO -- : > su postgres -c 'psql discourse -c "create extension if not exists pg_trgm;"'
NOTICE: extension "pg_trgm" already exists, skipping
I, [2023-07-04T08:35:13.521434 #1] INFO -- : CREATE EXTENSION
I, [2023-07-04T08:35:13.521788 #1] INFO -- : > sudo -u postgres psql discourse
I, [2023-07-04T08:35:13.524205 #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-07-04T08:35:13.584880 #1] INFO -- : File > /var/lib/postgresql/take-database-backup chmod: +x chown: postgres:postgres
I, [2023-07-04T08:35:13.588081 #1] INFO -- : File > /var/spool/cron/crontabs/postgres chmod: chown:
I, [2023-07-04T08:35:13.588556 #1] INFO -- : > echo postgres installed!
I, [2023-07-04T08:35:13.591048 #1] INFO -- : postgres installed!
I, [2023-07-04T08:35:13.596241 #1] INFO -- : File > /etc/service/redis/run chmod: +x chown:
I, [2023-07-04T08:35:13.601338 #1] INFO -- : File > /etc/service/redis/log/run chmod: +x chown:
I, [2023-07-04T08:35:13.606793 #1] INFO -- : File > /etc/runit/3.d/10-redis chmod: +x chown:
I, [2023-07-04T08:35:13.608119 #1] INFO -- : Replacing daemonize yes with in /etc/redis/redis.conf
I, [2023-07-04T08:35:13.609135 #1] INFO -- : Replacing (?-mix:^pidfile.*$) with in /etc/redis/redis.conf
I, [2023-07-04T08:35:13.609825 #1] INFO -- : > install -d -m 0755 -o redis -g redis /shared/redis_data
I, [2023-07-04T08:35:13.613120 #1] INFO -- :
I, [2023-07-04T08:35:13.614135 #1] INFO -- : Replacing (?-mix:^logfile.*$) with logfile "" in /etc/redis/redis.conf
I, [2023-07-04T08:35:13.614898 #1] INFO -- : Replacing (?-mix:^bind .*$) with in /etc/redis/redis.conf
I, [2023-07-04T08:35:13.615551 #1] INFO -- : Replacing (?-mix:^dir .*$) with dir /shared/redis_data in /etc/redis/redis.conf
I, [2023-07-04T08:35:13.616281 #1] INFO -- : Replacing (?-mix:^protected-mode yes) with protected-mode no in /etc/redis/redis.conf
I, [2023-07-04T08:35:13.616974 #1] INFO -- : Replacing # io-threads 4 with io-threads $redis_io_threads in /etc/redis/redis.conf
I, [2023-07-04T08:35:13.617567 #1] INFO -- : > echo redis installed
I, [2023-07-04T08:35:13.620142 #1] INFO -- : redis installed
I, [2023-07-04T08:35:13.620773 #1] INFO -- : > cat /etc/redis/redis.conf | grep logfile
I, [2023-07-04T08:35:13.627103 #1] INFO -- : logfile ""
I, [2023-07-04T08:35:13.627893 #1] INFO -- : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
I, [2023-07-04T08:35:13.629707 #1] INFO -- : > sleep 10
102:C 04 Jul 2023 08:35:13.639 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
102:C 04 Jul 2023 08:35:13.639 # Redis version=7.0.7, bits=64, commit=00000000, modified=0, pid=102, just started
102:C 04 Jul 2023 08:35:13.639 # Configuration loaded
102:M 04 Jul 2023 08:35:13.639 * monotonic clock: POSIX clock_gettime
102:M 04 Jul 2023 08:35:13.640 * Running mode=standalone, port=6379.
102:M 04 Jul 2023 08:35:13.640 # 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 04 Jul 2023 08:35:13.640 # Server initialized
102:M 04 Jul 2023 08:35:13.640 * Loading RDB produced by version 7.0.7
102:M 04 Jul 2023 08:35:13.640 * RDB age 211 seconds
102:M 04 Jul 2023 08:35:13.640 * RDB memory usage when created 15.65 Mb
102:M 04 Jul 2023 08:35:13.681 * Done loading RDB, keys loaded: 11320, keys expired: 0.
102:M 04 Jul 2023 08:35:13.681 * DB loaded from disk: 0.041 seconds
102:M 04 Jul 2023 08:35:13.681 * Ready to accept connections
I, [2023-07-04T08:35:23.632444 #1] INFO -- :
I, [2023-07-04T08:35:23.634001 #1] INFO -- : > thpoff echo "thpoff is installed!"
I, [2023-07-04T08:35:23.647427 #1] INFO -- : thpoff is installed!
I, [2023-07-04T08:35:23.648579 #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-07-04T08:35:23.734677 #1] INFO -- :
I, [2023-07-04T08:35:23.734943 #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-07-04T08:35:23.805114 #1] INFO -- :
I, [2023-07-04T08:35:23.805363 #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-07-04T08:35:23.875870 #1] INFO -- :
I, [2023-07-04T08:35:23.876109 #1] INFO -- : > rm -f /etc/cron.d/anacron
I, [2023-07-04T08:35:23.879621 #1] INFO -- :
I, [2023-07-04T08:35:23.883359 #1] INFO -- : File > /etc/cron.d/anacron chmod: chown:
I, [2023-07-04T08:35:23.889667 #1] INFO -- : File > /etc/runit/1.d/copy-env chmod: +x chown:
I, [2023-07-04T08:35:23.895348 #1] INFO -- : File > /etc/service/unicorn/run chmod: +x chown:
I, [2023-07-04T08:35:23.900664 #1] INFO -- : File > /etc/service/nginx/run chmod: +x chown:
I, [2023-07-04T08:35:23.906591 #1] INFO -- : File > /etc/runit/3.d/01-nginx chmod: +x chown:
I, [2023-07-04T08:35:23.911796 #1] INFO -- : File > /etc/runit/3.d/02-unicorn chmod: +x chown:
I, [2023-07-04T08:35:23.912015 #1] INFO -- : Replacing # postgres with sv start postgres || exit 1 in /etc/service/unicorn/run
I, [2023-07-04T08:35:23.912204 #1] INFO -- : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
I, [2023-07-04T08:35:23.914896 #1] INFO -- : > cd /var/www/discourse && sudo -H -E -u discourse git reset --hard
129:C 04 Jul 2023 08:35:23.923 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
129:C 04 Jul 2023 08:35:23.923 # Redis version=7.0.7, bits=64, commit=00000000, modified=0, pid=129, just started
129:C 04 Jul 2023 08:35:23.923 # Configuration loaded
129:M 04 Jul 2023 08:35:23.923 * monotonic clock: POSIX clock_gettime
129:M 04 Jul 2023 08:35:23.923 # Warning: Could not create server TCP listening socket *:6379: bind: Address already in use
129:M 04 Jul 2023 08:35:23.923 # Failed listening on port 6379 (TCP), aborting.
Updating files: 100% (33396/33396), done.
I, [2023-07-04T08:35:28.224120 #1] INFO -- : HEAD is now at 3f1024de7 DEV: Refactor DM channel creation into new service pattern (#22144)
I, [2023-07-04T08:35:28.224329 #1] INFO -- : > cd /var/www/discourse && sudo -H -E -u discourse git clean -f
I, [2023-07-04T08:35:28.441174 #1] INFO -- :
I, [2023-07-04T08:35:28.441741 #1] INFO -- : > cd /var/www/discourse && sudo -H -E -u discourse bash -c '
set -o errexit
if [ $(git rev-parse --is-shallow-repository) == "true" ]; then
git remote set-branches --add origin main
git remote set-branches origin stable
git fetch --depth 1 origin stable
else
git fetch --tags --prune-tags --prune --force origin
fi
'
From https://github.com/discourse/discourse
- [deleted] (none) -> origin/0-drop-sk-test
- [deleted] (none) -> origin/dev/move-chat-user-count-update-to-ensure-consistency
- [deleted] (none) -> origin/dev_update_diffhtml
- [deleted] (none) -> origin/fix-intercept-with-target
- [deleted] (none) -> origin/issue/font-loading-wizard-style
- [deleted] (none) -> origin/modal-named-outlet
3f1024de7..ee1dbd46c main -> origin/main
* [new branch] 0-helpers -> origin/0-helpers
+ a23a31600...e24fcb507 activation-modals-update -> origin/activation-modals-update (forced update)
95ce96528..d370c8c0e chat-notices -> origin/chat-notices
* [new branch] dependabot/npm_and_yarn/app/assets/javascripts/uppy/aws-s3-3.2.0 -> origin/dependabot/npm_and_yarn/app/assets/javascripts/uppy/aws-s3-3.2.0
+ 86e63992b...3ab4d8598 dependabot/npm_and_yarn/app/assets/javascripts/uppy/aws-s3-multipart-3.4.0 -> origin/dependabot/npm_and_yarn/app/assets/javascripts/uppy/aws-s3-multipart-3.4.0 (forced update)
+ 3949f2ca8...e71e5eff6 dev/make-sure-we-stream-data-to-csv-files-when-running-exports -> origin/dev/make-sure-we-stream-data-to-csv-files-when-running-exports (forced update)
* [new branch] dev/minio-s3-system-specs -> origin/dev/minio-s3-system-specs
+ dff30f62e...e8082afe2 dismiss-modals-update -> origin/dismiss-modals-update (forced update)
* [new branch] do-not-disturb-modal-upgrade -> origin/do-not-disturb-modal-upgrade
* [new branch] feature/interpolation-key-check -> origin/feature/interpolation-key-check
33608240f..509797feb feature/tracking-unread-thread-in-sidebar -> origin/feature/tracking-unread-thread-in-sidebar
e571e1131..4fae425b9 fix-mobile-share -> origin/fix-mobile-share
+ f588c592d...03e460b6a fullscreen-modals-update -> origin/fullscreen-modals-update (forced update)
+ ccc6c903a...94bb20818 group-add-members-modal-upgrade -> origin/group-add-members-modal-upgrade (forced update)
* [new branch] issue/thread-original-message-delete-restore -> origin/issue/thread-original-message-delete-restore
+ 1980b69ef...67273d209 loic-migrate-chat-message-creator-to-a-service -> origin/loic-migrate-chat-message-creator-to-a-service (forced update)
+ d1588f61c...c07b70d74 poll-plugin-update -> origin/poll-plugin-update (forced update)
136013353..b83369a54 poll-refactor -> origin/poll-refactor
+ 12f2d7ff7...7717f3651 second-factor-add-security-key-modal-upgrade -> origin/second-factor-add-security-key-modal-upgrade (forced update)
+ 205f3bf1b...e99d456be second-factor-add-totp-modal-upgrade -> origin/second-factor-add-totp-modal-upgrade (forced update)
+ dc2c6cc41...696652aa0 second-factor-backup-edit-modal-upgrade -> origin/second-factor-backup-edit-modal-upgrade (forced update)
+ f904e4133...9d65daa00 second-factor-edit-security-key-modal-upgrade -> origin/second-factor-edit-security-key-modal-upgrade (forced update)
+ 9d0d76101...ad2ae96f0 share-topic-modal -> origin/share-topic-modal (forced update)
+ 310137e3c...d9b37147c slack_import -> origin/slack_import (forced update)
7de3cb9b0..38a9694ff tests-passed -> origin/tests-passed
I, [2023-07-04T08:35:30.181323 #1] INFO -- :
I, [2023-07-04T08:35:30.181801 #1] INFO -- : > cd /var/www/discourse && sudo -H -E -u discourse bash -c '
set -o errexit
if [[ $(git symbolic-ref --short HEAD) == stable ]] ; then
git pull
else
git -c advice.detachedHead=false checkout stable
fi
'
Switched to a new branch 'stable'
I, [2023-07-04T08:35:36.709492 #1] INFO -- : Branch 'stable' set up to track remote branch 'stable' from 'origin'.
I, [2023-07-04T08:35:36.709921 #1] INFO -- : > cd /var/www/discourse && sudo -H -E -u discourse git config user.discourse-version stable
I, [2023-07-04T08:35:36.722428 #1] INFO -- :
I, [2023-07-04T08:35:36.722824 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp
I, [2023-07-04T08:35:36.726861 #1] INFO -- :
I, [2023-07-04T08:35:36.727244 #1] INFO -- : > cd /var/www/discourse && chown discourse:www-data tmp
I, [2023-07-04T08:35:36.730932 #1] INFO -- :
I, [2023-07-04T08:35:36.731353 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp/pids
I, [2023-07-04T08:35:36.735322 #1] INFO -- :
I, [2023-07-04T08:35:36.735760 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp/sockets
I, [2023-07-04T08:35:36.739494 #1] INFO -- :
I, [2023-07-04T08:35:36.739901 #1] INFO -- : > cd /var/www/discourse && touch tmp/.gitkeep
I, [2023-07-04T08:35:36.744366 #1] INFO -- :
I, [2023-07-04T08:35:36.744815 #1] INFO -- : > cd /var/www/discourse && mkdir -p /shared/log/rails
I, [2023-07-04T08:35:36.748457 #1] INFO -- :
I, [2023-07-04T08:35:36.748854 #1] INFO -- : > cd /var/www/discourse && bash -c "touch -a /shared/log/rails/{production,production_errors,unicorn.stdout,unicorn.stderr,sidekiq}.log"
I, [2023-07-04T08:35:36.754083 #1] INFO -- :
I, [2023-07-04T08:35:36.754569 #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-07-04T08:35:36.760285 #1] INFO -- :
I, [2023-07-04T08:35:36.760700 #1] INFO -- : > cd /var/www/discourse && bash -c "mkdir -p /shared/{uploads,backups}"
I, [2023-07-04T08:35:36.766617 #1] INFO -- :
I, [2023-07-04T08:35:36.767172 #1] INFO -- : > cd /var/www/discourse && bash -c "ln -s /shared/{uploads,backups} /var/www/discourse/public"
I, [2023-07-04T08:35:36.776053 #1] INFO -- :
I, [2023-07-04T08:35:36.776610 #1] INFO -- : > cd /var/www/discourse && bash -c "mkdir -p /shared/tmp/{backups,restores}"
I, [2023-07-04T08:35:36.782478 #1] INFO -- :
I, [2023-07-04T08:35:36.783022 #1] INFO -- : > cd /var/www/discourse && bash -c "ln -s /shared/tmp/{backups,restores} /var/www/discourse/tmp"
I, [2023-07-04T08:35:36.788665 #1] INFO -- :
I, [2023-07-04T08:35:36.789017 #1] INFO -- : > cd /var/www/discourse && chown -R discourse:www-data /shared/log/rails /shared/uploads /shared/backups /shared/tmp
I, [2023-07-04T08:35:36.905317 #1] INFO -- :
I, [2023-07-04T08:35:36.905593 #1] INFO -- : > cd /var/www/discourse && [ ! -d public/plugins ] || find public/plugins/ -maxdepth 1 -xtype l -delete
I, [2023-07-04T08:35:36.908220 #1] INFO -- :
I, [2023-07-04T08:35:36.908848 #1] INFO -- : Replacing # redis with sv start redis || exit 1 in /etc/service/unicorn/run
I, [2023-07-04T08:35:36.909446 #1] INFO -- : > cd /var/www/discourse/plugins && mkdir -p plugins
I, [2023-07-04T08:35:36.913315 #1] INFO -- :
I, [2023-07-04T08:35:36.913811 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/docker_manager.git
Cloning into 'docker_manager'...
I, [2023-07-04T08:35:38.642193 #1] INFO -- :
I, [2023-07-04T08:35:38.642814 #1] INFO -- : > cp /var/www/discourse/config/nginx.sample.conf /etc/nginx/conf.d/discourse.conf
I, [2023-07-04T08:35:38.647323 #1] INFO -- :
I, [2023-07-04T08:35:38.647896 #1] INFO -- : > rm /etc/nginx/sites-enabled/default
I, [2023-07-04T08:35:38.650756 #1] INFO -- :
I, [2023-07-04T08:35:38.651170 #1] INFO -- : > mkdir -p /var/nginx/cache
I, [2023-07-04T08:35:38.654148 #1] INFO -- :
I, [2023-07-04T08:35:38.654989 #1] INFO -- : Replacing pid /run/nginx.pid; with daemon off; in /etc/nginx/nginx.conf
I, [2023-07-04T08:35:38.655476 #1] INFO -- : Replacing (?m-ix:upstream[^\}]+\}) with upstream discourse { server 127.0.0.1:3000; } in /etc/nginx/conf.d/discourse.conf
I, [2023-07-04T08:35:38.655887 #1] INFO -- : Replacing (?-mix:server_name.+$) with server_name _ ; in /etc/nginx/conf.d/discourse.conf
I, [2023-07-04T08:35:38.656346 #1] INFO -- : Replacing (?-mix:client_max_body_size.+$) with client_max_body_size $upload_size ; in /etc/nginx/conf.d/discourse.conf
I, [2023-07-04T08:35:38.656706 #1] INFO -- : Replacing (?-mix:worker_connections.+$) with worker_connections $nginx_worker_connections ; in /etc/nginx/nginx.conf
I, [2023-07-04T08:35:38.656972 #1] INFO -- : > echo "done configuring web"
I, [2023-07-04T08:35:38.659032 #1] INFO -- : done configuring web
I, [2023-07-04T08:35:38.659502 #1] INFO -- : > cd /var/www/discourse && gem install bundler --conservative -v $(awk '/BUNDLED WITH/ { getline; gsub(/ /,""); print $0 }' Gemfile.lock)
I, [2023-07-04T08:35:39.376540 #1] INFO -- : Successfully installed bundler-2.4.1
1 gem installed
I, [2023-07-04T08:35:39.376897 #1] INFO -- : > cd /var/www/discourse && find /var/www/discourse ! -user discourse -exec chown discourse {} \+
I, [2023-07-04T08:35:42.247035 #1] INFO -- :
I, [2023-07-04T08:35:42.247550 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'yarn install --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-07-04T08:37:51.032227 #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 68.15s.
Done in 118.83s.
yarn cache v1.22.19
success Cleared cache.
Done in 9.49s.
I, [2023-07-04T08:37:51.033163 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'bundle config --local deployment true'
I, [2023-07-04T08:37:51.285818 #1] INFO -- :
I, [2023-07-04T08:37:51.285947 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'bundle config --local without "development test"'
I, [2023-07-04T08:37:51.480721 #1] INFO -- : You are replacing the current local value of without, which is currently "test:development"
アップデート中にエラーが発生しました
```ruby
api_key = "a quick brown fox"
fetch("https://api.example.com/data", headers: { 'Authorization' => api_key })
修正にご協力ください。
I, [2023-07-04T08:37:51.481286 #1] INFO – : > cd /var/www/discourse && su discourse -c ‘bundle install --retry 3 --jobs 4’
I, [2023-07-04T08:40:20.584190 #1] INFO – : https://rubygems.org/ から gem メタデータを取得中…
GitHub - discourse/mail: A Really Ruby Mail Library · GitHub を取得中
rake 13.0.6 を使用中
concurrent-ruby 1.1.10 を取得中
minitest 5.17.0 を取得中
builder 3.2.4 を使用中
racc 1.6.2 を使用中
erubi 1.11.0 を取得中
crass 1.0.6 を使用中
rack 2.2.5 を取得中
erubi 1.11.0 をインストール中
minitest 5.17.0 をインストール中
rack 2.2.5 をインストール中
mini_mime 1.1.2 を使用中
timeout 0.3.1 を使用中
public_suffix 5.0.1 を使用中
aws-eventstream 1.2.0 を使用中
aws-partitions 1.583.0 を使用中
jmespath 1.6.2 を使用中
msgpack 1.6.0 を取得中
bundler 2.4.1 を使用中
byebug 11.1.3 を使用中
cbor 0.5.9.6 を_using_
cgi 0.3.6 を_using_
chunky_png 1.4.0 を_using_
coderay 1.1.3 を_using_
colored2 3.1.2 を_using_
connection_pool 2.3.0 を取得中
concurrent-ruby 1.1.10 をインストール中
msgpack 1.6.0 をネイティブ拡張とともにインストール中
connection_pool 2.3.0 をインストール中
openssl 3.0.2 を取得中
openssl 3.0.2 をネイティブ拡張とともにインストール中
cppjieba_rb 0.4.2 を_using_
diffy 3.4.2 を_using_
digest 3.1.1 を_using_
discourse-fonts 0.0.9 を_using_
regexp_parser 2.6.1 を取得中
regexp_parser 2.6.1 をインストール中
email_reply_trimmer 0.1.13 を_using_
excon 0.96.0 を取得中
execjs 2.8.1 を_using_
exifr 1.3.10 を取得中
exifr 1.3.10 をインストール中
excon 0.96.0 をインストール中
faraday-net_http 3.0.2 を_using_
ruby2_keywords 0.0.5 を_using_
fast_blank 1.0.1 を_using_
fast_xs 0.8.0 を_using_
fastimage 2.2.6 を取得中
ffi 1.15.5 を_using_
fastimage 2.2.6 をインストール中
fspath 3.1.2 を_using_
gc_tracer 1.5.1 を_using_
guess_html_encoding 0.0.11 を_using_
hana 1.3.7 を_using_
hashie 5.0.0 を_using_
highline 2.1.0 を_using_
hkdf 1.0.0 を_using_
http_accept_language 2.1.1 を_using_
image_size 3.2.0 を取得中
htmlentities 4.3.4 を_using_
in_threads 1.6.0 を_using_
progress 3.6.0 を_using_
json 2.6.3 を_using_
uri_template 0.7.0 を取得中
uri_template 0.7.0 をインストール中
image_size 3.2.0 をインストール中
jwt 2.6.0 を取得中
jwt 2.6.0 をインストール中
kgio 2.11.4 を_using_
libv8-node 16.10.0.0 (x86_64-linux) を取得中
method_source 1.0.0 を_using_
thor 1.2.1 を取得中
thor 1.2.1 をインストール中
zeitwerk 2.6.6 を取得中
zeitwerk 2.6.6 をインストール中
logstash-event 1.2.02 を_using_
logster 2.11.3 を取得中
logster 2.11.3 をインストール中
lru_redux 1.1.0 を_using_
lz4-ruby 0.3.3 を_using_
maxminddb 0.1.22 を_using_
memory_profiler 1.0.1 を_using_
redis 4.8.0 を取得中
redis 4.8.0 をインストール中
mini_sql 1.4.0 を_using_
multi_json 1.15.0 を_using_
multi_xml 0.6.0 を_using_
mustache 1.1.1 を_using_
uri 0.12.2 を_using_
nio4r 2.5.8 を取得中
nio4r 2.5.8 をネイティブ拡張とともにインストール中
libv8-node 16.10.0.0 (x86_64-linux) をインストール中
version_gem 1.1.1 を取得中
version_gem 1.1.1 をインストール中
oj 3.13.14 を取得中
oj 3.13.14 をネイティブ拡張とともにインストール中
optimist 3.0.1 を_using_
pg 1.4.5 を取得中
pg 1.4.5 をネイティブ拡張とともにインストール中
r2 0.2.7 を取得中
r2 0.2.7 をインストール中
raindrops 0.20.0 を取得中
raindrops 0.20.0 をネイティブ拡張とともにインストール中
rchardet 1.8.0 を_using_
rexml 3.2.5 を_using_
rinku 2.0.6 を_using_
rotp 6.2.2 を_using_
rqrcode_core 1.2.0 を_using_
rubyzip 2.3.2 を_using_
tilt 2.0.11 を取得中
tilt 2.0.11 をインストール中
sshkey 2.0.0 を_using_
stackprof 0.2.23 を取得中
stackprof 0.2.23 をネイティブ拡張とともにインストール中
unf_ext 0.0.8.2 を_using_
webrick 1.7.0 を_using_
xorcist 1.1.3 を取得中
xorcist 1.1.3 をネイティブ拡張とともにインストール中
nokogiri 1.14.2 (x86_64-linux) を取得中
nokogiri 1.14.2 (x86_64-linux) をインストール中
GitHub - discourse/mail: A Really Ruby Mail Library · GitHub から mail 2.8.0.edge を_using_ (at main@5b700fc)
net-protocol 0.2.1 を_using_
addressable 2.8.1 を取得中
addressable 2.8.1 をインストール中
aws-sigv4 1.5.0 を_using_
rack-test 2.0.2 を取得中
rack-test 2.0.2 をインストール中
request_store 1.5.1 を_using_
message_bus 4.3.1 を取得中
message_bus 4.3.1 をインストール中
rack-mini-profiler 3.0.0 を取得中
rack-mini-profiler 3.0.0 をインストール中
rack-protection 3.0.5 を取得中
rack-protection 3.0.5 をインストール中
i18n 1.12.0 を取得中
i18n 1.12.0 をインストール中
tzinfo 2.0.5 を取得中
tzinfo 2.0.5 をインストール中
sprockets 3.7.2 を取得中
sprockets 3.7.2 をインストール中
ecma-re-validator 0.4.0 を取得中
ecma-re-validator 0.4.0 をインストール中
uglifier 4.2.0 を_using_
faraday 2.7.2 を取得中
faraday 2.7.2 をインストール中
mini_suffix 0.3.3 を_using_
sassc 2.0.1 を取得中
sassc 2.0.1 をネイティブ拡張とともにインストール中
omniauth 1.9.2 を_using_
image_optim 0.31.2 を取得中
image_optim 0.31.2 をインストール中
pry 0.14.2 を_using_
logstash-logger 0.26.1 を_using_
sidekiq 6.5.8 を取得中
sidekiq 6.5.8 をインストール中
redis-namespace 1.9.0 を取得中
redis-namespace 1.9.0 をインストール中
net-http 0.3.2 を_using_
mini_racer 0.6.3 を取得中
mini_racer 0.6.3 をネイティブ拡張とともにインストール中
oauth-tty 1.0.5 を_using_
snaky_hash 2.0.1 を_using_
bootsnap 1.15.0 を取得中
bootsnap 1.15.0 をネイティブ拡張とともにインストール中
rbtrace 0.4.14 を_using_
puma 6.0.2 を取得中
puma 6.0.2 をネイティブ拡張とともにインストール中
rqrcode 2.1.2 を取得中
rqrcode 2.1.2 をインストール中
rss 0.2.9 を_using_
unf 0.1.4 を_using_
loofah 2.19.1 を取得中
loofah 2.19.1 をインストール中
ruby-readability 0.7.0 を_using_
sanitize 6.0.0 を取得中
sanitize 6.0.0 をインストール中
net-imap 0.3.1 を取得中
net-imap 0.3.1 をインストール中
net-pop 0.1.2 を_using_
net-smtp 0.3.3 を_using_
css_parser 1.13.0 を取得中
css_parser 1.13.0 をインストール中
aws-sdk-core 3.130.2 を_using_
activesupport 7.0.4.3 を取得中
activesupport 7.0.4.3 をインストール中
json_schemer 0.2.23 を取得中
json_schemer 0.2.23 をインストール中
faraday-retry 2.0.0 を取得中
faraday-retry 2.0.0 をインストール中
oauth2 1.4.11 を_using_
pry-byebug 3.10.1 を_using_
pry-rails 0.3.9 を_using_
mini_scheduler 0.15.0 を取得中
mini_scheduler 0.15.0 をインストール中
unicorn 6.1.0 を_using_
oauth 1.1.0 を_using_
rails-html-sanitizer 1.5.0 を取得中
rails-html-sanitizer 1.5.0 をインストール中
aws-sdk-kms 1.56.0 を_using_
aws-sdk-sns 1.53.0 を_using_
rails-dom-testing 2.0.3 を取得中
rails-dom-testing 2.0.3 をインストール中
globalid 1.0.1 を取得中
globalid 1.0.1 をインストール中
activemodel 7.0.4.3 を取得中
activemodel 7.0.4.3 をインストール中
omniauth-oauth2 1.7.3 を_using_
omniauth-oauth 1.2.0 を_using_
aws-sdk-s3 1.114.0 を_using_
actionview 7.0.4.3 を取得中
actionview 7.0.4.3 をインストール中
activejob 7.0.4.3 を取得中
activejob 7.0.4.3 をインストール中
active_model_serializers 0.8.4 を_using_
activerecord 7.0.4.3 を取得中
activerecord 7.0.4.3 をインストール中
omniauth-facebook 9.0.0 を_using_
omniauth-github 1.4.0 を_using_
omniauth-google-oauth2 0.8.2 を_using_
omniauth-twitter 1.4.0 を_using_
actionpack 7.0.4.3 を取得中
actionpack 7.0.4.3 をインストール中
actionview_precompiler 0.2.3 を_using_
discourse-seed-fu 2.3.12 を_using_
actionmailer 7.0.4.3 を取得中
actionmailer 7.0.4.3 をインストール中
railties 7.0.4.3 を取得中
railties 7.0.4.3 をインストール中
sprockets-rails 3.4.2 を_using_
lograge 0.12.0 を_using_
rails_failover 0.8.1 を取得中
rails_multisite 4.0.1 を取得中
rails_multisite 4.0.1 をインストール中
rails_failover 0.8.1 をインストール中
openssl-signature_algorithm 1.2.1 を取得中
web-push 3.0.0 を_using_
openssl-signature_algorithm 1.2.1 をインストール中
cose 1.3.0 を_using_
sassc-rails 2.1.2 を取得中
sassc-rails 2.1.2 をインストール中
Bundle complete! 135 Gemfile dependencies, 171 gems now installed.
Gems in the groups ‘development’ and ‘test’ were not installed.
Bundled gems are installed into ./vendor/bundle
image_optim からのインストール後メッセージ:
Rails の画像アセット最適化は image_optim_rails gem に分離されました
その gem を使用しない場合は、config.assets.image_optim = false を安全に削除できます
I, [2023-07-04T08:40:20.585621 #1] INFO – : > cd /var/www/discourse && su discourse -c ‘LOAD_PLUGINS=0 bundle exec rake plugin:pull_compatible_all’
I, [2023-07-04T08:40:24.327439 #1] INFO – : 互換性のある docker_manager のバージョンをチェック中: 1b2d7eb0369155b6442b09adfb17b8942c04b093
HEAD is now at 1b2d7eb Bump minimal versions
I, [2023-07-04T08:40:24.327817 #1] INFO – : > cd /var/www/discourse && su discourse -c ‘bundle exec rake db:migrate’
102:M 04 Jul 2023 08:40:28.803 * 100 changes in 300 seconds. Saving…
102:M 04 Jul 2023 08:40:28.804 * Background saving started by pid 2319
2319:C 04 Jul 2023 08:40:29.127 * DB saved on disk
2319:C 04 Jul 2023 08:40:29.128 * Fork CoW for RDB: current 1 MB, peak 1 MB, average 1 MB
102:M 04 Jul 2023 08:40:29.210 * Background saving terminated with success
I, [2023-07-04T08:40:29.966284 #1] INFO – :
I, [2023-07-04T08:40:29.967083 #1] INFO – : > cd /var/www/discourse && su discourse -c ‘bundle exec rake themes:update assets:precompile’
- ビルド中
- ビルド中
- ビルド中…
- クリーンアップ中
- クリーンアップ中
Build Error (broccoli-persistent-filter:Babel > [Babel: @ember/test-helpers]) in @ember/test-helpers/-internal/build-registry.js
[BABEL]: — PLACEHOLDER PACKAGE —
この @babel/plugin-proposal-private-property-in-object のバージョンはインポートされることを意図していません。何かが
@babel/plugin-proposal-private-property-in-object を package.json ファイルの dependencies (または devDependencies) で宣言せずにインポートしています。
このエラーを回避するには、devDependencies に “@babel/plugin-proposal-private-property-in-object” を追加してください。これにより、このメッセージが消えます。
(While processing: /var/www/discourse/app/assets/javascripts/node_modules/@babel/preset-env/lib/index.js)Error: [BABEL]: — PLACEHOLDER PACKAGE —
この @babel/plugin-proposal-private-property-in-object のバージョンはインポートされることを意図していません。何かが
@babel/plugin-proposal-private-property-in-object を package.json ファイルの dependencies (または devDependencies) で宣言せずにインポートしています。
このエラーを回避するには、devDependencies に “@babel/plugin-proposal-private-property-in-object” を追加してください。これにより、このメッセージが消えます。
(While processing: /var/www/discourse/app/assets/javascripts/node_modules/@babel/preset-env/lib/index.js)
at Object. (/var/www/discourse/app/assets/javascripts/node_modules/@babel/preset-env/node_modules/@babel/plugin-proposal-private-property-in-object/lib/index.js:28:7)
at Module._compile (node:internal/modules/cjs/loader:1256:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1310:10)
at Module.load (node:internal/modules/cjs/loader:1119:32)
at Module._load (node:internal/modules/cjs/loader:960:12)
at Module.require (node:internal/modules/cjs/loader:1143:19)
at require (node:internal/modules/cjs/helpers:110:18)
at Object. (/var/www/discourse/app/assets/javascripts/node_modules/@babel/preset-env/lib/available-plugins.js:62:46)
at Module._compile (node:internal/modules/cjs/loader:1256:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1310:10)
at Module.load (node:internal/modules/cjs/loader:1119:32)
at Module._load (node:internal/modules/cjs/loader:960:12)
at Module.require (node:internal/modules/cjs/loader:1143:19)
at require (node:internal/modules/cjs/helpers:110:18)
at Object. (/var/www/discourse/app/assets/javascripts/node_modules/@babel/preset-env/lib/filter-items.js:11:25)
at Module._compile (node:internal/modules/cjs/loader:1256:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1310:10)
at Module.load (node:internal/modules/cjs/loader:1119:32)
at Module._load (node:internal/modules/cjs/loader:960:12)
at Module.require (node:internal/modules/cjs/loader:1143:19)
at require (node:internal/modules/cjs/helpers:110:18)
at Object. (/var/www/discourse/app/assets/javascripts/node_modules/@babel/preset-env/lib/index.js:16:20)
at Module._compile (node:internal/modules/cjs/loader:1256:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1310:10)
at Module.load (node:internal/modules/cjs/loader:1119:32)
at Module._load (node:internal/modules/cjs/loader:960:12)
at Module.require (node:internal/modules/cjs/loader:1143:19)
at require (node:internal/modules/cjs/helpers:110:18)
スタックトレースとエラーレポート: /tmp/error.dump.62bb2ff34bdbec58308fd7d5b2fab0f6.log
error コマンドは終了コード 1 で失敗しました。
I, [2023-07-04T08:40:44.826892 #1] INFO – : ‘default’ の ‘Video Upload’ をチェック中… 最新です
yarn run v1.22.19
$ /var/www/discourse/app/assets/javascripts/node_modules/.bin/ember build -prod
WARNING: Node v18.16.1 はあなたのプラットフォームで Ember CLI に対してテストされていません。Node.js の最新の “Active LTS” バージョンを使用することをお勧めします。詳細は ember-cli/docs/node-support.md at master · ember-cli/ember-cli · GitHub を参照してください。
Environment: production
クリーンアップ中…
info このコマンドのドキュメントについては yarn run | Yarn を参照してください。
I, [2023-07-04T08:40:44.827572 #1] INFO – : 非同期プロセスを終了中
I, [2023-07-04T08:40:44.827621 #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-07-04T08:40:44.827734 #1] INFO – : exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf pid: 102 に TERM を送信
102:signal-handler (1688460044) SIGTERM を受信し、シャットダウンをスケジュール中…
2023-07-04 08:40:44.827 UTC [41] LOG: received fast shutdown request
102:M 04 Jul 2023 08:40:44.856 # User requested shutdown…
102:M 04 Jul 2023 08:40:44.856 * Saving the final RDB snapshot before exiting.
2023-07-04 08:40:44.883 UTC [41] LOG: aborting any active transactions
2023-07-04 08:40:44.886 UTC [41] LOG: background worker “logical replication launcher” (PID 50) exited with exit code 1
2023-07-04 08:40:44.887 UTC [45] LOG: shutting down
102:M 04 Jul 2023 08:40:44.978 * DB saved on disk
102:M 04 Jul 2023 08:40:44.978 # Redis is now ready to exit, bye bye…
2023-07-04 08:40:45.023 UTC [41] LOG: database system is shut down
FAILED
Pups::ExecError: cd /var/www/discourse && su discourse -c ‘bundle exec rake themes:update assets:precompile’ failed with return #<Process::Status: pid 2320 exit 1>
Location of failure: /usr/local/lib/ruby/gems/3.2.0/gems/pups-1.1.1/lib/pups/exec_command.rb:117:in `spawn’
exec failed with the params {“cd”=>“$home”, “hook”=>“assets_precompile”, “cmd”=>[“su discourse -c ‘bundle exec rake themes:update assets:precompile’”]}
bootstrap failed with exit code 1
** 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.
64eb105c2de1517c880ea75102bf870c657542c35141dbec0fca357d33911198
==================== END REBUILD LOG ====================
Failed to rebuild app.
Checking your domain name . . .
Connection to redacted succeeded.
You should probably remove any non-standard plugins and rebuild.
Attempting to restart existing container. . .
x86_64 arch detected.
starting up existing container
- /usr/bin/docker start app
Error response from daemon: driver failed programming external connectivity on endpoint app (dc0e7be2e9a1b8644d73adf1e327236bdb49650ec05388fa81eb665e1ac1316f): Error starting userland proxy: listen tcp 0.0.0.0:443: listen: address already in use
Error: failed to start containers: app
Failed to restart the container.
==================== PLUGINS ====================
- git clone GitHub - discourse/docker_manager: Plugin for use with discourse docker image · GitHub
No non-official plugins detected.
See discourse/lib/plugin/metadata.rb at main · discourse/discourse · GitHub for the official list.
========================================
Discourse version at redacted: NOT FOUND
Discourse version at localhost: NOT FOUND
==================== MEMORY INFORMATION ====================
RAM (MB): 3084
total used free shared buff/cache available
Mem: 3012 416 1648 6 947 2401
Swap: 511 117 394
==================== DISK SPACE CHECK ====================
---------- OS Disk Space ----------
Filesystem Size Used Avail Use% Mounted on
/dev/vda1 26G 20G 5.1G 80% /
==================== DISK INFORMATION ====================
Disk /dev/vda: 26 GiB, 27917287424 bytes, 54525952 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xf849ba6e
Device Boot Start End Sectors Size Id Type
/dev/vda1 2048 54525951 54523904 26G 83 Linux
==================== END DISK INFORMATION ====================
==================== MAIL TEST ====================
For a robust test, get an address from http://www.mail-tester.com/
Or just send a test message to yourself.
Email address for mail test? (‘n’ to skip) [redacted]: Sending mail to redacted. . .
Error response from daemon: Container 91601890406d42c06076f4468dfcc196af018179f6bc970a6983feb296ef00c5 is not running
Replacing: SMTP_PASSWORD
Replacing: LETSENCRYPT_ACCOUNT_EMAIL
Replacing: DEVELOPER_EMAILS
Replacing: DISCOURSE_DB_PASSWORD
Replacing: Sending mail to
==================== DONE! ====================
[quote="Jay Pfaffman, post:3, topic:270491, username:pfaffman"]
もしかすると、テーマにエラーがあるかもしれません。
[/quote]
デフォルトのテーマしかありません(「Migrated from Site Text」と奇妙に命名されており、`system` によって作成されています)。これに3つの追加コンポーネント(`Disco TOC`、`Sick - Gallery Component`、`Video Upload`)があります。これらのコンポーネントを無効化して再構築を試みましたが、同じエラーが発生しました。
[quote="Jay Pfaffman, post:3, topic:270491, username:pfaffman"]
`./launcher start app`
を実行すると、サイトが起動するでしょうか?
[/quote]
`base_store.rb` を変更する前は、アプリは起動しましたが、ブラウザからフォーラムにアクセスすると、ログに構文エラーが表示され、Oops エラー 500 になりました。
`base_store.rb` を変更した後、フォーラムは正常に動作しているようです。ただ、再構築ができません。ダッシュボードには最新バージョン:3.0.4 (cec7c05dae) と表示されています。そして、アップグレードリンクをクリックすると、SSH を使用してアップグレードするよう指示されます。私の `/var/discourse` はコミット `984d5495edfa8af028ab6809407af817d555125c` にあり、これは最新のものと思われます。おそらく、アプリがこのコミットで再構築されていないため、そう表示されているのでしょう。