ssa. Não tenho conseguido atualizar, nem no console nem dentro do Discourse. Já tentei inúmeras coisas, incluindo desativar todos os plugins, sem sucesso. Se alguém puder deduzir algo a partir da captura de tela do console quando tentei reconstruir, ficaria super grato.
Parece uma migração falhada, mas precisamos das linhas de log anteriores para determinar por que estão falhando.
Não é uma migração, embora eu tenha migrado há alguns meses e tenha conseguido atualizar e reconstruir várias vezes depois disso. Isso é apenas uma reconstrução. Vou tentar obter o log completo mais tarde.
Ele está se referindo a uma migração de banco de dados. Atualizações às vezes incluem alterações na estrutura do banco de dados. Parece que foi isso que falhou (talvez um índice de banco de dados corrompido ou um plugin problemático, mas são apenas suposições).
Se você não conseguir rolar para trás, apenas tente novamente. Em vez de uma captura de tela, é melhor copiar o texto. E você pode colá-lo entre crases assim:
```
Seu conteúdo aqui
```
Peço desculpas pela resposta extremamente atrasada, mas finalmente consegui obter um log.
O que segue é tudo o que ocorreu após iniciar a reconstrução.
Garantindo que o launcher esteja atualizado
Buscando origem
Launcher está atualizado
Parando o container antigo
+ /usr/bin/docker stop -t 60 app
app
cd /pups && git pull && git checkout v1.0.3 && /pups/bin/pups --stdin
Já está atualizado.
Nota: verificando 'v1.0.3'.
Você está no estado de 'HEAD desanexado'. Você pode olhar ao redor, fazer alterações experimentais
e commitá-las, e pode descartar qualquer commit que fizer neste estado sem impactar quaisquer branches, realizando outro checkout.
Se você quiser criar um novo branch para reter os commits que criar, você pode
fazer isso (agora ou mais tarde) usando -b com o comando checkout novamente. Exemplo:
git checkout -b <nome-do-novo-branch>
HEAD is now at d1db030 cut a new version
I, [2021-11-01T00:22:36.703574 #1] INFO -- : Carregando --stdin
I, [2021-11-01T00:22:36.713107 #1] INFO -- : > locale-gen $LANG && update-locale
I, [2021-11-01T00:22:36.792263 #1] INFO -- : Gerando locales (isso pode demorar um pouco)...
Geração concluída.
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 já está em execução, pare o container ; exit 1
2021/11/01 00:22:36 socat[27] E connect(6, AF=1 "/shared/postgres_run/.s.PGSQL.5432", 36): Arquivo ou diretório não encontrado
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 -- : Arquivo > /etc/service/postgres/run chmod: +x chown:
I, [2021-11-01T00:22:36.885613 #1] INFO -- : Arquivo > /etc/service/postgres/log/run chmod: +x chown:
I, [2021-11-01T00:22:36.893862 #1] INFO -- : Arquivo > /etc/runit/3.d/99-postgres chmod: +x chown:
I, [2021-11-01T00:22:36.901790 #1] INFO -- : Arquivo > /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 -- : Substituindo data_directory = '/var/lib/postgresql/13/main' por data_directory = '/shared/postgres_data' em /etc/postgresql/13/main/postgresql.conf
I, [2021-11-01T00:22:38.023631 #1] INFO -- : Substituindo (?-mix:#?listen_addresses *=.*) por listen_addresses = '*' em /etc/postgresql/13/main/postgresql.conf
I, [2021-11-01T00:22:38.024627 #1] INFO -- : Substituindo (?-mix:#?synchronous_commit *=.*) por synchronous_commit = $db_synchronous_commit em /etc/postgresql/13/main/postgresql.conf
I, [2021-11-01T00:22:38.025408 #1] INFO -- : Substituindo (?-mix:#?shared_buffers *=.*) por shared_buffers = $db_shared_buffers em /etc/postgresql/13/main/postgresql.conf
I, [2021-11-01T00:22:38.026156 #1] INFO -- : Substituindo (?-mix:#?work_mem *=.*) por work_mem = $db_work_mem em /etc/postgresql/13/main/postgresql.conf
I, [2021-11-01T00:22:38.026959 #1] INFO -- : Substituindo (?-mix:#?default_text_search_config *=.*) por default_text_search_config = '$db_default_text_search_config' em /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 -- : Substituindo (?-mix:#?checkpoint_segments *=.*) por checkpoint_segments = $db_checkpoint_segments em /etc/postgresql/13/main/postgresql.conf
I, [2021-11-01T00:22:38.037385 #1] INFO -- : Substituindo (?-mix:#?logging_collector *=.*) por logging_collector = $db_logging_collector em /etc/postgresql/13/main/postgresql.conf
I, [2021-11-01T00:22:38.038251 #1] INFO -- : Substituindo (?-mix:#?log_min_duration_statement *=.*) por log_min_duration_statement = $db_log_min_duration_statement em /etc/postgresql/13/main/postgresql.conf
I, [2021-11-01T00:22:38.039441 #1] INFO -- : Substituindo (?-mix:^#local +replication +postgres +peer$) por local replication postgres peer em /etc/postgresql/13/main/pg_hba.conf
I, [2021-11-01T00:22:38.040287 #1] INFO -- : Substituindo (?-mix:^host.*all.*all.*127.*$) por host all all 0.0.0.0/0 md5 em /etc/postgresql/13/main/pg_hba.conf
I, [2021-11-01T00:22:38.041101 #1] INFO -- : Substituindo (?-mix:^host.*all.*all.*::1\/128.*$) por host all all ::/0 md5 em /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: iniciando PostgreSQL 13.4 (Debian 13.4-4.pgdg100+1) em x86_64-pc-linux-gnu, compilado por gcc (Debian 8.3.0-6) 8.3.0, 64-bit
2021-11-01 00:22:38.166 UTC [50] LOG: escutando no endereço IPv4 "0.0.0.0", porta 5432
2021-11-01 00:22:38.166 UTC [50] LOG: escutando no endereço IPv6 "::", porta 5432
2021-11-01 00:22:38.168 UTC [50] LOG: escutando no soquete Unix "/var/run/postgresql/.s.PGSQL.5432"
2021-11-01 00:22:38.173 UTC [53] LOG: sistema de banco de dados foi desligado em 2021-11-01 00:22:25 UTC
2021-11-01 00:22:38.184 UTC [50] LOG: sistema de banco de dados está pronto para aceitar conexões
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: banco de dados "discourse" já existe
2021-11-01 00:22:43.211 UTC [63] postgres@postgres STATEMENT: CREATE DATABASE discourse;
createdb: erro: falha na criação do banco de dados: ERROR: banco de dados "discourse" já existe
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: papel "discourse" já existe
2021-11-01 00:22:43.328 UTC [67] postgres@discourse STATEMENT: create user discourse;
ERROR: papel "discourse" já existe
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: extensão "hstore" já existe, ignorando
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: extensão "pg_trgm" já existe, ignorando
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: extensão "hstore" já existe, ignorando
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: extensão "pg_trgm" já existe, ignorando
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 -- : Arquivo > /var/lib/postgresql/take-database-backup chmod: +x chown: postgres:postgres
I, [2021-11-01T00:22:43.987765 #1] INFO -- : Arquivo > /var/spool/cron/crontabs/postgres chmod: chown:
I, [2021-11-01T00:22:43.988814 #1] INFO -- : > echo postgres instalado!
I, [2021-11-01T00:22:43.994179 #1] INFO -- : postgres instalado!
I, [2021-11-01T00:22:43.995093 #1] INFO -- : > thpoff echo "thpoff está instalado!"
I, [2021-11-01T00:22:44.001005 #1] INFO -- : thpoff está instalado!
I, [2021-11-01T00:22:44.001771 #1] INFO -- : > /usr/local/bin/ruby -e 'if ENV["DISCOURSE_SMTP_ADDRESS"] == "smtp.example.com"; puts "Abortando! E-mail não está configurado!"; 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 "Abortando! Domínio não está configurado!"; 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 "Abortando! CDN deve ter um protocolo especificado. Uma vez corrigido, você deve rebake seus posts agora para corrigir todos os 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 -- : Arquivo > /etc/cron.d/anacron chmod: chown:
I, [2021-11-01T00:22:44.356542 #1] INFO -- : Arquivo > /etc/runit/1.d/copy-env chmod: +x chown:
I, [2021-11-01T00:22:44.367195 #1] INFO -- : Arquivo > /etc/service/unicorn/run chmod: +x chown:
I, [2021-11-01T00:22:44.378077 #1] INFO -- : Arquivo > /etc/service/nginx/run chmod: +x chown:
I, [2021-11-01T00:22:44.387243 #1] INFO -- : Arquivo > /etc/runit/3.d/01-nginx chmod: +x chown:
I, [2021-11-01T00:22:44.396258 #1] INFO -- : Arquivo > /etc/runit/3.d/02-unicorn chmod: +x chown:
I, [2021-11-01T00:22:44.396988 #1] INFO -- : Substituindo # postgres por sv start postgres || exit 1 em /etc/service/unicorn/run
I, [2021-11-01T00:22:44.398977 #1] INFO -- : > cd /var/www/discourse && git reset --hard
Verificando arquivos: 25% (6593/26168)
Verificando arquivos: 26% (6804/26168)
Verificando arquivos: 27% (7066/26168)
Verificando arquivos: 28% (7328/26168)
Verificando arquivos: 29% (7589/26168)
Verificando arquivos: 30% (7851/26168)
Verificando arquivos: 31% (8113/26168)
Verificando arquivos: 32% (8374/26168)
Verificando arquivos: 33% (8636/26168)
Verificando arquivos: 34% (8898/26168)
Verificando arquivos: 35% (9159/26168)
Verificando arquivos: 36% (9421/26168)
Verificando arquivos: 37% (9683/26168)
Verificando arquivos: 38% (9944/26168)
Verificando arquivos: 39% (10206/26168)
Verificando arquivos: 40% (10468/26168)
Verificando arquivos: 41% (10729/26168)
Verificando arquivos: 42% (10991/26168)
Verificando arquivos: 43% (11253/26168)
Verificando arquivos: 44% (11514/26168)
Verificando arquivos: 45% (11776/26168)
Verificando arquivos: 46% (12038/26168)
Verificando arquivos: 47% (12299/26168)
Verificando arquivos: 48% (12561/26168)
Verificando arquivos: 49% (12823/26168)
Verificando arquivos: 50% (13084/26168)
Verificando arquivos: 51% (13346/26168)
Verificando arquivos: 52% (13608/26168)
Verificando arquivos: 53% (13870/26168)
Verificando arquivos: 54% (14131/26168)
Verificando arquivos: 55% (14393/26168)
Verificando arquivos: 56% (14655/26168)
Verificando arquivos: 57% (14916/26168)
Verificando arquivos: 58% (15178/26168)
Verificando arquivos: 59% (15440/26168)
Verificando arquivos: 60% (15701/26168)
Verificando arquivos: 60% (15780/26168)
Verificando arquivos: 61% (15963/26168)
Verificando arquivos: 62% (16225/26168)
Verificando arquivos: 63% (16486/26168)
Verificando arquivos: 64% (16748/26168)
Verificando arquivos: 65% (17010/26168)
Verificando arquivos: 66% (17271/26168)
Verificando arquivos: 67% (17533/26168)
Verificando arquivos: 68% (17795/26168)
Verificando arquivos: 69% (18056/26168)
Verificando arquivos: 70% (18318/26168)
Verificando arquivos: 71% (18580/26168)
Verificando arquivos: 72% (18841/26168)
Verificando arquivos: 73% (19103/26168)
Verificando arquivos: 74% (19365/26168)
Verificando arquivos: 75% (19626/26168)
Verificando arquivos: 76% (19888/26168)
Verificando arquivos: 77% (20150/26168)
Verificando arquivos: 78% (20412/26168)
Verificando arquivos: 79% (20673/26168)
Verificando arquivos: 80% (20935/26168)
Verificando arquivos: 81% (21197/26168)
Verificando arquivos: 82% (21458/26168)
Verificando arquivos: 83% (21720/26168)
Verificando arquivos: 84% (21982/26168)
Verificando arquivos: 85% (22243/26168)
Verificando arquivos: 86% (22505/26168)
Verificando arquivos: 87% (22767/26168)
Verificando arquivos: 88% (23028/26168)
Verificando arquivos: 89% (23290/26168)
Verificando arquivos: 90% (23552/26168)
Verificando arquivos: 91% (23813/26168)
Verificando arquivos: 92% (24075/26168)
Verificando arquivos: 92% (24315/26168)
Verificando arquivos: 93% (24337/26168)
Verificando arquivos: 94% (24598/26168)
Verificando arquivos: 95% (24860/26168)
Verificando arquivos: 96% (25122/26168)
Verificando arquivos: 97% (25383/26168)
Verificando arquivos: 98% (25645/26168)
Verificando arquivos: 99% (25907/26168)
Verificando arquivos: 100% (26168/26168)
Verificando arquivos: 100% (26168/26168), concluído.
I, [2021-11-01T00:22:48.823644 #1] INFO -- : HEAD está agora em 92afa74d Marcar plugin shared-edits como oficial (#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
De https://github.com/discourse/discourse
* branch tests-passed -> FETCH_HEAD
* [nova 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
Mudado para uma nova branch 'tests-passed'
I, [2021-11-01T00:22:52.301107 #1] INFO -- : Branch 'tests-passed' configurado para rastrear branch remota 'tests-passed' de 'origin'.
I, [2021-11-01T00:22:52.301706 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp
I, [2021-11-01T00:22:52.311733 #1] INFO -- :
I, [2021-11-01T00:22:52.316030 #1] INFO -- : > cd /var/www/discourse && chown discourse:www-data tmp
I, [2021-11-01T00:22:52.325749 #1] INFO -- :
I, [2021-11-01T00:22:52.326348 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp/pids
I, [2021-11-01T00:22:52.336068 #1] INFO -- :
I, [2021-11-01T00:22:52.340034 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp/sockets
I, [2021-11-01T00:22:52.348003 #1] INFO -- :
I, [2021-11-01T00:22:52.348517 #1] INFO -- : > cd /var/www/discourse && touch tmp/.gitkeep
I, [2021-11-01T00:22:52.359960 #1] INFO -- :
I, [2021-11-01T00:22:52.360073 #1] INFO -- : > cd /var/www/discourse && mkdir -p /shared/log/rails
I, [2021-11-01T00:22:52.370560 #1] INFO -- :
I, [2021-11-01T00:22:52.371174 #1] INFO -- : > cd /var/www/discourse && bash -c "touch -a /shared/log/rails/{production,production_errors,unicorn.stdout,unicorn.stderr,sidekiq}.log"
I, [2021-11-01T00:22:52.388493 #1] INFO -- :
I, [2021-11-01T00:22:52.388629 #1] INFO -- : > cd /var/www/discourse && bash -c "ln -s /shared/log/rails/{production,production_errors,unicorn.stdout,unicorn.stderr,sidekiq}.log /var/www/discourse/log"
I, [2021-11-01T00:22:52.404830 #1] INFO -- :
I, [2021-11-01T00:22:52.404969 #1] INFO -- : > cd /var/www/discourse && bash -c "mkdir -p /shared/{uploads,backups}"
I, [2021-11-01T00:22:52.421061 #1] INFO -- :
I, [2021-11-01T00:22:52.421741 #1] INFO -- : > cd /var/www/discourse && bash -c "ln -s /shared/{uploads,backups} /var/www/discourse/public"
I, [2021-11-01T00:22:52.437357 #1] INFO -- :
I, [2021-11-01T00:22:52.437479 #1] INFO -- : > cd /var/www/discourse && bash -c "mkdir -p /shared/tmp/{backups,restores}"
I, [2021-11-01T00:22:52.452669 #1] INFO -- :
I, [2021-11-01T00:22:52.453309 #1] INFO -- : > cd /var/www/discourse && bash -c "ln -s /shared/tmp/{backups,restores} /var/www/discourse/tmp"
I, [2021-11-01T00:22:52.468750 #1] INFO -- :
I, [2021-11-01T00:22:52.468882 #1] INFO -- : > cd /var/www/discourse && chown -R discourse:www-data /shared/log/rails /shared/uploads /shared/backups /shared/tmp
I, [2021-11-01T00:22:52.755036 #1] INFO -- :
I, [2021-11-01T00:22:52.755781 #1] INFO -- : > cd /var/www/discourse && find public/plugins/ -maxdepth 1 -xtype l -delete
I, [2021-11-01T00:22:52.763377 #1] INFO -- :
I, [2021-11-01T00:22:52.764430 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/docker_manager.git
Clonando em '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
Clonando em '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
Clonando em '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 -- : Substituindo pid /run/nginx.pid; por daemon off; em /etc/nginx/nginx.conf
I, [2021-11-01T00:22:55.009378 #1] INFO -- : Substituindo (?m-ix:upstream[^\}]+\}) por upstream discourse { server 127.0.0.1:3000; } em /etc/nginx/conf.d/discourse.conf
I, [2021-11-01T00:22:55.010106 #1] INFO -- : Substituindo (?-mix:server_name.+$) por server_name _ ; em /etc/nginx/conf.d/discourse.conf
I, [2021-11-01T00:22:55.010864 #1] INFO -- : Substituindo (?-mix:client_max_body_size.+$) por client_max_body_size $upload_size ; em /etc/nginx/conf.d/discourse.conf
I, [2021-11-01T00:22:55.011539 #1] INFO -- : > echo "concluída configuração web"
I, [2021-11-01T00:22:55.015681 #1] INFO -- : concluída configuração 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 -- : bundler-2.2.26 instalado com sucesso
1 gem instalado
Ocorreu um erro na minha atualização
```ruby
api_key = "a quick brown fox"
fetch("https://api.example.com/data", headers: { 'Authorization' => api_key })
Por favor, me ajude a corrigi-lo..
2: image_size (3.0.1) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-test-1.1.0.gemspec
Usando mail 2.8.0.edge de GitHub - discourse/mail: A Really Ruby Mail Library · GitHub (em master@5b700fc)
2: mail (2.8.0.edge) de /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) de /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/addressable-2.8.0.gemspec
Baixando aws-sigv4 1.4.0
Instalando logster 2.9.8
Instalando aws-sigv4 1.4.0
2: aws-sigv4 (1.4.0) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/webpush-1.1.0.gemspec
Baixando image_optim 0.31.1
Instalando image_optim 0.31.1
A otimização de ativos de imagem do Rails foi extraída para a gem image_optim_rails
Você pode remover com segurança config.assets.image_optim = false se não for usar essa gem
2: image_optim (0.31.1) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/css_parser-1.10.0.gemspec
Baixando aws-sdk-core 3.121.2
1: logster (2.9.8) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-twitter-1.4.0.gemspec
Baixando omniauth-facebook 9.0.0
Instalando omniauth-facebook 9.0.0
Instalando aws-sdk-core 3.121.2
1: omniauth-facebook (9.0.0) de /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) de /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) de /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) de /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/seed-fu-2.3.9.gemspec
2: aws-sdk-core (3.121.2) de /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) de /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-kms-1.44.0.gemspec
Baixando aws-sdk-sns 1.46.0
Usando aws-sdk-s3 1.96.1
2: aws-sdk-s3 (1.96.1) de /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) de /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-sns-1.46.0.gemspec
3: racc (1.6.0) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/discourse-ember-rails-0.18.6.gemspec
0: json (2.6.1) de /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/json-2.6.1.gemspec
Bundle concluído! 127 dependências do Gemfile, 174 gems instaladas.
As gems nos grupos ‘test’ e ‘development’ não foram instaladas.
As gems empacotadas estão instaladas em ./vendor/bundle
Mensagem pós-instalação de image_optim:
A otimização de ativos de imagem do Rails foi extraída para a gem image_optim_rails
Você pode remover com segurança config.assets.image_optim = false se não for usar essa 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’
aviso O campo de resolução “lodash@4.17.21” é incompatível com a versão 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] Resolvendo pacotes…
sucesso Já está atualizado.
$ yarn --cwd app/assets/javascripts/discourse
yarn install v1.22.15
[1/4] Resolvendo pacotes…
[2/4] Baixando pacotes…
info fsevents@2.3.2: A plataforma “linux” é incompatível com este módulo.
info “fsevents@2.3.2” é uma dependência opcional e falhou na verificação de compatibilidade. Excluindo-o da instalação.
info fsevents@1.2.13: A plataforma “linux” é incompatível com este módulo.
info “fsevents@1.2.13” é uma dependência opcional e falhou na verificação de compatibilidade. Excluindo-o da instalação.
[3/4] Vinculando dependências…
[4/4] Construindo pacotes novos…
sucesso Arquivo de bloqueio salvo.
Concluído em 72.85s.
Concluído em 74.41s.
yarn cache v1.22.15
sucesso Cache limpo.
Concluído em 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 já está na versão compatível mais recente
docker_manager já está na versão compatível mais recente
discourse-giphy já está na versão compatível mais recente
I, [2021-11-01T00:24:40.487911 #1] INFO – : > cd /var/www/discourse && su discourse -c ‘bundle exec rake db:migrate’
Falha ao relatar erro: Erro ao conectar ao Redis em localhost:6379 (Errno::EADDRNOTAVAIL) 2 Erro ao conectar ao Redis em localhost:6379 (Errno::EADDRNOTAVAIL) assinatura falhou, reconectando em 1 segundo. Pilha de chamadas /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: Erro ao conectar ao Redis em 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 ’
/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 ’
Causado por:
Errno::EADDRNOTAVAIL: Não é possível atribuir o endereço solicitado - 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 ’
/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 ’
Tarefas: TOP => db:migrate => db:load_config => environment
(Veja o rastreamento completo executando a tarefa com --trace)
I, [2021-11-01T00:24:45.349348 #1] INFO – :
I, [2021-11-01T00:24:45.350577 #1] INFO – : Encerrando processos assíncronos
I, [2021-11-01T00:24:45.351061 #1] INFO – : Enviando INT para 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: recebido pedido de desligamento rápido
2021-11-01 00:24:45.356 UTC [50] LOG: abortando transações ativas
2021-11-01 00:24:45.366 UTC [50] LOG: trabalhador em segundo plano “logical replication launcher” (PID 59) saiu com código de saída 1
2021-11-01 00:24:45.369 UTC [54] LOG: desligando
2021-11-01 00:24:45.391 UTC [50] LOG: sistema de banco de dados desligado
FALHOU
Pups::ExecError: cd /var/www/discourse && su discourse -c ‘bundle exec rake db:migrate’ falhou com retorno #<Process::Status: pid 464 exit 1>
Local da falha: /pups/lib/pups/exec_command.rb:112:in `spawn’
exec falhou com os parâmetros {“cd”=>“$home”, “hook”=>“db_migrate”, “cmd”=>[“su discourse -c ‘bundle exec rake db:migrate’”]}
09f25264156537f25494937344ff03601bd3a17fe9d32a3c88112ae7b18dc7c5
** FALHA NO BOOTSTRAP ** por favor, role para cima e procure por mensagens de erro anteriores, pode haver mais de uma.
./discourse-doctor pode ajudar a diagnosticar o problema.
O problema está com o Redis. É uma instalação de contêiner único (app.yml)?
Quanta memória RAM você tem? Há swap?
Antes de responder, e não faço ideia do porquê não mencionei isso no post original, mas tenho quase certeza de que isso surgiu depois que tentei realizar uma atualização pelo Dashboard e ela falhou. Curioso, agora consigo fazer a atualização pelo Dashboard sem problemas, mas desde então não consigo mais fazer um rebuild pela linha de comando. Por isso, não consigo fazer edições no arquivo app.yml.
Sim.
2GB, com 50GB de armazenamento, se isso for relevante.
Não creio que haja, especialmente improvável se fosse algo que precisasse ser configurado manualmente.
Se você usou o discourse-setup, seria isso.
O que o comando
free -h
mostra?
Estranho. Minha melhor aposta era que não havia memória suficiente. Mas não é isso. ![]()
Sim, estou bastante perdido. Não me importaria nem mesmo de pagar para que alguém pudesse analisar isso mais a fundo e, se possível, corrigir o problema ou até mesmo diagnosticá-lo neste momento.
AFAIK o Discourse usa amplamente o Redis como parte do Sidekiq ou para complementá-lo. Será que o problema pode estar vindo de lá?
Bump. Alguém mais encontrou algo semelhante aos erros apresentados no log antes? Vou esperar mais alguns meses antes de simplesmente pagar alguém para, com sorte, corrigir isso.
Garantindo que o launcher esteja atualizado
Buscando origem
Launcher está atualizado
Parando o container antigo
+ /usr/bin/docker stop -t 60 app
app
cd /pups && git pull && git checkout v1.0.3 && /pups/bin/pups --stdin
Já está atualizado.
Nota: verificando 'v1.0.3'.
Você está no estado 'detached HEAD'. Você pode olhar ao redor, fazer mudanças experimentais e commitá-las, e pode descartar qualquer commit que fizer nesse estado sem impactar nenhum branch, realizando outro checkout.
Se você quiser criar um novo branch para reter os commits que criar, você pode fazê-lo (agora ou mais tarde) usando -b com o comando de checkout novamente. Exemplo:
git checkout -b <nome-do-novo-branch>
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] A flag `--deployment` está obsoleta porque depende de ser lembrada entre invocações do bundler, o que o bundler não fará mais em versões futuras. Em vez disso, use `bundle config set --local deployment 'true'` e pare de usar esta flag
[DEPRECATED] A flag `--without` está obsoleta porque depende de ser lembrada entre invocações do bundler, o que o bundler não fará mais em versões futuras. Em vez disso, use `bundle config set --local without 'test development'` e pare de usar esta flag
I, [2021-11-01T00:23:12.863463 #1] INFO -- : Executando `bundle install --deployment --jobs 4 --retry 3 --verbose --without "test" "development"` com bundler 2.2.26
Congelado, usando resolução do lockfile
A definição está faltando ["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
Buscando metadados do gem em https://rubygems.org/
Procurando 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
Procurando 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
Procurando 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
Procurando 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
Procurando 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"]
Procurando gems ["powerbar", "coffee-script-source", "pattern-match", "needle", "jruby-pageant", "bcrypt_pbkdf", "rbnacl", "rbnacl-libsodium", "virtus"]
Procurando gems ["ansi", "descendants_tracker", "axiom-types", "coercible", "equalizer"]
Procurando gems ["ice_nine", "adamantium"]
Procurando gems ["memoizable"]
Usando rake 13.0.6
0: rake (13.0.6) de /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) de /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) de /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) de /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) de /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/erubi-1.10.0.gemspec
Buscando racc 1.6.0
Usando crass 1.0.6
2: crass (1.0.6) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/connection_pool-2.2.5.gemspec
Buscando ipaddr 1.2.3
Buscando zeitwerk 2.5.1
Buscando aws-partitions 1.516.0
Instalando zeitwerk 2.5.1
Instalando ipaddr 1.2.3
Instalando racc 1.6.0 com extensões nativas
Instalando aws-partitions 1.516.0
1: ipaddr (1.2.3) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/email_reply_trimmer-0.1.13.gemspec
Buscando excon 0.88.0
0: zeitwerk (2.5.1) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-em_synchrony-1.0.0.gemspec
2: fast_xs (0.8.0) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/http_accept_language-2.1.1.gemspec
Buscando image_size 3.0.1
Instalando excon 0.88.0
Usando in_threads 1.5.4
0: in_threads (1.5.4) de /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) de /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/progress-3.6.0.gemspec
Buscando json 2.6.1
Construindo extensões nativas. Isso pode demorar um pouco...
Instalando image_size 3.0.1
Instalando json 2.6.1 com extensões nativas
1: excon (0.88.0) de /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) de /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) de /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) de /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) de /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) de /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/logstash-event-1.2.02.gemspec
Buscando logster 2.9.8
Construindo extensões nativas. Isso pode demorar um pouco...
2: image_size (3.0.1) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-test-1.1.0.gemspec
Usando mail 2.8.0.edge de https://github.com/discourse/mail.git (em master@5b700fc)
2: mail (2.8.0.edge) de /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) de /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/addressable-2.8.0.gemspec
Buscando aws-sigv4 1.4.0
Instalando logster 2.9.8
Instalando aws-sigv4 1.4.0
2: aws-sigv4 (1.4.0) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/webpush-1.1.0.gemspec
Buscando image_optim 0.31.1
Instalando image_optim 0.31.1
A otimização de ativos de imagem do Rails foi extraída para a gem image_optim_rails
Você pode remover com segurança `config.assets.image_optim = false` se não for usar essa gem
2: image_optim (0.31.1) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/css_parser-1.10.0.gemspec
Buscando aws-sdk-core 3.121.2
1: logster (2.9.8) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-twitter-1.4.0.gemspec
Buscando omniauth-facebook 9.0.0
Instalando omniauth-facebook 9.0.0
Instalando aws-sdk-core 3.121.2
1: omniauth-facebook (9.0.0) de /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) de /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) de /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) de /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/seed-fu-2.3.9.gemspec
2: aws-sdk-core (3.121.2) de /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) de /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-kms-1.44.0.gemspec
Buscando aws-sdk-sns 1.46.0
Usando aws-sdk-s3 1.96.1
2: aws-sdk-s3 (1.96.1) de /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) de /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-sns-1.46.0.gemspec
3: racc (1.6.0) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /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) de /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/discourse-ember-rails-0.18.6.gemspec
0: json (2.6.1) de /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/json-2.6.1.gemspec
Bundle concluído! 127 dependências do Gemfile, 174 gems instaladas agora.
As gems nos grupos 'test' e 'development' não foram instaladas.
As gems empacotadas estão instaladas em `./vendor/bundle`
Mensagem pós-instalação de image_optim:
A otimização de ativos de imagem do Rails foi extraída para a gem image_optim_rails
Você pode remover com segurança `config.assets.image_optim = false` se não for usar essa 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 O campo de resolução "lodash@4.17.21" é incompatível com a versão 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] Resolvendo pacotes...
sucesso Já está atualizado.
$ yarn --cwd app/assets/javascripts/discourse
yarn install v1.22.15
[1/4] Resolvendo pacotes...
[2/4] Buscando pacotes...
info fsevents@2.3.2: A plataforma "linux" é incompatível com este módulo.
info "fsevents@2.3.2" é uma dependência opcional e falhou na verificação de compatibilidade. Excluindo da instalação.
info fsevents@1.2.13: A plataforma "linux" é incompatível com este módulo.
info "fsevents@1.2.13" é uma dependência opcional e falhou na verificação de compatibilidade. Excluindo da instalação.
[3/4] Vinculando dependências...
[4/4] Compilando pacotes novos...
sucesso Arquivo de bloqueio salvo.
Concluído em 72.85s.
Concluído em 74.41s.
yarn cache v1.22.15
sucesso Cache limpo.
Concluído em 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 já está na versão compatível mais recente
docker_manager já está na versão compatível mais recente
discourse-giphy já está na versão compatível mais recente
I, [2021-11-01T00:24:40.487911 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate'
Falha ao relatar erro: Erro ao conectar ao Redis em localhost:6379 (Errno::EADDRNOTAVAIL) 2 Erro ao conectar ao Redis em localhost:6379 (Errno::EADDRNOTAVAIL) inscrição falhou, reconectando em 1 segundo. Pilha de chamadas /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: Erro ao conectar ao Redis em 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: Não é possível atribuir o endereço solicitado - 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>'
Tarefas: TOP => db:migrate => db:load_config => environment
(Veja o rastreamento completo executando a tarefa com --trace)
I, [2021-11-01T00:24:45.349348 #1] INFO -- :
I, [2021-11-01T00:24:45.350577 #1] INFO -- : Encerrando processos assíncronos
I, [2021-11-01T00:24:45.351061 #1] INFO -- : Enviando INT para 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: recebido pedido de desligamento rápido
2021-11-01 00:24:45.356 UTC [50] LOG: abortando transações ativas
2021-11-01 00:24:45.366 UTC [50] LOG: trabalhador em segundo plano "logical replication launcher" (PID 59) saiu com código de saída 1
2021-11-01 00:24:45.369 UTC [54] LOG: desligando
2021-11-01 00:24:45.391 UTC [50] LOG: sistema de banco de dados desligado
FALHA
--------------------
Pups::ExecError: cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate' falhou com retorno #<Process::Status: pid 464 exit 1>
Local da falha: /pups/lib/pups/exec_command.rb:112:in `spawn'
exec falhou com os parâmetros {"cd"=>"$home", "hook"=>"db_migrate", "cmd"=>["su discourse -c 'bundle exec rake db:migrate'"]}
09f25264156537f25494937344ff03601bd3a17fe9d32a3c88112ae7b18dc7c5
** FALHA NA INICIALIZAÇÃO ** por favor, role para cima e procure por mensagens de erro anteriores, pode haver mais de uma.
./discourse-doctor pode ajudar a diagnosticar o problema.
Ainda sem ideia, a menos que você tenha comentado o template do redis de alguma forma.

