Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@vps-35b1dd9b:/var/discourse# ./discourse-setup
- The configuration file containers/app.yml already exists!
- . . . reconfiguring . . .
- Saving old file as app.yml.2024-03-02-155847.bak
- Stopping existing container in 5 seconds or Control-C to cancel.
- x86_64 arch detected.
- app was not started !
- ./discourse-doctor may help diagnose the problem.
- Found 2GB of memory and 2 physical CPU cores
- setting db_shared_buffers = 256MB
- setting UNICORN_WORKERS = 4
- containers/app.yml memory parameters updated.
- Hostname for your Discourse? [auģiks.lv]:
- Checking your domain name . . .
- Connection to auģiks.lv succeeded.
- Email address for admin account(s)? [admin@auģiks.lv]:
- SMTP server address? [in-v3.mailjet.com]:
- SMTP port? [587]:
- SMTP user name? [9078402fe1ac24b543747cae322aa1e3]:
- SMTP password? [90fa54d86a9b715ea48a08d13745981a]:
- notification email address? [noreply@auģiks.lv]:
- Optional email address for Let's Encrypt warnings? (Enter 'OFF' to disable.) [admin@auģiks.lv]:
- Optional Maxmind License key (ENTER to continue without MAXMIND GeoLite2 geolocation database) [1234567890123456]:
- Does this look right?
- Hostname : auģiks.lv
- Email : admin@auģiks.lv
- SMTP address : in-v3.mailjet.com
- SMTP port : 587
- SMTP username : 9078402fe1ac24b543747cae322aa1e3
- SMTP password : 90fa54d86a9b715ea48a08d13745981a
- Notification email: noreply@auģiks.lv
- Let's Encrypt : admin@auģiks.lv
- Maxmind license: (unset)
- ENTER to continue, 'n' to try again, Ctrl+C to exit:
- letsencrypt.ssl.template.yml enabled
- Configuration file at containers/app.yml updated successfully!
- Updates successful. Rebuilding in 5 seconds.
- Building app
- x86_64 arch detected.
- Ensuring launcher is up to date
- Launcher is up-to-date
- 2.0.20231218-0429: Pulling from discourse/base
- Digest: sha256:468f70b9bb4c6d0c6c2bbb3efc1a5e12d145eae57bdb6946b7fe5558beb52dc1
- Status: Image is up to date for discourse/base:2.0.20231218-0429
- docker.io/discourse/base:2.0.20231218-0429
- /usr/local/lib/ruby/gems/3.2.0/gems/pups-1.2.1/lib/pups.rb
- /usr/local/bin/pups --stdin
- I, [2024-03-02T15:59:16.125137 #1] INFO -- : Reading from stdin
- I, [2024-03-02T15:59:16.129479 #1] INFO -- : > locale-gen $LANG && update-locale
- I, [2024-03-02T15:59:16.171433 #1] INFO -- : Generating locales (this might take a while)...
- Generation complete.
- I, [2024-03-02T15:59:16.171687 #1] INFO -- : > mkdir -p /shared/postgres_run
- I, [2024-03-02T15:59:16.174677 #1] INFO -- :
- I, [2024-03-02T15:59:16.175081 #1] INFO -- : > chown postgres:postgres /shared/postgres_run
- I, [2024-03-02T15:59:16.178389 #1] INFO -- :
- I, [2024-03-02T15:59:16.178761 #1] INFO -- : > chmod 775 /shared/postgres_run
- I, [2024-03-02T15:59:16.181307 #1] INFO -- :
- I, [2024-03-02T15:59:16.181645 #1] INFO -- : > rm -fr /var/run/postgresql
- I, [2024-03-02T15:59:16.184909 #1] INFO -- :
- I, [2024-03-02T15:59:16.185245 #1] INFO -- : > ln -s /shared/postgres_run /var/run/postgresql
- I, [2024-03-02T15:59:16.188005 #1] INFO -- :
- I, [2024-03-02T15:59:16.188376 #1] INFO -- : > socat /dev/null UNIX-CONNECT:/shared/postgres_run/.s.PGSQL.5432 || exit 0 && echo postgres already running stop container ; exit 1
- 2024/03/02 15:59:16 socat[19] E connect(6, AF=1 "/shared/postgres_run/.s.PGSQL.5432", 36): No such file or directory
- I, [2024-03-02T15:59:16.195432 #1] INFO -- :
- I, [2024-03-02T15:59:16.195617 #1] INFO -- : > rm -fr /shared/postgres_run/.s*
- I, [2024-03-02T15:59:16.198778 #1] INFO -- :
- I, [2024-03-02T15:59:16.198957 #1] INFO -- : > rm -fr /shared/postgres_run/*.pid
- I, [2024-03-02T15:59:16.202154 #1] INFO -- :
- I, [2024-03-02T15:59:16.202335 #1] INFO -- : > mkdir -p /shared/postgres_run/13-main.pg_stat_tmp
- I, [2024-03-02T15:59:16.205168 #1] INFO -- :
- I, [2024-03-02T15:59:16.205547 #1] INFO -- : > chown postgres:postgres /shared/postgres_run/13-main.pg_stat_tmp
- I, [2024-03-02T15:59:16.208247 #1] INFO -- :
- I, [2024-03-02T15:59:16.214341 #1] INFO -- : File > /etc/service/postgres/run chmod: +x chown:
- I, [2024-03-02T15:59:16.220263 #1] INFO -- : File > /etc/service/postgres/log/run chmod: +x chown:
- I, [2024-03-02T15:59:16.226338 #1] INFO -- : File > /etc/runit/3.d/99-postgres chmod: +x chown:
- I, [2024-03-02T15:59:16.233583 #1] INFO -- : File > /root/upgrade_postgres chmod: +x chown:
- I, [2024-03-02T15:59:16.233894 #1] INFO -- : > chown -R root /var/lib/postgresql/13/main
- I, [2024-03-02T15:59:17.067061 #1] INFO -- :
- I, [2024-03-02T15:59:17.067417 #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, [2024-03-02T15:59:17.070108 #1] INFO -- :
- I, [2024-03-02T15:59:17.070314 #1] INFO -- : > chown -R postgres:postgres /shared/postgres_data
- I, [2024-03-02T15:59:17.096126 #1] INFO -- :
- I, [2024-03-02T15:59:17.096480 #1] INFO -- : > chown -R postgres:postgres /var/run/postgresql
- I, [2024-03-02T15:59:17.099246 #1] INFO -- :
- I, [2024-03-02T15:59:17.099661 #1] INFO -- : > /root/upgrade_postgres
- I, [2024-03-02T15:59:17.104930 #1] INFO -- :
- I, [2024-03-02T15:59:17.105143 #1] INFO -- : > rm /root/upgrade_postgres
- I, [2024-03-02T15:59:17.107649 #1] INFO -- :
- I, [2024-03-02T15:59:17.108942 #1] INFO -- : Replacing data_directory = '/var/lib/postgresql/13/main' with data_directory = '/shared/postgres_data' in /etc/postgresql/13/main/postgresql.conf
- I, [2024-03-02T15:59:17.109569 #1] INFO -- : Replacing (?-mix:#?listen_addresses *=.*) with listen_addresses = '*' in /etc/postgresql/13/main/postgresql.conf
- I, [2024-03-02T15:59:17.109958 #1] INFO -- : Replacing (?-mix:#?synchronous_commit *=.*) with synchronous_commit = $db_synchronous_commit in /etc/postgresql/13/main/postgresql.conf
- I, [2024-03-02T15:59:17.110375 #1] INFO -- : Replacing (?-mix:#?shared_buffers *=.*) with shared_buffers = $db_shared_buffers in /etc/postgresql/13/main/postgresql.conf
- I, [2024-03-02T15:59:17.110830 #1] INFO -- : Replacing (?-mix:#?work_mem *=.*) with work_mem = $db_work_mem in /etc/postgresql/13/main/postgresql.conf
- I, [2024-03-02T15:59:17.111212 #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, [2024-03-02T15:59:17.111603 #1] INFO -- : > install -d -m 0755 -o postgres -g postgres /shared/postgres_backup
- I, [2024-03-02T15:59:17.115208 #1] INFO -- :
- I, [2024-03-02T15:59:17.115699 #1] INFO -- : Replacing (?-mix:#?checkpoint_segments *=.*) with checkpoint_segments = $db_checkpoint_segments in /etc/postgresql/13/main/postgresql.conf
- I, [2024-03-02T15:59:17.116073 #1] INFO -- : Replacing (?-mix:#?logging_collector *=.*) with logging_collector = $db_logging_collector in /etc/postgresql/13/main/postgresql.conf
- I, [2024-03-02T15:59:17.116519 #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, [2024-03-02T15:59:17.117130 #1] INFO -- : Replacing (?-mix:^#local +replication +postgres +peer$) with local replication postgres peer in /etc/postgresql/13/main/pg_hba.conf
- I, [2024-03-02T15:59:17.117459 #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, [2024-03-02T15:59:17.117768 #1] INFO -- : Replacing (?-mix:^host.*all.*all.*::1\/128.*$) with host all all ::/0 md5 in /etc/postgresql/13/main/pg_hba.conf
- I, [2024-03-02T15:59:17.118080 #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, [2024-03-02T15:59:17.120148 #1] INFO -- : > sleep 5
- 2024-03-02 15:59:17.157 UTC [42] LOG: starting PostgreSQL 13.13 (Debian 13.13-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit
- 2024-03-02 15:59:17.157 UTC [42] LOG: listening on IPv4 address "0.0.0.0", port 5432
- 2024-03-02 15:59:17.157 UTC [42] LOG: listening on IPv6 address "::", port 5432
- 2024-03-02 15:59:17.159 UTC [42] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
- 2024-03-02 15:59:17.163 UTC [45] LOG: database system was shut down at 2024-03-01 22:23:20 UTC
- 2024-03-02 15:59:17.169 UTC [42] LOG: database system is ready to accept connections
- I, [2024-03-02T15:59:22.123154 #1] INFO -- :
- I, [2024-03-02T15:59:22.123535 #1] INFO -- : > su postgres -c 'createdb discourse' || true
- 2024-03-02 15:59:22.181 UTC [55] postgres@postgres ERROR: database "discourse" already exists
- 2024-03-02 15:59:22.181 UTC [55] postgres@postgres STATEMENT: CREATE DATABASE discourse;
- createdb: error: database creation failed: ERROR: database "discourse" already exists
- I, [2024-03-02T15:59:22.183466 #1] INFO -- :
- I, [2024-03-02T15:59:22.183699 #1] INFO -- : > su postgres -c 'psql discourse -c "create user discourse;"' || true
- 2024-03-02 15:59:22.230 UTC [59] postgres@discourse ERROR: role "discourse" already exists
- 2024-03-02 15:59:22.230 UTC [59] postgres@discourse STATEMENT: create user discourse;
- ERROR: role "discourse" already exists
- I, [2024-03-02T15:59:22.232884 #1] INFO -- :
- I, [2024-03-02T15:59:22.233100 #1] INFO -- : > su postgres -c 'psql discourse -c "grant all privileges on database discourse to discourse;"' || true
- I, [2024-03-02T15:59:22.274347 #1] INFO -- : GRANT
- I, [2024-03-02T15:59:22.274592 #1] INFO -- : > su postgres -c 'psql discourse -c "alter schema public owner to discourse;"'
- I, [2024-03-02T15:59:22.316502 #1] INFO -- : ALTER SCHEMA
- I, [2024-03-02T15:59:22.316734 #1] INFO -- : > su postgres -c 'psql template1 -c "create extension if not exists hstore;"'
- NOTICE: extension "hstore" already exists, skipping
- I, [2024-03-02T15:59:22.363914 #1] INFO -- : CREATE EXTENSION
- I, [2024-03-02T15:59:22.364111 #1] INFO -- : > su postgres -c 'psql template1 -c "create extension if not exists pg_trgm;"'
- NOTICE: extension "pg_trgm" already exists, skipping
- I, [2024-03-02T15:59:22.405636 #1] INFO -- : CREATE EXTENSION
- I, [2024-03-02T15:59:22.405879 #1] INFO -- : > su postgres -c 'psql template1 -c "create extension if not exists vector;"'
- NOTICE: extension "vector" already exists, skipping
- I, [2024-03-02T15:59:22.447603 #1] INFO -- : CREATE EXTENSION
- I, [2024-03-02T15:59:22.447896 #1] INFO -- : > su postgres -c 'psql discourse -c "create extension if not exists hstore;"'
- NOTICE: extension "hstore" already exists, skipping
- I, [2024-03-02T15:59:22.494482 #1] INFO -- : CREATE EXTENSION
- I, [2024-03-02T15:59:22.494743 #1] INFO -- : > su postgres -c 'psql discourse -c "create extension if not exists pg_trgm;"'
- NOTICE: extension "pg_trgm" already exists, skipping
- I, [2024-03-02T15:59:22.539389 #1] INFO -- : CREATE EXTENSION
- I, [2024-03-02T15:59:22.539642 #1] INFO -- : > su postgres -c 'psql discourse -c "create extension if not exists vector;"'
- NOTICE: extension "vector" already exists, skipping
- I, [2024-03-02T15:59:22.584928 #1] INFO -- : CREATE EXTENSION
- I, [2024-03-02T15:59:22.585240 #1] INFO -- : > sudo -u postgres psql discourse
- I, [2024-03-02T15:59:22.588595 #1] INFO -- : update pg_database set encoding = pg_char_to_encoding('UTF8') where datname = 'discourse' AND encoding = pg_char_to_encoding('SQL_ASCII');
- I, [2024-03-02T15:59:22.651172 #1] INFO -- : File > /var/lib/postgresql/take-database-backup chmod: +x chown: postgres:postgres
- I, [2024-03-02T15:59:22.656943 #1] INFO -- : File > /var/spool/cron/crontabs/postgres chmod: chown:
- I, [2024-03-02T15:59:22.657128 #1] INFO -- : > echo postgres installed!
- I, [2024-03-02T15:59:22.660354 #1] INFO -- : postgres installed!
- I, [2024-03-02T15:59:22.668601 #1] INFO -- : File > /etc/service/redis/run chmod: +x chown:
- I, [2024-03-02T15:59:22.675899 #1] INFO -- : File > /etc/service/redis/log/run chmod: +x chown:
- I, [2024-03-02T15:59:22.682850 #1] INFO -- : File > /etc/runit/3.d/10-redis chmod: +x chown:
- I, [2024-03-02T15:59:22.683903 #1] INFO -- : Replacing daemonize yes with in /etc/redis/redis.conf
- I, [2024-03-02T15:59:22.684571 #1] INFO -- : Replacing (?-mix:^pidfile.*$) with in /etc/redis/redis.conf
- I, [2024-03-02T15:59:22.685154 #1] INFO -- : > install -d -m 0755 -o redis -g redis /shared/redis_data
- I, [2024-03-02T15:59:22.689161 #1] INFO -- :
- I, [2024-03-02T15:59:22.689854 #1] INFO -- : Replacing (?-mix:^logfile.*$) with logfile "" in /etc/redis/redis.conf
- I, [2024-03-02T15:59:22.690542 #1] INFO -- : Replacing (?-mix:^bind .*$) with in /etc/redis/redis.conf
- I, [2024-03-02T15:59:22.691110 #1] INFO -- : Replacing (?-mix:^dir .*$) with dir /shared/redis_data in /etc/redis/redis.conf
- I, [2024-03-02T15:59:22.691789 #1] INFO -- : Replacing (?-mix:^protected-mode yes) with protected-mode no in /etc/redis/redis.conf
- I, [2024-03-02T15:59:22.692387 #1] INFO -- : Replacing # io-threads 4 with io-threads $redis_io_threads in /etc/redis/redis.conf
- I, [2024-03-02T15:59:22.692946 #1] INFO -- : > echo redis installed
- I, [2024-03-02T15:59:22.696320 #1] INFO -- : redis installed
- I, [2024-03-02T15:59:22.696747 #1] INFO -- : > cat /etc/redis/redis.conf | grep logfile
- I, [2024-03-02T15:59:22.702841 #1] INFO -- : logfile ""
- I, [2024-03-02T15:59:22.702964 #1] INFO -- : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
- I, [2024-03-02T15:59:22.705747 #1] INFO -- : > sleep 10
- 111:C 02 Mar 2024 15:59:22.715 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
- 111:C 02 Mar 2024 15:59:22.715 # Redis version=7.0.7, bits=64, commit=00000000, modified=0, pid=111, just started
- 111:C 02 Mar 2024 15:59:22.715 # Configuration loaded
- 111:M 02 Mar 2024 15:59:22.716 * monotonic clock: POSIX clock_gettime
- 111:M 02 Mar 2024 15:59:22.716 * Running mode=standalone, port=6379.
- 111:M 02 Mar 2024 15:59:22.716 # Server initialized
- 111:M 02 Mar 2024 15:59:22.717 # WARNING Memory overcommit must be enabled! Without it, a background save or replication may fail under low memory condition. Being disabled, it can can also cause failures without low memory condition, see https://github.com/jemalloc/jemalloc/issues/1328. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
- 111:M 02 Mar 2024 15:59:22.717 * Loading RDB produced by version 7.0.7
- 111:M 02 Mar 2024 15:59:22.717 * RDB age 63362 seconds
- 111:M 02 Mar 2024 15:59:22.717 * RDB memory usage when created 1.32 Mb
- 111:M 02 Mar 2024 15:59:22.718 * Done loading RDB, keys loaded: 15, keys expired: 0.
- 111:M 02 Mar 2024 15:59:22.718 * DB loaded from disk: 0.001 seconds
- 111:M 02 Mar 2024 15:59:22.718 * Ready to accept connections
- I, [2024-03-02T15:59:32.709073 #1] INFO -- :
- I, [2024-03-02T15:59:32.709466 #1] INFO -- : > thpoff echo "thpoff is installed!"
- I, [2024-03-02T15:59:32.714471 #1] INFO -- : thpoff is installed!
- I, [2024-03-02T15:59:32.714854 #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, [2024-03-02T15:59:32.775808 #1] INFO -- :
- I, [2024-03-02T15:59:32.776081 #1] INFO -- : > /usr/local/bin/ruby -e 'if ENV["DISCOURSE_HOSTNAME"] == "discourse.example.com"; puts "Aborting! Domain is not configured!"; exit 1; end'
- I, [2024-03-02T15:59:32.843863 #1] INFO -- :
- I, [2024-03-02T15:59:32.844334 #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, [2024-03-02T15:59:32.902095 #1] INFO -- :
- I, [2024-03-02T15:59:32.902518 #1] INFO -- : > rm -f /etc/cron.d/anacron
- I, [2024-03-02T15:59:32.906548 #1] INFO -- :
- I, [2024-03-02T15:59:32.910578 #1] INFO -- : File > /etc/cron.d/anacron chmod: chown:
- I, [2024-03-02T15:59:32.917117 #1] INFO -- : File > /etc/runit/1.d/copy-env chmod: +x chown:
- I, [2024-03-02T15:59:32.923084 #1] INFO -- : File > /etc/service/unicorn/run chmod: +x chown:
- I, [2024-03-02T15:59:32.929077 #1] INFO -- : File > /etc/service/nginx/run chmod: +x chown:
- I, [2024-03-02T15:59:32.934942 #1] INFO -- : File > /etc/runit/3.d/01-nginx chmod: +x chown:
- I, [2024-03-02T15:59:32.940797 #1] INFO -- : File > /etc/runit/3.d/02-unicorn chmod: +x chown:
- I, [2024-03-02T15:59:32.940965 #1] INFO -- : Replacing # postgres with sv start postgres || exit 1 in /etc/service/unicorn/run
- I, [2024-03-02T15:59:32.941257 #1] INFO -- : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
- I, [2024-03-02T15:59:32.943827 #1] INFO -- : > cd /var/www/discourse && sudo -H -E -u discourse git reset --hard
- 138:C 02 Mar 2024 15:59:32.949 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
- 138:C 02 Mar 2024 15:59:32.949 # Redis version=7.0.7, bits=64, commit=00000000, modified=0, pid=138, just started
- 138:C 02 Mar 2024 15:59:32.949 # Configuration loaded
- 138:M 02 Mar 2024 15:59:32.949 * monotonic clock: POSIX clock_gettime
- 138:M 02 Mar 2024 15:59:32.949 # Warning: Could not create server TCP listening socket *:6379: bind: Address already in use
- 138:M 02 Mar 2024 15:59:32.949 # Failed listening on port 6379 (TCP), aborting.
- Updating files: 100% (33715/33715), done.
- I, [2024-03-02T15:59:37.716077 #1] INFO -- : HEAD is now at 6ab1a19e9 DEV: Convert min_trust_level_to_allow_invite to groups (#24893)
- I, [2024-03-02T15:59:37.716190 #1] INFO -- : > cd /var/www/discourse && sudo -H -E -u discourse git clean -f
- I, [2024-03-02T15:59:37.886990 #1] INFO -- :
- I, [2024-03-02T15:59:37.887088 #1] INFO -- : > cd /var/www/discourse && sudo -H -E -u discourse bash -c '
- set -o errexit
- if [ $(git rev-parse --is-shallow-repository) == "true" ]; then
- git remote set-branches --add origin main
- git remote set-branches origin tests-passed
- git fetch --depth 1 origin tests-passed
- else
- git fetch --tags --prune-tags --prune --force origin
- fi
- '
- From https://github.com/discourse/discourse
- - [deleted] (none) -> origin/0-assets-spec2
- - [deleted] (none) -> origin/0-drop-code
- - [deleted] (none) -> origin/0-followup
- - [deleted] (none) -> origin/a11y-sidebar-contrast
- - [deleted] (none) -> origin/a11y–focus-tooltip
- - [deleted] (none) -> origin/add-ds-store-to-gitignore
- - [deleted] (none) -> origin/add-new-chat-indicator-preference-only-mentions
- - [deleted] (none) -> origin/add-topic-voting-webhook
- - [deleted] (none) -> origin/after-topic-list
- - [deleted] (none) -> origin/api-reduce-motion
- - [deleted] (none) -> origin/api-topic-title-decorator
- - [deleted] (none) -> origin/boosted-searches
- - [deleted] (none) -> origin/bulk-button-class
- - [deleted] (none) -> origin/card-container-plugin-outlet
- - [deleted] (none) -> origin/composer-warnings-use-notice-alt
- - [deleted] (none) -> origin/confirm-session-only-after-5-mins
- - [deleted] (none) -> origin/dependabot/bundler/excon-0.108.0
- - [deleted] (none) -> origin/dependabot/bundler/hashdiff-1.1.0
- - [deleted] (none) -> origin/dependabot/bundler/parallel-1.24.0
- - [deleted] (none) -> origin/dependabot/bundler/rubocop-discourse-3.6.0
- - [deleted] (none) -> origin/dependabot/npm_and_yarn/app/assets/javascripts/uppy/aws-s3-3.6.0
- - [deleted] (none) -> origin/dependabot/npm_and_yarn/app/assets/javascripts/uppy/aws-s3-multipart-3.10.0
- - [deleted] (none) -> origin/dependabot/npm_and_yarn/app/assets/javascripts/uppy/drop-target-2.0.2
- - [deleted] (none) -> origin/dependabot/npm_and_yarn/app/assets/javascripts/uppy/utils-5.7.0
- - [deleted] (none) -> origin/desktop-notification-handlers
- - [deleted] (none) -> origin/dev-rework-codeblock-fix
- - [deleted] (none) -> origin/dev/add-new-chat-metrics
- - [deleted] (none) -> origin/dev/allow-chat-mentions-to-have-several-notifications
- - [deleted] (none) -> origin/dev/convert-min-trust-level-to-create-tag-to-group
- - [deleted] (none) -> origin/dev/convert-min-trust-level-to-ignore-to-groups
- - [deleted] (none) -> origin/dev/dry-up-user-status-serializers
- - [deleted] (none) -> origin/dev/flaky-chat-details-collapser-spec
- - [deleted] (none) -> origin/dev/no-need-to-include-user-status-twice
- - [deleted] (none) -> origin/dev/rafactor-the-export-csv-file-job
- - [deleted] (none) -> origin/dev/rethink-mass-mentions-polymorphic
- - [deleted] (none) -> origin/dev/revert-guardian-devex
- - [deleted] (none) -> origin/dev/simplify-lib-test-js
- - [deleted] (none) -> origin/dev/test-status-tooltip-in-its-own-test-2
- - [deleted] (none) -> origin/drop-kit
- - [deleted] (none) -> origin/experimantal/deleted-channel-and-messages-export
- - [deleted] (none) -> origin/extract_stripper
- - [deleted] (none) -> origin/feat-render-images-in-local-onebox
- - [deleted] (none) -> origin/feature/admin-sidebar-v0
- - [deleted] (none) -> origin/feature/experimental-passkeys
- - [deleted] (none) -> origin/feature/migrations-schema-generator
- - [deleted] (none) -> origin/feature/watched-word-groups
- - [deleted] (none) -> origin/filtered-events
- - [deleted] (none) -> origin/fix-client-tests-for-status
- - [deleted] (none) -> origin/fix-join-filter-upload
- - [deleted] (none) -> origin/fix-modal-flash-minor
- - [deleted] (none) -> origin/fix/count-mass-mentions-correctly
- - [deleted] (none) -> origin/fix/do-not-consider-codeblocks-when-parsing-mentions-alt
- - [deleted] (none) -> origin/fix/dont-fail-when-exporting-chat-messages-from-deleted-channels-or-of-deleted-users
- - [deleted] (none) -> origin/fix/multi-tag-search
- - [deleted] (none) -> origin/float-kit-3
- - [deleted] (none) -> origin/generic-import-latest-snowflake
- - [deleted] (none) -> origin/global-notice-reactive
- - [deleted] (none) -> origin/group-directory-cleanup
- - [deleted] (none) -> origin/issue/fix-guardian-init-basic-user
- - [deleted] (none) -> origin/keyword-site-setting
- - [deleted] (none) -> origin/labeler
- - [deleted] (none) -> origin/large-notification-table
- - [deleted] (none) -> origin/loic-use-ar-enums-posts
- - [deleted] (none) -> origin/low-ram-help
- - [deleted] (none) -> origin/mobile-categories-refactor
- - [deleted] (none) -> origin/mobile-view-param-key
- - [deleted] (none) -> origin/move-automation-to-core
- - [deleted] (none) -> origin/move-checkbox-public-up
- - [deleted] (none) -> origin/move_inflector
- - [deleted] (none) -> origin/multi-invite
- - [deleted] (none) -> origin/offline-indicator-by-default
- - [deleted] (none) -> origin/passkeys-part-3
- - [deleted] (none) -> origin/plugin-extra-js
- - [deleted] (none) -> origin/poc/auto-after-before-plugin-outlets
- - [deleted] (none) -> origin/rails-6.x-update
- - [deleted] (none) -> origin/rebake-quotes
- - [deleted] (none) -> origin/redirect-cat-trail
- - [deleted] (none) -> origin/reply-where-position
- - [deleted] (none) -> origin/revert-maxmind
- - [deleted] (none) -> origin/rotate-token-on-ip-change
- - [deleted] (none) -> origin/search_refactor
- - [deleted] (none) -> origin/security/bookmark-notification-unread-visibility
- - [deleted] (none) -> origin/support-load-more-btn
- - [deleted] (none) -> origin/table-builder-modal-modifier
- - [deleted] (none) -> origin/test-issue-temporary
- - [deleted] (none) -> origin/test-mentions-duplicates
- - [deleted] (none) -> origin/tests-passed-broken
- - [deleted] (none) -> origin/tmp/reimplement-all-and-here-mentions
- - [deleted] (none) -> origin/topic-list-refactor
- - [deleted] (none) -> origin/transform-post-fn-api
- - [deleted] (none) -> origin/tweaks-2-fr
- - [deleted] (none) -> origin/update-login-modal-mark
- - [deleted] (none) -> origin/user-group-messages-after-latest
- - [deleted] (none) -> origin/username_cache
- - [deleted] (none) -> origin/watched-words-link
- - [deleted] (none) -> origin/webauthn-internal-refactor
- - [deleted] (none) -> origin/wip-close-on-click-outside-search
- - [deleted] (none) -> origin/wip_categories
- - [deleted] (none) -> origin/wizard-split
- 6ab1a19e9..e408f4ff9 main -> origin/main
- * [new branch] 0-convert-form-to-glim -> origin/0-convert-form-to-glim
- * [new branch] 0-ember-bump -> origin/0-ember-bump
- * [new branch] 0-extend-native -> origin/0-extend-native
- * [new branch] 0-fix-perf-watched-words -> origin/0-fix-perf-watched-words
- * [new branch] allow-staff-to-tag -> origin/allow-staff-to-tag
- * [new branch] asciinema-iframe -> origin/asciinema-iframe
- * [new branch] chat-cmdk-modal -> origin/chat-cmdk-modal
- * [new branch] dead-action-export -> origin/dead-action-export
- * [new branch] decorator-transforms -> origin/decorator-transforms
- * [new branch] dependabot/bundler/parallel_tests-4.4.0 -> origin/dependabot/bundler/parallel_tests-4.4.0
- * [new branch] dev-refactor-private-message-map-to-glimmer-component -> origin/dev-refactor-private-message-map-to-glimmer-component
- * [new branch] dev/delete-old-bookmark-setting -> origin/dev/delete-old-bookmark-setting
- * [new branch] dev/drop-found-user-with-status-serializer -> origin/dev/drop-found-user-with-status-serializer
- + 79ea38776...bd0faffec dev/drop-notification_id-column-on-chat-mentions -> origin/dev/drop-notification_id-column-on-chat-mentions (forced update)
- * [new branch] dev/drop-the-user-id-column-from-chat-mentions -> origin/dev/drop-the-user-id-column-from-chat-mentions
- * [new branch] dev/make-admins-tl4-in-tests -> origin/dev/make-admins-tl4-in-tests
- * [new branch] dev/proof-of-concept-rewriting-mentions-notification-logic -> origin/dev/proof-of-concept-rewriting-mentions-notification-logic
- * [new branch] dev_category_order_database -> origin/dev_category_order_database
- * [new branch] dev_update_category_position -> origin/dev_update_category_position
- * [new branch] dont_generate_test_files_ember_cli -> origin/dont_generate_test_files_ember_cli
- * [new branch] extra-js-revert -> origin/extra-js-revert
- * [new branch] feature-categories-count -> origin/feature-categories-count
- 8780daeee..28715ec63 feature/bookmark-menu-and-modal-redesign -> origin/feature/bookmark-menu-and-modal-redesign
- * [new branch] feature/custom-date-range -> origin/feature/custom-date-range
- * [new branch] feature/paste-upload-on-first-upload-input-templates -> origin/feature/paste-upload-on-first-upload-input-templates
- * [new branch] feature_async_load_colors -> origin/feature_async_load_colors
- * [new branch] feature_track_mentions -> origin/feature_track_mentions
- * [new branch] fix_category_chooser -> origin/fix_category_chooser
- * [new branch] fix_in_any_groups -> origin/fix_in_any_groups
- * [new branch] fix_reviewable_translation -> origin/fix_reviewable_translation
- * [new branch] generic-import-add-suspender -> origin/generic-import-add-suspender
- 7f2bdca65..eb3016cad generic-import-latest -> origin/generic-import-latest
- * [new branch] header-icon-experiment -> origin/header-icon-experiment
- * [new branch] hijacks -> origin/hijacks
- * [new branch] live-cache -> origin/live-cache
- * [new branch] loic-rubocop-plugin-rules -> origin/loic-rubocop-plugin-rules
- + 90a3535b7...54d0135bc migrations-convert -> origin/migrations-convert (forced update)
- * [new branch] migrations-tooling/improve-generic-import -> origin/migrations-tooling/improve-generic-import
- * [new branch] migrations-tooling/improve-uploads-importer -> origin/migrations-tooling/improve-uploads-importer
- * [new branch] more-bulk-dropdown -> origin/more-bulk-dropdown
- * [new branch] omniauth-2 -> origin/omniauth-2
- * [new branch] promote-migration-tweak -> origin/promote-migration-tweak
- * [new branch] redesign-my-threads-index -> origin/redesign-my-threads-index
- * [new branch] reduce_filesize_of_emoji_group_sections_component -> origin/reduce_filesize_of_emoji_group_sections_component
- * [new branch] remove-bootbox -> origin/remove-bootbox
- * [new branch] revert-25009-dev/convert-min-trust-to-allow-self-wiki-to-groups -> origin/revert-25009-dev/convert-min-trust-to-allow-self-wiki-to-groups
- * [new branch] see_if_yarn_cache_is_working -> origin/see_if_yarn_cache_is_working
- d7f7f79b6..1167b5b9a stable -> origin/stable
- * [new branch] system-test-for-soft-load-search -> origin/system-test-for-soft-load-search
- 6ab1a19e9..e408f4ff9 tests-passed -> origin/tests-passed
- * [new branch] unhide_lazy_load_categories -> origin/unhide_lazy_load_categories
- * [new branch] universal-nonce -> origin/universal-nonce
- * [new branch] update-home-logo -> origin/update-home-logo
- * [new branch] user-menu-full-name -> origin/user-menu-full-name
- * [new branch] ux/site-setting-desc-first-past -> origin/ux/site-setting-desc-first-past
- * [new branch] video-placeholder-stable -> origin/video-placeholder-stable
- t [tag update] beta -> beta
- t [tag update] latest-release -> latest-release
- * [new tag] v3.1.4 -> v3.1.4
- * [new tag] v3.1.5 -> v3.1.5
- * [new tag] v3.2.0 -> v3.2.0
- * [new tag] v3.2.0.beta4 -> v3.2.0.beta4
- * [new tag] v3.2.0.beta5 -> v3.2.0.beta5
- I, [2024-03-02T15:59:38.925833 #1] INFO -- :
- I, [2024-03-02T15:59:38.926063 #1] INFO -- : > cd /var/www/discourse && sudo -H -E -u discourse bash -c '
- set -o errexit
- if [[ $(git symbolic-ref --short HEAD) == tests-passed ]] ; then
- git pull
- else
- git -c advice.detachedHead=false checkout tests-passed
- fi
- '
- Switched to a new branch 'tests-passed'
- I, [2024-03-02T15:59:44.620421 #1] INFO -- : Branch 'tests-passed' set up to track remote branch 'tests-passed' from 'origin'.
- I, [2024-03-02T15:59:44.620599 #1] INFO -- : > cd /var/www/discourse && sudo -H -E -u discourse git config user.discourse-version tests-passed
- I, [2024-03-02T15:59:44.631732 #1] INFO -- :
- I, [2024-03-02T15:59:44.631848 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp
- I, [2024-03-02T15:59:44.636275 #1] INFO -- :
- I, [2024-03-02T15:59:44.636523 #1] INFO -- : > cd /var/www/discourse && chown discourse:www-data tmp
- I, [2024-03-02T15:59:44.643212 #1] INFO -- :
- I, [2024-03-02T15:59:44.643295 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp/pids
- I, [2024-03-02T15:59:44.647351 #1] INFO -- :
- I, [2024-03-02T15:59:44.647649 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp/sockets
- I, [2024-03-02T15:59:44.651658 #1] INFO -- :
- I, [2024-03-02T15:59:44.651739 #1] INFO -- : > cd /var/www/discourse && touch tmp/.gitkeep
- I, [2024-03-02T15:59:44.656247 #1] INFO -- :
- I, [2024-03-02T15:59:44.656319 #1] INFO -- : > cd /var/www/discourse && mkdir -p /shared/log/rails
- I, [2024-03-02T15:59:44.660332 #1] INFO -- :
- I, [2024-03-02T15:59:44.660411 #1] INFO -- : > cd /var/www/discourse && bash -c "touch -a /shared/log/rails/{production,production_errors,unicorn.stdout,unicorn.stderr,sidekiq}.log"
- I, [2024-03-02T15:59:44.665569 #1] INFO -- :
- I, [2024-03-02T15:59:44.665818 #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, [2024-03-02T15:59:44.671299 #1] INFO -- :
- I, [2024-03-02T15:59:44.671394 #1] INFO -- : > cd /var/www/discourse && bash -c "mkdir -p /shared/{uploads,backups}"
- I, [2024-03-02T15:59:44.676884 #1] INFO -- :
- I, [2024-03-02T15:59:44.676975 #1] INFO -- : > cd /var/www/discourse && bash -c "ln -s /shared/{uploads,backups} /var/www/discourse/public"
- I, [2024-03-02T15:59:44.682225 #1] INFO -- :
- I, [2024-03-02T15:59:44.682489 #1] INFO -- : > cd /var/www/discourse && bash -c "mkdir -p /shared/tmp/{backups,restores}"
- I, [2024-03-02T15:59:44.688080 #1] INFO -- :
- I, [2024-03-02T15:59:44.688163 #1] INFO -- : > cd /var/www/discourse && bash -c "ln -s /shared/tmp/{backups,restores} /var/www/discourse/tmp"
- I, [2024-03-02T15:59:44.693335 #1] INFO -- :
- I, [2024-03-02T15:59:44.693430 #1] INFO -- : > cd /var/www/discourse && chown -R discourse:www-data /shared/log/rails /shared/uploads /shared/backups /shared/tmp
- I, [2024-03-02T15:59:44.698110 #1] INFO -- :
- I, [2024-03-02T15:59:44.698186 #1] INFO -- : > cd /var/www/discourse && [ ! -d public/plugins ] || find public/plugins/ -maxdepth 1 -xtype l -delete
- I, [2024-03-02T15:59:44.700694 #1] INFO -- :
- I, [2024-03-02T15:59:44.700868 #1] INFO -- : Replacing # redis with sv start redis || exit 1 in /etc/service/unicorn/run
- I, [2024-03-02T15:59:44.701189 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/docker_manager.git
- Cloning into 'docker_manager'...
- I, [2024-03-02T15:59:45.646977 #1] INFO -- :
- I, [2024-03-02T15:59:45.647398 #1] INFO -- : > cp /var/www/discourse/config/nginx.sample.conf /etc/nginx/conf.d/discourse.conf
- I, [2024-03-02T15:59:45.654314 #1] INFO -- :
- I, [2024-03-02T15:59:45.654728 #1] INFO -- : > rm /etc/nginx/sites-enabled/default
- I, [2024-03-02T15:59:45.659079 #1] INFO -- :
- I, [2024-03-02T15:59:45.659616 #1] INFO -- : > mkdir -p /var/nginx/cache
- I, [2024-03-02T15:59:45.664466 #1] INFO -- :
- I, [2024-03-02T15:59:45.665247 #1] INFO -- : Replacing pid /run/nginx.pid; with daemon off; in /etc/nginx/nginx.conf
- I, [2024-03-02T15:59:45.665631 #1] INFO -- : Replacing (?m-ix:upstream[^\}]+\}) with upstream discourse { server 127.0.0.1:3000; } in /etc/nginx/conf.d/discourse.conf
- I, [2024-03-02T15:59:45.665999 #1] INFO -- : Replacing (?-mix:server_name.+$) with server_name _ ; in /etc/nginx/conf.d/discourse.conf
- I, [2024-03-02T15:59:45.666367 #1] INFO -- : Replacing (?-mix:client_max_body_size.+$) with client_max_body_size $upload_size ; in /etc/nginx/conf.d/discourse.conf
- I, [2024-03-02T15:59:45.666713 #1] INFO -- : Replacing (?-mix:worker_connections.+$) with worker_connections $nginx_worker_connections ; in /etc/nginx/nginx.conf
- I, [2024-03-02T15:59:45.667030 #1] INFO -- : > echo "done configuring web"
- I, [2024-03-02T15:59:45.670467 #1] INFO -- : done configuring web
- I, [2024-03-02T15:59:45.670801 #1] INFO -- : > cd /var/www/discourse && gem install bundler --conservative -v $(awk '/BUNDLED WITH/ { getline; gsub(/ /,""); print $0 }' Gemfile.lock)
- I, [2024-03-02T15:59:46.286935 #1] INFO -- : Successfully installed bundler-2.5.3
- 1 gem installed
- I, [2024-03-02T15:59:46.287158 #1] INFO -- : > cd /var/www/discourse && find /var/www/discourse ! -user discourse -exec chown discourse {} \+
- I, [2024-03-02T15:59:49.593201 #1] INFO -- :
- I, [2024-03-02T15:59:49.593931 #1] INFO -- : > cd /var/www/discourse && if [ "tests-passed" != "tests-passed" ]; then
- rm -rf app/assets/javascripts/node_modules
- fi
- I, [2024-03-02T15:59:49.596654 #1] INFO -- :
- I, [2024-03-02T15:59:49.596882 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'yarn install --frozen-lockfile && yarn cache clean'
- warning Resolution field "[email protected]" is incompatible with requested version "unset-value@^1.0.0"
- warning Pattern ["wrap-ansi-cjs@npm:wrap-ansi@^7.0.0"] is trying to unpack in the same destination "/home/discourse/.cache/yarn/v6/npm-wrap-ansi-cjs-7.0.0-67e145cff510a6a6984bdf1152911d69d2eb9e43-integrity/node_modules/wrap-ansi-cjs" as pattern ["wrap-ansi@^7.0.0"]. This could result in non-deterministic behavior, skipping.
- warning "@discourse/lint-configs > eslint-plugin-ember > [email protected]" has unmet peer dependency "@typescript-eslint/parser@^6.15.0".
- warning " > @glint/[email protected]" has unmet peer dependency "@glimmer/component@^1.1.2".
- warning " > [email protected]" has unmet peer dependency "xss@*".
- warning "workspace-aggregator-b4e37bd9-16fa-4a4a-b837-abec28ed1b77 > discourse > @uppy/[email protected]" has incorrect peer dependency "@uppy/core@^3.1.2".
- warning "workspace-aggregator-b4e37bd9-16fa-4a4a-b837-abec28ed1b77 > discourse > @uppy/[email protected]" has incorrect peer dependency "@uppy/core@^3.1.2".
- warning "workspace-aggregator-b4e37bd9-16fa-4a4a-b837-abec28ed1b77 > discourse > @uppy/[email protected]" has incorrect peer dependency "@uppy/core@^3.1.2".
- warning "workspace-aggregator-b4e37bd9-16fa-4a4a-b837-abec28ed1b77 > discourse-plugins > [email protected]" has unmet peer dependency "ember-source@^3.28.11 || ^4.0.0".
- warning "workspace-aggregator-b4e37bd9-16fa-4a4a-b837-abec28ed1b77 > admin > ember-source > [email protected]" has unmet peer dependency "rsvp@^4.8.5".
- warning "workspace-aggregator-b4e37bd9-16fa-4a4a-b837-abec28ed1b77 > discourse > @uppy/aws-s3 > @uppy/[email protected]" has incorrect peer dependency "@uppy/core@^3.2.1".
- I, [2024-03-02T16:01:05.791628 #1] INFO -- : yarn install v1.22.19
- [1/5] Validating package.json...
- [2/5] Resolving packages...
- [3/5] Fetching packages...
- [4/5] Linking dependencies...
- [5/5] Building fresh packages...
- $ ./app/assets/javascripts/run-patch-package && rm -rf app/assets/javascripts/node_modules
- patch-package 8.0.0
- Applying patches...
- [email protected] (1 deprecation-name) ✔
- [email protected] (2 themes) ✔
- [email protected] (3 exclude-strict-mode) ✔
- Done in 69.46s.
- yarn cache v1.22.19
- success Cleared cache.
- Done in 6.32s.
- I, [2024-03-02T16:01:05.794932 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'bundle config --local deployment true'
- I, [2024-03-02T16:01:06.114757 #1] INFO -- :
- I, [2024-03-02T16:01:06.115125 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'bundle config --local without "development test"'
- I, [2024-03-02T16:01:06.262040 #1] INFO -- : You are replacing the current local value of without, which is currently "test:development"
- I, [2024-03-02T16:01:06.262134 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'bundle install --retry 3 --jobs 4'
- I, [2024-03-02T16:01:23.518013 #1] INFO -- : Fetching gem metadata from https://rubygems.org/.........
- Fetching concurrent-ruby 1.2.3
- Fetching minitest 5.22.2
- Fetching rack 2.2.8.1
- Fetching aws-partitions 1.894.0
- Installing aws-partitions 1.894.0
- Installing rack 2.2.8.1
- Installing concurrent-ruby 1.2.3
- Fetching bigdecimal 3.1.6
- Installing minitest 5.22.2
- Fetching cbor 0.5.9.8
- Installing bigdecimal 3.1.6 with native extensions
- Installing cbor 0.5.9.8 with native extensions
- Fetching excon 0.109.0
- Fetching fastimage 2.3.0
- Installing excon 0.109.0
- Installing fastimage 2.3.0
- Fetching google-protobuf 3.25.3 (x86_64-linux)
- Fetching highline 3.0.1
- Installing highline 3.0.1
- Installing google-protobuf 3.25.3 (x86_64-linux)
- Fetching image_size 3.4.0
- Installing image_size 3.4.0
- Fetching regexp_parser 2.9.0
- Installing regexp_parser 2.9.0
- Fetching thor 1.3.1
- Installing thor 1.3.1
- Fetching zeitwerk 2.6.13
- Fetching logster 2.19.0
- Installing zeitwerk 2.6.13
- Fetching stackprof 0.2.26
- Installing logster 2.19.0
- Installing stackprof 0.2.26 with native extensions
- Fetching nokogiri 1.16.2 (x86_64-linux)
- Installing nokogiri 1.16.2 (x86_64-linux)
- Fetching aws-sigv4 1.8.0
- Installing aws-sigv4 1.8.0
- Fetching jwt 2.8.1
- Installing jwt 2.8.1
- Fetching bootsnap 1.18.3
- Installing bootsnap 1.18.3 with native extensions
- Fetching request_store 1.6.0
- Installing request_store 1.6.0
- Fetching rack-mini-profiler 3.3.1
- Installing rack-mini-profiler 3.3.1
- Fetching rack-protection 3.2.0
- Installing rack-protection 3.2.0
- Fetching net-http 0.4.1
- Installing net-http 0.4.1
- Fetching sass-embedded 1.71.1 (x86_64-linux-gnu)
- Fetching puma 6.4.2
- Installing puma 6.4.2 with native extensions
- Installing sass-embedded 1.71.1 (x86_64-linux-gnu)
- Fetching rbtrace 0.5.1
- Installing rbtrace 0.5.1 with native extensions
- Fetching net-imap 0.4.10
- Installing net-imap 0.4.10
- Fetching net-smtp 0.4.0.1
- Installing net-smtp 0.4.0.1
- Fetching aws-sdk-core 3.191.3
- Installing aws-sdk-core 3.191.3
- Fetching activesupport 7.0.8.1
- Installing activesupport 7.0.8.1
- Fetching tzinfo-data 1.2024.1
- Installing tzinfo-data 1.2024.1
- Fetching faraday-net_http 3.1.0
- Installing faraday-net_http 3.1.0
- Fetching sassc-embedded 1.70.0
- Installing sassc-embedded 1.70.0
- Fetching aws-sdk-kms 1.77.0
- Installing aws-sdk-kms 1.77.0
- Fetching aws-sdk-sns 1.72.0
- Installing aws-sdk-sns 1.72.0
- Fetching activemodel 7.0.8.1
- Installing activemodel 7.0.8.1
- Fetching faraday 2.9.0
- Installing faraday 2.9.0
- Fetching aws-sdk-s3 1.143.0
- Installing aws-sdk-s3 1.143.0
- Fetching actionview 7.0.8.1
- Installing actionview 7.0.8.1
- Fetching activejob 7.0.8.1
- Installing activejob 7.0.8.1
- Fetching activerecord 7.0.8.1
- Installing activerecord 7.0.8.1
- Fetching actionpack 7.0.8.1
- Installing actionpack 7.0.8.1
- Fetching actionview_precompiler 0.4.0
- Installing actionview_precompiler 0.4.0
- Fetching actionmailer 7.0.8.1
- Installing actionmailer 7.0.8.1
- Fetching railties 7.0.8.1
- Installing railties 7.0.8.1
- Bundle complete! 138 Gemfile dependencies, 170 gems now installed.
- Gems in the groups 'development' and 'test' were not installed.
- Bundled gems are installed into `./vendor/bundle`
- I, [2024-03-02T16:01:23.519052 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'LOAD_PLUGINS=0 bundle exec rake plugin:pull_compatible_all'
- I, [2024-03-02T16:01:26.504922 #1] INFO -- : docker_manager is already at latest compatible version
- I, [2024-03-02T16:01:26.505147 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate'
- rake aborted!
- URI::InvalidURIError: URI must be ascii only "https://au\u0123iks.lv/images/discourse-logo-sketch.png" (URI::InvalidURIError)
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/uri-0.13.0/lib/uri/rfc3986_parser.rb:84:in `split'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/uri-0.13.0/lib/uri/rfc3986_parser.rb:135:in `parse'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/uri-0.13.0/lib/uri/common.rb:185:in `parse'
- /var/www/discourse/lib/global_path.rb:27:in `full_cdn_url'
- /var/www/discourse/app/models/site_setting.rb:243:in `block (2 levels) in <class:SiteSetting>'
- /var/www/discourse/lib/site_setting_extension.rb:165:in `public_send'
- /var/www/discourse/lib/site_setting_extension.rb:165:in `block in client_settings_json_uncached'
- /var/www/discourse/lib/site_setting_extension.rb:160:in `map'
- /var/www/discourse/lib/site_setting_extension.rb:160:in `client_settings_json_uncached'
- /var/www/discourse/lib/site_setting_extension.rb:152:in `block in client_settings_json'
- /var/www/discourse/lib/cache.rb:89:in `fetch'
- /var/www/discourse/lib/site_setting_extension.rb:151:in `client_settings_json'
- /var/www/discourse/lib/pretty_text.rb:185:in `block in markdown'
- /var/www/discourse/lib/pretty_text.rb:678:in `block in protect'
- /var/www/discourse/lib/pretty_text.rb:678:in `synchronize'
- /var/www/discourse/lib/pretty_text.rb:678:in `protect'
- /var/www/discourse/lib/pretty_text.rb:174:in `markdown'
- /var/www/discourse/lib/pretty_text.rb:299:in `cook'
- /var/www/discourse/app/models/post_analyzer.rb:30:in `cook'
- /var/www/discourse/app/models/post.rb:347:in `cook'
- /var/www/discourse/lib/post_creator.rb:296:in `before_create_tasks'
- /var/www/discourse/app/models/post.rb:803:in `block in <class:Post>'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:445:in `instance_exec'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:445:in `block in make_lambda'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:199:in `block (2 levels) in halting'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:687:in `block (2 levels) in default_terminator'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:686:in `catch'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:686:in `block in default_terminator'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:200:in `block in halting'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:595:in `block in invoke_before'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:595:in `each'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:595:in `invoke_before'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:106:in `run_callbacks'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:929:in `_run_create_callbacks'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/callbacks.rb:459:in `_create_record'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/timestamp.rb:108:in `_create_record'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/persistence.rb:1069:in `create_or_update'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/callbacks.rb:455:in `block in create_or_update'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:118:in `block in run_callbacks'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/autosave_association.rb:370:in `around_save_collection_association'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:127:in `block in run_callbacks'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:138:in `run_callbacks'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:929:in `_run_save_callbacks'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/callbacks.rb:455:in `create_or_update'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/timestamp.rb:126:in `create_or_update'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/persistence.rb:648:in `save!'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/validations.rb:53:in `save!'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/transactions.rb:302:in `block in save!'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/transactions.rb:354:in `block in with_transaction_returning_status'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/connection_adapters/abstract/database_statements.rb:314:in `transaction'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/transactions.rb:350:in `with_transaction_returning_status'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/transactions.rb:302:in `save!'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/suppressor.rb:54:in `save!'
- /var/www/discourse/app/models/category.rb:486:in `block in create_category_definition'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/connection_adapters/abstract/database_statements.rb:314:in `transaction'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/transactions.rb:209:in `transaction'
- /var/www/discourse/app/models/category.rb:472:in `create_category_definition'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:400:in `block in make_lambda'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:236:in `block in halting_and_conditional'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:599:in `block in invoke_after'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:599:in `each'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:599:in `invoke_after'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:108:in `run_callbacks'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:929:in `_run_create_callbacks'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/callbacks.rb:459:in `_create_record'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/timestamp.rb:108:in `_create_record'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/persistence.rb:1069:in `create_or_update'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/callbacks.rb:455:in `block in create_or_update'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:118:in `block in run_callbacks'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/autosave_association.rb:370:in `around_save_collection_association'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:127:in `block in run_callbacks'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:138:in `run_callbacks'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/callbacks.rb:929:in `_run_save_callbacks'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/callbacks.rb:455:in `create_or_update'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/timestamp.rb:126:in `create_or_update'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/persistence.rb:648:in `save!'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/validations.rb:53:in `save!'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/transactions.rb:302:in `block in save!'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/transactions.rb:354:in `block in with_transaction_returning_status'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/connection_adapters/abstract/database_statements.rb:314:in `transaction'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/transactions.rb:350:in `with_transaction_returning_status'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/transactions.rb:302:in `save!'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/suppressor.rb:54:in `save!'
- /var/www/discourse/lib/seed_data/categories.rb:136:in `create_category'
- /var/www/discourse/lib/seed_data/categories.rb:15:in `block (2 levels) in create'
- /var/www/discourse/lib/seed_data/categories.rb:15:in `each'
- /var/www/discourse/lib/seed_data/categories.rb:15:in `block in create'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/i18n-1.14.1/lib/i18n.rb:322:in `with_locale'
- /var/www/discourse/lib/seed_data/categories.rb:14:in `create'
- (eval):5:in `block (2 levels) in run_file'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/discourse-seed-fu-2.3.12/lib/seed-fu/runner.rb:46:in `eval'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/discourse-seed-fu-2.3.12/lib/seed-fu/runner.rb:46:in `block (2 levels) in run_file'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/discourse-seed-fu-2.3.12/lib/seed-fu/runner.rb:58:in `block in open'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/discourse-seed-fu-2.3.12/lib/seed-fu/runner.rb:57:in `open'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/discourse-seed-fu-2.3.12/lib/seed-fu/runner.rb:57:in `open'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/discourse-seed-fu-2.3.12/lib/seed-fu/runner.rb:36:in `block in run_file'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/connection_adapters/abstract/transaction.rb:319:in `block in within_new_transaction'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `handle_interrupt'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `block in synchronize'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `handle_interrupt'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `synchronize'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/connection_adapters/abstract/transaction.rb:317:in `within_new_transaction'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/connection_adapters/abstract/database_statements.rb:316:in `transaction'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.1/lib/active_record/transactions.rb:209:in `transaction'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/discourse-seed-fu-2.3.12/lib/seed-fu/runner.rb:35:in `run_file'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/discourse-seed-fu-2.3.12/lib/seed-fu/runner.rb:26:in `block in run'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/discourse-seed-fu-2.3.12/lib/seed-fu/runner.rb:25:in `each'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/discourse-seed-fu-2.3.12/lib/seed-fu/runner.rb:25:in `run'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/discourse-seed-fu-2.3.12/lib/discourse-seed-fu.rb:29:in `seed'
- /var/www/discourse/lib/tasks/db.rake:262:in `block (2 levels) in <main>'
- /var/www/discourse/lib/distributed_mutex.rb:53:in `block in synchronize'
- /var/www/discourse/lib/distributed_mutex.rb:49:in `synchronize'
- /var/www/discourse/lib/distributed_mutex.rb:49:in `synchronize'
- /var/www/discourse/lib/distributed_mutex.rb:34:in `synchronize'
- /var/www/discourse/lib/tasks/db.rake:234:in `block in <main>'
- /var/www/discourse/vendor/bundle/ruby/3.2.0/gems/rake-13.1.0/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, [2024-03-02T16:01:33.031669 #1] INFO -- :
- I, [2024-03-02T16:01:33.035901 #1] INFO -- : Terminating async processes
- I, [2024-03-02T16:01:33.036152 #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
- I, [2024-03-02T16:01:33.036208 #1] INFO -- : Sending TERM to exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf pid: 111
- 2024-03-02 16:01:33.036 UTC [42] LOG: received fast shutdown request
- 111:signal-handler (1709395293) Received SIGTERM scheduling shutdown...
- 2024-03-02 16:01:33.040 UTC [42] LOG: aborting any active transactions
- 2024-03-02 16:01:33.043 UTC [42] LOG: background worker "logical replication launcher" (PID 51) exited with exit code 1
- 2024-03-02 16:01:33.048 UTC [46] LOG: shutting down
- 111:M 02 Mar 2024 16:01:33.064 # User requested shutdown...
- 111:M 02 Mar 2024 16:01:33.064 * Saving the final RDB snapshot before exiting.
- 111:M 02 Mar 2024 16:01:33.067 * DB saved on disk
- 111:M 02 Mar 2024 16:01:33.067 # Redis is now ready to exit, bye bye...
- 2024-03-02 16:01:33.091 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 3295 exit 1>
- Location of failure: /usr/local/lib/ruby/gems/3.2.0/gems/pups-1.2.1/lib/pups/exec_command.rb:132: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.
- 623c8fc6e34eea13ace7ec4b26b1ed6b2a8b2dbd8bf973541be1ca587457ce1
Advertisement
Add Comment
Please, Sign In to add comment