C’est dommage. Je n’ai pas réussi à mettre à jour, ni dans la console ni dans Discourse. J’ai essayé d’innombrables choses, y compris la désactivation de tous les plugins, sans succès. Si quelqu’un peut déduire quelque chose de la capture d’écran de la console lorsque j’ai tenté de reconstruire, je serais très reconnaissant.
Il semble qu’il y ait eu un échec de migration, mais nous avons besoin des lignes de journal plus anciennes pour déterminer pourquoi elles échouent.
Ce n’est pas une migration, même si j’ai effectué une migration il y a quelques mois et que j’ai pu mettre à jour et reconstruire à plusieurs reprises par la suite. Il s’agit simplement d’une reconstruction. Je tenterai de récupérer l’intégralité du journal plus tard.
Il parle d’une migration de base de données. Les mises à jour incluent parfois des modifications de la structure de la base de données. Il semble que ce soit ce qui a échoué (peut-être un index de base de données corrompu ou un plugin défectueux, mais ce ne sont que des suppositions).
Si vous ne pouvez pas faire défiler vers l’arrière, réessayez simplement. Plutôt qu’une capture d’écran, copier le texte est préférable. Vous pouvez également le coller entre des accents graves comme ceci :
```
Votre contenu ici
```
Veuillez m’excuser pour cette réponse très en retard, mais j’ai enfin eu le temps de récupérer un journal.
Ce qui suit est tout ce qui apparaît après le lancement de la reconstruction.
Vérification que le lanceur est à jour
Récupération de l'origine
Le lanceur est à jour
Arrêt de l'ancien conteneur
+ /usr/bin/docker stop -t 60 app
app
cd /pups && git pull && git checkout v1.0.3 && /pups/bin/pups --stdin
Déjà à jour.
Remarque : vérification de 'v1.0.3'.
Vous êtes dans un état 'HEAD détaché'. Vous pouvez explorer, effectuer des modifications expérimentales et les valider, et vous pouvez annuler toutes les validations effectuées dans cet état sans affecter les branches en effectuant une autre vérification.
Si vous souhaitez créer une nouvelle branche pour conserver les validations que vous créez, vous pouvez le faire (maintenant ou plus tard) en utilisant -b avec la commande de vérification. Exemple :
git checkout -b <nom-de-la-nouvelle-branche>
HEAD est maintenant à d1db030 couper une nouvelle version
I, [2021-11-01T00:22:36.703574 #1] INFO -- : Chargement --stdin
I, [2021-11-01T00:22:36.713107 #1] INFO -- : > locale-gen $LANG && update-locale
I, [2021-11-01T00:22:36.792263 #1] INFO -- : Génération des locales (cela peut prendre un certain temps)...
Génération terminée.
I, [2021-11-01T00:22:36.793270 #1] INFO -- : > mkdir -p /shared/postgres_run
I, [2021-11-01T00:22:36.802760 #1] INFO -- :
I, [2021-11-01T00:22:36.804583 #1] INFO -- : > chown postgres:postgres /shared/postgres_run
I, [2021-11-01T00:22:36.810419 #1] INFO -- :
I, [2021-11-01T00:22:36.811303 #1] INFO -- : > chmod 775 /shared/postgres_run
I, [2021-11-01T00:22:36.816328 #1] INFO -- :
I, [2021-11-01T00:22:36.817118 #1] INFO -- : > rm -fr /var/run/postgresql
I, [2021-11-01T00:22:36.822275 #1] INFO -- :
I, [2021-11-01T00:22:36.823079 #1] INFO -- : > ln -s /shared/postgres_run /var/run/postgresql
I, [2021-11-01T00:22:36.827897 #1] INFO -- :
I, [2021-11-01T00:22:36.828769 #1] INFO -- : > socat /dev/null UNIX-CONNECT:/shared/postgres_run/.s.PGSQL.5432 || exit 0 && echo postgres already running stop container ; exit 1
2021/11/01 00:22:36 socat[27] E connect(6, AF=1 "/shared/postgres_run/.s.PGSQL.5432", 36): No such file or directory
I, [2021-11-01T00:22:36.847474 #1] INFO -- :
I, [2021-11-01T00:22:36.848113 #1] INFO -- : > rm -fr /shared/postgres_run/.s*
I, [2021-11-01T00:22:36.854060 #1] INFO -- :
I, [2021-11-01T00:22:36.854652 #1] INFO -- : > rm -fr /shared/postgres_run/*.pid
I, [2021-11-01T00:22:36.859188 #1] INFO -- :
I, [2021-11-01T00:22:36.859800 #1] INFO -- : > mkdir -p /shared/postgres_run/13-main.pg_stat_tmp
I, [2021-11-01T00:22:36.863659 #1] INFO -- :
I, [2021-11-01T00:22:36.864442 #1] INFO -- : > chown postgres:postgres /shared/postgres_run/13-main.pg_stat_tmp
I, [2021-11-01T00:22:36.868279 #1] INFO -- :
I, [2021-11-01T00:22:36.877938 #1] INFO -- : Fichier > /etc/service/postgres/run chmod: +x chown:
I, [2021-11-01T00:22:36.885613 #1] INFO -- : Fichier > /etc/service/postgres/log/run chmod: +x chown:
I, [2021-11-01T00:22:36.893862 #1] INFO -- : Fichier > /etc/runit/3.d/99-postgres chmod: +x chown:
I, [2021-11-01T00:22:36.901790 #1] INFO -- : Fichier > /root/upgrade_postgres chmod: +x chown:
I, [2021-11-01T00:22:36.902690 #1] INFO -- : > chown -R root /var/lib/postgresql/13/main
I, [2021-11-01T00:22:37.960738 #1] INFO -- :
I, [2021-11-01T00:22:37.961792 #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, [2021-11-01T00:22:37.965979 #1] INFO -- :
I, [2021-11-01T00:22:37.966532 #1] INFO -- : > chown -R postgres:postgres /shared/postgres_data
I, [2021-11-01T00:22:37.997716 #1] INFO -- :
I, [2021-11-01T00:22:37.998764 #1] INFO -- : > chown -R postgres:postgres /var/run/postgresql
I, [2021-11-01T00:22:38.003595 #1] INFO -- :
I, [2021-11-01T00:22:38.004484 #1] INFO -- : > /root/upgrade_postgres
I, [2021-11-01T00:22:38.015331 #1] INFO -- :
I, [2021-11-01T00:22:38.016143 #1] INFO -- : > rm /root/upgrade_postgres
I, [2021-11-01T00:22:38.020319 #1] INFO -- :
I, [2021-11-01T00:22:38.022437 #1] INFO -- : Remplacement de data_directory = '/var/lib/postgresql/13/main' par data_directory = '/shared/postgres_data' dans /etc/postgresql/13/main/postgresql.conf
I, [2021-11-01T00:22:38.023631 #1] INFO -- : Remplacement de (?-mix:#?listen_addresses *=.*) par listen_addresses = '*' dans /etc/postgresql/13/main/postgresql.conf
I, [2021-11-01T00:22:38.024627 #1] INFO -- : Remplacement de (?-mix:#?synchronous_commit *=.*) par synchronous_commit = $db_synchronous_commit dans /etc/postgresql/13/main/postgresql.conf
I, [2021-11-01T00:22:38.025408 #1] INFO -- : Remplacement de (?-mix:#?shared_buffers *=.*) par shared_buffers = $db_shared_buffers dans /etc/postgresql/13/main/postgresql.conf
I, [2021-11-01T00:22:38.026156 #1] INFO -- : Remplacement de (?-mix:#?work_mem *=.*) par work_mem = $db_work_mem dans /etc/postgresql/13/main/postgresql.conf
I, [2021-11-01T00:22:38.026959 #1] INFO -- : Remplacement de (?-mix:#?default_text_search_config *=.*) par default_text_search_config = '$db_default_text_search_config' dans /etc/postgresql/13/main/postgresql.conf
I, [2021-11-01T00:22:38.027835 #1] INFO -- : > install -d -m 0755 -o postgres -g postgres /shared/postgres_backup
I, [2021-11-01T00:22:38.035462 #1] INFO -- :
I, [2021-11-01T00:22:38.036596 #1] INFO -- : Remplacement de (?-mix:#?checkpoint_segments *=.*) par checkpoint_segments = $db_checkpoint_segments dans /etc/postgresql/13/main/postgresql.conf
I, [2021-11-01T00:22:38.037385 #1] INFO -- : Remplacement de (?-mix:#?logging_collector *=.*) par logging_collector = $db_logging_collector dans /etc/postgresql/13/main/postgresql.conf
I, [2021-11-01T00:22:38.038251 #1] INFO -- : Remplacement de (?-mix:#?log_min_duration_statement *=.*) par log_min_duration_statement = $db_log_min_duration_statement dans /etc/postgresql/13/main/postgresql.conf
I, [2021-11-01T00:22:38.039441 #1] INFO -- : Remplacement de (?-mix:^#local +replication +postgres +peer$) par local replication postgres peer dans /etc/postgresql/13/main/pg_hba.conf
I, [2021-11-01T00:22:38.040287 #1] INFO -- : Remplacement de (?-mix:^host.*all.*all.*127.*$) par host all all 0.0.0.0/0 md5 dans /etc/postgresql/13/main/pg_hba.conf
I, [2021-11-01T00:22:38.041101 #1] INFO -- : Remplacement de (?-mix:^host.*all.*all.*::1\/128.*$) par host all all ::/0 md5 dans /etc/postgresql/13/main/pg_hba.conf
I, [2021-11-01T00:22:38.041740 #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, [2021-11-01T00:22:38.045506 #1] INFO -- : > sleep 5
2021-11-01 00:22:38.165 UTC [50] LOG: démarrage de PostgreSQL 13.4 (Debian 13.4-4.pgdg100+1) sur x86_64-pc-linux-gnu, compilé par gcc (Debian 8.3.0-6) 8.3.0, 64-bit
2021-11-01 00:22:38.166 UTC [50] LOG: écoute sur l'adresse IPv4 "0.0.0.0", port 5432
2021-11-01 00:22:38.166 UTC [50] LOG: écoute sur l'adresse IPv6 "::", port 5432
2021-11-01 00:22:38.168 UTC [50] LOG: écoute sur le socket Unix "/var/run/postgresql/.s.PGSQL.5432"
2021-11-01 00:22:38.173 UTC [53] LOG: le système de bases de données a été arrêté le 2021-11-01 00:22:25 UTC
2021-11-01 00:22:38.184 UTC [50] LOG: le système de bases de données est prêt à accepter les connexions
I, [2021-11-01T00:22:43.056258 #1] INFO -- :
I, [2021-11-01T00:22:43.057405 #1] INFO -- : > su postgres -c 'createdb discourse' || true
2021-11-01 00:22:43.211 UTC [63] postgres@postgres ERROR: la base de données "discourse" existe déjà
2021-11-01 00:22:43.211 UTC [63] postgres@postgres STATEMENT: CREATE DATABASE discourse;
createdb: erreur: la création de la base de données a échoué : ERROR: la base de données "discourse" existe déjà
I, [2021-11-01T00:22:43.217515 #1] INFO -- :
I, [2021-11-01T00:22:43.218432 #1] INFO -- : > su postgres -c 'psql discourse -c "create user discourse;"' || true
2021-11-01 00:22:43.328 UTC [67] postgres@discourse ERROR: le rôle "discourse" existe déjà
2021-11-01 00:22:43.328 UTC [67] postgres@discourse STATEMENT: create user discourse;
ERROR: le rôle "discourse" existe déjà
I, [2021-11-01T00:22:43.332483 #1] INFO -- :
I, [2021-11-01T00:22:43.333388 #1] INFO -- : > su postgres -c 'psql discourse -c "grant all privileges on database discourse to discourse;"' || true
I, [2021-11-01T00:22:43.413486 #1] INFO -- : GRANT
I, [2021-11-01T00:22:43.416156 #1] INFO -- : > su postgres -c 'psql discourse -c "alter schema public owner to discourse;"'
I, [2021-11-01T00:22:43.496728 #1] INFO -- : ALTER SCHEMA
I, [2021-11-01T00:22:43.497561 #1] INFO -- : > su postgres -c 'psql template1 -c "create extension if not exists hstore;"'
NOTICE: l'extension "hstore" existe déjà, saut
I, [2021-11-01T00:22:43.587289 #1] INFO -- : CREATE EXTENSION
I, [2021-11-01T00:22:43.588057 #1] INFO -- : > su postgres -c 'psql template1 -c "create extension if not exists pg_trgm;"'
NOTICE: l'extension "pg_trgm" existe déjà, saut
I, [2021-11-01T00:22:43.675828 #1] INFO -- : CREATE EXTENSION
I, [2021-11-01T00:22:43.676536 #1] INFO -- : > su postgres -c 'psql discourse -c "create extension if not exists hstore;"'
NOTICE: l'extension "hstore" existe déjà, saut
I, [2021-11-01T00:22:43.767365 #1] INFO -- : CREATE EXTENSION
I, [2021-11-01T00:22:43.768328 #1] INFO -- : > su postgres -c 'psql discourse -c "create extension if not exists pg_trgm;"'
NOTICE: l'extension "pg_trgm" existe déjà, saut
I, [2021-11-01T00:22:43.858974 #1] INFO -- : CREATE EXTENSION
I, [2021-11-01T00:22:43.859774 #1] INFO -- : > sudo -u postgres psql discourse
I, [2021-11-01T00:22:43.868861 #1] INFO -- : update pg_database set encoding = pg_char_to_encoding('UTF8') where datname = 'discourse' AND encoding = pg_char_to_encoding('SQL_ASCII');
I, [2021-11-01T00:22:43.980816 #1] INFO -- : Fichier > /var/lib/postgresql/take-database-backup chmod: +x chown: postgres:postgres
I, [2021-11-01T00:22:43.987765 #1] INFO -- : Fichier > /var/spool/cron/crontabs/postgres chmod: chown:
I, [2021-11-01T00:22:43.988814 #1] INFO -- : > echo postgres installed!
I, [2021-11-01T00:22:43.994179 #1] INFO -- : postgres installed!
I, [2021-11-01T00:22:43.995093 #1] INFO -- : > thpoff echo "thpoff is installed!"
I, [2021-11-01T00:22:44.001005 #1] INFO -- : thpoff is installed!
I, [2021-11-01T00:22:44.001771 #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, [2021-11-01T00:22:44.112583 #1] INFO -- :
I, [2021-11-01T00:22:44.113427 #1] INFO -- : > /usr/local/bin/ruby -e 'if ENV["DISCOURSE_HOSTNAME"] == "discourse.example.com"; puts "Aborting! Domain is not configured!"; exit 1; end'
I, [2021-11-01T00:22:44.220062 #1] INFO -- :
I, [2021-11-01T00:22:44.220942 #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, [2021-11-01T00:22:44.333546 #1] INFO -- :
I, [2021-11-01T00:22:44.334424 #1] INFO -- : > rm -f /etc/cron.d/anacron
I, [2021-11-01T00:22:44.339698 #1] INFO -- :
I, [2021-11-01T00:22:44.345525 #1] INFO -- : Fichier > /etc/cron.d/anacron chmod: chown:
I, [2021-11-01T00:22:44.356542 #1] INFO -- : Fichier > /etc/runit/1.d/copy-env chmod: +x chown:
I, [2021-11-01T00:22:44.367195 #1] INFO -- : Fichier > /etc/service/unicorn/run chmod: +x chown:
I, [2021-11-01T00:22:44.378077 #1] INFO -- : Fichier > /etc/service/nginx/run chmod: +x chown:
I, [2021-11-01T00:22:44.387243 #1] INFO -- : Fichier > /etc/runit/3.d/01-nginx chmod: +x chown:
I, [2021-11-01T00:22:44.396258 #1] INFO -- : Fichier > /etc/runit/3.d/02-unicorn chmod: +x chown:
I, [2021-11-01T00:22:44.396988 #1] INFO -- : Remplacement de # postgres par sv start postgres || exit 1 dans /etc/service/unicorn/run
I, [2021-11-01T00:22:44.398977 #1] INFO -- : > cd /var/www/discourse && git reset --hard
Vérification des fichiers : 25% (6593/26168)
Vérification des fichiers : 26% (6804/26168)
Vérification des fichiers : 27% (7066/26168)
Vérification des fichiers : 28% (7328/26168)
Vérification des fichiers : 29% (7589/26168)
Vérification des fichiers : 30% (7851/26168)
Vérification des fichiers : 31% (8113/26168)
Vérification des fichiers : 32% (8374/26168)
Vérification des fichiers : 33% (8636/26168)
Vérification des fichiers : 34% (8898/26168)
Vérification des fichiers : 35% (9159/26168)
Vérification des fichiers : 36% (9421/26168)
Vérification des fichiers : 37% (9683/26168)
Vérification des fichiers : 38% (9944/26168)
Vérification des fichiers : 39% (10206/26168)
Vérification des fichiers : 40% (10468/26168)
Vérification des fichiers : 41% (10729/26168)
Vérification des fichiers : 42% (10991/26168)
Vérification des fichiers : 43% (11253/26168)
Vérification des fichiers : 44% (11514/26168)
Vérification des fichiers : 45% (11776/26168)
Vérification des fichiers : 46% (12038/26168)
Vérification des fichiers : 47% (12299/26168)
Vérification des fichiers : 48% (12561/26168)
Vérification des fichiers : 49% (12823/26168)
Vérification des fichiers : 50% (13084/26168)
Vérification des fichiers : 51% (13346/26168)
Vérification des fichiers : 52% (13608/26168)
Vérification des fichiers : 53% (13870/26168)
Vérification des fichiers : 54% (14131/26168)
Vérification des fichiers : 55% (14393/26168)
Vérification des fichiers : 56% (14655/26168)
Vérification des fichiers : 57% (14916/26168)
Vérification des fichiers : 58% (15178/26168)
Vérification des fichiers : 59% (15440/26168)
Vérification des fichiers : 60% (15701/26168)
Vérification des fichiers : 60% (15780/26168)
Vérification des fichiers : 61% (15963/26168)
Vérification des fichiers : 62% (16225/26168)
Vérification des fichiers : 63% (16486/26168)
Vérification des fichiers : 64% (16748/26168)
Vérification des fichiers : 65% (17010/26168)
Vérification des fichiers : 66% (17271/26168)
Vérification des fichiers : 67% (17533/26168)
Vérification des fichiers : 68% (17795/26168)
Vérification des fichiers : 69% (18056/26168)
Vérification des fichiers : 70% (18318/26168)
Vérification des fichiers : 71% (18580/26168)
Vérification des fichiers : 72% (18841/26168)
Vérification des fichiers : 73% (19103/26168)
Vérification des fichiers : 74% (19365/26168)
Vérification des fichiers : 75% (19626/26168)
Vérification des fichiers : 76% (19888/26168)
Vérification des fichiers : 77% (20150/26168)
Vérification des fichiers : 78% (20412/26168)
Vérification des fichiers : 79% (20673/26168)
Vérification des fichiers : 80% (20935/26168)
Vérification des fichiers : 81% (21197/26168)
Vérification des fichiers : 82% (21458/26168)
Vérification des fichiers : 83% (21720/26168)
Vérification des fichiers : 84% (21982/26168)
Vérification des fichiers : 85% (22243/26168)
Vérification des fichiers : 86% (22505/26168)
Vérification des fichiers : 87% (22767/26168)
Vérification des fichiers : 88% (23028/26168)
Vérification des fichiers : 89% (23290/26168)
Vérification des fichiers : 90% (23552/26168)
Vérification des fichiers : 91% (23813/26168)
Vérification des fichiers : 92% (24075/26168)
Vérification des fichiers : 92% (24315/26168)
Vérification des fichiers : 93% (24337/26168)
Vérification des fichiers : 94% (24598/26168)
Vérification des fichiers : 95% (24860/26168)
Vérification des fichiers : 96% (25122/26168)
Vérification des fichiers : 97% (25383/26168)
Vérification des fichiers : 98% (25645/26168)
Vérification des fichiers : 99% (25907/26168)
Vérification des fichiers : 100% (26168/26168)
Vérification des fichiers : 100% (26168/26168), terminé.
I, [2021-11-01T00:22:48.823644 #1] INFO -- : HEAD est maintenant à 92afa74d Marquer le plugin shared-edits comme officiel (#14639)
I, [2021-11-01T00:22:48.824440 #1] INFO -- : > cd /var/www/discourse && git clean -f
I, [2021-11-01T00:22:48.963352 #1] INFO -- :
I, [2021-11-01T00:22:48.964200 #1] INFO -- : > cd /var/www/discourse && git remote set-branches --add origin main
I, [2021-11-01T00:22:48.970667 #1] INFO -- :
I, [2021-11-01T00:22:48.971205 #1] INFO -- : > cd /var/www/discourse && git remote set-branches origin tests-passed
I, [2021-11-01T00:22:48.977199 #1] INFO -- :
I, [2021-11-01T00:22:48.977738 #1] INFO -- : > cd /var/www/discourse && git fetch --depth 1 origin tests-passed
From https://github.com/discourse/discourse
* branch tests-passed -> FETCH_HEAD
* [new branch] tests-passed -> origin/tests-passed
I, [2021-11-01T00:22:51.160808 #1] INFO -- :
I, [2021-11-01T00:22:51.161471 #1] INFO -- : > cd /var/www/discourse && git checkout tests-passed
Passage à une nouvelle branche 'tests-passed'
I, [2021-11-01T00:22:52.301107 #1] INFO -- : La branche 'tests-passed' est configurée pour suivre la branche distante 'tests-passed' de 'origin'.
I, [2021-11-01T00:22:52.301706 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp
I, [2021-11-01T00:22:52.311733 #1] INFO -- :
I, [2021-11-01T00:22:52.316030 #1] INFO -- : > cd /var/www/discourse && chown discourse:www-data tmp
I, [2021-11-01T00:22:52.325749 #1] INFO -- :
I, [2021-11-01T00:22:52.326348 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp/pids
I, [2021-11-01T00:22:52.336068 #1] INFO -- :
I, [2021-11-01T00:22:52.340034 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp/sockets
I, [2021-11-01T00:22:52.348003 #1] INFO -- :
I, [2021-11-01T00:22:52.348517 #1] INFO -- : > cd /var/www/discourse && touch tmp/.gitkeep
I, [2021-11-01T00:22:52.359960 #1] INFO -- :
I, [2021-11-01T00:22:52.360073 #1] INFO -- : > cd /var/www/discourse && mkdir -p /shared/log/rails
I, [2021-11-01T00:22:52.370560 #1] INFO -- :
I, [2021-11-01T00:22:52.371174 #1] INFO -- : > cd /var/www/discourse && bash -c "touch -a /shared/log/rails/{production,production_errors,unicorn.stdout,unicorn.stderr,sidekiq}.log"
I, [2021-11-01T00:22:52.388493 #1] INFO -- :
I, [2021-11-01T00:22:52.388629 #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, [2021-11-01T00:22:52.404830 #1] INFO -- :
I, [2021-11-01T00:22:52.404969 #1] INFO -- : > cd /var/www/discourse && bash -c "mkdir -p /shared/{uploads,backups}"
I, [2021-11-01T00:22:52.421061 #1] INFO -- :
I, [2021-11-01T00:22:52.421741 #1] INFO -- : > cd /var/www/discourse && bash -c "ln -s /shared/{uploads,backups} /var/www/discourse/public"
I, [2021-11-01T00:22:52.437357 #1] INFO -- :
I, [2021-11-01T00:22:52.437479 #1] INFO -- : > cd /var/www/discourse && bash -c "mkdir -p /shared/tmp/{backups,restores}"
I, [2021-11-01T00:22:52.452669 #1] INFO -- :
I, [2021-11-01T00:22:52.453309 #1] INFO -- : > cd /var/www/discourse && bash -c "ln -s /shared/tmp/{backups,restores} /var/www/discourse/tmp"
I, [2021-11-01T00:22:52.468750 #1] INFO -- :
I, [2021-11-01T00:22:52.468882 #1] INFO -- : > cd /var/www/discourse && chown -R discourse:www-data /shared/log/rails /shared/uploads /shared/backups /shared/tmp
I, [2021-11-01T00:22:52.755036 #1] INFO -- :
I, [2021-11-01T00:22:52.755781 #1] INFO -- : > cd /var/www/discourse && find public/plugins/ -maxdepth 1 -xtype l -delete
I, [2021-11-01T00:22:52.763377 #1] INFO -- :
I, [2021-11-01T00:22:52.764430 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/docker_manager.git
Clonage dans 'docker_manager'...
I, [2021-11-01T00:22:53.944491 #1] INFO -- :
I, [2021-11-01T00:22:53.945294 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-spoiler-alert
Clonage dans 'discourse-spoiler-alert'...
I, [2021-11-01T00:22:54.349404 #1] INFO -- :
I, [2021-11-01T00:22:54.350150 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/cpradio/discourse-giphy
Clonage dans 'discourse-giphy'...
I, [2021-11-01T00:22:54.988087 #1] INFO -- :
I, [2021-11-01T00:22:54.989060 #1] INFO -- : > cp /var/www/discourse/config/nginx.sample.conf /etc/nginx/conf.d/discourse.conf
I, [2021-11-01T00:22:54.995794 #1] INFO -- :
I, [2021-11-01T00:22:54.996738 #1] INFO -- : > rm /etc/nginx/sites-enabled/default
I, [2021-11-01T00:22:55.001383 #1] INFO -- :
I, [2021-11-01T00:22:55.002328 #1] INFO -- : > mkdir -p /var/nginx/cache
I, [2021-11-01T00:22:55.007086 #1] INFO -- :
I, [2021-11-01T00:22:55.008486 #1] INFO -- : Remplacement de pid /run/nginx.pid; par daemon off; dans /etc/nginx/nginx.conf
I, [2021-11-01T00:22:55.009378 #1] INFO -- : Remplacement de (?m-ix:upstream[^\}]+\}) par upstream discourse { server 127.0.0.1:3000; } dans /etc/nginx/conf.d/discourse.conf
I, [2021-11-01T00:22:55.010106 #1] INFO -- : Remplacement de (?-mix:server_name.+$) par server_name _ ; dans /etc/nginx/conf.d/discourse.conf
I, [2021-11-01T00:22:55.010864 #1] INFO -- : Remplacement de (?-mix:client_max_body_size.+$) par client_max_body_size $upload_size ; dans /etc/nginx/conf.d/discourse.conf
I, [2021-11-01T00:22:55.011539 #1] INFO -- : > echo "done configuring web"
I, [2021-11-01T00:22:55.015681 #1] INFO -- : done configuring web
I, [2021-11-01T00:22:55.016534 #1] INFO -- : > cd /var/www/discourse && gem install bundler --conservative -v $(awk '/BUNDLED WITH/ { getline; gsub(/ /,""); print $0 }' Gemfile.lock)
I, [2021-11-01T00:22:55.971470 #1] INFO -- : Successfully installed bundler-2.2.26
1 gem installed
I, [2021-11-01T00:22:55.972367 #1] INFO -- : > cd /var/www/discourse && find /var/www/discourse ! -user discourse -exec chown discourse {} \+
I, [2021-11-01T00:22:59.921873 #1] INFO -- :
I, [2021-11-01T00:22:59.922743 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'bundle install --deployment --retry 3 --jobs 4 --verbose --without test development'
[OBSOLÈTE] L'indicateur `--deployment` est obsolète car il repose sur le fait d'être mémorisé entre les invocations de bundler, ce que bundler ne fera plus dans les futures versions. Utilisez plutôt `bundle config set --local deployment 'true'`, et arrêtez d'utiliser cet indicateur
[OBSOLÈTE] L'indicateur `--without` est obsolète car il repose sur le fait d'être mémorisé entre les invocations de bundler, ce que bundler ne fera plus dans les futures versions. Utilisez plutôt `bundle config set --local without 'test development'`, et arrêtez d'utiliser cet indicateur
I, [2021-11-01T00:23:12.863463 #1] INFO -- : Exécution de `bundle install --deployment --jobs 4 --retry 3 --verbose --without "test" "development"` avec bundler 2.2.26
Gelée, utilisation de la résolution depuis le fichier de verrouillage
La définition est manquante ["json-2.6.1", "json-2.6.1", "json-2.6.1", "json-2.6.1", "json-2.6.1", "json-2.6.1", "aws-sdk-sns-1.46.0", "aws-sdk-sns-1.46.0", "aws-sdk-sns-1.46.0", "aws-sdk-sns-1.46.0", "aws-sdk-sns-1.46.0", "aws-sdk-sns-1.46.0", "excon-0.88.0", "excon-0.88.0", "excon-0.88.0", "excon-0.88.0", "excon-0.88.0", "excon-0.88.0", "image_optim-0.31.1", "image_optim-0.31.1", "image_optim-0.31.1", "image_optim-0.31.1", "image_optim-0.31.1", "image_optim-0.31.1", "omniauth-facebook-9.0.0", "omniauth-facebook-9.0.0", "omniauth-facebook-9.0.0", "omniauth-facebook-9.0.0", "omniauth-facebook-9.0.0", "omniauth-facebook-9.0.0", "logster-2.9.8", "logster-2.9.8", "logster-2.9.8", "logster-2.9.8", "logster-2.9.8", "logster-2.9.8", "zeitwerk-2.5.1", "zeitwerk-2.5.1", "zeitwerk-2.5.1", "zeitwerk-2.5.1", "zeitwerk-2.5.1", "zeitwerk-2.5.1", "aws-sdk-core-3.121.2", "aws-sdk-core-3.121.2", "aws-sdk-core-3.121.2", "aws-sdk-core-3.121.2", "aws-sdk-core-3.121.2", "aws-sdk-core-3.121.2", "aws-sigv4-1.4.0", "aws-sigv4-1.4.0", "aws-sigv4-1.4.0", "aws-sigv4-1.4.0", "aws-sigv4-1.4.0", "aws-sigv4-1.4.0", "image_size-3.0.1", "image_size-3.0.1", "image_size-3.0.1", "image_size-3.0.1", "image_size-3.0.1", "image_size-3.0.1", "racc-1.6.0", "racc-1.6.0", "racc-1.6.0", "racc-1.6.0", "racc-1.6.0", "racc-1.6.0", "aws-partitions-1.516.0", "aws-partitions-1.516.0", "aws-partitions-1.516.0", "aws-partitions-1.516.0", "aws-partitions-1.516.0", "aws-partitions-1.516.0", "ipaddr-1.2.3", "ipaddr-1.2.3", "ipaddr-1.2.3", "ipaddr-1.2.3", "ipaddr-1.2.3", "ipaddr-1.2.3"]
HTTP GET https://index.rubygems.org/versions
HTTP 206 Partial Content https://index.rubygems.org/versions
Récupération des métadonnées des gems depuis https://rubygems.org/
Recherche des gems ["actionmailer", "actionpack", "actionview", "actionview_precompiler", "active_model_serializers", "activejob", "activemodel", "activerecord", "activesupport", "addressable", "annotate", "ast", "aws-eventstream", "aws-partitions", "aws-sdk-core", "aws-sdk-kms", "aws-sdk-s3", "aws-sdk-sns", "aws-sigv4", "barber", "better_errors", "binding_of_caller", "bootsnap", "builder", "bullet", "byebug", "cbor", "certified", "chunky_png", "coderay", "colored2", "concurrent-ruby", "connection_pool", "cose", "cppjieba_rb", "crack", "crass", "css_parser", "debug_inspector", "diff-lcs", "diffy", "discourse-ember-rails", "discourse-ember-source", "discourse-fonts", "discourse_dev_assets", "docile", "ecma-re-validator", "email_reply_trimmer", "ember-data-source", "ember-handlebars-template", "ember-source", "erubi", "excon", "execjs", "exifr", "fabrication", "faker", "fakeweb", "faraday", "faraday-em_http", "faraday-em_synchrony", "faraday-excon", "faraday-httpclient", "faraday-net_http", "faraday-net_http_persistent", "faraday-patron", "faraday-rack", "fast_blank", "fast_xs", "fastimage", "ffi", "fspath", "gc_tracer", "globalid", "guess_html_encoding", "hana", "hashdiff", "hashie", "highline", "hkdf", "htmlentities", "http_accept_language", "i18n", "image_optim", "image_size", "in_threads", "ipaddr", "jmespath", "jquery-rails", "json", "json-schema", "json_schemer", "jwt", "kgio", "libv8-node", "listen", "literate_randomizer", "lograge", "logstash-event", "logstash-logger", "logster", "loofah", "lru_redux", "lz4-ruby", "maxminddb", "memory_profiler", "message_bus", "method_source", "mini_mime", "mini_portile2", "mini_racer", "mini_scheduler", "mini_sql", "mini_suffix", "minitest", "mocha", "mock_redis", "msgpack", "multi_json", "multi_xml", "multipart-post", "mustache", "nio4r", "nokogiri", "oauth", "oauth2", "oj", "omniauth", "omniauth-facebook", "omniauth-github", "omniauth-google-oauth2", "omniauth-oauth", "omniauth-oauth2", "omniauth-twitter", "openssl", "openssl-signature_algorithm", "optimist", "parallel", "parallel_tests", "parser", "pg", "progress", "pry", "pry-byebug", "pry-rails", "public_suffix", "puma", "r2", "racc", "rack", "rack-mini-profiler", "rack-protection", "rack-test", "rails-dom-testing", "rails-html-sanitizer", "rails_failover", "rails_multisite", "railties", "rainbow", "raindrops", "rake", "rb-fsevent", "rb-inotify", "rbtrace", "rchardet", "redis", "redis-namespace", "regexp_parser", "request_store", "rexml", "rinku", "rotp", "rqrcode", "rqrcode_core", "rspec", "rspec-core", "rspec-expectations", "rspec-html-matchers", "rspec-mocks", "rspec-rails", "rspec-support", "rss", "rswag-specs", "rtlit", "rubocop", "rubocop-ast", "rubocop-discourse", "rubocop-rspec", "ruby-prof", "ruby-progressbar", "ruby-readability", "ruby2_keywords", "rubyzip", "sanitize", "sassc", "sassc-rails", "seed-fu", "shoulda-matchers", "sidekiq", "simplecov", "simplecov-html", "simplecov_json_formatter", "sprockets", "sprockets-rails", "sshkey", "stackprof", "test-prof", "thor", "tilt", "tzinfo", "uglifier", "unf", "unf_ext", "unicode-display_width", "unicorn", "uniform_notifier", "uri_template", "webmock", "webpush", "xorcist", "yaml-lint", "zeitwerk"]
HTTP GET https://index.rubygems.org/info/aws-partitions
HTTP 206 Partial Content https://index.rubygems.org/info/aws-partitions
HTTP GET https://index.rubygems.org/info/aws-sdk-core
HTTP 206 Partial Content https://index.rubygems.org/info/aws-sdk-core
HTTP GET https://index.rubygems.org/info/excon
HTTP 206 Partial Content https://index.rubygems.org/info/excon
HTTP GET https://index.rubygems.org/info/faraday
HTTP 206 Partial Content https://index.rubygems.org/info/faraday
HTTP GET https://index.rubygems.org/info/image_optim
HTTP 206 Partial Content https://index.rubygems.org/info/image_optim
HTTP GET https://index.rubygems.org/info/image_size
HTTP 206 Partial Content https://index.rubygems.org/info/image_size
HTTP GET https://index.rubygems.org/info/ipaddr
HTTP 206 Partial Content https://index.rubygems.org/info/ipaddr
HTTP GET https://index.rubygems.org/info/json
HTTP 206 Partial Content https://index.rubygems.org/info/json
HTTP GET https://index.rubygems.org/info/logster
HTTP 206 Partial Content https://index.rubygems.org/info/logster
HTTP GET https://index.rubygems.org/info/mini_portile2
HTTP 206 Partial Content https://index.rubygems.org/info/mini_portile2
HTTP GET https://index.rubygems.org/info/omniauth-facebook
HTTP 206 Partial Content https://index.rubygems.org/info/omniauth-facebook
HTTP GET https://index.rubygems.org/info/racc
HTTP 206 Partial Content https://index.rubygems.org/info/racc
HTTP GET https://index.rubygems.org/info/rubocop
HTTP 206 Partial Content https://index.rubygems.org/info/rubocop
HTTP GET https://index.rubygems.org/info/zeitwerk
HTTP 206 Partial Content https://index.rubygems.org/info/zeitwerk
Recherche des gems ["mail", "text-format", "erubis", "rack-mount", "rack-cache", "journey", "rails-deprecated_sanitizer", "jsonapi", "case_transform", "jsonapi-renderer", "activemodel-globalid", "bcrypt-ruby", "arel", "activerecord-deprecated_finders", "memcache-client", "thread_safe", "jamespath", "http-2", "aws-crt", "ember-template-compiler-source", "handlebars-source", "rouge", "snappy", "columnize", "debugger-linecache", "slop", "rb-readline", "functional-ruby", "ref", "safe_yaml", "rdoc", "pastel", "tty-pager", "tty-screen", "tty-tree", "rcov", "net-http-persistent", "rake-compiler", "rb-appscript", "xattr", "ffi-xattr", "termios", "json_pure", "rails", "rdf", "rb-fchange", "rb-kqueue", "celluloid", "celluloid-io", "ruby_dep", "stud", "eventmachine", "thin", "ruby_parser", "net-ftp", "libv8", "metaclass", "hoe", "weakling", "mini_portile", "pkg-config", "ruby-hmac", "faraday-middleware", "httpauth", "bigdecimal", "oa-core", "oa-oauth", "oa-openid", "oa-basic", "oa-enterprise", "oa-more", "sexp_processor", "win32console", "yard", "spoon", "pry-doc", "escape_utils", "rack-ssl", "trollop", "base32", "webrat", "rspec-collection_matchers", "term-ansicolor", "backports", "powerpack", "astrolabe", "tins", "jaro_winkler", "psych", "strscan", "hpricot", "nokogumbo", "bundler", "sass", "bourne", "compass", "sprockets-sass", "sinatra", "slim", "lockfile", "hike", "therubyracer"]
HTTP GET https://index.rubygems.org/info/json_pure
HTTP 206 Partial Content https://index.rubygems.org/info/json_pure
HTTP GET https://index.rubygems.org/info/ruby_parser
HTTP 206 Partial Content https://index.rubygems.org/info/ruby_parser
HTTP GET https://index.rubygems.org/info/sexp_processor
HTTP 206 Partial Content https://index.rubygems.org/info/sexp_processor
HTTP GET https://index.rubygems.org/info/psych
HTTP 206 Partial Content https://index.rubygems.org/info/psych
HTTP GET https://index.rubygems.org/info/strscan
HTTP 206 Partial Content https://index.rubygems.org/info/strscan
HTTP GET https://index.rubygems.org/info/bundler
HTTP 206 Partial Content https://index.rubygems.org/info/bundler
Recherche des gems ["mime-types", "treetop", "tlsmail", "text-hyphen", "abstract", "multimap", "jsonapi-parser", "bcrypt", "ZenTest", "RubyInline", "atomic", "snappy-jars", "ruby_core_source", "debugger-ruby_core_source", "equatable", "tty-color", "tty-which", "verse", "strings", "spruz", "activeresource", "actionwebservice", "actioncable", "activestorage", "actionmailbox", "actiontext", "link_header", "hamster", "win32-api", "timers", "facter", "celluloid-essentials", "celluloid-extras", "celluloid-fsm", "celluloid-pool", "celluloid-supervision", "dotenv", "nenv", "rspec-logsplit", "metriks", "daemons", "ParseTree", "net-protocol", "time", "rubyforge", "gemcutter", "rack-openid", "ruby-openid-apps-discovery", "restclient", "rest-client", "net-ldap", "rubyntlm", "pyu-ruby-sasl", "uuid", "XMLCanonicalizer", "curses", "sync", "jar-dependencies", "sass-listen", "haml", "fssm", "compass-core", "compass-import-once", "sprockets-helpers", "mongrel", "mustermann", "temple"]
HTTP GET https://index.rubygems.org/info/net-protocol
HTTP 206 Partial Content https://index.rubygems.org/info/net-protocol
Recherche des gems ["mime-types-data", "facets", "polyglot", "archive-tar-minitar", "unicode_utils", "strings-ansi", "rails-observers", "activemodel-serializers-xml", "coffee-rails", "em-hiredis", "faye-websocket", "websocket-driver", "marcel", "mimemagic", "test-unit", "hitimes", "CFPropertyList", "sys-admin", "win32-dir", "windows-api", "windows-pr", "win32-security", "hocon", "celluloid-gems", "coveralls", "dotenv-deployment", "rbtree", "faraday_middleware", "yajl-ruby", "avl_tree", "SexpProcessor", "io-wait", "timeout", "date", "net-scp", "ruby-openid", "netrc", "http-cookie", "http-accept", "macaddr", "log4r", "ruby-maven", "cgi_multipart_eof_fix", "fastthread", "gem_plugin", "tool"]
HTTP GET https://index.rubygems.org/info/io-wait
HTTP 206 Partial Content https://index.rubygems.org/info/io-wait
Recherche des gems ["minitar", "minitar-cli", "coffee-script", "hiredis", "websocket-extensions", "power_assert", "configuration", "mkrf", "libxml-ruby", "ffi-win32-extensions", "colorize", "roauth", "net-ssh", "ruby-yadis", "domain_name", "sqlite3", "systemu", "maven-tools", "ruby-maven-libs"]
Recherche des gems ["powerbar", "coffee-script-source", "pattern-match", "needle", "jruby-pageant", "bcrypt_pbkdf", "rbnacl", "rbnacl-libsodium", "virtus"]
Recherche des gems ["ansi", "descendants_tracker", "axiom-types", "coercible", "equalizer"]
Recherche des gems ["ice_nine", "adamantium"]
Recherche des gems ["memoizable"]
Utilisation de rake 13.0.6
0: rake (13.0.6) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rake-13.0.6.gemspec
Utilisation de concurrent-ruby 1.1.9
0: concurrent-ruby (1.1.9) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/concurrent-ruby-1.1.9.gemspec
Utilisation de minitest 5.14.4
0: minitest (5.14.4) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/minitest-5.14.4.gemspec
Utilisation de builder 3.2.4
3: builder (3.2.4) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/builder-3.2.4.gemspec
Utilisation de erubi 1.10.0
3: erubi (1.10.0) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/erubi-1.10.0.gemspec
Récupération de racc 1.6.0
Utilisation de crass 1.0.6
2: crass (1.0.6) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/crass-1.0.6.gemspec
Utilisation de rack 2.2.3
2: rack (2.2.3) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-2.2.3.gemspec
Utilisation de mini_mime 1.1.2
2: mini_mime (1.1.2) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_mime-1.1.2.gemspec
Utilisation de public_suffix 4.0.6
2: public_suffix (4.0.6) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/public_suffix-4.0.6.gemspec
Utilisation de aws-eventstream 1.2.0
2: aws-eventstream (1.2.0) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-eventstream-1.2.0.gemspec
Utilisation de jmespath 1.4.0
1: jmespath (1.4.0) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/jmespath-1.4.0.gemspec
Utilisation de ember-source 2.18.2
1: ember-source (2.18.2) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ember-source-2.18.2.gemspec
Utilisation de execjs 2.8.1
1: execjs (2.8.1) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/execjs-2.8.1.gemspec
Utilisation de msgpack 1.4.2
1: msgpack (1.4.2) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/msgpack-1.4.2.gemspec
Utilisation de bundler 2.2.26
1: bundler (2.2.26) depuis /usr/local/lib/ruby/gems/2.7.0/gems/bundler-2.2.26/lib/bundler/source
Utilisation de byebug 11.1.3
1: byebug (11.1.3) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/byebug-11.1.3.gemspec
Utilisation de cbor 0.5.9.6
1: cbor (0.5.9.6) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/cbor-0.5.9.6.gemspec
Utilisation de chunky_png 1.4.0
1: chunky_png (1.4.0) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/chunky_png-1.4.0.gemspec
Utilisation de coderay 1.1.3
1: coderay (1.1.3) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/coderay-1.1.3.gemspec
Utilisation de colored2 3.1.2
1: colored2 (3.1.2) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/colored2-3.1.2.gemspec
Utilisation de connection_pool 2.2.5
1: connection_pool (2.2.5) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/connection_pool-2.2.5.gemspec
Récupération de ipaddr 1.2.3
Récupération de zeitwerk 2.5.1
Récupération de aws-partitions 1.516.0
Installation de zeitwerk 2.5.1
Installation de ipaddr 1.2.3
Installation de racc 1.6.0 avec extensions natives
Installation de aws-partitions 1.516.0
1: ipaddr (1.2.3) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ipaddr-1.2.3.gemspec
Utilisation de cppjieba_rb 0.3.3
1: cppjieba_rb (0.3.3) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/cppjieba_rb-0.3.3.gemspec
Utilisation de diffy 3.4.0
1: diffy (3.4.0) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/diffy-3.4.0.gemspec
Utilisation de method_source 1.0.0
1: method_source (1.0.0) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/method_source-1.0.0.gemspec
Utilisation de thor 1.1.0
1: thor (1.1.0) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/thor-1.1.0.gemspec
Utilisation de discourse-ember-source 3.12.2.3
1: discourse-ember-source (3.12.2.3) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/discourse-ember-source-3.12.2.3.gemspec
Utilisation de discourse-fonts 0.0.9
1: discourse-fonts (0.0.9) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/discourse-fonts-0.0.9.gemspec
Utilisation de regexp_parser 2.1.1
1: regexp_parser (2.1.1) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/regexp_parser-2.1.1.gemspec
Utilisation de email_reply_trimmer 0.1.13
1: email_reply_trimmer (0.1.13) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/email_reply_trimmer-0.1.13.gemspec
Récupération de excon 0.88.0
0: zeitwerk (2.5.1) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/zeitwerk-2.5.1.gemspec
Utilisation de exifr 1.3.9
0: exifr (1.3.9) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/exifr-1.3.9.gemspec
Utilisation de faraday-em_http 1.0.0
0: faraday-em_http (1.0.0) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-em_http-1.0.0.gemspec
Utilisation de faraday-em_synchrony 1.0.0
2: aws-partitions (1.516.0) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-partitions-1.516.0.gemspec
Utilisation de faraday-excon 1.1.0
2: faraday-excon (1.1.0) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-excon-1.1.0.gemspec
Utilisation de faraday-httpclient 1.0.1
2: faraday-httpclient (1.0.1) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-httpclient-1.0.1.gemspec
Utilisation de faraday-net_http 1.0.1
2: faraday-net_http (1.0.1) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-net_http-1.0.1.gemspec
Utilisation de faraday-net_http_persistent 1.2.0
2: faraday-net_http_persistent (1.2.0) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-net_http_persistent-1.2.0.gemspec
Utilisation de faraday-patron 1.0.0
2: faraday-patron (1.0.0) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-patron-1.0.0.gemspec
Utilisation de faraday-rack 1.0.0
2: faraday-rack (1.0.0) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-rack-1.0.0.gemspec
Utilisation de multipart-post 2.1.1
2: multipart-post (2.1.1) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/multipart-post-2.1.1.gemspec
Utilisation de ruby2_keywords 0.0.5
2: ruby2_keywords (0.0.5) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ruby2_keywords-0.0.5.gemspec
Utilisation de fast_blank 1.0.1
2: fast_blank (1.0.1) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fast_blank-1.0.1.gemspec
Utilisation de fast_xs 0.8.0
0: faraday-em_synchrony (1.0.0) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-em_synchrony-1.0.0.gemspec
2: fast_xs (0.8.0) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fast_xs-0.8.0.gemspec
Utilisation de fastimage 2.2.5
2: fastimage (2.2.5) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fastimage-2.2.5.gemspec
Utilisation de ffi 1.15.4
2: ffi (1.15.4) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ffi-1.15.4.gemspec
Utilisation de fspath 3.1.2
2: fspath (3.1.2) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fspath-3.1.2.gemspec
Utilisation de gc_tracer 1.5.1
2: gc_tracer (1.5.1) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/gc_tracer-1.5.1.gemspec
Utilisation de guess_html_encoding 0.0.11
2: guess_html_encoding (0.0.11) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/guess_html_encoding-0.0.11.gemspec
Utilisation de hana 1.3.7
2: hana (1.3.7) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/hana-1.3.7.gemspec
Utilisation de hashie 4.1.0
2: hashie (4.1.0) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/hashie-4.1.0.gemspec
Utilisation de highline 2.0.3
2: highline (2.0.3) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/highline-2.0.3.gemspec
Utilisation de hkdf 0.3.0
2: hkdf (0.3.0) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/hkdf-0.3.0.gemspec
Utilisation de htmlentities 4.3.4
2: htmlentities (4.3.4) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/htmlentities-4.3.4.gemspec
Utilisation de http_accept_language 2.1.1
2: http_accept_language (2.1.1) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/http_accept_language-2.1.1.gemspec
Récupération de image_size 3.0.1
Installation de excon 0.88.0
Utilisation de in_threads 1.5.4
0: in_threads (1.5.4) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/in_threads-1.5.4.gemspec
Utilisation de progress 3.6.0
0: progress (3.6.0) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/progress-3.6.0.gemspec
Récupération de json 2.6.1
Construction des extensions natives. Cela peut prendre un moment...
Installation de image_size 3.0.1
Installation de json 2.6.1 avec extensions natives
1: excon (0.88.0) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/excon-0.88.0.gemspec
Utilisation de uri_template 0.7.0
1: uri_template (0.7.0) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/uri_template-0.7.0.gemspec
Utilisation de jwt 2.3.0
1: jwt (2.3.0) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/jwt-2.3.0.gemspec
Utilisation de kgio 2.11.4
1: kgio (2.11.4) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/kgio-2.11.4.gemspec
Utilisation de libv8-node 15.14.0.1 (x86_64-linux)
1: libv8-node (15.14.0.1) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/libv8-node-15.14.0.1-x86_64-linux.gemspec
Utilisation de logstash-event 1.2.02
1: logstash-event (1.2.02) depuis /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/logstash-event-1.2.02.gemspec
Récupération de logster 2.9.8
Construction des extensions natives. Cela peut prendre un moment...
2: image_size (3.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/image_size-3.0.1.gemspec
Utilisation de lru_redux 1.1.0
2: lru_redux (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/lru_redux-1.1.0.gemspec
Utilisation de lz4-ruby 0.3.3
2: lz4-ruby (0.3.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/lz4-ruby-0.3.3.gemspec
Utilisation de maxminddb 0.1.22
2: maxminddb (0.1.22) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/maxminddb-0.1.22.gemspec
Utilisation de memory_profiler 1.0.0
2: memory_profiler (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/memory_profiler-1.0.0.gemspec
Utilisation de redis 4.5.1
2: redis (4.5.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/redis-4.5.1.gemspec
Utilisation de mini_sql 1.1.3
2: mini_sql (1.1.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_sql-1.1.3.gemspec
Utilisation de multi_json 1.15.0
2: multi_json (1.15.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/multi_json-1.15.0.gemspec
Utilisation de multi_xml 0.6.0
2: multi_xml (0.6.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/multi_xml-0.6.0.gemspec
Utilisation de mustache 1.1.1
2: mustache (1.1.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mustache-1.1.1.gemspec
Utilisation de nio4r 2.5.8
2: nio4r (2.5.8) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/nio4r-2.5.8.gemspec
Utilisation de oauth 0.5.6
2: oauth (0.5.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/oauth-0.5.6.gemspec
Utilisation de oj 3.13.2
2: oj (3.13.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/oj-3.13.2.gemspec
Utilisation de optimist 3.0.1
2: optimist (3.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/optimist-3.0.1.gemspec
Utilisation de pg 1.2.3
2: pg (1.2.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pg-1.2.3.gemspec
Utilisation de r2 0.2.7
2: r2 (0.2.7) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/r2-0.2.7.gemspec
Utilisation de raindrops 0.19.2
2: raindrops (0.19.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/raindrops-0.19.2.gemspec
Utilisation de rchardet 1.8.0
2: rchardet (1.8.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rchardet-1.8.0.gemspec
Utilisation de rexml 3.2.5
2: rexml (3.2.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rexml-3.2.5.gemspec
Utilisation de rinku 2.0.6
2: rinku (2.0.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rinku-2.0.6.gemspec
Utilisation de rotp 6.2.0
2: rotp (6.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rotp-6.2.0.gemspec
Utilisation de rqrcode_core 1.2.0
2: rqrcode_core (1.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rqrcode_core-1.2.0.gemspec
Utilisation de rtlit 0.0.5
2: rtlit (0.0.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rtlit-0.0.5.gemspec
Utilisation de rubyzip 2.3.2
2: rubyzip (2.3.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rubyzip-2.3.2.gemspec
Utilisation de tilt 2.0.10
2: tilt (2.0.10) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/tilt-2.0.10.gemspec
Utilisation de sshkey 2.0.0
2: sshkey (2.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sshkey-2.0.0.gemspec
Utilisation de stackprof 0.2.17
2: stackprof (0.2.17) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/stackprof-0.2.17.gemspec
Utilisation de unf_ext 0.0.8
2: unf_ext (0.0.8) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/unf_ext-0.0.8.gemspec
Utilisation de xorcist 1.1.2
2: xorcist (1.1.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/xorcist-1.1.2.gemspec
Utilisation de i18n 1.8.10
2: i18n (1.8.10) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/i18n-1.8.10.gemspec
Utilisation de tzinfo 2.0.4
2: tzinfo (2.0.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/tzinfo-2.0.4.gemspec
Utilisation de rack-test 1.1.0
2: rack-test (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-test-1.1.0.gemspec
Utilisation de mail 2.8.0.edge from https://github.com/discourse/mail.git (at master@5b700fc)
2: mail (2.8.0.edge) from /var/www/discourse/vendor/bundle/ruby/2.7.0/bundler/gems/mail-5b700fc95ee6/mail.gemspec
Utilisation de addressable 2.8.0
2: addressable (2.8.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/addressable-2.8.0.gemspec
Téléchargement de aws-sigv4 1.4.0
Installation de logster 2.9.8
Installation de aws-sigv4 1.4.0
2: aws-sigv4 (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sigv4-1.4.0.gemspec
Utilisation de barber 0.12.2
2: barber (0.12.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/barber-0.12.2.gemspec
Utilisation de bootsnap 1.9.1
2: bootsnap (1.9.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/bootsnap-1.9.1.gemspec
Utilisation de ember-data-source 3.0.2
2: ember-data-source (3.0.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ember-data-source-3.0.2.gemspec
Utilisation de sprockets 3.7.2
2: sprockets (3.7.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sprockets-3.7.2.gemspec
Utilisation de request_store 1.5.0
2: request_store (1.5.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/request_store-1.5.0.gemspec
Utilisation de message_bus 3.3.6
2: message_bus (3.3.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/message_bus-3.3.6.gemspec
Utilisation de rack-mini-profiler 2.3.3
2: rack-mini-profiler (2.3.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-mini-profiler-2.3.3.gemspec
Utilisation de rack-protection 2.1.0
2: rack-protection (2.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-protection-2.1.0.gemspec
Utilisation de uglifier 4.2.0
2: uglifier (4.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/uglifier-4.2.0.gemspec
Utilisation de openssl 2.2.1
2: openssl (2.2.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/openssl-2.2.1.gemspec
Utilisation de pry 0.13.1
2: pry (0.13.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pry-0.13.1.gemspec
Utilisation de ecma-re-validator 0.3.0
2: ecma-re-validator (0.3.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ecma-re-validator-0.3.0.gemspec
Utilisation de mini_suffix 0.3.2
2: mini_suffix (0.3.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_suffix-0.3.2.gemspec
Utilisation de omniauth 1.9.1
2: omniauth (1.9.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-1.9.1.gemspec
Utilisation de sassc 2.0.1
2: sassc (2.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sassc-2.0.1.gemspec
Utilisation de faraday 1.8.0
2: faraday (1.8.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-1.8.0.gemspec
Utilisation de logstash-logger 0.26.1
2: logstash-logger (0.26.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/logstash-logger-0.26.1.gemspec
Utilisation de mini_racer 0.4.0
2: mini_racer (0.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_racer-0.4.0.gemspec
Utilisation de webpush 1.1.0
2: webpush (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/webpush-1.1.0.gemspec
Téléchargement de image_optim 0.31.1
Installation de image_optim 0.31.1
L'optimisation des assets image Rails est extraite dans le gem image_optim_rails
Vous pouvez supprimer en toute sécurité `config.assets.image_optim = false` si vous ne comptez pas utiliser ce gem
2: image_optim (0.31.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/image_optim-0.31.1.gemspec
Utilisation de sidekiq 6.2.2
2: sidekiq (6.2.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sidekiq-6.2.2.gemspec
Utilisation de puma 5.5.2
2: puma (5.5.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/puma-5.5.2.gemspec
Utilisation de redis-namespace 1.8.1
2: redis-namespace (1.8.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/redis-namespace-1.8.1.gemspec
Utilisation de rbtrace 0.4.14
2: rbtrace (0.4.14) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rbtrace-0.4.14.gemspec
Utilisation de rqrcode 2.1.0
2: rqrcode (2.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rqrcode-2.1.0.gemspec
Utilisation de rss 0.2.9
2: rss (0.2.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rss-0.2.9.gemspec
Utilisation de unicorn 6.0.0
2: unicorn (6.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/unicorn-6.0.0.gemspec
Utilisation de unf 0.1.4
2: unf (0.1.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/unf-0.1.4.gemspec
Utilisation de activesupport 6.1.4.1
2: activesupport (6.1.4.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activesupport-6.1.4.1.gemspec
Utilisation de css_parser 1.10.0
2: css_parser (1.10.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/css_parser-1.10.0.gemspec
Téléchargement de aws-sdk-core 3.121.2
1: logster (2.9.8) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/logster-2.9.8.gemspec
Utilisation de ember-handlebars-template 0.8.0
1: ember-handlebars-template (0.8.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ember-handlebars-template-0.8.0.gemspec
Utilisation de openssl-signature_algorithm 1.1.1
1: openssl-signature_algorithm (1.1.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/openssl-signature_algorithm-1.1.1.gemspec
Utilisation de json_schemer 0.2.18
1: json_schemer (0.2.18) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/json_schemer-0.2.18.gemspec
Utilisation de oauth2 1.4.7
1: oauth2 (1.4.7) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/oauth2-1.4.7.gemspec
Utilisation de omniauth-oauth 1.2.0
1: omniauth-oauth (1.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-oauth-1.2.0.gemspec
Utilisation de pry-byebug 3.9.0
1: pry-byebug (3.9.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pry-byebug-3.9.0.gemspec
Utilisation de pry-rails 0.3.9
1: pry-rails (0.3.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pry-rails-0.3.9.gemspec
Utilisation de mini_scheduler 0.13.0
1: mini_scheduler (0.13.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_scheduler-0.13.0.gemspec
Utilisation de globalid 0.5.2
1: globalid (0.5.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/globalid-0.5.2.gemspec
Utilisation de activemodel 6.1.4.1
1: activemodel (6.1.4.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activemodel-6.1.4.1.gemspec
Utilisation de cose 1.2.0
1: cose (1.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/cose-1.2.0.gemspec
Utilisation de activejob 6.1.4.1
1: activejob (6.1.4.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activejob-6.1.4.1.gemspec
Utilisation de active_model_serializers 0.8.4
1: active_model_serializers (0.8.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/active_model_serializers-0.8.4.gemspec
Utilisation de activerecord 6.1.4.1
1: activerecord (6.1.4.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activerecord-6.1.4.1.gemspec
Utilisation de omniauth-oauth2 1.7.1
1: omniauth-oauth2 (1.7.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-oauth2-1.7.1.gemspec
Utilisation de omniauth-twitter 1.4.0
1: omniauth-twitter (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-twitter-1.4.0.gemspec
Téléchargement de omniauth-facebook 9.0.0
Installation de omniauth-facebook 9.0.0
Installation de aws-sdk-core 3.121.2
1: omniauth-facebook (9.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-facebook-9.0.0.gemspec
Utilisation de omniauth-github 1.4.0
1: omniauth-github (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-github-1.4.0.gemspec
Utilisation de omniauth-google-oauth2 0.8.2
1: omniauth-google-oauth2 (0.8.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-google-oauth2-0.8.2.gemspec
Utilisation de seed-fu 2.3.9
1: seed-fu (2.3.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/seed-fu-2.3.9.gemspec
2: aws-sdk-core (3.121.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-core-3.121.2.gemspec
Utilisation de aws-sdk-kms 1.44.0
1: aws-sdk-kms (1.44.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-kms-1.44.0.gemspec
Téléchargement de aws-sdk-sns 1.46.0
Utilisation de aws-sdk-s3 1.96.1
2: aws-sdk-s3 (1.96.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-s3-1.96.1.gemspec
Installation de aws-sdk-sns 1.46.0
1: aws-sdk-sns (1.46.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-sns-1.46.0.gemspec
3: racc (1.6.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/racc-1.6.0.gemspec
Utilisation de nokogiri 1.12.5 (x86_64-linux)
2: nokogiri (1.12.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/nokogiri-1.12.5-x86_64-linux.gemspec
Utilisation de rails-dom-testing 2.0.3
1: rails-dom-testing (2.0.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails-dom-testing-2.0.3.gemspec
Utilisation de loofah 2.12.0
1: loofah (2.12.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/loofah-2.12.0.gemspec
Utilisation de ruby-readability 0.7.0
1: ruby-readability (0.7.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ruby-readability-0.7.0.gemspec
Utilisation de sanitize 6.0.0
1: sanitize (6.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sanitize-6.0.0.gemspec
Utilisation de rails-html-sanitizer 1.4.2
1: rails-html-sanitizer (1.4.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails-html-sanitizer-1.4.2.gemspec
Utilisation de actionview 6.1.4.1
2: actionview (6.1.4.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionview-6.1.4.1.gemspec
Utilisation de actionpack 6.1.4.1
3: actionpack (6.1.4.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionpack-6.1.4.1.gemspec
Utilisation de actionview_precompiler 0.2.3
3: actionview_precompiler (0.2.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionview_precompiler-0.2.3.gemspec
Utilisation de actionmailer 6.1.4.1
2: actionmailer (6.1.4.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionmailer-6.1.4.1.gemspec
Utilisation de railties 6.1.4.1
2: railties (6.1.4.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/railties-6.1.4.1.gemspec
Utilisation de sprockets-rails 3.2.2
2: sprockets-rails (3.2.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sprockets-rails-3.2.2.gemspec
Utilisation de jquery-rails 4.4.0
2: jquery-rails (4.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/jquery-rails-4.4.0.gemspec
Utilisation de lograge 0.11.2
2: lograge (0.11.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/lograge-0.11.2.gemspec
Utilisation de rails_failover 0.7.3
2: rails_failover (0.7.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails_failover-0.7.3.gemspec
Utilisation de rails_multisite 3.1.0
2: rails_multisite (3.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails_multisite-3.1.0.gemspec
Utilisation de sassc-rails 2.1.2
2: sassc-rails (2.1.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sassc-rails-2.1.2.gemspec
Utilisation de discourse-ember-rails 0.18.6
2: discourse-ember-rails (0.18.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/discourse-ember-rails-0.18.6.gemspec
0: json (2.6.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/json-2.6.1.gemspec
Bundle terminé ! 127 dépendances de Gemfile, 174 gems installés.
Les gems des groupes 'test' et 'development' n'ont pas été installés.
Les gems bundled sont installés dans `./vendor/bundle`
Message post-installation de image_optim :
L'optimisation des assets image Rails est extraite dans le gem image_optim_rails
Vous pouvez supprimer en toute sécurité `config.assets.image_optim = false` si vous ne comptez pas utiliser ce gem
I, [2021-11-01T00:23:12.867848 #1] INFO -- : > cd /var/www/discourse && [ ! -d 'node_modules' ] || su discourse -c 'yarn install --production && yarn cache clean'
warning Le champ de résolution "lodash@4.17.21" est incompatible avec la version demandée "lodash@4.17.15"
I, [2021-11-01T00:24:36.073253 #1] INFO -- : yarn install v1.22.15
[1/5] Validation de package.json...
[2/5] Résolution des packages...
succès Déjà à jour.
$ yarn --cwd app/assets/javascripts/discourse
yarn install v1.22.15
[1/4] Résolution des packages...
[2/4] Téléchargement des packages...
info fsevents@2.3.2 : La plateforme "linux" est incompatible avec ce module.
info "fsevents@2.3.2" est une dépendance optionnelle et a échoué à la vérification de compatibilité. Exclusion de l'installation.
info fsevents@1.2.13 : La plateforme "linux" est incompatible avec ce module.
info "fsevents@1.2.13" est une dépendance optionnelle et a échoué à la vérification de compatibilité. Exclusion de l'installation.
[3/4] Liaison des dépendances...
[4/4] Construction des packages frais...
succès Fichier de verrouillage enregistré.
Terminé en 72.85s.
Terminé en 74.41s.
yarn cache v1.22.15
succès Cache effacé.
Terminé en 8.01s.
I, [2021-11-01T00:24:36.084785 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'bundle exec rake plugin:pull_compatible_all'
I, [2021-11-01T00:24:40.486973 #1] INFO -- : discourse-spoiler-alert est déjà à la dernière version compatible
docker_manager est déjà à la dernière version compatible
discourse-giphy est déjà à la dernière version compatible
I, [2021-11-01T00:24:40.487911 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate'
Échec de la déclaration d'erreur : Erreur de connexion à Redis sur localhost:6379 (Errno::EADDRNOTAVAIL) 2 Erreur de connexion à Redis sur localhost:6379 (Errno::EADDRNOTAVAIL) souscription échouée, réconnexion dans 1 seconde. Pile d'appels /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:398:in `rescue in establish_connection'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:379:in `establish_connection'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:117:in `block in connect'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:344:in `with_reconnect'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:116:in `connect'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:325:in `with_socket_timeout'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:175:in `call_loop'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/subscribe.rb:44:in `subscription'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/subscribe.rb:14:in `subscribe'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis.rb:3789:in `_subscription'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis.rb:2552:in `block in subscribe'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis.rb:72:in `block in synchronize'
/usr/local/lib/ruby/2.7.0/monitor.rb:202:in `synchronize'
/usr/local/lib/ruby/2.7.0/monitor.rb:202:in `mon_synchronize'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis.rb:72:in `synchronize'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis.rb:2551:in `subscribe'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/message_bus-3.3.6/lib/message_bus/backends/redis.rb:285:in `global_subscribe'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/message_bus-3.3.6/lib/message_bus.rb:781:in `global_subscribe_thread'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/message_bus-3.3.6/lib/message_bus.rb:729:in `block in new_subscriber_thread'
rake avorté !
Redis::CannotConnectError : Erreur de connexion à Redis sur localhost:6379 (Errno::EADDRNOTAVAIL)
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:398:in `rescue in establish_connection'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:379:in `establish_connection'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:117:in `block in connect'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:344:in `with_reconnect'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:116:in `connect'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:417:in `ensure_connected'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:269:in `block in process'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:356:in `logging'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:268:in `process'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:162:in `call'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis.rb:564:in `block in del'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis.rb:72:in `block in synchronize'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis.rb:72:in `synchronize'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis.rb:563:in `del'
/var/www/discourse/lib/discourse_redis.rb:81:in `block in del'
/var/www/discourse/lib/discourse_redis.rb:29:in `ignore_readonly'
/var/www/discourse/lib/discourse_redis.rb:79:in `del'
/var/www/discourse/lib/cache.rb:75:in `delete'
/var/www/discourse/lib/site_setting_extension.rb:455:in `clear_cache!'
/var/www/discourse/lib/site_setting_extension.rb:311:in `block in refresh!'
/var/www/discourse/lib/site_setting_extension.rb:290:in `synchronize'
/var/www/discourse/lib/site_setting_extension.rb:290:in `refresh!'
/var/www/discourse/lib/site_setting_extension.rb:529:in `block in setup_methods'
/var/www/discourse/config/initializers/004-message_bus.rb:122:in `<main>'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/bootsnap-1.9.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:60:in `load'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/bootsnap-1.9.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:60:in `load'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.1/lib/active_support/dependencies.rb:326:in `block in load'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.1/lib/active_support/dependencies.rb:299:in `load_dependency'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.1/lib/active_support/dependencies.rb:326:in `load'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/engine.rb:681:in `block in load_config_initializer'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.1/lib/active_support/notifications.rb:205:in `instrument'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/engine.rb:680:in `load_config_initializer'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/engine.rb:634:in `block (2 levels) in <class:Engine>'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/engine.rb:633:in `each'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/engine.rb:633:in `block in <class:Engine>'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/initializable.rb:32:in `instance_exec'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/initializable.rb:32:in `run'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/initializable.rb:61:in `block in run_initializers'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/initializable.rb:50:in `each'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/initializable.rb:50:in `tsort_each_child'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/initializable.rb:60:in `run_initializers'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/application.rb:391:in `initialize!'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/railtie.rb:207:in `public_send'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/railtie.rb:207:in `method_missing'
/var/www/discourse/config/environment.rb:7:in `<main>'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/bootsnap-1.9.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/bootsnap-1.9.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/bootsnap-1.9.1/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/bootsnap-1.9.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/bootsnap-1.9.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.5.1/lib/zeitwerk/kernel.rb:35:in `require'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.1/lib/active_support/dependencies.rb:332:in `block in require'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.1/lib/active_support/dependencies.rb:299:in `load_dependency'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.1/lib/active_support/dependencies.rb:332:in `require'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/application.rb:367:in `require_environment!'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/application.rb:533:in `block in run_tasks_blocks'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rake-13.0.6/exe/rake:27:in `<top (required)>'
/usr/local/bin/bundle:23:in `load'
/usr/local/bin/bundle:23:in `<main>'
Caused by:
Errno::EADDRNOTAVAIL: Cannot assign requested address - connect(2) for [::1]:6379
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/connection/ruby.rb:155:in `connect_addrinfo'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/connection/ruby.rb:193:in `block in connect'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/connection/ruby.rb:191:in `each'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/connection/ruby.rb:191:in `each_with_index'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/connection/ruby.rb:191:in `connect'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/connection/ruby.rb:305:in `connect'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:385:in `establish_connection'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:117:in `block in connect'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:344:in `with_reconnect'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:116:in `connect'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:417:in `ensure_connected'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:269:in `block in process'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:356:in `logging'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:268:in `process'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:162:in `call'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis.rb:564:in `block in del'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis.rb:72:in `block in synchronize'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis.rb:72:in `synchronize'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis.rb:563:in `del'
/var/www/discourse/lib/discourse_redis.rb:81:in `block in del'
/var/www/discourse/lib/discourse_redis.rb:29:in `ignore_readonly'
/var/www/discourse/lib/discourse_redis.rb:79:in `del'
/var/www/discourse/lib/cache.rb:75:in `delete'
/var/www/discourse/lib/site_setting_extension.rb:455:in `clear_cache!'
/var/www/discourse/lib/site_setting_extension.rb:311:in `block in refresh!'
/var/www/discourse/lib/site_setting_extension.rb:290:in `synchronize'
/var/www/discourse/lib/site_setting_extension.rb:290:in `refresh!'
/var/www/discourse/lib/site_setting_extension.rb:529:in `block in setup_methods'
/var/www/discourse/config/initializers/004-message_bus.rb:122:in `<main>'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/bootsnap-1.9.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:60:in `load'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/bootsnap-1.9.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:60:in `load'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.1/lib/active_support/dependencies.rb:326:in `block in load'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.1/lib/active_support/dependencies.rb:299:in `load_dependency'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.1/lib/active_support/dependencies.rb:326:in `load'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/engine.rb:681:in `block in load_config_initializer'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.1/lib/active_support/notifications.rb:205:in `instrument'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/engine.rb:680:in `load_config_initializer'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/engine.rb:634:in `block (2 levels) in <class:Engine>'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/engine.rb:633:in `each'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/engine.rb:633:in `block in <class:Engine>'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/initializable.rb:32:in `instance_exec'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/initializable.rb:32:in `run'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/initializable.rb:61:in `block in run_initializers'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/initializable.rb:50:in `each'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/initializable.rb:50:in `tsort_each_child'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/initializable.rb:60:in `run_initializers'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/application.rb:391:in `initialize!'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/railtie.rb:207:in `public_send'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/railtie.rb:207:in `method_missing'
/var/www/discourse/config/environment.rb:7:in `<main>'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/bootsnap-1.9.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/bootsnap-1.9.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/bootsnap-1.9.1/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/bootsnap-1.9.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/bootsnap-1.9.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.5.1/lib/zeitwerk/kernel.rb:35:in `require'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.1/lib/active_support/dependencies.rb:332:in `block in require'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.1/lib/active_support/dependencies.rb:299:in `load_dependency'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.1/lib/active_support/dependencies.rb:332:in `require'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/application.rb:367:in `require_environment!'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/application.rb:533:in `block in run_tasks_blocks'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rake-13.0.6/exe/rake:27:in `<top (required)>'
/usr/local/bin/bundle:23:in `load'
/usr/local/bin/bundle:23:in `<main>'
Tâches : TOP => db:migrate => db:load_config => environment
(Voir la trace complète en exécutant la tâche avec --trace)
I, [2021-11-01T00:24:45.349348 #1] INFO -- :
I, [2021-11-01T00:24:45.350577 #1] INFO -- : Terminaison des processus asynchrones
I, [2021-11-01T00:24:45.351061 #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: 50
2021-11-01 00:24:45.351 UTC [50] LOG: demande d'arrêt rapide reçue
2021-11-01 00:24:45.356 UTC [50] LOG: abandon des transactions actives
2021-11-01 00:24:45.366 UTC [50] LOG: le travailleur d'arrière-plan "logical replication launcher" (PID 59) s'est arrêté avec le code de sortie 1
2021-11-01 00:24:45.369 UTC [54] LOG: arrêt en cours
2021-11-01 00:24:45.391 UTC [50] LOG: le système de base de données est arrêté
ÉCHEC
--------------------
Pups::ExecError: cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate' a échoué avec le retour #<Process::Status: pid 464 exit 1>
Lieu de l'échec : /pups/lib/pups/exec_command.rb:112:in `spawn'
exec a échoué avec les paramètres {"cd"=>"$home", "hook"=>"db_migrate", "cmd"=>["su discourse -c 'bundle exec rake db:migrate'"]}
09f25264156537f25494937344ff03601bd3a17fe9d32a3c88112ae7b18dc7c5
** ÉCHEC DU BOOTSTRAP ** veuillez faire défiler vers le haut et rechercher les messages d'erreur précédents, il peut y en avoir plus d'un.
./discourse-doctor peut aider à diagnostiquer le problème.
Le problème vient de Redis. S’agit-il d’une installation en conteneur unique (app.yml) ?
De combien de RAM disposez-vous ? Y a-t-il un espace d’échange (swap) ?
Avant de répondre, et je ne sais pas pourquoi je n’ai pas mentionné cela dans le message original, mais je suis assez certain que cela est survenu après avoir tenté une mise à niveau via le tableau de bord, qui a échoué. Fait amusant, je peux maintenant effectuer une mise à niveau via le tableau de bord sans problème, mais depuis lors, je n’ai plus pu effectuer de reconstruction en ligne de commande. Par conséquent, je ne peux pas modifier le fichier app.yml.
Oui.
2 Go, avec 50 Go de stockage, si cela est pertinent.
Je ne pense pas, surtout peu probable si cela nécessitait une configuration manuelle.
Si vous avez utilisé discourse-setup, alors c’est le cas.
Que dit :
free -h
Étrange. Mon meilleur pari était un manque de mémoire. Ce n’est pas ça. ![]()
Oui, je suis vraiment à court d’idées. Je ne serais même pas contre payer quelqu’un pour qu’il analyse cela plus en détail et, si possible, le corrige ou du moins en établisse un diagnostic pour le moment.
À ma connaissance, Discourse utilise largement Redis dans le cadre de Sidekiq ou pour le compléter. Le problème pourrait-il provenir de là ?
Remontée. Est-ce que quelqu’un d’autre a déjà rencontré des erreurs similaires à celles présentées dans le journal ? Je vais encore patienter quelques mois avant de payer quelqu’un pour essayer de résoudre ce problème.
Vérification que le lanceur est à jour
Récupération de l’origine
Le lanceur est à jour
Arrêt de l’ancien conteneur
+ /usr/bin/docker stop -t 60 app
app
cd /pups && git pull && git checkout v1.0.3 && /pups/bin/pups --stdin
Déjà à jour.
Remarque : vérification de 'v1.0.3'.
Vous êtes dans un état « HEAD détaché ». Vous pouvez explorer, apporter des modifications expérimentales et les valider, et vous pouvez annuler toutes les validations effectuées dans cet état sans affecter les branches, en effectuant une autre vérification.
Si vous souhaitez créer une nouvelle branche pour conserver les validations que vous créez, vous pouvez le faire (maintenant ou plus tard) en utilisant -b avec la commande checkout. Exemple :
git checkout -b <nom-de-la-nouvelle-branche>
HEAD is now at d1db030 cut a new version
I, [2021-11-01T00:22:36.703574 #1] INFO -- : Chargement --stdin
I, [2021-11-01T00:22:36.713107 #1] INFO -- : > locale-gen $LANG && update-locale
I, [2021-11-01T00:22:36.792263 #1] INFO -- : Génération des locales (cela peut prendre un moment)...
Génération terminée.
I, [2021-11-01T00:22:36.793270 #1] INFO -- : > mkdir -p /shared/postgres_run
I, [2021-11-01T00:22:36.802760 #1] INFO -- :
I, [2021-11-01T00:22:36.804583 #1] INFO -- : > chown postgres:postgres /shared/postgres_run
I, [2021-11-01T00:22:36.810419 #1] INFO -- :
I, [2021-11-01T00:22:36.811303 #1] INFO -- : > chmod 775 /shared/postgres_run
I, [2021-11-01T00:22:36.816328 #1] INFO -- :
I, [2021-11-01T00:22:36.817118 #1] INFO -- : > rm -fr /var/run/postgresql
I, [2021-11-01T00:22:36.822275 #1] INFO -- :
I, [2021-11-01T00:22:36.823079 #1] INFO -- : > ln -s /shared/postgres_run /var/run/postgresql
I, [2021-11-01T00:22:36.827897 #1] INFO -- :
I, [2021-11-01T00:22:36.828769 #1] INFO -- : > socat /dev/null UNIX-CONNECT:/shared/postgres_run/.s.PGSQL.5432 || exit 0 && echo postgres already running stop container ; exit 1
2021/11/01 00:22:36 socat[27] E connect(6, AF=1 "/shared/postgres_run/.s.PGSQL.5432", 36): No such file or directory
I, [2021-11-01T00:22:36.847474 #1] INFO -- :
I, [2021-11-01T00:22:36.848113 #1] INFO -- : > rm -fr /shared/postgres_run/.s*
I, [2021-11-01T00:22:36.854060 #1] INFO -- :
I, [2021-11-01T00:22:36.854652 #1] INFO -- : > rm -fr /shared/postgres_run/*.pid
I, [2021-11-01T00:22:36.859188 #1] INFO -- :
I, [2021-11-01T00:22:36.859800 #1] INFO -- : > mkdir -p /shared/postgres_run/13-main.pg_stat_tmp
I, [2021-11-01T00:22:36.863659 #1] INFO -- :
I, [2021-11-01T00:22:36.864442 #1] INFO -- : > chown postgres:postgres /shared/postgres_run/13-main.pg_stat_tmp
I, [2021-11-01T00:22:36.868279 #1] INFO -- :
I, [2021-11-01T00:22:36.877938 #1] INFO -- : Fichier > /etc/service/postgres/run chmod: +x chown:
I, [2021-11-01T00:22:36.885613 #1] INFO -- : Fichier > /etc/service/postgres/log/run chmod: +x chown:
I, [2021-11-01T00:22:36.893862 #1] INFO -- : Fichier > /etc/runit/3.d/99-postgres chmod: +x chown:
I, [2021-11-01T00:22:36.901790 #1] INFO -- : Fichier > /root/upgrade_postgres chmod: +x chown:
I, [2021-11-01T00:22:36.902690 #1] INFO -- : > chown -R root /var/lib/postgresql/13/main
I, [2021-11-01T00:22:37.960738 #1] INFO -- :
I, [2021-11-01T00:22:37.961792 #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, [2021-11-01T00:22:37.965979 #1] INFO -- :
I, [2021-11-01T00:22:37.966532 #1] INFO -- : > chown -R postgres:postgres /shared/postgres_data
I, [2021-11-01T00:22:37.997716 #1] INFO -- :
I, [2021-11-01T00:22:37.998764 #1] INFO -- : > chown -R postgres:postgres /var/run/postgresql
I, [2021-11-01T00:22:38.003595 #1] INFO -- :
I, [2021-11-01T00:22:38.004484 #1] INFO -- : > /root/upgrade_postgres
I, [2021-11-01T00:22:38.015331 #1] INFO -- :
I, [2021-11-01T00:22:38.016143 #1] INFO -- : > rm /root/upgrade_postgres
I, [2021-11-01T00:22:38.020319 #1] INFO -- :
I, [2021-11-01T00:22:38.022437 #1] INFO -- : Remplacement de data_directory = '/var/lib/postgresql/13/main' par data_directory = '/shared/postgres_data' dans /etc/postgresql/13/main/postgresql.conf
I, [2021-11-01T00:22:38.023631 #1] INFO -- : Remplacement de (?-mix:#?listen_addresses *=.*) par listen_addresses = '*' dans /etc/postgresql/13/main/postgresql.conf
I, [2021-11-01T00:22:38.024627 #1] INFO -- : Remplacement de (?-mix:#?synchronous_commit *=.*) par synchronous_commit = $db_synchronous_commit dans /etc/postgresql/13/main/postgresql.conf
I, [2021-11-01T00:22:38.025408 #1] INFO -- : Remplacement de (?-mix:#?shared_buffers *=.*) par shared_buffers = $db_shared_buffers dans /etc/postgresql/13/main/postgresql.conf
I, [2021-11-01T00:22:38.026156 #1] INFO -- : Remplacement de (?-mix:#?work_mem *=.*) par work_mem = $db_work_mem dans /etc/postgresql/13/main/postgresql.conf
I, [2021-11-01T00:22:38.026959 #1] INFO -- : Remplacement de (?-mix:#?default_text_search_config *=.*) par default_text_search_config = '$db_default_text_search_config' dans /etc/postgresql/13/main/postgresql.conf
I, [2021-11-01T00:22:38.027835 #1] INFO -- : > install -d -m 0755 -o postgres -g postgres /shared/postgres_backup
I, [2021-11-01T00:22:38.035462 #1] INFO -- :
I, [2021-11-01T00:22:38.036596 #1] INFO -- : Remplacement de (?-mix:#?checkpoint_segments *=.*) par checkpoint_segments = $db_checkpoint_segments dans /etc/postgresql/13/main/postgresql.conf
I, [2021-11-01T00:22:38.037385 #1] INFO -- : Remplacement de (?-mix:#?logging_collector *=.*) par logging_collector = $db_logging_collector dans /etc/postgresql/13/main/postgresql.conf
I, [2021-11-01T00:22:38.038251 #1] INFO -- : Remplacement de (?-mix:#?log_min_duration_statement *=.*) par log_min_duration_statement = $db_log_min_duration_statement dans /etc/postgresql/13/main/postgresql.conf
I, [2021-11-01T00:22:38.039441 #1] INFO -- : Remplacement de (?-mix:^#local +replication +postgres +peer$) par local replication postgres peer dans /etc/postgresql/13/main/pg_hba.conf
I, [2021-11-01T00:22:38.040287 #1] INFO -- : Remplacement de (?-mix:^host.*all.*all.*127.*$) par host all all 0.0.0.0/0 md5 dans /etc/postgresql/13/main/pg_hba.conf
I, [2021-11-01T00:22:38.041101 #1] INFO -- : Remplacement de (?-mix:^host.*all.*all.*::1\/128.*$) par host all all ::/0 md5 dans /etc/postgresql/13/main/pg_hba.conf
I, [2021-11-01T00:22:38.041740 #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, [2021-11-01T00:22:38.045506 #1] INFO -- : > sleep 5
2021-11-01 00:22:38.165 UTC [50] LOG: démarrage de PostgreSQL 13.4 (Debian 13.4-4.pgdg100+1) sur x86_64-pc-linux-gnu, compilé par gcc (Debian 8.3.0-6) 8.3.0, 64-bit
2021-11-01 00:22:38.166 UTC [50] LOG: écoute sur l'adresse IPv4 "0.0.0.0", port 5432
2021-11-01 00:22:38.166 UTC [50] LOG: écoute sur l'adresse IPv6 "::", port 5432
2021-11-01 00:22:38.168 UTC [50] LOG: écoute sur le socket Unix "/var/run/postgresql/.s.PGSQL.5432"
2021-11-01 00:22:38.173 UTC [53] LOG: le système de bases de données a été arrêté le 2021-11-01 00:22:25 UTC
2021-11-01 00:22:38.184 UTC [50] LOG: le système de bases de données est prêt à accepter des connexions
I, [2021-11-01T00:22:43.056258 #1] INFO -- :
I, [2021-11-01T00:22:43.057405 #1] INFO -- : > su postgres -c 'createdb discourse' || true
2021-11-01 00:22:43.211 UTC [63] postgres@postgres ERROR: la base de données « discourse » existe déjà
2021-11-01 00:22:43.211 UTC [63] postgres@postgres STATEMENT: CREATE DATABASE discourse;
createdb: erreur: la création de la base de données a échoué : ERROR: la base de données « discourse » existe déjà
I, [2021-11-01T00:22:43.217515 #1] INFO -- :
I, [2021-11-01T00:22:43.218432 #1] INFO -- : > su postgres -c 'psql discourse -c "create user discourse;"' || true
2021-11-01 00:22:43.328 UTC [67] postgres@discourse ERROR: le rôle « discourse » existe déjà
2021-11-01 00:22:43.328 UTC [67] postgres@discourse STATEMENT: create user discourse;
ERROR: le rôle « discourse » existe déjà
I, [2021-11-01T00:22:43.332483 #1] INFO -- :
I, [2021-11-01T00:22:43.333388 #1] INFO -- : > su postgres -c 'psql discourse -c "grant all privileges on database discourse to discourse;"' || true
I, [2021-11-01T00:22:43.413486 #1] INFO -- : GRANT
I, [2021-11-01T00:22:43.416156 #1] INFO -- : > su postgres -c 'psql discourse -c "alter schema public owner to discourse;"'
I, [2021-11-01T00:22:43.496728 #1] INFO -- : ALTER SCHEMA
I, [2021-11-01T00:22:43.497561 #1] INFO -- : > su postgres -c 'psql template1 -c "create extension if not exists hstore;"'
NOTICE: l'extension « hstore » existe déjà, passage à la suite
I, [2021-11-01T00:22:43.587289 #1] INFO -- : CREATE EXTENSION
I, [2021-11-01T00:22:43.588057 #1] INFO -- : > su postgres -c 'psql template1 -c "create extension if not exists pg_trgm;"'
NOTICE: l'extension « pg_trgm » existe déjà, passage à la suite
I, [2021-11-01T00:22:43.675828 #1] INFO -- : CREATE EXTENSION
I, [2021-11-01T00:22:43.676536 #1] INFO -- : > su postgres -c 'psql discourse -c "create extension if not exists hstore;"'
NOTICE: l'extension « hstore » existe déjà, passage à la suite
I, [2021-11-01T00:22:43.767365 #1] INFO -- : CREATE EXTENSION
I, [2021-11-01T00:22:43.768328 #1] INFO -- : > su postgres -c 'psql discourse -c "create extension if not exists pg_trgm;"'
NOTICE: l'extension « pg_trgm » existe déjà, passage à la suite
I, [2021-11-01T00:22:43.858974 #1] INFO -- : CREATE EXTENSION
I, [2021-11-01T00:22:43.859774 #1] INFO -- : > sudo -u postgres psql discourse
I, [2021-11-01T00:22:43.868861 #1] INFO -- : update pg_database set encoding = pg_char_to_encoding('UTF8') where datname = 'discourse' AND encoding = pg_char_to_encoding('SQL_ASCII');
I, [2021-11-01T00:22:43.980816 #1] INFO -- : Fichier > /var/lib/postgresql/take-database-backup chmod: +x chown: postgres:postgres
I, [2021-11-01T00:22:43.987765 #1] INFO -- : Fichier > /var/spool/cron/crontabs/postgres chmod: chown:
I, [2021-11-01T00:22:43.988814 #1] INFO -- : > echo postgres installed!
I, [2021-11-01T00:22:43.994179 #1] INFO -- : postgres installed!
I, [2021-11-01T00:22:43.995093 #1] INFO -- : > thpoff echo "thpoff is installed!"
I, [2021-11-01T00:22:44.001005 #1] INFO -- : thpoff is installed!
I, [2021-11-01T00:22:44.001771 #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, [2021-11-01T00:22:44.112583 #1] INFO -- :
I, [2021-11-01T00:22:44.113427 #1] INFO -- : > /usr/local/bin/ruby -e 'if ENV["DISCOURSE_HOSTNAME"] == "discourse.example.com"; puts "Aborting! Domain is not configured!"; exit 1; end'
I, [2021-11-01T00:22:44.220062 #1] INFO -- :
I, [2021-11-01T00:22:44.220942 #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, [2021-11-01T00:22:44.333546 #1] INFO -- :
I, [2021-11-01T00:22:44.334424 #1] INFO -- : > rm -f /etc/cron.d/anacron
I, [2021-11-01T00:22:44.339698 #1] INFO -- :
I, [2021-11-01T00:22:44.345525 #1] INFO -- : Fichier > /etc/cron.d/anacron chmod: chown:
I, [2021-11-01T00:22:44.356542 #1] INFO -- : Fichier > /etc/runit/1.d/copy-env chmod: +x chown:
I, [2021-11-01T00:22:44.367195 #1] INFO -- : Fichier > /etc/service/unicorn/run chmod: +x chown:
I, [2021-11-01T00:22:44.378077 #1] INFO -- : Fichier > /etc/service/nginx/run chmod: +x chown:
I, [2021-11-01T00:22:44.387243 #1] INFO -- : Fichier > /etc/runit/3.d/01-nginx chmod: +x chown:
I, [2021-11-01T00:22:44.396258 #1] INFO -- : Fichier > /etc/runit/3.d/02-unicorn chmod: +x chown:
I, [2021-11-01T00:22:44.396988 #1] INFO -- : Remplacement de # postgres par sv start postgres || exit 1 dans /etc/service/unicorn/run
I, [2021-11-01T00:22:44.398977 #1] INFO -- : > cd /var/www/discourse && git reset --hard
Vérification des fichiers : 25% (6593/26168)
Vérification des fichiers : 26% (6804/26168)
Vérification des fichiers : 27% (7066/26168)
Vérification des fichiers : 28% (7328/26168)
Vérification des fichiers : 29% (7589/26168)
Vérification des fichiers : 30% (7851/26168)
Vérification des fichiers : 31% (8113/26168)
Vérification des fichiers : 32% (8374/26168)
Vérification des fichiers : 33% (8636/26168)
Vérification des fichiers : 34% (8898/26168)
Vérification des fichiers : 35% (9159/26168)
Vérification des fichiers : 36% (9421/26168)
Vérification des fichiers : 37% (9683/26168)
Vérification des fichiers : 38% (9944/26168)
Vérification des fichiers : 39% (10206/26168)
Vérification des fichiers : 40% (10468/26168)
Vérification des fichiers : 41% (10729/26168)
Vérification des fichiers : 42% (10991/26168)
Vérification des fichiers : 43% (11253/26168)
Vérification des fichiers : 44% (11514/26168)
Vérification des fichiers : 45% (11776/26168)
Vérification des fichiers : 46% (12038/26168)
Vérification des fichiers : 47% (12299/26168)
Vérification des fichiers : 48% (12561/26168)
Vérification des fichiers : 49% (12823/26168)
Vérification des fichiers : 50% (13084/26168)
Vérification des fichiers : 51% (13346/26168)
Vérification des fichiers : 52% (13608/26168)
Vérification des fichiers : 53% (13870/26168)
Vérification des fichiers : 54% (14131/26168)
Vérification des fichiers : 55% (14393/26168)
Vérification des fichiers : 56% (14655/26168)
Vérification des fichiers : 57% (14916/26168)
Vérification des fichiers : 58% (15178/26168)
Vérification des fichiers : 59% (15440/26168)
Vérification des fichiers : 60% (15701/26168)
Vérification des fichiers : 60% (15780/26168)
Vérification des fichiers : 61% (15963/26168)
Vérification des fichiers : 62% (16225/26168)
Vérification des fichiers : 63% (16486/26168)
Vérification des fichiers : 64% (16748/26168)
Vérification des fichiers : 65% (17010/26168)
Vérification des fichiers : 66% (17271/26168)
Vérification des fichiers : 67% (17533/26168)
Vérification des fichiers : 68% (17795/26168)
Vérification des fichiers : 69% (18056/26168)
Vérification des fichiers : 70% (18318/26168)
Vérification des fichiers : 71% (18580/26168)
Vérification des fichiers : 72% (18841/26168)
Vérification des fichiers : 73% (19103/26168)
Vérification des fichiers : 74% (19365/26168)
Vérification des fichiers : 75% (19626/26168)
Vérification des fichiers : 76% (19888/26168)
Vérification des fichiers : 77% (20150/26168)
Vérification des fichiers : 78% (20412/26168)
Vérification des fichiers : 79% (20673/26168)
Vérification des fichiers : 80% (20935/26168)
Vérification des fichiers : 81% (21197/26168)
Vérification des fichiers : 82% (21458/26168)
Vérification des fichiers : 83% (21720/26168)
Vérification des fichiers : 84% (21982/26168)
Vérification des fichiers : 85% (22243/26168)
Vérification des fichiers : 86% (22505/26168)
Vérification des fichiers : 87% (22767/26168)
Vérification des fichiers : 88% (23028/26168)
Vérification des fichiers : 89% (23290/26168)
Vérification des fichiers : 90% (23552/26168)
Vérification des fichiers : 91% (23813/26168)
Vérification des fichiers : 92% (24075/26168)
Vérification des fichiers : 92% (24315/26168)
Vérification des fichiers : 93% (24337/26168)
Vérification des fichiers : 94% (24598/26168)
Vérification des fichiers : 95% (24860/26168)
Vérification des fichiers : 96% (25122/26168)
Vérification des fichiers : 97% (25383/26168)
Vérification des fichiers : 98% (25645/26168)
Vérification des fichiers : 99% (25907/26168)
Vérification des fichiers : 100% (26168/26168)
Vérification des fichiers : 100% (26168/26168), terminé.
I, [2021-11-01T00:22:48.823644 #1] INFO -- : HEAD est maintenant à 92afa74d Marquer le plugin shared-edits comme officiel (#14639)
I, [2021-11-01T00:22:48.824440 #1] INFO -- : > cd /var/www/discourse && git clean -f
I, [2021-11-01T00:22:48.963352 #1] INFO -- :
I, [2021-11-01T00:22:48.964200 #1] INFO -- : > cd /var/www/discourse && git remote set-branches --add origin main
I, [2021-11-01T00:22:48.970667 #1] INFO -- :
I, [2021-11-01T00:22:48.971205 #1] INFO -- : > cd /var/www/discourse && git remote set-branches origin tests-passed
I, [2021-11-01T00:22:48.977199 #1] INFO -- :
I, [2021-11-01T00:22:48.977738 #1] INFO -- : > cd /var/www/discourse && git fetch --depth 1 origin tests-passed
From https://github.com/discourse/discourse
* branch tests-passed -> FETCH_HEAD
* [new branch] tests-passed -> origin/tests-passed
I, [2021-11-01T00:22:51.160808 #1] INFO -- :
I, [2021-11-01T00:22:51.161471 #1] INFO -- : > cd /var/www/discourse && git checkout tests-passed
Passage à une nouvelle branche 'tests-passed'
I, [2021-11-01T00:22:52.301107 #1] INFO -- : La branche 'tests-passed' est configurée pour suivre la branche distante 'tests-passed' de 'origin'.
I, [2021-11-01T00:22:52.301706 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp
I, [2021-11-01T00:22:52.311733 #1] INFO -- :
I, [2021-11-01T00:22:52.316030 #1] INFO -- : > cd /var/www/discourse && chown discourse:www-data tmp
I, [2021-11-01T00:22:52.325749 #1] INFO -- :
I, [2021-11-01T00:22:52.326348 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp/pids
I, [2021-11-01T00:22:52.336068 #1] INFO -- :
I, [2021-11-01T00:22:52.340034 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp/sockets
I, [2021-11-01T00:22:52.348003 #1] INFO -- :
I, [2021-11-01T00:22:52.348517 #1] INFO -- : > cd /var/www/discourse && touch tmp/.gitkeep
I, [2021-11-01T00:22:52.359960 #1] INFO -- :
I, [2021-11-01T00:22:52.360073 #1] INFO -- : > cd /var/www/discourse && mkdir -p /shared/log/rails
I, [2021-11-01T00:22:52.370560 #1] INFO -- :
I, [2021-11-01T00:22:52.371174 #1] INFO -- : > cd /var/www/discourse && bash -c "touch -a /shared/log/rails/{production,production_errors,unicorn.stdout,unicorn.stderr,sidekiq}.log"
I, [2021-11-01T00:22:52.388493 #1] INFO -- :
I, [2021-11-01T00:22:52.388629 #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, [2021-11-01T00:22:52.404830 #1] INFO -- :
I, [2021-11-01T00:22:52.404969 #1] INFO -- : > cd /var/www/discourse && bash -c "mkdir -p /shared/{uploads,backups}"
I, [2021-11-01T00:22:52.421061 #1] INFO -- :
I, [2021-11-01T00:22:52.421741 #1] INFO -- : > cd /var/www/discourse && bash -c "ln -s /shared/{uploads,backups} /var/www/discourse/public"
I, [2021-11-01T00:22:52.437357 #1] INFO -- :
I, [2021-11-01T00:22:52.437479 #1] INFO -- : > cd /var/www/discourse && bash -c "mkdir -p /shared/tmp/{backups,restores}"
I, [2021-11-01T00:22:52.452669 #1] INFO -- :
I, [2021-11-01T00:22:52.453309 #1] INFO -- : > cd /var/www/discourse && bash -c "ln -s /shared/tmp/{backups,restores} /var/www/discourse/tmp"
I, [2021-11-01T00:22:52.468750 #1] INFO -- :
I, [2021-11-01T00:22:52.468882 #1] INFO -- : > cd /var/www/discourse && chown -R discourse:www-data /shared/log/rails /shared/uploads /shared/backups /shared/tmp
I, [2021-11-01T00:22:52.755036 #1] INFO -- :
I, [2021-11-01T00:22:52.755781 #1] INFO -- : > cd /var/www/discourse && find public/plugins/ -maxdepth 1 -xtype l -delete
I, [2021-11-01T00:22:52.763377 #1] INFO -- :
I, [2021-11-01T00:22:52.764430 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/docker_manager.git
Clonage dans 'docker_manager'...
I, [2021-11-01T00:22:53.944491 #1] INFO -- :
I, [2021-11-01T00:22:53.945294 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-spoiler-alert
Clonage dans 'discourse-spoiler-alert'...
I, [2021-11-01T00:22:54.349404 #1] INFO -- :
I, [2021-11-01T00:22:54.350150 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/cpradio/discourse-giphy
Clonage dans 'discourse-giphy'...
I, [2021-11-01T00:22:54.988087 #1] INFO -- :
I, [2021-11-01T00:22:54.989060 #1] INFO -- : > cp /var/www/discourse/config/nginx.sample.conf /etc/nginx/conf.d/discourse.conf
I, [2021-11-01T00:22:54.995794 #1] INFO -- :
I, [2021-11-01T00:22:54.996738 #1] INFO -- : > rm /etc/nginx/sites-enabled/default
I, [2021-11-01T00:22:55.001383 #1] INFO -- :
I, [2021-11-01T00:22:55.002328 #1] INFO -- : > mkdir -p /var/nginx/cache
I, [2021-11-01T00:22:55.007086 #1] INFO -- :
I, [2021-11-01T00:22:55.008486 #1] INFO -- : Remplacement de pid /run/nginx.pid; par daemon off; dans /etc/nginx/nginx.conf
I, [2021-11-01T00:22:55.009378 #1] INFO -- : Remplacement de (?m-ix:upstream[^\}]+\}) par upstream discourse { server 127.0.0.1:3000; } dans /etc/nginx/conf.d/discourse.conf
I, [2021-11-01T00:22:55.010106 #1] INFO -- : Remplacement de (?-mix:server_name.+$) par server_name _ ; dans /etc/nginx/conf.d/discourse.conf
I, [2021-11-01T00:22:55.010864 #1] INFO -- : Remplacement de (?-mix:client_max_body_size.+$) par client_max_body_size $upload_size ; dans /etc/nginx/conf.d/discourse.conf
I, [2021-11-01T00:22:55.011539 #1] INFO -- : > echo "done configuring web"
I, [2021-11-01T00:22:55.015681 #1] INFO -- : done configuring web
I, [2021-11-01T00:22:55.016534 #1] INFO -- : > cd /var/www/discourse && gem install bundler --conservative -v $(awk '/BUNDLED WITH/ { getline; gsub(/ /,""); print $0 }' Gemfile.lock)
I, [2021-11-01T00:22:55.971470 #1] INFO -- : Successfully installed bundler-2.2.26
1 gem installé
I, [2021-11-01T00:22:55.972367 #1] INFO -- : > cd /var/www/discourse && find /var/www/discourse ! -user discourse -exec chown discourse {} \+
I, [2021-11-01T00:22:59.921873 #1] INFO -- :
I, [2021-11-01T00:22:59.922743 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'bundle install --deployment --retry 3 --jobs 4 --verbose --without test development'
[DÉPRÉCIÉ] L'indicateur `--deployment` est déprécié car il repose sur le fait d'être mémorisé entre les invocations de bundler, ce que bundler ne fera plus dans les futures versions. Utilisez à la place `bundle config set --local deployment 'true'`, et arrêtez d'utiliser cet indicateur
[DÉPRÉCIÉ] L'indicateur `--without` est déprécié car il repose sur le fait d'être mémorisé entre les invocations de bundler, ce que bundler ne fera plus dans les futures versions. Utilisez à la place `bundle config set --local without 'test development'`, et arrêtez d'utiliser cet indicateur
I, [2021-11-01T00:23:12.863463 #1] INFO -- : Exécution de `bundle install --deployment --jobs 4 --retry 3 --verbose --without "test" "development"` avec bundler 2.2.26
Gelée, utilisation de la résolution depuis le fichier de verrouillage
La définition manque ["json-2.6.1", "json-2.6.1", "json-2.6.1", "json-2.6.1", "json-2.6.1", "json-2.6.1", "aws-sdk-sns-1.46.0", "aws-sdk-sns-1.46.0", "aws-sdk-sns-1.46.0", "aws-sdk-sns-1.46.0", "aws-sdk-sns-1.46.0", "aws-sdk-sns-1.46.0", "excon-0.88.0", "excon-0.88.0", "excon-0.88.0", "excon-0.88.0", "excon-0.88.0", "excon-0.88.0", "image_optim-0.31.1", "image_optim-0.31.1", "image_optim-0.31.1", "image_optim-0.31.1", "image_optim-0.31.1", "image_optim-0.31.1", "omniauth-facebook-9.0.0", "omniauth-facebook-9.0.0", "omniauth-facebook-9.0.0", "omniauth-facebook-9.0.0", "omniauth-facebook-9.0.0", "omniauth-facebook-9.0.0", "logster-2.9.8", "logster-2.9.8", "logster-2.9.8", "logster-2.9.8", "logster-2.9.8", "logster-2.9.8", "zeitwerk-2.5.1", "zeitwerk-2.5.1", "zeitwerk-2.5.1", "zeitwerk-2.5.1", "zeitwerk-2.5.1", "zeitwerk-2.5.1", "aws-sdk-core-3.121.2", "aws-sdk-core-3.121.2", "aws-sdk-core-3.121.2", "aws-sdk-core-3.121.2", "aws-sdk-core-3.121.2", "aws-sdk-core-3.121.2", "aws-sigv4-1.4.0", "aws-sigv4-1.4.0", "aws-sigv4-1.4.0", "aws-sigv4-1.4.0", "aws-sigv4-1.4.0", "aws-sigv4-1.4.0", "image_size-3.0.1", "image_size-3.0.1", "image_size-3.0.1", "image_size-3.0.1", "image_size-3.0.1", "image_size-3.0.1", "racc-1.6.0", "racc-1.6.0", "racc-1.6.0", "racc-1.6.0", "racc-1.6.0", "racc-1.6.0", "aws-partitions-1.516.0", "aws-partitions-1.516.0", "aws-partitions-1.516.0", "aws-partitions-1.516.0", "aws-partitions-1.516.0", "aws-partitions-1.516.0", "ipaddr-1.2.3", "ipaddr-1.2.3", "ipaddr-1.2.3", "ipaddr-1.2.3", "ipaddr-1.2.3", "ipaddr-1.2.3"]
HTTP GET https://index.rubygems.org/versions
HTTP 206 Partial Content https://index.rubygems.org/versions
Récupération des métadonnées du gem depuis https://rubygems.org/
Recherche des gems ["actionmailer", "actionpack", "actionview", "actionview_precompiler", "active_model_serializers", "activejob", "activemodel", "activerecord", "activesupport", "addressable", "annotate", "ast", "aws-eventstream", "aws-partitions", "aws-sdk-core", "aws-sdk-kms", "aws-sdk-s3", "aws-sdk-sns", "aws-sigv4", "barber", "better_errors", "binding_of_caller", "bootsnap", "builder", "bullet", "byebug", "cbor", "certified", "chunky_png", "coderay", "colored2", "concurrent-ruby", "connection_pool", "cose", "cppjieba_rb", "crack", "crass", "css_parser", "debug_inspector", "diff-lcs", "diffy", "discourse-ember-rails", "discourse-ember-source", "discourse-fonts", "discourse_dev_assets", "docile", "ecma-re-validator", "email_reply_trimmer", "ember-data-source", "ember-handlebars-template", "ember-source", "erubi", "excon", "execjs", "exifr", "fabrication", "faker", "fakeweb", "faraday", "faraday-em_http", "faraday-em_synchrony", "faraday-excon", "faraday-httpclient", "faraday-net_http", "faraday-net_http_persistent", "faraday-patron", "faraday-rack", "fast_blank", "fast_xs", "fastimage", "ffi", "fspath", "gc_tracer", "globalid", "guess_html_encoding", "hana", "hashdiff", "hashie", "highline", "hkdf", "htmlentities", "http_accept_language", "i18n", "image_optim", "image_size", "in_threads", "ipaddr", "jmespath", "jquery-rails", "json", "json-schema", "json_schemer", "jwt", "kgio", "libv8-node", "listen", "literate_randomizer", "lograge", "logstash-event", "logstash-logger", "logster", "loofah", "lru_redux", "lz4-ruby", "maxminddb", "memory_profiler", "message_bus", "method_source", "mini_mime", "mini_portile2", "mini_racer", "mini_scheduler", "mini_sql", "mini_suffix", "minitest", "mocha", "mock_redis", "msgpack", "multi_json", "multi_xml", "multipart-post", "mustache", "nio4r", "nokogiri", "oauth", "oauth2", "oj", "omniauth", "omniauth-facebook", "omniauth-github", "omniauth-google-oauth2", "omniauth-oauth", "omniauth-oauth2", "omniauth-twitter", "openssl", "openssl-signature_algorithm", "optimist", "parallel", "parallel_tests", "parser", "pg", "progress", "pry", "pry-byebug", "pry-rails", "public_suffix", "puma", "r2", "racc", "rack", "rack-mini-profiler", "rack-protection", "rack-test", "rails-dom-testing", "rails-html-sanitizer", "rails_failover", "rails_multisite", "railties", "rainbow", "raindrops", "rake", "rb-fsevent", "rb-inotify", "rbtrace", "rchardet", "redis", "redis-namespace", "regexp_parser", "request_store", "rexml", "rinku", "rotp", "rqrcode", "rqrcode_core", "rspec", "rspec-core", "rspec-expectations", "rspec-html-matchers", "rspec-mocks", "rspec-rails", "rspec-support", "rss", "rswag-specs", "rtlit", "rubocop", "rubocop-ast", "rubocop-discourse", "rubocop-rspec", "ruby-prof", "ruby-progressbar", "ruby-readability", "ruby2_keywords", "rubyzip", "sanitize", "sassc", "sassc-rails", "seed-fu", "shoulda-matchers", "sidekiq", "simplecov", "simplecov-html", "simplecov_json_formatter", "sprockets", "sprockets-rails", "sshkey", "stackprof", "test-prof", "thor", "tilt", "tzinfo", "uglifier", "unf", "unf_ext", "unicode-display_width", "unicorn", "uniform_notifier", "uri_template", "webmock", "webpush", "xorcist", "yaml-lint", "zeitwerk"]
HTTP GET https://index.rubygems.org/info/aws-partitions
HTTP 206 Partial Content https://index.rubygems.org/info/aws-partitions
HTTP GET https://index.rubygems.org/info/aws-sdk-core
HTTP 206 Partial Content https://index.rubygems.org/info/aws-sdk-core
HTTP GET https://index.rubygems.org/info/excon
HTTP 206 Partial Content https://index.rubygems.org/info/excon
HTTP GET https://index.rubygems.org/info/faraday
HTTP 206 Partial Content https://index.rubygems.org/info/faraday
HTTP GET https://index.rubygems.org/info/image_optim
HTTP 206 Partial Content https://index.rubygems.org/info/image_optim
HTTP GET https://index.rubygems.org/info/image_size
HTTP 206 Partial Content https://index.rubygems.org/info/image_size
HTTP GET https://index.rubygems.org/info/ipaddr
HTTP 206 Partial Content https://index.rubygems.org/info/ipaddr
HTTP GET https://index.rubygems.org/info/json
HTTP 206 Partial Content https://index.rubygems.org/info/json
HTTP GET https://index.rubygems.org/info/logster
HTTP 206 Partial Content https://index.rubygems.org/info/logster
HTTP GET https://index.rubygems.org/info/mini_portile2
HTTP 206 Partial Content https://index.rubygems.org/info/mini_portile2
HTTP GET https://index.rubygems.org/info/omniauth-facebook
HTTP 206 Partial Content https://index.rubygems.org/info/omniauth-facebook
HTTP GET https://index.rubygems.org/info/racc
HTTP 206 Partial Content https://index.rubygems.org/info/racc
HTTP GET https://index.rubygems.org/info/rubocop
HTTP 206 Partial Content https://index.rubygems.org/info/rubocop
HTTP GET https://index.rubygems.org/info/zeitwerk
HTTP 206 Partial Content https://index.rubygems.org/info/zeitwerk
Recherche des gems ["mail", "text-format", "erubis", "rack-mount", "rack-cache", "journey", "rails-deprecated_sanitizer", "jsonapi", "case_transform", "jsonapi-renderer", "activemodel-globalid", "bcrypt-ruby", "arel", "activerecord-deprecated_finders", "memcache-client", "thread_safe", "jamespath", "http-2", "aws-crt", "ember-template-compiler-source", "handlebars-source", "rouge", "snappy", "columnize", "debugger-linecache", "slop", "rb-readline", "functional-ruby", "ref", "safe_yaml", "rdoc", "pastel", "tty-pager", "tty-screen", "tty-tree", "rcov", "net-http-persistent", "rake-compiler", "rb-appscript", "xattr", "ffi-xattr", "termios", "json_pure", "rails", "rdf", "rb-fchange", "rb-kqueue", "celluloid", "celluloid-io", "ruby_dep", "stud", "eventmachine", "thin", "ruby_parser", "net-ftp", "libv8", "metaclass", "hoe", "weakling", "mini_portile", "pkg-config", "ruby-hmac", "faraday-middleware", "httpauth", "bigdecimal", "oa-core", "oa-oauth", "oa-openid", "oa-basic", "oa-enterprise", "oa-more", "sexp_processor", "win32console", "yard", "spoon", "pry-doc", "escape_utils", "rack-ssl", "trollop", "base32", "webrat", "rspec-collection_matchers", "term-ansicolor", "backports", "powerpack", "astrolabe", "tins", "jaro_winkler", "psych", "strscan", "hpricot", "nokogumbo", "bundler", "sass", "bourne", "compass", "sprockets-sass", "sinatra", "slim", "lockfile", "hike", "therubyracer"]
HTTP GET https://index.rubygems.org/info/json_pure
HTTP 206 Partial Content https://index.rubygems.org/info/json_pure
HTTP GET https://index.rubygems.org/info/ruby_parser
HTTP 206 Partial Content https://index.rubygems.org/info/ruby_parser
HTTP GET https://index.rubygems.org/info/sexp_processor
HTTP 206 Partial Content https://index.rubygems.org/info/sexp_processor
HTTP GET https://index.rubygems.org/info/psych
HTTP 206 Partial Content https://index.rubygems.org/info/psych
HTTP GET https://index.rubygems.org/info/strscan
HTTP 206 Partial Content https://index.rubygems.org/info/strscan
HTTP GET https://index.rubygems.org/info/bundler
HTTP 206 Partial Content https://index.rubygems.org/info/bundler
Recherche des gems ["mime-types", "treetop", "tlsmail", "text-hyphen", "abstract", "multimap", "jsonapi-parser", "bcrypt", "ZenTest", "RubyInline", "atomic", "snappy-jars", "ruby_core_source", "debugger-ruby_core_source", "equatable", "tty-color", "tty-which", "verse", "strings", "spruz", "activeresource", "actionwebservice", "actioncable", "activestorage", "actionmailbox", "actiontext", "link_header", "hamster", "win32-api", "timers", "facter", "celluloid-essentials", "celluloid-extras", "celluloid-fsm", "celluloid-pool", "celluloid-supervision", "dotenv", "nenv", "rspec-logsplit", "metriks", "daemons", "ParseTree", "net-protocol", "time", "rubyforge", "gemcutter", "rack-openid", "ruby-openid-apps-discovery", "restclient", "rest-client", "net-ldap", "rubyntlm", "pyu-ruby-sasl", "uuid", "XMLCanonicalizer", "curses", "sync", "jar-dependencies", "sass-listen", "haml", "fssm", "compass-core", "compass-import-once", "sprockets-helpers", "mongrel", "mustermann", "temple"]
HTTP GET https://index.rubygems.org/info/net-protocol
HTTP 206 Partial Content https://index.rubygems.org/info/net-protocol
Recherche des gems ["mime-types-data", "facets", "polyglot", "archive-tar-minitar", "unicode_utils", "strings-ansi", "rails-observers", "activemodel-serializers-xml", "coffee-rails", "em-hiredis", "faye-websocket", "websocket-driver", "marcel", "mimemagic", "test-unit", "hitimes", "CFPropertyList", "sys-admin", "win32-dir", "windows-api", "windows-pr", "win32-security", "hocon", "celluloid-gems", "coveralls", "dotenv-deployment", "rbtree", "faraday_middleware", "yajl-ruby", "avl_tree", "SexpProcessor", "io-wait", "timeout", "date", "net-scp", "ruby-openid", "netrc", "http-cookie", "http-accept", "macaddr", "log4r", "ruby-maven", "cgi_multipart_eof_fix", "fastthread", "gem_plugin", "tool"]
HTTP GET https://index.rubygems.org/info/io-wait
HTTP 206 Partial Content https://index.rubygems.org/info/io-wait
Recherche des gems ["minitar", "minitar-cli", "coffee-script", "hiredis", "websocket-extensions", "power_assert", "configuration", "mkrf", "libxml-ruby", "ffi-win32-extensions", "colorize", "roauth", "net-ssh", "ruby-yadis", "domain_name", "sqlite3", "systemu", "maven-tools", "ruby-maven-libs"]
Recherche des gems ["powerbar", "coffee-script-source", "pattern-match", "needle", "jruby-pageant", "bcrypt_pbkdf", "rbnacl", "rbnacl-libsodium", "virtus"]
Recherche des gems ["ansi", "descendants_tracker", "axiom-types", "coercible", "equalizer"]
Recherche des gems ["ice_nine", "adamantium"]
Recherche des gems ["memoizable"]
Utilisation de rake 13.0.6
0: rake (13.0.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rake-13.0.6.gemspec
Utilisation de concurrent-ruby 1.1.9
0: concurrent-ruby (1.1.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/concurrent-ruby-1.1.9.gemspec
Utilisation de minitest 5.14.4
0: minitest (5.14.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/minitest-5.14.4.gemspec
Utilisation de builder 3.2.4
3: builder (3.2.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/builder-3.2.4.gemspec
Utilisation de erubi 1.10.0
3: erubi (1.10.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/erubi-1.10.0.gemspec
Récupération de racc 1.6.0
Utilisation de crass 1.0.6
2: crass (1.0.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/crass-1.0.6.gemspec
Utilisation de rack 2.2.3
2: rack (2.2.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-2.2.3.gemspec
Utilisation de mini_mime 1.1.2
2: mini_mime (1.1.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_mime-1.1.2.gemspec
Utilisation de public_suffix 4.0.6
2: public_suffix (4.0.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/public_suffix-4.0.6.gemspec
Utilisation de aws-eventstream 1.2.0
2: aws-eventstream (1.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-eventstream-1.2.0.gemspec
Utilisation de jmespath 1.4.0
1: jmespath (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/jmespath-1.4.0.gemspec
Utilisation de ember-source 2.18.2
1: ember-source (2.18.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ember-source-2.18.2.gemspec
Utilisation de execjs 2.8.1
1: execjs (2.8.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/execjs-2.8.1.gemspec
Utilisation de msgpack 1.4.2
1: msgpack (1.4.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/msgpack-1.4.2.gemspec
Utilisation de bundler 2.2.26
1: bundler (2.2.26) from /usr/local/lib/ruby/gems/2.7.0/gems/bundler-2.2.26/lib/bundler/source
Utilisation de byebug 11.1.3
1: byebug (11.1.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/byebug-11.1.3.gemspec
Utilisation de cbor 0.5.9.6
1: cbor (0.5.9.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/cbor-0.5.9.6.gemspec
Utilisation de chunky_png 1.4.0
1: chunky_png (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/chunky_png-1.4.0.gemspec
Utilisation de coderay 1.1.3
1: coderay (1.1.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/coderay-1.1.3.gemspec
Utilisation de colored2 3.1.2
1: colored2 (3.1.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/colored2-3.1.2.gemspec
Utilisation de connection_pool 2.2.5
1: connection_pool (2.2.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/connection_pool-2.2.5.gemspec
Récupération de ipaddr 1.2.3
Récupération de zeitwerk 2.5.1
Récupération de aws-partitions 1.516.0
Installation de zeitwerk 2.5.1
Installation de ipaddr 1.2.3
Installation de racc 1.6.0 avec extensions natives
Installation de aws-partitions 1.516.0
1: ipaddr (1.2.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ipaddr-1.2.3.gemspec
Utilisation de cppjieba_rb 0.3.3
1: cppjieba_rb (0.3.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/cppjieba_rb-0.3.3.gemspec
Utilisation de diffy 3.4.0
1: diffy (3.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/diffy-3.4.0.gemspec
Utilisation de method_source 1.0.0
1: method_source (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/method_source-1.0.0.gemspec
Utilisation de thor 1.1.0
1: thor (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/thor-1.1.0.gemspec
Utilisation de discourse-ember-source 3.12.2.3
1: discourse-ember-source (3.12.2.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/discourse-ember-source-3.12.2.3.gemspec
Utilisation de discourse-fonts 0.0.9
1: discourse-fonts (0.0.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/discourse-fonts-0.0.9.gemspec
Utilisation de regexp_parser 2.1.1
1: regexp_parser (2.1.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/regexp_parser-2.1.1.gemspec
Utilisation de email_reply_trimmer 0.1.13
1: email_reply_trimmer (0.1.13) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/email_reply_trimmer-0.1.13.gemspec
Récupération de excon 0.88.0
0: zeitwerk (2.5.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/zeitwerk-2.5.1.gemspec
Utilisation de exifr 1.3.9
0: exifr (1.3.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/exifr-1.3.9.gemspec
Utilisation de faraday-em_http 1.0.0
0: faraday-em_http (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-em_http-1.0.0.gemspec
Utilisation de faraday-em_synchrony 1.0.0
2: aws-partitions (1.516.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-partitions-1.516.0.gemspec
Utilisation de faraday-excon 1.1.0
2: faraday-excon (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-excon-1.1.0.gemspec
Utilisation de faraday-httpclient 1.0.1
2: faraday-httpclient (1.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-httpclient-1.0.1.gemspec
Utilisation de faraday-net_http 1.0.1
2: faraday-net_http (1.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-net_http-1.0.1.gemspec
Utilisation de faraday-net_http_persistent 1.2.0
2: faraday-net_http_persistent (1.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-net_http_persistent-1.2.0.gemspec
Utilisation de faraday-patron 1.0.0
2: faraday-patron (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-patron-1.0.0.gemspec
Utilisation de faraday-rack 1.0.0
2: faraday-rack (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-rack-1.0.0.gemspec
Utilisation de multipart-post 2.1.1
2: multipart-post (2.1.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/multipart-post-2.1.1.gemspec
Utilisation de ruby2_keywords 0.0.5
2: ruby2_keywords (0.0.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ruby2_keywords-0.0.5.gemspec
Utilisation de fast_blank 1.0.1
2: fast_blank (1.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fast_blank-1.0.1.gemspec
Utilisation de fast_xs 0.8.0
0: faraday-em_synchrony (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-em_synchrony-1.0.0.gemspec
2: fast_xs (0.8.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fast_xs-0.8.0.gemspec
Utilisation de fastimage 2.2.5
2: fastimage (2.2.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fastimage-2.2.5.gemspec
Utilisation de ffi 1.15.4
2: ffi (1.15.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ffi-1.15.4.gemspec
Utilisation de fspath 3.1.2
2: fspath (3.1.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fspath-3.1.2.gemspec
Utilisation de gc_tracer 1.5.1
2: gc_tracer (1.5.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/gc_tracer-1.5.1.gemspec
Utilisation de guess_html_encoding 0.0.11
2: guess_html_encoding (0.0.11) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/guess_html_encoding-0.0.11.gemspec
Utilisation de hana 1.3.7
2: hana (1.3.7) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/hana-1.3.7.gemspec
Utilisation de hashie 4.1.0
2: hashie (4.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/hashie-4.1.0.gemspec
Utilisation de highline 2.0.3
2: highline (2.0.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/highline-2.0.3.gemspec
Utilisation de hkdf 0.3.0
2: hkdf (0.3.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/hkdf-0.3.0.gemspec
Utilisation de htmlentities 4.3.4
2: htmlentities (4.3.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/htmlentities-4.3.4.gemspec
Utilisation de http_accept_language 2.1.1
2: http_accept_language (2.1.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/http_accept_language-2.1.1.gemspec
Récupération de image_size 3.0.1
Installation de excon 0.88.0
Utilisation de in_threads 1.5.4
0: in_threads (1.5.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/in_threads-1.5.4.gemspec
Utilisation de progress 3.6.0
0: progress (3.6.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/progress-3.6.0.gemspec
Récupération de json 2.6.1
Construction des extensions natives. Cela peut prendre un moment...
Installation de image_size 3.0.1
Installation de json 2.6.1 avec extensions natives
1: excon (0.88.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/excon-0.88.0.gemspec
Utilisation de uri_template 0.7.0
1: uri_template (0.7.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/uri_template-0.7.0.gemspec
Utilisation de jwt 2.3.0
1: jwt (2.3.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/jwt-2.3.0.gemspec
Utilisation de kgio 2.11.4
1: kgio (2.11.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/kgio-2.11.4.gemspec
Utilisation de libv8-node 15.14.0.1 (x86_64-linux)
1: libv8-node (15.14.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/libv8-node-15.14.0.1-x86_64-linux.gemspec
Utilisation de logstash-event 1.2.02
1: logstash-event (1.2.02) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/logstash-event-1.2.02.gemspec
Récupération de logster 2.9.8
Construction des extensions natives. Cela peut prendre un moment...
2: image_size (3.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/image_size-3.0.1.gemspec
Utilisation de lru_redux 1.1.0
2: lru_redux (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/lru_redux-1.1.0.gemspec
Utilisation de lz4-ruby 0.3.3
2: lz4-ruby (0.3.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/lz4-ruby-0.3.3.gemspec
Utilisation de maxminddb 0.1.22
2: maxminddb (0.1.22) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/maxminddb-0.1.22.gemspec
Utilisation de memory_profiler 1.0.0
2: memory_profiler (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/memory_profiler-1.0.0.gemspec
Utilisation de redis 4.5.1
2: redis (4.5.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/redis-4.5.1.gemspec
Utilisation de mini_sql 1.1.3
2: mini_sql (1.1.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_sql-1.1.3.gemspec
Utilisation de multi_json 1.15.0
2: multi_json (1.15.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/multi_json-1.15.0.gemspec
Utilisation de multi_xml 0.6.0
2: multi_xml (0.6.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/multi_xml-0.6.0.gemspec
Utilisation de mustache 1.1.1
2: mustache (1.1.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mustache-1.1.1.gemspec
Utilisation de nio4r 2.5.8
2: nio4r (2.5.8) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/nio4r-2.5.8.gemspec
Utilisation de oauth 0.5.6
2: oauth (0.5.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/oauth-0.5.6.gemspec
Utilisation de oj 3.13.2
2: oj (3.13.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/oj-3.13.2.gemspec
Utilisation de optimist 3.0.1
2: optimist (3.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/optimist-3.0.1.gemspec
Utilisation de pg 1.2.3
2: pg (1.2.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pg-1.2.3.gemspec
Utilisation de r2 0.2.7
2: r2 (0.2.7) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/r2-0.2.7.gemspec
Utilisation de raindrops 0.19.2
2: raindrops (0.19.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/raindrops-0.19.2.gemspec
Utilisation de rchardet 1.8.0
2: rchardet (1.8.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rchardet-1.8.0.gemspec
Utilisation de rexml 3.2.5
2: rexml (3.2.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rexml-3.2.5.gemspec
Utilisation de rinku 2.0.6
2: rinku (2.0.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rinku-2.0.6.gemspec
Utilisation de rotp 6.2.0
2: rotp (6.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rotp-6.2.0.gemspec
Utilisation de rqrcode_core 1.2.0
2: rqrcode_core (1.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rqrcode_core-1.2.0.gemspec
Utilisation de rtlit 0.0.5
2: rtlit (0.0.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rtlit-0.0.5.gemspec
Utilisation de rubyzip 2.3.2
2: rubyzip (2.3.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rubyzip-2.3.2.gemspec
Utilisation de tilt 2.0.10
2: tilt (2.0.10) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/tilt-2.0.10.gemspec
Utilisation de sshkey 2.0.0
2: sshkey (2.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sshkey-2.0.0.gemspec
Utilisation de stackprof 0.2.17
2: stackprof (0.2.17) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/stackprof-0.2.17.gemspec
Utilisation de unf_ext 0.0.8
2: unf_ext (0.0.8) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/unf_ext-0.0.8.gemspec
Utilisation de xorcist 1.1.2
2: xorcist (1.1.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/xorcist-1.1.2.gemspec
Utilisation de i18n 1.8.10
2: i18n (1.8.10) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/i18n-1.8.10.gemspec
Utilisation de tzinfo 2.0.4
2: tzinfo (2.0.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/tzinfo-2.0.4.gemspec
Utilisation de rack-test 1.1.0
2: rack-test (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-test-1.1.0.gemspec
Utilisation de mail 2.8.0.edge from https://github.com/discourse/mail.git (at master@5b700fc)
2: mail (2.8.0.edge) from /var/www/discourse/vendor/bundle/ruby/2.7.0/bundler/gems/mail-5b700fc95ee6/mail.gemspec
Utilisation de addressable 2.8.0
2: addressable (2.8.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/addressable-2.8.0.gemspec
Récupération de aws-sigv4 1.4.0
Installation de logster 2.9.8
Installation de aws-sigv4 1.4.0
2: aws-sigv4 (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sigv4-1.4.0.gemspec
Utilisation de barber 0.12.2
2: barber (0.12.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/barber-0.12.2.gemspec
Utilisation de bootsnap 1.9.1
2: bootsnap (1.9.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/bootsnap-1.9.1.gemspec
Utilisation de ember-data-source 3.0.2
2: ember-data-source (3.0.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ember-data-source-3.0.2.gemspec
Utilisation de sprockets 3.7.2
2: sprockets (3.7.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sprockets-3.7.2.gemspec
Utilisation de request_store 1.5.0
2: request_store (1.5.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/request_store-1.5.0.gemspec
Utilisation de message_bus 3.3.6
2: message_bus (3.3.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/message_bus-3.3.6.gemspec
Utilisation de rack-mini-profiler 2.3.3
2: rack-mini-profiler (2.3.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-mini-profiler-2.3.3.gemspec
Utilisation de rack-protection 2.1.0
2: rack-protection (2.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-protection-2.1.0.gemspec
Utilisation de uglifier 4.2.0
2: uglifier (4.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/uglifier-4.2.0.gemspec
Utilisation de openssl 2.2.1
2: openssl (2.2.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/openssl-2.2.1.gemspec
Utilisation de pry 0.13.1
2: pry (0.13.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pry-0.13.1.gemspec
Utilisation de ecma-re-validator 0.3.0
2: ecma-re-validator (0.3.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ecma-re-validator-0.3.0.gemspec
Utilisation de mini_suffix 0.3.2
2: mini_suffix (0.3.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_suffix-0.3.2.gemspec
Utilisation de omniauth 1.9.1
2: omniauth (1.9.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-1.9.1.gemspec
Utilisation de sassc 2.0.1
2: sassc (2.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sassc-2.0.1.gemspec
Utilisation de faraday 1.8.0
2: faraday (1.8.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-1.8.0.gemspec
Utilisation de logstash-logger 0.26.1
2: logstash-logger (0.26.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/logstash-logger-0.26.1.gemspec
Utilisation de mini_racer 0.4.0
2: mini_racer (0.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_racer-0.4.0.gemspec
Utilisation de webpush 1.1.0
2: webpush (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/webpush-1.1.0.gemspec
Récupération de image_optim 0.31.1
Installation de image_optim 0.31.1
L'optimisation des assets images Rails est extraite dans le gem image_optim_rails
Vous pouvez supprimer en toute sécurité `config.assets.image_optim = false` si vous ne comptez pas utiliser ce gem
2: image_optim (0.31.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/image_optim-0.31.1.gemspec
Utilisation de sidekiq 6.2.2
2: sidekiq (6.2.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sidekiq-6.2.2.gemspec
Utilisation de puma 5.5.2
2: puma (5.5.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/puma-5.5.2.gemspec
Utilisation de redis-namespace 1.8.1
2: redis-namespace (1.8.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/redis-namespace-1.8.1.gemspec
Utilisation de rbtrace 0.4.14
2: rbtrace (0.4.14) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rbtrace-0.4.14.gemspec
Utilisation de rqrcode 2.1.0
2: rqrcode (2.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rqrcode-2.1.0.gemspec
Utilisation de rss 0.2.9
2: rss (0.2.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rss-0.2.9.gemspec
Utilisation de unicorn 6.0.0
2: unicorn (6.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/unicorn-6.0.0.gemspec
Utilisation de unf 0.1.4
2: unf (0.1.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/unf-0.1.4.gemspec
Utilisation de activesupport 6.1.4.1
2: activesupport (6.1.4.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activesupport-6.1.4.1.gemspec
Utilisation de css_parser 1.10.0
2: css_parser (1.10.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/css_parser-1.10.0.gemspec
Récupération de aws-sdk-core 3.121.2
1: logster (2.9.8) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/logster-2.9.8.gemspec
Utilisation de ember-handlebars-template 0.8.0
1: ember-handlebars-template (0.8.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ember-handlebars-template-0.8.0.gemspec
Utilisation de openssl-signature_algorithm 1.1.1
1: openssl-signature_algorithm (1.1.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/openssl-signature_algorithm-1.1.1.gemspec
Utilisation de json_schemer 0.2.18
1: json_schemer (0.2.18) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/json_schemer-0.2.18.gemspec
Utilisation de oauth2 1.4.7
1: oauth2 (1.4.7) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/oauth2-1.4.7.gemspec
Utilisation de omniauth-oauth 1.2.0
1: omniauth-oauth (1.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-oauth-1.2.0.gemspec
Utilisation de pry-byebug 3.9.0
1: pry-byebug (3.9.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pry-byebug-3.9.0.gemspec
Utilisation de pry-rails 0.3.9
1: pry-rails (0.3.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pry-rails-0.3.9.gemspec
Utilisation de mini_scheduler 0.13.0
1: mini_scheduler (0.13.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_scheduler-0.13.0.gemspec
Utilisation de globalid 0.5.2
1: globalid (0.5.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/globalid-0.5.2.gemspec
Utilisation de activemodel 6.1.4.1
1: activemodel (6.1.4.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activemodel-6.1.4.1.gemspec
Utilisation de cose 1.2.0
1: cose (1.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/cose-1.2.0.gemspec
Utilisation de activejob 6.1.4.1
1: activejob (6.1.4.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activejob-6.1.4.1.gemspec
Utilisation de active_model_serializers 0.8.4
1: active_model_serializers (0.8.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/active_model_serializers-0.8.4.gemspec
Utilisation de activerecord 6.1.4.1
1: activerecord (6.1.4.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activerecord-6.1.4.1.gemspec
Utilisation de omniauth-oauth2 1.7.1
1: omniauth-oauth2 (1.7.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-oauth2-1.7.1.gemspec
Utilisation de omniauth-twitter 1.4.0
1: omniauth-twitter (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-twitter-1.4.0.gemspec
Récupération de omniauth-facebook 9.0.0
Installation de omniauth-facebook 9.0.0
Installation de aws-sdk-core 3.121.2
1: omniauth-facebook (9.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-facebook-9.0.0.gemspec
Utilisation de omniauth-github 1.4.0
1: omniauth-github (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-github-1.4.0.gemspec
Utilisation de omniauth-google-oauth2 0.8.2
1: omniauth-google-oauth2 (0.8.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-google-oauth2-0.8.2.gemspec
Utilisation de seed-fu 2.3.9
1: seed-fu (2.3.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/seed-fu-2.3.9.gemspec
2: aws-sdk-core (3.121.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-core-3.121.2.gemspec
Utilisation de aws-sdk-kms 1.44.0
1: aws-sdk-kms (1.44.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-kms-1.44.0.gemspec
Récupération de aws-sdk-sns 1.46.0
Utilisation de aws-sdk-s3 1.96.1
2: aws-sdk-s3 (1.96.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-s3-1.96.1.gemspec
Installation de aws-sdk-sns 1.46.0
1: aws-sdk-sns (1.46.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-sns-1.46.0.gemspec
3: racc (1.6.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/racc-1.6.0.gemspec
Utilisation de nokogiri 1.12.5 (x86_64-linux)
2: nokogiri (1.12.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/nokogiri-1.12.5-x86_64-linux.gemspec
Utilisation de rails-dom-testing 2.0.3
1: rails-dom-testing (2.0.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails-dom-testing-2.0.3.gemspec
Utilisation de loofah 2.12.0
1: loofah (2.12.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/loofah-2.12.0.gemspec
Utilisation de ruby-readability 0.7.0
1: ruby-readability (0.7.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ruby-readability-0.7.0.gemspec
Utilisation de sanitize 6.0.0
1: sanitize (6.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sanitize-6.0.0.gemspec
Utilisation de rails-html-sanitizer 1.4.2
1: rails-html-sanitizer (1.4.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails-html-sanitizer-1.4.2.gemspec
Utilisation de actionview 6.1.4.1
2: actionview (6.1.4.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionview-6.1.4.1.gemspec
Utilisation de actionpack 6.1.4.1
3: actionpack (6.1.4.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionpack-6.1.4.1.gemspec
Utilisation de actionview_precompiler 0.2.3
3: actionview_precompiler (0.2.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionview_precompiler-0.2.3.gemspec
Utilisation de actionmailer 6.1.4.1
2: actionmailer (6.1.4.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionmailer-6.1.4.1.gemspec
Utilisation de railties 6.1.4.1
2: railties (6.1.4.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/railties-6.1.4.1.gemspec
Utilisation de sprockets-rails 3.2.2
2: sprockets-rails (3.2.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sprockets-rails-3.2.2.gemspec
Utilisation de jquery-rails 4.4.0
2: jquery-rails (4.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/jquery-rails-4.4.0.gemspec
Utilisation de lograge 0.11.2
2: lograge (0.11.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/lograge-0.11.2.gemspec
Utilisation de rails_failover 0.7.3
2: rails_failover (0.7.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails_failover-0.7.3.gemspec
Utilisation de rails_multisite 3.1.0
2: rails_multisite (3.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails_multisite-3.1.0.gemspec
Utilisation de sassc-rails 2.1.2
2: sassc-rails (2.1.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sassc-rails-2.1.2.gemspec
Utilisation de discourse-ember-rails 0.18.6
2: discourse-ember-rails (0.18.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/discourse-ember-rails-0.18.6.gemspec
0: json (2.6.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/json-2.6.1.gemspec
Bundle terminé ! 127 dépendances Gemfile, 174 gems installés.
Les gems des groupes 'test' et 'development' n'ont pas été installés.
Les gems bundled sont installés dans `./vendor/bundle`
Message post-installation de image_optim :
L'optimisation des assets images Rails est extraite dans le gem image_optim_rails
Vous pouvez supprimer en toute sécurité `config.assets.image_optim = false` si vous ne comptez pas utiliser ce gem
I, [2021-11-01T00:23:12.867848 #1] INFO -- : > cd /var/www/discourse && [ ! -d 'node_modules' ] || su discourse -c 'yarn install --production && yarn cache clean'
warning Resolution field "lodash@4.17.21" is incompatible with requested version "lodash@4.17.15"
I, [2021-11-01T00:24:36.073253 #1] INFO -- : yarn install v1.22.15
[1/5] Validation de package.json...
[2/5] Résolution des packages...
success Already up-to-date.
$ yarn --cwd app/assets/javascripts/discourse
yarn install v1.22.15
[1/4] Résolution des packages...
[2/4] Récupération des packages...
info fsevents@2.3.2: The platform "linux" is incompatible with this module.
info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation.
info fsevents@1.2.13: The platform "linux" is incompatible with this module.
info "fsevents@1.2.13" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Liaison des dépendances...
[4/4] Construction des packages frais...
success Saved lockfile.
Done in 72.85s.
Done in 74.41s.
yarn cache v1.22.15
success Cleared cache.
Done in 8.01s.
I, [2021-11-01T00:24:36.084785 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'bundle exec rake plugin:pull_compatible_all'
I, [2021-11-01T00:24:40.486973 #1] INFO -- : discourse-spoiler-alert est déjà à la dernière version compatible
docker_manager est déjà à la dernière version compatible
discourse-giphy est déjà à la dernière version compatible
I, [2021-11-01T00:24:40.487911 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate'
Échec de la déclaration d'erreur : Erreur de connexion à Redis sur localhost:6379 (Errno::EADDRNOTAVAIL) 2 Erreur de connexion à Redis sur localhost:6379 (Errno::EADDRNOTAVAIL) abonnement échoué, réessaie dans 1 seconde. Pile d'appels /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:398:in `rescue in establish_connection'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:379:in `establish_connection'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:117:in `block in connect'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:344:in `with_reconnect'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:116:in `connect'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:325:in `with_socket_timeout'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:175:in `call_loop'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/subscribe.rb:44:in `subscription'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/subscribe.rb:14:in `subscribe'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis.rb:3789:in `_subscription'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis.rb:2552:in `block in subscribe'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis.rb:72:in `block in synchronize'
/usr/local/lib/ruby/2.7.0/monitor.rb:202:in `synchronize'
/usr/local/lib/ruby/2.7.0/monitor.rb:202:in `mon_synchronize'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis.rb:72:in `synchronize'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis.rb:2551:in `subscribe'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/message_bus-3.3.6/lib/message_bus/backends/redis.rb:285:in `global_subscribe'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/message_bus-3.3.6/lib/message_bus.rb:781:in `global_subscribe_thread'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/message_bus-3.3.6/lib/message_bus.rb:729:in `block in new_subscriber_thread'
rake interrompu !
Redis::CannotConnectError: Erreur de connexion à Redis sur localhost:6379 (Errno::EADDRNOTAVAIL)
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:398:in `rescue in establish_connection'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:379:in `establish_connection'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:117:in `block in connect'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:344:in `with_reconnect'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:116:in `connect'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:417:in `ensure_connected'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:269:in `block in process'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:356:in `logging'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:268:in `process'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:162:in `call'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis.rb:564:in `block in del'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis.rb:72:in `block in synchronize'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis.rb:72:in `synchronize'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis.rb:563:in `del'
/var/www/discourse/lib/discourse_redis.rb:81:in `block in del'
/var/www/discourse/lib/discourse_redis.rb:29:in `ignore_readonly'
/var/www/discourse/lib/discourse_redis.rb:79:in `del'
/var/www/discourse/lib/cache.rb:75:in `delete'
/var/www/discourse/lib/site_setting_extension.rb:455:in `clear_cache!'
/var/www/discourse/lib/site_setting_extension.rb:311:in `block in refresh!'
/var/www/discourse/lib/site_setting_extension.rb:290:in `synchronize'
/var/www/discourse/lib/site_setting_extension.rb:290:in `refresh!'
/var/www/discourse/lib/site_setting_extension.rb:529:in `block in setup_methods'
/var/www/discourse/config/initializers/004-message_bus.rb:122:in `<main>'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/bootsnap-1.9.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:60:in `load'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/bootsnap-1.9.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:60:in `load'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.1/lib/active_support/dependencies.rb:326:in `block in load'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.1/lib/active_support/dependencies.rb:299:in `load_dependency'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.1/lib/active_support/dependencies.rb:326:in `load'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/engine.rb:681:in `block in load_config_initializer'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.1/lib/active_support/notifications.rb:205:in `instrument'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/engine.rb:680:in `load_config_initializer'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/engine.rb:634:in `block (2 levels) in <class:Engine>'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/engine.rb:633:in `each'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/engine.rb:633:in `block in <class:Engine>'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/initializable.rb:32:in `instance_exec'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/initializable.rb:32:in `run'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/initializable.rb:61:in `block in run_initializers'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/initializable.rb:50:in `each'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/initializable.rb:50:in `tsort_each_child'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/initializable.rb:60:in `run_initializers'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/application.rb:391:in `initialize!'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/railtie.rb:207:in `public_send'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/railtie.rb:207:in `method_missing'
/var/www/discourse/config/environment.rb:7:in `<main>'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/bootsnap-1.9.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/bootsnap-1.9.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/bootsnap-1.9.1/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/bootsnap-1.9.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/bootsnap-1.9.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.5.1/lib/zeitwerk/kernel.rb:35:in `require'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.1/lib/active_support/dependencies.rb:332:in `block in require'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.1/lib/active_support/dependencies.rb:299:in `load_dependency'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.1/lib/active_support/dependencies.rb:332:in `require'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/application.rb:367:in `require_environment!'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/application.rb:533:in `block in run_tasks_blocks'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rake-13.0.6/exe/rake:27:in `<top (required)>'
/usr/local/bin/bundle:23:in `load'
/usr/local/bin/bundle:23:in `<main>'
Caused by:
Errno::EADDRNOTAVAIL: Cannot assign requested address - connect(2) for [::1]:6379
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/connection/ruby.rb:155:in `connect_addrinfo'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/connection/ruby.rb:193:in `block in connect'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/connection/ruby.rb:191:in `each'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/connection/ruby.rb:191:in `each_with_index'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/connection/ruby.rb:191:in `connect'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/connection/ruby.rb:305:in `connect'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:385:in `establish_connection'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:117:in `block in connect'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:344:in `with_reconnect'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:116:in `connect'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:417:in `ensure_connected'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:269:in `block in process'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:356:in `logging'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:268:in `process'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis/client.rb:162:in `call'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis.rb:564:in `block in del'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis.rb:72:in `block in synchronize'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis.rb:72:in `synchronize'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/redis-4.5.1/lib/redis.rb:563:in `del'
/var/www/discourse/lib/discourse_redis.rb:81:in `block in del'
/var/www/discourse/lib/discourse_redis.rb:29:in `ignore_readonly'
/var/www/discourse/lib/discourse_redis.rb:79:in `del'
/var/www/discourse/lib/cache.rb:75:in `delete'
/var/www/discourse/lib/site_setting_extension.rb:455:in `clear_cache!'
/var/www/discourse/lib/site_setting_extension.rb:311:in `block in refresh!'
/var/www/discourse/lib/site_setting_extension.rb:290:in `synchronize'
/var/www/discourse/lib/site_setting_extension.rb:290:in `refresh!'
/var/www/discourse/lib/site_setting_extension.rb:529:in `block in setup_methods'
/var/www/discourse/config/initializers/004-message_bus.rb:122:in `<main>'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/bootsnap-1.9.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:60:in `load'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/bootsnap-1.9.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:60:in `load'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.1/lib/active_support/dependencies.rb:326:in `block in load'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.1/lib/active_support/dependencies.rb:299:in `load_dependency'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.1/lib/active_support/dependencies.rb:326:in `load'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/engine.rb:681:in `block in load_config_initializer'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.1/lib/active_support/notifications.rb:205:in `instrument'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/engine.rb:680:in `load_config_initializer'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/engine.rb:634:in `block (2 levels) in <class:Engine>'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/engine.rb:633:in `each'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/engine.rb:633:in `block in <class:Engine>'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/initializable.rb:32:in `instance_exec'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/initializable.rb:32:in `run'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/initializable.rb:61:in `block in run_initializers'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/initializable.rb:50:in `each'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/initializable.rb:50:in `tsort_each_child'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/initializable.rb:60:in `run_initializers'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/application.rb:391:in `initialize!'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/railtie.rb:207:in `public_send'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/railtie.rb:207:in `method_missing'
/var/www/discourse/config/environment.rb:7:in `<main>'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/bootsnap-1.9.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/bootsnap-1.9.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/bootsnap-1.9.1/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/bootsnap-1.9.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/bootsnap-1.9.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.5.1/lib/zeitwerk/kernel.rb:35:in `require'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.1/lib/active_support/dependencies.rb:332:in `block in require'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.1/lib/active_support/dependencies.rb:299:in `load_dependency'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.1/lib/active_support/dependencies.rb:332:in `require'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/application.rb:367:in `require_environment!'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.4.1/lib/rails/application.rb:533:in `block in run_tasks_blocks'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rake-13.0.6/exe/rake:27:in `<top (required)>'
/usr/local/bin/bundle:23:in `load'
/usr/local/bin/bundle:23:in `<main>'
Tâches : TOP => db:migrate => db:load_config => environment
(Voir la trace complète en exécutant la tâche avec --trace)
I, [2021-11-01T00:24:45.349348 #1] INFO -- :
I, [2021-11-01T00:24:45.350577 #1] INFO -- : Arrêt des processus asynchrones
I, [2021-11-01T00:24:45.351061 #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: 50
2021-11-01 00:24:45.351 UTC [50] LOG: demande d'arrêt rapide reçue
2021-11-01 00:24:45.356 UTC [50] LOG: abandon de toutes les transactions actives
2021-11-01 00:24:45.366 UTC [50] LOG: le processus d'arrière-plan "logical replication launcher" (PID 59) s'est terminé avec le code de sortie 1
2021-11-01 00:24:45.369 UTC [54] LOG: arrêt en cours
2021-11-01 00:24:45.391 UTC [50] LOG: le système de base de données est arrêté
ÉCHEC
--------------------
Pups::ExecError: cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate' a échoué avec le code de retour #<Process::Status: pid 464 exit 1>
Lieu de l'échec : /pups/lib/pups/exec_command.rb:112:in `spawn'
exec a échoué avec les paramètres {"cd"=>"$home", "hook"=>"db_migrate", "cmd"=>["su discourse -c 'bundle exec rake db:migrate'"]}
09f25264156537f25494937344ff03601bd3a17fe9d32a3c88112ae7b18dc7c5
** ÉCHEC DU BOOTSTRAP ** veuillez remonter et rechercher les messages d'erreur précédents, il peut y en avoir plus d'un.
./discourse-doctor peut aider à diagnostiquer le problème.
Toujours aucune idée, à moins que vous n’ayez commenté le modèle redis d’une manière ou d’une autre.

