Voici les journaux de reconstruction, je vois qu’il y a une erreur avec un échec “Permission Denied” (Permission refusée) lorsqu’il commence à cloner les plugins. Que devrais-je faire ? S’agit-il d’un problème avec l’un des plugins ?
x86_64 arch detected.
Ensuring launcher is up to date
Launcher is up-to-date
Stopping old container
+ /usr/bin/docker stop -t 600 app
app
2.0.20240602-0023: Pulling from discourse/base
Digest: sha256:5e0c30da851a00e824a58b033d59b8f3dd840b513a7694a7a5d0674285c0ee3c
Status: Image is up to date for discourse/base:2.0.20240602-0023
docker.io/discourse/base:2.0.20240602-0023
/usr/local/lib/ruby/gems/3.3.0/gems/pups-1.2.1/lib/pups.rb
/usr/local/bin/pups --stdin
I, [2024-06-04T11:48:23.557682 #1] INFO -- : Reading from stdin
I, [2024-06-04T11:48:23.598757 #1] INFO -- : File > /etc/service/postgres/run chmod: +x chown:
I, [2024-06-04T11:48:23.613059 #1] INFO -- : File > /etc/service/postgres/log/run chmod: +x chown:
I, [2024-06-04T11:48:23.627138 #1] INFO -- : File > /etc/runit/3.d/99-postgres chmod: +x chown:
I, [2024-06-04T11:48:23.641282 #1] INFO -- : File > /root/install_postgres chmod: +x chown:
I, [2024-06-04T11:48:23.655195 #1] INFO -- : File > /root/upgrade_postgres chmod: +x chown:
I, [2024-06-04T11:48:23.656105 #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-06-04T11:48:23.658345 #1] INFO -- : Replacing (?-mix:#?listen_addresses *=.*) with listen_addresses = '*' in /etc/postgresql/13/main/postgresql.conf
I, [2024-06-04T11:48:23.660095 #1] INFO -- : Replacing (?-mix:#?synchronous_commit *=.*) with synchronous_commit = $db_synchronous_commit in /etc/postgresql/13/main/postgresql.conf
I, [2024-06-04T11:48:23.662792 #1] INFO -- : Replacing (?-mix:#?shared_buffers *=.*) with shared_buffers = $db_shared_buffers in /etc/postgresql/13/main/postgresql.conf
I, [2024-06-04T11:48:23.664305 #1] INFO -- : Replacing (?-mix:#?work_mem *=.*) with work_mem = $db_work_mem in /etc/postgresql/13/main/postgresql.conf
I, [2024-06-04T11:48:23.666115 #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-06-04T11:48:23.667883 #1] INFO -- : Replacing (?-mix:#?checkpoint_segments *=.*) with checkpoint_segments = $db_checkpoint_segments in /etc/postgresql/13/main/postgresql.conf
I, [2024-06-04T11:48:23.669238 #1] INFO -- : Replacing (?-mix:#?logging_collector *=.*) with logging_collector = $db_logging_collector in /etc/postgresql/13/main/postgresql.conf
I, [2024-06-04T11:48:23.670761 #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-06-04T11:48:23.672064 #1] INFO -- : Replacing (?-mix:^#local +replication +postgres +peer$) with local replication postgres peer in /etc/postgresql/13/main/pg_hba.conf
I, [2024-06-04T11:48:23.673046 #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-06-04T11:48:23.674107 #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-06-04T11:48:23.675378 #1] INFO -- : > [ -f /root/install_postgres ] && /root/install_postgres && rm -f /root/install_postgres
2024/06/04 11:48:23 socat[30] E connect(6, AF=1 "/shared/postgres_run/.s.PGSQL.5432", 36): Connection refused
I, [2024-06-04T11:48:23.837574 #1] INFO -- : Generating locales (this might take a while)...
Generation complete.
I, [2024-06-04T11:48:23.838216 #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-06-04T11:48:23.859106 #1] INFO -- : File > /usr/local/bin/create_db chmod: +x chown:
I, [2024-06-04T11:48:23.879840 #1] INFO -- : File > /var/lib/postgresql/take-database-backup chmod: +x chown: postgres:postgres
I, [2024-06-04T11:48:23.888877 #1] INFO -- : File > /var/spool/cron/crontabs/postgres chmod: chown:
I, [2024-06-04T11:48:23.889316 #1] INFO -- : > sleep 5
2024-06-04 11:48:24.062 UTC [32] LOG: starting PostgreSQL 13.15 (Debian 13.15-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit
2024-06-04 11:48:24.063 UTC [32] LOG: listening on IPv4 address "0.0.0.0", port 5432
2024-06-04 11:48:24.063 UTC [32] LOG: listening on IPv6 address "::", port 5432
2024-06-04 11:48:24.073 UTC [32] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2024-06-04 11:48:24.091 UTC [41] LOG: database system was interrupted; last known up at 2024-06-04 11:47:32 UTC
2024-06-04 11:48:25.115 UTC [41] LOG: database system was not properly shut down; automatic recovery in progress
2024-06-04 11:48:25.121 UTC [41] LOG: redo starts at 0/D16F970
2024-06-04 11:48:25.121 UTC [41] LOG: invalid record length at 0/D1744B8: wanted 24, got 0
2024-06-04 11:48:25.121 UTC [41] LOG: redo done at 0/D174480
2024-06-04 11:48:25.172 UTC [32] LOG: database system is ready to accept connections
I, [2024-06-04T11:48:28.895207 #1] INFO -- :
I, [2024-06-04T11:48:28.895549 #1] INFO -- : > /usr/local/bin/create_db
2024-06-04 11:48:29.087 UTC [51] postgres@postgres ERROR: database "discourse" already exists
2024-06-04 11:48:29.087 UTC [51] postgres@postgres STATEMENT: CREATE DATABASE discourse;
createdb: error: database creation failed: ERROR: database "discourse" already exists
2024-06-04 11:48:29.159 UTC [54] postgres@discourse ERROR: role "discourse" already exists
2024-06-04 11:48:29.159 UTC [54] postgres@discourse STATEMENT: create user discourse;
ERROR: role "discourse" already exists
NOTICE: extension "hstore" already exists, skipping
NOTICE: extension "pg_trgm" already exists, skipping
NOTICE: extension "vector" already exists, skipping
NOTICE: extension "hstore" already exists, skipping
NOTICE: extension "pg_trgm" already exists, skipping
NOTICE: extension "vector" already exists, skipping
I, [2024-06-04T11:48:29.766258 #1] INFO -- : GRANT
ALTER SCHEMA
CREATE EXTENSION
CREATE EXTENSION
CREATE EXTENSION
CREATE EXTENSION
CREATE EXTENSION
CREATE EXTENSION
UPDATE 0
I, [2024-06-04T11:48:29.766372 #1] INFO -- : > echo postgres installed!
I, [2024-06-04T11:48:29.768798 #1] INFO -- : postgres installed!
I, [2024-06-04T11:48:29.773898 #1] INFO -- : File > /etc/service/redis/run chmod: +x chown:
I, [2024-06-04T11:48:29.778935 #1] INFO -- : File > /etc/service/redis/log/run chmod: +x chown:
I, [2024-06-04T11:48:29.783942 #1] INFO -- : File > /etc/runit/3.d/10-redis chmod: +x chown:
I, [2024-06-04T11:48:29.784222 #1] INFO -- : Replacing daemonize yes with in /etc/redis/redis.conf
I, [2024-06-04T11:48:29.784875 #1] INFO -- : Replacing (?-mix:^pidfile.*$) with in /etc/redis/redis.conf
I, [2024-06-04T11:48:29.785380 #1] INFO -- : > install -d -m 0755 -o redis -g redis /shared/redis_data
I, [2024-06-04T11:48:29.788611 #1] INFO -- :
I, [2024-06-04T11:48:29.789071 #1] INFO -- : Replacing (?-mix:^logfile.*$) with logfile "" in /etc/redis/redis.conf
I, [2024-06-04T11:48:29.789788 #1] INFO -- : Replacing (?-mix:^bind .*$) with in /etc/redis/redis.conf
I, [2024-06-04T11:48:29.790999 #1] INFO -- : Replacing (?-mix:^dir .*$) with dir /shared/redis_data in /etc/redis/redis.conf
I, [2024-06-04T11:48:29.792241 #1] INFO -- : Replacing (?-mix:^protected-mode yes) with protected-mode no in /etc/redis/redis.conf
I, [2024-06-04T11:48:29.793435 #1] INFO -- : Replacing # io-threads 4 with io-threads $redis_io_threads in /etc/redis/redis.conf
I, [2024-06-04T11:48:29.794754 #1] INFO -- : > echo redis installed
I, [2024-06-04T11:48:29.796978 #1] INFO -- : redis installed
I, [2024-06-04T11:48:29.797246 #1] INFO -- : > cat /etc/redis/redis.conf | grep logfile
I, [2024-06-04T11:48:29.801333 #1] INFO -- : logfile ""
I, [2024-06-04T11:48:29.801464 #1] INFO -- : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
I, [2024-06-04T11:48:29.802862 #1] INFO -- : > sleep 10
94:C 04 Jun 2024 11:48:29.811 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
94:C 04 Jun 2024 11:48:29.811 # Redis version=7.0.7, bits=64, commit=00000000, modified=0, pid=94, just started
94:C 04 Jun 2024 11:48:29.811 # Configuration loaded
94:M 04 Jun 2024 11:48:29.811 * monotonic clock: POSIX clock_gettime
94:M 04 Jun 2024 11:48:29.812 * Running mode=standalone, port=6379.
94:M 04 Jun 2024 11:48:29.812 # Server initialized
94:M 04 Jun 2024 11:48:29.812 # 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.
94:M 04 Jun 2024 11:48:29.813 * Loading RDB produced by version 7.0.7
94:M 04 Jun 2024 11:48:29.813 * RDB age 99 seconds
94:M 04 Jun 2024 11:48:29.813 * RDB memory usage when created 11.90 Mb
94:M 04 Jun 2024 11:48:29.831 * Done loading RDB, keys loaded: 767, keys expired: 10.
94:M 04 Jun 2024 11:48:29.831 * DB loaded from disk: 0.018 seconds
94:M 04 Jun 2024 11:48:29.831 * Ready to accept connections
I, [2024-06-04T11:48:39.805851 #1] INFO -- :
I, [2024-06-04T11:48:39.806839 #1] INFO -- : > thpoff echo "thpoff is installed!"
I, [2024-06-04T11:48:39.816680 #1] INFO -- : thpoff is installed!
I, [2024-06-04T11:48:39.817421 #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-06-04T11:48:40.098723 #1] INFO -- :
I, [2024-06-04T11:48:40.098947 #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-06-04T11:48:40.377469 #1] INFO -- :
I, [2024-06-04T11:48:40.377751 #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-06-04T11:48:40.649946 #1] INFO -- :
I, [2024-06-04T11:48:40.650319 #1] INFO -- : > rm -f /etc/cron.d/anacron
I, [2024-06-04T11:48:40.657498 #1] INFO -- :
I, [2024-06-04T11:48:40.665587 #1] INFO -- : File > /etc/cron.d/anacron chmod: chown:
I, [2024-06-04T11:48:40.680950 #1] INFO -- : File > /etc/runit/1.d/copy-env chmod: +x chown:
I, [2024-06-04T11:48:40.694598 #1] INFO -- : File > /etc/service/unicorn/run chmod: +x chown:
I, [2024-06-04T11:48:40.708660 #1] INFO -- : File > /etc/service/nginx/run chmod: +x chown:
I, [2024-06-04T11:48:40.722856 #1] INFO -- : File > /etc/runit/3.d/01-nginx chmod: +x chown:
I, [2024-06-04T11:48:40.736691 #1] INFO -- : File > /etc/runit/3.d/02-unicorn chmod: +x chown:
I, [2024-06-04T11:48:40.736969 #1] INFO -- : Replacing # postgres with if [ -f /root/install_postgres ]; then
/root/install_postgres
rm /root/install_postgres
fi
sv start postgres || exit 1
in /etc/service/unicorn/run
I, [2024-06-04T11:48:40.739723 #1] INFO -- : > cd /var/www/discourse && sudo -H -E -u discourse git reset --hard
Updating files: 100% (34508/34508), done.
I, [2024-06-04T11:48:54.865468 #1] INFO -- : HEAD is now at 62b1b69e8 UX: constrain width of chat transcripts in posts (#27288)
I, [2024-06-04T11:48:54.865754 #1] INFO -- : > cd /var/www/discourse && sudo -H -E -u discourse git clean -f
I, [2024-06-04T11:48:55.359182 #1] INFO -- :
I, [2024-06-04T11:48:55.359430 #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/avoid_unformatted_logs
- [deleted] (none) -> origin/discourse-url-native-class
- [deleted] (none) -> origin/fix-group-chat-member-count
- [deleted] (none) -> origin/ghost-button
- [deleted] (none) -> origin/issue/bulk-action-pm-fixes
- [deleted] (none) -> origin/permalinks
- [deleted] (none) -> origin/route-native-class
- [deleted] (none) -> origin/search-result-consistency
- [deleted] (none) -> origin/user-posts-stream-native-class
62b1b69e8..aa37be332 main -> origin/main
* [new branch] dev/extend-anonymized-user-imports -> origin/dev/extend-anonymized-user-imports
* [new branch] feature/new-topic-bulk-actions-search -> origin/feature/new-topic-bulk-actions-search
* [new branch] feature/requires-confirmation-site-settings -> origin/feature/requires-confirmation-site-settings
b3d6801e8..27c416b55 formtoolkit -> origin/formtoolkit
b2b6b4468..d811389e9 loic-update-to-rails-7.1 -> origin/loic-update-to-rails-7.1
* [new branch] msg-buidler-modifier-to -> origin/msg-buidler-modifier-to
* [new branch] support_s3_inventory_bucket -> origin/support_s3_inventory_bucket
62b1b69e8..f0539afb0 tests-passed -> origin/tests-passed
I, [2024-06-04T11:48:56.432243 #1] INFO -- :
I, [2024-06-04T11:48:56.432496 #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-06-04T11:48:59.366120 #1] INFO -- : Branch 'tests-passed' set up to track remote branch 'tests-passed' from 'origin'.
I, [2024-06-04T11:48:59.366476 #1] INFO -- : > cd /var/www/discourse && sudo -H -E -u discourse git config user.discourse-version tests-passed
I, [2024-06-04T11:48:59.401466 #1] INFO -- :
I, [2024-06-04T11:48:59.401710 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp
I, [2024-06-04T11:48:59.411569 #1] INFO -- :
I, [2024-06-04T11:48:59.411809 #1] INFO -- : > cd /var/www/discourse && chown discourse:www-data tmp
I, [2024-06-04T11:48:59.421196 #1] INFO -- :
I, [2024-06-04T11:48:59.421464 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp/pids
I, [2024-06-04T11:48:59.431211 #1] INFO -- :
I, [2024-06-04T11:48:59.431472 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp/sockets
I, [2024-06-04T11:48:59.441740 #1] INFO -- :
I, [2024-06-04T11:48:59.441930 #1] INFO -- : > cd /var/www/discourse && touch tmp/.gitkeep
I, [2024-06-04T11:48:59.450406 #1] INFO -- :
I, [2024-06-04T11:48:59.459596 #1] INFO -- : > cd /var/www/discourse && mkdir -p /shared/log/rails
I, [2024-06-04T11:48:59.470366 #1] INFO -- :
I, [2024-06-04T11:48:59.470576 #1] INFO -- : > cd /var/www/discourse && bash -c "touch -a /shared/log/rails/{production,production_errors,unicorn.stdout,unicorn.stderr,sidekiq}.log"
I, [2024-06-04T11:48:59.485961 #1] INFO -- :
I, [2024-06-04T11:48:59.486170 #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-06-04T11:48:59.500565 #1] INFO -- :
I, [2024-06-04T11:48:59.500825 #1] INFO -- : > cd /var/www/discourse && bash -c "mkdir -p /shared/{uploads,backups}"
I, [2024-06-04T11:48:59.515699 #1] INFO -- :
I, [2024-06-04T11:48:59.515880 #1] INFO -- : > cd /var/www/discourse && bash -c "ln -s /shared/{uploads,backups} /var/www/discourse/public"
I, [2024-06-04T11:48:59.529804 #1] INFO -- :
I, [2024-06-04T11:48:59.530020 #1] INFO -- : > cd /var/www/discourse && bash -c "mkdir -p /shared/tmp/{backups,restores}"
I, [2024-06-04T11:48:59.544313 #1] INFO -- :
I, [2024-06-04T11:48:59.544556 #1] INFO -- : > cd /var/www/discourse && bash -c "ln -s /shared/tmp/{backups,restores} /var/www/discourse/tmp"
I, [2024-06-04T11:48:59.558520 #1] INFO -- :
I, [2024-06-04T11:48:59.558785 #1] INFO -- : > cd /var/www/discourse && chown -R discourse:www-data /shared/log/rails /shared/uploads /shared/backups /shared/tmp
I, [2024-06-04T11:48:59.612930 #1] INFO -- :
I, [2024-06-04T11:48:59.613137 #1] INFO -- : > cd /var/www/discourse && [ ! -d public/plugins ] || find public/plugins/ -maxdepth 1 -xtype l -delete
I, [2024-06-04T11:48:59.618339 #1] INFO -- :
I, [2024-06-04T11:48:59.618790 #1] INFO -- : Replacing # redis with sv start redis || exit 1 in /etc/service/unicorn/run
I, [2024-06-04T11:48:59.620907 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/docker_manager.git
Cloning into 'docker_manager'...
I, [2024-06-04T11:49:01.149187 #1] INFO -- :
I, [2024-06-04T11:49:01.149532 #1] INFO -- : > cd /var/www/discourse/plugins && sudo -E -u discourse git clone https://github.com/discourse/discourse-akismet
Cloning into 'discourse-akismet'...
warning: unable to access '/root/.config/git/attributes': Permission denied
I, [2024-06-04T11:49:02.053382 #1] INFO -- :
I, [2024-06-04T11:49:02.054291 #1] INFO -- : > cd /var/www/discourse/plugins && sudo -E -u discourse git clone https://github.com/discourse/discourse-follow
Cloning into 'discourse-follow'...
warning: unable to access '/root/.config/git/attributes': Permission denied
I, [2024-06-04T11:49:02.875928 #1] INFO -- :
I, [2024-06-04T11:49:02.876257 #1] INFO -- : > cd /var/www/discourse/plugins && sudo -E -u discourse git clone https://github.com/discourse/discourse-docs.git
Cloning into 'discourse-docs'...
warning: unable to access '/root/.config/git/attributes': Permission denied
I, [2024-06-04T11:49:03.746725 #1] INFO -- :
I, [2024-06-04T11:49:03.746984 #1] INFO -- : > cd /var/www/discourse/plugins && sudo -E -u discourse git clone https://github.com/discourse/discourse-yearly-review.git
Cloning into 'discourse-yearly-review'...
warning: unable to access '/root/.config/git/attributes': Permission denied
I, [2024-06-04T11:49:04.493026 #1] INFO -- :
I, [2024-06-04T11:49:04.493284 #1] INFO -- : > cd /var/www/discourse/plugins && sudo -E -u discourse git clone https://github.com/discourse/discourse-cakeday.git
Cloning into 'discourse-cakeday'...
warning: unable to access '/root/.config/git/attributes': Permission denied
I, [2024-06-04T11:49:05.377265 #1] INFO -- :
I, [2024-06-04T11:49:05.377591 #1] INFO -- : > cd /var/www/discourse/plugins && sudo -E -u discourse git clone https://github.com/discourse/discourse-user-notes.git
Cloning into 'discourse-user-notes'...
warning: unable to access '/root/.config/git/attributes': Permission denied
I, [2024-06-04T11:49:06.132115 #1] INFO -- :
I, [2024-06-04T11:49:06.132395 #1] INFO -- : > cd /var/www/discourse/plugins && sudo -E -u discourse git clone https://github.com/discourse/discourse-gamification.git
Cloning into 'discourse-gamification'...
warning: unable to access '/root/.config/git/attributes': Permission denied
I, [2024-06-04T11:49:07.018220 #1] INFO -- :
I, [2024-06-04T11:49:07.018483 #1] INFO -- : > cd /var/www/discourse/plugins && sudo -E -u discourse git clone https://github.com/discourse/discourse-policy.git
Cloning into 'discourse-policy'...
warning: unable to access '/root/.config/git/attributes': Permission denied
I, [2024-06-04T11:49:07.854420 #1] INFO -- :
I, [2024-06-04T11:49:07.854732 #1] INFO -- : > cd /var/www/discourse/plugins && sudo -E -u discourse git clone https://github.com/discourse/discourse-calendar.git
Cloning into 'discourse-calendar'...
warning: unable to access '/root/.config/git/attributes': Permission denied
I, [2024-06-04T11:49:09.418739 #1] INFO -- :
I, [2024-06-04T11:49:09.419002 #1] INFO -- : > cd /var/www/discourse/plugins && sudo -E -u discourse git clone https://github.com/discourse/discourse-solved.git
Cloning into 'discourse-solved'...
warning: unable to access '/root/.config/git/attributes': Permission denied
I, [2024-06-04T11:49:10.317825 #1] INFO -- :
I, [2024-06-04T11:49:10.318076 #1] INFO -- : > cd /var/www/discourse/plugins && sudo -E -u discourse git clone https://github.com/discourse/discourse-post-voting.git
Cloning into 'discourse-post-voting'...
warning: unable to access '/root/.config/git/attributes': Permission denied
I, [2024-06-04T11:49:11.400727 #1] INFO -- :
I, [2024-06-04T11:49:11.400985 #1] INFO -- : > cd /var/www/discourse/plugins && sudo -E -u discourse git clone https://github.com/discourse/discourse-subscriptions.git
Cloning into 'discourse-subscriptions'...
warning: unable to access '/root/.config/git/attributes': Permission denied
I, [2024-06-04T11:49:12.727324 #1] INFO -- :
I, [2024-06-04T11:49:12.727596 #1] INFO -- : > cd /var/www/discourse/plugins && sudo -E -u discourse git clone https://github.com/discourse/discourse-whos-online.git
Cloning into 'discourse-whos-online'...
warning: unable to access '/root/.config/git/attributes': Permission denied
I, [2024-06-04T11:49:13.544560 #1] INFO -- :
I, [2024-06-04T11:49:13.545268 #1] INFO -- : > cp /var/www/discourse/config/nginx.sample.conf /etc/nginx/conf.d/discourse.conf
I, [2024-06-04T11:49:13.554000 #1] INFO -- :
I, [2024-06-04T11:49:13.554459 #1] INFO -- : > rm /etc/nginx/sites-enabled/default
I, [2024-06-04T11:49:13.560904 #1] INFO -- :
I, [2024-06-04T11:49:13.561161 #1] INFO -- : > mkdir -p /var/nginx/cache
I, [2024-06-04T11:49:13.568640 #1] INFO -- :
I, [2024-06-04T11:49:13.569423 #1] INFO -- : Replacing pid /run/nginx.pid; with daemon off; in /etc/nginx/nginx.conf
I, [2024-06-04T11:49:13.570816 #1] INFO -- : Replacing (?m-ix:upstream[^\}]+\}) with upstream discourse { server 127.0.0.1:3000; } in /etc/nginx/conf.d/discourse.conf
I, [2024-06-04T11:49:13.571997 #1] INFO -- : Replacing (?-mix:server_name.+$) with server_name _ ; in /etc/nginx/conf.d/discourse.conf
I, [2024-06-04T11:49:13.573388 #1] INFO -- : Replacing (?-mix:client_max_body_size.+$) with client_max_body_size $upload_size ; in /etc/nginx/conf.d/discourse.conf
I, [2024-06-04T11:49:13.574858 #1] INFO -- : Replacing (?-mix:worker_connections.+$) with worker_connections $nginx_worker_connections ; in /etc/nginx/nginx.conf
I, [2024-06-04T11:49:13.575875 #1] INFO -- : > echo "done configuring web"
I, [2024-06-04T11:49:13.581139 #1] INFO -- : done configuring web
I, [2024-06-04T11:49:13.582008 #1] INFO -- : > cd /var/www/discourse && gem install bundler --conservative -v $(awk '/BUNDLED WITH/ { getline; gsub(/ /,""); print $0 }' Gemfile.lock)
I, [2024-06-04T11:49:14.366893 #1] INFO -- :
I, [2024-06-04T11:49:14.367228 #1] INFO -- : > cd /var/www/discourse && find /var/www/discourse ! -user discourse -exec chown discourse {} \+
I, [2024-06-04T11:49:19.054046 #1] INFO -- :
I, [2024-06-04T11:49:19.055014 #1] INFO -- : > cd /var/www/discourse && if [ "tests-passed" != "tests-passed" ]; then
rm -rf app/assets/javascripts/node_modules
fi
I, [2024-06-04T11:49:19.060801 #1] INFO -- :
I, [2024-06-04T11:49:19.060998 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'yarn install --frozen-lockfile && yarn cache clean'
warning Resolution field "unset-value@2.0.1" is incompatible with requested version "unset-value@^1.0.0"
warning " > @discourse/lint-configs@1.3.9" has incorrect peer dependency "ember-template-lint@6.0.0".
warning " > @glint/environment-ember-loose@1.4.0" has unmet peer dependency "@glimmer/component@^1.1.2".
warning " > discourse-markdown-it@1.0.0" has unmet peer dependency "xss@*".
warning "workspace-aggregator-e29f329e-c5ba-4113-8bdb-3525687864df > discourse > @uppy/aws-s3@3.0.6" has incorrect peer dependency "@uppy/core@^3.1.2".
warning "workspace-aggregator-e29f329e-c5ba-4113-8bdb-3525687864df > discourse > @uppy/aws-s3-multipart@3.1.3" has incorrect peer dependency "@uppy/core@^3.1.2".
warning "workspace-aggregator-e29f329e-c5ba-4113-8bdb-3525687864df > discourse > @uppy/xhr-upload@3.1.1" has incorrect peer dependency "@uppy/core@^3.1.2".
warning "workspace-aggregator-e29f329e-c5ba-4113-8bdb-3525687864df > discourse-plugins > ember-this-fallback@0.4.0" has unmet peer dependency "ember-source@^3.28.11 || ^4.0.0".
warning "workspace-aggregator-e29f329e-c5ba-4113-8bdb-3525687864df > admin > ember-source > router_js@8.0.3" has unmet peer dependency "rsvp@^4.8.5".
warning "workspace-aggregator-e29f329e-c5ba-4113-8bdb-3525687864df > discourse > @uppy/aws-s3 > @uppy/xhr-upload@3.3.0" has incorrect peer dependency "@uppy/core@^3.2.1".
I, [2024-06-04T11:53:58.300344 #1] INFO -- : yarn install v1.22.22
[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...
babel-plugin-debug-macros@0.3.4 ✔
content-tag@2.0.1 ✔
ember-this-fallback@0.4.0 (1 deprecation-name) ✔
ember-this-fallback@0.4.0 (2 themes) ✔
ember-this-fallback@0.4.0 (3 exclude-strict-mode) ✔
virtual-dom@2.1.1 ✔
Done in 265.08s.
yarn cache v1.22.22
success Cleared cache.
Done in 12.51s.
I, [2024-06-04T11:53:58.300907 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'bundle config --local deployment true'
I, [2024-06-04T11:53:58.542711 #1] INFO -- :
I, [2024-06-04T11:53:58.542836 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'bundle config --local without "development test"'
I, [2024-06-04T11:53:58.802973 #1] INFO -- : You are replacing the current local value of without, which is currently "test:development"
I, [2024-06-04T11:53:58.803097 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'bundle install --retry 3 --jobs 4'
I, [2024-06-04T11:54:18.266403 #1] INFO -- : Fetching gem metadata from https://rubygems.org/.........
Fetching ffi 1.17.0 (x86_64-linux-gnu)
Fetching net-imap 0.4.12
Fetching sass-embedded 1.77.4 (x86_64-linux-gnu)
Installing net-imap 0.4.12
Installing ffi 1.17.0 (x86_64-linux-gnu)
Installing sass-embedded 1.77.4 (x86_64-linux-gnu)
Bundle complete! 141 Gemfile dependencies, 174 gems now installed.
Gems in the groups 'development' and 'test' were not installed.
Bundled gems are installed into `./vendor/bundle`
1 installed gem you directly depend on is looking for funding.
Run `bundle fund` for details
I, [2024-06-04T11:54:18.267450 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'LOAD_PLUGINS=0 bundle exec rake plugin:pull_compatible_all'
I, [2024-06-04T11:54:28.900810 #1] INFO -- : discourse-akismet is already at latest compatible version
discourse-cakeday is already at latest compatible version
discourse-calendar is already at latest compatible version
discourse-docs is already at latest compatible version
discourse-follow is already at latest compatible version
discourse-gamification is already at latest compatible version
discourse-policy is already at latest compatible version
discourse-post-voting is already at latest compatible version
discourse-solved is already at latest compatible version
discourse-subscriptions is already at latest compatible version
discourse-user-notes is already at latest compatible version
discourse-whos-online is already at latest compatible version
discourse-yearly-review is already at latest compatible version
docker_manager is already at latest compatible version
I, [2024-06-04T11:54:28.901252 #1] INFO -- : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
I, [2024-06-04T11:54:28.905890 #1] INFO -- : > sleep 10
798:C 04 Jun 2024 11:54:28.929 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
798:C 04 Jun 2024 11:54:28.929 # Redis version=7.0.7, bits=64, commit=00000000, modified=0, pid=798, just started
798:C 04 Jun 2024 11:54:28.929 # Configuration loaded
798:M 04 Jun 2024 11:54:28.931 * monotonic clock: POSIX clock_gettime
798:M 04 Jun 2024 11:54:28.932 # Warning: Could not create server TCP listening socket *:6379: bind: Address already in use
798:M 04 Jun 2024 11:54:28.932 # Failed listening on port 6379 (TCP), aborting.
I, [2024-06-04T11:54:38.914846 #1] INFO -- :
I, [2024-06-04T11:54:38.915519 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate'
94:M 04 Jun 2024 11:54:56.713 * 100 changes in 300 seconds. Saving...
94:M 04 Jun 2024 11:54:56.715 * Background saving started by pid 887
887:C 04 Jun 2024 11:54:56.825 * DB saved on disk
887:C 04 Jun 2024 11:54:56.827 * Fork CoW for RDB: current 1 MB, peak 1 MB, average 0 MB
94:M 04 Jun 2024 11:54:56.916 * Background saving terminated with success
I, [2024-06-04T11:55:00.191214 #1] INFO -- : gem install stripe -v 11.1.0 -i /var/www/discourse/plugins/discourse-subscriptions/gems/3.3.2 --no-document --ignore-dependencies --no-user-install
Successfully installed stripe-11.1.0
1 gem installed
== 20240603234529 CreateUserPasswords: migrating ==============================
-- create_table(:user_passwords, {:id=>:integer})
-> 0.0189s
-- add_index(:user_passwords, [:user_id], {:unique=>true, :where=>"password_expired_at IS NULL"})
-> 0.0040s
-- add_index(:user_passwords, [:user_id, :password_hash], {:unique=>true})
-> 0.0036s
-- add_index(:user_passwords, [:user_id, :password_expired_at, :password_hash], {:name=>"idx_user_passwords_on_user_id_and_expired_at_and_hash"})
-> 0.0037s
== 20240603234529 CreateUserPasswords: migrated (0.0318s) =====================
I, [2024-06-04T11:55:00.192095 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'bundle exec rake assets:precompile:build'
...[ConfigLoader]
...[Babel: @ember/render-modifiers > applyPatches]
...[Babel: @embroider/macros > applyPatches]
...[Babel: ember-source > applyPatches]
...[Babel: ember-source > applyPatches]
...[Babel: ember-source > applyPatches]
...[ember.js]
...[Babel: @glimmer/component > applyPatches]
...[Babel: discourse-widget-hbs > applyPatches]
...[Babel: pretty-text > applyPatches]
...[Babel: discourse-common > applyPatches]
...[Babel: ember-tracked-storage-polyfill > applyPatches]
...[Babel: @ember/legacy-built-in-components > applyPatches]
...[Babel: @ember/test-helpers > applyPatches]
...[Babel: @ember/test-waiters > applyPatches]
...[Babel: dialog-holder > applyPatches]
...[Babel: ember-this-fallback > applyPatches]
...[Babel: ember-buffered-proxy > applyPatches]
...[Babel: ember-cache-primitive-polyfill > applyPatches]
...[Babel: ember-load-initializers > applyPatches]
...[Babel: ember-on-resize-modifier > applyPatches]
...[Babel: ember-resize-observer-service > applyPatches]
...[Babel: float-kit > applyPatches]
...[Babel: select-kit > applyPatches]
...[@embroider/compat/app]
...[@embroider/webpack]
...[@embroider/webpack]
...[@embroider/webpack]
...[@embroider/webpack]
...[@embroider/webpack]
...[@embroider/webpack]
...[@embroider/webpack]
...[@embroider/webpack]
...[@embroider/webpack]
...[@embroider/webpack]
...[@embroider/webpack]
...[@embroider/webpack]
...[@embroider/webpack]
...[SourceMapConcat]
...[Babel: admin > applyPatches]
...[Babel: admin > applyPatches]
...[Babel: admin > applyPatches]
...[Babel: admin > applyPatches]
...[SourceMapConcat]
...[TerserWriter]
...[TerserWriter]
...[TerserWriter]
...[TerserWriter]
...[Babel: discourse > applyPatches]
...[SourceMapConcat]
...[Babel: discourse > applyPatches]
...[SourceMapConcat]
...[Babel: discourse > applyPatches]
...[TerserWriter]
...[Babel: discourse-plugins > applyPatches]
...[Babel: discourse-plugins > applyPatches]
...[Babel: discourse-plugins > applyPatches]
...[SourceMapConcat]
...[Babel: discourse-plugins > applyPatches]
...[SourceMapConcat]
...[Babel: discourse-plugins > applyPatches]
...[SourceMapConcat]
...[Babel: discourse-plugins > applyPatches]
...[SourceMapConcat]
...[Babel: discourse-plugins > applyPatches]
...[SourceMapConcat]
...[Babel: discourse-plugins > applyPatches]
...[SourceMapConcat]
...[Babel: discourse-plugins > applyPatches]
...[SourceMapConcat]
...[Babel: discourse-plugins > applyPatches]
...[SourceMapConcat]
...[Babel: discourse-plugins > applyPatches]
...[SourceMapConcat]
...[Babel: discourse-plugins > applyPatches]
...[SourceMapConcat]
...[Babel: discourse-plugins > applyPatches]
...[SourceMapConcat]
...[Babel: discourse-plugins > applyPatches]
...[SourceMapConcat]
...[Babel: discourse-plugins > applyPatches]
...[SourceMapConcat]
...[TerserWriter]
94:M 04 Jun 2024 11:59:57.029 * 100 modifications en 300 secondes. Sauvegarde...
94:M 04 Jun 2024 11:59:57.031 * Sauvegarde en arrière-plan démarrée par le pid 1023
1023:C 04 Jun 2024 11:59:57.135 * Base de données sauvegardée sur le disque
1023:C 04 Jun 2024 11:59:57.137 * Fork CoW pour RDB : actuel 1 Mo, pic 1 Mo, moyenne 0 Mo
94:M 04 Jun 2024 11:59:57.235 * Sauvegarde en arrière-plan terminée avec succès
...[TerserWriter]
...[TerserWriter]
...[TerserWriter]
I, [2024-06-04T12:00:32.631944 #1] INFO -- : yarn run v1.22.22
$ /var/www/discourse/node_modules/.bin/ember build -prod
Construction
Environnement : production
ATTENTION : ember-test-selectors : Vous utilisez une version non prise en charge d'ember-cli-babel. Les propriétés data-test ne sont pas automatiquement supprimées de votre code JS.
construction...
nettoyage
nettoyage...
Projet construit avec succès. Stocké dans "dist/".
Tailles des fichiers :
- dist/assets/activate-account.js : 600 octets (341 octets compressés)
- dist/assets/admin.js : 1,14 Mo (171,11 Ko compressés)
- dist/assets/auto-redirect.js : 175 octets (158 octets compressés)
- dist/assets/browser-detect.js : 425 octets (298 octets compressés)
- dist/assets/browser-update.js : 1,51 Ko (866 octets compressés)
- dist/assets/chunk.12e4382a745941410398.d41d8cd9.js : 138,81 Ko (26,24 Ko compressés)
- dist/assets/chunk.18ee6a47931272a9f345.d41d8cd9.js : 208 octets (178 octets compressés)
- dist/assets/chunk.27ecadb81c8a179b4de9.d41d8cd9.js : 12,85 Ko (3,12 Ko compressés)
- dist/assets/chunk.2a0ed518a43c574a7821.d41d8cd9.js : 586 octets (333 octets compressés)
- dist/assets/chunk.2eac490e3e52dc1c20ce.d41d8cd9.js : 16,09 Ko (5,43 Ko compressés)
- dist/assets/chunk.45c0ddcc3e4205b8467a.d41d8cd9.js : 1,33 Mo (227,59 Ko compressés)
- dist/assets/chunk.498f6efd4a59a674b9f1.d41d8cd9.js : 9,02 Ko (3,46 Ko compressés)
- dist/assets/chunk.4dd04c2caef01a96513c.css : 20,97 Ko (4,92 Ko compressés)
- dist/assets/chunk.4dd04c2caef01a96513c.d41d8cd9.js : 586 octets (333 octets compressés)
- dist/assets/chunk.6a517fbbed1f79217a43.d41d8cd9.js : 417 octets (218 octets compressés)
- dist/assets/chunk.7cd67ff884e9b2be994c.css : 70,35 Ko (12,4 Ko compressés)
- dist/assets/chunk.9307108f9a5b58ddd982.d41d8cd9.js : 107,2 Ko (26,17 Ko compressés)
- dist/assets/chunk.9548690d8ef239d47242.d41d8cd9.js : 12,86 Mo (1,91 Mo compressés)
- dist/assets/chunk.c0929b7509d3ab3b8d83.d41d8cd9.js : 313,12 Ko (22,73 Ko compressés)
- dist/assets/chunk.c55c615d8724ee5d3719.d41d8cd9.js : 77,74 Ko (22,93 Ko compressés)
- dist/assets/chunk.cf6c0c7198adc2e079ac.d41d8cd9.js : 4,36 Mo (1,06 Mo compressés)
- dist/assets/chunk.d5574b6f701fd488c637.d41d8cd9.js : 10,07 Ko (3,71 Ko compressés)
- dist/assets/chunk.dfa5135ff08119b18919.d41d8cd9.js : 337,6 Ko (94,59 Ko compressés)
- dist/assets/chunk.eb564c65c9586de5f195.d41d8cd9.js : 928,63 Ko (164,12 Ko compressés)
- dist/assets/discourse.css : 171 octets (156 octets compressés)
- dist/assets/discourse.d41d8cd98f00b204e9800998ecf8427e.css : 0 octet
- dist/assets/embed-application.js : 1,19 Ko (574 octets compressés)
- dist/assets/google-tag-manager.js : 526 octets (357 octets compressés)
- dist/assets/google-universal-analytics-v3.js : 654 octets (403 octets compressés)
- dist/assets/google-universal-analytics-v4.js : 461 octets (298 octets compressés)
- dist/assets/onpopstate-handler.js : 157 octets (143 octets compressés)
- dist/assets/pageview.js : 347 octets (255 octets compressés)
- dist/assets/plugins/automation_admin.js : 140,55 Ko (18,19 Ko compressés)
- dist/assets/plugins/chat.js : 984,61 Ko (154,75 Ko compressés)
- dist/assets/plugins/checklist.js : 3,74 Ko (1,73 Ko compressés)
- dist/assets/plugins/discourse-akismet.js : 21,83 Ko (2,6 Ko compressés)
- dist/assets/plugins/discourse-cakeday.js : 78,72 Ko (5,86 Ko compressés)
- dist/assets/plugins/discourse-calendar.js : 166,15 Ko (34,46 Ko compressés)
- dist/assets/plugins/discourse-details.js : 1,25 Ko (614 octets compressés)
- dist/assets/plugins/discourse-docs.js : 89,62 Ko (10,12 Ko compressés)
- dist/assets/plugins/discourse-follow.js : 52,88 Ko (5,82 Ko compressés)
- dist/assets/plugins/discourse-gamification.js : 68,56 Ko (7,91 Ko compressés)
- dist/assets/plugins/discourse-gamification_admin.js : 25,37 Ko (4,3 Ko compressés)
- dist/assets/plugins/discourse-lazy-videos.js : 7,03 Ko (2,38 Ko compressés)
- dist/assets/plugins/discourse-local-dates.js : 33,37 Ko (9,02 Ko compressés)
- dist/assets/plugins/discourse-policy.js : 30,56 Ko (6,37 Ko compressés)
- dist/assets/plugins/discourse-post-voting.js : 52,97 Ko (10,31 Ko compressés)
- dist/assets/plugins/discourse-presence.js : 11,25 Ko (2,66 Ko compressés)
- dist/assets/plugins/discourse-solved.js : 23,11 Ko (4,98 Ko compressés)
- dist/assets/plugins/discourse-subscriptions.js : 228,29 Ko (24,77 Ko compressés)
- dist/assets/plugins/discourse-user-notes.js : 25,44 Ko (4,72 Ko compressés)
- dist/assets/plugins/discourse-whos-online.js : 19,27 Ko (3,52 Ko compressés)
- dist/assets/plugins/discourse-yearly-review.js : 2 Ko (879 octets compressés)
- dist/assets/plugins/docker_manager_admin.js : 38,25 Ko (7,44 Ko compressés)
- dist/assets/plugins/footnote.js : 2,74 Ko (1,19 Ko compressés)
- dist/assets/plugins/poll.js : 63,39 Ko (16,36 Ko compressés)
- dist/assets/plugins/spoiler-alert.js : 3,27 Ko (1,39 Ko compressés)
- dist/assets/plugins/styleguide.js : 154,83 Ko (21,52 Ko compressés)
- dist/assets/print-page.js : 111 octets (125 octets compressés)
- dist/assets/publish.js : 294 octets (212 octets compressés)
- dist/assets/qunit-custom.css : 6,74 Ko (1,89 Ko compressés)
- dist/assets/qunit.css : 904,32 Ko (128,45 Ko compressés)
- dist/assets/scripts/discourse-boot.js : 390 octets (270 octets compressés)
- dist/assets/scripts/discourse-test-listen-boot.js : 122 octets (106 octets compressés)
- dist/assets/scripts/discourse-test-load-dynamic-js.js : 1,14 Ko (601 octets compressés)
- dist/assets/scripts/module-shims.js : 771 octets (326 octets compressés)
- dist/assets/scripts/start-app.js : 216 octets (180 octets compressés)
- dist/assets/splash-screen.js : 1,17 Ko (554 octets compressés)
- dist/assets/start-discourse.js : 495 octets (338 octets compressés)
- dist/assets/test-i18n.js : 641,54 Ko (154,31 Ko compressés)
- dist/assets/test-site-settings.js : 15,02 Ko (5,33 Ko compressés)
- dist/assets/vendor.ff29780b9fed784cce2d843dcb93a803.js : 448,58 Ko (126,05 Ko compressés)
- dist/javascripts/@json-editor/json-editor/2.10.0/jsoneditor.js : 523,75 Ko (99,37 Ko compressés)
- dist/javascripts/ace.js/1.4.13/ace.js : 371,81 Ko (101,2 Ko compressés)
- dist/javascripts/ace.js/1.4.13/ext-searchbox.js : 11,91 Ko (3,58 Ko compressés)
- dist/javascripts/ace.js/1.4.13/mode-html.js : 60,88 Ko (18,33 Ko compressés)
- dist/javascripts/ace.js/1.4.13/mode-scss.js : 24,03 Ko (8,02 Ko compressés)
- dist/javascripts/ace.js/1.4.13/mode-sql.js : 4,84 Ko (1,87 Ko compressés)
- dist/javascripts/ace.js/1.4.13/mode-yaml.js : 5,09 Ko (1,79 Ko compressés)
- dist/javascripts/ace.js/1.4.13/theme-chaos.js : 3,18 Ko (1,03 Ko compressés)
- dist/javascripts/ace.js/1.4.13/theme-chrome.js : 3,04 Ko (1,06 Ko compressés)
- dist/javascripts/ace.js/1.4.13/worker-html.js : 208,1 Ko (47,65 Ko compressés)
- dist/javascripts/ace/ace.js : 370,75 Ko (100,95 Ko compressés)
- dist/javascripts/ace/ext-searchbox.js : 11,91 Ko (3,58 Ko compressés)
- dist/javascripts/ace/mode-html.js : 60,88 Ko (18,33 Ko compressés)
- dist/javascripts/ace/mode-scss.js : 24,03 Ko (8,02 Ko compressés)
- dist/javascripts/ace/mode-sql.js : 2,21 Ko (1,02 Ko compressés)
- dist/javascripts/ace/mode-yaml.js : 5,09 Ko (1,79 Ko compressés)
- dist/javascripts/ace/theme-chrome.js : 3,04 Ko (1,06 Ko compressés)
- dist/javascripts/ace/worker-html.js : 208,1 Ko (47,65 Ko compressés)
- dist/javascripts/chart.js/3.5.1/chart.min.js : 188,37 Ko (65,3 Ko compressés)
- dist/javascripts/chartjs-plugin-datalabels/2.2.0/chartjs-plugin-datalabels.min.js : 12,94 Ko (5,24 Ko compressés)
- dist/javascripts/count.js : 1,44 Ko (636 octets compressés)
- dist/javascripts/diffhtml/1.0.0-beta.30/diffhtml.min.js : 22,41 Ko (8,53 Ko compressés)
- dist/javascripts/embed-topics.js : 1,34 Ko (631 octets compressés)
- dist/javascripts/embed.js : 2,47 Ko (1,01 Ko compressés)
- dist/javascripts/magnific-popup/1.1.0/jquery.magnific-popup.min.js : 20,22 Ko (7,37 Ko compressés)
- dist/javascripts/media-optimization-worker.js : 5,01 Ko (1,74 Ko compressés)
- dist/javascripts/pikaday/1.8.2/pikaday.js : 42,54 Ko (9,67 Ko compressés)
- dist/javascripts/squoosh/mozjpeg_enc.js : 39,03 Ko (10,81 Ko compressés)
- dist/javascripts/squoosh/squoosh_resize.js : 4,53 Ko (1,28 Ko compressés)
Terminé en 325,40s.
I, [2024-06-04T12:00:32.632524 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'SKIP_EMBER_CLI_COMPILE=1 bundle exec rake themes:update assets:precompile'
Purge des fichiers temporaires
Regroupement des actifs
I, [2024-06-04T12:00:59.316090 #1032] INFO -- : Écriture de /var/www/discourse/public/assets/break_string-cc617154cd957804f2f6a1f3bc68258c9cdca3d4b9a322bf777d145fed04790e.js
I, [2024-06-04T12:00:59.339548 #1032] INFO -- : Écriture de /var/www/discourse/public/assets/service-worker-4ab99f2bb0bd5662385e93a8a1df960efe2c3da3dec537fb19fe97ca00024f81.js
I, [2024-06-04T12:00:59.352522 #1032] INFO -- : Écriture de /var/www/discourse/public/assets/locales/i18n-3b40e842fd72b9bcc74ea83e094c823cd9ca535e4ecc5e78722e6f99d3656137.js
I, [2024-06-04T12:00:59.365105 #1032] INFO -- : Écriture de /var/www/discourse/public/assets/scripts/discourse-test-listen-boot-9b14a0fc65c689577e6a428dcfd680205516fe211700a71c7adb5cbcf4df2cc5.js
rake aborted!
Zlib::BufError: buffer error (Zlib::BufError)
/var/www/discourse/vendor/bundle/ruby/3.3.0/gems/sprockets-3.7.3/lib/sprockets/cache/file_store.rb:100:in `<<'
/var/www/discourse/vendor/bundle/ruby/3.3.0/gems/sprockets-3.7.3/lib/sprockets/cache/file_store.rb:100:in `set'
/var/www/discourse/vendor/bundle/ruby/3.3.0/gems/sprockets-3.7.3/lib/sprockets/cache.rb:212:in `set'
/var/www/discourse/vendor/bundle/ruby/3.3.0/gems/sprockets-3.7.3/lib/sprockets/cache.rb:136:in `set'
/var/www/discourse/vendor/bundle/ruby/3.3.0/gems/sprockets-3.7.3/lib/sprockets/loader.rb:243:in `store_asset'
/var/www/discourse/vendor/bundle/ruby/3.3.0/gems/sprockets-3.7.3/lib/sprockets/loader.rb:185:in `load_from_unloaded'
/var/www/discourse/vendor/bundle/ruby/3.3.0/gems/sprockets-3.7.3/lib/sprockets/loader.rb:60:in `block in load'
/var/www/discourse/vendor/bundle/ruby/3.3.0/gems/sprockets-3.7.3/lib/sprockets/loader.rb:317:in `fetch_asset_from_dependency_cache'
/var/www/discourse/vendor/bundle/ruby/3.3.0/gems/sprockets-3.7.3/lib/sprockets/loader.rb:44:in `load'
/var/www/discourse/vendor/bundle/ruby/3.3.0/gems/sprockets-3.7.3/lib/sprockets/cached_environment.rb:20:in `block in initialize'
/var/www/discourse/vendor/bundle/ruby/3.3.0/gems/sprockets-3.7.3/lib/sprockets/cached_environment.rb:47:in `load'
/var/www/discourse/vendor/bundle/ruby/3.3.0/gems/sprockets-3.7.3/lib/sprockets/bundle.rb:23:in `block in call'
/var/www/discourse/vendor/bundle/ruby/3.3.0/gems/sprockets-3.7.3/lib/sprockets/utils.rb:201:in `dfs'
/var/www/discourse/vendor/bundle/ruby/3.3.0/gems/sprockets-3.7.3/lib/sprockets/bundle.rb:24:in `call'
/var/www/discourse/vendor/bundle/ruby/3.3.0/gems/sprockets-3.7.3/lib/sprockets/processor_utils.rb:75:in `call_processor'
/var/www/discourse/vendor/bundle/ruby/3.3.0/gems/sprockets-3.7.3/lib/sprockets/processor_utils.rb:57:in `block in call_processors'
/var/www/discourse/vendor/bundle/ruby/3.3.0/gems/sprockets-3.7.3/lib/sprockets/processor_utils.rb:56:in `reverse_each'
/var/www/discourse/vendor/bundle/ruby/3.3.0/gems/sprockets-3.7.3/lib/sprockets/processor_utils.rb:56:in `call_processors'
/var/www/discourse/vendor/bundle/ruby/3.3.0/gems/sprockets-3.7.3/lib/sprockets/loader.rb:134:in `load_from_unloaded'
/var/www/discourse/vendor/bundle/ruby/3.3.0/gems/sprockets-3.7.3/lib/sprockets/loader.rb:60:in `block in load'
/var/www/discourse/vendor/bundle/ruby/3.3.0/gems/sprockets-3.7.3/lib/sprockets/loader.rb:317:in `fetch_asset_from_dependency_cache'
/var/www/discourse/vendor/bundle/ruby/3.3.0/gems/sprockets-3.7.3/lib/sprockets/loader.rb:44:in `load'
/var/www/discourse/vendor/bundle/ruby/3.3.0/gems/sprockets-3.7.3/lib/sprockets/cached_environment.rb:20:in `block in initialize'
/var/www/discourse/vendor/bundle/ruby/3.3.0/gems/sprockets-3.7.3/lib/sprockets/cached_environment.rb:47:in `load'
/var/www/discourse/vendor/bundle/ruby/3.3.0/gems/sprockets-3.7.3/lib/sprockets/base.rb:66:in `find_asset'
/var/www/discourse/vendor/bundle/ruby/3.3.0/gems/sprockets-3.7.3/lib/sprockets/base.rb:73:in `find_all_linked_assets'
/var/www/discourse/vendor/bundle/ruby/3.3.0/gems/sprockets-3.7.3/lib/sprockets/manifest.rb:134:in `block in find'
/var/www/discourse/vendor/bundle/ruby/3.3.0/gems/sprockets-3.7.3/lib/sprockets/manifest.rb:133:in `each'
/var/www/discourse/vendor/bundle/ruby/3.3.0/gems/sprockets-3.7.3/lib/sprockets/manifest.rb:133:in `find'
/var/www/discourse/vendor/bundle/ruby/3.3.0/gems/sprockets-3.7.3/lib/sprockets/manifest.rb:186:in `compile'
/var/www/discourse/vendor/bundle/ruby/3.3.0/gems/sprockets-rails-3.4.2/lib/sprockets/rails/task.rb:67:in `block (3 levels) in define'
/var/www/discourse/vendor/bundle/ruby/3.3.0/gems/sprockets-3.7.3/lib/rake/sprocketstask.rb:147:in `with_logger'
/var/www/discourse/vendor/bundle/ruby/3.3.0/gems/sprockets-rails-3.4.2/lib/sprockets/rails/task.rb:66:in `block (2 levels) in define'
/var/www/discourse/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/exe/rake:27:in `<top (required)>'
/usr/local/bin/bundle:25:in `load'
/usr/local/bin/bundle:25:in `<main>'
Tâches : TOP => assets:precompile
(Voir la trace complète en exécutant la tâche avec --trace)
I, [2024-06-04T12:01:03.670584 #1] INFO -- : Vérification de 'DiscoTOC' pour 'default'... à jour
Vérification de 'Welcome Link Banner' pour 'default'... à jour
Vérification de 'Discourse Atlassian StatusPage' pour 'default'... à jour
Vérification de 'Discord Widget' pour 'default'... à jour
Vérification de 'discourse-reply-template-component' pour 'default'... à jour
Vérification de 'Discourse Docs Card Filter' pour 'default'... à jour
Vérification de 'Account Deletion Request' pour 'default'... à jour
Vérification de 'discourse-profile-custom-link' pour 'default'... à jour
Vérification de 'Guest Gate Theme Component' pour 'default'... à jour
Vérification de 'discourse-gifs' pour 'default'... à jour
Vérification de 'discourse-right-sidebar-blocks' pour 'default'... à jour
Téléchargement de MaxMindDB...
I, [2024-06-04T12:01:03.671575 #1] INFO -- : Terminaison des processus asynchrones
I, [2024-06-04T12:01:03.671784 #1] INFO -- : Envoi de INT à 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 : 32
94:signal-handler (1717502463) SIGTERM reçu, planification de l'arrêt...
I, [2024-06-04T12:01:03.672002 #1] INFO -- : Envoi de TERM à exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf pid : 94
2024-06-04 12:01:03.672 UTC [32] LOG : demande d'arrêt rapide reçue
2024-06-04 12:01:03.678 UTC [32] LOG : interruption des transactions actives
2024-06-04 12:01:03.682 UTC [32] LOG : le travailleur d'arrière-plan "logical replication launcher" (PID 47) s'est arrêté avec le code de sortie 1
2024-06-04 12:01:03.686 UTC [42] LOG : arrêt en cours
94:M 04 Jun 2024 12:01:03.748 # Arrêt demandé par l'utilisateur...
94:M 04 Jun 2024 12:01:03.749 * Sauvegarde de la dernière instantanée RDB avant la sortie.
2024-06-04 12:01:03.780 UTC [32] LOG : le système de base de données est arrêté
94:M 04 Jun 2024 12:01:03.827 * Base de données sauvegardée sur le disque
94:M 04 Jun 2024 12:01:03.828 # Redis est maintenant prêt à quitter, au revoir...
ÉCHEC
--------------------
Pups::ExecError : cd /var/www/discourse && su discourse -c 'SKIP_EMBER_CLI_COMPILE=1 bundle exec rake themes:update assets:precompile' a échoué avec le retour #<Process::Status: pid 1030 exit 1>
Lieu de l'échec : /usr/local/lib/ruby/gems/3.3.0/gems/pups-1.2.1/lib/pups/exec_command.rb:132:in `spawn'
exec a échoué avec les paramètres {"cd"=>"$home", "tag"=>"precompile", "hook"=>"assets_precompile", "cmd"=>["su discourse -c 'SKIP_EMBER_CLI_COMPILE=1 bundle exec rake themes:update assets:precompile'"]}
bootstrap a échoué avec le code de sortie 1
** ÉCHEC DU BOOTSTRAP ** veuillez faire défiler vers le haut et rechercher des messages d'erreur précédents, il peut y en avoir plus d'un.
./discourse-doctor peut aider à diagnostiquer le problème.
991e516cce3a77123cbc96b8d78aca8aeaa19929bc768e34bd1068dfdc1e946e