Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [root@techandtiny discourse]# ./launcher rebuild techandtiny
- x86_64 arch detected.
- WARNING: containers/techandtiny.yml file is world-readable. You can secure this file by running: chmod o-rwx containers/techandtiny.yml
- Ensuring launcher is up to date
- Fetching origin
- Launcher is up-to-date
- Stopping old container
- + /usr/bin/docker stop -t 60 techandtiny
- techandtiny
- 2.0.20220818-0047: Pulling from discourse/base
- Digest: sha256:7734701087766821ffb2ddcef423754798bd345c2ac0d550131c6e6905c268e8
- Status: Image is up to date for discourse/base:2.0.20220818-0047
- docker.io/discourse/base:2.0.20220818-0047
- /usr/local/lib/ruby/gems/2.7.0/gems/pups-1.1.1/lib/pups.rb
- /usr/local/bin/pups --stdin
- I, [2022-08-26T16:09:52.678060 #1] INFO -- : Reading from stdin
- I, [2022-08-26T16:09:52.685490 #1] INFO -- : > locale-gen $LANG && update-locale
- I, [2022-08-26T16:09:52.733510 #1] INFO -- : Generating locales (this might take a while)...
- Generation complete.
- I, [2022-08-26T16:09:52.733788 #1] INFO -- : > mkdir -p /shared/postgres_run
- I, [2022-08-26T16:09:52.743062 #1] INFO -- :
- I, [2022-08-26T16:09:52.743963 #1] INFO -- : > chown postgres:postgres /shared/postgres_run
- I, [2022-08-26T16:09:52.751076 #1] INFO -- :
- I, [2022-08-26T16:09:52.751356 #1] INFO -- : > chmod 775 /shared/postgres_run
- I, [2022-08-26T16:09:52.757931 #1] INFO -- :
- I, [2022-08-26T16:09:52.758227 #1] INFO -- : > rm -fr /var/run/postgresql
- I, [2022-08-26T16:09:52.764558 #1] INFO -- :
- I, [2022-08-26T16:09:52.764742 #1] INFO -- : > ln -s /shared/postgres_run /var/run/postgresql
- I, [2022-08-26T16:09:52.770997 #1] INFO -- :
- I, [2022-08-26T16:09:52.771220 #1] INFO -- : > socat /dev/null UNIX-CONNECT:/shared/postgres_run/.s.PGSQL.5432 || exit 0 && echo postgres already running stop container ; exit 1
- 2022/08/26 16:09:52 socat[19] E connect(6, AF=1 "/shared/postgres_run/.s.PGSQL.5432", 36): No such file or directory
- I, [2022-08-26T16:09:52.790061 #1] INFO -- :
- I, [2022-08-26T16:09:52.790277 #1] INFO -- : > rm -fr /shared/postgres_run/.s*
- I, [2022-08-26T16:09:52.797335 #1] INFO -- :
- I, [2022-08-26T16:09:52.797521 #1] INFO -- : > rm -fr /shared/postgres_run/*.pid
- I, [2022-08-26T16:09:52.803554 #1] INFO -- :
- I, [2022-08-26T16:09:52.803712 #1] INFO -- : > mkdir -p /shared/postgres_run/13-main.pg_stat_tmp
- I, [2022-08-26T16:09:52.811063 #1] INFO -- :
- I, [2022-08-26T16:09:52.811364 #1] INFO -- : > chown postgres:postgres /shared/postgres_run/13-main.pg_stat_tmp
- I, [2022-08-26T16:09:52.819365 #1] INFO -- :
- I, [2022-08-26T16:09:52.833152 #1] INFO -- : File > /etc/service/postgres/run chmod: +x chown:
- I, [2022-08-26T16:09:52.842153 #1] INFO -- : File > /etc/service/postgres/log/run chmod: +x chown:
- I, [2022-08-26T16:09:52.854493 #1] INFO -- : File > /etc/runit/3.d/99-postgres chmod: +x chown:
- I, [2022-08-26T16:09:52.866004 #1] INFO -- : File > /root/upgrade_postgres chmod: +x chown:
- I, [2022-08-26T16:09:52.866297 #1] INFO -- : > chown -R root /var/lib/postgresql/13/main
- I, [2022-08-26T16:09:54.164241 #1] INFO -- :
- I, [2022-08-26T16:09:54.164440 #1] INFO -- : > [ ! -e /shared/postgres_data ] && install -d -m 0755 -o postgres -g postgres /shared/postgres_data && sudo -E -u postgres /usr/lib/postgresql/13/bin/initdb -D /shared/postgres_data || exit 0
- I, [2022-08-26T16:09:54.170894 #1] INFO -- :
- I, [2022-08-26T16:09:54.171063 #1] INFO -- : > chown -R postgres:postgres /shared/postgres_data
- I, [2022-08-26T16:09:54.233535 #1] INFO -- :
- I, [2022-08-26T16:09:54.233819 #1] INFO -- : > chown -R postgres:postgres /var/run/postgresql
- I, [2022-08-26T16:09:54.239743 #1] INFO -- :
- I, [2022-08-26T16:09:54.240422 #1] INFO -- : > /root/upgrade_postgres
- I, [2022-08-26T16:09:54.258839 #1] INFO -- :
- I, [2022-08-26T16:09:54.259235 #1] INFO -- : > rm /root/upgrade_postgres
- I, [2022-08-26T16:09:54.270440 #1] INFO -- :
- I, [2022-08-26T16:09:54.271413 #1] INFO -- : Replacing data_directory = '/var/lib/postgresql/13/main' with data_directory = '/shared/postgres_data' in /etc/postgresql/13/main/postgresql.conf
- I, [2022-08-26T16:09:54.273162 #1] INFO -- : Replacing (?-mix:#?listen_addresses *=.*) with listen_addresses = '*' in /etc/postgresql/13/main/postgresql.conf
- I, [2022-08-26T16:09:54.274581 #1] INFO -- : Replacing (?-mix:#?synchronous_commit *=.*) with synchronous_commit = $db_synchronous_commit in /etc/postgresql/13/main/postgresql.conf
- I, [2022-08-26T16:09:54.274957 #1] INFO -- : Replacing (?-mix:#?shared_buffers *=.*) with shared_buffers = $db_shared_buffers in /etc/postgresql/13/main/postgresql.conf
- I, [2022-08-26T16:09:54.276000 #1] INFO -- : Replacing (?-mix:#?work_mem *=.*) with work_mem = $db_work_mem in /etc/postgresql/13/main/postgresql.conf
- I, [2022-08-26T16:09:54.276321 #1] INFO -- : Replacing (?-mix:#?default_text_search_config *=.*) with default_text_search_config = '$db_default_text_search_config' in /etc/postgresql/13/main/postgresql.conf
- I, [2022-08-26T16:09:54.277408 #1] INFO -- : > install -d -m 0755 -o postgres -g postgres /shared/postgres_backup
- I, [2022-08-26T16:09:54.289586 #1] INFO -- :
- I, [2022-08-26T16:09:54.290238 #1] INFO -- : Replacing (?-mix:#?checkpoint_segments *=.*) with checkpoint_segments = $db_checkpoint_segments in /etc/postgresql/13/main/postgresql.conf
- I, [2022-08-26T16:09:54.290937 #1] INFO -- : Replacing (?-mix:#?logging_collector *=.*) with logging_collector = $db_logging_collector in /etc/postgresql/13/main/postgresql.conf
- I, [2022-08-26T16:09:54.291412 #1] INFO -- : Replacing (?-mix:#?log_min_duration_statement *=.*) with log_min_duration_statement = $db_log_min_duration_statement in /etc/postgresql/13/main/postgresql.conf
- I, [2022-08-26T16:09:54.292100 #1] INFO -- : Replacing (?-mix:^#local +replication +postgres +peer$) with local replication postgres peer in /etc/postgresql/13/main/pg_hba.conf
- I, [2022-08-26T16:09:54.292554 #1] INFO -- : Replacing (?-mix:^host.*all.*all.*127.*$) with host all all 0.0.0.0/0 md5 in /etc/postgresql/13/main/pg_hba.conf
- I, [2022-08-26T16:09:54.293926 #1] INFO -- : Replacing (?-mix:^host.*all.*all.*::1\/128.*$) with host all all ::/0 md5 in /etc/postgresql/13/main/pg_hba.conf
- I, [2022-08-26T16:09:54.294259 #1] INFO -- : > HOME=/var/lib/postgresql USER=postgres exec chpst -u postgres:postgres:ssl-cert -U postgres:postgres:ssl-cert /usr/lib/postgresql/13/bin/postmaster -D /etc/postgresql/13/main
- I, [2022-08-26T16:09:54.299480 #1] INFO -- : > sleep 5
- 2022-08-26 16:09:54.432 UTC [42] LOG: starting PostgreSQL 13.8 (Debian 13.8-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit
- 2022-08-26 16:09:54.432 UTC [42] LOG: listening on IPv4 address "0.0.0.0", port 5432
- 2022-08-26 16:09:54.432 UTC [42] LOG: listening on IPv6 address "::", port 5432
- 2022-08-26 16:09:54.434 UTC [42] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
- 2022-08-26 16:09:54.445 UTC [45] LOG: database system was shut down at 2022-08-26 16:06:14 UTC
- 2022-08-26 16:09:54.455 UTC [42] LOG: database system is ready to accept connections
- I, [2022-08-26T16:09:59.312617 #1] INFO -- :
- I, [2022-08-26T16:09:59.313288 #1] INFO -- : > su postgres -c 'createdb discourse' || true
- 2022-08-26 16:09:59.444 UTC [55] postgres@postgres ERROR: database "discourse" already exists
- 2022-08-26 16:09:59.444 UTC [55] postgres@postgres STATEMENT: CREATE DATABASE discourse;
- createdb: error: database creation failed: ERROR: database "discourse" already exists
- I, [2022-08-26T16:09:59.447073 #1] INFO -- :
- I, [2022-08-26T16:09:59.447388 #1] INFO -- : > su postgres -c 'psql discourse -c "create user discourse;"' || true
- 2022-08-26 16:09:59.575 UTC [59] postgres@discourse ERROR: role "discourse" already exists
- 2022-08-26 16:09:59.575 UTC [59] postgres@discourse STATEMENT: create user discourse;
- ERROR: role "discourse" already exists
- I, [2022-08-26T16:09:59.587769 #1] INFO -- :
- I, [2022-08-26T16:09:59.588236 #1] INFO -- : > su postgres -c 'psql discourse -c "grant all privileges on database discourse to discourse;"' || true
- I, [2022-08-26T16:09:59.668084 #1] INFO -- : GRANT
- I, [2022-08-26T16:09:59.668342 #1] INFO -- : > su postgres -c 'psql discourse -c "alter schema public owner to discourse;"'
- I, [2022-08-26T16:09:59.740606 #1] INFO -- : ALTER SCHEMA
- I, [2022-08-26T16:09:59.740893 #1] INFO -- : > su postgres -c 'psql template1 -c "create extension if not exists hstore;"'
- NOTICE: extension "hstore" already exists, skipping
- I, [2022-08-26T16:09:59.820769 #1] INFO -- : CREATE EXTENSION
- I, [2022-08-26T16:09:59.821051 #1] INFO -- : > su postgres -c 'psql template1 -c "create extension if not exists pg_trgm;"'
- NOTICE: extension "pg_trgm" already exists, skipping
- I, [2022-08-26T16:09:59.877417 #1] INFO -- : CREATE EXTENSION
- I, [2022-08-26T16:09:59.877662 #1] INFO -- : > su postgres -c 'psql discourse -c "create extension if not exists hstore;"'
- NOTICE: extension "hstore" already exists, skipping
- I, [2022-08-26T16:09:59.938146 #1] INFO -- : CREATE EXTENSION
- I, [2022-08-26T16:09:59.938421 #1] INFO -- : > su postgres -c 'psql discourse -c "create extension if not exists pg_trgm;"'
- NOTICE: extension "pg_trgm" already exists, skipping
- I, [2022-08-26T16:10:00.009462 #1] INFO -- : CREATE EXTENSION
- I, [2022-08-26T16:10:00.009815 #1] INFO -- : > sudo -u postgres psql discourse
- I, [2022-08-26T16:10:00.020212 #1] INFO -- : update pg_database set encoding = pg_char_to_encoding('UTF8') where datname = 'discourse' AND encoding = pg_char_to_encoding('SQL_ASCII');
- I, [2022-08-26T16:10:00.154192 #1] INFO -- : File > /var/lib/postgresql/take-database-backup chmod: +x chown: postgres:postgres
- I, [2022-08-26T16:10:00.161301 #1] INFO -- : File > /var/spool/cron/crontabs/postgres chmod: chown:
- I, [2022-08-26T16:10:00.161549 #1] INFO -- : > echo postgres installed!
- I, [2022-08-26T16:10:00.172055 #1] INFO -- : postgres installed!
- I, [2022-08-26T16:10:00.188265 #1] INFO -- : File > /etc/service/redis/run chmod: +x chown:
- I, [2022-08-26T16:10:00.201115 #1] INFO -- : File > /etc/service/redis/log/run chmod: +x chown:
- I, [2022-08-26T16:10:00.215777 #1] INFO -- : File > /etc/runit/3.d/10-redis chmod: +x chown:
- I, [2022-08-26T16:10:00.217468 #1] INFO -- : Replacing daemonize yes with in /etc/redis/redis.conf
- I, [2022-08-26T16:10:00.218280 #1] INFO -- : Replacing (?-mix:^pidfile.*$) with in /etc/redis/redis.conf
- I, [2022-08-26T16:10:00.218627 #1] INFO -- : > install -d -m 0755 -o redis -g redis /shared/redis_data
- I, [2022-08-26T16:10:00.222902 #1] INFO -- :
- I, [2022-08-26T16:10:00.223376 #1] INFO -- : Replacing (?-mix:^logfile.*$) with logfile "" in /etc/redis/redis.conf
- I, [2022-08-26T16:10:00.224058 #1] INFO -- : Replacing (?-mix:^bind .*$) with in /etc/redis/redis.conf
- I, [2022-08-26T16:10:00.224529 #1] INFO -- : Replacing (?-mix:^dir .*$) with dir /shared/redis_data in /etc/redis/redis.conf
- I, [2022-08-26T16:10:00.225158 #1] INFO -- : Replacing (?-mix:^protected-mode yes) with protected-mode no in /etc/redis/redis.conf
- I, [2022-08-26T16:10:00.225676 #1] INFO -- : Replacing # io-threads 4 with io-threads $redis_io_threads in /etc/redis/redis.conf
- I, [2022-08-26T16:10:00.226493 #1] INFO -- : > echo redis installed
- I, [2022-08-26T16:10:00.231809 #1] INFO -- : redis installed
- I, [2022-08-26T16:10:00.232172 #1] INFO -- : > cat /etc/redis/redis.conf | grep logfile
- I, [2022-08-26T16:10:00.240793 #1] INFO -- : logfile ""
- I, [2022-08-26T16:10:00.241109 #1] INFO -- : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
- I, [2022-08-26T16:10:00.245477 #1] INFO -- : > sleep 10
- 103:C 26 Aug 2022 16:10:00.259 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
- 103:C 26 Aug 2022 16:10:00.259 # Redis version=6.2.6, bits=64, commit=00000000, modified=0, pid=103, just started
- 103:C 26 Aug 2022 16:10:00.259 # Configuration loaded
- 103:M 26 Aug 2022 16:10:00.260 * monotonic clock: POSIX clock_gettime
- 103:M 26 Aug 2022 16:10:00.261 * Running mode=standalone, port=6379.
- 103:M 26 Aug 2022 16:10:00.262 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
- 103:M 26 Aug 2022 16:10:00.262 # Server initialized
- 103:M 26 Aug 2022 16:10:00.262 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
- 103:M 26 Aug 2022 16:10:00.262 * Loading RDB produced by version 6.2.6
- 103:M 26 Aug 2022 16:10:00.262 * RDB age 226 seconds
- 103:M 26 Aug 2022 16:10:00.262 * RDB memory usage when created 4.72 Mb
- 103:M 26 Aug 2022 16:10:00.276 # Done loading RDB, keys loaded: 2883, keys expired: 0.
- 103:M 26 Aug 2022 16:10:00.276 * DB loaded from disk: 0.014 seconds
- 103:M 26 Aug 2022 16:10:00.276 * Ready to accept connections
- I, [2022-08-26T16:10:10.249818 #1] INFO -- :
- I, [2022-08-26T16:10:10.250243 #1] INFO -- : > thpoff echo "thpoff is installed!"
- I, [2022-08-26T16:10:10.257093 #1] INFO -- : thpoff is installed!
- I, [2022-08-26T16:10:10.257425 #1] INFO -- : > /usr/local/bin/ruby -e 'if ENV["DISCOURSE_SMTP_ADDRESS"] == "smtp.example.com"; puts "Aborting! Mail is not configured!"; exit 1; end'
- I, [2022-08-26T16:10:10.352381 #1] INFO -- :
- I, [2022-08-26T16:10:10.352734 #1] INFO -- : > /usr/local/bin/ruby -e 'if ENV["DISCOURSE_HOSTNAME"] == "discourse.example.com"; puts "Aborting! Domain is not configured!"; exit 1; end'
- I, [2022-08-26T16:10:10.437453 #1] INFO -- :
- I, [2022-08-26T16:10:10.437801 #1] INFO -- : > /usr/local/bin/ruby -e 'if (ENV["DISCOURSE_CDN_URL"] || "")[0..1] == "//"; puts "Aborting! CDN must have a protocol specified. Once fixed you should rebake your posts now to correct all posts."; exit 1; end'
- I, [2022-08-26T16:10:10.521933 #1] INFO -- :
- I, [2022-08-26T16:10:10.522208 #1] INFO -- : > rm -f /etc/cron.d/anacron
- I, [2022-08-26T16:10:10.527037 #1] INFO -- :
- I, [2022-08-26T16:10:10.531176 #1] INFO -- : File > /etc/cron.d/anacron chmod: chown:
- I, [2022-08-26T16:10:10.540369 #1] INFO -- : File > /etc/runit/1.d/copy-env chmod: +x chown:
- I, [2022-08-26T16:10:10.551733 #1] INFO -- : File > /etc/service/unicorn/run chmod: +x chown:
- I, [2022-08-26T16:10:10.558802 #1] INFO -- : File > /etc/service/nginx/run chmod: +x chown:
- I, [2022-08-26T16:10:10.567169 #1] INFO -- : File > /etc/runit/3.d/01-nginx chmod: +x chown:
- I, [2022-08-26T16:10:10.576149 #1] INFO -- : File > /etc/runit/3.d/02-unicorn chmod: +x chown:
- I, [2022-08-26T16:10:10.576365 #1] INFO -- : Replacing # postgres with sv start postgres || exit 1 in /etc/service/unicorn/run
- I, [2022-08-26T16:10:10.576830 #1] INFO -- : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
- I, [2022-08-26T16:10:10.580215 #1] INFO -- : > cd /var/www/discourse && git reset --hard
- 130:C 26 Aug 2022 16:10:10.587 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
- 130:C 26 Aug 2022 16:10:10.587 # Redis version=6.2.6, bits=64, commit=00000000, modified=0, pid=130, just started
- 130:C 26 Aug 2022 16:10:10.587 # Configuration loaded
- 130:M 26 Aug 2022 16:10:10.588 * monotonic clock: POSIX clock_gettime
- 130:M 26 Aug 2022 16:10:10.588 # Warning: Could not create server TCP listening socket *:6379: bind: Address already in use
- 130:M 26 Aug 2022 16:10:10.588 # Failed listening on port 6379 (TCP), aborting.
- Updating files: 100% (31436/31436), done.
- I, [2022-08-26T16:10:15.059923 #1] INFO -- : HEAD is now at 44c53cb3 DEV: Update internal `package.json` metadata (#17978)
- I, [2022-08-26T16:10:15.060101 #1] INFO -- : > cd /var/www/discourse && git clean -f
- I, [2022-08-26T16:10:15.242933 #1] INFO -- :
- I, [2022-08-26T16:10:15.243117 #1] INFO -- : > cd /var/www/discourse && git remote set-branches --add origin main
- I, [2022-08-26T16:10:15.247888 #1] INFO -- :
- I, [2022-08-26T16:10:15.248010 #1] INFO -- : > cd /var/www/discourse && git remote set-branches origin tests-passed
- I, [2022-08-26T16:10:15.253505 #1] INFO -- :
- I, [2022-08-26T16:10:15.253667 #1] INFO -- : > cd /var/www/discourse && git fetch --depth 1 origin tests-passed
- From https://github.com/discourse/discourse
- * branch tests-passed -> FETCH_HEAD
- * [new branch] tests-passed -> origin/tests-passed
- I, [2022-08-26T16:10:17.028125 #1] INFO -- :
- I, [2022-08-26T16:10:17.028260 #1] INFO -- : > cd /var/www/discourse && git checkout tests-passed
- Switched to a new branch 'tests-passed'
- I, [2022-08-26T16:10:17.296066 #1] INFO -- : Branch 'tests-passed' set up to track remote branch 'tests-passed' from 'origin'.
- I, [2022-08-26T16:10:17.297949 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp
- I, [2022-08-26T16:10:17.304082 #1] INFO -- :
- I, [2022-08-26T16:10:17.304227 #1] INFO -- : > cd /var/www/discourse && chown discourse:www-data tmp
- I, [2022-08-26T16:10:17.310725 #1] INFO -- :
- I, [2022-08-26T16:10:17.310878 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp/pids
- I, [2022-08-26T16:10:17.315983 #1] INFO -- :
- I, [2022-08-26T16:10:17.316174 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp/sockets
- I, [2022-08-26T16:10:17.321655 #1] INFO -- :
- I, [2022-08-26T16:10:17.321886 #1] INFO -- : > cd /var/www/discourse && touch tmp/.gitkeep
- I, [2022-08-26T16:10:17.328633 #1] INFO -- :
- I, [2022-08-26T16:10:17.328894 #1] INFO -- : > cd /var/www/discourse && mkdir -p /shared/log/rails
- I, [2022-08-26T16:10:17.335101 #1] INFO -- :
- I, [2022-08-26T16:10:17.335233 #1] INFO -- : > cd /var/www/discourse && bash -c "touch -a /shared/log/rails/{production,production_errors,unicorn.stdout,unicorn.stderr,sidekiq}.log"
- I, [2022-08-26T16:10:17.343272 #1] INFO -- :
- I, [2022-08-26T16:10:17.343474 #1] INFO -- : > cd /var/www/discourse && bash -c "ln -s /shared/log/rails/{production,production_errors,unicorn.stdout,unicorn.stderr,sidekiq}.log /var/www/discourse/log"
- I, [2022-08-26T16:10:17.350421 #1] INFO -- :
- I, [2022-08-26T16:10:17.350589 #1] INFO -- : > cd /var/www/discourse && bash -c "mkdir -p /shared/{uploads,backups}"
- I, [2022-08-26T16:10:17.357415 #1] INFO -- :
- I, [2022-08-26T16:10:17.357582 #1] INFO -- : > cd /var/www/discourse && bash -c "ln -s /shared/{uploads,backups} /var/www/discourse/public"
- I, [2022-08-26T16:10:17.368401 #1] INFO -- :
- I, [2022-08-26T16:10:17.368563 #1] INFO -- : > cd /var/www/discourse && bash -c "mkdir -p /shared/tmp/{backups,restores}"
- I, [2022-08-26T16:10:17.377116 #1] INFO -- :
- I, [2022-08-26T16:10:17.377379 #1] INFO -- : > cd /var/www/discourse && bash -c "ln -s /shared/tmp/{backups,restores} /var/www/discourse/tmp"
- I, [2022-08-26T16:10:17.389067 #1] INFO -- :
- I, [2022-08-26T16:10:17.389256 #1] INFO -- : > cd /var/www/discourse && chown -R discourse:www-data /shared/log/rails /shared/uploads /shared/backups /shared/tmp
- I, [2022-08-26T16:10:17.407554 #1] INFO -- :
- I, [2022-08-26T16:10:17.407842 #1] INFO -- : > cd /var/www/discourse && find public/plugins/ -maxdepth 1 -xtype l -delete
- I, [2022-08-26T16:10:17.419160 #1] INFO -- :
- I, [2022-08-26T16:10:17.419509 #1] INFO -- : Replacing # redis with sv start redis || exit 1 in /etc/service/unicorn/run
- I, [2022-08-26T16:10:17.421853 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/cpradio/discourse-plugin-vb-emoticons.git
- Cloning into 'discourse-plugin-vb-emoticons'...
- I, [2022-08-26T16:10:17.921965 #1] INFO -- :
- I, [2022-08-26T16:10:17.922211 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-bbcode.git
- Cloning into 'discourse-bbcode'...
- I, [2022-08-26T16:10:18.397156 #1] INFO -- :
- I, [2022-08-26T16:10:18.397355 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-bcc.git
- Cloning into 'discourse-bcc'...
- I, [2022-08-26T16:10:18.855839 #1] INFO -- :
- I, [2022-08-26T16:10:18.855988 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-cakeday.git
- Cloning into 'discourse-cakeday'...
- I, [2022-08-26T16:10:19.501974 #1] INFO -- :
- I, [2022-08-26T16:10:19.502228 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-canned-replies.git
- Cloning into 'discourse-canned-replies'...
- I, [2022-08-26T16:10:20.124293 #1] INFO -- :
- I, [2022-08-26T16:10:20.124489 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-chart.git
- Cloning into 'discourse-chart'...
- I, [2022-08-26T16:10:20.625399 #1] INFO -- :
- I, [2022-08-26T16:10:20.625622 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-chat-integration.git
- Cloning into 'discourse-chat-integration'...
- I, [2022-08-26T16:10:21.377401 #1] INFO -- :
- I, [2022-08-26T16:10:21.377561 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-checklist.git
- Cloning into 'discourse-checklist'...
- I, [2022-08-26T16:10:21.894807 #1] INFO -- :
- I, [2022-08-26T16:10:21.895019 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-footnote.git
- Cloning into 'discourse-footnote'...
- I, [2022-08-26T16:10:22.400130 #1] INFO -- :
- I, [2022-08-26T16:10:22.400285 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-group-tracker.git
- Cloning into 'discourse-group-tracker'...
- I, [2022-08-26T16:10:22.863650 #1] INFO -- :
- I, [2022-08-26T16:10:22.863980 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-moderator-attention.git
- Cloning into 'discourse-moderator-attention'...
- I, [2022-08-26T16:10:23.362195 #1] INFO -- :
- I, [2022-08-26T16:10:23.362424 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-push-notifications.git
- Cloning into 'discourse-push-notifications'...
- I, [2022-08-26T16:10:23.883830 #1] INFO -- :
- I, [2022-08-26T16:10:23.884039 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-question-answer.git
- Cloning into 'discourse-question-answer'...
- I, [2022-08-26T16:10:24.452356 #1] INFO -- :
- I, [2022-08-26T16:10:24.452550 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-saved-searches.git
- Cloning into 'discourse-saved-searches'...
- I, [2022-08-26T16:10:24.926329 #1] INFO -- :
- I, [2022-08-26T16:10:24.926553 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-signatures.git
- Cloning into 'discourse-signatures'...
- I, [2022-08-26T16:10:25.369246 #1] INFO -- :
- I, [2022-08-26T16:10:25.369491 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-solved.git
- Cloning into 'discourse-solved'...
- I, [2022-08-26T16:10:25.928510 #1] INFO -- :
- I, [2022-08-26T16:10:25.928698 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-spoiler-alert.git
- Cloning into 'discourse-spoiler-alert'...
- I, [2022-08-26T16:10:26.473335 #1] INFO -- :
- I, [2022-08-26T16:10:26.473538 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-teambuild.git
- Cloning into 'discourse-teambuild'...
- I, [2022-08-26T16:10:27.020439 #1] INFO -- :
- I, [2022-08-26T16:10:27.020592 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-tooltips.git
- Cloning into 'discourse-tooltips'...
- I, [2022-08-26T16:10:27.603901 #1] INFO -- :
- I, [2022-08-26T16:10:27.604101 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-user-notes.git
- Cloning into 'discourse-user-notes'...
- I, [2022-08-26T16:10:28.188519 #1] INFO -- :
- I, [2022-08-26T16:10:28.188713 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-whos-online.git
- Cloning into 'discourse-whos-online'...
- I, [2022-08-26T16:10:28.726306 #1] INFO -- :
- I, [2022-08-26T16:10:28.726520 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/docker_manager.git
- Cloning into 'docker_manager'...
- I, [2022-08-26T16:10:29.827157 #1] INFO -- :
- I, [2022-08-26T16:10:29.827327 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/Ebsy/discourse-nationalflags.git
- Cloning into 'discourse-nationalflags'...
- I, [2022-08-26T16:10:30.320302 #1] INFO -- :
- I, [2022-08-26T16:10:30.320712 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/gdpelican/retort.git
- Cloning into 'retort'...
- I, [2022-08-26T16:10:30.862322 #1] INFO -- :
- I, [2022-08-26T16:10:30.862486 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/paviliondev/discourse-custom-wizard.git
- Cloning into 'discourse-custom-wizard'...
- I, [2022-08-26T16:10:31.895225 #1] INFO -- :
- I, [2022-08-26T16:10:31.895500 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/paviliondev/discourse-events.git
- Cloning into 'discourse-events'...
- I, [2022-08-26T16:10:32.467277 #1] INFO -- :
- I, [2022-08-26T16:10:32.467524 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/paviliondev/discourse-locations.git
- Cloning into 'discourse-locations'...
- I, [2022-08-26T16:10:33.136739 #1] INFO -- :
- I, [2022-08-26T16:10:33.136907 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/paviliondev/discourse-quick-messages.git
- Cloning into 'discourse-quick-messages'...
- I, [2022-08-26T16:10:33.684142 #1] INFO -- :
- I, [2022-08-26T16:10:33.684744 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/paviliondev/discourse-topic-previews.git
- Cloning into 'discourse-topic-previews'...
- I, [2022-08-26T16:10:34.451560 #1] INFO -- :
- I, [2022-08-26T16:10:34.451886 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/procourse/procourse-static-pages.git
- Cloning into 'procourse-static-pages'...
- I, [2022-08-26T16:10:34.929373 #1] INFO -- :
- I, [2022-08-26T16:10:34.929625 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/Rivoq/trust-level-groups.git
- Cloning into 'trust-level-groups'...
- I, [2022-08-26T16:10:35.346754 #1] INFO -- :
- I, [2022-08-26T16:10:35.347208 #1] INFO -- : > cp /var/www/discourse/config/nginx.sample.conf /etc/nginx/conf.d/discourse.conf
- I, [2022-08-26T16:10:35.355323 #1] INFO -- :
- I, [2022-08-26T16:10:35.355618 #1] INFO -- : > rm /etc/nginx/sites-enabled/default
- I, [2022-08-26T16:10:35.360556 #1] INFO -- :
- I, [2022-08-26T16:10:35.360773 #1] INFO -- : > mkdir -p /var/nginx/cache
- I, [2022-08-26T16:10:35.366158 #1] INFO -- :
- I, [2022-08-26T16:10:35.367882 #1] INFO -- : Replacing pid /run/nginx.pid; with daemon off; in /etc/nginx/nginx.conf
- I, [2022-08-26T16:10:35.368332 #1] INFO -- : Replacing (?m-ix:upstream[^\}]+\}) with upstream discourse { server 127.0.0.1:3000; } in /etc/nginx/conf.d/discourse.conf
- I, [2022-08-26T16:10:35.368542 #1] INFO -- : Replacing (?-mix:server_name.+$) with server_name _ ; in /etc/nginx/conf.d/discourse.conf
- I, [2022-08-26T16:10:35.368740 #1] INFO -- : Replacing (?-mix:client_max_body_size.+$) with client_max_body_size $upload_size ; in /etc/nginx/conf.d/discourse.conf
- I, [2022-08-26T16:10:35.368951 #1] INFO -- : Replacing (?-mix:worker_connections.+$) with worker_connections $nginx_worker_connections ; in /etc/nginx/nginx.conf
- I, [2022-08-26T16:10:35.369205 #1] INFO -- : > echo "done configuring web"
- I, [2022-08-26T16:10:35.373731 #1] INFO -- : done configuring web
- I, [2022-08-26T16:10:35.374041 #1] INFO -- : > cd /var/www/discourse && gem install bundler --conservative -v $(awk '/BUNDLED WITH/ { getline; gsub(/ /,""); print $0 }' Gemfile.lock)
- I, [2022-08-26T16:10:36.449801 #1] INFO -- : Successfully installed bundler-2.3.18
- 1 gem installed
- I, [2022-08-26T16:10:36.449975 #1] INFO -- : > cd /var/www/discourse && find /var/www/discourse ! -user discourse -exec chown discourse {} \+
- I, [2022-08-26T16:10:44.002782 #1] INFO -- :
- I, [2022-08-26T16:10:44.003248 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'bundle install --deployment --retry 3 --jobs 4 --verbose --without test development'
- [DEPRECATED] The `--deployment` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set --local deployment 'true'`, and stop using this flag
- [DEPRECATED] The `--without` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set --local without 'test development'`, and stop using this flag
- I, [2022-08-26T16:10:55.127220 #1] INFO -- : Running `bundle install --deployment --jobs 4 --retry 3 --verbose --without "test" "development"` with bundler 2.3.18
- Frozen, using resolution from the lockfile
- The definition is missing ["omniauth-1.9.2", "sidekiq-6.5.5", "addressable-2.8.1", "puma-5.6.5", "stackprof-0.2.21", "msgpack-1.5.6", "minitest-5.16.3", "public_suffix-5.0.0"]
- HTTP GET https://index.rubygems.org/versions
- HTTP 206 Partial Content https://index.rubygems.org/versions
- Fetching gem metadata from https://rubygems.org/
- Looking up gems ["actionmailer", "actionpack", "actionview", "actionview_precompiler", "active_model_serializers", "activejob", "activemodel", "activerecord", "activesupport", "addressable", "annotate", "ast", "aws-eventstream", "aws-partitions", "aws-sdk-core", "aws-sdk-kms", "aws-sdk-s3", "aws-sdk-sns", "aws-sigv4", "barber", "better_errors", "binding_of_caller", "bootsnap", "builder", "bullet", "byebug", "cbor", "certified", "chunky_png", "coderay", "colored2", "concurrent-ruby", "connection_pool", "cose", "cppjieba_rb", "crack", "crass", "css_parser", "debug_inspector", "diff-lcs", "diffy", "digest", "discourse-ember-rails", "discourse-ember-source", "discourse-fonts", "discourse_dev_assets", "docile", "ecma-re-validator", "email_reply_trimmer", "ember-data-source", "ember-handlebars-template", "ember-source", "erubi", "excon", "execjs", "exifr", "fabrication", "faker", "fakeweb", "faraday", "faraday-em_http", "faraday-em_synchrony", "faraday-excon", "faraday-httpclient", "faraday-multipart", "faraday-net_http", "faraday-net_http_persistent", "faraday-patron", "faraday-rack", "faraday-retry", "fast_blank", "fast_xs", "fastimage", "ffi", "fspath", "gc_tracer", "globalid", "guess_html_encoding", "hana", "hashdiff", "hashie", "highline", "hkdf", "htmlentities", "http_accept_language", "i18n", "image_optim", "image_size", "in_threads", "jmespath", "jquery-rails", "json", "json-schema", "json_schemer", "jwt", "kgio", "libv8-node", "listen", "literate_randomizer", "lograge", "logstash-event", "logstash-logger", "logster", "loofah", "lru_redux", "lz4-ruby", "maxminddb", "memory_profiler", "message_bus", "method_source", "mini_mime", "mini_portile2", "mini_racer", "mini_scheduler", "mini_sql", "mini_suffix", "minitest", "mocha", "msgpack", "multi_json", "multi_xml", "multipart-post", "mustache", "net-http", "net-imap", "net-pop", "net-protocol", "net-smtp", "nio4r", "nokogiri", "oauth", "oauth2", "oj", "omniauth", "omniauth-facebook", "omniauth-github", "omniauth-google-oauth2", "omniauth-oauth", "omniauth-oauth2", "omniauth-twitter", "openssl", "openssl-signature_algorithm", "optimist", "parallel", "parallel_tests", "parser", "pg", "progress", "pry", "pry-byebug", "pry-rails", "public_suffix", "puma", "r2", "racc", "rack", "rack-mini-profiler", "rack-protection", "rack-test", "rails-dom-testing", "rails-html-sanitizer", "rails_failover", "rails_multisite", "railties", "rainbow", "raindrops", "rake", "rb-fsevent", "rb-inotify", "rbtrace", "rchardet", "redis", "redis-namespace", "regexp_parser", "request_store", "rexml", "rinku", "rotp", "rqrcode", "rqrcode_core", "rspec", "rspec-core", "rspec-expectations", "rspec-html-matchers", "rspec-mocks", "rspec-rails", "rspec-support", "rss", "rswag-specs", "rubocop", "rubocop-ast", "rubocop-rspec", "ruby-prof", "ruby-progressbar", "ruby-readability", "ruby2_keywords", "rubyzip", "sanitize", "sassc", "sassc-rails", "seed-fu", "shoulda-matchers", "sidekiq", "simplecov", "simplecov-html", "simplecov_json_formatter", "sprockets", "sprockets-rails", "sshkey", "stackprof", "strscan", "test-prof", "thor", "tilt", "timeout", "tzinfo", "uglifier", "unf", "unf_ext", "unicode-display_width", "unicorn", "uniform_notifier", "uri", "uri_template", "webmock", "webpush", "xorcist", "yaml-lint", "zeitwerk"]
- HTTP GET https://index.rubygems.org/info/addressable
- HTTP GET https://index.rubygems.org/info/aws-partitions
- HTTP GET https://index.rubygems.org/info/aws-sdk-core
- HTTP GET https://index.rubygems.org/info/aws-sdk-sns
- HTTP 206 Partial Content https://index.rubygems.org/info/addressable
- HTTP GET https://index.rubygems.org/info/faraday
- HTTP 206 Partial Content https://index.rubygems.org/info/faraday
- HTTP GET https://index.rubygems.org/info/jwt
- HTTP GET https://index.rubygems.org/info/logster
- HTTP 206 Partial Content https://index.rubygems.org/info/aws-sdk-sns
- HTTP 206 Partial Content https://index.rubygems.org/info/aws-sdk-core
- HTTP 206 Partial Content https://index.rubygems.org/info/jwt
- HTTP 206 Partial Content https://index.rubygems.org/info/aws-partitions
- HTTP GET https://index.rubygems.org/info/msgpack
- HTTP GET https://index.rubygems.org/info/oj
- HTTP GET https://index.rubygems.org/info/oauth2
- HTTP GET https://index.rubygems.org/info/oauth
- HTTP GET https://index.rubygems.org/info/omniauth
- HTTP 206 Partial Content https://index.rubygems.org/info/logster
- HTTP 206 Partial Content https://index.rubygems.org/info/oauth2
- HTTP 206 Partial Content https://index.rubygems.org/info/oj
- HTTP 206 Partial Content https://index.rubygems.org/info/oauth
- HTTP 206 Partial Content https://index.rubygems.org/info/msgpack
- HTTP GET https://index.rubygems.org/info/puma
- HTTP GET https://index.rubygems.org/info/redis
- HTTP 206 Partial Content https://index.rubygems.org/info/puma
- HTTP 206 Partial Content https://index.rubygems.org/info/redis
- HTTP GET https://index.rubygems.org/info/rubocop
- HTTP 206 Partial Content https://index.rubygems.org/info/omniauth
- HTTP 206 Partial Content https://index.rubygems.org/info/rubocop
- HTTP GET https://index.rubygems.org/info/sidekiq
- HTTP 206 Partial Content https://index.rubygems.org/info/sidekiq
- HTTP GET https://index.rubygems.org/info/stackprof
- HTTP GET https://index.rubygems.org/info/webmock
- HTTP 206 Partial Content https://index.rubygems.org/info/stackprof
- HTTP 206 Partial Content https://index.rubygems.org/info/webmock
- Looking up gems ["activemodel-globalid", "bcrypt-ruby", "mail", "text-format", "jsonapi", "case_transform", "jsonapi-renderer", "erubis", "rails-deprecated_sanitizer", "rack-mount", "rack-cache", "journey", "memcache-client", "thread_safe", "arel", "activerecord-deprecated_finders", "aws-crt", "rouge", "ember-template-compiler-source", "handlebars-source", "snappy", "columnize", "debugger-linecache", "slop", "rb-readline", "functional-ruby", "ref", "safe_yaml", "rdoc", "pastel", "tty-pager", "tty-screen", "tty-tree", "rcov", "httpclient", "net-http-persistent", "patron", "rake-compiler", "rb-appscript", "xattr", "ffi-xattr", "termios", "json_pure", "rdf", "rails", "stud", "rb-fchange", "rb-kqueue", "celluloid", "celluloid-io", "ruby_dep", "jamespath", "http-2", "eventmachine", "thin", "ruby_parser", "metaclass", "net-ftp", "libv8", "hoe", "io-wait", "weakling", "mini_portile", "pkg-config", "ipaddr", "bigdecimal", "sexp_processor", "win32console", "yard", "spoon", "pry-doc", "faraday-middleware", "httpauth", "rash_alt", "version_gem", "ruby-hmac", "escape_utils", "rack-ssl", "trollop", "base32", "webrat", "rspec-collection_matchers", "redis-client", "hpricot", "nokogumbo", "bourne", "bundler", "sass", "lockfile", "hike", "term-ansicolor", "backports", "powerpack", "astrolabe", "tins", "jaro_winkler", "psych", "oa-core", "oa-oauth", "oa-openid", "oa-basic", "oa-enterprise", "oa-more", "therubyracer", "compass", "sprockets-sass", "sinatra", "slim"]
- HTTP GET https://index.rubygems.org/info/hoe
- HTTP GET https://index.rubygems.org/info/redis-client
- HTTP GET https://index.rubygems.org/info/bundler
- HTTP 206 Partial Content https://index.rubygems.org/info/hoe
- HTTP 200 OK https://index.rubygems.org/info/redis-client
- HTTP 206 Partial Content https://index.rubygems.org/info/bundler
- Looking up gems ["text-hyphen", "bcrypt", "mime-types", "treetop", "tlsmail", "jsonapi-parser", "abstract", "multimap", "ZenTest", "RubyInline", "atomic", "snappy-jars", "ruby_core_source", "debugger-ruby_core_source", "tty-which", "verse", "strings", "equatable", "tty-color", "spruz", "timers", "facter", "celluloid-essentials", "celluloid-extras", "celluloid-fsm", "celluloid-pool", "celluloid-supervision", "dotenv", "nenv", "rspec-logsplit", "link_header", "hamster", "metriks", "win32-api", "activeresource", "actionwebservice", "actioncable", "activestorage", "actionmailbox", "actiontext", "ParseTree", "daemons", "time", "webrick", "curses", "sass-listen", "jar-dependencies", "stringio", "sync", "restclient", "rest-client", "net-ldap", "rubyntlm", "pyu-ruby-sasl", "uuid", "XMLCanonicalizer", "rack-openid", "ruby-openid-apps-discovery", "rubyforge", "gemcutter", "haml", "fssm", "compass-core", "compass-import-once", "temple", "sprockets-helpers", "mongrel", "mustermann"]
- HTTP GET https://index.rubygems.org/info/haml
- HTTP 206 Partial Content https://index.rubygems.org/info/haml
- Looking up gems ["mime-types-data", "facets", "polyglot", "archive-tar-minitar", "unicode_utils", "strings-ansi", "hitimes", "CFPropertyList", "sys-admin", "win32-dir", "windows-api", "windows-pr", "win32-security", "hocon", "celluloid-gems", "coveralls", "dotenv-deployment", "test-unit", "rbtree", "faraday_middleware", "yajl-ruby", "avl_tree", "coffee-rails", "em-hiredis", "faye-websocket", "websocket-driver", "rails-observers", "activemodel-serializers-xml", "marcel", "mimemagic", "date", "SexpProcessor", "ruby-maven", "netrc", "http-cookie", "http-accept", "log4r", "ruby-openid", "net-scp", "macaddr", "cgi_multipart_eof_fix", "fastthread", "gem_plugin", "tool"]
- Looking up gems ["minitar", "minitar-cli", "configuration", "mkrf", "ffi-win32-extensions", "libxml-ruby", "colorize", "power_assert", "coffee-script", "hiredis", "websocket-extensions", "roauth", "maven-tools", "ruby-maven-libs", "domain_name", "sqlite3", "ruby-yadis", "systemu", "net-ssh"]
- Looking up gems ["powerbar", "pattern-match", "coffee-script-source", "needle", "jruby-pageant", "bcrypt_pbkdf", "rbnacl", "rbnacl-libsodium", "virtus"]
- Looking up gems ["ansi", "descendants_tracker", "axiom-types", "coercible", "equalizer"]
- Looking up gems ["ice_nine", "adamantium"]
- Looking up gems ["memoizable"]
- Using rake 13.0.6
- 0: rake (13.0.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rake-13.0.6.gemspec
- Using concurrent-ruby 1.1.10
- 0: concurrent-ruby (1.1.10) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/concurrent-ruby-1.1.10.gemspec
- Fetching minitest 5.16.3
- Using builder 3.2.4
- 1: builder (3.2.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/builder-3.2.4.gemspec
- Using erubi 1.11.0
- 1: erubi (1.11.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/erubi-1.11.0.gemspec
- Using racc 1.6.0
- 1: racc (1.6.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/racc-1.6.0.gemspec
- Using crass 1.0.6
- 1: crass (1.0.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/crass-1.0.6.gemspec
- Using rack 2.2.4
- 1: rack (2.2.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-2.2.4.gemspec
- Using mini_mime 1.1.2
- 1: mini_mime (1.1.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_mime-1.1.2.gemspec
- Using digest 3.1.0
- 1: digest (3.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/digest-3.1.0.gemspec
- Using timeout 0.3.0
- 1: timeout (0.3.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/timeout-0.3.0.gemspec
- Using strscan 3.0.4
- 1: strscan (3.0.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/strscan-3.0.4.gemspec
- Fetching public_suffix 5.0.0
- Using aws-partitions 1.583.0
- Using aws-eventstream 1.2.0
- 3: aws-partitions (1.583.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-partitions-1.583.0.gemspec
- Using jmespath 1.6.1
- 2: aws-eventstream (1.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-eventstream-1.2.0.gemspec
- 3: jmespath (1.6.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/jmespath-1.6.1.gemspec
- Using ember-source 2.18.2
- 3: ember-source (2.18.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ember-source-2.18.2.gemspec
- Using execjs 2.8.1
- 3: execjs (2.8.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/execjs-2.8.1.gemspec
- Using bundler 2.3.18
- 2: bundler (2.3.18) from /usr/local/lib/ruby/gems/2.7.0/specifications/bundler-2.3.18.gemspec
- Fetching msgpack 1.5.6
- Using byebug 11.1.3
- 2: byebug (11.1.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/byebug-11.1.3.gemspec
- Using cbor 0.5.9.6
- 2: cbor (0.5.9.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/cbor-0.5.9.6.gemspec
- Using chunky_png 1.4.0
- 2: chunky_png (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/chunky_png-1.4.0.gemspec
- Using coderay 1.1.3
- 2: coderay (1.1.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/coderay-1.1.3.gemspec
- Using colored2 3.1.2
- 2: colored2 (3.1.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/colored2-3.1.2.gemspec
- Using connection_pool 2.2.5
- 2: connection_pool (2.2.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/connection_pool-2.2.5.gemspec
- Using openssl 3.0.0
- 2: openssl (3.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/openssl-3.0.0.gemspec
- Using cppjieba_rb 0.4.2
- 2: cppjieba_rb (0.4.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/cppjieba_rb-0.4.2.gemspec
- Using diffy 3.4.2
- 2: diffy (3.4.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/diffy-3.4.2.gemspec
- Using method_source 1.0.0
- 2: method_source (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/method_source-1.0.0.gemspec
- Using thor 1.2.1
- 2: thor (1.2.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/thor-1.2.1.gemspec
- Using zeitwerk 2.6.0
- 2: zeitwerk (2.6.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/zeitwerk-2.6.0.gemspec
- Using discourse-ember-source 3.12.2.3
- 2: discourse-ember-source (3.12.2.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/discourse-ember-source-3.12.2.3.gemspec
- Using discourse-fonts 0.0.9
- 2: discourse-fonts (0.0.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/discourse-fonts-0.0.9.gemspec
- Using regexp_parser 2.5.0
- 2: regexp_parser (2.5.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/regexp_parser-2.5.0.gemspec
- Using email_reply_trimmer 0.1.13
- 2: email_reply_trimmer (0.1.13) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/email_reply_trimmer-0.1.13.gemspec
- Using excon 0.92.4
- 2: excon (0.92.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/excon-0.92.4.gemspec
- Using exifr 1.3.9
- 2: exifr (1.3.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/exifr-1.3.9.gemspec
- Using faraday-em_http 1.0.0
- 2: faraday-em_http (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-em_http-1.0.0.gemspec
- Using faraday-em_synchrony 1.0.0
- 2: faraday-em_synchrony (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-em_synchrony-1.0.0.gemspec
- Using faraday-excon 1.1.0
- 2: faraday-excon (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-excon-1.1.0.gemspec
- Using faraday-httpclient 1.0.1
- 2: faraday-httpclient (1.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-httpclient-1.0.1.gemspec
- Using multipart-post 2.2.3
- 2: multipart-post (2.2.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/multipart-post-2.2.3.gemspec
- Using faraday-net_http 1.0.1
- 2: faraday-net_http (1.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-net_http-1.0.1.gemspec
- Using faraday-net_http_persistent 1.2.0
- 2: faraday-net_http_persistent (1.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-net_http_persistent-1.2.0.gemspec
- Using faraday-patron 1.0.0
- 2: faraday-patron (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-patron-1.0.0.gemspec
- Using faraday-rack 1.0.0
- 2: faraday-rack (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-rack-1.0.0.gemspec
- Using faraday-retry 1.0.3
- 2: faraday-retry (1.0.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-retry-1.0.3.gemspec
- Using ruby2_keywords 0.0.5
- 2: ruby2_keywords (0.0.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ruby2_keywords-0.0.5.gemspec
- Using fast_blank 1.0.1
- 2: fast_blank (1.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fast_blank-1.0.1.gemspec
- Using fast_xs 0.8.0
- 2: fast_xs (0.8.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fast_xs-0.8.0.gemspec
- Using fastimage 2.2.6
- 2: fastimage (2.2.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fastimage-2.2.6.gemspec
- Using ffi 1.15.5
- 2: ffi (1.15.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ffi-1.15.5.gemspec
- Using fspath 3.1.2
- 2: fspath (3.1.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fspath-3.1.2.gemspec
- Using gc_tracer 1.5.1
- 2: gc_tracer (1.5.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/gc_tracer-1.5.1.gemspec
- Using guess_html_encoding 0.0.11
- 2: guess_html_encoding (0.0.11) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/guess_html_encoding-0.0.11.gemspec
- Using hana 1.3.7
- 2: hana (1.3.7) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/hana-1.3.7.gemspec
- Using hashie 5.0.0
- 2: hashie (5.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/hashie-5.0.0.gemspec
- Using highline 2.0.3
- 2: highline (2.0.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/highline-2.0.3.gemspec
- Using hkdf 0.3.0
- 2: hkdf (0.3.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/hkdf-0.3.0.gemspec
- Using htmlentities 4.3.4
- 2: htmlentities (4.3.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/htmlentities-4.3.4.gemspec
- Using http_accept_language 2.1.1
- 2: http_accept_language (2.1.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/http_accept_language-2.1.1.gemspec
- Using image_size 3.0.2
- 2: image_size (3.0.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/image_size-3.0.2.gemspec
- Using in_threads 1.6.0
- 2: in_threads (1.6.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/in_threads-1.6.0.gemspec
- Using progress 3.6.0
- 2: progress (3.6.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/progress-3.6.0.gemspec
- Using json 2.6.2
- 2: json (2.6.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/json-2.6.2.gemspec
- Using uri_template 0.7.0
- 2: uri_template (0.7.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/uri_template-0.7.0.gemspec
- Using jwt 2.4.1
- 2: jwt (2.4.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/jwt-2.4.1.gemspec
- Using kgio 2.11.4
- 2: kgio (2.11.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/kgio-2.11.4.gemspec
- Using libv8-node 16.10.0.0 (x86_64-linux)
- 2: libv8-node (16.10.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/libv8-node-16.10.0.0-x86_64-linux.gemspec
- Using logstash-event 1.2.02
- 2: logstash-event (1.2.02) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/logstash-event-1.2.02.gemspec
- Using logster 2.11.2
- 2: logster (2.11.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/logster-2.11.2.gemspec
- Using lru_redux 1.1.0
- 2: lru_redux (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/lru_redux-1.1.0.gemspec
- Using lz4-ruby 0.3.3
- 2: lz4-ruby (0.3.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/lz4-ruby-0.3.3.gemspec
- Using maxminddb 0.1.22
- 2: maxminddb (0.1.22) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/maxminddb-0.1.22.gemspec
- Using memory_profiler 1.0.0
- 2: memory_profiler (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/memory_profiler-1.0.0.gemspec
- Using redis 4.7.1
- 2: redis (4.7.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/redis-4.7.1.gemspec
- Using mini_sql 1.4.0
- 2: mini_sql (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_sql-1.4.0.gemspec
- Using multi_json 1.15.0
- 2: multi_json (1.15.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/multi_json-1.15.0.gemspec
- Using multi_xml 0.6.0
- 2: multi_xml (0.6.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/multi_xml-0.6.0.gemspec
- Using mustache 1.1.1
- 2: mustache (1.1.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mustache-1.1.1.gemspec
- Using uri 0.11.0
- 2: uri (0.11.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/uri-0.11.0.gemspec
- Using nio4r 2.5.8
- 2: nio4r (2.5.8) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/nio4r-2.5.8.gemspec
- Using oauth 0.5.10
- 2: oauth (0.5.10) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/oauth-0.5.10.gemspec
- Using oj 3.13.14
- 2: oj (3.13.14) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/oj-3.13.14.gemspec
- Installing public_suffix 5.0.0
- Using optimist 3.0.1
- 2: optimist (3.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/optimist-3.0.1.gemspec
- Using pg 1.4.3
- 2: pg (1.4.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pg-1.4.3.gemspec
- Using r2 0.2.7
- 2: r2 (0.2.7) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/r2-0.2.7.gemspec
- Using raindrops 0.20.0
- 2: raindrops (0.20.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/raindrops-0.20.0.gemspec
- Using rchardet 1.8.0
- 2: rchardet (1.8.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rchardet-1.8.0.gemspec
- Using rexml 3.2.5
- 2: rexml (3.2.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rexml-3.2.5.gemspec
- Using rinku 2.0.6
- 2: rinku (2.0.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rinku-2.0.6.gemspec
- Using rotp 6.2.0
- 2: rotp (6.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rotp-6.2.0.gemspec
- Using rqrcode_core 1.2.0
- 2: rqrcode_core (1.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rqrcode_core-1.2.0.gemspec
- Using rubyzip 2.3.2
- Installing minitest 5.16.3
- 2: rubyzip (2.3.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rubyzip-2.3.2.gemspec
- Using tilt 2.0.11
- 2: tilt (2.0.11) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/tilt-2.0.11.gemspec
- Using sshkey 2.0.0
- 2: sshkey (2.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sshkey-2.0.0.gemspec
- Fetching stackprof 0.2.21
- Installing msgpack 1.5.6 with native extensions
- 0: minitest (5.16.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/minitest-5.16.3.gemspec
- Using unf_ext 0.0.8.2
- 0: unf_ext (0.0.8.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/unf_ext-0.0.8.2.gemspec
- Using xorcist 1.1.3
- 0: xorcist (1.1.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/xorcist-1.1.3.gemspec
- Using i18n 1.12.0
- 0: i18n (1.12.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/i18n-1.12.0.gemspec
- Using tzinfo 2.0.5
- 0: tzinfo (2.0.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/tzinfo-2.0.5.gemspec
- Using nokogiri 1.13.8 (x86_64-linux)
- 0: nokogiri (1.13.8) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/nokogiri-1.13.8-x86_64-linux.gemspec
- Using rack-test 2.0.2
- 0: rack-test (2.0.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-test-2.0.2.gemspec
- Using mail 2.8.0.edge from https://github.com/discourse/mail.git (at main@5b700fc)
- 0: mail (2.8.0.edge) from /var/www/discourse/vendor/bundle/ruby/2.7.0/bundler/gems/mail-5b700fc95ee6/mail.gemspec
- Using net-protocol 0.1.3
- 0: net-protocol (0.1.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/net-protocol-0.1.3.gemspec
- Using sprockets 3.7.2
- 0: sprockets (3.7.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sprockets-3.7.2.gemspec
- Using request_store 1.5.1
- 0: request_store (1.5.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/request_store-1.5.1.gemspec
- Using message_bus 4.2.0
- 0: message_bus (4.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/message_bus-4.2.0.gemspec
- Using rack-mini-profiler 3.0.0
- 0: rack-mini-profiler (3.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-mini-profiler-3.0.0.gemspec
- Using rack-protection 2.2.2
- 0: rack-protection (2.2.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-protection-2.2.2.gemspec
- Using aws-sigv4 1.5.0
- 0: aws-sigv4 (1.5.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sigv4-1.5.0.gemspec
- Using barber 0.12.2
- 0: barber (0.12.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/barber-0.12.2.gemspec
- Using ember-data-source 3.0.2
- 0: ember-data-source (3.0.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ember-data-source-3.0.2.gemspec
- Using uglifier 4.2.0
- 0: uglifier (4.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/uglifier-4.2.0.gemspec
- Using openssl-signature_algorithm 1.2.1
- 0: openssl-signature_algorithm (1.2.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/openssl-signature_algorithm-1.2.1.gemspec
- Using pry 0.14.1
- 0: pry (0.14.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pry-0.14.1.gemspec
- Using ecma-re-validator 0.4.0
- 0: ecma-re-validator (0.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ecma-re-validator-0.4.0.gemspec
- Using faraday-multipart 1.0.4
- 0: faraday-multipart (1.0.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-multipart-1.0.4.gemspec
- Using mini_suffix 0.3.3
- 1: public_suffix (5.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/public_suffix-5.0.0.gemspec
- 0: mini_suffix (0.3.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_suffix-0.3.3.gemspec
- Fetching omniauth 1.9.2
- Using sassc 2.0.1
- 1: sassc (2.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sassc-2.0.1.gemspec
- Installing stackprof 0.2.21 with native extensions
- Using image_optim 0.31.1
- 1: image_optim (0.31.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/image_optim-0.31.1.gemspec
- Using webpush 1.1.0
- 1: webpush (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/webpush-1.1.0.gemspec
- Using logstash-logger 0.26.1
- 1: logstash-logger (0.26.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/logstash-logger-0.26.1.gemspec
- Using mini_racer 0.6.3
- 1: mini_racer (0.6.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_racer-0.6.3.gemspec
- Fetching sidekiq 6.5.5
- Building native extensions. This could take a while...
- Building native extensions. This could take a while...
- Installing omniauth 1.9.2
- 0: omniauth (1.9.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-1.9.2.gemspec
- Using net-http 0.2.2
- 0: net-http (0.2.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/net-http-0.2.2.gemspec
- Fetching puma 5.6.5
- Installing puma 5.6.5 with native extensions
- Installing sidekiq 6.5.5
- Building native extensions. This could take a while...
- 1: sidekiq (6.5.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sidekiq-6.5.5.gemspec
- Using redis-namespace 1.9.0
- 1: redis-namespace (1.9.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/redis-namespace-1.9.0.gemspec
- Using rqrcode 2.1.2
- 1: rqrcode (2.1.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rqrcode-2.1.2.gemspec
- Using rss 0.2.9
- 1: rss (0.2.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rss-0.2.9.gemspec
- Using unicorn 6.1.0
- 1: unicorn (6.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/unicorn-6.1.0.gemspec
- Using unf 0.1.4
- 1: unf (0.1.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/unf-0.1.4.gemspec
- Using activesupport 7.0.3.1
- 1: activesupport (7.0.3.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activesupport-7.0.3.1.gemspec
- Using loofah 2.18.0
- 1: loofah (2.18.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/loofah-2.18.0.gemspec
- Using ruby-readability 0.7.0
- 1: ruby-readability (0.7.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ruby-readability-0.7.0.gemspec
- Using sanitize 6.0.0
- 1: sanitize (6.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sanitize-6.0.0.gemspec
- Using net-imap 0.2.3
- 1: net-imap (0.2.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/net-imap-0.2.3.gemspec
- Using net-pop 0.1.1
- 1: net-pop (0.1.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/net-pop-0.1.1.gemspec
- Using net-smtp 0.3.1
- 1: net-smtp (0.3.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/net-smtp-0.3.1.gemspec
- Using aws-sdk-core 3.130.2
- 1: aws-sdk-core (3.130.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-core-3.130.2.gemspec
- Using cose 1.2.1
- 1: cose (1.2.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/cose-1.2.1.gemspec
- Using ember-handlebars-template 0.8.0
- 1: ember-handlebars-template (0.8.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ember-handlebars-template-0.8.0.gemspec
- Using faraday 1.10.0
- 1: faraday (1.10.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-1.10.0.gemspec
- Using json_schemer 0.2.21
- 1: json_schemer (0.2.21) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/json_schemer-0.2.21.gemspec
- Using pry-byebug 3.10.1
- 1: pry-byebug (3.10.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pry-byebug-3.10.1.gemspec
- Using pry-rails 0.3.9
- 1: pry-rails (0.3.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pry-rails-0.3.9.gemspec
- Fetching addressable 2.8.1
- Installing addressable 2.8.1
- 1: addressable (2.8.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/addressable-2.8.1.gemspec
- Using omniauth-oauth 1.2.0
- 1: omniauth-oauth (1.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-oauth-1.2.0.gemspec
- Using mini_scheduler 0.14.0
- 1: mini_scheduler (0.14.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_scheduler-0.14.0.gemspec
- Using rails-dom-testing 2.0.3
- 1: rails-dom-testing (2.0.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails-dom-testing-2.0.3.gemspec
- Using globalid 1.0.0
- 1: globalid (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/globalid-1.0.0.gemspec
- Using activemodel 7.0.3.1
- 1: activemodel (7.0.3.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activemodel-7.0.3.1.gemspec
- Using rails-html-sanitizer 1.4.3
- 1: rails-html-sanitizer (1.4.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails-html-sanitizer-1.4.3.gemspec
- Using aws-sdk-kms 1.56.0
- 1: aws-sdk-kms (1.56.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-kms-1.56.0.gemspec
- Using aws-sdk-sns 1.53.0
- 1: aws-sdk-sns (1.53.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-sns-1.53.0.gemspec
- Using oauth2 1.4.7
- 1: oauth2 (1.4.7) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/oauth2-1.4.7.gemspec
- Using css_parser 1.11.0
- 1: css_parser (1.11.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/css_parser-1.11.0.gemspec
- Using omniauth-twitter 1.4.0
- 1: omniauth-twitter (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-twitter-1.4.0.gemspec
- Using actionview 7.0.3.1
- 1: actionview (7.0.3.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionview-7.0.3.1.gemspec
- Using activejob 7.0.3.1
- 1: activejob (7.0.3.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activejob-7.0.3.1.gemspec
- Using active_model_serializers 0.8.4
- 1: active_model_serializers (0.8.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/active_model_serializers-0.8.4.gemspec
- Using activerecord 7.0.3.1
- 1: activerecord (7.0.3.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activerecord-7.0.3.1.gemspec
- Using aws-sdk-s3 1.114.0
- 1: aws-sdk-s3 (1.114.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-s3-1.114.0.gemspec
- Using omniauth-oauth2 1.7.2
- 1: omniauth-oauth2 (1.7.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-oauth2-1.7.2.gemspec
- Using actionpack 7.0.3.1
- 1: actionpack (7.0.3.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionpack-7.0.3.1.gemspec
- Using actionview_precompiler 0.2.3
- 1: actionview_precompiler (0.2.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionview_precompiler-0.2.3.gemspec
- Using seed-fu 2.3.9
- 1: seed-fu (2.3.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/seed-fu-2.3.9.gemspec
- Using actionmailer 7.0.3.1
- 1: actionmailer (7.0.3.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionmailer-7.0.3.1.gemspec
- Using railties 7.0.3.1
- 1: railties (7.0.3.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/railties-7.0.3.1.gemspec
- Using omniauth-facebook 9.0.0
- 1: omniauth-facebook (9.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-facebook-9.0.0.gemspec
- Using omniauth-github 1.4.0
- 1: omniauth-github (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-github-1.4.0.gemspec
- Using omniauth-google-oauth2 0.8.2
- 1: omniauth-google-oauth2 (0.8.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-google-oauth2-0.8.2.gemspec
- Using sprockets-rails 3.4.2
- 1: sprockets-rails (3.4.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sprockets-rails-3.4.2.gemspec
- Using jquery-rails 4.5.0
- 1: jquery-rails (4.5.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/jquery-rails-4.5.0.gemspec
- Using lograge 0.12.0
- 1: lograge (0.12.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/lograge-0.12.0.gemspec
- Using rails_failover 0.8.1
- 1: rails_failover (0.8.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails_failover-0.8.1.gemspec
- Using rails_multisite 4.0.1
- 1: rails_multisite (4.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails_multisite-4.0.1.gemspec
- Using discourse-ember-rails 0.18.6
- 1: discourse-ember-rails (0.18.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/discourse-ember-rails-0.18.6.gemspec
- Using sassc-rails 2.1.2
- 1: sassc-rails (2.1.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sassc-rails-2.1.2.gemspec
- 2: stackprof (0.2.21) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/stackprof-0.2.21.gemspec
- 0: puma (5.6.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/puma-5.6.5.gemspec
- 3: msgpack (1.5.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/msgpack-1.5.6.gemspec
- Using rbtrace 0.4.14
- 2: rbtrace (0.4.14) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rbtrace-0.4.14.gemspec
- Using bootsnap 1.13.0
- 1: bootsnap (1.13.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/bootsnap-1.13.0.gemspec
- Bundle complete! 126 Gemfile dependencies, 183 gems now installed.
- Gems in the groups 'test' and 'development' were not installed.
- Bundled gems are installed into `./vendor/bundle`
- I, [2022-08-26T16:10:55.127646 #1] INFO -- : > cd /var/www/discourse && [ ! -d 'node_modules' ] || su discourse -c 'yarn install --production --frozen-lockfile && yarn cache clean'
- I, [2022-08-26T16:11:54.636663 #1] INFO -- : yarn install v1.22.19
- [1/5] Validating package.json...
- [2/5] Resolving packages...
- success Already up-to-date.
- $ 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 54.43s.
- Done in 55.21s.
- yarn cache v1.22.19
- success Cleared cache.
- Done in 3.46s.
- I, [2022-08-26T16:11:54.637290 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'LOAD_PLUGINS=0 bundle exec rake plugin:pull_compatible_all'
- I, [2022-08-26T16:11:57.493849 #1] INFO -- : discourse-question-answer is already at latest compatible version
- discourse-bcc is already at latest compatible version
- docker_manager is already at latest compatible version
- discourse-topic-previews is already at latest compatible version
- discourse-plugin-vb-emoticons is already at latest compatible version
- discourse-teambuild is already at latest compatible version
- discourse-user-notes is already at latest compatible version
- discourse-group-tracker is already at latest compatible version
- discourse-cakeday is already at latest compatible version
- procourse-static-pages is already at latest compatible version
- discourse-nationalflags is already at latest compatible version
- discourse-chart is already at latest compatible version
- discourse-events is already at latest compatible version
- trust-level-groups is already at latest compatible version
- discourse-solved is already at latest compatible version
- discourse-tooltips is already at latest compatible version
- discourse-signatures is already at latest compatible version
- discourse-custom-wizard is already at latest compatible version
- discourse-bbcode is already at latest compatible version
- discourse-quick-messages is already at latest compatible version
- discourse-footnote is already at latest compatible version
- discourse-chat-integration is already at latest compatible version
- discourse-canned-replies is already at latest compatible version
- discourse-locations is already at latest compatible version
- retort is already at latest compatible version
- discourse-moderator-attention is already at latest compatible version
- discourse-whos-online is already at latest compatible version
- discourse-checklist is already at latest compatible version
- discourse-saved-searches is already at latest compatible version
- discourse-spoiler-alert is already at latest compatible version
- discourse-push-notifications is already at latest compatible version
- I, [2022-08-26T16:11:57.494343 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate'
- 2022-08-26 16:12:16.213 UTC [1157] discourse@discourse LOG: duration: 110.840 ms statement: SELECT a.attname, format_type(a.atttypid, a.atttypmod),
- pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,
- c.collname, col_description(a.attrelid, a.attnum) AS comment,
- attgenerated as attgenerated
- FROM pg_attribute a
- LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum
- LEFT JOIN pg_type t ON a.atttypid = t.oid
- LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation
- WHERE a.attrelid = '"translation_overrides"'::regclass
- AND a.attnum > 0 AND NOT a.attisdropped
- ORDER BY a.attnum
- 2022-08-26 16:12:18.324 UTC [1159] discourse@discourse ERROR: cannot extract elements from a scalar
- 2022-08-26 16:12:18.324 UTC [1159] discourse@discourse STATEMENT: INSERT INTO question_answer_votes (post_id, user_id, created_at)
- SELECT
- X.post_id AS post_id,
- (X.value->>'user_id')::int AS user_id,
- (X.value->>'created_at')::timestamp AS created_at
- FROM (
- SELECT
- post_id,
- jsonb_array_elements(value::jsonb) AS value
- FROM post_custom_fields WHERE name = 'vote_history'
- ) AS X
- WHERE (X.value->>'action') != 'destroy'
- ORDER BY (X.value->>'created_at')::timestamp DESC
- ON CONFLICT DO NOTHING
- rake aborted!
- StandardError: An error has occurred, this and all later migrations canceled:
- PG::InvalidParameterValue: ERROR: cannot extract elements from a scalar
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rack-mini-profiler-3.0.0/lib/patches/db/pg.rb:110:in `exec'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rack-mini-profiler-3.0.0/lib/patches/db/pg.rb:110:in `async_exec'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/postgresql/database_statements.rb:48:in `block (2 levels) in execute'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/share_lock.rb:187:in `yield_shares'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/dependencies/interlock.rb:41:in `permit_concurrent_loads'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/postgresql/database_statements.rb:47:in `block in execute'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `handle_interrupt'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `block in synchronize'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `handle_interrupt'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `synchronize'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/abstract_adapter.rb:765:in `block in log'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/notifications/instrumenter.rb:24:in `instrument'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/abstract_adapter.rb:756:in `log'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/postgresql/database_statements.rb:46:in `execute'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:932:in `block in method_missing'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:900:in `block in say_with_time'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:900:in `say_with_time'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:921:in `method_missing'
- /var/www/discourse/plugins/discourse-question-answer/db/migrate/20211020062413_create_question_answer_votes.rb:13:in `up'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:873:in `public_send'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:873:in `exec_migration'
- /var/www/discourse/lib/freedom_patches/schema_migration_details.rb:9:in `block in exec_migration'
- /var/www/discourse/lib/freedom_patches/schema_migration_details.rb:8:in `exec_migration'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:854:in `block (2 levels) in migrate'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:853:in `block in migrate'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/abstract/connection_pool.rb:215:in `with_connection'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:852:in `migrate'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1046:in `migrate'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1360:in `block in execute_migration_in_transaction'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/abstract/transaction.rb:319:in `block in within_new_transaction'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `handle_interrupt'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `block in synchronize'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `handle_interrupt'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `synchronize'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/abstract/transaction.rb:317:in `within_new_transaction'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/abstract/database_statements.rb:316:in `transaction'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/transactions.rb:209:in `transaction'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1411:in `ddl_transaction'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1359:in `execute_migration_in_transaction'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1333:in `each'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1333:in `migrate_without_lock'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1282:in `block in migrate'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1432:in `block in with_advisory_lock'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/abstract/connection_pool.rb:215:in `with_connection'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1447:in `with_advisory_lock_connection'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1428:in `with_advisory_lock'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1282:in `migrate'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1117:in `up'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1092:in `migrate'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/tasks/database_tasks.rb:262:in `migrate'
- /var/www/discourse/lib/tasks/db.rake:231:in `block (2 levels) in <main>'
- /var/www/discourse/lib/distributed_mutex.rb:57:in `block in synchronize'
- /var/www/discourse/lib/distributed_mutex.rb:53:in `synchronize'
- /var/www/discourse/lib/distributed_mutex.rb:53:in `synchronize'
- /var/www/discourse/lib/distributed_mutex.rb:38:in `synchronize'
- /var/www/discourse/lib/tasks/db.rake:214:in `block in <main>'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rake-13.0.6/exe/rake:27:in `<top (required)>'
- /usr/local/bin/bundle:25:in `load'
- /usr/local/bin/bundle:25:in `<main>'
- Caused by:
- ActiveRecord::StatementInvalid: PG::InvalidParameterValue: ERROR: cannot extract elements from a scalar
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rack-mini-profiler-3.0.0/lib/patches/db/pg.rb:110:in `exec'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rack-mini-profiler-3.0.0/lib/patches/db/pg.rb:110:in `async_exec'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/postgresql/database_statements.rb:48:in `block (2 levels) in execute'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/share_lock.rb:187:in `yield_shares'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/dependencies/interlock.rb:41:in `permit_concurrent_loads'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/postgresql/database_statements.rb:47:in `block in execute'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `handle_interrupt'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `block in synchronize'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `handle_interrupt'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `synchronize'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/abstract_adapter.rb:765:in `block in log'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/notifications/instrumenter.rb:24:in `instrument'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/abstract_adapter.rb:756:in `log'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/postgresql/database_statements.rb:46:in `execute'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:932:in `block in method_missing'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:900:in `block in say_with_time'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:900:in `say_with_time'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:921:in `method_missing'
- /var/www/discourse/plugins/discourse-question-answer/db/migrate/20211020062413_create_question_answer_votes.rb:13:in `up'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:873:in `public_send'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:873:in `exec_migration'
- /var/www/discourse/lib/freedom_patches/schema_migration_details.rb:9:in `block in exec_migration'
- /var/www/discourse/lib/freedom_patches/schema_migration_details.rb:8:in `exec_migration'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:854:in `block (2 levels) in migrate'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:853:in `block in migrate'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/abstract/connection_pool.rb:215:in `with_connection'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:852:in `migrate'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1046:in `migrate'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1360:in `block in execute_migration_in_transaction'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/abstract/transaction.rb:319:in `block in within_new_transaction'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `handle_interrupt'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `block in synchronize'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `handle_interrupt'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `synchronize'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/abstract/transaction.rb:317:in `within_new_transaction'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/abstract/database_statements.rb:316:in `transaction'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/transactions.rb:209:in `transaction'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1411:in `ddl_transaction'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1359:in `execute_migration_in_transaction'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1333:in `each'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1333:in `migrate_without_lock'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1282:in `block in migrate'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1432:in `block in with_advisory_lock'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/abstract/connection_pool.rb:215:in `with_connection'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1447:in `with_advisory_lock_connection'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1428:in `with_advisory_lock'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1282:in `migrate'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1117:in `up'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1092:in `migrate'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/tasks/database_tasks.rb:262:in `migrate'
- /var/www/discourse/lib/tasks/db.rake:231:in `block (2 levels) in <main>'
- /var/www/discourse/lib/distributed_mutex.rb:57:in `block in synchronize'
- /var/www/discourse/lib/distributed_mutex.rb:53:in `synchronize'
- /var/www/discourse/lib/distributed_mutex.rb:53:in `synchronize'
- /var/www/discourse/lib/distributed_mutex.rb:38:in `synchronize'
- /var/www/discourse/lib/tasks/db.rake:214:in `block in <main>'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rake-13.0.6/exe/rake:27:in `<top (required)>'
- /usr/local/bin/bundle:25:in `load'
- /usr/local/bin/bundle:25:in `<main>'
- Caused by:
- PG::InvalidParameterValue: ERROR: cannot extract elements from a scalar
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rack-mini-profiler-3.0.0/lib/patches/db/pg.rb:110:in `exec'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rack-mini-profiler-3.0.0/lib/patches/db/pg.rb:110:in `async_exec'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/postgresql/database_statements.rb:48:in `block (2 levels) in execute'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/share_lock.rb:187:in `yield_shares'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/dependencies/interlock.rb:41:in `permit_concurrent_loads'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/postgresql/database_statements.rb:47:in `block in execute'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `handle_interrupt'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `block in synchronize'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `handle_interrupt'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `synchronize'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/abstract_adapter.rb:765:in `block in log'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/notifications/instrumenter.rb:24:in `instrument'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/abstract_adapter.rb:756:in `log'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/postgresql/database_statements.rb:46:in `execute'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:932:in `block in method_missing'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:900:in `block in say_with_time'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:900:in `say_with_time'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:921:in `method_missing'
- /var/www/discourse/plugins/discourse-question-answer/db/migrate/20211020062413_create_question_answer_votes.rb:13:in `up'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:873:in `public_send'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:873:in `exec_migration'
- /var/www/discourse/lib/freedom_patches/schema_migration_details.rb:9:in `block in exec_migration'
- /var/www/discourse/lib/freedom_patches/schema_migration_details.rb:8:in `exec_migration'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:854:in `block (2 levels) in migrate'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:853:in `block in migrate'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/abstract/connection_pool.rb:215:in `with_connection'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:852:in `migrate'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1046:in `migrate'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1360:in `block in execute_migration_in_transaction'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/abstract/transaction.rb:319:in `block in within_new_transaction'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `handle_interrupt'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `block in synchronize'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `handle_interrupt'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `synchronize'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/abstract/transaction.rb:317:in `within_new_transaction'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/abstract/database_statements.rb:316:in `transaction'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/transactions.rb:209:in `transaction'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1411:in `ddl_transaction'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1359:in `execute_migration_in_transaction'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1333:in `each'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1333:in `migrate_without_lock'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1282:in `block in migrate'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1432:in `block in with_advisory_lock'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/abstract/connection_pool.rb:215:in `with_connection'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1447:in `with_advisory_lock_connection'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1428:in `with_advisory_lock'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1282:in `migrate'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1117:in `up'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1092:in `migrate'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/tasks/database_tasks.rb:262:in `migrate'
- /var/www/discourse/lib/tasks/db.rake:231:in `block (2 levels) in <main>'
- /var/www/discourse/lib/distributed_mutex.rb:57:in `block in synchronize'
- /var/www/discourse/lib/distributed_mutex.rb:53:in `synchronize'
- /var/www/discourse/lib/distributed_mutex.rb:53:in `synchronize'
- /var/www/discourse/lib/distributed_mutex.rb:38:in `synchronize'
- /var/www/discourse/lib/tasks/db.rake:214:in `block in <main>'
- /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rake-13.0.6/exe/rake:27:in `<top (required)>'
- /usr/local/bin/bundle:25:in `load'
- /usr/local/bin/bundle:25:in `<main>'
- Tasks: TOP => db:migrate
- (See full trace by running task with --trace)
- I, [2022-08-26T16:12:18.397647 #1] INFO -- : gem install liquid -v 5.0.1 -i /var/www/discourse/plugins/discourse-custom-wizard/gems/2.7.6 --no-document --ignore-dependencies --no-user-install
- Successfully installed liquid-5.0.1
- 1 gem installed
- gem install ice_cube -v 0.16.4 -i /var/www/discourse/plugins/discourse-events/gems/2.7.6 --no-document --ignore-dependencies --no-user-install
- Successfully installed ice_cube-0.16.4
- 1 gem installed
- gem install icalendar -v 2.5.3 -i /var/www/discourse/plugins/discourse-events/gems/2.7.6 --no-document --ignore-dependencies --no-user-install
- ActiveSupport is required for TimeWithZone support, but not required for general use.
- Successfully installed icalendar-2.5.3
- 1 gem installed
- gem install geocoder -v 1.4.4 -i /var/www/discourse/plugins/discourse-locations/gems/2.7.6 --no-document --ignore-dependencies --no-user-install
- Successfully installed geocoder-1.4.4
- 1 gem installed
- gem install color -v 1.8 -i /var/www/discourse/plugins/discourse-topic-previews/gems/2.7.6 --no-document --ignore-dependencies --no-user-install
- Successfully installed color-1.8
- 1 gem installed
- gem install colorscore -v 0.0.5 -i /var/www/discourse/plugins/discourse-topic-previews/gems/2.7.6 --no-document --ignore-dependencies --no-user-install
- Successfully installed colorscore-0.0.5
- 1 gem installed
- gem install rmagick -v 4.2.2 -i /var/www/discourse/plugins/discourse-topic-previews/gems/2.7.6 --no-document --ignore-dependencies --no-user-install
- Building native extensions. This could take a while...
- Successfully installed rmagick-4.2.2
- 1 gem installed
- gem install prizm -v 0.0.3 -i /var/www/discourse/plugins/discourse-topic-previews/gems/2.7.6 --no-document --ignore-dependencies --no-user-install
- Successfully installed prizm-0.0.3
- 1 gem installed
- == 20211020062413 CreateQuestionAnswerVotes: migrating ========================
- -- create_table(:question_answer_votes, {})
- -> 0.0182s
- -- add_index(:question_answer_votes, [:post_id, :user_id], {:unique=>true})
- -> 0.0023s
- -- execute("INSERT INTO question_answer_votes (post_id, user_id, created_at)\nSELECT\n X.post_id AS post_id,\n (X.value->>'user_id')::int AS user_id,\n (X.value->>'created_at')::timestamp AS created_at\nFROM (\n SELECT\n post_id,\n jsonb_array_elements(value::jsonb) AS value\n FROM post_custom_fields WHERE name = 'vote_history'\n) AS X\nWHERE (X.value->>'action') != 'destroy'\nORDER BY (X.value->>'created_at')::timestamp DESC\nON CONFLICT DO NOTHING\n")
- I, [2022-08-26T16:12:18.398494 #1] INFO -- : Terminating async processes
- I, [2022-08-26T16:12:18.398572 #1] INFO -- : Sending INT to HOME=/var/lib/postgresql USER=postgres exec chpst -u postgres:postgres:ssl-cert -U postgres:postgres:ssl-cert /usr/lib/postgresql/13/bin/postmaster -D /etc/postgresql/13/main pid: 42
- 103:signal-handler (1661530338) Received SIGTERM scheduling shutdown...
- I, [2022-08-26T16:12:18.398659 #1] INFO -- : Sending TERM to exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf pid: 103
- 2022-08-26 16:12:18.398 UTC [42] LOG: received fast shutdown request
- 2022-08-26 16:12:18.401 UTC [42] LOG: aborting any active transactions
- 2022-08-26 16:12:18.403 UTC [42] LOG: background worker "logical replication launcher" (PID 51) exited with exit code 1
- 2022-08-26 16:12:18.406 UTC [46] LOG: shutting down
- 103:M 26 Aug 2022 16:12:18.419 # User requested shutdown...
- 103:M 26 Aug 2022 16:12:18.419 * Saving the final RDB snapshot before exiting.
- 103:M 26 Aug 2022 16:12:18.443 * DB saved on disk
- 103:M 26 Aug 2022 16:12:18.444 # Redis is now ready to exit, bye bye...
- 2022-08-26 16:12:18.452 UTC [42] LOG: database system is shut down
- FAILED
- --------------------
- Pups::ExecError: cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate' failed with return #<Process::Status: pid 984 exit 1>
- Location of failure: /usr/local/lib/ruby/gems/2.7.0/gems/pups-1.1.1/lib/pups/exec_command.rb:117:in `spawn'
- exec failed with the params {"cd"=>"$home", "hook"=>"db_migrate", "cmd"=>["su discourse -c 'bundle exec rake db:migrate'"]}
- 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.
- 9cec68cb9349a63352725251839d0610e9d56fc74762127029b7d5321bc0d2b9
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement