No se puede reconstruir la aplicación

SSIA. No he podido actualizar, ni desde la consola ni dentro de Discourse. He probado incontables cosas, incluyendo desactivar todos los complementos, sin éxito. Si alguien puede deducir algo de la captura de pantalla de la consola cuando intenté reconstruir, le estaría muy agradecido.

Parece que la migración falló, pero necesitamos las líneas de registro de antes para determinar por qué están fallando.

No es una migración, aunque sí migré hace unos meses; después de eso pude actualizar y reconstruir varias veces. Esto es simplemente una reconstrucción. Intentaré obtener el registro completo más tarde.

Se refiere a una migración de base de datos. Las actualizaciones a veces incluyen cambios en la estructura de la base de datos. Parece que eso es lo que falló (quizás un índice de base de datos corrupto o un plugin problemático, aunque son solo suposiciones).

Si no puedes desplazarte hacia atrás, simplemente inténtalo de nuevo. En lugar de una captura de pantalla, es mejor copiar el texto. Y puedes pegarlo entre comillas invertidas así:

 ```
Tu contenido aquí 

 ```

Disculpas por la respuesta muy atrasada, pero finalmente pude obtener un registro.

Lo siguiente es todo lo que ocurre después de iniciar la reconstrucción.

Asegurando que el launcher esté actualizado
Obteniendo origen
El launcher está actualizado
Deteniendo el contenedor antiguo
+ /usr/bin/docker stop -t 60 app
app
cd /pups && git pull && git checkout v1.0.3 && /pups/bin/pups --stdin
Ya está actualizado.
Nota: verificando 'v1.0.3'.

Estás en un estado de 'HEAD desanclado'. Puedes explorar, hacer cambios experimentales y confirmarlos, y puedes descartar cualquier confirmación que hagas en este estado sin afectar ninguna rama realizando otra verificación.

Si deseas crear una nueva rama para conservar las confirmaciones que crees, puedes hacerlo (ahora o más tarde) utilizando -b con el comando de verificación nuevamente. Ejemplo:

  git checkout -b <nombre-de-nueva-rama>

HEAD is now at d1db030 cut a new version
I, [2021-11-01T00:22:36.703574 #1]  INFO -- : Loading --stdin
I, [2021-11-01T00:22:36.713107 #1]  INFO -- : > locale-gen $LANG && update-locale
I, [2021-11-01T00:22:36.792263 #1]  INFO -- : Generating locales (this might take a while)...
Generation complete.

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 -- : File > /etc/service/postgres/run  chmod: +x  chown: 
I, [2021-11-01T00:22:36.885613 #1]  INFO -- : File > /etc/service/postgres/log/run  chmod: +x  chown: 
I, [2021-11-01T00:22:36.893862 #1]  INFO -- : File > /etc/runit/3.d/99-postgres  chmod: +x  chown: 
I, [2021-11-01T00:22:36.901790 #1]  INFO -- : File > /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 -- : Replacing data_directory = '/var/lib/postgresql/13/main' with data_directory = '/shared/postgres_data' in /etc/postgresql/13/main/postgresql.conf
I, [2021-11-01T00:22:38.023631 #1]  INFO -- : Replacing (?-mix:#?listen_addresses *=.*) with listen_addresses = '*' in /etc/postgresql/13/main/postgresql.conf
I, [2021-11-01T00:22:38.024627 #1]  INFO -- : Replacing (?-mix:#?synchronous_commit *=.*) with synchronous_commit = $db_synchronous_commit in /etc/postgresql/13/main/postgresql.conf
I, [2021-11-01T00:22:38.025408 #1]  INFO -- : Replacing (?-mix:#?shared_buffers *=.*) with shared_buffers = $db_shared_buffers in /etc/postgresql/13/main/postgresql.conf
I, [2021-11-01T00:22:38.026156 #1]  INFO -- : Replacing (?-mix:#?work_mem *=.*) with work_mem = $db_work_mem in /etc/postgresql/13/main/postgresql.conf
I, [2021-11-01T00:22:38.026959 #1]  INFO -- : Replacing (?-mix:#?default_text_search_config *=.*) with default_text_search_config = '$db_default_text_search_config' in /etc/postgresql/13/main/postgresql.conf
I, [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 -- : Replacing (?-mix:#?checkpoint_segments *=.*) with checkpoint_segments = $db_checkpoint_segments in /etc/postgresql/13/main/postgresql.conf
I, [2021-11-01T00:22:38.037385 #1]  INFO -- : Replacing (?-mix:#?logging_collector *=.*) with logging_collector = $db_logging_collector in /etc/postgresql/13/main/postgresql.conf
I, [2021-11-01T00:22:38.038251 #1]  INFO -- : Replacing (?-mix:#?log_min_duration_statement *=.*) with log_min_duration_statement = $db_log_min_duration_statement in /etc/postgresql/13/main/postgresql.conf
I, [2021-11-01T00:22:38.039441 #1]  INFO -- : Replacing (?-mix:^#local +replication +postgres +peer$) with local replication postgres  peer in /etc/postgresql/13/main/pg_hba.conf
I, [2021-11-01T00:22:38.040287 #1]  INFO -- : Replacing (?-mix:^host.*all.*all.*127.*$) with host all all 0.0.0.0/0 md5 in /etc/postgresql/13/main/pg_hba.conf
I, [2021-11-01T00:22:38.041101 #1]  INFO -- : Replacing (?-mix:^host.*all.*all.*::1\/128.*$) with host all all ::/0 md5 in /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:  starting PostgreSQL 13.4 (Debian 13.4-4.pgdg100+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 8.3.0-6) 8.3.0, 64-bit
2021-11-01 00:22:38.166 UTC [50] LOG:  listening on IPv4 address "0.0.0.0", port 5432
2021-11-01 00:22:38.166 UTC [50] LOG:  listening on IPv6 address "::", port 5432
2021-11-01 00:22:38.168 UTC [50] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2021-11-01 00:22:38.173 UTC [53] LOG:  database system was shut down at 2021-11-01 00:22:25 UTC
2021-11-01 00:22:38.184 UTC [50] LOG:  database system is ready to accept connections
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:  database "discourse" already exists
2021-11-01 00:22:43.211 UTC [63] postgres@postgres STATEMENT:  CREATE DATABASE discourse;
createdb: error: database creation failed: ERROR:  database "discourse" already exists
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:  role "discourse" already exists
2021-11-01 00:22:43.328 UTC [67] postgres@discourse STATEMENT:  create user discourse;
ERROR:  role "discourse" already exists
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:  extension "hstore" already exists, skipping
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:  extension "pg_trgm" already exists, skipping
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:  extension "hstore" already exists, skipping
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:  extension "pg_trgm" already exists, skipping
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 -- : File > /var/lib/postgresql/take-database-backup  chmod: +x  chown: postgres:postgres
I, [2021-11-01T00:22:43.987765 #1]  INFO -- : File > /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 -- : File > /etc/cron.d/anacron  chmod:   chown: 
I, [2021-11-01T00:22:44.356542 #1]  INFO -- : File > /etc/runit/1.d/copy-env  chmod: +x  chown: 
I, [2021-11-01T00:22:44.367195 #1]  INFO -- : File > /etc/service/unicorn/run  chmod: +x  chown: 
I, [2021-11-01T00:22:44.378077 #1]  INFO -- : File > /etc/service/nginx/run  chmod: +x  chown: 
I, [2021-11-01T00:22:44.387243 #1]  INFO -- : File > /etc/runit/3.d/01-nginx  chmod: +x  chown: 
I, [2021-11-01T00:22:44.396258 #1]  INFO -- : File > /etc/runit/3.d/02-unicorn  chmod: +x  chown: 
I, [2021-11-01T00:22:44.396988 #1]  INFO -- : Replacing # postgres with sv start postgres || exit 1 in /etc/service/unicorn/run
I, [2021-11-01T00:22:44.398977 #1]  INFO -- : > cd /var/www/discourse && git reset --hard
Checking out files:  25% (6593/26168)   
Checking out files:  26% (6804/26168)   
Checking out files:  27% (7066/26168)   
Checking out files:  28% (7328/26168)   
Checking out files:  29% (7589/26168)   
Checking out files:  30% (7851/26168)   
Checking out files:  31% (8113/26168)   
Checking out files:  32% (8374/26168)   
Checking out files:  33% (8636/26168)   
Checking out files:  34% (8898/26168)   
Checking out files:  35% (9159/26168)   
Checking out files:  36% (9421/26168)   
Checking out files:  37% (9683/26168)   
Checking out files:  38% (9944/26168)   
Checking out files:  39% (10206/26168)   
Checking out files:  40% (10468/26168)   
Checking out files:  41% (10729/26168)   
Checking out files:  42% (10991/26168)   
Checking out files:  43% (11253/26168)   
Checking out files:  44% (11514/26168)   
Checking out files:  45% (11776/26168)   
Checking out files:  46% (12038/26168)   
Checking out files:  47% (12299/26168)   
Checking out files:  48% (12561/26168)   
Checking out files:  49% (12823/26168)   
Checking out files:  50% (13084/26168)   
Checking out files:  51% (13346/26168)   
Checking out files:  52% (13608/26168)   
Checking out files:  53% (13870/26168)   
Checking out files:  54% (14131/26168)   
Checking out files:  55% (14393/26168)   
Checking out files:  56% (14655/26168)   
Checking out files:  57% (14916/26168)   
Checking out files:  58% (15178/26168)   
Checking out files:  59% (15440/26168)   
Checking out files:  60% (15701/26168)   
Checking out files:  60% (15780/26168)   
Checking out files:  61% (15963/26168)   
Checking out files:  62% (16225/26168)   
Checking out files:  63% (16486/26168)   
Checking out files:  64% (16748/26168)   
Checking out files:  65% (17010/26168)   
Checking out files:  66% (17271/26168)   
Checking out files:  67% (17533/26168)   
Checking out files:  68% (17795/26168)   
Checking out files:  69% (18056/26168)   
Checking out files:  70% (18318/26168)   
Checking out files:  71% (18580/26168)   
Checking out files:  72% (18841/26168)   
Checking out files:  73% (19103/26168)   
Checking out files:  74% (19365/26168)   
Checking out files:  75% (19626/26168)   
Checking out files:  76% (19888/26168)   
Checking out files:  77% (20150/26168)   
Checking out files:  78% (20412/26168)   
Checking out files:  79% (20673/26168)   
Checking out files:  80% (20935/26168)   
Checking out files:  81% (21197/26168)   
Checking out files:  82% (21458/26168)   
Checking out files:  83% (21720/26168)   
Checking out files:  84% (21982/26168)   
Checking out files:  85% (22243/26168)   
Checking out files:  86% (22505/26168)   
Checking out files:  87% (22767/26168)   
Checking out files:  88% (23028/26168)   
Checking out files:  89% (23290/26168)   
Checking out files:  90% (23552/26168)   
Checking out files:  91% (23813/26168)   
Checking out files:  92% (24075/26168)   
Checking out files:  92% (24315/26168)   
Checking out files:  93% (24337/26168)   
Checking out files:  94% (24598/26168)   
Checking out files:  95% (24860/26168)   
Checking out files:  96% (25122/26168)   
Checking out files:  97% (25383/26168)   
Checking out files:  98% (25645/26168)   
Checking out files:  99% (25907/26168)   
Checking out files: 100% (26168/26168)   
Checking out files: 100% (26168/26168), done.
I, [2021-11-01T00:22:48.823644 #1]  INFO -- : HEAD is now at 92afa74d Mark shared-edits plugin as official (#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
Switched to a new branch 'tests-passed'
I, [2021-11-01T00:22:52.301107 #1]  INFO -- : Branch 'tests-passed' set up to track remote branch 'tests-passed' from '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
Cloning into '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
Cloning into '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
Cloning into '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 -- : Replacing pid /run/nginx.pid; with daemon off; in /etc/nginx/nginx.conf
I, [2021-11-01T00:22:55.009378 #1]  INFO -- : Replacing (?m-ix:upstream[^\}]+\}) with upstream discourse { server 127.0.0.1:3000; } in /etc/nginx/conf.d/discourse.conf
I, [2021-11-01T00:22:55.010106 #1]  INFO -- : Replacing (?-mix:server_name.+$) with server_name _ ; in /etc/nginx/conf.d/discourse.conf
I, [2021-11-01T00:22:55.010864 #1]  INFO -- : Replacing (?-mix:client_max_body_size.+$) with client_max_body_size $upload_size ; in /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'
[DEPRECATED] The `--deployment` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set --local deployment 'true'`, and stop using this flag
[DEPRECATED] The `--without` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set --local without 'test development'`, and stop using this flag
I, [2021-11-01T00:23:12.863463 #1]  INFO -- : Running `bundle install --deployment --jobs 4 --retry 3 --verbose --without "test" "development"` with bundler 2.2.26
Frozen, using resolution from the lockfile
The definition is missing ["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
Fetching gem metadata from https://rubygems.org/
Looking up gems ["actionmailer", "actionpack", "actionview", "actionview_precompiler", "active_model_serializers", "activejob", "activemodel", "activerecord", "activesupport", "addressable", "annotate", "ast", "aws-eventstream", "aws-partitions", "aws-sdk-core", "aws-sdk-kms", "aws-sdk-s3", "aws-sdk-sns", "aws-sigv4", "barber", "better_errors", "binding_of_caller", "bootsnap", "builder", "bullet", "byebug", "cbor", "certified", "chunky_png", "coderay", "colored2", "concurrent-ruby", "connection_pool", "cose", "cppjieba_rb", "crack", "crass", "css_parser", "debug_inspector", "diff-lcs", "diffy", "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
Looking up 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
Looking up 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
Looking up 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
Looking up 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"]
Looking up gems ["powerbar", "coffee-script-source", "pattern-match", "needle", "jruby-pageant", "bcrypt_pbkdf", "rbnacl", "rbnacl-libsodium", "virtus"]
Looking up gems ["ansi", "descendants_tracker", "axiom-types", "coercible", "equalizer"]
Looking up gems ["ice_nine", "adamantium"]
Looking up gems ["memoizable"]
Using rake 13.0.6
0:  rake (13.0.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rake-13.0.6.gemspec
Using concurrent-ruby 1.1.9
0:  concurrent-ruby (1.1.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/concurrent-ruby-1.1.9.gemspec
Using 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
Using 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
Using 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
Fetching racc 1.6.0
Using 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
Using 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
Using 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
Using 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
Using 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
Using 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
Using 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
Using 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
Using 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
Using 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
Using 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
Using 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
Using 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
Using 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
Using 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
Using 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
Fetching ipaddr 1.2.3
Fetching zeitwerk 2.5.1
Fetching aws-partitions 1.516.0
Installing zeitwerk 2.5.1
Installing ipaddr 1.2.3
Installing racc 1.6.0 with native extensions
Installing 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
Using 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
Using 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
Using 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
Using 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
Using 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
Using 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
Using 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
Using 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
Fetching 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
Using 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
Using 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
Using 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
Using faraday-excon 1.1.0
2:  faraday-excon (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-excon-1.1.0.gemspec
Using faraday-httpclient 1.0.1
2:  faraday-httpclient (1.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-httpclient-1.0.1.gemspec
Using faraday-net_http 1.0.1
2:  faraday-net_http (1.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-net_http-1.0.1.gemspec
Using faraday-net_http_persistent 1.2.0
2:  faraday-net_http_persistent (1.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-net_http_persistent-1.2.0.gemspec
Using faraday-patron 1.0.0
2:  faraday-patron (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-patron-1.0.0.gemspec
Using faraday-rack 1.0.0
2:  faraday-rack (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-rack-1.0.0.gemspec
Using 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
Using ruby2_keywords 0.0.5
2:  ruby2_keywords (0.0.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ruby2_keywords-0.0.5.gemspec
Using fast_blank 1.0.1
2:  fast_blank (1.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fast_blank-1.0.1.gemspec
Using fast_xs 0.8.0
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
Using 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
Using 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
Using fspath 3.1.2
2:  fspath (3.1.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fspath-3.1.2.gemspec
Using gc_tracer 1.5.1
2:  gc_tracer (1.5.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/gc_tracer-1.5.1.gemspec
Using guess_html_encoding 0.0.11
2:  guess_html_encoding (0.0.11) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/guess_html_encoding-0.0.11.gemspec
Using hana 1.3.7
2:  hana (1.3.7) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/hana-1.3.7.gemspec
Using hashie 4.1.0
2:  hashie (4.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/hashie-4.1.0.gemspec
Using highline 2.0.3
2:  highline (2.0.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/highline-2.0.3.gemspec
Using hkdf 0.3.0
2:  hkdf (0.3.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/hkdf-0.3.0.gemspec
Using htmlentities 4.3.4
2:  htmlentities (4.3.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/htmlentities-4.3.4.gemspec
Using http_accept_language 2.1.1
2:  http_accept_language (2.1.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/http_accept_language-2.1.1.gemspec
Fetching image_size 3.0.1
Installing excon 0.88.0
Using 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
Using 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
Fetching json 2.6.1
Building native extensions. This could take a while...
Installing image_size 3.0.1
Installing json 2.6.1 with native extensions
1:  excon (0.88.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/excon-0.88.0.gemspec
Using 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
Using 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
Using 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
Using 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
Using 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
Fetching logster 2.9.8
Building native extensions. This could take a while...
2:  image_size (3.0.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/image_size-3.0.1.gemspec
Usando lru_redux 1.1.0
2:  lru_redux (1.1.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/lru_redux-1.1.0.gemspec
Usando lz4-ruby 0.3.3
2:  lz4-ruby (0.3.3) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/lz4-ruby-0.3.3.gemspec
Usando maxminddb 0.1.22
2:  maxminddb (0.1.22) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/maxminddb-0.1.22.gemspec
Usando memory_profiler 1.0.0
2:  memory_profiler (1.0.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/memory_profiler-1.0.0.gemspec
Usando redis 4.5.1
2:  redis (4.5.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/redis-4.5.1.gemspec
Usando mini_sql 1.1.3
2:  mini_sql (1.1.3) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_sql-1.1.3.gemspec
Usando multi_json 1.15.0
2:  multi_json (1.15.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/multi_json-1.15.0.gemspec
Usando multi_xml 0.6.0
2:  multi_xml (0.6.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/multi_xml-0.6.0.gemspec
Usando mustache 1.1.1
2:  mustache (1.1.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mustache-1.1.1.gemspec
Usando nio4r 2.5.8
2:  nio4r (2.5.8) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/nio4r-2.5.8.gemspec
Usando oauth 0.5.6
2:  oauth (0.5.6) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/oauth-0.5.6.gemspec
Usando oj 3.13.2
2:  oj (3.13.2) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/oj-3.13.2.gemspec
Usando optimist 3.0.1
2:  optimist (3.0.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/optimist-3.0.1.gemspec
Usando pg 1.2.3
2:  pg (1.2.3) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pg-1.2.3.gemspec
Usando r2 0.2.7
2:  r2 (0.2.7) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/r2-0.2.7.gemspec
Usando raindrops 0.19.2
2:  raindrops (0.19.2) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/raindrops-0.19.2.gemspec
Usando rchardet 1.8.0
2:  rchardet (1.8.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rchardet-1.8.0.gemspec
Usando rexml 3.2.5
2:  rexml (3.2.5) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rexml-3.2.5.gemspec
Usando rinku 2.0.6
2:  rinku (2.0.6) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rinku-2.0.6.gemspec
Usando rotp 6.2.0
2:  rotp (6.2.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rotp-6.2.0.gemspec
Usando rqrcode_core 1.2.0
2:  rqrcode_core (1.2.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rqrcode_core-1.2.0.gemspec
Usando rtlit 0.0.5
2:  rtlit (0.0.5) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rtlit-0.0.5.gemspec
Usando rubyzip 2.3.2
2:  rubyzip (2.3.2) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rubyzip-2.3.2.gemspec
Usando tilt 2.0.10
2:  tilt (2.0.10) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/tilt-2.0.10.gemspec
Usando sshkey 2.0.0
2:  sshkey (2.0.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sshkey-2.0.0.gemspec
Usando stackprof 0.2.17
2:  stackprof (0.2.17) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/stackprof-0.2.17.gemspec
Usando unf_ext 0.0.8
2:  unf_ext (0.0.8) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/unf_ext-0.0.8.gemspec
Usando xorcist 1.1.2
2:  xorcist (1.1.2) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/xorcist-1.1.2.gemspec
Usando i18n 1.8.10
2:  i18n (1.8.10) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/i18n-1.8.10.gemspec
Usando tzinfo 2.0.4
2:  tzinfo (2.0.4) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/tzinfo-2.0.4.gemspec
Usando rack-test 1.1.0
2:  rack-test (1.1.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-test-1.1.0.gemspec
Usando mail 2.8.0.edge desde https://github.com/discourse/mail.git (en master@5b700fc)
2:  mail (2.8.0.edge) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/bundler/gems/mail-5b700fc95ee6/mail.gemspec
Usando addressable 2.8.0
2:  addressable (2.8.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/addressable-2.8.0.gemspec
Obteniendo aws-sigv4 1.4.0
Instalando logster 2.9.8
Instalando aws-sigv4 1.4.0
2:  aws-sigv4 (1.4.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sigv4-1.4.0.gemspec
Usando barber 0.12.2
2:  barber (0.12.2) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/barber-0.12.2.gemspec
Usando bootsnap 1.9.1
2:  bootsnap (1.9.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/bootsnap-1.9.1.gemspec
Usando ember-data-source 3.0.2
2:  ember-data-source (3.0.2) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ember-data-source-3.0.2.gemspec
Usando sprockets 3.7.2
2:  sprockets (3.7.2) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sprockets-3.7.2.gemspec
Usando request_store 1.5.0
2:  request_store (1.5.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/request_store-1.5.0.gemspec
Usando message_bus 3.3.6
2:  message_bus (3.3.6) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/message_bus-3.3.6.gemspec
Usando rack-mini-profiler 2.3.3
2:  rack-mini-profiler (2.3.3) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-mini-profiler-2.3.3.gemspec
Usando rack-protection 2.1.0
2:  rack-protection (2.1.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-protection-2.1.0.gemspec
Usando uglifier 4.2.0
2:  uglifier (4.2.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/uglifier-4.2.0.gemspec
Usando openssl 2.2.1
2:  openssl (2.2.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/openssl-2.2.1.gemspec
Usando pry 0.13.1
2:  pry (0.13.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pry-0.13.1.gemspec
Usando ecma-re-validator 0.3.0
2:  ecma-re-validator (0.3.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ecma-re-validator-0.3.0.gemspec
Usando mini_suffix 0.3.2
2:  mini_suffix (0.3.2) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_suffix-0.3.2.gemspec
Usando omniauth 1.9.1
2:  omniauth (1.9.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-1.9.1.gemspec
Usando sassc 2.0.1
2:  sassc (2.0.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sassc-2.0.1.gemspec
Usando faraday 1.8.0
2:  faraday (1.8.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-1.8.0.gemspec
Usando logstash-logger 0.26.1
2:  logstash-logger (0.26.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/logstash-logger-0.26.1.gemspec
Usando mini_racer 0.4.0
2:  mini_racer (0.4.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_racer-0.4.0.gemspec
Usando webpush 1.1.0
2:  webpush (1.1.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/webpush-1.1.0.gemspec
Obteniendo image_optim 0.31.1
Instalando image_optim 0.31.1
La optimización de activos de imagen de Rails se ha extraído al gem image_optim_rails
Puede eliminar con seguridad `config.assets.image_optim = false` si no va a utilizar ese gem
2:  image_optim (0.31.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/image_optim-0.31.1.gemspec
Usando sidekiq 6.2.2
2:  sidekiq (6.2.2) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sidekiq-6.2.2.gemspec
Usando puma 5.5.2
2:  puma (5.5.2) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/puma-5.5.2.gemspec
Usando redis-namespace 1.8.1
2:  redis-namespace (1.8.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/redis-namespace-1.8.1.gemspec
Usando rbtrace 0.4.14
2:  rbtrace (0.4.14) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rbtrace-0.4.14.gemspec
Usando rqrcode 2.1.0
2:  rqrcode (2.1.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rqrcode-2.1.0.gemspec
Usando rss 0.2.9
2:  rss (0.2.9) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rss-0.2.9.gemspec
Usando unicorn 6.0.0
2:  unicorn (6.0.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/unicorn-6.0.0.gemspec
Usando unf 0.1.4
2:  unf (0.1.4) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/unf-0.1.4.gemspec
Usando activesupport 6.1.4.1
2:  activesupport (6.1.4.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activesupport-6.1.4.1.gemspec
Usando css_parser 1.10.0
2:  css_parser (1.10.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/css_parser-1.10.0.gemspec
Obteniendo aws-sdk-core 3.121.2
1:  logster (2.9.8) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/logster-2.9.8.gemspec
Usando ember-handlebars-template 0.8.0
1:  ember-handlebars-template (0.8.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ember-handlebars-template-0.8.0.gemspec
Usando openssl-signature_algorithm 1.1.1
1:  openssl-signature_algorithm (1.1.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/openssl-signature_algorithm-1.1.1.gemspec
Usando json_schemer 0.2.18
1:  json_schemer (0.2.18) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/json_schemer-0.2.18.gemspec
Usando oauth2 1.4.7
1:  oauth2 (1.4.7) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/oauth2-1.4.7.gemspec
Usando omniauth-oauth 1.2.0
1:  omniauth-oauth (1.2.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-oauth-1.2.0.gemspec
Usando pry-byebug 3.9.0
1:  pry-byebug (3.9.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pry-byebug-3.9.0.gemspec
Usando pry-rails 0.3.9
1:  pry-rails (0.3.9) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pry-rails-0.3.9.gemspec
Usando mini_scheduler 0.13.0
1:  mini_scheduler (0.13.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_scheduler-0.13.0.gemspec
Usando globalid 0.5.2
1:  globalid (0.5.2) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/globalid-0.5.2.gemspec
Usando activemodel 6.1.4.1
1:  activemodel (6.1.4.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activemodel-6.1.4.1.gemspec
Usando cose 1.2.0
1:  cose (1.2.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/cose-1.2.0.gemspec
Usando activejob 6.1.4.1
1:  activejob (6.1.4.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activejob-6.1.4.1.gemspec
Usando active_model_serializers 0.8.4
1:  active_model_serializers (0.8.4) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/active_model_serializers-0.8.4.gemspec
Usando activerecord 6.1.4.1
1:  activerecord (6.1.4.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activerecord-6.1.4.1.gemspec
Usando omniauth-oauth2 1.7.1
1:  omniauth-oauth2 (1.7.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-oauth2-1.7.1.gemspec
Usando omniauth-twitter 1.4.0
1:  omniauth-twitter (1.4.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-twitter-1.4.0.gemspec
Obteniendo omniauth-facebook 9.0.0
Instalando omniauth-facebook 9.0.0
Instalando aws-sdk-core 3.121.2
1:  omniauth-facebook (9.0.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-facebook-9.0.0.gemspec
Usando omniauth-github 1.4.0
1:  omniauth-github (1.4.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-github-1.4.0.gemspec
Usando omniauth-google-oauth2 0.8.2
1:  omniauth-google-oauth2 (0.8.2) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-google-oauth2-0.8.2.gemspec
Usando seed-fu 2.3.9
1:  seed-fu (2.3.9) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/seed-fu-2.3.9.gemspec
2:  aws-sdk-core (3.121.2) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-core-3.121.2.gemspec
Usando aws-sdk-kms 1.44.0
1:  aws-sdk-kms (1.44.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-kms-1.44.0.gemspec
Obteniendo aws-sdk-sns 1.46.0
Usando aws-sdk-s3 1.96.1
2:  aws-sdk-s3 (1.96.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-s3-1.96.1.gemspec
Instalando aws-sdk-sns 1.46.0
1:  aws-sdk-sns (1.46.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-sns-1.46.0.gemspec
3:  racc (1.6.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/racc-1.6.0.gemspec
Usando nokogiri 1.12.5 (x86_64-linux)
2:  nokogiri (1.12.5) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/nokogiri-1.12.5-x86_64-linux.gemspec
Usando rails-dom-testing 2.0.3
1:  rails-dom-testing (2.0.3) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails-dom-testing-2.0.3.gemspec
Usando loofah 2.12.0
1:  loofah (2.12.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/loofah-2.12.0.gemspec
Usando ruby-readability 0.7.0
1:  ruby-readability (0.7.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ruby-readability-0.7.0.gemspec
Usando sanitize 6.0.0
1:  sanitize (6.0.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sanitize-6.0.0.gemspec
Usando rails-html-sanitizer 1.4.2
1:  rails-html-sanitizer (1.4.2) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails-html-sanitizer-1.4.2.gemspec
Usando actionview 6.1.4.1
2:  actionview (6.1.4.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionview-6.1.4.1.gemspec
Usando actionpack 6.1.4.1
3:  actionpack (6.1.4.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionpack-6.1.4.1.gemspec
Usando actionview_precompiler 0.2.3
3:  actionview_precompiler (0.2.3) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionview_precompiler-0.2.3.gemspec
Usando actionmailer 6.1.4.1
2:  actionmailer (6.1.4.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionmailer-6.1.4.1.gemspec
Usando railties 6.1.4.1
2:  railties (6.1.4.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/railties-6.1.4.1.gemspec
Usando sprockets-rails 3.2.2
2:  sprockets-rails (3.2.2) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sprockets-rails-3.2.2.gemspec
Usando jquery-rails 4.4.0
2:  jquery-rails (4.4.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/jquery-rails-4.4.0.gemspec
Usando lograge 0.11.2
2:  lograge (0.11.2) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/lograge-0.11.2.gemspec
Usando rails_failover 0.7.3
2:  rails_failover (0.7.3) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails_failover-0.7.3.gemspec
Usando rails_multisite 3.1.0
2:  rails_multisite (3.1.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails_multisite-3.1.0.gemspec
Usando sassc-rails 2.1.2
2:  sassc-rails (2.1.2) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sassc-rails-2.1.2.gemspec
Usando discourse-ember-rails 0.18.6
2:  discourse-ember-rails (0.18.6) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/discourse-ember-rails-0.18.6.gemspec
0:  json (2.6.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/json-2.6.1.gemspec
¡Bundling completado! 127 dependencias de Gemfile, 174 gems instalados ahora.
No se instalaron las gems de los grupos 'test' y 'development'.
Las gems empaquetadas se instalan en `./vendor/bundle`
Mensaje post-instalación de image_optim:
La optimización de activos de imagen de Rails se ha extraído al gem image_optim_rails
Puede eliminar con seguridad `config.assets.image_optim = false` si no va a utilizar ese 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 El campo de resolución "lodash@4.17.21" es incompatible con la versión solicitada "lodash@4.17.15"
I, [2021-11-01T00:24:36.073253 #1]  INFO -- : yarn install v1.22.15
[1/5] Validando package.json...
[2/5] Resolviendo paquetes...
success Ya está actualizado.
$ yarn --cwd app/assets/javascripts/discourse
yarn install v1.22.15
[1/4] Resolviendo paquetes...
[2/4] Obteniendo paquetes...
info fsevents@2.3.2: La plataforma "linux" es incompatible con este módulo.
info "fsevents@2.3.2" es una dependencia opcional y falló la comprobación de compatibilidad. Excluyéndolo de la instalación.
info fsevents@1.2.13: La plataforma "linux" es incompatible con este módulo.
info "fsevents@1.2.13" es una dependencia opcional y falló la comprobación de compatibilidad. Excluyéndolo de la instalación.
[3/4] Vinculando dependencias...
[4/4] Construyendo paquetes nuevos...
success Archivo de bloqueo guardado.
Terminado en 72.85s.
Terminado en 74.41s.
yarn cache v1.22.15
success Caché borrada.
Terminado 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 ya está en la última versión compatible
docker_manager ya está en la última versión compatible
discourse-giphy ya está en la última versión compatible

I, [2021-11-01T00:24:40.487911 #1]  INFO -- : > cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate'
Error al informar del error: Error al conectar con Redis en localhost:6379 (Errno::EADDRNOTAVAIL) 2 Error al conectar con Redis en localhost:6379 (Errno::EADDRNOTAVAIL) suscripción fallida, reconectando en 1 segundo. Pila de llamadas /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 abortado!
Redis::CannotConnectError: Error al conectar con Redis en 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>'

Causado por:
Errno::EADDRNOTAVAIL: No se puede asignar la dirección solicitada - connect(2) para [::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>'
Tareas: TOP => db:migrate => db:load_config => environment
(Ver el seguimiento completo ejecutando la tarea con --trace)
I, [2021-11-01T00:24:45.349348 #1]  INFO -- : 
I, [2021-11-01T00:24:45.350577 #1]  INFO -- : Terminando procesos asíncronos
I, [2021-11-01T00:24:45.351061 #1]  INFO -- : Enviando INT a 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:  received fast shutdown request
2021-11-01 00:24:45.356 UTC [50] LOG:  aborting any active transactions
2021-11-01 00:24:45.366 UTC [50] LOG:  background worker "logical replication launcher" (PID 59) exited with exit code 1
2021-11-01 00:24:45.369 UTC [54] LOG:  shutting down
2021-11-01 00:24:45.391 UTC [50] LOG:  database system is shut down


FALLIDO
--------------------
Pups::ExecError: cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate' falló con el código de retorno #<Process::Status: pid 464 exit 1>
Ubicación del fallo: /pups/lib/pups/exec_command.rb:112:in `spawn'
exec falló con los parámetros {"cd"=>"$home", "hook"=>"db_migrate", "cmd"=>["su discourse -c 'bundle exec rake db:migrate'"]}
09f25264156537f25494937344ff03601bd3a17fe9d32a3c88112ae7b18dc7c5
** ERROR DE BOOTSTRAP ** desplázate hacia arriba y busca mensajes de error anteriores, puede haber más de uno.
./discourse-doctor puede ayudar a diagnosticar el problema.

El problema es con Redis. ¿Es una instalación de un solo contenedor (app.yml)?

¿Cuánta RAM tienes? ¿Hay swap?

Antes de responder, y no tengo idea de por qué no mencioné esto en el mensaje original, pero estoy bastante seguro de que esto surgió después de intentar realizar una actualización a través del Panel de control y falló. Curiosamente, ahora puedo actualizar sin problemas a través del Panel de control, pero desde entonces he sido incapaz de realizar una reconstrucción a través de la línea de comandos. Por lo tanto, no puedo realizar ediciones en el archivo app.yml.

Sí.

2 GB, con 50 GB de almacenamiento, si eso es relevante en lo más mínimo.

No creo que haya, especialmente poco probable si es algo que tuvo que configurarse manualmente.

Si usaste discourse-setup, entonces sería así.

¿Qué dice

  free -h

?

Estranho. Mi mejor suposición fue que no había suficiente memoria. No es eso. :man_shrugging:

Sí, estoy bastante perdido. No me importaría incluso pagar para que alguien pueda analizar esto más a fondo y, si es posible, solucionarlo o incluso diagnosticarlo en este punto.

Por lo que sé, Discourse utiliza Redis en gran medida como parte de o para complementar Sidekiq. ¿Podría el problema estar originado allí?

Bump. ¿Alguien más ha encontrado algo similar a los errores presentados en el registro antes? Voy a esperar unos meses más antes de pagarle a alguien para que, con suerte, lo arregle.

Asegurándose de que el launcher esté actualizado

Obteniendo origen
El launcher está actualizado
Deteniendo el contenedor anterior
+ /usr/bin/docker stop -t 60 app
app
cd /pups && git pull && git checkout v1.0.3 && /pups/bin/pups --stdin
Ya está actualizado.
Nota: realizando checkout de 'v1.0.3'.

Estás en un estado de 'HEAD desanclado'. Puedes mirar alrededor, hacer cambios experimentales y confirmarlos, y puedes descartar cualquier confirmación que hagas en este estado sin afectar ninguna rama realizando otro checkout.

Si quieres crear una nueva rama para conservar las confirmaciones que crees, puedes hacerlo (ahora o más tarde) usando -b con el comando checkout nuevamente. Ejemplo:

  git checkout -b <nombre-de-nueva-rama>

HEAD is now at d1db030 cut a new version
I, [2021-11-01T00:22:36.703574 #1]  INFO -- : Loading --stdin
I, [2021-11-01T00:22:36.713107 #1]  INFO -- : > locale-gen $LANG && update-locale
I, [2021-11-01T00:22:36.792263 #1]  INFO -- : Generating locales (this might take a while)...
Generation complete.

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 -- : File > /etc/service/postgres/run  chmod: +x  chown: 
I, [2021-11-01T00:22:36.885613 #1]  INFO -- : File > /etc/service/postgres/log/run  chmod: +x  chown: 
I, [2021-11-01T00:22:36.893862 #1]  INFO -- : File > /etc/runit/3.d/99-postgres  chmod: +x  chown: 
I, [2021-11-01T00:22:36.901790 #1]  INFO -- : File > /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 -- : Replacing data_directory = '/var/lib/postgresql/13/main' with data_directory = '/shared/postgres_data' in /etc/postgresql/13/main/postgresql.conf
I, [2021-11-01T00:22:38.023631 #1]  INFO -- : Replacing (?-mix:#?listen_addresses *=.*) with listen_addresses = '*' in /etc/postgresql/13/main/postgresql.conf
I, [2021-11-01T00:22:38.024627 #1]  INFO -- : Replacing (?-mix:#?synchronous_commit *=.*) with synchronous_commit = $db_synchronous_commit in /etc/postgresql/13/main/postgresql.conf
I, [2021-11-01T00:22:38.025408 #1]  INFO -- : Replacing (?-mix:#?shared_buffers *=.*) with shared_buffers = $db_shared_buffers in /etc/postgresql/13/main/postgresql.conf
I, [2021-11-01T00:22:38.026156 #1]  INFO -- : Replacing (?-mix:#?work_mem *=.*) with work_mem = $db_work_mem in /etc/postgresql/13/main/postgresql.conf
I, [2021-11-01T00:22:38.026959 #1]  INFO -- : Replacing (?-mix:#?default_text_search_config *=.*) with default_text_search_config = '$db_default_text_search_config' in /etc/postgresql/13/main/postgresql.conf
I, [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 -- : Replacing (?-mix:#?checkpoint_segments *=.*) with checkpoint_segments = $db_checkpoint_segments in /etc/postgresql/13/main/postgresql.conf
I, [2021-11-01T00:22:38.037385 #1]  INFO -- : Replacing (?-mix:#?logging_collector *=.*) with logging_collector = $db_logging_collector in /etc/postgresql/13/main/postgresql.conf
I, [2021-11-01T00:22:38.038251 #1]  INFO -- : Replacing (?-mix:#?log_min_duration_statement *=.*) with log_min_duration_statement = $db_log_min_duration_statement in /etc/postgresql/13/main/postgresql.conf
I, [2021-11-01T00:22:38.039441 #1]  INFO -- : Replacing (?-mix:^#local +replication +postgres +peer$) with local replication postgres  peer in /etc/postgresql/13/main/pg_hba.conf
I, [2021-11-01T00:22:38.040287 #1]  INFO -- : Replacing (?-mix:^host.*all.*all.*127.*$) with host all all 0.0.0.0/0 md5 in /etc/postgresql/13/main/pg_hba.conf
I, [2021-11-01T00:22:38.041101 #1]  INFO -- : Replacing (?-mix:^host.*all.*all.*::1\/128.*$) with host all all ::/0 md5 in /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:  starting PostgreSQL 13.4 (Debian 13.4-4.pgdg100+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 8.3.0-6) 8.3.0, 64-bit
2021-11-01 00:22:38.166 UTC [50] LOG:  listening on IPv4 address "0.0.0.0", port 5432
2021-11-01 00:22:38.166 UTC [50] LOG:  listening on IPv6 address "::", port 5432
2021-11-01 00:22:38.168 UTC [50] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2021-11-01 00:22:38.173 UTC [53] LOG:  database system was shut down at 2021-11-01 00:22:25 UTC
2021-11-01 00:22:38.184 UTC [50] LOG:  database system is ready to accept connections
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:  database "discourse" already exists
2021-11-01 00:22:43.211 UTC [63] postgres@postgres STATEMENT:  CREATE DATABASE discourse;
createdb: error: database creation failed: ERROR:  database "discourse" already exists
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:  role "discourse" already exists
2021-11-01 00:22:43.328 UTC [67] postgres@discourse STATEMENT:  create user discourse;
ERROR:  role "discourse" already exists
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:  extension "hstore" already exists, skipping
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:  extension "pg_trgm" already exists, skipping
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:  extension "hstore" already exists, skipping
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:  extension "pg_trgm" already exists, skipping
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 -- : File > /var/lib/postgresql/take-database-backup  chmod: +x  chown: postgres:postgres
I, [2021-11-01T00:22:43.987765 #1]  INFO -- : File > /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 -- : File > /etc/cron.d/anacron  chmod:   chown: 
I, [2021-11-01T00:22:44.356542 #1]  INFO -- : File > /etc/runit/1.d/copy-env  chmod: +x  chown: 
I, [2021-11-01T00:22:44.367195 #1]  INFO -- : File > /etc/service/unicorn/run  chmod: +x  chown: 
I, [2021-11-01T00:22:44.378077 #1]  INFO -- : File > /etc/service/nginx/run  chmod: +x  chown: 
I, [2021-11-01T00:22:44.387243 #1]  INFO -- : File > /etc/runit/3.d/01-nginx  chmod: +x  chown: 
I, [2021-11-01T00:22:44.396258 #1]  INFO -- : File > /etc/runit/3.d/02-unicorn  chmod: +x  chown: 
I, [2021-11-01T00:22:44.396988 #1]  INFO -- : Replacing # postgres with sv start postgres || exit 1 in /etc/service/unicorn/run
I, [2021-11-01T00:22:44.398977 #1]  INFO -- : > cd /var/www/discourse && git reset --hard
Checking out files:  25% (6593/26168)   
Checking out files:  26% (6804/26168)   
Checking out files:  27% (7066/26168)   
Checking out files:  28% (7328/26168)   
Checking out files:  29% (7589/26168)   
Checking out files:  30% (7851/26168)   
Checking out files:  31% (8113/26168)   
Checking out files:  32% (8374/26168)   
Checking out files:  33% (8636/26168)   
Checking out files:  34% (8898/26168)   
Checking out files:  35% (9159/26168)   
Checking out files:  36% (9421/26168)   
Checking out files:  37% (9683/26168)   
Checking out files:  38% (9944/26168)   
Checking out files:  39% (10206/26168)   
Checking out files:  40% (10468/26168)   
Checking out files:  41% (10729/26168)   
Checking out files:  42% (10991/26168)   
Checking out files:  43% (11253/26168)   
Checking out files:  44% (11514/26168)   
Checking out files:  45% (11776/26168)   
Checking out files:  46% (12038/26168)   
Checking out files:  47% (12299/26168)   
Checking out files:  48% (12561/26168)   
Checking out files:  49% (12823/26168)   
Checking out files:  50% (13084/26168)   
Checking out files:  51% (13346/26168)   
Checking out files:  52% (13608/26168)   
Checking out files:  53% (13870/26168)   
Checking out files:  54% (14131/26168)   
Checking out files:  55% (14393/26168)   
Checking out files:  56% (14655/26168)   
Checking out files:  57% (14916/26168)   
Checking out files:  58% (15178/26168)   
Checking out files:  59% (15440/26168)   
Checking out files:  60% (15701/26168)   
Checking out files:  60% (15780/26168)   
Checking out files:  61% (15963/26168)   
Checking out files:  62% (16225/26168)   
Checking out files:  63% (16486/26168)   
Checking out files:  64% (16748/26168)   
Checking out files:  65% (17010/26168)   
Checking out files:  66% (17271/26168)   
Checking out files:  67% (17533/26168)   
Checking out files:  68% (17795/26168)   
Checking out files:  69% (18056/26168)   
Checking out files:  70% (18318/26168)   
Checking out files:  71% (18580/26168)   
Checking out files:  72% (18841/26168)   
Checking out files:  73% (19103/26168)   
Checking out files:  74% (19365/26168)   
Checking out files:  75% (19626/26168)   
Checking out files:  76% (19888/26168)   
Checking out files:  77% (20150/26168)   
Checking out files:  78% (20412/26168)   
Checking out files:  79% (20673/26168)   
Checking out files:  80% (20935/26168)   
Checking out files:  81% (21197/26168)   
Checking out files:  82% (21458/26168)   
Checking out files:  83% (21720/26168)   
Checking out files:  84% (21982/26168)   
Checking out files:  85% (22243/26168)   
Checking out files:  86% (22505/26168)   
Checking out files:  87% (22767/26168)   
Checking out files:  88% (23028/26168)   
Checking out files:  89% (23290/26168)   
Checking out files:  90% (23552/26168)   
Checking out files:  91% (23813/26168)   
Checking out files:  92% (24075/26168)   
Checking out files:  92% (24315/26168)   
Checking out files:  93% (24337/26168)   
Checking out files:  94% (24598/26168)   
Checking out files:  95% (24860/26168)   
Checking out files:  96% (25122/26168)   
Checking out files:  97% (25383/26168)   
Checking out files:  98% (25645/26168)   
Checking out files:  99% (25907/26168)   
Checking out files: 100% (26168/26168)   
Checking out files: 100% (26168/26168), done.
I, [2021-11-01T00:22:48.823644 #1]  INFO -- : HEAD is now at 92afa74d Mark shared-edits plugin as official (#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
Switched to a new branch 'tests-passed'
I, [2021-11-01T00:22:52.301107 #1]  INFO -- : Branch 'tests-passed' set up to track remote branch 'tests-passed' from '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
Cloning into '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
Cloning into '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
Cloning into '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 -- : Replacing pid /run/nginx.pid; with daemon off; in /etc/nginx/nginx.conf
I, [2021-11-01T00:22:55.009378 #1]  INFO -- : Replacing (?m-ix:upstream[^\}]+\}) with upstream discourse { server 127.0.0.1:3000; } in /etc/nginx/conf.d/discourse.conf
I, [2021-11-01T00:22:55.010106 #1]  INFO -- : Replacing (?-mix:server_name.+$) with server_name _ ; in /etc/nginx/conf.d/discourse.conf
I, [2021-11-01T00:22:55.010864 #1]  INFO -- : Replacing (?-mix:client_max_body_size.+$) with client_max_body_size $upload_size ; in /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'
[OBSOLETO] La opción `--deployment` está obsoleta porque depende de que se recuerde entre invocaciones de bundler, lo cual bundler ya no hará en futuras versiones. En su lugar, por favor use `bundle config set --local deployment 'true'`, y deje de usar esta opción
[OBSOLETO] La opción `--without` está obsoleta porque depende de que se recuerde entre invocaciones de bundler, lo cual bundler ya no hará en futuras versiones. En su lugar, por favor use `bundle config set --local without 'test development'`, y deje de usar esta opción
I, [2021-11-01T00:23:12.863463 #1]  INFO -- : Ejecutando `bundle install --deployment --jobs 4 --retry 3 --verbose --without "test" "development"` con bundler 2.2.26
Congelado, usando resolución desde el lockfile
La definición está incompleta ["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
Obteniendo metadatos de gem de https://rubygems.org/
Buscando 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
Buscando 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
Buscando 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
Buscando 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
Buscando 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"]
Buscando gems ["powerbar", "coffee-script-source", "pattern-match", "needle", "jruby-pageant", "bcrypt_pbkdf", "rbnacl", "rbnacl-libsodium", "virtus"]
Buscando gems ["ansi", "descendants_tracker", "axiom-types", "coercible", "equalizer"]
Buscando gems ["ice_nine", "adamantium"]
Buscando gems ["memoizable"]
Usando rake 13.0.6
0:  rake (13.0.6) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rake-13.0.6.gemspec
Usando concurrent-ruby 1.1.9
0:  concurrent-ruby (1.1.9) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/concurrent-ruby-1.1.9.gemspec
Usando minitest 5.14.4
0:  minitest (5.14.4) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/minitest-5.14.4.gemspec
Usando builder 3.2.4
3:  builder (3.2.4) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/builder-3.2.4.gemspec
Usando erubi 1.10.0
3:  erubi (1.10.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/erubi-1.10.0.gemspec
Obteniendo racc 1.6.0
Usando crass 1.0.6
2:  crass (1.0.6) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/crass-1.0.6.gemspec
Usando rack 2.2.3
2:  rack (2.2.3) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-2.2.3.gemspec
Usando mini_mime 1.1.2
2:  mini_mime (1.1.2) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_mime-1.1.2.gemspec
Usando public_suffix 4.0.6
2:  public_suffix (4.0.6) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/public_suffix-4.0.6.gemspec
Usando aws-eventstream 1.2.0
2:  aws-eventstream (1.2.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-eventstream-1.2.0.gemspec
Usando jmespath 1.4.0
1:  jmespath (1.4.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/jmespath-1.4.0.gemspec
Usando ember-source 2.18.2
1:  ember-source (2.18.2) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ember-source-2.18.2.gemspec
Usando execjs 2.8.1
1:  execjs (2.8.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/execjs-2.8.1.gemspec
Usando msgpack 1.4.2
1:  msgpack (1.4.2) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/msgpack-1.4.2.gemspec
Usando bundler 2.2.26
1:  bundler (2.2.26) desde /usr/local/lib/ruby/gems/2.7.0/gems/bundler-2.2.26/lib/bundler/source
Usando byebug 11.1.3
1:  byebug (11.1.3) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/byebug-11.1.3.gemspec
Usando cbor 0.5.9.6
1:  cbor (0.5.9.6) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/cbor-0.5.9.6.gemspec
Usando chunky_png 1.4.0
1:  chunky_png (1.4.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/chunky_png-1.4.0.gemspec
Usando coderay 1.1.3
1:  coderay (1.1.3) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/coderay-1.1.3.gemspec
Usando colored2 3.1.2
1:  colored2 (3.1.2) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/colored2-3.1.2.gemspec
Usando connection_pool 2.2.5
1:  connection_pool (2.2.5) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/connection_pool-2.2.5.gemspec
Obteniendo ipaddr 1.2.3
Obteniendo zeitwerk 2.5.1
Obteniendo aws-partitions 1.516.0
Instalando zeitwerk 2.5.1
Instalando ipaddr 1.2.3
Instalando racc 1.6.0 con extensiones nativas
Instalando aws-partitions 1.516.0
1:  ipaddr (1.2.3) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ipaddr-1.2.3.gemspec
Usando cppjieba_rb 0.3.3
1:  cppjieba_rb (0.3.3) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/cppjieba_rb-0.3.3.gemspec
Usando diffy 3.4.0
1:  diffy (3.4.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/diffy-3.4.0.gemspec
Usando method_source 1.0.0
1:  method_source (1.0.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/method_source-1.0.0.gemspec
Usando thor 1.1.0
1:  thor (1.1.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/thor-1.1.0.gemspec
Usando discourse-ember-source 3.12.2.3
1:  discourse-ember-source (3.12.2.3) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/discourse-ember-source-3.12.2.3.gemspec
Usando discourse-fonts 0.0.9
1:  discourse-fonts (0.0.9) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/discourse-fonts-0.0.9.gemspec
Usando regexp_parser 2.1.1
1:  regexp_parser (2.1.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/regexp_parser-2.1.1.gemspec
Usando email_reply_trimmer 0.1.13
1:  email_reply_trimmer (0.1.13) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/email_reply_trimmer-0.1.13.gemspec
Obteniendo excon 0.88.0
0:  zeitwerk (2.5.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/zeitwerk-2.5.1.gemspec
Usando exifr 1.3.9
0:  exifr (1.3.9) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/exifr-1.3.9.gemspec
Usando faraday-em_http 1.0.0
0:  faraday-em_http (1.0.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-em_http-1.0.0.gemspec
Usando faraday-em_synchrony 1.0.0
2:  aws-partitions (1.516.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-partitions-1.516.0.gemspec
Usando faraday-excon 1.1.0
2:  faraday-excon (1.1.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-excon-1.1.0.gemspec
Usando faraday-httpclient 1.0.1
2:  faraday-httpclient (1.0.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-httpclient-1.0.1.gemspec
Usando faraday-net_http 1.0.1
2:  faraday-net_http (1.0.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-net_http-1.0.1.gemspec
Usando faraday-net_http_persistent 1.2.0
2:  faraday-net_http_persistent (1.2.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-net_http_persistent-1.2.0.gemspec
Usando faraday-patron 1.0.0
2:  faraday-patron (1.0.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-patron-1.0.0.gemspec
Usando faraday-rack 1.0.0
2:  faraday-rack (1.0.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-rack-1.0.0.gemspec
Usando multipart-post 2.1.1
2:  multipart-post (2.1.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/multipart-post-2.1.1.gemspec
Usando ruby2_keywords 0.0.5
2:  ruby2_keywords (0.0.5) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ruby2_keywords-0.0.5.gemspec
Usando fast_blank 1.0.1
2:  fast_blank (1.0.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fast_blank-1.0.1.gemspec
Usando fast_xs 0.8.0
0:  faraday-em_synchrony (1.0.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-em_synchrony-1.0.0.gemspec
2:  fast_xs (0.8.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fast_xs-0.8.0.gemspec
Usando fastimage 2.2.5
2:  fastimage (2.2.5) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fastimage-2.2.5.gemspec
Usando ffi 1.15.4
2:  ffi (1.15.4) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ffi-1.15.4.gemspec
Usando fspath 3.1.2
2:  fspath (3.1.2) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fspath-3.1.2.gemspec
Usando gc_tracer 1.5.1
2:  gc_tracer (1.5.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/gc_tracer-1.5.1.gemspec
Usando guess_html_encoding 0.0.11
2:  guess_html_encoding (0.0.11) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/guess_html_encoding-0.0.11.gemspec
Usando hana 1.3.7
2:  hana (1.3.7) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/hana-1.3.7.gemspec
Usando hashie 4.1.0
2:  hashie (4.1.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/hashie-4.1.0.gemspec
Usando highline 2.0.3
2:  highline (2.0.3) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/highline-2.0.3.gemspec
Usando hkdf 0.3.0
2:  hkdf (0.3.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/hkdf-0.3.0.gemspec
Usando htmlentities 4.3.4
2:  htmlentities (4.3.4) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/htmlentities-4.3.4.gemspec
Usando http_accept_language 2.1.1
2:  http_accept_language (2.1.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/http_accept_language-2.1.1.gemspec
Obteniendo image_size 3.0.1
Instalando excon 0.88.0
Usando in_threads 1.5.4
0:  in_threads (1.5.4) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/in_threads-1.5.4.gemspec
Usando progress 3.6.0
0:  progress (3.6.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/progress-3.6.0.gemspec
Obteniendo json 2.6.1
Construyendo extensiones nativas. Esto podría tardar un poco...
Instalando image_size 3.0.1
Instalando json 2.6.1 con extensiones nativas
1:  excon (0.88.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/excon-0.88.0.gemspec
Usando uri_template 0.7.0
1:  uri_template (0.7.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/uri_template-0.7.0.gemspec
Usando jwt 2.3.0
1:  jwt (2.3.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/jwt-2.3.0.gemspec
Usando kgio 2.11.4
1:  kgio (2.11.4) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/kgio-2.11.4.gemspec
Usando libv8-node 15.14.0.1 (x86_64-linux)
1:  libv8-node (15.14.0.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/libv8-node-15.14.0.1-x86_64-linux.gemspec
Usando logstash-event 1.2.02
1:  logstash-event (1.2.02) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/logstash-event-1.2.02.gemspec
Obteniendo logster 2.9.8
Construyendo extensiones nativas. Esto podría tardar un poco...
2:  image_size (3.0.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/image_size-3.0.1.gemspec
Usando lru_redux 1.1.0
2:  lru_redux (1.1.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/lru_redux-1.1.0.gemspec
Usando lz4-ruby 0.3.3
2:  lz4-ruby (0.3.3) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/lz4-ruby-0.3.3.gemspec
Usando maxminddb 0.1.22
2:  maxminddb (0.1.22) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/maxminddb-0.1.22.gemspec
Usando memory_profiler 1.0.0
2:  memory_profiler (1.0.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/memory_profiler-1.0.0.gemspec
Usando redis 4.5.1
2:  redis (4.5.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/redis-4.5.1.gemspec
Usando mini_sql 1.1.3
2:  mini_sql (1.1.3) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_sql-1.1.3.gemspec
Usando multi_json 1.15.0
2:  multi_json (1.15.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/multi_json-1.15.0.gemspec
Usando multi_xml 0.6.0
2:  multi_xml (0.6.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/multi_xml-0.6.0.gemspec
Usando mustache 1.1.1
2:  mustache (1.1.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mustache-1.1.1.gemspec
Usando nio4r 2.5.8
2:  nio4r (2.5.8) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/nio4r-2.5.8.gemspec
Usando oauth 0.5.6
2:  oauth (0.5.6) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/oauth-0.5.6.gemspec
Usando oj 3.13.2
2:  oj (3.13.2) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/oj-3.13.2.gemspec
Usando optimist 3.0.1
2:  optimist (3.0.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/optimist-3.0.1.gemspec
Usando pg 1.2.3
2:  pg (1.2.3) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pg-1.2.3.gemspec
Usando r2 0.2.7
2:  r2 (0.2.7) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/r2-0.2.7.gemspec
Usando raindrops 0.19.2
2:  raindrops (0.19.2) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/raindrops-0.19.2.gemspec
Usando rchardet 1.8.0
2:  rchardet (1.8.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rchardet-1.8.0.gemspec
Usando rexml 3.2.5
2:  rexml (3.2.5) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rexml-3.2.5.gemspec
Usando rinku 2.0.6
2:  rinku (2.0.6) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rinku-2.0.6.gemspec
Usando rotp 6.2.0
2:  rotp (6.2.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rotp-6.2.0.gemspec
Usando rqrcode_core 1.2.0
2:  rqrcode_core (1.2.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rqrcode_core-1.2.0.gemspec
Usando rtlit 0.0.5
2:  rtlit (0.0.5) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rtlit-0.0.5.gemspec
Usando rubyzip 2.3.2
2:  rubyzip (2.3.2) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rubyzip-2.3.2.gemspec
Usando tilt 2.0.10
2:  tilt (2.0.10) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/tilt-2.0.10.gemspec
Usando sshkey 2.0.0
2:  sshkey (2.0.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sshkey-2.0.0.gemspec
Usando stackprof 0.2.17
2:  stackprof (0.2.17) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/stackprof-0.2.17.gemspec
Usando unf_ext 0.0.8
2:  unf_ext (0.0.8) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/unf_ext-0.0.8.gemspec
Usando xorcist 1.1.2
2:  xorcist (1.1.2) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/xorcist-1.1.2.gemspec
Usando i18n 1.8.10
2:  i18n (1.8.10) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/i18n-1.8.10.gemspec
Usando tzinfo 2.0.4
2:  tzinfo (2.0.4) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/tzinfo-2.0.4.gemspec
Usando rack-test 1.1.0
2:  rack-test (1.1.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-test-1.1.0.gemspec
Usando mail 2.8.0.edge desde https://github.com/discourse/mail.git (en master@5b700fc)
2:  mail (2.8.0.edge) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/bundler/gems/mail-5b700fc95ee6/mail.gemspec
Usando addressable 2.8.0
2:  addressable (2.8.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/addressable-2.8.0.gemspec
Obteniendo aws-sigv4 1.4.0
Instalando logster 2.9.8
Instalando aws-sigv4 1.4.0
2:  aws-sigv4 (1.4.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sigv4-1.4.0.gemspec
Usando barber 0.12.2
2:  barber (0.12.2) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/barber-0.12.2.gemspec
Usando bootsnap 1.9.1
2:  bootsnap (1.9.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/bootsnap-1.9.1.gemspec
Usando ember-data-source 3.0.2
2:  ember-data-source (3.0.2) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ember-data-source-3.0.2.gemspec
Usando sprockets 3.7.2
2:  sprockets (3.7.2) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sprockets-3.7.2.gemspec
Usando request_store 1.5.0
2:  request_store (1.5.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/request_store-1.5.0.gemspec
Usando message_bus 3.3.6
2:  message_bus (3.3.6) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/message_bus-3.3.6.gemspec
Usando rack-mini-profiler 2.3.3
2:  rack-mini-profiler (2.3.3) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-mini-profiler-2.3.3.gemspec
Usando rack-protection 2.1.0
2:  rack-protection (2.1.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-protection-2.1.0.gemspec
Usando uglifier 4.2.0
2:  uglifier (4.2.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/uglifier-4.2.0.gemspec
Usando openssl 2.2.1
2:  openssl (2.2.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/openssl-2.2.1.gemspec
Usando pry 0.13.1
2:  pry (0.13.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pry-0.13.1.gemspec
Usando ecma-re-validator 0.3.0
2:  ecma-re-validator (0.3.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ecma-re-validator-0.3.0.gemspec
Usando mini_suffix 0.3.2
2:  mini_suffix (0.3.2) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_suffix-0.3.2.gemspec
Usando omniauth 1.9.1
2:  omniauth (1.9.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-1.9.1.gemspec
Usando sassc 2.0.1
2:  sassc (2.0.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sassc-2.0.1.gemspec
Usando faraday 1.8.0
2:  faraday (1.8.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-1.8.0.gemspec
Usando logstash-logger 0.26.1
2:  logstash-logger (0.26.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/logstash-logger-0.26.1.gemspec
Usando mini_racer 0.4.0
2:  mini_racer (0.4.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_racer-0.4.0.gemspec
Usando webpush 1.1.0
2:  webpush (1.1.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/webpush-1.1.0.gemspec
Obteniendo image_optim 0.31.1
Instalando image_optim 0.31.1
La optimización de activos de imagen de Rails se ha extraído en la gema image_optim_rails
Puede eliminar con seguridad `config.assets.image_optim = false` si no va a utilizar esa gema
2:  image_optim (0.31.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/image_optim-0.31.1.gemspec
Usando sidekiq 6.2.2
2:  sidekiq (6.2.2) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sidekiq-6.2.2.gemspec
Usando puma 5.5.2
2:  puma (5.5.2) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/puma-5.5.2.gemspec
Usando redis-namespace 1.8.1
2:  redis-namespace (1.8.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/redis-namespace-1.8.1.gemspec
Usando rbtrace 0.4.14
2:  rbtrace (0.4.14) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rbtrace-0.4.14.gemspec
Usando rqrcode 2.1.0
2:  rqrcode (2.1.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rqrcode-2.1.0.gemspec
Usando rss 0.2.9
2:  rss (0.2.9) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rss-0.2.9.gemspec
Usando unicorn 6.0.0
2:  unicorn (6.0.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/unicorn-6.0.0.gemspec
Usando unf 0.1.4
2:  unf (0.1.4) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/unf-0.1.4.gemspec
Usando activesupport 6.1.4.1
2:  activesupport (6.1.4.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activesupport-6.1.4.1.gemspec
Usando css_parser 1.10.0
2:  css_parser (1.10.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/css_parser-1.10.0.gemspec
Obteniendo aws-sdk-core 3.121.2
1:  logster (2.9.8) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/logster-2.9.8.gemspec
Usando ember-handlebars-template 0.8.0
1:  ember-handlebars-template (0.8.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ember-handlebars-template-0.8.0.gemspec
Usando openssl-signature_algorithm 1.1.1
1:  openssl-signature_algorithm (1.1.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/openssl-signature_algorithm-1.1.1.gemspec
Usando json_schemer 0.2.18
1:  json_schemer (0.2.18) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/json_schemer-0.2.18.gemspec
Usando oauth2 1.4.7
1:  oauth2 (1.4.7) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/oauth2-1.4.7.gemspec
Usando omniauth-oauth 1.2.0
1:  omniauth-oauth (1.2.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-oauth-1.2.0.gemspec
Usando pry-byebug 3.9.0
1:  pry-byebug (3.9.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pry-byebug-3.9.0.gemspec
Usando pry-rails 0.3.9
1:  pry-rails (0.3.9) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pry-rails-0.3.9.gemspec
Usando mini_scheduler 0.13.0
1:  mini_scheduler (0.13.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_scheduler-0.13.0.gemspec
Usando globalid 0.5.2
1:  globalid (0.5.2) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/globalid-0.5.2.gemspec
Usando activemodel 6.1.4.1
1:  activemodel (6.1.4.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activemodel-6.1.4.1.gemspec
Usando cose 1.2.0
1:  cose (1.2.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/cose-1.2.0.gemspec
Usando activejob 6.1.4.1
1:  activejob (6.1.4.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activejob-6.1.4.1.gemspec
Usando active_model_serializers 0.8.4
1:  active_model_serializers (0.8.4) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/active_model_serializers-0.8.4.gemspec
Usando activerecord 6.1.4.1
1:  activerecord (6.1.4.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activerecord-6.1.4.1.gemspec
Usando omniauth-oauth2 1.7.1
1:  omniauth-oauth2 (1.7.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-oauth2-1.7.1.gemspec
Usando omniauth-twitter 1.4.0
1:  omniauth-twitter (1.4.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-twitter-1.4.0.gemspec
Obteniendo omniauth-facebook 9.0.0
Instalando omniauth-facebook 9.0.0
Instalando aws-sdk-core 3.121.2
1:  omniauth-facebook (9.0.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-facebook-9.0.0.gemspec
Usando omniauth-github 1.4.0
1:  omniauth-github (1.4.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-github-1.4.0.gemspec
Usando omniauth-google-oauth2 0.8.2
1:  omniauth-google-oauth2 (0.8.2) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-google-oauth2-0.8.2.gemspec
Usando seed-fu 2.3.9
1:  seed-fu (2.3.9) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/seed-fu-2.3.9.gemspec
2:  aws-sdk-core (3.121.2) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-core-3.121.2.gemspec
Usando aws-sdk-kms 1.44.0
1:  aws-sdk-kms (1.44.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-kms-1.44.0.gemspec
Obteniendo aws-sdk-sns 1.46.0
Usando aws-sdk-s3 1.96.1
2:  aws-sdk-s3 (1.96.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-s3-1.96.1.gemspec
Instalando aws-sdk-sns 1.46.0
1:  aws-sdk-sns (1.46.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-sns-1.46.0.gemspec
3:  racc (1.6.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/racc-1.6.0.gemspec
Usando nokogiri 1.12.5 (x86_64-linux)
2:  nokogiri (1.12.5) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/nokogiri-1.12.5-x86_64-linux.gemspec
Usando rails-dom-testing 2.0.3
1:  rails-dom-testing (2.0.3) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails-dom-testing-2.0.3.gemspec
Usando loofah 2.12.0
1:  loofah (2.12.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/loofah-2.12.0.gemspec
Usando ruby-readability 0.7.0
1:  ruby-readability (0.7.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ruby-readability-0.7.0.gemspec
Usando sanitize 6.0.0
1:  sanitize (6.0.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sanitize-6.0.0.gemspec
Usando rails-html-sanitizer 1.4.2
1:  rails-html-sanitizer (1.4.2) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails-html-sanitizer-1.4.2.gemspec
Usando actionview 6.1.4.1
2:  actionview (6.1.4.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionview-6.1.4.1.gemspec
Usando actionpack 6.1.4.1
3:  actionpack (6.1.4.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionpack-6.1.4.1.gemspec
Usando actionview_precompiler 0.2.3
3:  actionview_precompiler (0.2.3) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionview_precompiler-0.2.3.gemspec
Usando actionmailer 6.1.4.1
2:  actionmailer (6.1.4.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionmailer-6.1.4.1.gemspec
Usando railties 6.1.4.1
2:  railties (6.1.4.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/railties-6.1.4.1.gemspec
Usando sprockets-rails 3.2.2
2:  sprockets-rails (3.2.2) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sprockets-rails-3.2.2.gemspec
Usando jquery-rails 4.4.0
2:  jquery-rails (4.4.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/jquery-rails-4.4.0.gemspec
Usando lograge 0.11.2
2:  lograge (0.11.2) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/lograge-0.11.2.gemspec
Usando rails_failover 0.7.3
2:  rails_failover (0.7.3) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails_failover-0.7.3.gemspec
Usando rails_multisite 3.1.0
2:  rails_multisite (3.1.0) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails_multisite-3.1.0.gemspec
Usando sassc-rails 2.1.2
2:  sassc-rails (2.1.2) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sassc-rails-2.1.2.gemspec
Usando discourse-ember-rails 0.18.6
2:  discourse-ember-rails (0.18.6) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/discourse-ember-rails-0.18.6.gemspec
0:  json (2.6.1) desde /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/json-2.6.1.gemspec
¡Bundle completo! 127 dependencias de Gemfile, 174 gemas instaladas ahora.
Las gemas de los grupos 'test' y 'development' no se instalaron.
Las gemas empaquetadas se instalan en `./vendor/bundle`
Mensaje post-instalación de image_optim:
La optimización de activos de imagen de Rails se ha extraído en la gema image_optim_rails
Puede eliminar con seguridad `config.assets.image_optim = false` si no va a utilizar esa gema

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 El campo de resolución "lodash@4.17.21" es incompatible con la versión solicitada "lodash@4.17.15"
I, [2021-11-01T00:24:36.073253 #1]  INFO -- : yarn install v1.22.15
[1/5] Validando package.json...
[2/5] Resolviendo paquetes...
éxito Ya está actualizado.
$ yarn --cwd app/assets/javascripts/discourse
yarn install v1.22.15
[1/4] Resolviendo paquetes...
[2/4] Obteniendo paquetes...
info fsevents@2.3.2: La plataforma "linux" es incompatible con este módulo.
info "fsevents@2.3.2" es una dependencia opcional y falló la verificación de compatibilidad. Excluyéndolo de la instalación.
info fsevents@1.2.13: La plataforma "linux" es incompatible con este módulo.
info "fsevents@1.2.13" es una dependencia opcional y falló la verificación de compatibilidad. Excluyéndolo de la instalación.
[3/4] Enlazando dependencias...
[4/4] Construyendo paquetes nuevos...
éxito Archivo de bloqueo guardado.
Hecho en 72.85s.
Hecho en 74.41s.
yarn cache v1.22.15
éxito Caché borrada.
Hecho 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 ya está en la última versión compatible
docker_manager ya está en la última versión compatible
discourse-giphy ya está en la última versión compatible

I, [2021-11-01T00:24:40.487911 #1]  INFO -- : > cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate'
Error al informar el error: Error al conectar con Redis en localhost:6379 (Errno::EADDRNOTAVAIL) 2 Error al conectar con Redis en localhost:6379 (Errno::EADDRNOTAVAIL) suscripción fallida, reconectando en 1 segundo. Pila de llamadas /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 abortado!
Redis::CannotConnectError: Error al conectar con Redis en 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>'

Causado por:
Errno::EADDRNOTAVAIL: No se puede asignar la dirección solicitada - connect(2) para [::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>'
Tareas: TOP => db:migrate => db:load_config => environment
(Ver el seguimiento completo ejecutando la tarea con --trace)
I, [2021-11-01T00:24:45.349348 #1]  INFO -- : 
I, [2021-11-01T00:24:45.350577 #1]  INFO -- : Terminando procesos asíncronos
I, [2021-11-01T00:24:45.351061 #1]  INFO -- : Enviando INT a 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:  received fast shutdown request
2021-11-01 00:24:45.356 UTC [50] LOG:  aborting any active transactions
2021-11-01 00:24:45.366 UTC [50] LOG:  background worker "logical replication launcher" (PID 59) exited with exit code 1
2021-11-01 00:24:45.369 UTC [54] LOG:  shutting down
2021-11-01 00:24:45.391 UTC [50] LOG:  database system is shut down


FALLIDO
--------------------
Pups::ExecError: cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate' fallido con retorno #<Process::Status: pid 464 exit 1>
Ubicación del fallo: /pups/lib/pups/exec_command.rb:112:in `spawn'
exec fallido con los parámetros {"cd"=>"$home", "hook"=>"db_migrate", "cmd"=>["su discourse -c 'bundle exec rake db:migrate'"]}
09f25264156537f25494937344ff03601bd3a17fe9d32a3c88112ae7b18dc7c5
** ERROR AL INICIALIZAR ** desplázate hacia arriba y busca mensajes de error anteriores, puede haber más de uno.
./discourse-doctor puede ayudar a diagnosticar el problema.

Todavía no tengo ni idea a menos que hayas comentado la plantilla de redis de alguna manera.